body{
	overflow-x: hidden;
	font-family: "微软雅黑";
}
ul li {
	list-style: none;
}
*{
	box-sizing: border-box;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a{
	color: #777;
}
a:hover{
	color: #2cc9ff;
}
input:focus, button:focus{
	outline: none;
}

.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flex-v{-webkit-box-orient:vertical;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.flex-1{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
.flex-align-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.flex-pack-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.flex-pack-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;}


p.text-center{
	color: #999;
	margin:25px 0;
}
.clearfix::after{
	content:"";
　　height:0;
　　line-height:0;
　　display:block;
　　visibility:hidden;
　　clear:both;
}
.clearfix{
	clear: both;
}

header{
	height: 132px;
	width: 1180px;
	margin: 0 auto;
	background: white;
	padding: 0 15px;
}
header .left{
	float: left;
	padding-top: 20px;
	width: 550px;
}
header .right{
	float: right;
	padding-top: 40px;
}
header .right p{
	font-size: 14px;
	color: #777;
	line-height: 22px;
}


nav{
	height: 58px;
	border-top: 2px #009ed5 solid;
	background: url("../images/menubg.jpg") repeat-x;
}
nav ul{
	width:1180px;
	margin:0 auto ;
	height: 100%; 
}
nav ul li{
	display: block;
	float: left;
	width: 12.5%;
	height: 100%;
	background: url("../images/menuline.jpg") no-repeat right;
	position: relative
}
nav ul li:last-child{
	border: none;
}
nav ul li>a{
	display: block;
	text-align: center;
	height: 100%;
	font-size: 16px;
	line-height: 58px;
	color: #5a5a5a;
}

nav ul li .down{
	position: absolute;
	width: 100%;
	top:54px;
	left: 0px;
	z-index: 999;
	display: none;
}
nav ul li .down .show2{
	position: absolute;
	top: 0px;
	left: 147px;
	width: 200px;
	
	background: #009ed5;
	display: none;
}
nav ul li .down .show2 a{
	display: block;
	color:#fff;
	font-size: 12px;
	line-height: 35px;
	text-indent: 2em;
}
nav ul li .down .show2 a:hover{
	color: red;
}
nav ul li i{
	opacity: 0;
	position:absolute;
	left:62px;
	top:45px;
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	border-width:0 9px 9px;
	border-style:solid;
	border-color:transparent transparent #009ed5;
	transition: all .5s;
}

nav ul li:hover i{
	opacity: 1;
}
nav ul li .down .box>a{
	color: black;
	font-size: 12px;
	line-height: 35px;
	display: block;
	height: 35px;
	background: #fff;
	text-align: center;
}
nav ul li .down .new>a{
	color: black;
	font-size: 12px;
	line-height: 35px;
	display: block;
	height: 35px;
	background: #fff;
	text-align: center;
}
nav ul li .down .new>a:hover{
	background: #009ed5;
	color: #fff;
}




#banner{
	box-sizing: content-box;
	height: 458px;
	border-bottom: 5px #009ed5 solid;
}


.section1{
	height: 470px;
	background: #f5f5f5;
}
.section .section-box{
	width: 1180px;
	height: 100%;
	padding: 30px 15px;
	margin: 0 auto;
}
.section .section-box .top{
	width: 100%;
	height: 85px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}
.section .section-box .top span{
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	display: block;
	width: 200px;
	height: 45px;
	margin: 0 auto;
	border-radius: 6px;
	border: 1px #cbcbcb solid; 
	background: white;
	position: relative;
	z-index: 2;
}
.section .section-box .top span em{
	font-style: normal;
	color: #019ed3;
}
.section .section-box .top i{
	display: block;
	width: 750px;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
	top: 43px;
	left: 185px;
	z-index: 1;
}

.section .section-box .pro-dj{	
	width: 500px;
	height: 35px;
	margin: 0 auto;
}
.section .section-box .pro-dj a{
	display: inline-block;
    height: 100%;
    color: #777;
    background: #e2e2e2;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    padding:0 20px;
    margin-right: 10px;
}
.section .section-box .pro-dj a:hover{
	background: #019ed3;
	color: #fff;
}
    
.section1 .section-box .content{
	padding-top: 20px;
}
.section1 .section-box .content .left{
	float: left;
}
.section1 .section-box .content .left img{
	width: 435px;
	height: 300px;
}
.section1 .section-box .content .right{
	float: right;
	width: 675px;
	height: 300px;
}
.section1 .section-box .content .right .title{
	color: #7d7b7c;
	font-size: 18px;
	line-height: 30px;
}
.section1 .section-box .content .right .text{
	color: #7d7b7c;
	font-size: 14px;
	line-height: 26px;
}




.section2{
	height: 760px;
	background: #fff;
}
.section3 .section-box{
	background: #f5f5f5;
}
.section2 .content{
	padding: 50px 20px;
}
.section2 .content .pro{
	float: left;
	width: 250px;
	height: 250px;
	margin: 0 13px;
	margin-bottom: 23px;
}
.section2 .content .pro img{
	width: 100%;
	height: 220px;
	display: block;
	border: 1px #ccc solid;
}
.section2 .content .pro p{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: white;
	background: #019ed5;
	display: block;
	height: 30px;
	line-height: 30px;
}




.section3{
	height: 336px;
	background: #fff;
}
.section3 .section-box{
	width: 1180px;
	height: 100%;
	padding: 20px 15px;
	margin: 0 auto;
}
.section3 .section-box .top{
	width: 100%;
	height: 85px;
	margin: 0 auto;
	position: relative;
}
.section3 .section-box .top span{
	text-align: center;
	line-height: 45px;
	font-size: 22px;
	display: block;
	width: 200px;
	height: 45px;
	color: #019ed3;
	margin: 0 auto;
	position: relative;
}
.section3 .section-box .top i{
	display: block;
	width: 750px;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
	top: 60px;
	left: 185px;
}
.section3 .content{
	width: 100%;
	overflow-y: hidden;
	position: relative;
}
.section3 .content .case{
	position: relative;
	left: 0px;
	width: 100%;
	height: 260px;
	overflow-y: hidden;
	border: 1px red solid;
}
.Box {position: relative;}
.Box .content {width: 100%;margin: 0 auto;}
.Box .Box_con {position: relative;overflow: hidden;}
.Box .Box_con .btnl {position: absolute;}
.Box .Box_con .btn {display: block;width: 41px;height: 41px;position: absolute;top: 80px;cursor: pointer;}
.Box .Box_con .btnl {background: url(img/jtl02.png) no-repeat center;left: -72px;}
.Box .Box_con .btnr {background: url(img/jtr02.png) no-repeat center;right: -72px;}
.Box .Box_con .btnl:hover {background: url(img/jtl03.png) no-repeat center;}
.Box .Box_con .btnr:hover {background: url(img/jtr03.png) no-repeat center;}
.Box .Box_con .conbox {position: relative;overflow: hidden;}
.Box .Box_con .conbox ul {position: relative;list-style: none;}
.Box .Box_con .conbox ul li {float: left;width: 280px;height: 230px;margin-left: 20px;overflow: hidden;}
.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
.Box .Box_con .conbox ul li img {display: block;width: 270px;height: 200px;transition: all 0.5s;}
.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
.Box .Box_con .conbox ul li p{text-align: center; font-size: 14px;line-height: 30px; color:#777;position: relative;z-index: 999;}

.Box .BoxSwitch {margin-top: 30px;text-align: center;}
.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
.Box .BoxSwitch span.cur {background: red;}
.section3 .content .case img{
	float: left;
	width: 260px;
	height: 260px;
	display: block;
	margin-right: 27px;
	border: 1px red solid;

}


.section4{
	height: 510px;
	background: #fff;
	overflow: hidden;
}
.section4 .section-box{
	width: 1180px;
	height: 100%;
	padding: 40px 15px;
	margin: 0 auto;
}
.section4 .section-box .left{
	width: 685px;
	height: 100%;
	border: 1px #e2e2e2 solid;
	float: left; 
	padding:0 15px;
	box-shadow: 2px 2px 5px #888;
}
.section4 .section-box .left .top span{
	display:block;
	width: 140px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 2px #019ed5 solid;
}
.section4 .section-box .left .top span sub{
	display:inline-block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #9c9c9c;
}
.section4 .section-box .left .content{
	border-top: 1px #eeeeee solid;
	width: 100%;
	height: 380px;
	overflow: hidden;
}
.section4 .section-box .left .content .box{
	padding-top: 17px;
	height: 164px;
	width: 100%;
}
.section4 .section-box .left .content .box img{
	width: 238px;
	height: 140px;
	display: block;
	float: left;

}
.section4 .section-box .left .content .box .article{
	width: 400px;
	height: 140px;
	display: block;
	float: right;
	padding: 0px 5px;
}
.section4 .section-box .left .content .box .article h3 a{
	font-size: 20px;
	line-height: 40px;
	color: #4c4c4c;
}
.section4 .section-box .left .content .box .article time{
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.section4 .section-box .left .content .box .article p{
	display: block;
	width: 100%;
	height:83px;
	overflow:hidden;
	font-size: 12px;
	line-height: 18px;
	color: #4d4d4d;
}
.section4 .section-box .left .content .news li{
	height: 37px;
	border-bottom: 1px #d8d7dc dotted;
}
.section4 .section-box .left .content .news li a{
	display: inline-block;
	width: 550px;
	height: 37px;
	line-height: 37px;
	color: #484848;
	font-size: 14px;
	white-space: nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.section4 .section-box .left .content .news li:hover a{
	color: #2cc9ff;
}
.section4 .section-box .left .content .news li span{
	height: 37px;
	line-height: 37px;
	color: #484848;
	font-size: 14px;
	float: right;
}
.section4 .section-box .right{
	width: 410px;
	height: 100%;
	border: 1px #e2e2e2 solid;
	float: right;
	padding:0 15px;
	overflow: hidden;
	box-shadow: 2px 2px 5px #888;
	
}
.section4 .section-box .right .top span{
	display:block;
	width: 140px;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	border-bottom: 2px #019ed5 solid;
}
.section4 .section-box .right .top span sub{
	display:inline-block;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #9c9c9c;
}
.section4 .section-box .right .content{
	border-top: 1px #eeeeee solid;
	width: 100%;
}
.section4 .section-box .right .content .news{
	padding-top: 10px;
}
.section4 .section-box .right .content .news li{
	height: 37px;
	border-bottom: 1px #d8d7dc dotted;
}
.section4 .section-box .right .content .news li a{
	display: inline-block;
	width: 98%;
	height: 37px;
	line-height: 37px;
	color: #484848;
	font-size: 14px;
	white-space: nowrap;
	overflow:hidden; 
	text-overflow:ellipsis;
}
.section4 .section-box .right .content .news li:hover a{
	color: #2cc9ff;
}



footer{
	margin-top: 45px;
	border-top: 5px #009ed5 solid;
	height: 263px;
	background: #333;
	border-bottom: 1px #494949 solid;
}
footer .box{
	width: 1180px;
	height: 100%;
	padding: 40px 0px;
	margin: 0 auto;
}
footer .box>img{
	margin: 5px 30px;
	float: left;
	height: 100px;
}
footer .box .contact{
	width: 445px;
	height: 121px;
	border-right: 1px #ccc solid;
	float: left;
	line-height: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
footer .box .pro{
	height: 100%;
}
footer .box .pro img{
	margin: 5px 20px 0px 20px;
	margin-top: 5px;
	margin-left: 25px;
	width: 105px;
	height: 105px;
	float: left;
}
footer .box .pro p{
	width: 585px;
	height: 121px;
	display:inline-block;
	color: #fff;
	font-size: 14px;
	float: left;
	line-height: 30px;
	overflow: hidden;
}
.bottom{
	height: 47px;
	background: #333;
}
.bottom p{
	text-align: center;
	font-size: 14px;
	line-height: 47px;
}


footer .foter-fixed ul{
	padding: 0px;
	position: fixed;
	right: 15px;
	bottom: 200px;
	width: 35px;
	z-index: 999;
}
footer .foter-fixed li{
	width: 35px;
	height: 35px;
	margin-bottom:3px;
	cursor: pointer;
	position: absolute;
}
footer .foter-fixed li a{
	display: block;
	width: 100%;
	height: 100%;
}
footer .foter-fixed li.qq{
	background:rgba(0,0,0,0.8) url(../images/qq.png) no-repeat;
	background-size:100% 100%; 
	top: 0px;
}
footer .foter-fixed li.wx{
	background:rgba(0,0,0,0.8) url(../images/wechat.png) no-repeat;
	background-size:100% 100%; 
	top: 37px;
}
footer .foter-fixed li.wx img{
	display: block;
	width:145px;
	height: 145px;
	position: absolute;
	top: -37px;
	right: 35px;
	opacity: 0;
	transform: scale(0);
	transition: all .5s;
}
footer .foter-fixed li.wx:hover img{
	top: -37px;
	transform: scale(1);
	opacity: 1;
}
footer .foter-fixed li.phone{
	background:rgba(0,0,0,0.8) url(../images/tel.png) no-repeat;
	background-size:100% 100%; 
	top: 74px;
}
footer .foter-fixed li.phone p{
	opacity: 0;
	width: 145px;
	height: 100%;
	background: #019ed5;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 35px;
	position: absolute;
	top: 0px;
	right: 35px;
	transition: all .5s;
	transform: scale(0);
}
footer .foter-fixed li.phone:hover p{
	opacity: 1;
	transform: scale(1);
}
footer .foter-fixed li.backgTop{
	background:rgba(0,0,0,0.8) url(../images/gotop.png) no-repeat;
	background-size:100% 100%; 
	display: none;
	top: 111px;
}
footer .foter-fixed li.qq:hover{
	background:rgba(0,0,0,0.8) url(../images/qq-hover.png) no-repeat;
	background-size:100% 100%; 
}
footer .foter-fixed li.wx:hover{
	background:rgba(0,0,0,0.8) url(../images/wechat-hover.png) no-repeat;
	background-size:100% 100%; 
}
footer .foter-fixed li.phone:hover{
	background:rgba(0,0,0,0.8) url(../images/tel-hover.png) no-repeat;
	background-size:100% 100%; 
}
footer .foter-fixed li.backgTop:hover{
	background:rgba(0,0,0,0.8) url(../images/gotop-hover.png) no-repeat;
	background-size:100% 100%; 
	animation: backTop 1s infinite;
}




/* -------------------------------搜索 ------------------------------------*/
.ss{
	height: 80px;
	width: 1180px;
	
	margin: 0 auto;
}
.ss .left p{
	width: 50%;
	float: left;
	color: #777;
	font-size: 13px;
	line-height: 80px;
}
.ss .left p span{
	color: #009ed5;
	font-size: 16px;
}
.ss .right{
	margin-top: 20px;
	float: right;
	width: 345px;
	height: 37px;
	position: relative
}
.ss .right .input{
	height: 100%;
	width: 280px;
	border: 1px #ccc solid;
	position: relative;
}
.ss .right .input input{
	height: 100%;
	width: 226px;
	border: none;
	position: absolute;
	top: 0px;
	left:43px;
	color: #ccc;
	font-size: 14px;
}
.ss .right button{
	border: none;
	width: 50px;
	height: 100%;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 279px;
	background: #009ed5;
	font-size: 16px;
	color: #fff;
}

#div3 img{ max-width: 100%;}


/* ---------------------------内页------------------------------- */
.inside{
	width: 100%;
	border-top: 1px #ccc solid;
	padding-top: 30px;
}
.inside .box{
	width: 1180px;
	margin: 0 auto;
}
/* ---leftpage---*/

.leftPage{
	width: 20%;
	height: auto;
	float: left;
}
.leftPage .top{
	width: 100%;
	height: 45px;
}
.leftPage .top span{
	box-sizing: content-box;
	display: inline-block;
	height: 100%;
	line-height: 45px;
	color: #009ed5;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #009ed5;
}

.leftPage ul{
	width: 100%;
	border-top: 2px solid #9c9c9c;
	padding-top: 10px;
}
.leftPage ul li{
	width: 100%;
	margin-bottom: 2px;
	position: relative;
}
.leftPage ul li a{
	display: block;
	width: 100%;
	height: 38px;
	color: #777;
	background: #e2e2e2;
	text-align: left;
	text-indent: 15px;
	line-height: 38px;
	font-size: 14px;
}
.leftPage ul li a i{
	margin-right: 8px;
	color: #009ed5;
}
.leftPage ul li a.leftmenu {
	background: #009ed5;
	color: #fff;
}
.leftPage ul li a.leftmenu i{
	background: #009ed5;
	color: #fff;
}
.leftPage ul li a.leftmenu_h{
	background: #009ed5;
	color: #fff;
}
.leftPage ul li a.leftmenu_h i{
	color: #fff;
}
.leftPage ul li:hover a{
	background: #009ed5ad;
	color: #fff;
}
.leftPage ul li:hover a i{
	color: #fff;
}
.leftPage ul li i.porTwo-show{
	display: inline-block;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	transition: all 0.5s;
}
.leftPage ul li i.active{
	transform: rotate(90deg);
}

.leftPage ul li .porTwo{
	width: 100%;
	overflow: hidden;
}
.leftPage ul li .porTwo a{
	height: 0px;
	transition: all 0.5s;
	overflow: hidden;
	background: #e2e2e2;
	color: #777;
}
.leftPage ul li .porTwo a i{
	color: #009ed5ad;
}
.leftPage ul li div.active a{
	height: 38px;
	text-indent: 22px;
}
.leftPage ul li .porTwo a:hover{
	background: #009ed5ad;
	color: #fff;
}
.leftPage ul li .porTwo a:hover i{
	color: #fff;
}


/* ---rightPage---*/
.rightPage{
	width: 80%;
	height: auto;
	padding-left:30px; 
	float: right;
}
.rightPage .top{
	width: 100%;
	height: 45px;
}
.rightPage .top .pageTitle{
	float: left;
	font-size: 20px;
	color: black;
	font-weight: bold;
	display: inline-block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	border-bottom: 2px solid #009ed5;
}
.rightPage .top p{
	float: right;
	font-size: 14px;
	text-align: right;
	color: #777;
	display: inline-block;
	width: 400px;
	height: 45px;
	line-height: 45px;
}
.rightPage .content{
	width: 100%;
	min-height: 480px;
	border: 1px solid #ccc;
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 28px;
}
.rightPage .content .news-page img{
	width: 100%;
}
.rightPage .content .news_title{
	margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}
.rightPage .content .news_info{
	text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
    font-size: 14px;
}






/* ----------------上一条新闻-------- */
.page_pre{
 	margin-top: 30px;
 	color: black;
 	font-size: 14px;
}
.page_pre a, .page_after a{
	font-size: 12px;
	color: #777;
	line-height: 28px;
}
.page_pre a:hover, .page_after a:hover{
	color: red;
}

/*------------分页样式---------*/
.List_page{
	display: block;
	margin:50px 0px;
	float: right;
}
.List_page a, .List_page span{
    cursor: pointer;
    border-color: #337ab7;
    float: left;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 3px;
}
.List_page span{
	font-weight: bold;
	background: #ddd;
}
.List_page a:hover, .List_page span:hover{
	color: #009ed4;
}

.List_page a:nth-child(1):hover, .List_page a:nth-last-child(1):hover{
	color: #666;
}
/*------------分页样式---------*/




/* -----------------------新闻------------- */
.inside .List .news{
	height: 31px;
	border-bottom: 1px #CCCCCC dashed;
}
.inside .List .news i{
	color: #666;
	font-size: 13px;
	line-height: 31px;
	margin-right: 5px;
}
.inside .List .news a{
	color: #666;
	font-size: 13px;
	line-height: 31px;
}
.inside .List .news:hover a, .inside .List .news:hover i{
	color:#2cc9ff;
}
.inside .List .news span{
	color: #666;
	font-size: 13px;
	float: right;
	line-height: 31px;
}


/* -----------------------产品------------ */
.inside .pros{
	width: 100%;
}
.inside .pros li{
	float: left;
	width: 200px;
	height: 250px;
	margin: 0 9px 25px 9px;
	border: 1px #ccc solid;
	position: relative;

}
.inside .pros li img{
    display: block;
    /* margin: 40px 17px; */
    margin: 40px auto;
}
.inside .pros li p{
	width: 100%;
    text-align: center;
    font-size: 14px;
    color: white;
    background: #019ed5;
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
}


/* 友情链接 */
footer .link{
	width: 1180px;
	height: 45px;
	margin: 15px auto;
	border-bottom: 1px #494949 solid;
}
footer .link h5{
	float: left;
	color: #fff;
	font-size: 16px;
	line-height: 45px;
}
footer .link a{
	float: left;
	margin-left:20px;
	color: #fff;
	line-height: 45px;
	font-size: 14px;
}

footer>p{
	color: white;
}