/* mixin */
@-moz-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner {
  /*padding: 80px 30px 84px;*/
  padding: 140px 30px 144px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner h3 {
  margin: 0;
  font-size: 38px;
  color: #f7c51d;
}
.banner .crumb {
  margin: 25px 0 0;
  font-size: 16px;
  color: #fff;
}
.banner .crumb a {
  color: #fff;
  background-image: url('../images/icon32.png');
}
@media (max-width: 1024px) {
  .banner {
    padding: 30px 10px;
  }
  .banner h3 {
    font-size: 30px;
  }
  .banner .crumb {
    margin-top: 10px;
  }
}
.crumb {
  font-size: 14px;
  color: #202020;
  opacity: 0.65;
}
.crumb a {
  padding-right: 14px;
  margin-right: 8px;
  color: #8b8b8b;
  background: url('../images/icon37.png') no-repeat right center;
}
.crumb a:last-child {
	background-image: none;
}
.products {
  padding: 54px 30px 163px;
}
@media (max-width: 1024px) {
  .products {
    padding: 30px 10px;
  }
}
.products-aside {
  float: left;
  width: 255px;
  margin-right: 40px;
}
.products-aside .search {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}
.products-aside .search input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0 17px;
  border: 0;
  font-size: 16px;
  background: transparent;
}
.products-aside .search button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 60px;
  height: 50px;
  padding: 0;
  border: 0;
  background: url('../images/icon33.png') no-repeat center #fff;
}
.products-aside .list {
	border: 1px solid #f7c51d;
	margin-bottom: 30px;
}
.products-aside .list .hd {
  padding: 18px 0;
  border-bottom: 1px solid #f7c51d;
  font-size: 22px;
  font-weight: bold;
  background-color: #f7c51d;
  padding-left: 15px;
}
.products-aside .list .bd ul li {
	list-style: none;
}
.products-aside .list .bd ul li a {
  position: relative;
  display: block;
  overflow: hidden;
  font-size: 16px;
  padding: 15px 20px 15px 10px;
  border-bottom: 1px solid #f7c51d;
}
.products-aside .list .bd ul li a:hover {
	color: #f7c51d;
}
/*
.products-aside .list .bd ul li a::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  background-color: #a9a5a5;
  content: '';
}
.products-aside .list .bd ul li a:hover div::before,
.products-aside .list .bd ul li a.active div::before {
  visibility: visible;
  opacity: 1;
}
*/
.products-aside .list .bd ul li a div {
  position: relative;
  display: inline;
}
.products-aside .list .bd ul li a div::before {
  position: absolute;
  right: 0;
  bottom: 2px;
  left: 0;
  display: block;
  height: 4px;
  visibility: hidden;
  background-color: #f7c51d;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-aside .list .bd ul li a div span {
  position: relative;
}

