*{margin: 0px;padding: 0px;}
body{min-width:1200px;background:#eeeeee;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
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;}
/*清除浮动*/
 

.main{
	width: 1200px;
	margin:0 auto;
}
.top{
	width: 100%;
	height:45px;
	background:#999999;
}
.top p{
	float: left;
	font-size: 14px;
	color:#fff;
	line-height:45px;
}
.top ul{
	float: right;
	height: 40px;
	overflow: hidden;
}
.top ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 45px;
	position: relative;
}
.top ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff
}
.top ul li a{
	color:#fff;
	font-size: 14px;
}
.top ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.head{
	width: 100%;
	height:120px;
	overflow: hidden;
}
.head .name{
	float: left;
}
.head .name div{
	vertical-align: middle;
	display: table-cell;
	height: 120px;
}
.head .tel div{
	vertical-align: middle;
	display: table-cell;
	height: 120px;
}
.head .tel{
	float: right;
}
.head img {
	display: block;
}
.nav{
	width: 100%;
	height: 50px;
	background:#5995e5;
}
.nav ul{
	width: 1200px;
	margin:0 auto;
	height: 50px;
}
.nav ul li{
	float: left;
	width: 160px;
	height: 50px;
	position: relative;
	text-align: center;
	line-height: 50px;
	margin-left: 13px;
}
.nav ul li:hover ul{
	display: block;
}
.nav ul li:first-child{
	margin-left: 0;
}
.nav ul li ul{
	position: absolute;
	left: -11px;
	z-index: 1;
	width:179px;
	border: 1px solid #699be2;
	box-sizing: border-box;
	top:50px;
	height: auto;
	display: none;
	overflow: hidden;
	background: rgba(89,149,229,0.8);
}
.nav ul li ul li:first-child{
	margin-left: 8px;
}
.nav ul li ul li{
	width: 163px;
	margin-left: 8px;
	height: 39px;
	line-height: 39px;
	border-bottom: 1px dashed #fff;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
	display:block;
}
.nav ul li:hover{
	background: #ff9600;
}
.nav ul li:hover ul li{
	background: none;
}
.nav ul li ul li:hover a{
 	text-decoration: underline;
}
.nav ul li:last-child{
	border-bottom: none;


}
.banner{
	width: 100%;
}
.banner .swiper-slide img{
	display: block;
	width: 100%;
}
.banner .swiper-pagination {
	bottom: 35px !important;
}
.banner .swiper-pagination span{
	width: 40px;
	height: 10px;
	background: #746b67;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #5995e5 !important;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
}

.title{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.title p{
	color:#5995e5;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

.title span{
	display: block;
	color:#666666;
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
}

.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid  #5995e5;
	box-sizing: border-box;
	margin-top: 30px;
}
.product .list  .tit{
	float: left;
	width: 120px;
	height: 90px;
	background: #5995e5;
}

.product .list  .tit p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}


.product .list  .tit span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin-top: 2px;
	text-transform: uppercase;
}

