@charset "utf-8";
/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button,video{ border:none; margin:0;outline:none; padding:0; appearance:none;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ 
	text-decoration:none; outline:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
select{
	/*-webkit-appearance:none; 去除系统默认的样式*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* 点击高亮的颜色*/
}
body,button,input,select,textarea{ font: normal 16px/100% 'Microsoft Yahei', Arial, sans-serif;}
li{ list-style-type:none;}
body{margin-top: 110px;background: none!important;}
/*主色

蓝色：- 0075bd
红色：- e6003d


*/
.px1200{width: 76%;margin:2% auto;}
.px25{width: 100%;height: 2px;background: #0075bd; margin: 25px 0;}

/*头部*/
.head{
	width: 100%;
	position: fixed;
	top: 0;
	background: #fff;
	z-index: 999;
	border-bottom: 2px solid #004098;
	background: #fff!important;
}

.head>div{
	width: 76%;
	margin:0 auto;
	position: relative;
}
.head>div .shangb{
	width: 40%;
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
}

 
.head>div .shangb .sos ul{
	overflow: hidden; padding-bottom: 10px;
}
.head>div .shangb .sos ul img{
	float: left;
}.head>div .shangb .sos ul li:first-child{
	padding-left: 0px;
}
.head>div .shangb .sos ul li{
	padding:0 15px; 
	float: left;
}
.head>div .shangb .sos ul li a{
	color: #0075bd;
	font-size: 16px;
}
.head>div .shangb .sos input{
	width: 250px;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #0075bd;
	border-radius: 2px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
	float: left;
}
.head>div .shangb .sos button{
	width: 55px;
	height: 36px;
	background: #0075bd;
	border: none;
	border-radius: 2px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;

}
.head>div .shangb .dianh{ 
	padding-left: 46px;
	background:no-repeat center left url(../images/dh.png);
	line-height: 26px;
}
.dianh img{ width: 24px; margin-top: 13px; margin-right: 10px;}
.head>div .shangb .dianh p{
	font-size: 18px;font-weight: bold;
	color: #0075bd;padding-top: 8px;
}

.head>div .shangb .dianh h3{
	font-size: 24px;font-weight: bold;
	color: #0075bd;
}
.logo{ width: 100%;}
.logo a{ display: block;}
.logo img{ margin-top: 26px;}
/*导航*/
.head>div .dh{
	width: 100%;
	height: 54px;
	float: right;
	margin-top: 4px;
}
 .head>div .dh ul li{
 	float: left;
 	width: 14%;
 	line-height: 54px;
 	text-align: center;
 	position: relative;

 }

.head>div .dh ul li:first-child{
	border-left:none;
}
.head>div .dh ul li>a{
	display: inline-block;
	color: #000; 
	line-height: 54px;
	font-size: 16px; 
	position: relative;
	width: 100%;
}
.head>div .dh ul li.no>a{
	background: #fff;
}
.head>div .dh ul li>a p{
	display: inline-block; 
	padding: 0 3px;
	

}
.head>div .dh ul li.no>a p{ 
	background:no-repeat center right url(../images/dh_b2.png);
	color: #0075bd;
	padding-right:10px;

}
.head>div .dh ul li.no>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left:10px;
	padding-right:0px;
}

.head>div .dh ul li:hover>a{
	background: #fff;
}

.head>div .dh ul li:hover>a p{
	display: inline-block; 
	padding: 0 3px;
	

}
.head>div .dh ul li:hover>a p{ 
	background:no-repeat center right url(../images/dh_b2.png);
	color: #0075bd;
	padding-right:10px;

}
.head>div .dh ul li:hover>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #e6003d;
	padding-left:10px;
	padding-right:0px;
}
.head>div .dh ul li dl{
	background: #fff; 
	font-size: 14px; 
	text-align: center;
	display: none;
	position: relative;
    z-index: 100;
    margin-top: 2px;
}
.head>div .dh ul li dl dd a img{vertical-align:middle; width: 20%; margin-right: 1%; margin-top: -2%;}
.head>div .dh ul li dl dd{ border-top: 1px dashed #a2a2a2;}
.head>div .dh ul li dl dd a{ 
	color: #0075bd;
	display: block;
	line-height: 44px;
	/*border-bottom: solid 1px #d8e8f1;*/
	transition:padding-left .5s;
-moz-transition:padding-left .5s; /* Firefox 4 */
-webkit-transition:padding-left .5s; /* Safari and Chrome */
-o-transition:padding-left .5s; /* Opera */	
}
.head>div .dh ul li dl dd a:before {
    font-family: "微软雅黑";
}

.head>div .dh ul li dl dd a:hover{  
	padding-left:15px; 
	
}
.head>div .dh ul li>a:hover{ color: #dc0000;}
.sos ul li{ float: left; line-height: 40px; margin-right: 6%;}

/*banner*/
/* 本例子css */

.slideBox_banner{height:700px; width: 100%; overflow:hidden; position:relative;  }
.slideBox_banner .hd{ 
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 100%;
    z-index: 1;
    /* margin: 0 auto; */
    text-align: center; }
.slideBox_banner .hd ul{ overflow:hidden; zoom:1; display: inline-block; }

.slideBox_banner .hd ul li{ float:left; margin:0 4px;  width:60px; height:8px;border-radius:1px; line-height:14px; text-align:center;
 background:#fff; cursor:pointer;line-height: 100px;overflow: hidden; }
.slideBox_banner .hd ul li.on{ background:#0075bd; color:#fff; }
.slideBox_banner .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_banner .bd li{ zoom:1; vertical-align:middle; }
.slideBox_banner .bd img{ width: 100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_banner .prev,
.slideBox_banner .next{ position:absolute; left:3%; top:56%; margin-top:-25px; display:block; width:32px; height:40px;
 background:url(/Public/home/images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox_banner .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_banner .prev:hover,
.slideBox_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_banner .prevStop{ display:none;  }
.slideBox_banner .nextStop{ display:none;  }
/*业务领域*/
.yw{width: 100%; padding-bottom: 3%; background: #0083c1;}
.yewu{ padding-top: 2%; height: 34px; border-bottom: 1px dashed #ffffff52;}
.yewubt{float: left; margin-right: 1%;}
.yewubt h3{ color: #f3f3f3; font-size: 20px; font-weight: 700; }
.yewunr ul li{ float: left; width: 9%; text-align:  center;}
.yewunr ul li a{ color: #f3f3f3; font-size: 14px; display: block; width: 100; height: 34px;}
.yewunr ul li a:hover{ color: #efd100;}
.clear {clear: both;}
/*关于Stake*/
.div_more{ text-align:center; margin-top:30px;}
.div_more a{ color: #0083c1;}
.div_tittle{ background:url(/Public/home/images/1_09.png) no-repeat;background-position: center; height:56px;    padding: 30px 0px;}
.div_bos {width: 250px;margin: 0px auto;}
.div_tittle .div_ico {width: 45px;min-height: 45px; margin-right: 20px;    margin-left: 30px;float: left;overflow: hidden;}
.div_tittle .div_ico img{width: 100%;}
.div_tittle .div1a{ color:#ffffff; font-size:24px; line-height:20px;}
.div_tittle .div2a{ color:#5e7091; font-size:14px; font-weight:bold; margin-top:8px;}
.div_tittle .div3a{ color:#0170bf; font-size:24px; font-weight:bold; line-height:26px; padding-top:4px;}
.div_tittle .div4a{ color:#8d98af; font-size:14px; text-transform:uppercase; margin-top:5px; font-family:Arial;}
.div_tittle .div5a{ color:#ffffff; font-size:24px; font-weight:bold; line-height:26px; padding-top:4px;}
.div_tittle .div6a{ color:#5e7091; font-size:14px; text-transform:uppercase; margin-top:5px; font-family:Arial;}
.ss{ margin-top:30px; margin-bottom:30px;}
.ss ul li{ width:293px; float:left; margin-right:60px;}
.ss ul .li{ margin-right:0px;}
.ss ul li a{ display:block;}
.ss ul li a .div1{ color:#333; font-size:14px; font-weight:bold; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; height:44px; overflow:hidden;}
.ss ul li a .div2{ color:#adadad; margin-top:5px; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;}
.ss ul li a .div2 .p1{ background:url(/Public/home/images/1_05.jpg) no-repeat; width:12px; height:12px; margin-top:5px; margin-right:5px;-moz-transform 1s;  -webkit-transition:width 1s, height 1s, -webkit-transform 1s; -o-transition:width 1s, height 1s, -o-transform 1s;}
.ss ul li a .div3{ margin-top:3px; color:#6c6b6b; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; height:66px; overflow:hidden;}
.ss ul li:hover a .div1{ color:#004098; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;}
.ss ul li:hover a .div2{ color:#004098; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;}
.ss ul li:hover a .div2 .p1{ background:url(/Public/home/images/1_05a.jpg) no-repeat;transform:rotate(360deg); -moz-transform:rotate(360deg); -webkit-transform:rotate(360deg); -o-transform:rotate(360deg);}
.ss ul li:hover a .div3{ color:#004098; -webkit-transition: none; -moz-transition: none; transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -moz-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -webkit-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear; -o-transition: color 0.3s linear, background-color 0.3s linear, background-image 0.3s linear;}
.dd{ background:#f6f2eb; height:131px; width:1800px; margin-left:-900px; left:50%; position:relative; display:none;}
.dd .div1{ text-align:center; color:#222222; font-size:18px; font-weight:bold; padding-top:32px;}
.dd .div2{ width:112px; height:24px; line-height:24px; border:1px solid #a38d5c; font-weight:bold; margin:0 auto; margin-top:20px;}
.dd .div2 a{ display:block; padding-left:12px; background:url(/Public/home/images/1_07.png) 96px center no-repeat; color:#a38d5c}
.dd .div2 a:hover{ background:url(/Public/home/images/1_07.png) 96px center no-repeat #fff; color:#2d71b8}
.ff{ background:url(/Public/home/images/1_08.jpg) no-repeat; background-size:100% 100%; position:relative; width:1800px; left:50%; margin-left:-900px; height:450px; padding-top:33px;}
.ff #show1{ padding-left:29px; margin-top:20px;}
.ff #show1 .tag_tit{ border-bottom:1px solid #5d7299;}
.ff #show1 .tag_tit dl dd{ float:left; font-size:18px; color:#d3d3d3; margin-right:41px; background:url(/Public/home/images/1_10.png) left bottom no-repeat; width:85px; padding-bottom:23px; font-weight:bold;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; cursor:pointer;}
.ff #show1 .tag_tit dl .on{ background:url(/Public/home/images/1_10.png) right bottom no-repeat;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.ff #show1 .div_ser1bg2{ margin-top:31px;}
.ff #show1 .div_ser1bg2 .div1{ width:517px; border-right:1px dotted #667ba0; height:211px; padding-right:0px; color:#fff; line-height:40px; font-size:12px; overflow:hidden;}
.ff #show1 .div_ser1bg2 .div2{ width:100%;}
.ff #show1 .div_ser1bg2 .div1 a{ display:block; float:left; width:159px; background:url(/Public/home/images/1_11.png) no-repeat left center; padding-left:20px; color:#e5e8ed; line-height:35px;}
.ff #show1 .div_ser1bg2 .div2 a{ display:block; float:left; width:159px; background:url(/Public/home/images/1_11.png) no-repeat left center; padding-left:20px; color:#e5e8ed; line-height:35px;}
.ff #show1 .div_ser1bg2 .div2 a:hover{ background:url(/Public/home/images/1_11a.png) center left no-repeat; color:#fff;}
.ff #show1 .div_ser1bg2 .div3 a{line-height:27px;}
/*<!-- 内容-快捷导航 -->*/

.kuaij_dh{
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	border-bottom: solid 1px #ededed;
}
.kuaij_dh .ul_q{
	width: 100%;
	float: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
}
.tuandui ul li{ width: 31%; margin:  0 1%; float: left;}
.kuaij_dh .ul_q a{
	display: block;
	background: #ededed;
	text-align: center; 
	color: #666666;
}
.kuaij_dh .ul_q a:hover{
	background: #0075bd;
	color: #fff;
}
.kuaij_dh .ul_q p{
	overflow: hidden;
	height: 590px;
}
.kuaij_dh .ul_q p img{
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100%;

}
.kuaij_dh .ul_q a:hover p img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.kuaij_dh .ul_q span{
	font-size: 14px;
	line-height: 55px;
}

.kuaij_dh .tongz{
	width: 380px;
	height: 306px;
	overflow: hidden;
	float: right;
}

.slideTxtBox_notice{ width:380px; text-align:left;  }
.slideTxtBox_notice .hd{ height:30px; line-height:30px;  padding:0 0px 0 20px;     position:relative; }
.slideTxtBox_notice .hd ul{ float:left;  position:absolute; left:20px; top:-1px; height:32px;   }
.slideTxtBox_notice .hd ul li{ float:left;   cursor:pointer;  color: #717272; font-size:22px;}
.slideTxtBox_notice .hd ul span{    font-size: 22px;
    display: inline-block;
    float: left;
    color: #909090;
    padding: 0 20px;
}
.slideTxtBox_notice .hd ul li.on{ height:30px; color: #0075bd;}
.slideTxtBox_notice .bd ul{ padding:15px 0 15px 15px;  zoom:1; position: relative; }
.slideTxtBox_notice .bd li{ height:38px; line-height:38px;   }
.slideTxtBox_notice .bd li a{
color: #717272;font-size: 15px;
}
.slideTxtBox_notice .bd li a:hover{
	color:#0075bd;
}
.slideTxtBox_notice .bd li a:before {
    content: ">";
    margin-right: 5px;
    font-family: "微软雅黑";
}
.slideTxtBox_notice .bd ul>.more{
	position: absolute;
	bottom:-15px;right: 0;
	font-size: 18px; 
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.slideTxtBox_notice .bd ul>.more a{
	color: #0075bd;
	
}
.slideTxtBox_notice .bd ul>.more:hover{
	right: 5px;

}
.slideTxtBox_notice .bd li .date{ float:right; color:#999;  }


 
.slideTxtBox_notice .bd ul .lianx{
	line-height: 30px;
	font-size: 16px;
	padding: 15px 0;
	color: #868686; 
}

.slideTxtBox_notice .bd ul .lianx span{
	color: #4399ce;
}

.kuaij_dh1 ul{
	overflow: hidden;
	padding: 30px 0;
}
.kuaij_dh1 ul li{
	width: 200px;
	height:110px;
	background: #0075bd;
	float: left;

}
 
.kuaij_dh1 ul li:nth-child(2n){
	background: #ededed;
}
 
.kuaij_dh1 ul li a{
	padding: 22px 0;
	display: block;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.kuaij_dh1 ul li a:hover{
	line-height: 50px;
}
.kuaij_dh1 ul li:nth-child(2n) a{
	color: #5b5b5b;
}
.kuaij_dh1 ul li img{
	margin:0 auto;
	display: block;
}

/*全屏图片快捷通道*/


.zsu{
	width: 100%;
	margin:0;
	overflow: hidden; 
}

.zsu .imgLeft{
	width: 50%;
	float: left;
	height: 450px;
}
.zsu .imgLeft h2{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: #fff;
}
.zsu .imgLeft a{
	color: #fff; 
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,.5);
 	
}
.zsu .imgLeft a p{ 
	text-align: center; 
	font-size: 16px; 
	line-height: 30px;
	padding-top: 30%;

}
 
 
.zsu .imgLeft a p span{
	font-size: 22px;
	display: block;
}
.zsu .imgLeft .daImg{
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden; 

}


.zsu .imgLeft .daImg img{
	width: 100%;
	height: 100%;
}
.zsu .imgLeft .xiaoImg{
	width: 50%;
	float: left;
	height: 100%;
}
.zsu .imgLeft .xiaoImg .xiao1{
	position: relative;
	height: 50%;
	overflow: hidden;
}
.zsu .imgLeft .xiaoImg .xiao2{
	position: relative;
	height: 50%;
	overflow: hidden;
}
.zsu .imgLeft .xiaoImg  a{
	position: absolute;
	bottom: 0px;
}
.zsu .imgLeft .xiaoImg img{
	width: 100%;
	height: 100%;
}

.zsu .imgLeft .xiaoImg .xiao1 a p,.zsu .imgLeft .xiaoImg .xiao2 a p{
	padding-top: 10%;
}

.zsu .imgLeft .daImg:hover a{
	display: block;
}
.zsu .imgLeft .daImg:hover h2{
	display: none;
}
.zsu .imgLeft .xiaoImg .xiao1:hover a{
	display: block;
}
.zsu .imgLeft .xiaoImg .xiao2:hover a{
	display: block;
}
.zsu .imgLeft .xiaoImg .xiao1:hover h2{
	display: none;
}
.zsu .imgLeft .xiaoImg .xiao2:hover h2{
	display: none;
}

@media (min-width: 1900px){
	.zsu .imgLeft{
		height: 360px;
	}

}

@media only screen and (max-width: 1210px){
.zsu{
	width:100%;
	margin:0;
	overflow: hidden; 
}

}
 

@media only screen and (max-width: 1190px){
.zsu{
	width:1200px;
	margin:0 auto;
	overflow: hidden; 
}

}
 
.bj_huaw{
	height: 35px;
	padding-top: 8px;
	width: 100%;
	background:repeat-x url(../images/huaw.jpg);
}

 .bj_huaw1{
	height: 35px;
	padding-bottom: 8px;
	width: 100%;
	background:repeat-x url(../images/huaw1.jpg);
}

 /*新闻*/
.newsTop{
	 overflow: hidden;
}
.newsTop .left{
	width: 46%;
	float: left;
	padding-right: 70px;
	border-right: solid 1px #e0e0e0;
}

.newsTop .left>div{
	padding: 12px 0;
	overflow: hidden; 
	border-bottom: 1px dashed #c1c1c1;
}
.newsTop .left>div h2{
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #0075bd;
	line-height: 22px;
	color: #0075bd;
	float: left;
}
.newsTop .left>div a{
	color: #0476c7; 
	line-height: 24px;
	font-size: 16px;
	float: right;
}
.newsTop .left ul
{
	padding: 10px 0;

}

.newsTop .left ul a{
	color: #7a7b7b;
	font-size:15px;
	line-height: 36px;
}

.befo a:before{
 content: ">";
    margin-right: 5px;
    font-family: "微软雅黑";
}
.befo1 a:before{
 content: "";
}
.newsTop .left ul a:hover{
	color: #0075bd; 
}
.newsTop .left ul a p{
	display: inline-block;
}
.newsTop .left ul a span{
	float: right;
	color: #717272;
}

.ship{
	padding: 20px 0px 0 0px;
	
}

.ship>.bt{
	padding: 2px 0 8px 0;
	overflow: hidden;
	border-bottom:solid 1px #d9dadb;  
}
.ship>.bt h2{
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #0075bd;
	line-height: 22px;
	color: #0075bd;
	float: left;
}
.ship>.bt a{
	color: #b6b6b6; 
	line-height: 24px;
	font-size: 18px;
	float: right;
}

.shipN{
	padding: 20px 0 0 0;
	overflow: hidden;
}
.shipN .left  img{
	width: 600px;
	height: 344px;
}
.shipN .left{
	width: 600px; 
	float: left;
	position: relative;
	text-align: center;
}

.shipN .left span{
	background: #0075bd;
	display: inline-block;
	padding:15px 30px;
	width: 430px;
	height: 50px;
	position: relative;
	bottom: 50px;
	font-size: 18px;
	text-align: left;
	line-height: 26px;
	color: #fff;
} 
.lsdt{ width: 100%; float: right;}
.lsdt ul li{ width: 100%;}
.lsdt ul li a{ width: 100%; margin-bottom: 2%; height: 104px;}
.lsdt ul li a:hover{ background: #e8e8e8;}
.lsdt ul li img{ float: left; margin-right: 2%; width: 24%; height: 100%;}
.right{
	width: 100%;

}
.right li{
	overflow: hidden;
	margin-bottom: 9px;
}
.right dt{
	float: left;
	width: 184px;
	height: 117px;
	margin-right:18px;
}

.right dd{  
	line-height: 40px;
	font-size: 18px;
	color: #494949;
}
.right dd:hover{
	color: #0075bd;
}
.right span{
	line-height: 30px;
	color: #858585;
}
.right li:hover{
background: #ececec;
}

.dtAn{
	width: 18px;
    padding: 10px 10px 4px 10px;
    height: 145px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    float: right;
    line-height: 25px;
    background: #0075bd no-repeat bottom 4px center url(../images/dtgz.png);
}
.dtAn a{
	color: #fff;
}
/**/

.picScroll-left{ width:1140px; height:160px;  overflow:hidden; position:relative;   }
.picScroll-left .bd{ }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:280px; height:160px; display:block;   }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;}



/*footer*/
.footerBeiJ{
	height: 505px;
	background:no-repeat bottom center url(../images/imgFooter.png);
	position: relative;
	    overflow: hidden;
}

.ditu_t ul{ 
	padding: 70px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack:justify ;
    justify-content: space-between; 
}

.ditu_t ul li p{
		width: 275px;
	height: 175px;
	overflow: hidden;	
}
.ditu_t ul li p img{
	width: 275px;
	height: 175px;
	    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.ditu_t ul li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
   }
.ditu_t ul li{
	position: relative;
	height: 175px;
}
.ditu_t ul li span{
	background:rgba(0,117,189,0.8);
	height: 45px;
	width: 100px;
	padding-left: 40px;
	position: absolute;
	bottom: 20px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	left: 0;
	transition:width .3s;
-moz-transition:width .3s; /* Firefox 4 */
-webkit-transition:width .3s; /* Safari and Chrome */
-o-transition:width .3s; /* Opera */	
}

.ditu_t ul li:hover span{
width: 235px;
}

.footerZd{
	width:100%;
	background:rgba(9, 0, 80, 0.84);
	height: 200px;
	position: relative;
	bottom: 0px;
}

.footerZd .footerLogo{
	float: left;
	padding: 7px 0;
	width: 58%;

}
.dibu{width: 100%; line-height: 24px; background: rgba(9, 0, 80, 0.84); border-top: 1px solid #516694; color: #fff;s}
.dibunr{text-align: center; font-size: 14px; width: 76%; margin: 0 auto; padding: 1% 0; color: #dcdcdc;}
.dibunr a{ color: #dcdcdc;}
.dibunr a:hover{ color: #efd100;}
.footerLogo ul li{ float: left; text-align: center; width: 16%;}
.footerLogo ul li a{ color: #dcdcdc; text-align: center;}
.footerLogo ul li h3{ color: #dcdcdc; line-height: 40px; text-align: center; font-size: 16px;}
.dbdh ul li{ float: none; font-size: 14px; line-height: 22px; width: 100%;}
.dbdh ul li a:hover{ color: #efd100;}
.footerZd .lianxDiz{
	float: left;
	padding: 16px 0;
	width: 274px;
	font-size: 14px;
}
.lianxDiz{
	float: left;
	padding: 16px;
	font-size: 14px;
	text-align: left;
}
.footerZd .lianxDiz p{
	color: #dcdcdc;
	line-height: 25px;
	background:no-repeat left center url(../images/tubiao1.png);
	padding-left:14px;
	float: left;
}
.lianxDiz p{
	color: #000;
	line-height: 25px;
	background:no-repeat left center url(../images/tubiao1.png);
	padding-left:14px;
	float: left;
}
.footerZd .lianxDiz p.p0{
	background:no-repeat left center url(../images/meial.png);
	padding-left:18px;
}
.footerZd .lianxDiz p.p1{
	background:no-repeat left center url(../images/tubiao2.png);
	padding-left:18px;
}
.lianxDiz p.p1{
	background:no-repeat left center url(../images/tubiao2.png);
	padding-left:18px;
}
.lianxDiz p.p0{
	background:no-repeat left center url(../images/meial.png);

}
.footerZd .lianxDiz p.p2{
	background:no-repeat left center url(../images/tubiao3.png);
}
.lianxDiz p.p2{
	background:no-repeat url(../images/tubiao3.jpg);
}

.footerZd .yq{
	float: right;
	width: 210px;
	height: 38px;
	border:solid 1px #b8b8bb;
	margin-top: 40px;
	position: relative;
	border-radius: 3px;
}

.footerZd .yq p{
	line-height: 40px;
	color: #dcdcdc;
	font-size: 16px;
	padding: 0 10px;
	cursor:pointer;
	background:no-repeat right 10px center url(../images/footerJt.png);
}

.footerZd .yq .xl{
	position: absolute;
	bottom:38px;
	width:210px;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	display: none;
}

.footerZd .yq .xl a{
	display:block;
	line-height: 20px;
	padding:3px 10px;
	color: #666;
}
.footerZd .yq .xl a:hover{
	color: #0075bd;
}

.beian{
	width:100%;
	height: 55px;
	border-top:solid 1px #4c777c;
	position: absolute;
	bottom: 0px;
	line-height: 40px;
	color: #b8b8bb;
}

.pages { text-align: right; margin-top: 20px; padding-bottom: 10px; }
.pages span { background: #4078f9; color: #fff; }
.pages a {color: #4078f9; padding: 5px 8px; border: none; margin: 0 0 0 5px; }
.pages span { padding: 5px 8px; border: none; margin: 0 0 0 5px; }
.pages a:hover { background: #4078f9; color:#fff;}


.ftly{
              width: 373px;
              margin-right: 95px;
              float: left;
          }
          .ftly h1{
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 14px;
              letter-spacing: 0px;
              color: #ffffff;
          }
          .ftly #data_form{
              margin-top: 24px;
          }
          .ftly #data_form input{
              height: 36px;
              background-color: #ffffff;
              border-radius: 5px;
              outline: none;
              border: none;
              padding-left: 13px;
              font-size: 14px;
              line-height: 36px;
              color: #898989;
              float: left;
              margin-bottom: 19px;
          }
          .ftly #data_form #name{
              width: 162px;
              height: 36px;
              margin-right: 19px;
          }
          .ftly #data_form #contact{
               width: 162px;
              height: 36px;
          }
          .ftly #data_form #content{
              width: 343px;
              height: 112px;
              background-color: #ffffff;
              border-radius: 5px;
              outline: none;
              padding: 13px;
              border: none;
              font-size: 14px;
              line-height: 2;
              color: #898989;
               margin-bottom:27px;
          }
          .ftly #data_form .btn{
              width: 139px;
              height: 43px;
              float: left;
              background-color: #b28850;
              border-radius: 5px;
              text-align: center;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              line-height: 43px;
              letter-spacing: 0px;
              color: #ffffff;
              padding: 0;
              margin-bottom: 0;
          }
          .ftly #data_form #checkcode{
               width: 105px;
              height: 43px;
              border-radius: 0;
              margin-left: 10px;
              margin-bottom: 0;
          }
          .ftly #data_form .code_img {
              margin-left: 0;
              margin-bottom: 0;
              cursor: pointer;
              float: left;
          } 
          .clear{clear: both;}
          .fl_lis {float: left;width: 400px;}
          .fl_lis li{
                float: left;
    width: 100px;
    margin-right: 50px;
    margin-bottom: 25px;
          }
          .fl_lis a{line-height: 40px;color: #fff;}
          .footerZd {
              padding-bottom: 5px;
              padding-top: 1px;
          }
          .footerZd .lianxDiz p {
    margin-bottom: 30px;
  }