@charset "UTF-8";
body{
	font-family: "arial";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #de3715;
    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: #ffffff!important;
}
.footFix>a>i.iconfont {
    font-size: 20px;
    margin-right: 5px;
    color: #fff;
}

/* head top */
.head-height-fixed{
	display: none;
}
.head-top-warp{
	width: 100%;
	/* overflow: hidden; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
.head-top{
	width: 100%;
	padding: 28px 0 28px 0;
}
.Logo{
	float: left;
	padding-top: 3px;
}
.Logo-wz{
	float: left;
	margin-left: 27px;
}
.head-language{
	float: left;
	overflow: hidden;
	line-height: 27px;
	border: 1px solid #dcdcdc;
	border-radius: 25px;
	padding: 0 17px;
	margin-left: 27px;
	margin-top: 16px;
}
.head-language a{
	font-size: 14px;
	color: #333333;
	
}
.head-language a:hover{
	color: #fa3721;
}
.head-language a:nth-child(2){
	font-family: "Arial";
}
.head-language hr{
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #dcdcdc;
	margin: 0 3px;
}
.head-tel{
	float: right;
	font-size: 14px;
	color: #333333;
}
.head-tel span{
	font-family: "Arial";
	font-weight: bold;
	color: #da3614;
	font-size: 24px;
}
.head-tel .tel-list{
	line-height: 25px;
}

/*head*/ 
.menus {
    width: 100%;  
	height: 55px;
    background: url(../images/menus-back.jpg) repeat-x top center;
    z-index: 999;  
    transition: all .5s ease; 
} 
.menus.fixedbg{
	position: fixed;
	top: 0;
}
.menus .WebLink{
	float: left;
}
.menus .WebLink li{
	float: left;
	font-size: 16px;
	color: #fff;
	line-height: 55px;
	margin-left: 48px;
}
.menus .WebLink li:nth-child(1){
	margin-left: 0;
}
.menus .WebLink li > a{
	color: #fff;
	display: block;
}
.menus .WebLink li:hover > a,
.menus .WebLink li.on > a
{
	color: #fa3721;
}
.ajs-search{
	float: right;
	margin-top: 10px;
	width: 18.166667%;
}
.ajs-search input[type=text]{
	width: 75%;
	float: left;
	height: 32px;
	border: none;
	background: #eaeaea;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	text-indent: 18px;
	font-size: 14px;
}
.ajs-search input[type=button]{
	width: 25%;
	float: left;
	height: 32px;
	border: none;
	outline: none;
	background: #eaeaea url(../images/search-back.png) no-repeat center center;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

/* banner */
#container1 .swiper-pagination-bullet{
	background: #fff;
	opacity: 0.5;
}
#container1 .swiper-pagination-bullet-active{
	opacity: 1;
}
#container1 .MB{
	display: none;
}

/* indexService */
.indexService{
	width: 100%;
	padding: 55px 0 100px;
}
.indexService .container {
    width: 96%;
    max-width: 1325px;
}
#syFw{
	margin-top: 62px;
}
.syFw-list{
	
}
.syFw-list .Pic{
	position: relative;
}
.syFw-list .Pic img{
	display: block;
	width: 96.26556%;
	position: relative;
	z-index: 9;
}
.syFw-list .Pic::after{
	content: "";
	position: absolute;
	width: 96.26556%;
	height: 100%;
	background: #eeeeee;
	border-radius: 100%;
	right: 0;
	z-index: 1; 
    transition: all .5s ease; 
}
.syFw-list:hover .Pic::after{
	background: rgba(250,8,0,0.6);
    transition: all .5s ease; 
}
#syFw .swiper-wrapper{
	padding-top: 8px;
}
#syFw .swiper-wrapper .swiper-slide:nth-of-type(2n+1) .syFw-list .Pic::after{
	bottom: -8px;
}
#syFw .swiper-wrapper .swiper-slide:nth-of-type(2n+2) .syFw-list .Pic::after{
	bottom: 5px;
}
.syFw-list p{
	text-align: center;
	font-size: 16px;
	color: #222222;
	margin-top: 36px;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
    transition: all .5s ease; 
}
.syFw-list:hover p{
	color: #fa0800;
    transition: all .5s ease; 
}

