/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);color: #333;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button { -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.clear {clear: both;}
.clearfix::after {content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.tc{text-align: center;}
.div1200 {width: 1200px;margin: 0 auto;}
.wrap {width: 100%;min-width: 1200px;_zoom: 1;position: relative;overflow: hidden;}
.container{width: 1200px;margin: 0 auto;}
/*public end*/

.header-cont{
	padding-top: 16px;
	/* position: relative; */
}
.search-btn{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.8);
	z-index: 99;
	display: none;
}
.search-btn .container{
	background: #ffffff;
}
.search-cont{
	padding: 30px 0 20px;
}
.search-logo{
	padding: 0 169px 0 12px;
}
.search-text{
	width: 620px;
}
.search-text form{
	background-color: rgb( 239, 240, 242 );
	width: 580px;
	border-radius: 15px;
	overflow: hidden;
	height: 30px;
}
.search-text input{
	height: 29px;
	color: #999999;
	font-size: 14px;
	text-indent: 2em;
	width: 475px;
}
.search-text input::-webkit-input-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-text input::-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-text input::-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-text button{
	border-radius: 15px;
  background-color: rgb( 0, 110, 191 );
  width: 100px;
  height: 30px;
}
.search-text button img,.search-text button span{
	padding-bottom: 3px;
	display: inline-block;
}
.search-text button span{
	color: #fff;
	font-size: 14px;
	margin-left: 12px;
}
.search-lang{
	margin-right: 0px;
}
.search-list{
	border-top: 1px solid #c7c8ca;
}
.search-left{
	
	width: 240px;
}
.search-left ul li{
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #ccc;
	position: relative;
}
.search-left ul li.dang:after,.search-left ul li:hover:after{
	content: "";
	width: 9px;
	height: 103%;
	background: rgba(0,110,191,.72);
	position: absolute;
	right: 0;
	top: -1px;
}
.search-left ul li.dang,.search-left ul li:hover{
	background: #f8f8f8;
}
.search-left a{
	color: #000000;
	font-size: 18px;
	line-height: 60px;
	display: block;
	padding-left: 70px;

}
.search-right{
	background: #dedfe1;
	width: 960px;
}
.search-right ul{
	padding: 10px 33px 0;
}
.search-right ul li{
	background: #ffffff;
	margin-bottom: 15px;
	border-left: 11px solid transparent;
}
.search-right ul li:hover{
	border-left: 11px solid rgba(0,110,191,.72);
}
.search-right ul li a{
	overflow: hidden;
	display: block;
	padding: 10px 0;
}
.search-pic{
	width: 112px;
	margin-left: 18px;
}
.search-txt{
	width: 725px;
}
.search-txt span{
	color: #006ebf;
	padding: 6px 0 8px;
	display: block;
}
.search-txt span small{
	color: #999999;
	margin-left: 30px;
}
.search-txt p small{
	color: #666;
	font-size: 14px;
	display: inline-block;
	line-height: 22px;
}
.search-txt p small:first-child {
	width: 190px;
}
.search-more{
	padding: 1px 0 26px;
}
.search-more a{
  background-color: rgb( 0, 110, 191 );
  width: 143px;
  height: 39px;
  display: block;
  text-align: center;
  line-height: 39px;
  color: #fff;
  font-size: 14px;
  margin: 0 33px 0 auto;
 
}

