@charset "utf-8";
/*内页banner*/
.nbanner {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
/*在线搜索*/
.onliness {
	padding: 10px 0;
	overflow: hidden;
	background: #f5f5f5;
}
.onliness .onlinel {
	width: 50%;
	padding: 0;
	overflow: hidden;
}
.onliness .onlinel p {
	color: #de1c09;
	font-size: 14px;
	line-height: 43px;
}
.onliness .onlinel p a {
	display: inline-block;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 43px;
	padding-right: 10px;
}
.onliness .onlinel p a:hover {color: #de1c09;}

.search-form {padding: 0;overflow: hidden;border: 1px solid #d1d1d1;outline: none;background: #fff;margin-bottom: 5px;}
.search-form .form-control {
	padding: 0 10px;
	width: 440px;background: #fff;float: left;height: 43px;
    border: 0;
    border-radius: 0;
    -webkit-appearance:none;/*去除阴影边框*/
    outline: none;
    -webkit-tap-highlight-color:#fff;
}
.search-form .search_btn {width: 88px;background:#f9b73a;height: 43px;border: none;font-size: 14px;color: #fff;}

/*面包屑*/
.crumb {
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height:45px;
	border-bottom: 1px dashed #dfdfdf;
	position: relative;
	margin-bottom: 35px;
}
.crumb:before {
	content: "";
	width: 10px;
	height: 15px;
	background: #f9b73a;
	position: absolute;
	left: 0;
	top:15px;
	z-index: 1;
}
.crumb p,.crumb a {
	color: #919191;
	font-size: 14px;
	line-height: 45px;
}
.crumb a:hover {
	color: #f9b73a;
}
/*主要内容*/
.main{
	width:100%;
	max-width: 1920px;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
.mcontent {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
/*分类导航*/
.flnav {
	padding: 0;
	height: 60px;
	background: #eaeaea;
	margin-bottom: 20px;
}
.flnav li {
	float: left;
	line-height: 60px;
	position: relative;
	width: 20%;
}
.flnav li:after {
	content: "";
	width: 0;
	height: 10px;
	background: url(../images/downjt.png) no-repeat top center;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -10px;
	z-index: 1;
}
.flnav li a {
	display: block;
	text-align: center;
	width: 100%;
	padding: 0;
	color: #000;
	font-size: 18px;
	line-height: 60px;
}
.flnav li:hover,.flnav li.cur {
	background: #fbae27;
}
.flnav li:hover:after,.flnav li.cur:after {
	width: 17px;
} 

/*关于我们页面*/
.about1f {
	padding: 0;
	overflow: hidden;
}
.aboutimg {
	padding: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.aboutimg img {
	max-width: 100%;
}
/*数字*/
.numlist {
	padding: 20px 0;
	overflow: hidden;
}
.numlist .num_cont {
	width: 296px;
	float: left;
	border-right: 1px dashed #e7ecf6;
	text-align: center;
}
.numlist .num_cont:last-child {
	border-right: none;
}
.numlist .num_cont h3 {
	color: #2c2c2c;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
}
.numlist .num_cont  em {
	display: block;
	width: 20px;
	height: 2px;
	background: #444;
	margin:0 auto;
}
.numlist .num_cont h6 {
	color: #f9b73a;
	font-size: 18px;
}
.numlist .num_cont h6 i {
	color: #f9b73a;
	font-size: 58px;
	line-height: 70px;
}
.numlist .num_cont p {
	color: #8e8e8e;
	font-size: 15px;
	line-height: 20px;
}
/*简介内容*/
.aboutcon {
	padding: 10px 0;
	overflow: hidden;
	margin-bottom: 40px;
}
.aboutcon,.aboutcon p,.aboutcon span {
	color: #797979;
	font-size: 16px;
	line-height: 35px;
}
.about2f {
	padding:60px 0;
	overflow: hidden;
	background: #f3f3f3;
}
.about2f .aboutitem {
	padding: 0;
	overflow: hidden;
}
.about2f .aboutitem .aboutl,.about2f .aboutitem .aboutr {
	width: 50%;
	height: 315px;
	padding: 0;
	overflow: hidden;
}
.about2f .aboutitem .apro img {
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.about2f .aboutitem .about-pro {
	height: 265px;
	padding: 25px 30px;
	overflow: hidden;
	background: #2c2c2c;
	position: relative;
}
.about2f .aboutitem .about-pro .apmore {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 67px;
	background: #fbae27;
}
.about2f .aboutitem .about-pro .apmore a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/jtwhite.png) no-repeat center;
}
.about2f .aboutitem .about-pro h3 {
	color: #fff;
	font-size: 36px;
	line-height: 60px;
}
.about2f .aboutitem .about-pro .apro {
	padding: 0;
	overflow: hidden;
}
.about2f .aboutitem .apro li {
	width: 168px;
	padding: 0;
	overflow: hidden;
	margin:0 4px 15px;
	border:1px dashed #a2a2a2;
	border-radius: 25px;
	line-height: 44px;
	float: left;
	text-align: center;
	position: relative;
}
.about2f .aboutitem .apro li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 13px;
	position: relative;
	z-index: 1;
}
.about2f .aboutitem .apro li:before, .about2f .aboutitem .apro li:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 20px;
    height: 20px;
    background: #fbae27;
    border-radius: 50%;
}
.about2f .aboutitem .apro li:before {
	left: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
/*     animation: criss-cross-left 0.8s reverse; */
}
.about2f .aboutitem .apro li:after {
	right: -20px;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
  /*     animation: criss-cross-right 0.8s reverse; */
}
.about2f .aboutitem .apro li:hover{
  	border:1px solid #fbae27;
}
.about2f .aboutitem .apro li:hover:before {
	-webkit-animation: criss-cross-left 0.8s both;
	animation: criss-cross-left 0.8s both;
}
.about2f .aboutitem .apro li:hover:after {
	-webkit-animation: criss-cross-right 0.8s both;
	animation: criss-cross-right 0.8s both;
}
@-webkit-keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-left {
	0% {left: -20px;}
	50% {left: 50%;width: 20px;height: 20px;}
	100% {left: 50%;width: 375px;height: 375px;}
}
@-webkit-keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}
@keyframes criss-cross-right {
	0% {right: -20px;}
	50% {right: 50%;width: 20px;height: 20px;}
	100% {right: 50%;width: 375px;height: 375px;}
}
.about2f .aboutitem .about-case {
	height: 265px;
	padding: 25px 30px;
	overflow: hidden;
	background: #fbae27;
	position: relative;
}
.about2f .aboutitem .about-case .apmore {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 67px;
	height: 67px;
	background: #2c2c2c;
}
.about2f .aboutitem .about-case .apmore a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/jtwhite.png) no-repeat center;
}
.about2f .aboutitem .about-case h3 {
	color: #000;
	font-size: 36px;
	line-height: 60px;
}
.about2f .aboutitem .acase {
	padding: 18px 0;
	overflow: hidden;
}
.about2f .aboutitem .acase li {
	float: left;
	margin:0 26px;
    text-align: center;
}
.about2f .aboutitem .acase li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.about2f .aboutitem .acase li p {
	width: 100%;
	color: #fff;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	top:50%;
	margin-top: -20px;
	z-index: 1;
}
.about2f .aboutitem .acase li .acaseimg {
	padding:0;
	width: 121px;
	height: 121px;
	border-radius: 50%;
	position: relative;
}
.about2f .aboutitem .acase li .acaseimg img {
	width: 121px;
	height: 121px;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	margin:0 auto;
	position: relative;
    z-index: 1;
}
.about2f .aboutitem .acase li .acaseimg:before{
	content: '';
    width: 132px;
    height: 132px;
    border-radius: 50%;
    position: absolute;
    margin-left:-72px;
    margin-top:-72px;
    top: 50%;
    left: 50%;
    padding: 0;
    opacity: 0;
    border: #fee6bb 6px solid;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
}
.about2f .aboutitem .acase li .acaseimg:after {
	pointer-events: none;
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: -66px;
    margin-top: -66px;
	top: 50%;
    left: 50%;
    padding: 0;
    border: #fee6bb 1px dashed;;
    -webkit-transition: -webkit-transform 0.6s, opacity 0.6s;
    -moz-transition: -moz-transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s;
}
.about2f .aboutitem .acase li:hover .acaseimg:before {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	-ms-transform: scale(1.025);
	transform: scale(1.025);
	opacity: 1;
}
.about2f .aboutitem .acase li:hover .acaseimg:after {
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0.5;
}

/*厂房设备*/
.about3f {
	padding: 45px 0;
	overflow: hidden;
	background: #fff;
}
.about3f .title_2 {
	padding: 0;
	overflow: hidden;
	margin-bottom: 30px;
}
.about3f .title_2 h2 {
	color: #fbae27;
	font-size: 42px;
	line-height: 66px;
	font-weight: normal;
	display: inline-block;
}
.about3f .title_2 span {
	text-align: right;
	color: #757575;
	font-size: 16px;
	line-height: 66px;
	display: inline-block;
}
.about3f .acflist {
	padding: 0;
	overflow: hidden;
}
.about3f .acflist li {
	padding: 0;
	overflow: hidden;
	width: 290px;
	height: 215px;
	float: left;
	margin:0 4px 13px;
}
.about3f .acflist li:first-child {
	width: 596px;
	height: 443px;
}
.about3f .acflist li a {
	display: block;
	width: 100%;
	height: 100%;
}
.about3f .acflist li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}  
.about3f .acflist li:hover img {
	transition: 1s;
	transform:scale(1.1,1.1); 
	-ms-transform:scale(1.1,1.1);   	
	-moz-transform:scale(1.1,1.1);  	
	-webkit-transform:scale(1.1,1.1);   
	-o-transform:scale(1.1,1.1);  
}

