.header{
	padding: 20px 0;
}
.header .left a{
	display: block;
	float: left;
}
.header .left .text{
	float: left;
	margin-top: 18px;
	margin-left: 13px;
	padding-left: 13px;
	border-left: 1px solid #e2e2e2;
	height: 60px;
}
.header .left .text strong{
	display: block;
	font-size: 20px;
	color: #e31c00;
	font-weight: bold;
}
.header .left .text span{
	display: block;
	font-size: 18px;
	color: #6491bb;
	font-weight: bold;
	margin-top: 10px;
}
.header .right {
	margin-top: 20px;
}
 
.header .right .header_tel{
	padding-left: 50px;
	margin-left: 45px;
	float: left;
	background: url(../images/header_tel.png) no-repeat left center;
}
.header .right .header_tel strong{
	display: block;
	font-size: 30px;
	color: #6590bb;
	font-family: arial;
}
.header .right .header_tel span{
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	color: #646464;
}

.nav{
	position: relative;
	z-index: 999;
	box-shadow: 0px 5px 15px rgba(0,0,0,.1);
	height: 68px;
	line-height: 68px;
	background: #6590bb;
}
.nav ul li{
	float: left;
width: 144px;
	text-align: center;
	font-size: 17px;
	position: relative;
	-webkit-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.nav ul li .sub{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 80px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 4px 10px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
	-webkit-transition:all .3s ease-in-out 0s;
	transition:all .3s ease-in-out 0s;
}
.nav ul li .sub a{
    display: block;
    height: 50px;
    overflow: hidden;
    padding-right: 15px;
    line-height: 50px;
    padding-left: 15px; 
   box-sizing: border-box;
   font-size: 14px;
   text-align: left;
   color: #333;
   background: #fff;
}
.nav ul li .sub a:hover{
   	background: #6590bb;
   	color: #fff;
}
.nav ul li:hover .sub{
    opacity: 1;
    visibility: inherit;
    top: 68px;
}
.header_fix{
	    position: fixed;
	    width: 100%;
	    top: 0;
	    left: 0;
}
.nav ul li a{
	display: block;
	color: #fff;
}
.nav ul li:hover{
	background: #88bc43;
}


.bannerlist .swiper-slide {
	width: 100%;
	height: 740px;
	position: relative;
}

.bannerlist .swiper-slide a {
	display: block;
	width: 100%;
	height:740px;
}

.bannerlist .swiper-pagination-bullet {
	width: 10px;
    height: 8px;
	border-radius: inherit;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	background: #fff;
}

.bannerlist .swiper-pagination-bullet-active {
	width: 24px;
}

.index1{ 
	
	padding-top: 40px;
	padding-bottom: 50px;
	background: url(../images/index1_bg.png) no-repeat bottom center;
}
.index1 img{
	display: block;
}
.index1 .dec{
	font-size: 17px;
	line-height: 38px;
	color: #272727;
}
.index1 .dec a{
	color: #6590bb;
}
 .num{
 	margin-top: 28px;
	margin-bottom: 20px;
 }
 .num ul li{
 	float: left;
	position: relative;
 	width: 25%;
 	height: 110px; 
 	box-sizing: border-box;
 	text-align: center;
 }
  .num ul li::after{
	  content: "";
	  width: 1px;
	  height: 70px;
	  background: #e6e6e6;
	  position: absolute;
	  right: 0;
	  top: 20px;
  }
  .num ul li:last-child::after{
 	display: none;
 }
  .num ul li strong{
 	color: #000000;
 }
  .num ul li strong b{
 	font-size: 46px;
	font-weight: bolder;
	font-family: arial;
 }
  .num ul li strong span{
 	font-size: 17px; 
	font-weight: normal;
 	position: relative;
 	top: -3px;
 	    right: -6px;
 	}
 }
  .num ul li p{
 	margin-top: 10px;
 	font-size: 16px;
 	color: #272727;
 }
 .about .num{
 	margin-bottom: 25px;
 	margin-top: 20px;
 }
 .about .num ul li{
 	 border-right: none;
  }
