@charset "utf-8";

/**
深圳市国人伟业信息技术有限公司
http://www.grwy.cn/
**/
/* body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:100%;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
.clearfix:after {clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1; }
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
body{color:#666;font-size:100%;line-height:1.5;font-family: 'Microsoft Yahei', Arial, 'simsun', HELVETICA;min-width:320px;}
a { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; color: #666;text-decoration: none;}
a:hover{text-decoration:none;}
 a:focus,input:focus{outline:none;} */
/*a:hover { color:#a07142; }*/
/* html, body {
    position: relative;
    height: 100%;
}
img {
    max-width: 100%;
    vertical-align: middle;
} */
/* CSS活动的公共样式 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.hidden {
    overflow: hidden;
}

.nor {
    font-weight: normal;
}

.container {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 320px;
    box-sizing: content-box;
    width: 1700px !important;
}

.wrap {
    padding: 0 15px;
}

.grWidth {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    min-width: 320px;
    box-sizing: content-box;
}


/*  头部 */
.header {
    line-height: 112px;
    height: 112px;
    background-color: #fff;
}

.header .container {
    position: relative;
}

.navFix {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100000;
    box-shadow: 0 0 4px #ddd;
    height: 80px;
    line-height: 80px;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop));
}

.navFix .headerLogo {
    width: 18%;
}

.navFix .headerLogo a img {
    height: 50px;
}

.navFix .headerNav {
    margin-right: 100px;
}

.navFix .headerNav .menu2 {
    top: 80px;
}

.navFix .headerSearch {
    padding-top: 20px;
}

.headerLogo {
    width: 16%;
}

.headerLogo a img {
    max-width: 380px;
    max-height: 80px;
}

.headerNav {
    margin-right: 40px;
}

.headerNav .menu1>li {
    float: left;
    margin: 0 24px;
    position: relative;
}

.headerNav .menu1>li>a {
    font-size: 16px;
    color: #424242;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.headerNav .menu1>li>a:after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #fe8001;
    transition: all .5s;
}

.headerNav .menu1>li>a:hover:after,
.headerNav .menu1>li>.current:after {
    width: 100%;
}

.headerNav .menu2 {
    position: absolute;
    left: 50%;
    width: 120px;
    top: 112px;
    background: #fff;
    box-shadow: 0 0 4px #ddd;
    z-index: 110;
    margin-left: -60px;
    display: none;
}

.headerNav .menu2>li {
    position: relative;
    left: -22%;
}

.headerNav .menu2>li>a {
    font-size: 14px;
    color: #333;
    display: block;
    transition: all .5s;
    border-bottom: 1px solid #ddd;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}

.headerNav .menu2>li>a:hover {
    background-color: #fe8001;
    color: #fff;
    border-color: #fe8001
}

.headerNav .menu3 {
    position: absolute;
    width: 100px;
    background: #fff;
    left: 120px;
    top: 0;
    box-shadow: 0 0 4px #ddd;
    display: none;
}

.headerNav .menu3 li {
    padding: 0 10px;
}

.headerNav .menu3 li a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #333;
    background: url(../images/hMore-ico2.png) no-repeat right center;
    transition: all .5s;
}

.headerNav .menu3 li:hover a {
    color: #fe8001;
}

.headerSearch {
    padding-top: 40px;
}

.headerSearch form {
    border: 1px solid #c4c4c4;
    border-radius: 30px;
    overflow: hidden;
    background-color: #fff;
}

.headerSearch form input {
    display: block;
    height: 36px;
    line-height: 36px;
}

.headerSearch form .txt {
    float: left;
    width: 170px;
    padding: 5px 10px;
    font-size: 12px;
    color: #999;
    border: none;
}

.headerSearch form .sub {
    float: right;
    width: 37px;
    background: url(../images/search-ico.png) no-repeat center center;
    cursor: pointer;
    border: none;
}

.headerLink {
    font-size: 0;
    text-align: right;
    position: relative;
}

.headerLink .search {
    display: none;
}

.headerLink .wb,
.headerLink .wx {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.headerLink .wb {
    width: 21px;
    height: 21px;
    background: url(../images/wb-ico.png) no-repeat center center;
}

.headerLink .wx {
    width: 23px;
    height: 21px;
    background: url(../images/wx-ico.png) no-repeat center center;
}

.headerLink .wx .wxImg {
    position: absolute;
    left: 13px;
    top: 85px;
    z-index: 20;
    background-color: #fff;
    display: none;
}

.headerLink .lang {
    font-size: 12px;
    color: #999999;
    vertical-align: middle;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
}

.mobileNav {
    display: none;
}