@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: 25px 0 26px 0;
    background: #fff;
    border-bottom: 2px solid #8792a1;
    position: relative;
    z-index: 1001;  
    /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);*/
    transition: all .5s ease; 
} 
.menus.fixedbg {
    position: fixed;
    padding: 15px 0 16px 0;
    top: 0;
    background: rgba(255,255,255,0.95);
    z-index: 9999;  
    transition: all .5s ease; 
}
.menus .Logo{
	float: left;
} 
.menus .WebLink{ 
	overflow: hidden;
	text-align: center; 
	padding-top: 4px;
	float: right;
	margin-right: 10%;
} 
.menus .WebLink li{
	float: left;
	padding: 0 20px;
/*	margin-left: 38px;*/
	margin-left: 6px;
	border-radius: 30px;
	position: relative;
    transition: all .5s ease; 
}
.menus .WebLink li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #6ddfec;
	border-radius: 30px;
	background-image: linear-gradient(to right, #1edbf1 , #8ee0ea);
	z-index: -1;
	transform: scale(0.12);
	opacity: 0;
    transition: all .5s ease; 
}
.menus .WebLink li:hover::after,
.menus .WebLink li.on::after{
	opacity: 1;
	transform: scale(1);
    transition: all .5s ease; 
	
}
.menus .WebLink li:first-child{
	margin-left: 0;
}
.menus .WebLink li > a{
	color: #3f3c3c;
	line-height: 30px;
	display: block; 
}
.menus .WebLink li:hover > a,
.menus .WebLink li.on > a{
	color: #fff; 
}
.web-language{
	float: right;
	padding-top: 8px; 
}
.web-language a{
	display: block;
	float: left;
	font-size: 14px;
	color: #9a9999;
	margin: 0 5px;
}
.web-language a:hover{
	text-decoration: underline;
}
.web-language a.on{
	font-weight: bold;
	color: #107cd3;
}

/*indexProduct*/
.indexProduct{
	width: 100%;
	overflow: hidden;
	padding: 56px 0 85px 0;
	background: url(../images/index-pro-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexProduct .row{
	margin-top: 25px;
}
.indexProduct .item-list{
	width: 100%; 
	position: relative;
}
.indexProduct .item-list::after{
	content: "";
	position: absolute;
	width: 1px;
	min-height: 200px;
	background: #fff;
	right: -15px;
	top: 70px;
}
.indexProduct .row .sort:last-child .item-list::after{
	display: none;
}
.indexProduct .item-list .Pic{
	width: 100%;
	overflow: hidden;
}
.indexProduct .item-list .Pic img{
	display: block;
	width: 100%;
}
.indexProduct .item-list p{
	text-align: center;
	font-family: arial;
	font-weight: bold;
	color: #272727;
	line-height: 25px;
	min-height: 25px;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indexProduct .item-list span{
	display: block;
	width: 133px;
	line-height: 28px;
	border: 1px solid #839471;
	text-align: center;
	border-radius: 3px;
	margin: 28px auto 0;
	font-size: 14px;
	color: #839471;
    transition: all .5s ease; 
}
.indexProduct .item-list:hover span{
	background: #839471;
	color: #fff;
    transition: all .5s ease; 
}

/*indexBox1*/
.indexBox1{
	width: 100%;
	overflow: hidden;
	padding:0 0 65px 0;
}
.indexBox1 .content{
	width: 100%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 35px 0 rgba(0, 0, 0, .2);
	padding: 55px 148px;
	margin-top: -68px;
}
.indexBox1 .content#ny-abt{
	padding: 55px 90px;
}
.indexBox1 .content .titBox{
	width: 92.857142857%;
	margin: 0 auto;
}
.indexBox1 .content .titBox h3{
	font-family: "Microsoft New...";
	font-size: 30px;
	color: #585858;
	text-align: center;
	border-top: dashed 1px #7b7b7b;
	padding-top: 20px;
}
.indexBox1 .content .titBox h2{
	font-family: "Myriad Pro";
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	color: #107cd3;
	padding-top: 20px;
	padding-bottom: 14px;
	border-bottom: dashed 1px #7b7b7b;
}
.indexBox1 .sub{ 
	color: #3b3a3a;
	font-size: 15px;
	line-height: 32px; 
	text-align: left;
}
.indexBox1 .row{
	margin-top: 55px;
}
.indexBox1 .item{
	text-align: center;
	font-family: arial; 
	color: #3b3a3a;
	line-height: 22px; 
	padding-top: 80px;
}
.indexBox1 .item#one{
	background: url(../images/1wel.png) no-repeat top center;
}
.indexBox1 .item#two{
	background: url(../images/2wel.png) no-repeat top center;
}
.indexBox1 .item#three{
	background: url(../images/3wel.png) no-repeat top center;
}
.indexBox1 .item#four{
	background: url(../images/4wel.png) no-repeat top center;
}
.indexBox1 .more{
	width: 26.904767904%;
	display: block;
	margin: 55px auto 0;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-color: #8ee0ea;
	font-family: arial;
	font-size: 14px;
	color: #fff;
	border-radius: 100px;
    transition: all .5s ease; 
}
.indexBox1 .more:hover{
	background-color: #21dbf1;
    transition: all .5s ease; 
}
.mr-abt-round-warp{
	margin-top: 48px;
	text-align: center;
}
.mr-abt-round{
	display: inline-table;
	width: 290px;
	height: 290px; 
	border-radius: 100%;
	text-align: center;
	color: #fff;
	padding-top: 70px;
	margin: 0 15px;
	cursor: pointer;
}
.mr-abt-round#round1{
	background: #58b0c0;
}
.mr-abt-round#round2{
	background: #5d9fcd;
}
.mr-abt-round#round3{
	background: #757f9a;
}
.mr-abt-round h3{
	font-weight: bold;
	font-size: 30px;
}
.mr-abt-round p{
	font-size: 15px;
	color: #fff;
	line-height: 33px;
	margin-top: 32px;
}
.mr-ny-abt-sub{
	text-align: center;
	margin-top: 78px;
	font-size: 15px;
	color: #3b3a3a;
	line-height: 35px;
}


