*{margin:0px;padding:0px;}body{background:#ffffff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:12px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}



.main{
	width: 1200px;
	margin: 0 auto;
}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #EEEEEE;
 
}


.top p{
	color: #777777;
	float: left;
	line-height: 48px;
	font-size: 13px;
}
.top ul{
	float: right;
}
.top ul li{
	float: left;
	line-height: 48px;
	padding: 0 10px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #8D8D8D;
}
.top ul li:last-child{
	padding-right: 0;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.top ul li a{
	color: #777777;
	font-size: 13px;
}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 128px;
}
.head  img{
	display: block;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
 
.banner .swiper-pagination{
	position: absolute;
	left: 50%;
  	bottom: 20px;
  	display: flex;
  	justify-content: center;
  	transform: translateX(-50%);
  	align-items: center;
	z-index: 1;
}
.banner .swiper-pagination span{
	width:30px;
	height: 10px;
	border-radius: 30px;
	background: rgba(50,50,50,.8);
	display: block;
	 
	margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background:#0062EB;
}
.banner .swiper-slide img{
	display: block;
	width: 100%;
}

.in-banner{
	height: 400px;
}
 
 
.nav {
	width: 100%;
	height:60px;
	background:#0062EB;
	position: relative;
	z-index: 100;
}

.nav ul{
	width: 1200px;
	margin: 0 auto;
	height:60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	 
	box-sizing: border-box;
}
.nav ul li{
	line-height: 60px;
	text-align: center;
	width: 100%;
	height: 60px;
	position: relative;
 
	box-sizing: border-box;
}
.nav ul li a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.nav ul li:hover{
	background: #FFDE00;
}

.nav ul li:hover a{
	color: #0062eb;
}



.keywords{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
}

.keywords h4{
	color: #333333;
	font-size: 16px;
	float: left;
	line-height: 60px;
}


.keywords ul{
	float: right;
	width: 1110px;
	height: auto;
	overflow: hidden;
}
.keywords ul li{
	float: left;
	height: 60px;
	line-height: 60px;
	padding: 0 10px;
	position: relative;
}
.keywords ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #949494;
}
.keywords ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.keywords ul li a{
	display: block;
	font-size: 14px;
	color: #666666;
}
 
.title{
	position: relative;
	display: table;
	margin: 0 auto;
}
.title h4{
	color: #363636;
	font-size: 38px;
	text-align: center;
}
.title  b{
	color: #0062eb;
}
.title  img{
	display: block;
	margin: 0 auto;
	margin-top:15px;
}
.title p{
	text-align: center;
	color: #666666;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}
 
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 45px;
}


.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 8px solid #DCDCDC;
	box-sizing: border-box;
	padding: 15px 20px;
	margin-top: 30px;
}

.product .list div{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.product .list div h4{
	color: #fff;
	font-size:  16px;
	width: 117px;
	float: left;
	height: 33px;
	background: url(../images/icon01.png)  no-repeat left center;
}
.product .list div h4 a{
	color: #fff;
	text-align: center;
	line-height: 33px;
	display: block;
	padding-right: 7px;
	box-sizing: border-box;
}

.product .list div ul{
	float: right;
	width: 1020px;
}
.product .list div ul li {
	float: left;
	line-height: 33px;
	padding: 0 10px;
}
.product .list div ul li a{
	display: block;
	font-size: 15px;
	color: #666666;
}
.product .list div ul li:hover a {
	color: #1a8a0f;
	text-decoration: underline;
}
.tab{
	display: table;
	margin: 0 auto;
	margin-top: 30px;
}

 
.tab ul li{
	float: left;
	width: 180px;
	height: 50px;
	background: #fff;
 	margin-left: 24px;
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
	overflow: hidden;
	border-radius:10px;
	border: 1px solid #DCDCDC;
	margin-bottom: 10px;
	line-height:50px;
}
.tab ul li:nth-child(5n-4){
	margin-left: 0;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
	white-space: nowrap;

    text-overflow: ellipsis;
    overflow: hidden;
}
.tab ul li:hover{
	background: #0062EB;
	border: 1px solid #0062EB;
}
.tab ul li:hover a{
	color: #fff;
}

.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 30px;
}