/* indexProduct */
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 70px;
	background: #efefef;
}
.indexProduct .container {
    width: 96%;
    max-width: 1334px;
}
.syPro-warp{
	position: relative;
	margin-top: 50px;
}
#syPro{
	width: 89.88006%;
	margin: 0 auto;
}
.syPro-list{
	
}
.syPro-list .Pic-warp{
	position: relative;
}
.syPro-list .Pic{
	width: 100%;
	overflow: hidden; 
	border: 5px #2155ba solid;
}
.syPro-list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.syPro-list:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.syPro-list p{
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
    transition: all .5s ease; 
}
.syPro-list:hover p{
	color: #f92e16;
    transition: all .5s ease; 
}
#syProN,#syProP{
	width: 36px;
	height: 36px;
	border: 1px solid #2f5fbe;
}
#syProN::after,
#syProP::after{
	width: 100%;
	height: 100%;
	content: ""; 
	position: absolute;
	transform: scale(0);
	transition: all .5s ease;
}
#syProN:hover::after{ 
	transform: scale(1);
	background: #2f5fbe url(../images/sy-pro-jt2-h.png) no-repeat center center;
	transition: all .5s ease;
}
#syProP:hover::after{ 
	transform: scale(1);
	background: #2f5fbe url(../images/sy-pro-jt1-h.png) no-repeat center center;
	transition: all .5s ease;
}
#syProP{
	background: url(../images/sy-pro-jt1.png) no-repeat center center;
}
#syProN{
	background: url(../images/sy-pro-jt-h.png) no-repeat center center;
}
#syProN:hover{
	background:;
}

/* biankuang */
.biankuang{ 
	position: absolute;
	z-index: 99;
	border-radius:10px; 
	/*background: black;*/
}
.biankuang_1{
	height: 0;
	top: 0;
	left:0px;
	border-left: 5px solid #ec1b24;
}
.biankuang_2 {
	width: 0px;
	bottom:0;
	left: 0px;
	border-top: 5px solid #ec1b24;
}
.biankuang_3{
	height: 0px;
	bottom:0px;
	right:0px;
	border-right: 5px solid #ec1b24;
}
.biankuang_4{
	width:0px;
	top:0;
	right:0px;
	border-bottom: 5px solid #ec1b24;
}