/*20191017*/
.abt-bt-box{
	width: 100%;
	height: 280px;
	background: url(../images/abt-bt-back.jpg) no-repeat top center;
	color: #fff;
	text-align: center;
}
.abt-bt-box .bt-warp{
	padding-top: 50px;
}
.abt-bt-box .bt-rel{
	position: relative;
	display: inline-block;
}
.abt-bt-box .bt-rel::after{
	content: "";
	position: absolute;
	width: 76px;
	height: 115px;
	background: url(../images/abt-bt-left-back.png) no-repeat center center;
	left: -30%;
	top: -5px;
}
.abt-bt-box .bt-rel::before{
	content: "";
	position: absolute;
	width: 76px;
	height: 115px;
	background: url(../images/abt-bt-right-back.png) no-repeat center center;
	right: -30%;
	top: -5px;
}
.abt-bt-box .bt-en1{
	color: #9ab7cb;
	font-family: "Microsoft New...";
	font-size: 30px;
}
.abt-bt-box .bt-en1 span{
	position: relative;
}
.abt-bt-box .bt-en1 span::after{
	content: "";
	position: absolute;
	width: 77px;
	height: 1px;
	background: #9ab7cb;
	top: 50%;
	left: -66%;
}
.abt-bt-box .bt-en1 span::before{
	content: "";
	position: absolute;
	width: 77px;
	height: 1px;
	background: #9ab7cb;
	top: 50%;
	right: -66%;
}
.abt-bt-box .bt-en2{
	font-family: "Myriad Pro";
	font-size: 45px;
	font-weight: bold;
	margin-top: 6px;
}

/*indexSolution*/
.indexSolution{
	width: 100%;
	overflow: hidden;
	padding: 52px 0 84px 0;
	background: #f8f8f8;
	border-top: 1px solid #e6e6e6;
}
.indexSolution .row{
	margin-top: 58px;
}
.jjfa-item-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 3px;
	position: relative;
}
.jjfa-item-list .sub{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
    display: table;
    text-align: center;
}
.jjfa-item-list .sub::after{
	content: "";
	position: absolute;
	width: 33px;
	height: 33px;
	background: url(../images/more-ico1.png) no-repeat center center;
	left: 50%;
	margin-left: -16.5px;
	bottom: 25px;
	opacity: 0;
    transition: all .5s ease; 
}
.jjfa-item-list:hover .sub::after{
	opacity: 1;
	bottom: 64px;
    transition: all .5s ease; 
}
.jjfa-item-list .sub > div{ 
	display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    font-size: 26px; 
    color: #fff;
    text-shadow: 0px 0px 2px #000; 
} 
.jjfa-item-list .sub > div p{
    transition: all .3s ease; 
}
.jjfa-item-list:hover .sub > div p{
	margin-top: -50px;
    transition: all .3s ease;
}
.indexSolution .col-md-3 {
	padding-left: 1.5px;
	padding-right: 1.5px;
}