.search-nav{
	margin-left: 80px;
	
}
.search{
	width: 720px;
	background: #eff0f2;
	height: 34px;
	border-radius: 17px;
	overflow: hidden;
	margin-left: 20px;
}
.search-from input{
	width: 600px;
	text-indent: 2em;
	font-size: 14px;
	height: 32px;
	color: #999999;
}
.search-from input::-webkit-input-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-from input::-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-from input::-moz-placeholder{
	color: #999999;
	font-size: 14px;
}
.search-from button {
  background-color: rgb( 0, 110, 191 );
  border-radius: 17px;
  width: 114px;
  height: 34px;
 
}
.search-from button img{
	margin-bottom: 3px;
}
.search-from button span{
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
	display: inline-block;
	margin-left: 8px;
	padding-bottom: 3px;
}
.lang{
	padding: 0 35px 0 38px;
	text-align: center;
	position: relative;
}
.lang:hover .lang-muen{
	display: block;
}
.lang-muen{
	position: absolute;
	left: 0;
	top: 100%;
	/* */
	width: 100%;
	z-index: 99;
	display: none;
}
.lang-muen ul{
	padding-top: 12px;
	
}
.lang-muen ul li:first-child a{
	background: rgba(0,0,0,.5);
	 padding: 16px 0 12px;
}
.lang-muen ul li:nth-child(2) a{
	background: rgba(0,110,191,.6);
	line-height: 30px;
}
.lang-muen ul li:last-child a{
	padding: 12px 0 16px;
	background: #111718;
}
.lang-muen a{
	color: #fff;
	font-size: 14px;
	
	display: block;
}
.nav >ul >li{
	float: left;
	
}
.nav >ul >li >a{
	color: #333333;
	font-size: 18px;
	padding: 20px 21px 23px;
	display: block;
	position: relative;
}
.nav >ul >li >a:before{
	display: none;
}
.nav >ul >li.dang >a:before,.nav >ul >li:hover >a:before{
	display: block;
}
.nav >ul >li >a:before,.nav >ul >li.dang >a:before{
	content: "";
	width: 100%;
	height: 4px;
	background: #006ebf;
	border-radius: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.nav >ul >li:hover >a,.nav >ul >li.dang >a{
	color: #006ebf;
}
/* .search-nav .nav >ul >li:hover .nav-muen{
	display: block;
} */
.nav-muen{
	position: absolute;
	top: 117px;
	z-index: 999;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	/* height: calc(100vh - 100px); */
	display: none;
	
}
.nav-muen ul{
	background: #fff;
	width: 1005px;
	border-top: 1px solid #efefef;
	padding: 27px 0 36px;
}
.nav-muen ul li{
	margin-left: 48px;
	float: left;
	width: 172px;
	border-bottom: 2px solid #eff0f2;
	height: 40px;
	line-height: 40px;
	position: relative;
	margin-bottom: 20px;
}
.nav-muen ul li.dang:before{
	content: "";
	height: 100%;
	width: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #006ebf;
}
.nav-muen-deom li a{
	color: #000000;
	display: block;
	font-size: 18px;
	padding-left: 14px;
}
.nav-muen-deom{
	position: relative;
}
.nav-colse{
	position: absolute;
	top: 15px;
	right: 220px;
	z-index: 9999;
}
.banner{
	position: relative;
}
.banner .swiper-pagination{
	margin-bottom: 10px;
}
.banner .swiper-pagination-bullet{
	width: 83px;
	height: 7px;
	border: 2px solid #4b545b;
	background: none;
	border-radius: 5px;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	border-color: #006ebf;
	background: #006ebf;
}
.nlse-tit{
	text-align: center;
	padding: 60px 0 37px;
}
.nlse-list {
	margin-bottom: 60px;
}
.nlse-list li{
	/* text-align: center; */
	width: 381px;
	float: left;
	border: 2px solid #cccccc;
	padding: 20px 0 25px;
	transition: all .6s;
	position: relative;
	margin-left: 22px;
}
.nlse-list li:first-child{
	margin-left: 0;
}
.nlse-list li:after{
	content: "";
	height: 6px;
	background: #006ebf;
	width: 0%;
	position: absolute;
	left: -1px;
	bottom: -1px;
	transition: all .6s;
}
.nlse-list li:hover:after{
	width: 101%;
}
.nlse-list li:hover .li-nlse-text span{
	float: left;
	margin-left: 0;
}
.nlse-list li:hover .li-nlse-text a{
	float: right;
	display: inline-block;
	margin-right: 0;
}
.li-nlse-pic{
	width: 333px;
	height: 324px;
	margin: 0 auto;
}
.li-nlse-text{
	padding: 20px 27px 0;
	overflow: hidden;
}
.nlse-list li .li-nlse-text span:last-child{
	margin-left: 100px;
}
.li-nlse-text span{
	display: inline-block;
	color: #333;
	font-size: 20px;
	margin-left: 110px;
	transition: all .6s;
}
.li-nlse-text a{
	color: #006ebf;
	font-size: 14px;
	display: none;
	margin-right: 40px;
	transition: all .6s;
}

.case{
	background: url(../images/case-bg.jpg) no-repeat center top;
	padding-bottom: 75px;
	background-size: cover;
}
.index-title{
	text-align: center;
	padding: 50px 0 40px;
}
.index-title span,.index-title small{
	font-size: 30px;
}
.index-title span{
	color: #006ebf;
}
.index-title small{
	color: #fff;
}
.case-title{
	position: relative;
}
.case-title:before{
	content: "";
	display: inline-block;
	width: 75px;
	height: 62px;
	background: url(../images/title.png) no-repeat;
	position: absolute;
	left: 452px;
    top: 15px;
}

.case-list{
	width: 1027px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 30px;
}
.case-left{
	width: 487px;
	height: 330px;
}
.case-left img{
	width: 100%;
	height: 100%;
}
.case-right{
	width: 540px;
	background: rgba(0,0,0,.47);
	/*margin-top: 37px;*/
}
.case-text{
	height: 260px;
	padding: 70px 60px 0 40px;
}
@font-face {
	font-family:"zheng";
	src: url(../fonts/FZHTJW.TTF);
}
.case-text p{
	color: #ffffff;
	line-height: 30px;
	font-size: 18px;
	font-family:"zheng";
}
.case-more{
	position: absolute;
	width: 210px;
	height: 102px;
	background: rgba(0,110,191,.75);
	text-align: center;
	line-height: 102px;
	bottom: 0px;
	left: 43%;
	transform: translateX(-50%);
}
.case-more a{
	display: block;
	color: #fff;
	font-size: 18px;
}
.case-lb{
	position: relative;
	width: 1027px;
	margin: 0 auto;
}
.case-lb .swiper-button-prev,.case-lb .swiper-button-next{
	width: 52px;
	height: 52px;
	outline: none;
}
.case-lb .swiper-button-prev{
	background: url(../images/prve.png) no-repeat;
	left: -75px;
}
.case-lb .swiper-button-next{
	background: url(../images/next.png) no-repeat;
	right: -75px;
}
.case-lb .swiper-pagination{
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
.case-lb .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	opacity: 1;
	background: #fff;
	margin-left: 20px;
	outline: none;
}
.case-lb .swiper-pagination-bullet:first-child{
	margin-left: 0;
}
.case-lb .swiper-pagination-bullet-active{
	background: #006ebf;
}

.about{
	padding-bottom: 105px;
}
.about-title{
	padding: 67px 0;
}
.about-title small{
	color: #333333;
}
.about-left{
	width: 590px;
}
.about-right{
	border: 1px solid #006ebf;
	border-left: 0;
	width: 609px;
}
.about-text{
	height: 282px;
	padding: 20px 10px 0 40px;
}
.about-text a{
	color: #006ebf;
	text-align: right;
	display: block;
	margin-bottom: 10px;
}
.about-text span{
	display: block;
	color: #333333;
	font-size: 24px;
	padding-bottom: 28px;
}
.about-text p{
	color: #333333;
	line-height: 28px;
}
/* footer */
.footer{
	padding: 35px 0;
	background: url(../images/footer-bg.png) no-repeat center top;
	background-size: cover;
}
.footer-right p{
	margin-bottom: 8px;
}
.footer-right span{
	margin-right: 15px;
}
.footer-right a{
	margin-right: 10px;
}
.footer-right p:last-child{
	padding-top: 12px;
}
.footer-right span a{
	margin-right: 0;
}
.footer-right span,.footer-right a,.footer-right p{
	color: #ffffff;
	font-size: 14px;
}
.footer-right{
	width: 770px;
}
.footer-span{
	padding-left: 15px;
	border-left: 2px solid #fff;
}
/* ny1 */
.index-content{
	background: #f5f5f5;
	padding-top: 25px;
}
.product-cont{
	background: #fff;
	padding-bottom: 70px;
	margin-bottom: 30px;
}
.product-left{
	width: 333px;
	margin-left: 40px;
	padding-top: 45px;
}
.product-left1{
	padding-top: 125px;
	width: 400px;
}
.product-right{
	width: 640px;
	padding-right: 50px;
}
.product-right img{
	padding: 36px 0 26px;
}
.product-right1 img{
	padding: 80px 0 15px;
}
.product-right p{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
}
.product-right span{
	text-align: right;
	display: block;
}
.product-padd{
	padding-top: 95px;
}
.product-padd2{
	padding-top: 65px;
}
.product-more{
	width: 193px;
	height: 57px;
	display: inline-block;
	text-align: center;
	line-height: 57px;
	background: #333333;
	color: #fff;
	margin-right: 25px;
}
.product-more1{
	width: 143px;
	height: 57px;
	display: inline-block;
	text-align: center;
	line-height: 57px;
	background: #006ebf;
	color: #fff;
}
.product-list{
	padding-bottom: 100px;
}
.product-list ul li{
	background: #fff;
	width: 490px;
	padding: 80px 50px 50px 40px;
	margin-bottom: 43px;
}
.product-list ul li:nth-child(odd){
	float: left;
}
.product-list ul li:nth-child(even){
	float: right;
}
.product-list ul li p{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.product-list ul li a.product-more1{
	margin: 52px 0 0 auto;
	display: block;
	
}
.li-product-icon{
	margin-bottom: 18px;
	height: 69px;
	position: relative;
}
.li-product-icon img{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.more-left,.more-right{
	width: 50%;
	height: 82px;
	line-height: 82px;
	
}
.more-left{
	text-align: center;
	background: #d8d8d8 url(../images/product-icon7.png) no-repeat 96% center;
}
.more-left h2{
	margin-left: 3%;
	line-height: 79px;
}
.more-left h2,.more-left h2 span{
	color: #1f2837;
}
.more-left h2,.more-right h2{
	
	font-size: 24.16px;
}
.more-left h2 span,.more-right h2 span{
	font-size: 18.12px;
	font-weight: 500;
	margin-left: 25px;
}
.more-right h2,.more-right h2 span{
	color: #fff;
}
.more-right h2{
	margin-left: 7%;
	line-height: 79px;
}
.more-right{
	background: #006ebf url(../images/product-icon8.png) no-repeat 75% center;
	text-align: left;
}
/* ny2 */
.index-nav{
	padding-bottom: 13px;
}
.index-nav span,.index-nav a{
	color: #999999;
	font-size: 18px;
}
.index-nav a:before{
	content: ">";
	color: #999999;
	font-size: 18px;
	display: inline-block;
	margin-right: 2px;
}
.index-nav a:nth-child(2):before{
	content: none;
}
.index-nav a.dang{
	color: #333333;
}
.product-logo{
	background: #ffffff;
	padding: 20px 55px 12px 12px;
}
.agent-nav{
	width: 870px;
}
.agent-nav p {
	color: #333333;
	font-size: 18px;
}
.agent-nav p strong{
	color: #000000;
	font-size: 18px;
}
.agent-nav p a{
	display: inline-block;
	padding: 0 10px;
	height: 29px;
	line-height: 28px;
	border: 1px dotted #dedfe1;
	color: #333333;
	margin-bottom: 8px;
	margin-right: 15px;
}
.agent-nav p a:hover{
	color: #fff;
	background: #4796d1;
	border-color: #4796d1;
}
.agent-cont{
	padding-bottom: 60px;
}
.agent-height{
	margin-top: 8px;
	height: 31px;
	overflow: hidden;
	width: 610px;
}
.agent-height.active{
	height: auto;
}
.agent-nav p a.agent-click{
	 margin-top: 8px;
	margin-right: 0;
}
.agent-left{
	width: 245px;
}
.agent-left >ul >li >a{
	color: #000000;
	font-size: 18px;
	line-height: 60px;
	border: 1px solid #cccccc;
	display: block;
	border-right: 0;
	padding-left: 70px;
	background: #f8f8f8;
	border-bottom: 0;
	background: url(../images/icon2.png) no-repeat 160px center;
}
.agent-left >ul >li >a.active{
	/* border-bottom: 1px solid #ccc; */
	background: url(../images/icon1.png) no-repeat 160px center;
}
/* .agent-left >ul >li >a:after{
	content: "";
	background: url(../images/icon2.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 7px;
} */
.agent-left >ul >li:last-child >a{
	border-bottom: 1px solid #ccc;
}
.agent-muen{
	background: #fff;
	padding: 15px 0 20px;
	display: none;
	border-top: 1px solid #ccc;
}
.agent-muen ul li{
	padding-bottom: 15px;
}
.agent-muen ul li a{
	color: #666666;
	display: block;
	padding-left: 40px;
}
.agent-muen ul li a:before{
	width: 11px;
	height: 11px;
	background: #4796d1;
	content: "";
	display: inline-block;
	margin-right: 15px;
}
.agent-muen ul li a:hover{
	color: #4796d1;
}

.agent-muen ul li a.act{
	color: #4796d1;
}
.agent-right{
	width: 954px;
	background: #dedfe1;
	padding-bottom: 556px;
}
.agent-right ul{
	padding: 10px 35px 0;
}
.agent-right li{
	float: left;
	margin-left: 28px;
	width: 276px;
	background: #fff;
	padding-top: 19px;
	cursor: pointer
}
.agent-right li:hover{
	box-shadow: 0px 0px 7px rgba(0,0,0,.2);
}
.agent-right li:nth-child(3n+1){
	margin-left: 0;
}
.agent-right li p{
	padding: 15px 0 20px;
	color: #006ebf;
	font-size: 18px;
	text-align: center;
}
.li-agent-pic{
	width: 224px;
	margin: 0 auto;
}
/* 修改 */

#aa {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 99;
}
#aa-box {
	
	width: 100%;
	height: 100%;
	position: relative;
	width: 100%;
	height: 100%;
}

#aa  #aa-box .flex-box >span {
	position: absolute;
	top: 3%;
	right: 3%;
	background: url(../images/lb-close.png) no-repeat;
	width: 39px;
	height: 39px;
	display: block;
	z-index: 999;
}

 #aa .swiper-container {
	width: 484px;
}

