/*Created by lk on 2019/4/14.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #181818; 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; outline: none; color: #333}

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}
.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: 'NotoSansHans-DemiLight';
    src: url('../font/NotoSansHans-DemiLight.eot');
    src: url('../font/NotoSansHans-DemiLight.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansHans-DemiLight.woff2') format('woff2'),
    url('../font/NotoSansHans-DemiLight.woff') format('woff'),
    url('../font/NotoSansHans-DemiLight.ttf') format('truetype'),
    url('../font/NotoSansHans-DemiLight.svg#dincond-mediumalternateRg') 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;
}

@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; top: 0; z-index: 99;}
.header .logo{float: left; width: 210px; height: 40px; margin: 20px 0 0 80px; background: url("../image/logo.png") no-repeat; background-size: cover; transition: all .4s; -webkit-transition: all .4s}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin: 8px 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: #fff; 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: right; margin: 10px 120px 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: #fff; padding: 0 20px; line-height: 60px;}
.nav .nav_bar li:hover>a{color: #ec0200}
.nav .nav_bar li>a.on{color: #ec0200}

.nav .nav_son{list-style: none; position: absolute; top: 80px; left: 50%; margin-left: -80px; border-top: 3px solid #b30402; visibility: hidden; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_son li{width: 160px; height: 46px; margin-right: 0; text-align: center; border-bottom: 1px solid #f0f0f0}
.nav .nav_son li a{color: #333; line-height: 46px; background: #fff; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .nav_son li:hover a{background: #ec0200; color: #fff;}

.nav .nav_son.sub_on{visibility: visible; opacity: 1; top: 60px}

.nav .lan{width: 32px; position: absolute; top: 0; right: 0; margin: 30px 40px 0 0; font-size: 13px; color: #fff; padding: 0 20px; line-height: 40px; transition: all ease .4s; -webkit-transition: all ease .4s}
.nav .lan img{width: 100%}
.nav .lan:before{content: ""; display: block; width: 1px; height: 12px; background: #fff; position: absolute; top: 0; left: 0; margin: 5px 0 0 0}

.header.mini{height: 60px; background: rgba(0,0,0,.8); box-shadow: 0 0 10px 2px rgba(0,0,0,.2); transition: all .6s; -webkit-transition: all .6s}
.header.mini .logo{width: 158px; height: 30px; margin: 15px 0 0 60px}
.header.mini .nav{margin: 0 100px 0 0}

.header.mini .nav .nav_son li:hover a{color: #fff}

.header.mini .lan{margin: 20px 30px 0 0 ; color: #333}
.header.mini .lan:before{background: #999}

/*----footer----*/
.footer{width: 100%; height: 90px; background: #1b1b1b; overflow: hidden}
.footer .footer_left{width: 60%; color: #999; padding-top: 20px}

.footer .footer_left .footer_ying{margin-bottom: 10px;}
.footer .footer_left .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #858585;}
.footer .footer_left .footer_ying .ying{font-size: 13px; color: #858585; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_left .footer_link{margin-bottom: 10px;}
.footer .footer_left .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #858585;}
.footer .footer_left .footer_link .link{font-size: 13px; color: #858585; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_right{width: 40%; padding-top: 20px; text-align: right}
.footer .footer_right span{display: inline-block; font-size: 13px; margin-bottom: 10px;}
.footer .footer_right a{display: inline-block; font-size: 13px; color: #999; margin-right: 10px; line-height: 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; border-radius: 4px; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 32px; color: #c40e24; 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: 12px; vertical-align: middle;}
.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}


/*----page_city----*/
.page_city{padding: 100px 0 50px 0;}
.page_city .w1200{width: 800px;}
.page_city .title{border-bottom: 1px solid #dedede; margin-bottom: 20px; padding-bottom: 10px;}
.page_city .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_city .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333;; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_city .title .city_link:hover{background: #181818;}

.page_city .city_list{ margin-bottom: 20px; padding-bottom: 20px}
.page_city .city_list dl{border-bottom: 1px solid #dedede; padding: 20px 0;}
.page_city .city_list dl dt{margin-bottom: 20px}
.page_city .city_list dl dt a{display: inline-block; width: 120px; font-size: 13px; color: #fff; text-align: center; line-height: 36px; background: #999;}
.page_city .city_list dl dd{margin-left: 0;}
.page_city .city_list dl dd a{display: inline-block; width: 110px; font-size: 13px; color: #333; text-align: center; line-height: 32px; margin-bottom: 6px; background: #f0f0f0;}


/*----web_map----*/
.page_webmap{padding: 100px 0 50px 0;}
.page_webmap .title{border-bottom: 1px solid #dedede; margin-bottom: 40px; padding-bottom: 10px;}
.page_webmap .title h1{font-size: 24px; color: #666; font-weight: bold; float: left}
.page_webmap .title .city_link{width: 120px; font-size: 13px; color: #fff; text-align: center; padding: 10px 0; background: #333;; float: right; transition: all ease .3s; -webkit-transition: all ease .3s}
.page_webmap .title .city_link:hover{background: #181818;}

.webmap_nav{transition: all .4s; -webkit-transition: all .4s}
.webmap_nav .list{list-style: none}
.webmap_nav .list .li{margin-bottom: 30px; padding-bottom: 30px; border-bottom: 1px dashed #e0e0e0}
.webmap_nav .list .li>a{font-size: 18px; color: #333;}

.list_son{list-style: none; margin-top: 20px}
.list_son li{float: left; margin-right: 40px;}
.list_son li a{font-size: 14px; color: #333;}