/* indexAdvantage 优势 */
.indexAdvantage{
	width: 100%;
	border-top: 15px solid #2155ba;
	padding: 0 0 68px 0;
}
.indexAdvantage .container{
	width: 96%;
	max-width: 1160px;
}
.sy-ys-bt{
	height: 63px;
	line-height: 45px;
	background: #2155ba;
	width: 82.327586%;
	position: relative;
	margin: 0 auto;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
.sy-ys-bt::after{
	content: "";
	width: 52px;
	height: 63px;
	position: absolute;
	background: url(../images/sy-sy-bt-back1.png) no-repeat center center;
	left: -52px;
}
.sy-ys-bt::before{
	content: "";
	width: 52px;
	height: 63px;
	position: absolute;
	background: url(../images/sy-sy-bt-back2.png) no-repeat center center;
	right: -52px;
}
.sy-ys-sub{
	text-align: center;
	font-size: 16px;
	color: #555555;
	margin-top: 32px;
}
.syYsBox{
	margin-top: 45px;
}
.syYsList{
	margin-bottom: 28px;
}
.syYsList .left{
	width: 48.362069%;
	float: left;
}
.syYsList .right{
	width: 48.362069%;
	float: right;
}
.syYsList .bt-box{
	width: 72px;
	padding: 6px 0;
	float: left;
	background: #a9cd0a;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	float: left; 
}
.syYsList .sub{
	width: 76.292335%;
	float: left;
	margin-left: 18px;
}
.syYsList .sub .tit{
	font-size: 24px;
	color: #333333;
}
.syYsList .sub .info{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	margin-top: 13px;
}
.syYsBox .syYsList:nth-child(1) .right{
	margin-top: 56px;
}
.syYsBox .syYsList:nth-child(2) .left{
	margin-top: 65px;
}
.syYsBox .syYsList:nth-child(3) .right{
	margin-top: 50px;
}
.syYsBox .syYsList:nth-child(4) .left{
	margin-top: 36px;
}

/* indexApplication 行业应用 */
.indexApplication{
	width: 100%;
}
.syHyyyTit{
	width: 100%;
	padding: 50px 0 36px;
	background: #efefef;
	position: relative;
}
.syHyyyTit::after{
	content: "";
	width: 25px;
	height: 15px;
	background: url(../images/huise-dsj.png) no-repeat center center;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -12.5px;
	z-index: 999;
}
/* 效果部分 */
.syHyyySlide{
	position: relative;
}
.syHyyySlt{
	width: 100%;
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.syHyyySlide .gallery-top img{
	width: 100%;
	display: block;
}
.syHyyySlide .gallery-top span{
	display: block;
	width: 100%;
	line-height: 50px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	display: none;
}
.syHyyySlt .container{
	width: 96%;
	max-width: 1350px;
	position: relative;
}
#hyyyB{
	width: 88.888889%;
	margin: 0 auto;
}
#hyyyB .swiper-slide{
	height: 130px; 
	cursor: pointer;
	border-left: 1px solid rgba(255,255,255,0.3);
}
#hyyyB .swiper-slide.swiper-slide-active{
	border-left: none;
}
#hyyyB .swiper-slide img{
	display: block;
	margin: 10px auto;
	border: rgba(214,34,11,0) 5px solid;
	border-radius: 100%;
	transition: all .5s ease;
}
#hyyyB .swiper-slide.swiper-slide-thumb-active img{
	border: rgba(214,34,11,1) 5px solid;
	transition: all .5s ease;
}
#hyyyB .swiper-slide p{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.hyyyN,
.hyyyP{
	width: 42px !important;
	height: 42px !important;
	border: 1px solid rgba(255,255,255,0.5);
}
.hyyyN{
	background: url(../images/hyyy-yjt.png) no-repeat center center !important;
	transition: all .5s ease;
}
.hyyyN:hover{
	border: 1px solid rgba(214,34,11,0.5);
	background: url(../images/hyyy-yjt1.png) no-repeat center center !important;
	transition: all .5s ease;
}
.hyyyP{
	background: url(../images/hyyy-zjt.png) no-repeat center center !important;
	transition: all .5s ease;
}
.hyyyP:hover{
	border: 1px solid rgba(214,34,11,0.5);
	background: url(../images/hyyy-zjt1.png) no-repeat center center !important;
	transition: all .5s ease;
}

/* indexAbout */
.indexAbout{
	width: 100%;
	background: #efefef;
	padding: 60px 0 ;
	overflow: hidden;
}
.indexAbout .container{
	width: 96%;
	max-width: 1141px;
}
.syAbt{
	margin-top: 45px;
}
.abtLeft{
	width: 56.091148%;
	float: left;
}
.abtLeft .info{
	font-size: 15px;
	color: #666666;
	margin-top: 17px;
	line-height: 28px;
	min-height: 84px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.abtLeft .Pic-a{
	margin-top: 38px;
}
.abtLeft .Pic-a .list{
	width: 45.625%;
	float: left;
}
.abtLeft .Pic-a .list:nth-child(2){
	margin-left: 17px;
}
.abtLeft .Pic-a .list .Pic{
	overflow: hidden;
}
.abtLeft .Pic-a .list .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .5s ease;
}
.abtLeft .Pic-a .list:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.abtLeft .Pic-a .list p{
	text-align: center;
	line-height: 44px;
	background-color: #555555;
	color: #fff;
	font-size: 15px;
	transition: all .5s ease;
}
.abtLeft .Pic-a .list:hover p{
	background-color: #fa2a12;
	transition: all .5s ease;
}
.abtRight{
	width: 37.33567%;
	float: right;
}
.abtRight img{
	display: block;
	width: 100%;
}
.indexAbout .ajs-more{
	border: 1px solid #f92e16;
	color: #f92e16;
}
.indexAbout .ajs-more:hover{
	background-color: #f92e16;
}