.products-aside .product-list {
	margin-top: 0px;
}
.products-aside .product-list ul {
	padding-left: 0px;
	margin-top: 0;
}
.products-aside .product-list li {
	padding: 0;
}
.products-aside .product-list li a {
	display: -webkit-flex!important;;
	display: flex!important;;
	align-items: center;
	border-bottom: 0px!important;
	font-size: 14px!important;
	line-height: 160%;
}
.products-aside .product-list img {
	width: 30%;
}
.products-aside .product-list span {
	display: inline-block;
	width: 65%;
	margin-left: 5%;
}
.products-aside .product-list ul li .btn {
	display: block;
    padding: 6px 0px 0!important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.products-aside .product-list ul li .btn span {
	display: block;
	width: 100%;
	padding: 10px 15px;
	background-color: #f7c51d;
	color: #202020;
	font-weight: bold;
	font-size: 14px;
	margin-right: 12px;
}

.products-aside .product-list ul li .btn span:hover {
	background-color: #f1be12;
}

@media (max-width: 1024px) {
  .products-aside {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
.products-content {
  overflow: hidden;
}
.products-content > .hd {
  line-height: 30px;
  padding: 17px 0 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid #f0f0f0;
}
.products-content > .hd h1 {
  margin: 0;
  font-size: 26px;
  display: inline-block;
}
.products-content > .hd span {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .products-content > .hd {
    padding: 10px 0;
  }
}
.products-list {
  overflow: hidden;
}
.products-list ul {
  margin-right: -33px;
}
.products-list ul li {
  float: left;
  width: 33.33333333%;
  padding: 0 33px 33px 0;
}
/*
.products-list ul li .item {
  display: block;
}*/
.products-list ul li .item .pic img {
  display: block;
  width: 100%;
}
.products-list ul li .item h3,.products-list ul li .item h2 {
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  text-align: center;
}

.products-desc {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.6;
}
.products-desc p {margin:0;padding: 0;}
.products-desc a {color: #0193de;}
.products-desc a:hover {text-decoration: underline;}


@media (max-width: 1024px) {
  .products-list ul {
    margin-right: -10px;
  }
  .products-list ul li {
    width: 50%;
    padding: 0 10px 10px 0;
  }
}
@media (max-width: 750px) {
  .products-list ul {
    margin: 0;
  }
  .products-list ul li {
    width: 100%;
    padding: 0 0 10px;
  }
}


.products-square .list_left,.products-square .list_right,.products-square .pro_left{float:left}
.itembody{width:100%;float:left;list-style: none;}
.itembody .list_right .case_detail{padding:0}
.itembody_in{padding:30px 0;border-bottom:1px dotted #e4e4e4;transition:all .3s;overflow:hidden;}
.itembody .list_left{width:250px}
.itembody .list_right{transition:all .3s;padding-left:270px;float:none}
.itembody .list_right h3 a,.itembody .list_right .h3 a{color:#000;font-size:18px}
.itembody .list_left img{width:100%;height:100%}
.special_read{padding:10px 12px;font-size:14px;margin-top: 10px;background:#f7c51d;color:#202020!important;border-radius:5px;transition:all .3s;display:inline-block!important;margin-right: 10px;font-weight: bold;}
.special_read:hover{background-color:#f1be12!important;}
.products-square .case_explain{padding:10px 0;line-height:26px;font-size: 14px;}


@media screen and (max-width:960px){
    .itembody .list_left{float:none}
    .itembody .list_right{width:100%;padding-left:0!important;margin-top:10px}
}
@media screen and (max-width:760px){
    .itembody .list_left{float:none!important}
    .itembody .list_right{width:100%;padding-left:0!important;margin-top:10px}
    .itembody_in{padding:0!important;margin-bottom:15px}
}


.paginate {padding-top: 20px;clear: both; text-align: center;}
.paginate ul li {
	display: inline-block;
}
.pagination li {
	border-bottom: 0!important;
}
.paginate ul li a,.paginate ul li span {
	display: inline-block;
	background-color: rgba(0,0,0,.05);
	font-size: 14px;
    padding: 8px 14px;
	margin: 0 2px;
    color: rgba(0,0,0,.5);
    border-radius: 4px;
}
.paginate ul li.active span,.paginate ul li a:hover {
	background-color: #f7c51d;
    color: #fff;
}
.paginate ul li:hover a {
    color: #fff;
}

.poorder {
	float: right;
	width: 150px;
	height: 40px;
	text-align: right;
	vertical-align: middle;
}

.poorder .tab-list {
	font-size: 14px;
	padding: 0;
	margin:0;
}
.poorder dd.txt {
	font-weight: bold;
	color: #202020;
}
.poorder dd a {
	color: #ccc;
}
.poorder dd {
	color: #ccc;
	display: inline-block;
	cursor: pointer;
	margin-left: 3px;
}
.poorder dd .current {
	color: #202020;
}

.main-nav {
  padding: 0 30px;
  font-size: 0;
  background-color: #f6f6f8;
}
.main-nav a {
  position: relative;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  margin-right: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #a2a2a2;
}
.main-nav .container {
	text-align: center;
}
.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 0;
  display: block;
  height: 3px;
  background-color: #f7c51d;
  overflow: 0;
  content: '';
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.main-nav a:hover,
.main-nav a.active {
  color: #202020;
}
.main-nav a:hover::after,
.main-nav a.active::after {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .main-nav {
    padding: 0 10px;
  }
}
@media (max-width: 750px) {
  .main-nav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .main-nav a {
    margin-right: 20px;
    font-size: 12px;
  }
}
.products-group > .item {
  padding: 68px 30px 0;
}
.products-group > .item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.products-group > .item .main-title {
  margin-bottom: 30px;
}
.products-group > .item .products-list ul li {
  width: 25%;
}
.products-group > .item .products-list ul li .item:hover .pic {
  border-color: #f7c51d;
}
.products-group > .item .products-list ul li .item:hover h3 {
  background-color: #f7c51d;
}
.products-group > .item .products-list ul li .item .pic {
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #f8f8f8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-group > .item .products-list ul li .item h3 {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 1024px) {
  .products-group > .item {
    padding-top: 30px;
  }
  .products-group > .item .main-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .products-group > .item {
    padding: 20px 10px;
  }
  .products-group > .item .products-list ul li {
    float: none;
    width: auto;
  }
}
.products-detail {
  padding: 30px 0 97px;
}
.products-detail .crumb {
  margin-bottom: 30px;
}
.products-detail .info .pic {
  width: 380px;
  margin-right: 30px;
}
.products-detail .info .pic img {
  display: block;
  width: 100%;
}
.products-detail .info .bd {
  overflow: hidden;
}
.products-detail .info .bd .desc {
  padding-bottom: 40px;
  /*
  margin-bottom: 30px;
  border-bottom: 2px solid #dfdfdf;
  */
}
.products-detail .info .bd .btn-div {
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 30px;
	padding-top: 20px;
	border-top: 2px solid #dfdfdf;
	border-bottom:0;
}

.products-detail .info .bd .desc h1 {
  margin: 0;
  font-size: 28px;
  line-height: 140%;
}
.products-detail .info .bd .desc p {
  margin: 13px 0 40px;
  font-size: 20px;
}
.products-detail .info .bd .desc .btn {
  display: block;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  margin-top: 20px;
  border: 2px solid #202020;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.products-detail .info .bd .desc .btn.primary {
  border-color: #f7c51d;
  background-color: #f7c51d;
}

.products-detail .info .bd .pro-desc {
	font-size: 16px;
	line-height: 180%;
}

.products-detail .info .bd ul li {
  position: relative;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 17px;
  font-size: 16px;
}
.products-detail .info .bd ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #f7c51d;
  content: '';
}
.products-detail .box {
  margin-top: 50px;
}
.products-detail .box > .hd strong {
  position: relative;
  font-size: 20px;
  background-color: #f7c51d;
  padding: 14px 0;
  margin-bottom: 25px;
  display: block;
  padding-left: 15px;
}
/*
.products-detail .box > .hd strong::after {
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 14px;
  background-color: #f7c51d;
  content: '';
}
*/
.products-detail .box1 > .bd {
  color: #202020;
}
.products-detail .box1 > .bd a {color: #0193de;}
.products-detail .box1 > .bd a:hover {text-decoration: underline;}
.products-detail .box1 > .bd {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
.products-detail .box1 > .bd img {
	max-width: 100%;
}
.products-detail .box1 > .bd table {
	max-width: 100%;
}
.products-detail .box1 > .bd ul li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 28px;
  padding-left: 22px;
  font-size: 16px;
}
.products-detail .box1 > .bd ul li::before {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #f7c51d;
  content: '';
}
.products-detail .box2 > .bd {
  margin-top: 36px;
}
.products-detail .box2 > .bd .table {
  text-align: center;
}
.products-detail .box2 > .bd .table table {
  width: 100%;
  border-collapse: collapse;
}
.products-detail .box2 > .bd .table table tr td {
  padding: 14px 10px;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #eee;
}
.products-detail .box2 > .bd .table table tr td:nth-child(1) {
  border-left-width: 1px;
}
.products-detail .box2 > .bd .table table thead tr {
  background-color: #f7c51d;
}
.products-detail .box2 > .bd .table table thead tr:nth-child(1) td {
  border-top-width: 1px;
}
.products-detail .box2 > .bd .table table thead tr td {
  border-color: #dcad11;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.products-detail .box2 > .bd .table table tbody tr:nth-child(odd) {
  background-color: #f9fafc;
}
.products-detail .box2 > .bd .table table tbody tr td {
  font-size: 14px;
  color: #656565;
}
.products-detail .box3 > .bd {
  margin-top: 37px;
}
.products-detail .box3 > .bd .box3-swiper .item {
  display: block;
}
.products-detail .box3 > .bd .box3-swiper .item .pic img {
  display: block;
  width: 100%;
}
.products-detail .box3 > .bd .box3-swiper .item h3 {
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.products-detail .box3 > .bd .box3-swiper .box3-btns {
  position: relative;
  font-size: 0;
  text-align: center;
}
.products-detail .box3 > .bd .box3-swiper .box3-btns::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  height: 2px;
  background-color: #dfdfdf;
  content: '';
}
.products-detail .box3 > .bd .box3-swiper .box3-btns .btn {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #dfdfdf;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  cursor: pointer;
}
.products-detail .box3 > .bd .box3-swiper .box3-btns .btn + .btn {
  margin-left: 30px;
}
.products-detail .box3 > .bd .box3-swiper .box3-btns .btn.box3-prev {
  background-image: url('../images/prev2.png');
}
.products-detail .box3 > .bd .box3-swiper .box3-btns .btn.box3-next {
  background-image: url('../images/next2.png');
}

.product-img li {list-style: none;}

@media (max-width: 1024px) {
	.products-detail .products-aside {display: none;}
  .products-detail {
    padding: 20px 0;
  }
  .products-detail .crumb {
    padding: 0 10px;
    margin-bottom: 10px;
	line-height: 1.5;
  }
  .products-detail .info .pic {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .products-detail .info .bd {
    padding: 0 10px;
  }
  .products-detail .info .bd .desc {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .products-detail .info .bd .desc h3 {
    font-size: 20px;
  }
  .products-detail .info .bd .desc p {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .products-detail .box {
    padding: 0 10px;
    margin-top: 20px;
  }
  .products-detail .box1 > .bd ul li {
    float: none;
    width: 100%;
  }
  .products-detail .box2 > .bd {
    margin-top: 20px;
  }
  .products-detail .box2 > .bd .table {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .products-detail .box3 > .bd {
    margin-top: 20px;
  }
}
.news-list {
  padding: 58px 0 132px;
}
.news-list ul li {
  padding: 30px 0;
  border-bottom: 1px solid #efefef;
}
.news-list ul li .pic {
  display: block;
  width: 186px;
  margin-right: 27px;
}
.news-list ul li .pic img {
  display: block;
  width: 100%;
}
.news-list ul li .more {
  display: block;
  height: 52px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 43px;
  margin-left: 126px;
  border: 1px solid #f7c51d;
  font-size: 14px;
  font-weight: bold;
  color: #f7c51d;
  text-align: center;
}
.news-list ul li .desc {
  overflow: hidden;
}
.news-list ul li .desc h3 {
  height: 52px;
  line-height: 52px;
  overflow: hidden;
  margin: 0;
  font-size: 26px;
}
.news-list ul li .desc h3 a {
  color: #f7c51d;
}
.news-list ul li .desc time {
  display: block;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #8b8b8b;
  background: url('../images/icon29.png') no-repeat left center;
}
.news-list ul li .desc p {
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  color: #8b8b8b;
}
.news-list .pagenav {
  margin-top: 64px;
}
@media (max-width: 1024px) {
  .news-list {
    padding: 30px 10px;
  }
  .news-list ul li {
    padding: 10px 0;
  }
  .news-list ul li .pic {
    float: none;
    width: auto;
    margin: 0 0 10px;
  }
  .news-list ul li .more {
    float: none;
    margin: 0;
  }
  .news-list ul li .desc h3 {
    font-size: 20px;
  }
  .news-list ul li .desc time {
    font-size: 14px;
  }
  .news-list ul li .desc p {
    font-size: 14px;
  }
}
.news-detail {
  padding: 57px 30px 100px;
}
.news-detail .article {
  border-bottom: 1px solid #dfdfdf;
}
.news-detail .article .hd {
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
  text-align: center;
}
.news-detail .article .hd h1 {
  margin: 0 0 24px;
  font-size: 32px;
}
.news-detail .article .hd p {
  margin: 0;
  font-size: 16px;
}
.news-detail .article .hd p time {
  display: inline-block;
  padding-left: 20px;
  background: url('../images/icon29.png') no-repeat left center;
}
.news-detail .article .bd {
  padding: 20px 0px 20px;
}
.news-detail .article .bd {
  line-height: 2;
  font-size: 16px;
  text-align: justify;
}
.news-detail .article .bd img {
  max-width: 100%;
}
.news-detail .box {
  margin-top: 50px;
}
.news-detail .box > .hd {
  margin-bottom: 36px;
}
.news-detail .box > .hd strong {
  position: relative;
  font-size: 24px;
}
.news-detail .box > .hd strong::after {
  display: block;
  width: 68px;
  height: 4px;
  margin-top: 14px;
  background-color: #f7c51d;
  content: '';
}
.prev-next {
	margin-bottom: 30px;
}
.prev-next .prev-item,.prev-next .next-item {
	padding: 4px 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}
.prev-next a:hover {
	color: #656565;
}
@media (max-width: 1024px) {
  .news-detail {
    padding: 20px 10px;
  }
  .news-detail .article .hd {
    padding-bottom: 10px;
  }
  .news-detail .article .hd h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .news-detail .article .hd p {
    font-size: 14px;
  }
  .news-detail .article .bd {
    padding: 0 20px;
  }
  .news-detail .box {
    margin-top: 20px;
  }
  .news-detail .box .hd {
    margin-bottom: 20px;
  }
}
.download {
  padding: 80px 0 159px;
}
.download .main-title {
  margin-bottom: 28px;
}
.download ul li {
  padding: 13px 0;
  border-bottom: 1px solid #eff1f0;
}
.download ul li a {
  display: block;
  overflow: hidden;
}
.download ul li a ins {
  float: right;
  display: block;
  padding: 0 34px 0 28px;
  border: 1px solid #f7c51d;
  font-size: 14px;
  color: #f7c51d;
  text-decoration: none;
}
.download ul li a ins span {
  display: block;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding-left: 25px;
  background: url('../images/icon31.jpg') no-repeat left center;
}
.download ul li a p {
  margin: 0;
  height: 42px;
  line-height: 42px;
  overflow: hidden;
  padding-left: 37px;
  font-size: 16px;
  font-weight: bold;
  background: url('../images/icon30.jpg') no-repeat left center;
}
@media (max-width: 1024px) {
  .download {
    padding: 20px 10px;
  }
  .download .main-title {
    margin-bottom: 20px;
  }
  .download ul li {
    padding: 10px 0;
  }
  .download ul li a ins {
    padding: 0 10px;
    font-size: 12px;
  }
  .download ul li a ins span {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    background-size: auto 10px;
  }
  .download ul li a p {
    font-size: 14px;
  }
}
.about-box1 {
  padding: 80px 30px 95px;
  background: url('../images/bg7.png') no-repeat center / cover;
}
.about-box1 .pic {
  width: 454px;
  margin: 18px 0 0 70px;
}
.about-box1 .bd .desc {
  line-height: 28px;
  margin-top: 20px;
  font-size: 16px;
  color: #8b8b8b;
}
.about-box1 .bd .desc img {
	max-width: 100%;
}
@media (max-width: 1024px) {
  .about-box1 .pic {
    margin-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .about-box1 {
    padding: 30px 10px;
  }
  .about-box1 .pic {
    width: 100%;
    margin: 0 0 10px;
  }
}
.about-box2 {
  height: 583px;
  padding: 80px 0 0;
  background: url('../images/bg8.png') no-repeat center / auto 100%;
}
.about-box2 .bd {
  padding-left: 305px;
}
.about-box2 .bd .desc {
  display: none;
}
.about-box2 .bd .desc h3 {
  margin: 0 0 25px;
  font-size: 32px;
  color: #f7c51d;
}
.about-box2 .bd .desc h3 span {
  color: #fff;
}
.about-box2 .bd .desc p {
  line-height: 28px;
  margin: 0;
  font-size: 16px;
  color: #8b8b8b;
}
.about-box2 .bd .btns {
  margin-top: 65px;
}
.about-box2 .bd .btns a {
  float: left;
  width: 170px;
  height: 52px;
  line-height: 50px;
  overflow: hidden;
  margin-right: -1px;
  border: 1px solid #4b4b4b;
  font-size: 14px;
  color: #8b8b8b;
  text-align: center;
}
.about-box2 .bd .btns a.active {
  position: relative;
  z-index: 3;
  line-height: 48px;
  border: 2px solid #f7c51d;
  font-weight: bold;
  color: #f7c51d;
}
@media (max-width: 1024px) {
  .about-box2 {
    padding: 50px 30px 0;
  }
  .about-box2 .bd {
    padding-left: 200px;
  }
}
@media (max-width: 750px) {
  .about-box2 {
    height: auto;
    padding: 30px 10px 80px;
  }
  .about-box2 .bd {
    padding: 0;
  }
  .about-box2 .bd .desc h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .about-box2 .bd .btns {
    margin-top: 20px;
  }
  .about-box2 .bd .btns a {
    width: auto;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
  }
  .about-box2 .bd .btns a.active {
    line-height: 36px;
  }
}
.about-box3 {
  padding: 80px 30px 160px;
  margin-top: -35px;
  background-color: #f4f5f6;
}
.about-box3 .pic {
  margin-left: 39px;
}
.about-box3 .bd {
  overflow: hidden;
  padding-top: 28px;
}
.about-box3 .bd .desc {
  line-height: 28px;
  font-size: 16px;
  color: #8b8b8b;
}
@media (max-width: 1024px) {
  .about-box3 .pic {
    width: 400px;
  }
}
@media (max-width: 750px) {
  .about-box3 {
    padding: 30px 10px;
  }
  .about-box3 .pic {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.about-box4 {
  padding: 80px 0 100px;
}
.about-box4 .bd {
  overflow: hidden;
  margin-top: 30px;
}
.about-box4 .bd ul {
  margin-right: -29px;
}
.about-box4 .bd ul li {
  float: left;
  width: 25%;
  padding: 0 29px 29px 0;
}
.about-box4 .bd ul li .item {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 30px 30px 32px;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.about-box4 .bd ul li .item:hover {
  border-color: #f7c51d;
}
.about-box4 .bd ul li .item:hover p {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-box4 .bd ul li .item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.about-box4 .bd ul li .item p {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background-color: #f7c51d;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
@media (max-width: 1024px) {
  .about-box4 {
    padding: 80px 30px;
  }
  .about-box4 .bd ul li {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .about-box4 {
    padding: 30px 10px;
  }
  .about-box4 .bd {
    margin-top: 20px;
  }
  .about-box4 .bd ul {
    margin: 0;
  }
  .about-box4 .bd ul li {
    float: none;
    width: auto;
    padding: 0 0 10px;
  }
}
.contact-box1 {
  padding: 30px 30px 80px;
}
.contact-box1 .container .form {
	position: relative;
	width: 530px;
	padding: 54px 40px 50px;
	margin-left: 123px;
	box-shadow: 0 9px 7px 0 rgba(0, 0, 0, 0.08);
}
.contact-box1 .container .form::after {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	border-width: 30px 30px;
	border-style: solid;
	border-color:#f5ad0d transparent transparent #f5ad0d;
	content: "";
}
.contact-box1 .container .form .form-arrow {
	position: absolute;
	top: 8px;
	left: 6px;
	z-index: 2;
	color: #fff;
	font-size: 18px;
}
.contact-page .container .form {
	margin-left: 0px;
}
.contact-box1 .container .form .hd {
  text-align: center;
}
.contact-box1 .container .form .hd h3 {
  margin: 0 0 15px;
  font-size: 28px;
  color: #f7c51d;
}
.contact-box1 .container .form .hd h3 span {
  color: #202020;
}
.contact-box1 .container .form .hd p {
  line-height: 24px;
  padding: 0 47px;
  margin: 0;
  font-size: 14px;
  color: #8b8b8b;
}
.contact-box1 .container .form .bd {
  margin: 36px -15px 11px 0;
}
.contact-box1 .container .form .bd .item {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 15px 19px 0;
}
.contact-box1 .container .form .bd .item .img_verify {
	position: absolute;
	top: 0;
	right: 15px;
	height: 57px;
}
.contact-box1 .container .form .bd .item:last-child {
  width: 100%;
}
.contact-box1 .container .form .bd .item input,
.contact-box1 .container .form .bd .item textarea {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: 0;
  font-size: 14px;
  background-color: #f6f6f6;
}
.contact-box1 .container .form .bd .item input {
  height: 57px;
}
.contact-box1 .container .form .bd .item textarea {
  padding: 20px;
  resize: none;
}
.contact-box1 .container .form .ft .btn {
  display: block;
  width: 171px;
  height: 53px;
  padding: 0;
  margin: 0 auto;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7c51d;
}
.contact-box1 .container > .bd {
  overflow: hidden;
  padding-top: 50px;
}
.contact-box1 .container > .bd .tips {
  line-height: 24px;
  margin: 22px 0 66px;
  font-size: 16px;
}
.contact-box1 .container > .bd ul li {
  padding: 10px 0 10px 93px;
  background-repeat: no-repeat;
  background-position: left center;
}
.contact-box1 .container > .bd ul li:not(:last-child) {
  margin-bottom: 35px;
}
.contact-box1 .container > .bd ul li:nth-child(1) {
  background-image: url('../images/icon34.png');
}
.contact-box1 .container > .bd ul li:nth-child(2) {
  background-image: url('../images/icon35.png');
}
.contact-box1 .container > .bd ul li:nth-child(3) {
  background-image: url('../images/icon36.png');
}
.contact-box1 .container > .bd ul li h3 {
  margin: 0 0 13px;
  font-size: 18px;
}
.contact-box1 .container > .bd ul li p {
  margin: 0;
  font-size: 16px;
  color: #8b8b8b;
}

.inquiry-box .container {width: auto;}
.inquiry-box .contact-box1 {padding:30px 0px 0px;}
.inquiry-box .contact-box1 .container .form {background:none;box-shadow:none;}
.inquiry-box .contact-box1 .container .form {padding:20px 0px 0px}
.inquiry-box .contact-box1 .container .form .hd h3 {color: #202020;font-size: 32px;}

.contact-page .container .form::after {display: none;}

@media (max-width: 1024px) {
  .contact-box1 .container .form {
    margin-left: 30px;
  }
}
@media (max-width: 750px) {
  .contact-box1 {
    padding: 30px 10px;
  }
  .contact-box1 .container .form {
    float: none;
    width: auto;
    padding: 30px 10px;
    margin: 0 0 20px;
  }
  .contact-box1 .container > .bd {
    padding-top: 30px;
  }
  .contact-box1 .container > .bd .tips {
    margin: 20px 0 30px;
  }
  .contact-box1 .container > .bd ul li {
    padding-left: 50px;
    background-size: 30px;
  }
  .contact-box1 .container > .bd ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.contact-box2 img {
  display: block;
  width: 100%;
}
