*{margin: 0px;padding: 0px;}
body{background:#ffffff;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;}
body{ overflow-X:hidden}
a{text-decoration: none; color:#333;}
a:hover{ color:#103fa7;}
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:55px;background:#103fa7}
.top p{color:#fff;font-size:15px;line-height:55px;float:left}
.top .box{float:right}
.top .box ul li{float:left;border-left:1px solid #3775ff;height:55px;padding:0 10px;display:flex;position:relative;justify-content:center;align-items:center;line-height:55px}
.top .box ul li a{display:block}
.top .box ul li i{font-size:17px;color:#103fa7}
.top .box ul li span{display:block;background:#9bccf2;text-align:center;width:30px;height:30px;line-height:30px;border-radius:50%}
.top .box ul li div{position:absolute;z-index:100;left:50%;transition:.5s;transform:translateX(-50%);top:70px;background:#fff;border:1px solid #eee;visibility:hidden;opacity:0}
.top .box ul li div img{display:block;width:140px;height:140px;border:1px solid #eee}
.top .box ul li:hover div{opacity:1;top:55px;visibility:visible}
.top .box ul li b{color:#ffd395;font-size:24px;font-weight:400;margin-left:10px}
.top .box ul li b dd{ float: left;line-height: 25px;font-size: 22px; margin-left: 15px; padding-top: 4px; color:#ffea35}

.top .box ul li:last-child{border-right:1px solid #005f9b}

.bj{ position:fixed; background:rgba(0,0,0,0.6); width:100%; height:100%; z-index:999; top:55px;; display:none; left:-100%}
.bj img{ width:55px;}

.head{width:100%;height:110px;background:#fff}

.head .name{float:left;margin-top:26px}

.head .pc-nav{float:right;margin-top:35px}

.head .pc-nav ul li{float:left;height:75px;position:relative;line-height:40px;border-radius:10px; position:relative}


.head .pc-nav ul li a{font-size:16px;display:block;border-right:10px;display:block;padding:0 18px; border-radius:10px; color:#333}

.head .pc-nav ul li ul{ position:absolute; left:-40px; width:190px; background:rgba(255,255,255,0.6); z-index:999; display:none; padding-top:40px;}
.head .pc-nav ul li ul li{ height:36px; line-height:36px; width:100%; text-align:center;}
.head .pc-nav ul li ul li a{ display:block; margin:0px ; padding:0px;}

.head .pc-nav ul li a:hover{background:#103fa7;color:#fff}
.head .pc-nav ul li ul li a:hover{ background:#103fa7; border-radius:0px;}

.head .pc-nav ul li:hover ul{ display:block;}

.banner{ position:relative; overflow:hidden; margin:0px auto; display:block}
.mbanner{ position:relative; overflow:hidden; margin:0px auto; display:none;}
.ban{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.ban img{
	width: 100%;
	display: block;
}

.in-banner img{
	width: 100%;
	display: block;
}
.in-banner img:last-child{
	display: none;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
 	background: #eeeeee;
}

.title{
	height: auto;
	overflow: hidden;
	margin: 40px auto 30px;
}

.title p{
	color:#103fa7;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}
.title span{
	color:#666666;
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-top: 5px;
	display: block;
}


.pic_nav{ overflow:hidden;}
.pic_nav ul{ overflow:hidden;}
.pic_nav ul li{ width:20%;  float:left; border:5px #eee solid;   line-height:45px; float:left; box-sizing:border-box; overflow:hidden; background:#fff; border-radius:6px; font-size:15px; text-align:center;}
.pic_nav ul li a{ display:block}
.pic_nav ul li:hover{ background:#103fa7;}
.pic_nav ul li:hover a{ color:#fff;}

.content{ width:1220px; margin:0px auto; overflow:hidden;}
 .head .btn{
		display: none; float:right; margin:37px 15px 0;
	}
	.head .btn i{
		font-size: 32px;
		color:#3799e4;
		display: block;
	}
.product .list{
	width: 450px;
	margin: 0 auto;
	height: 50px;
	margin-top: 25px;
	position: relative;
}
.product .list ul {
	position: absolute;
	width:100%;
}

.product .list ul li{
	float: left;
	width: 200px;
	height: auto;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 10px;
	z-index: 100;
	position: relative;
	border-radius: 15px;
}
.product .list ul li .hd{
	width: 100%;
	height: 50px;
}
.product .list ul li .hd h4{
	float: left;
	width: 128px;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
}
.product .list ul li .hd h4:hover a{
	color:#103fa7;
}
.product .list ul li .hd h4 a{
	color:#555555;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
	font-size: 16px;
}
.product .list ul li .hd i{
	display: block;
	float: right;
	line-height: 50px;
}

.product .list ul li .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: none;
}

.product .list ul li .bd  dl dd{
	width: 100%;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #ccc;
}
.product .list ul li .bd  dl dd a{
	color:#333;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.product .list ul li .bd  dl dd:hover a{
	color:#103fa7;
}
.product .list ul li .bd  dl dd:last-child{
	border: none;
	margin-bottom: 10px;
}

.product .pic{
	width: 100%; overflow:hidden;
	margin-top: 30px;
}
.product .pic ul { overflow:hidden;
}
.product .pic ul li{
	float: left;
	width: 31.3%;  margin:1%;
	
	overflow: hidden;
	transition: .5s;
	background: #fff;
	
}
.product .pic ul li:hover {
	box-shadow: 0 0  6px 3px #cdcccc;
	background: #103fa7;
}
.product .pic ul li div{ width:100%;overflow: hidden;}

.product .pic ul li img{
	display: block;
	width: 100%;	height: 100%;
	transition: .5s;
	height: auto;
}
.product .pic ul li p{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#555555;
	font-size: 16px;
}
.product .pic ul li:hover img{
	transform: scale(1.03);
}
.product .pic ul li:hover p{
	color:#fff;
}
.product .more{
	display: block;
	width: 180px;
	height: 50px;
	background: #ffffff;
	text-align: center;
	line-height: 50px;
	color:#999999;
	border-radius: 10px;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.product .more:hover{
	background: #103fa7;
	color:#fff;
}
.cases{
	width: 100%;

	background: url(../images/bg01.jpg)no-repeat center top; padding-bottom:60px;
	overflow: hidden;
}


.anli{ position:relative; width:1200px; margin:40px auto 0;    overflow: hidden;}

.cases .title{
	margin-top: 50px;
}
.cases .title p{
	color:#fff;
}
.cases .title span{
	color:#fff;
}

.adv .tit img.pc{ display:block;}
.adv .tit img.m{ display:none}

.anli .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;


	box-sizing: border-box;


}
.al_box{ overflow:hidden;}
.al_box div{ overflow:hidden;}


.al_box h3{ overflow:hidden; font-size:16px; background:#fff; height:45px; line-height:45px; color:#000; padding-bottom:5px; margin-bottom:5px; font-weight:400; text-align:center;}

.al_box div img{-webkit-transition:all .5s;transition:all .5s;-ms-transition:all .5s; -webkit-transform:scale(1.1); -moz-transition:all .5s;width:100%;height:100%}
.al_box div:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}
.al_box:hover h3{ background:#3799e4}
.anli .swiper-slide:hover a h3{ color:#fff}


.anli_lb{ overflow:hidden;}
.anli_lb ul li {width:25%; border:10px #eee solid; float:left; box-sizing:border-box; overflow:hidden;}
.anli_lb ul li .anl{ border:1px #ccc solid; border-radius:10px; overflow:hidden; padding:5px;}
.anli_lb ul li .anl div{ overflow:hidden; border-radius:10px 10px 0 0}
.anli_lb ul li .anl dl{ background:#ffb245; padding:15px;  border-radius:0 0 10px 10px }
.anli_lb ul li .anl dl h3{ overflow:hidden; font-size:18px; color:#000;  border-bottom:1px #666 dotted; padding-bottom:5px; margin-bottom:5px; font-weight:400;}
.anli_lb ul li .anl dl dd{ font-size:15px; color:#333; margin:5px 0}
.anli_lb ul li .anl dl dt{font-size:15px; color:#333 ; display: -webkit-box; line-height:25px; -webkit-line-clamp:3;-webkit-box-orient: vertical;overflow: hidden;}
.anli_lb ul li .anl div img{-webkit-transition:all .5s;transition:all .5s;-ms-transition:all .5s; -webkit-transform:scale(1.1); -moz-transition:all .5s;width:100%;height:100%}
.anli_lb ul li .anl div:hover img{-webkit-transform:scale(1.3);transform:scale(1.3)}

.anli_lb ul li .anl:hover{ border:1px #ffb245 solid}

.baise{ background:#fff;}

/*.anli .swiper-slide:hover {
	border: 1px solid #ffb245;
}
.anli .swiper-slide:hover .pic img{
	transform: scale(1.05);
}
.anli .swiper-slide .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.anli .swiper-slide .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.anli .swiper-slide .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.anli .swiper-slide .intro span{
	color:#333333;
	font-size: 13px;
}
.anli .swiper-slide .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.anli .swiper-slide .pic{
	width: 265px;
	height: auto;
	overflow: hidden;
}
.cases .swiper-slide .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}*/
.anli .swiper-pagination{
	position: initial;
	margin-top: 45px; display:none;
}
.anli .swiper-pagination span{
	opacity: 1;
	background: #fff;
	width: 20px;
	margin: 0 15px !important;
	height: 20px;
}
.anli .swiper-pagination .swiper-pagination-bullet-active{
	background: #ffb245;
}

.about{
	width: 100%;
	height: 555px;
	background: #eeeeee;
}
.about .uimg{
	float: left; width:50%;
	margin-top: 80px;
}
.about .pic img{
	display: block;
	width: 100%;
	height: 404px;
}
.about .intro{
	float: right;
	width: 50%;
	height: 404px;
	margin-top: 80px;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	padding: 35px 30px;
}
.about .intro .tit{
	width: 100%;
	height: 43px;
	overflow: hidden;
	border-bottom: 1px solid #bfbfbf;
}
.about .intro .tit h4{
	color:#103fa7;
	font-size: 28px;
	float: left;
}

.about .intro .tit b{
	color:#adadad;
	font-size: 28px;
	float: left;
	display: block;
	margin-top: 1px;
	margin-left: 5px;
}
.about .intro .info{
	width: 100%;
	height: 180px;
	overflow: hidden;
	margin-top: 25px;
	color:#555555;
	font-size: 16px; text-indent:2em;

	line-height: 30px;
}
.about .intro a{
	display: block;
	width: 160px;
	height: 50px;
	background: #103fa7;
	text-align: center;
	line-height: 50px;
	color:#fff;
	font-size: 14px;
	margin-top: 33px;
}


.ys{ width:1200px; overflow:hidden; position:relative; overflow:hidden;}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 45px;
}
.adv .tit{
	width: 100%; overflow:hidden; margin-bottom:30px;
}

.adv .tit img{
	width:100%;
}
.adv .swiper-container{
	margin-top: 35px;
}
.adv .swiper-wrapper{
	display: block;
}
.adv .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.adv .swiper-slide:nth-child(2n) .pic{
	float: right;
}
.adv .swiper-slide:nth-child(2n) .intro{
	float: left;
}
.adv .swiper-slide .pic{
	float: left;
}
.adv .swiper-slide .pic img{
	display: block;
	width: 380px;
	height: 295px;
}
.adv .swiper-slide .intro{
	float: right;
	width: 803px;
	height: auto;
	overflow: hidden;
}
.adv .swiper-slide .intro ul li{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.adv .swiper-slide .intro  .num{
	width: 50px;
	height: 45px;
	background: #ffb245;
	color:#fff;
	font-size: 30px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 1;
}
.adv .swiper-slide .intro .info {
	float: right;
	width: 780px;
	height: 140px;
	background: #fff;
	box-sizing: border-box;
	padding: 15px 40px;
}
.adv .swiper-slide .intro .info h4{
	font-size: 28px;
	color:#103fa7;
}
.adv .swiper-slide .intro .info p{
	color:#555555;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;

	margin-top: 8px;
}

.ys .swiper-pagination{ display:none;}

.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 45px;
}
.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; margin-right:20px;display:inline-table;
}
.news .swiper-slide .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #103fa7;
	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{ height: auto;
	overflow: hidden;
}
.news .swiper-slide a{
	float:left;
	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 #103fa7;
}
.news .swiper-slide:hover .intro p{
	color:#103fa7;
}
.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: #103fa7 !important;
}


.contact{
	width: 100%;
	height: 887px;
	background:#eeeeee url(../images/bg03.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(16,63,167,.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;
	 height:146px;
	background: url(../images/txt.png) no-repeat left  center;
}
.contact .bd .cont img{
	    margin: 4px;
    display: block;
    width: 140px;
    height: 140px;
    box-sizing: border-box;
    padding: 4px;
}
.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: #103fa7;
	float: left;
	border: none;
	border-radius: 10px;
	color:#fff;
	font-size: 18px;
}
.contact .bd .msg form .btn input:last-child{
	float: right;
	background: #999999;
}
.links{
	width: 1200px;
	margin: 0 auto;
	height: 75px;
	padding: 13px 0;
}
.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%; overflow:hidden; padding:30px 0;
	background: #103fa7;
	border-top: 6px solid #ffb245;
}
.footer .left{
	float: left;

}
.footer .left img{
	display: block;
}
.footer .left .tel{
	margin-top: 15px;
}
.footer .menu{
	width: 540px;
	float: left;

	margin-left: 20px;

	padding: 0 20px;
}
.footer .menu .tit{
	height: auto;
	overflow: hidden;
	margin-top: 11px;
}
.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%;

	overflow: hidden;
	margin-top: 15px;
}
.footer .menu ul li{
	width: 31%; float:left; margin-right:2%;
	height: 40px;
	position: relative;
	border: 1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 10px;
	line-height: 40px;
}

.footer .menu ul li a{ font-size:15px;
	display: block;
	
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	color:#fff; 
	text-align:center;
}
.footer .menu ul li:hover{
	background: #fff;
}
.footer .menu ul li:hover a{
	color:#103fa7;
}
.footer .menu ul li:hover:after{
	color:#103fa7;
}
.footer .info{
	float: left; margin-left:200px;
	width: 310px;
	color:#fff;

	font-size: 15px;
	line-height: 26px;
}
.footer .info h3{ font-size:20px; color:#fff; border-bottom:1px #1964c2 solid; display:none;}

.footer .info .tit{
	height: auto;
	overflow: hidden;
	margin-top: 11px;
}
.footer .info .tit p{
	color:#fff;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.footer .info .tit span{
	color:#ffffff;
	font-size: 13px;
	text-transform: uppercase;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
}



.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(2):hover{
	margin-left: 138px;
}
.float ul li:nth-child(3):hover{
	margin-left: 138px;
}
.float ul li:nth-child(2):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 -66px;
}
.float ul li:nth-child(2) span{
	background:#d9d9d9 url(../images/float.png)no-repeat  left -132px;
}
.float ul li:nth-child(3) span{
	background:#d9d9d9 url(../images/float.png)no-repeat left -265px;
}
.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;
}



.gengduo{ width:200px; background:#fff; border-radius:6px; height:45px; line-height:45px; text-align:center; display:none; clear:both; margin:30px auto}
.gengduo a{ color:#333;}
.gengduo1{ width:200px; background:#fff; border-radius:6px; height:45px; line-height:45px; text-align:center; clear:both; margin:30px auto}
.gengduo1 a{ color:#333;}

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	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;

}
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{

	color:#555555;
	font-size: 16px;
	line-height: 30px;

}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article p{ line-height:36px; font-size:16px;}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 48%; margin-right:1%
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
.cont-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
}
.pro-list{
 		background: none;
 }
.pro-list .list ul li{
 	border: 1px solid #eee;
 }
 .pro-list .main{
 	width: 100%;
 }
 .pro-list  .list{
 	margin-top: 0;
 }
 .product .pic{
 	width: 99%;
 	margin: 0 auto;
 	margin-top: 30px;
 }
/* .product .pic ul li{
 	width: 352px;
 }*/
.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: #103fa7;
	color:#fff;
}
.page ul  .thisclass a{

	color:#fff;
}
 
.page  select{
	border: none;
	background: none;
	outline: none;
}

.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li{
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left:15px;
	padding: 10px;
	margin-bottom: 15px;
}
.cases-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}
.cases-list ul li:hover .pic img{
	transform: scale(1.05);
}
.cases-list ul li .intro{
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.cases-list ul li .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases-list ul li .intro span{
	color:#333333;
	font-size: 13px;
}
.cases-list ul li .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.cases-list ul li .pic{
	width: 245px;
	height: auto;
	overflow: hidden;
}
.cases-list ul li .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}

.news-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-list ul li{
	width: 49%; background:#fff;
	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; margin-right:20px; display:inline-table;
}
.news-list ul li .time b{
	width: 100%;
	height: 60px;
	display: block;
	line-height: 60px;
	background: #103fa7;
	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{
	

	height: auto;
	overflow: hidden;
}
.news-list ul li a{
	
	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 #103fa7;
}
.news-list ul li:hover .intro p{
	color:#103fa7;
}
.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{height:auto;border:1px solid #d2d2d2;overflow:hidden;margin-top:30px}
.fy p{width:33.333%; box-sizing:border-box;height:60px;line-height:60px;float:left;color:#666;font-size:16px;text-align:center;border-right:1px solid #d2d2d2;overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; padding:0 10px;}
.fy p:last-child{border:none}
.fy p a{color:#666}

.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;
}

.pro-intro{overflow:hidden;padding:10px; background:#fff;}

.pro-intro .img{float:left;width:405px;height:auto;overflow:hidden}
.pro-intro .img img{display:block;width:450px;height:395px}
.pro-intro .info{float:right;width:428px;height:395px;box-sizing:border-box;overflow:hidden;border:1px solid #d2d2d2;border-left:none}
.pro-intro .info p{color:#555;font-size:20px;border-bottom:1px solid #d9d9d9;height:45px;margin-top:60px;text-indent:20px}
.pro-intro .info .tel{width:100%;height:160px;border-bottom:1px solid #d9d9d9}
.pro-intro .info .tel img{display:block;margin-top:25px;margin-left:25px}
.pro-intro .info .tel b{width:100%;display:block;color:#1c71c8;margin-left:25px;font-size:36px;margin-top:10px;line-height:36px;font-weight:400}
.pro-intro .data{width:100%;height:auto;overflow:hidden}
.pro-intro .info .btn{width:100%;height:auto;overflow:hidden;margin-top:30px;margin-left:25px}
.pro-intro .info .btn a{display:block;width:165px;height:48px;background:#1c71c8;color:#fff;float:left;margin-right:15px;line-height:48px;font-size:16px;text-indent:30px;border-radius:10px;position:relative}
.pro-intro .info .btn a:after{content:url(../images/kf.png);position:absolute;top:13px;right:29px}
.pro-intro h2{font-size:28px;color:#333;font-weight:400;margin-bottom:16px;text-align:center;margin-top:20px}
.pro-intro .share{width:100%;height:46px;line-height:46px;border-bottom:1px #e7e7e7 solid;background:#f1f1f1;text-align:center}
.pro-intro .share p span{display:inline-block;font-size:12px;color:#999;padding:0 8px}
.pro-intro .info .btn a:last-child{background:#595757;text-indent:0;text-align:center}
.pro-intro .info .btn a:last-child::after{content:""}
.pro-intro .info .btn a:hover{background:#25b240}
.pro-intro .intro{width:100%;height:auto;overflow:hidden;margin-top:40px;min-height:500px}
.pro-intro .intro .t{width:100%;height:30px;border-bottom:1px solid #d2d2d2}
.pro-intro .intro .t p{color:#fff;font-size:18px;background:#1c71c8;width:180px;height:30px;line-height:30px;text-align:center}
.pro-intro .textxq{width:100%;height:auto;overflow:hidden;color:#666;font-size:16px;line-height:30px;margin-top:20px}
.txt{width:100%;height:auto;overflow:hidden;margin-top:10px;font-size:20px;text-align:center;height:45px;font-weight:700;background:url(../images/tit02.png) no-repeat center bottom;color:#1c71c8}
.textxq  img{max-width:100%; margin:0px auto; text-align:center; display:block;}




.content{width:1200px;overflow:hidden;margin:0 auto}

.tit_bt{  background: #103fa7 ; padding: 16px 0;  color: #fff;  font-size: 26px;font-weight: bold; text-align:center; }

.tit_bt span{color:#467df5; text-transform:uppercase; font-size:14px; display:block; }



.picbox{ background:#eee; overflow:hidden; margin:0px auto; padding-bottom:30px;}
.wary_left{width:240px; float:left; overflow:hidden; margin-top:50px; margin-bottom:20px; background:#ffffff; border:1px #ccc solid}
.wary_right{width:945px; overflow:hidden; float:right;margin-top:50px;}
.nav_muen{  overflow:hidden; }
.nav_muen ul{ overflow:hidden; background:#ffffff;margin-bottom: 3px;  padding-bottom:30px; min-height:513px}
.nav_muen ul.fllb{ min-height:auto;}


.nav_muen ul li{ background:url(../images/nav1.png) no-repeat;    height: 42px;
    line-height: 42px;
    margin: 0 6px;
    font-size: 16px;
    color: #333;
    margin-top: 10px; padding-left:40px;}

.nav_muen ul li a{transition:.4s ease-out;-moz-transition:.4s ease-out;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;color:#fff; display:block;}
.nav_muen ul li a:hover{transition:.4s ease-out;-moz-transition:.4s ease-out;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out; color:#fff;}

.nav_muen ul li:hover{transition:.4s ease-out;-moz-transition:.4s ease-out;-webkit-transition:.4s ease-out;-o-transition:.4s ease-out;  background:url(../images/nav2.png) no-repeat}


.ttel{ overflow:hidden; background:#103fa7 url(../images/tel.png) no-repeat center left 10px; font-size:15px; color:#fff;}
.ttel p{ overflow:hidden; padding:15px 0; padding-left: 60px;}
.ttel p span { display:block; font-size:24px; overflow:hidden;}

.pic_content{overflow:hidden;margin:0px auto 0; min-height:680px;}
.pic_content ul{overflow:hidden;margin:0 auto}
.pic_content ul li{width:304px;float:left;overflow:hidden;margin-right:16px;margin-bottom:17px; background:#fff; }
.pic_content ul li div{overflow:hidden;}
.pic_content ul li dd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:40px;line-height:40px;font-size:16px;text-align:center; }
.pic_content ul li div img{-webkit-transition:all .5s;transition:all .5s;width:100%;height:100%}
.pic_content ul li div:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.pic_content ul li:nth-child(3n){margin-right:0}
.pic_content ul li:hover dd{ background:#103fa7}
.pic_content ul li:hover a dd{ color:#fff}

.pic_title{ display:none;}




.product .pic_lb{width:100%;overflow:hidden;margin-top:30px}
.product .pic_lb ul{overflow:hidden}
.product .pic_lb ul li{float:left;width:31.3%;margin:1%;overflow:hidden;transition:.5s;background:#fff}
.product .pic_lb ul li:hover{box-shadow:0 0 6px 3px #cdcccc;background:#103fa7}
.product .pic_lb ul li div{width:100%;overflow:hidden}
.product .pic_lb ul li img{display:block;width:100%;height:100%;transition:.5s;height:auto}
.product .pic_lb ul li p{width:100%;height:50px;line-height:50px;text-align:center;color:#555;font-size:16px}
.product .pic_lb ul li:hover img{transform:scale(1.03)}
.product .pic_lb ul li:hover p{color:#fff}

.footer .info a{color:#fff;}





