/*Created by lk on 2019/6/26.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", sans-serif}

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}

img{border: 0; float: left}

div{box-sizing: border-box}

input{outline: 0;}

.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}
.w1366{width: 1366px; 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: 100px; position:fixed; top: 0; z-index: 99; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.nav_top{width: 100%; height: 30px; position: absolute; top: 0; right: 0; padding-top: 7px; background: #181818}
.nav_top .top_right{margin-right: 134px}
.nav_top .top_right a{display: inline-block; font-size: 12px; color: #fff}
.nav_top .top_right span{display: inline-block; width: 1px; height: 12px; background: #dedede; margin: -2px 10px}

.nav_top .search{width: 300px; height: 60px; position: absolute; top: 100px; right: 0; margin: 0 120px 0 0; padding: 15px 20px; background: rgba(0,0,0,.6); display: none}
.nav_top  .search .key{width: 80%; height: 30px; line-height: 30px; padding-left: 4px; color: #999; border: none; background: none; background: rgba(0,0,0,.8)}
.nav_top  .search .ss{width: 15%; padding: 3px 0; line-height: 20px; outline: none; border: none; background: transparent}
.nav_top  .search .ss i{font-size: 18px; color: #f5a100;}


.header .logo{float: left; width: 176px; height: 40px; margin: 45px 0 0 100px;  background: url("../image/logoi.png") no-repeat; background-size: cover; transition: all ease .4s; -webkit-transition: all ease .4s}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 35px 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: #333; 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);}
#button .span2{opacity: 0}
#button .span3{top: 20px; transform: rotate(45deg);}

.nav{float: right; margin: 30px 100px 0 0; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar{list-style: none}
.nav .nav_bar li{float: left; margin-right: 10px; position: relative}
.nav .nav_bar li a{font-size: 14px; color: #333; font-weight: bold; padding: 0 20px; line-height: 70px; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_bar li:hover a{color: #f6ae35}
.nav .nav_bar li.on a{color: #f6ae35}

.nav .nav_bar li:nth-child(2) .nav_son{padding-left: 49.5%}
.nav .nav_bar li:nth-child(3) .nav_son{padding-left: 34%}
.nav .nav_bar li:nth-child(4) .nav_son{padding-left: 64.5%}
.nav .nav_bar li:nth-child(6) .nav_son{padding-left: 76.5%}

.nav .nav_bar li .nav_son{width: 100%; position: fixed; top: 100px; left: 0; background: rgba(0,0,0,.7); visibility: hidden; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_bar li .nav_son a{display: inline-block; font-size: 14px; color: #fff; font-weight: normal; padding: 0; margin-right: 20px;; line-height: 80px; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_bar li .nav_son a:hover{color: #f6ae35;}

.nav .nav_bar li .nav_son.sub_on{visibility: visible; opacity: 1; top: 100px}

.header.mini{height: 70px; box-shadow: 0 0 10px 2px rgba(0,0,0,.2); transition: all .6s; -webkit-transition: all .6s}
.header.mini .logo{width: 132px; height: 30px; margin: 35px 0 0 100px}
.header.mini .nav .nav_bar li>a{line-height: 40px}
.header.mini .nav .nav_son li:hover a{color: #f6ae35}
.header.mini .nav .nav_bar li .nav_son{top: 70px}
.header.mini .nav .nav_bar li .nav_son.sub_on{top: 70px}
.header.mini .nav .nav_son li a{line-height: 80px}


/*----footer----*/
.footer{position: relative; background: #666; padding: 60px 0 0 0; overflow: hidden}
.footer .footer_left{width: 40%; padding-bottom: 40px}
.footer .left01{width: 20%}
.footer .footer_left h3{font-size: 16px; color: #f6ae35; font-weight: bold; margin-bottom: 20px}
.footer .footer_left p{font-size: 13px; color: #fff; line-height: 26px;}
.footer .footer_left a{font-size: 13px; color: #fff; line-height: 26px}

.footer_end{position: relative; background: #181818; padding: 10px 0}
.footer_end a{font-size: 12px; color: #e0e0e0; display: inline-block;}
.footer_end span{display: inline-block; width: 1px; height: 12px; margin: 2px 8px 0 8px; background: #e0e0e0}
.footer_end i{font-size: 12px; color: #e0e0e0; font-style: normal; float: right;}


/*----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: 54px; background: rgba(255,255,255,.6); box-shadow: 0 0 10px 3px rgba(0,0,0,.2); border-radius: 4px; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 28px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}

.right_list .li .img{width: 120px; height: 150px; position: absolute; top: 0; left: 0; margin: 0 0 0 -130px; 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{display: block; float: none; margin: 5px auto;}
.right_list .li .img p{line-height: 20px; font-size: 13px; color: #333}

.right_list .li .tel{width: 180px; height: 40px; position: absolute; top: 0; left: 0; margin: 1px 0 0 -140px; background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2); border-radius: 4px; visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li .tel a{font-size: 18px; color: #26324a; line-height: 42px; font-family: 'Montserrat-Light'}

.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 -130px}
.right_list .li:hover .tel{margin: 1px 0 0 -188px; visibility: visible; opacity: 1}


