body, div{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", serif;
}

div{
    overflow: hidden;
}

img{
    border: none;
}

.clear{
    clear: both;
}

.block{
    width: 1200px;
    margin: 0 auto;
}

.head{
    width: 100%;
    min-width: 1200px;
}

.head .block.logos{
    height: 110px;
    background: #FFFFFF;
}

.head .block.logos .element1{
    width: 340px;
    height: 110px;
    float: left;
}

.head .block.logos .element1 .logo{
    width: 340px;
    height: 50px;
    margin-top: 28px;
}

.head .block.logos .element2{
    width: 260px;
    height: 110px;
    float: left;
    margin-left: 421px;
}

.head .block.logos .element2 .en{
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin-top: 14px;
    text-align: right;
    font-size: 14px;
}

.head .block.logos .element2 .en a{
    padding: 0 5px;
    color: #222222;
    text-decoration: none;
}

.head .block.logos .element2 .search{
    width:260px;
    height:36px;
    margin-top: 6px;
    background:rgb(245,245,245);
    border-radius:18px;
}

.head .block.logos .element2 .search input{
    width: 190px;
    height: 15px;
    display: inline-block;
    margin-top: 11px;
    margin-left: 21px;
    padding: 0;
    border: none;
    font-size: 14px;
    background: none;
}

.head .block.logos .element2 .search img{
    width: 21px;
    height: 20px;
    display: inline-block;
    float: right;
    margin: 8px 18px 8px 0;
    cursor: pointer;
}

.head .block.logos .element3{
    width: 145px;
    height: 110px;
    float: right;
}

.head .block.logos .element3 .qrcode{
    width: 143px;
    height: 74px;
    float: right;
    margin-top: 16px;
    border: 1px solid #ECECEC;
}

.head .block.logos .element3 .qrcode img{
    width: 66px;
    height: 66px;
    display: block;
    float: left;
    margin: 5px 0 5px 6px;
}

