* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins';
    src: url('./Poppins.TTF');
}

body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

h2, h3 {
    margin: 0;
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -2px;
}

@media (max-width: 768px) {
    body {
        padding-top: 60px;
    }
}

.xymob-search-close-btn .icon-close:before {
    content: "";
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

/**/
.xymob-head {
    position: fixed;
    top: 0;
    z-index: 999999;
    left: 0;
    right: 0;
    background: #151515;
}

.xymob-head-box {
    position: relative;
    height: 60px;
}

.xymob-head-box .xymob-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 40%;
    height: 40px;
    text-align: center;
}

.xymob-head-box .xymob-logo a {
    display: inline;
    font-size: 0;
}

.xymob-head-box .xymob-logo img {
    /* height: 40px; */
    /* filter: invert(1);
    -webkit-filter: invert(1); */
    width: 100%;
}

.xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-navbtn span {
    margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
    content: '';
    -webkit-transform-origin: 7.5%;
    transform-origin: 7.5%;
}

.luangusnyu {
    position: absolute;
    width: 12%;
    right: 10%;
    height: 100%;
    text-align: center;
}

.jueduishouji {
    position: relative;
}

.ul_shojki {
    display: none;
    position: absolute;
    width: 110px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    background: #fff;
}

.ul_shojki li {
    width: 100%;
    height: 35px;
    background: #fff;
}

.ul_shojki li a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #555555;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10%;
    text-align: center;
    line-height: 60px;
}

.xymob-search-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search-btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
}

.xymob-nav>li {
    border-bottom: 1px solid #2b2b2b;
    position: relative;
}

.xymob-nav>li>a {
    display: block;
    line-height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
    position: absolute;
    width: 20%;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
    text-align: center;
    z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
    background-position: -30px -240px;
}

.xymob-nav .xymob-sub-menu {
    background: #1E1E1E;
    display: none;
}

.xymob-nav .xymob-sub-menu>li {
    border-top: 1px dashed #2b2b2b;
    position: relative;
}

.xymob-nav .xymob-sub-menu>li>a {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 40px;
    text-indent: 2em;
}

.xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
    position: absolute;
    top: 27px;
    left: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.xymob-nav .xymob-sub-menu .x_shoujier>li>a {
    font-size: 12px;
}

.xymob-nav .xymob-sub-menu .x_shoujier>li {
    background: rgb(210 19 19 / 44%);
}

@media (max-width: 420px) {
    .xymob-search .xymob-search-close-btn {
        left: 15px;
    }
}

.xymob-search .xymob-search-close-btn i {
    width: 100%;
    height: 100%;
    display: block;
}

.xymob-search .xymob-search-close-btn i:after {
    background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
    height: 50px;
    border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
    width: 80%;
    float: left;
    background: none;
    border: none;
    outline: none;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Microsoft YaHei";
    font-size: 16px;
    height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
    width: 20%;
    height: 50px;
    outline: none;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
    background-position: -30px -210px;
}

.xymob-search.clicked {
    left: 0;
}

/*  */

/*  */
.x-menu {
    width: 58.75%;
    float: left;
}

.x-menu>li {
    text-align: center;
    float: none;
    position: relative;
    margin: 0 3% 0 0;
}

.x-menu>li:not(:first-child) {
    /* margin-left: 5.5%; */
}

.x-menu>li>a {
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    display: block;
    font-weight: 600;
    font-family: Poppins;
	transition: all 0.6s;
}

.x-menu>li>a:hover {
    color: #31b2eb;
}

.x-menu {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: nowrap;
    font-family: 'Poppins';
}

.x-sub-menu {
    top: 80px;
}

.x-menu>li>a:hover {
}

.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transform: translateX(-50%);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 250px;
    left: 50%;
    top: 60px;
    background: #fff;
    border-radius: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    transform: translateX(-45%);
    border-top: 2px solid #31b2eb;
    box-shadow: 0 0 15px 0 #ddd;
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-family: Poppins;
    padding: .5em;
}

