@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: #0678c2;	text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #0678c2;} /* 点击激活链接 */

.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:#2696e5;}

/*顶部导航*/
.maintop{ width:100%; height:auto; margin:0 auto}






/*头部样式*/
.head1{
	background: #f0f0f0;
}
.head1,.head1 a{
	color: #525252;
	font:500 14px/35px "微软雅黑";
}
.head1 a:hover{
	color: #0153b9;
}
#header{width:1197px;margin:0 auto;height: 111px;}
.logo{float:left;}

.w1200{ width:1200px; margin:0 auto}
.huan1{ color:#646464}

.topLink{float:right;text-align:left;position: relative;z-index: 9999;}
.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{color:#303030;font-size:14px;font-family:"微软雅黑";line-height: 16px;background: url(../images/tpl.png) no-repeat left center;padding-left: 46px;margin-top: 38px;}
.topLink .k2 span{font-size: 30px; color:#0678c2; line-height:35px; font-family: Arial, Helvetica, sans-serif; font-weight:bold}

#menu{
	background: #0678c2;
	height: 52px;
}
/*导航栏样式*/
.header{
	width: 100%;
    height: auto;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s; position:relative; z-index:99999
}

.toptext{ width:100%; height:39px; background:#1d2026}
.toptext ul{ width:1200px; height:auto; margin:0 auto}
.toptext *{ color:#dddddd !important; font-size:14px !important; line-height:39px}

.header div.logo {
    float: left;
}



.header div.logo img{
	width:457px;
    height: 99px;
}


.header .nav{
	float: right;
}

.header .moblie-nav{
	display: none;
}

.header .nav li.navitem{
	position: relative;
	float: left;
	transition: all 0.4s ease-out 0s; background:url(../images/navline.jpg) no-repeat no-repeat right center;
}

.header .nav li:last-child{background:none}

.header .nav li.navitem>a{
    color: #fff;
    transition: none ease-out 0s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}


.header .nav li.active>a,.header .nav li.active>a:hover,
.header .nav li.navitem:hover>a{
    color: #0272be !important;
}


.header .nav li.navitem>a {
    color: #444;
	display:block;
	padding:17px 14px;
    height: 65px;
    line-height: 65px; font-size:16px
}


.header .nav li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    width:140%;
    background: #fff;
    top: 99px;
    left:-20%;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.header .nav li.navitem ul.subnav li {
    border-top:1px solid #e5e5e5;
}

.header .nav li.navitem ul.subnav li:last-child{border-bottom:1px solid #e5e5e5;}

.header .nav li.navitem ul.subnav li a{
	display: block;
	width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 0;
	text-align: center;
    background: none; font-family:Arial, Helvetica, sans-serif;
    -webkit-transition: none ease-out .3s;
    -moz-transition: none ease-out .3s;
    -ms-transition: none ease-out .3s;
    -o-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}

.header .nav li.navitem ul.subnav li a:hover{
	background-color: #2696e5;
	color: #fff;
}

.header .nav li.navitem ul.big_subnav{ width:361px; padding:20px 0px 20px 20px; max-height:373px; overflow:hidden}
.header .nav li.navitem ul.big_subnav li{ float:left; border:none;}
.header .nav li.navitem ul.big_subnav li h3{ font-size:16px; font-weight:bold;  }
.header .nav li.navitem ul.big_subnav li dl{float:left;}
.header .nav li.navitem ul.big_subnav li dl dt{ text-align:center; margin-bottom:5px;color:#333; background:#f3f3f3; display:block;line-height:50px; margin-right:20px}
.header .nav li.navitem ul.big_subnav li dl dd span{ width:100px; float:left;}
.header .nav li.navitem ul.big_subnav li dl dd a{ font-size:14px; text-align: center; line-height:40px; display:block; width:160px; margin-right:20px; border-bottom:1px solid #e4e8ea; padding:0; height:40px}
.header .nav li.navitem ul.big_subnav li:nth-child(1) dl dd a{ font-size:14px;}
.header .nav li.navitem ul.big_subnav li dl dd a:hover{ color:#e50012; background:none;}

.header.index-nav {
}

.header .nav li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header.mini {
	z-index: 99999;
	background: #fff;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.containertop{
    margin:0 auto; width:1200px; height:auto
}

.container{
    margin:0 auto;
}

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }

.bgfff{
	background: #fff;
}

/*搜索*/
.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; 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:324px; margin:0 auto; background:#dfdfdf;}



/*网站底部*/
.footbox{ width:100%; margin-top:50px;}
.dh{height:60px; text-align:center; background:#fff; border-top:1px solid #e5e5e5}
.dh a{line-height:60px; padding:0 30px; font-size:16px;  }
.footbox a:hover{ text-decoration:underline;}

.footcont{ width:100%; margin:0 auto; background:#005198; height:300px; color:#FFFFFF;font-size:14px; line-height:30px; padding-top:20px; text-align:center }
.footcont a{color:#fff;font-size:14px; line-height:30px;}
.footcont ul{ width:1200px; margin:0 auto;}
.footcont ul li{ float:left; color:#668eb2; height:255px; text-align:left}
.footcont ul li p{ color:#fff; font-size:20px; font-weight:bold; margin-top:20px; font-family:Arial, Helvetica, sans-serif}
.footcont ul li span{ font-size:16px; font-weight:100; color:#fff;}
.footcont ul li .del{ margin-top:10px;}
.footcont ul li .del p{ color:#fff; font-size:14px;  line-height:30px; margin:0 !important; font-weight:500 !important}

.footcont ul li .add{ margin-top:20px;}
.footcont ul li .list{ width:370px; margin-top:8px}
.footcont ul li .list dl{ float:left; width:185px; float:left; display:block;}
.footcont ul li .list dl dd{  font-size:16px; line-height:30px;}
.footcont ul li .list dl dt{ font-size:12px; line-height:25px;}


.footcont ul li .add dl dt{ background:url(../images/add.jpg) no-repeat left center; height:51px;}
.footcont ul li .add dl dd{ color:#668eb2; font-size:14px; text-indent:45px; line-height:40px;}
.footcont ul li .wx{ width:250px; margin-top:20px;}
.footcont ul li .wx dl dd{ float:left; margin-right:4px;margin-left:4px; text-align:center; color:#fff}
.footcont ul li .wx img{ width:120px}

.foot_bg{ background:#005198; text-align:center; color:#fff; height:60px; line-height:60px; border-top:1px solid #3374ac}
.foot_bg a{color:#fff}