/* indexNews */
.indexNews{
	width: 100%;
	padding: 50px 0 90px;
}
.indexNews .container{
	width: 96%;
	max-width: 1304px;
}
.syNewsBox{
	margin-top: 58px;
}
.syNewsBox .news-more{
	width: 16.871166%;
	float: left;
	position: relative;
}
.syNewsBox .news-more img{
	display: block;
	width: 100%;
	transition: all .5s ease;
}
.syNewsBox .news-more:hover img{
	-webkit-filter: blur(2px); filter: blur(2px);
	transition: all .5s ease;
}
.syNewsBox .news-more p{
	position: absolute;
	top: 33px;
	left: 24px;
	font-size: 16px;
	color: #fa1b00;
	line-height: 25px;
}
.syNewsBox .news-more::after{
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/synews-jt.png) no-repeat center center;
	position: absolute;
	top: 32px;
	right: 26px;
}
.sy-news-list{
	width: 82.285276%;
	float: right;
}
.sy-news-list .pdg{
	padding: 0 3.5px 0 9.5px;
}
.sy-news-item{
	
}
.mobile-sy-news{
	display: none;
}
.sy-news-item .line{
	width: 100%;
	height: 2px;
	background: #c5c5c5;
	position: relative;
}
.sy-news-item .line::after{
	content: "";
	width: 0;
	/* height: calc(100% + 2px); */
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fa1b00;
	transition: all 0.5s ease;
}
.sy-news-item:hover .line::after{
	left: 0;
	width: 100%;
	z-index: 9;
	opacity: 1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.sy-news-item .time{
	font-family: arial;
	font-size: 13px;
	color: #c5c5c5;
	margin-top: 28px;
	margin-left: 16px;
}
.sy-news-item .tit{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-left: 16px;
	margin-top: 25px;
}
.sy-news-item .more{
	line-height: 20px;
	font-size: 13px;
	color: #fa1b00;
	background: url(../images/synew-gd.png) no-repeat right center;
	display: inline-block;
	padding-right: 29px;
	margin-left: 16px;
	margin-top: 35px;
}
.sy-news-item .Pic{
	width: 100%;
	overflow: hidden;
	margin-top: 39px;
}
.sy-news-item .Pic img{
	display: block;
	width: 100%;
    transform: scale(1);
    transition: all .5s ease;
}
.sy-news-item:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}

/* ajs-more */
.ajs-more{
	display: block;
	margin: 55px auto 0;
	width: 163px;
	line-height: 44px;
	border: 1px solid #2f5fbe;
	text-align: center;
	color: #2f5fbe;
	font-size: 16px;
}
.ajs-more:hover{
	background: #2f5fbe;
	color: #fff;
}

