body {
	font-family: '微软雅黑';
	color: #333;
	font-size: 16px;
}

img {
	max-width: 100%;
}

/*fonts*/
/*fonts*/
@font-face {
	font-family: 'HelveticaNeueLT-MediumCond';
	src: url('HelveticaNeueLT-MediumCond.eot');
	src: local('HelveticaNeueLT-MediumCond'),
		local('HelveticaNeueLT-MediumCond'),
		url('HelveticaNeueLT-MediumCond.woff') format('woff'),
		url('HelveticaNeueLT-MediumCond.ttf') format('truetype'),
		url('HelveticaNeueLT-MediumCond.svg#HelveticaNeueLT-MediumCond') format('svg');
}
/*menus*/
.menus{
	width: 100%;
	padding: 23px 0 20px 0;
	transition: all .5s ease;
    z-index: 100;
    background: #fff;
}
.menus.fixedbg{
	position: fixed !important;
    opacity: 0.9;
    background: #fff;
    z-index: 8888;
    transition: all .5s ease;
}
.menus .Logo{
	padding: 3px 0 0 0;
	float: left;
}
.menus .Logo img{
	float: left;
}
.menus .Logo a{
	display: block;
	color: #222;
}
.menus .Logo p{
	float: left;
	font-size: 24px;
	font-weight: bold;
	padding-left: 13px;
	line-height: 24px;
	color: #333;
}
.menus .Logo p span{
	display: block;
	font-family: arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
}
.WebLink{
	float: left;
	margin-left: 10.988372%;
	margin-top: 16px;
}
.WebLink li{
	float: left;
	position: relative;
	margin-left:56px;
}
.WebLink li > a{
	color: #333;
	font-size: 16px;
	display: block;
	transition: all .5s ease;
}
.WebLink li.on > a, .WebLink li:hover > a{
	color: #f4692e;
}
.WebLink li:first-child{
	margin-left:0;
}
.WebLink li:hover > a, .WebLink li.on > a{
	display: block;
	transition: all .5s ease;
}
.language{
	float: left;
	margin-top: 12px;
	margin-left: 2%;
}
.head-language{
	color: #777777;
	font-size: 14px;
    width: 98px;
    height: 30px;
    position: relative;
    border: #e5e5e5 solid 1px;
    border-radius: 30px;
    line-height: 29px;
    text-align: center;
    float: left;
    transition: all .5s ease;
    background: rgba(255,255,255,0);
}
.head-language:hover{
	border-radius: 0;
	transition: all .5s ease;
	border-bottom: none;
}
.head-language .text{
	font-size:14px;
	color: #777777;
}
.head-language i.arrow{
	width: 13px;
    height: 9px;
    background: url(../images/nav.png) 0 0 no-repeat;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    overflow: hidden;
    position: relative;
    top: -1px;
    margin-left: 10px;
    display: inline-block;
}
.head-language a{
	position: absolute;
	width: 100%;
	line-height: 28px;
	display: block;
	text-align: center;
	text-indent: 0; 
	font-family: arial;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.head-language:hover a{
	opacity: 1;
	visibility: visible;
	top: 30px;
	color: #777777;
	transition: all .5s ease;
	border: #e5e5e5 solid 1px
}
.head-language a:hover{
	background: #f4692e;
	color: #fff;
}
.head-tel{
	float: left;
	line-height: 70px;
	margin-left: 0%;
	width: 10%;
}
.head-tel .tel-icon{
	font-size: 14px;
	line-height: 18px;
	text-align: right;
}
.head-tel .tel-icon img{
	padding-right: 7px;
}
.head-tel a{
	font-family: arial;
	font-size: 24px;
	line-height: 28px;
	color: #f36a2e;
	display: block;
	text-align: right;
}
/*下拉*/
.menus .WebLink li .yb-sub-lm{
	width: 224px;
	position: absolute;
	left: 50%;
	margin-left: -84px;
	z-index: 9999;
	top: 54px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.menus .WebLink li:hover .yb-sub-lm{
	top: 24px;
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
}
.yb-sub-lm .lm-line{
	width: 100%;
	height: 37px;
}
.yb-sub-lm .lm-a{
	overflow: hidden;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	background: #f4692e;
	line-height: 43px !important;
}
.yb-sub-lm .lm-a a{
	display: block !important;
	font-size: 14px !important;
	padding: 0 0 0 50px !important;
	margin-bottom: 9px;
	color: #fff;
} 
.yb-sub-lm .lm-a a:hover{
	color: #333333;
	background: #fff;
}
/*新增20200304*/
.yb-sub-lm .lm-a{
	overflow: visible;
}
.yb-sub-lm .lm-a .item{
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	height: 42px;
	line-height: 42px !important;
	padding: 0 8px !important;
	position: relative;
	z-index: 99;
} 
.yb-sub-lm .lm-a .item>.list{
	position: absolute;
	width: 150px;
	transition: all .8s ease 0s;
	transform: translateX(-20px);
	display: none;
	top: 0;
	left: 164px;
	background: #fff;
	z-index: 999;
}
.yb-sub-lm .lm-a .item:hover>.list{
	display: block;
	transform: translateX(0px);
}
.yb-sub-lm .lm-a .item:hover>.list:hover{
	display: block;
}
.yb-sub-lm .lm-a .item .list a{
	display: block !important;
	text-align: center !important;
	font-size: 14px !important;
	line-height: 22px !important;
	padding: 10px 8px !important;
	border-bottom: 1px solid #eeeeee;
} 
.yb-sub-lm .lm-a .item .list a:hover{
	color: #edbf5d;
}
.clear {
	clear: both;
}
.footH {
	height: 50px;
	display: none;
}
.footFix {
	background: #f2622c;
	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;
	font-size: 16px;
	color: #ffffff !important;
}
.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}
/*index*/
.indexBanner{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#banner1{
	width: 100%;
}
#bannerbp{
	left: -37.5%;
	bottom: 90px;
}
#bannerbp .swiper-pagination-bullet{
	background: url(../images/bannerbp.png) no-repeat;
	width: 24px;
	height: 24px;
	margin: 0 7px !important;
}
#bannerbp .swiper-pagination-bullet-active{
	background: url(../images/bannerbpactive.png) no-repeat;
	width: 24px;
	height: 24px;
	
}
/*iProduct*/
.iProduct{
	width: 100%;
	margin: 0 auto;
	background: url(../images/productbg.png) no-repeat left top;
	
	padding: 72px 0 112px 0;
}
.iProduct_tit{
	font-size: 42px;
	color: #222222;
	padding-left: 10.2604%;
}
.iProduct_tit span{
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
	padding-top: 24px;
	padding-bottom: 30px;
}
/*hd*/
.iProduct_hd{
	padding-left: 10.2604%;
	text-align: left;
	position: relative;
}
#iproducthd{
	width: 81.268179%;
	margin-left: 0;
}
#iproducthd .swiper-wrapper{
	padding-bottom: 11px;
}
#iproducthd .swiper-slide{
	width: 199px !important;
	padding: 0 13px;
	border-right: 1px solid #efefef;
	text-align: center;
	position: relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-bottom: 15px;
}
#iproducthd .swiper-slide:hover, #iproducthd .swiper-slide.on{
	background-image: linear-gradient(180deg, rgba(243, 100, 47, 1) 0%, rgba(250,157,44,1) 100%);
	color: #fff;
	font-size: 16px;
}
#iproducthd .swiper-slide::after{
	position: absolute;
	content: "";
	left: 50%;
	bottom: -11px;
	background: url(../images/iProduct_info_li.png) no-repeat;
	width: 20px;
	height: 11px;
	margin-left: -10px;
	display: none;
}
#iproducthd .swiper-slide:hover::after, #iproducthd .swiper-slide.on::after{
	display: block;
}
#iproducthd .swiper-slide .txt{
	padding-top: 76px;
}
#iproducthd .swiper-slide .txt1{
	background: url(../images/producticon1b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt1, #iproducthd .swiper-slide.on .txt1{
	background: url(../images/producticon1.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt2{
	background: url(../images/producticon2b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt2, #iproducthd .swiper-slide.on .txt2{
	background: url(../images/producticon2.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt3{
	background: url(../images/producticon3b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt3, #iproducthd .swiper-slide.on .txt3{
	background: url(../images/producticon3.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt4{
	background: url(../images/producticon4b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt4, #iproducthd .swiper-slide.on .txt4{
	background: url(../images/producticon4.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt5{
	background: url(../images/producticon5b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt5, #iproducthd .swiper-slide.on .txt5{
	background: url(../images/producticon5.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt6{
	background: url(../images/producticon6b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt6, #iproducthd .swiper-slide.on .txt6{
	background: url(../images/producticon6.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide .txt7{
	background: url(../images/producticon7b.png) no-repeat center top 13px;
}
#iproducthd .swiper-slide:hover .txt7, #iproducthd .swiper-slide.on .txt7{
	background: url(../images/producticon7.png) no-repeat center top 13px;
}
#iproductN{
	background: url(../images/rightarrow-r.png) no-repeat left center;
	width: 56px;
	height: 56px;
	top: 0;
	right: 11.5697%;
	margin-top: 60px;
    background-size: 85%;

}
#iproductP{
	background: url(../images/rightarrow-l.png) no-repeat left center;
	width: 56px;
	height: 56px;
	top: 0;
	left: auto;
	right: 11.5697%;
	margin-top: 10px;
	background-size: 85%;
}
/*bd*/
.iProduct_bd{
	width: 100%;
	padding-top: 47px;
	padding-left: 10.2604%;
}
.iProduct_bd ul{
	position: relative;
}
.iProduct_bd .iprobd-con{
	margin-left: 9.651162%;
}
.iprobd-con .swiper-wrapper{
	
}
.iprobd-con .swiper-slide{
	width: 375px !important;
	background: #f5f5f5;
	text-align: center;
	margin-right: 19px;
	padding: 31px 0 0px 0;
}
.iprobd-con .swiper-slide .pic{
	position: relative;
	overflow: hidden;
	padding-bottom: 70px;
}
.iprobd-con .swiper-slide .pic img{
	transform: scale(1);
	transition: all .5s ease;
	max-width: 279px;
	height: 193px;
}
.iprobd-con .swiper-slide:hover .pic img{
	transform: scale(1.15);
	transition: all .5s ease;
}
.iprobd-con .swiper-slide .pic .txt{
	position: absolute;
	color: #fff;
	line-height: 45px;
	background: #f36a2e url(../images/rightarrow.png) no-repeat right 15px center;
	padding-left: 19px;
	bottom: 16px;
	left: 16px;
	padding-right: 63px;
	transition: all .5s ease;
}
.iprobd-con .swiper-slide:hover .pic .txt{
	background: #f36a2e url(../images/rightarrow.png) no-repeat right 8px center;
	transition: all .5s ease;
}
.iprobd-P{
	background: url(../images/rightarrow-l.png) no-repeat left center !important;
	width: 56px !important;
	height: 56px !important;
	left: 3.5% !important;
}
/*iAdvantage*/
.iAdvantage{
	width: 100%;
	margin: 0 auto;
	background: #2a2829;
	overflow: hidden;
}
.iAdvantage_info{
	width: 100%;
	overflow: hidden;
}
.iAdvantage_info_l{
	float: left;
	width: 50%;

}
.iAdvantage_info_r{
	width: 50%;
	float: left;
	background: #2a2829  url(../images/advantage_bg.png) no-repeat right;
	padding: 59px 11.35% 40px 4.3958%;
	background-position: 100% 0%;
}

.iAdvantage_info_r .tit1{
	font-size: 42px;
	line-height: 48px;
	color: #fff;
}
.iAdvantage_info_r .tit2{
	color: rgba(255,255,255,0.7);
	line-height: 30px;
	padding-top: 28px;
}
.iAdvantage_info_r .box{
	width: 100%;
	padding-top: 66px;
	overflow: hidden;
}
.iAdvantage_info_r .box .item{
	float: left;
	width: 32.3333%;
	margin: 0 0.5%;
	float: left;
	text-align: center;
	margin-bottom: 39px;
}
.iAdvantage_info_r .box .item span{
	text-align: center;
	display: block;
	color: #fff;
	line-height: 30px;
	padding-top: 12px;
}
/*iCase*/
.iCase{
	width: 100%;
	margin: 0 auto;
	background: #f8f8f8 url(../images/casebg.png) no-repeat bottom;
	padding-bottom: 83px;
	position: relative;
}
.iCase::before{
	position: absolute;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	right: 32.1875%;
	background: #dcdcdc;
}
.iCase::after{
	position: absolute;
	display: block;
	content: "";
	width: 538px;
	height: 553px;
	top: 112px;
	left: 35.729166%;
	background: url(../images/caseimg-pic.jpg) no-repeat;
}
.iCase_tit{
	font-size: 42px;
	color: #222;
	line-height: 48px;
	overflow: hidden;
	padding: 94px 0 0 0;
}
.iCase_info{
	width: 100%;
	margin: 0 auto;
	padding: 87px 0 0 0;
}
.iCase_info_bd{
	width: 26.377952%;
	float: left;
}
.iCase_info_bd ul{
	
}
.iCase_info_bd ul .tit1{
	font-size: 28px;
	line-height: 30px;
	color: #222;
}
.iCase_info_bd ul .tit2{
	font-size: 16px;
	line-height: 30px;
	padding: 11px 0 0 0;
	color: #777;
}
.iCase_info_bd ul .tit3{
	font-size: 16px;
	line-height: 30px;
	color: #777;
	padding-top: 47px;
}
.iCase_info_bd ul a.more{
	background: url(../images/orangearrow.png) no-repeat left center;
	display: block;
	margin-top: 99px;
	padding-left: 73px;
	color: #333;
	font-size: 16px;
	line-height: 56px;
}
.iCase_info_hd{
	width: 27.559055%;
	float: right;
	padding-left: 5.4%;
	margin-top: -99px;
	position: relative;
}

.iCase_info_hd ul li{
	padding-bottom: 15px;
	border-bottom: 1px solid #e8e8e8;
	cursor: pointer;
	margin-bottom: 41px;
	position: relative;
}
.iCase_info_hd ul li:last-child{
	margin-bottom: 0;
}
.iCase_info_hd ul li.on::after{
	position: absolute;
	content: "";
	display: block;
	background: url(../images/orangearrow-r.png) no-repeat;
	width: 56px;
	height: 56px;
	top: 0;
	left: -112px;
}
.hd_item{
	width:100%;
}
.hd_item_tit1{
	font-size: 24px;
	line-height: 28px;
	color: #222;
}
.iCase_info_hd ul li.on .hd_item_tit1, .iCase_info_hd ul li:hover .hd_item_tit1{
	color: #f36a2e;
}
.hd_item_tit2{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 10px;
}
.iCase_info_hd a.more{
	background: url(../images/rightarrow-r.png) no-repeat left center;
	line-height: 56px;
	padding-left: 71px;
	color: #333;
    font-size: 16px;
	display: block;
	margin-top: 32px;
}
/*iAbout*/
.iAbout{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 82px 0 0 0;
	height: 636px;
	background: url(../images/aboutbg.jpg) no-repeat;
	position: relative;
}
.iAbout::before{
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
}
.iAbout_tit{
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	position: relative;
}
.iAbout_sub{
	width: 36.089238%;
	line-height: 28px;
	color: #f7f7f7;
	position: relative;
	padding-top: 27px;
}
.iAbout a.more{
	position: relative;
	background: url(../images/orangearrow.png) no-repeat left center;
	padding-left: 72px;
	line-height: 56px;
	display: block;
	color: #fff;
	margin-top:61px;
}
/*news*/
.iNews{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 105px;
	background: #fff;
}
.iNews_tit{
	font-size: 42px;
	color: #333333;
	line-height: 48px;
	text-align: center;
}
.iNews_tit span{
	color: #555555;
	font-size: 16px;
	line-height: 28px;
	padding-top: 11px;
	display: block;
}
.iNews_info{
	width: 100%;
	padding-top: 47px;
}
.news_item{
	width: 100%;
}
.news_item .p10{
	padding-left: 10px;
	padding-right: 10px;
}
.news_item .p10 a{
	display: block;
}
.news_item .p10 .pic{
	overflow: hidden;
}
.news_item .p10 .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.news_item .p10:hover .pic img{
	transform: scale(1.2);
	transition: all .5s ease;
}
.news_item .p10 .txt{
	background: #f8f8f8;
	padding: 32px 23px 45px 30px;
	transition: all .5s ease;
}
.news_item .p10:hover .txt{
	background: #fdb52b;
	transition: all .5s ease;
}
.news_item .p10 .txt .date{
	font-family: arial;
	color: #333333;
	line-height: 20px;
	text-align: left;
}
.news_item .p10 .txt .title{
	font-size: 20px;
	line-height: 30px;
	color: #333333;
	padding-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 42px;	
}
.news_item .p10 .txt .subt{
	padding-top: 9px;
	font-size: 15px;
	line-height: 25px;
	color: #777777;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 59px;
}
.news_item .p10:hover .txt .subt{
	color: #555;
	transition: all .5s ease;
}
.news_item .p10 .txt .more{
	line-height: 45px;
	text-align: center;
	margin: 0 53px;
	margin-top: 44px;
	color: #333;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	transition: all .5s ease;
}

.news_item .p10:hover .txt .more {
	color: #333;
	border-top: 1px solid #8f6b26;
	border-bottom: 1px solid #8f6b26;
	transition: all .5s ease;
}
/*iPartner*/
.iPartner{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f1f1f1;
	padding: 68px 0 71px 0;
}
.iPartner_tit{
	font-size: 42px;
	line-height: 48px;
	text-align: center;
}
.iPartner_tit span{
	display: block;
    color: #555555;
    font-size: 16px;
    line-height: 28px;
    padding-top: 11px;	
}
.ipartner_info{
	width: 100%;
	padding-top: 59px;
	overflow: hidden;
	position: relative;
	padding-bottom: 66px;
}
#parnterbp{
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4
}
#parnterbp .swiper-slide .pic {
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
#parnterbp .swiper-slide .pic img{
	width: 100%;
}
#partpa{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	
}
#partpa .swiper-pagination-bullet{
	margin: 0 10px;
	background: #dfdede !important;
	opacity: 1 !important;
	width: 11px !important;
	height: 11px !important;
}
#partpa .swiper-pagination-bullet-active{
	background: #fdb52b !important;
	opacity: 1 !important;
}
/*subdh*/
.subdh{
	width: 100%;
	line-height: 61px;
	border-bottom: 1px solid #e7e6e6;
}
.subdh-l{
	float: left;
	font-size: 16px;
	color: #777777;
}
.subdh-l a{
	font-size: 16px;
	color: #777777;
}
.subdh-l a i{
	color: #f4692e;
	font-size: 14px;
	padding-right: 8px;
}
.subdh-r{
	float: right;
}
.subdh-r a{
	margin-right: 44px;
	color: #222;
	display: block;
	float: left;
	border-bottom: 3px solid rgba(243,106,46,0);
	padding: 0 3px;
}
.subdh-r a.return{
	border-bottom: none;
	background: url(../images/subdh-return.png) no-repeat left center;
	padding-left: 35px;
	display: block;
	float: right;
	color: #333333;
}
.subdh-r a.return:hover{
	border-bottom: none;
	color: #333333;
}
.subdh-r a:last-child{
	margin-right: 0px;
}
.subdh-r a.on, .subdh-r a:hover{
	border-bottom: 3px solid rgba(243,106,46,1);
	color: #f36a2e;
}
/*ny*/
.Nyproduct{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 59px 0 26px 0;
}
.Nyproduct_Class{
	width: 100%;
}
.Nyproduct_Class a{
	color: #333;
	line-height: 42px;
	padding: 0 20px;
	display: block;
	float: left;
	position: relative;
}
.Nyproduct_Class a::after{
	position: absolute;
	content: "";
	background: #c6c5c5;
	width: 1px;
	height: 12px;
	top: 14px;
	right: 0;
}
.Nyproduct_Class a:last-child::after{
	width: 0px;
}
.Nyproduct_Class a:hover, .Nyproduct_Class a.on{
	background: #f4692e;
	color: #fff;
}
.Nyproduct_Class a:hover::after, .Nyproduct_Class a.on::after{
	display: none;
}
.Nyproduct_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 43px;
}
.Nyproduct_info_box{
	width: 100%;
}
.Nyproduct_info_box .p9{
	padding-left: 9px;
	padding-right:9px;
	padding-bottom: 5px;
	margin-bottom: 19px;
}
.Nyproduct_info_box .p9 a{
	display: block;
}
.Nyproduct_info_box .p9:hover a{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.Nyproduct_info_box .p9 .pic{
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 40px 40px 59px 42px;
	overflow: hidden;
	transition: all .5s ease;
}
.Nyproduct_info_box .p9:hover .pic{
	border: 1px solid #f4692e;
	transition: all .5s ease;
}
.Nyproduct_info_box .p9 .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.Nyproduct_info_box .p9:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.Nyproduct_info_box .p9 .txt{
	width: 100%;
	line-height: 62px;
	color: #333;
	border: 1px solid #e5e5e5;
	border-top: none;
	padding-left: 28px;
	background: url(../images/rightarrow-o.png) no-repeat right 26px center;
	transition: all .5s ease;
}
.Nyproduct_info_box .p9:hover .txt{
	border: 1px solid #f4692e;
	border-top: none;
	color: #f4692e;
	transition: all .5s ease;
}
/*productDe*/
.NyproductDe{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.NyproductDe_parti{
	background: #f5f5f5;
	padding: 80px ;
}
.productDe_info{
	width: 100%;
}
.productDe_info_l{
	width: 53.412073%;
	float: left;
}
.productDe_info_l .bd{
	float: left;
	width: 78.009828%;
	border: 1px solid #e5e5e5;
	background: #fff;
}
.productDe_info_l .bd ul li{
	text-align: center;
	padding: 25px 0px;
	
}
.productDe_info_l .leftHd{
	float: left;
	width: 21.990171%;
	position: relative;
	border: 1px solid #e5e5e5;
	border-left: none;
	background: none;
}
.productDe_info_l .leftHd .prev, .productDe_info_l .leftHd .next{
	width: 100%;
    height: 11px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    cursor: pointer;
}
.productDe_info_l .leftHd .prev{
	background: url(../images/pro-prev.png) no-repeat center center;
	top: 27px;
	transition: all .5s ease;
}
.productDe_info_l .leftHd .next{
	background: url(../images/pro-next.png) no-repeat center center;
	bottom: 10px;
	transition: all .5s ease;
}
.leftHd .hd{
	width: 71.50837%;
	padding-top: 50px;
	margin: 0 auto;
}
.leftHd .hd .tempWrap{
	height: 385px !important;
}
.leftHd .hd ul li{
	margin-bottom: 40px;
	cursor: pointer;
}
.leftHd .hd ul li img{
	border: 1px solid #e5e5e5;
	transition: all .5s ease;
}
.leftHd .hd ul li.on img{
	border: 1px solid #f4692e;
	transition: all .5s ease;
}
.productDe_info_r{
	float: right;
	width: 46.587926%;
	padding-left: 5.183727%;
}
.productDe_info_r .tit1{
	font-size: 42px;
	line-height: 48px;
	color: #242021;
	padding-top: 14px;
}
.productDe_info_r .tit2{
	font-size: 15px;
	line-height: 28px;
	padding-top: 34px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 115px;
}
.productDe_info_r .zx{
	width: 257px;
	display: block;
	margin-top: 63px;
	border: 1px solid #f4692e;
	color: #f4692e;
	line-height: 51px;
	font-size: 15px;
	background: url(../images/rightarrow-o.png) no-repeat right 23px center;
}
.productDe_info_r .zx i{
	font-size: 25px;
	padding-left: 21px;
	padding-right: 11px;
	float: left;
}
.productDe_info_r .zx:hover{
	color: #fff;
	background: #f4692e url(../images/rightarrow.png) no-repeat right 23px center;
}
.productDe_mobile{
	display: none;
	width: 100%;
	overflow: hidden;
}
.NyproductDe_partii{
	width: 100%;
	overflow: hidden;
	
}
.NyproductDe_partii_hd{
	width: 100%;
	overflow: hidden;
	line-height: 85px;
	background: url(../images/partii_bg.jpg) no-repeat;
	background-size: cover;
}
.NyproductDe_partii_hd ul{
	width: 100%;
	margin: 0 auto;
	max-width: 1524px;
}
.NyproductDe_partii_hd ul li{
	float: left;
	color: #fff;
	padding: 0 77px;
	border-right: 1px solid #fbb055;
	cursor: pointer;
}
.NyproductDe_partii_hd ul li:first-child{
	border-left: 1px solid #fbb055;
}

.NyproductDe_partii_hd ul li.on{
	color: #f88e2d;
	background: #fff;
	border-top: 2px solid #f4692e;
}
.NyproductDe_partii_bd{
	width: 100%;
}
.NyproductDe_partii_bd ul{
	width: 100%;
	margin: 0 auto;
	max-width: 1524px;
}
.productDe_list{
	color: #333;
	font-size: 15px;
	line-height: 36px;
	padding-top: 42px;
	padding-bottom: 20px;
	min-height: 200px;
}
.relation-pro{
	border-bottom: 1px solid #dfdede;
	background: #f5f5f5;
	padding: 40px 0 54px 0;
}
.relation-pro_tit{
	font-size: 22px;
	line-height: 30px;
	color:#f4692e;
	border-bottom: 1px solid #dfdede;
	padding-bottom: 17px;
	position: relative;
}
.relation-pro_tit::after{
	position: absolute;
	content: "";
	display: block;
	width: 87px;
	height: 3px;
	background: #f4692e;
	top: 47px;
	left: 0;
}
.relation_info{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 54px;
	padding-bottom: 105px;
	position: relative;
}
.relation_info_box{
	width: 100%;
}
.relation_info_box .swiper-slide{
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 5px;
}
.relation_info_box .swiper-slide a{
	display: block;
}
.relation_info_box .swiper-slide:hover a{
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.relation_info_box .swiper-slide .pic{
	text-align: center;
	border: 1px solid #e5e5e5;
	padding: 40px 40px 59px 42px;
	overflow: hidden;
	transition: all .5s ease;
}
.relation_info_box .swiper-slide:hover .pic{
	border: 1px solid #f4692e;
	transition: all .5s ease;
}
.relation_info_box .swiper-slide .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.relation_info_box .swiper-slide:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.relation_info_box .swiper-slide .txt{
	width: 100%;
    line-height: 62px;
    color: #333;
    border: 1px solid #e5e5e5;
    border-top: none;
    padding-left: 28px;
    background: url(../images/rightarrow-o.png) no-repeat right 26px center;
    transition: all .5s ease;
}
.relation_info_box .swiper-slide:hover .txt{
	border: 1px solid #f4692e;
	border-top: none;
	color: #f4692e;
	transition: all .5s ease;	
}
#relationN{
	background: url(../images/rightarrow-r.png) no-repeat;
	width: 56px;
	height: 56px;
	right: 45.6036745%;
	top: 92%;
}
#relationP{
	background: url(../images/rightarrow-l.png) no-repeat;
	width: 56px;
	height: 56px;
	left: 45.6036745%;
	top: 92%;
}
/*case*/
.Nycase{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 62px 0 0 0;
}
.Nycase_info{
	width: 100%;
}
.Nycase_item{
	float: left;
	width: 48.031496%;
	margin-bottom: 53px;
	cursor: pointer;
}
.Nycase_item:nth-child(2n+2){
	margin-left: 3.9370078%;
}
.Nycase_item_l{
	float: left;
	width: 60.9289617%;
}
.Nycase_item_r{
	float: left;
	position: relative;
	margin-left: -81px;
	margin-top: 13px;
	background: #f8f8f8;
	padding: 26px 0 41px 0;
	width: 50.136612%;
}
.item_tit{
	font-size: 22px;
	line-height: 30px;
	border-bottom: 1px solid #e2e1e1;
	padding-bottom: 18px;
	padding-left: 30px;
	color: #333333;
}
.item_sub{
	padding-left: 30px;
	padding-right: 40px;
	font-size: 15px;
	line-height: 26px;
	color: #777777;
	overflow: hidden;
	height: 172px;	
}
.item_sub span{
	display: block;
	line-height: 28px;
	color: #f4692e;
	padding-top: 14px;
}
.item_sub2{
	padding-left: 30px;
	padding-right: 40px;
	font-size: 15px;
	line-height: 26px;
	color: #777777;
}
.item_sub2 span{
	display: block;
	line-height: 28px;
	color: #f4692e;
	padding-top: 8px;
}
.promask{
	position: fixed;
	background:rgba(0,0,0,0.6);
	width: 100%;
	z-index: 8888;
	left: 0;
	top: 0;
}
.prodebox{
	width: 51.302083%;
	margin: 0 auto;
	position: fixed;
	left: 50%;
	margin-left: -25%;
	border-radius: 15px;
	top:15%; 
	background: #fff;
	padding: 43px 0 20px 0;
/*	overflow: hidden;*/
}
.prodebox .prodeclose{
	float: right;
	padding: 20px 20px 0 0;
	cursor: pointer;
	position: absolute;
    right: -64px;
    top: -29px;
	color: #fff;
}
.prodebox .prodeclose i{
	color: #fff;
}
.prodebox .content{
	width:100%;
	margin: 0 auto;
	padding-bottom: 10px;
	overflow: hidden;
}
.tech-video{
	padding: 0 20px;
}
.tech-video video{
	height: 500px;
}
.tech-video_tit{
	font-size: 20px;
	line-height: 44px;
}
.prodebox .content-l{
	float: left;
	width: 52.284263%;
	padding-left: 4.060913%;
}
.prodebox .content-r{
	float: left;
	width: 47.715736%;
	overflow-y: auto;
}
.prodebox .content-r .tit1{
	font-size: 22px;
	color: #333333;
	line-height: 32px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 16px;
	padding-left: 36px;
}
.prodebox .content-r .sub1{
	padding-left: 36px;
	padding-right: 36px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-top: 5px;
	overflow: auto;
	height: 285px;
}
.prodebox .content-r .sub1 span{
	color:#f4692e;
	line-height: 28px;
	padding-top: 15px;
	display: block;
}
.prodebox .content-r .sub2{
	padding-left: 36px;
	padding-right: 36px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	padding-top: 5px;
}
.prodebox .content-r .sub2 span{
	color:#f4692e;
	line-height: 28px;
	padding-top: 16px;
	display: block;
}
.icon-close:before { content: "\e602"; font-size: 32px; color: #fff; }
/*shebei*/
.Nytech{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 77px 0 123px 0;
}
.Nytech_video{
	width: 100%;
	max-width: 1176px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#videoBP{
	overflow: inherit;
}
#videoBP .swiper-slide{
	width: 787px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	transition: 300ms;
	transform: scale(0.75);
	cursor: pointer;
}
#videoBP .swiper-slide .txt{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #555;
	line-height: 30px;
	position: absolute;
	bottom: -49px;
}
#videoBP .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}
#videoBP .swiper-slide img{
	display: block;
	width: 100%;
}
#videoP{
	background: url(../images/tech_prev.png) no-repeat;
	width: 58px;
	height: 58px;
	left: -140px;
}
#videoN{
	background: url(../images/tech_next.png) no-repeat;
	width: 58px;
	height: 58px;
	right: -140px;
}
.Nytech_list{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.Nytech_list_box{
	width: 100%;
}
.Nytech_list_box .p20{
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 42px;
	cursor: pointer;
}
.Nytech_list_box .p20 a{
	display: block;
}
.Nytech_list_box .p20 .pic{
	position: relative;
	overflow: hidden;
	
}
.Nytech_list_box .p20 .pic img{
	transition: all .5s ease;
	transform: scale(1);
}
.Nytech_list_box .p20:hover .pic img{
	transition: all .5s ease;
	transform: scale(1.1);
}
.Nytech_list_box .p20 .pic .txt{
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 57px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	text-align: center;
	width: 100%;
}


/*news*/
.Nynews{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 71px;
}
.Nynews_info{
	width: 100%;
	overflow: hidden;
}
.Nynews_item{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 44px;
	margin-bottom: 39px;
}
.Nynews_item .pic{
	float: left;
	width: 19.028871%;
	overflow: hidden;
}
.Nynews_item .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
.Nynews_item:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
.Nynews_item .txt{
	width: 80.971128%;
	float: left;
	padding: 8px 0px 9px 47px;
}
.Nynews_item .txt .tit1{
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #222222;
	transition:all .5s ease;
}
.Nynews_item:hover .txt .tit1{
	color: #f36a2e;
	transition:all .5s ease;
}
.Nynews_item .txt .tit1 span{
	float: right;
	font-family: arial;
	font-size: 15px;
	color: #b3b2b2;
	font-weight: normal;
}
.Nynews_item .txt .tit2{
	font-size: 14px;
	color: #666;
	line-height: 28px;
	padding-top: 21px;
	height: 77px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.Nynews_item .txt .more{
	margin-top: 36px;
	line-height: 34px;
	border: 1px solid #f36a2e;
	border-radius: 18px;
	text-align: center;
	color: #f36a2e;
	padding: 0 32px;
    float: left;
	transition: all .5s ease;
}
.Nynews_item:hover .txt .more{
	color: #fff;
	background: #f36a2e;
	transition: all .5s ease;
}
.NynewsDe{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 72px 0 40px 0;
}
.NynewsDe_info{
	width: 100%;
}
.NynewsDe_info_tit{
	font-size: 28px;
	color: #333;
	line-height: 32px;
	text-align: center;
}
.NynewsDe_info_subtit{
	font-family: arial;
	font-size: 15px;
	color: #999999;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 21px;
	text-align: center;
	border-bottom: 1px solid #e5e4e4;
}
.NynewsDe_info_subtit span{
	background: url(../images/views.png) no-repeat left center;
	padding-left: 27px;
}
.NynewsDe_info_txt{
	font-size: 15px;
	line-height: 30px;
	color: #555555;
	padding: 34px 0 72px 0;
	border-bottom: 1px solid #e5e4e4;
}
.prev-next{
	width: 100%;
	padding-top: 31px;
	overflow: hidden;
}
.pn-l{
	float: left;
	width: 75%;
}
.pn-l-p, .pn-l-n{
	font-size: 15px;
	line-height: 30px;
	color: #555555;
	width: 100%;
	display: block;
}
.pn-l-p a, .pn-l-n a{
	color: #555555;
}
.pn-r{
	float: right;
}
.pn-r .return{
	display: block;
	background: url(../images/return.png) no-repeat left center;
	font-size: 15px;
	color: #555;
	padding-left: 34px;
}
/*about*/
.Nyabout{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 0px;
}
.Nyabout_info{
	width: 100%;
	background: url(../images/profilebg.png) no-repeat;
	overflow: hidden;
	padding: 67px 0 106px 0;
	background-size: cover;
	position: relative;
}
.list-hidden{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 60px;
	opacity: 0;
	margin-top: -100px;
}
.Nyabout_info_tit{
	text-align: center;
	font-size: 42px;
	line-height: 48px;
	color: #333;
}
.Nyabout_info_tit span{
	text-align: center;
	display: block;
	font-size: 18px;
	color: #666666;
	line-height: 24px;
	padding-top: 12px;
}
.Nyabout_info_list{
	width: 100%;
	overflow: hidden;
	padding-top: 58px;
}
.Nyabout_info_l{
	float: left;
	width: 46.71916%;
}
.Nyabout_info_r{
	width: 53.280839%;
	float: left;
	padding-left: 4.527559%;
	
}
.Nyabout_info_r .tit1{
	font-size: 26px;
	line-height: 32px;
	color: #222;
	padding-top: 23px;
}
.Nyabout_info_r .tit2{
	line-height: 32px;
	color: #666;
	padding-top: 23px;
}
.Nyabout_info_r .info{
	margin-top: 24px;
	overflow: hidden;
}
.Nyabout_info_r .info .info-l{
	float: left;
	width: 19.1117%;
}
.Nyabout_info_r .info .info-r{
	float: left;
	padding-left: 35px;
	font-size: 22px;
	color: #f4692e;
	line-height: 30px;
	padding-top: 28px;
}
.Nyabout_info_r .info .info-r span{
	display: block;
	font-family: arial;
	font-size: 16px;
	color: #f4692e;
	line-height: 22px;
	padding-top: 12px;
}
.Nyculture{
	width: 100%;
	background: url(../images/culturebg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 91px;
	position: relative;
}
.Nyculture_tit{
	width: 100%;
	padding-top: 57px;
	font-size: 42px;
	line-height: 48px;
	color: #fff;
	text-align: left;
	float: left;
	overflow: hidden;
	padding-left: 4.658792%;
	padding-bottom: 40px;
}
.Nyculture_tit span{
	padding-left: 17px;
	font-size: 18px;
	color: #fff;
}
.Nyculture_item{
	width: 28.937008%;
	margin-left: 4.658792%;
	border-bottom: 1px dashed #909ec2;
	overflow: hidden;
	margin-bottom: 19px;
	padding-bottom: 16px;
}
.Nyculture_item h1{
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
}
.Nyculture_item h2{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-top: 10px;
}

.Nyhonor{
	width: 100%;
	margin: 0 auto;
	padding: 58px 0 102px 0;
	background: #f8f8f8;
	position: relative;
}
.Nyhonor_tit{
	font-size: 42px;
	line-height: 48px;
	color: #333333;
	text-align: center;
	padding-bottom: 56px;
}
.Nyhonor_tit span{
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding-top: 12px;
	color: #666666;
}
.Nyhonor_info{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#honorBP{
	width: 78.740157%;
	margin: 0 auto;
}
#honorBP .swiper-slide{ 
	border: 1px solid #e8e8e8;
	text-align: center;
	padding-top: 61px;
}
#honorBP .swiper-slide .txt{
	color: #555;
	line-height: 30px;
	padding-top: 29px;
	padding-bottom: 40px;
}  
#honorN{
	background: url(../images/honorN.png);
	width: 53px;
	height: 52px;
	right: 81px;
}
#honorP{
	background: url(../images/honorP.png);
	width: 53px;
	height: 52px;
	left: 81px;
}
/*envir*/
.Nyenvir{
	width:100%;
	margin: 0 auto;
	overflow: hidden;
	background: #f5f5f5;
	padding: 62px 0 105px 0;
	position: relative;
}
.Nyenvir_tit{
	font-size: 42px;
	line-height: 48px;
	color: #323232;
	text-align: center;
	padding-bottom: 78px;
}
.Nyenvir_tit span{
	display: block;
    font-size: 18px;
    line-height: 24px;
    padding-top: 12px;
    color: #666666;
}
.Nyenvir_info{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#envirBP{
	width: 78.645833%;
	float: right;
}
#envirBP .swiper-slide{
	
}
#envirBP .swiper-slide .pic{
	overflow: hidden;
}
#envirBP .swiper-slide .pic img{
	transform: scale(1);
	transition: all .5s ease;
}
#envirBP .swiper-slide:hover .pic img{
	transform: scale(1.1);
	transition: all .5s ease;
}
#envirBP .swiper-slide .txt{
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	padding-top: 21px;
	text-align: center;
}
#envirP{
	background: url(../images/rightarrow-l.png) no-repeat;
	width: 56px;
	height: 56px;
	left: 10.364583%;
	top: 30%;
}
#envirN{
	background: url(../images/rightarrow-r.png) no-repeat;
	width: 56px;
	height: 56px;
	left: 10.364583%;
	right: auto;
}
.Nyenvir_info .swiper-button-next.on{
	background: url(../images/orangearrow.png) no-repeat !important;
}
.Nyenvir_info .swiper-button-prev.on{
	background: url(../images/orangearrow-r.png) no-repeat !important;
}

