@charset "utf-8";

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
* ,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font: 12px/1.5  '\5fae\8f6f\96c5\9ed1','\5b8b\4f53', 'Hiragino Sans GB', tahoma, arial;
}

input, select, textarea {
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* fluid image */
img {
    /*max-width: 100%;*/
}

/* 解决 IE 缩放失真 */
img {
    -ms-interpolation-mode: bicubic;
}

/* 垂直居中 */
audio,
canvas,
img,
svg,
video {
    vertical-align: middle;
}

/* 重置 fieldset 样式 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/* 不可改变 多行文本框 的宽度和高度 */
textarea {
    resize: none;
    overflow: auto;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul {
    list-style: none;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}
a{text-decoration: none;}
/* 让链接在 hover 状态下显示下划线 */
a:hover {text-decoration: none;
    
}

a{-webkit-transition:color .2s ease-in-out;
-moz-transition:color .2s ease-in-out;
transition:color .2s ease-in-out;
-webkit-transition:background-color .2s ease-in-out;
-moz-transition:background-color .2s ease-in-out;
transition:background-color .2s ease-in-out}
a:hover{ color: #162d57 }

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 重置 hr */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/* 清除IE10的叉 */
input::-ms-clear {
    display: none;
}

.cx-nav-list .cx-nav-current a {
    height: 39px;

}
.fl{ float: left }
.fr{ float: right;}
.clearfix {
    zoom:1
}
.clearfix:after {
    content:".";
    width:0;
    height:0;
    visibility:hidden;
    display:block;
    clear:both
}

.clear{ clear:both}



/*改变浏览器滚动条*/
::-webkit-scrollbar {width: 8px;height: 6px;}
div::-webkit-scrollbar {width: 6px;height: 6px;}
::-webkit-scrollbar-track {background: #f1f1f1;}
::-webkit-scrollbar-thumb {border-radius: 10px;background: #bcbcbc;/*rgba(0,0,0,0.2)*/;}
::-webkit-scrollbar-thumb:window-inactive {background: #a8a8a8;/*rgba(0,0,0,0.1)*/;}
::-webkit-scrollbar-thumb:vertical:hover{background-color: #a8a8a8;/*rgba(0,0,0,0.3)*/;}
::-webkit-scrollbar-thumb:vertical:active{background-color: #a8a8a8;/*rgba(0,0,0,0.7)*/;}
::-webkit-input-placeholder{font-family:"Microsoft YaHei";/*color:rgba(255,255,255,.8);*/}
::selection{background: #00aeef; /*color: #fff;*/}  
::-moz-selection{background: #00aeef;/* color: #fff;*/}
:focus{outline:0}

body{ font-size: 14px; margin: 0 auto; text-align: left; }

a{-webkit-transition:color .2s ease-in-out;
-moz-transition:color .2s ease-in-out;
transition:color .2s ease-in-out;
-webkit-transition:background-color .2s ease-in-out;
-moz-transition:background-color .2s ease-in-out;
transition:background-color .2s ease-in-out}
a:hover{ color: #4c7bbb }

.w{ width: 1200px; margin: 0 auto }

.header .logo{ padding-top: 31px; }
/*
.header .nav{ margin-left: 30px; }
.header .nav a{ line-height: 100px; font-size: 17px; color: #202020; display: inline-block; margin: 0 15px; }
.header .nav a:hover{ background: url(../images/mbg.png) center bottom no-repeat; color: #162d57; font-weight: bolder; }
.header .nav a.active{ background: url(../images/mbg.png) center bottom no-repeat; color: #162d57; font-weight: bolder; }
*/
.header .topmenu{  margin-left: 30px;}
.header .topmenu li{ float: left;}
.header .topmenu li a{ line-height: 100px; font-size: 17px; color: #202020; display: inline-block; margin: 0 35px; }
.header .topmenu li a:hover{ background: url(../images/mbg.png) center bottom no-repeat; color: #162d57; font-weight: bolder; }
.header .topmenu li.active a{ background: url(../images/mbg.png) center bottom no-repeat; color: #162d57; font-weight: bolder;}
.header .search{  }
.header .search a{ display: block; background:url(../images/search.png) center center no-repeat; width: 80px; line-height: 108px; }
.header .user{ border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; line-height: 108px; font-size: 16px; }
.header .user a{ color: #9d9d9d; display: block; background: url(../images/ren.png) 20px center no-repeat; padding: 0 20px 0 40px; }


.navigation-down{position:absolute;top:100px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background:#eef2f8;position:absolute;top:0px; z-index: 1000; padding: 30px 0; box-sizing: border-box;}
.navigation-down .nav-down-menu .w{ overflow: hidden; }
.navigation-down .nav-down-menu .about{ width: 365px; float: left; margin-right: 50px; }
.navigation-down .nav-down-menu .about h3{ font-size:25px; color: #09357f; font-weight: bolder; border-left: 5px solid #09357f; padding-left: 20px; height: 25px; line-height: 25px; }
.navigation-down .nav-down-menu .about p{ font-size: 14px; color: #808080; line-height: 23px; margin-top: 20px; display:block; min-height:130px; }
.navigation-down .nav-down-menu .about a{ background:#032f6a url(../images/icon1.png) 50px center no-repeat; display: block; width: 102px; height: 42px; }

.mnav{ border-left: 3px solid #d9e0ea; height: 225px; padding-left: 30px; float: left; }
.mnav a{ display: block; line-height: 45px; border-top: 1px solid #ddd; min-width: 180px; color: #555555 }
.about_pic{ float: right; width: 350px;  }
.about_pic img{ width: 100% }

.header .en{ padding-top: 35px;}
.dl-menuwrapper{ display: none; }


/*头部结束*/

/*底部开始*/
.footer{ padding: 20px 0; background-color: #162d57; color: #fff; overflow: hidden; }
.footer a{ color: #fff }

@media (max-width:768px){
.header .logo{ padding: 20px 0; }
.header .logo img{ width: 80% }
.header .topmenu{ display: none; }
.header .en{ display: none; }
.w{ width: 100%; padding: 0 10px; box-sizing: border-box;}
.dl-menuwrapper{ display: block; }
/*底部开始*/
.footer .fl{ text-align: center; float: none; }
.footer .fr{ text-align: center; float: none; }
}