@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: normal;
    outline: none;
}

@font-face {
    font-family: Butler;
    src: url(font/Butler-Regular-13.otf);
}
@font-face {
    font-family: sy;
    src: url(../font/sySong.woff);
}
html,
body {
    color: #333;
    font-size: 16px;
    font-family: "微软雅黑";
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    background: #ffffff;
}

html {
    overflow-x: hidden;
    /* max-width: 1920px; */
    margin: 0 auto;
}
.aline_y{position:relative;background-image:linear-gradient(#BB1A1A,#BB1A1A);background-position:0 100%;background-size:0 1px;background-repeat:no-repeat;transition:.3s}
a:hover .aline_y{background-size:100% 1px;color: #BB1A1A}
.imged { position: relative; padding-bottom: 65%; width: 100%; display: block; overflow: hidden; transition: 0.5s; background-size: cover !important; background-position: center center !important;}
.imged img { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; display: none; }
.imged video { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; transition: all 0.5s ease 0s; object-fit: cover; }
video{max-width: 100%;}
.scale { overflow: hidden;}
a:hover .imged { transform: scale(1.1); }
.clearflex::after, .clearflex::before { display: block; content: "clear"; height: 0px; clear: both; overflow: hidden; visibility: hidden; }
.wl { position: relative; z-index: 1; transition: 0.5s }
.wl::after { content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px; width: 0px; height: 100%; }
.flex { display: flex;flex-wrap: wrap; }
::after,::before{transition:0.5s;}
.l1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.l2 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.l3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.l4 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; }
.l5 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; }
.l6 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; }
.l7 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; }
li {
    list-style: none;
}
img{max-width: 100%;max-height: 100%;}
a {
    text-decoration: none;color: inherit;display: block;
}

img,
input {
    border: 0;
    outline: none;
}

.wap {
    display: none !important;
}

.top>img.wap {
    display: none;
}

body .clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.px1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.px1560 {
    max-width: 1560px;
    margin: 0 auto;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.px1600 {
    max-width: 1600px;
    margin: 0 auto;
}

.icon img {
    transition: all 0.3s;
}

.icon:hover img {
    animation: icon-yh 0.6s linear;
}

@keyframes icon-yh {
    0% {
        transform: rotateZ(0);
    }

    10% {
        transform: rotateZ(10deg);
    }

    20% {
        transform: rotateZ(0);
    }

    30% {
        transform: rotateZ(-10deg);
    }

    40% {
        transform: rotateZ(0);
    }

    50% {
        transform: rotateZ(10deg);
    }

    60% {
        transform: rotateZ(0);
    }

    70% {
        transform: rotateZ(-10deg);
    }

    80% {
        transform: rotateZ(0);
    }

    90% {
        transform: rotateZ(10deg);
    }

    100% {
        transform: rotateZ(0);
    }
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.titline i {
    display: inline;
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#c9151e, #c9151e);
    background-position: right bottom;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .8s;
}

a:hover .titline {
    color: #c9151e;
}
.navShow{overflow: hidden;}
a:hover .titline i {
    background-position: left bottom;
    background-size: 100% 1px;
    font-weight: inherit;
    color: inherit;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.flex-jcsb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-jcfe {
    display: flex;
    justify-content: flex-end;    flex-wrap: wrap;
}

.flex-jcct {
    display: flex;
    justify-content: center;    flex-wrap: wrap;
}

.flex-alct {
    display: flex;
    align-items: center;    flex-wrap: wrap;
}

.flex-alend {
    display: flex;
    align-items: flex-end;    flex-wrap: wrap;
}

/* .flex */

.pic {
    padding-top: 75%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

a:hover .pic img {
    transform: scale(1.05);
}




/* 定位搜索框 */

.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.t-search-zzc {
    position: fixed;
    z-index: 99998;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}

.t-search {
    padding: 0 0 10px 0;
    display: none;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999;
}

.t-search>div {
    min-width: 500px;
    margin: 0 auto;
    position: relative;
    padding-right: 50px;
    padding: 5px 0;
    background: #fff;
}

.t-search>div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 70px 0 20px;
    font-size: 16px;
    height: 30px;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: #f8885d;
}

.search-btn input {
    display: block;
    width: 20px;
    margin: 10px auto;
}

.hd-search-box {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #c0913f;
    border-radius: 5px;
    right: 150px;
}

.hd-search-box a {
    display: block;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}




/* 定位搜索框 */


.b-top-r {
    float: right;
}

.b-top-r>ul {
    float: left;
    text-align: right;
    font-size: 0;
}

.b-top-r>ul>li {
    float: left;
}

.b-top-r>ul>li:nth-child(1) {
    margin-left: 0;
}

.b-top-r>ul>li a {
    font-size: 16px;
    display: block;
    line-height: 20px;
    color: #fff;
    position: relative;
    padding-left: 23px;
    margin-left: 23px;
}

.b-top-r>ul>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 19px;
    background: rgba(255, 255, 255, .3);
}

.b-top-r>ul>li:first-child a::after {
    content: none;
}

.b-top-r>ul>li a img {
    vertical-align: bottom;
    margin-right: 10px;
}

.b-top-r>ul>li a:hover {
    text-decoration: underline;
}

.head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    transition: top 0.5s;
    padding: 0 70px 0 50px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);

}
.head::after{width: 100%;height: 1.8rem;bottom: auto;top: 0;background: url(../images/banner-zzc.png) no-repeat;background-size: 100% 100%;}
.head.show {
    top: -200px;
}