.Nypartner{
	width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 68px 0 94px 0;
	position: relative;
}
.Nypartner_tit{
	font-size: 42px;
	line-height: 48px;
    color: #333333;
    text-align: center;
	padding-bottom: 57px;
}
.Nypartner_tit span{
	display: block;
    font-size: 18px;
    line-height: 24px;
    padding-top: 12px;
    color: #666666;
}
.Nypartner_info{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 66px;
}
#NypartnerBP{
	border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
#NypartnerBP .swiper-slide{
	
}
#NypartnerBP .swiper-slide .pic{
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
}
#NypartnerBP .swiper-slide .pic img{
	width: 100%;
}
#Nypartnerpa{
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
}
#Nypartnerpa .swiper-pagination-bullet{
	margin: 0 10px;
	background: #dfdede !important;
	opacity: 1 !important;
	width: 11px !important;
	height: 11px !important;
}
#Nypartnerpa .swiper-pagination-bullet-active{
	background: #fdb52b !important;
	opacity: 1 !important;
}
/*contact*/
.Nycontact{
	width: 100%;
	overflow:hidden;
	margin-top: 64px;
	padding-bottom: 110px;
}
.Nycontact_info{
	width: 100%;
	overflow: hidden;
	margin-bottom: 80px;
}
.Nycontact_left{
	width: 41.044776%;
	float: left;
}
.Nycontact_left .lx-sub{
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}
.Nycontact_left .tit{
	font-size: 24px;
    color: #f4692e;
    line-height: 26px;
    margin-top: 47px;
}
.Nycontact_left p{
	line-height: 60px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 30px;
    font-size: 16px;
    color: #555555;	
}
.Nycontact_left p a{
	color: #555555;	
}
.Nycontact_left p.dz{
    background: url(../images/c-dz.png) no-repeat left center;
    margin-top: 34px;	
}
.Nycontact_left p.tel{
    background: url(../images/c-tel.png) no-repeat left center;
	
}
.Nycontact_left p.email{
    background: url(../images/c-email.png) no-repeat left center;

}
.Nycontact_left p.lxr{
    background: url(../images/c-lxr.png) no-repeat left center;
	
}
.Nycontact_left p.url{
    background: url(../images/c-url.png) no-repeat left center;
	
}