.lmt{
	margin-bottom: 20px;
}
.lmt strong{
	display: block;
	text-align: center;
	font-size: 42px;
}
.lmt span{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #5f5f5f; 
	margin-top: 10px;
}
.index2{
	background: #f5f5f3;
	padding-top: 40px;
	padding-bottom: 60px;
}
 
.index2 ul li{
 	float: left;
 	width: 403px;
 	background: #fff; 
 	margin-right: 45px;
 	box-shadow: 0px 5px 10px rgba(0,0,0,.08);
 	padding-bottom: 30px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
 } 
 .index2 ul li:hover{
	  transform: translateY(-5px)
 }

 
.index2 ul li:last-child{
 	margin-right: 0;
 }
.index2 ul li img{
 	display: block;
 	width: 403px;
 	height: 276px; 
 } 

.index2 ul li strong{
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
	color: #333;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index2 ul li span{
  display: block;
  width: 37px;
  height: 37px;
  background: #d5d5d5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 37px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index2 ul li span i{
	color: #fbfbfb;
}

.index2 ul li:hover strong{
	color: #e31c00;
}
.index2 ul li:hover span{
	background: #6590bb;
}

   a.more{
	display: block;
	width: 301px;
	height: 62px;
	line-height: 62px;
	background: #6590bb;
	border-radius: 35px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
}
  a.more:hover{
	background: #e31c00;
}
.index3{ 
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.index3 .box{
	max-width: 1700px;
}
 
.index3list {
	padding-bottom: 15px;
}
 
.index3 .sbox{
	margin-top: 35px;
	position: relative;
}
.index3 .sbox .swiper-slide{
	background: #fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
	border-bottom: 1px solid #ececec;  
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
 
.index3 .sbox .swiper-slide  .text2{
	position: absolute;
	left: 0;
	bottom: -100%;
	width: 100%;
	background: rgba(101,144,187,.96);
	height: 80%;
	z-index: 99;
	padding-top: 25px;
	padding-bottom: 45px;
	box-sizing: border-box;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index3 .sbox .swiper-slide:hover .text2{
	bottom: 0;
}
.index3 .sbox .swiper-slide  .text2 strong{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.index3 .sbox .swiper-slide  .text2  .dec{
	color: #fff;
	font-size: 15px;
	line-height: 26px;
	width: 90%;
	margin: 0 auto;
	padding-top: 15px;
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 15px;
}
.index3 .sbox .swiper-slide  .text2 p{
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin-top: 5px;
}
.index3 .sbox .swiper-slide img{
    max-width: 100%;
}
.index3 .sbox .swiper-slide .text{
	padding: 20px;
	box-sizing: border-box;
}
.index3 .sbox .swiper-slide .text strong{
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	color: #121212;
}
.index3 .sbox .swiper-slide .text p{
	font-size: 17px;
	color: #535353;
	line-height: 22px;
	text-align: center;
	margin: 10px 0;
	 

}
.index3 .sbox .swiper-slide .text span{
  display: block;
  width: 37px;
  height: 37px;
  background: #d5d5d5;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 37px;
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index3 .sbox .swiper-slide .text span i{
	color: #fbfbfb;
}
 
.index3 .sbox .swiper-slide:hover{
	transform: translateY(-5px)
}
.index3 .sbox .swiper-slide .text strong:hover{
	color: #6590bb;
}

.more{
	text-align: center;
}
.more a{
	display: inline-block;
	width: 130px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	margin: 0 5px;
}
.more a:hover{
	transform: translateY(-5px)
}
.more .a1{
	border: 1px solid #fff;
	color: #fff;
}
.more .a2{
	border: 1px solid #fff;
	background: #fff;
	color: #6590bb;
}

.index3 .more{
	margin-top: 30px;
}
.index4{
	padding-top: 63px;
	padding-bottom: 70px;
}
.index4 .left{
	width: 603px;
}
.index4 .left img{
	width: 603px;
	display: block;
}
.index4 .right{
	width: 677px;
	padding-top: 25px;
}
.index4 .right strong{
	display: block;
	font-size: 26px;
	color: #333;
	margin-bottom: 28px;
}
.index4 .right p{
	font-size: 15px;
	color: #757575;
	line-height: 29px;
}
.index4 .more{
	margin-top: 25px;
}
.index4 .more a{
	margin-left: 0;
	margin-right: 24px;
}

.index5{
	padding-top: 35px;
	background: #ffffff;
	padding-bottom: 50px;
}
.index5 .lmt{
	text-align: center;
	margin-bottom: 25px;
}
 .tab{
	text-align: center;
	margin-bottom: 35px;
}
 .tab ul li{
	display: inline-block;
	width: 166px;
	height:50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	background: #d8e3ee;
	margin: 0 8px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
 .tab ul li a{
	display: block;
	font-size: 16px;
	color: #545454;
}
 .tab ul li.on,.tab ul li:hover{
	background: #6590bb; 
}
 .tab ul li.on a,.tab ul li:hover a{
	color: #fff;
}

.index5  .tab-bds ul li{
	float: left;
	width: 403px;
	background: #fff; 
	margin-right: 45px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.08);
	-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
 } 
.index5  .tab-bds ul li:hover{
	  transform: translateY(-5px)
 }

.index5  .tab-bds ul li:last-child{
	margin-right: 0;
}
.index5  .tab-bds ul li img{
	display: block;
	width: 403px;
	height: 276px; 
} 
.index5  .tab-bds ul li .text{
	padding: 22px;
	box-sizing: border-box;
}
.index5  .tab-bds ul li .text strong{
	display: block;
	font-size: 19px;
	line-height: 32px;
	height: 64px;
	color: #333;
	margin-bottom: 5px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.index5  .tab-bds ul li .text strong:hover{
	color: #6590bb;
}
.index5  .tab-bds ul li .text p{
	text-align: right;
	color: #d2d2d2;
	line-height: 25px;
}
.index5  .tab-bds ul li .text p i{
	 font-size: 28px;
} 
.index5  .tab-bds ul li .text .t{
	display: block;
	margin-top: 13px;
	font-size: 14px;
	color: #c9c9c9;
} 
.index5  .tab-bds ul li .text .t i{
	margin-right: 5px;
	font-size: 15px;
}


.liucheng{
	background: #6590bb;
	height: 238px;
}
.liucheng .left{
	padding-top: 65px;
	width: 175px;
	position: relative;
	padding-bottom: 25px;
}
.liucheng .left strong{
	display: block;
	margin-bottom: 10px;
	font-size: 42px;
	color: #fff;
}
.liucheng .left span{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.liucheng .left::after{
	content: "";
	width: 34px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}
.liucheng .right{
	width: 1096px;
	margin-top: 43px;
}

.liucheng .right ul li{
	float: left;
	width: 103px;
	margin-left: 34px;
}
.liucheng .right ul li .img{
	width: 99px;
	height: 99px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 99px;
}
.liucheng .right ul li .img img{
	display: inline-block;
	vertical-align: middle;
}

.liucheng .right ul li i{
	display: block;
	width: 31px;
	height: 31px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 31px;
	color: #6590bb;
	font-size: 17px;
	font-weight: bold;
	font-style: normal;
	position: relative;
	    top: -16px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
}
.liucheng .right ul li p{
	text-align: center;
	font-size: 15px;
	color: #fff;
}

.case{
	background: #f3f2f0;
	padding-top: 50px;
	padding-bottom: 60px;
}

.case .sbox{
	position: relative;
}

.case .sbox .swiper-button-prev{
	left: -70px;
	width: 46px;
	height: 23px;
	background: url(../images/prev.png) no-repeat center;
}

.case .sbox .swiper-button-prev::after{
	display: none;
}
.case .sbox .swiper-button-next{
	right: -70px;
	width: 46px;
	height: 23px;
	background: url(../images/next.png) no-repeat center;
}
.case .sbox .swiper-button-next::after{
	display: none;
}
.case .swiper-slide{
	height: 330px;
	background: #fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.case .swiper-slide:hover{
	box-shadow: 0px 5px 10px rgba(0,0,0,.08);
}
.case  .caselist{
	padding-bottom: 30px;
}
.case .swiper-slide a{
	display: block;
}
.case .swiper-slide a:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }

.case .swiper-slide a img{
	display: block;
	float: left;
	width: 177px;
	height: 177px;
	border-radius: 50%;
	margin-top: 75px;
	margin-left: 27px;
}
.case .swiper-slide a .text{
	float: left;
	margin-left:20px;
	margin-top: 40px;
	width: 388px;
}
.case .swiper-slide a .text strong{
	display: block;
	font-size: 20px;
	color: #191919;
	margin-bottom: 18px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.case .swiper-slide a .text strong:hover{
	color: #e31c00;
}
.case .swiper-slide a .text p{
	font-size: 15px;
	color: #363636;
	line-height: 30px;
}
.case .swiper-slide a .text span{
	display: inline-block;
	font-size: 16px;
	color: #6590bb;
	margin-top: 25px;
	background: url(../images/m.png) no-repeat right center;
	padding-right: 60px;
}

.footer {
	background: #181818;
	padding-top: 40px;
}
 
.footer .sbox{
}

.footer .title{
	font-size: 19px;
	color: #fff;
	padding-bottom: 20px;
	display: block;
	position: relative;
	margin-bottom: 17px;
}
.footer .title::after{
	content: "";
	width: 22px;
	height: 2px;
	background: #6590bb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.footer .sbox .footer_nav{
	width: 306px;
}
.footer .sbox .footer_nav ul li{ 
	font-size: 16px;
	line-height: 43px;
	float: left;
	width: 102px;
}
 .footer .sbox .footer_nav ul li a{
	color: #959595;  
 }
  .footer .sbox .footer_nav ul li a:hover{
	  color: #fff;
  }
.footer .sbox .con{
	width: 520px; 
	height: 170px;
	margin-left: 145px;
}
.footer .sbox .con strong{
	display: block;
	font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
}
.footer .sbox .con p{
	font-size: 16px;
	color: #767676;
	line-height: 37px;
}
.footer .sbox .con p i{
	margin-right: 5px;
}
.footer .sbox .ewm img{
	display: block;
	float: left;
}
.footer .sbox .ewm p{
	width: 65px;
	text-align: center;
	line-height: 27px;
	font-size: 15px;
	color: #fff;
	float: left;
}
.footer .copyright{
	height: 80px;
	line-height: 80px;
	border-top: 1px solid #282828;
	font-size: 16px;
	color: #555555;
	margin-top: 35px;
}

.content{
	padding-top: 25px;
	padding-bottom: 40px;
}
.content .nyl{
	width: 278px;
}
.content .nyl .nydh .title{
	background: #6590bb;
	border-top-left-radius: 25px;
	padding: 25px 0;
	padding-left: 50px;
	padding-top: 20px;
	position: relative;
}
.content .nyl .nydh .title::after{
	content: "";
	width: 5px;
	height: 46px;
	background: #fff;
	position: absolute;
	left: 34px;
	top: 27px;
}
.content .nyl .nydh .title strong{
	display: block;
	font-size: 26px;
	color: #fff;
	
}
.content .nyl .nydh .title span{
	display: block;
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
	font-family: arial;
}
.content .nyl .nydh ul{
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	border-top: none;
}
.content .nyl .nydh ul li{
	height: 60px;
	padding: 0 12px;
	line-height: 60px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s; 
}
.content .nyl .nydh ul li a{
	display: block;
	border-bottom: 1px solid #dbdbdb;
}
.content .nyl .nydh ul li:last-child a{
	border-bottom: none;
}
.content .nyl .nydh ul li i{
	color: #96b3d5;
	margin-right: 5px;
}
.content .nyl .nydh ul li span{
	font-size: 15px;
	color: #545454;
}
.content .nyl .nydh ul li:hover,.content .nyl .nydh ul li.on{
	background: #d1dded;
}
.content .nyl .nydh ul li:hover a{
	border-bottom: 1px solid #fff;
}
.content .nyl .nydh ul li:last-child:hover a{
	border-bottom: none;
}
.content .nyl .nydh .tbox ul{
	margin-bottom: 2px;
}
.content .nyl .nydh .tbox ul li{
	height: 38px;
	line-height: 38px;
}

.content .nyl .nydh h3{
	height: 63px;
	font-size: 17px;
	cursor: pointer;
	background: #d1dded;
	line-height: 63px;
	padding-left: 30px;
	padding-right: 25px;
	margin-bottom: 2px;
	position: relative;
}
.content .nyl .nydh h3::after{
	content: "";
	width: 4px;
	height: 14px;
	background: #6590bb;
	position: absolute;
	left: 19px;
	top: 26px;
}
.content .nyl .nydh h3 em{
	float: right;
	color: #6590bb;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); 	 
	-moz-transform:rotate(-90deg);  
	-webkit-transform:rotate(-90deg);  
}
.content .nyl .nydh h3.on em{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	 
	-moz-transform:rotate(0deg);  
	-webkit-transform:rotate(0deg);
}
.content .nyl .nylx{
	margin-top: 25px;
}
.content .nyl .nylx .title{
	height: 60px;
	background: #6590bb;
	border-top-left-radius: 25px;
	padding-left: 43px;
	box-sizing: border-box;
	position: relative;
	line-height: 60px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.content .nyl .nylx .title::after{
	content: "";
	width: 4px;
	height: 21px;
	background: #fff;
	position: absolute;
    left: 30px;
    top: 20px;
}
.content .nyl .nylx .sbox{
	border: 1px solid #dbdbdb;
	border-top: none;
	padding: 18px;
	box-sizing: border-box;
}
.content .nyl .nylx .sbox .tel{
	background: url(../images/tel.jpg) no-repeat left  13px;
	padding-left: 50px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
}
.content .nyl .nylx .sbox .tel span{
	display: block;
	font-size: 15px;
	color: #565656;
}
.content .nyl .nylx .sbox .tel strong{
	display: block;
	font-size: 24px;
	color: #6590bb;
	font-family: arial;
}
.content .nyl .nylx .sbox  p{
	font-size: 14px;
	color: #5c5c5c;
	line-height: 27px;
}
.content .nyl .nylx .sbox img{
	display: block;
	margin: 10px auto; 
}

.content .nyr{
	width: 990px;
}
.content .nyr .stitle{
	height: 90px;
	line-height: 90px;
	margin-bottom: 38px;
	border-bottom: 1px solid #dcdcdc;
}
.content .nyr .stitle p{
	float: right;
	font-size: 15px;
	color: #8c8c8c; 
}
.content .nyr .stitle p a{ 
	color: #8c8c8c;
}
.content .nyr .stitle p i{
	margin-right: 5px;
}
.content .nyr .stitle strong{
	font-size: 24px;
	color: #333;
	display: inline-block;
	padding-left: 20px;
	position: relative;
}
.content .nyr .stitle strong::after{
	content: "";
	width: 6px;
	height: 23px;
	background: #6590bb;
	position: absolute;
	    left: 5px;
	    top: 35px;
}

.prolist ul{
	width: 1030px;
}
.prolist li{
	background: #fff;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
	box-shadow: 0px 3px 16px rgba(0,0,0,.05);
	float: left;
	width: 305px;
	margin-right: 37px;
	margin-bottom: 30px;
}
.prolist li img{
	display: block;
	width: 100%;
}
.prolist li .text{
	padding: 20px;
	box-sizing: border-box;
}
.prolist li .text strong{
	display: block;
	font-size: 18px;
	color: #333;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;
}
.prolist li .text p{
	font-size: 14px;
	color: #727272;
	line-height: 22px;
	margin: 10px 0;
}
.prolist li .text i{
	font-size: 28px;
	color: #aaaaaa;
}
.prolist li:hover{
	transform: translateY(-5px)
}
.prolist li  .text strong:hover{
	color: #6590bb;
}
.fenye { 
	width: 100%;
	padding-top: 20px;
	text-align: center;
} 
.fenye a,
.fenye b {
	display: inline-block;
	margin: 3px;
	border-radius: 3px;
	padding: 10px 16px;
	background: #fff;
	font-size: 14px;
	color: #444;
	border: 1px solid #e5e5e5;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
} 
.fenye b,
.fenye a:hover {
	background: #003f97;
	color: #fff;
	border: 1px solid #003f97;
}

.content .nyr .clist li{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px dashed  #dfdfdf;
}
.content .nyr .clist li:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.content .nyr .clist li img{
	display: block;
	float: left;
	width: 247px;
	height: 161px;
}
.content .nyr .clist li .text{
	float: left;
	margin-left: 30px;
	width: 713px;
}
.content .nyr .clist li .text strong{
	display: block;
	height: 52px;
	line-height: 52px;
	font-size: 20px;
	color: #272727;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.content .nyr .clist li .text strong:hover{
	color: #6590bb;
}
.content .nyr .clist li .text p{
	font-size: 15px;
	color: #6f6f6f;
	line-height: 28px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.content .nyr .clist li .text span{
	display: block;
	font-size: 15px;
	color: #bbbaba;
	margin-top: 15px;
}

.newslist{
	padding-top: 45px;
}
.newslist .lmt{
	text-align: center;
	margin-bottom: 20px;
}
.newslist .list li:after { content:""; display:block; height:0px; visibility:hidden; clear:both; }
.newslist .list li{
	padding: 15px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
}
.newslist .list li img{
	display: block;
	float: left;
	width: 199px;
	height: 145px;
}
.newslist .list li .text{
	width: 830px;
	float: left;
	margin-left: 35px;
}

.newslist .list li .text strong{
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #272727;
	font-weight: normal;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.newslist .list li .text strong:hover{
	color: #6590bb;
}
.newslist .list li .text p{
	font-size: 15px;
	color: #6f6f6f;
	line-height: 28px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.newslist .list li .text span{
	display: block;
	font-size: 15px;
	color: #bbbaba;
	margin-top: 10px;
}
.newslist .list li .more{
	float: right;
	width: 175px;
	text-align: center;
	height: 126px;
	line-height: 126px;
	border-left: 1px solid #e7e7e7;
	font-size: 15px;
	color: #6590bb;
}

#map{
	width: 100%;
	height: 400px;
}
  .BMap_bubble_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .BMap_bubble_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contact ul{
	margin-top: 30px;
}
.contact li{
	float: left;
	width: 303px;
	height: 318px;
	border: 1px solid #dcdcdc;
	margin-right: 36px;
	padding-top: 36px;
	box-sizing: border-box;
}

.contact li img{
	display: block;
	margin: 0 auto;height: 136px;
}
.contact li p{
	font-size: 16px;
	color: #3d3d3d;
	text-align: center;
	margin-top: 15px;
}
.contact li strong{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 18px;
	color: #6590bb;
	line-height: 24px;
}

.about .text{
	font-size: 16px;
	color: #363636;
	line-height: 35px;
}

.about .text p{
    margin-bottom: 15px;
}

.detail{
	padding:30px;
	padding-top: 30px;
     border: 1px solid #eee;
    border-top: 3px solid #6590bb;
}
.detail h1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.detail .tit{
	text-align: center;
	font-size: 15px;
	color: #666; 
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}


.fn{ 
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e5e5e5;
}
.fn p{
	font-size: 16px;
	margin-bottom: 15px;
	color: #666;
}
.fn p a{
	color: #666;
}
.fn p a:hover{
	color: #003f97;
}
.newstext{
	font-size: 16px;
	color: #333;
	padding-bottom: 30px;
	line-height: 30px;
}
.newstext p{
    margin-bottom: 10px;
}
.newstext h2{
    font-size: 20px;
    color: #6590bb;
    margin-bottom: 15px;
}

.newstext img{
	max-width: 100%;
}


@media(max-width:1600px){
    .case .sbox .swiper-button-prev{
        left: 0;
    }
    .case .sbox .swiper-button-next{
        right:  0;
    }
    .index3 .sbox .swiper-slide .text2 .dec{
        height: 156px;
    overflow-y: auto;
    }
    
   .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar {
		width: 4px;
		height: 4px
	}

  .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar-button:vertical {
		display: none
	}

  .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar-corner,
	::-webkit-scrollbar-track {
		background-color: #cdd2d8
	}

  .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #fff;
	}

  .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar-thumb:vertical:hover {
		background-color: #fff;
	}

  .index3 .sbox .swiper-slide .text2 .dec::-webkit-scrollbar-thumb:vertical:active {
		background-color: #fff;
	}
    .more a{
            width: 110px;
    height: 34px;
    line-height: 34px;
    }
}

