@charset "UTF-8";
body{
	font-family: "微软雅黑";
}
img{
	max-width: 100%;
}
.clear{
	clear: both;
}

.footH {
    height: 50px;
    display: none;
}
.footFix {
    background: #333;
    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*/ 
.menus {
    width: 100%; 
    padding: 8px 0;
    background: #fff url(../images/menus-ny-back.jpg) repeat-x bottom center;
    z-index: 999;  
    transition: all .5s ease; 
} 
@media (min-width: 1400px){
	.menus .container {
	    width: 1380px;
	}
} 
.menus#issy{
	position: fixed;
	background: rgba(0,0,0,0);
	top: 0;
	background: url(../images/menus-sy-back.png) repeat-x bottom center;
}
.menus .Logo{
	float: left;
}
.menus.fixedbg {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,0.9) url(../images/menus-ny-back.jpg) repeat-x bottom center;
    padding: 5px 0;
    z-index: 9999;  
    transition: all .5s ease; 
}
.menus#issy.fixedbg{
	background: rgba(0,0,0,0.4) url(../images/menus-sy-back.png) repeat-x bottom center;
}
.menus .WebLink{ 
	float: right;
	overflow: hidden;  
	padding-top: 11px;
} 
.menus .WebLink li{
	float: left;
	text-align: center;
	margin-left: 48px;
}
.menus .WebLink li:first-child{
	margin-left: 0;
}
.menus .WebLink li .cn{
	font-size: 16px;
	line-height: 25px;
}
.menus .WebLink li .en{
	font-family: arial;
	font-size: 12px;
	line-height: 20px;
}
.menus#issy .WebLink li p{
	color: #fff;
    transition: all .5s ease; 
}
.menus .WebLink li .cn{
	color: #020301;
    transition: all .5s ease; 
}
.menus .WebLink li .en{
	color: #5a5959;
    transition: all .5s ease; 
}
.menus#issy .WebLink li:hover p,
.menus .WebLink li:hover p{
	color: #e90000;
    transition: all .5s ease; 
}

/*banner*/ 
.hh-banner-warp{
	position: relative;
	overflow: hidden;
}
#banner-hd{
	width: 195px;
	position: absolute;
	top: 35%;
	right: 7%; 
}
.banner-hd-rel{
	position: relative;
}
.banner-hd-rel::before{
	content: "";
	position: absolute;
	width: 2px;
	height: 86%;
	background: #fff;
	right: 26px;
	top: 6%;
	z-index: 9;
}
#banner-hd .list-hd{
	width: 100%;
	height: 40px;
	line-height: 40px;
	/*background: rgba(0,0,0,0.4);*/
	border-radius: 40px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-indent: 100px;
	position: relative;
    transition: all .5s ease; 
}
#banner-hd .swiper-slide.swiper-slide-thumb-active .list-hd{
    text-shadow: 0px 0px 2px #000;
    transition: all .5s ease; 
}
#banner-hd .list-hd::after{
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	background: url(../images/banner-dot1.png) no-repeat center center;
	right: 16px;
	top: 50%;
	margin-top: -11px;
    transition: all .5s ease; 
}
#banner-hd .swiper-slide.swiper-slide-thumb-active .list-hd::after{
	background: url(../images/banner-dot2.png) no-repeat center center;
    transition: all .5s ease; 
}
#banner-ico1{
	background: rgba(0,0,0,0.4) url(../images/banner-ico1.png) no-repeat left 31px center;
	margin-bottom: 40px;
    transition: all .5s ease; 
}
#banner-hd .swiper-slide.swiper-slide-thumb-active #banner-ico1,
#banner-ico1:hover{
	background: #da0000 url(../images/banner-ico1.png) no-repeat left 31px center;
    transition: all .5s ease; 
}
#banner-ico2{
	background: rgba(0,0,0,0.4) url(../images/banner-ico2.png) no-repeat left 34px center; 
    transition: all .5s ease; 
	margin-bottom: 40px;
}
#banner-hd .swiper-slide.swiper-slide-thumb-active #banner-ico2,
#banner-ico2:hover{
	background: #da0000 url(../images/banner-ico2.png) no-repeat left 34px center; 
    transition: all .5s ease; 
}
#banner-ico3{
	background: rgba(0,0,0,0.4) url(../images/banner-ico3.png) no-repeat left 37px center; 
    transition: all .5s ease; 
	margin-bottom: 40px;
}
#banner-hd .swiper-slide.swiper-slide-thumb-active #banner-ico3,
#banner-ico3:hover{
	background: #da0000 url(../images/banner-ico3.png) no-repeat left 37px center; 
    transition: all .5s ease; 
}
#banner-ico4{
	background: rgba(0,0,0,0.4) url(../images/banner-ico4.png) no-repeat left 29px center; 
    transition: all .5s ease; 
}
#banner-hd .swiper-slide.swiper-slide-thumb-active #banner-ico4,
#banner-ico4:hover{
	background: #da0000 url(../images/banner-ico4.png) no-repeat left 29px center; 
    transition: all .5s ease; 
}

