@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PF';
	src: url('PingFang-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
/*body {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}*/
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
}

input,
select,
option,
textarea {
	font-family: 'OPENSANS';
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
.fix:before,
.fix:after {
	display: table;
	clear: both;
	content: '';
}
.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

.h{height: 90px;}

/*header*/

header.fixed {
	/*padding: 15px 0;*/
	transition: all 0.8s;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	transition: all 0.8s;
	/*padding: 30px 0;*/
	background: #f2f2f2;
}

.head_top {
	/*height: 60px;*/
	/*background: #fff;*/
	transition: all 0.8s;
}

.head_top .logo {
	width: 29.83%;
	margin-right: 6%;
	padding: 17px 0;
	/*padding-top: 27px;*/
	transition: all 0.8s;
}

.head_top .logo img {
	width: 100%;
	display: block;
}

.head_top .head_others {
	/*width: 10.5%;*/
	text-align: center;
	padding-top: 30px;
	transition: all 0.8s;
}


.contents{    color: #666666;
    font-size: 13px;
    line-height: 24px;}

/**/
.head_others ul li{float: left; width: 32px; line-height: 32px;border-radius: 50%; margin: 0 5px;}
.head_others ul li img{vertical-align: middle;}

.sharebox .bdshare-button-style0-16 a {
	display:block;
	float: none!important;
	padding-left: 0!important;
	line-height: 32px!important;
	height: 32px!important;
	width: 32px!important;
	margin: 0px!important;
	transition: all 0.3s;
	border-radius: 100%;
	background: none;
}


.sharebox .bdshare-button-style0-16 a.bds_sqq {
	background-position: -26px 0;
}





.nav {
	/*padding-top: 15px;*/
	width: 51%;
	position: relative;
	z-index: 10;
	transition: all 0.8s;
}

.nav nav>ul {
	width: 100%;
	float: right;
}

.nav nav>ul>li {
	padding: 24px 0 20px;
	width: 20%;
	float: left;
	position: relative;
	color: #333333;
	position: relative;
	transition: background-color ease-out 0.8s;  
}

.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	height: 46px;
	line-height: 46px;
	color: #3b3a3a;
	position: relative;
	transition: none;
	-webkit-transition: none
}

.nav nav>ul>li.on,
.nav nav>ul>li:hover {
	background: #ec6941;
}


.nav nav>ul > li.on>a,
.nav nav>ul > li:hover>a{color: #fff;}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	/*left:-64px;*/
	width: 100%;
	display: none;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
	border-top: 1px solid #f2f2f2;
}

.nav nav>ul>li ol li a {
	line-height: 36px;
	background: #ec6941;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	background: #f2f2f2;
	color: #333;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 2px 10px #D9D9D9;
	-webkit-box-shadow: 0px 2px 10px #D9D9D9;
	box-shadow: 0px 2px 10px #D9D9D9;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #ec6941 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 20px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #ec6941;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #ec6941;
}

#menu a {
	color: #FFF;
}

.sliding-menu a.back {
	background: #c7c7c8;
}

.sliding-menu a:hover {
	background: #c5c5c5;
}