.x-sub-menu>li>a:hover {
    background: #e9eaeb;
    color: #31b2eb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

.x-sub-menu li {
    position: relative;
    width: 100%;
}

.x-erjilans {
    top: 80px;
}

.x-erjilans {
    position: absolute;
    z-index: 999;
    width: 100%;
    right: -100%;
    top: 0;
    background: #fff;
    border-radius: 0;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top: 2px solid #31b2eb;
    box-shadow: 0 0 15px 0 #ddd;
}

.x-erjilans>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-erjilans>li>a:hover {
    background: #e9eaeb;
    color: #31b2eb;
}

.x-sub-menu >li:hover .x-erjilans {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.headers {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.dlogo {
    width: 22%;
    margin-right: 5%;
}

.dlogo a {
    display: block;
}

.dlogo img {
    max-width: 100%;
	transition: all 0.6s;
}

.nnav {
    width: 100%;
}

.h-top {
    position: relative;
    z-index: 999;
    /* background: #000; */
    width: 100%;
    /* border-bottom: 1px solid #999; */
	transition: all 0.6s;
}


#active-yd-bar .dlogo img {
    max-width: 50%;
}
#active-yd-bar {
    /* background:#fff; */
    position: fixed;
    width: 100%;
}

#active-yd-bar .lainxier p {

    margin: 10px 20px;
}


#active-yd-bar .nan2 a {

    padding: 7px 10px;
 
}

#active-yd-bar .luguans {
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

#active-yd-bar .x-menu>li>a {

    line-height: 40px;
	
  
}


#active-yd-bar  .luguans b {
 
    top: 20px;
   
}

.bners {
    position: relative;
}

/*  */

.titles {
    text-align: center;
}

.titles h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    /* width: 50%; */
    text-align: center;
    text-transform: uppercase;
}

.titles p {
    color: #999;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: normal;
}

@media(max-width: 991px) {
    .h-top {
        display: none;
    }
}

.x-product {
    padding: 4.16666667% 0 3.125%;
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f0f0f0), color-stop(30%, #fff), to(#fff)); */
    /* background: linear-gradient(to bottom, #f0f0f0 30%, #fff 30%, #fff 100%); */
}

/*  */

/*  */

/**/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 20%;
}

#toolbar .online-one {
    padding: 30px 10px;
    background: #cc9c4a;
    border-radius: 60px;
}

#toolbar .online-one li {
    margin-bottom: 0px;
    font-size: 0;
    width: 35px;
    height: 50px;
    right: 0;
    position: relative;
    border-bottom: 1px solid #ffffff7a;
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 35px;
    height: 50px;
    background: #cc9c4a;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 0;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li.ssd a {
    border-bottom: 1px solid #ffffff7a;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li.phone {
    border-radius: 0;
    padding: 10px 0;
    background: #cc9c4a;
}

#toolbar .online-one li.ewm {
    background: #cc9c4a;
    border-radius: 0;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 200px;
    background: #cc9c4a;
    height: 50px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 18px;
    line-height: 45px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 140px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box p {
    font-size: 12px;
    margin: 10px 0;
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

/*   */

@media (max-width: 990px) {
    /*  body */
}

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/**/

/*  */

/**/
/**/

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/*  */

/**
 * EasyZoom core styles
 */

/**
 * EasyZoom layout variations
 */

/*  */

/*  */

/*  */

/*  */

/*  */

.w1200 {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 -15px;
}

.foot_nav li {
    float: left;
    width: 100%;
    text-align: left;
}

.foot_nav li a {
    font-size: 18px;
    color: #ffbb02;
    display: block;
    width: 100%;
    font-weight: 700;
}

.foot_nav li .x-nav-menu {
    width: 100%;
    margin-top: 1.43em;
}

.foot_nav li .x-nav-menu a {
    display: block;
    font-size: 14px;
    line-height: 2;
    color: rgba(255,255,255,.7);
    font-weight: normal
}

@media (max-width: 1230px) {
    .w1200 {
        padding: 0 15px;
    }
}

/*  */
.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #222;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 768px) {
    body {
        padding-bottom: 50px;
    }
}