/*indexAbout*/
.indexAbout{
	width: 100%;
	overflow: hidden;
	padding: 48px 0;
}
@media (min-width: 1200px){
	.indexAbout .container {
	    width: 1111px;
	}
}
.indexAbout .sy-hh-cn{
	font-size: 15px;
	margin-bottom: 5px;
}
.indexAbout .sy-hh-en{
	margin-bottom: 0;
}
.sy-abt-cn{
	text-align: center;
	font-size: 15px;
	color: #282828;
	line-height: 32px;
	margin-top: 50px;
}
.sy-abt-en{
	font-family: arial;
	font-size: 14px;
	color: #676767;
	line-height: 24px;
	text-align: center;
	margin-top: 35px;
}
.indexAbout .row{
	margin-top: 38px;
}
.indexAbout .sort{
	padding: 0 8.5px;
}
.indexAbout .item-list{
	overflow: hidden;
	position: relative;
}
.indexAbout .item-list .sub{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	text-align: center;
	color: #fff;
	padding-top: 21%;
    transition: all .5s ease; 
}
.indexAbout .item-list:hover .sub{
	background: rgba(161,14,8,0.6);
    transition: all .5s ease; 
}
.indexAbout .item-list .sub .sz{
	font-family: "Gotham Pro";
	font-size: 36px; 
	line-height: 40px;
}
.indexAbout .item-list .sub .bt{
	position: relative;
	font-size: 16px;
}
.indexAbout .item-list .sub .bt .en{
	font-family: arial;
	color: #fff;
	opacity: 1;
    transition: all .5s ease; 
}
.indexAbout .item-list:hover .sub .bt .en{
	opacity: 0;
    transition: all .5s ease; 
}
.indexAbout .item-list .sub .bt .cn{
	position: absolute;
	left: 50%;
	width: 25%;
	margin-left: -12.5%;
	opacity: 0;
    transition: all .5s ease; 
}
.indexAbout .item-list:hover .sub .bt .cn{
	opacity: 1;
    transition: all .5s ease; 
}
.indexAbout .item-list img{
	display: block;
	width: 100%;
	transform: scale(1.12);
    transition: all .6s ease; 
}
.indexAbout .item-list:hover img{
	transform: scale(1);
    transition: all .6s ease;
}

/*indexProject*/
.indexProject{
	width: 100%;
	overflow: hidden;
	padding: 48px 0;
	background: #f5f5f5 url(../images/sy-project-back.png) no-repeat right 5% top 5%;
}
@media (min-width: 1360px){
	.indexProject .container {
	    width: 1340px;
	}
}
.indexProject .row{
	margin-top: 48px;
}
.indexProject .row .sort{
	padding: 0 5px;
	margin-bottom: 20px;
}
.indexProject .item-list{
	width: 100%;
	overflow: hidden;
}
.indexProject .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.indexProject .item-list .Pic img{
	display: block;
	width: 100%;
}
.indexProject .item-list .bt{
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 40px;
	margin-top: 1px;
}
.indexProject .item-list .bt .cn{
	text-align: center;
	line-height: 40px;
	background: #ececeb;
	font-size: 14px;
	color: #494949;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProject .item-list .bt .en{
	position: absolute;
	width: 100%;
	line-height: 40px;
	background: #da251d;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	top: 0;
	left: 0;
	text-align: center;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;    
}
.indexProject .item-list:hover .bt .en{
	opacity: 1;
	top: 0;
    transition: all .5s ease;    
}

