@charset "utf-8";

/* CSS Document */
@media only screen and (min-width: 800px) {
    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: rgb(20, 98, 60);
    }

    /*定义滚动条轨道 内阴影+圆角*/
    ::-webkit-scrollbar-track {
        border-radius: 0px;
        background: #6b747b;
    }

    /*定义滑块 内阴影+圆角*/
    ::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: rgb(20, 98, 60);
    }
}

@font-face {
    font-family: 'ziti';
    src: url("../fonts/tt0246m_0.ttf");
}

/*=========
  基本默认值
  ==========*/


/*头部*/
.header {
    position: fixed;
    top: 0;
    height: 105px;
    line-height: 105px;
    background-color: #fff;
    left: 0;
    z-index: 111;
    width: 100%;
}

.header .inbox {
    overflow: visible;
    max-width: 1820px;
    position: relative;
    z-index: 12;
}

.header .inbox .logo {
    display: block;
    float: left;
    outline: none !important;
    border: none !important;
}

.header .inbox .logo img {
    width: 108px;
    height: 80px;
}

.header .inbox .right {
    float: right;
}

.header .inbox .right .lg-box {
    float: left;
    margin-right: 20px;
    width: 62px;
    height: 26px;
    border-radius: 20px;
    margin-top: 40px;
    box-sizing: border-box;
    line-height: 24px;
    border: 1px solid rgb(215, 215, 215);
    padding-left: 28px;
    background-image: url(/html/phone/images/lang-icon.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    background-color: #fff;
}

.header .inbox .right .lg-box .en {
    font-size: 12px;
    color: rgb(165, 139, 101);
    font-weight: bold;
    -moz-transition: all 0s;
    -webkit-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
    display: block;
}

.header .inbox .right .search-icon {
    float: left;
    cursor: pointer;
}

.header .inbox .right .search-icon img {
    width: 20px;
    height: 20px;
}

.header .nav {
    float: left;
    width: calc(100% - 340px);
    text-align: center;
    text-align: center;
    height: 100%;
}

.header .nav .nLi {
    display: inline-block;
    padding-left: 30px;
    padding-right: 26px;
    height: 100%;
    position: relative;
}

.header .nav .nLi:nth-child(2) {
    padding-left: 0;
}

.header .nav .nLi:last-child {
    padding-right: 0;
}

.header .nav .nLi .a1 {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    position: relative;
}

.header .nav .nLi.on .a1 {
    color: rgb(165, 139, 101);
}

.header .nav .nLi:before {
    content: "";
    position: absolute;
    right: 0px;
    width: 1px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background: -webkit-radial-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .01));
    background: -o-radial-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .01));
    background: -moz-radial-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .01));
    background: radial-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .01));
}

.header .nav .nLi:last-child:before {
    display: none;
}

.header .nav .nLi:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-top: -3px;
    margin-left: -3px;
    border-radius: 50%;
    background-color: rgb(165, 139, 101);
    bottom: 23px;
    opacity: 0;
}

.header .nav .nLi.on:after {
    opacity: 1;
}

.header .nav .nLi:nth-child(2):after {
    margin-left: -17px;
}

.header .nav .nLi:last-child:after {
    margin-left: 13px;
}

.header .nav .nLi .sub {
    position: fixed;
    top: 105px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    line-height: 76px;
    height: 76px;
    background: rgb(20, 98, 60);
    opacity: 0;
}

.header .nav .nLi .sub .inli {
    display: inline-block;
    padding-right: 30px;
    margin-right: 26px;
    position: relative;
}

.header .nav .nLi .sub .inli:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 18px;
    margin-top: -9px;
    width: 1px;
    background-color: rgba(255, 255, 255, .5);
}

.header .nav .nLi .sub .inli:last-child:after {
    display: none;
}

.header .nav .nLi .sub .inli:last-child {
    margin-right: 0;
}

.header .nav .nLi .sub .inli .a2 {
    display: block;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    cursor: pointer;
}

.header .nav .nLi .sub .inli.on .a2 {
    font-weight: bold;
}

.header .nav .nLi .sub .inli .a2:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
}

.header .nav .nLi .sub .inli.on .a2:before {
    opacity: 1;
}

.header .nav .nLi .sub .inli .a2:hover {
    color: rgb(165, 139, 101);
}

.header .nav .nLi .sub .inli .insub {
    background-color: #f5f5f5;
    position: fixed;
    top: 181px;
    left: 0;
    width: 100%;
    white-space: nowrap;
    opacity: 0;
}

