/* 顶部logo和搜索框 */
.header{
    width: 100%;
    height: 0.8rem;
    background-color: #fff;
    margin: 0 auto;
}
.header-box{
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.left-logo{
    width: 30%;
    overflow: hidden;
    float: left;
}
.logo-img{
    width: 0.7rem;
    /* height: 100%; */
    margin-top: 5px;
}
.title-box{
    width: 100%;
}
.title-CN{
    /* font-family: 'Courier New', Courier, monospace; */
    font-family: "webfont";
    font-size: 0.37rem;
    font-weight: bold;
    margin-top: 0.13rem;
}
.title-EN{
    color: #000;
    font-weight: bold;
    margin-left: 0.1rem;
    margin-top: 0.05rem;
    font-size: 0.17rem;
    color: #940000;
    letter-spacing: 3px;
}
.search-box{
    width: 30%;
    position: relative;
    text-align: right;
}
.search-box img{
    width: 0.6rem;
    margin-top: 3px;
}
/*.search-box p{*/
/*    font-size: 0.12rem;*/
/*    position: relative;*/
/*    left: -7px;*/
/*    top: -2px;*/
/*}*/
.search-box p{
    font-size: 0.12rem;
    position: relative;
    left: -5px;
    top: -6px;
}
.search-input{
    width: 90%;
    height: 0.3rem;
    border: 1px solid #000;
    border-radius: 0.15rem;
    padding-left: 10px;
    margin-top: 0.24rem;
}
.search-btn{
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(../images/sousuo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.28rem;
    right: 0.35rem;
    cursor: pointer;
}
/* 轮播图 */
.swiper-box {
    width: 100%;
    height: 3.5rem;
    /*background: url(../images/1.jpg) no-repeat;*/
    /*background-size: 100% 100%;*/
    position: relative;
    overflow: hidden;
}
.swiper-box .banner1,
.swiper-box .map1{
    width: 50%;
    height: 100%;
    float: left;
    transition: transform 1s;
}
.swiper-box .banner1:hover,
.swiper-box .map1:hover{
    transform: scale(1.03);
}
.swiper-box .title{
    position: absolute;
    left: 20%;
    top: 1.2rem;
    text-align: center;
}
.swiper-box .title a{
    font-size: 0.6rem;
    color: #940000;
    letter-spacing: 7px;
    -webkit-text-stroke: 0.01rem #fff;
    text-shadow: 1px 1px 0px #fff;
    font-weight: bold;
    font-family: '思源宋体';
}
.swiper-box .arrow{
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: -4%;
    bottom: -44%;
    transform: rotate(-45deg);
}
/* 导航栏 */
.header-nav{
    background: #B8ADA9;
}
.nav{
    width: 12rem;
    margin: 0 auto;
    overflow: hidden;
}
.nav .nav-title{
    width: 14%;
    text-align: center;
}
.nav .nav-title a{
    display: inline-block;
    padding: 0.2rem 0.3rem;
    font-family: "STKaitiTC-Black";
    font-weight: bold;
    color: #fff;
}
.nav .nav-title a:hover{
    color: #750d1b;
}
