  @font-face {
      font-family: 'ctlaosongsjthin';
      src: url('../font/weiranjls.eot');
      src: url('../font/weiranjls.eot?#iefix') format('embedded-opentype'),
           url('../font/weiranjls.woff') format('woff'),
       url('../font/weiranjls.ttf') format('truetype'),
       url('../font/weiranjls.svg#ctlaosongsjthin') format('svg');
      font-weight: normal;
      font-style: normal;
   }

*{
    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, .22);
     
}

.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 > ul {
    height: 100%;
}
.top-menu > ul > li{
    display: block;
    float: left;
    height: 100%;
    position: relative;
    text-align: center;
}
.top-menu > ul > li > a{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    padding: 20px 30px;
    position: relative;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; background-position:center; background-size:auto 0px;  
}
.top-menu > ul > li:nth-child(n+2)>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-menu > ul > li:hover .top-on{
    color: #121212 !important;
    background-color: #cc271c;
} */
/* .top-on::before{
    background-image: url(../icon/icon-arrow-down-green.png);
} */

.top-menu > ul > li:hover > a{ color:#caa773; background-image:url(../images/line.png); background-repeat:no-repeat; background-position:center; background-size:auto 100%;
 
}
/* .top-menu > ul > li:hover > a::before{
    background-image: url(../icon/icon-arrow-down-green.png);
} */

.top-menu > ul .top-on{color:#caa773; background-image:url(../images/line.png); background-repeat:no-repeat; background-position:center; background-size:auto 100%;  
 
}

.top-menu > ul > li:hover > .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(204, 39, 28, .85);
    /* border-top: 2px solid #cc271c; */
    /* 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: #fff;
    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{
    height: 57px;
    float: left;
    margin-top: 10px;
    padding-left: 36px;
}
.head-logo img{
    height:22px; margin-top:17px;
}


.head-right{
    float: right;
    text-align: right;
    position: relative;
    padding: 22px 0;
}
.head-tel img{
    display: inline-block;
}
.head-tel{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
} 
.head-tel span {
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    color: #fff;
}

.head-tel strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}
.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: #fff;
    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 #cc271c;
}
.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: #f1f1f1;
  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;
    background-color: #111;
    
}
.tanchuang_logo img{
    height:auto;
}
.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>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: #caa773;
}
.tanchuang-menu .menu-title2 .menu-list2::after{
    position: absolute;
    bottom: -15px;
    left: 0px;
    display: block;
    content: "";
    width: 35px;
    height: 1px;
    background: #caa773;
}
.tanchuang-menu ul li a:hover{
    color: #caa773;
}
.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 h2{
    font-size: 30px;
    color: #070707;
    line-height: 34px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
}
.title-style h3{
    font-size: 30px;
    color: #070707;
    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 h2{
    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);
} */

/* product */
.main-product-box{
    width: 100%;
    padding-top: 90px;
    display:table;
}
.product-menu{
    width: 50%;
    position: relative;
    display:table-cell;
}
.product-title{
    position: absolute;
    top: 0px;
    left: 80px;
    padding-left: 20px;
}
.product-title::before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 4px;
    height: 28px;
    background-color: #caa773;
}
.product-title::after{
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 4px;
    height: 60px;
    background-color: #606060;
}
.product-title h2{
    font-size: 30px;
    color: #0b0b0b;
    line-height: 30px;
    padding-bottom: 2px;
}
.product-title h3{
    font-size: 30px;
    color: #1b1b1b;
    line-height: 40px;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
}
.product-title h5{
    font-size: 16px;
    line-height: 24px;
    color: #3f3f3f;
    font-weight: lighter;
}

