<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.clr{
    clear: both;
}
.w-50{
    width: 50%;
}
.w-100{
    width: 100%;
}


body{
    font-size: 14px;
    font-family: "Microsoft YaHei" , å¾®è½¯é›…é»‘;
    min-width: 1300px;
    color: #333333;
}

header{
    width: 100%;
    min-width: 1300px;
    background-color: rgba(15, 15, 15, .52);
    padding-left: 36px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); */
}

.fixed-header{
    display: block !important;
    position: fixed !important;
    top: 0;
    z-index: 999;
}

.head-menu{
    width: 60%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    text-align: center;
}
.top-menu{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.top-menu &gt; ul {
    height: 100%;
}
.top-menu &gt; ul &gt; li{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
}
.top-menu &gt; ul &gt; li &gt; a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 22px 30px;
    position: relative;
}
.top-menu &gt; ul &gt; li:nth-child(n+2)&gt;a::before{
    content: '';
    width: 8px;
    height: 8px;
    background-image: url(../icon/icon-arrow-down.png);
    background-size: 100% 100%;
    position: absolute;
    top: 46px;
    right: 8px;
}

.top-on{
    color: #121212 !important;
    background-color: #ecc872;
}
/* .top-menu &gt; ul &gt; li:hover .top-on{
    color: #121212 !important;
    background-color: #ecc872;
} */
/* .top-on::before{
    background-image: url(../icon/icon-arrow-down-green.png);
} */

.top-menu &gt; ul &gt; li:hover &gt; a{
    color: #121212;
    background-color: #ecc872;
}
/* .top-menu &gt; ul &gt; li:hover &gt; a::before{
    background-image: url(../icon/icon-arrow-down-green.png);
} */



