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

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% Helvetica, Arial, sans-serif;}
li{ list-style-type:none;}
/*主色

蓝色：- c62218
红色：- c62218


*/
.px1200{width: 1300px;margin:0 auto;}
.px25{width: 100%;height: 2px;background: #c62218; margin: 25px 0;}

/*头部*/
.head{
	width: 100%;
	height: 178px;
	border-top:solid #c62218 4px;	
	background-repeat: repeat-x;
	-moz-box-shadow:0px 2px 7px #e6e6e6; -webkit-box-shadow:0px 2px 7px #e6e6e6; box-shadow:0px 2px 7px #e6e6e6;

}

.head>div{
	width: 1200px;
	margin:0 auto;
	height: 178px;
	position: relative;
}

.head>div .shangb{
	padding-top: 15px;
	height: 70px;
	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: #c62218;
	font-size: 16px;
}
.head>div .shangb .sos input{
	width: 250px;
	height: 34px;
	padding: 0 10px;
	border: solid 1px #c62218;
	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: #c62218;
	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;
	margin-top:10px;
}
.head>div .shangb .dianh p{
	font-size: 18px;font-weight: bold;
	color: #c62218;padding-top: 8px;
}

.head>div .shangb .dianh h3{
	font-size: 24px;font-weight: bold;
	color: #c62218;
}

/*导航*/
.head>div .dh{
	position: absolute; 
	bottom: 2px;
	height: 57px;
	background: #c62218;
	width: 100%;
}
.head>div .dh ul{
	padding: 0 1px; 
	
} 
 .head>div .dh ul li{
 	float: left;
 	width: 132px;
 	height: 57px;
 	text-align: center;
 	border-left:solid 1px #919699;
 	position: relative;

 }
.head>div .dh ul li:first-child{
	border-left:none;
}
.head>div .dh ul li>a{
	display: inline-block;
	color: #fff; 
	line-height: 56px;
	font-size: 18px; 
	position: relative;
	bottom: -1px; 
	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: #c62218;
	padding-right:10px;

}
.head>div .dh ul li.no>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #c62218;
	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: #c62218;
	padding-right:10px;

}
.head>div .dh ul li:hover>a p:first-child{
	background:no-repeat center left url(../images/dh_b1.png);
	color: #c62218;
	padding-left:10px;
	padding-right:0px;
}
.head>div .dh ul li dl{
	background: #fff; 
	font-size: 16px; 
	/*-moz-box-shadow:0px 2px 7px #e6e6e6; -webkit-box-shadow:0px 2px 7px #e6e6e6; box-shadow:0px 2px 7px #e6e6e6;*/
	padding: 10px 0;
	text-align: left;
	display: none;
	position: relative;
    z-index: 100;
}

.head>div .dh ul li dl dd a{ 
	color: #c62218;
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 8px;
	/*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 {
    content: "·";
    margin-right: 5px;
    font-family: "微软雅黑";
}

.head>div .dh ul li dl dd a:hover{  
	padding-left:15px; 
}
.he


/*banner*/
/* 本例子css */

.slideBox_banner{height:400px; overflow:hidden; position:relative;  }
.slideBox_banner .hd{ 
    height: 15px;
    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:93px; height:3px;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:#c62218; color:#fff; }
.slideBox_banner .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_banner .bd ul {
    margin-left: -960px;
    left: 50%;
    position: relative;
}
.slideBox_banner .bd li{ zoom:1; vertical-align:middle; }
.slideBox_banner .bd img{  height:400px; display:block; height:auto;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox_banner .prev,
.slideBox_banner .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;
 background:url(../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;  }

/*<!-- 内容-快捷导航 -->*/

.kuaij_dh{
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	border-bottom: solid 1px #ededed;
}
.kuaij_dh .ul_q{
	width: 700px;
	float: left;
	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; 
}

.kuaij_dh .ul_q a{
	display: block;
	text-align: center; 
	color: #666666;
	height:100%;
}

.kuaij_dh .ul_q p{
	width: 249px;
	height: 249px;
	overflow: hidden;
}
.kuaij_dh .ul_q p img{
ion: 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;

}
.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: 20px;
	line-height: 55px;
}

.ul_q li{ overflow:hidden; height:300px;}
.kuaij_dh .tongz{
	width: 490px;
	height: 306px;
	overflow: hidden;
	float: right;
}

.slideTxtBox_notice{ width:470px; 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:#AC1504;}
.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:#c62218;
}
.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: #AC1504;
	
}
.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: #c62218;
	float: left;

}
 
.kuaij_dh1 ul li:nth-child(2n){
	background: #ededed;
}
 
.kuaij_dh1 ul li a{
	padding: 16px 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;

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

 /*新闻*/
 .cgNews{
 	padding: 20px 0 0 0;
 }
.newsTop{
	 overflow: hidden;
}
.newsTop .left{
	width: 528px;
	float: left;
	padding-right: 70px;
	border-right: solid 1px #e0e0e0;
}

.newsTop .left>div{
	padding: 2px 0;
	overflow: hidden; 
}
.newsTop .left>div h2{
	height: 22px;
	font-size: 22px;
	padding-left: 8px;
	border-left: solid 2px #c62218;
	line-height: 22px;
	color: #c62218;
	float: left;
}
.newsTop .left>div a{
	color: #b6b6b6; 
	line-height: 24px;
	font-size: 18px;
	float: right;
}
.newsTop .left ul
{
	padding: 10px 0;

}

.newsTop .left ul a{
	color: #7a7b7b;
	font-size:15px;
	line-height: 36px;
}
.newsTop .left ul a:before{
 content: ">";
    margin-right: 5px;
    font-family: "微软雅黑";
}
.newsTop .left ul a:hover{
	color: #c62218; 
}
.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 #c62218;
	line-height: 22px;
	color: #c62218;
	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: #c62218;
	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;
} 

.shipN .right{
	width: 555px;
	float: right;

}
.shipN .right li{
	overflow: hidden;
	margin-bottom: 9px;
}
.shipN .right dt{
	float: left;
	width: 184px;
	height: 117px;
	margin-right:18px;
}

.shipN .right dd{  
	line-height: 40px;
	font-size: 18px;
	color: #494949;
}
.shipN .right dd:hover{
	color: #c62218;
}
.shipN .right span{
	line-height: 30px;
	color: #858585;
}
.shipN .right li:hover{
background: #f3f3f3;
}

.dtAn{
	width: 18px;
    padding: 10px 10px 4px 10px;
    height: 145px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    float: right;
    line-height: 25px;
    background: #c62218 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(0,0,0,.5);
	height: 200px;
	position: relative;
	bottom: 0px;
}

.footerZd .footerLogo{
	float: left;
	padding: 10px 0;
	width:400px;

}

.footerZd .lianxDiz{
	float: left;
	padding: 40px 0;
	margin-left: 70px;
	width: 420px;
}

.footerZd .lianxDiz p{
	color: #b8b8bb;
	line-height: 25px;
	background:no-repeat left center url(../images/img-1.png);
	padding-left:14px;
	float: left;
}

.footerZd .lianxDiz p.p1{
	background:no-repeat left center url(../images/img-2.png);
	padding-left:18px;
	margin-left:6px;
}
.footerZd .lianxDiz p.p2{
	background:no-repeat left center url(../images/img-3.png);
}


.footerZd .yq{
	float: right;
	width: 238px;
	height: 38px;
	border:solid 1px #b8b8bb;
	margin-top: 40px;
	position: relative;
	border-radius: 3px;
}

.footerZd .yq p{
	line-height: 40px;
	color: #b8b8bb;
	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:240px;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	display: none;
}

