﻿/*head-start*/
.wrap_head{
    display:none;
}
.head{
    background-color: #fff;
    position: fixed;
    top:0;
    width: 100%;
    z-index:99999;
}
.head.on{
    box-shadow: 0 0px 20px -3px black;
}
.head_top{
    width: 100%;
    height: 88px;
    border-bottom:1px solid #eeeeee;
}
.head_top .head_top_main{
    width: 1200px;
    height:88px;
    margin:0 auto;
}
.head_top .head_top_main .logo{
    float: left;
    width: 477px;
    height: 88px;
    line-height: 88px;
}
.head_top .head_top_main .logo a{
    display: block;
    width: 477px;
    height: 88px;
}
.head_top .head_top_main .logo a img{
    vertical-align: middle;
}
.head_top .head_top_main .nav_btn_search{
    float: right;
}
.head_top .head_top_main .nav_btn_search .nav_btn{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size:16px;
    color: #015eac;
    margin-top:24px;
    cursor: pointer;
}
.head_top .head_top_main .nav_btn_search .nav_btn i{
    display: inline-block;
    width: 16px;
    height: 12px;
    background:url('../img/nav_btnIcon.png') no-repeat;
    margin-left:10px;
}
.head_top .head_top_main .nav_btn_search .nav_btn i.on{
    background:url('../img/close.png') no-repeat;
}
.head_top .head_top_main .nav_btn_search .search{
    display: none;
    position: relative;
    top:88px;
}
.search_btn{
    float: right;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius:40px;
    border:0;
    background:#f0f0f0 url('../img/searchIcon.png') center center no-repeat;
    margin-top:24px;
    margin-left:28px;
    cursor: pointer;
}
.head_top .head_top_main .nav_btn_search .search .search_btn{
    float: inherit;
    position: absolute;
    top:-88px;
    z-index:99999;
}
.head_top .head_top_main .nav_btn_search .search input[type='text']{
    position: absolute;
    width: 248px;
    height: 52px;
    border:8px solid #015eac;
    font-size:14px;
    color: #999;
    box-sizing: border-box;
    padding-left:10px;
    right:0;
    top:0;
    z-index:99999;
}
.head_bottom{
    overflow: hidden;
    display: none;
    position: absolute;
    top:89px;
    z-index:2;
    width: 100%;
}
.head_bottom .head_bottom_menuFirst{
    width: 100%;
    height: 68px;
    border-bottom:1px solid #eeeeee;
    background-color: #fff;
}
.head_bottom .head_bottom_menuFirst ul{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.head_bottom .head_bottom_menuFirst ul li{
    float: left;
    width: 136px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    position: relative;
    background:url('../img/menuIcon.png') center right no-repeat;
}
.head_bottom .head_bottom_menuFirst ul li a{
    font-size:14px;
    color: #333333;
}
.currency_i{
    display: inline-block;
    width: 7px;
    height: 5px;
    background: url('../img/jt.png') no-repeat;
    position: relative;
    top:-2px;
    transform: rotate(-90deg);
}
.head_bottom .head_bottom_menuFirst ul li a i{
    margin-left:11px;
    transform: initial;
}
.head_bottom .head_bottom_menuFirst ul li p{
    width: 100%;
    height: 3px;
    background-color: #005ead;
    position: absolute;
    bottom: 0;
    left:0;
    display: none;
}
.head_bottom .head_bottom_menuFirst ul li:first-child{
    width: 107px;
}
.head_bottom .head_bottom_menuFirst ul li:last-child{
    width: 129px;
    background: none;
}
.head_bottom .head_bottom_menuFirst ul li.on p{
    display: block;
}
.head_bottom .head_bottom_menuFirst ul li.on a{
    color:#005ead;
}
.head_bottom_menuTwo{
    width: 100%;
    background:rgba(255,255,255,0.9);
    overflow: hidden;
}
.head_bottom_menuTwo_main{
    width: 1000px;
    margin:0 auto;
    position: relative;
    display: none;
    overflow: hidden;
    padding:24px 0;
}
.head_bottom_menuTwo_main .left{
    float: left;
    width: 540px;
}
.head_bottom_menuTwo_main .left .title{
    font-size:18px;
    color: #005ead;
    font-weight:bold;
    padding-bottom:14px;
}
.head_bottom_menuTwo_main .left ul{
    overflow: hidden;
}
.head_bottom_menuTwo_main .left ul li{
    width: 174px;
    height: 34px;
    line-height: 34px;
    float: left;
    text-align: left;
}
.head_bottom_menuTwo_main .left ul li a{
    display: block;
    width: 180px;
    height: 34px;
    font-size:14px;
    color: #666666;
}
.head_bottom_menuTwo_main .left ul li a i{
    margin-right:10px;
}
.head_bottom_menuTwo_main .right{
    width: 360px;
    float: right;
}
.head_bottom_menuTwo_main .right img{
    width: 360px;
    height: 170px;
}
.head_bottom_menuTwo_main .right .summary{
    font-size:16px;
    color: #666666;
    text-align: center;
    padding-top:18px;
}
.currency_fg{
    width: 1px;
    height: 216px;
    background-color: #e3e3e3;
    position: absolute;
    left:50%;
    top:0;
}
/*head-end*/

/*foot-start*/
.foot{
    width: 100%;
    height: 200px;
    background-color: #293038;
    overflow: hidden;
}
.foot .foot_main{
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}
.foot .foot_main .left{
    width: 1000px;
    float: left;
}
.foot .foot_main .left h1{
    margin-top:25px;
}
.foot .foot_main .left ul{
    overflow: hidden;
    margin-top:18px;
}
.foot .foot_main .left ul li{
    float: left;
}
.foot .foot_main .left ul li a{
    font-size:14px;
    color: #4c525a;
}
.foot .foot_main .left ul li a i{
    display: inline-block;
    margin: 0 18px;
    position: relative;
    top:2px;
    width: 2px;
    height: 15px;
    background-color: #4c525a;
}
.foot .foot_main .left ul li:last-child i{
    display: none;
}
.foot .foot_main .left .p1{
    font-size:14px;
    color: #4c525a;
    padding:14px 0;
}
.foot .foot_main .left .p2{
    font-size:12px;
    color: #4c525a;
}
.foot .foot_main .right{
    width: 118px;
    float: right;
    margin-top:32px;
}
.foot .foot_main .right p{
    font-size:12px;
    color: #999;
    text-align: center;
    padding-top:12px;
}
/*foot-end*/

