@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: #005abe;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #005abe;} /* 点击激活链接 */

img{ max-width:100%; height:auto}

.fl{float:left;}
.fr{float:right;} 
.hide{display: none}

.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:#004fab;}

/*顶部导航*/

.header_nav{ width:100%; height:80px;position: absolute;left:0;top:0;z-index: 111;}
.header_nav .main{ width:1300px; height:80px; margin:0 auto;}
.header_nav .main .logo{display:block; float:left; }
.header_nav .main .logo img{ max-width:100%; height:auto; padding-top:11px;}

.header_nav .main .frtxt{ width:78%; height:80px; display:block; float:right;}

/*nav*/
.nav{width:100%; height:80px; margin:0 auto;}
.nav ul {}
.nav ul li{float: left; height:80px;position:relative;}
.nav ul li a{ padding:0 27px;
    display: block;
    color: #333333;
    font-size: 18px;
    line-height: 80px;
} 
.nav ul li a:hover{color: #e92c36;}
.nav ul li:hover{font-size:18px;color: #e92c36 !important;}
.nav ul li:hover a{color:#e92c36;}

.nav ul li dl{position:absolute; left:0px; top:80px; z-index:99999; background: rgba(255, 255, 255, 0.9); display:none; width:100%}
.nav ul li:hover dl{ position:absolute; left:0px; top:80px; z-index:99999; background: rgba(255, 255, 255, 0.9); display:block;}
.nav ul li dl dt a{ padding:0; width:100%; text-align:center;height:45px;line-height:45px !important;color:#666666 !important; font-size: 15px !important; font-weight: normal;text-overflow:ellipsis;white-space:nowrap;overflow:hidden; display:block; border-bottom:1px solid #dae0e4;}
.nav ul li dl dt a:hover{background:#0051ad; color:#fff !important; line-height:45px !important; font-size:15px !important; font-weight: normal;border-bottom:1px solid #dae0e4;/* width:100px*/}

.nav .nav_on{color: #e92c36; font-size:18px; }
.header_nav.nav01 {position: fixed;top: 0;left: 0;width: 100%;min-width: 1300px; z-index:999; background:#fff;box-shadow:5px 5px 5px rgba(0,0,0,.4);}



/*搜索*/
.link{ width:100%; height:65px; margin:0 auto; border-bottom:1px solid #e5e5e5}
.link ul{ width:1200px; height:65px; margin:0 auto;}
.link ul li{ float:left; height:65px}
.link ul li p{line-height:65px;color:#333;font-size:15px; font-weight:bold}
.link ul li a{line-height:65px; color:#444; 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}
*/


/*子页面大图*/
.nban{ width:100%; height:500px; margin:0 auto; background:#dfdfdf;}


/*网站底部*/
.footer{ background:url(../images/bg_foot.jpg) center bottom no-repeat #0051ad; padding-top:3%}
.footer .maina{
	margin: 0 auto;
    max-width: 1300px;
    width: 85%;
	}

.navigation{
	display: block;
    float: left;
    width: 15%;
    margin-right:8%;
	}
.navigation .title{ font-size:18px; color:#ffffff; line-height:35px}
.navigation .dec{ width:24px; height:2px; display:block; background:#fff;margin: 10px 0 20px;}
.navigation .content{}
.navigation .content ul li{
	width: 35%;
    float: left;
    height: 36px;
    margin-right: 30%;
	}
.navigation .content ul li a{
	font-size:15px;
	line-height:36px; 
	color:#a7c3e3;
	
	}

.botdh{
	display: block;
    float: left;
    width: 30%;
    margin-right: 3%;
	}
.botdh .title{ font-size:18px; color:#ffffff; line-height:35px}
.botdh .dec{ width:24px; height:2px; display:block; background:#fff;margin: 10px 0 20px;}
.botdh .content{}
.botdh .content ul li{ width:50%; float: left; height:36px;
	}
.botdh .content ul li a{
	font-size:15px;
	line-height:36px; 
	color:#a7c3e3;
	
	}



.botlx{ display:block; float:left; width:25%;}
.botlx .title{font-size:18px; color:#ffffff; line-height:35px}
.botlx .dec{ width:24px; height:2px; display:block; background:#fff;margin: 10px 0 20px;}
.botlx .content,.botlx .content *{font-size:15px;
	line-height:36px; 
	color:#a7c3e3;}



.attention{ width:19%; display:block; float:right; text-align:right}
.attention .tel{ background:url(../images/bg_tel.png) 18px center no-repeat; padding-left:42px; font-size:28px; color:#fff; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:1.5}
.attention h1{ font-weight:normal; font-size:16px; line-height:30px; color:#fff}
.attention .contenta{ margin-top:70px;}
.attention .contenta ul li {
	float: right;
    text-align: center;
    display: block;
    width: 45%;
    font-size: 15px;
    line-height: 30px;
    margin-left: 10%;
    color: rgba(255, 255, 255, 0.5);
}
.attention .contenta ul li img {
	width:100%;
	height:auto
}


.bottom{
	height: 85px;
    border-top: 1px solid #4d86c6;
    margin-top: 4%;
	}
.bottom ul li{ float:left;line-height:85px;color: #cbd5e9;font-size: 15px;}
.bottom ul li a{line-height:85px;color: #cbd5e9;font-size: 15px;}