/*Created by lk on 2020/06/05.*/

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;}

.w1440{width: 75.5%; margin: 0 auto; position: relative}
.w1366{width: 1366px; margin: 0 auto; position: relative}
.w1200{width: 1200px; 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: '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: 80px; position:fixed; background: #fff; z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header .logo{float: left; width: 213px; height: 50px; margin: 15px 0 0 0; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.nav{float: right; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar{padding-right: 20px;}
.nav .nav_bar li{float: left; margin: 0 20px; position: relative}
.nav .nav_bar li:before{content: ""; display: block; width: 1px; height: 14px; border-right: 2px dotted #999; position: absolute; top: 0; right: 0; margin-top: 34px; margin-right: -21px;}
.nav .nav_bar li:last-child:before{display: none}
.nav .nav_bar li span{display: block; width: 100%; height: 4px; background: #009984; position: absolute; bottom: 0; left: 0; opacity: 0; visibility: hidden}
.nav .nav_bar li span:before{content: ""; display: block; border: 6px solid; border-color: transparent transparent #009984 transparent; position: absolute; top: 0; left: 50%; margin-top: -11px; margin-left: -6px;}
.nav .nav_bar li a{font-size: 15px; color: #333; line-height: 80px; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav .nav_bar li.on span{opacity: 1; visibility: visible}

.header .button{position: absolute; top: 0; right: 0; float: left; width: 60px; height: 60px; padding: 10px; margin-top: 10px; border: none; cursor: pointer; background: transparent; transition: all .4s; -webkit-transition: all .4s; z-index: 10; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 15px; display: block; background: #009984; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 20px}
.header .button span:nth-child(2){top: 30px;}
.header .button span:nth-child(3){top: 40px}

#button .span1{top: 30px; transform: rotate(-45deg);}
#button .span2{opacity: 0}
#button .span3{top: 30px; transform: rotate(45deg);}

.header_search{position: relative; float: right; margin-top: 24px; transition: all .4s; -webkit-transition: all .4s;}
.header_search .search_ico{position: relative; display: block; float: right; width: 30px; height: 30px; cursor: pointer; background: url("../image/icon01.png") no-repeat; transition: all .4s; -webkit-transition: all .4s; z-index: 2}

.header_search .search{display: block; width: 0; position: absolute; top: 0; left: 0; font-size: 13px; color: #fff;  margin-top: 1px; line-height: 27px; font-family: 'Montserrat-Light'; opacity: 0; visibility: hidden; transition: all .4s; -webkit-transition: all .4s; z-index: 9}
.header_search form{height: 27px; background: #fff; border: 1px solid #dedede; border-radius: 8px; box-shadow: 3px 3px 10px 3px #dedede;}
.header_search .key{width: 84%; position: relative; padding: 0 0 0 6px; font-size: 14px; color: #999; border: none; background: transparent; outline: none}
.header_search .ss{width: 10%; padding: 0; outline: none; border: none; background: transparent; cursor: pointer}
.header_search .ss span{color: transparent;}

.header_search .search.sea_on{opacity: 1; visibility: visible; width: 240px; left: -240px;}

.mini{box-shadow: 0 0 6px 3px #dedede;}

/*----footer----*/
.footer{position: relative; background: #333; padding-top: 80px; z-index: 9; overflow: hidden}
.footer .footer_con .footer_left{width: 45%; position: relative; padding-top: 20px;}
.footer .footer_con .footer_left .footer_ying{margin-bottom: 12px;}
.footer .footer_con .footer_left .footer_ying a{display: inline-block; padding: 0 4px; margin-right: 2px; font-size: 13px; color: #d6d6d6;}
.footer .footer_con .footer_left .footer_ying .ying{padding: 0 4px 0 0; margin-right: 2px;}
.footer .footer_con .footer_left .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #d6d6d6;}
.footer .footer_con .footer_left span a{display: inline-block; font-size: 13px; color: #d6d6d6; vertical-align: top; margin-right: 20px; margin-top: 12px;}

.footer .footer_con .footer_center{width: 35%; padding-top: 20px;}
.footer .footer_con .footer_center span{display: block; width: 100%; font-size: 14px; color: #d6d6d6; padding-left: 34px; margin-bottom: 20px; position: relative; box-sizing: border-box}
.footer .footer_con .footer_center .f_tel:before{content: ""; display: block; width: 20px; height: 20px; background: #fff url("../image/icon02.png") no-repeat center; border-radius: 100%; position: absolute; top: 0; left: 0;}
.footer .footer_con .footer_center .f_add:before{content: ""; display: block; width: 20px; height: 20px; background: #fff url("../image/icon03.png") no-repeat center; border-radius: 100%; position: absolute; top: 0; left: 0;}

.footer .footer_con .footer_right{width: 20%; text-align: right}
.footer .footer_con .footer_right .img{display: inline-block; width: 100px; margin-left: 10px;}
.footer .footer_con .footer_right .img img{width: 100%; float: none; display: block}
.footer .footer_con .footer_right .img p{font-size: 13px; color: #d6d6d6; text-align: center; padding-top: 8px}

.footer .footer_end{padding: 20px 0; margin-top: 20px; border-top: 1px solid #666; text-align: center}
.footer .footer_end a{display: inline-block; font-size: 13px; color: #d6d6d6; vertical-align: top; margin: 0 10px;}
.footer .footer_end .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}


/*----right_list----*/
.right_list{width: 48px; position: fixed; right: 20px; bottom: 0; margin-bottom: 2%; 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: 220px; 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}
