﻿@charset "UTF-8";
body {
	font-family: "思源黑体 CN";
	font-size: 15px;
	color: #666666;
}

img {
	max-width: 100%;
} 
@font-face {
	font-family: "helev";
	src: url("../fonts/helev.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Regular";
	src: url("../fonts/Rationale-Regular.otf");
	font-weight: normal;
	font-style: normal;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear {
	clear: both;
} 

.footH {
	height: 50px;
	display: none;
}

.footFix {
	background: #fba807;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #000 !important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #000;
}

.fl {
	float: left;
        margin-bottom: 60px;
}

.fr {
	float: right;
        margin-top: 60px;
}  
.swiper-pagination-bullet-active{
	background: #ffaa07 !important;
}
.container.zhengwen{
	max-width: 1000px;
}

/*head 浮动菜单*/
.head-sub-menu{
	position: absolute;
	width: 100%; 
	left: 0;
	top: 85px;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.WebLink li:hover .head-sub-menu,
.WebLink li.open .head-sub-menu{
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.WebLink li:hover .head-sub-menu,
.WebLink li.open .head-sub-menu{
	z-index: 999;
}
.head-sub-menu .padtop{
	padding-top: 27px;
	transition: all .5s ease;
}
.head.fixedbg .head-sub-menu{
	top: 74px;
	transition: all .5s ease;
}
.head.fixedbg .head-sub-menu .padtop{
	padding-top: 18px;
	transition: all .5s ease;
}
.head-sub-menu-box{
	background: #fff;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	transition: all .5s ease;
}
/*
.head.fixedbg .head-sub-menu-box{
	background: rgba(255,255,255,0.96);
	transition: all .5s ease;
}
*/
.head-sub-menu-product{
	padding: 30px 0 35px;
}
.headProSwiper{
	width: 60%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding-bottom: 35px;
}
.headProSwiper .tit{
	font-size: 15px;
	line-height: 25px;
	color: #333333;
	margin-top: 18px;
	text-align: center;
	transition: all .5s ease;
}
.headProSwiper .swiper-slide:hover .tit{
	color: #fda907;
	transition: all .5s ease;
}
.head-sub-menu-about{
	text-align: center;
	line-height: 62px;
}
.head-sub-menu-about a{
	display: inline-block;
	margin: 0 20px;
	font-size: 15px;
	color: #555555;
}
.head-sub-menu-about a:hover{
	color: #ffaa07;
}
.head-sub-menu-about.lx a{
	float: right;
	display: block;
	margin: 0 0 0 50px;
}
.head-sub-menu-about.xw a{
	float: right;
	display: block;
	margin: 0 0 0 50px;
}
.head-sub-menu-about.xw a:first-child{
	margin-right: 110px;
}
.head-sub-menu-line{
	background: url(../images/head-bh-back.jpg) no-repeat top center;
	background-size: 100% 100%;
	padding: 54px 0 60px;
}
.head-sub-menu-line .container{
	max-width: 925px !important;
}
.head-sub-menu-line .link{
	width: 43.243243%;
	float: left;
	overflow: hidden;
	margin-top: 22px;
	margin-left: 30px;
}
.head-sub-menu-line .link a{
	width: 48.5%;
	font-size: 15px;
	color: #555555;
	line-height: 45px;
	float: left;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.head-sub-menu-line .link a:nth-of-type(2n+2){
	float: right;
}
.head-sub-menu-line .link a:hover{
	color: #ffaa07;
}
.head-sub-menu-line .pic{
	width: 40%;
	float: right;
	position: relative;
	right: -50px;
}
.head-sub-menu-app{
	padding: 38px 0 40px;
	text-align: center;
}
.head-sub-menu-app .lb{
	display: inline-block;
	margin: 0 26px;
}
.head-sub-menu-app .lb .ico{
	width: 78px;
	height: 78px;
	border-radius: 50%;
	border: 1px solid #dcdcdc;
	line-height: 76px;
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
}
.head-sub-menu-app .lb:hover .ico{
	border: 1px solid #ffaa07;
	transition: all .5s ease;
}
.head-sub-menu-app .lb .ico::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0;
	top: 0;
	border: 5px solid #ffaa07;
	transform: scale(1.2); 
	transition: all .5s ease;
}
.head-sub-menu-app .lb:hover .ico::after{
	transform: scale(1); 
	transition: all .5s ease;
}
.head-sub-menu-app .lb .tit{
	font-size: 15px;
	color: #333333;
	margin-top: 20px;
	transition: all .5s ease;
}
.head-sub-menu-app .lb:hover .tit{
	color: #ffaa07;
	transition: all .5s ease;
}
/*head 浮动菜单 end*/

/* head */
.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.headSearchWarp{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 9009;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.headSearchWarp.open{
	opacity: 1;
	visibility: visible; 
	transition: all .5s ease;
}
.headSearch{
	position: fixed;
	top: -151px;
	opacity: 0;
	visibility: hidden;
	left: 0;
	background: #fff;
	z-index: 90090;
	width: 100%;
	padding: 50px 0;
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .1);
	transition: all .5s ease;
}
.headSearch.open{
	opacity: 1;
	top: 0;
	visibility: visible;
	transition: all .5s ease;
}
.headSearch .container{
	max-width: 1000px;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.headSearch input[type=text]{
	border: none;
	height: 50px;
	width: 90%;
	padding: 0;
	text-indent: 10px;
	float: left;
}
.headSearch .hsm {
    width: 10%;
    float: left;
    height: 50px;
    background: url(../images/ss-ico.jpg) no-repeat right 15px center;
    text-align: right;
    border: none;
    outline: none;
    padding-right: 5px;
    line-height: 50px;
    cursor: pointer;
}
.closeHs{
	position: absolute;
	cursor: pointer;
	right: -15%;
	top: -30px;
}
.closeHs i{
	font-size: 38px;
	color: #f8b62c;
}
.closeHm{
	position: absolute;
	cursor: pointer;
	right: 50px;
	top: 30px;
	z-index: 9999;
}
.closeHm i{
	font-size: 28px;
	color: #f8b62c;
}

.head{
	width: 100%;
	padding: 20px 0; 
	z-index: 1009;     
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0);  
	transition: all .5s ease;
} 
.head.hiddens{
	position: fixed;
	top: -100px !important; 
	transition: all .5s ease;
}
.head.ny{
	position: relative;
	background: rgba(255,255,255,1);  
	transition: all .5s ease;
        margin-top: -20px;
}
.head.ny.sny{
	position: fixed;
}
.head .container{
	max-width: 1750px;
        margin-top: -10px;
}
.head.fixedbg{
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.9);
	padding: 10px 0;  
	box-shadow: 0 6px 15px 0 rgba(0, 0, 0, .2); 
	transition: all .5s ease;
}
.head.ny.fixedbg{
	background: rgba(255,255,255,0.96);
}
.head .Logo{
	float: left; 
}  
.head .Logo-hr{
	float: left;
	width: 1px;
	height: 44px;
	background: rgba(255,255,255,0.2);
	margin-left: 18px;
	margin-top: 18px;
}
.head.ny .Logo-hr{
	background: rgba(0,0,0,0.2);
}
.head .Logo-txt{
	float: left;
	font-size: 20px;
	color: #fda907;
	line-height: 25px;
	margin-left: 17px;
	margin-top: 26px;
}
.head.ny .Logo-txt{
	color: #fda907;
}
.head-other{
	overflow: hidden;
}
.head-right{
	float: right;
}
.WebLink{  
	margin-top: 5px; 
}
.WebLink li{
	float: left;
	margin-left: 46px;
}
.WebLink li:first-child{
	margin-left: 0;
}
.WebLink li > a{
	display: block;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
}
.head.ny li > a{
	color: #333333;
}
.WebLink li:hover > a,
.WebLink li.on > a{
	color: #fda907;
}
.head-yy{
	float: right;
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 2px;
	margin-right: 32px;
	line-height: 25px;
}
.head.ny .head-yy{
	color: #333;
}
.head-yy a{
	color: #fff;
}
.head.ny .head-yy a{
	color: #333;
}
.head-yy a:hover{
	color: #fda907 !important;
}
.head-search{
	float: right; 
	cursor: pointer; 
	margin-left: 42px;
}
.head-search i{ 
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}
.head.ny .head-search i{
	color: #fda907;
}
.head-tel{
	font-family: helev;
	font-size: 34px;
	color: #fda907;
	float: right; 
	line-height: 35px;
	position: relative;
	top: -4px;
}
.head-tel i{
	margin-right: 12px;
	font-size: 20px;
	position: relative;
	top: -1px;
}

/*SyTopVideo*/
.SyTopVideo{
	width: 100%;
	height: 100vh;
	background: url(../images/syvideoback.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}
.SyTopVideo .txt-box{
	position: absolute;
	z-index: 999;
	text-align: center;
	color: #fff;
	width: 100%;
	left: 0;
	top: 38%;
}
.SyTopVideo .txt-box .txt1{
	font-weight: bold;
	font-size: 54px;
	line-height: 70px;
}
.SyTopVideo .txt-box .txt2{
	font-size: 32px;
	line-height: 36px;
	margin-top: 30px;
}
.SyTopVideo .txt-box .txt3{
	font-size: 38px;
	line-height: 45px;
	margin-bottom: 25px;
}

/*indexProduct*/
.indexProduct{
	padding: 55px 0 58px;
	background: url(../images/syproback.jpg) no-repeat top center;
	background-size: cover;
}
.indexProduct .container{
	max-width: 1570px;
}
.syProSwiper{
	margin-top: 28px;
	position: relative;
	overflow: hidden;
	padding: 10px;
}
.sy-pro-list{
	background: #fff;
	text-align: center;
	padding: 35px 0 25px;
    transition: all .5s ease;
}
.sy-pro-list:hover{
	box-shadow: 0 0px 13px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease;
}
.sy-pro-list .pic{
	overflow: hidden;
}
.sy-pro-list .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.sy-pro-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-pro-list .tit{
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	color: #222222;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 35px 0 16px;
    transition: all .5s ease;
}
.sy-pro-list:hover .tit{
	color: #ffaa07;
    transition: all .5s ease;
}
.sy-pro-list .sub{
	font-size: 15px;
	color: #777777;
	line-height: 25px;
	padding: 0 15px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*indexSolution*/
.indexSolution{
	padding: 58px 0 52px;
}
.syJjfaSwiper{
	margin-top: 42px;
	overflow: hidden;
	position: relative;
	padding-bottom: 55px !important;
}
.sy-jjfa-list{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 32px;
}
.sy-jjfa-list .pic{
	overflow: hidden;
}
.sy-jjfa-list .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.sy-jjfa-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-jjfa-list .tit{
	font-weight: bold;
	font-size: 22px;
	color: #4f4f4e;
	line-height: 25px;
	margin-top: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-jjfa-list:hover .tit{
	color: #ffaa07;
    transition: all .5s ease;
}
.sy-jjfa-list .line{
	width: 21px;
	height: 2px;
	background: #ffaa07;
	margin: 22px 0;
}
.sy-jjfa-list .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-jjfa-list .more{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	margin-top: 30px;
    transition: all .5s ease;
}
.sy-jjfa-list:hover .more{
	color: #ffaa07;
    transition: all .5s ease;
}
.sy-jjfa-list .more i{
	font-size: 24px;
	position: relative;
	top: 3px;
	margin-right: 10px;
}

/*indexNews*/
.indexNews{
	padding: 56px 0 70px;
	background: #f3f3f3;
}
.indexNews .container{
	margin-top: 32px;
}
.sy-left-news{
	width: 38.451612903%;
	float: left;
	position: relative;
	overflow: hidden;
}
.sy-left-news img{
	transform: scale(1);
    transition: all .5s ease;
}
.sy-left-news:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-left-news::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	background: url(../images/black.png) no-repeat top center;
	background-size: cover;
	bottom: 0;
	left: 0;
}
.sy-left-news .info{
	position: absolute;
	bottom: 28px;
	width: 100%;
	left: 0;
	padding: 0 28px;
	z-index: 99;
}
.sy-left-news .info .time{
	font-family: arial;
	font-size: 15px;
	color: #fff;
}
.sy-left-news .info .tit{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	margin-top: 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-right-news{
	width: 58.387096774%;
	float: right;
}
.sy-right-news-top{
	background: #fff;
	overflow: hidden;
}
.sy-right-news-top .pic{
	width: 34.143646408%;
	float: left;
	overflow: hidden; 
}
.sy-right-news-top .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.sy-right-news-top:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.sy-right-news-top .info{
	width: 60.221%;
	float: left;
	margin-left: 24px;
	margin-top: 35px;
}
.sy-right-news-top .info .tit{
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-right-news-top:hover .info .tit{
	color: #ffaa07;
    transition: all .5s ease;
}
.sy-right-news-top .info .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin-top: 20px;
}
.sy-right-news-top .info .sub{
	font-size: 15px;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}
.sy-right-news-bottom{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    margin-top: 28px;
}
.sy-right-news-bottom .lb{
	width: 31.05%;
	border-bottom: 5px solid #d1d1d1;
	padding-bottom: 30px;
    transition: all .5s ease;
}
.sy-right-news-bottom .lb:hover{
	border-bottom: 5px solid #ffaa07;
    transition: all .5s ease;
}
.sy-right-news-bottom .lb .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-right-news-bottom .lb:hover .tit{
	color: #ffaa07;
    transition: all .5s ease;
}
.sy-right-news-bottom .lb .time{
	font-family: arial;
	font-size: 15px;
	color: #777777;
	margin: 12px 0 22px;
}
.sy-right-news-bottom .lb .sub{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*indexAbout*/
.indexAbout{
	padding: 58px 0 92px;
	background: #fff;
}
.indexAbout .container{
	margin-top: 45px;
}
.indexAbout .pic{
	width: 49.93548387%;
	float: left;
}
.sy-abt-cont{
	width: 44.83871%;
	float: right;
}
.sy-abt-cont .gs-name{
	font-size: 24px;
	color: #222222;
	line-height: 28px;
	margin-top: 20px;
}
.sy-abt-cont .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 26px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-abt-cont .shouyu-sy-more{
	margin: 55px 0 0 0;
	background: #ffaa07;
	border: 1px solid #ffaa07;
}
.sy-abt-cont .sub-lm{
	overflow: hidden; 
	margin-top: 75px;
}
.sy-abt-cont .sub-lm .lb{
	float: left;
	text-align: center;
	border-right: 1px solid #ebeaea;
	padding-right: 60px;
	margin-right: 60px;
}
.sy-abt-cont .sub-lm .lb:last-child{
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.sy-abt-cont .sub-lm .lb .ico{
	width: 80px;
	text-align: center;
	height: 80px;
	line-height: 78px;
	border-radius: 50%;
	border: 1px solid #dedede;
	color: #191919;
    transition: all .5s ease;
}
.sy-abt-cont .sub-lm .lb:hover .ico{
	background: #ffaa07;
	border: 1px solid #ffaa07;
	color: #fff;
    transition: all .5s ease;
}
.sy-abt-cont .sub-lm .lb .ico i{
	font-size: 28px;
}
.sy-abt-cont .sub-lm .lb p{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
    transition: all .5s ease;
}
.sy-abt-cont .sub-lm .lb:hover p{
	color: #ffaa07;
    transition: all .5s ease;
}

/*sy-tit*/
.shouyu-sy-tit{
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	color: #222222;
	line-height: 48px;
}
.shouyu-sy-line{
	width: 23px;
	height: 2px;
	background: #ffaa07;
	margin: 20px auto 0;
}
.shouyu-sy-sub{
	font-size: 16px;
	color: #555555;
	line-height: 26px;
	text-align: center;
	margin-top: 22px;
}
.shouyu-sy-more{
	display: block;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 44px;
	border: 1px solid #c9c9c9;
	font-size: 16px;
	color: #333333 !important;
	margin: 58px auto 0;
}
.shouyu-sy-more:hover{
	background: #ffaa07;
	border: 1px solid #ffaa07;
	color: #fff !important;
}
.shouyu-sy-more i{
	font-size: 22px;
	position: relative;
	top: 2px;
	margin-left: 12px;
    transition: all .5s ease;
}
.shouyu-sy-more:hover i{
	margin-left: 18px;
    transition: all .5s ease;
}

/*about*/
.about{
	padding: 70px 0 70px;
}
.about .cont{
	font-size: 15px;
	color: #555555;
	line-height: 26px;
}
.about .abt-top-tit{
	text-align: left;
}
.about .abt-top-line{
	margin: 28px 0 0 0;
}
.about-sub-left{
	width: 43.870967741%;
	float: left;
}
.about-sub-left .cont{
	margin-top: 32px;
	margin-bottom: 38px;
}
.about-sub-right{
	width: 45.032258064%;
	float: right;
}
.about-sub-right .abt-sp-play{
	position: relative;
	overflow: hidden;
}
.about-sub-right .abt-sp-play::after{
	content: "";
	position: absolute;
	width: 56px;
	height: 56px;
	background: url(../images/video-btn.png) no-repeat center center;
	z-index: 99;
	left: 50%;
	margin-left: -28px;
	top: 50%;
	margin-top: -28px;
}
.about-sub-right .abt-sp-play::before{
	position: absolute;
	content: "";
	width: 88px;
	height: 88px;
	z-index: 88;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	left: 50%;
	margin-left: -44px;
	top: 50%;
	margin-top: -44px;
	animation-play-state: running;
    animation: loader2 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}
.about-sub-right .cont{
	margin-top: 60px;
}
/*culture*/
.culture{
	padding: 75px 0 165px;
	background: #000;
	background-size: cover;
	background-attachment: fixed; 
}
.culture .abt-top-tit{
	color: #fff;
}
.culture .box{
	text-align: center;
	margin-top: 102px;
}
.culture .box .lb{
	width: 33.3333%;
	float: left;
}
.culture .box .lb .ico{
	width: 93px;
	height: 93px;
	text-align: center;
	line-height: 93px;
	color: #fff;
	margin: 0 auto;
	position: relative;
}
.culture .box .lb .ico::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/qywh-round.png) no-repeat center center;
	top: 0;
	left: 0;
	animation: rotate0 4s cubic-bezier(0.32, 0.31, 0.52, 0.51) infinite;
}
.culture .box .lb .ico i{
	font-size: 48px;
}
.culture .box .lb .t1{
	font-size: 18px;
	line-height: 25px;
	margin: 34px 0 16px;
	color: #fff;
}
.culture .box .lb .t2{
	font-size: 14px;
	color: #ffaa07;
	line-height: 25px;
}
/*history*/
.history{
	padding: 65px 0 115px;
	background: url(../images/history-back.jpg) no-repeat top center;
	background-size: cover;
}
.history-box{
	margin-top: 68px;
	position: relative;
	background: url(../images/history-line2.jpg) repeat-x top 81px center;
	background-size: 100% 1px;
}
.history .container{
	position: relative;
}
.historySwiper{
	position: relative;
	overflow: hidden;
	width: 79%;
	margin: 0 auto;
}
.historySwiper .year{
	text-align: center;
	font-family: "century gothic";
	font-size: 48px;
	line-height: 52px;
	color: #222222;
}
.historySwiper .dot{
	width: 100%;
	height: 19px;
	background: url(../images/history-dot.png) no-repeat center center;
	margin: 20px 0 28px;
}
.historySwiper .cont{
	background: #fff;
	border-radius: 5px;
	height: 180px;
	padding: 18px 12px;
	overflow: auto;
}
.historySwiper .cont p{
	padding-left: 12px;
	font-size: 14px;
	color: #555555;
	line-height: 22px; 
	background: url(../images/history-line.jpg) no-repeat left top 7px;
}
.historyN,
.historyP{
	margin-top: 0 !important;
	width: 56px !important;
	height: 56px !important;
	top: 53px !important;
}
.historyN{
	background: url(../images/history-next.png) no-repeat center center !important;
	right: 0 !important;
}
.historyP{
	background: url(../images/history-prev.png) no-repeat center center !important;
	left: 0 !important;
}

/*about-tit*/
.abt-top-tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333333;
}
.abt-top-line{
	width: 37px;
	height: 3px;
	background: #ffaa07;
	margin: 28px auto 0;
}

/*contact*/
.contact{
	padding: 68px 0 82px;
}
.contact .Th4{
	text-align: center;
	font-size: 32px;
	color: #222222;
	line-break: 36px;
}
.contact .Th6{
	font-size: 16px;
	color: #777777;
	line-height: 25px;
	margin-top: 22px;
	text-align: center;
}
.contact .box{
	background: #f4f4f4;
	margin-top: 50px;
	padding: 48px 68px 84px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
.contact .box .lb{
	line-height: 30px;
	font-size: 17px;
	color: #555555;
	border-bottom: 3px solid #ffaa07;
	min-height: 90px;
	padding-left: 30px;
} 
.contact .box .lb:nth-child(1){
	background: url(../images/c-dz.png) no-repeat left top 4px;
	width: 27%;
}
.contact .box .lb:nth-child(2){
	background: url(../images/c-dh.png) no-repeat left top 5px;
	width: 29%;
}
.contact .box .lb:nth-child(3){
	background: url(../images/c-yx.png) no-repeat left top 8px;
	width: 26%;
}
.contact .box .lb a{
	font-family: arial;
	color: #555;
}
.contact .box .lb a:hover{
	color: #ffaa07;
}
.maps{
	overflow: hidden;
	border: 1px solid #ededed;
	margin-top: 20px;
}
/* message */
.message{
	padding: 60px 0 100px;
	background: #f5f5f5;
}
.message .container{
	max-width: 1200px;
}
.msg-tit{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #363636;
}
.msg-line{
	width: 36px;
	height: 3px;
	background: #3676b6;
	margin: 30px auto 0;
}
.message .row{
	margin-top: 48px;
}
.message input[type=text]{
	width: 100%;
	padding: 0;
	height: 52px;
	border: 1px solid #dedede;
	outline: none;
	margin-bottom: 15px;
	text-indent: 32px;
	font-size: 15px;
	background-color: #f5f5f5;
    transition: all .5s ease;
}
.message .bt{ 
	background: url(../images/bt-ico.png) no-repeat top 12px left 16px;
}
.message input[type=text]:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(255, 170, 7, .4);
	transition: all .5s ease;
}
.message textarea{
	min-width: 100%; 
	max-width: 100%;
	min-height: 248px;
	max-height: 258px;
	border: 1px solid #dedede;
	outline: none;
	padding: 12px 32px;
	font-size: 15px;
	margin-bottom: 18px;
	background: none;
	transition: all .5s ease;
}
.message textarea:focus{ 
	box-shadow: 0px 0px 10px 0 rgba(255, 170, 7, .4);
	transition: all .5s ease;
}
.message .isCode{
	float: left;
}
.message .isCode input{
	float: left;
	width: 180px;
}
.message .isCode .code{
	float: left;
	height: 52px;
	border: 1px solid #ffaa07;
	width: 116px;
	font-size: 18px;
	font-family: arial;
	font-style: italic;
	background: #ffaa07;
	border-left: none;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.message input[type=button]{
	display: block;
	margin: 0 auto 0;
	width: 202px;
	height: 52px;
	background: #ffaa07;
	font-size: 18px;
	color: #fff;
	border: none;
	outline: none;
    transition: all .5s ease;
}
.message input[type=button]:hover{
	border-radius: 10px;
	box-shadow: 7px 5px 10px 0 rgba(255, 170, 7, .4);
    transition: all .5s ease;
}

/*serive1*/
.service1{
	padding: 75px 0 80px;
}
.service1 .Th3{
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.service1 .Th6{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 28px;
}
.service1 .cont{
	text-align: center;
	margin-top: 65px;
}
.service2{
	padding: 80px 0 100px;
	background: #f5f5f5;
	position: relative;
}
.service2::before{
	content: "";
	position: absolute;
	width: 22px;
	height: 13px;
	top: 0;
	left: 50%;
	margin-left: -11px;
	background: url(../images/service-sjx.png) no-repeat center center;
}
.serviceSwiper{
	position: relative;
	overflow: hidden;
}
.serviceSwiper .swiper-slide{
	background: #fff;
}
.serviceSwiper .swiper-slide .pic{
	overflow: hidden;
}
.serviceSwiper .swiper-slide .pic img{
	width: 100%;
}
.serviceSwiper .swiper-slide .info{
	padding: 30px 30px 26px;
}
.serviceSwiper .swiper-slide .info .tit{
	font-size: 22px;
	line-height: 28px;
	color: #222222;
}
.serviceSwiper .swiper-slide .info .sub{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 25px;
	height: 125px;
	overflow: auto;
	padding-right: 15px;
}

/*product*/
.product{
	padding: 75px 0 110px;
}
.product ul{
	overflow: hidden;
	padding-top: 1px;
}
.product ul li{
	float: left;
	width: 50%;
	border: 1px solid #e5e5e5;
	margin-top: -1px;
	padding: 45px 45px 75px 22px;
	overflow: hidden;
}
.product ul li:nth-of-type(2n+2){
	margin-left: -1px;
}
.product ul li .pic{
	width: 49.575070821%;
	float: left;
}
.product ul li .info{
	width: 47.875354107%;
	float: right;
}
.product ul li .info .tit{
	font-size: 28px;
	line-height: 32px;
	color: #333333;
	margin-top: 20px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.product ul li:hover .info .tit{
	color: #ffaa07;
	transition: all .5s ease;
}
.product ul li .info .sub{
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	margin-top: 30px;
	min-height: 90px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product ul li .info .ico{
	width: 48px;
	height: 48px;
	border: 1px solid #bababa;
	border-radius: 50%;
	text-align: center;
	line-height: 46px;
	color: #bababa;
	margin-top: 122px;
}
.product ul li:hover .info .ico{
	background: #ffaa07;
	border: 1px solid #ffaa07;
	color: #fff;
	transition: all .5s ease;
}
.product ul li .info .ico i{
	font-size: 28px;
	transition: all .5s ease;
}
/*productDe*/
.productDe-top{
	padding: 75px 0 85px;
	background: url(../images/prode-top-back.jpg) no-repeat top center;
	background-size: cover;
}
.productDe-top .imgShow{
	width: 46.451612903%;
	float: left;
	position: relative;
}
.proDeSwiper{
	overflow: hidden;
	position: relative;
	width: 68%;
	margin: 0 auto;
}
.productDe-top .Info{
	width: 38.71%;
	float: right;
	margin-right: 62px;
	margin-top: 90px;
}
.productDe-top .Info .title{
	font-weight: bold;
	font-size: 48px;
	color: #fff;
	line-height: 52px;
}
.productDe-top .Info .sub{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	margin-top: 30px;
	height: 150px;
	overflow: auto;
	padding-right: 15px;
}
.productDe-top .zx{
	display: block;
	font-size: 14px;
	color: #333333;
	width: 80px;
	height: 80px; 
	border-radius: 50%;
	background: rgba(255,255,255,0.9);
	text-align: center;
	margin-top: 65px;
	position: relative;
}
.productDe-top .zx:hover{
	color: #fff;
	background: rgba(255,170,7,0.9);
}
.productDe-top .zx::after{
	content: "";
	position: absolute;
	width: 105px;
	height: 105px;
	border: 1px dashed rgba(255,255,255,0.3);
	border-radius: 50%;
	left: -12px;
	top: -12px;
}
.productDe-top .zx:hover::after{
	border: 1px dashed rgba(255,170,7,0.9);
}
.productDe-top .zx i{
	font-size: 34px;
	line-height: 38px; 
	position: relative;
	top: 8px;
}
.productDe-top .zx p{
	margin-top: 8px;
}
.productTd{
	padding: 70px 0 52px;
	background: #f5f5f5;
}
.productTd .container{
	max-width: 1355px;
}
.productTd ul{
	margin-top: 60px;
}
.productTd ul li{
	overflow: hidden;
	margin-bottom: 42px;
}
.productTd ul li .pic{
	width: 41.328413284%;
	float: left;
}
.productTd ul li .info{
	width: 52.841328413%;
	float: right;
}
.productTd ul li .info .num{
	font-family: helev;
    font-size: 46px; 
    -webkit-text-stroke: 1px rgba(136,136,136,1);
    color: #f5f5f5;
	margin-top: 20px;
    line-height: 50px;
}
.productTd ul li .info .subtitle{
	font-size: 18px;
	color: #555555;
	line-height: 28px;
	margin: 0 0 35px;
}
.productTd ul li .info .line{
	width: 21px;
	height: 3px;
	background: #ffaa07;
}
.v-play{
	position: relative;
	cursor: pointer;
}
.v-play .title{
	position: absolute;
	z-index: 999;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 45px;
	color: #fff;
	padding: 0 15px;
	font-size: 16px;
}
.proDe-video-box{
	margin-top: 52px;
}
.v-play::after{
	content: "";  
    width: 150px;
    height: 150px;
    background: url(../images/icon_play.png) no-repeat center center;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    transition: all .3s ease;
}
.v-play::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
	z-index: 9;
}
.v-play img{
	width: 100%;
}
.l-p-v{
	width: 66.552020636%;
	float: left;
}
.r-p-v{
	width: 31.642304385%;
	float: right;
	overflow: hidden;
}
.r-p-v .lb{ 
	margin-bottom: 20px;
} 
.productPosui{
	padding: 60px 0 70px;
}
.productPosui .container{
	max-width: 1250px;
}
.productPosui ul{
	margin-top: 60px;
	overflow: hidden;
}
.productPosui ul li{
	width: 48.8%;
	float: left;
	margin-bottom: 26px;
}
.productPosui ul li:nth-of-type(2n+2){
	float: right;
}

.proDe-top-tit{
	font-size: 36px;
	color: #222;
	line-height: 40px;
	text-align: center;
}
.proTdSwiper{
	position: relative;
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 60px;
}
.proTdSwiper .swiper-slide{
	border: 1px solid #e3e1e2;
	padding: 28px 32px 45px;
}
.proTdSwiper .swiper-slide .num{
	font-family: helev;
    font-size: 46px; 
    -webkit-text-stroke: 1px rgba(51,51,51,1);
    color: #fff;
    line-height: 50px;
}
.proTdSwiper .swiper-slide .tit{
	font-size: 16px;
	color: #555555;
	line-height: 25px;
	margin-top: 20px;
	min-height: 50px;
}
.proTdSwiper .swiper-slide .line{
	width: 21px;
	margin-top: 12px;
	height: 3px;
	background: #ffaa07;
}
.productCanshu{
	padding: 70px 0 85px;
	background: #fff;
}
.productCanshu .content{
	margin-top: 45px;
}
.productCanshu .content table{
	width: 100%;
}
.productCanshu .content table td{
	border: 1px solid #eeeded;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
}
.productCanshu .content table tr:nth-of-type(2n+1) td{
	background: #ecf0f5;
}
.productCanshu .content table tr:nth-child(1) td{
	height: 54px;
	color: #333;
	background: #ffa315;
}
.productVideo{
	padding: 50px 0 75px;
}
.productVideo.app{
	padding: 0;
}
.productVideo.app .pro-item{ 
	float: none;
	margin: 0 auto 25px;
}
.productVideo .container{
	max-width: 1163px;
}
.productVideo .cont{
	background: #000;
	margin-top: 54px;
}
.productShow{
	padding: 64px 0 50px 0 ;
}
.proZsSwiper{
	margin-top: 45px;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.proZsSwiper .swiper-slide{
	border: 1px solid #e5e5e5;
}
.proZsSwiper .swiper-slide .pic{
	overflow: hidden;
}
.proZsSwiper .swiper-slide .pic img{
	width: 100%;
}
.proZsSwiper .swiper-slide .tit{
	border-top: 1px solid #e5e5e5;
	line-height: 61px;
	height: 62px;
	font-size: 16px;
	color: #333333;
	padding: 0 18px;
	position: relative;
    transition: all .5s ease;
}
.proZsSwiper .swiper-slide:hover .tit{
	background: #f1a107;
	color: #fff;
    transition: all .5s ease;
}
.proZsSwiper .swiper-slide .tit i{
	position: absolute;
	right: 18px;
	top: 0;
	color: #f1a107;
    transition: all .5s ease;
}
.proZsSwiper .swiper-slide:hover .tit i{
	color: #fff;
    transition: all .5s ease;
}
.productCase{
	padding: 68px 0 78px;
	background: #f1f1f1;
}
.proCaseSwiper{
	margin-top: 58px;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}
.proCaseSwiper .pic{
	border: 1px solid #e5e5e5;
}
.proCaseSwiper .tit{
	text-align: center;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
}
.productDown{
	padding: 60px 0 80px;
	background: #f1f1f1;
}
.productDown .container{
	max-width: 1050px;
}
.productDown ul{
	margin-top: 58px;
}
.productDown ul li{
	background: url(../images/catlogo-back.png) no-repeat top center;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 20px;
}
.productDown ul li .catLogo{
	width: 21%;
	float: left;
}
.productDown ul li .tit{
	width: 79%;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #333333;
	background: url(../images/pdf-ico.png) no-repeat top center;
	padding-top: 108px;
	margin-top: 78px;
}
.productDown ul li:hover .tit{
	color: #fa4e4e;
}

/*产品内页新*/
.proDeInfo{
	padding: 65px 0;
}
.proDeInfo .title{
	text-align: center;
	font-weight: bold;
	font-size: 48px;
	line-height: 52px;
	color: #000000;
}
.proDeInfo .subtitle{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	padding: 0 20%;
}
.proDeInfo .imgShow{
	position: relative;  
	overflow: hidden;
	margin: 70px auto 0;
}
.proDeN,
.proDeP{
	width: 21px !important;
	height: 41px !important;
	margin-top: -10.5px !important;
}
.proDeN{
	background: url(../images/prode-next.png) no-repeat center center !important;
	right: 10% !important;
}
.proDeP{
	background: url(../images/prode-prev.png) no-repeat center center !important;
	left: 10% !important;
}

/*video*/
.video{
	padding: 80px 0 108px;
}
.video-list{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 32px;
}
.video-list img{
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.video-list:hover img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.video-list .tit{
	line-height: 63px;
	position: absolute;
	z-index: 99;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8) url(../images/video-play-ico.png) no-repeat left 20px center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	padding: 0 28px 0 60px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* news */
.news{
	width: 100%;
	padding: 42px 0 70px;
}
.news ul{
	
}
.news ul li{
	width: 100%;
	position: relative; 
    transition: all .5s ease;
}
.news ul li:hover,
.news ul li.on{
	background: #fafafa;
    transition: all .5s ease;
}
.news ul li .container{
	position: relative; 
	z-index: 999;
}
.news ul li .time-box{
	width: 88px;
	height: 89px;
	background: #333333;
	color: #fff;
	text-align: center;
	font-family: arial;
	float: left;
	margin-top: 35px;
	position: relative; 
	z-index: 999;
}
.news ul li .time-box .day{
	font-size: 36px;
	line-height: 60px;
}
.news ul li .time-box .year{
	font-size: 16px;
}
.news ul li .cont{
	width: 91.40625%;
	float: right;
	padding: 35px 0 40px;
	position: relative;
}  
.news ul li .cont::before{
	content: "";
	position: absolute;
	height: 100%; 
	right: 0;
	width: 0;
	background: #fafafa;
	top: 0;
	z-index: 9;
    transition: all .5s ease;
}
.news ul li:hover .cont::before,
.news ul li.on .cont::before{ 
	right: -37%;
	width: 37%;
    transition: all .5s ease;
}
.news ul li .info{
	width: 71.367521367%;
	float: left;
	border-left: 1px solid #e8e8e8;
	padding-left: 23px; 
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 22px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .info .views{
	font-size: 15px;
	color: #999999;
	line-height: 20px;
	background: url(../images/views-ico.png) no-repeat left center;
	padding-left: 26px;
	margin-top: 20px;
}
.news ul li .info .views span{
	font-family: arial;
	color: #999;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 26px;
	min-height: 52px;
	height: 52px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
}
.news_btn{
	margin-top: 32px;
}
.news ul li .pic{
	width: 18.5%;
	float: right; 
}
.news ul li .pic img{
	display: block;
	width: 100%;
}

/* newsDe */
.newsDe{
	width: 100%;
	padding: 55px 0 60px;
}
.newsDe .topTit{
	width: 100%;
	border-bottom: 1px solid #e8e7e7;
	padding-bottom: 30px;
	text-align: center;
}
.newsDe .topTit .Th2{
	font-size: 36px;
	line-height: 40px;
	color: #333333;
}
.newsDe .topTit .key{
	font-size: 15px;
	color: #333333;
	margin-top: 25px;
}
.newsDe .topTit .key a{
	font-family: arial;
	color: #333;
}
.newsDe .content{
	font-size: 15px;
	color: #555555;
	line-height: 25px;
	margin-top: 38px;
}
.defy{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e8e7e7;
	padding-top: 42px;
	margin-top: 40px;
}
.defy .sxy{
	width: 70%;
	float: left;
}
.defy .sxy a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 35px;
	height: 35px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.defy .sxy a:hover{
	color: #ffaa07;
}
.defy .return{
	float: right;
	display: block;
	width: 141px;
	line-height: 45px;
	background: #ffaa07;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 7px;
	border: 2px solid #ffaa07;
}
.defy .return:hover{
	background: #fff;
	color: #ffaa07;
}

/*application*/
.application{
	padding: 65px 0 100px;
}
.application .pdg{
	padding: 0 13px;
}
.app-list{
	margin-bottom: 32px;
}
.app-list .pic{
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.app-list .pic img{
	transform: scale(1);
    transition: all .5s ease;
}
.app-list:hover .pic img{
	transform: scale(1.12);
    transition: all .5s ease;
}
.app-list .tit{
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.app-list:hover .tit{
	color: #f1a107;
    transition: all .5s ease;
}

/*line*/
.line-system{
	padding: 65px 0 120px;
}
.line-system .title{
	text-align: center;
	line-height: 48px;
	color: #000000;
	font-size: 42px;
	font-weight: bold;
}
.line-system .cont{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top: 52px;
}

/*lineShebei*/
.lineShebei{
	padding: 64px 0 30px;
	background: #f5f5f5;
}
.lineShebei .row{
	margin-top: 68px;
}
.xgsb-list{
	margin-bottom: 60px;
	overflow: hidden;
}
.xgsb-list .pic{
	width: 48.61%;
	border: 1px solid #e5e5e5;
	float: left;
}
.xgsb-list .info{
	width: 42%;
	float: right;
}
.xgsb-list .info .tit{
	font-size: 24px;
	color: #222222;
	margin: 8px 0 20px;
	line-height: 28px;
}
.xgsb-list .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	height: 224px;
	overflow: auto;
	padding-right: 10px;
}

/* 公共按钮 */
.common_btn{overflow:hidden;}
.common_btn .btn_more{display:inline-block;text-align:center; font-size:14px; border:1px solid #ffaa07; color:#ffaa07; padding:10px 30px; position:relative;}
.common_btn .btn_more span{display:inline-block; opacity:0;filter:alpha(opacity=0); -webkit-transform:translate3d(0,-10px,0); transform:translate3d(0,-10px,0);-webkit-transition:-webkit-transform .3s,opacity .3s;transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1);transition-timing-function:cubic-bezier(.75,0,.125,1);vertical-align:0}
.common_btn .btn_more:hover{background:#ffaa07; cursor:pointer; color:#fff;}
:root .common_btn .btn_more:before { content:attr(c-text); color:#ffaa07; position:absolute; top:10px; left:13px; width:80%; height:100%; -webkit-transition:-webkit-transform .3s, opacity .3s; transition:transform .3s,opacity .3s;-webkit-transition-timing-function:cubic-bezier(.75,0,.125,1); transition-timing-function:cubic-bezier(.75,0,.125,1);}
:root .common_btn .btn_more:hover:before {opacity:0; filter:alpha(opacity=0); -webkit-transform:translate3d(0,100%,0); transform:translate3d(0,100%,0);}
.common_btn .btn_more:hover span {z-index:2; color:#fff; opacity:1; filter:alpha(opacity=100); -webkit-transform:translate3d(0,0,0); transform:translate3d(0,0,0); display:inline-block;}
.common_btn .btn_more:hover>span:nth-child(1) { -webkit-transition-delay:45ms; transition-delay:45ms;}
.common_btn .btn_more:hover>span:nth-child(2) { -webkit-transition-delay:.09s; transition-delay:.09s;}
.common_btn .btn_more:hover>span:nth-child(3) { -webkit-transition-delay:.135s; transition-delay:.135s;}
.common_btn .btn_more:hover>span:nth-child(4) {-webkit-transition-delay:.18s; transition-delay:.18s;}
.common_btn .btn_more:hover>span:nth-child(5){-webkit-transition-delay:.225s;transition-delay:.225s}
.common_btn .btn_more:hover>span:nth-child(6){-webkit-transition-delay:.27s;transition-delay:.27s}
.common_btn .btn_more:hover>span:nth-child(7){-webkit-transition-delay:.315s;transition-delay:.315s}
.common_btn .btn_more:hover>span:nth-child(8){-webkit-transition-delay:.36s;transition-delay:.36s}
.common_btn .btn_more:hover>span:nth-child(9){-webkit-transition-delay:.405s;transition-delay:.405s}
.common_btn .btn_more:hover>span:nth-child(10){-webkit-transition-delay:.45s;transition-delay:.45s} 

/*Nybanner*/
.Nybanner{
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}
.Nylocation{
	border-bottom: 1px solid #e9e9e9;
}
.Nylocation.de{
	border-top: 1px solid #e9e9e9;
}
.Nylocation .now-lm{
	float: left;
}
.Nylocation .now-lm a{
	display: block;
	float: left;
	position: relative;
	line-height: 59px;
	font-size: 15px;
	color: #333333;
	margin-left: 44px;
}
.Nylocation .now-lm a:hover,
.Nylocation .now-lm a.on{
	color: #ffaa07;
}
.Nylocation .now-lm a::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 13px;
	background: #d7d7d7;
	top: 50%;
	right: -21px;
	margin-top: -6.5px;
}
.Nylocation .now-lm a:last-child::after{
	display: none;
}
.Nylocation .now-lm a:first-child{
	margin-left: 0;
}
.Nylocation .now-lm a::before{
	content: "";
	position: absolute; 
	height: 2px;
	background: #ffaa07;
	left: 0;
	bottom: -1px;
	width: 20%;
	opacity: 0;
    transition: all .5s ease;
}
.Nylocation .now-lm a:hover::before,
.Nylocation .now-lm a.on::before{
	opacity: 1;
	width: 100%;
    transition: all .5s ease;
}
.Nylocation .now-wz{
	float: right;
}
.Nylocation .now-wz.fl{
	float: left;
}
.Nylocation .now-wz a{
	float: left;
	display: block;
	line-height: 59px;
	font-size: 15px;
	color: #333333;
}
.Nylocation .now-wz a:hover{
	color: #f1a107;
}
.Nylocation .now-wz a.home{
	width: 18px;
	background: url(../images/home-ico.png) no-repeat center center;
}
.Nylocation .now-wz a.z{
	margin-left: 16px;
	padding-left: 16px;
	background: url(../images/sjx1.png) no-repeat left center;
}
.now-lm-line{
	float: left;
	line-height: 59px;
	position: relative;
	width: 225px;
	font-size: 15px;
	color: #f1a107;
	cursor: pointer;
}
.now-lm-line i{
	float: right;
}
.now-lm-line .link{
	position: absolute;
	left: 0;
	background: #fff;
	border: 1px solid #e9e8e8;
	border-top: 3px solid #ee9f07;
	top: 78px;
	visibility: hidden;
	opacity: 0;
	width: 100%; 
	text-indent: 22px;
	padding: 20px 5px;
	transition: all .5s ease;
}
.now-lm-line:hover .link{
	opacity: 1;
	visibility: visible;
	top: 58px;
	transition: all .5s ease;
}
.now-lm-line .link a{
	display: block;
	line-height: 38px;
	font-size: 15px;
	color: #555555;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.now-lm-line .link a:hover{
	color: #f1a107;
}

/*footer*/
footer{
/*	background: url(../images/foot-back.jpg) no-repeat top center;*/
	background: #000;
	background-size: cover;
	padding: 85px 0 0 0;
}
.foot-top{
	padding: 0 0 90px 0;
}
.foot-lx{
	float: left;
}
.foot-lx p{
	padding-left: 28px;
	font-size: 15px;
	color: #fff;
	line-height: 38px;
}
.foot-lx p.dz{
	background: url(../images/f-dz.png) no-repeat left center;
}
.foot-lx p.dh{
	background: url(../images/f-dh.png) no-repeat left center;
}
.foot-lx p.cz{
	background: url(../images/f-cz.png) no-repeat left center;
}
.foot-lx p.yx{
	background: url(../images/f-yx.png) no-repeat left center;
}
.foot-lx p a{
	font-family: arial;
	color: #fff;
}
.foot-lx h4{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	margin-bottom: 25px;
}
.foot-ewm{
	float: left;
	overflow: hidden;
	margin-top: 35px;
	margin-left: 0;
}
.foot-ewm .ewm{
	float: left;
	width: 100px;
	text-align: center;
	margin-left: 42px;
}
.foot-ewm .ewm:nth-child(1){
	margin-left: 0;
}
.foot-ewm .ewm p{
	font-size: 15px;
	color: #adacac;
	padding-left: 0;
	line-height: 20px !important;
	margin-top: 20px !important;
}
.foot-lm{
	float: right;
	overflow: hidden;
}
.foot-lm .item{
	float: left;
	margin-left: 94px;
}
.foot-lm .item:nth-child(1){
	margin-left: 0;
}
.foot-lm .item h4{
	font-size: 20px;
	line-height: 25px;
	color: #fff;
}
.foot-lm .item .link{
	margin-top: 26px;
}
.foot-lm .item .link a{
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 40px;
	height: 40px;
}
.foot-lm .item .link a:hover{
	color: #fff;
}
.foot-lm .item .link.on{
	width: 360px;
}
.foot-lm .item .link.on2{
	width: 180px;
}
.foot-lm .item .link.on a{
	float: left;
	width: 48%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.foot-lm .item .link.on a:nth-of-type(2n+2){
	float: right;
}
.foot-copy{
	border-top: 1px solid #131212;
	line-height: 60px;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999;
}
.foot-copy a:hover{
	color: #fff;
}

/* MB - PC */
.isPc {
	display: block;
}

.isMobile{
	display: none !important;
}

/* 滚动  */
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}

/*page*/
/*分页*/
.mypages{clear:both;margin:20px 0px 20px 0px;text-align: center;height:40px;line-height:40px;}
.mypages ul{display:inline-block;margin:0 auto;}
.mypages li{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:#FFF;cursor:pointer;}
.page-num{padding:0 15px;line-height:30px;display:inline-block;font-size:14px;border:1px solid #ddd;border-radius: 5px;margin: 0 3px;float:left;background-color:#FFF;cursor:pointer;}
.page-num-current,.page-num-current a,.page-num-current a:hover{color:#fff;background-color:#38b549;}

.bsBox {
	width: auto !important;
	height: auto !important;
}

/*Webkit,Opera9.5+,Ie9+*/
::selection {
	background: #4d83b1;
	color: #fff;
}

/*Mozilla Firefox*/
::-moz-selection {
	background: #4d83b1;
	color: #fff;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 5px;
	height: 16px;
	background-color: #fff; 
} 

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: rgba(253, 169, 7, 1);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(253, 169, 7, 1);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(253, 169, 7, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
.sroll_top {
	right: 0.8%;
	bottom: 6%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 1000;
}
@keyframes loader2 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes rotate0 {
	0% {
		transform: rotate(0deg); 
	} 
	100% {
		transform: rotate(359deg);
	} 
}

.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 50%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	border-radius: 5px;
	top:18%; 
	background: #fff;
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: relative;
    right: -64px;
    top: -29px;
	color: #fff;
}
.prodebox .prodeclose i{
	color: #fff;
}
.prodebox .content{
	width:98%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.prodebox .people{
	overflow: hidden;
	margin-top: 24px;
}
.prodebox .people img{
	display: block;
	width: 160px;
	height: 160px;
	float: left;
	border-radius: 100%;
	margin-right: 25px;
}
.prodebox .people .name{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bold;
	color: #1d1d1d;
	line-height: 22px;
	padding-top: 38px;
}
.prodebox .people .class{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #1d1d1d;
	line-height: 20px; 
}
.prodebox .contNr{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #3f3e3e;
	line-height: 36px;
	margin-top: 20px;
}
.prodebox .contNr video{
	height: 400px;
}
.icon-close:before { content: "\eaf2"; font-size: 32px; color: #fff; }

.wz-web-search{
	padding: 50px 0 100px;
}
.wz-web-search li{
	border-bottom: 1px solid #ddd;
	padding: 30px 0; 
    transition: all .5s ease;
}
.wz-web-search li:hover{
	background: #f28409;
	padding: 30px;
    transition: all .5s ease;
}
.wz-web-search li .tit .t1{
	font-size: 22px;
	color: #333;
    transition: all .5s ease;
}
.wz-web-search li:hover .tit .t1{
	color: #fff;
    transition: all .5s ease;
}
.wz-web-search li .url{
	font-size: 14px;
	margin-top: 10px;
	color: #f28409;
    transition: all .5s ease;
}
.wz-web-search li:hover .url{
	color: #fff;
    transition: all .5s ease;
}

/*indexAdvantage*/
.indexAdvantage{
	padding: 100px 0 160px;
	background: url(../images/sy-ys-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexAdvantage .shouyu-sy-tit{
	color: #fff;
	text-align: left;
}
.indexAdvantage .shouyu-sy-line{
	margin: 26px 0 0 0;
}
.sy-ys-cont{
	width: 35%;
	max-width: 505px;
	overflow: hidden;
	margin-top: 75px;
}
.sy-ys-cont .lb{
	width: 50%;
	float: left;
	margin-bottom: 38px;
	text-align: center;
}
.sy-ys-cont .lb .ico{
	line-height: 60px;
}
.sy-ys-cont .lb .num{
	line-height: 60px;
	font-family: helev;
	font-size: 64px;
	color: #f1a107;
}
.sy-ys-cont .lb .num sup{
	font-size: 24px;
	margin-left: 4px;
	position: relative;
	top: -40px;
}
.sy-ys-cont .lb .tit{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 20px;
}
.phone-weixin{
	position: fixed;
	z-index: 999; 
	cursor: pointer;
	bottom: 40%;
	right: 20px;
}
.phone-weixin i{
	font-size: 38px;
	color: #28c445;
}
.phone-dh{
	position: fixed;
    z-index: 999;
    cursor: pointer;
    bottom: 34%;
    right: 20px;
    width: 38px;
    height: 38px;
    background: #fba807;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}
.phone-dh i{
	font-size: 25px;
    color: #28c445;
    /* background: #28c445; */
    border-radius: 100%;
    color: #fff; 
}
.phone-wx-back{
	position: fixed;
	z-index: 1001;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.phone-wx-back.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.phone-wx-info{
	width: 18%;
	padding: 15px;
	left: 50%;
	margin-left: -9%;
	position: fixed;
	z-index: 1222;
	top: 30%;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
    transition: all .5s ease;
}
.phone-wx-info.open{
	opacity: 1;
	visibility: visible;
    transition: all .5s ease;
}
.phone-wx-info .pwc{
	position: absolute;
	font-size: 18px;
	color: #000;
	right: 15px;
	top: 10px;
}
.phone-wx-info .ico img{
	width: 40px;
}
.phone-wx-info .txt1{
	font-size: 20px;
	color: #333;
	line-height: 25px;
	font-weight: bold;
	margin: 20px 0;
}
.phone-wx-info .txt2{
	font-size: 15px;
	line-height: 30px;
	color: #666;
}
.phone-wx-info .txt3{
	background-color: #1aad17;
    border-radius: 5px;
    width: 55%;
    height: 40px;
	line-height: 40px; 
	color: #fff;
	margin: 25px auto 0;
	line-height: 40px;
}