.message{
	width: 50%;
	float: right;
}
.message input[type=text]{
    width: 100%;
    line-height: 50px;
    border: none;
    padding-left: 0;
    margin-bottom: 11px;
    font-size: 14px;
    color: #999999;
    transition: all .5s ease;	
}
.message input[type=text]#name{
	background: #f2f2f2 url(../images/c-name.png) no-repeat left 17px center;
	padding-left: 45px;
}
.message input[type=text]#tel{
    background: #f2f2f2 url(../images/c-tel2.png) no-repeat left 17px center;
    padding-left: 45px;	
}
.message textarea{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 175px;
    min-height: 175px;
    max-width: 175px;
    border: none;
    background: #F2F2F2 url(../images/c-msg.png) no-repeat top 18px left 17px;
    line-height: 25px;
    padding-top: 12px;
    padding-left: 45px;
    padding-right: 42px;
    font-size: 14px;
    color: #999999;
    transition: all .5s ease;
}
.message input[type=button]{
	width: 230px;
    display: block;
    height: 50px;
    background: #f4692e;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    margin: 25px auto 0;
    transition: all .5s ease;	
}
.maps{
	border: 3px solid #e2dedf;
	height: 590px;
}
/*footer*/
.footer{
	background: #333333;
	width: 100%;
	padding-top: 79px;
}
.footer-info{
	overflow: hidden;
}
.footer-left{
	float: left;
}
.footer-left .item{
	float: left;
	margin-left: 60px;
	width: 169px;
}
.footer-left .item:first-child{
	margin-left: 0;
}
.footer-left .item h3{
	font-size: 20px;
	color: #fff;
	line-height: 32px;
}
.footer-left .item ul{
	color: #999999;
	padding-top: 15px;
	margin-top: 16px;
	border-top: 1px solid #484848;
}
.footer-left .item ul li{
	font-size: 15px;
	line-height: 39px;
}
.footer-left .item ul li a{
	color: #999999;
}
.footer-left .item ul li a:hover{
	color: #fff;
}
.footer-mid{
	margin-left: 175px;
	overflow: hidden;
	float: left;
}
.footer-mid_add{
	width: 100%;
	overflow: hidden;
}
.footer-mid_add h3{
	font-size: 20px;
    color: #fff;
    line-height: 32px;
}
.footer-mid_add ul{
	padding-top: 18px;
}
.footer-mid_add ul li{
	font-size: 15px;
	color: #dbdada;
	line-height: 36px;
	padding-left: 28px;
}
.footer-mid_add ul li.add{
	background: url(../images/add.png) no-repeat left center;
}
.footer-mid_add ul li.tel{
	background: url(../images/tel2.png) no-repeat left center;
}
.footer-mid_add ul li.email{
	background: url(../images/email.png) no-repeat left center;
}
.footer-mid_add ul li.url{
	background: url(../images/url.png) no-repeat left center;
}
.footer-mid_share{
	width: 100%;
    overflow: hidden;
    padding-top: 27px;
}
.bds_weixin{
	background-image: url(../images/s-wechat.jpg) !important;
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 36px !important;
}
.bds_tsina{
	background-image: url(../images/s-weibo.jpg) !important;
	background-repeat: no-repeat;
	background-position: 0 0 !important;
	width: 32px !important;
	height: 32px !important;
	margin: 0 !important;
	margin-left: 9px !important;
	padding: 0 !important;
	line-height: 36px !important;
}