/*indexNews_Solution*/
.indexNews_Solution{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dedede; 
	margin-top: 55px;
	padding-bottom: 32px;
	position: relative;
}
@media (min-width: 1360px){
	.indexNews_Solution .container {
	    width: 1340px;
	}
} 
.indexNews_Solution::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	background: #dedede;
	top: 0;
	left: 56%;
}
.indexNews{
	width: 52.985074626%;
	float: left;
	overflow: hidden;
	padding-top: 50px;
	/*border-right: 1px solid #dedede;*/
	/*padding-right: 48px;*/
	padding-bottom: 50px;
}
.indexNews_Solution .top-bt{
	overflow: hidden;
}
.indexNews_Solution .top-bt h5{
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #4e4e4e;
	line-height: 30px;
}
.indexNews_Solution .top-bt h5 span{
	font-size: 18px;
}
.indexNews .hd{
	float: right;
}
.indexNews .hd ul{
	
}
.indexNews .hd ul li{
	display: block;
	float: left;
	width: 88px;
	line-height: 28px;
	border: 1px solid #dadcdd;
	text-align: center;
	font-size: 14px;
	color: #282828;
	border-radius: 30px;
	cursor: pointer;
	margin-left: 8px;
    transition: all .5s ease;   
}
.indexNews .hd ul li.on{
	background: #da251d;
	color: #fff;
    transition: all .5s ease;   
}
.indexNews .bd{
	margin-top: 42px;
}
.indexNews .rightNews{
	width: 100%; 
	overflow: hidden;
}
.indexNews .rightNews .item-list{
	width: 100%;
	border-bottom: 1px dashed #d1d1d1;
	padding-bottom: 12px;
	overflow: hidden;
	margin-bottom: 18px;
}
.indexNews .rightNews .item-list.on{
	background: #f5f5f5;
	padding: 12px 20px 12px 25px;
}
.indexNews .rightNews .item-list .subInfo{
	width: 82%;
	float: left;
	overflow: hidden;
}
.indexNews .rightNews .item-list .subInfo .tit{
	font-size: 16px;
	color: #3c3939;
	line-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 25px;
}
.indexNews .rightNews .item-list.on .subInfo .tit{
	color: #e3001e; 
	font-weight: bold;
	padding-left: 78px;
	background: url(../images/sy-news-hx.jpg) no-repeat left center;
}
.indexNews .rightNews .item-list .subInfo .sub{
	font-size: 14px;
	color: #6c6a6a;
	line-height: 23px;
	min-height: 46px;
	padding-top: 8px;
	
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	display: none;
}
.indexNews .rightNews .item-list.on .subInfo .sub{
	display: -webkit-box;
}
.indexNews .rightNews .item-list .time1{
	float: right;
	font-size: 14px;
	color: #3c3939;
}
.indexNews .rightNews .item-list.on .time1{
	display: none;
}
.indexNews .rightNews .item-list .time2{
	width: 10.889570552%;
	height: 65px;
	background: #e3001e;
	color: #fff;
	text-align: center;
	float: right;
	margin-top: 6px;
	display: none;
}
.indexNews .rightNews .item-list.on .time2{
	display: block;
}
.indexNews .rightNews .item-list .time2 .day{
	display: block;
	font-weight: bold;
	font-family: arial;
	font-size: 36px; 
	line-height: 46px;
}
.indexNews .rightNews .item-list .time2 .year{
	display: block;
	font-family: arial;
	font-size: 12px;
}

/*indexSolution*/
.indexSolution{
	width: 39.552238805%;
	float: right;
	padding-top: 48px; 
}
.more-fa{
	display: block;
	float: right;
	width: 88px;
	line-height: 28px;
	border: 1px solid #dadcdd;
	border-radius: 30px;
	font-size: 12px;
	color: #2b2b2b !important;
	background: url(../images/More.png) no-repeat left 18px center;
	padding-left: 35px;
}
.more-fa:hover{
	border: 1px solid #da251d;
}
.sy-jjfa{
	margin-top: 42px;
}
.sy-jjfa .Pic{
	width: 100%;
	overflow: hidden;
}
.sy-jjfa .Pic img{
	display: block;
	width: 100%;
}
.sy-jjfa .SubInfo{
	margin-top: 16px;
}
.sy-jjfa .tit{
	font-weight: bold;
	font-size: 18px;
	color: #2b2b2b;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-jjfa .sub{
	font-size: 14px;
	color: #6c6969;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 12px;
}

