<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Created by LK on 2018/4/19.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", arial}

ul{list-style: none}

ul, li ,ol{margin: 0; padding: 0}

h1,h2,h3,h4,h5,h6{margin: 0; font-weight: normal}

p{margin: 0;}

a{text-decoration: none; display: block; color: #333; outline: none}

img{border: 0; float: left}

div{box-sizing: border-box}

.clearfix:after{content: ""; display: block; height: 0; clear: both; visibility: hidden; font-size: 0}

ul:after {clear:both;content:'.';display:block;width: 0;height: 0;visibility:hidden;}


.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1440{width: 1440px; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}

::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(255,255,255,.0);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.3);
}
@font-face {
    font-family: 'dincond-bold';
    src: url('../font/dincond-bold-webfont.eot');
    src: url('../font/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/dincond-bold-webfont.woff2') format('woff2'),
    url('../font/dincond-bold-webfont.woff') format('woff'),
    url('../font/dincond-bold-webfont.ttf') format('truetype'),
    url('../font/dincond-bold-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'dincond_medium';
    src: url('../font/dincond-medium-webfont.eot');
    src: url('../font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/dincond-medium-webfont.woff2') format('woff2'),
    url('../font/dincond-medium-webfont.woff') format('woff'),
    url('../font/dincond-medium-webfont.ttf') format('truetype'),
    url('../font/dincond-medium-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'novecentowide-demibold';
    src: url('../font/novecentowide-demibold-webfont.eot');
    src: url('../font/novecentowide-demibold-webfont.eot?#iefix')format('embedded-opentype'),
    url('../font/novecentowide-demibold-webfont.woff2')format('woff2'),
    url('../font/novecentowide-demibold-webfont.woff')format('woff'),
    url('../font/novecentowide-demibold-webfont.otf')format('opentype'),
    url('../font/novecentowide-demibold-webfont.svg#Regular')format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'novecentowide_normal';
    src: url('../font/novecentowide-normal.eot');
    src: url('../font/novecentowide-normal.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-normal.woff2') format('woff2'),
    url('../font/novecentowide-normal.woff') format('woff'),
    url('../font/novecentowide-normal.ttf') format('truetype'),
    url('../font/novecentowide-normal.svg#novecento_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'novecentowide-book';
    src: url('../font/novecentowide-book-webfont.eot');
    src: url('../font/novecentowide-book-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-book-webfont.woff2') format('woff2'),
    url('../font/novecentowide-book-webfont.woff') format('woff'),
    url('../font/novecentowide-book-webfont.otf') format('opentype'),
    url('../font/novecentowide-book-webfont.svg#novecentowide-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'montserrat-regular';
    src: url('../font/montserrat-regular-webfont.eot');
    src: url('../font/montserrat-regular-webfont.eot?#iefix')format('embedded-opentype'),
    url('../font/montserrat-regular-webfont.woff2')format('woff2'),
    url('../font/montserrat-regular-webfont.woff')format('woff'),
    url('../font/montserrat-regular-webfont.ttf')format('truetype'),
    url('../font/montserrat-regular-webfont.svg#Regular')format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 90px; position: fixed; top: 0; left: 0;  transition: all .6s; -webkit-transition: all .6s; z-index: 9}
.header .logo{width: 220px; height: 60px; float: left; margin-top: 15px; background: url("../image/logo.png") no-repeat; background-size: cover; transition: all .6s; -webkit-transition: all .6s }

.nav{float: right; margin-top: 40px; margin-right: 20px; transition: all .6s; -webkit-transition: all .6s}
.nav .nav_bar{list-style: none; height: 40px}
.nav .nav_bar li{float: left; position: relative; margin-right: 10px; margin-top: 8px; }
.nav .nav_bar li a{font-size: 14px; padding: 4px 20px 20px 20px; color: #fcfcfc; text-shadow: 1px 1px 3px #000}
.nav .nav_bar li a:hover{color: #e7141a}
.nav .nav_bar li.on{color: #e7141a}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 10px 0 10px 10px; background: none; border: none; cursor: pointer; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #666; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 10px}
.header .button span:nth-child(2){top: 20px}
.header .button span:nth-child(3){top: 30px}

#button .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button .span2{opacity: 0}
#button .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}

.language{position: absolute; top: 20px; right: 46px; transition: all .6s; -webkit-transition: all .6s}
.language a{display: inline-block; font-size: 13px; color: #fff; margin-left: 20px;}
.language .lan{width: 30px; height: 21px; color: transparent}
.language .ch{background: url("../image/l1.png") no-repeat; background-size: cover}
.language .en{background: url("../image/l2.png") no-repeat; background-size: cover}

.mini{background: #181818; box-shadow: 0 0 10px 3px rgba(0,0,0,.3);}


/*----banner----*/
.banner{width: 100%; position: relative}
.banner .img{width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover}
.banner .swiper-slide-active .img{animation: zoom 9s linear; -webkit-animation: zoom 9s linear; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}

@keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}
@-webkit-keyframes zoom {
    0%{transform: scale(1.2)}
    100%{transform: scale(1)}
}



/*----footer----*/
.footer{width: 100%; position: relative}
.footer .footer-content{background: #181818}
.footer .footer-top{width: 100%}
.footer .footer-top .footer-l1{width: 28%; height: 260px; float: left; padding: 40px 0; box-sizing: border-box; border-right: 1px solid #7b7b7b}
.footer .footer-top .footer-l1 h3{font-size: 16px; font-weight: 100; color: #fff; padding: 40px 0 10px 0}
.footer .footer-top .footer-l1 p{font-size: 14px; color: #999; line-height: 26px;}
.footer .footer-top .footer-l1 .map{width: 90%; overflow: hidden}
.footer .footer-top .footer-l1 .map img{width: 100%; float: none}

.footer .footer-top .footer-l2{width: 44%; height: 260px; float: left; padding: 80px 40px; box-sizing: border-box; border-right: 1px solid #7b7b7b}
.footer .footer-top .footer-l2 span{display: block; margin-bottom: 16px;}
.footer .footer-top .footer-l2 span a{display: inline-block; font-size: 13px; color: #999; margin-right: 20px;}

.footer .footer-top .footer-l2 .footer_ying{margin-bottom: 16px;}
.footer .footer-top .footer-l2 .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer-top .footer-l2 .footer_ying .ying{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer-top .footer-l2 .footer_link{margin-bottom: 16px;}
.footer .footer-top .footer-l2 .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer-top .footer-l2 .footer_link .link{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer-top .footer-l2 .ico_link{width: 46px; height: 46px; position: relative; float: left; margin: 40px 20px 0 20px; font-size: 20px; color: #fff; line-height: 46px; text-align: center; border-radius: 50px; border: 1px solid #fff; transition: all .4s; -webkit-transition: all .4s}
.footer .footer-top .footer-l2 .ico_01{margin-left: 40px}
.footer .footer-top .footer-l2 .ico_link:hover{background: #e7141a}

.footer .footer-top .footer-l3{width: 28%; height: 260px; position: relative; float: left; padding: 60px 0; box-sizing: border-box}
.footer .footer-top .footer-l3 span{display: block; width: 120px; height: 120px; margin: 20px auto; overflow: hidden}
.footer .footer-top .footer-l3 span img{width: 100%}


.footer .footer-center{width: 100%;}
.footer .footer-center .footer-c{width: 33.3333%; float: left; background: #e7141a; position: relative}
.footer .footer-center .footer-c h3{font-size: 14px; color: #fff; font-weight: 100; line-height: 20px; padding: 20px 0 30px 90px}
.footer .footer-center .footer-c span{display: block; width: 40px; height: 40px; background: #fff; position: absolute; top: 22px; left: 26px; border-radius: 10px}
.footer .footer-center .c2{background: #e7141a}
.footer .footer-center .c1 span:before{content: "\f041"; font-family: FontAwesome; font-size: 32px; color: #666; position: absolute; top: 4px; left: 11px}
.footer .footer-center .c2 span:before{content: "\f095"; font-family: FontAwesome; font-size: 30px; color: #666; position: absolute; top: 5px; left: 8px}
.footer .footer-center .c3 span:before{content: "\f003"; font-family: FontAwesome; font-size: 26px; color: #666; position: absolute; top: 6px; left: 7px}


.footer .footer-bottom{width: 100%; padding: 10px 0 20px 0;}
.footer .footer-bottom span{display: block; margin: 10px 0 0 0; text-align: center; font-size: 12px; color: #dedede;}
.footer .footer-bottom span a{display: inline-block; font-size: 12px; color: #dedede; margin-left: 20px;}



/*----right_list----*/
.right_list{width: 48px; position: fixed; right: 20px; bottom: 0; margin-bottom: 16%; z-index: 99;}
.right_list .li{position: relative; width: 50px; height: 50px; margin-bottom: 4px; text-align: center; line-height: 50px; background: #dedede; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 32px; color: #333; vertical-align: middle; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{height: 38px; line-height: 32px}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; right: 0; margin: 40px 60px 0 0; background: #fcfcfc; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s .1s; -webkit-transition: all ease .3s .1s}
.right_list .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}
.right_list .li .img p{line-height: 10px; font-size: 13px; color: #333}

.right_list .li .tel{width: 190px; height: 50px; position: absolute; top: 0; right: 0; margin: 0 0 0 0; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel h3{font-size: 18px; color: #26324a; line-height: 50px; font-family: 'novecentowide-book'}
.right_list .li .tel h3 i{font-size: 20px; color: #26324a; padding-right: 6px; vertical-align: middle; padding-bottom: 2px}
.right_list .li .tel h3 a{display: inline-block}

.right_list .li:hover{background: #000}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: 0 60px 0 0}
.right_list .li:hover .tel{margin: 0 60px 0 0; visibility: visible; opacity: 1}




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