/*底部*/
.footer{background: #dcdcdc;}
.footop{ padding: 30px 0;}
.f1{margin-top: 20px; float: left; width: 66.5%;}
.f1 .ftit{float: left; width: 15.66%;}
.ftit h2{font-size: 30px; color: #2b2b2b;}
.ftit h3{font-size: 20px; color: #ec6941;font-family: 'PF';}
.ftit span{display: inline-block; width: 70px; height: 4px; background: url(../images/xian.png) no-repeat center;}
.info{float: right; width: 80%;}
.info ul li{float: left; width: 40%;padding-left: 25px;margin: 10px 0;  font-size: 14px; color: #000; background: url(../images/f1.png) no-repeat left center;}
.info ul li:nth-child(odd){width: 60%;}
.info ul li:nth-child(2){background-image: url(../images/f2.png);}
.info ul li:nth-child(3){background-image: url(../images/f3.png);}
.info ul li:nth-child(4){background-image: url(../images/f4.png);}
.f2{float: left; width: 22.9%;margin-top: 20px;}

.groups {
	margin-top: 10px;
	 border: 1px solid #cccccc;
	color: #585858;
	line-height: 36px;
	cursor: pointer;
	font-size: 14px;
	position: relative;
}

.groups>span {
	display: block;
	padding-left: 15px;
	background: url(../images/down.png) right center no-repeat;
}

.groups>span:hover {
	color: #e78668;
}

.groups ul {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100%;
	background: #e4e4e4;
	display: none;
	/*background: #3557a1;*/
}

.groups ul a {
	line-height: 25px;
	font-size: 13px;
	color: #666;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
}

.groups ul a:hover {
	background: #ec6941;
	color: #fff;
}

.f3{float: right; width: 9.1%; font-size: 14px; color: #000000; text-align: center;}
.f3 img{display: block; width: 100%;}

.f4{color: #fff; font-size: 14px; line-height: 45px; background: #222222;}
.copy{display: inline-block;}
.huaxia {
	float: right;
	color: #fff;
}

.huaxia:hover {
	color: #ec6941;
}


/*banner*/

.banner {
	position: relative;
}

.banner .swiper-pagination-bullet-active {
	background: #3557a1;
}
.banner  .swiper-button-next{right: 100px;}
.banner  .swiper-button-prev{left: 100px;}
/*.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide a  { position: absolute; left: 0; top: 0; width: 100%; height: 100% }
.banner .swiper-slide a { transform: scale(1.1); -webkit-transform: scale(1.1); transition: all 13s; -webkit-transition: all 13s }
.banner .swiper-slide:nth-child(2n) a { transform: scale(1.1); -webkit-transform: scale(1.1) }
.banner .swiper-slide:nth-child(2n+1) a { transform: scale(1); -webkit-transform: scale(1) }
.banner .swiper-slide.swiper-slide-active a { transform: scale(1.1); -webkit-transform: scale(1.1) }*/
/*.banner .swiper-slide a { opacity: 1; transform: matrix(1.1, 0, 0, 1.1, 0, 0); -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0); transition: transform 5s, opacity 2s; -webkit-transition: transform 5s, opacity 2s; }
.banner .swiper-slide.swiper-slide-active a { opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0); -webkit-transform: matrix(1, 0, 0, 1, 0, 0); }*/


/*.banner img {
	display: block;
	width: 100%;
}*/
.nbanner img{
	display: block;
	width: 100%;
}

/*首页*/
.intit{text-align: center;}
.intit h2{font-size: 32px; line-height: 32px; color: #000;}
.intit h3{margin-top: 10px; font-size: 12px; color: #595959; text-transform: uppercase;}
.intit span{display: inline-block; width: 26px; height: 2px; background: #ec6941;}



.in_sec1{background: #f2f2f2;font-size: 15px; color: #333; text-align: center;}
.in_sec1 .main{margin-top: 40px;}
.in_sec1 .main p {
    padding: 0 70px;
    line-height: 25px;
}
.tubiao{margin-top: 90px; margin-bottom: 80px;}
.tubiao ul li{margin: 0 60px;display: inline-block; /*width: 12.3%;*/width: 96px; transition: all 0.3s ease 0s;}
.tubiao ul li .pic{width: 96px; height: 96px; margin: 0 auto;border-radius: 50%;   background: url(../images/t1.png) no-repeat center;transition: all 0.3s ease 0s;}
.tubiao ul li .t{margin-top: 20px;font-size: 15px; color: #333;}
.tubiao ul li:nth-child(2) .pic{background-image: url(../images/t2.png);}
.tubiao ul li:nth-child(3) .pic{background-image: url(../images/t3.png);}
.tubiao ul li:nth-child(4) .pic{background-image: url(../images/t4.png);}

.tubiao ul li:hover .pic{background-image: url(../images/t01.png);}
.tubiao ul li:nth-child(2):hover .pic{background-image: url(../images/t02.png);}
.tubiao ul li:nth-child(3):hover .pic{background-image: url(../images/t03.png);}
.tubiao ul li:nth-child(4):hover .pic{background-image: url(../images/t04.png);}



/*了解详情*/
.common_more{width: 208px;height: 49px;border:2px solid #797979;display: block;margin: 0 auto;line-height: 49px;text-align: initial;padding-left: 60px;position: relative;font-size: 15px;color: #333333;z-index: 1}
.common_more:after{content:'';position: absolute;width: 13px;height: 13px;background: url(../images/jian2.png) no-repeat center;right: 25%;top: 45%;margin-top: -4px;transition: all 0.5s ease;}
.common_more:before{content:'';width: 0;position: absolute;left: 0;bottom: 0;height: 45px;background: #ec6941;transition:all 0.3s ease;z-index: -1}
.common_more:hover{color: #fff;border-color: #ec6941;}
.common_more:hover:before{width:100%;transition:all 0.3s ease;}
.common_more:hover:after{background: url(../images/jian.png) no-repeat center;transition: all 0.5s ease;}


.in_sec2{}
.in_sec2 .main{margin-top: 40px;}
.tabs {text-align: center;padding: 0 40px;}
.tabs>ul>li{position: relative; overflow: hidden; display: inline-block; width: 22%;margin-left: 3%; min-height: 146px;  background: #f2f2f2 url(../images/c1.png) no-repeat center; border-radius: 15px;}
.tabs>ul>li:first-child{margin-left: 0;}
.tabs>ul>li:nth-child(2){background-image: url(../images/c2.png);}
.tabs>ul>li:nth-child(3){background-image: url(../images/c3.png);}
.tabs>ul>li:nth-child(4){background-image: url(../images/c4.png);}
.tabs ul li .tbox{ text-align: center; margin-top: 35px;}
.tabs ul li .tbox .t1{font-size: 22px; color: #3c3c3c; font-family: 'PF';}
.tabs ul li .tbox .t2{font-size: 16px; color: #3c3c3c;}
.tabs ul li .tbox .sp1{display: inline-block; width: 38px; height: 1px; background: #3f3f3f; margin: 12px 0 8px 0;}
.tabs ul li .t3{display: none;padding: 10px; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: #ec6941;}
.tabs ul li .t3 ul{padding: 25px  25px; border: 1px solid #f4a78f;overflow: hidden;}
.tabs ul li .t3 ul li{overflow: hidden;/* padding-left: 20px;*/ text-align: center; font-size: 16px; color: #fff; line-height:25px; /*background: url(../images/jiao.png) no-repeat left center;*/}

.tabs ul li.active .t3,.tabs ul li:hover .t3{ display: block;}


.proserbox{text-align: center;padding: 0 40px; margin-top: 30px;}
/*.proserbox .swiper-container{position: relative;}
.proserbox ul li{position: relative; display: inline-block; width: 22%;margin-left: 3%; border-radius: 10px; overflow: hidden;}
.proserbox .swiper-container .swiper-slide ul li:first-child{margin-left: 0;}
.proserbox ul li .pic img{display: block; width: 100%;}
.proserbox ul li .t{position: absolute;left: 0; bottom: 0; text-align: center; width: 100%; line-height: 40px; height: 40px; background: rgba(0,0,0,0.5); font-size: 16px; color: #fff;}
.proserbox ul li .mbg{display: none; position: absolute;left: 0; bottom: 0; text-align: center; width: 100%;height: 100%; background: rgba(0,0,0,0.5); }
.proserbox ul li .mbg img{margin-top: 25%; display: inline-block; width: 93px; height: 93px;}
.proserbox ul li:hover .t{display: none;}
.proserbox ul li:hover .mbg{display: block;}*/

/*2018/5/30*/
.in_sec2 .main{ padding: 0 40px;}
.tabs {padding: 0;}
/*2018/5/30*/
.tabs ul li .t3 .ul{padding: 25px  25px; border: 1px solid #f4a78f;overflow: hidden;}
.tabs ul li .t3 .ul .li{overflow: hidden;/* padding-left: 20px;*/ text-align: center; font-size: 16px; color: #fff;line-height:25px;  background: /*url(../images/jiao.png) no-repeat left center;*/}

/*.tabs ul li.on .t3,*/
.tabs ul li:hover .t3{ display: block;}
.proserbox {padding: 0 50px;}
.proserbox .swiper-container{position: relative;}
/*.proserbox .li{position: relative; display: inline-block; width: 22%;margin-left: 3%; border-radius: 10px; overflow: hidden;}*/
.proserbox .li{margin: 0 15px; position: relative; /*display: inline-block;*/ /*width: 100%;*/border-radius: 10px; overflow: hidden;}
.proserbox .swiper-container .swiper-slide  .li:first-child{margin-left: 0;}
.proserbox  .li .pic img{display: block; width: 100%;border-radius: 10px; }
.proserbox  .li .t{position: absolute;left: 0; bottom: 0; text-align: center; width: 100%; line-height: 40px; height: 40px;border-radius: 0 0 10px 10px; background: rgba(0,0,0,0.5); font-size: 16px; color: #fff;}
.proserbox  .li .mbg{display: none; position: absolute;left: 0; bottom: 0; text-align: center; width: 100%;height: 100%;border-radius: 10px; background: rgba(0,0,0,0.5); }
.proserbox  .li .mbg img{margin-top: 25%; display: inline-block; width: 93px; height: 93px;}
.proserbox  .li:hover .t{display: none;}
.proserbox  .li:hover .mbg{display: block;}
/**/



.in_sec3{}
.in_sec3 .main{margin-top: 40px;}
.in_sec3 .main ul li .pic{overflow: hidden;}
.in_sec3 .main ul li  .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in_sec3 .main  ul li:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.in_sec3 .main  ul li {position: relative; padding: 6px; background: #fff; float: left; width: 31.58%;margin-bottom: 30px; margin-left: 2.63%; border: 1px solid #e5e5e5; text-align: center;}
.in_sec3 .main  ul li:nth-child(3n+1){margin-left: 0;}
.in_sec3 .main .tbox{padding: 5px 35px;background: #fff;}
.in_sec3 .main .tbox .t2{display: none;margin: 10px 0; font-size: 12px; color: #868585; transition: all 1s;-webkit-transition: all 1s;-moz-transition: all 1s; }
.in_sec3 .main .tbox .t1{line-height: 50px; height: 50px; font-size: 16px; color: #666666;}

.in_sec3 .main  ul li:hover{-moz-box-shadow:0px 0px 15px #8a8a8a; -webkit-box-shadow:0px 0px 15px #8a8a8a; box-shadow:0px 0px 15px #8a8a8a;}
.in_sec3 .main  ul li:hover .t2{display: block;}
.in_sec3 .main  ul li:hover .tbox{width: 96%; background: #fff;position:absolute; bottom: 0;}
.in_sec3 .main  ul li:hover{padding-bottom: 66px;}


.in_sec4 .intit h2,.in_sec4 .intit h3{color: #fff;}
.in_sec4 .main{margin-top: 40px;}

.in_sec4 .main ul li{float: left;margin-left: 5.705%; width: 29.53%; font-size: 14px; color: #767676;}
.in_sec4 .main ul li:nth-child(3n+1){margin-left: 0;}
.in_sec4 .main ul li .pic{position: relative; overflow: hidden;}
.in_sec4 .main ul li .pic img{display: block; width: 100%;}
.in_sec4 .main ul li .pic .jiantou{ position: absolute;bottom: 0; right: -125px;z-index: 5; width: 120px; height: 37px; line-height: 37px; background: #ec6941 url(../images/jiantou.png) no-repeat center;transition:all 1s; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease;}

.in_sec4 .main ul li .t{padding: 30px 0 70px; color: #fff;}
.in_sec4 .main ul li .t .ymdbox{margin-right: 15px; width: 24%; padding-right:20px;text-align: right; border: 1px solid #e6e6e6; font-size: 15px; color: #666; background: #f2f2f2;}
.in_sec4 .main ul li .t .ymdbox .day{font-size: 30px;}
.in_sec4 .main ul li .t .t1{ font-size: 16px; }
.in_sec4 .main ul li .t .t2{ font-size: 14px;}

.in_sec4 .main ul li:hover{border-color: #ec6941;}
.in_sec4 .main ul li:hover .pic .jiantou{
	right: 0;
	display: block;
	transition:all 1s ease; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -ms-transition:all 1s ease;
	}
.in_sec4 .main ul li:hover .t .ymdbox{color: #fff; background: #ec6941;}
.in_sec4 .main ul li:hover .t .t1{color: #ec6941;}















/**/
/*位置*/

.neinav {
	background: #f0f0f0;
	line-height: 80px;
}

.neinav1 {
	float: left;
	font-size: 16px;
}

.neinav1 a {
	display: inline-block;
	margin-right: 40px;
	color: #333;
	color: #404040;
	transition: all 0.3s;
}

.neinav1 a.on,
.neinav1 a:hover {
	color: #ec6941;
	border-bottom: 2px solid #ec6941;
}

.neinav2 {
	float: right;
	font-size: 15px;
	color: #999999;
	padding-left: 30px;
	background: url(../images/weizhi.png) no-repeat left center;
}

.neinav2 a {
	color: #999999;
	padding: 0 8px;
}

.neinav2 a:hover {
	color: #ec6941;
}

.prod{ margin-top:20px;}
.prod a { line-height:30px; text-align:center; margin-right:60px;}
.prod a span { font-size:18px;}
/*page*/
.page{text-align: center;line-height: 36px; margin-top: 60px;}
.page a{display: inline-block; width: 45px; font-size: 20px; color: #adadad; border: 1px solid #adadad; border-radius: 5px;}
.page a.on,.page a:hover{background-color: #ec6941; border-color: #ec6941; color: #fff;}




/*产品*/

.pro_section{}
.pro_section .xuan{margin: 30px 0; font-size: 16px; color: #444444;}
.pro_section .xuan a{padding-left: 30px; margin-right: 40px; margin-bottom: 20px; display: inline-block; line-height: 17px; font-size: 14px; color: #666666; background: url(../images/off.png) no-repeat left center;}
.pro_section .xuan a.on,.pro_section .xuan a:hover{background-image: url(../images/on.png);}
.pro_section .main{}
.pro_section .main ul li{position: relative; float: left; width: 22.75%; margin-left: 3%;margin-bottom: 30px;  text-align: center; }
.pro_section .main ul li:nth-child(4n+1){margin-left: 0;}
.pro_section .main ul li .t{position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; font-size: 16px; color: #fff; background: rgba(0,0,0,0.5);}
.pro_section .main ul li .pic2{display: none;}

.zoom{overflow: hidden;}
.zoom img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.pro_section .main ul li:hover .zoom  img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.pro_section .main ul li:hover .t{background: #EC6941;}
.pro_section .main ul li:hover .pic{display: none;}
.pro_section .main ul li:hover .pic2{display: block;}

/*滚屏背景*/
.section1{background: #f2f2f2;}
/*.section1{background: url(../images/banner1.jpg) no-repeat center; background-size: 100% 100%;}*/
.section2{background: #f2f2f2;}

.section3{background: url(../images/bg.jpg) no-repeat center center; background-size:auto 100% ;}
.section4{background: #f2f2f2;}
.section5{background: url(../images/bg2.jpg) no-repeat center center; background-size:100% 100% ;}


.in_sec4{padding-top: 140px;/* height: 716px;*//*background: url(../images/bg2.jpg) no-repeat center center; background-size:100% 100%;*/}
.banner{/*margin-top: 90px;*/padding-top: 90px;}
.banner{height: 100%;}
.banner .swiper-container{height: 100%; width: 100%;}
/*.banner .swiper-slide{width: 100%!important;}*/
.banner .swiper-slide{
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.banner .swiper-slide a{display: block;height: 100%;width: 100%; background-size: auto 100% ;}
.anli_sec{padding:0 0 50px 0;}
/*.banner img {
    display: block;
    width: 100%;
    height: 100%;
}*/
.section5{position: relative;}
#dowebok{margin-bottom: 235px; z-index: 1; position: relative;}
.section5 footer{position: absolute; width: 100%; bottom: 0; left: 0;}

.in_sec1,
.in_sec2{
    padding-top: 220px;
}
.in_sec3 {
    padding-top: 130px;
    /*padding-top: 180px;*/
}
body.over{overflow: hidden;}
/**/


/*效果*/


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}



.pro_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.anli_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}



.proserbox{/*overflow: hidden;*/ position: relative; padding: 0;}
.proserbox .swiper-container{position: static; margin: 0 40px;}
.proserbox .swiper-button-next,.proserbox .swiper-button-prev{width: 18px; height: 33px;}
/*.proserbox .swiper-button-next{background: url(../images/pr.png) no-repeat left center; right: 20px;} 
.proserbox .swiper-button-prev{background: url(../images/pl.png) no-repeat left center; left: 20px;}*/
.proserbox .swiper-button-next{background: url(../images/pr.png) no-repeat left center; right: -25px;} 
.proserbox .swiper-button-prev{background: url(../images/pl.png) no-repeat left center; left: -25px;}




/*响应式样式*/
/*@media only screen and (max-width:1900px) {
.tabs ul li .t3{padding:15px  10px;}
	
}*/

@media only screen and (max-width:1440px) {
	.in_sec1,.in_sec2{
    padding-top: 130px;
}

.in_sec3,.in_sec4 {
    padding-top: 100px;
}
	/*.in_sec4{height: 536px;}*/
}

@media only screen and (max-width:1366px) {
	.in_sec1,.in_sec2{
    padding-top: 95px;
}
	.in_sec2 .main{margin-top: 10px;}
	.in_sec3 .main{margin-top: 10px; padding: 0 10%;}
	.in_sec3 .main  ul li{margin-bottom: 20px; width: 22.5%;margin-left: 16.25%;}
	.in_sec3 .main .tbox .t1{line-height: 30px; height: 30px;}
	.in_sec3 .main ul li:hover {
    padding-bottom: 46px;
}
	.in_sec4{/*height: 460px;*/ /*padding-top: 0;*/padding-top: 95px;}
	.in_sec4 .main{padding: 0 10%; margin-top: 10px;}
	.in_sec4 .main ul li .t .ymdbox{font-size: 12px; padding: 0 10px;}
	.banner .swiper-slide a{background-size: 100% auto!important; background-position-x: center!important;}
	.intit h2{font-size: 25px; line-height: 25px;}
	.intit h3{margin-top: 5px;}
	.tubiao {margin-top: 45px;margin-bottom: 50px;}
	.footop {padding: 5px 0;}


}
@media only screen and (max-width:1300px) {
	.in_sec4{height: auto;  background-size: 100% 100%;}
	/*.banner{height:auto;}*//*.banner{height:330px;}*/
	.banner{height:635px;}
	.in_sec1,.in_sec2,.in_sec3,.in_sec4{padding: 40px 0;}
	/*.banner .swiper-slide a{background-size:  auto 100%!important; background-position-x: center!important;}*/
	.in_sec3 .main,.in_sec4 .main{padding: 0;}
	.in_sec3 .main  ul li{width: 31.58%;margin-left: 2.63%;}
	.in_sec3 .main  ul li:hover .tbox{width: 97%;}
	.section5 footer{position: static;}
	.footop {padding: 30px 0;}
	#dowebok{margin-bottom: 0;}
}
@media only screen and (max-width:1300px) {
	body.over{overflow: visible;}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	
	.f1{width: 100%;}
   .f2{width: 56%;}
   .f3{width: 15%;}
   .tabs{}
   .tabs ul li.active .t3, .tabs ul li:hover .t3{display: none;}
   .banner {
    height: 535px;
}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.phone_head {
		display: block;
	}
	header {
		display: none;
	}
	.h {
		height: 50px;
		/*display: none;*/
	}
	.banner{margin-top: 50px;padding-top: 0;}
	.nbanner{margin-top: 50px;}
	.nav-bar{display: none;}
}

@media only screen and (max-width:780px) {
	.footop{display: none;}
	.neinav{display: none;}
	.tubiao ul li{margin: 0 30px;}
	.proserbox ul li{width: 44%; margin-bottom: 20px;}
	.proserbox .swiper-container .swiper-slide ul li:nth-child(odd) {
    margin-left: 0;
}
.in_sec3 .main  ul li,.in_sec4 .main ul li{width: 100%; margin-left: 0;}
.tubiao{margin: 20px 0;}
.page{margin-top: 20px;}
.pro_section .main ul li{width: 48.5%;}
.pro_section .main ul li:nth-child(odd){margin-left: 0;}
.pro_section .xuan a{margin-bottom: 10px;}
.pro_section{padding-bottom: 20px;}

.banner {
    height: 330px;
}
}

@media only screen and (max-width:560px) {
.banner {
    height: 245px;
}
.f4{padding: 10px 0;}

.hban{width: 100%; position: static;}
}

@media only screen and (max-width:480px) {
	.intit h2{font-size: 22px;}
	.in_sec1 .main p{padding: 0;}
	.tubiao ul li{margin-bottom: 20px;}
	.tabs>ul>li{width: 100%; margin-left: 0; margin-bottom: 20px;}
	.proserbox ul li{width: 100%; margin-left: 0;}
	.f4{line-height: 16px;}
	.huaxia{float: none;}
	.in_sec4 .main ul li .t{padding: 25px 0;}
	
	.in_sec1,.in_sec2,.in_sec3,.in_sec4{padding: 20px 0;}
	
	.banner{height: 180px;}
	
	.banner  .swiper-button-next{right: 10px;}
.banner  .swiper-button-prev{left: 10px;}
	
}

@media only screen and (max-width:380px) {
	.pro_section .xuan a{margin-right: 10px;}
.pro_section .main ul li{width: 100%; margin-left: 0;}
.banner {
    height: 163px;
}
	
}

@media only screen and (max-width:360px) {}

@media only screen and (max-width:320px) {
	
	.intit h2 {
    font-size: 20px;
}
.banner {
    height: 140px;
}
}




/*//////////////////////////////////右侧导航///////////////////////////////////////*/

.nav-bar {
	position: fixed;
	right: 0px;
	bottom: 60px;
	z-index: 999;
	background: #f1f1f1;
	border: 1px solid #d8dad9;
	border-radius: 10px;
}

.nav-bar li {
	width: 100px;
	/*height: 47px;*/
	margin-bottom: 2px;
	/*background: #B00F14;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	text-align: center;
	cursor: pointer;
}

.nav-bar li:hover {
	opacity: .8;
	-moz-opacity: .8;
	-webkit-opacity: .8;
}

.nav-bar li img {
	margin-top: 5px;
	height: 59px;
}

.nav-bar li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: -2px;
}

.nav-bar li b {
	display: inline-block;
	position: absolute;
	display: none;
}

/*.nav-bar li b.bar-1 {
	background: url(../images/nav-bar1.png);
	width: 134px;
	height: 48px;
	left: -131px;
	top: 0px;
}

.nav-bar li b.bar-2 {
	background: url(../images/nav-bar2.png);
	width: 128px;
	height: 120px;
	left: -135px;
	top: -35px;
}*/

.nav-bar li b.bar-2 {
	background: rgba(241,241,241,0.5);
	/*border: 1px dashed #d8dad9;*/
	border-radius: 5px;
	width: 160px;
	padding:5px;
	left: -170px;
	top: 5px;
}
.nav-bar li b.bar-2 a{ font-size: 14px; line-height: 25px;}
.nav-bar li b.bar-2 a:hover{color: #ec6941;}

.nav-bar li b.bar-3 {
	background: url(../images/ma.jpg);
	width: 110px;
	height: 110px;
	left: -110px;
	top: -25px;
}
/*span.BMap_Marker.BMap_noprint{width: 25px; height: 25px; background: url(../images/us_cursor.gif) no-repeat center!important;}*/
/*浮动QQ*/
    body{ overflow-x: hidden;}

    .float_qq{ position:fixed; top:150px!important; right:0; width:50px; height:203px; z-index:999999999999999999999999999; }
    .float_qq li{ width:auto; height:50px; z-index:20; }
    .float_qq li.float_qq1, .float_qq li.float_qq4{ position:absolute; left:0; width:172px; }
    .float_qq li.float_qq1{ top:0; }
    .float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px; }
    .float_qq li.float_qq3{ position:absolute; top:102px; left:0; width:126px; }
    .float_qq li.float_qq4{ position:absolute; top:153px; left:0; width:172px; }
	.float_qq li.float_qq5{ position:absolute; top:204px; left:0; width:172px; }
	
    .float_qq4{ position:absolute; top:153px; left:0; }
    .float_qq li a{ display:block; font-family:"Microsoft Yahei"; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#000; opacity:0.8; border-radius:6px; }
    .float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px; }
    .float_qq li a:hover{ background-color:#c70c1f; opacity:1; }
    .float_shwx{ position:absolute; top:-226px; left:-216px; width:216px; height:216px; padding-bottom:9px; display:none; }
    .float_shwx img{ display:block; padding:14px; background-color:#FFF; width:188px; height:188px; }
    .page{text-align:center;line-height:24px;padding:0 0 20px 20px;}
    .page a{padding:0 3px;color:#999;}
    .page span{padding:0 3px;color:#f90;font-weight:900;}
    
    
    /*2018/5/23*/
span.BMap_Marker.BMap_noprint{width: 25px; height: 25px; background: url(../images/us_cursor.gif) no-repeat center!important;}
.lianxi_sec{ padding: 30px 0; background: #fff;}
.lianxi_sec .main{position: relative; margin-top: 30px;}
.hban{position: absolute;height: 100%; top: 0;left: 0; width: 425px; padding-left: 55px ; background-color: rgba(236,105,65,.8); color: #fff; font-size: 15px;}
.hban .t1{font-size: 20px; margin: 50px 0 30px;}
.hban p{line-height: 30px;}
.tshare{margin-top: 30px;}
.tshare .bdsharebuttonbox a {
    width: 33px;
    height: 33px;
    float: none;
    display: inline-block;
    padding: 0;
    background: url(../images/ll1.png) no-repeat;
    margin-left: 0px;
    transition: 0s;
}
.tshare .bdsharebuttonbox a.bds_weixin{background: url(../images/ll2.png) no-repeat;}
.tshare .bdsharebuttonbox a.bds_tsina{background: url(../images/ll3.png) no-repeat;}

.liuyan_sec{padding: 30px 0; background: #fff;}
.ps{margin: 30px 0; text-align: center; font-size: 16px; color: #666;}
.liuyan_sec .main{margin-top: 15px; padding: 0 15px; border: 1px solid #e6e6e6;}
.liuyan_sec .main ul li{margin-top:32px;float: left; width: 48%;}
.liuyan_sec .main ul li:nth-child(even){float: right;}
.liuyan_sec .main ul li label{display: block; font-size: 15px; color: #333;}
.liuyan_sec .main ul li input{padding: 0 10px; height: 35px;line-height: 35px; display: block; width: 98%;font-size: 15px; color: #333;border:  1px solid #e6e6e6;}
.liuyan_sec .main ul li.teare{width: 99%;}
.liuyan_sec .main ul li textarea{padding: 10px; display: block;height: 240px; width: 100%; border: 1px solid #e6e6e6;font-size: 15px; color: #333;}

.liuyan_sec .main .btns{margin: 50px 0; text-align: center;}
.liuyan_sec .main .btns input{line-height: 45px;height: 45px;padding: 0 75px; font-size: 15px; color: #fff; text-align: center; border: none; outline: none; background: #3d3d3d;}
.liuyan_sec .main .btns input[type=submit]{background: #ec6941;}
.liuyan_sec .main .btns input:hover{opacity: 0.8;}

    
/*2018/5/23*/
.jianjie_section{padding: 0px 0; background: #fff;}
.jianjie_section .main{background: #f0f0f0;}
.jianjie_section .main ul li{}
.jianjie_section .main ul li .pic{float: right; width: 50%;}
.jianjie_section .main ul li .pic img{display: block; width: 100%;}
.jianjie_section .main ul li .tbox{float: left; width: 50%; padding: 90px 65px 0;}
.jianjie_section .main ul li .tbox .t1{margin-bottom: 30px; font-size: 28px; color: #ec6941; font-weight: bold;}
.jianjie_section .main ul li .tbox .t2{font-size: 15px; color: #666666;}

.jianjie_section .main ul li:nth-child(even) .pic{float: left;}
@media only screen and (max-width:1024px) {
.jianjie_section .main ul li .tbox{ padding: 45px 65px 0;}
	
}
@media only screen and (max-width:960px) {
.jianjie_section .main ul li .pic{width: 100%;}
.jianjie_section .main ul li .tbox{width: 100%;padding: 30px;}
	.jianjie_section .main ul li .tbox .t1{font-size: 18px;}
}

@media only screen and (max-width:560px) {
	
.hban{width: 100%; position: static;}
.hban .t1{margin: 0;padding: 50px 0 30px;}
}


/*2018/7/10  PCY*/
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

.search_box{
	position: relative;
	height:32px;
}

.search_box .head_search1 {
    height: 32px;
    width: 32px;
    background:url(../images/top3.png) no-repeat center;
    cursor: pointer;
}
.search_box .head_search2 {
    position: absolute;
    right: 100%;
    top: 1px;
    background-color: #fff;
    height: 32px;
    line-height: 32px;
    width: 0px;
    z-index: 100;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.search_box:hover .head_search2{
	width:170px;
    padding:0 10px;
}