#aa .flex-box{
	display: flex;
	background: #fff;
	box-sizing: border-box;
	padding: 75px 0 70px;
	justify-content: center;
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#aa .bImg {
	width: /* 615px */51.25%;
	margin-left: 3%;
}
#aa .bTxt{
	/* width: 35%; */
	width: 420px;
	text-align: left;
	box-sizing: border-box;
	margin-right: 16%;
}
#aa .bTxt h3{
	font-size: 24px;
	font-weight: 600;
	font-weight: 500;
	padding: 25px 0 20px;
}
#aa .bTxt p{
	font-size: 18px;
	line-height: 30px;
}
#aa .bTxt dt{
	font-size: 20px;
	padding: 15px 0 10px;
}
#aa .bTxt dd{
	line-height: 22px;
	margin-bottom: 7px;
}
#aa .bTxt dd:before{
	background: #4796d1;
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 16px;
}
#aa .swiper-pagination{
	width: auto;
	margin-bottom: 20px;
	margin-left: 4%;
}
#aa .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #7f7f7f;
	border-radius: 100%;
	opacity: 1;
	outline: none;
	margin-right: 9px;
}
#aa .swiper-pagination-bullet-active{
	background: #4796d1;
}
/* 修改 */




/* ny3 */
.evmega{
	background: #fff;
	margin: 0 auto 32px;
}
.evmega-left{
	width: 310px;
	padding-left: 30px;
	padding-top: 35px;
}
.evmega-left span{
	display: block;
	font-size: 24px;
}
.evmega-bg{
	width: 100%;
	height: 6px;
	border-radius: 2px;
	background: #006ebf;
	margin: 22px 0;
}
.evmega-dl{
	width: 260px;
}
.evmega-dl dt{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 8px;
}
.evmega-dl dd{
	font-size: 18px;
	line-height: 32px;
}
.evmega-left1{
	padding-left: 0;
	padding-right: 30px;
}
.evmega-content{
	padding-bottom: 50px;
}
/* ny4 */
.evmegabox{
	background: #fff;
	position: relative;
	margin: 0 auto 65px;
}
.evmegabox-left{
	width: 617px;
}
.evmegabox-right{
	width: 583px;
}
.evmegabox-text{
	padding: 35px 60px 0 40px;
	z-index: 9;
	position: relative;
}
.evmegabox-text dl{
	padding-bottom: 15px;
}
.evmegabox-text dt{
	font-size: 20px;
	padding-bottom: 8px;
	font-weight: 600;
}
.evmegabox-text dd{
	font-size: 18px;
	line-height: 30px;
}
.evmegabox-text dd:before{
	width: 13px;
	height: 14px;
	background: #006ebf;
	content: "";
	display: inline-block;
	margin-right: 12px;
}
.evmegabox-text p span{
	font-size: 18px;
}
.evmegabox-text p{
	color: #666666;
	line-height: 30px;
	
}
.evmegabox-pic{
	position: absolute;
	right: 35px;
	bottom: 0;
}
.evmegabox-more{
	position: absolute;
	bottom: -22px;
	left: 50%;
	transform: translateX(-50%);
	width: 172px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: rgba(0,110,191,.63);
}
.evmegabox-more a{
	display: block;
	color: #fff;
	font-size: 18px;
}
.evmegabox-pic1{
	right: auto;
	left: 405px;
	z-index: 0;
}
/* ny5 */
.solution-banner{
	background: #006ebf;
}
.soluban-text{
	width: 505px;
	padding-left: 40px;
	padding-top: 35px;
}
.soluban-text h5{
	color: #fff;
	font-size: 24px;
	padding-bottom: 18px;
}
.soluban-text p{
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 25px;
}
.soluban-right{
	width: 612px;
}
.solution{
	background: #fff;
}
.solution-list{
	padding: 20px 42px 0;
}
.solution-list li{
	float: left;
	text-align: center;
	width: 235px;
	height: 201px;
	margin-left: 58px;
	margin-bottom: 48px;
	cursor: pointer;
}
.solution-list li:nth-child(4n+1){
	margin-left: 0;
}
.solution-list li span{
	display: block;
	color: #006ebf;
	font-size: 20px;
	padding-top: 10px;
}
.li-solution-pic{
	position: relative;
	width: 235px;
	height: 201px;
}
.li-solution-pic > img{
	width: 100%;
	height:100%;
}
.solution-list li:hover .solution-ding{
	display: block;
}
.solution-ding{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(245,245,245,.8);
	width: 229px;
    height: 195px;
	border: 3px solid #287fc0;
	display: none;
	cursor: pointer;
}
.solution-text{
	padding-top: 70px;
}
.solution-text p{
	color: #006ebf;
	font-size: 18px;
	padding-top: 20px;
}
#aa .bImg2{
	width: 40.34%;
	margin-left: 7.5%;
}
#aa .flex-box2{
	justify-content: initial;
	padding-bottom: 90px;
}
#aa .flex-box2 .bTxt{
	margin-left: 40px;
}
#aa .box-lunbo2 .swiper-pagination{
	margin-left: 7.5%;
	margin-bottom: 37px;
}

