/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: "微软雅黑";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
header{
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 0;
	height: 80px;
	transition: all .3s;z-index: 9999;
}
.headerdv{
	width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.headerdv_left img{
	height: 80px;
	display: block;
	transition: all .3s;
}
.headerdv_right ul{
	display: flex;
	justify-content: space-between;
}
.headerdv_right ul li a{
	color: #fff;
	line-height: 80px;
	margin: 0 30px;
	font-size: 14px;
	transition: all .3s;
}
.headerdv_right ul li:last-child a{
	margin-right: 0px;
}
.banner img{
	width: 100%;
	display: block;
}

.gs_fore{
	width: 1280px;
	margin: 30px auto;
}
.gs_fore ul{
	display: flex;
	justify-content: space-between;
}
.gs_fore ul li{
	width: 320px;
	height: 165px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: all .3s;
	text-align: center;
}
.gs_fore ul li:hover{
	background-color: #0881ca;
}
.gs_fore ul li h2{
	color: #333333;
	font-weight: bold;
	font-size: 48px;
	font-family: arial;
}
.gs_fore ul li h2 sup{
	font-size:24px;
}
.gs_fore ul li i{
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #eeeeef;
	margin: 0 auto;
	line-height: 45px;
	color: #0881ca;
	font-size: 24px;
}
.gs_fore ul li p{
	color: #333333;
	font-size: 14px;
}
.gs_fore ul li:hover p{
	color: #fff;
}
.gs_fore ul li:hover h2{
	color: #fff;
}
.gs_fore ul li:hover i{
	background-color: #fff;
}
.chatu img{
	width: 100%;
	display: block;
}
.index_about{
	padding-top:145px ;
	background: url(../images/aboutdd_03.jpg) top right no-repeat;
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.index_aboutleft{
	width: 640px;
}
.index_aboutright{
	width: 570px;
}
.index_aboutright i{
	width: 55px;
	display: block;
	height: 3px;
	background-color: #0881ca;
	margin-top: 15px;
	margin-bottom: 25px;
}
.index_aboutright p{
	font-size: 14px;
	color: #666666;
	line-height: 35px;
}
.index_aboutright a{
	display: block;
	width: 160px;
	height: 60px;
	border-radius: 60px;
	background-color: #0881ca;
	color: #fff;
	font-size: 14px;
	margin-top: 35px;
	text-align: center;
	line-height: 60px;
}
.index_pro{
	background: url(../images/product_02.jpg) center no-repeat;
	padding-bottom: 60px;
}
.index_protitle{
	width: 1280px;
	margin: 0 auto;
	padding-top: 180px;
}
.index_protitle h2{
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 15px;
}
.index_protitle p{
	font-size:14px ;
	color: #c9e0fe;
	text-align: center;
}
.index_prolist{
	width: 1280px;
	margin: 0 auto;
	margin-top: 30px;
}
.index_prolist ul li{
	width: 300px;
	height: 245px;
	border: 5px solid rgba(255,255,255,.3);
	margin-bottom: 15px;
}
.index_prolist ul li a{
	display:block;
	background-color: #fff;
	padding: 10px;
	height: 225px;
	position: relative;
}
.index_prolist ul li a div{
	width: 280px;
}
.index_prolist ul li a div section img{
	width: 100%;
	display: block;
	transition: all .3s;
	height: 100%;
}
.index_prolist ul li a div section{
	width: 100%;
	height: 188px;
	overflow: hidden;
}
.index_prolist ul li a div p{
	color: #939292;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	position: relative;z-index: 9;
	transition: all .3s;
}
.index_prolist ul li:hover a div section img{
	transform: scale(1.1);
}
.index_prolist ul li:hover a span{
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    width: 285px;
    height: 230px;
    background-color: rgba(0,0,0,0.6);
    margin: 8px;
    transition: all .3s;
}
.index_prolist ul li:hover a div p{
	transform: translateY(-145px);
	color: #fff;
}
.index_prolist ul li:hover i{
	position: absolute;
	width: 42px;
	height: 108px;
	background: url(../images/gengduo_03.png) center no-repeat;
	top:80px;
	left: 125px;
	transition: all .3s;
}
.index_prolist ul{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-bottom: 40px;
}
.gengduo{
	display: block;
	width: 165px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	border-radius: 55px;
	border: 1px dashed #FFFFFF;
}
.index_aboutall{
	background-color: #f4f5f6;
	padding-bottom: 90px;
}
.index_shangcheng{
	width: 1280px;
	margin: 75px auto;
}

.index_shangchengbt h2{
	text-align: center;
	font-size: 32px;
	color: #555555;
	margin-bottom: 25px;
}
.index_shangchenglist ul{
	display: flex;
	justify-content:space-between;
	background: url(../images/shangcheng_06.jpg) left no-repeat;
	transition:all .3s; 
}
.index_shangchenglist ul li{
	width: 320px;
	height: 480px;
	position: relative;
	border-right: 1px solid rgba(255,255,255,0.3);
}
.index_shangchenglist ul li div{
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 3;
}
.index_shangchenglist ul li div h2{
	font-size: 18px;
	color: #FFFFFF;
}
.index_shangchenglist ul li div i{
	display: block;
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 10px;
	margin-top: 3px;
}
.index_shangchenglist ul li div h3{
	font-size: 14px;
	color: #ffffff;
	font-family: arial;
	text-transform: uppercase;
}
.index_shangchenglist ul li:hover span{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #0881CA;
	opacity: 0.6;
	position: absolute;
	top: 0;left: 0;
	transition: all .3s;
}
.index_shangchenglist ul li em{
	opacity: 0;
}
.index_shangchenglist ul li:hover em{
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: rotate(90deg);
	top: 65px;
    left: -10px;
	transition: all .3s;
	opacity: 1;
}

.index_albiaoti{
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #555555;
}
.index_anli{
	margin: 70px auto;
	width: 1280px;
}
.index_allist{
	margin-top: 50px;
}
	.picScroll{ margin:0px auto;  position:relative;  overflow:hidden; width: 100%;   }
	.picScroll ul{ overflow:hidden; zoom:1; }
	.picScroll ul li{ width:360px; float:left; overflow:hidden;  border: 20px solid #fff; border-bottom:0 ;  transition: all .3s; padding-bottom: 20px; }
	.picScroll ul li img{ width:100%; height:225px; display:block; transition: all .3s; }
	.picScroll ul li h2{
		color: #333333;
		font-size: 18px;
		font-weight: bold;
		width: 96%;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 10px;
	}
.picScroll ul li p{
	font-size: 14px;
	color: #918f8f;
	line-height: 25px;
	width: 96%;
	margin: 0 auto;
}
.picScroll ul li i{
	margin-top: 20px;
	display: block;
	width: 35px;
	height: 35px;
	background-color: #dcdddd;
	color: #fff;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	float: right;
	margin-right: 2%;
}
.picScroll ul li:hover{
	border-color: #0881ca;
}
.picScroll ul li div{
	width: 100%;
	height: 225px;
	overflow: hidden;
}
.picScroll ul li:hover img{
	transform: scale(1.1);
}

.xwzx{
	width: 1280px;
	margin: 70px auto;
}

	.tabBox .hd{width: 600px;font-size:20px;border:1px solid #e6e4e4; position:relative;border-radius:50px ; text-align: center;margin: 0 auto;overflow: hidden;height: 50px;}
	.tabBox .hd ul{ display: flex;justify-content: space-between; }
	.tabBox .hd ul li{ color:#666;text-align: center; width: 34%;line-height: 50px; border-right:1px solid #e6e4e4;font-size: 18px;color:#333333;}
	.tabBox .hd ul .on{ background-color: #e6e4e4;  }
	.tabBox .hd ul .on a{ display:block; /* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd ul{
		padding-top: 40px;
	}
.tabBox .bd ul section{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.tabBox .bd ul li{
	width: 400px;
	margin: 13px;
}
.tabBox .bd ul li .newsimg{
	width: 400px;
	height: 195px;
	overflow: hidden;
}
.tabBox .bd ul li .newsimg img{
	width: 100%;
	transition: all .5s;
}
.tabBox .bd ul li:hover img{
	transform: scale(1.05);
}
.newstext{
	display: flex;
	justify-content: flex-start;
	margin-top: 30px;
}
.newstexttime{
	width: 89px;
	border-right: 1px solid #e5e5e6;
}
.newstexttime b,.newstexttime em{
	display: block;
}
.newstexttime b{
	font-size: 36px;
	color: #c7c7c7;
	font-family: arial;
}
.newstexttime em{
	font-size: 18px;
	color: #e9e9e9;
	margin-top: 15px;
}
.newstexttitle{
	width: 300px;
	margin-left: 10px;
}
.newstexttitle h1{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.newstexttitle p{
	line-height: 20px;
	height: 50px;
	color: #9e9c9c;
	font-size: 14px;
}
.newstexttitle span{
	display: block;
	color: #c5c5c5;
	font-size: 14px;
	line-height: 25px;
	transition: all .3s;
}
.xwzx_top h2{
	text-align: center;
	font-size: 32px;
	color: #555555;
	margin-bottom: 25px;
}
.index_hezuo{
	width: 100%;
	background: url(../images/hezuo_02.jpg) center no-repeat;
	padding-top: 65px;
	padding-bottom: 90px;
}
.index_hezuobiaoti{
	text-align: center;
	font-size: 32px;
	color: #333333;
	margin-bottom: 35px;
}
.index_hezuobiaoti i{
	color: #0881ca;
}
.index_hezuolist{
	width: 1280px;
	margin: 0 auto;
}
	.picScroll1{position:relative;overflow:hidden;     }
	.picScroll1 ul{ overflow:hidden; zoom:1; }
	.picScroll1 ul li{ width:205px; float:left; overflow:hidden; margin: 0px 4px;}
	.picScroll1 ul li img{ width:205px; height:110px; display:block; }
.picScroll1 ul li p{background-color: #edecec;line-height: 30px;color: #666666;font-size: 14px;text-align: center;}
.footdv{
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.foot{
	width: 100%;
	background-color: #075fc5;
	padding-top:50px ;
	padding-bottom: 35px;
}
.footdv dl dt a{
	color: #fff;
	font-size: 16px;
}
.footdv dl i{
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: 12px 0px;
}
.footdv dl dd a{
	font-size: 14px;
	color: #c4defc;
	line-height: 35px;
}
.footdv img{
	height: 170px;
	width: 138px;
	display: block;
}
.wdl{
	background-color: #0658b7;
	height: 65px;
}
.wdldv{
	width: 1280px;
	margin: 0 auto;display: flex;
	justify-content: space-between;
	line-height: 65px;
}
.wdldv p{
	font-size: 14px;
	color: #fff;
}
.wdldv p a{
	color: #fff;
}
.newslist{
	width:1280px ;
	margin:35px auto;
}
.newslist ul{
	display: flex;
	justify-content: flex-start;
	flex-flow: wrap;
}
.newslist ul li{
	margin:12px;
}
.newslist ul li:hover .newstexttitle h1{
	color: #0881ca;
}
.newslist ul li:hover .newstexttitle span{
	color: #0881ca;
}
.newslist ul li:hover .newsimg img{
	transform: scale(1.1);
}
.newsimg{
	width: 400px;
	height: 195px;
	overflow: hidden;
	position: relative;
}
.newsimg img{
	display: block;
	transition: all .3s;
}
.newsimg p{
	width: 115px;
	height: 45px;
	background-color: #d12521;
	position: absolute;top: 15px;
	left: 0;
	text-align: center;
	color: #fff;line-height: 45px;
	font-size: 18px;
}
.newstexttitle h1{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.newstexttitle h1 i{
	display: block;
	width: 45px;
	height: 25px;
	font-size: 14px;
	line-height: 25px;
	color: #e74946;
	border: 2px solid #e74946;
	text-align: center;
	border-radius: 5px;
	margin-right: 5px;
}
.newslist ul li:first-child:hover .newstexttitle h1{
	color: #e74946;
}
.newslist ul li:first-child:hover .newstexttitle span{
	color: #e74946;
}
.dhnav{
	border-bottom: 1px solid #eeeeee;
}
.dhnavdv{
	width: 1280px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.dhnavdv ul{
	display: flex;
	justify-content: flex-start;
}
.dhnavdv ul li a{
	display: block;
	width: 140px;
	line-height: 65px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	transition: all .3s; 
}
.dhnavdv ul li a:hover{
	background-color: #0881ca;
	color: #fff;
}
.dhnavdv ul li.active a{
	background-color: #0881ca;
	color: #fff;
}
.dhnavdv p{
	line-height: 65px;
	color: #c2c2c2;
	font-size: 14px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.dhnavdv p i{
	font-size: 24px;
}
.dhnavdv p a{
	color: #c2c2c2;
	font-size: 14px;
}
.dhnavdv p a:last-child{
	color: #0881ca;
}
.aboutdvleft{
	width: 585px;
}
.aboutdvright{
	width: 640px;
}
.aboutdv{
	width: 1280px;
	margin: 55px auto;
	display: flex;
	justify-content: space-between;
}
.aboutdvleft h2{
	color: #666666;
	font-size: 32px;
	margin-top: 50px;
}
.aboutdvleft i{
	display: block;
	width: 85px;
	height: 2px;
	background-color: #0881ca;
	margin: 10px 0px;
	margin-bottom: 30px;
}
.aboutdvleft p{
	font-size: 16px;
	color: #807f7f;
	text-indent: 2em;
	line-height: 35px;
}


.lxwmdv{
	width: 1280px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.lxwmdv_left{
	width: 325px;
}
.lxwmdv_right{
	width: 915px;
}
.lxwmdv_right img{
	width: 100%;
}
.lxwmdv_left p{
	line-height: 35px;
	color: #333333;
	font-size: 14px;
}
.lxwmdv_left img{
	margin-top: 15px;
}
.liuyan{
	width: 1280px;
	margin: 0 auto;
}
.liuyan h2{
	height: 45px;
	width: 100%;
	font-size: 36px;
	color: #333333;
	margin-bottom: 40px;
	text-align: center;
}
.show_gsjj_i{
	display: block;
	height: 3px;
	background-color: #e4e3e3;margin-bottom: 40px;
}

.anlidv{
	width: 1280px;
	margin: 30px auto;
}
.anlidv li {
	padding: 15px;
	background-color: #f5f5f5;
	transition: all .3s;
	margin-bottom: 25px;
}
.anlidv li a{
	display: flex;
	justify-content: space-between;
}
.anlidv li a img{
	width: 365px;height: 230px;
	display: block;transition: all .3s;
}
.anlidv li a .anliimg{
	width: 365px;height: 230px;
	overflow: hidden;
}
.anlidv li a .anlitext{
	width: 850px;
}
.anlidv li a .anlitext h2{
	margin-top: 30px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.anlidv li a .anlitext p{
	font-size: 14px;
	color: #807f7f;
	line-height: 30px;
}
.anlidv li a span{
	display: block;
	width: 130px;
	height: 45px;
	background-color: #edefef;
	text-align: center;
	line-height: 45px;
	color: #807f7f;
	font-size: 14px;
	margin-top: 55px;
}
.anlidv li:hover{
	background-color: #0881ca;
}
.anlidv li:hover img{
	transform: scale(1.1);
}
.anlidv li:hover .anlitext h2{
	color: #fff;	
}
.anlidv li:hover .anlitext p{
	color: #fff;	
}
.anlidv li:hover .anlitext span{
	background-color: #fff;
}
.prolist{
	width: 1280px;
	margin: 35px auto;
}
.prolistleft{
	width: 260px;
}
.prolistleft dl {
	background-color: #f2f2f2;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.prolistleft dl section{
	width: 100%;
	height: 100px;
	background-color: #0881ca;
}
.prolistleft dl section h2{
	margin-left: 20px;
	padding-top: 20px;
	font-size: 24px;
	color: #ffffff;
}
.prolistleft dl section h2 i{
	font-size: 24px;
	margin-right: 10px;
}
.prolistleft dl section p{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	font-family: arial;
	text-transform: uppercase;
	margin-top: 10px;
	margin-left: 20px;
}
.prolistleft dl dd{
	width: 240px;
	border-bottom: 1px solid #e3e2e2;
	margin: 0 auto;
	line-height: 60px;
}
.prolistleft dl dd a{
	font-size: 16px;
	color: #666666;
}
.prolistleft dl dd:hover a{
	color: #0881ca;
}
.prolistleft dl dd a i{
	margin-right: 10px;
	font-size: 18px;
}
.prolistleft dl dd:hover a i{
	color: #fe6506;
}
.prolistright{
	width: 995px;
}
.prolisttop{
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	margin-top: 25px;
	color: #333333;
	font-size: 24px;
	line-height: 40px;
}
.prolist{
	display: flex;
	justify-content: space-between;
}
.prolistright .index_prolist ul li{
	border: 5px solid rgba(244,244,244,.8);
	margin: 10px;
}
.prolistright .index_prolist ul{
	display: flex;
	justify-content: flex-start;
}
.showprolist{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 25px;
}
.showprolistleft{
	border: 8px solid #f4f4f4;
}
.showprolistleft img{
	width: 495px;
	height: 395px;
	display: block;
}
.showprolistright{
	width: 460px;
}
.showprolistright h2{
	color: #333333;
	line-height: 65px;
	font-size: 36px;
}
.showprolistright ul li{
	line-height: 35px;
	color: #333333;
	font-size: 14px;
}
.showprolistright ul {
	padding-bottom: 25px;
	border-bottom: 1px solid #e0e1e1;
}
.showprolistright section{
	padding-bottom: 20px;
	border-bottom: 1px solid #e0e1e1;
}
.showprolistright section h3{
	font-size: 14px;
	color: #333333;
	margin-top: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height: 35px;
}
.showprolistright section i{
	font-size: 32px;
	margin-right: 10px;
}
.showprolistright section p{
	color: #333333;
	font-size: 50px;
}
.showprolistright div{
	display: flex;
	justify-content: flex-start;
}
.showprolistright div a{
	display: block;
	width: 160px;
	height: 45px;
	background-color: #0881ca;
	color: #fff;
	font-size: 14px;
	margin-right: 25px;
	margin-top: 25px;
	text-align: center;line-height: 45px;
}
.showprolistright div a:last-child{
	background-color: #474848;
}
.showprotext h3{
	width: 100%;
	height: 45px;
	background-color: #ebebeb;
	text-indent: 2em;
	line-height: 45px;
	font-size: 16px;
	color: #474848;
	margin-bottom: 20px;
}

.liuyan div form{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;flex-flow: wrap;
}
.liuyan div .ol1{
	width: 48%;
}
.liuyan div .ol3{
	width: 100%;
}
.liuyan div input{
	border: none;
}
.liuyan div .ol1,.liuyan div .ol3 {
	border-bottom: 1px solid #e5e5e5;
	line-height:35px;
	margin-bottom:15px;outline: none;
	
}
.liuyan div textarea{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	line-height:35px;
	margin-bottom:15px;outline: none;
	
}
.liuyan div .ol2{
	width: 50%;
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	background-color: #026cbd;
	margin-bottom:40px;
}

.prolistleft dl dd.active a {
    color: #0881ca;
}
.prolistleft dl dd.active a i {
    color: #fe6506;
}
.preview {
    background: #f3f3f3;
    padding: 14px 36px 14px 14px;
    margin-bottom: 50px;
}
.imgs {
    width: 486px;
    padding: 1px;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
}
.dess {
    width: 690px;
    padding-top: 18px;
    line-height: 28px;
    color: #5d5d5d;
    font-size: 14px;
    position: relative;
}
.dess h3 {
    font-size: 26px;
    color: #333;
    padding-bottom: 8px;
    border-bottom: 1px solid #ababab;
    line-height: 1.5;
    margin-bottom: 18px;
    font-weight: normal;
}
.imgs img{
	height: 318px;width: 100%;
}