body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,th,td,img {margin:0;padding:0;}
img {border:0}
ol,ul {list-style:none}
input{outline: none;border:none;}
html {_overflow-y:scroll;}
/*****！！页面通用css样式定义开始******/
html,body{min-width: 1200px;font-family: "Microsoft YaHei";_width:expression(document.body.clientWidth < 1200 ? "1200px" : "auto");}
/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */
body{
    font-family: "微软雅黑";    /*文字字体定义 */
	font-size: 14px;    /*文字大小定义 */
	color: #333; /*文字颜色定义 */
	min-width:1200px;
	outline: none;
}
*{
	word-break: break-all; word-wrap:break-word
}
/* 网站超链接css通用设置 */
a{text-decoration: none;} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #008100;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}
.pr{position: relative;}
.pa{position: absolute;}

.left{ float:left}
.right{ float:right}


.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}

.textover{text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block;}


.dib{display: inline-block;*display: inline;zoom:1;}


/*表格样式定义 */ 
checkbox{border: 0px;}/*选择框样式定义 */ 
/*.input{ border:1px solid #ccc; height:20px;line-height:20px} */
ul,li{ list-style:none}
.backcolor{background:#015aaa;}

/*清除浮动*/
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.b-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}
.clearafter:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }



/* -- 页面整体布局 -- */
.header , .footer { width:1200px; margin:0 auto;  }

/* function */
h2 a:hover{ text-decoration: none;}
input,textarea{ outline:none; }
textarea{ resize:none;}
em{ font-style: normal;}
.f_cb:after,.f_cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f_cb,.f_cbli li{zoom:1;}
.f_ib{display:inline-block;*display:inline;*zoom:1;}
.f_dn{display:none;}
.f_db{display:block;}
.f_pr{position:relative;}
.f_pa{position:absolute;}
.f_fl{float:left;}
.f_fr{float:right;}
.f_prz{position:relative;zoom:1;}
.f_oh{overflow:hidden;}
.f_fa{font-family:Arial, Helvetica, sans-serif;}
.f_fw{ font-family:"Microsoft Yahei" }