/*indexCases*/
.indexCases{
	width: 100%;
	overflow: hidden;
}
.sy-cases-top{
	width: 100%;
	height: 320px;
	background: url(../images/index-case-back.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 45px;
	text-align: center;
	color: #fff;
}
.sy-cases-top h4{
	font-family: "Myriad Pro";
	font-size: 45px;
	line-height: 50px;
}
.sy-cases-top h6{
	color: #e8e8e8;
	line-height: 25px;
	margin-top: 7px;
}
.sy-cases-list{
	width: 100%;
	position: relative;
	padding-bottom: 75px;
	margin-top: -158px;
}
.sy-cases-list .row{
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 5px;
}
.sy-cases-list .container{
	background: #fff;
}
.sy-cases-list .col-md-3{
	padding-left: 3px;
	padding-right: 3px;
}
.sy-case-item{
	width: 100%;
	overflow: hidden;
}
.sy-case-item .Pic{
	width: 100%;
	overflow: hidden;
}
.sy-case-item .Pic img{
	display: block;
	width: 100%;
}
.sy-case-item .SubInfo{
	padding-top: 25px;
}
.sy-case-item .tit{
	font-size: 18px;
	line-height: 25px;
	color: #292929;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-case-item:hover .tit{
	color: #107cd3;
    transition: all .5s ease;
}
.sy-case-item .sub{
	font-size: 14px;
	color: #787878;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 18px;	
}
.sy-case-item span{
	display: block;
	width: 108px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #107cd3;
	border-radius: 3px;
	font-size: 12px;
	color: #107cd3;
	margin-top: 18px;
    transition: all .5s ease;
}
.sy-case-item:hover span{
	background: #107cd3;
	color: #fff;
    transition: all .5s ease;
}

/*indexNews*/
.indexNews{
	width: 100%;
	overflow: hidden;
	padding: 0;
	border-top: 1px solid #dddddd;
}
.sy-news-bt{
	float: left;
	font-weight: bold;
	font-size: 36px;
	color: #353535;
	background: url(../images/n-jt1.png) no-repeat bottom left;
	padding-bottom: 58px;
	padding-top: 54px;
} 
.sy-news-bt a{ 
	color: #353535;
}
.sy-news-list{
	width: 84%;
	float: right;
	overflow: hidden;
}
.sy-news-list .row > div{
	border-right: 1px solid #dddddd;
}
.sy-news-item{
	width: 100%;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 62px;
}
.sy-news-item .tit{
	font-weight: bold;
	font-size: 18px;
	color: #2c2d30;
	line-height: 25px;
	min-height: 25px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all .5s ease;
}
.sy-news-item:hover .tit{
	color: #107cd3;
    transition: all .5s ease;
}
.sy-news-item .time{
	font-family: arial;
	font-size: 14px;
	color: #5b6169;
	margin: 24px 0 34px 0;
}
.sy-news-item .sub{
	font-size: 14px;
	color: #787878;
	line-height: 25px;
	min-height: 50px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-news-item span{
	margin-top: 60px;
	display: block;
	opacity: 0;
    transition: all .5s ease;
}
.sy-news-item:hover span{
	opacity: 1;
    transition: all .5s ease;
}

/*宽度*/
@media ( min-width:1441px ) and ( max-width:1920px ){
	.indexSolution .container,
	.indexProduct .container,
	.indexCases .container{
		width: 83.333334%;
	}
}

/*bt*/
.mr-bt-h1{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #353535;
	line-height: 42px;
}
.mr-bt-h1 span{
	position: relative;
	line-height: 42px;
	display: inline-block;
}
.mr-bt-h1 span::after{
	width: 60px;
	height: 1px;
	background: #000000;
	top: 50%;
	right: -80px;
	content: "";
	position: absolute;
}
.mr-bt-h1 span::before{
	width: 60px;
	height: 1px;
	background: #000000;
	top: 50%;
	left: -80px;
	content: "";
	position: absolute;
}

/*recruit*/
.recruit{
	width: 100%;
	overflow: hidden;
	padding: 40px 0 80px 0;
	background: url(../images/rczp-back.jpg) repeat top center;
}
.mr-zp-list{
	width: 27.536231884%;
	float: left;
	margin-left: 89px;
}
.mr-zp-list table{
	width: 100%;
	border: none;
}
.mr-zp-list table th{
	height: 55px;
	background: #107cd3;
	color: #fff;
	border: none;
	text-align: center;
}
.mr-zp-list table td{
	background: #fff;
	height: 49px;
	text-align: center;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #e5e5e5;
}
.mr-zp-list table td a{
	display: block;
	color: #383838;
}
.mr-zp-list table tr:hover td a,
.mr-zp-list table tr.on td a{
	color: #107cd3;
	font-weight: bold;
}
.zp-page{
	overflow: hidden;
}
.zp-page a{
	display: block;
	width: 49.7%;
	float: left;
	height: 50px;
	background: #c7cad0 url(../images/zp-p.png) no-repeat center center; 
}
.zp-page a:hover{
	background: #107cd3 url(../images/zp-p.png) no-repeat center center; 
}
.zp-page a:nth-child(2){
	float: right;
	background: #c7cad0 url(../images/zp-n.png) no-repeat center center; 
}
.zp-page a:nth-child(2):hover{
	background: #107cd3 url(../images/zp-n.png) no-repeat center center;
}
.mr-zp-cont{
	width: 60.869565217%;
	float: right;
}
.mr-zp-cont h3{
	font-weight: bold;
	font-size: 24px;
	color: #383838;
	line-height: 54px;
	border-bottom: 1px solid #e5e5e5;
}
.mr-zp-cont .info{
	overflow: hidden;
	padding-top: 18px;
}
.mr-zp-cont .info a{
	font-size: 14px;
	color: #716f6f;
	margin-left: 25px;
}
.mr-zp-cont .info a:nth-child(1){
	background: url(../images/zp-ico1.jpg) no-repeat left center;
	padding-left: 22px;
	margin-left: 0;
}
.mr-zp-cont .info a:nth-child(2){
	background: url(../images/zp-ico2.jpg) no-repeat left center;
	padding-left: 16px;
}
.mr-zp-cont .info a:nth-child(3){
	background: url(../images/zp-ico3.jpg) no-repeat left center;
	padding-left: 19px;
}
.mr-zp-cont .info a:nth-child(4){
	background: url(../images/zp-ico4.jpg) no-repeat left center;
	padding-left: 18px;
}
.mr-zp-cont .info a:nth-child(5){
	background: url(../images/zp-ico5.jpg) no-repeat left center;
	padding-left: 18px;
}
.mr-zp-cont .cont{
	font-size: 14px;
	color: #383838;
	line-height: 25px;
	margin-top: 42px;
}

/*contact*/
.contact{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.contact .left-info{
	width: 34.782608695%;
	float: left;
	margin-left: 5%;
}
.contact .left-info h3{
	font-weight: bold;
	font-size: 24px;
	color: #383838;
}
.contact .left-info .info{
	font-size: 18px;
	color: #383838;
	line-height: 52px;
	margin-top: 58px;
}
.contact .left-info img{
	display: block;
	margin-top: 45px;
	margin-left: 8px;
}
/*
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
*/

.contact .right-info{
	width: 42.753623188%;
	float: right;
	margin-right: 6.52173913%;
}
.contact .right-info h3{
	font-size: 28px;
	color: #222325;
}
.contact .right-info h6{
	font-size: 14px;
	color: #737373;
	padding-top: 16px;
}
form#msg{
	margin-top: 36px;
}
form#msg input[type=text]{
	width: 100%;
	height: 45px;
	background: #eeeeee;
	border: none;
	outline: none;
	font-size: 15px;
	color: #6c6c6c;
	text-indent: 12px;
	margin-bottom: 10px;
}
form#msg textarea{
	width: 100%;
	min-width: 100%;
	background: #eeeeee;
	border: none;
	max-width: 100%;
	text-indent: 18px;
	padding-top: 12px;
	font-size: 15px;
	color: #6c6c6c;
	line-height: 25px;
	min-height: 175px;
	max-height: 175px;
}
form#msg input[type=button]{
	width: 274px;
	height: 53px;
	border: 1px solid #c7c7c7;
	border-radius: 55px;
	background: #fff;
	font-weight: bold;
	font-size: 20px;
	color: #383838;
	letter-spacing: 1px;
	cursor: pointer;
	margin-top: 38px;
}
form#msg input[type=button]:hover{
	background: #005EA6;
	border: 1px solid #007AFF;
	color: #fff;
}
.maps{
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 25px;
}

