/*----------------------------------公共样式-------*/
/*
KISSY CSS Reset
*/
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    /*font-family:"Microsoft YaHei";*/
    /*font-family:"宋体";*/
}
/*body{overflow:hidden;}*/
/* 设置默认字体 */
/*body,
button, input, select, textarea {

    font: 14px/1 "Microsoft YaHei", Arial, "\5b8b\4f53", sans-serif;
}*/

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var,i { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none;color:#000;}
a:hover{color:#065BAA!important;}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
/*html { overflow-y: scroll; }*/


.fl{float:left;}
.fr{float:right;}
.clearfix:after{
	clear:both;
	content:"";
	display:block;
}
/*-------公共头部--------*/
.head{
	width:100%;
	height:150px;
	margin:0 auto;
}

/*------nav------*/
.active{
	background:#C8020C;
}
.active2{
	background:#C8020C;
}
.nav_box{
	width:100%;
	height:60px;
	background:#1961da;

}
.nav{
	width:1311px;
	margin:0 auto;
	height:60px;
	line-height:60px;
	background:#1961da;
	font-size:20px;
}
.nav .menu{
	float:left;
	width:140px;
	height:60px;
	position:relative;
	text-align:center;
}
.nav .menu > a{
	display:inline-block;
	height:50px;
	color:#fff!important;
}
.nav .menu .submenu{
	position:absolute;
	background:#1961da;
	display:none;
	z-index: 9999;
	opacity:.9;
	width:140px;
}
.nav .menu .submenu li{
	text-align:center;
	font-size:14px;
            height:36px;
	line-height:36px;
}
.nav .menu .submenu li:hover{
	opacity:.5;
}
.nav .menu .submenu li a{
	display:inline-block;
	height:40px;
	line-height:40px;
	color:#fff!important;
}
/*------------公共底部-----------*/
.foot{
	width: 100%;
    height: 380px;
    background: url(../img/t1.jpg) center center no-repeat;
    margin-top: 20px;
    color: #fff;
    padding-top: 80px;
    font-size: 14px;
    position: relative;
    box-sizing:border-box;
    min-width: 1200px;
}
.footer{width:1200px;margin:0 auto;}
.footer .foottop{position: relative;}
.footer .foottop .divimg{width:110px;position: absolute;right:0;top:10px;}
.footer .foottop .divimg img{width:110px;display: block;}
.footer .foottop .divimg p{height:28px;line-height: 28px;font-size:14px;}
.footer .foottop .divimg p i{display: inline-block;}
.footer .foottop .divimg p i:first-child{margin-left:7px;}
/* .footer .foottop .divimg p i:last-child{margin-left:42px;} */
.footer .newbox{float:left;margin-right:90px;}
.footer .newbox h3{font-size:20px;margin-bottom: 10px;color: #fff;}
.footer .newbox p{font-size: 16px;height: 35px;line-height: 35px;}
.footer .newbox p a{color: #fff;}
.footer .newbox p a:hover{color: #fff!important;}
.footer .newbox select{width:150px;height:30px;margin-bottom:10px;display: block;}
.footer .footbottom{clear:both;text-align: center;margin-top:50px;}
.footer .footbottom p{height: 28px;line-height: 28px;}
.footer .footbottom span{margin-right:8px;}
/*----*/
.menu2{
	height:35px;
	line-height: 35px;
	text-align:center;
	margin:10px 0;
}
.menu2 li{
	float:left;
	width:130px;
	height:35px;
	background:#0776BC;
	margin-left: 10px;
    border-radius: 5px;
}
.menu2  a{
	display:block;
	width:130px;
	height:35px;
	color:#fff!important;

}
.box2 table{
	display:none;
	width:1200px;
}


.newhead{width:100%;min-width: 1200px;height:30px;line-height:30px;background: #E6E6E7;font-size: 12px;color:#666;}
.newhead .newhead_box{width: 1200px;margin:0 auto;position:relative;}
.newhead .newhead_box .newleft{float:left;}
.newhead .newhead_box .newright{float:right;}
.newhead .newhead_box .newright img{position:absolute;right:0;top:30px;width:110px;height:110px;display:none;}
.newlogo{width: 1200px;margin:10px auto;}
.newlogo .newlogo_left{float: left;}
.newlogo .newlogo_left img{width:394px;}
.newlogo .newlogo_left p{font-size:12px;color: #666;margin-left: 89px;}
.newlogo .newlogo_right{float: right;}
.newlogo .newlogo_right .p1{font-size: 18px;color: #666;margin-top: 25px;}
.newlogo .newlogo_right .p1 span{display: inline-block;margin-right:15px;}
.newlogo .newlogo_right .p2{margin-top: 15px;}
.newlogo .newlogo_right .p2 input{float:left;width:280px;height:30px;border:1px solid #015DCA;font-size: 12px;border-right:0;color:#666;padding-left:6px;}
.newlogo .newlogo_right .p2 button{float:left;cursor:pointer;width: 90px;height: 30px;border:none;background: #1961da;color: #fff;font-size: 14px;}



.main_left_box{
	width: 980px;
	float: left;
	overflow: hidden;
}
.main_right_box{
	width: 300px;
	float: right;
}