/* ajs-bt */
.ajs-sy-bt{
	font-size: 36px;
	text-align: center;
	color: #333333;
}
.ajs-sy-bt span{
	display: inline-block;
	position: relative;
}
.ajs-sy-bt span::after{
	content: "";
	width: 69px;
	height: 12px;
	background: url(../images/asl-bt-back-r.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: -85px;
}
.ajs-sy-bt span::before{
	content: "";
	width: 69px;
	height: 12px;
	background: url(../images/asl-bt-back-l.png) no-repeat center center;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	left: -85px;
}
.ajs-sy-sub{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 18px;
}

/* Nybanner */
.Nybanner{
	width: 100%;
}
.Nybanner img{
	width: 100%;
	display: block;
}

/* product */
.product{
	width: 100%;
	padding: 65px 0 70px;
}
.product .row{
	margin-top: 45px;
}
.product .pdg{
	padding: 0 10.5px;
}
.product-item{
	width: 100%;
	margin-bottom: 24px;
}
.product-item .Pic{
	width: 100%;
	border: 1px solid #dcdcdc;
	padding: 6px;
	position: relative;
    transition: all .5s ease;
}
.product-item .Pic::after{
	width: 100%;
	height: 100%;
	content: "";
	background: #DA3614;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	transform: scale(0.8);
    transition: all .5s ease;
}
.product-item:hover .Pic::after{
	background-color: #da3614;
	border: 1px solid #DA3614;
	transform: scale(1);
    transition: all .5s ease;
}
.product-item .Pic img{
	display: block;
	width: 100%;    
	position: relative;
	z-index: 99;
	transform: scale(1);
    transition: all .5s ease;
}
.product-item p{
	text-align: center;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* prode */
.proDeImgShow{
	width: 100%;
	margin-top: 30px;
}
.imgShowPC{
	width: 100%;
	overflow: hidden;
}
.imgShowPC .bd{
	width: 76.627907%;
	float: left;
}

.imgShowPC .leftHd{
	width: 20.116279%;
	float: right;
	position: relative;
}
.imgShowPC .hd{
	width: 100%; 
	padding-top: 38px;
}
.imgShowPC .hd ul li{
	margin-bottom: 5px;
	cursor: pointer;
}
.imgShowPC .hd img{
	border: 2px solid #fff;
	transition: all .5s ease;
}
.imgShowPC .hd ul li.on img{
	border: 2px solid #da3715;
	transition: all .5s ease;
}
.imgShowPC .hd .tempWrap{
	height: auto !important;
}
.imgShowPC .prev,
.imgShowPC .next{
	width: 100%;
	height: 24px;
	position: absolute;
	left: 0;
	z-index: 99;
}
.imgShowPC .prev{
	background: #c6c6c6 url(../images/prode-prev.png) no-repeat center center;
	top: 0;
	transition: all .5s ease;
}
.imgShowPC .prev:hover{
	background: #da3715 url(../images/prode-prev.png) no-repeat center center;
	transition: all .5s ease;
}
.imgShowPC .next{
	background: #c6c6c6 url(../images/prode-next.png) no-repeat center center;
	bottom: 0;
	transition: all .5s ease;
}
.imgShowPC .next:hover{
	background: #da3715 url(../images/prode-next.png) no-repeat center center;
	transition: all .5s ease;
}
.imgShowMobile{
	display: none;
}
.imgShowMobile img{
	display: block;
	width: 100%;
}
.imgShowMobile .swiper-pagination-bullet-active{
	background: #da3715;
}
.proDeInfo{
	width: 100%;
	margin-top: 62px;
}
.proDeInfo .tit{
	width: 100%;
	line-height: 40px;
	background-color: #f1f1f1;
}
.proDeInfo .tit span{
	display: inline-block;
	padding: 0 18px;
	background: #da3715;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.proDeInfo .content{
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	line-height: 32px;
	margin-top: 35px;
}

/* serCont */
.serCont{
	width: 100%;
	overflow: hidden;
	margin-top: 42px;
	line-height: 32px;
	font-size: 15px;
	color: #666666;
}

/* .leftClass */
.leftClass{
	width: 20.833334%;
	float: left;
}
.clsTop{
	width: 100%;
	background: #da3614 url(../images/left-top-red.jpg) no-repeat top 56% center;
	padding: 28px 0 25px;
	text-align: center;
	color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.clsTop .cn{
	font-size: 28px;
}
.clsTop .en{
	font-size: 18px;
	font-family: arial;
	margin-top: 32px;
}
.clsList{
	background: #f4f4f4;
	padding: 13.5px;
}
.clsList ul{
	
}
.clsList ul li{
	background: #fff;
	line-height: 45px;
	margin-bottom: 1px;
}
.clsList ul li > a{
	display: block;
	font-size: 15px;
	color: #333333;	
	background: url(../images/clslistback.png) no-repeat left 11px center;
	padding-left: 28px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	padding-right: 10px;
	min-height: 45px;
}
.clsList ul li:hover > a,
.clsList ul li.on > a{
	background: #ff9012 url(../images/clslistback2.png) no-repeat left 11px center;
	color: #fff;
}

/* rightList */
.rightList{
	width: 71.666667%;
	float: right;
}
.ListTit{
	
}
.ListTit h5{
	font-size: 32px;
	color: #333333;
	line-height: 60px;
}
.ListTit .line{
	width: 100%;  
	margin-top: 24px;
	background: url(../images/rightlistback.jpg) repeat-x center center;
}
.ListTit .line span{
	display: block;
	width: 60px;
	height: 3px;
	background-color: #da3614;
}

/* about */
.Company_profile{
	width: 100%;
	padding: 72px 0 75px;
}
.Company_profile .content{
	width: 50.666667%;
	float: left;
}
.Company_profile .content .bt{
	font-size: 32px;
	color: #333333;
	margin-bottom: 25px; 
}
.Company_profile .content .info{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
}
.Company_profile .Pic{
	width: 40.333333%;
	float: right;
	margin-top: 32px;
}

.Core_values{
	width: 100%; 
	padding: 0 0 314px 0;
	background: #f4f4f3 url(../images/jzg-back.png) no-repeat top center;
}
.Core_values .abtH5{
	padding-top: 52px;
}
.jzg-info{
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 66px;
}
.jzgPic{
	display: inline-block; 
}
.jzg-item{
	position: absolute;
	cursor: pointer;
	width: 29%;
}
.jzg-item .info{
	width: 78.735632%;
	float: left;
}
#jzg1 .info .tit,
#jzg2 .info .tit{
	text-align: right;
}
.jzg-item .info .tit{
	font-size: 20px;
	color: #333333;
	margin-bottom: 18px;
}
.jzg-item .info .sub{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	text-align: left;
}
.jzg-item .Ico{
	width: 12.931034%;
	float: right;
	position: relative;
	border-radius: 100%;
	max-width: 45px;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, .2);
}
.jzg-item .Ico::after{
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #da3614;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 100%;
	transition: all .5s ease;
}
.jzg-item:hover .Ico::after{
	transform: scale(1.32);
	transition: all .5s ease;
}
#jzg1{
	top: 36px;
	left: 42px;
}
#jzg2{
	top: 225px;
	left: 42px;
}
#jzg3{
	bottom: -223px;
	left: 50%;
	width: 33%;
	margin-left: -16.2%;
}
#jzg3 .Ico{
	float: none;
	margin: 0 auto;
}
#jzg3 .info{
	width: 100%;
	margin-top: 17px;
}
#jzg4{
	right: 58px;
	top: 225px;
}
#jzg5{
	right: 58px;
	top: 36px;
}
#jzg4 .Ico,
#jzg5 .Ico{
	float: left;
}
#jzg4 .info,
#jzg5 .info{
	float: right;
}
#jzg4 .info .tit,
#jzg5 .info .tit{
	text-align: left;
}
.abtH5{
	font-size: 32px;
	text-align: center;
	color: #333333;
}