/*newsDe*/
.newsDe{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.newsDe h3{
	font-weight: bold;
	font-size: 24px;
	color: #2c2d30;
}
.newsDe .time_share{
	overflow: hidden;
	margin-top: 16px;
}
.newsDe .time_share .time{
	float: left;
	line-height: 25px;
	font-size: 14px;
	color: #5b6169;
}
.newsDe .time_share .time a{
	font-family: arial; 
}
.newsDe .time_share .share{
	float: right;
	overflow: hidden;
}
.newsDe .time_share .share a{
	display: inline-block;
	width: 25px;
	height: 23px;
	background: url(../images/n-fx.jpg);
}
.newsDe .time_share .share .bshare-sinaminiblog{
	background-position: -37px 0 ;
}
.newsDe .time_share .share .bshare-qzone{
	background-position: -74px 0 ;
}
.newsde-cont{
	overflow: hidden;
	margin-top: 42px;
	font-size: 15px;
	color: #4c4c4c;
	line-height: 28px;
	margin-bottom: 90px;
}
.newsde-page{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
}
.newsde-page .sxp{
	width: 68%;
	float: left;
}
.newsde-page .sxp a{
	line-height: 30px;
	display: block;
	font-size: 15px;
	color: #4c4c4c;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.newsde-page .sxp a:hover{
	color: #005EA6;
}
.newsde-page .fhlb{
	width: 138px; 
	display: block;
	float: right;
	line-height: 38px;
	border: 1px solid #b3b3b3;
	border-radius: 5px;
	font-size: 14px;
	color: #5b6169;
	background: url(../images/fhlb-ico.png) no-repeat left 28px center;
	padding-left: 60px;
}
.newsde-page .fhlb:hover{
	background: #0075BE url(../images/fhlb-ico2.png) no-repeat left 28px center;
	color: #fff;
	border: 1px solid #005EA6;
}

/*news*/
.news{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.news ul{
	
}
.news ul li{
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
    transition: all .5s ease;
}
.news ul li:hover{
	border-bottom: 1px solid #005EA6;
}
.news ul li .Pic{
	width: 33.3334%;
	float: left;
	overflow: hidden;
}
.news ul li .Pic img{
	display: block;
	width: 100%;
	transform: scale(1);
    transition: all .8s ease;
}
.news ul li:hover .Pic img{
	transform: scale(1.12);
    transition: all 1s ease;
}
.news ul li .SubInfo{
	width: 63.75%;
	float: right;
	overflow: hidden;
}
.news ul li .SubInfo .tit{
	font-weight: bold;
	font-size: 20px;
	color: #2c2d30;
	line-height: 30px;
	min-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    transition: all .5s ease;
}
.news ul li:hover .SubInfo .tit{
	color: #0075BE;
    transition: all .5s ease;
}
.news ul li .SubInfo .time{
	font-size: 14px;
	color: #5b6169;
	margin-top: 10px; 
}
.news ul li .SubInfo .time a{
	font-family: arial;
}
.news ul li .SubInfo .sub{
	font-size: 15px;
	color: #636363;
	line-height: 30px;
	min-height: 60px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 22px;
}
.news ul li .SubInfo span{
	display: block;
	width: 108px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #107cd3;
	border-radius: 3px;
	font-size: 12px;
	color: #107cd3;
	margin-top: 38px;
    transition: all .5s ease;
}
.news ul li .SubInfo span:hover{
	background: #107cd3;
	color: #fff;
    transition: all .5s ease;
}

/*honor*/
.honors{
	width: 100%;
	overflow: hidden;
	padding: 90px 0 84px 0;
	background: url(../images/honor-back.jpg) no-repeat top center;
	background-size: cover;
	background-attachment: fixed;
}
.honor .swiper-slide {
    width: 48%;
}
.honor .swiper-slide.sml {
    width: 24%;
}
.picbig{
width: 55% !important;
}
.picsml{
width: 35% !important;
}
.honor .swiper-slide img{
	width: 100%;
}
#hN{
	width: 26px;
	height: 52px;
	background: url(../images/h-n2.png) no-repeat center center;
	opacity: 1;
	right: 5%;
    transition: all .5s ease;
}
#hN.swiper-button-disabled{
	background: url(../images/h-n.png) no-repeat center center;
	opacity: 1;
}
#hP{
	width: 26px;
	height: 52px;
	left: 5%;
	background: url(../images/h-p2.png) no-repeat center center;
	opacity: 1;
    transition: all .5s ease;
}
#hP.swiper-button-disabled{
	background: url(../images/h-p.png) no-repeat center center;
	opacity: 1;
}
.honor h1{
    font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	color:#ffffff;
	padding:0 0 10px 0;
	text-align:center;
}
#zzzs {
	padding: 50px 0;
}
#zzzs h1{
	color: #333;
}
#zzzs h2{
	color: #333;
}
.honor h2{
    font-family:"微软雅黑";
	font-size:24px;
	color:#ffffff;
	text-align:center;
}
.honor .swiper-container{
    width:80%;
	margin:0 auto;
}
.honor .honorcp{
    width:100%;
	position:relative;
	margin-top:40px;
}
.honor .honorcp img{
    display:block; 
	float:left;
 	width: 100%;
}
.honor .honorcp img:hover{
    cursor:pointer;
}
/*culture*/
.culture{
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	background: #f8f8f8;
}
@media (min-width: 1040px){
	.culture .container {
	    width: 1002px;
	}
}
.culture .row{
	margin-top: 50px;
	
}
.culture .row .Pic img{
	display: block;
	width: 100%;
	opacity: 0.8;
	transform: scale(1);
	transition: all .5s ease;
}
.culture .row > div{
	cursor: pointer;
}
.culture .row > div .Pic{
	overflow: hidden;
}
.culture .row > div:hover .Pic img{
	opacity: 1;
	transform: scale(1.06);
	transition: all .5s ease;
}
.culture .row .Info{
	width: 90.9090%;
	padding: 40px 38px 0 31px;
	min-height: 240px;
	background: #fff;
	position: relative;
	float: right;
	margin-top: -80px;
	transition: all .5s ease;
}
.culture .row > div:hover .Info{
	margin-top: -100px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, .2);
	transition: all .5s ease;
}
.culture .row .Info .tit{
	font-size: 18px;
	color: #545454;
}
.culture .row .Info .sub{
	font-size: 14px;
	color: #545454;
	line-height: 30px;
	margin-top: 32px;
}
.culture .col-md-4{
	padding-left: 3.5px;
	padding-right: 3.5px;
}