.product-menu ul{
    display: block;
    font-size: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto;
    right: 0;
}
.product-menu ul li{
    display: inline-block;
    vertical-align: top;
    height: 0;
    padding-bottom:23%;
    background-color: #f4f4f4;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: relative;
    cursor: pointer;
}
.li-8dkj{
    width: 25%;
}
.li-6dfg{
     width: 25%;
}
.li-8dkj:nth-child(4n+4){
    border-right: 0;
}
.li-6dfg:nth-child(4n+4){
    border-right: 0;
}
.product-menu ul li:hover{
    background-color: #3b3b3b;
}
.product-menu ul li:hover .product-menu-tit strong{
    color: #fff;
}
.product-menu ul li:hover .icon-8dkj1{
    background-image: url(/icon/8dkj1-w.png);
}
.product-menu ul li:hover .icon-8dkj2{
    background-image: url(/icon/8dkj2-w.png);
}
.product-menu ul li:hover .icon-8dkj3{
    background-image: url(/icon/8dkj3-w.png);
}
.product-menu ul li:hover .icon-8dkj4{
    background-image: url(/icon/8dkj4-w.png);
}
.product-menu ul li:hover .icon-8dkj5{
    background-image: url(/icon/8dkj5-w.png);
}
.product-menu ul li:hover .icon-8dkj6{
    background-image: url(/icon/8dkj6-w.png);
}
.product-menu ul li:hover .icon-8dkj7{
    background-image: url(/icon/8dkj7-w.png);
}
.product-menu ul li:hover .icon-8dkj8{
    background-image: url(/icon/8dkj8-w.png);
}

