html{
    height: 100%;
}
body{
    height: 100%;
    font-size: 14px;
    font-family: "微软雅黑";
    min-width: 1348px;
    min-height: 100%;
    position: relative;
}
a{
    text-decoration: none;
}
ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
em{
    font-style: normal;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
img{
    vertical-align: middle;
    border: none;
}
input{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.clear{
    clear: both;
}
.op1{
    opacity: 1!important;
}
.wh{
    width: 100%;
    height: 100%;
}
.db{
    display: block;
}
.bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.clamp_2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_4{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_5{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.clamp_6{
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.th{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.oh{
    overflow: hidden;
}
em,i{
    font-style: normal;
}

/* top_box */
.top_box{
    width: 100%;
    height: 43px;
    background: #222222;
    box-sizing: border-box;
    overflow: hidden;
}
.top_box_con{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.top_box_con h5{
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    float: left;
    margin: 0;
    line-height: 43px;
    opacity: 0.5;
}
.top_box_con p{
    height: 36px;
    color: #999999;
    font-size: 14px;
    float: right;
    line-height: 43px;
    margin-bottom: 0;
}
.top_box_con p a{
    color: #ffffff;
    display: block;
    font-size: 14px;
    float: left;
    transition: .3s;
    opacity: 0.5;
    margin-left: 20px;
}
.top_box_con p a:hover{
    opacity: 1;
}

/* top_box */

/*header*/
#header{
    width: 100%;
    height: 160px;
    position: relative;
}
.headTop{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
}
.headTop .logo{
    width: 114px;
    height: 100%;
    box-sizing: border-box;
    float: left;
}
.headTop .logo a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.headTop .logo a img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.head_text{
    height: 100%;
    box-sizing: border-box;
    background-image: url('../images/text_line.png');
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin-left: 36px;
    margin-bottom: 0;
    padding-left: 14px;
    overflow: hidden;
}
.head_text em{
    color: #c38b4a;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
}
.head_text span{
    color: #444444;
    display: block;
    font-size: 14px;
    line-height: 14px;
}

.headTel{
    height: 100%;
    box-sizing: border-box;
    float: right;
    overflow: hidden;
    text-align: right;
}
.headTel span{
    box-sizing: border-box;    
    color: #888888;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.headTel b{
    background-image: url('../images/head_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 52px;
}
.headTel b i{
    font-style: italic;
    padding-right: 5px;
}

.headBot{
    width: 100%;
    height: 60px;
    background: #deae76;
    box-sizing: border-box;
    position: relative;
}
.headBot > ul{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.headBot > ul > li{
    height: inherit;
    box-sizing: border-box;
    float: left;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    position: relative;
}
.headBot > ul > li:last-child{
    margin-right: 0;
    padding-right: 0;
    background: none;
}
.headBot > ul > li > a{
    height: 100%;
    color: #1c1c1c;
    display: block;
    position: relative;
    transition: .4s;
}
.headBot > ul > li > a:hover{
    color: #fff;
}

/*header*/

/*banner*/
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .bd,
.banner .bd ul,
.banner .bd ul li{
    width: 100%;
    height: 100%;
}
.banner .bd ul li a{
    height: 100%;
    display: block;
}
.banner .bd ul li a img{
    width: 100%;
    height: 100%;
}
.banner .hd{
    width: 21px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 21px;
    bottom: 0;
    margin: auto;
    z-index: 9;
    overflow: hidden;
}
.banner .hd ul{
    width: 100%;
    height: 100%;
    font-size: 0px;
    margin-bottom: 0;
    text-align: center;
    writing-mode: vertical-lr;
}
.banner .hd ul li{
    width: 21px;
    height: 21px;
    border-radius: 90%;
    border: 1px solid transparent;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    margin: 8px 0;
    position: relative;
    text-align: center;
}
.banner .hd ul li a{
    width: 13px;
    height: 13px;
    border-radius: 90%;
    background: #debe97;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: .4s;
}
.banner .hd ul li.on{
    border-color: #d3a46d;
}

/*banner*/

/* nyser */
.nyser{
    width: 100%;
    height: 66px;
    position: relative;
    z-index: 999;
}
.nyser_main{
    width: 1202px;
    height: 148px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -82px;
    overflow: hidden;
}
.nyser_lef{
    width: 394px;
    height: 100%;
    float: left;
    margin-left: 124px;
    overflow: hidden;
}
.nyser_text{
    width: 100%;
    height: 100%;
    background-image: url('../images/nyser_text.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.nyser_rig{
    width: 448px;
    height: 148px;
    float: right;
    margin-right: 175px;
    overflow: hidden;
}
.ny_search {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    border-radius: 10px;
    float: left;
    margin-top: 29px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}
.ny_search input[type="text"] {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #d2d2d2;
    color: #000;
    font-size: 14px;
    padding: 0 58px 0 10px;
}
.sert input::-webkit-input-placeholder {
    color: #b2b2b2;
}
.sert input:-moz-placeholder {
    color: #b2b2b2;
}
.sert input::-moz-placeholder {
    color: #b2b2b2;
}
.sert input:-ms-input-placeholder {
    color: #b2b2b2;
}
.ny_search > a {
    width: 51px;
    height: 43px;
    background-color: #202020;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: url('../images/sert.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    transition: .4s;
    position: absolute;
    right: 1px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ny_search > a:hover{
    background-color: #525252;
}

.nyser_main .boxd{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 26px;
    overflow: hidden;
}
.boxd p{
    width: 100%;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 10px;
}
.boxd p b{
    font-weight: bold;
    text-transform: uppercase;
}
.boxd a{
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    float: left;
    line-height: 14px;
    margin-right: 26px;
    transition: .3s;
}
.boxd a:last-child{
    margin-right: 0;
}
.boxd a:hover{
    opacity: 0.8;
}

/* nyser */

/* about */
.about{
    width: 100%;
    height: 680px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.about_main{
    width: 1200px;
    height: 100%;
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.about_tit{
    width: 260px;
    height: 680px;
    box-sizing: border-box;
    float: left;
    padding-top: 69px;
    overflow: hidden;
}
.about_tit h3{
    width: 100%;
    height: 107px;
    background-image: url('../images/abo_title.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 24px;
}
.about_txt{
    width: 100%;
    height: 146px;
    background-image: url('../images/abo_txt.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 18px;
}
.about_jiu{
    width: 100%;
    height: 244px;
    background-image: url('../images/abo_jiu.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
}

.about_menu{
    width: 62px;
    height: 100%;
    float: left;
    margin-left: 52px;
    overflow: hidden;
}
.about_menu ul{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 72px;
    overflow: hidden;
    margin-bottom: 0;
}
.about_menu ul li{
    width: 62px;
    height: 152px;
    box-sizing: border-box;
    border: 3px solid #707070;
    overflow: hidden;
    margin-bottom: 26px;
    position: relative;
}
.about_menu ul li a{
    width: 50px;
    height: 138px;
    box-sizing: border-box;
    border: 1px solid #707070;
    color: #575757;
    display: block;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 2px;
    text-align: center;
    writing-mode: vertical-lr;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.about_menu ul li,
.about_menu ul li *{
    transition: .3s;
}
.about_menu ul li:hover{
    border-color: #c09e57;
}
.about_menu ul li:hover a{
    border-color: #c09e57;
}

.about_box{
    width: 799px;
    height: 510px;
    box-sizing: border-box;
    background: #eff0f4;
    border-radius: 10px;
    margin-top: 69px;
    float: right;
    position: relative;
    overflow: hidden;
}
.about_desc{
    width: 100%;
    height: 252px;
    box-sizing: border-box;
    padding: 46px 43px 0 36px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.about_desc p{
    width: 100%;
    color: #333030;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 48px;
    text-align: justify;
}
.about_desc a{
    color: #575757!important;
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.about_img{
    width: 100%;
    height: 312px;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* about */

/* product */
.product{
    width: 100%;
    height: 1126px;
    background-image: url('../images/pro_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.product_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
}
.product_menu{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 340px;
    margin-bottom: 90px;
}
.product_menu ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.product_menu ul li{
    height: auto;
    background: linear-gradient(#bfbfbf,#bfbfbf) right/1px 143px no-repeat;
    box-sizing: border-box;
    float: left;
    margin-right: 60px;
    padding-right: 50px;
    overflow: hidden;
}
.product_menu ul li:last-child{
    background: none;
}
.product_menu ul li i{
    width: 100%;
    height: 29px;
    background-image: url('../images/pro_ico.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin-bottom: 10px;
}
.product_menu ul li a.pro_tit{
    box-sizing: border-box;
    background-image: url('../images/pro_dot.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #5b5b5b!important;
    display: block;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.product_menu ul li a.pro_link{
    width: 97px;
    height: 29px;
    background-image: url('../images/pro_link.png');
    background-repeat: no-repeat;
    background-position: center;
    color: #3b3b3b!important;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    line-height: 29px;
    text-align: center;
    transition: .4s;
}
.product_menu ul li a.pro_link:hover{
    color: #cd9c64!important;
}

.product_lists{
    width: 100%;
    height: 433px;
    overflow: hidden;
}
.product_lists .bd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.product_lists .bd ul{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}
.product_lists .bd ul li{
    width: 551px!important;
    height: 433px;
    box-sizing: border-box;
    background-image: url('../images/pro_mb.jpg');
    background-repeat: no-repeat;
    background-position: center;
    padding: 28px 52px 0 54px;
    float: left;
    margin-right: 65px;
    overflow: hidden;
}
.product_lists .bd ul li:last-child{
    margin-right: 0;
}
.pro_img{
    width: 100%;
    height: 333px;
    overflow: hidden;
}
.product_lists .bd ul li span{
    width: 100%;
    box-sizing: border-box;
    color: #222222;
    display: block;
    font-size: 18px;
    line-height: 60px;
    padding: 0 24px;
    overflow: hidden;
}
.product_lists .bd ul li,
.product_lists .bd ul li *{
    transition: .4s;
}
.product_lists .bd ul li:hover .pro_img i{
    transform: scale(1.04);
}
.product_lists .bd ul li:hover span{
    color: #ffffff;
}

/* product */

/* advantage */
.advantage{
    width: 100%;
    height: 784px;
    background-image: url('../images/advantage_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.advantage_main{
    width: 1200px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.advantage_main > h3{
    width: 100%;
    height: 90px;
    background-image: url('../images/adv_title.png');
    background-position: center top;
    background-repeat: no-repeat;
    margin-top: 74px;
    margin-bottom: 76px;
}
.advantage_box{
    width: 100%;
    height: 541px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.advantage_img{
    width: 887px;
    height: 541px;
    position: absolute;
    left: -360px;
    top: 0;
}

.advantage_lis{
    width: 646px;
    height: 100%;
    float: right;
    overflow: hidden;
}
.advantage_lis ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.advantage_lis ul li{
    width: 202px;
    height: 100%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
}
.advantage_lis ul li:last-child{
    margin-right: 0;
}
.adv_img{
    width: 100%;
    height: 202px;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}
.advantage_lis ul li h5{
    width: 100%;
    box-sizing: border-box;
    background-image: url('../images/adv_dot.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 26px;
    padding-bottom: 48px;
}
.advantage_lis ul li p{
    width: 100%;
    box-sizing: border-box;
    color: #3e3e3e;
    font-size: 14px;
    padding: 0 4px;
    line-height: 28px;
    text-align: center;
}
.advantage_lis ul li,
.advantage_lis ul li *{
    transition: .4s;
}
.advantage_lis ul li:hover .adv_img i{
    transform: scale(1.04);
}
.advantage_lis ul li:hover h5{
    margin-bottom: 20px;
}

/* advantage */

/* technology */
.technology{
    width: 100%;
    height: 840px;
    position: relative;
    overflow: hidden;
}
.technology_main{
    width: 1200px;
    height: 689px;
    position: absolute;
    top: 96px;
    right: 0;
    left: 0;
    margin: auto;
}
.technology_list{
    width: 793px;
    height: 581px;
    float: left;
    overflow: hidden;
}
.technology_list ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.technology_list ul li{
    width: 180px;
    height: 581px;
    box-sizing: border-box;
    background: #f0e0cf;
    float: left;
    padding-left: 1px;
    margin-right: 24px;
    overflow: hidden;
}
.technology_list ul li:last-child{
    margin-right: 0;
}
.sl_img{
    width: 100%;
    height: 451px;
    overflow: hidden;
    margin: 3px auto 34px;
}
.sl_text{
    width: 104px;
    height: 280px;
    margin: 0 auto;
    overflow: hidden;
}
.sl_text h5{
    width: 100%;
    box-sizing: border-box;
    background-image: url('../images/js_name_tit.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #484848;
    font-size: 22px;
    font-family: "宋体";
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    padding-bottom: 9px;
}
.sl_text span{
    width: 100%;
    color: #484848;
    display: block;
    font-size: 12px;
    font-weight: bold;
    font-family: "宋体";
    line-height: 12px;
    margin-bottom: 46px;
    text-align: center;
    text-transform: uppercase;
}
.sl_text p{
    width: 100%;
    color: #484848;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: justify;
    opacity: 0;
}
.technology_list ul li,
.technology_list ul li *{
    transition: .4s ease;
}
.technology_list ul li:hover .sl_img{
    width: 104px;
    height: 257px;
    margin: 40px auto 20px;
    overflow: hidden;
}
.technology_list ul li:hover p{
    opacity: 1;
}

.technology_mob{
    width: 532px;
    height: 40px;
    border-radius: 45px;
    overflow: hidden;
    position: absolute;
    bottom: 14px;
    left: 172px;
}
.technology_mob p{
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 45px;
    border: 1px solid #d5a56e;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.technology_mob p em{
    box-sizing: border-box;
    background-image: url('../images/sl_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    color: #d5a56e;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 38px;
    margin-left: 62px;
    padding-left: 27px;
}
.technology_mob p span{
    color: #d5a56e;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 38px;
}
.technology_mob > a{
    width: 140px;
    height: 40px;
    box-sizing: border-box;
    background: #d5a56e;
    border-radius: 45px;
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: .4s;
    position: absolute;
    right: 0;
    top: 0;
}
.technology_mob > a:hover{
    background: #e4b784;
}

.sl_bg{
    width: 721px;
    height: 687px;
    background-image: url('../images/technology_rig.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -360px;
    bottom: 0;
}
.sl_line{
    width: 241px;
    height: 113px;
    background-image: url('../images/shili_line.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    bottom: 45px;
    left: -200px;
}

/* technology */

/* process */
.process{
    width: 100%;
    height: 630px;
    overflow: hidden;
}
.process h3{
    width: 100%;
    height: 109px;
    background-image: url('../images/proce_tit.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 24px;
    margin-bottom: 74px;
}
.process_main{
    width: 1200px;
    height: 280px;
    box-sizing: border-box;
    padding-left: 70px;
    padding-right: 28px;
    margin: 0 auto;
    position: relative;
}
.process_line{
    width: 1499px;
    position: absolute;
    left: -104px;
    top: 16px;
}
.process_main ul{
    width: 100%;
    height: 208px;
    overflow: hidden;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.process_main ul li{
    width: 95px;
    height: 208px;
    float: left;
    overflow: hidden;
    text-align: center;
}
.process_ico{
    width: 95px;
    height: 95px;
    border-radius: 90%;
    background: #8b8b8b;
    overflow: hidden;
    position: relative;
    margin-bottom: 22px;
}
.lc_img{
    width: 85px;
    height: 85px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 90%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.process_main ul li:nth-child(1) .lc_img{
    background-image: url('../images/lc1.png');
}
.process_main ul li:nth-child(2) .lc_img{
    background-image: url('../images/lc2.png');
}
.process_main ul li:nth-child(3) .lc_img{
    background-image: url('../images/lc3.png');
}
.process_main ul li:nth-child(4) .lc_img{
    background-image: url('../images/lc4.png');
}
.process_main ul li:nth-child(5) .lc_img{
    background-image: url('../images/lc5.png');
}
.process_main ul li:nth-child(6) .lc_img{
    background-image: url('../images/lc6.png');
}
.process_main ul li:nth-child(7) .lc_img{
    background-image: url('../images/lc7.png');
}
.process_main ul li span{
    width: 100%;
    color: #666666;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.process_main ul li,
.process_main ul li *{
    transition: .4s;
}
.process_main ul li:hover .process_ico{
    background: #c39f64;
}
.process_main ul li:hover span{
    color: #c39f64;
}

/* process */

/* base */
.base{
    width: 100%;
    height: 1084px;
    position: relative;
    overflow: hidden;
}
.base_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.base_bg{
    width: 1564px;
    height: 442px;
    background-image: url('../images/base_bg.png');
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: -360px;
    top: 0;
}
.base_name{
    width: 100%;
    height: 139px;
    box-sizing: border-box;
    padding-left: 28px;
    padding-top: 46px;
    margin-top: 302px;
    margin-bottom: 26px;
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.base_name h5{
    color: #1e1e1e;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 10px;
}
.base_name p{
    width: 100%;
    color: #624b31;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.base_tel{
    width: 328px;
    height: 64px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .2);
    padding-top: 11px;
    position: absolute;
    right: -2px;
    bottom: 0;
    top: 0;
    margin: auto;
}
.base_tel b{
    width: 118px;
    height: 43px;
    background: #d5a56e;
    color: #131212;
    display: block;
    float: left;
    line-height: 43px;
    margin-left: 10px;
    padding-left: 38px;
    font-weight: 500;
    font-size: 16px;
}
.base_tel span{
    width: 199px;
    height: 43px;
    background: #fff;
    border-radius: 2px;
    color: #131212;
    display: block;
    float: left;
    font-size: 16px;
    line-height: 43px;
    text-align: center;
}

.base_lists{
    width: 100%;
    height: 581px;
    overflow: hidden;
}
.base_lists ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.base_lists ul li{
    width: 394px;
    height: 224px;
    overflow: hidden;
    margin-bottom: 21px;
}
.base_lists ul li:nth-child(1){
    width: 580px;
    height: 336px;
}
.base_lists ul li:nth-child(2){
    width: 594px;
    height: 336px;
}
.base_lists ul li i{
    transition: .4s;
}
.base_lists ul li:hover i{
    transform: scale(1.04);
}

/* base */

/* home_form */
.home_form{
    width: 100%;
    height: 1020px;
    background-image: url('../images/home_form_bg.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.home_form_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.home_form_line{
    width: 286px;
    height: 134px;
    background-image: url('../images/home_form_line.png');
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: absolute;
    left: -265px;
    bottom: 0;
}
.home_form_box{
    width: 1198px;
    height: 540px;
    box-sizing: border-box;
    background-image: url('../images/form_bj.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 67px 28px 40px 39px;
    z-index: 999;
    position: absolute;
    top: 386px;
    left: 1px;
}
.home_form_let{
    width: 479px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.home_form_rig{
    width: 574px;
    height: 100%;
    overflow: hidden;
}
.home_form_rig h3{
    width: 100%;
    height: 104px;
    background-image: url('../images/ly_tit.png');
    background-position: left center;
    background-repeat: no-repeat;
    margin-top: 0;
    margin-bottom: 16px;
}
.home_form_nr{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.home_form_nr > input{
    width: 278px;
    height: 46px;
    box-sizing: border-box!important;
    background-color: #ffffff;
    border-radius: 12px;
    border: none;
    color: #000;
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 14px;
    outline: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.home_form_nr > input.user_address{
    width: 100%!important;
}
.home_form_nr > input::-webkit-input-placeholder{
    color: #cacaca;
}
.home_form_nr > input:-moz-placeholder {
    color: #cacaca;
}
.home_form_nr > input::-moz-placeholder {
    color: #cacaca;
}
.home_form_nr > input:-ms-input-placeholder {
    color: #cacaca;
}
.home_form_nr textarea{
    width: 100%;
    height: 127px;
    box-sizing: border-box!important;
    background-color: #ffffff;
    border-radius: 12px;
    border: none;
    color: #000;
    padding: 12px 15px;
    margin-bottom: 26px;
    font-size: 14px;
    outline: none;
    resize: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.home_form_nr textarea::-webkit-input-placeholder{
    color: #cacaca;
}
.home_form_nr textarea::-moz-input-placeholder{
    color: #cacaca;
}
.home_form_nr textarea:-ms-input-placeholder{
    color: #cacaca;
}
.home_form_nr .tjBtn{
    width: 130px;
    height: 40px;
    border-radius: 12px;
    background-color: #debe97;
    color: #131313!important;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
}
.home_form_nr .tjBtn:hover{
    background-color: #deae76;
}

/* home_form */

/* news */
.news{
    width: 100%;
    height: 818px;
    position: relative;
    overflow: hidden;
}
.news_main{
    width: 1200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.news_bg{
    width: 1559px;
    height: 202px;
    background-image: url('../images/news_bg.png');
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: -360px;
    top: 0;
}
.news_main_con{
    width: 100%;
    height: auto;    
    overflow: hidden;
    margin-top: 202px;
    position: relative;
    z-index: 999;
}
.news_lef{
    width: 410px;
    height: auto;
    box-sizing: border-box;
    padding-top: 36px;
    float: left;
    overflow: hidden;
}
.news_lef ul{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}
.news_lef ul li{
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-bottom: 1px solid #d2d2d2;
    padding-top: 20px;
    padding-right: 12px;
    margin-bottom: 30px;
    overflow: hidden;
}
.xw_name{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin-bottom: 4px;
    overflow: hidden;
}
.xw_name em{
    color: #d39954;
    display: block;
    float: left;
}
.xw_name span{
    width: 350px;
    color: #333333;
    display: block;
    float: left;
    overflow: hidden;
    transition: .3s;
}
.xw_text{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.xw_text i{
    color: #333333;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
}
.xw_text p{
    width: 350px;
    height: auto;
    color: #666666;
    font-size: 14px;
    float: left;
    line-height: 26px;
    overflow: hidden;
    margin-bottom: 0;
}
.news_lef ul li:hover span{
    color: #d39954;
    letter-spacing: 2px;
}

.news_rig{
    width: 691px;
    height: 557px;
    background: #f5f5f5;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    padding: 36px 26px 0 64px;
    float: right;
    overflow: hidden;
}
.news_tp{
    width: 100%;
    height: 194px;
    overflow: hidden;
    margin-bottom: 27px;
}
.news_text{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-left: 4px;
    overflow: hidden;
}
.news_text ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
}
.news_text ul li{
    width: 100%;
    height: 86px;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
    border-bottom: none;
    overflow: hidden;
}
.news_text ul li:last-child{
    border-bottom: 1px solid #d2d2d2;
}
.xw_time{
    width: 122px;
    height: 100%;
    background: linear-gradient(#bfbfbf,#bfbfbf) right/1px 66px no-repeat;
    float: left;
    overflow: hidden;
}
.xw_time em{
    width: 100%;
    color: #7b7676;
    display: block;
    font-size: 26px;
    line-height: 22px;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
}
.xw_time span{
    width: 100%;
    color: #7b7676;
    display: block;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}
.xw_wz{
    width: 342px;
    height: 100%;
    float: left;
    overflow: hidden;
    margin-left: 42px;
}
.xw_wz p{
    width: 100%;
    color: #404040;
    font-size: 16px;
    line-height: 84px;
    margin-bottom: 0;
    overflow: hidden;
}
.xw_more{
    width: 32px;
    height: 32px;
    border-radius: 45px;
    border: 1px solid #a0a0a0;
    color: #a1a1a1;
    display: block;
    font-size: 16px;
    float: left;
    font-weight: bold;
    font-family: "宋体";
    line-height: 30px;
    margin-left: 10px;
    margin-top: 25px;
    text-align: center;
    overflow: hidden;
}
.news_text ul li,
.news_text ul li *{
    transition: .4s;
}
.news_text ul li:hover{
    background: #deae76;
    border-color: #deae76;
}
.news_text ul li:hover .xw_time{
    background: linear-gradient(#dddddd,#dddddd) right/1px 66px no-repeat;
}
.news_text ul li:hover .xw_time em,
.news_text ul li:hover .xw_time span{
    color: #ffffff;
}
.news_text ul li:hover .xw_wz p{
    color: #ffffff;
}
.news_text ul li:hover .xw_more{
    border-color: #dddddd;
    color: #f6ebe0;
}

/* news */

/* footer */
#footer {
    width: 100%;
    height: 390px;
    background-color: #1c1c1c;
    position: relative;
    overflow: hidden;
}
.footer_main{
    width: 100%;
    height: 354px;
    background: #2d2928;
    box-sizing: border-box;
    overflow: hidden;
}
.footer_nr{
    width: 1200px;
    height: 100%;    
    margin: 0 auto;
    overflow: hidden;
}
.foot_menu{
    width: 568px;
    height: auto;
    float: left;
    box-sizing: border-box;
    padding-top: 104px;
    margin-right: 52px;
    overflow: hidden;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.foot_nav{
    height: auto;
    float: left;
    overflow: hidden;
}
.foot_p_menu{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 36px;
}
.foot_p_menu h5{
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 8px;
}
.foot_p_menu span{
    color: #ffffff;
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
}
.foot_sub_menu{
    color: #ffffff!important;
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 16px;
    transition: .3s;
}
.foot_sub_menu:hover{
    opacity: 0.8;
}

.footer_info{
    width: 396px;
    height: auto;
    box-sizing: border-box;
    padding-top: 96px;
    float: left;
    overflow: hidden;
}
.footer_info p{
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}
.foot_mob{
    width: 100%;
    height: auto;
    background-image: url('../images/foot_mob.png');
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-left: 46px;
    overflow: hidden;
}
.foot_mob em{
    color: #605959;
    display: block;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 6px;
}
.foot_mob span{
    color: #deae76;
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
}

.foot_ewm{
    width: 122px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 104px;
    float: right;
    overflow: hidden;
}
.foot_ewm ul{
    height: 100%;
    margin-bottom: 0;
}
.foot_ewm ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 12px;
}
.foot_ewm ul li img{
    width: 100px;
    display: block;
    float: left;
}
.foot_ewm ul li span{
    height: 100px;
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: center;
    writing-mode: vertical-rl;
}

.foot_copy{
    width: 1200px;
    height: 36px;
    color: #f1f1f1;
    margin: 0 auto;
    overflow: hidden;
}
.foot_copy p{
    font-size: 12px;
    line-height: 36px;
    margin-bottom: 0;
    float: left;
}
.foot_copy p b{
    font-weight: 400;
}
.foot_copy span a,
.foot_copy a{
    color: #f1f1f1!important;
}
.foot_copy span{
    color: #f1f1f1;
    display: block;
    line-height: 36px;
    float: right;
}

/* footer */