.head .block.logos .element3 .qrcode span{
    width: 48px;
    height: 30px;
    display: block;
    float: right;
    margin: 22px 13px 24px 0;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.head .navigation-container{
    width:100%;
    height:60px;
    background-color: #CB121F;
    overflow: visible;
}

.head .block.navigation{
    height: 60px;
    background: #CB121F;
    z-index: 5;
    overflow: visible;
}

.head .block.navigation .element{
    width: 174px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    float: left;
    margin-top: 5px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

.head .block.navigation .element + .element{
    width: 171px;
}

.head .block.navigation .element + .element.focus{
    background: #FFFFFF;
}

.head .block.navigation .element > span{
    width:70px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50px;
    background: #FFFFFF;
    display: none;
}

.head .block.navigation .element + .element > span{
    background: #CB121F;
}

.head .block.navigation .element.focus > span{
    display: inline-block;
}

.head .block.navigation .element > a{
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
}

.head .block.navigation .element + .element.focus a{
    color: #CB121F;
}

.head .block.navigation .element .tab{
    width: 170px;
    height:140px;
    padding: 0 31px;
    position: absolute;
    right: 0;
    bottom: -140px;
    z-index: 10;
    display: none;
}

.head .block.navigation .element .tab .background{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(255,255,255);
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    z-index: -1;
}

.head .block.navigation .element .tab.tab1{
    width: 275px;
}

.head .block.navigation .element .tab.tab2{
    width: 485px;
}

.head .block.navigation .element .tab.tab3{
    width: 329px;
}

.head .block.navigation .element .tab.tab3 .links .row span{
    width: 91px;
    max-width: 91px;
}

.head .block.navigation .element .tab.tab3 .links .row span + span{
    width: auto;
    max-width: 80px;
}

.head .block.navigation .element .tab.tab4{
    width: 275px;
}

.head .block.navigation .element .tab.tab5{
    width: 380px;
}

.head .block.navigation .element .tab.tab6{
}

.head .block.navigation .element .tab .links{
    height: 100px;
    padding: 20px 0;
}

.head .block.navigation .element .tab .links .row{
    width: 100%;
    height: 50px;
    font-size: 13px;
    line-height: 49px;
}

.head .block.navigation .element .tab .links .row + .row{
    height: 49px;
    border-top: 2px dotted #E2E2E2;
}

.head .block.navigation .element .tab .links .row span{
    max-width: 80px;
    min-width: 65px;
    display: inline-block;
    float: left;
    margin-right: 40px;
}

.head .block.navigation .element .tab .links .row span:last-child{
    float: right;
    margin-right: 0;
}

.head .block.navigation .element .tab .links .row span a{
    text-decoration: none;
    color: #333333;
}

.head .block.navigation .element + .element.focus .tab{
    display: block;
}

.head .banner{
    width: 100%;
    height: 350px;
    position: relative;
}

.head .banner .button{
    width: 52px;
    height: 60px;
    margin-top: 150px;
    background:rgb(0,0,0);
    opacity:0.3;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    cursor: pointer;
}

.head .banner .right .button{
    float: right;
}

.head .banner .button:hover{
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.head .banner .button img{
    width: 17px;
    height: 30px;
    margin: 15px 17px 15px 18px;
}

.head .banner ul{
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -5;
}

.head .banner ul li{
    width: 100%;
    height: 350px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: auto 350px;
    background-position: center center;
    opacity: 1;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}

.head .banner ul li + li{
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.head .banner .buttons{
    width: 100%;
    max-width: 1404px;
    height: 326px;
    margin: 0 auto;
}

.head .banner .buttons .left{
    width: 50%;
    height: 306px;
    float: left;
}

.head .banner .buttons .right{
    width: 50%;
    height: 306px;
    float: right;
}

.head .banner .switch{
    width: 100%;
    height: 34px;
    text-align: center;
    font-size: 0;
}

.head .banner .switch span.active{
    background: #CB121F;
}

.head .banner .switch span{
    width: 40px;
    height: 6px;
    display: inline-block;
    margin: 0 2px;
    background: #FFFFFF;
    cursor: pointer;
}

.head .slogan{
    width: 100%;
    height: 140px;
    background: url("../image/slogan_background.png") no-repeat center center;
    background-size: 100% 100%;
}

.head .slogan div{
    width: 1109px;
    height: 42px;
    margin: 27px auto 0;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
}
.head .slogan div + div{
    margin: 0 auto;
}

.head .include-head{
    width:100%;
    height: 520px;
    border: none;
    overflow: hidden;
    display: block;
}

.include-foot{
    width:100%;
    height: 220px;
    border: none;
    overflow: hidden;
    display: block;
}

.foot{
    width: 100%;
    min-width: 1200px;
    height: 220px;
    background: url("../image/foot_bg.png") center center no-repeat;
    background-size: 100% 100%;
}

.foot .selection{
    width: 242px;
    height: 36px;
    line-height: 36px;
    margin: 49px auto 0 auto;
    background: #FFFFFF;
    border-radius: 5px;
    position: relative;
}

select::-ms-expand{ display: none; }

.foot .selection select.link{
    width: 242px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding-left: 14px;
    padding-right: 29px;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: transparent url("../image/select-button.png") no-repeat scroll 222px center;
    background-size: 11px 16px;
}

.foot .link{
    width: 100%;
    height: 14px;
    margin-top: 19px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
}

.foot .link span{
    display: inline-block;
    padding: 0 12px;
}

.foot .link span + span{
    border-left: 1px solid #FFFFFF;
}

.foot .link span a{
    text-decoration: none;
    color: #FFFFFF;
}

.foot .info{
    width: 100%;
    height: 52px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

.foot .info p{
    margin: 0;
    color: #FFFFFF;
}

.foot .info a{
    color: #FFFFFF;
    text-decoration: none;
}