.product-menu ul li:hover .icon-6dfg1{
    background-image: url(/icon/6dfg1-w.png);
}
.product-menu ul li:hover .icon-6dfg2{
    background-image: url(/icon/6dfg2-w.png);
}
.product-menu ul li:hover .icon-6dfg3{
    background-image: url(/icon/6dfg3-w.png);
}
.product-menu ul li:hover .icon-6dfg4{
    background-image: url(/icon/6dfg4-w.png);
}
.product-menu ul li:hover .icon-6dfg5{
    background-image: url(/icon/6dfg5-w.png);
}
.product-menu ul li:hover .icon-6dfg6{
    background-image: url(/icon/6dfg6-w.png);
}
.product-menu ul li:hover .icon-6dfg7{
    background-image: url(/icon/6dfg7-w.png);
}.product-menu ul li:hover .icon-6dfg8{
    background-image: url(/icon/6dfg8-w.png);
}
.hd ul li.on{
    background-color: #3b3b3b;
}
.hd ul li.on .product-menu-tit strong{
    color: #fff;
}
.hd ul li.on .icon-8dkj1{
    background-image: url(/icon/8dkj1-w.png);
}
.hd ul li.on .icon-8dkj2{
    background-image: url(/icon/8dkj2-w.png);
}
.hd ul li.on .icon-8dkj3{
    background-image: url(/icon/8dkj3-w.png);
}
.hd ul li.on .icon-8dkj4{
    background-image: url(/icon/8dkj4-w.png);
}
.hd ul li.on .icon-8dkj5{
    background-image: url(/icon/8dkj5-w.png);
}
.hd ul li.on .icon-8dkj6{
    background-image: url(/icon/8dkj6-w.png);
}
.hd ul li.on .icon-8dkj7{
    background-image: url(/icon/8dkj7-w.png);
}
.hd ul li.on .icon-8dkj8{
    background-image: url(/icon/8dkj8-w.png);
}
.hd ul li.on .icon-6dfg1{
    background-image: url(/icon/6dfg1-w.png);
}
.hd ul li.on .icon-6dfg2{
    background-image: url(/icon/6dfg2-w.png);
}
.hd ul li.on .icon-6dfg3{
    background-image: url(/icon/6dfg3-w.png);
}
.hd ul li.on .icon-6dfg4{
    background-image: url(/icon/6dfg4-w.png);
}
.hd ul li.on .icon-6dfg5{
    background-image: url(/icon/6dfg5-w.png);
}
.hd ul li.on .icon-6dfg6{
    background-image: url(/icon/6dfg6-w.png);
}.hd ul li.on .icon-6dfg7{
    background-image: url(/icon/6dfg7-w.png);
}.hd ul li.on .icon-6dfg8{
    background-image: url(/icon/6dfg8-w.png);
}
.product-menu-tit{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: auto;
    margin-top: -50px;
}
.product-menu-icon{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.product-menu-tit strong{
    display: block;
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    color: #3f3f3f;
    font-weight: lighter;
}
.icon-8dkj1{
    background-image: url(/icon/8dkj1.png);
}
.icon-8dkj2{
    background-image: url(/icon/8dkj2.png);
}
.icon-8dkj3{
    background-image: url(/icon/8dkj3.png);
}
.icon-8dkj4{
    background-image: url(/icon/8dkj4.png);
}
.icon-8dkj5{
    background-image: url(/icon/8dkj5.png);
}
.icon-8dkj6{
    background-image: url(/icon/8dkj6.png);
}
.icon-8dkj7{
    background-image: url(/icon/8dkj7.png);
}
.icon-8dkj8{
    background-image: url(/icon/8dkj8.png);
}
.icon-6dfg1{
    background-image: url(/icon/6dfg1.png);
}
.icon-6dfg2{
    background-image: url(/icon/6dfg2.png);
}
.icon-6dfg3{
    background-image: url(/icon/6dfg3.png);
}
.icon-6dfg4{
    background-image: url(/icon/6dfg4.png);
}
.icon-6dfg5{
    background-image: url(/icon/6dfg5.png);
}
.icon-6dfg6{
    background-image: url(/icon/6dfg6.png);
}.icon-6dfg7{
    background-image: url(/icon/6dfg7.png);
}.icon-6dfg8{
    background-image: url(/icon/6dfg8.png);
}
.product-img-box{
    width: 50%;
    position: relative;
    display:table-cell;
}
.product-item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.product-image{
    min-height: 500px;
}
.product-image img{
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}
.product-tit{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: table;
    /* transform: translateX(-100%); */
}
.title-8dkj{
    left: -200px;
    right: auto;
    border-right: 1px solid rgb(200, 37, 27, .56);
}
.title-6dfg{
    left: auto;
    right: -200px;
    border-left: 1px solid rgb(200, 37, 27, .56);
}
.product-tit h3{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
    display: table-cell;
    vertical-align: middle;
}
.product-more{
    position: absolute;
    text-align: center;
    top: 80px;
    right: 30px;
}
.product-more a{
    display: block;
    width: 130px;
    height: 30px;
    text-transform: uppercase;
    color: #0e0e0e;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #0e0e0e;
}
.product-more a:hover{
    background-color: #0e0e0e;
    color: #fff;
}
/* product end */


/* main-about */
.main-about{
    width: 1300px;
    margin: 80px auto 100px;
}
.main-about-img{
    width: 583px;
    float: left;
}
.main-about-right{
    width: 717px;
    float: right;
}
.main-about-title{
    padding-left: 80px;
    padding-top: 25px;
}
.main-about-title b{
    display: block;
    width: 70px;
    height: 3px;
    background-color: #caa773;
    margin-bottom: 10px;
}
.main-about-title h3{
    font-size: 30px;
    color: #1b1b1b;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -1px;
    line-height: 40px;
}
.main-about-title h2{
    font-size: 30px;
    color: #0b0b0b;
    line-height: 40px;
}
.main-about-dowm{
    background-color: #f4f4f4;
    padding: 30px 60px 25px 80px;
    margin-top: 70px;
}
.main-about-logo{
    margin-bottom: 25px;
}
.main-about-txt{
    font-size: 16px;
    line-height: 36px;
    color: #454545;
    font-weight: lighter;
}
.main-about-menu{
    padding-top: 40px;
}
.main-about-menu ul{
    font-size: 0;
}
.main-about-menu ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 2px;
}
.main-about-menu ul li a{
    display: block;
    width: 126px;
    height: 42px;
    background-color: #d9d9d9;
    color: #221e1e;
    line-height: 42px;
    text-align: center;
    font-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;
}
.main-about-menu ul li a:hover{
    background-color: #caa773;
    color: #fff;
}
.main-about-menu ul li:first-child a{
    background-color: #caa773;
    color: #fff;
}
/* main-about end */