#aa #aa-box >span.aa-span{
	top: 22%;
}
.index-solution{
	padding-bottom: 85px;
}
/* ny6 */
.wago-cont li{
	width: 578px;
	position: relative;
	margin-bottom: 75px;
}
.wago-cont li:nth-child(odd){
	float: left;
}
.wago-cont li:nth-child(even){
	float: right;
}
.wago-icon{
	width: 508px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}
.wago-icon h4{
	display: inline-block;
	vertical-align: middle;
	width: 277px;
	height: 94px;
	line-height: 94px;
	background: rgba(0,110,191,.7);
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin-left: 30px;
	margin-right: -31px;
}
.wago-icon img{
	box-shadow: 3px 0 7px rgba(0,0,0,.2);
}
.wago-more{
	background: #006ebf;
	width: 190px;
	height: 73px;
	text-align: center;
	line-height: 73px;
	margin: 0 auto;
}
.wago-more a{
	color: #fff;
	font-size: 18px;
	display: block;
}
/* ny7 */
.aboutus-nav ul{
	display: table;
	margin: 0 auto;
	padding:10px 0 58px;
}
.aboutus-nav ul li{
	float: left;
	margin-left: 45px;
	padding-bottom: 13px;
	position: relative;
}
.aboutus-nav ul li:first-child{
	margin-left: 0;
}
.aboutus-nav ul li a{
	color: #333333;
	font-size: 24px;
}
.aboutus-nav ul li.dang:before{
	width: 80px;
	height: 4px;
	background: #006EBF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	content: "";
}
.aboutus-nav ul li.dang a{
	color: #006EBF;
}
.aboutus-list{
	background: #4796d1;
	padding-bottom: 40px;
}
.aboutus-ul{
	padding: 55px 0 20px;
}
.aboutus-ul li{
	float: left;
	overflow: hidden;
}
.aboutus-ul li:last-child .li-aboutus-text{
	width: 324px;
}
.li-aboutus-icon{
	float: left;
}
.li-aboutus-icon img{
	transition: all .7s;
}
.li-aboutus-icon img:hover{
	transform: rotate(360deg);
}
.li-aboutus-text{
	float: left;
	padding: 0 16px;
}
.li-aboutus-text span{
	display: block;
	padding:3px 0 3px;
}
.li-aboutus-text p{
	line-height: 30px;
}
.li-aboutus-text span,.li-aboutus-text p{
	color: #fff;
	font-size: 18px;
}
.aboutus-from{
	width: 610px;
	position: relative;
	background: url(../images/about-bg2.png) no-repeat;
}
.aboutus-from input[type=text]{
	width: 450px;
	height: 51px;
	
	color: #fff;
	font-size: 14px;
	text-indent: 1em;
	padding-right: 50px;
}
.aboutus-from input[type=text]:-ms-input-placeholder{
	color: #fff;
	font-size: 14px;
}
.aboutus-from input[type=text]::-webkit-input-placeholder{
	color: #fff;
	font-size: 14px;
}
.aboutus-from input[type=text]::-moz-placeholder{
	color: #fff;
	font-size: 14px;
}
.aboutus-from button{
	width: 158px;
	height: 51px;
	background: url(../images/about-bg.png) no-repeat;
	position: absolute;
	bottom: -10px;
	right: 2px;
	color: #4796d1;
	font-size: 24.12px;
	line-height: 47px;
	cursor: pointer;
}
.aboutus-tit{
	color: #fff;
	font-size: 30px;
}
.index-aboutus{
	padding-bottom: 0;
}
/* ny8 */
.aboutus-cont{
	background: #fff;
}
.aboutus-com{
	padding: 55px 25px 10px;
}
.aboutus-com h4{
	color: #333333;
	font-size: 24px;
	padding-bottom: 25px;
}
.aboutus-com p{
	line-height: 30px;
	color: #333333;
	padding-bottom: 30px;
	font-size: 20px;
}
.aboutus-comp{
	text-align: center;
}