.head_rgb.hide {
    top: -100%;
}


.head_wit.show {
    /* top: 0; */
}

.head_wit {
    top: -100%;
}


.head-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo a {
    display: block;
    font-size: 0;
}

.logo a img {
    display: block;
    max-width: 3.4rem;
}

.head-t {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.head-b{display:flex;justify-content:flex-end;}
.head-r {
    padding-top: .25rem;
    flex: 1;
    min-width: 0;
    padding-left: 7%;
}

.nav-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-r a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -1px;
    color: #ffffff;
    opacity: 0.6;
    margin-left: 30px;
}

.nav-r a span {
    margin-left: 10px;
}

.nav-r a:hover {
    opacity: 1;
}


.nav {
    /* float: right; */
    position: relative;
    font-family: pingFang;
    max-width: 13rem;
    width: 100%;
}

.nav>ul {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav>ul>li {
    /* float: left; */
    /* margin: 0 0 0 45px; */
    position: relative;
}

.nav>ul>li:first-child {
    border-left: none;
    padding-left: 0;
}

.nav>ul>li>a {
    display: block;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding-bottom: 25px;
}


.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 2px solid #fefeff;
    width: 100%;
}

.nav>ul>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    border-bottom: 2px solid #dea943;
    width: 0;
    transition: all 0.5s;
}

.nav>ul>li:hover>a {color: #dea943;}

.nav>ul>li:hover>a::after {
    content: "";
    width: 100%;
}

.nav>ul>li:hover>div {
    transform: rotateX(0) translateX(-50%);
    z-index: 9;
}

.nav>ul>li>div {
    position: absolute;
    top: 100%;
    width: 200px;
    z-index: 9999;
    padding: 25px 20px 15px 25px;
    overflow: hidden;
    line-height: normal;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    left: 50%;
    transform: rotateX(90deg) translateX(-50%);
    z-index: -999;
    transition: all 0.5s;
    transform-origin: top;
}

.nav>ul>li>div::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 8;
}