.history-left{
	border-left:rgba(255,255,255,0.6) solid 1px;
	margin-left: 69px;
	padding: 54px 0 0 79px 0;
	color: #fff;
	float: left;
}
.history-left .item{
	clear: both;
	padding: 45px 0;
	cursor: pointer;
}
.history-left .item i{ 
	color: #fff;
	padding: 0px;
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	font-size: 24px;
	margin-left: -13px;
    transition: all .5s ease;
}
.history-left .item span{
	margin-left: 32px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: -5px;
	display: inline-block;
    padding: 0 12px;
	position: relative;
}
.history-left .item span::after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #107cd3;
	z-index: -1;
	top: 0;
	left: 0;
	border-radius: 30px;
	opacity: 0;
    transform: scale(0.2);
    transition: all .5s ease;
}
.history-left .item.cur span::after{
	opacity: 1;
    transform: scale(1);
    transition: all .5s ease;
}
/*
.history-left .item.cur span{
	background: #107cd3;
	border-radius: 30px;
    transition: all .5s ease;
}
*/
.history-left .cur i{
	color: #0066cc;
}

.history-right{
	float: left;
	width: 56.45%;
	margin-left: 12%;
	padding-top: 15px;
	margin-bottom: 30px;
}
.history-right h2{
	color: #fff;
	font-size: 3.2rem;
	font-weight: bold; 
	text-transform: uppercase;
	line-height: 34px;
}
.history-right h3{
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	padding: 16px 0 20px 0;
}
.history-right .content{
	background: rgba(255,255,255,0.8);
	padding: 35px 25px;
	min-height: 345px;
}
.history-right .content ul{
	margin: 0;
	padding: 0;
	display: none;
}
.history-right .content ul li{
	padding: 25px 0;
	border-bottom: #ccc solid 1px;
	overflow: hidden;
}
.history-right .content ul li:last-child{
	border-bottom: none;
}
.history-right .content ul li .tit{
	color: #0066cc;
	font-weight: bold;
	font-size: 18px;
	width: 140px;
	float: left;
}
.history-right .content ul li  p{
	font-size: 14px;
	line-height: 24px;
	float: left;
	width: 80%;
	
}