/*Nybanner*/
.Nybanner{
	width: 100%;
}
.Nybanner img{
	display: block;
	width: 100%;
}

/*about*/
.outline{
	width: 100%;
	overflow: hidden;
}
@media (min-width: 1400px){
	.outline .container {
	    width: 96%;
	}
	.outline-sf{
		width: 61%;
	}
}
.outline-sf{
	float: right;
	margin-right: 30%;
}
.outline .container{
	background: #f7f7f7;
	padding: 0 0 30px 0;
}
.outline .top-pic{
	padding: 0 50px;
}
.outline .top-pic .top-left{
	float: left;
	width: 45%;
}
.outline-bt{
	padding-top: 48px;
}
.outline-bt .cn{
	font-size: 16px;
	color: #423d3d;
}
.outline-bt .en{
	font-family: arial;
	font-size: 26px;
	color: #252525;
	font-weight: bold;
	line-height: 30px;
	margin-top: 6px;
}
.outline .top-pic .top-right{
	width: 55%;
	float: right;
}
.outline .btm-info{
	padding: 0 120px;	
	font-size: 15px;
	color: #212121;
	line-height: 28px;
	margin-top: 54px;
}
.outline .btm-info .left-info{
	width: 50.8%;
	float: left;
}
.outline .btm-info .right-info{
	width: 45%;
	float: right;
}

.values{
	width: 100%;
	overflow: hidden;
	padding: 45px 0 55px 0;
	background: url(../images/values-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
@media (min-width: 1360px){
	.values .container {
	    width: 1340px;
	}
}
.values .abt-bt-cn,
.values .abt-bt-en{
	color: #fff;
}
.values .row{
	margin-top: 60px;
}
.values .sort{
	padding: 0 5px;
}

.honor{
	width: 100%;
	overflow: hidden;
	background: url(../images/honor-back.jpg) no-repeat top center;
	background-size: cover;
	padding: 52px 0 45px 0;
}
.honor-warp{
	margin-top: 32px;
	position: relative;
}
.swiper-wrapper{
	padding-bottom: 90px;	
	
}
.zzry .swiper-wrapper{
	margin-top:20px;
}
.swiper-container .bd{
	overflow: hidden;
    text-align: center;
	width:50%;
}
.honorImg img{
/*	border: 8px solid #292e4b;*/
	background: url(../images/honor-back.png) no-repeat center center;
	padding: 14px;
	background-size: cover;
	cursor: pointer;
}
.honorImg .swiper-pagination-bullet,
#qyhj .swiper-pagination-bullet{
	width: 18px;
	height: 18px;
	background: url(../images/dot1.png) no-repeat center center;
	opacity: 1;
	transition: all .5s ease;
}
.honorImg .swiper-pagination-bullet-active,
#qyhj .swiper-pagination-bullet-active{
	background: url(../images/dot2.png) no-repeat center center;
	transition: all .5s ease;
}

.honortitle{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
}
.honor-warp .hN{
	width: 46px;
	height: 46px;
	background: url(../images/h-n.png) no-repeat center center;
	right: -8%; 
	top: 44%;
}
.honor-warp .hP{
	width: 46px;
	height: 46px;
	background: url(../images/h-p.png) no-repeat center center;
	left: -8%;
	top: 44%;
}

.environment{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
@media (min-width: 1160px){
	.environment .container {
	    width: 1145px;
	}
}
.qyhj-warp{
	margin-top: 35px;
	cursor: all-scroll;
}
#qyhj{
	padding-bottom: 80px;
}
#qyhj img{
	width: 100%;
	display: block;
}
#qyhj .bigImg{
	width: 67%;
}
#qyhj .smlImg{
	width: 33%;
}
#qyhj .smlImg img{
	margin-bottom: 8px;
}
#qyhj .smlImg img:last-child{
	margin-bottom: 0;
}

