﻿@charset "utf-8";
/* CSS Document */




@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../../fonts/iconfont.ttf?t=1751441396846') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ershouche:before {
  content: "\e601";
}

.icon-qiche-copy-copy:before {
  content: "\e642";
}

.icon-network-layout-full:before {
  content: "\e9fc";
}

.icon-shuju:before {
  content: "\e771";
}
.icon-jishuyoushi2:before {
  content: "\e6c6";
}

.icon-waipaiyiyuan_xianxing:before {
  content: "\e605";
}

.icon-right:before {
    content: "\e7eb";
}

.icon-left:before {
    content: "\e7ec";
}

/*css 初始化 */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #E2E2E2
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555
}*/

*{
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite, code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio, video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; outline-style:none;/*FF*/font-size:10px;  font-family: "Arial","Microsoft Yahei";  list-style:none;}
body { line-height:1; }
a{ margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;text-decoration:none; color:#000; cursor:pointer;outline:0;}
a:hover,a:focus{ text-decoration:none;  outline-style:none;/*FF*/ }
table { border-collapse:collapse; border-spacing:0;}
input, select {vertical-align:middle;}
/*css为clearfix，清除浮动*/
.clearfix::before,.clearfix::after{content:""; height:0; line-height:0; display: block;visibility: hidden; clear:both;}
.clearfix:after{clear:both;} 
.clearfix{*zoom:1;/*IE/7/6*/}

.hide{
    display: none;
}
.show{
    display: block;
}
button {
    cursor: pointer;
}
.warp{max-width:1700px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.warp2{max-width:1600px;margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.clear{ overflow:hidden;}
.clear2{ clear:both;}

img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
.play{transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;} 

h2{
    font-size:9.2rem ;
}
h3{
    font-size: 4.8rem;
}
h4{
    font-size: 3.6rem;
}
h5{
    font-size: 2.4rem;
    line-height: 24px;
}
h6{
    font-size: 1.8rem;
}
p{
    font-size: 1.4rem;
    line-height: 22px;
}
.font-36{
    font-size: 3.6rem;
    line-height: 36px;
}


/*间距结束*/
/*盒子*/
.flex-box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.flex-txt{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/*盒子结束*/

/*parts*/
div.fy {text-align:center;line-height:4rem; width: 100%}
div.fy a { margin:2px 2px;padding:8px 12px;color:#666;font-size:1.4em; display:inline; background: #fff; box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}
div.fy a:hover {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy a:active {
    color: #fff;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.current {
    margin: 2px 2px;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.4em;
    background: #d7b87f;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
div.fy span.disabled{  margin:2px 2px;padding:8px 12px; color:#666; font-size:1.4em; background: #fff;  box-shadow: 2px 2px 4px rgba(0,0,0,0.2);}

/*手机导航*/
.m-header{ width:100%; background:#fff;}
#hamburger { width: 24px; height: 14px;	position:fixed;	top: 30px;	right: 20px;	z-index: 10;display: none !important;}
#hamburger:before, #hamburger:after, #hamburger span { background:#fff; content: ''; display: block;    width: 20px;  height: 2px;}
#hamburger span {	margin: 4px 0 0 0;}
#hamburger:after {	margin: 4px 0 0 0;}
#hamburger.hb-fixed {	position: fixed;}
/* Hamburger animation */
#hamburger:before, #hamburger:after, #hamburger span {	-webkit-transition: none 0.3s ease 0.3s;	transition: none 0.3s ease 0.3s;	-webkit-transition-property: transform, top, bottom, left, opacity, margin;	transition-property: transform, top, bottom, left, opacity, margin;}
html.mm-opening #hamburger:before, html.mm-opening #hamburger:after {top: 20px;background-color: #fff;}
html.mm-opening #hamburger span {	left: -50px;	opacity: 0;}
html.mm-opening #hamburger:before {	transform: rotate( 45deg );	margin: 7.5px 0 0 0;}
html.mm-opening #hamburger:after {	transform: rotate( -45deg );margin: -7.5px 0 0 0;}
/*搜索*/
.overCurtain {position: fixed; top:20px; right:40px; height:40px; width:40px;display:none; opacity:1; z-index:1000; cursor:pointer;}
.hide-center { background-color:rgba(0,0,0,0.8);  position:fixed; z-index:999; display:none; width:100%; height:100%; top:0;}
.hide-center .boxs{ display:table; width:100%; height:100%;}
.hide-center .box{ display:table-cell; vertical-align:middle; padding:0 20px;}
.field__input{ float:left; width:100%; border:none; outline:none; height:60px; padding:20px 160px; font-size:3.2em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-align:center; border-bottom:1px solid #ccc; background-color: transparent;}
.m-btn{ float:left; border:none; outline:none; background-color: transparent; padding:19.5px; height:60px; font-size:1.6em; font-weight:bold; color:#fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:140px; position:absolute; right:40px; text-transform:uppercase;}
.s-close { width:40px; height:40px; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all; font-size:0px; margin-top:20px;    display:block;}
.s-close::before,.s-close::after {  content:''; width:40px; height:2px; background:#FFF;    display:block; transition:linear .5s all;-moz-transition: linear .5s all; -webkit-transition:linear .5s all; -o-transition: linear .5s all;}
.s-close::before {  -webkit-transform:rotate(45deg);    transform:rotate(45deg);}
.s-close::after {   -webkit-transform:translateY(-2px) rotate(-45deg);  transform:translateY(-2px) rotate(-45deg);}
.s-close:hover:before{transform:rotate(90deg);}
.s-close:hover:after{ transform:rotate(0deg);}


.relative {
    position: relative;
    top: 0;
    left: 0;
}

.pb6 {
    padding-bottom: 6px;
}

/*asid_share*/
.asid_share {
    position: fixed;
    width: 80px;
    bottom: 15%;
    right: 0;
    z-index: 890;
}

*html #asid_share {
    position: absolute;
    top: expression(documentElement.scrollTop + "px");
    margin: 300px 0 0 0;
}

.asid_share .asid_share_box {
    width: 100%;
    margin-bottom: 3px;
    background: #000;
    text-align: center;
}

    .asid_share .asid_share_box a {
        display: block;
        height: 72px;
        padding-top: 10px;
    }

        .asid_share .asid_share_box a img {
            width: 30px;
            height: 30px;
        }

    .asid_share .asid_share_box p {
        color: #fff;
        line-height: 22px;
        font-size: 12px;
    }

    .asid_share .asid_share_box a:hover {
        background: #d6ad63;
        text-decoration: none;
    }

        .asid_share .asid_share_box a:hover .asid_title, .asid_share .asid_share_box .asid_title {
            color: #fff;
            font-size: 12px;
            display: block;
            padding-left: 6px;
            line-height: 18px;
            width: 30px;
            margin-top: -2px;
        }

.asid_share .red_bag {
    background: #e12500;
    text-decoration: none;
}

.asid_share .asid_sha_layer {
    background: #000;
    position: absolute;
    right: 80px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.sweep_img {
    padding: 10px;
}

.asid_share_box .asid_help_list {
    padding: 10px 20px;
    text-align: left;
}

    .asid_share_box .asid_help_list li {
        line-height: 26px;
        height: 26px;
        color: #fff;
    }

        .asid_share_box .asid_help_list li a {
            line-height: 26px;
            height: 26px;
            padding: 0 0 0 14px;
            text-align: left;
        }

.asid_help_list li a:hover {
    color: #fff;
}

.asid_share_triangle {
    width: 12px;
    height: 40px;
    position: absolute;
    right: 45px;
    bottom: -12px;
    z-index: 100;
}

.border_sj, .con_sj {
    display: block;
    width: 18px;
    height: 28px;
    font-size: 18px;
    overflow: hidden;
    font-family: SimSun;
}

.border_sj {
    color: #ccc;
    font-style: normal;
}

.con_sj {
    color: white;
    margin: -14px -2px 0 0;
    margin: -28px 0 0 -2px;
}



/*header*/
/*header*/

/*.header *,.header .list>a:after{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.header{transition:ease 1s all;-moz-transition: ease 1s all; -webkit-transition:ease 1s all; -o-transition: ease 1s all;}*/
.header{  
    text-align: center; 
    border-bottom: 1px solid #444; 
    background: #171717; 
    z-index: 9;  
    position:fixed; 
    left: 0; 
    width: 100%; 
    top:0%;
}
.header .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
}
.header .list{ float:left; margin-right: 40px;}
.header .list .dot{float:left; padding: 0 30px; }
.header .list .dot a.li1{font-size: 1.6em; color: #b5b5b5; line-height: 90px; display: inline-block; position: relative; }
.header .list .dot a.li1:after{ transform: scaleX(0); position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background: #d7b880; content: "";}
.header .list .dot:hover  a.li1:after{ transform: scaleX(1);}
.header .list .dot:first-child  a.li1:after{ display: none;}

#a1 #b1:after, #a2 #b2:after, #a3 #b3:after, #a4 #b4:after, #a5 #b5:after, #a6 #b6:after, #a7 #b7:after {
    transform: scaleX(1);
}

.header .nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    align-items:center; 
}
.header .lan,.header .search-head{
/*  padding: 38px 0 28px 10px;*/
    padding: 0;
}
.header .lan{
    margin-right: 30px;
    color: #cecece;
    font-size: 1.6em;
}
.header .lan a{
    line-height: 24px;
    color: #cecece;
    font-size: 1em;
}
.header .lan a:hover{
    text-decoration: underline;
}
.header .search-head input{
    background:url(../images/search_bg.png) right 15px  center no-repeat #d6ad63;
    outline: none;
    border: none;
    line-height: 30px;
    border-radius: 15px;
    width: 120px;
    position: relative;
    padding: 0 15px;
    color:#fff;
}





 .list-box{ text-align: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
 .list-box .dots{ padding-top: 10%;}
.list-box .dots>div:nth-child(3),.list-box .dots>div:nth-child(4){ display: none;}
 .list-box .dots h3{ padding: 20px 15%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
 .list-box .dots h3 a{ display: block; font-size: 1.6em; color: #fff; }
 .list-box .dots p{ line-height: 2.5;  padding: 10px 18%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
 .list-box .dots p a{ display: block; font-size: 1.4em; color: #ccc;}
 .list-box .panel-body{ background: #2f2f2f; padding: 12px 0; display: none; }
 .list-box h3:hover{ background: #292929;}
 .list-box .panel-body p:hover{ color: #fff; background: #3f3f3f;}
 .list-box.on{ left: 0;}
 .list-box .tit{ padding: 12% 6% 10% 6%; border-bottom: 1px solid #666;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #111;}
 .list-box .tit h3{ float:left; font-size: 2em; color: #fff; font-weight: bold; }
 .list-box .tit span{ display: inline-block; width: 20px; float:right;}
 .list-box .tit span img{ width: 100%;}

.header .logo{ padding:24px 0 0 0;}


.header.up{ top:-200px; background:#fff;}

/*下拉层*/
.header .list .dot .nav_down {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: linear .5s all;
    -moz-transition: linear .5s all;
    -webkit-transition: linear .5s all;
    -o-transition: linear .5s all;
    /*  display: none;*/
    overflow: hidden;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
}
/*.header .list .dot:hover .nav_down{
    display: block;
    height: auto;
    
}*/
.newcar{
    text-align: left;
    padding: 35px 60px 50px 60px;
}
.newcar h3{
    position: relative;
    font-size: 3em;
    color: #000;
}
.newcar h3:after{
    position: absolute;
    content: "";
    width: calc(100% - 160px) ;
    height: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #d7b880;
}
.newcar .nav_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px;
}
.nav_box .nav_img{
    width: 60%;
}
.pp_box {
    width: 40%;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.pp_box a{
    width: 146px;
    font-size: 1.4em;
    color: #7a7a7a;
    margin: 0 10px 10px 0px;
    position: relative;
    line-height: 30px;
    height:30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.pp_box a p{
    line-height: 30px;
}
.pp_box a span{
    display: none;
}
.pp_box a:hover{
    color: #d7b880;
    font-weight: bold;
}
.pp_box a:hover span{
    display: initial;
    font-size: 30px;
    color: #d7b880;
    font-weight: normal;
    margin-left: 10px;
    line-height: 26px;
}


/*footer*/
.footer a,.footer .links img{transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.footer{ background:#151515;  background-size: cover !important; padding-bottom: 100px;}
.footer .f-mune{  padding: 90px 0 10px 0;}
.footer .f-mune .dots{ float:left; width: 70%;}
.footer .f-mune .dots .info{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
}
.footer .f-mune .dots .info .img{
    margin-right: 35px;
}
.footer .f-mune .dots .info .txt{
    display: flex;
    flex-direction:column;
    justify-content: space-between;
}
.footer .f-mune .dots .info .txt h4{
    font-family: "Arial";
    font-size: 30px;
    color: #fff;
}
.footer .f-mune .dots .info .txt p{
    font-size: 1.4em;
    color: #fff;
    line-height: 24px;
    color: #999999;
}
.footer_nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #555555;
    padding-bottom: 35px;
}
.footer_nav a{
    color: #fff;
    font-size: 1.6em;
}

.footer .f-mune .fct{ float:right; width: 30%; text-align: right; }
.footer .f-mune .fct h3{ font-size: 3em; color: #fff; font-weight: bold; margin: 14px 0;}
.footer .f-mune .fct p{ font-size: 1.4em; color: #555; line-height: 1.5;}
.footer .f-mune .fct .fs{ margin-top: 25px;}
.footer .f-mune .fct .fs a{ display: inline-block; margin-left: 30px;}
.footer .f-mune .fct .fs a:hover{ transform: translateY(-6px);}
.fd{ overflow: hidden; padding: 30px 0; border-top: 1px solid #555555; background-color: #151515}
.fd p{ float:left; font-size: 1.4em;  color: #555; line-height: 1.5;}
.fd p a{ color: #555; font-size: 1em;}
.fd p a:hover{ text-decoration: underline;}

.bottomlist{ background:#d6ad63; position:fixed; width:100%; bottom:0; left:0;  display:none; z-index:200;}
.bottomlist ul{ width:100%;}
.bottomlist ul li{ width:33.33%; float:left; text-align:center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding:5px;}
.bottomlist>ul>li>a>div{ font-size:1.6em; color:#fff;}
.bottomlist ul li img{ width:40px; height:40px;}


.ctb{ position: relative; }
.ctb .ct{ z-index: 2; position:absolute; top:-50px; left: -50px;  width: 100px; height: 100px;transform: scale(0);transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.ctb .ct img{ width: 100%;}
.ctb:hover .ct{transform: scale(1);}


.ismob {
    display: none
}
/*tits*/




/*banner*/
.banner {}
.ban{
    position: relative;
}
.ban video {
    background-attachment: fixed;
    background-size: cover !important;
    height: 100vh;
    object-fit: cover;
}
.ban-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:linear-gradient( to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 1.0) 100%) ;
}
.ban-box{
    padding: 120px 0;
}
    .ban-box a {
        background: rgba(255,255,255,0.6);
        height: 36px;
        line-height: 36px;
        border-radius: 17px;
        padding: 0 33px;
        display: inline-block;
        font-size: 1.6em;
        color: #fff;
        margin-bottom: 50px;
        margin-right: 20px;
    }
        .ban-box a:hover, .ban-box a.cur {
            background: #d6ad63;
        }
.ban-box p{
    color: #fff;
    font-size: 6em;
    font-weight:lighter;
}
.ban-box p strong{
    font-size:1em;
}
    .ban-box h1 {
        font-size: 5.8em;
        color: #fff;
        margin-top: 25px;
        font-weight: bold;
    }

/*public*/
.tit{
    
    
}
.tit h2{
   font-family: "Demi"; 
}
 
.tit .link a{
    font-size: 1.8rem;
    border: 1px solid #000;
    line-height: 36px;
    border-radius: 18px;
    display: inline-block;
    width: 200px;
    color: #000;
    padding: 0 0 0 28px;
    position: relative;
}
.tit .link a:after{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "iconfont";
    content: "\e8d7";
    font-size: 1.4rem;
    color: #000;
    font-weight: lighter;

}
.tit .link a:hover{
    background-color: #014190;
    border: 1px solid #014190;
    color: #fff;
}
.tit .link a:hover:after{
    content: "\e8d4";
    font-size: 1.6rem;
    color: #fff;

}


/*ip*/
.ip .ipl .ipld,.ip .ipl .ipld p{  transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all; }
.ip .ipl{ margin-top: -1px; display:flex; align-items: center;}
.ip .ipl .ipld{ cursor: pointer; width: 50%; text-align: center; background: #f2f2f2; position: relative; display: flex; justify-content: space-between; align-items: center; padding: 30px 130px 30px 200px}
.ip .ipl .ipld>*{ position:relative; z-index: 2;}
.ip .ipl .ipld p{ font-size: 4.2em; color: #000; line-height: 1.5; margin-top: 6px;}
.ip .ipl .ipld span{display: block; width: 35px; height: 7px; background: url(../images/ip1_tit.png) center center no-repeat;}
.ip .ipl .ipld.hover{
    background: linear-gradient(to right, #d7b880, #c39862) ;
}
.ip .ipl .ipld.hover:after{ transform: scaleX(1);}
.ip .ipl .ipld.hover:before{ left:0; width: 100%; transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;}
.ip .ipl .ipld.hover p{ color: #fff; }
.ip .ipl .ipld.hover span{ background: url(../images/ip1_tit_hover.png) center center no-repeat;}}
.ip .ipl .ipld.hover img{ filter:invert(100%);}

.ip .iplt{ position: relative; background: url(../images/ip-bg.jpg) bottom right no-repeat; background-size: cover !important; overflow: hidden;}
.ip .iplt .ipd{ padding:70px 0px 30px 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.ipdb .warp{ display: flex; justify-content: space-between; flex-direction: initial; flex-wrap:wrap; }
.ipdb .iplist{ width:56% }
.ipdb .iptxt{ position: relative; z-index: 2; width: 35%; order: 2;}
.ipdb .iptxt h3{  color: #000; margin-bottom:25px; }
.ipdb .iptxt p{ font-size:2em; color: #888; line-height: 1.5;text-transform: uppercase; padding-bottom: 20px}
.ipdb .iptxt a{ }
.ipsl{ width: 30%; max-width: 350px;}
.ipsl span{ cursor: pointer; font-size: 2.4em; color: #888; line-height: 1.2; margin: 15px 0; padding: 30px 0; display: block; position: relative;}
.ipsl span:after{ position: absolute; top:10%; left: -1.2em;  content: ""; width: 100%; background: url(../images/iplr.png) left center no-repeat; background-size: contain; height: 80%; transform: scale(0); transform-origin : 0% 50% 0; z-index: 0;} 
.ipsl span.hover{ font-size: 3.6em; font-weight:bold; color: #333; }
.ipsl span.hover:after{ transform: scale(1);}
.ipsd{ transform: scale(1.1); width: 40%; max-width: 700px; position: relative;}
.ipsd .ipst,.ip .ipd{ display: block; transform: scale(0);opacity: 0; position: absolute; top:0; left: 0; width: 100%; height: 100%;}
.ip .ipd{transform: translateY(200px);}
.ip .ipd{background: url(../images/ip_used_car.jpg) right center no-repeat; background-size: cover;}
.ip .ipd:first-child{background: url(../images/ip_new_car.jpg) right center no-repeat; background-size: cover;}
.ipsd .ipst.hover{ transform:scale(1); opacity: 1;}
.ipsd img{ padding-top: 10%; max-width: 100%;}
.ipd:first-child,.ipst:first-child{position: relative; display: block;}
.ip .ipd.hover{ z-index: 2; transform: translateY(0px);opacity: 1;}
.ipdb .iplist .dl{
    padding-right: 10px;
}
.ipdb .iplist .dd{
    margin-bottom: 33px;
    box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.2) ;
    -moz-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.2) ;
    -webkit-box-shadow: 2px 4px 7px rgba(0, 0, 0, 0.2) ;
}
.ipdb .iplist .title{
    background-color: #f6f6f6;
    padding: 15px 15px 15px 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.ipdb .iplist .title h5{
    margin-bottom: 15px;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制显示两行 */
    overflow: hidden;
}
.ipdb .iplist .title p{
    font-size: 1.4em;
    color: #999;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制显示两行 */
    overflow: hidden;
}
.ipdb .iplist .tit_btn span{
    display: block;
    border-radius: 15px;
    border: 1px solid #999;
    color: #999;
    padding: 0 20px;
    line-height: 30px;
    font-size: 1.4em;
}
.ipdb .iplist .tit_txt{
    width: calc(100% - 94px);
}
.ipdb .iplist .tit_btn{
    width: 74px;
}


.ip1_btn {
    margin-left: -20px;
}

    .ip1_btn a span {
        font-size: 80px;
        color: #999
    }

    .ip1_btn a:hover span {
        font-size: 80px;
        color: #000
    }

.ip1_btn a:first-child{
    margin-right:50px;
    display: inline-block;
}
.ipdb .iplist a:hover .title{
    background: linear-gradient( 135deg, #c0c0c0 0%, #c0c0c0 50%  ,#747474 100%) ;
}
.ipdb .iplist a:hover .title h5,.ipdb .iplist a:hover .title p{
    color: #fff;
}
.ipdb .iplist a:hover .tit_btn span{
    background-color: #d6ad63;
    border-color: #d6ad63;
    color: #fff;
}

.advert{
    padding: 60px 0;
}
.advert h3{
    text-align: center;
    margin-bottom: 65px;
    font-weight: 600;
}
.advert .dot{
    border-right: 1px solid #b4b2b3;
    text-align: center;
}
.advert .adv_zs .warp{
    position: relative;
    margin-top: 65px;
    text-align: center;
}
.advert .adv_zs .warp span{
    display: inline-block;
    color: #d7b880;
    border: 1px solid #d7b880;
    border-radius: 25px;
    line-height: 50px;
    font-size: 2.4em;
    padding: 0 60px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.advert .adv_zs .warp:after{
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #d7b880;  
}


/*ip2*/
.ip2 .dot .img{transition:ease 0.5s all;-moz-transition: ease 0.5s all; -webkit-transition:ease 0.5s all; -o-transition: ease 0.5s all;}
.ip2{
    padding: 90px 0 0 0;
    background: #f6f6f6;
    position: relative;

}
.ip2 .warp{
    position: relative;
}
.ip2 h3{
    font-weight: 600;
}
.ip2 .tit{
    padding-bottom: 50px;
}
.ip2 .box{
    width: calc(100%  - 710px);
}

.ip2 .box .swiper-horizontal>.swiper-pagination-bullets{
    right: 80px;
    left: initial;
    bottom: 26px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ip2 .box .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.ip2 .box .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #d6ad63;
}
.ip2_icon{
    background-color: #c0c0c0;
}
.ip2_icon .icon_box{
    width: calc(100%  - 710px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 35px 120px 75px 120px;
}
.ip2_icon .icon_box .dot{
    text-align: center;
    color: #fff;
    width: 190px;
    padding: 30px 15px;
    border-radius: 15px;
    background:  linear-gradient(to top, rgba(255, 255, 255,0.3) 0%, rgba(255, 255, 255,0) 20% ,rgba(255, 255, 255,0) 80%,rgba(255, 255, 255,0.3) 100% ) ;
}
.ip2_icon .icon_box .dot:hover,.ip2_icon .icon_box .dot.cur{
    background:  linear-gradient(to right bottom, #d7b87f 0%,#d4b074 60%,#c29c6a 100%) ;
}
.ip2_icon .icon_box .img{
    padding-bottom: 20px;
}
.ip2_icon .icon_box h5{
    padding-bottom: 25px;
}
.ip2_info{
    position: absolute;
    top: 0;
    right: 0;
    width: 710px;
    border-top: 17px solid #d7b880;
    padding: 60px 50px 70px 50px;/*改*/
    background-color: #fff;
    z-index: 1;
    box-shadow:2px 4px 8px #acacac;
    -moz-box-shadow:2px 4px 8px #acacac;
    -webkit-box-shadow:2px 4px 8px #acacac;
}
.ip2_info .txt img{
    margin-bottom: 60px;/*改*/
}
.ip2_info .txt h4{
    margin-bottom: 25px;
}
.ip2_info .txt h5{
    margin-bottom: 30px;/*改*/
}
.ip2_info .txt p{
    line-height: 24px;
}
.ip2_info .txt .txt2{
    text-align: right;
}
.ip2_info .txt2{
    padding-top: 40px;/*改*/
    padding-bottom: 50px;/*改*/
}
.ip2_info .txt a{
    color: #555;
    font-size: 1.4em;
    border: 1px solid #555;
    display: inline-block;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 30px;
}
.ip2_info .txt a:hover{
    color: #fff;
    background-color: #d7b87f;
    border-color: #d7b87f;
}
.ip2_info .dots{ display:flex; justify-content:space-between; color:#555 ; flex-wrap: wrap;}
.ip2_info .dots .dot{ padding:20px 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
    .ip2_info .dots .dot:first-child {
        border-right: 1px solid #cfcfcf;
        padding-right: 40px;
    }

    .ip2_info .dots .dot:last-child {
        border-left: 1px solid #cfcfcf;
        padding-left: 40px;
    }

    .ip2_info .dots .dot h3 {
        font-size: 1.8em;
        color: #999999;
        margin-bottom: 20px;
    }

    .ip2_info .dots .dot p {
        font-size: 4em;
        color: #555;
        font-weight: 800;
    }

        .ip2_info .dots .dot p span {
            font-size: 1em;
            font-family: "Arial"
        }


/*第三层*/
.ip3{
    padding: 90px 0;
}
.leve4 .swiper-slide.swiper-slide-active:after,.leve4 .swiper-slide.swiper-slide-active:before,.leve4 .swiper-slide .img img{transition:ease-out 0.6s all;-moz-transition: ease-out 0.6s all; -webkit-transition:ease-out 0.6s all; -o-transition: ease-out 0.6s all;}
.leve4 .warp{ margin-bottom: 30px;}
.leve4 .tit h6{ color: #888; line-height: 1.5; font-weight: 100; font-family: "Microsoft Yahei"; }
.leve4 .tit h3{ color: #000; line-height: 1.2;font-weight: 600;}
.leve4 .inews-slider{max-width:100%; padding: 0 calc((100% - 1700px)/2); overflow: hidden;  margin:0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.leve4 .swiper-slide .img{ width: 90%; overflow: hidden; max-width: 1000px;}
.leve4 .swiper-slide .img img{ width: 100%;  position: relative; -webkit-filter:sepia(1);
    -moz-filter:sepia(0.5);
    -ms-filter:sepia(0.5);
    -o-filter:sepia(0.5);
    filter:sepia(0.5);
}
.leve4 .swiper-slide .txt{ width: 90%; padding: 30px 4px 0 4px; max-width: 1000px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.leve4 .swiper-slide .txt h3{ font-size: 2em; color: #333; font-weight: bold; margin-bottom: 20px; line-height: 24px; height: 24px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:1;}
.leve4 .swiper-slide .txt p{ font-size: 1.6em; color: #888; line-height: 1.5; line-height: 24px; height: 48px; display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden; -webkit-line-clamp:2;}
.leve4 .swiper-slide .txt span{ font-size: 1.4em; color: #888; margin-top: 20px; display: inline-block;}
.leve4 .swiper-slide:after{ position: absolute; left: -1px; top:-1px;  background: #fff; height: 30%; width: 102%; content: "";}
.leve4 .swiper-slide:before{ position: absolute;  left: -1px; bottom:0;  background: #fff; height: 150px; width:  102%; content: "";}
.leve4 .swiper-slide.swiper-slide-active i:after{ position: absolute; right: -30px; top:0;  background: #eee; height: 75%; width: 2px; content: "";}
.leve4 .inews-slider .btn{ width: 196px; position: absolute; right: 16%; top:6%;z-index: 1;}
.leve4 .inews-slider .swiper-button-prev{ left: 0; background-image: url(../images/in-p.jpg);}
.leve4 .inews-slider .swiper-button-next{ right: 0; background-image: url(../images/in-n.jpg);}
.leve4 .inews-slider .swiper-button-prev,.leve4 .inews-slider .swiper-button-next{ width: 98px; height: 98px; background-size: 98px 98px;}
.leve4 .swiper-slide.swiper-slide-active:after,.leve4 .swiper-slide.swiper-slide-active:before{ height: 0;}
.leve4 .swiper-slide.swiper-slide-active .img img{-webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -ms-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:grayscale(0%);
    filter:gray;}
.leve4 .swiper-button-prev:after,.leve4 .swiper-container-rtl .swiper-button-next:after,.leve4 .swiper-button-next:after,.leve4 .swiper-container-rtl .swiper-button-prev:after{ content: "";}
.leve4 .swiper-slide:hover img{ transform: scale(1.1);}

/*第四层*/
.feed_in{
    background: url(../images/feed_in_bg.jpg) center center no-repeat ;
    background-size: cover;
    padding: 90px 0;
}
.feed_in .warp{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.feed_in .txt p{
    font-size: 2em;
    color: #888;
}
.feed_in .txt h4{
    font-size: 4.8em;
    color: #000;
}

.feed_in .feed_form{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;/*ADD*/
}
.feed_in .feed_form .dot{
    margin: 0 10px;
}
.feed_in .feed_form .dot input{
    outline: none;
    background-color: transparent;
    color: #959595;
    font-size: 1.6em;
    border: 1px solid #959595;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
}
.feed_in .feed_form .dot button{
    background: linear-gradient(to right, #d7b880, #b5824d);
    background: url(../images/tijiao.png) right 40px center no-repeat  #d6ad63;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    outline: none;
    border: none;
    font-size: 1.8em;
    color: #fff;
    padding: 0 80px 0 60px;
}




/*内页*/
/*banners-start*/
.banners,.banners2{ 
    background-size: cover !important;   
    overflow: hidden;
    position: relative;
    height: 700px;
}



.about{ background: url(../images/banners/ab-banner.jpg) center center no-repeat;}
.contactb{ background: url(../images/banners/contact-banner.jpg) center center no-repeat;}
.new{ background: url(../images/banners/news-banner.jpg) center center no-repeat;}
.banners2 .warp2{ text-align: center; height: 600px; justify-content: center;}
.videos{ background: url(../images/banners/video-banner.jpg) center center no-repeat;}
.newcar2{background: url(../images/banners/newcar-banner.jpg) center center no-repeat;  }
.usedcar{background: url(../images/banners/usedcar.jpg) center center no-repeat;  }
.proshow{ background: url(../images/banners/proshow.jpg) center center no-repeat;}
/*banners-end*/




/*内页通用*/
.intit{
    padding:0px 0 15px 0;
    color: #333;
    position: relative;
}

.intit h3{
   padding-bottom: 35px;
   font-weight: 600;
   
}
.intit h5{
    color: #555;
}

/*面包屑*/
.stip{
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}
.stip .warp2 .txts{
    display: flex;
    justify-content: flex-start;

}
.stip .warp2 .txts a{
    font-size: 1.6em;
    line-height: 24px;
    display: flex;
    justify-items: center;
    position: relative;
    padding-right: 10px;
    margin-right: 3px;
    color: #fff;
}
.stip .warp2 .txts a b{
    font-weight: normal;
    font-size: 1em;
   
}
.stip .warp2 .txts a:first-child b{
     padding-left: 8px;

}
.stip .warp2 .txts a:hover b{
    text-decoration: underline;

}
.stip .warp2 .txts a:after{
    position: absolute;
    content: "-";
    font-size: 16px;
    color: #fff;
    top: 0;
    right: 0;
}
.stip .warp2 .txts a:last-child:after{
    display: none;
}


/*通用*/



/*about-start*/

.ab1{
    /* padding: 90px 0 80px 0;
   background-color: #ffff;*/
    position: relative;
    margin-top: -160px;
    
    
}
.ab1 .intit{
    padding-bottom: 85px;
    border-bottom: 1px solid #cdd2d6;
}
.ab1 .intit h3{
   letter-spacing:0px;
}

.ab1 .ab1_info{
    background: url(../images/about/ab1_bg.jpg) left bottom no-repeat;
    background-size: 40% auto;
    margin-top: 65px;
    padding-top: 35px;
    padding-bottom: 100px;
}
.ab1 .ab1_info .warp2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.ab1 .ab1_left{
    width: 45.5%;
}
.ab1 .ab1_left h5{
    padding-bottom: 25px;
}
.ab1 .ab1_left h4{
    padding-bottom: 110px;
    font-size: 3rem;
}
.ab1 .ab1_left .year{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
}
    .ab1 .ab1_left span {
        font-size: 13em;
        text-transform: uppercase;
        font-weight: lighter;
        color: #999999;
    }
.ab1 .ab1_left b{
    font-family: "Arial";
    font-weight: bold;
    font-size: 13em;
}
.ab1 .ab1_right {
    width: 54.5%;
    background: url(../images/about/about_right_bg.jpg) bottom right no-repeat;
    padding-bottom: 150px;
}
.ab1 .ab1_right .img{
    text-align: right;
}
    .ab1 .ab1_right .info h1 {
        font-size: 2em;
        margin-top: 80px;
        padding-bottom: 15px;
        font-weight: bold;
    }
.ab1 .ab1_right .info p{
    font-size: 1.6rem;
}
.ab1 .ab1_right .info h6{
    font-size: 3em;
    color: #d6ad63;
    line-height: 50px;
    margin-top: 45px;
}




.ab2{
    padding: 90px 0  75px 0 ;
    position: relative;
    background: linear-gradient(to right, #dfdfdf, #fafafa);
}

.ab2 .warp2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab2 .ab2_left{
    width: 23%;
}
.ab2 .ab2_right {
    width: 73%;
    padding-top: 10px;
}

.ab2 .btn {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 55px;
}
.ab2 .btn_prev{
    width: 98px;
    height: 98px;
    background: url(../images/in-p.jpg) center center no-repeat;
    cursor: pointer;
}
.ab2 .btn_next{
    width: 98px;
    height: 98px;
    background: url(../images/in-n.jpg) center center no-repeat;
    cursor: pointer;
}




.ab3{
    
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.ab3_pad{
    padding-left: calc((100vw - 18px - 1600px)/2);
}
.ab3 .ab3_left{
    width:38.5% ;
    padding: 85px 0 0px 0;
    border-right: 1px solid #dedede;
}
.ab3 .ab3_right{
    width:61.5% ;
    padding: 85px 0;
}
.ab3 .ab3_list{
    margin-top: 60px;

}
.ab3_list .dot{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
    padding-bottom: 35px;
}
.ab3_list .icon{
    width: 112px;
    height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ab3_list .icon span{
    width: 76px;
    height: 76px;
    display: block;
    font-size: 50px;
    color: #272536;
    border-radius:38px ;
    border: 2px solid #272536;
    position: relative;
}

.ab3_list .icon span:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 

}

.ab3_list .dot:nth-child(2) .icon span:before{
    transform: translate(-37%, -50%); 
}
.ab3_list .dot:nth-child(3) .icon span:before{
    transform: translate(-54%, -50%); 
}
.ab3_list .info{
    width: calc(100% - 200px);
    padding-right: 120px;
}

.ab3_list .info h5 {
    padding-bottom: 20px;
    font-size: 2.4em;
    font-weight: 600;
} 
.ab3_list .info p{
    color: #999999;
}

.ab3_list .dot:hover,.ab3_list .dot.cur{
    background-color: #d6b77e;
}
.ab3_list .dot:hover .icon,.ab3_list .dot.cur .icon{
    background: url(../images/about/ab3_hover.png) center center no-repeat;
}
.ab3_list .dot:hover .icon span,.ab3_list .dot.cur .icon span{
    border: none;
    color: #fff;
}
.ab3_list .dot:hover .info h5,.ab3_list .dot:hover .info p,.ab3_list .dot.cur .info h5,.ab3_list .dot.cur .info p{
    color: #fff;
}


.ab3 .ab3_right .dot{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 12%;
    height: 100%;
    display: none;
}
.ab3 .ab3_right .dot.cur{
    display: flex;
}
.ab3 .ab3_right .dot img{
    padding-bottom: 80px;
}
.ab3 .ab3_right .dot p{
    color: #555;
}





.ab4{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: url(../images/about/ab4_bg.jpg) center center no-repeat ;
    background-size: cover;
}
.ab4 .dot{
    width: calc(100%/3);
    height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.ab4 .dot .txt{
    text-align: center;
    color: #fff;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.ab4 .dot .txt span{
    font-size: 96px;
    margin-bottom: 50px;
    display: inline-block;
}
.ab4 .dot .txt h4{
    margin-bottom: 20px;
    font-size: 3em;
    font-weight: 600;
}

.txt_zz{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background-color: rgba(214,183,126,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
    overflow: hidden;
    transition:ease .5s all;-moz-transition: ease .5s all; -webkit-transition:ease .5s all; -o-transition: ease .5s all;
}
.txt_zz .box{
    width: 72%;
}
.txt_zz .title{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    color: #fff;
}
.txt_zz .title h4{
    font-size: 3em;
}
.txt_zz .title span{
    font-size: 96px;
    position: relative;
}

.txt_zz .txt_p {
    color: #fff;
    padding-top: 55px;
}
.txt_zz .txt_p p{
    margin-bottom:10px;
}
.ab4 .dot:nth-child(2) .txt_zz span{margin-bottom: -20px;} 
.ab4 .dot:nth-child(3) .txt_zz span{margin-bottom: -12px;}

.ab4 .dot:hover {
    background-color: rgba(214,183,126,0.9);
}


.ab5{
    padding: 85px 0 95px 0;
}
.ab5 .title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ab5 .btn{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ab5 .btn_prev2{
    width: 98px;
    height: 98px;
    background: url(../images/in-p.jpg) center center no-repeat;
    cursor: pointer;
}
.ab5 .btn_next2{
    width: 98px;
    height: 98px;
    background: url(../images/in-n.jpg) center center no-repeat;
    cursor: pointer;
}
.ab5 .box{
    padding-top: 60px;
}
.ab5 .box .swiper-slide{
    height: 400px;
    display: flex;
    align-items: flex-end;
}
.ab5 .box a{
    position: relative;
}
.ab5 .box a .img{
    position: relative;
}


.ab5 .box a p {
    font-size: 2.4em;
    padding-top: 20px;
    text-align: center;
    line-height: 30px;
}
.ab5 .box a .img{
    border-radius: 8px;
    overflow: hidden;
}
.ab5 .box .swiper-slide a{
    width: 80%;
}
.ab5 .box .swiper-slide-active a{
    width: 100%;
}
.ab5 .box .swiper-slide-active p{
    text-align: center;
    color: #d6ad63;
    font-weight: bold;
}
.ab5 .box .swiper-slide-next{
    justify-content: flex-end;
}
.ab5 .box .swiper-slide-active a .img:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
    background: linear-gradient(to bottom, rgba(214,173,99,1) 0% ,rgba(214,173,99,0) 25% ,rgba(214,173,99,0) 75% ,rgba(214,173,99,1) 100% );
}

.ab5 .box2{
    margin-top: 50px;
    padding:50px  30px;
    background-color: #d6b77e;
}
.ab5 .box2 img{
    border-radius: 8px;
}

/*about-end*/

/*product*/

/*product*/
.pro1{
    margin-top: -160px;
    padding-bottom: 50px;
}

.pro_search {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-bottom: 60px;
    border-bottom: 1px solid #cdd2d6;
    position: relative;
    z-index: 2;
}
.pro_search .dot{
    width: calc((100%  - 165px)/4);
    margin-right: 55px;
}
.pro_search .dot:last-child{
    margin-right: 0;
}

.pro_search .layui-form-select .layui-edge{
    border-top-color: #000000;
}
.pro_search .layui-form-select dl dd.layui-this {
    background-color: #f6f6f6;
    color: #000;
    font-weight: 700;
    font-size: 1.4em;
}

.pro_search .layui-form-select .layui-input {
    background-color: #eff0f1;
    border: none;
    color: #555;
    border-radius: 5px;
    line-height: 50px;
    height: 50px;
}

.pro_search .layui-input {
    text-indent: 10px;
    font-size: 1.6em;
}

.pro_search .layui-input:hover {
    border-color: #f6f6f6 !important;
    background-color: #f6f6f6;
}

.pro_search .layui-input:focus, .pro_search .layui-textarea:focus {
    border-color: #f6f6f6 !important;
    box-shadow: none;
}

.layui-input-wrap .layui-input:focus + .layui-input-split {
    border: none
}

.pro_search .layui-form-select dl dd{
    font-size: 1.4em;
}
.pro_box{

    padding-top: 60px;
}
.box_title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.box_result{
    font-size: 3em;
    color: #000;
}
.box_sort .layui-form-label{
    width: 120px;
    font-size: 1.6em;
    color: #555555;
    line-height: 24px;
}




.box_sort .layui-form-select .layui-edge{
    border-top-color: #000000;
}
.box_sort .layui-form-select dl dd.layui-this {
    background-color: #d7b87f;
    color: #000;
    font-weight: 700;
    font-size: 1.4em;
}

.box_sort .layui-form-select .layui-input {
    background-color: #eff0f1;
    border: none;
    color: #555;
    border-radius: 5px;
    line-height: 40px;
    height: 40px;
}

.box_sort .layui-input {
    text-indent: 10px;
    font-size: 1.6em;
}

.box_sort .layui-input:hover {
    border-color: #f6f6f6 !important;
    background-color: #f6f6f6;
}

.box_sort .layui-input:focus, .pro_search .layui-textarea:focus {
    border-color: #f6f6f6 !important;
    box-shadow: none;
}



.box_sort .layui-form-select dl dd{
    font-size: 1.4em;
}

.box_sort .layui-form-select dl dd:hover {
    background-color: #d7b87f;
    -webkit-transition: .5s all;
    transition: .5s all;
}
.box_sort .layui-form-select dl dd.layui-select-tips {
    padding-left: 40px!important;
}
.box_sort .layui-form-select dl dd, .box_sort .layui-form-select dl dt {
    padding: 0 40px;
    line-height: 36px;
    
}

.box_sort .layui-form-item .layui-input-inline,.box_sort .layui-form-item .layui-inline{
    margin-right: 0;
}
.box_sort .layui-form-item{
    margin-bottom: 0;
}


.pro_box  .box{
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
    padding-top: 45px;
}
.pro_box  .box .dot{
    width: calc((100% - 110px)/3);
    margin-right: 55px;
    margin-bottom: 50px;
    border: 1px solid #cdd2d6;
    box-shadow:0px 3px 7px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 7px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 3px 7px rgba(0,0,0,0.1)
}
.pro_box  .box .dot:nth-child(3n){
    margin-right: 0;
}
.pro_box  .box .img{
    position: relative;
}
.pro_box .box .info {
    padding: 15px 20px;
    color: #555;
    width: calc(100% - 130px);
}

.pro_box .box .info h5 {
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* 限制显示两行 */
    overflow: hidden;
    height: 24px;
}


.pro_box .pro_tit {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

    .pro_box .pro_tit p {
        color: #555;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; /* 限制显示两行 */
        overflow: hidden;
        height: 22px;
    }

    .pro_box .pro_tit .pro_more {
    color: #555;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c0c0c0;
    width:130px;
}

.pro_box .pro_tit .pro_more span {
    position: relative;
    font-size: 1.8em;
    display:block;
    line-height:40px;
    margin-right: 5px;
}
.pro_box .pro_tit .pro_more i{
    font-size:3.6em;
    font-weight: lighter;
    font-style: normal;
    margin-top: -8px;
    font-family: "Microsoft Yahei";   

}

.pro_box .box .dot:hover .pro_tit .pro_more {
    background-color: #d7b87f;
    color: #fff;
}
.pro_box .box .dot:hover .pro_tit .pro_more span:after {
    color: #fff;
}

/*产品详情*/

.pros1{
    margin-top: -416px;
    position: relative;
    z-index: 1;
}
.sstip{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdd2d6 ;
    margin-top: 30px;
}

.sstip a ,.sstip span{
    font-size: 1.4em;
    color: #333333;
}
.sstip span{
     margin: 0 6px;
}

.proshowlist1{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 35px;
    flex-direction: row-reverse;
}
.proshowlist1 .img,.proshowlist1 .pro_feed{
    width: calc(50% - 50px);
}


.proshowlist1 .img .swiper-horizontal>.swiper-pagination-bullets{
    
    display:none;
    justify-content: center;
    align-items: center;
}
.proshowlist1 .img .swiper-horizontal>.swiper-pagination-bullets, .proshowlist1 .img .swiper-pagination-bullets.swiper-pagination-horizontal, .proshowlist1 .img .swiper-pagination-custom, .proshowlist1 .img .swiper-pagination-fraction{
    bottom: 30px;
}
.proshowlist1 .img .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
}
.proshowlist1 .img .swiper-pagination-bullet-active{
    width: 15px;
    height: 15px;
    background-color: #d6ad63;
}


.proshowlist1 .pro_feed{
    padding-top: 10px
}
.proshowlist1 .pro_feed h5{
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    position: relative;
}
.proshowlist1 .pro_feed h5:after{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #d7b87f;
}
.pro_form{
    margin-top: 45px;
    padding: 30px;
    background-color: #f3f3f3;
}
.pro_form p{
    font-weight: bold;
}
.pro_form .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.pro_form .box .dot{
    width: calc(50% - 13px);
}
.pro_form .box .dot .li{
    margin-bottom: 26px;
}
.pro_form .box .dot .li:last-child{
    margin-bottom: 0px;
}
.pro_form .box .dot input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    border: none;
    font-size: 1.4rem;
}
.pro_form .box .dot textarea{
    width: 100%;
    height: 100%;
    border: none;
    padding: 20px;
    font-size: 1.4rem;
}
.pro_feed .btn{
    margin-top: 22px;
    text-align: left;
}

.pro_feed .btn button{
    height: 40px;
    font-size: 1.4em;
    color: #fff;
    background-color: #d7b87f;
    line-height: 40px;
    padding: 0 50px;
    border: 0;
    border-radius: 10px;
}

.proshow_swiper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}

.proshow_swiper .pro_list{
    width: calc(100% - 200px);
}

.proshow_swiper .pro_left,.proshow_swiper .pro_right{
    cursor: pointer;
}

.pro_txt{
    margin-top: 110px;
    background: url(../images/product/pro_txt_bg.jpg) center center no-repeat;
    height: 460px;
    
}
.pro_txt .warp2{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    color: #fff;
}
.pro_txt h3{
    margin-bottom: 35px;
}
.pro_detail{
    padding: 85px 0;

}
.pro_detail h3{
    margin-bottom: 80px;
}
.pro_detail .table{
    overflow: auto;
    padding-bottom: 20px;
}
.pro_detail table {
    width: 1200px;
    min-width: 1200px;
}

.pro_detail tr td {
    padding: 12px 30px;
    font-size: 1.4em;
    color: #333;
    line-height: 1.5;
    border: 1px solid #c0c0c0;
    background: #fff;
    width: 25%
}
    .pro_detail tr td span{
        font-size:1.4rem;
    }
    .pro_detail tr td:nth-child(2n+1) {
        color: #d6ad63;
        font-weight: bold;
    }


.pro_detail .table::-webkit-scrollbar {
    width: 14px;  /* 宽度 */
    height: 14px; /* 高度 */
}

.vr360 iframe{
    width: 100%;
    height: 560px;
}

.pro_q{
    margin: 95px 0;
}

.pro_q .warp2{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pro_q .warp2 .dot{
    width: 50%;
    background-color: #f6f6f6;
    padding: 85px 75px 60px 75px;

}
.pro_q .warp2 .dot h5{
    color: #555;
    padding-bottom: 50px;
}
.pro_q .warp2 .dot p{
    color: #777;
}
.pro_q .warp2 .dot:first-child{
    background: url(../images/product/Q.png) top right 50px no-repeat #d7b87f;
    color: #fff;
}
.pro_q .warp2 .dot:first-child h5,.pro_q .warp2 .dot:first-child p{
    color: #fff;
}
.pro_q .warp2 .dot:last-child{
    background: url(../images/product/Q.png) top right 50px no-repeat #cdd2d6;
    color: #fff;
}

/* 滚动条上的滑块 */
.pro_detail .table::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
    border: 2px solid #fff; /* 滑块边框 */
}
 
/* 滚动条轨道 */
.pro_detail .table::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
}


/*news*/
.news1{
    margin-top: -160px;
    padding-bottom: 60px;
}
.newbox{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 85px;
    border-top: 1px solid #cdd2d6;
    position: relative;
    z-index: 1;
    margin-top: 70px;
}
.newbox .dot{
    width: calc(50% - 80px);
    margin-right: 160px;
    margin-bottom: 95px;
}
.newbox .dot:nth-child(2n){
    margin-right: 0;
}
.newbox  .txt{
    margin-left: 25px;
    border-left: 2px solid #cdd2d6;
    padding-top: 80px;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding-left: 35px;
}
.newbox  .txt h5{
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
}
.newbox  .txt p{
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-height: 24px;
    height: 72px;
    display: -webkit-box;
}
.newbox  .txt span{
    height: 60px;
    padding: 0 120px 0 50px;
    font-size: 1.8em;
    color: #555555;
    line-height: 60px;
    display: inline-block;
    margin-top: 55px;
    background: url(../images/news/pro_right.png) center right 50px no-repeat #f6f6f6;
}
.newbox .img{
    position: relative;
}




.newbox .dot:hover .txt{
    border-color: #d7b87f;
}
.newbox .dot:hover span{
    background-color: #d7b87f;
}

.newbox .dot:hover .img:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/news/new_hover_bg.png) center center no-repeat;
    background-size: cover;
}




/*newsshow*/

.newsshow .btn a{transition:ease-out 0.5s all;-moz-transition: ease-out 0.5s all; -webkit-transition:ease-out 0.5s all; -o-transition: ease-out 0.5s all;}
.newsshow{
    margin-top: -416px;
    position: relative;
    z-index: 1;
    padding-bottom: 50px; 
}
.newsshow .boxs{padding:80px 0 0 0 }
.newsshow .tit2{ text-align:center;}
.newsshow .tit2 h3{ font-size:1.8em; color:#333333;  line-height:24px; margin-bottom:20px;}
.newsshow .tit2 .dot{background-color: #f6f6f6; padding:0 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.newsshow .tit2 .dot h4{ color:#333; font-size:1.4em; display:inline-block; padding:14px 15px;}
.newsshow .txt{ 
    padding:60px 30px; 
    line-height:24px; 
    color:#666666;
    overflow:hidden;
    border-bottom: 1px solid #cdd2d6;
 }
.newsshow .txt p{ font-size:14px; }
.newsshow .txt img{ max-width:100%; margin:0 auto; padding:0px 0;}
.newsshow .btn{ 
    padding:40px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsshow .btn a{ 
    display:block; 
    background:#fff; 
    font-size:1.8em; 
    color:#333333; 
    line-height:24px; 
    padding:22px 75px 22px 105px; 
    background: url(../images/news/pro_left.png) center left 30px no-repeat #f6f6f6;
}
.newsshow .btn a:last-child{ 
    padding:22px 105px 22px 75px; 
    background: url(../images/news/pro_right.png) center right 30px no-repeat #f6f6f6;
}
.newsshow .btn a:hover {
    background-color: #d7b87f;
    
}

.newsshow .txt table{
    min-width: 800px;
    overflow-x: auto;
    width: 100%;

}
.newsshow .txt .casetable{
    overflow-x: auto;
}
.newsshow .txt tr td,.newsshow .txt tr,.newsshow .txt a{transition:ease-out 0.4s all;-moz-transition: ease-out 0.4s all; -webkit-transition:ease-out 0.4s all; -o-transition: ease-out 0.4s all;}
.newsshow .txt tr td{cursor: pointer;font-size: 1.4em;border: 1px solid #eee;text-align: center;vertical-align: middle; padding: 5px 3px; line-height: 22px} 
.newsshow .txt .lock td,.newsshow .txt tr .lock{background: #e6e6e6 !important;font-weight: bold;font-size: 1.4em;line-height: 1.2;}



/*contact*/
.con1{  
    margin-top: -160px;
    padding-bottom: 60px;
}
.con1 .feed_form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 70px;
    border-top: 1px solid #cdd2d6;
    padding: 55px 90px 0 90px;

}
.con1 .feed_form .dot{
    width: calc((100% - 100px)/2);
    margin-bottom: 45px;
}
.con1 .feed_form .dot2{
    width: 100%;
    margin-bottom: 45px;
}
.con1 .feed_form .dot span,.con1 .feed_form .dot2 span{
    font-size: 1.6em;
    display: block;
    margin-bottom: 10px;
}
.con1 .feed_form .dot input{
    border: none;
    border-bottom: 1px solid #cdd2d6;
    width: 100%;
    outline: none;
    line-height: 45px;
    font-size: 1.4em;
}
.con1 .feed_form .dot input::placeholder{
    color: rgba(0,0,0,0.5);
}
.con1 .feed_form .dot2 h5{
    margin-bottom: 35px;
}
.con1 .feed_form .ck_box{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.con1 .ck_box .dd{
    margin-right: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.con1 .ck_box .dd input{
    margin-right: 10px;
}


.con1 .ck_box .dd label{
    font-size: 1.4em;
}
.con1 .feed_form .dot2 textarea{
    width: 100%;
    height: 300px;
    padding: 25px;
    border: 1px solid #7f7f7f;
    outline: none;
}
.con1 .feed_form .dot2 textarea::placeholder{
    color: rgba(0,0,0,0.5);
}

.con1 .feed_form .dot2 button{
    padding: 10px 58px 10px 30px;
    background: url(../images/ip1_tit_hover.png) center right 12px no-repeat #d7b87f;
    font-size: 1.6em;
    color: #fff;
    border: none;
    outline: none;
}



.con_people{
    padding-top: 35px;
}
.con_people .dot{
    padding: 50px 0 0 0;
}
.con_people .box{
    background-color: #f6f6f6;
    border-radius: 20px 0  20px 0;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1) ;
-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1)  ;
-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1)  ;
color: #000;
}



.con_people .info{
    display: flex;
    justify-content: space-between;
    align-items:  center;
    flex-wrap: wrap;
    padding-left: 30px;
    position: relative;
    z-index: 1;

}
    .con_people .info .img {
        margin-top: -50px !important;
        padding: 3px;
        background-color: #fff;
        box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        -webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
        width: 160px;
    }
.con_people .info .txt>*{
    display: block;
    font-style: normal;
    
}
.con_people .info .txt h4{
    font-size: 2em;
    margin-bottom: 10px;
}
.con_people .info .txt i{
    font-size: 1.6em;
}
.con_people .info .txt b{
    font-size: 1.6em;
    margin-top: 35px;
    font-weight: normal;
}

.con_people .lx{
    padding-left: 30px;
    margin-top: 45px;
    padding-bottom: 35px;
}
.con_people .lx .dd{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 2px 0;
}
.con_people .lx .dd .lx_tit{
    width: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4em;
    margin-right: 20px;
}
.con_people .lx .dd .lx_tit span{
    flex-shrink:0;
}
.con_people .box:hover{
   background: linear-gradient(to right ,#d5b57d , #c29863);
   color: #fff;  
}

.con2{
    background: url(../images/contact/con2_bg.jpg) center  center no-repeat;
    background-size: cover;
    padding: 110px 0;
}
.con2 .box{
    width: 50%;
    background-color: #fff;
    padding: 75px 90px  60px 75px;
}
.con2 h4{
    font-size: 3em;
    display: block;
    border-bottom: 1px solid #dedede;
    position: relative;
    padding-bottom: 27px;
    font-weight: bold;
}
.con2 h4:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    height: 3px;
    background-color: #d7b87f;
    width: 80px;
}
.con2 .dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.con2 .dl .dd{
    width: 50%;
    margin-top: 30px;
    padding-right: 20px;
}
.con2 .dl .dd .txt{
    padding-left: 28px;
}
.con2 .dl .dd:first-child{
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 35px;
    margin-top: 0;
}
.con2 .dl .dd:first-child .txt{
    background: url(../images/contact/address.jpg) left top no-repeat;
}
.con2 .dl .dd:nth-child(2) .txt{
    background: url(../images/contact/tel.jpg) left top no-repeat;
}
.con2 .dl .dd:nth-child(3) .txt{
    background: url(../images/contact/email.jpg) left top no-repeat;
    
}
.con2 .dl .dd:nth-child(2) {
    border-right: 1px solid #dedede;
    width: 43%;
}
.con2 .dl .dd:nth-child(3){
    display: flex;
    justify-content: flex-end;
}
.con2 .dl .dd span{
    font-size: 1.4em;
    color: #888888;
    margin-bottom: 12px;
    display: block;
}
.con2 .dl .dd p{
    font-size: 1.6em;
}

.con_faq{
    background: url(../images/contact/con_faq_bg.jpg)  center bottom no-repeat #fff;
    padding-bottom: 540px;
    padding-top: 80px;
}
.con_faq .box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 100px;
}
.con_faq .box .dot{
    background: url(../images/contact/faq_bg.jpg) top right no-repeat #fff;
    border-radius: 10px;
    width: calc(50% - 110px);
    margin-bottom: 72px;
    padding:0  60px 60px 60px;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.1) ;
-moz-box-shadow: 0px 3px 10px rgba(0,0,0,0.1)  ;
-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,0.1)  ;
}
.con_faq .box .dot .img{
    width: 140px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dedede;
    border-radius: 10px;
    margin-top: -20px;
    margin-bottom: 33px;
}
    .con_faq .box .dot h4 {
        padding-bottom: 20px;
        border-bottom: 1px solid #dedede;
        margin-bottom: 20px;
        line-height: 40px;
    }
.con_faq .box .dot:nth-child(2n){
    margin-top: -135px;
    margin-bottom: 205px;
}

.con_faq .box .dot:hover{
    background: url(../images/contact/faq_hover_bg.jpg) top right no-repeat #fff;
}
.con_faq .box .dot:hover .img{
    background-color: #d6b77e;
}
