/*Created by LK on 2019/04/16.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", sans-serif}

div{box-sizing: border-box}

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; outline: none}

img{border: 0; float: left}

.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;}

.left{float: left}
.right{float: right}
.w1200{width: 1200px; margin: 0 auto; position: relative}

@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-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;
}


/*----header----*/
.header{width: 100%; height: 80px; position: fixed; z-index: 99; transition: all ease .4s; -webkit-transition: all ease .4s}
.header .logo{float: left; width: 350px; height: 50px; margin: 20px 0 0 60px; background: url("../image/logo.png") no-repeat; background-size: cover; transition: all ease .4s; -webkit-transition: all ease .4s}

.lan{width: 40px; position: absolute; top: 0; right: 0; margin: 24px 80px 0 0; z-index: 9; transition: all ease .4s; -webkit-transition: all ease .4s;}
.lan img{width: 100%}

.nav{float: right; margin: 20px 150px 0 0; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 3}
.nav .nav_bar{list-style: none;}
.nav .nav_bar li{float: left;}
.nav .nav_bar li a{width: 90px; line-height: 60px; text-align: center; margin-right: 10px; font-size: 14px; font-weight: bold; color: #333; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_bar li:hover a{color: #d10000}
.nav .nav_bar li.on a{color: #d10000}

.header .button{position: absolute; right: 0; top: 0; width: 50px; height: 50px; padding: 10px; margin-top: 20px; margin-right: 60px; background: none; border: none; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 99; display: none}
.header button{outline: none}
.header .button span{width: 32px; height: 3px; position: absolute; top: 0; left: 5px; display: block; background: #333; transition: all .5s; -webkit-transition: all .5s}
.header .button:hover span:nth-child(2){width: 0}

.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)}


.mini{height: 60px; background: #fff; box-shadow: 0 0 6px 3px #e0e0e0}
.mini .logo{width: 280px; height: 40px; margin: 10px 0 0 40px;}
.mini .nav{margin: 0 100px 0 0}
.mini .lan{margin: 8px 40px 0 0;}

/*----footer----*/
.footer{width: 100%; background: #383838; position: relative; z-index: 2}
.footer .w1200{padding: 40px 0 20px 0}
.footer .footer_add{}
.footer .footer_add h3{padding-left: 30px; background: url("../image/tel_n.png") no-repeat left; margin-bottom: 10px;  font-size: 28px; color: #fff; font-family: 'novecentowide-book'}
.footer .footer_add p{font-size: 14px; color: #fff; line-height: 22px;}
.footer .line{display: block; width: 1px; height: 60px; margin: 5px 30px 0 30px; background: rgba(255,255,255,.3)}
.footer .footer_logo{margin-top: 5px;}
.footer .ewm img{width: 80px; height: 80px; margin-left: 20px}


.footer .footer_ying{width: 100%; margin-bottom: 10px;}
.footer .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_ying .ying{font-size: 14px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_link{width: 100%; }
.footer .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_link .f_link{font-size: 14px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}


.footer .footer_end{border-top: 1px solid rgba(255,255,255,.2)}
.footer .footer_end .w1200{padding: 10px 0 16px 0}
.footer .footer_end a{display: inline-block; font-size: 12px; color: #e0e0e0; margin-right: 20px; line-height: 24px;}
.footer .footer_end .design{width: 64px; height: 24px; color: transparent; background: url("../image/power.png") no-repeat center;}


/*----footer_page----*/
.footer_page{border-top: 1px solid #f0f0f0; padding: 10px 0; }
.footer_page .footer_con{width: 92%; margin: 0 auto}
.footer_page .footer_con span{font-size: 12px; color: #666; margin-right: 20px}

/*----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; font-size: 16px; color: #26324a; }

.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}