/*  */

.tier {
    margin-bottom: 50px;
}

.tier h3 {
    font-size: 42px;
    color: #090909;
    /* text-transform: uppercase; */
    font-weight: bold;
}

.tier p {
    font-size: 18px;
    color: #666666;
    /* text-transform: uppercase; */
    /* margin-top: 30px; */
    text-align: center;
}

/* #bs-collapse icon scale option */

/* #accordion rotate icon option */

/* fallback */
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(./flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.left_inputs {
    width: 46%;
}

.left_inputs h2 {
    font-size: 30px;
    margin-bottom: 35px;
    color: #cc9c4a;
}

.suibiand {
    margin: 50px 0 0;
}

.suibiand h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #fff;
}

.suibiand p {
    font-size: 16px;
    /* font-weight: bold; */
    color: #fff;
}

.suibiand2 {
    margin: 50px 0 0;
}

.suibiand2 P {
    font-size: 14px;
    color: #fff;
}

.suibiand2 p span {
    font-weight: 700;
}

.rihgtsff {
    width: 50%;
    /* background: #fff; */
}

.rihgtsff label{font-size:16px;color:#fff;}


.foot-right h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 2vh;
    text-align: left;
}

 {
    margin-right: 0
}

.swiper-button-next {
    background-image: url(../images/you.png);
    right: 10px;
    left: auto;
}

.xx-abouys {
    padding: 50px 0;
    background: url(../images/se.jpg)
}

.xx-abouys .xx-abouys_auro {
    margin-top: 50px;
}

.xx-abouys .xx-abouys_auro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.xx-abouys .xx-abouys_auro ul li {
    width: 24%;
    margin: 1% 0.5%;
}

.xx-abouys .xx-abouys_auro ul li img {
    width: 100%;
}

.xx-abouys2 {
    padding: 50px 0;
    background: #fbfbfb;
}

.xx-abouys2 .xx-abouys_auro2 {
    /* margin-top: 50px; */
}

.xx-abouys_auro2 .tabbable{display:flex;justify-content: space-between;}