.footer-right{
	float: right;
}
.footer-right img{
	max-width: 126px;
}
.footer-right span{
	display: block;
	font-size: 15px;
	color: #adacac;
	line-height: 26px;
	text-align: center;
	padding-top: 11px;
}


.foot-copy{
	width: 100%;
	padding-top: 80px;
	line-height: 65px;
	font-size: 15px;
	color: #999999;
}
.foot-copy a{
	color: #999999;
}
/*pc下拉*/
.dh-wrap {
	width: 100%;
	opacity: 0;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 50px;
	overflow: hidden;
	position: fixed;
	top: 90px;
	z-index: -1;
	height: 0;
	transition: all .8s ease;
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
}

.dh-wrap.xs {
	opacity: 1;
	z-index: 999;
	height: auto;
	transition: all .8s ease;
}

.dh-wrap .class-list {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.dh-wrap .class-list .item {
	width: 16%;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}

.class-list .item h2 {
	color: #333333;
	font-size: 17px;
	font-weight: bold;
}

.class-list .item h2 a {
	display: inline-block;
	color: #0c6cb3;
}

.class-list .item ul {
	padding-top: 26px;
}

.class-list .item ul li {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.class-list .item ul li:hover a,
.class-list .item h2 a:hover {
	color: #0c6cb3;
}

.class-list .item ul li a {
	display: inline-block;
	overflow: hidden;
}

/*返回顶部*/
.sroll_top {
	right: 0.8%;
	bottom: 6.3%;
	position: fixed;
	display: none;
	cursor: pointer;
	z-index: 9999;
}

/*Mask*/
.mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.4);
	visibility: hidden;
	opacity: 0;
	transition: all .5s ease;
}

