﻿/*body,*/
/*html {*/
    /*background-color: #f7f7f7;*/
/*}*/

/** {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/

/*a {*/
    /*text-decoration: none;*/
/*}*/

/*ul li {*/
    /*list-style: none;*/
/*}*/
.header-box {
    background-color: #f8fafe;
    position: relative;
}
.head-center{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 98;
}
.header-box  .head {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 40px;*/
    letter-spacing: 1px;
    color: #333333;
    background-color: #f8fafe;
    margin-bottom: 25px;
}
.header-box  .head .head-right span{
    cursor: pointer;
    margin-left: 10px;
}
.header-box  .head .head-right.wFont span a {
    color: #fff;
}
.header-box  .head .head-right.bFont span a {
    color: #333333;
}

.header-box .head.fff {
    background-color: #fff;
}

.main-content {
    width: 1200px;
    margin: 0 auto;

}
.head-container{
    width: 100%;
    padding: 0 30px;
    height: 100px;
    box-shadow: 0px 0px 16px 0px
    rgba(0, 0, 0, 0.2);
    position: relative;
}

.header-box .head-content {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}

.header-box .headline {
    margin-bottom: 45px;
}

.header-box .headline-content {
    display: flex;
    justify-content: space-between;
}
.header-box .headline-content img.xLogo {
    width:364px;
    object-fit: contain;
}
.header-box .headline-content img.dLogo {
    object-fit: contain;
}



/* 搜索 */
.search-box-header ul li {
    display: block;
    float: left;
    cursor: pointer;
    padding: 6px 17px;
    font-size: 14px;
    margin: 0 10px 10px 0;
    position: relative;
}
.search-box-header2 ul li {
    display: block;
    float: left;
    cursor: pointer;
    height: 36px;
    line-height: 36px;
    width: 90px;
    font-size: 16px;
    text-align: center;
    margin: 0 10px 20px 0;
    position: relative;
}

@media screen and (max-width:1440px) {
    .search-box-header2.hideBox {
        margin:0 auto;
        margin-bottom: 30px;
    }
    .head-center{
        zoom: 0.8;
    }
    .text02{
        height:50px
    }
    .search-bt50{
        background: #3f7cf8 url(../../images/Index/search.png) no-repeat 22px 16px;
        height:50px
    }
    .xyhb-header-index .nav2 .navBoxUl li a{
        font-size: 16px;
    }
}
@media screen and (min-width: 1441px)  {
    .search-box-header2.hideBox {
        margin:0 auto;
        margin-bottom: 65px;
    }
    .head-center{
        zoom:1;
    }
    .text02{
        height:70px
    }
    .search-bt50{
        background: #3f7cf8 url(../../images/Index/search.png) no-repeat 22px 25px;
        height:70px
    }
    .xyhb-header-index .nav2 .navBoxUl li a{
        font-size: 18px;
    }
}
.search-box-header3.hideBox {
    padding: 35px 100px 0;
    height: 173px;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px
    rgba(0, 0, 0, 0.04);
}
.clear {
    clear: both;
}

.con-search {
    position: relative;
    z-index: 99;
}

.text01 {
    background: #fff;
    padding: 10px;
    /*height: 40px;*/
    width: 580px;
    line-height: 18px;
    color: #999;
    outline: none;
    border: 1px solid #3f7cf8;
    border-radius: 6px !important;
}

.text02 {
    background: #fff;
    padding: 12px 20px;
    width: calc(100% - 50px);
    line-height: 24px;
    color: #999;
    outline: none;
    border: 2px solid #3f7cf8;
    border-radius: 6px !important;
}

.search-bt-header {
    background-position: 10px;
    width: 80px;
    padding-left: 30px;
    border-radius: 0px 6px 6px 0px;
    left: 500px;
}

.search-bt-header2 {
    background-position: 10px;
    width: 120px;
    padding-left: 30px;
    border-radius: 0px 6px 6px 0px;
}

.search-bt {
    background: #3f7cf8 url(../../images/Index/search.png) no-repeat 13px 11px;
    background-size: 20px;
    color: #fff;
    border: 0px;
    height: 40px;
    position: absolute;
    right: 45px;
    top: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bt50 {
    /*background: #3f7cf8 url(../../images/Index/search.png) no-repeat 22px 25px;*/
    background-size: 24px;
    color: #fff;
    border: 0px;
    /*height: 70px;*/
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.search-box-header ul li.active {
    border-radius: 5px;
    background-color: #3f7cf8;
    color: white;
}
.search-box-header2 ul li.active {
    border-radius: 5px;
    background-color: #3f7cf8;
    color: white;
}

.search-box-header ul li.active:after {
     width: 0px;
     height: 0px;
     border: 5px solid;
     border-color: transparent;
     border-top-color: #3f7cf8;
     content: "";
     display: inline-block;
     position: absolute;
     top: 100%;
     left: 50%;
     transform: translate(-50%, 0%);
 }
.search-box-header2 ul li.active:after {
    width: 0px;
    height: 0px;
    border: 5px solid;
    border-color: transparent;
    border-top-color: #3f7cf8;
    content: "";
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
}
.search-right-header.h50 {
    width: 1000px;
    margin: 0 auto;
}

.search-right-header.h50 input::-webkit-input-placeholder{
    font-size: 16px;
}

.search-right-header-title{
    font-size: 24px;
    color: #3771ff;
    text-align: center;
    font-weight: bold;
    margin-bottom: 25px;
}
#location,#location > a{
    color: #999999;
}
/* 导航栏 */

.nav {
    height: 60px;
    box-sizing: border-box;
    background-color: #3f7cf8;

}

.nav  .navBoxUl {
    display: flex;
    color: #fff;
}



.nav  .navBoxUl li a {
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0 30px;
    height: 60px;
    display: flex;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    position: relative;

}
.nav  .navBoxUl li a.active,.nav .navBoxUl li a:hover{
    font-weight: bold;
}
.nav .navBoxUl li a.active::after,
.nav .navBoxUl li a:hover::after {
    content: '';
    width: 100%;
    font-size: 17px;
    position: absolute;
    bottom: 0;
    font-weight: bold;
    height: 4px;
    background-color: rgba(255, 255, 255, .4);
}
.nav  .navBoxUl.ftNav li a {
    font-weight: bold;
}
.nav  .navBoxUl.ftNav li a.active,.nav .navBoxUl.ftNav li a:hover{
    font-size: 20px;
}

.nav  .nav-wrapper {
    overflow-x: auto;
}
.nav  .nav-wrapper ul {
    width: 100%;
}

/** 滚动条样式 begin */
::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #bbb;
    -webkit-border-radius: 4px;
    outline-offset: -2px;
    border: 2px solid #bbb;
}

::-webkit-scrollbar-thumb:hover {
    height: 50px;
    background-color: #bbb;
    -webkit-border-radius: 4px;
}
/**  滚动条样式 end */
.bgImg {
    min-height: calc(100vh - 470px);
    padding-bottom: 30px;
    background: transparent url(../../images/Index/bg.png);
}
.bgImg2 {
    min-height: calc(100vh - 470px);
    padding-bottom: 30px;
    background: transparent url(../../images/Index/bg5.jpg);
}
.mgTB20 {
    padding-top: 20px;
    padding-bottom: 20px;

}