/*case*/
.case{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
#nycase .sort{
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 38px;
	margin-bottom: 38px;
}

/*solution*/
.solution{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.solution .item-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
}
.solution .item-list .Pic{
	width: 59.701492537%;
	float: left;
	overflow: hidden;
}
.solution .item-list .SubInfo{
	width: 40.298507462%;
	float: left;
	border: 1px solid #c7c7c7;
	padding: 26px 24px 0 25px;
}
.solution .item-list .SubInfo h3{
	font-weight: bold;
	font-size: 26px;
	color: #2a2b2b;
}
.solution .item-list .SubInfo p{
	font-size: 15px;
	color: #3b3a3a;
	line-height: 30px;
	min-height: 90px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 26px;
}
.solution .item-list .SubInfo span{
	display: block;
	width: 108px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #107cd3;
	border-radius: 3px;
	font-size: 12px;
	color: #107cd3;
	margin-top: 32px;
    transition: all .5s ease;
}
.solution .item-list:hover .SubInfo span{
	background: #107cd3;
	color: #fff;
	transition: all .5s ease;
}

/*product*/
.product{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.mr-pro-list{
	width: 100%;
	overflow: hidden;
	margin-bottom: 18px;
	border: 1px solid #c7c7c7;  
	transition: all .5s ease;
}
.mr-pro-list:hover{
	background: #107cd3;
	border: 1px solid #107cd3;
	transition: all .5s ease;
}
.mr-pro-list .Pic{
	overflow: hidden; 
	width: 100%;
}
.mr-pro-list .Pic img{
	display: block;
	width: 100%;
	padding: 1px;
}
.mr-pro-list .title{
	height: 89px;
	text-align: center;
	padding-top: 28px;
	transition: all .5s ease;
}
.mr-pro-list:hover .title{
	padding-top: 20px;
	transition: all .5s ease;
}
.mr-pro-list .title p{
	font-family: arial;
	font-weight: bold;
	color: #272727;
	line-height: 24px;
	min-height: 24px;
	padding: 0 10px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	transition: all .5s ease;
}
.mr-pro-list:hover .title p{
	color: #fff;
	transition: all .5s ease;
}
.mr-pro-list .title span{
	display: block;
	margin: 10px auto 0;
	width: 24px;
	height: 24px;
	background: url(../images/pro-more.png) no-repeat center center;
	opacity: 0;
	transition: all .5s ease;
}
.mr-pro-list:hover .title span{
	opacity: 1;
	margin: 8px auto 0;
	transition: all .5s ease;
}
.product .col-md-3{
	padding-left: 7px;
	padding-right: 7px;
}

/*product*/
.productDe{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.prode-img-show{
	width: 36.739130434%;
	float: left;
	overflow: hidden;
}

#prode-big{
	cursor: all-scroll;
}
#prode-big img{
	border: 1px solid #c7c7c7;
	width: 100%;
}
/*#prode-big .swiper-button-next{
	background: rgba(0,0,0,.6);
}*/ 
#prode-small{
	margin-top: 10px;
}
#prode-small img{
	border: 1px solid #c7c7c7;
	cursor: pointer;
}
#prode-small .swiper-slide-thumb-active img{
	border: 1px solid #0066CC;
}
.prode-content{
	width: 57.971014492%;
	float: right;
	overflow: hidden;
}
.pro-cont1{
	overflow: hidden;
	margin-bottom: 34px;
}
.pro-cont1 .tit1{
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	color: #2b2d2f;
	line-height: 26px;
}
.pro-cont1 .tit2{
	font-weight: bold;
	font-size: 24px;
	color: #2b2d2f;
	margin-top: 8px;
	line-height: 30px;
}
.pro-cont1 .sub{
	font-size: 15px;
	color: #2b2d2f;
	line-height: 32px;
	margin-top: 30px;
}
.pro-cont2{
	overflow: hidden;
}
.pro-cont2 .xq-tit{
	width: 100%;
	line-height: 40px;
	background: #ececec;
	text-indent: 18px;
	font-weight: bold;
	font-size: 18px;
	color: #2b2d2f;
}
.pro-cont2 .content{
	font-size: 15px;
	color: #2b2d2f;
	line-height: 32px;
	margin-top: 30px;
}