.product .list ul{
	float: right;
	width: 1050px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.product .list ul li{
	float: left;
	width: 170px;
	line-height: 80px;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	margin-left: 25px;
}
.product .list ul li:nth-child(5n-4){
	margin-left: 0;
}
.product .list ul li:after{
	content: "";
 	width: 20px;
 	height: 20px;
 	background: url(../images/icon01.png) no-repeat center;
 	position: absolute;
 	left: 0;
 	top: 50%;
 	margin-top: -10px;
 	
}
.product .list ul li a{
	display: block;
	margin-left: 15px;
	color:#333333;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .list ul li:hover a{
	color:#5995e5;
	text-decoration: underline;
}


.product .pic{
	width: 100%;
	height: 680px;
	margin-top: 15px;
}

.product .pic ul li{
	float: left;
	margin-left: 30px;
	width: 380px;
	height: auto;
	transition: .5s;
	overflow: hidden;
	margin-bottom: 30px;
}
.product .pic ul li img{
	display: block;
	transition: .5s;
	width: 380px;
	height: 290px;
}
.product .pic ul li div{
	width: 380px;
	height: 280px;
	overflow: hidden;
}
.product .pic  ul li p{
	width: 100%;
	height: 50px;
	background: #fff;
	text-align: center;
	color:#555555;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}
.product .pic ul li:hover p{
	background: #5995e5;
	color:#fff;
}
.product .pic  ul li:hover img{
	transform: scale(1.05);
}
.product .pic  ul li:nth-child(3n-2){
	margin-left: 0;
}
.product .pic ul li:hover {
	box-shadow:  0 0 10px 1px #cdcccc;
}

.product .more{
	display: block;
	width: 180px;
	height: 50px;
	background: #fff;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
	color:#999999;
	font-size: 14px;
	margin-top: 40px;
}




.cases{
	width: 100%;
	height: 680px;
	overflow: hidden;
	margin-top: 55px;
	background: url(../images/bg01.jpg) no-repeat center;
}
.cases .title{
	margin-top: 50px;
}
.cases .title p{
	color:#fff;
}
.cases .title span{
	color:#fff;
}

.cases .swiper-container{
	margin-top: 40px;
}

.cases .swiper-slide div{
	width: 355px;
	height: 320px;
	overflow: hidden;
	margin:  15px;
	margin-bottom: 0;
}
.cases .swiper-slide:hover img{
	transform: scale(1.05);
}
.cases .swiper-slide img{
	display: block;
	width: 355px;
	transition: .5s;
	height: 320px;
}
.cases .swiper-slide {
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-top:2px;
}
.cases .swiper-slide:hover {
	border: 1px solid #ffb245;
}

.cases .swiper-slide  p{
	color:#333333;
	font-size: 16px;
	text-align: center;
	height: 40px;
	background: #fff;
	width: 355px;
	margin: 0 auto;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}
.cases .swiper-slide:hover p{
	background: #ffb245;
	color:#fff;
}

.cases .swiper-pagination{
	position: inherit;
	bottom: 0;
	margin-top:60px;
}

.cases .swiper-pagination span{
	opacity: 1;
	width: 20px;
	height: 20px;
	margin: 0 15px !important;
	background: #fff;
}


.cases .swiper-pagination .swiper-pagination-bullet-active{
	background: #ffb245;
}

.about{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 80px;
}
.about .honor{
	width: 600px;
	background: url(../images/bg02.png) no-repeat center;
	height: 404px;
	float: left;
}
.about .honor .tit{
	width: 140px;
	height: 404px;
	overflow: hidden;
	float: left;
	background: rgba(77,108,150,0.8);
}

.about .honor .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.about .honor .swiper-container{
	width: 560px;
 	margin: 0 auto;
 
	margin-top: 35px;
	height: 345px;
	position: relative;
}

.about .honor .swiper-pagination span{
	width: 14px;
	height: 14px;
	opacity: 1;
	background: #4e5254;
}
.about .honor .swiper-pagination-bullet-active{
	background: #5995e5 !important;
}
.about .honor  .swiper-pagination{
	bottom: 0;
}
.about .honor  .swiper-slide{
	width: 560px;
	height: 345px;
	overflow: hidden;
	border: 1px solid  #ff9600;
	box-sizing: border-box;
}
 
.about .honor  .swiper-slide img{
	display: block;
	width: 560px;
	height: 345px;
	transition: .5s;
}
.about .honor  .swiper-slide:hover img{
	transform: scale(1.05);
}
.about .intro{
	float: right;
	width: 545px;
	height: auto;
	overflow: hidden;
	margin-right: 25px;
}
.about .intro .tit{
	height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
	margin-top: 35px;
}
.about .intro .tit p{
	color:#5995e5;
	font-size: 28px;
	float: left;
	font-weight: bold;
}
.about .intro .tit span{
	color:#adadad;
	font-size: 28px;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 2px;
	float: left;
}
.about .intro  .info{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-top: 30px;
	text-indent: 2em;
	color:#555555;
	font-size: 16px;
	line-height: 30px;
}
.about .intro a{
	display: block;
	width: 160px;
	height: 50px;
	background: #5995e5;
	text-align: center;
	color:#fff;
	font-size: 14px;
	line-height: 50px;
	margin-top: 35px;
}
 .adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.adv .adv-tit{
	width: 100%;
	height: 140px;
	overflow: hidden;
	background: #5995e5;
	border-bottom: 10px solid #ff9600;
}

.adv .adv-tit img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
 
.adv .main{
	margin-top: 35px;
}
.adv .part{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 0 40px;
	margin-bottom: 15px;
	padding-top: 25px;
	height: auto;
	overflow: hidden;
}

.adv .part ul{
	float: left;
	width: 550px;
	height: auto;
	overflow: hidden;
}

.adv .part ul li{
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.adv .part .intro{
	width: 550px;
	height: auto;
	overflow: hidden;
	float: left;
}

.adv .part .intro .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 15px;
	background: url(../images/bg03.png) no-repeat center bottom;
}

.adv .part .intro .tit b{
	display: block;
	width: 50px;
	height: 50px;
	background: #5995e5;
	text-align: center;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	float: left;
	border-radius: 5px;
}

.adv .part .intro .tit div{
	float: left;
	margin-left: 14px;
}
.adv .part .intro .tit div p{
	color:#5995e5;
	font-size: 24px;
	font-weight: bold;
}
.adv .part .intro .tit div span{
	color:#999999;
	font-size: 14px;
	text-transform: uppercase;
}

.adv .part .intro .info{
	float: right;
	width: 485px;
	height: auto;
	overflow: hidden;
	margin-top: 14px;
}


.adv .part .intro .info p{
	color:#555555;
	font-size: 15px;
	position: relative;
	line-height: 30px;
	padding-left: 20px;
}
.adv .part .intro .info p:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
 	top:11px;
 	border-radius: 50%;
	background: #ff9600;
}

.adv .part .pic{
	float: right;
}

.adv .part:last-child .pic{
	float: left;
}
.adv .part:last-child ul{
	float: right;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	background: #fff;
	padding-bottom: 50px;
}
.news .swiper-container {
	margin-top: 40px;
}
.news .swiper-slide{
	width: 580px;
	height: 160px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 30px;
}
.news .swiper-slide .time{
	float: left;
	width: 120px;
	height: 100px;
}
.news .swiper-slide .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #3799e4;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.news .swiper-slide .time p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background: #999999;
	font-size: 14px;
}
.news .swiper-slide  .intro{
	float: right;
	width: 378px;
	height: auto;
	overflow: hidden;
}
.news .swiper-slide a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .swiper-slide  .intro p{
	color:#333333;
	font-size: 16px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .swiper-slide:hover {
	border: 1px solid #3799e4;
}
.news .swiper-slide:hover .intro p{
	color:#3799e4;
}
.news .swiper-slide  .intro span{
	display: block;
	color:#666666;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news .swiper-pagination{
	position:initial;
	margin-top: 35px;
}
.news .swiper-pagination span{
	 opacity: 1;
	 width: 40px;
	 height: 8px;
	 border-radius: 0;
	 background: #999999;
	 margin: 0 5px !important;
	 
}
.news .swiper-pagination-bullet-active{
	background: #3799e4 !important;
}



.lc{
   width: 100%;
   height: auto;
   overflow: hidden;
}

.lc .main{
	margin-top: 40px;
}


.contact{
	width: 100%;
	height: 887px;
	background:#eeeeee url(../images/bg04.jpg) no-repeat center top;
	margin-top: 50px;
	overflow: hidden;
}
.contact .tit{
	display: table;
	margin: 0 auto;
	margin-top:45px;
}
.contact .tit b{
	color:#fff;
	font-size: 60px;
	text-align: center;
}
.contact .tit h4{
	color:#fff;
	width: 250px;
	height: 84px;
	background: rgba(0,0,0,.6);
	text-align: center;
	line-height: 84px;
	color:#fff;
	font-size: 40px;
	margin: 0 auto;
}
.contact .bd{
	width: 100%;
	height:580px;
	overflow: hidden;
	background: #fff;
	margin-top: 28px;
	position: relative;
	box-shadow: 0 0 10px 1px #c2c1c1;
}
.contact .bd:after{
	content: "";
	width: 1px;
	height: 464px;
	background: #dcdcdc;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -232px;
}
.contact .bd .cont{
	margin-top: 100px;
	margin-left: 100px;
	float: left;
	height: auto;
	overflow: hidden;
}
.contact .bd .cont h4{
	color:#333333;
	font-size: 18px;
}
.contact .bd .cont .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#555555;
	font-size: 18px;
	line-height: 32px;
	margin-top: 10px;
}
.contact .bd .cont .ewm{
	width: 410px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	background: url(../images/txt.png) no-repeat right  center;
}
.contact .bd .cont img{
	display: block;
	width: 140px;
	height: 140px;
	border: 1px solid #bfbfbf;
	box-sizing: border-box;
	padding: 9px;
}
.contact .bd .msg{
	float: right;
	margin-top: 100px;
	margin-right: 74px;
	width: 456px;
	height: auto;
	overflow: hidden;
}
.contact .bd .msg .t p{
	color:#333333;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.contact .bd .msg form{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact .bd .msg form ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 12px;
}
.contact .bd .msg form ul li p{
	color:#555555;
	font-size: 18px;
	float: left;
	line-height: 50px;
}
.contact .bd .msg form ul li input{
	width: 365px;
	height: 48px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	color:#555;
	font-family: '微软雅黑';
	border-radius: 5px;
	text-indent: 5px;
	outline: none;
}
.contact .bd .msg form ul li textarea{
	width: 365px;
	height: 90px;
	border: 1px solid #d2d2d2;
	float: right;
	color:#555;
	font-family: '微软雅黑';
	text-indent: 5px;
	padding-top: 10px;
	resize: none;
	border-radius: 5px;
	outline: none;
	box-sizing: border-box;
}
.contact .bd .msg form .btn{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.contact .bd .msg form .btn input{
	width: 220px;
	height: 50px;
	background: #5995e5;
	float: left;
	border: none;
	border-radius: 10px;
	color:#fff;
	font-size: 18px;
}
.contact .bd .msg form .btn input:last-child{
	float: right;
	background: #999999;
}

.cp{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:40px;
}
.cp .tit {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cp .tit :after{
	content: "";
	width: 28px;
	height: 15px;
	background: #5995e5;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}

.cp .tit p{
	color:#555555;
	font-size: 20px;
	float: left;
	margin-left: 35px;
}

.cp .tit  span{
	color:#999999;
	font-size: 14px;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}

.cp  ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cp  ul li{
	float: left;
	width: 183px;
	height: auto;
	overflow: hidden;
	margin-bottom:15px;
	margin-left: 20px;
}
.cp  ul li:nth-child(6n-5){
	margin-left: 0;
}

.cp  ul li div{
	width: 181px;
	height: 71px;
	border: 1px solid  #dcdcdc;
	overflow: hidden;
}

.cp  ul li div img{
	display: block;
	width: 181px;
	height: 71px;
	transition: .5s;
}

.cp  ul li p{
	text-align: center;
	color:#555555;
	font-size: 12px;
	width: 100%;
	 white-space: nowrap;
	 line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cp  ul li:hover img{
	transform: scale(1.05);
}


.links{
	width: 100%;
	margin: 0 auto;
	height: 75px;
	padding: 13px 0;
	background: #fff;
	margin-top: 40px;
}
.links .tit{
	width: 182px;
	height: 75px;
	overflow: hidden;
	float: left;
	background: url(../images/links.png) no-repeat center;
}
.links .tit p{
	color:#555555;
	font-size: 17px;
	margin-left: 60px;
	margin-top: 35px;
}
.links  ul{
	width: 1015px;
	float: right;
	height: 60px;
	margin-top: 7px;
	overflow: hidden;
}
.links  ul li{
	float: left;
	padding: 0 10px;
	height: 30px;
	position: relative;
	line-height: 30px;
}
.links  ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -7px;
	background: #666666;
}
.links  ul li a{
	color:#666666;
	font-size: 14px;
}

.footer{
	width: 100%;
	height: 240px;
	background: #5995e5;
	border-top: 6px solid #ffb245;
}
.footer .left{
	float: left;
	margin-top: 60px;
}
.footer .left img{
	display: block;
}
.footer .left .tel{
	margin-top: 15px;
}
.footer .menu{
	width: 220px;
	float: left;
	border-left: 1px solid #005f9b;
	border-right: 1px solid #005f9b;
	height: 178px;
	margin-left: 60px;
	margin-top: 35px;
	padding: 0 65px;
}
.footer .menu .tit{
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .menu .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.footer .menu .tit span{
	color:#ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}
.footer .menu ul{
	width: 100%;
	height:100px;
	overflow: hidden;
	margin-top: 15px;
}
.footer .menu ul li{
	width: 100%;
	height: 40px;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	line-height: 40px;
}
.footer .menu ul li:after{
	content: "+";
	color:#3799e4;
	position: absolute;
	right:25px;
	top: 0;
}
.footer .menu ul li a{
	display: block;
	text-indent: 15px;
	display: block;
	font-size: 16px;
	width: 160px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#3799e4;
}
 
.footer .info{
	float: right;
	width: 310px;
	color:#fff;
	height: 240px;
	font-size: 15px;
	line-height: 26px;
}
.footer .info p{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.cr{
	width: 100%;
	height: 50px;
	background: #555555;
	text-align: center;
	color: #999999;
	font-size: 14px;
	line-height: 50px;
}
.cr p{
	text-align: center;
}

.float{
	width:auto;
	height: auto;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 200px;
	z-index: 1001;
}
.float ul li{
	width:200px;
	margin-top: 5px;
	height:62px;
	margin-left: 138px;
	background: #d9d9d9;
	position: relative;
	z-index: 1;
	transition: .5s;
 
}
 
.float ul li span{
	display: block;
	width: 62px;
	height:62px;
	float: left;
}
.float ul li:hover{
	margin-left: 0;
}
.float ul li:nth-child(3):hover{
	margin-left: 138px;
}
.float ul li:nth-child(5):hover{
	margin-left: 138px;
}
.float ul li:nth-child(3):hover div{
	left: -135px;
	opacity: 1;
}
.float ul li p{
	float: left;
	font-size: 16px;
	color:#333;
	width: 130px;
	text-align: center;
 	height: 45PX;
 	line-height: 62px;
	background: #d9d9d9;
 
}
.float ul li div{
	position: absolute;
	left: 0;
	width: 120px;
	opacity: 0;
	height: 120px;
	transition:.3s;
}
.float ul li div img{
	display: block;
	width:120px;
	height: 120px;
 
}
 
.float ul li:nth-child(1) span{
	background:#d9d9d9 url(../images/float.png)no-repeat  left top;
}
.float ul li:nth-child(2) span{
	background:#d9d9d9 url(../images/float.png)no-repeat  left -66px;
}
.float ul li:nth-child(3) span{
	background:#d9d9d9 url(../images/float.png)no-repeat left -132px;
}
.float ul li:nth-child(4) span{
	background:#d9d9d9 url(../images/float.png)no-repeat left -198px;
}
.float ul li:nth-child(5) span{
	background:#d9d9d9 url(../images/float.png)no-repeat  left -265px;
}
.float ul li div{
	width:130px;
	float: left;
	background: #d9d9d9;
	height: auto;
	overflow: hidden;
}
.float ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}


.crumbs{
	width: 100%;
	height: auto;
	background: #fff;
	overflow: hidden;
}
.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs  a{
	display: block;
	color:#999999;
	float: left;
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	color:#999;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding: 10px 0;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	overflow: hidden;
	min-height: 600px;
}
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color:#333;
	font-size: 16px;
	line-height: 30px;
}
 
.cont-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	margin-top: 20px;
	box-sizing: border-box;
}
 
.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
 
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
	border: 1px solid #ccc;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	color:#333;
	float: left;
	margin: 0 3px;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #3799e4;
	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
 
.cases-list ul li div{
	width: 335px;
	height: 320px;
	overflow: hidden;
	margin:  15px;
	margin-bottom: 0;
}
.cases-list ul li:hover img{
	transform: scale(1.05);
}
.cases-list ul li img{
	display: block;
	width: 100%;
	transition: .5s;
	height: 320px;
}
.cases-list ul li {
	border: 1px solid #ccc;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left:14px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.cases-list ul li:nth-child(3n-2){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}

.cases-list ul li  p{
	color:#333333;
	font-size: 16px;
	text-align: center;
	height: 40px;
	background: #fff;
	width: 335px;
	margin: 0 auto;
	line-height: 40px;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    overflow: hidden; 
}
.cases-list ul li:hover p{
	background: #ffb245;
	color:#fff;
}


.pro-list{
	width: 100%;
}

.pro-list .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffffff;
	border: 2px solid  #5995e5;
	box-sizing: border-box;
 
}
.pro-list .list  .tit{
	float: left;
	width: 120px;
	height: 90px;
	background: #5995e5;
}

.pro-list .list  .tit p{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 22px;
}


.pro-list .list  .tit span{
	display: block;
	text-align: center;
	color:#fff;
	font-size: 16px;
	margin-top: 2px;
	text-transform: uppercase;
}

.pro-list .list ul{
	float: right;
	width: 990px;
 	
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.pro-list .list ul li{
	float: left;
	width: 158px;
	line-height: 40px;
	height: auto;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	margin-left: 25px;
}
.pro-list .list ul li:nth-child(5n-4){
	margin-left: 0;
}
.pro-list .list ul li:after{
	content: "";
 	width: 20px;
 	height: 20px;
 	background: url(../images/icon01.png) no-repeat center;
 	position: absolute;
 	left: 0;
 	top: 50%;
 	margin-top: -10px;
 	
}
.pro-list .list ul li a{
	display: block;
	margin-left: 15px;
	color:#333333;
	font-size: 15px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pro-list .list ul li:hover a{
	color:#5995e5;
	text-decoration: underline;
}


.pro-list .pic{
	width: 100%;
	height: 1080px;
	margin-top: 25px;
}

.pro-list .pic ul li{
	float: left;
	margin-left: 30px;
	width: 356px;
	height: auto;
	transition: .5s;
	overflow: hidden;
	margin-bottom: 30px;
}
.pro-list .pic ul li img{
	display: block;
	transition: .5s;
	width:100%;
	height: 290px;
}
.pro-list .pic ul li div{
	width: 100%;
	height: 280px;
	border: 1px solid #f1f1f1;
	box-sizing: border-box;
	overflow: hidden;
}
.pro-list .pic  ul li p{
	width: 100%;
	height: 50px;
	background: #fff;
	text-align: center;
	color:#555555;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
}
.pro-list .pic ul li:hover p{
	background: #5995e5;
	color:#fff;
}
.pro-list .pic  ul li:hover img{
	transform: scale(1.05);
}
.pro-list .pic  ul li:nth-child(3n-2){
	margin-left: 0;
}
.pro-list .pic ul li:hover {
	box-shadow:  0 0 10px 1px #cdcccc;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 550px;
	height: 160px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	margin-bottom: 20px;
}
.news-list ul li:nth-child(2n){
	float: right;
}
.news-list ul li .time{
	float: left;
	width: 120px;
	height: 100px;
}
.news-list ul li .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #3799e4;
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.news-list ul li .time p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	background: #999999;
	font-size: 14px;
}
.news-list ul li  .intro{
	float: right;
	width: 350px;
	height: auto;
	overflow: hidden;
}
.news-list ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li  .intro p{
	color:#333333;
	font-size: 16px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list ul li:hover {
	border: 1px solid #3799e4;
}
.news-list ul li:hover .intro p{
	color:#3799e4;
}
.news-list ul li  .intro span{
	display: block;
	color:#666666;
	font-size: 13px;
	height: 48px;
	line-height: 24px;
	margin-top: 10px;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 18px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit span{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	text-align: center;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height: 300px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}

.fy{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}

.message{
	width: 892px;
	margin: 20px auto;
	height: auto;
	overflow: hidden;
}

.message img{
	display: block;
	float: left;
}

.message form{
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

.message form ul li{
	width: 100%;
	height:auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
}
.message form ul li input{
	height: 50px;
	border: none;
	width: 100%;
	outline: none;
	text-indent: 10px;
	color:#999999;
	font-size: 16px;
	background: none;
	font-family: '微软雅黑' ;
}

.message form ul li textarea{
	width: 500px;
	height: 100px;
	border: none;
	outline: none;
	font-family: '微软雅黑' ;
	resize: none;
	background: none;
 	text-indent: 10px;
	padding-top: 10px;
	color:#999;
	font-size: 16px;
}

.message form .btn input{
	width: 240px;
	display: block;
	height: 60px;
	float: left;
	margin-top: 20px;
	background: #065fc3;
	outline: none;
	border: none;
	font-size: 18px;
	color:#fff;
	border-radius: 5px;
}
.message form .btn input:last-child{
	float: right;
	background: #999;
}