/* honor */
.honor{
	width: 100%;
	padding: 60px 0 70px;
}
.honor .container{
	width: 96%;
	max-width: 1161px;
}
.honorShow{
	margin-top: 40px;
}
.honorShow .zhengshu{
	width: 52.713178%;
	float: left;
	background: url(../images/honor-line.png) no-repeat right top 8px;
	padding-right: 30px;
	cursor: all-scroll;
}
.honorShow .zhengshu img{
	border: 1px solid #dedede;
	padding: 5px 6px;
}
.honorShow .zhengshu p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}
.honorShow .zhengshu2{
	float: right;
	width: 45.305771%;
}
.honorShow .zhengshu2 p{
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
}

/* application */
.application{
	width: 100%;
	padding: 64px 0;
}
.app-item{
	width: 100%;
	border-bottom: 1px solid #ececec;
	padding-bottom: 52px;
	cursor: pointer;
	margin-bottom: 48px;
	transition: all .5s ease;
}
.app-item:hover{
	border-bottom: 1px solid #da3715;
}
.app-item .Pic{
	width: 47.33334%;
	float: left;
	overflow: hidden;
}
.app-item .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.app-item:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.app-item:nth-of-type(2n+2) .Pic{
	float: right;
}
.app-item .info{
	width: 47.916667%;
	float: right;
}
.app-item:nth-of-type(2n+2) .info{
	float: left;
}
.app-item .info h4{
	font-size: 28px;
	color: #da3715;
	margin-top: 20px;
}
.app-item .info .line{
	width: 51px;
	height: 4px;
	margin: 24px 0 28px;
	background: url(../images/app-line.jpg) no-repeat center center;
	background-size: 100% 100%;
	transition: all .5s ease;
}
.app-item:hover .info .line{
	width: 102px;
	background-size: 100% 100%;
	transition: all .5s ease;
}
.app-item .info .sub{
	line-height: 28px;
	font-size: 15px;
	color: #666666;
}