.mask.visible {
	visibility: visible;
	opacity: 1;
	transition: all .5s ease;
}

/*弹出框*/
.Popup {
	background: #fff;
	border: 1px solid #e1e1e1;
	position: fixed;
	z-index: 100;
	width: 330px;
	left: 50%;
	margin-left: -250px;
	top: 84%;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.Popup.visible {
	visibility: visible;
	top: 24%;
	opacity: 1;
	transition: all .5s ease;
}

.Popup.downmore {
	width: 500px;
	padding: 32px 0 35px;
	transition: all .5s ease;
	border-radius: 24px;
}

.Popup .tc-inner {
	width: 350px;
	margin: 24px auto 0;
}

.tc-inner textarea {
	min-width: 100%;
	max-width: 100%;
	min-height: 80px;
	text-indent: 21px;
	padding-top: 8px;
	font-size: 16px;
	color: #666;
	border: 1px solid #cccccc;
	background: #ffffff;
	line-height: 25px;
	border-radius: 10px;
}

.mta40 {
	margin: 40px auto 0;
}

input::-webkit-input-placeholder {
	color: #999;
}

textarea::-webkit-input-placeholder {
	color: #999;
}

.mta15 {
	margin: 15px auto 0;
}
/*topsearch*/
.top-search{
	overflow: hidden;
	background: #f2f2f2;
	height: 0;
    transition: all .5s ease;
}
.top-search.on{
	height: 85px;
	padding: 20px;
    transition: all .5s ease;
}
.top-search input[type=text]{
	width: 80%;
	float: left;
	height: 45px;
	border: 2px solid #1d91b0;
	font-family: "思源黑体 CN";
	font-size: 18px;
	color: #333;
	text-indent: 12px;
}
.top-search input[type=button]{
	width: 20%;
	border: none;
	float: left;
	height: 45px;
	background: #1d91b0; 
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
/*Page*/
.Page {
	padding: 50px 0px 30px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
	margin-bottom: 30px;
}

.Page a {
	padding: 9px 15px;
	margin: 3px;
	color: #333;
	text-align: none;
	background: #fff;
	border: #f9f9f9 solid 1px;
}

.Page a:hover {
	color: #333;
	border: #f9f9f9 solid 1px;
}

.Page a:active {
	color: #fff;
	border: #f9f9f9 solid 1px;
}

.Page span.current {
	color: #e5854b;
	border: #d49257 solid 1px;
	padding: 9px 15px;
	font-weight: bold;
	margin: 0 10px;
	border-radius: 100%;
}

.Page span.disabled {
	background: #ffffff;
	border: #f2f2f2 solid 1px;
	padding: 10px 14px;
	margin: 0 10px;
	color: #585858;
	font-weight: bold;
}

@-webkit-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-moz-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-o-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@-ms-keyframes move {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}



/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width: 4px;
	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(247, 110, 56, .5);
	border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(247, 110, 56, .8);
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(247, 110, 56, 1);
}

/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height: 10px;
	width: 10px;
	background: #ff6a07;
}*/