/*pc宽*/
.bsBox{
	width: auto !important;
	height: auto !important;
}
@media (min-width: 1220px){
	.newsDe .container,
	.news .container {
	    width: 1200px;
	}
}

/*Nybanner*/
.Nybanner img{
	display: block;
	width: 100%;
}
.Ny-lm{
	height: 49px;
	border-bottom: 1px solid #e6e6e6;
	background: #f8f8f8;
}
.Ny-lm .is-lm{
	float: left;
	overflow: hidden;
}
.Ny-lm .is-lm a{
	display: block;
	float: left;
	width: 180px;
	line-height: 49px;
	text-align: center; 
	color: #0e0e0e;
}
.Ny-lm .is-lm a:hover,
.Ny-lm .is-lm a.on{
	background: #107cd3;
	color: #fff;
}
.now-lm{
	float: right;
	background: url(../images/home.png) no-repeat left center;
	padding-left: 24px;
	line-height: 49px;
	font-size: 14px;
	color: #6b6b6b;
}
.now-lm a:hover{
	color: #107cd3;
}

/*foooter*/
footer{
	width: 100%;
	overflow: hidden;
	padding: 34px 0 0 0;
	background: #333333;
}
.foot-lm-ewm{
	overflow: hidden;
	padding: 0 0 32px 0;
}
.foot-lm{
	float: left;
	overflow: hidden;
}
.foot-lm .item-list{
	float: left;
	margin-left: 90px;
}
.foot-lm .item-list:first-child{
	margin-left: 0;
}
.foot-lm .item-list:nth-child(4){
	margin-left: 45px;
}
.foot-lm .item-list.isl{
	width: 160px;
	
}
.foot-lm .item-list.isl a{
	float: left;
	margin-right: 14px
}
.foot-lm h4{
	color: #fff;
	margin-bottom: 25px;
}
.foot-lm .item-list > a{
	display: block;
	font-size: 14px;
	color: #989898;
	line-height: 26px;
}
.foot-lm .item-list > a:hover{
	color: #fff;
}
.foot-lm .item-list p{
	font-size: 14px;
	color: #989898;
	line-height: 26px;
}
.foot-ewm{
	float: right;
	overflow: hidden;
	text-align: center;
	padding-top: 28px;
}
.foot-ewm p{
	font-size: 12px;
	color: #989898;
	padding-top: 10px;
}
.foot-info{
	line-height: 41px;
	border-top: 1px solid #474747;
}
.foot-info p.fl{
	float: left;
	font-size: 12px;
	color: #858585;
}
.foot-info p.fl a{
	color: #858585;
}
.foot-info p.fl a:hover{
	color: #fff;
}

/*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 #107cd3;
}
.Page a{ border:1px solid #c9c9c9; padding: 4px 9px; font-size:12px; color:#ababab;  }
.Page a.sy{color:#707072 !important;}
.current{ background:#107cd3; padding:4px 9px; color:#fff; border:1px solid #107cd3;font-size:12px;}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 5px;
	height: 16px;
	background-color: #fff; 
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius: 10px;*/
	background-color: #f2f2f2;
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{ 
	cursor: pointer;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: rgba(45,220,240,.5); 
	border-radius: 0;
}  
::-webkit-scrollbar-thumb:hover{
	background-color: rgba(45,220,240,.8);
}
::-webkit-scrollbar-thumb:active{
	background-color: rgba(45,220,240,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;
}