/* 辟邪剑谱 */

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-family: 微软雅黑;
    min-width: 1400px;
}

ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

input,
button {
    outline: none;
    border: none;
}

button:active {
    outline: none;
    border: none;
}

div,
input,
textarea,
li,
select,
option {
    box-sizing: border-box;
}

.swiper-slide img {
    width: 100%;
}

.main {
    width: 66.6%;
    margin: 0 auto;
    color: #000000;
}

.head1 {
    padding: 32px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head1_r {
    display: flex;
    align-items: center;
}

.logo {
    width: 23%;
}

.head1_r2 {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

.head1_r img {
    width: 36px;
    margin-right: 10px;
}

.head1_r3 {
    font-size: 18px;
    font-weight: bold;
    color: #0F92D5;
}

.head2_info {
    width: 75%;
    display: flex;
    justify-content: space-between;
}

.navli {
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    position: relative;
    padding: 20px 0;
    cursor: pointer;
}

.navli a {
    color: #333333;
}

.naverji {
    position: absolute;
    width: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 46px 0px rgba(200, 206, 214, 0.27);
    border-radius: 4px;
    z-index: 10;
    left: -82%;
    top: 50px;
    display: none;
}

.erjili {
    height: 40px;
    border-bottom: 1px solid #F9F9F9;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: block;
}

.erjili:nth-last-of-type(1) {
    border-bottom: none;
}

.erjili:hover {
    color: #0F92D5;
}

.foot {
    padding: 49px 0 81px;
    background: #262728;
    margin-top: 99px;
}

.foot1 {
    display: flex;
    justify-content: center;
    margin-bottom: 53px;
}

.foot1 a {
    margin: 0 23px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.foot2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shubox {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    right: 0;
}

.footshu {
    width: 1px;
    height: 80px;
    background: #FFFFFF;
    opacity: 0.3;
}

.foot2_box {
    padding-right: 2%;
}

.foot_box {
    display: flex;
    align-items: center;
    width: 33.3%;
    position: relative;
}

.footcons {
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
}

.foot2_box img {
    width: 20%;
    margin-right: 4.6%;
}

.ewm {
    width: 23.4%;
    margin-right: 12px;
}

.sm {
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 15px;
    margin-right: 24px;
}

.footicons {
    width: 19%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 0;
}

.footicon1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footicon1 img {
    width: 24px;
}

.foot3_box,
.foot4_box {
    justify-content: center;
}

.foot4_l {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 25px;
}

.tel1 {
    margin-bottom: 15px;
}

.foot4_r div {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.index2_title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 60px;
}

.index2_title_cha {
    font-size: 28px;
    font-weight: bold;
    color: #111111;
}

.index2_title_eng {
    font-size: 16px;
    font-weight: bold;
    color: #999999;
}

.nav3 .naverji,
.nav4 .naverji,
.nav7 .naverji {
    left: -41%;
}

.foot3{
margin-top: 50px;
font-size: 14px;
color: #fff;
display: block;
text-align: center;
}