/*产品列表*/
/*标题*/
.pmcontent {
	width:922px;
	padding: 0;
	overflow: hidden;
}
.prolist {
	padding: 0;
	overflow: hidden;
}
.no-goods {padding: 10px 0;overflow: hidden;text-align: center;}
.no-goods p {color: #757575;font-size: 16px;line-height: 35px;}
.prolist ul {
	padding: 0;
	overflow: hidden;
}
.prolist li {
	width: 290px;
	border:1px solid #ededed;
	background: #f5f5f5;
	float: left;
	position: relative;
	margin:0 7px 25px;
}
.prolist li .pic {
	width: 290px;
	padding: 0;
	overflow: hidden; 
}
.prolist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.prolist li .pic p {
	width: 290px;
	height: 215px;
	background: #fff;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.prolist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.prolist li .pic span {
	display: block;
	text-align: center;
	line-height: 35px;
	color: #2c2c2c;
	font-size: 15px;
	margin:10px auto;
}
.prolist li .promore {
	padding: 0;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
.prolist li .promore a {
	display: inline-block;
	width: 120px;
	height: 35px;
	border: 1px solid #2c2c2c;
	border-radius: 10px;
	line-height: 35px;
	text-align: center;
	margin:0 9px 5px;
	color: #2c2c2c;
	font-size: 14px;
	transition: all 0.3s;
}
.prolist li .promore a.bj {
	border:1px solid #e39501;
	color: #e39501;
}
.prolist li:hover p img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);   	
	-moz-transform:scale(1.2,1.2);  	
	-webkit-transform:scale(1.2,1.2);   
	-o-transform:scale(1.2,1.2);  
}
.prolist li .promore a:hover {
	background: #e39501;
	color: #fff;
	border:1px solid #e39501;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}

/*产品详情页面*/
.mainright {
	width:922px;
	margin:0 auto;
	padding: 0;
	overflow: hidden;
}
.prophoto {
	padding: 0 0 0 7px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
}
.prophoto .cpphoto {
	width: 445px;
	height: 443px;
	position: relative;
}
.prophoto .prosliders {
	width: 445px;
	height: 443px;
}
.prosliders .swiper-wrapper, .prosliders .swiper-slide{height: 100%;}
.prosliders .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.prosliders .swiper-slide {
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}
.prosliders .swiper-button-next,.prosliders .swiper-button-prev {
	width: 10px;
}
.prosliders .gallery-top {
    height: 75%;
    width: 100%;
}
.prosliders .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding-top: 10px;
}
.cpright {
	width: 455px;
}
.cpright .cptit {
	padding:10px 0 0;
	overflow: hidden;
	color: #2c2c2c;
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 15px;
}
.cpright .content1 {
	padding: 20px;
	overflow: hidden;
	background: #f7f7f7;
	height: 226px;
}
.cpright .content1 small {
	display: block;
	padding-bottom: 10px;
	font-style: normal;
	color: #919191;
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 10px;
} 
.cpright .content1 p {
	color: #474f58;
	font-size: 14px;
	line-height: 35px;
}
.cpright .content1 p strong {
	color: #474f58;
	font-size: 14px;
	line-height: 35px;
}
.cpright .cpshare {
	padding: 0;
	height: 50px;
	margin-top:25px;
}
.cpright .cpshare a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	background: #2c2c2c;
	min-width: 200px;
	text-align: center;
	margin:0 10px;
	transition: all 0.3s;
}
.cpright .cpshare a.cptel {
	background: #f9b73a;
}
.cpright .cpshare a:hover {
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}
.procontent {
	padding: 0 0 20px 7px;
	overflow: hidden;
}
.procontent .xqTit {
	height: 70px;
	background: #eee;
	margin-bottom: 25px;
}
.procontent .xqTit a {
	display: inline-block;
	width: 20%;
	float: left;
	line-height: 70px;
	text-align: center;
	color: #525252;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.procontent .xqTit a:after {
	content: "";
	width: 1px;
	height: 24px;
	background: #d7d7d7;
	position: absolute;
	right: 0;
	top:50%;
	margin-top:-12px;
	z-index: 1;
}
.procontent .xqTit a:last-child:after {
	background: none;
}
.procontent .xqTit a:hover,.procontent .xqTit a.on {
	color: #000;
	background: #f9b73a;
}
.procontent .tab_c {
	padding: 0;
	overflow: hidden;
}
.procontent .tab_c ul {display: none;}
.procontent .tab_c ul.on {display: block;}
.procontent .title_3 {
	padding: 0;
	overflow: hidden;
	height: 45px;
	background: url(../images/hx.jpg) no-repeat right center;
	margin-bottom: 30px;
}
.procontent .title_3 span {
	display: inline-block;
	color: #2c2c2c;
	font-size: 25px;
	font-weight: bold;
	line-height: 45px;
	height: 45px;
	position: relative;
	padding-left: 25px;
}
.procontent .title_3 span:before {
	content: "";
	width: 6px;
	height: 28px;
	background: #f9b73a;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -14px;
	z-index: 1;
}
.procontent .xqcon1 {
	padding: 0 0 40px;
	overflow: hidden;
}
.procontent .xqcon1 .xqcon1tit {
	padding: 0;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.procontent .xqcon1 .xqcon1tit h3 {
	color: #2c2c2c;
	font-size: 36px;
	line-height: 60px;
}
.procontent .xqcon1 .xqcon1tit .xqvido {
	padding: 10px 30px 0;
	overflow: hidden;
}
.procontent .xqcon1 .xqcon1tit li {
	float: left;
	width: 25%;
	line-height: 60px;
	color:#646464;
	font-size: 16px;
}
.procontent .xqcon1 .xqcon1tit li img {
	display: inline-block;
	height: 60px;
	width: auto;
	vertical-align: middle;
	margin-right: 10px;
}
.procontent .xqcon1 .xqvideo {
	padding: 0 30px;
	overflow: hidden;
}
.procontent .xqcon2 {
	padding: 0 0 40px;
	overflow: hidden;
}
.procontent .xqcon2 .xqcontent {
	padding: 0 10px;
	overflow: hidden;
}
.procontent .xqcon2 .xqcontent,.procontent .xqcon2 .xqcontent p,.procontent .xqcon2 .xqcontent span {
	color: #474747;
	font-size: 15px;
	line-height: 35px;
}
/* Table Styles */
.procontent .xqcon2 .xqcontent table {
  border-radius: 5px;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-collapse: collapse;
  width: 100% !important;
  max-width: 100% !important;
  /*white-space: nowrap;*/
  background-color: #fff !important;
}
.procontent .xqcon2 .xqcontent thead ,.procontent .xqcon2 .xqcontent table tr:first-child{
  padding: 0;
  overflow: hidden;
  background: #757575!important;
  background: -webkit-linear-gradient(left,#757575,#757575);
  background: -o-linear-gradient(right,#757575,#757575);
  background: -moz-linear-gradient(right,#757575,#757575);
  background: linear-gradient(to right,#757575,#757575);
}
.procontent .xqcon2 .xqcontent td, .procontent .xqcon2 .xqcontent th{
  padding:5px;
  height: auto!important;
  width: auto!important;
}
.procontent .xqcon2 .xqcontent td{
  border-right: 1px solid #fff !important;
  color: #000 !important;
  font-size: 15px !important;
  line-height: 40px !important;
  border-bottom: 1px solid #fff !important;
}
.procontent .xqcon2 .xqcontent th,.procontent .xqcon2 .xqcontent table tr:first-child td,.procontent .xqcon2 .xqcontent table tr:first-child td span,.procontent .xqcon2 .xqcontent table tr:first-child td p {
  color: #fff !important;
  line-height: 40px !important;
  font-size: 15px !important;
  background: none !important;
}
.procontent .xqcon2 .xqcontent tbody tr {background: #f3f3f3; }
/*.procontent .xqcon2 .xqcontent tbody tr:nth-child(odd) ,.procontent .xqcon2 .xqcontent tbody tr:nth-child(odd) {background: #fff;}*/
/*.procontent .xqcon2 .xqcontent table tbody tr:hover td, .procontent .xqcon2 .xqcontent table tbody tr:hover th {background: #f9b73a;}*/

/*相关产品*/
.xqcon3 {
	padding: 0 0 40px;
	overflow: hidden;
}
.xqcon3 .xqxg {
	padding: 0;
	overflow: hidden;
}
.xqcon3 .xqxg ul li {
	border: 1px solid #d8d8d8;
	margin: 0 auto 10px;
	width: 256px;
	height: 241px;
}
.xqcon3 .xqxg ul li .cfimg {
	width: 256px;
	height: 191px;
	background: #fff;
	padding: 0;
	overflow: hidden;
}
.xqcon3 .xqxg ul li img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.xqcon3 .xqxg ul li span {
	display: block;
	line-height: 50px;
	background: #2c2c2c;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.xqcon3 .xqxg ul li:hover span {
	color: #000;
	background: #f9b73a;
}
/*公司实力*/
.xqcon4 {
	padding: 0 0 40px;
	overflow: hidden;
}
.whychoose {
	padding: 0;
	overflow: hidden;
}
.whychoose .chooseli {
	padding: 0;
	overflow: hidden;
	width: 100%;
}
.whychoose .chooseli .chooseimg {
	height: 415px;
	margin-bottom: 20px;
}
.whychoose .chooseli .chooseimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.whychoose .chooseli .choosecon {
	padding: 0;
	overflow: hidden;
}
.whychoose .chooseli .choosecon .chooseitem{
	width: 411px;
    margin: 0 12px 10px;
    padding: 0 10px;
    overflow: hidden;
    float: left;
}
.whychoose .chooseli .choosecon .chooseitem h3 {
	color: #102540;
	font-size: 20px;
	line-height: 60px;
	border-bottom: 1px solid #102540;
	padding-left: 75px;
	margin-bottom: 10px;
}
.whychoose .chooseitem:nth-child(1) h3{
	background: url(../images/01.png) no-repeat left center;
}
.whychoose .chooseitem:nth-child(2) h3{
	background: url(../images/02.png) no-repeat left center;
}
.whychoose .ch2 .chooseitem:nth-child(1) h3{
	background: url(../images/03.png) no-repeat left center;
}
.whychoose .ch2 .chooseitem:nth-child(2) h3{
	background: url(../images/04.png) no-repeat left center;
}
.whychoose .chooseli .choosecon .chooseitem p {
	color: #656565;
	font-size: 15px;
	line-height: 28px;
}
/*定制流程*/
.dzlc {
	margin-top:30px;
	padding: 25px 0;
	overflow: hidden;
	background: #2c2c2c;
}
.dzlc .ys2tit {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.dzlc .ys2tit h3 {
	color: #fff;
	font-size: 36px;
	line-height: 52px;
}
.dzlc .ys2tit h3 strong{
	color: #f9b73a;
	font-size: 36px;
	line-height: 52px;
}
.dzlc .ys2tit p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.dzlc .yslc {
	padding: 0;
	overflow: hidden;
}
.dzlc .yslc li {
	width: 152px;
	float: left;
	text-align: center;
	position: relative;
}
.dzlc .yslc li:after {
	content: ">";
	color: #fff;
	font-size: 16px;
	position: absolute;
	font-style: normal;
	right: 0;
	top:50%;
	margin-top:-10px;
}
.dzlc .yslc li:last-child:after {
	content: "";
}
.dzlc .yslc li img {
	width: 43px;
}
.dzlc .yslc li p {
	color: #fff;
	font-size: 16px;
	line-height: 35px;
}
.dzlc .yslc li small {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
/*技术支持*/
.xqcon5 {
	padding: 0 0 40px;
	overflow: hidden;
}
.xqcon5 .ytlist {
	padding: 30px 0;
	overflow: hidden;
	background: #f7f7f7;
}
.xqcon5 .ytlist li {
	width: 210px;
	float: left;
	text-align: center;
	margin:0 9px;
	position: relative;
	padding: 0;
}
.xqcon5 .ytlist li .ytitem .ytimg {
	width: 100%;
	height: 122px;
	margin-bottom: 52px;
}
.xqcon5 .ytlist li .ytitem .ytimg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xqcon5 .ytlist li .ytjt {
	width: 54px;
	height: 54px;
	margin:0 auto;
	position: absolute;
	left: 50%;
	margin-left: -27px;
	top:97px;
	z-index: 1;
	transition: all 0.3s;
}
.xqcon5 .ytlist li .ytjt:before {
	content: "";
	width: 54px;
	height: 54px;
	background: url(../images/dui.png) no-repeat center;
	background-size: contain;
	position: absolute;
	left: 0;
	top:0;
	z-index: 2;
}
.xqcon5 .ytlist li .ytjt:after {
	content: "";
	width: 70px;
	height: 70px;
	background: #f7ead1;
	border-radius: 50%;
	position: absolute;
	left: -8px;
	top:-8px;
	opacity: 0.6;
	z-index: -1;
	animation:myfirst2 2s infinite linear;
	-moz-animation:myfirst2 2s infinite linear; /* Firefox */
	-webkit-animation:myfirst2 2s infinite linear; /* Safari and Chrome */
	-o-animation:myfirst2 2s infinite linear; /* Opera */
}
.xqcon5 .ytlist li .ytitem {
	padding: 0;
	overflow: hidden;
	transition: all 0.3s;
}
.xqcon5 .ytlist li .ytitem h3 {
	color: #000;
	font-size: 22px;
	line-height: 45px;
	font-weight: normal;
}
.xqcon5 .ytlist li .ytitem em {
	display: block;
	width: 34px;
	height: 3px;
	background: #f9b73a;
	margin:0 auto 10px;
}
.xqcon5 .ytlist li .ytitem p {
	padding: 0 20px;
	color: #5b5b5b;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}
.xqcon5 .ytlist li:hover {
	cursor: pointer;
}
.xqcon5 .ytlist li:hover .ytjt {
	background: url(../images/duia.png) no-repeat center;
	background-size: contain;
}
.xqcon5 .ytlist li:hover .ytitem {
	background: #f9b73a;
}
.xqcon5 .ytlist li:hover .ytitem em {
	background: #000;
}

/*合作案例*/
.xqcon6 {
	padding: 0 0 40px;
	overflow: hidden;
}
.xqcon6 .caselist {
	padding: 0 0 60px;
	overflow: hidden;
	position: relative;
}
.xqcon6 .caselist .caseitem {
	width: 100%;
	overflow: hidden;
}
.xqcon6 .caselist .caseitem .caseimg {
	width: 100%;
	height:190px;
}
.xqcon6 .caselist .caseitem .caseimg a {
	display: block;
	width: 100%;
	height: 190px;
	overflow: hidden;
	vertical-align: middle;
	text-align: center;
}
.xqcon6 .caselist .caseimg img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.xqcon6 .caselist .casecon {
	padding: 10px;
	overflow: hidden;
	background: #f7f7f7;
}
.xqcon6 .caselist .casecon h2 {
	color: #2c2c2c;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	margin-bottom: 10px;
}
.xqcon6 .caselist .casecon p {
	color: #757575;
	font-size: 14px;
	line-height: 20px;
}
.xqcon6 .caselist .casecon .casemore {
	padding: 10px 0;
	overflow: hidden;
}
.xqcon6 .caselist .casecon .casemore a {
	display: inline-block;
	width: 124px;
	line-height: 35px;
	border:1px solid #2c2c2c;
	text-align: center;
	color: #2c2c2c;
	font-size: 14px;
	border-radius: 5px;
	margin:0 2px;
	transition: all 0.3s;
}
.xqcon6 .caselist .casecon .casemore a:first-child {
	border:1px solid #e39501;
	color: #e39501;
}
.xqcon6 .caselist .casecon .casemore a:hover {
	background: #e39501;
	border:1px solid #e39501;
	color: #fff;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}
.xqcon6 .caselist .ncpagination {
	bottom: 5px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.xqcon6 .caselist .ncpagination .swiper-pagination-bullet {
	background: #ccc;
	margin:0 5px;
	opacity: 1;
}
.xqcon6 .caselist .ncpagination .swiper-pagination-bullet-active {
	background: #ffaf3c;
}
.xqcon6 .caselist .ncnext,.xqcon6 .caselist .ncprev {
	top:auto;
	bottom: 0;
	width: 27px;
	height: 18px;
}
.xqcon6 .caselist .ncnext {
	right: 40%;
	background: url(../images/ncprev.png) no-repeat right center;
}
.xqcon6 .caselist .ncnext:after,.xqcon6 .caselist .ncprev:after {
	display: none;
}
.xqcon6 .caselist .ncprev {
	left: 40%;
	background: url(../images/ncnext.png) no-repeat right center;
}
/*在线留言*/
.xqcon7 {
	padding: 0 0 10px;
	overflow: hidden;
}
.xqcon7 .online {
	padding: 0;
	overflow: hidden;
	height: 365px;
	border:10px solid #f7f7f7;
}
.xqcon7 .online .onmess {
	padding: 15px 10px;
	overflow: hidden;
	width: 550px;
	border-right: 8px solid #f7f7f7;
	height: 338px;
}
.xqcon7 .online .onliner {
	width: 324px;
	padding: 0;
	overflow: hidden;
}
.xqcon7 .online .onliner .onitem {
	padding: 18px;
	overflow: hidden;
	text-align: center;
	border-bottom: 8px solid #f7f7f7;
}
.xqcon7 .online .onliner .onitem:last-child {
	border-bottom: none;
}
.xqcon7 .online .onliner .onitem img {
	height: 61px;
	width: auto;
	margin:0 auto;
}
.xqcon7 .online .onliner .onitem p {
	color:#838383;
	font-size: 18px;
	line-height: 40px;
}
.xqcon7 .online .onliner .onitem h3 {
	color:#2c2c2c;
	font-size: 28px;
	line-height: 40px;
}
.xqcon7 .online .onliner .onitem span {
	display: block;
	color:#2c2c2c;
	font-size: 16px;
	line-height: 30px;
}


/*新闻列表*/
.newlist {
	padding: 0;
	overflow: hidden;
}
.newlist ul {
	padding: 0;
	overflow: hidden;
}
.newlist li {
    padding: 25px 15px;
    width: 550px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px;
    box-shadow: 3px 3px 6px 0px #eaeaea;
}
.newlist li:after {
	content: "";
	width: 0;
	height: 100%;
	background: #f9f9f9;
	position: absolute;
	left: 50%;
	right: 0;
	top:0;
	bottom:0;
	z-index: 1;
	transition: all 0.3s;
}
.newlist li a {
	display:block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.newlist li .newtit {
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.newlist li .newtit h2 {
	color: #171616;
    font-size: 22px;
    line-height: 45px;
    width: 400px;
}
.newlist li .newtit span {
	display: block;
	text-align: right;
	width: 110px;
	background: url(../images/clock.png) no-repeat left center;
	color: #797979;
	font-size: 15px;
	line-height: 45px;
}
.newlist li p {
	color: #797979;
	font-size: 15px;
	line-height: 30px;
	min-height: 60px;
	margin-bottom: 15px;
}
.newlist li .newmore {
	cursor: pointer;
	width: 140px;
	height: 40px;
	background: #2c2c2c;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	transition: all 0.3s;
}
.newlist li:hover:after {
	width: 100%;
	left: 0;
} 
.newlist li:hover h2 {
	color: #fbae27;
}
.newlist li:hover .newmore {
	background: #fbae27;
	color: #000;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}

/*相关推荐新闻*/
.xwxg {
	padding: 35px 0 15px;
	overflow: hidden;
	border-top:1px dashed #5f5f5f;
}
.xwxg .xwxgtit {
	padding: 0;
	overflow: hidden;
	margin-bottom: 15px;
}
.xwxg .xwxgtit h2 {
	color: #333;
	font-size: 35px;
	line-height: 45px;
	width: 180px;
	float: left;
}
.xwxg .xwxgtit h2 strong{
	display: inline-block;
	color: #fbae27;
	font-size: 35px;
	line-height: 45px;
}
.xwxg .xwxgtit span{
	width: 500px;
	float: left;
	display: block;
	color: #797979;
	font-size: 16px;
	line-height: 45px;
}
.xwxg .xglist {
	padding: 15px;
	overflow: hidden;
	background: #f9f9f9;
}
.xwxg .xglist ul {
	padding: 0;
	overflow: hidden;
}
.xwxg .xglist ul li {
	width: 535px;
	margin:0 10px;
	float: left;
	padding: 0 0 0 20px;
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px solid #e0e0e0;
	background: url(../images/sidetitbg.png) no-repeat left center;
}
.xwxg .xglist ul li h2 {
	color: #5f5f5f;
	font-size: 15px;
	font-weight: normal;
	line-height: 50px;
	width: 400px;
}
.xwxg .xglist ul li span {
	display: block;
	width: 100px;
	text-align: right;
	color: #797979;
	font-size: 15px;
	line-height: 50px;
}
.xwxg .xglist ul li:hover h2,.xwxg .xglist ul li:hover span {
	color: #fbae27;
}

/*plist页面*/
.plist {
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.plist ul {
	padding: 0;
	overflow: hidden;
}
.plist li {
	width: 365px;
	border:1px solid #ededed;
	background: #f5f5f5;
	float: left;
	position: relative;
	margin:0 15px 25px;
}
.plist li .pic {
	width: 365px;
	padding: 0;
	overflow: hidden; 
}
.plist li .pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.plist li .pic p {
	width: 365px;
	height: 271px;
	background: #fff;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	*text-align:center;/* 针对IE的Hack */
	*display: block;
}
.plist li .pic img {
	vertical-align:middle;
	transition-duration:0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.plist li .pic span {
	display: block;
	text-align: center;
	line-height: 35px;
	color: #2c2c2c;
	font-size: 15px;
	margin:10px auto;
}
.plist li .promore {
	padding: 0;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
.plist li .promore a {
	display: inline-block;
	width: 120px;
	height: 35px;
	border: 1px solid #2c2c2c;
	border-radius: 10px;
	line-height: 35px;
	text-align: center;
	margin:0 9px 5px;
	color: #2c2c2c;
	font-size: 14px;
	transition: all 0.3s;
}
.plist li .promore a.bj {
	border:1px solid #e39501;
	color: #e39501;
}
.plist li:hover p img {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);   	
	-moz-transform:scale(1.2,1.2);  	
	-webkit-transform:scale(1.2,1.2);   
	-o-transform:scale(1.2,1.2);  
}
.plist li .promore a:hover {
	background: #e39501;
	color: #fff;
	border:1px solid #e39501;
	box-shadow: 3px 3px 5px 1px #2c2c2c;
}

/*单页*/
.content {
	min-height: 200px;
}
.pagecon {
	margin:0 auto;
	padding: 10px 0 0;
	overflow: hidden;
}
.tita {
	font-size: 28px;
	color: #171616;
	display: block;
	text-align: center;
	line-height: 70px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}
.info {
	font-size: 15px;
	color: #797979;
	display: block;
	text-align: center;
	line-height: 35px;
	margin-bottom: 15px;
}
.content, .content p,.content span  {
	font-size: 15px;
	color: #3f3f3f;
	line-height: 35px;
}
.content img {
	max-width: 100%;
    margin: 0 auto;
    display: block;
}

/*在线留言*/
#formData{
    width: 98%;
    margin:0 auto;
    padding: 0;
    overflow: hidden;
}
#formData form-tr{
    overflow: hidden;
}
#formData input{
    display: block;
    width: 96%;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}
#formData .error{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}
#formData .submit{
    margin-top: 15px;
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #fecb50;
    color: #fff;
    font-size: 15px;
}
.form-tr .code {
    overflow: hidden;
}
#formData .form-tr .code input{
    width: 100px;
    float: left;
}
.form-tr .code .verify{
    cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
}
 .form-tr .code .verify img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
#formData textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    height: 60px;
    border: 1px solid #e6e6e6;
    background: #f7f7f7;
}

/*联系我们*/
.mlx {
	padding: 0;
	overflow:hidden;
	margin-bottom: 50px;
}
.mlx .mlxtit {
	padding: 0;
	overflow:hidden;
	margin-bottom: 30px;
}
.mlx .mlxtit h3 {
	color: #2b2b2b;
	font-size: 32px;
	line-height: 45px;
}
.mlx .mlxtit p {
	color: #cf0000;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.mlx .mlxcon {
	padding: 0;
	overflow: hidden;
}
.mlx .mlxcon .mlxlist {
	padding: 0;
	overflow: hidden;
	width: 440px;
}
.mlx .mlxcon .mlxlist li {
	padding: 0 0 0 104px;
	overflow: hidden;
	margin-bottom: 25px;
	min-height: 69px;
}
.mlx .mlxcon .mlxlist li:nth-child(1) {
	background: url(../images/ca1.png) no-repeat left top;
}
.mlx .mlxcon .mlxlist li:nth-child(2) {
	background: url(../images/ca2.png) no-repeat left top;
}
.mlx .mlxcon .mlxlist li:nth-child(3) {
	background: url(../images/ca3.png) no-repeat left top;
}
.mlx .mlxcon .mlxlist li:nth-child(4) {
	background: url(../images/ca4.png) no-repeat left top;
}
.mlx .mlxcon .mlxlist li span {
	color: #333;
	font-size: 18px;
	line-height: 40px;
	display: block;
	font-weight: bold;
}
.mlx .mlxcon .mlxlist li p {
	color: #323232;
	font-size: 18px;
	line-height: 25px;
}
.mlx .mlxcon .mlxlist li h4 {
	color: #f8a513;
	font-size: 28px;
	line-height: 35px;
}
.map {
	width: 745px;
	height: 382px;
	padding: 0;
	overflow: hidden;
}

@keyframes myfirst1
{
from {box-shadow: 0 0 0px 0px #ffffff;}
to {box-shadow: 0 0 10px 10px #d6d3d3;}
}
@keyframes myfirst2
{
from {box-shadow: 0 0 0px 0px #ffffff;}
to {box-shadow: 0 0 10px 10px #d6d3d3;}
}
@keyframes myfirst3
{
from {box-shadow: 0 0 0px 0px #ffffff;}
to {box-shadow: 0 0 10px 10px #d6d3d3;}
}
.mlxmess {
	padding: 35px;
	overflow: hidden;
	background: #f5f5f5;
}
.mlxmess span {
	color: #808080;
	font-size: 18px;
	line-height: 50px;
}
.mlxmess span strong{
	color: #2b2b2b;
	font-size: 32px;
	line-height: 50px;
	margin-right: 20px;
}
.mlxmess .mlxliuyan {
	padding: 0;
	overflow: hidden;
}
.mlxmess .form-trinput {
	width: 45%;
	float: left;
	padding: 0;
	overflow: hidden;
	padding-right: 5%;
}
.mlxmess .form-trinput input {
	background: #fff !important;
	height: 46px !important;
	line-height: 46px !important;
}
.mlxmess textarea {
	width: 93% !important;
	background: #fff !important;
	height: 110px !important;
}
.mlxmess .code input {
	width: 50% !important;
	float: left;
}
.mlxmess .verify {
	width: 40% !important;
	float: right;
}
.mlxmess .verify img {
	max-width: 100%;
	height: 46px;
}
.mlxmess .submit {
	margin-top:0 !important;
	height: 46px !important;
	line-height: 46px !important;
}



/* 上下篇*/
.n-p{padding:10px;overflow: hidden;background: #f5f5f5;margin:15px auto 45px;}
.n-p li{float: left;padding:0px;width: 50%; line-height:35px; list-style:none}
.n-p li a:hover{ text-decoration:underline}
.n-p li .page-a,.n-p li .page-a a {color: #797979;line-height: 35px;font-size: 15px;height: 35px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.n-p li.n {text-align: right;}

/*翻页*/
.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
  background: #f3f3f3;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
  padding: 10px;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #2c2c2c;
  background: #2c2c2c;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/preva.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}