/* 修改，上面的css922行-1026行 */
/* ny9 */
.agent-right1{
	width: 954px;
	background: #dedfe1;
	padding-top: 10px;
}
.agent-right1 ul.agent-right1-ul{
	width: 894px;
	margin: 0 auto;
}
.agent-right1-ul li{
	background: #fff;
	border-left: 10px solid #fff;
	padding: 10px 0 12px;
	margin-bottom: 15px;
}
.agent-right1-ul li:hover{
	border-color: #4796d1
}
.li-agent-txt span{
	display: block;
	color: #006ebf;
	font-size: 16px;
	padding: 5px 0 8px;
}
.li-agent-icon{
	width: 112px;
}
.li-agent-txt{
	width: 730px;
}
.li-agent-txt p{
	line-height: 22px;
	color: #666666;
	font-size: 14px;
	width: 645px;
}

.li-agent-txt a{
	display: block;
	text-align: right;
	color: #999999;
	font-size: 15.85px;
	padding: 0 25px 0 22px;
	/* background: url(../images/ny2-icon1.png) no-repeat ; */
	margin-top: -10px;
}
.agent-right1-ul li:hover .li-agent-txt a:before{
	 background: url(../images/ny2-icon2.png) no-repeat ;
}
.agent-right1-ul li:hover a{
	color: #006ebf;
}
.li-agent-txt a:before{
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	 background: url(../images/ny2-icon1.png) no-repeat ;
	 margin-right: 6px;
	 margin-bottom: -2px;
}
.agent-right1-page ul{
	display: table;
	margin: 0 37px 0 auto;
	padding: 22px 0 38px;
}
.agent-right1-page ul li{
	float: left;
}
.agent-right1-page li a{
	display: block;
	color: #666666;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #fff;
	margin-left: 10px;
}
.agent-right1-page li.current a{
	background: #006ebf;
	color: #fff;
}
.agent-right1-page li:first-child a{
	width: 66px;
}
.agent-right1-page li:last-child a{
	width: 76px;
}