﻿body,
html,
* {
    font-family: "微软雅黑" !important;
    outline: none;
}
i {font-style: normal;}

.wrap-layer {width: 1200px; margin: 0 auto;  position: relative;}
.wrap-layer2 {max-width: 1200px;/*1370px;*/ min-width: 1180px; margin: 0 auto;}

/*头部*/
.mod-headers {height: 98px;}
.header {height: 98px; border-bottom: 1px solid #eee; position: relative; z-index: 88;}
.mod-headers .header {background: #fff;position: fixed;left: 0;top: 0;right: 0;}
.topr-wraps {float: right;width: 760px; /*940px;*/}
.logos {float: left; width: 330px; padding-top: 20px;}
.logos img {display: block; width: 330px;}
.stock_hq {margin-left:10px; font-size:14px;color:#0066CC; position:absolute; top:70px;}
.wrap-nav .navMenu {float: left;padding-top: 28px;height: 68px;white-space: nowrap;}
.wrap-nav {}
.topr-links {float: right;margin-right:5px;position: relative; margin-top: -95px;}


/*导航*/
.navMenu {text-align: right;}
.navMenu>li {display: inline-block;margin: 0 5px;}
.navMenu>li>a {cursor: pointer; white-space: nowrap;font-size: 18px;display: block; padding: 0 0;height: 42px;line-height: 42px; color: #000;}
.navMenu>li.cr>a,.navMenu>li>a:hover {border-bottom: #0066CC solid 4px;}
.navMenu>li.cr>a,.navMenu>li:hover>a {height: 67px;}

.sub-menus {
    position: absolute;top: 99px;left: 0;right: 0;height: 0;
    overflow: hidden;
    /*background: #fff;*/
    background: url(/images/alphaw.png) repeat;
    transition-duration: .3s;
    -ms-transition-duration: .3s; 
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    opacity: 0; 
    z-index: -1;
    text-align: left;
}
.sub-menus ul li {line-height: 60px; text-align: center; font-size: 18px; margin: 0 20px; display:inline-block;}
.sub-menus ul {display:inline-block; text-align: left;}
/*.sub-menus ul li:hover {border-bottom: 4px solid #0066CC; height:56px;}*/
.sub-menus ul li a {
    background: url(/images/marrow.png) left center no-repeat;    
    padding-left: 17px;
    color: #333333;
}
.sub-menus ul li a:hover {color:#0066CC;}

.navMenu>li:hover {}
.navMenu>li:hover .sub-menus {opacity: 1; z-index: 10000; height: 60px;}

.psearch{display: inline-block;}
.psearch a:after {
    font-family: "iconfont" !important;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e6a6";
}
.psearch {margin: 0 0 0 0;}
.psearch a {
    display: block;
    text-align: center;
    height: 98px;
    line-height: 98px;
    color: #666;
}
/*手机端：检索*/
.wrapsearchs {
    width: 400px;
    height: 60px;
    background: #fff;
    display: none;
    top: 99px;
    right: 0;
    position: absolute;
    border:1px solid #0066CC; /*#f60007;*/
}
.wrapsearchs input {
    color: #666;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    width: 295px;
    background: transparent;
    border: none;
    padding: 0 10px;
    vertical-align: middle;
    float: left;
}
.wrapsearchs a {
    display: inline-block;
    *display: inline;
    color: #fff;
    *zoom: 1;
    text-align: center;
    border: none;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    width: 85px;
    background: #0066CC;
    float: left;
}

/*底部页脚*/
.footer {background: #0066CC; padding-top: 15px;padding-bottom: 15px;}
.footer .fot-r {float: right; /*width: 160px;*/ text-align: center;}
.footer .fot-l {float:left;}
.footer .fot-l .bom-nav {margin-top:10px; margin-bottom:20px; overflow: hidden;}
.footer .fot-l .bom-nav * {display: inline-block;}
.footer .fot-l .bom-nav ul li {padding: 0 5px 0 22px; color: #fff; font-size: 16px; line-height: 24px;}
.footer .fot-l .bom-nav ul li.ic-1{background: url(/webimg/icon_navigation.png) 0 center no-repeat;}
.footer .fot-l .bom-nav ul li.ic-2{background: url(/webimg/icon_legal_notice.png) 0 center no-repeat;}
.footer .fot-l .bom-nav ul li.ic-3{background: url(/webimg/icon_contact.png) 0 center no-repeat;}
.footer .fot-l .bom-nav ul li.ic-4{background: url(/webimg/icon_phone.png) 0 center no-repeat;}
.footer .fot-l .bom-nav ul li.ic-5{background: url(/webimg/icon_addr.png) 0 center no-repeat;}
.footer .fot-l .bom-nav a:hover { color: #e80c12;}
.footer .fot-l .copys {color:#fff; font-size:16px; padding-right:20px;}

/*内页样式*/
.fix-banner img {
    width: 100%;
    height: 240px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}

.doc-nav{ line-height:44px; height:44px; font-size:14px; padding-left: 22px; width: 1010px; margin: 0 auto;}
.doc-nav>a{ color:#0066CC;font-weight: bold;margin: 0 5px;}
.doc-nav>span{margin: 0 5px;}

/*移动样式*/
@media screen and (max-width:768px) {
    .fix-banner img {height:160px;}
    
    .fot-r{display:none;}
}