/*Created by lk on 2019/5/09.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "microsoft yahei", Arial}

ul, li ,ol{margin: 0; padding: 0; list-style: none}

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}
.w{width: 1440px; margin: 0 auto; position: relative}
.left{float: left}
.right{float: right}

::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(255,255,255,.1);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.4);
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../font/Montserrat-Light.eot');
    src: url('../font/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/Montserrat-Light.woff2') format('woff2'),
    url('../font/Montserrat-Light.woff') format('woff'),
    url('../font/Montserrat-Light.ttf') format('truetype'),
    url('../font/Montserrat-Light.svg#dincond-mediumalternateRg') 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.ttf') format('truetype'),
    url('../font/novecentowide-book-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 70px; position:fixed; box-shadow: 0 0 10px 2px rgba(0,0,0,.2); background: #fff; z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 265px; height: 50px; margin: 10px 0 0 0; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .5s; -webkit-transition: all .5s}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 10px 0; 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)}

.nav{float: left; padding-left: 4%; transition: all .5s; -webkit-transition: all .5s; position: relative}
.nav .nav_bar{_background: #fff}
.nav .nav_bar li{float: left; margin-right: 2px;}
.nav .nav_bar li>a{font-size: 14px; color: #333; padding: 0 20px; font-weight: bold; line-height: 70px; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar li:hover>a{color: #fff; background: #d60808}
.nav .nav_bar li>a.on{color: #fff; background: #d60808}
.nav .nav_bar li.on{background: #d60808;}
.nav .nav_bar li.on a{color: #fff;}

.lan{float: right; margin-top: 16px; transition: all .4s; -webkit-transition: all .4s}
.lan .yu{display: inline-block; width: 38px; margin-left: 10px}
.lan .yu img{width: 100%}

.header.mini{height: 60px;}
.header.mini .logo{width: 212px; height: 40px; margin: 10px 0 0 0;}
.header.mini .nav .nav_bar li>a{line-height: 60px;}
.header.mini .lan{float: right; margin-top: 10px}

/*----footer----*/
.footer{padding: 50px 0 0 0; background: #181818}
.footer .footer_nav{text-align: center; padding-bottom: 20px;}
.footer .footer_nav a{display: inline-block; width: 100px; padding: 6px 0; font-size: 13px; color: #999; position: relative}
.footer .footer_nav a:before{content: ""; display: block; width: 1px; height: 10px; background: #999; position: absolute; top: 0; left: 0; margin: 10px 0 0 0}
.footer .footer_nav a:nth-child(1):before{display: none}
.footer .footer_con{text-align: center; padding-bottom: 20px}
.footer .footer_con span{display: inline-block; font-size: 14px; color: #999; padding: 0 50px}
.footer .footer_link{margin-bottom: 20px; text-align: center}
.footer .footer_link a{font-size: 13px; color: #999; margin-right: 10px; display: inline-block; }

.footer .footer_d{margin-bottom: 20px;}
.footer .footer_d .level{width: 45%; text-align: right; margin-right: 2%;}
.footer .footer_d .level a{font-size: 13px; color: #999; margin: 0 3px; display: inline-block; }


.footer .footer_d .web_site{width: 45%; margin-left: 2%;}
.footer .footer_d .web_site a{font-size: 13px; color: #999; margin: 0 5px; display: inline-block; }

.footer .footer_end{background: #000; padding: 14px 0; text-align: center}
.footer .footer_end span{display: inline-block; font-size: 12px; color: #999; padding: 0 20px}
.footer .footer_end span a{color: #999}

.footer .footer_nav a:hover{color: #e0e0e0}

/*----right_list----*/
.right_list{width: 42px; position: fixed; right: 10px;bottom: 0; margin-bottom: 40px; z-index: 99}
.right_list .li{position: relative; width: 42px; height: 42px; margin-bottom: 5px; text-align: center; line-height: 50px; background: rgba(255,255,255,.6); box-shadow: 0 0 10px 3px rgba(0,0,0,.2); cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 22px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top i{font-size: 28px}
.right_list .li.tel i{font-size: 26px}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; left: 0; margin: 20px 0 0 -140px; 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: 110px; height: 110px; display: block; float: none; margin: 5px auto 5px auto;}
.right_list .li .img p{line-height: 20px; font-size: 13px; color: #333}

.right_list .li .tel{width: 190px; height: 42px; position: absolute; top: 0; left: 0; margin: 0 0 0 -150px; 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: 17px; color: #26324a; line-height: 46px; font-family: 'novecentowide-book'}
.right_list .li .tel h3 i{font-size: 18px; color: #26324a; padding-right: 6px;}
.right_list .li .tel h3 a{display: inline-block}

.right_list .li:hover{background: #26324a}
.right_list .li:hover i{color: #fff;}
.right_list .li:hover .img{visibility: visible; opacity: 1; margin: -46px 0 0 -140px}
.right_list .li:hover .tel{margin: 0 0 0 -200px; visibility: visible; opacity: 1}