.top-menu &gt; ul &gt; li:hover &gt; .er-menu{
    /* display: block; */
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.top-menu ul li .er-menu{
    /* display: none; */
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 84px;
    z-index: 99;
    width: 650px;
    min-height: 200px;
    padding: 30px;
    background-color: rgba(236, 200, 115, 1);
    /* border-top: 2px solid #caa773; */
    /* box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1); */
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.top-menu ul li:nth-child(n+6) .er-menu{
    right: 0px;
}

.er-menu ul{
    width: 200px;
    float: left;
}
.er-menu ul li a{
    display: block;
    width: 100%;
    /* border-bottom: 1px solid rgba(0,0,0,.08); */
    color: #131313;
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    padding-left: 25px;
    position: relative;
    background-image: url(../icon/sjj.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: lighter;
    background-size: 16px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.er-menu li a:hover {
    /* background-image: url(../icon/sjjh.png); */
    margin-left: 25px;
}

.er-image{
    width: 285px;
    float: right;
}
.er-image img{
    width: 100%;
}


.head-logo{
    position: absolute;
    top: 18px;
    left:26px;
    width:188px;
    /* height: 50px; */
}
.head-logo img{
    width: 100%;
}


.head-right{
    float: right;
    text-align: right;
 
    padding: 22px 0;
}
.head-tel img{
    display: inline-block;
}
.head-tel{ float:left; text-align:left;
} 
.head-tel span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
}

.head-tel strong {
    display: block;
    font-size:25px;
    line-height: 24px;
    color: #ECC872;font-family:'Impact'; 
}
.right-icon{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
.menu-icon{
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    overflow: hidden;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
}
.qrcode-i{
    background-image: url(/icon/qrcode-icon.png)
}
.search-i{
    background-image: url(/icon/search-icon.png)
}
/* .search-i:hover{
    background-image: url(/icon/search-icon-green.png)
} */

/* qr-codeå¼¹å‡ºæ¡† */
.qrcode-box{
    display: none;
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: 30px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    border-radius: 5px;
}
.qrcode-box::before{
    content: " ";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:  0 8px 8px 8px;
    border-color:  transparent transparent #caa773 transparent;
}
.qrcode-title{
    width: 100%;
    height: 50px;
    background-color: #caa773;
    text-align: center;
    line-height: 50px;
    color: #131313;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
}
.qrcode-img{
    width: 160px;
    margin: 0 auto;
    padding: 15px 0;
}
.qrcode-img img{
    width: 100%;
}
/* searchå¼¹å‡ºæ¡† */
.search-box{
    display: none;
    width: 280px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    top: 80px;
    right: 30px;
    z-index: 99;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,.175);
    border-top: 3px solid #caa773;
}
.search-box::before{
    content: " ";
    position: absolute;
    top: -11px;
    right: 45px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color:  transparent transparent #caa773 transparent;
}
.search_input {
    width: 240px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
.SearchStr {
    padding-left: 10px;
    width: 240px;
    height: 40px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
    font-weight: lighter;
    outline: 0;
    border-radius: 5px;
}
.search-icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: transparent;
    border-left: 0;
    outline: 0;
}
.SearchStr:focus{ 
    border: 1px solid #caa773;
}
.search-icon:focus{ 
    border: 0;
}
/* searchå¼¹å‡ºæ¡† end */


.navigation{
    width: 36px;
    height: 36px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
}
.navigation a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100% 100%; */
}

/* navigation å¼¹çª— */
.menu-icon-tanchuang {
    width: 100%;
    min-width: 1300px;
  /* background-color: #fff; */
    background-color: #caa773;
  height: 100% !important;
    display: none;
    position: fixed;
    top: 0;
    z-index: 111111111112;
    
}
.menu-icon-tanchuang .tanchuang_logo{
  width: 100%;
  text-align: center;
    padding: 30px 0;
    border-bottom: 2px solid #131313;
}
.tanchuang_logo img{
    height: 50px;
}
.menu-icon-tanchuang .close {
  position: absolute;
  z-index: 2;
  right: 30px;
    top: 30px;
    cursor: pointer;
}

.search_input2 {
    width: 280px;
    height: 40px;
    margin: 25px auto;
    position: relative;
}
#SearchStr2 {
  padding-left: 50px;
  width: 100%;
  height: 40px;
  font-size: 14px;
  background-color: transparent;
  color: #999;
    border-bottom: 1px solid #686a6d;
    box-sizing: border-box;
}
.search-icon2 {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    padding: 8px;
}

.tanchuang-menu{
    padding:50px 0;
    width: 100%;
    text-align: center;
}
.tanchuang-menu&gt;ul{
    display: inline-block;
}
.tanchuang-menu .menu-title2{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 0 40px;
}
.tanchuang-menu .menu-title2 ul{
    margin-top: 30px;
}
.tanchuang-menu .menu-title2 ul li{
    display: block;
    height: 36px;
}
.tanchuang-menu .menu-title2 .menu-list2{
    display: block;
    font-size: 18px;
    line-height: 22px;
    position: relative;
    text-align: left;
}
.tanchuang-menu .menu-title2 .menu-list2::before{
    position: absolute;
    left: -20px;
    top: 9px;
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #131313;
}
.tanchuang-menu .menu-title2 .menu-list2::after{
    position: absolute;
    bottom: -15px;
    left: 0px;
    display: block;
    content: "";
    width: 35px;
    height: 1px;
    background: #131313;
}
.tanchuang-menu ul li a:hover{
    color: #131313;
}
.tanchuang-menu ul li a{
    color: #000;
}
.menu-title2 ul li a{
    display: block;
    font-size: 14px;
    color: #131313;
    line-height: 30px;
}

/* navigation å¼¹çª— end */  



/* banner */
.banner-box{
    width: 100%;
    position: relative;
}
.banner-box ul li{
    width: 100%;
}
.banner-box ul li img{
    width: 100%;
}
/* banner end */

.title-style{
    text-align: center;
}
.title-style h3{
    font-size: 30px;
    color: #0b0b0b;
    line-height: 40px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 2px;
}
.title-style b{
    width: 85px;
    height: 7px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../images/title-l.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 16px;
}
.title-style b.tit-r{
    background-image: url(../images/title-r.png);
}
.title-style h5{
    font-size: 16px;
    line-height: 24px;
    color: #3f3f3f;
    font-weight: lighter;
    margin-top: 8px;
}
.title-style-white h3{
    color: #fff;
}
.title-style-white h5{
    color: #fff;
}
.title-style-white b{
    background-image: url(../images/title-wl.png);
}
.title-style-white b.tit-r{
    background-image: url(../images/title-wr.png);
}

/* main product */
.main-product{
    padding: 50px 0 40px;
}
.product-menu{
    margin-top: 40px;
}
.product-menu ul{
    width: 100%;
    text-align: center;
}
.product-menu ul li{
    display: inline-block;
    vertical-align: middle;
}
.product-menu ul li a{
    display: block;
    padding: 8px 22px;
    margin: 0 5px;
    color: #0b0b0b;
    border: 1px solid #caa773;
    line-height: 24px;
    border-radius: 5px;
}
.product-menu ul li .on{ background-color: #caa773;
    color: #fff;}
.product-menu ul li a:hover{
    background-color: #caa773;
    color: #fff;
}

.product-list{
    width: 1300px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 40px;
}
.product-item{
    width: 317.5px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.product-item:nth-child(4n+4){
    margin-right: 0;
}
.product-item:hover img{
    transform: scale(1.05);
}
.product-item:hover .product-tit{
    background-color: #caa773;
}
.product-img{
    width: 100%;
    height: 480px;
    overflow: hidden;
}
.product-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.product-tit{
    font-size: 18px;
    color: #0d0d0d;
    height: 60px;
    line-height: 60px;
    background-color: #e9e9e9;
}
.product-more{
    display: block;
    font-size: 20px;
    color: #0d0d0d;
    background-color: #f8f8f8;
    border-radius: 5px;
    border: 1px solid #b4b2b2;
    width: 210px;
    height: 48px;
    line-height: 46px;
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.product-more:hover{
    background-color: #caa773;
}
/* main product end */


/* main-youshi */
.main-youshi{
    padding-top: 60px;
    width: 100%;
    background-image: url(../images/youshi-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.youshi-box{
    width: 1300px;
    height: 780px;
    margin: 0 auto;
    margin-top: 40px;
    background-image: url(../images/youshi-bgb.png);
    background-repeat: no-repeat;
    background-position: 60px center;
    background-size: auto 100%;
    position: relative;
}
.youshi-item{
    position: absolute;
}
.youshi0{
    top: 200px;
    left: 495px;
}
.youshi1{
    top: 20px;
    left: 400px;
}
.youshi2{
    top: 305px;
    left: 250px;
}
.youshi3{
    top: 65px;
    right: 280px;
}
.youshi4{
    top: 435px;
    right: 355px;
}
.youshi5{
    bottom: 140px;
    left: 455px;
}
.youshi-txt{
    position: absolute;
    color: #fff;
}
.youshi-txt strong{
    font-size: 24px;
}
.youshi-txt p{
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    margin-top: 10px;
}
.youshi1 .youshi-txt{
    width: 300px;
    right: 130px;
    bottom: 0px;
    text-align: right;
}
.youshi2 .youshi-txt{
    width: 300px;
    right: 68px;
    bottom: -80px;
    text-align: right;
}
.youshi3 .youshi-txt{
    width: 280px;
    left: 112px;
    bottom: -116px;
}
.youshi4 .youshi-txt{
    width: 320px;
    left: 120px;
    bottom: -60px;
}
.youshi5 .youshi-txt{
    width: 260px;
    left: 136px;
    bottom: -30px;
}
/* main-youshi end*/



/* main-news */
.main-news{
    width: 1300px;
    margin: 0 auto;
    padding: 60px 0;
}
.main-news-box{
    margin-top: 50px;
    margin-bottom: 15px;
}
.news-left{
    width: 820px;
    float: left;
}
.news-left-title h3{
    color: #fff;
    background-color: #c7a16d;
    width: 110px;
    font-size: 18px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    float: left;
    font-weight: normal;
}
.news-left-title a{
    float: right;
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 40px;
   
}
.news-left-title a:hover{
    color: #c7a16d;
    text-decoration: underline;
}
.news-left-up{
    margin-top: 36px;
    border-bottom: 1px solid #dedede;
}
.news-up-item{
    margin-bottom: 15px;
}
.news-up-img{
    width: 286px;
    height: 166px;
    float: left;
}
.news-up-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-up-txt{
    width: 480px;
    float: right;
}
.news-up-txt strong{
    font-size: 24px;
    color: #0b0b0b;
    font-weight: normal;
    line-height: 26px;
}
.news-up-txt a:hover strong{
    color: #c7a16d;
}
.news-up-txt p{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-top: 12px;
}
.news-up-txt .news-up-more{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #c7a16d;
    margin-top: 6px;
}
.news-up-txt .news-up-more:hover{
    text-decoration: underline;
}

.news-left-down{
    margin-top: 10px;
}
.news-left-down a{
    width: 48%;
    float: left;
    color: #555;
    font-size: 14px;
    line-height: 24px;height: 24px;
    margin: 7px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-left-down a:hover{
    color: #c7a16d;
}

.news-left-down a:nth-child(2n){ float:right;}


.news-right{
    width: 430px;
    float: right;
    background-color: #f5f5f5;
    padding: 12px; height:425px;
}
.news-right-title{
    border-bottom: 1px solid #dddddd;
}
.news-right-title h3{
    font-size: 20px;
    color: #c7a16d;
    font-weight: lighter;
    line-height: 24px;
    padding-bottom: 4px;
}
.news-right-list{
    padding: 20px 25px 0 15px;
}
.news-right-list a{
    display: block;
    margin-bottom: 25px;
}
.news-right-list a:hover strong{
    color: #c7a16d;
}
.news-right-list a strong{
    display: block;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    position: relative;
    padding-left: 28px;
    font-weight: normal;
    margin-bottom: 12px;
}
.news-right-list a strong::before{
    content: 'Q';
    width: 18px;
    height: 18px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    background-color: #c7a16d;
    position: absolute;
    top: 0;
    left: 0;
}
.news-right-list a p{
    font-size: 14px;
    color: #555;
    line-height: 22px;
    position: relative;
    padding-left: 28px;
}
.news-right-list a p::before{
    content: 'A';
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #c7a16d;
    background-color: #cfcfcf;
    position: absolute;
    top: 2px;
    left: 0;
}

/* main-news end */

/* å®šåˆ¶æµç¨‹ */
.dzliucheng{
    width: 100%;
    background-image: url(../images/dzlc-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 60px 0;
}
.dzliucheng-list{
    margin: 65px 0;
    text-align: center;
}
.dzliucheng-item{
    display: inline-block;
    vertical-align: top;
    width: 190px;
}
.dzliucheng-item span{
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    border: 3px solid #caa773;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 22px;
}
.dzliucheng-item1 span{
    background-image: url(../icon/zdlc1.png);
}
.dzliucheng-item2 span{
    background-image: url(../icon/zdlc2.png);
}
.dzliucheng-item3 span{
    background-image: url(../icon/zdlc3.png);
}
.dzliucheng-item4 span{
    background-image: url(../icon/zdlc4.png);
}
.dzliucheng-item5 span{
    background-image: url(../icon/zdlc5.png);
}
.dzliucheng-item6 span{
    background-image: url(../icon/zdlc6.png);
}
.dzliucheng-item strong{
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #caa773;
}
.dzliucheng-arrow{
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 35px;
    margin-top: 20px;
    background-image: url(../icon/zdlc-jt.png);
    background-repeat: no-repeat;
}

/* å®šåˆ¶æµç¨‹ end*/

/* partner*/
.main-partner{
    padding: 50px 0; background-color:#efefef;
}
.partner-list{
    width: 1300px;
  
    margin: 0 auto;
    margin-top: 30px;
    padding: 1px;
}
/* end partner*/

.partner-list li{ float:left; width:20%;}
.partner-list li i{ padding:5px; display:block;}
.partner-list li img{ width:100%; display:block; margin:5px; border:1px #efefef solid;}
/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 30px; background-color:#323a45;
    
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.foot-box{
    width: 1300px;
    margin: 0 auto;
}
.foot-left{
    width: 390px;
    float: left;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 30px;
}
.foot-logo{
    width: 100%;
}
.foot-logo img{
    width: auto;
}
.foot-logo p{
    color: #dddddd;
    padding:15px 0 30px;
    font-weight: lighter;
}

.foot-contact{
    width: 100%;
    text-align: left;
}
.foot-contact strong{
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
}
.foot-contact h3{
    font-size: 45px;
    color: #ECC872;
    font-weight: bold;
    padding-top: 8px; font-family:'Impact'; 
}

.foot-ewm{
    /* width: 300px; */
    float: right;
    text-align:left;
    padding-top: 20px;
}
.foot-ewm ul{ padding-top:30px;}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 120px;
    margin-right: 20px;
}
.foot-ewm ul li img{ width:100%; border-radius:5px;
  
    
}
.foot-ewm p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float:left;
    padding-top: 20px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right:70px;
}
.foot-menu-list strong a { font-size:20px; color:#fff;}
.foot-menu-list&gt;a{
    display: block;
    color: #e8e8e8;
    font-size: 14px; 
}
.foot-menu-list&gt;a:hover{
    color: #caa773;
}
.foot-menu-list ul{
    margin-top: 10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #e8e8e8;
    font-size: 14px;
  line-height:32px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #caa773;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 38px 0;
     border-top:1px #59616c solid; background-color:#323a45; 
}
.copyright p{
    color: #b6b6b6;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
}
.copyright p a{
    color: #b6b6b6;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}
.clr{ clear:both;}
.index_zhuyw{ padding:40px; background-color:#fafafa;}
.index_zhuyw ul{ padding-top:30px;}
.index_zhuyw li{ float:left; width:25%;}
.index_zhuyw li a{ color:#333; display:block; background-color:#fff; padding:20px; height:280px; margin:10px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_zhuyw li a strong{ font-size:24px; line-height:53px}
.index_zhuyw li a i{ display:block; height:140px; overflow:hidden;}
.index_zhuyw li a i img{ width:100%;}
.index_zhuyw li a p{ text-align:justify; color:#666; line-height:22px;   font-size: 13px;
    /* font-weight: lighter; */
 
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}

.index_zhuyw li a:hover{ background-color:#284179; color:#fff;}
.index_zhuyw li a:hover p{ color:#fff;}

.index_gsjj { position:relative;}
.index_gsjj .gsjj_left{ width:50%; float:left; background-color:#F60;}
.index_gsjj .gsjj_left img{display:block; width:100%;}
.index_gsjj .gsjj_info{   position:absolute; left:50%; top:50%;  transform: translate(0, -50%);  }
.gsjj_info ul{ padding:40px;}
.gsjj_info ul .gsjj_title  i{ display:block; width:110px; height:2px; background-color:#dbc086}
.gsjj_info ul .gsjj_title strong{ font-size:36px; margin-top:10px; display:block;}
.gsjj_info ul .gsjj_title span{ display:block; font-size:14px; margin-bottom:20px;}
.gsjj_info ul .gsjj_title p{ text-align:justify; line-height:36px; font-size:16px; color:#3f3f3f; text-indent:40px;}
.gsjj_info ul .gsjj_menu{ margin-top:20px;}
.gsjj_info ul .gsjj_menu a{ display:block; height:45px; line-height:45px; width:167px; background-color:#ededed; color:#333; font-size:18px; text-align:center; float:left; margin-left:1px;}
.gsjj_info ul .gsjj_menu a:hover{ background-color:#dbc086; color:#fff;}
.gsjj_info ul .gsjj_menu .on{ background-color:#dbc086; color:#fff;}

.mt-tabpage{ margin-top:0px;}
.mt-tabpage .q_tit{ height:45px;  background-color:#fff;}

.mt-tabpage .q_tit a{height:45px;   margin-right:10px; line-height:45px; float:left; }
 
.mt-tabpage-title{ }
.mt-tabpage-title a{ display:block; padding-left:20px; padding-right:20px; font-size:14px;   color:#333; height:45px; line-height:45px; }
 
.mt-tabpage-title  .mt-tabpage-item-cur{ background-color:#C7A16D; color:#fff;  padding-left:0px 20px; font-size:16px; }
.center_box{ margin-top:10px;}
.center_box li{ line-height:30px; height:30px;}
.center_box li a{ width:280px;    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; float:left;}
  .center_box li span{ float:right;}
    .center_box li a{ color:#333}
 .center_box li a:hover{ color:#000}
 
 

/* main-support */
.main-support {
  padding: 60px 0;
  background-color: #fff;
  background-image: url(../images/casebg.jpg);
 background-size:auto 358px  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom:100px;
}
.sloution {
  padding-top: 30px;
}
.sloution li {
  width: 350px;
  float: left;
}
.sloution li a {
  display: block;
  margin: 10px;
  border: 1px #f5f5f5 solid;
  background-color: #fefefe;box-shadow: 0 0 10px #ccc;  
  padding: 10px;
}
.sloution li a img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.sloution li a strong {
  display: block;
  color: #000;
  line-height: 55px;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; height:55px;
}
.sloution li a:hover strong {
  display: block;
  background-color: #17136f;
  color: #fff;
  line-height: 55px;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.sloution li a i {
  display: block;
  height: 2px;
  width: 70px;
  background-color: #F00;
  margin: auto;
  margin-bottom: 10px;
}
.sloution li a p {
  color: #333;
  padding-top: 10px;
  text-align: center;
  font-size: 14px;
}
#scrollArrLeft2 {
  position: absolute;
  width: 106px;
  height: 52px;
  background-color: #eeeeee;
  cursor: pointer;
  font-size: 34px;
  text-align: center;
  left: 50%;
  transform: translate(-109px);
  line-height: 52px;
  font-weight: bold;
  margin-top: 300px;
  color: #17136f;
  background-image: url(../images/jiantou2.png);
  background-repeat: no-repeat;
  background-position: center;
 
}
#scrollArrLeft2:hover {
position: absolute;
  width: 106px;
  height: 52px;
  background-color: #17136f;
  cursor: pointer;
  font-size: 34px;
  text-align: center;
  left: 50%;
  transform: translate(-109px);
  line-height: 52px;
  font-weight: bold;
  margin-top: 300px;
  color: #17136f;
  background-image: url(../images/jiantou3.png);
  background-repeat: no-repeat;
  background-position: center;   
   
}
#scrollArrRight2 {
  position: absolute;
  width: 106px;
  height: 52px;
  background-color: #eeeeee;
  cursor: pointer;
  font-size: 34px;
  text-align: center;
  left: 50%;
  transform: translate(3px);
  line-height: 52px;
  font-weight: bold;
  margin-top: 300px;
  color: #17136f;
  background-image: url(../images/jiantou2.png);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotateY(180deg);
}
#scrollArrRight2:hover {
  position: absolute;
  width: 106px;
  height: 52px;
  background-color: #17136f;
  cursor: pointer;
  color: #fff;
  background-image: url(../images/jiantou.png);
  -webkit-transform: rotateY(0deg);
}

</pre></body></html>