.toparea{ width:100%; height:36px; margin:0 auto; background:#f7f7f7; border-bottom:1px solid #cfcfcf}
.toparea ul{ width:1200px; height:36px; margin:0 auto}
.toparea ul li{ float:left;line-height:36px; font-size:14px; color:#666}
.toparea ul li a{line-height:36px; font-size:14px; color:#666}


.heading{ width:100%; height:120px; margin:0 auto; /*background: url(../images/bg_top.jpg) center top no-repeat;*/ border-top:1px solid #ffffff}
.heading .main{ width:1200px; height:120px; margin:0 auto}
.heading .main .logo{ height:120px; display:block; float:left;}
.heading .main .tel{ display:block; float:right;}



.navbg{
	width: 100%;
    height: 53px;
    margin: 0 auto;
    background: #005abe;
    position: relative;
    z-index: 999;
	}
.navbg ul{ width:1200px; height:auto; margin:0 auto}
.navbg ul li{ float:left;position:relative;}
.navbg ul li.navline{ width:2px; height:53px; background:url(../images/nav_line.jpg) center center no-repeat}
.navbg ul li:nth-child(16){ background:none}

.navbg ul li a{
	padding-left:38px;
    padding-right:38px;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
	}
.navbg ul li a:hover{ color:#fff; line-height:53px; font-size:16px; background:#bb0000;}
.navbg ul li:hover{color:#fff; line-height:53px; font-size:16px;  background:#bb0000;}
.navbg ul li:hover a{ color:#fff}

.navbg ul li dl{position:absolute; left:0px; top:53px; z-index:99999;display:none; width:148px;}
.navbg ul li:hover dl{ position:absolute; left:0px; top:53px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding-left:0;
	padding-right:0;
	width:148px;
	height:42px;
	line-height:42px !important;
	color:#fff !important;
	font-size: 14px !important;
	font-weight:100;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	text-align:center;
	background:#015aaa; border-bottom:1px solid #0162b1}
.navbg ul li dl dt a:hover{
	background:#de0801;color:#fff !important;line-height:42px !important; font-size:14px !important; font-weight:100;}

.navbg .nav_on{color:#fff; height:53px; display:block; line-height:53px; font-size:16px;  background:#bb0000;}

.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background: #005abe; margin:0;}


/*子页面大图*/
.nban{ width:100%; height:450px; margin:0 auto; background:#dfdfdf;}







/*搜索*/
.link{ width:100%; height:82px; margin:0 auto; border-bottom:0px solid #cccccc}
.link ul{ width:1200px; height:82px; margin:0 auto;}
.link ul li{ float:left; height:82px}
.link ul li p{line-height:82px;width:740px; height:82px; color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; font-size:14px; font-weight:bold}
.link ul li a{line-height:82px; color:#333; font-weight:100}

.bannerfo{ width:378px;height:40px; border:1px solid #dddddd; position:relative; margin-top:20px;border-radius:20px;}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:330px; height:40px;}
.bannerfo dl .inputbox input{ width:300px; height:40px; padding:0 15px;color:#aaaaaa; line-height:40px; font-size:14px; background:none}
.bannerfo dl .menuser{ position:absolute; left:330px; top:0; width:48px; height:38px; display:block;background: url(../images/search2.png) no-repeat 0 0; }
.bannerfo dl .menuser input{width:48px; height:38px;background: none}





/*footer*/


.foot{ width:100%; height: auto; margin:0 auto; background:#0b2d5e; padding-top:45px; padding-bottom:65px; border-bottom:1px solid #2b4873}
.foot .main{ width:1200px; height:auto; margin:0 auto}

.botlogo{
	height: 205px;
    width: 235px;
    float: left;
    border-right: 1px solid #2b4873;
    display: block;
	}
.botlogo img{ width:129px; height:183px}

.botlx{ width:255px; height:205px; display:block; float:left; margin-left:70px; padding-right:60px;border-right: 1px solid #2b4873;}
.botlx .title{ height:36px; border-bottom:1px solid #2b4873;}
.botlx .title p{ float:left; padding-left:0; padding-right:0; line-height:35px; border-bottom:1px solid #2b4873; font-size:16px; color:#efeeee}
.botlx .contxt{ margin-top:10px; font-size:14px; line-height:30px; color:#efeeee}
.botlx .contxt *{font-size:14px; line-height:30px; color:#efeeee}

.botdh{ width:170px; height:205px; display:block; float:left;border-right:1px solid #2b4873; margin-left:75px; padding-right:75px}
.botdh .title{ height:36px; border-bottom:1px solid #2b4873;}
.botdh .title p{ float:left; padding-left:0; padding-right:0; line-height:35px; border-bottom:1px solid #2b4873; font-size:16px; color:#efeeee}
.botdh .contxt{ margin-top:10px; font-size:14px; line-height:30px; color:#efeeee}
.botdh .contxt ul li{ float:left; margin-right:50px;}
.botdh .contxt ul li a{line-height:35px; color:#efeeee; font-size:14px}

.botewm{ width:165px; height: auto; display:block; float:right;}
.botewm .title{ height:36px; border-bottom:1px solid #2b4873;}
.botewm .title p{ float:left; padding-left:0; padding-right:0; line-height:35px; border-bottom:1px solid #2b4873; font-size:16px; color:#efeeee}
.botewm .contxt{ min-height:108px;margin-top:10px;background:url(../images/ewm.jpg) center top no-repeat}
.botewm .contxt p{
	padding-left: 84px;
    padding-top: 90px;
    font-size: 14px;
    line-height: 30px;
    color: #efeeee;
	}

.footer{ width:100%; height:68px; margin:0 auto; background:#0b2d5e;}
.footer ul{ width:1200px; height:68px; margin:0 auto}
.footer ul li{ display:block; text-align:right; line-height:68px; font-size:14px; color:#efeeee}
.footer ul li a{ line-height:68px; font-size:14px; color:#efeeee}


.fotbot{ height:54px; width:100%; line-height:54px; background:#232323}
.fotbot,.fotbot *{ line-height:54px; color:#888}
.fotbot a{line-height:54px; color:#888}
.fotbot a:hover{ text-decoration:underline}

.hflink{
	width: 1200px;
    height: auto;
    margin: 0 auto;
	padding-top:10px;
    /*padding-bottom: 20px;*/
	/*border-bottom:1px solid #5d5e61*/
	}
.hflink .title{ width:120px; height:auto;display:block; float:left; background:url(../images/bg_link.png) 5px 0 no-repeat; text-indent:42px; font-size:15px; color:#dddee2; font-weight:bold; line-height:28px} 
.hflink .cont{ width:1080px; height:auto; display:block; float:right}
.hflink .cont a{
	line-height: 28px;
    font-size: 14px;
    color: #dddee2;
    margin-right: 30px;
    word-break: keep-all;
    white-space: nowrap;
    display: block;
    float: left;
	}




    .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.kefu-baidu i{background: url(../images/62d916b5372a43af97db263bc78e0141_2.png) no-repeat;background-size:100%;}
    
    .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: #005abe;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
    }

    .client-2 .my-kefu-main {
    background: #005abe;
    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;
    }