.h_nav{height:60px;  overflow: hidden;background: #0054a6;}
.h_nav ul li { float:left; height:60px; overflow: hidden;background: #0054a6;    border-right: 1px solid #cccc; }
.h_nav ul li a{ display:inline-block;font-size: 16px; color:#fff;line-height:60px; height:60px;padding: 0 42px;}
.h_nav li a:hover,.h_nav .cur a{background: #e10400;}
.h_nav ul li.nobot{background: none;}

/* header部分 */

 .wrap-header {
	height: 30px;
	background: #f5f5f5;
}

.header {
	max-width: 1200px;
	height: 35px;
	margin:0 auto;
}

.header p {
	float: left;
	height: 33px;
	line-height: 26px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

.header .hdu1 {
	float: right;
	height: 16px;
	margin-top: 8px;
}

.header .hdu1 li {
	float: left;
	height: 16px;
	font-size:13px;
	color: rgb(102, 102, 102);
	padding-left:15px;
	line-height: 16px;
	border-left: 1px dotted rgba(253, 188, 10, 0.3);
	position: relative;
	cursor: pointer;
}

.header .hdu1 li a {
	color: rgb(102, 102, 102);
	text-decoration:none;
}

.header .hdu1 li:first-child {

	border-left: none;

	padding-right:15px;

}

.header .hdu1 li span {

	display: none;

	position: absolute;

	left: -30px;

	top: 30px;

	width: 135px;

	height: 135px;

	z-index: 2;

	padding:10px;

	background: #222222;

}

.header .hdu1 li span img {

	width: 135px;

	height: 135px;

}

.header .hdu1 li:hover span {

	display: block;

}

/* logo部分 */

 .logo {
	height: 170px;
	background: #fff;
}

.logo .container {

	height: 140px;

	position: relative;

}

.logo .logoImg {

position: absolute;

left: 0;

top: 19px;
}

.logo .l_title {
	width: 300px;
	height: 95px;
	position: absolute;
	left: 100px;
	padding: 62px 0 0 80px;
}

.logo .l_title .l_p1 {
	font-size: 38px;
	position: relative;
	color: #1f56ad;
	font-weight: 700;
}

.logo .l_title .l_p2 {
	font-size: 11px;
	color: #666;
	margin-top: 8px;
	overflow: hidden;
	text-transform: uppercase;
	/* word-spacing: 1px; */
}

.logo .l_ts {
	position: absolute;
	left: 380px;
	width: 422px;
	top: 0;
	padding: 52px 20px 0 30px;
	height: 90px;
	color: #666;
	font-size: 16px;
	background: url(../images/index_05.png) no-repeat left 35px;
}

.logo .l_ts .ts_p {
	font-size: 20px;
	color: #fff;
	background: #1f56ad;
	display: inline-block;
	line-height: 20px;
	padding: 7px 20px 8px;
	border-radius: 3px;
	margin-bottom: 12px;
}

.logo .tel {

	height: 91px;

	position: absolute;

	right: 0;

	top: 30px;

	padding-top: 20px;

	padding-left: 80px;

	background: url(../images/htel.png) no-repeat left center;

}

.logo .tel p {
	font-size: 35px;
	color: #1f56ad;
	line-height: 35px;
	font-family: impact;
}

.tel_p1{
	color: #182649 !important;
	display: block;
	font-size: 15px !important;
	margin-left: 5px;
}

/* nav部分 */

 .Nav {
	height:60px;
	background: #0054a6;
}

.Nav .navBox {

	height: 60px;

	line-height: 60px;

}

.Nav .navBox li.nLi {

font-size:15px;

float:left;

background:url(../images/nav_f.png) no-repeat right center;
}

.Nav .navBox li.fengexian {

	width:2px;

	height:60px;

	float: left;

	background:url(../images/nav_f.png) no-repeat right center;

}

.clearfix:after {

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}

.nav {

	height:60px;

	line-height:34px;

	position:relative;

	z-index:9;

}

.nav a {
	color: #fff;
}

.nav .nLi {

	float:left;

	position:relative;

	display:inline;

}

.nav .nLi h3 {

	float:left;

	line-height:60px;

}

.nav .nLi h3 a {

display:block;

padding: 0 35px;

font-size:17px;

font-weight:normal;
}

.nav .sub {

	display:none;

	width:100%;

	left:0;

	top:60px;

	position:absolute;

	background:rgba(17, 17, 17, 0.8);

	line-height:30px;

	text-align: center;

}

.nav .sub li {

	zoom:1;

}

.nav .sub a {

	display:block;

	padding:4px 10px;

	font-size: 14px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.1);

	color:#f5f5f5;

}

.nav .sub a:hover {

	background: rgba(0, 0, 0, 0.8);

	color: #fff;

	border-bottom: 1px solid rgb(214, 73, 0);

}

.nav .cur h3 a {

	color:#000;

	background: -webkit-linear-gradient(#ff5700, #ffbb00);

	background: -o-linear-gradient(#ff5700, #ffbb00);

	background: -moz-linear-gradient(#ff5700, #ffbb00);

	background: -mos-linear-gradient(#ff5700, #ffbb00);

	background: linear-gradient(#ff5700, #ffbb00);

}

.nav .on h3 a {
	color: #fff;
	background: -webkit-linear-gradient(#182649, #ffbb00);
	background: -o-linear-gradient(#ff5700, #ffbb00);
	background: -moz-linear-gradient(#ff5700, #ffbb00);
	background: -mos-linear-gradient(#ff5700, #ffbb00);
	background: linear-gradient(#071637, #182649);
}

.fudong {

	position:fixed;

	top:100px;

	z-index:999;

	left:50%;

	margin-left:-600px;

}

.nav_f {

	position:fixed;

	top:0;

	z-index:999;

	width: 100%;

}

.wenhua {

	width: 440px;

	float: left;

}

.wenhuatu {

	width: 600px;

	margin-top: 30px;

	float: right;

}

.webform {

	width: 100% !important;

	height: 500px !important;

}

/**/



/* -- 弹出窗口 -- */

 #mesbook1_c, #mesbook1 {

	display:none;

	z-index:1001;

	width:398px;

	border:1px solid #ccc;

	background:#fff;

	padding-bottom:20px;

}

#mesbook1_c div, #mesbook1 div {

	border:1px solid #E4E3E3;

	background:#EBECEB;

	height:18px;

	padding:4px .5em 0;

	margin-bottom:10px;

}

#mesbook1_c dl.b1, #mesbook1 dl.b1 {

	width:370px;

	margin:0 auto;

}

#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {

	float:left;

	width: 75px;

	overflow:hidden;

	padding-left: 20px;

}

#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {

	width:265px;

	float:right;

}

#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {

	padding-bottom:10px;

}

#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {

	margin-right:20px;

}

.b15 {

	background: url(../images/SkinsVIBtn.png) no-repeat;

	border:0;

	cursor: pointer;

	overflow:hidden;

}

.b15 {

	background-position:-79px -650px;

	width:60px;

	height:24px;

	line-height:24px;

	color:#fff;

	font-size:14px;

	font-weight:bold;

}

/*处理中动画占全屏*/

 #oran_div_processing {

	width:300px;

	padding:20px;

	z-index:9999;

	text-align:center;

	background:#fffeef;

	border:solid 1px #b8ab04;

}

.retop ul {

	overflow:hidden;

}

.retop li {

	float:left;

	margin-left:10px;

}

.retop li img {

	display:block;

}

.rtTop {

	width:43px;

	height:43px;

	overflow:hidden;

	position:fixed;

	top:85%;

	right:51%;

	margin-right:-675px;

	cursor:pointer;

	display:none;

}

.rtTop h4 {

	width:43px;

	height:43px;

	overflow:hidden;

	position:relative;

}

.rtTop img {

	display:block;

	position:absolute;

	top:0;

	left:0;

}

/**/

 .footer {

	width: 100%;

}

.container {

	margin-left: auto;

	margin-right: auto;

	width: 1200px;

}

.footer {

	position: relative;

	box-sizing: border-box;



	background: url(../images/footer-bj.jpg) no-repeat center top;

	height: 400px;

}

.footer_top {

	width: 1200px;

	margin: 0 auto;

	height: 275px;

}

.footer_bottom {

	width: 1200px;

	margin: 0 auto;

	clear: both;

}

.fb_left {

	width: 50%;

	float: left;

	font-size: 12px;

	line-height: 60px;

	color: #666;

}

.fb_right {

	width: 50%;

	float: right;

	text-align: right;

	font-size: 12px;

	line-height: 60px;

	color: #666;

}

.fb_right a, .fb_left a {

	color: #666;

}

.footer01 {

	width: 170px;

	float: left;

	margin: 0 90px 0 40px;

}

.f1_tit {

	color: #1199de;

	font-size: 16px;

	line-height: 40px;

}

.footer02 {

	width: 168px;

	float: left;

}

.f1_li a {

	display: block;

	font-size: 14px;

	color: #333;

	line-height: 34px;

	border-bottom: 1px solid #e3e3e3;

}

.footer03 {

	width: 425px;

	float: left;

	margin: 0 0 0 115px;

}

.ft_contact {

	font-size: 14px;

	color: #333;

	line-height: 27px;

}

.footer04 {

	color: #333;

	line-height: 25px;

	text-align: center;

	margin-top: 15px;

	width: 180px;

	float: left;

}

.text-center {

	text-align: center;

	font-family: "Microsoft YaHei";

}



/*网站导航*/

.site_map_con{font-size:14px;color:#666;padding:20px;}

.site_map_con .line{padding:25px 0px;overflow:hidden;}

.site_map_con .line1{border-bottom:1px solid #e9e9e9;}

.site_map_con .line .item{float:left; width: 21%; margin-right: 5%; text-indent: 15px; margin-bottom: 30px;}

.site_map_con .line .item:nth-child(5){clear: both; }

.site_map_con .line .item:nth-child(4n){ margin-right:0; }

.site_map_con .line .item .className{padding-bottom:5px;border-bottom:1px dashed #d3d3d3;font-size: 14px;line-height: 28px; margin-bottom: 15px;}

.site_map_con .line .item ul li{line-height:28px;}



.site_map_con .line .item .className {

    background: url(../images/shipping_instructions_01.png) 0px 10px no-repeat;

}

.site_map_con .daolan{

	padding-bottom: 20px;

}

.site_map_con .daolan h3{

	padding-bottom: 20px;

	font-size:16px;

}

.site_map_con  a:hover{

	color:#000;

}

.site_map_con .daolan a{

	font-size:16px;

	margin: 0 5px;

	

}

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #163588;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #163588;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    /*link*/
.link_bg{font-family: "Microsoft Yahei"; font-size: 14px; line-height:50px;background:#ececec;clear:both;height:50px;overflow: hidden;}
.link_c span{ color: #143a85;display: block; font-size: 16px;}
.link_c p a{color: #666; display: inline-block;padding: 0 20px;}
.link h2{height: 50px;line-height: 50px;overflow: hidden;margin-bottom: 40px; font-weight: bold;}
.link h2 a{color: #143a85;}