/* contact-warp */
.contact-warp{
	width: 100%;
	padding: 75px 0;
}
.contact{
	
}
.contact .info{
	width: 36%;
	float: left;
}
.contact .info .top{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.contact .info .tit{
	font-size: 18px;
	color: #da3614;
	margin-top: 35px;
	margin-bottom: 24px;
}
.contact .info .sub{
	font-size: 16px;
	color: #555555;
	line-height: 38px;
}
.contact .info .sub a{
	font-family: arial;
	color: #555555;
}
.contact .info .sub a.red{
	color: #da3614;
}
.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]:focus{
	box-shadow: 0 0 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.message input:-ms-input-placeholder{
	color: #999;
}
.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-tel.png) no-repeat left 17px center;
	padding-left: 45px;
}
.message textarea{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 207px;
	min-height: 207px;
	max-width: 207px;
	border: none;
	background: #F2F2F2 url(../images/c-meg.png) no-repeat top 18px left 17px;
	padding-top: ;
	line-height: 25px;
	padding-top: 12px;
	padding-left: 45px;
	padding-right: 42px;
	font-size: 14px;
	color: #999999;
	transition: all .5s ease;
}
.message textarea:focus{
	box-shadow: 0 0 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.message input[type=button]{
	width: 145px;
	height: 46px;
	background: #da3614;
	font-size: 15px;
	color: #fff;
	border: none;
	outline: none;
	border-radius: 8px;
	margin-top: 25px;
	transition: all .5s ease;
}
.message input[type=button]:hover{
	box-shadow: 7px 5px 12px 0 rgba(218, 54, 20, .4);
	transition: all .5s ease;
}
.maps{
	width: 100%;
	overflow: hidden;
	margin-top: 58px;
}

/* administration */
.administration{
	width: 100%;
	padding: 50px 0 90px;
}
.administration .topH4{
	font-size: 32px;
	color: #333333;
}
.administration .topInfo{
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-top: 32px;
}
.admin-warp{
	margin-top: 42px;
}
.admin-warp .left{
	width: 47.666667%;
	float: left;
}
.admin-warp .right{
	width: 47.666667%;
	float: right;
}
.admin-item{ 
	background-color: #f3f1f1;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 55px;
	padding: 34px 60px 50px 36px;
	transition: all .5s ease;
}
.admin-item:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .4);
	transition: all .5s ease;
}
.admin-item .tit{
	font-size: 22px;
	color: #da3614;
}
.admin-item .sub{
	font-size: 14px;
	color: #555555;
	line-height: 25px;
	margin-top: 28px;
}
.admin-item .Pic{
	width: 100%;
	overflow: hidden;
	margin-top: 25px;
}
.admin-item .Pic img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

/* news */
.news{
	width: 100%;
	padding: 80px 0;
}
.news ul{
	
}
.news ul li{
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #e0dfdf;
	padding-bottom: 30px;
	margin-bottom: 30px;
	transition: all .5s ease;
}
.news ul li:hover{
	border-bottom: 1px solid #da3614;
	transition: all .5s ease;
}
.news ul li .timeBox{
	width: 7.33334%;
	float: left;
	text-align: center;
	background: #da3614;
	color: #fff;
	font-family: arial;
	padding: 2.5px 0;
}
.news ul li .timeBox .day{
	font-size: 36px;
	line-height: 55px;
}
.news ul li .timeBox .year{
	font-size: 16px;
	line-height: 28px; 
}
.news ul li .info{
	width: 67.166667%;
	float: left;
	margin-left: 24px;
	border-left: 1px solid #e8e8e8;
	padding-left: 24px;
	transition: all .5s ease;
}
.news ul li:hover .info{
	border-left: 1px solid #da3614;
	transition: all .5s ease;
}
.news ul li .info .tit{
	font-size: 20px;
	color: #333333;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #da3614;
	transition: all .5s ease;
}
.news ul li .info .views{
	font-family: arial;
	font-size: 15px;
	color: #999999;
	line-height: 25px;
	background: url(../images/views-ico.png) no-repeat left center;
	padding-left: 25px;
	margin: 12px 0 16px;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #888888;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li .Pic{
	width: 17.75%;
	float: right;
	overflow: hidden;
}
.news ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.news ul li:hover .Pic img{
	transform: scale(1.12);
	transition: all .5s ease;
}
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 60px 0 ;
}
.newsDe .topTit{
	border-bottom: 1px solid #e0dfdf;
	padding-bottom: 26px;
}
.newsDe .topTit h4{
	font-size: 32px;
	color: #333333;
}
.newsDe .topTit .zt{
	margin-top: 22px;
}
.newsDe .topTit .zt a{
	font-family: arial;
	font-size: 15px;
	color: #999999;
	line-height: 25px;
}
.newsDe .topTit .zt a:nth-child(1){
	background: url(../images/views-ico.png) no-repeat left center;
	padding-left: 26px;
}
.newsDe .topTit .zt a:nth-child(2){
	background: url(../images/time-ico.png) no-repeat left center;
	padding-left: 26px;
	margin-left: 15px;
}
.newsDe .content{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
	margin-top: 32px;
}
.deFy{
	margin-top: 45px;
	border-top: 1px solid #e0dfdf;
	padding-top: 28px;
}
.deFy .sxp{
	width: 75%;
	float: left;
}
.deFy .sxp a{
	display: block;
	font-size: 15px;
	color: #555555;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.deFy .return{
	display: block;
	width: 148px;
	line-height: 42px;
	border: 1px solid #da3614;
	text-align: center;
	float: right;
	font-size: 15px;
	color: #da3614;
	margin-top: 4px;
}
.deFy .return:hover{
	background: #da3614;
	color: #fff;
}