/*project*/
.project{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 60px 0;
}
@media (min-width: 1360px){
	.project .container {
	    width: 1340px;
	}
}
@media (min-width: 1200px){
.project-class .col-md-2{
	width: 12.5%;
}
}
.p9{
	padding: 0 4.5px;
}
.project-class{
	text-align:center;
}
.project-class a{
	display: inline-block;
	width: 100%;
	line-height: 38px;
	border: 1px solid #dadcdd;
	text-align: center;
	border-radius: 40px;
	font-size: 16px;
	color: #282828;
	margin:0 4.5px;
}
#honorclass a{
	width: 13%;
}
.project-class a:hover,
.project-class a.on{
	background: #da251d;
	border: 1px solid #da251d;
	color: #fff;
}
.project-list{
	margin-top: 45px;
}
.p7{
	padding: 0 3.5px;
}
.project-list .item-list{
	margin-bottom: 20px;
}
.project-list .Pic{
	width: 100%;
	overflow: hidden;
}
.project-list .Pic img{
	display: block;
	width: 100%;
}
.project-list p{
	text-align: center;
	line-height: 40px;
	min-height: 40px;
	margin-top: 1px;
	background: #ececeb;
	font-size: 14px;
	color: #494949;
	font-weight: bold;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.project-list .item-list:hover p{
	background: #da251d;
	color: #fff;
	transition: all .5s ease;
}

/*projectDe*/
.projectDe{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 60px 0;
}
@media (min-width: 1250px){
	.projectDe .container {
	    width: 1200px;
	}
}
.projectDe-info{
	
}
.projectDe-info .p1{
	padding: 0 0.5px;
}
.projectDe-info .item-list{
	background: #666666;
	line-height: 50px; 
	color: #fff;
	margin-bottom: 1px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-left: 52px;
}
.projectDe-info #dmj{
	background: url(../images/de-mj.png) no-repeat left 24px center #666666;
}
.projectDe-info #dlx{
	background: url(../images/de-lx.png) no-repeat left 24px center #666666;
}
.projectDe-info #dgq{
	background: url(../images/de-gq.png) no-repeat left 24px center #666666;
}
.projectDe-info #ddz{
	background: url(../images/de-dz.png) no-repeat left 24px center #666666;
}

/*projectImgShow*/
.projectImgShow{
	overflow: hidden;
	margin-top: 40px;
}
.projectImgShow .hd{
	width: 26.25%;
	float: left;
}
.projectImgShow .hd li{
	width: 49.20634920634921%;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
	position: relative;
}
.projectImgShow .hd li::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(218,37,29,0.6) url(../images/project-on.png) no-repeat center center;
	left: 0;
	top: 0;
	opacity: 0;
    transition: all .5s ease; 
}
.projectImgShow .hd li.on::after{
	opacity: 1;
    transition: all .5s ease; 
}
.projectImgShow .hd li .isimg{
	display: block;
	width: 100%;
}
.projectImgShow .hd li:nth-of-type(2n+2){
	float: right;
}
.projectImgShow .bd{
	width: 72.91666666666667%;
	float: right;
}
.projectImgShow .bd ul li img{
	display: block;
	width: 100%;
}
#mobileImg{
	display: none;
}
#mobileImg img{
	display: block;
	width: 100%;
	cursor: all-scroll;
}
#mobileImg .swiper-pagination-bullet-active{
	background: #da0101;
}
.news-content{
	width: 100%;
	overflow: hidden;
	font-size: 15px;
	line-height: 32px;
	color: #424242;
	margin-top: 35px;
}
.news-gn{
	overflow: hidden;
	margin-top: 80px;
	line-height: 36px;
}
.news-share{
	float: left;
}
.news-share a{
	width: 36px !important;
	height: 36px !important;
}
.news-share .bshare-weixin{
	background: url(../images/f-wx.png) no-repeat center center !important;
}
.news-share .bshare-qqim{
	background: url(../images/f-qq.png) no-repeat center center !important;
}
.news-share .bshare-qqxiaoyou{
	background: url(../images/f-pyq.png) no-repeat center center !important;
}
.news-share .bshare-sinaminiblog{
	background: url(../images/f-wb.png) no-repeat center center !important;
}
.news-ly{
	float: right;
	font-size: 14px;
	color: #333;
}
.mt30{
	margin-top: 30px;
}

