.cw {
    width: 1220px;
    margin: 0 auto;
    min-width: 1220px;
}

header {
    background-color: #fff;
    height: 115px;
}

header .logo {
    background: url(../images/logo.png) no-repeat;
    width: 232px;
    height: 53px;
    margin-top: 30px;
}

header .tools_bar .tools_top {
    border-bottom: 1px solid #e5e5e5;
    height: 60px;
    line-height: 60px;
    text-align: right;
}

header .tools_bar .tools_top .search_bar,
header .tools_bar .tools_top .website_change,
header .tools_bar .tools_top .wechat {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 999999;
}

header .tools_bar .tools_top .search_bar {
    width: 160px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    background-color: #f5f2ee;
    margin-right: 10px;
}

header .tools_bar .tools_top .search_bar input,
header .tools_bar .tools_top .search_bar a {
    vertical-align: middle;
}

header .tools_bar .tools_top .search_bar input {
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    border: 0;
    background-color: transparent;
    width: 125px;
    font-size: 14px;
    color: #c0b8a8;
}

header .tools_bar .tools_top .search_bar a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #9f9fa0 url(../images/common/search_ico.png) center no-repeat;
    border-radius: 100%;
}

header .tools_bar .tools_top .website_change {
    width: 98px;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: relative;
    z-index: 9999999;
    border: 1px solid #fff;
    border-bottom: 0;
    text-align: left;
}

header .tools_bar .tools_top .website_change:hover {
    border: 1px solid #ccc;
    border-bottom: 0;
}

header .tools_bar .tools_top .website_change:hover ul {
    display: block;
}

header .tools_bar .tools_top .website_change span,
header .tools_bar .tools_top .website_change i {
    vertical-align: middle;
    display: inline-block;
}

header .tools_bar .tools_top .website_change span {
    width: 80px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #727272;
    padding-left: 5px;
    text-align: left;
    position: relative;
    z-index: 9999999;
}

header .tools_bar .tools_top .website_change i {
    background: url(../images/change_ico.png) no-repeat;
    width: 9px;
    height: 9px;
    transition: all ease 0.3s;
    margin-top: 5px;
}

header .tools_bar .tools_top .website_change ul {
    position: absolute;
    top: 31px;
    left: -1px;
    width: 98px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-top: 0;
    display: none;
}

header .tools_bar .tools_top .website_change ul li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    text-indent: 5px;
    text-align: left;
}

header .tools_bar .tools_top .website_change ul li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

header .tools_bar .tools_top .website_change ul li a:hover {
    color: #333;
}

header .wechat {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    z-index: 1000;
}

header .wechat span {
    color: #AD7C58;
    font-size: 17px;
}

header .wechat span img {
    margin-right: 8px;
    position: relative;
    top: 6px;
}


/* header .wechat:hover span{display:block;} */

header .nav_list {
    height: 54px;
    float: right;
}

header .nav_list li,
header .nav_list li a {
    float: left;
}

header .nav_list li {
    margin-left: 45px;
    position: relative;
}

header .nav_list li a {
    display: block;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid #fff;
    font-size: 14px;
    color: #535353;
    z-index: 9999;
    position: relative;
    padding: 0 10px;
}

header .nav_list li a:hover,
header .nav_list li a.cur {
    text-decoration: none;
    border-bottom: 2px solid #051c48;
}

header ul.nav_list li .sub_Nav {
    width: 170px;
    margin-top: 45px;
    position: absolute;
    left: -46px;
    z-index: 99999;
    display: none;
    background-color: #fff;
}

header ul.nav_list li .sub_Nav .line {
    height: 1px;
    background: #051c48;
    width: 100%;
}

header ul.nav_list li .sub_Nav p {
    height: 46px;
    background: #fff;
}

header ul.nav_list li .sub_Nav p a {
    font-size: 13px;
    color: #535353;
    line-height: 46px;
    height: 46px;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 0;
    width: 100%;
    border-bottom: 0;
}

header ul.nav_list li .sub_Nav p:hover {
    background: #051c48;
}

header ul.nav_list li .sub_Nav p:hover a {
    color: #fff
}

footer {
    background-color: #2d3845;
    overflow: hidden;
}

footer .top_body {
    margin-top: 50px;
    display: block;
    width: 100%;
}

footer .top_body ul {}

footer .top_body ul li {
    float: left;
    width: 125px;
    margin-right: 40px;
}

footer .top_body ul li h3,
footer .top_body .contactus_body h3 {
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

footer .top_body ul li h3.no_b {
    border: 0;
}

footer .top_body ul li h3 a {
    color: #fff;
}

footer .top_body ul li p {
    line-height: 35px;
}

footer .top_body ul li p a {
    color: #9faebe;
    font-size: 14px;
}

footer .top_body .contactus_body {
    /*width: 285px;*/
}

footer .top_body .contactus_body p {
    font-size: 14px;
    line-height: 24px;
    color: #9faebe;
}

footer .top_body .contactus_body p span {
    color: #62a3ec;
}

footer .top_body .contactus_body h6 {
    margin-top: 20px;
}

footer .copyright_bar {
    height: 75px;
    line-height: 75px;
    border-top: 1px solid #4b5764;
    margin-top: 40px;
}

footer .copyright_bar div.fl {
    height: 75px;
    line-height: 75px;
}

footer .copyright_bar div.fl a {
    font-size: 13px;
    color: #9faebe;
    margin-right: 10px;
}

footer .copyright_bar div.fl em {
    color: #fff;
    padding: 0 10px;
}

footer .copyright_bar p.fr {
    color: #9faebe;
    font-size: 13px;
    padding-right: 50px;
    position: relative;
}

footer .copyright_bar p.fr a {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 16px;
    right: 0;
}

footer .copyright_bar p.fr img {
    position: absolute;
    width: 30px;
}

.clear {
    clear: both;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}