.product .pic ul li{
	float: left;
	width: 385px;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #DCDCDC;
	margin-left:22px;
	padding:14px;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.product .pic ul li:hover{
	border: 1px solid #0062EB;
}
.product .pic ul li:hover p{
	color: #0062EB;
}

.product .pic ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li div{
	border: 1px solid #DCDCDC;
	box-sizing: border-box;
}
.product .pic ul li img{
	display: block;
 	width:100%;
 	height: 264px;
 	 
}

.product .pic ul li p{
	text-align: center;
	color: #333333;
	font-size: 18px;
	margin-top: 10px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product .more{
	display: block;
	width: 210px;
	border-radius: 30px;
	height: 50px;
	border: 1px solid #DCDCDC;
	text-align: center;
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	margin: 0 auto;
}

.product .more:hover{
 
	border: 1px solid #0062EB;
	color: #0062EB;
}

.in-pro{
	padding: 0;
}
.gg{
	width: 100%;
	height: 250px;
	margin-top:30px;
	background: url(../images/gg.jpg) no-repeat center;
}

.gg a{
	display: block;
	width: 100%;
	height: 100%;
}


.gg02{
	background: url(../images/gg02.jpg) no-repeat center;
}

.about{
	width:100%;
	margin: 0 auto;
	height: 680px;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/bg01.jpg) no-repeat center;
	padding:  70px 0;
	margin-top: 70px;
}
.about .title h4{
	color: #fff;
}

.about .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 32px;
}
.about .more{
	display: block;
	width: 210px;
	border-radius: 30px;
	height: 50px;
	border: 1px solid #DCDCDC;
	text-align: center;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 40px;
}


.about ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 58px;
}
.about ul li{
	width: 395px;
	height: 180px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	box-sizing: border-box;
	background: rgba(255,255,255,.8);
}
.about ul li img{
	display: block;
}
.about ul li div{
	margin-left: 30px;
}
.about ul li h4{
	color: #0062eb;
	font-size: 20px;
}
.about ul li p {
	color: #555555;
	font-size: 15px;
	line-height: 24px;
	margin-top: 10px;
}
 
.adv{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.adv .advSwiper{
	margin-top: 40px;
}
.adv .swiper-wrapper{
	display: block;
}
.adv .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.adv .swiper-slide:nth-child(odd){
	flex-direction:row-reverse;
}

.adv .swiper-slide .tit{
	width: 100%;
	height: 105px;
	background: url(../images/adv-tit.png) no-repeat;
}
.adv .swiper-slide .tit b{
	display: block;
	color: #fff;
	font-size: 48px;
	line-height: 105px;
	margin-left: 20px;
	float: left;
}
.adv .swiper-slide .tit p{
	color: #0399eb;
	font-size: 26px;
	line-height: 105px;
	font-weight: bold;
	margin-left: 30px;
	float: left;
}
.adv .swiper-slide ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
.adv .swiper-slide .info{
	width: 530px;
	height: auto;
	overflow: hidden;
	margin-left: 50px;
}
.adv .swiper-slide .info p{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
}
.adv .swiper-slide .info p:after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #0399EB;
	border-radius: 50%;
}

.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	background: #F5F5F5;
	padding:  60px 0;
}

.lc .bd{
	display: block;
	margin-top: 30px;
	width: 1212px;
	height: 272px;
	background: url(../images/lc.png) no-repeat center;
}
 
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .show .box{
	width: 800%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 290px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.cases .pic ul li div{
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	padding: 10px;
}
.cases .pic ul li img{
	display: block;
	width: 100%;
	height:200px;
}
.cases .pic ul li p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
}
 
.cases .pic ul li:hover   p{
 	color: #0062eb;
}




.section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	border-top: 3px solid #0062EB;
	padding-top: 53px;
	padding-bottom: 50px;
	margin-top: 55px;
}

.section .left{
	float: left;
	width: 397px;
	height: auto;
	overflow: hidden;
}
.section  .part{
	width: 100%;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	border-top: 2px solid #0062EB;
	padding:  20px;
	background: #fff;
	margin-bottom: 10px;
}
.section  .part .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 37px;
	border-bottom: 1px solid #e7e7e7;
}
.section  .part .tit p{
	color:#1a1a1a;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.section  .part .tit a{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
	text-transform: uppercase;
}

.section .part .tit a:hover{
	text-decoration: underline;
	color: #0062EB;
}
.section .left .part .info{
	width: 100%;
	height:135px;
	overflow: hidden;
	margin-top: 25px;
}
.section .left .part .info h4{
	color:#333333;
	font-size: 16px;
	position: relative;
	font-weight: normal;
 
}
 
.section .left .part .info p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}
.section .left  .news ul li{
	width: 100%;
	height: auto;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}
.section .left  .news ul li:hover a{
	color:#0062EB;
	text-decoration: underline;
}
.section .left  .news ul li:after{
	content: "";
	width:8px;
	height:8px;
	background: #0062EB;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.section .left .news ul {
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.section .left .news ul li a{
	display: block;
	width: 240px;
	margin-left: 20px;
	float: left;
	color:#666666;
	font-size: 14px;
	line-height: 48px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.section .left .news ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 12px;
	line-height: 48px;
}
.section .right{
	float: right;
	width: 790px;
	height: auto;
	overflow: hidden;
}
.section .right .information ul{
	margin-top: 30px;
}
.section .right .information ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e7e7e7;
	margin-top: 20px;
	padding-bottom: 20px;
}
.section .right .information  img{
	display: block;
	float: left;
	width: 230px;
	height: 140px;
}