.nav>ul>li>div>ul {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.nav>ul>li>div>ul>li {}

.nav>ul>li>div>ul>li a {
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
}

.nav>ul>li>div>ul>li a:hover {
    color: #dea943;
    position: relative;
}

.nav>ul>li>div>ul>li a:hover::before {
    content: "";
    display: inline-block;
    left: 0;
    margin-right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #dea943;
}


.nav-pic {
    float: left;
    overflow: hidden;
    width: 140px;
    margin-right: 40px;
}

.nav-pic img {
    display: block;
    width: 100%;
}


@media screen and (max-width:1400px){  
.nav>ul>li>a{font-size:.18rem;}
.head-r{padding-left:5%;}



}
.b-top {
    line-height: 40px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}




.banner-nav-btn {
    width: 30px;
    height: 30px;
    background-position: center center;
    cursor: pointer;
}

.footer {
    position: relative;
    z-index: 9;
}

/* 手机导航 */

.m_header_box {transition: .6s;display: none;position: relative;z-index: 100000;}
.m_header_box header{padding: 0 0 0 0.15rem;height: .7rem;background: #13468d;box-shadow: 0 3px 5px rgba(0,0,0,.05);position: fixed;top: 0;left: 0;right: 0;z-index: 100;display:flex;justify-content:space-between;align-items: center;}
.m_header_box header #logo{padding:0;width: 75%;margin: 0;}
.m_header_box header #logo img{max-height: .6rem;}
/*导航按钮开始*/
#nav_btn_box.on { background: none; }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {/* background: #fff; */}
#nav_btn_box{position:relative;width: .7rem;height: .7rem;display: flex;align-items: center;justify-content: center;z-index: 1;}
#nav_btn_box:before{content:"";position: absolute;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;background: #fff;}
#nav_btn_box:after{content:"";position: absolute;z-index: -1;top: 0;left: -10px;border-right: #fff 10px solid;border-top: transparent .7rem solid;}
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point {display: inline-block;width: 0.40rem;height: 22px;position: relative;outline: none;}
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: .28rem; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 18px;height: 2px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #13468d;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 24px;height: 2px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #13468d;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn {background: transparent;}
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }

.m_nav_list {flex-direction: column;/* justify-content: center; */width: 100%;height: 100%;overflow: auto;align-items: center;display: flex;background: rgba(255,255,255,.1);}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105vw;top: 0;display: none;padding: 70px 20px 30px;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #f7f7f7;background-size:cover;opacity: 0;visibility: hidden;}
#m_nav .close{position:absolute;top: 7px;right: 15px;left: 15px;font-size: 30px;color: #333;z-index: 10000;/* background: rgba(255,255,255,.1); */width: auto;height: 35px;border-radius: 0;display: flex;align-items: center;justify-content: flex-end;padding: 0 0;}
#m_nav.act {pointer-events: auto;right: 0;opacity: 1;visibility: visible;}

#m_nav .search_box input.submit{ background: #BB1A1A url(../images/submit.svg) center no-repeat; background-size: .28rem;}
#m_nav .list_box0{text-align:center;width: 100%;justify-content: flex-start;margin: .32rem 0 0;flex-wrap: wrap;height: 0.4rem;}
#m_nav .list_box0 .li{text-align: left;color: #BB1A1A;margin: 0 .12rem 0.15rem 0;font-size: 14px;padding: 0;min-width: 1rem;}

#m_nav .old_rukou{margin:.24rem 0 0;width: 100%;}

.list_box_nav_mobile{width:100%;max-height: calc(100% - 250px);/* background: rgba(255,255,255,.1); */padding: 0 0 10px;overflow: hidden;overflow-y: auto;margin: 0;/* flex: 1; */}
.list_box_nav_mobile>li{width: 100%;overflow: hidden;padding: 0;position: relative;margin: 0 auto;}
.list_box_nav_mobile>li .con{ position:relative}
.list_box_nav_mobile>li .a{width: 100%;border-bottom: 1px solid #e2e2e2;line-height: .5rem;color: #333;padding: 0;font-size: 16px;display: flex;position: relative;transition:.5s;}
.list_box_nav_mobile>li i{opacity: 1;display: inline-block;width: .64rem;height: .5rem;display: inline-block;background: url(../images/arrow_down.svg) center no-repeat;background-size: 15px 15px !important;position: absolute;display: block;right: 0;top: 2px;}
.list_box_nav_mobile>li.on1 i{transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);}

.list_box_nav_mobile>li.on .a{border-bottom: 1px solid #e2e2e2;}

/*三级导航 开始*/
.list_box_nav_mobile>li .list{padding:10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.1); display:none}
.list_box_nav_mobile>li .list a{display:block;font-size:13px;color: #666;line-height: 2.5;}
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }

/*顶部搜索*/
.wap_search{font-size:16px;border-radius: 5px;color:#fff;text-align:center;letter-spacing:2px;overflow:hidden;width: 100%;height: 85px;display: block;margin-bottom: 0.1rem;}
.wap_search .header-search{height:40px;border-radius:20px;background: rgb(255 255 255);position:relative;width: 3.68rem;margin: 10px auto;}
.wap_search .input{font-size: .16rem;color: #646464;height:40px;line-height:40px;padding: 0 .24rem;box-shadow:none;border-right: 0;background: #fff;border-radius: 30px;width: calc(100% - 40px);}
.wap_search .btn_blue{position:absolute;cursor:pointer;top:0;right:0;width: 40px;height:40px;line-height:40px;border:0;background: url(../images/submit.svg) center no-repeat #13468d;background-size: .24rem;border-radius: 20px;}
.wap_search .btn_blue.fr{ background:#e9edef; color:#4e4f53;}
.wap_search input::-webkit-input-placeholder{ color:#999; }
.wap_search input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#999; }
.wap_search input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#999; }
.wap_search input:-ms-input-placeholder{  /* Internet Explorer 10-11 */  color:#999; }/* WebKit browsers */

.wp{ width: 15.6rem; padding: 0; margin: 0 auto;max-width: 94%;}
@media(max-width: 1200px){
	.wp{ width: 100%; max-width: 94%;}
}
@media(max-width: 1024px){
	.wp{ padding:0 15px; width: 100%; max-width: 100%;}
.hideonpc{display:block!important;}
.hideonphone{display:none!important;}
}
@media(min-width: 1024px){
.hideonpc{display:none!important;}
.hideonphone{display:block!important;}
}
html{font-size: 100px!important;}

@media screen and (max-width:1940px){
	html{font-size: 100px!important;}
}

@media screen and (max-width:1600px){
	html{font-size: 90px!important;}
}
@media screen and (max-width:1400px){
	html{font-size: 90px!important;}
}
@media screen and (max-width:1024px){
	html{font-size: 85px!important;}
}
@media screen and (max-width:900px){
	html{font-size: 85px!important;}
}
@media screen and (max-width:640px){
	html{font-size: 80px!important;}
}
@media screen and (max-width:480px){
	html{font-size: 80px!important;}
}
@media screen and (max-width:375px){
	html{font-size: 75px!important;}
}
@media screen and (max-width:360px){
	html{font-size: 70px!important;}
} 
@media screen and (max-width:350px){
	html{font-size: 65px!important;}
} 


@media screen and (max-width: 1199px) {
	.head_rgb{ display: none; }
	.m_header_box {display: block !important;height: .7rem;}
	#nav{display: none;}

}