/* main-news */
.main-news{
    width: 100%;
}
.news-bg{
    height: 479px;
    padding-top: 110px;
    background-image: url(/images/news-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.main-news-box{
    width: 1300px;
    margin: 0 auto;
    margin-top: -190px;
}
.news-item{
    display: block;
    float: left;
    width: 410px;
    margin-right: 35px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-item:nth-child(3){
    margin-right: 0;
}
.news-item:hover{
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}
.news-item:hover .news-txt strong{
    color: #caa773;
}
.news-img{
    width: 100%;
    height: 218px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-txt{
    padding-top: 15px;
}
.news-txt strong{
    font-size: 20px;
    color: #221e1e;
    line-height: 25px;
    display: block;
    height: 50px;
}
.news-txt p{
    font-size: 14px;
    color: #686868;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.news-txt b{
    display: block;
    color: #a6a6a6;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    padding-left: 16px;
    background-image: url(/icon/time.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
}

.news-more{
    display: block;
    width: 130px;
    height: 30px;
    text-align: center;
    margin: 60px auto 0;
    text-transform: uppercase;
    color: #0e0e0e;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid #0e0e0e;
}
.news-more:hover{
    background-color: #0e0e0e;
    color: #fff;
}
/* main-news end */



/* main-win*/
.main-win{
    padding: 60px 0 50px;
}
.win-list{
    width: 100%;
    padding: 0 50px;
    margin-top: 60px;
    display: table;
}
.win-item{
    width: 20%;
    display: table-cell;
    border: 16px solid transparent;
    background-clip: padding-box;
    background-color: #f1f1f1;
    text-align: center;
    padding: 2% 1%;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.win-item:hover{
    /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2); */
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.win-img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    padding: 40px;
}
.win-txt{
    margin-top: 20px;
}
.win-txt strong{
    font-size: 24px;
    color: #070707;
    line-height: 34px;
    font-weight: normal;
}
.win-txt b{
    display: block;
    width: 95px;
    height: 2px;
    margin: 10px auto;
    background-color: #caa773;
}
.win-txt p{
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}
/* end main-win*/


/* footer */
footer{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #111111;
}
.foot-box{    width:90%; min-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:50%;
}
.foot-logo p{
    color: #dddddd;
    padding: 25px 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:44px;
    color: #caa773;
    font-weight: bold;
    padding-top: 8px; font-family:Impact;
}

.foot-ewm{
    /* width: 300px; */
    float: right;
    text-align: right;
    padding-top: 30px;
    padding-left: 60px;
}
.foot-ewm ul li{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 140px;
    /* margin-left: 20px; */
}
.foot-ewm img{
    width: 100%;
    border-radius: 5px;
}
.foot-ewm p{
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    margin-top: 10px;
}

.foot-menu{
    float: right;
    padding-top: 30px;
}
.foot-menu-list{
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-right: 60px;
}
 
.foot-menu-list>a{
    display: block;
    color: #f4f4f4;
    font-size: 18px; border-left:1px #fff solid;  padding-left:30px;
}
.foot-menu-list>a:hover{
    color: #CAA773;
}
.foot-menu-list ul{
 border-left:1px #3c3c3c solid;  padding-left:30px; height:135px; padding-top:10px;
}
.foot-menu-list ul li a{
    display: block;
    color: #f4f4f4;
    font-size: 14px;
    line-height: 24px;
    font-weight: lighter;
}
.foot-menu-list ul li a:hover{
    color: #caa773;
}



.copyright{
    width: 100%;
    text-align: center;
    padding: 18px 0 20px;
    background-color: #0a0a0a;
}
.copyright p{
    color: #f4f4f4;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
}
.copyright p a{
    color: #f4f4f4;
    font-size: 14px;
    line-height: 28px;
    font-weight: lighter;
    display: inline-block;
}
.copyright p a:hover{
    text-decoration: underline;
}

 

 @media (max-width:1600px) { 
.index_gsjj_kk{ background-image:url(../images/aboutbg.jpg); background-size:auto 100%; padding-top:77px; padding-bottom:100px;}
.index_gsjj_img{ width:50%; float:right; margin-top:50px; position:relative; z-index:2; height:660px; overflow:hidden }
.index_gsjj_img img{ display:block; width:auto; height:100%;}
.index_gsjj_text{ width:45%; float:left; color:#fff; font-size:15px; text-align:justify;z-index:1;}
.index_gsjj_text p{ margin-bottom:30px; text-indent:32px; line-height:30px;}
.index_gsjj_info{ padding-left:25%; background-image:url(../images/stl_lefttext.png); background-repeat:no-repeat; background-position:60px top; height:567px; padding-top:60px;animation: animatedBackground 10s linear infinite; }

.index_gsjj_tit{ width:800px; height:169px; background-image:url(../images/gsjjbgtit.png); position:relative; left:10%; font-family:'ctlaosongsjthin';}
.index_gsjj_tit strong{ padding-top:76px;font-size:36px; font-weight:lighter; display:block; padding-left:120px;}
.index_gsjj_tit span{  font-size:36px; font-weight:lighter;  display:block; padding-left:120px;}
.index_gsjj_more{ position:relative; margin-left:150px; z-index:3;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_gsjj_more a{ color:#caa773; display:block; height:50px; line-height:50px; width:178px; color:#caa773; border:2px #caa773 solid; text-align:center; font-size:36px;font-family:'ctlaosongsjthin';}
.index_gsjj_more i{ width:378px; height:2px; background-color:#caa773; display:block; position:absolute; margin-top:-23px; margin-left:150px;}
.index_gsjj_more:hover{ margin-left:180px;} 

 }

@media (min-width:1601px) {   
.index_gsjj_kk{ background-image:url(../images/aboutbg.jpg); background-size:auto 100%; padding-top:77px; padding-bottom:100px; }
.index_gsjj_img{ width:55%; float:right; margin-top:50px; position:relative; z-index:2; height:660px; overflow:hidden }
.index_gsjj_img img{ display:block; width:auto; height:100%;}
.index_gsjj_text{ width:40%; float:left; color:#fff; font-size:16px; text-align:justify;z-index:1;}
.index_gsjj_text p{ margin-bottom:30px; text-indent:32px; line-height:30px;}
.index_gsjj_info{ padding-left:35%; background-image:url(../images/stl_lefttext.png); background-repeat:no-repeat; background-position:60px top; height:567px; padding-top:60px;  animation: animatedBackground 10s linear infinite; }

 


.index_gsjj_tit{ width:800px; height:169px; background-image:url(../images/gsjjbgtit.png); position:relative; left:18%; font-family:'ctlaosongsjthin';}
.index_gsjj_tit strong{ padding-top:76px;font-size:36px; font-weight:lighter;  display:block; padding-left:120px;}
.index_gsjj_tit span{  font-size:36px; font-weight:lighter;  display:block; padding-left:120px;}
.index_gsjj_more{ position:relative; margin-left:150px; z-index:3;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_gsjj_more a{ color:#caa773; display:block; height:50px; line-height:50px; width:178px; color:#caa773; border:2px #caa773 solid; text-align:center; font-size:36px;font-family:'ctlaosongsjthin';}
.index_gsjj_more i{ width:378px; height:2px; background-color:#caa773; display:block; position:absolute; margin-top:-23px; margin-left:150px;}
.index_gsjj_more:hover{ margin-left:180px;} 

}

@keyframes animatedBackground {
 
  
   0% { background-position: 60px 0px;
            }
            50% {
               background-position: 60px 100px;
            }
            100% {
                background-position: 60px 0px;
            }
}


.pro_xilie{}
.pro_xilie li{ float:left; width:25%;}
.pro_xilie li a{ display:block; width:100%; height:600px; background-image:url(../images/index_01.jpg); background-size:100% 100%;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; background-position:center; position:relative;}
.pro_xilie li a:hover{ background-size:102% 102%;}
.pro_xilie li .pro_xilie_bg2{ background-image:url(../images/index_02.jpg);}
.pro_xilie li .pro_xilie_bg3{ background-image:url(../images/index_03.jpg);}
.pro_xilie li .pro_xilie_bg4{ background-image:url(../images/index_04.jpg);}
.pro_xilie li a .bg_hei{ width:100%; height:600px;background-color:rgba(0,0,0,0.8); display:block;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.pro_xilie li a:hover  .bg_hei{background-color:rgba(0,0,0,0.1);}
.pro_xilie li a .bg_huang{ position:absolute; width:345px; height:349px; background-image:url(../images/huangbg.png); z-index:2; margin-left:-172px; margin-top:140px;left:50%; background-size:0px;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; background-position:center; background-repeat:no-repeat;}
.pro_xilie li a:Hover .bg_huang{ position:absolute; width:345px; height:349px; background-image:url(../images/huangbg.png); z-index:2; margin-left:-172px; margin-top:140px;left:50%; background-size:100%;}
.pro_xilie li a .pro_tit{ position:absolute; text-align:center; margin-left:-140px; margin-top:220px; left:50%; z-index:3;  }
.pro_xilie li a .pro_tit span{ display:block;}
.pro_xilie li a .pro_tit strong{ font-size:30px; display:block;font-family:'ctlaosongsjthin';color:#fff; margin:10px 0;font-weight:lighter; }


.index_news{ background-color:#0f0f0f;}
.index_news_img{ float:left; width:30%;}
.index_news_img img{ display:block; width:100%;}
.index_news_list{ float:right; width:65%;}
.index_news_list ul{ margin-left:20px; }
.index_news_list li{ float:left; width:360px; height:346px; margin:20px; background-color:#000000;} 
.index_news_list   a{ color:#fff;}
.index_news_list a:hover  img{transform: scale(1.1);}/*放大1.1倍*/
.index_news_list strong{ font-size:16px; padding:20px; display:block; padding-bottom:5px;}
.index_news_list  span{ color:#202020; font-family:Impact; font-size:28px; display:block; padding-right:20px; text-align:right;}
.index_news_list li i{ display:block; width:100%; overflow:hidden; height:224px;}
.index_news_list li i img{ height:100%;transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.index_news_list .news_title strong{ font-size:36px; color:#fff; padding-bottom:0px;  font-family:'ctlaosongsjthin';font-weight:lighter;  }
.index_news_list .news_title span{font-size:36px; color:#fff; text-align:left; padding-left:20px; font-family:'ctlaosongsjthin'; font-weight:lighter; }
#scrollArrLeft2,#scrollArrRight2{ width:50px; height:75px;   position:absolute; cursor:pointer; background-image:url(../images/jl.png); background-repeat:no-repeat;   margin-top:-80px; background-size:80%; background-position:center;}
#scrollArrLeft2{right:160px;background-image:url(../images/jl.png); }
#scrollArrLeft2:hover{background-color:rgba(74,65,51,0.5);}
#scrollArrRight2:hover{ background-color:rgba(74,65,51,0.5);}
#scrollArrRight2{ right:60px;background-image:url(../images/jr.png); }
.piao{ font-size:125px; font-weight:bold; position:relative; margin-top:-30px; height:91px; width:911px; background-image:url(../images/shi.png); margin-left:15%;  animation: shite 10s linear infinite;}
@keyframes shite {
 
  
   0% { margin-left:10%;
            }
            50% {
              margin-left:25%;
            }
            100% {
               margin-left:10%;
            }
}




@media (min-width:1601px) { .index_news_list{ margin-top:70px;}  }

.shehua{ height:650px; background-image:url(../images/bbg.jpg); background-position:center; padding-top:50px;}
.shehua ul{ width:1111px; margin:auto; position:relative; }
.shehua ul li{ float:left; width:1111px;}
.shehua .sh_img{ position:relative; z-index:1; float:left;}
.shehua .sh_info{ width:650px; height:407px; background-color:#000000; right:0px;  position:relative;  z-index:0; float:right; margin-top:-350px;}
.shehua .sh_info .sh_info_tit{ margin-left:260px; color:#fff; font-size:36px;   margin-top:40px;}
.shehua .sh_info .sh_info_tit strong{ display:block; font-family: 'ctlaosongsjthin'; font-weight:lighter;}
.shehua .sh_info .sh_info_tit span{ font-size:25px; font-family: 'ctlaosongsjthin';}
.shehua .sh_info .sh_text{margin-left:260px;color:#fff; line-height:48px; margin-top:30px;}
.anniu{ width:1111px; margin:auto; position:relative;}

#scrollArrLeft3,#scrollArrRight3{ width:80px; height:35px;   position:absolute; cursor:pointer; background-image:url(../images/jl.png); background-repeat:no-repeat;   background-size:20%; background-position:center; z-index:5; top:60px;background-color:rgba(0,0,0,0.5);}
#scrollArrLeft3{ background-image:url(../images/jl.png); right:80px; }
#scrollArrLeft3:hover{background-color:rgba(74,65,51,0.5);}
#scrollArrRight3:hover{ background-color:rgba(74,65,51,0.5);}
#scrollArrRight3{  background-image:url(../images/jr.png);  right:0px;}