.section .right .information ul li .intro{
	width: 493px;
	float: right;
	margin-top: 20px;
}
.section .right .information ul li .intro h4{
	color:#333333;
	font-size: 16px;
	display: block;
	width: 100%;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section .right .information ul li .intro p{
	color:#666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section .right .information ul li .intro  span{
	display: block;
	color:#999999;
	font-size: 12px;
	margin-top: 10px;
}
.section .right .information ul li:hover .intro h4{
	color:#0062EB;
	text-decoration: underline;
}


.in-section .part{
	height: 480px;
	margin-bottom: 50px;
}



.sh{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 60px 0;
	box-sizing: border-box;
	background: #6B9F04;
}

.sh h4{
	color: #fff;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
 
}
.sh b{
	font-weight: normal;
	color: #fca600;
}

.sh p{
	color: #fff;
	font-size: 24px;
	margin-top: 40px;
	text-align: center;
}
.sh span{
	display: block;
	font-size: 30px;
	margin-top: 30px;
	text-align: center;
	color: #fff;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
	padding-top: 60px;
	padding-bottom: 60px;
	box-sizing: border-box;
}
.footer .info{
	width: 650px;
	height: auto;
	overflow: hidden;
	color: #b2afaf;
	float: left;
	font-size: 15px;
	line-height: 30px;
}
.footer  .ewm{
	float: right;
	
 
}

.footer  .ewm img{
	display: block;
	width: 150px;
	height: 150px;
	margin: 5px;
}
 
 .footer  .ewm  p{
 	text-align: center;
 	color: #fff;
 	font-size: 12px;
 	margin-top: 5px;
 }
.links{
	width: 100%;
	height:80px;
	overflow: hidden;
 	
	box-sizing: border-box;
 	background: url(../images/bg03.jpg) no-repeat center;
 
	 
}
.links .tit{
	background: url(../images/links.png) no-repeat left center;
	padding-left: 30px;
	height: auto;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	margin-top: 25px;
}

.links  h4{
	color: #fff;
	font-size: 20px;
	float: left;
	font-weight: bold;
}
.links p{
	color: #fff;
	font-size: 18px;
	float: left;
	margin-left: 5px;
}
 
.links ul{
	float: right;
	width: 980px;
	height: auto;
	margin-top: 15px;
	height:auto;
	overflow: hidden;
}
.links ul li{
	float: left;
	position: relative;
	padding: 0 10px;
	line-height: 25px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #9B9B9B;
}
.links ul li a{
	color: #6c6c6c;
	font-size: 14px;
	display: block;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}



.float{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 100px;
	right: 0;
	width: 180px;
}
.float ul li{
	width: 180px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 50px;
	height: 50px;
	float: left;
}
 
.float ul li:nth-child(2):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover img{
	height: 120px;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#fff;
	width: 130px;
	text-align: center;
 	height: 50PX;
   	line-height: 50px;
	font-weight: bold;
	background: #454545;
 
}
.float ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #454545;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float ul li:nth-child(1) span{
	background:#454545 url(../images/float01.png)no-repeat  center;
}
.float ul li:nth-child(2) span{
	background:#454545 url(../images/float03.png)no-repeat   center;
}
 
.float ul li:nth-child(3) span{
	background:#454545 url(../images/float04.png)no-repeat   center;
}
.float ul li div{
	width:130px;
	float: left;
	background: #454545;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.menu{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#0062EB;
}
.menu ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: auto;
	overflow: hidden;
}
.menu ul li{
	float: left;
	position: relative;
	line-height: 50px;
	padding: 0 50px;
	box-sizing: border-box;
}
.menu ul li:after{
	content: "";
	width: 1px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
}
.menu ul li a{
	color: #fff;
	font-size: 18px;
	display: block;
}
.menu ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


 
.gotop{
	display: none;
}
 


 


.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .thisclass{
	background:#0062EB;
	color:#fff;
	font-size: 12px;
}
.page .thisclass a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.img-list .pic ul li{
	float: left;
	width: 285px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li div{
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.crumbs{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 18px;
	float: left;
}
.crumbs  a{
	color:#333;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}


.fy{
	width: 1200px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news-list ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	 
}
.news-list ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.news-list ul li a{
	color: #686767;
	font-size: 16px;
	display:block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	width: 440px;
	margin-left: 15px;
}

.news-list ul li span{
	float: right;
	color: #686767;
	font-size:14px;
}
.news-list ul li:after{
	content: ">";
	position: absolute;
	left: 0;
	top: 0;
	color: #686767;
	font-size: 16px;
	font-family: '宋体';
}

.news-list ul li:hover a{
	color: #0062EB;
}
.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about-intro .intro{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about-intro .intro p{
	text-indent: 2em;
}
.about-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	margin-top: 20px;
}
 

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.detailed .tit h4{
	color:#333;
	font-size: 24px;
	text-align: center;
}

.detailed .tit  p{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}
.detailed .tit  span{
 	margin: 0 5px;
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.detailed .info p{
	text-indent: 2em;
}
.detailed  .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.img-box{
    	overflow: hidden;
    	height: auto;
 }
 
.img-box img{
	transition: .5s;
}
.img-box:hover img{
	transform: scale(1.05);
}
 