.xx-abouys_auro2 .tabbable .nav{width:20%;border: none;}
.xx-abouys_auro2 .tabbable .nav li{width:100%;margin-bottom:15px;}
.xx-abouys_auro2 .tabbable .nav li a{font-size:18px;color:#000;font-weight:600;background: #e7e7e7;padding: 20px;}

.xx-abouys_auro2 .tabbable .nav li.active>a{background:#cf983a;color:#fff;}
.xx-abouys_auro2 .tabbable .tab-content{width: 78%;position:relative;}


.xx-abouys_auro2 .tabbable .tab-content>.tab-pane {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    display:initial;
    left: 0;
    transform: translateY(-50%);
}

.xx-abouys_auro2 .tabbable .tab-content>.active {
    visibility: visible;
    opacity: 1;
	display:initial;
}
.xx-abouys_auro2 .tabbable .tab-content h3{font-size:18px;color:#171717;}
.xx-abouys_auro2 .tabbable .tab-content p{/* font-size: 16px; */color:#171717;line-height: 2;/* text-align: center; */padding: 0 5px;/* padding: 10px; */}

.xx-abouys2 .xx-abouys_auro2 img {
    max-width: 100%;
}

.xx-abouys3 {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.xx-abouys3 .xx-abouys_auro3 {
    /* margin-top:50px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lefik{font-size: 23px;width: 15%;font-weight: bold;}
.xx-abouys3 .xx-abouys_auro3 img {
    width: 100%;
}

#kjt {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

#kjt .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2);
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cp_index .cp_auto {
    margin-top: 50px;
    padding: 0 0px 50px;
}

.cp_auto ul li {
    width: 31.2%;
    margin-left: 3%;
    float: left;
}

.cp_auto ul li h3 {
    font-size: 18px;
    padding: 15px 0;
    color: #000;
    font-weight: bold;
}

.cp_auto ul li p {
    font-size: 14px;
    color: #868686;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /**/
}

.cp_auto ul li:nth-child(1) {
    margin-left: 0;
}

.cp_auto ul li img {
    width: 100%;
}

.cp_index {
    padding: 50px 0;
}

.sedi {
    padding: 0 20px;
}

.nairt {
    font-size: 14px;
    color: #9a9a9a;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.rihgtsff textarea.input-lg {
    height: 200px;
}

.rihgtsff .form-control {
    background-color: #eee;
    font-size: 14px;
    font-family: 'Montserrat';
}

.shuzi .swiper-button-next, .shuzi .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 70px 70px;
    background-position: center;
    background-repeat: no-repeat;
}

.shuzi .swiper-button-prev {
    background-image: url(../images/lf.png);
    left: -80px;
    right: auto;
}

.shuzi .swiper-button-next {
    background-image: url(../images/rf.png);
    right: -80px;
    left: auto;
}

.xx-abouys_auro3 .swiper-container {
    /* padding-bottom:50px; */
}

.x-menu>li.lungshrt {
    width: 11%;
    margin-right: 0;
}

.bners .swiper-slide img {
    max-width: 100%;
}

.lainxier p {
    font-size: 16px;
    color: #fff;
    font-family: Poppins;
    padding: 10px 0;
    /* font-weight: bold; */
	transition: all 0.6s;
    margin: 30px 20px;
}

.lainxier p:nth-child(1) {
    padding-left: 75px;
    background: url(../images/t1s.png)no-repeat left;
    /* margin-bottom: 10px; */
}

.lainxier p:nth-child(2) {
    padding-left: 75px;
    background: url(../images/t2s.png)no-repeat left;
}

.lainxier {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lainxier a {
    display: flex
}

.tops {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.topw1 {
    background: #000;
}

.topw2 {
    background: rgba(0,0,0, 0.6);
}

.naise {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.nan1 {
    width: 50%;
}

.nan1 ul {
    display: flex;
}

.nan1 ul li {
    margin: 0 10px;
}

.nan2 {
    /* width:50%; */
}

.nan2 a {
    font-size: 16px;
    color: #fff;
    background: #cc9c4a;
    padding: 18px 10px;
    font-family: Poppins;
    text-transform: uppercase;
	transition: all 0.6s;
}

.nan2 a:hover {
    background: #fff;
    color: #000;
    /* font-family: Poppins; */
}


/* xinyemian */


.titles2 {
    text-align: center;
}

.titles2 h2 {
    font-size: 50px;
    font-weight: bold;
    color: #000;
    /* width: 50%; */
    text-align: center;
  
}

.titles2 p {
    color: #999;
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: normal;
}

.xinshier{padding:50px 0;}
.xinshier .aoutd{margin-top:50px;display:flex;justify-content: space-between;}
.ou_left{width: 49%;}
.ou_left h3{font-size: 38px;font-weight: bold;color: #c9963f;margin-bottom: 35px;}
.ou_left h4{font-size: 20px;font-weight: bold;color: #000;margin: 0 0 20px;}
.ou_left p{font-size:16px;color: #646464;line-height: 1.8;}
.ou_right{width: 47%;}
.ou_right img{max-width:100%;}


/* 2222222222222 */


.hiaer{padding: 80px 0;background:url(../images/hai.jpg);background-size: 100% 100%;}
.haiauto{text-align:center}
.haiauto h3{font-size:50px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.haiauto h4{font-size: 16px;color: #fff;}
.haiauto a{font-size:20px;font-weight: bold;color: #fff;padding: 10px 30px;background: #cc9c4a;border-radius: 60px;}
.hai_a{margin-top:50px;}
/* 33333333333333333333 */
.xinshier2{padding:50px 0;}
.xinshier2 .aoutd2{/* margin-top:50px; */display:flex;justify-content: space-between;align-items: center;}
.ou_left2{width: 49%;}
.ou_left2 h3{font-size: 38px;font-weight: bold;color: #c9963f;margin-bottom: 35px;}
.ou_left2 h4{font-size: 20px;font-weight: bold;color: #000;margin: 0 0 20px;}
.ou_left2 p{font-size:16px;color: #646464;line-height: 1.8;}
.ou_right2{width: 47%;}
.ou_right2 img{max-width:100%;}
/* 444444444444 */
.niert{padding:50px 0;background: #f7f7f7;}
.niert .niert_auot{margin-top:50px;}
.niert_auot ul{display:flex;justify-content: space-between;}
.niert_auot ul li{text-align:center;}
.niert_auot ul li img{max-width:100%;}
.niert_auot ul li p{font-size:20px;font-weight:600;color:#000;margin:10px 0;}

/* 55555555555555555 */

.xinshier3{padding:50px 0;}
.xinshier3 .aoutd3{margin-top: 0;display:flex;justify-content: space-between;align-items: center;}
.ou_left3{width: 49%;}
.ou_left3 h3{font-size: 38px;font-weight: bold;color: #c9963f;margin-bottom: 35px;}
.ou_left3 h4{font-size: 20px;font-weight: bold;color: #000;margin: 0 0 20px;}
.ou_left3 p{font-size:16px;color: #646464;line-height: 1.8;}
.ou_right3{width: 47%;}
.ou_right3 img{max-width:100%;}



.hiaer2{padding: 80px 0;background: url(../images/hai2.jpg);background-size: 100% 100%;}
.haiauto2{text-align:center}
.haiauto2 h3{font-size:50px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.haiauto2 p{font-size: 16px;color: #fff;}


/* 888888888888888 */

.news {
    padding: 50px 0 0;
    margin-bottom: 50px;
}
.new-cfn {
    /* margin-top: 25px; */
    display: flex;
    justify-content: center;
}
.new-cfn ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}

.new-cfn ul li {
    position: relative;
    overflow: hidden;
    margin: 0 2%;
    width: 26%;
    text-align: center;
    border-radius: 5px;
}

.new-cfn ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: initial;
    background: #e7e7e7;
    border-bottom: 60px;
    overflow: hidden;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.new-cfn ul li.cur a {
    font-weight: bold;
    color: #fff;
    background: #cc9c4a;
}

.new-show {
    margin-top: 35px;
}

.new-warps .new-list {
    display: none;
    /* padding-top: 10px; */
}

.new-warp {
    width: 100%;
    margin-top: 60px;
}
.yyerdsd .swiper-slide img{max-width:100%;transition: all 0.3s;}
.yyerdsd .swiper-slide:hover img{transform: scale(1.1);}

.yyerdsd .swiper-slide{text-align:center;}
.yyerdsd .swiper-slide p{font-size:20px;/* font-weight:bold; */padding:10px;/* background: #898989; */color: #000;}
.yyerdsd .swiper-container{padding: 20px 0 50px;overflow: hidden;}
.news .auto_uts{margin-top: 50px;}
/* 99999999999999 */

.news2 {
    padding: 50px 0;
    /* margin-bottom: 50px; */
    background: #f4f6f9;
}
.new-cfn2 {
    /* margin-top: 25px; */
    display: flex;
    justify-content: center;
}
.new-cfn2 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    align-items: center;
    width: 100%;
}

.new-cfn2 ul li {
    position: relative;
    overflow: hidden;
    margin: 0 2%;
    /* width: 20%; */
    text-align: center;
    border-radius: 5px;
}

.new-cfn2 ul li a {
    display: block;
    font-size: 18px;
    color: #000;
    line-height: initial;
    background: #e7e7e7;
    border-bottom: 60px;
    overflow: hidden;
    font-weight: bold;
    display: block;
    padding: 10px;
}

.new-cfn2 ul li.cur a {
    font-weight: bold;
    color: #fff;
    background: #cc9c4a;
}

.new-show2 {
    margin-top: 50px;

}

.new-warps2 .new-list2 {
    display: none;
    padding-top: 10px;
}

.new-warp2 {
    width: 100%;
    margin-top: 60px;
}
.yyerdsd2 .swiper-slide img{max-width:100%;}
.yyerdsd2 .swiper-slide{text-align:center;}
.yyerdsd2 .swiper-slide p{font-size: 18px;/* font-weight:bold; */padding:10px;}
.yyerdsd2 .swiper-container{padding: 20px 0 65px;overflow: hidden;}
.news2 .huaauto{margin-top:50px;}


#ghuanjers2  .swiper-button-prev, #ghuanjers2 .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/lk.png);
    left: 42%;
    right: auto;
}
#ghuanjers2  .swiper-button-next, #ghuanjers2  .swiper-container-rtl .swiper-button-prev {
  background-image:url(../images/rk.png);
  right: 42%;
  left: auto;
}
#ghuanjers2 .swiper-button-next, #ghuanjers2 .swiper-button-prev {
    position: absolute;
    top: 92%;
    width: 32px;
    height: 32px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 32px 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.news .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 30px;
    background: #cc9c4a;
    opacity: .5;
}






.news .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc9c4a;
}


.news2 .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    display: inline-block;
    border-radius: 30px;
    background: #cc9c4a;
    opacity: .5;
}



.news2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #cc9c4a;
}

/* 1000000000000000000 */
.x-banner2 img{max-width:100%;}
.caseu{padding:50px 0;}
.caseu .cas_auto{margin-top:50px}
.cas_auto ul{display:flex;flex-wrap: wrap;justify-content: space-between;}
.cas_auto ul li{width:23%;margin-bottom: 2%;text-align: center;box-shadow: 0 0 2px 0 #ddd;overflow: hidden;}
.cas_auto ul li img{max-width:100%;transition: all 0.3s;}

.cas_auto ul li:hover img{transform: scale(1.1);}
.cas_auto ul li p{font-size:20px;color:#000;padding: 10px;}

.bners2{position:relative;}
.naierd{position:absolute;top: 15%;width: 80%;left: 50%; transform: translateX(-50%);transform: translateX(-50%);}
.leftop{margin-bottom: 70px;}
.sotrj h2{font-size: 50px;color: #fff;margin-bottom: 10px;}
.sotrj p{font-size:18px;color: #fff;}


.leftop  .path{width: 100%;padding: 5px;height: 40px;line-height: 40px;/* font-family: arial; */overflow: hidden;}
.leftop  .path a{color: #fff;font-size: 14px;}
.leftop  .path a:hover{color:#fff;}
.leftop  .path span{color: #fff;font-size: 14px;}
.leftop  .path i{padding: 0px 2px;font-size: 14px;color: #fff;}


.news2 .swiper-container-horizontal>.swiper-pagination-bullets, .news2 .swiper-pagination-custom, .news2 .swiper-pagination-fraction{display:none}
.news .swiper-container-horizontal>.swiper-pagination-bullets, .news .swiper-pagination-custom, .news .swiper-pagination-fraction{display:none}
.kokr p{
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    padding: 10px 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
#newse1 {padding:10px;}
#newse1 .dinwegherddd{box-shadow: 0 0 5px 0 #eee;}
#newse1 .dinwegherddd img{max-width:100%}

#newse2{height:100%;padding:10px;}
#newse2 .dinwegherddd{height:100%}
#newse2 .dinwegherddd img{width:100%;height:100%;}

.xx-abouys_auro2 .tabbable .tab-content>#panel-4{height:100%;}


#newse3{height:100%;padding:10px;}
#newse3 .dinwegherddd{height:100%}
#newse3 .dinwegherddd img{width:100%;height:100%;}

.xx-abouys_auro2 .tabbable .tab-content>#panel-5{height:100%;}