.header .nav .nLi .sub .inli .insub .ininli {
    padding-top: 45px;
    padding-bottom: 52px;
    position: relative;
}

.header .nav .nLi .sub .inli .insub .ininli .btn {
    font-family: "Arial";
    font-weight: bold;
    font-size: 30px;
    color: #0075c2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.header .nav .nLi .sub .inli .insub .ininli .navpro-next {
    right: 10%;
}

.header .nav .nLi .sub .inli .insub .ininli .navpro-prev {
    left: 10%;
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container {
    width: calc(94% - 30px);
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after {
    content: "";
    position: absolute;
    top: 0;
    right: -40px;
    width: 1px;
    height: 100%;
    background: -webkit-linear-gradient(to bottom, #f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -moz-linear-gradient(to bottom, #f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: -ms-linear-gradient(to bottom, #f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f0f0f0 0px, #d6d6d6 50%, #f0f0f0 100%);
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide a {
    display: block;
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .imgbox img {
    width: 100%;
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .line {
    width: 25px;
    height: 2px;
    background-color: #0075c2;
    margin-top: 18px;
    margin-bottom: 15px;
}

.header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide .title {
    font-size: 16px;
    color: #282828;
    line-height: 1.5;
    height: 24px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

/*小屏幕导航*/
.header .right .box {
    height: 16px;
    position: relative;
    display: none;
    float: right;
    margin-left: 10px;
    margin-top: 17px;
    width: 24px;
}

.header .right .box .line {
    width: 24px;
    height: 2px;
    background-color: rgb(20, 98, 60);
    position: absolute;
    left: 0px;
    top: 7px;
}

.header .right .box .line1 {
    margin-top: -7px;
}

.header .right .box .line3 {
    margin-top: 7px;
}

.header .right .box[data-active="on"] .line1 {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header .right .box[data-active="on"] .line2 {
    display: none;
}

.header .right .box[data-active="on"] .line3 {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-nav-box {
    position: fixed;
    top: 51px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
}

.mm-nav-box[data-on="active"],
.mm-nav-box[data-on="active"] .mask,
.mm-nav-box[data-on="active"] .mm-wrap {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.mm-nav-box .mask {
    position: fixed;
    top: 0px;
    bottom: 0;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateX(-200%);
    -moz-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    -o-transform: translateX(-200%);
    transform: translateX(-200%);
}

.mm-nav-box .mm-wrap {
    position: fixed;
    top: 0px;
    right: 0;
    width: 50%;
    z-index: 100;
    background: rgb(20, 98, 60);
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    overflow-y: auto;
}

.mm-nav-box .mm-nav .li1 {
    margin: 0 20px;
    line-height: 48px;
}

.mm-nav-box .mm-nav .li1 .a1 {
    display: block;
    color: #fff;
    font-size: 16px;
}

.mm-nav-box .mm-nav .li1.on .a1 {
    color: #fff;
}

.mm-nav-box .mm-nav .li1.on .mm-title {
    border-color: #fff;
}

.mm-nav-box .mm-nav .li1 .mm-title {
    position: relative;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.mm-nav-box .mm-nav .li1 .mm-title .a1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.mm-nav-box .mm-nav .li1 .mm-title .click {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mm-nav-box .mm-nav .li1 .mm-title .click:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -3px;
}

.mm-nav-box .mm-nav .li1.on .mm-title .click:after {
    border-color: #fff;
}

.mm-nav-box .mm-nav .li1 .mm-innav {
    display: none;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav {
    display: block;
}

.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mm-nav-box .mm-nav .li1 .mm-innav li {
    margin: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    line-height: 1;
}

.mm-nav-box .mm-nav .li1 .mm-innav li a {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    display: block;
    padding: 6px 0;
}


/*小屏幕导航 End*/
/*搜索*/
.search-box {
    position: fixed;
    top: 105px;
    left: 0;
    z-index: 11;
    width: 100%;
    opacity: 0;

}

.search-box[data-on="click"] {
    opacity: 1;
    bottom: 0;
}

.search-box[data-on="click"] .box {
    margin-top: 40px;
    margin-bottom: 50px;
}

.search-box[data-on="click"] .box form input[type="text"] {
    height: 50px;
}

.search-box[data-on="click"] .mask {
    height: calc(100% - 140px);
}

.search-box[data-on="click"]:before {
    height: 142px;
}

.search-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background-color: rgb(20, 98, 60);
    width: 100%;
}



.search-box .box {
    max-width: 1820px;
    line-height: 1;
    margin-top: 0px;
    margin-bottom: 0px;
}

.search-box .mask {
    background-color: rgba(0, 0, 0, .7);
}

.search-box .box form {
    position: relative;
}

.search-box .box form input[type="text"] {
    border: 0;
    border-bottom: 1px solid #ccc;
    height: 0px;
    width: 100%;
    background-color: transparent;
    text-indent: 10px;
    color: #fff;
}

.search-box .box form input[type="text"]::placeholder {
    color: #fff;
}

.search-box .box form input[type="submit"] {
    width: 20px;
    height: 20px;
    background-color: transparent;
    cursor: pointer;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    position: absolute;
    background-image: url(/html/phone/images/search-icon2.png);
    border: 0;
}

/*搜索 End*/

@media only screen and (min-width: 1024px) {
    .header .inbox {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 1600px) {
    .header .nav .nLi .sub .inli .insub .ininli .navpro-next {
        right: 5%;
    }

    .header .nav .nLi .sub .inli .insub .ininli .navpro-prev {
        left: 5%;
    }
}

@media only screen and (max-width: 1440px) {
    .header .nav .nLi .sub .inli .insub .ininli .navpro-next {
        right: 1%;
    }

    .header .nav .nLi .sub .inli .insub .ininli .navpro-prev {
        left: 1%;
    }
}

@media only screen and (max-width: 1280px) {
    .header .nav .nLi .sub .inli .insub .ininli .navpro-next {
        right: 10px;
    }

    .header .nav .nLi .sub .inli .insub .ininli .navpro-prev {
        left: 10px;
    }

    .header .nav .nLi .sub .inli .insub .ininli .swiper-container .swiper-slide:after {
        right: -20px;
    }

    .header .nav .nLi {
        padding-left: 20px;
        padding-right: 16px;
    }

    .header .nav .nLi:nth-child(2):after {
        margin-left: -12px;
    }

    .header .nav .nLi:last-child:after {
        margin-left: 8px;
    }

    .header .nav {
        width: calc(100% - 300px);
    }

    .header .nav .nLi .sub .inli .insub .ininli {
        padding-top: 35px;
        padding-bottom: 42px;
    }
}

@media only screen and (max-width: 1100px) {
    .header .nav .nLi {
        padding-left: 16px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 1024px) {

    .header .right .box,
    .mm-nav-box {
        display: block;
    }

    .header .right .box {
        margin-left: 20px;
    }

    .header .nav {
        display: none;
    }

    .header {
        line-height: 50px;
        height: 50px;
    }

    .header .inbox .right .lg-box {
        margin-top: 12px;
        margin-right: 20px;
    }

    .header .inbox .logo img {
        height: 40px;
        width: 54px;
    }

    .search-box {
        top: 50px;
    }

    .header .inbox .right .lg-box a {
        display: inline-block !important;
        opacity: 1 !important;
        width: 28px !important;
        font-size: 16px;
        text-align: center;
    }

    .header .inbox .right .lg-box .cn {
        margin-left: 3px;
    }

}

@media only screen and (max-width: 800px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 42px;
        line-height: 42px;
    }

    .mm-nav-box .mm-wrap {
        width: 60%;
    }
}

@media only screen and (max-width: 600px) {
    .mm-nav-box .mm-nav .li1 .mm-title {
        height: 54px;
        line-height: 54px;
        font-size: 16px;
    }

    .mm-nav-box .mm-wrap {
        width: 70%;
    }

    .mm-nav-box .mm-nav .li1 .mm-title .a1 {
        font-size: 14px;
    }

    .mm-nav-box .mm-nav .li1 .mm-innav li a {
        font-size: 12px;
    }

    .mm-nav-box .mm-nav .li1 {
        margin: 0 10px;
    }
}

@media only screen and (max-width: 414px) {
    .mm-nav-box .mm-wrap {
        width: 80%;
    }
}

/*头部 End*/

/*侧边栏*/
.toolbar-box>.ul1>li {
    background: rgb(165, 139, 101);
}

.comLinkBox a:hover {
    color: rgb(165, 139, 101);
}

/*搜索框样式*/
.search-box .inbox {
    background-color: rgb(20, 98, 60);
    max-width: none;
}