/* Nylocation */
.Nylocation{
	width: 100%;
	overflow: hidden;
	line-height: 52px;
	border-bottom: 1px solid #e8e8e8;
}
.Ny-wz{
	background: url(../images/home.png) no-repeat left center;
	padding-left: 28px;
	float: left;
	font-size: 14px;
	color: #333333;
}
.Ny-wz a{
	color: #333;
}
.Ny-wz a:hover{
	color: #da3614;
}
.Ny-dh{
	float: right;
	overflow: hidden;
}
.Ny-dh a{
	display: block;
	float: left;
	padding: 0 24px;
	color: #333333;
	font-size: 15px;
}
.Ny-dh a:hover,
.Ny-dh a.on{
	background-color: #da3614;
	color: #fff;
}

/* footer */
footer{
	width: 100%;
}
.foot-top{
	width: 100%;
	background: #515151;
}
.foot-top .container{
	background: url(../images/foot-ico.png) no-repeat right 80px bottom;
	padding: 52px 0 75px;
}
.foot-itme{
	float: left;
	margin-left: 92px;
}
.foot-itme:nth-child(1){
	margin-left: 0;
}
.foot-itme h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 25px;
	margin-top: 6px;
}
.foot-itme > a{
	font-size: 14px;
	color: #d5d5d5;
	line-height: 32px;
	display: block;
}
.foot-itme > a:hover{
	color: #fff;
}
.foot-itme p{
	font-size: 14px;
	color: #fff;
	line-height: 34px;
	padding-left: 27px;
}
.foot-itme p a{
	color: #fff;
}
.foot-itme p a:hover{
	text-decoration: underline;
}
.foot-itme .dz{
	background: url(../images/foot-dz.png) no-repeat left top 9px;
}
.foot-itme .tel{
	background: url(../images/foot-tel.png) no-repeat left top 10px;
}
.foot-itme .email{
	background: url(../images/foot-email.png) no-repeat left top 12px;
}
.foot-ewm{
	float: right;
	margin-top: 10px;
}
.foot-ewm p{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-top: 22px;
}
.bsBox{
	width: auto !important;
	height: auto !important;
}
.f-fx{
	margin-left: 27px;
	margin-top: 22px;
}
.f-fx a{
	width: 30px !important;
	height: 29px !important;
	background: url(../images/foot-fx.png) !important;
}
.f-fx .bshare-weixin{
	background-position: -43px 0 !important;
}
.f-fx .bshare-qqim{
	background-position: -85px 0 !important;
}
.foot-copy{
	width: 100%;
	line-height: 65px;
	background: #333333;
	overflow: hidden;
	font-size: 14px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.foot-copy p{
	color: #fff;
}
.foot-copy a{
	color: #fff;
}
.foot-copy a:hover{
	text-decoration: underline;
}

/* footer end */

/*page*/
.Page{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #e5483c;
}
.Page a{ border:1px solid #c9c9c9; padding: 4px 9px; font-size:12px; color:#ababab; }
.Page a.sy{color:#707072 !important;}
.current{ background:#e5483c; padding:4px 9px; color:#fff; border:1px solid #e5483c;font-size:12px;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-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(250,39,6,1); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(225,85,0,1);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(250,39,6,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; 
}