/*jjfa*/
.solution{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 60px 0;
}
@media (min-width: 1360px){
	.solution .container {
	    width: 1340px;
	}
}
.solution .left-bt{
	width: 16.417910447%;
	float: left; 
	border-right: 1px solid #e3e8ec;
}
.solution .left-bt h4{
	font-weight: bold;
	font-size: 24px;
	color: #4e4e4e;
}
.solution .left-bt .left-bt-a{
	margin-top: 40px;
	padding-right: 19px;
}
.solution .left-bt .left-bt-a a{
	display: block;
	width: 100%;
	line-height: 38px;
	border-bottom: 2px solid #fff;
	text-indent: 46px;
	margin-bottom: 14px;
	color: #2d2c2c;
	position: relative;
	transition: all .5s ease;
}
.solution .left-bt .left-bt-a a:hover,
.solution .left-bt .left-bt-a a.on{
	background: #f5f5f5;
	color: #da251d;
	border-bottom: 2px solid #da251d;
	transition: all .5s ease;
}
.solution .left-bt .left-bt-a a::after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/jjfa-yjt.png) no-repeat center center;
	right: 4px;
	top: 50%;
	opacity: 0;
	margin-top: -5.5px;
	transition: all .5s ease;
}
.solution .left-bt .left-bt-a a:hover::after,
.solution .left-bt .left-bt-a a.on::after{
	opacity: 1;
	right: 14px;
	transition: all .5s ease;
}
.solution .left-bt .left-bt-a a::before{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/jjfa-jt1.png) no-repeat center center;
	top: 50%; 
	left: 12px;
	margin-top: -5.5px;
	transition: all .5s ease;
}
.solution .left-bt .left-bt-a a:hover::before,
.solution .left-bt .left-bt-a a.on::before{
	background: url(../images/jjfa-jt2.png) no-repeat center center;
	transition: all .5s ease;
}
.jjfa-cont-warp{
	width: 78.358208955%;
	float: right;
	overflow: hidden;
}
.jjfa-cont-warp .jjfa-bt{
	font-weight: bold;
	font-size: 20px;
	color: #da251d;
	border-bottom: 1px solid #e3e8ec;
	line-height: 30px;
	padding-bottom: 20px;
}
.jjfa-cont{
	overflow: hidden;
	margin-top: 48px;
	color: #424242;
	font-size: 15px;
	line-height: 30px;
}
.jjfa-case{
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
}
.jjfa-case .bt{
	font-size: 26px;border-bottom: 1px solid #e3e8ec;padding-bottom: 20px;
}
.p5{
	padding: 0 2.5px;
}
.jjfa-case .row{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
.jjfa-case .row > div{
	margin-bottom: 20px;
}
.jjfa-case .row > div img{
	display: block;
	width: 100%;
}
.jjfa-case .row > div p{
	text-align: center;
	line-height: 50px;
	margin-top: 1px;
	font-weight: bold;
	font-size: 16px;
	color: #494949;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #ececeb;
}

/*人才招聘*/
@media (min-width: 1260px){
	.recruitment .container {
	    width: 1200px;
	}
}
.rczp-top-info{
	width: 100%;
	height: 870px; 
	position: relative;
	text-align: center;
}
.rczp-top-info h3{
	font-weight: bold;
	font-size: 38px;
	color: #010200;
	padding-top: 98px;
}
.rczp-top-info h6{
	font-size: 18px;
	color: #010200;
	padding-top: 22px;	
}
.rczp-top-info .info{
	font-size: 16px;
	color: #010200;
	line-height: 30px;
	margin-top: 64px;
}
.rczp-top-info .info a{
	color: #DA0101;
	font-weight: bold;
}
.rczp-top-info .shubiao{
	position: absolute;
	width: 26px;
	height: 38px;
	background: url(../images/shubiao-ico.png) no-repeat center center;
	bottom: 26px;
	left: 50%;
	margin-left: -13px;
}
.rczp-list{
	width: 100%;
	overflow: hidden;
	padding: 48px 0 60px 0;
}
.rczp-bt{
	width: 100%;
	line-height: 50px;
	background: #666666;
	overflow: hidden;
	margin-bottom: 1px;
}
.rczp-bt a{
	display: block;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 15px;
	width: 15%;
}
.rczp-lb{
	margin-bottom: 4px;
}
.rczp-lb h3{
	line-height: 50px;
	overflow: hidden; 
	border: 1px solid #d6d6d6;
	background: url(../images/plus1.png) no-repeat right 20px center;
}
.rczp-lb h3.on{
	background: #da251d url(../images/plus2.png) no-repeat right 20px center;
	border: 1px solid #da251d;
}
.rczp-lb h3 a{
	display: block;
	width: 15%;
	text-align: center;
	font-size: 15px;
	color: #1d1d1d;
	float: left;
}
.rczp-lb h3.on a{
	color: #fff;
}
.rczp-lb ul{
	border: 1px solid #da251d;
	padding: 30px 46px 52px 46px;
	border-top: none;
	display: none;
} 
.rczp-lb ul li{
	font-size: 15px;
	color: #444444;
	line-height: 30px;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 36px 0 60px 0;
}
@media (min-width: 1360px){
	.news .container {
	    width: 1340px;
	}
}
.news-cls{
	text-align: center;
	overflow: hidden;
}
.news-cls a{
	display: inline-block;
	width: 18%;
	line-height: 43px;
	border: 1px solid #dadcdd;
	text-align: center;
	font-size: 16px;
	color: #282828;
	margin: 0 16px;
	border-radius: 40px;
}
.news-cls a:hover,
.news-cls a.on{
	background: #da251d;
	color: #fff;
	border: 1px solid #da251d;
}
.news ul{
	overflow: hidden;
	margin-top: 40px;
}
.news ul li{
	overflow: hidden;
	padding: 20px;
	border-bottom: dashed 1px #e1e1e1;
	margin-bottom: 28px;
	transition: all .5s ease;
}
.news ul li:hover{
	background: #f5f5f5;
	transition: all .5s ease;
}
.news ul li .Pic{
	width: 29.23076923%;
	float: left;
	overflow: hidden;
}
.news ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
	transition: all .9s ease;
}
.news ul li:hover .Pic img{
	transform: scale(1.18);
	transition: all 2.8s ease;
}
.news ul li .SubInfo{
	width: 50.153846153%;
	float: left;
	margin-left: 3%;
}
.news ul li .SubInfo .tit{
	font-weight: bold;
	font-size: 18px;
	color: #4b4b4b;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: url(../images/news-hx.jpg) no-repeat left center;
    margin-top: 10px;
    background-size: 0 2px;
	transition: all .5s ease;
}
.news ul li:hover .SubInfo .tit{
    padding-left: 78px;
    color: #da251d;
    background-size: 65px 2px;
	transition: all .5s ease;
}
.news ul li .SubInfo .sub{
	font-size: 14px;
	color: #6c6a6a;
	line-height: 25px;
	min-height: 75px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 26px;
}
.news ul li .SubInfo .more{
	font-family: arial;
	font-size: 12px;
	color: #2b2b2b;
	padding-left: 20px;
	line-height: 25px;
	background: url(../images/More.png) no-repeat left center;
	margin-top: 30px;
}
.news ul li .time-box{
	float: right;
	width: 5.538461538%;
	background: #666666;
	color: #fff;
	margin-top: 4.6%;
	text-align: center;
	transition: all .5s ease;
}
.news ul li:hover .time-box{
	background: #da251d;
	transition: all .5s ease;
}
.news ul li .time-box .day{
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	line-height: 47px;
}
.news ul li .time-box .year{
	font-family: arial;
	font-size: 14px;
	line-height: 25px;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
@media (min-width: 1250px){
	.contact .container {
	    width: 1200px;
	}
}
.contact .item-list{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 90px;
	margin-bottom: 70px;
}
.contact .item-box .item-list:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.contact .item-list .left-info{
	float: left;
}
.contact .item-list .left-info h3{
	font-weight: bold;
	font-size: 24px;
	color: #1d1d1d;
}
.contact .item-list .left-info p{
	color: #272727;
	line-height: 32px;
	margin-top: 32px;
}
.contact .item-list .left-info img{
	margin-top: 25px;
}
.contact .item-list .right-maps{
	float: right;
	width: 50%;
}

/*de-bt*/
.web-de-bt{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 25px;
	padding-right: 25%;
	position: relative;
}
.web-de-bt h3{
	font-weight: bold;
	font-size: 26px;
	color: #272626;
	line-height: 40px;
}
.web-de-bt .tvk{
	overflow: hidden;
	margin-top: 18px;
}
.web-de-bt .tvk a{
	display: block;
	float: left;
	font-size: 14px;
	color: #848484;
	line-height: 28px;
}
.web-de-bt .tvk #time{
	background: url(../images/time.png) no-repeat left center;
	padding-left: 26px;
	margin-right: 40px;
}
.web-de-bt .tvk #views{
	background: url(../images/views.png) no-repeat left center;
	padding-left: 28px;
	margin-right: 40px;
}
.web-de-bt .tvk #keys{
	background: url(../images/keys.png) no-repeat left center;
	padding-left: 22px;
}
.de-pg{
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 999;
}
.de-pg a{
	display: block;
	width: 40px;
	height: 40px;
	float: left;
	margin-left: 7px;
}
.de-pg a:nth-child(1){
	background: url(../images/syg.png) no-repeat center center;
}
.de-pg a:nth-child(2){
	background: url(../images/fhlb.png) no-repeat center center;
}
.de-pg a:nth-child(3){
	background: url(../images/xyg.png) no-repeat center center;
}
.de-sxp{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	padding-top: 40px;
}
.de-sxp .sxp{
	width: 70%;
	float: left;
}
.de-sxp .sxp a{
	display: block;
	font-size: 15px;
	color: #424242;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.de-sxp .sxp a:hover{
	color: #da0101;
}
.de-sxp .return{
	display: block;
	width: 130px;
	line-height: 35px;
	background: #da0101;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: right;
	margin-top: 6px;
}
.mt100{
	margin-top: 100px;
}

