body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;box-sizing: border-box;}
a{text-decoration:none;color: #333333;}
dl,dt,dd{margin: 0;}

@font-face {
    font-family: 'heiti';
    src:url('AdobeHeitiStd-Regular.otf');
}
input{
	border: none;
	outline: none;
}
*{box-sizing: border-box;}
.clear{zoom: 1;}
.clear:after{display: block;content: '';clear: both;}
.w1500{
	width: 1500px;
	margin: 0 auto;
}
#demos{
	width: 100%;
	height: 100%;
}
.komi-banner{
	width: 100%;
	height: 66.66vh;
	position: relative;
}
.banner01 .komi-banner{
	background: url(../images/banner1.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner02 .komi-banner{
	background: url(../images/banner2.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner03 .komi-banner{
	background: url(../images/banner3.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
}
.box1 .owl-dots{
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	zoom: 1;
}

.box1 .owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 6px;
	transition-duration: 0.5s;
}
.box1 .owl-dots .owl-dot.active{
	width: 40px;
	background: #e95412;
}

.banner-title{
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
}
.banner-title h3{
	font-size: 60px;
	color: #FFFFFF;
	font-family: 'heiti';
	font-weight: normal;
	text-shadow: 0 2px 4px #333;
}
.banner-title h4{
	font-size: 24px;
	color: #FFFFFF;
	text-shadow: 0 2px 4px #333;
}
/*.get-more{
	margin-top: 45px;
	display: block;
	width: 180px;
	height: 64px;
	border-radius: 12px;
	background: #dc512f;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	line-height: 64px;
}*/
.home-ab{
	width: 100%;
	/*height: 100vh;*/
	display: flex;
}
.home-ab-fl{
	width: 50%;
}
.home-ab-fl img{
	display: block;
	width: 100%;
	height: 100%;
}
.home-ab-fr{
	width: 50%;
	background: url(../images/h-bg01.jpg) no-repeat;
	background-size: cover;
	position: relative;
}
.home-about{
	width: 100%;
	padding-left: 65px;
	padding-right: 170px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.home-about h3{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}
.line{
	display: block;
	width: 100px;
	height: 1px;
	background: #333333;
	margin: 30px 0;
}
.home-about p{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
	margin-bottom: 10px;
	text-indent: 2rem;
}
.home-about a{
	margin-top: 30px;
	display: block;
	width: 160px;
	height: 40px;
	border: 1px solid #333;
	font-size: 15px;
	color: #333333;
	text-align: center;
	line-height: 38px;
}
.home-xm{
	width: 100%;
	/*height: 100vh;*/
	background: url(../images/h-bg02.jpg) no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-title{
	text-align: center;
	margin-bottom: 60px;
}
.home-title h3{
	font-size: 30px;
	color: #333333;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
}
.home-title h4{
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}
.home-title h4 span{
	position: relative;
}
.home-title h4 span:before{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: -45px;
    top: 10px;
}
.home-title h4 span:after{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #333333;
	position: absolute;
	right: -45px;
    top: 10px;
}
.owl-carousel2 .item ul{
	zoom: 1;
}
.owl-carousel2 .item ul:after{
	display: block;
	content: '';
	clear: both;
}
.owl-carousel2 .item ul li{
	float: left;
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 7px;
}
.owl-carousel2 .item ul li:nth-child(3n){
	margin-right: 0;
}
.owl-carousel2 .owl-dots{
	text-align: center;
	margin-top: 30px;
}
.owl-carousel2 .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FFFFFF;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel2 .owl-dot.active{
	background: #dc512f;
}
.home-xm-list{
	width: 100%;
	height: 285px;
	position: relative;
	overflow: hidden;
}
.home-xm-list>img{
	display: block;
	width: 100%;
	height: 100%;
}
.home-xm-list>p{
	font-size: 17px;
	color: #FFFFFF;
	text-shadow: 0 2px 2px #333333;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	transition-duration: 0.5s;
	opacity: 1; line-height:45px; background:rgba(0,0,0,0.5)
}
.home-xm-list:hover>p{
	opacity: 0;
}
.dmt-list-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 1s ease;
    background-color: rgba(220, 81, 47, 0.85);
}
/*.dmt-list-cover:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-image: url(../images/line01.png);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: rotate(0deg) scale(1) translate(-100%, 0%);
    transform: rotate(0deg) scale(1) translate(-100%, 0%);
    -webkit-transition: All 0.3s ease;
    transition: All 0.3s ease;
}*/

.dmt-list-cover-nav{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	color: #fff;
}
.dmt-list-cover-nav img{
	display: block;
	margin: 0 auto;
	width: 50px !important;
	height: 50px;
	margin-bottom: 10px;
	opacity: 0;
	-webkit-transition: All 0.3s ease;
    transition: All 0.3s ease;
}
.dmt-list-cover-nav h3{
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
	-webkit-transform: rotate(0deg) scale(1) translate(0px, -20px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, -20px);
    transform: rotate(0deg) scale(1) translate(0px, -20px);
    transition: all 0s ease;
    opacity: 0;
    position: relative;
    display: inline-block;
}
.dmt-list-cover-nav p{
	width: 100%;
	font-size: 18px;
	opacity: 0;
	color: #FFFFFF;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 20px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 20px);
    transform: rotate(0deg) scale(1) translate(0px, 20px);
    transition: all 0s ease;
}
.home-xm-list:hover .dmt-list-cover{
	opacity: 1;
}
.home-xm-list:hover .dmt-list-cover:before{
	-webkit-transform: rotate(0deg) scale(1) translate(100%, 0%);
    transform: rotate(0deg) scale(1) translate(100%, 0%);
    -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.home-xm-list:hover .dmt-list-cover-nav img{
	opacity: 1;
	transform: rotate(360deg);
	 -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}
.home-xm-list:hover .dmt-list-cover-nav p{
	opacity: 0.8;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
    -ms-transform: rotate(0deg) scale(1) translate(0px, 0px);
    transform: rotate(0deg) scale(1) translate(0px, 0px);
     -webkit-transition: All 1s ease;
    transition: All 1s ease; 
}

.home-new{
	width: 100%;
	/*height: 100vh;*/
	background: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.home-new-nav ul{
	zoom: 1;
}
.home-new-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.home-new-nav ul li{
	float: left;
	width: 33.3333%;
	height: 299px;
	overflow: hidden;
}
.home-new-img{
	width: 100%;
	overflow: hidden;
}
.home-new-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.home-new-img img:hover{
	transform: scale(1.2);
}
.home-new-list{
	width: 100%;
	height: 100%;
	padding: 35px 25px;
}
.home-new-time{
	zoom: 1;
	margin-bottom: 30px;
}
.home-new-time:after{
	display: block;
	content: '';
	clear: both;
}
.home-new-time span{
	float: left;
	font-size: 24px;
	color: #777777;
	font-weight: normal;
	transition-duration: 0.5s;
}
.home-new-time img{
	float: right;
	margin-top: 4px;
	transition-duration: 0.5s;
	opacity: 0;
}
.home-new-title{
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
	transition-duration: 0.5s;
}
.home-new-content{
	font-size: 16px;
	color: #777777;
	line-height: 34px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.home-new-nav ul li:hover .home-new-time span{
	color: #dc512f;
}
.home-new-nav ul li:hover .home-new-title{
	color: #dc512f;
}
.home-new-nav ul li:hover .home-new-time img{
	opacity: 1;
}

.home-parter{
	width: 100%;
	/*height: 100vh;*/
	background: url(../images/h-bg03.jpg) no-repeat;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 80px;
}
.home-title2{
	text-align: center;
	margin-bottom: 20px;
}
.home-title2 h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 5px;
}
.home-title2 h4{
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
}
.home-title2 h4 span{
	position: relative;
}
.home-title2 h4 span:before{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	left: -45px;
    top: 10px;
}
.home-title2 h4 span:after{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #FFFFFF;
	position: absolute;
	right: -45px;
    top: 10px;
}
.home-parter-nav{
	/*margin-top: 45px;*/
	/*padding-top: 4%;*/
}
.home-parter-nav img{
	/*display: block;*/
	margin: 0 auto;
	max-width: 100%;
}
.lc-img{
	display: block;
}
.lc-img-m{
	display: none;
}
.home-kh{
	width: 100%;
	/*height: 100vh;*/
	background: #FFFFFF;
	padding-top: 60px;
	position: relative;
}
.home-kh-nav{
	padding-bottom: 60px;
}
.home-kh-list{
	zoom: 1;
}
.home-kh-list:after{
	display: block;
	content: '';
	clear: both;
}
.home-kh-list li{
	float: left;
	width: 15%;
	margin-right: 2%;
	margin-bottom: 20px;
	height: 130px;
	border: 1px solid #e9e9e9;
	text-align: center;
	line-height: 130px;
}
.home-kh-list li:nth-child(6n){
	margin-right: 0;
}
.home-kh-list li img{
	display: inline-block !important;
	width: auto !important;
	max-width: 90% !important;
	max-height: 90% !important;
}

/*.owl-carousel3 .owl-dots{
	text-align: center;
	margin-top: 30px;
}
.owl-carousel3 .owl-dot{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #dbdbdb;
	display: inline-block;
	margin: 0 5px;
}
.owl-carousel3 .owl-dot.active{
	background: #dc512f;
}*/

.footer{
	width: 100%;
	
	/*padding-top: 50px;
	padding-bottom: 40px;*/
	background: #383838;
/*	text-align: center;*/
	/*position: absolute;*/
	/*bottom: 0;*/
}
.ne-footer{
	position: relative !important;
}
.footer p{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer p a{
	color: #FFFFFF;
}

.nei-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 97px;
}
.nei-banner img{
	display: block;
	width: 100%;
}
.nei-banner-title{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.nei-banner-title h3{
	font-size: 46px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 0 2px 4px #333333;
	text-transform: uppercase;
}
.nei-banner-title h4{
	font-size: 44px;
	color: #FFFFFF;
	font-weight: normal;
	text-shadow: 0 2px 4px #333333;
}


.ne-nr{ background:#f8f8f8; padding:90px 0;
}
.ne-nr .nei-content{ padding:0;width: calc(100% - 265px);
    width: -webkit-calc(100% - 265px);
    padding-left: 43px;
    float: left;
    box-sizing: border-box;}
.ne-nr .nei-menu{ background:none; width:265px; float:left;}

.ne-nr .nei-menu ul li{ float:none; width:100%; background:#fff; line-height:50px; margin-bottom:15px;}
.ne-nr .nei-menu ul li:after{ opacity:0;}
.ne-nr .active-menu{ background:#dc512f}
.ne-nr .active-menu a{ color:#fff;}
.ne-nr .nei-menu ul .active-menu{ background:#dc512f}


.nei-menu{
	background: #eeeeee;
}
.nei-menu ul{
	zoom: 1;
}
.nei-menu ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-menu ul li{
	float: left;
	width: 220px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 80px;
	position: relative;
	transition-duration: 0.5s;
}
.nei-menu ul li:after{
	display: block;
	content: '';
	width: 1px;
	height: 18px;
	background: #bdbdbd;
	position: absolute;
	right: 0;
	top: 31px;
	transition-duration: 0.5s;
}
.active-menu{
	background: #e95412;
}
.active-menu a{
	color: #fff;
}
.active-menu:after{
	display: none !important;
}
.nei-menu ul li:hover{
	background: #e95412;
}
.nei-menu ul li:hover a{
	color: #FFFFFF;
}
.nei-menu ul li:hover:after{
	display: none;
}

.nei-content{
	padding: 90px 0 90px;
}
.nei-news ul{
	border-top: 1px solid #e2e2e2;
}
.nei-news ul li{
	padding: 45px 0;
	border-bottom: 1px solid #e2e2e2;
	transition-duration: 0.5s;
}

.nei-news-list{
	display: flex;
}
.nei-new-time{
	width: 12%;
	border-right: 1px solid #e2e2e2;
	text-align: center;
}
.nei-new-time h3{
	font-size: 45px;
	color: #e95412;
	font-weight: bold;
	margin-top: 40px;
	transition-duration: 0.5s;
}
.nei-new-time p{
	font-size: 16px;
	color: #e95412;
	transition-duration: 0.5s;
	
}
.nei-new-content{
	width: 65%;
	padding-left: 45px;
	padding-right: 65px;
}
.gg-content{
	width: 88% !important;
}
.nei-new-content h3{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 15px;
	transition-duration: 0.5s;
}
.nei-new-num{
	margin-bottom: 20px;
}
.nei-new-num span{
	font-size: 16px;
	color: #9d9c9c;
	font-family: "宋体";
	margin-right: 40px;
	padding-left: 30px;
	position: relative;
	transition-duration: 0.5s;
}
.nei-new-num span:nth-child(1):before{
	display: block;
	content: '';
	width: 23px;
	height: 14px;
	background: url(../images/eye.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.nei-new-num span:nth-child(2){
	margin-right: 0;
}
.nei-new-num span:nth-child(2):before{
	display: block;
	content: '';
	width: 17px;
	height: 17px;
	background: url(../images/fx.png) no-repeat;
	position: absolute;
	left: 4px;
	top: 0;
}
.nei-new-content p{
	font-size: 15px;
	color: #666666;
	font-family: "宋体";
	line-height: 28px;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 2; 
	overflow: hidden;
	transition-duration: 0.5s;
}
.nei-new-img{
	width: 23%;
	overflow: hidden;
}
.nei-new-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.nei-news ul li:hover{
	background: #e95412;
}
.nei-news ul li:hover .nei-new-time h3{
	color: #FFFFFF;
}
.nei-news ul li:hover .nei-new-time p{
	color: #FFFFFF;
}
.nei-news ul li:hover .nei-new-content h3{
	color: #FFFFFF;
}
.nei-news ul li:hover .nei-new-num span{
	color: #FFFFFF;
}
.nei-news ul li:hover .nei-new-content p{
	color: #FFFFFF;
}
.nei-news ul li:hover .nei-new-img img{
	transform: scale(1.1);
}

.page{ padding:70px 0 0 0;}
.page ul li{ float:left;}
.page ul li a{ display: block; background:#e1e1e1; line-height:56px; padding:0 25px;}
.page ul li a:hover{ color:#fff; background:#e95412;}
.page ul li .on{ color:#fff; background:#e95412;padding: 17.5px 25px;
    display: block;}
/*.page ul li:nth-last-child(-n+3){ float:right;}*/

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:20px; padding-bottom:10px;}
.new-nr-zi{ font-size:16px; line-height:2;}
.new-nr-zi iframe{width: 100%;}
.nei-title-com{
	text-align: center;
	margin-bottom: 60px;
}
.nei-title-com h3{
	font-size: 38px;
	color: #333333;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 10px;
}
.nei-title-com h4{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
.nei-title-com h4 span{
	position: relative;
}
.nei-title-com h4 span:before{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #333333;
	position: absolute;
	left: -45px;
    top: 10px;
}
.nei-title-com h4 span:after{
	display: block;
	content: '';
	width: 35px;
	height: 1px;
	background: #333333;
	position: absolute;
	right: -45px;
    top: 10px;
}
.nei-about ul{
	zoom: 1;
}
.nei-about ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-about ul li{
	float: left;
	width: 32%;
	height: 420px;
	margin-right: 2%;
	box-shadow: 0 0px 10px #CCCCCC;
	padding-top: 80px;
	text-align: center;
	transition-duration: 0.5s;
	cursor: pointer;
}
.nei-about ul li:nth-child(3){
	margin-right: 0;
}
.now-icon{
	display: block;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.hover-icon{
	display: none;
	margin: 0 auto;
	transition-duration: 0.5s;
}
.nei-about ul li h3{
	margin-top: 30px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	transition-duration: 0.5s;
}
.nei-about ul li p{
	font-size: 17px;
	color: #555555;
	line-height: 32px;
	margin-top: 30px;
	transition-duration: 0.5s;
}
.nei-about ul li:hover{
	transform:scale(1.1,1.1);
	background: #de542e;
}
.nei-about ul li:hover .now-icon{
	display: none;
}
.nei-about ul li:hover .hover-icon{
	display: block;
}
.nei-about ul li:hover h3{
	color: #FFFFFF;
}
.nei-about ul li:hover p{
	color: #FFFFFF;
}

.qylc-content{
	padding-bottom: 0;
}
.qylc-title{
	background: #FFFFFF;
	padding-bottom: 86px;
}
.qylc-title-nav ul{
	zoom: 1;
}
.qylc-title-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.qylc-title-nav ul li{
	float: left;
	width: 28%;
	margin-right: 8%;
	position: relative;
}
.qylc-title-nav ul li:before{
	display: block;
	content: '';
	width: 144px;
	height: 313px;
	background: url(../images/lc-bg02.png) no-repeat;
	position: absolute;
	right: -132px;
	top: 0;
	z-index: 3;
}
.qylc-title-nav ul li:nth-child(3){
	margin-right: 0;
}
.qylc-title-nav ul li:nth-child(3):before{
	display: none;
}
.qylc-title-bg{
	width: 100%;
	overflow: hidden;
}
.qylc-title-bg img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.qylc-title-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/lc-bg01.png) no-repeat;
	background-size: 100% 100%;
	top:0;
	left: 0;
	z-index: 2;
	padding-top: 105px;
}
.qylc-title-cover h3{
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
}
.qylc-title-cover p{
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}
.qylc-title-nav ul li:hover .qylc-title-bg img{
	transform: scale(1.1);
}
.qylc-list{
	background: url(../images/cl-bg01.jpg) no-repeat;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 90px;
}
.qylc-list-nav ul li{
	display: flex;
}
.qylc-list-fl{
	width: 14%;
	font-size: 43px;
	line-height: 43px;
	font-weight: bold;
	text-align: center;
	color: #e95412;
}
.qylc-list-fc{
	width: 5px;
	background: url(../images/lc-bg03.png);
	position: relative;
}
.qylc-list-fc:before{
	display: block;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/yuan1.png) no-repeat;
	position: absolute;
	left: -8px;
    top: 17px;
}

.qylc-list-fr{
	width: calc(86% - 5px);
	min-height: 190px;
	padding: 25px 75px 25px 40px;
	position: relative;
}
.qylc-list-cover{
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 45px 35px;
}
.qylc-list-cover h4{
	font-size: 24px;
	color: #e95412;
	font-weight: bold;
	margin-bottom: 20px;
}
.qylc-list-cover p{
	font-size: 18px;
	color: #555555;
}

.ppsm-top{
	width: 100%;
	padding: 75px 150px;
	background: url(../images/sm-bg01.jpg) no-repeat;
	background-size: cover;
	background-position:center center;
	margin-bottom: 70px;
}
.ppsm-top-nav{
	background: #FFFFFF;
	padding: 50px 0 110px;
	text-align: center;
	position: relative;
}
.ppsm-top-nav .nei-title-com{
	margin-bottom: 15px;
}
.ppsm-top-nav .nei-title-com h3{
	color: #e95412;
}
.ppsm-top-nav p{
	font-size: 18px;
	color: #333333;
}
.ppsm-top-nav img{
	position: absolute;
	right: 5px;
	bottom: 5px;
}
.ppsm-list ul li{
	padding: 35px 0;
	background: #f4f4f4;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.5s;
	zoom: 1;
}
.ppsm-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.ppsm-list ul li h3{
	float: left;
	width: 15%;
	font-size: 26px;
	color: #222222;
	text-align: center;
	line-height: 60px;
	transition-duration: 0.5s;
}
.ppsm-list ul li span{
	float: left;
	width: 1px;
	height: 60px;
	background: #d3d3d3;
	transition-duration: 0.5s;
}
.ppsm-list ul li p{
	float: left;
	width: calc(85% - 1px);
	padding: 0 30px;
	font-size: 18px;
	color: #222222;
	line-height: 60px;
	transition-duration: 0.5s;
}
.ppsm-list ul li img{
	position: absolute;
	right: 5px;
	bottom: 5px;
	transition-duration: 0.5s;
}
.sm-pc{
	display: block;
}
.sm-pcHover{
	display: none;
}
.ppsm-list ul li:hover{
	background: #e95412;
}
.ppsm-list ul li:hover h3{
	color: #fff;
}
.ppsm-list ul li:hover p{
	color: #fff;
}
.ppsm-list ul li:hover .sm-pc{
	display: none;
}
.ppsm-list ul li:hover .sm-pcHover{
	display: block;
}

.ppmb-content{
	display: flex;
	padding: 0 80px;
	position: relative;
}
.ppmb-fl{
	width: 50%;
}
.ppmb-fc{
	width: 23%;
	margin-left: 5px;
	background: #cb3e00;
	padding: 8% 20px 0;
}
.ppmb-fr{
	width: calc(27% - 10px);
	margin-left: 5px;
}
.ppmb-com{
	width: 100%;
	overflow: hidden;
}
.ppmb-com img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ppmb-fl-top{
	zoom: 1;
}
.ppmb-fl-top:after{
	display: block;
	content: '';
	clear: both;
}
.ppmb-p1{
	float: left;
	width: 40.2%;
}
.ppmb-fl-top-fr{
	float: left;
	width: calc(59.8% - 5px);
	margin-left: 5px;
}
.ppmb-p3{
	margin-top: 5px;
}
.ppmb-p4{
	margin-top: 5px;
}
.ppmb-p6{
	width: 100%;
	height: 54.1%;
	margin-top: 5px;
	background: #fed6c4;
	position: relative;
}
.ppmb-p6 img{
	max-width: 100%;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.ppmb-com:hover>img{
	transform: scale(1.1);
}
.ppmb-fc h3{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 30px;
}
.ppmb-fc ul li{
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
}
.ppmb-fc ul li:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	left: 5px;
	top: 12px;
}
.jt{
	width: 29.8%;
	position: absolute;
	right: -50px;
	top: 8%;
	animation: rotation 20s linear infinite;
	-moz-animation: rotation 20s linear infinite;
	-webkit-animation: rotation 20s linear infinite;
	-o-animation: rotation 20s linear infinite;
}

.service-content ul li{
	margin-bottom: 130px;
	position: relative;
}
.service-img{
	width: 100%;
	overflow: hidden;
}
.service-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.service-cover{
	width: 47%;
	padding: 80px 40px 50px;
	background: #e95412;
	min-height: 320px;
	position: absolute;
	bottom: -65px;
	z-index: 2;
}
.service-content ul li:nth-child(odd) .service-cover{
	right: 75px;
}
.service-content ul li:nth-child(even) .service-cover{
	left: 75px;
}
.service-cover h3{
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 20px;
}
.service-cover p{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 32px;
	position: relative;
}
.service-cover p:before{
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	left: -14px;
    top: 16px;
}
.service-content ul li:hover .service-img img{
	transform: scale(1.1);
}

.proService{
	width: 100%;
	position: relative;
	margin-top: 98px;
}
.proService-bg{
	width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}
.proService-bg img{
	display: none;
	width: 100%;
	transition-duration: 0.5s;
}
.proService-bg-mobile{
	width: 100%;
	position: relative;
	z-index: 1;
	display: none;
}
.proService-bg-mobile img{
	display: none;
	width: 100%;
	transition-duration: 0.5s;
}
.proService-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.proService-cover-nav{
	height: 100%;
	zoom: 1;
}
.proService-cover-nav:after{
	display: block;
	content: '';
	clear: both;
}
.pro-jjBox{
	float: left;
	width: 35%;
}
.pro-jjBox-nav{
	padding-top: 20%;
	display: none;
	transition-duration: 0.5s;
}
.pro-jjBox-nav h3{
	font-size: 48px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 40px;
}
.pro-jjBox-nav p{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	line-height: 36px;
	text-align: justify;
}
.pro-jjBox-nav span{
	display: block;
	margin-top: 40px;
	width: 70px;
	height: 3px;
	background: #ffffff;
}
.pro-list{
	float: right;
	position: relative;
	width: 37%;
	height: 100%;
}
.pro-list ul{
	width: 100%;
	height: 100%;
}
.pro-list ul li{
	width: 100%;
	height: 16.6666%;
	background: rgba(0,0,0,0.35);
	border-bottom: 1px solid rgba(255,255,255,0.15);
	cursor: pointer;
}
.pro-list ul li:last-child{
	border-bottom: none;
}
.pro-list-nav{
	width: 100%;
	height: 100%;
	position: relative;
	transition-duration: 0.5s;
}
.pro-list-title{
	width: 70%;
	position: absolute;
	left: 45px;
	top: 50%;
	transform: translateY(-50%);
	transition-duration: 0.5s;
}
.pro-list-title h3{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	transition-duration: 0.5s;
}
.pro-list-title p{
	width: 100%;
	height: 0;
	opacity: 0;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 5px;
	transition-duration: 0.5s;
}
.pro-list-nav span{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	right: 45px;
	top: 50%;
	margin-top: -20px;
	font-size: 38px;
	color: #dc512f;
	text-align: center;
	line-height: 40px !important;
	font-family: fangsong;
	transition-duration: 0.5s;
}
.pro-list ul li:hover .pro-list-nav{
	background: #FFFFFF;
}
.pro-list ul li:hover .pro-list-title h3{
	color: #333333;
}
.pro-list ul li:hover .pro-list-title p{
	display: block;
	color: #333333;
	height: 56px;
	opacity: 1;
}
.pro-list ul li:hover .pro-list-nav span{
	background: #dc512f;
	color: #FFFFFF;
}
.hover .pro-list-nav{
	background: #FFFFFF;
}
.hover .pro-list-title h3{
	color: #333333;
}
.hover .pro-list-title p{
	display: block;
	color: #333333;
	height: 56px;
	opacity: 1;
}
.hover .pro-list-nav span{
	background: #dc512f;
	color: #FFFFFF;
}

.fwxm-content ul{
	zoom: 1;
}
.fwxm-content ul:after{
	display: block;
	content: '';
	clear: both;
}
.fwxm-content ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 100px;
	position: relative;
}
.fwxm-content ul li:nth-child(3n){
	margin-right: 0;
}
.fwxm-content ul li:before{
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #e6e6e6;
	position: absolute;
	left: 0;
	bottom: -30px;
}
.fwxm-video{
	width: 100%;
	height: 320px;
	overflow: hidden;
}
.fwxm-video img{
	display: block;
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}
.fwxm-an{
	width: 88px;
	height: 88px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -44px;
	margin-top: -44px;
	transition-duration: 1s;
}
.fwxm-an img{
	display: block;
	width: 100%;
	height: 100%;
}
.fwxm-content ul li p{
	width: 100%;
	padding: 0 10px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.fwxm-content ul li:hover .fwxm-video img{
	transform: scale(1.1);
}
.fwxm-content ul li:hover .fwxm-an{
	transform: rotate(360deg);
}
.fwxm-page{
	padding: 0;
}

.contact-banner{
	width: 100%;
	padding: 80px 0 100px;
	background: url(../images/ne-banner4.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 131px;
}
.contact-banner-nav{
	width: 540px;
	padding: 45px 55px 30px;
	margin: 0 auto;
	background: rgba(0,0,0,0.68);
}
.contact-banner-logo{
	width: 100%;
}
.contact-banner-logo img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.contact-banner-tel{
	padding: 20px 0 30px;
	font-size: 52px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.lx-line{
	width: 100%;
}
.lx-line img{
	display: block;
	width: 100%;
}
.contact-banner-fb{
	font-size: 24px;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
}
.contact-banner-nav ul li{
	zoom: 1;
	margin-bottom: 20px;
	padding: 5px 10px;
	border: 1px solid rgba(255,255,255,0.56);
}
.contact-banner-nav ul li:after{
	display: block;
	content: '';
	clear: both;
}
.contact-banner-nav ul li img{
	float: left;
	width: 32px;
	margin-right: 5px;
	margin-top: 2px;
}
.contact-banner-nav ul li input{
	float: left;
	width: calc(100% - 37px);
	height: 40px;
	background: none;
	padding-left: 10px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: "宋体";
}
.contact-banner-sumbit{
	width: 154px;
	height: 50px;
	border-radius: 5px;
	background: #d83c15;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 50px;
	margin: 30px auto;
}
.contact-lxfs{
	margin-top: 20px;
}
.contact-lxfs p{
	font-size: 15px;
	color: #d0d0d0;
	line-height: 28px;
}
.lxwm-list{
	margin-bottom: 40px;
	zoom: 1;
}
.lxwm-list:after{
	display: block;
	content: '';
	clear: both;
}
.lxwm-list dl{
	float: left;
	width: 33.3333%;
	text-align: center;
}
.lxwm-list dl dt img{
	transition-duration: 0.5s;
}
.lxwm-list dl:hover dt img{-webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}
.lxwm-list dl dd h2 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    padding: 30px 0 20px;
}
.lxwm-list dl dd p{
	font-size: 20px;
	color: #333333;
	opacity: 0.9;
}
.lxwm-map{
	width: 100%;
	height: 480px;
}


.header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 0 70px 0 20px;
	border-bottom: 1px solid rgba(255,255,255,0.6);
	zoom: 1;
	transition-duration: 0.5s;
}
.header:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
	float: left;
	width: 500px;
}
.logo img{
	display: block;
	width: 100%;
}
.header-list{
	float: right;
}
.header-list ul{
	zoom: 1;
}
.header-list ul:after{
	display: block;
	content: '';
	clear: both;
}
.header-list ul li{
	float: left;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 97px;
	margin-right: 60px;
}
.header-list ul li:last-child{
	margin-right: 0;
}
.header-list ul li a{
	color: #FFFFFF;
	transition-duration: 0.5s;
	position: relative;
}
.header-list ul li a:after{
	display: block;
	content: '';
	width: 0%;
	height: 2px;
	background: #dc512f;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transition-duration: 0.5s;
}
.header-list ul li:hover a:after{
	width: 100%;
	left: 0%;
}
.active-topList a:after{
	width: 100% !important;
	left: 0% !important;
}
.active-head{
	background: #FFFFFF;
	box-shadow: 0 2px 2px #ccc;
}
.active-head ul li a{
	color: #333333;
}

/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 75%;
    float: left;
    margin-top: 0px;
    margin-left: 0%;
}

.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #fff;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #fff;}
.mobile-inner-header-icon{color: #ffffff;background: #dc512f; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#dc512f; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}

.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:#dc512f;}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/

/*2021/2/3改*/
.home-parter-nav ul{
	zoom: 1;
}
.home-parter-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.home-parter-nav ul li{
	float: left;
	width: 20%;
}
.home-parter-top{
	width: 250px;
	height: 160px;
	margin: 0 auto;
	border-radius: 5px;
	background: #fff;
	padding-top: 40px;
	position: relative;
	overflow: hidden;
}
.home-parter-top img{
	display: block;
	margin: 0 auto;
}
.home-parter-nav ul li:hover .home-parter-top img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.home-parter-top p{
	font-size: 20px;
	color: #333333;
	text-align: center;
	margin-top: 10px;
}
.home-parter-top span{
	position: absolute;
	font-size: 22px;
	color: #fff;
	top: 10px;
	right: 15px;
	z-index: 10;
}
.home-parter-top span:before{
	display: block;
	content: '';
	position: absolute;
	width: 160px;
	height: 40px;
	background: #d6d6d6;
	transform: rotate(45deg);
	left: -62px;
	top: 0;
	z-index: -1;
	transition-duration: 0.5s;
}
.home-parter-top:hover span:before{
	background: #d83c15;
}
.home-parter-bottom{
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.home-parter-bottom:before{
	display: block;
	content: '';
	width: 1px;
	height: 100px;
	border-right: 1px dashed #b6b6b6;
	position: absolute;
	left: 50%;
	top: -100px;
}
.clr{
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #d83c15;
	z-index: 3;
}
.clr:before{
	display: block;
	content: '';
	width: 50%;
	border-top: 1px dashed #b6b6b6;
	position: absolute;
	left: 0;
	top: 9px;
	z-index: -1;
}
.clr:after{
	display: block;
	content: '';
	width: 50%;
	border-top: 1px dashed #b6b6b6;
	position: absolute;
	right: 0;
	top: 9px;
	z-index: -1;
}
.home-parter-nav ul li:first-child .clr:before{
	display: none;
}
.home-parter-nav ul li:last-child .clr:after{
	display: none;
}

.footer-top{
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.f-logo{
	float: left;
	width: 306px;
}
.f-logo img{
	margin-bottom: 30px;
}
.f-logo p{
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.f-logo p:nth-child(2){
	opacity: 0.32;
}
.f-logo p:nth-child(4){
	opacity: 0.32;
}
.f-logo p a{
	opacity: 0.32;
}
.f-logo p:nth-child(3){
	/*padding-left: 25px;*/
	position: relative;
}
.f-logo p:nth-child(3)::before{
	display: block;
	content: '';
	width: 20px;
	height: 20px;
	/*background: url(../images/ba.png) no-repeat;*/
	position: absolute;
	left: 0;
	top: 0;
}

.footer-top dl{
	float: left;
	margin-left: 60px;
}
.footer-top dl a{
	color: #fff;
}
.footer-top dl dt{
	font-size: 16px;
	margin-bottom: 30px;
}
.footer-top dl dd{
	font-size: 14px;
	margin-bottom: 15px;
	opacity: 0.32;
}
.foot-contact{
	float: right;
	zoom: 1;
}
.foot-contact:after{
	display: block;
	content: '';
	clear: both;
}
.foot-contact-fl{
	float: left;
}
.foot-contact-fl h4{
	font-size: 14px;
	color: #fff;
	padding-left: 35px;
	line-height: 24px;
	position: relative;
	margin-bottom: 5px;
}
.foot-contact-fl h4:before{
	display: block;
	content: '';
	width: 22px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}
.foot-contact-fl h4:nth-child(1):before{
	background: url(../images/f-i02.png) no-repeat center;
}
.foot-contact-fl h4:nth-child(3):before{
	background: url(../images/f-i01.png) no-repeat center;
}
.foot-contact-fl p:nth-child(2){
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}
.foot-contact-fl p:nth-child(4){
	font-size: 16px;
	color: #ffffff;
}
.foot-ewm{
	float: left;
	margin-left: 25px;
	text-align: center;
}
.foot-ewm p{
	font-size: 14px;
	color: #ffffff;
	opacity: 0.35;
	text-align: center;
}
.footer-bottom{
	font-size: 15px;
	color: #ffffff;
	opacity: 0.9;
	text-align: center;
	line-height: 60px;
}


.qylc-history{
	background: url(../images/line-bg.png) no-repeat center center;
}
.qylc-history-nav{
	height: 510px;
	position: relative;
	padding: 0 100px;
}
.qylc-history-nav .owl-stage-outer{
	height: 100%;
}
.qylc-history-nav .owl-stage{
	height: 100%;
}
.qylc-history-nav .owl-item{
	height: 100%;
	position: relative;
}

.history-list{
	width: 100%;
	height: 290px;
	position: absolute;
}
.qylc-history-nav .owl-item:nth-child(odd) .history-list{
	top: 0;
}
.qylc-history-nav .owl-item:nth-child(even) .history-list{
	bottom: 0;
}
.qylc-history-nav .owl-item:nth-child(odd) .history-list .year-line{
	left: 0;
	bottom: 0;
}
.qylc-history-nav .owl-item:nth-child(odd) .history-list .year-line span:before{
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: #e95412;
	border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -12px;
}
.qylc-history-nav .owl-item:nth-child(odd) .history-list .year-line span:after{
	display: block;
	content: '';
	width: 1px;
	height: 220px;
	background: #e95412;
	position: absolute;
	top: -240px;
	left: 50%;

}
.qylc-history-nav .owl-item:nth-child(even) .history-list .year-line span:before{
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background: #e95412;
	border-radius: 50%;
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -12px;
}
.qylc-history-nav .owl-item:nth-child(even) .history-list .year-line span:after{
	display: block;
	content: '';
	width: 1px;
	height: 220px;
	background: #e95412;
	position: absolute;
	bottom: -240px;
	left: 50%;

}
.year-line{
	position: absolute;
	width: 120px;
	text-align: center;
}
.year-line span{
	font-size: 30px;
	color: #e95412;
}
.history-story{
	position: absolute;
	width: calc(100% - 120px);
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.ppmb-new{
	padding: 120px 80px 100px;
	background: url(../images/mb-bg01.jpg) no-repeat center center;
	background-size: cover;
}
.ppmb-new-nav h4{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 30px;
}
.ppmb-new-nav p{
	font-size: 18px;
	color: #fff;
	padding-left: 15px;
	margin-bottom: 15px;
	position: relative;
}
.ppmb-new-nav p:before{
	display: block;
	content: '';
	width: 4px;
	height: 18px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 4px;
}

.ce-menu{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 998;
}
.ce-menu ul li{
	width: 56px;
	height: 62px;
	background: #e95412;
	border-radius: 5px;
	margin-bottom: 2px;
	text-align: center;
	padding-top: 10px;
	position: relative;
}
.ce-menu ul li p{
	font-size: 12px;
	color: #fff;
}
.phone{
	position: absolute;
	width: 130px;
	height: 62px;
	background: #e95412;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 62px;
	left: -135px;
	top: 0;
	display: none;
}
.ce-menu ul li:hover .phone{
	display: block;
}

.qylc-history .owl-prev,.qylc-history .owl-next{
	display: block !important;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
}
.qylc-history .owl-prev{
	left: -100px;
	background: url(../images/jt03a.png) no-repeat center;
	cursor: pointer;
}
.qylc-history .owl-next{
	right: -100px;
	background: url(../images/jt03.png) no-repeat center;
	cursor: pointer;
}
/*.qylc-history .owl-prev:hover{
	background: url(../images/jt02a.png) no-repeat center;
}
.qylc-history .owl-next:hover{
	background: url(../images/jt01a.png) no-repeat center;
}*/

.serviceDetail{
	margin-top: 98px;
	background: #38454c;
	padding: 150px 0 100px;
}
.serviceDetail-nav{
	width: 100%;
	height: 530px;
	display: flex;
}
.serviceDetail-fl{
	width: 42%;
	text-align: center;
	line-height: 530px;
}
.serviceDetail-fl img{
	max-width: 100%;
	max-height: 100%;
}
.serviceDetail-fr{
	width: 58%;
	padding-left: 70px;
	padding-top: 45px;
}
.serviceDetail-fr h3{
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
.serviceDetail-fr h4{
	font-size: 40px;
	color: #ffffff;
	font-weight: normal;
	opacity: 0.5;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.serviceDetail-message{
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	text-align: justify;
	padding-right: 45px;
}
.serviceDetail-message::-webkit-scrollbar {/*滚动条整体样式*/
    width: 5px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 5px;
}
.serviceDetail-message::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	background: #dc512f;
}
.serviceDetail-message::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(218, 218, 218,0.2);
    box-shadow: inset 0 0 5px rgba(218, 218, 218,0.2);
    border-radius: 0;
    background: rgba(218, 218, 218,0.1);
}

.look{
	margin: 30px auto 0;
    display: block;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #e95412;
    background: #e95412;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    transition-duration: 0.5s;
}
	.home-title2{
		margin-bottom: 60px;
	}


.sm-js{ text-align:center; font-size:18px; padding-bottom:40px;}
.sm-list dl{ width:24%; background:url(../images/sm01.png) no-repeat bottom center #f4f4f4; min-height:287px; padding:33px 20px; float: left; margin-right:1%; transition-duration:.5s;}
.sm-list dl dt{ text-align:center; font-size:26px;}
.sm-list dl dt p{ display:inline-block; border-bottom:1px solid #d3d3d3; padding-bottom:10px; margin-bottom:24px;}
.sm-list dl dd{ font-size:18px; line-height:1.7; text-align:justify;}
.sm-list dl:nth-child(4){ margin-right:0;}
.sm-list dl:hover{-moz-box-shadow:0px 0px 9px #8F8F8F; -webkit-box-shadow:0px 0px 9px #8F8F8F; box-shadow:0px 0px 9px #8F8F8F;}

.ab-mb{ background:url(../images/mb011.jpg) no-repeat; padding:70px 0; background-size:cover; margin:80px auto}
.sm-nr{ background:url(../images/mb022.jpg) no-repeat bottom right #fff; width:80%; margin:0 auto; padding:47px 66px 60px}
.sm-nr ul li{ width:50%; float:left; font-size:20px; margin-bottom:10px; padding-left:20px; position:relative;}
.sm-nr ul li:before{ content:""; position:absolute; width:5px; height:5px; background:#e95412; top:10px; left:0;}


.ys-Menubox{ padding-bottom:30px;}
.ys-Menubox ul li{ width:19.8%; float:left; margin:0 1px; position: relative; cursor:pointer;}
.ys-Menubox ul li:last-child{ margin-right:0;}
.ys-Menubox ul li div{ position:relative;}.ys-Menubox ul li div img{ width:100%;}
.ys-Menubox ul li div p{ position:absolute; width:100%; text-align:center; color:#e5e5e5; font-size:24px; bottom:20px;}
.ys-Menubox ul li:after{ content:""; position:absolute; bottom:0;width: 0;
    height: 0;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #e95412 transparent; left:50%; margin-left:-11.5px; transition-duration:.5s; opacity:0;}
.ys-Menubox ul li.hover:after{ opacity:1;}
.ys-CbContainer{ width:85%; margin:0 auto;}
.ys-ti{  font-size:28px; padding-top:15px; text-align:center; padding-bottom:28px;}
.ys-nr{ width:652px; font-size:18px; line-height:1.8; margin:0 auto; }
.ys-nr p{ position:relative; padding-left:15px; margin-bottom:5px;}
.ys-nr p:after{ content:""; width:4px; height:4px; background:#e95412; position:absolute; top:13px; left:0;}

.ab-lc{ background:url(../images/lc01.jpg) no-repeat; padding:30px 20px; margin:40px 0}

.ab-lc .nei-title-com h4 span:before,.ab-lc .nei-title-com h4 span:after{ background:#fff;}
.lc-li01 li{ float:left; color:#fff; text-align:center; width:33.333%; }
.lc-li01 li h1{ font-size:24px;}
.lc-li01 li p{ font-size:18px; padding-top:5px; line-height:1.7;}


.time-line-box{ position:relative; padding:84px 0 50px 0;}

.time-line-box:after {
  content: '';
  background: url(../images/line.png) repeat-x left bottom;
  height: 16px;
  width: 100%;
  position: absolute;
  left: 0;
    top:50%;
}
.time-line-box ul{  }
.time-line-box ul li {
  float: left;
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 2; padding-top:80px;
}


.time-line-box ul li dl dt {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
    width:90px; height:90px; text-align:center; line-height:90px; background:#fff; border-radius:50%; margin:0 auto
}
.time-line-box ul li dl dt:after {
  content: '';
  width:112px;
  height: 112px;
  border-radius: 100%;
  background: rgba(255,255,255,0.3);
  position: absolute;
  left: -10px;
  top: -10px; z-index:2;
}
.time-line-box ul li dl dt:before{content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    border-width: 8px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent ;
    left: 50%;
    margin-left: -6px;
    transition-duration: .5s; bottom:-15px;}
	
.time-line-box ul li:nth-child(2n)	dl dt:before{ bottom:auto; top:-15px; border-color: transparent transparent #ffffff transparent ;}
	
	
.time-line-box ul li dl dd {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
  position: relative; text-align:center; padding-top:20px;
}
.time-line-box ul li:nth-child(2n) dl dd{ padding-bottom:20px;}
.time-line-box ul li:first-child {
  left:0;
}
.time-line-box ul li:last-child {
  margin-right: 40px;
}
.time-line-box ul li:nth-child(2n) {
  padding-top: 0;
}
.time-line-box ul li:nth-child(2n):after {
  top: auto;
  bottom: -51px;
  height: 76px;
  z-index: 2;
}

.time-line-box ul li:nth-child(2n) .layui-text {
  position: absolute;
  left: 0;
  top: -20px;
}
.time-line-box ul .item-this:after {
  
}
.time-line-box ul .item-this .layui-text {

}
.time-line-box .swiper-button-next, .time-line-box .swiper-button-prev{ width:35px; height:9px; background:url(../images/bjt.png) no-repeat center; left:6%; top:72%}
.time-line-box .swiper-button-next{ transform: rotate(180deg); right:6%; left:auto; transform:rotate(180deg)}
.time-line-box .swiper-button-next:hover,.time-line-box .swiper-button-prev:hover{background:url(../images/bjt.png) no-repeat center;}



@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}



@media screen and (max-width:1500px){
	.w1500{
		width: 1280px;
	}
	.nei-banner{
		margin-top: 98px;
	}
	.logo{
		width: 500px;
	}
	.header-list ul li{
		line-height: 98px;
	}
	.banner-title h3{
		font-size: 50px;
	}
	.home-new-nav ul li{
		height: 255px;
	}
	.home-new-content{
		line-height: 30px;
	}
	.home-new-time{
		margin-bottom: 20px;
	}
	.ppmb-page{
		overflow: hidden;
	}
	.qylc-title-nav ul li:before{
		width: 122px;
		height: 267px;
		background-size: 100% 100%;
		right: -113px;
	}
	.proService {
    	margin-top: 98px;
	}
	.contact-banner{
		margin-top: 98px;
	}
	.footer-top dl{
		margin-left: 36px;
	}
	.serviceDetail-nav{
		width: 94%;
		margin: 0 auto;
	}
	.home-xm-list{
		height: 245px;
	}
	.fwxm-video{
		height: 248px;
	}
	.pro-list-title h3{
		font-size: 20px;
		line-height: 26px;
	}
	.pro-list-title p{
		font-size: 14px;
		line-height: 22px;
		margin-top: 2px;
	}
	.hover .pro-list-title p{
		height: 44px;
	}
	.nei-menu ul li{
		width: 210px;
	}
}
@media screen and (max-width:769px){
	.xs-top{display: block;}
	.banner01 .komi-banner{
		background: url(../images/m-banner1.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.banner02 .komi-banner{
		background: url(../images/m-banner2.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.banner03 .komi-banner{
		background: url(../images/m-banner3.jpg) no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.nei-banner {
	    margin-top: 55px;
	}
	.header{
		display: none;
	}
	.banner-title{
		padding: 0 2%;
	}
	.banner-title h3 {
	    font-size: 24px;
	}
	.banner-title h4{
		font-size: 16px;
	}
	.get-more{
		width: 140px;
    	height: 46px;
    	font-size: 18px;
    	line-height: 46px;
    	border-radius: 5px;
	}
	.home-ab{
		display: block;
	}
	.home-ab-fl{
		width: 100%;
		height: 37vh;
	}
	.home-ab-fl img{
		height: auto;
	}
	.home-ab-fr{
		width: 100%;
	}
	.home-about{
		position: relative;
		top: 0;
		transform: translateY(0);
		padding: 20px 2%;
	}
	.home-about h3{
		font-size: 22px;
	}
	.line{
		margin: 15px 0;
	}
	.home-about p{
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 0;
	}
	.home-about a{
		margin-top: 10px;
	}
	.home-xm{
		padding-top: 35px;
	}
	.home-title{
		margin-bottom: 35px;
	}
	.home-title h3{
		font-size: 22px;
	}
	.w1500{
		width: 96%;
	}
	.owl-carousel2 .item ul li:nth-child(3n){
		margin-right: 2%;
	}
	.owl-carousel2 .item ul li{
		width: 49%;
		margin-right: 2%;
		height: 115px;
	}
	.owl-carousel2 .item ul li:nth-child(2n){
		margin-right: 0;
	}
	.dmt-list-cover{
		display: none !important;
	}
	.home-xm-list>p{
		font-size: 12px;
	}
	.home-new{
		padding-top: 35px;
	}
	.home-new-nav ul li{
		width: 100%;
		height: auto;
	}
	.home-new-nav ul li:nth-child(2n){
		display: none;
	}
	.home-new-list{
		padding: 10px 10px;
	}
	.home-new-time span{
		font-size: 20px;
	}
	.home-new-time {
	    margin-bottom: 0px;
	}
	.home-new-content {
		font-size: 15px;
	    line-height: 24px;
	}
	.lc-img{
		display: none;
	}
	.lc-img-m{
		display: block;
	}
	.home-parter{
		padding-top: 35px;
	}
	.home-title2 h3{
		font-size: 22px;
	}
	.home-parter-nav img{
		max-width: 86%;
	}
	.home-parter-nav {
	    margin-top: 0;
	}
	.home-kh{
		padding-top: 35px;
	}
	/*.footer{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.footer p{
		font-size: 12px;
		line-height: 20px;
	}*/
	.home-kh-list li{
		width: 32%;
		height: 70px;
		line-height: 70px;
	}
	.owl-carousel3 .owl-dots{
		margin-top: 0px;
	}
	
	.nei-banner-title h3{
		font-size: 24px;
	}
	.nei-banner-title h4{
		font-size: 22px;
	}
	.nei-menu ul li{
		width: 50%;
		font-size: 16px;
		line-height: 44px;
	}
	.nei-menu ul li:after{
		top: 15px;
	}
	.nei-menu ul li:nth-child(2n):after{
		display: none !important;
	}
	.nei-content{
		padding: 30px 0;
	}
	.nei-title-com h3{
		font-size: 22px;
	}
	.nei-title-com h4{
		font-size: 15px;
	}
	.nei-title-com{
		margin-bottom: 30px;
	}
	.nei-about ul li{
		width: 100%;
		height: auto;
		padding: 40px 0;
		margin-bottom: 15px;
	}
	.about-icon img{
		width: 46px;
	}
	.nei-about ul li h3{
		margin-top: 15px;
    	font-size: 22px;
	}
	.nei-about ul li p{
		font-size: 15px;
    	margin-top: 15px;
	}
	.service-cover{
		width: 100%;
		position: relative;
		bottom: 0;
		padding: 20px 10px;
		min-height: auto;
	}
	.service-content ul li{
		margin-bottom: 30px;
	}
	.service-content ul li:nth-child(odd) .service-cover{
		right: 0;
	}
	.service-content ul li:nth-child(even) .service-cover{
		left: 0;
	}
	.service-cover h3{
		font-size: 20px;
	}
	.service-cover p{
		font-size: 15px;
		line-height: 28px;
		padding-left: 10px;
	}
	.service-cover p:before{
		left: 0;
		top: 13px;
	}
	.ppmb-content{
		padding: 0;
		display: block;
	}
	.ppmb-fl{
		width: 100%;
	}
	.ppmb-fc{
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
		padding: 15px 10px;
	}
	.ppmb-fc h3{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.ppmb-fc ul li{
		font-size: 15px;
	}
	.ppmb-fc ul li:before{
		top: 9px;
	}
	.ppmb-fr{
		width: 100%;
		margin-left: 0;
		margin-top: 5px;
	}
	.jt{
		display: none;
	}
	.ppsm-top{
		padding: 25px 15px;
		margin-bottom: 30px;
	}
	.ppsm-top-nav p{
		font-size: 15px;
	}
	.ppsm-top-nav{
		padding: 25px 15px 60px;
	}
	.ppsm-top-nav img{
		width: 50%;
	}
	.ppsm-list ul li h3{
		width: 100%;
		font-size: 22px;
		line-height: 34px;
	}
	.ppsm-list ul li span{
		display: none;
	}
	.ppsm-list ul li p{
		width: 100%;
		padding: 0 20px;
		font-size: 15px;
		line-height: 28px;
	}
	.ppsm-list ul li{
		margin-bottom: 20px;
	}
	.qylc-title-nav ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.qylc-title-nav ul li:before{
		display: none;
	}
	.qylc-title{
		padding-bottom: 30px;
	}
	.qylc-list{
		padding-top: 30px;
    	padding-bottom: 40px;
	}
	.qylc-list-nav ul li{
		display: block;
		margin-bottom: 20px;
	}
	.qylc-list-fl{
		width: 100%;
		font-size: 24px;
    	line-height: 28px;
	}
	.qylc-list-fc{
		display: none;
	}
	.qylc-list-fr{
		width: 100%;
		padding: 0;
		min-height: auto;
		margin-top: 5px;
	}
	.qylc-list-cover h4{
		display: none;
	}
	.qylc-list-cover{
		padding: 25px 15px;
	}
	.qylc-list-cover p{
		font-size: 15px;
		line-height: 28px;
	}
	.contact-banner{
		padding: 30px 0 40px;
	}
	.contact-banner-nav{
		width: 96%;
		padding: 15px 10px;
	}
	.contact-banner-tel{
		padding: 15px 0 25px;
    	font-size: 26px;
	}
	.contact-banner-fb{
		font-size: 20px;
		padding: 10px 0;
	}
	.lxwm-list dl dt{
		display: none;
	}
	.lxwm-list dl{
		width: 100%;
	}
	.lxwm-list dl dd{
		display: flex;
	}
	.lxwm-list dl dd h2{
		padding: 0;
		font-size: 17px;
		line-height: 34px;
		font-weight: normal;
	}
	.lxwm-list dl dd p{
		font-size: 15px;
		line-height: 34px;
		padding-left: 10px;
	}
	.lxwm-map{
		height: 300px;
	}
	.fwxm-content ul li{
		width: 100%;
		margin-bottom: 60px;
	}
	.fwxm-content ul li p{
		font-size: 16px;
	}
	.fwxm-an{
		width: 44px;
		height: 44px;
		margin-left: -22px;
    	margin-top: -22px;
	}
	.page ul li a{
		line-height: 35px;
    	padding: 0 15px;
	}
	.nei-news ul li{
		padding: 30px 0;
	}
	.nei-news-list{
		display: block;
	}
	.nei-new-time{
		width: 100%;
		text-align: left;
		border-right: none;
	}
	.nei-new-time h3{
		margin-top: 0;
	}
	.nei-new-content{
		width: 100%;
		padding: 0;
	}
	.gg-content{
		width: 100% !important;
	}
	.nei-new-content h3{
		margin-top: 10px;
		padding-top: 0px;
		font-size: 18px;
	}
	.nei-new-num span{
		font-size: 14px;
	}
	.nei-new-num{
		margin-bottom: 5px;
	}
	.nei-new-img{
		width: 100%;
	}
	.proService-bg img{
		width: 230%;
    	height: 100vh;
	}
	.pro-jjBox{
		width: 100%;
	}
	.pro-jjBox-nav h3{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.pro-jjBox-nav p{
		font-size: 15px;
		line-height: 26px;
	}
	.pro-list{
		width: 100%;
		height: auto;
	}
	.pro-list ul{
		zoom: 1;
		margin-top: 55px;
	}
	.pro-list ul:after{
		display: block;
		content: '';
		clear: both;
	}
	.pro-list ul li{
		width: 33.333%;
		height: 46px;
		float: left;
		border-bottom: none;
		text-align: center;
	}
	.pro-list-title{
		position: relative;
		left: 0;
		top: 0;
		transform: translateY(0);
		width: 100%;
	}
	.pro-list-nav span{
		display: none !important;
	}
	.pro-list-title p{
		display: none !important;
	}
	.pro-list-title h3{
		font-size: 15px;
		font-weight: normal;
		line-height: 46px;

	}
	.proService {
    	margin-top: 55px;
	}
	.contact-banner{
		margin-top: 55px;
	}
	.proService-bg-mobile{
		display: block;
	}
	.proService-bg{
		display: none;
	}
	.home-parter-bottom{
		display: none;
	}
	.home-parter-nav ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.home-parter-nav ul li:nth-child(2n){
		margin-right: 0;
	}
	.home-parter-top{
		width: 100%;
		height: 130px;
		padding-top: 30px;
	}
	.home-parter-top p{
		font-size: 16px;
	}
	.home-parter-top span{
		font-size: 16px;
	}
	.home-parter-nav ul li:nth-child(5){
		width: 100%;
	}
	.home-parter-top span:before{
		height: 30px;
		left: -67px;
	}
	.f-logo{
		display: none;
	}
	.footer-top dl{
		display: none;
	}
	.footer-top{
		padding-top: 15px;
    	padding-bottom: 15px;
	}
	.foot-contact{
		width: 100%;
	}
	.home-kh-list li{
		margin-bottom: 6px;
	}
	.home-kh-list li:nth-child(6n){
		margin-right: 2%;
	}
	.home-kh-list li:nth-child(3n){
		margin-right: 0;
	}
	.foot-ewm{
		float: right;
		width: 120px;
	}
	.foot-ewm img{
		width: 100%;
	}
	.footer-bottom p{
		font-size: 12px;
		line-height: 22px;
	}
	.qylc-history .columns{
		height: 100%;
	}
	.ppmb-new{
		padding: 50px 20px 40px;
	}
	.qylc-history .owl-prev{
		display: none !important;
	}
	.qylc-history .owl-next{
		display: none !important;
	}
	.qylc-history-nav{
		padding: 0;
	}
	.serviceDetail{
		padding: 30px 0 40px;
	}
	.serviceDetail-nav{
		display: block;
		height: auto;
	}
	.serviceDetail-fl{
		width: 100%;
		line-height: initial;
	}
	.serviceDetail-fl img{
		max-width: 60%;
	}
	.serviceDetail-fr{
		width: 100%;
		padding: 20px 10px;
	}
	.serviceDetail-fr h3{
		font-size: 30px;
	}
	.serviceDetail-fr h4{
		font-size: 28px;
	}
	.serviceDetail-message{
		height: auto;
		font-size: 16px;
		overflow-y: auto;
		padding-right: 0;
	}
	.home-xm-list{
		height: 113px;
	}
	.fwxm-video{
		height: auto;
	}
	.lc-li01 li{ width:100%; margin-bottom:10px;}
	.ab-lc{ margin:30px 0; padding-top:20px;}
	.lc-li01 li h1{ font-size:18px;}
	.lc-li01 li p{ font-size:15px;}
	.time-line-box,.ys-Menubox ul li div p{ display:none;}
	.sm-js{ font-size:15px; padding-bottom:20px;}
	.sm-list dl{ width:100%; padding:15px; margin-bottom:10px; min-height:auto; padding-bottom:30px;}
	.sm-list dl dt{ font-size:18px;}
	.sm-list dl dt p{ margin-bottom:15px;}
	.sm-list dl dd{ font-size:14px;}
	.ab-mb{ padding:30px 0; margin-top:20px;}
	.sm-nr{ width:90%; padding:15px 15px 50px;}
	.sm-nr ul li{ width:100%; font-size:15px;}
	.ys-Menubox ul li{ width:19.5%;}
	.ys-Menubox ul li:after {border-width: 10px;margin-left: -5px;}
	.ys-Menubox{ padding-bottom:10px;}
	.ys-ti{ font-size:20px;}
	.ys-nr{ width:100%; font-size:14px; line-height:1.7;}
}

@-webkit-keyframes rotation{
0% {-webkit-transform: rotate(0deg);}
50% {-webkit-transform: rotate(360deg);}

}
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(15deg); -ms-transform: rotate(15deg);-webkit-transform: rotate(15deg);transform: rotate(15deg);}
50% { -moz-transform: rotate(-15deg); -ms-transform: rotate(-15deg); -webkit-transform: rotate(-15deg); transform: rotate(-15deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}

