@charset "utf-8";
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}
i, em {
    font-style: normal;
}
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; color:#333} /* 链接无下划线,有为underline */ 
/*a:link {color: #333;}  未访问的链接 */
/*a:visited {color: #333;}  已访问的链接 */
a:hover{color: #034edf;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #034edf;} /* 点击激活链接 */

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}

.left{ float:left}
.right{ float:right}
.clear{ height:0; line-height:0; overflow:hidden; clear:both}

h1,h2,h3,h4{ font-style:normal; font-weight:500}

.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:#0068c5;}

/*顶部导航*/
.maintop{ width:100%; height:auto; margin:0 auto}


.heading{ width:1200px; height:110px; margin:0 auto}
.heading .logo{ 
    float: left;
    height: 110px;
    background: url(../images/logo.jpg) left center no-repeat;
    padding-left: 133px;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
    font-family: arial;
    text-transform: uppercase;
}
.heading .logo p{ font-size:36px; color:#333333; line-height:50px; font-weight:bold; padding-top:15px}
.heading .logo span{ font-weight:100; color:#aaa}

.heading .top_ri{ float:right}


.bannerfo{ width:328px;height:34px; border:1px solid #0068c5; position:relative; margin-top:20px;}
.bannerfo dl dt{ display:inline}
.bannerfo dl .inputbox{ position:absolute; left:0; top:0; width:287px; height:34px;}
.bannerfo dl .inputbox input{ width:272px; height:34px; padding:0 0 0 15px;color:#aaaaaa; line-height:34px; font-size:14px; background:none; font-weight:500; border:none}
.bannerfo dl .menuser{ position:absolute; left:287px; top:0; width:41px; height:34px; display:block;background: url(../images/search2.png) no-repeat 0 0 #0068c5; }
.bannerfo dl .menuser input{width:41px; height:34px;background: none; border:none}

.heading .top_ri .tel{
	background: url(../images/tel.png) left center no-repeat;
    padding-left: 35px;
    font-size: 24px;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    margin-top: 8px;
	}

.heading .top_ri .tel span{ font-size:16px; color:#444444; line-height:28px; font-weight:500}


.navbg{
	width: 100%;
    height: 60px;
    margin: 0 auto;
    background:#0068c5;
    position: relative;
    z-index: 999;
	}
.navbg ul{ width:1200px; height:auto; margin:0 auto}
.navbg ul li{ float:left;position:relative;}

.navbg ul li a{
	padding-left:32px;
    padding-right:32px;
    line-height: 60px;
    font-size: 17px;
    color: #fff;
	display:block;
	}
.navbg ul li a:hover{ color:#fff; line-height:60px; font-size:17px; background:#108dee;}
.navbg ul li:hover{color:#fff; line-height:60px; font-size:17px; background:#108dee;}
.navbg ul li:hover a{ color:#fff}

.navbg ul li dl{position:absolute; left:0px; top:60px; z-index:99999;display:none; width:100%}
.navbg ul li:hover dl{ position:absolute; left:0px; top:60px; z-index:99999;display:block;}

.navbg ul li dl dt a{
	padding: 10px 5px 10px 5px;
    line-height: 25px;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    display: block;
    text-align: center;
    background: #108dee;
    border-bottom: 1px solid #2596ee;
	}
.navbg ul li dl dt a:hover{color:#fff !important;line-height:25px !important; font-size:14px !important; font-weight:500; text-decoration:underline !important}

.navbg .nav_on{color:#fff; height:60px; display:block; line-height:60px; font-size:17px; background:#108dee}

.navbg.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1200px; z-index:999; background:#0068c5; margin:0;}





/*网站底部*/
.foot{ width:100%; height: auto; margin:0 auto; background:#393c41; padding-top:40px;}
.foot .maina{ width:1200px; height:85px; display:block; overflow:hidden; margin:0 auto; border-bottom:1px solid #808080;}
.foot .maina .botlogo{ width:350px; height:85px; background:url(../images/bot_logo.png) 15px 0 no-repeat;display:block;float:left;}

.foot .maina .botlink{ display:block; float:left; height:56px; line-height:56px; font-size:14px; color:#dddee2; margin-top:29px;}
.foot .maina .botlink a{line-height:56px; font-size:14px; color:#dddee2; margin:0 10px}
.foot .mainb{ width:1200px; height:225px; margin:32px auto 0;}

.botdh{ display:block; float:left; width:265px; height: auto; margin-right:165px}
.botdh ul li{
	float: left;
    width: 38%;
    margin: 0 6%;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    color: #dddee2;
    font-size: 14px;
    border-bottom: 1px solid #808080;
	}
.botdh ul li a{line-height:50px; color:#dddee2; font-size:14px}

.botlx{
	width: 410px;
    height: auto;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 45px;
    color: #dddee2;
    padding-top: 3px;
	}
.botlx *{font-size:14px; line-height:30px; color:#dddee2}

.botewm{ width:273px; height: auto; display:block; float:right; background:url(../images/ewm.jpg) no-repeat right  0; margin-top:10px}
.botewm ul{ width:123px; height:auto; display:block; float:right; margin-top:6px}
.botewm ul li{ width:123px; height:auto; display:block; float:left; margin-right:28px; display:block; text-align:center}
.botewm ul li img{ width:112px; height:112px}
.botewm ul li p{ margin-top:6px; font-size:14px; line-height:45px; color:#d4d5d7}


.footer{ width:100%; height:60px; margin:0 auto; background:#292a2e}
.footer ul{ width:1200px; height:60px; margin:0 auto}
.footer ul li{ float:left; line-height:60px; font-size:14px; color:#6b6f72}
.footer ul li a{line-height:60px; font-size:14px; color:#6b6f72}

.foot .maina .dbtel{padding-bottom:40px; width:310px;background:url(../images/dbtel.png) no-repeat 0 0px; padding-left:72px; float:right}
.foot .maina .dbtel span{ font-size:16px; font-family:Arial, Helvetica, sans-serif; line-height:25px; color:#dddee2}
.foot .maina .dbtel p{ font-size:39px; font-family:Arial, Helvetica, sans-serif; line-height:43px; color:#dddee2; font-weight:bold}



/*子页面大图*/
.nban{ width:100%; height:350px; margin:0 auto; background:#dfdfdf;}