/*web-bt*/
.sy-hh-en{
	font-family: arial;
	font-size: 34px;
	font-weight: bold;
	color: #252525;
	text-align: center;
	line-height: 38px;
	margin-bottom: 15px;
}
.sy-hh-cn{
	font-size: 15px;
	text-align: center;
	color: #282828;
	line-height: 25px;
}
.abt-bt-cn{
	font-size: 18px;
	color: #423d3d;
	text-align: center;
	margin-bottom: 8px;
}
.abt-bt-en{
	font-family: arial;
	font-weight: bold;
	font-size: 34px;
	color: #242424;
	text-align: center;
	line-height: 40px;
}

/*footer*/
footer{
	width: 100%;
	overflow: hidden;
	background: #666666;
	border-top: 10px solid #dedede;
}
@media (min-width: 1360px){
	footer .container {
	    width: 1340px;
	}
}
.foot-info{
	width: 100%;
	overflow: hidden;
	padding: 44px 0 60px 0;
}
.f-logo{
	float: left;
}
.f-info{
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 32px;
	margin-left: 45px;
	padding-top: 5px;
}
.f-share{
	float: right;
	overflow: hidden;
	padding-top: 11px;
}
.f-share a{
	width: 48px !important;
	height: 45px !important;
	background: url(../images/f-fx.png) !important;
}
.f-share .bshare-qqim{
	background-position: 0 0;
}
.f-share .bshare-weixin{
	background-position: -55px 0 !important;
}
.f-share .bshare-sinaminiblog{
	background-position: -111px 0 !important; 
}
.f-share .bshare-qzone{
	background-position: -163px 0 !important;
}
.bsBox{
	width: auto !important;
	height: auto !important;
}
.foot-copy{
	border-top: 1px solid #838282;
	line-height: 52px;
	color: #fff;
}
.f-lm{
	float: left;
}
.f-lm a{
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	margin-right: 22px;
}
.f-lm a:hover{
	color: #e90000;
}
.f-baxx{
	float: right;
	color: #FFF;
	font-size: 12px;
	color: #d4d4d4;
}
.f-baxx a{
	color: #d4d4d4;
}
.f-baxx a:hover{
	color: #e90000;
}

/*page*/
.Page{
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}
.disabled{ border:1px solid #d8d8d8; padding: 5px 5px; font-size:12px; color:#ababab; display: none;}
.Page a:hover{
	border:1px solid #af251c;
}
.Page a{ border:1px solid #e5e5e5; padding: 4px 9px; font-size:12px; color:#ababab;  }
.Page a.sy{color:#707072 !important;}
.current{ background:#af251c; padding:4px 9px; color:#fff; border:1px solid #e5e5e5;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(218,0,0,.5); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(218,0,0,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(218,0,0,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;
}
