/**
 * Created by lk on 2019/5/27.
 */


html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: 'NotoSansHans-DemiLight', "Microsoft YaHei"}

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}
.w1600{width: 84%; margin: 0 auto; position: relative}
.w1200{width: 1200px; margin: 0 auto; position: relative}


@font-face {
    font-family: 'novecentowide-normal';
    src: url('../font/novecentowide-normal.eot');
    src: url('../font/novecentowide-normal.eot?#iefix') format('embedded-opentype'),
    url('../font/novecentowide-normal.woff2') format('woff2'),
    url('../font/novecentowide-normal.woff') format('woff'),
    url('../font/novecentowide-normal.ttf') format('truetype'),
    url('../font/novecentowide-normal.svg#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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#novecento_sans_widenormal') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 80px; position: fixed; z-index: 99; background: rgba(0,0,0,.4); transition: all ease .4s; -webkit-transition: all ease .4s}
.header .logo{width: 153px; height: 40px; float: left; position: relative; margin: 20px 0 0 80px; transition: all ease .4s; -webkit-transition: all ease .4s}
.header .logo01{width: 153px; height: 40px; background: url("../image/logo.png") no-repeat; background-size: cover;}
.header .gp{position: absolute; bottom: 0; right: 0; margin: 8px -130px 2px 0; font-size: 14px; color: #fff; font-family: 'novecentowide-normal'}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; padding: 5px; margin-top: 10px; margin-right: 20px; background: none; border: none; cursor: pointer; display: none}
.header button{outline: none}
.header .button span{width: 32px; height: 3px; position: absolute; top: 0; left: 5px; display: block; background: #f0f0f0; 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)}

.header-lan{float: right; margin: 18px 80px 0 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.header-lan a{font-size: 15px; color: #fff; line-height: 50px; padding-left: 30px; background: url(../image/icon01.png) no-repeat left center;}

.nav{float: right; transition: all ease .4s; -webkit-transition: all ease .4s;}
.nav .nav_bar{list-style: none; margin: 20px 40px 0 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .nav_bar li{float: left; margin-right: 10px; position: relative;}
.nav .nav_bar li .nav_li{width: 100px; padding: 0 10px; height: 50px; line-height: 50px; text-align: center; overflow: hidden}
.nav .nav_bar li .nav_li h3{font-size: 15px; color: #fff; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .nav_bar li .nav_li p{font-size: 15px; color: #fff; font-family: 'novecentowide-normal'; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .nav_bar li:hover .nav_li h3{transform: translateY(-50px); -webkit-transform: translateY(-50px)}
.nav .nav_bar li:hover .nav_li p{transform: translateY(-50px); -webkit-transform: translateY(-50px)}

.nav_son{position: absolute; top: 80px; left: 0; margin-left: -40px; border-top: 3px solid #d60121; visibility: hidden; opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav_son a{width: 180px; font-size: 13px; color: #333; text-align: center; padding: 8px 10px 0 10px; background: #fff; border-bottom: 1px solid #e0e0e0; transition: all ease .3s; -webkit-transition: all ease .3s; box-sizing: border-box;}
.nav_son a i{display: block; font-size: 12px; color: #666; padding-bottom: 8px; font-style: normal; transition: all ease .3s; -webkit-transition: all ease .3s}

.nav_son a:hover{background: #d60121}
.nav_son a:hover{color: #fff}
.nav_son a:hover i{color: #fff}

.nav_son.sub_on{visibility: visible; opacity: 1; top: 50px;}

.mini{height: 60px; background: rgba(0,0,0,.6)}
.mini .logo{margin: 10px 0 0 60px;}
.mini .nav .nav_bar{margin: 10px 40px 0 0}
.mini .header-lan{margin: 8px 60px 0 0;}

.nav .link{position: absolute; top: 0; right: 0; height: 50px; line-height: 50px; margin: 20px 60px 0 60px; text-align: center; overflow: hidden; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .link h3{font-size: 15px; color: #fff; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .link p{font-size: 15px; color: #fff; font-family: 'novecentowide-normal'; transition: all ease .3s; -webkit-transition: all ease .3s}
.nav .link:hover h3{transform: translateY(-50px); -webkit-transform: translateY(-50px)}
.nav .link:hover p{transform: translateY(-50px); -webkit-transform: translateY(-50px)}
.mini .link{margin: 10px 40px 0 40px}

/*----footer----*/
.footer{width: 100%; background: #141414; position: relative; z-index: 2}
.footer .footer_con{padding: 60px 0 10px 0}
.footer .footer_con h3{font-size: 20px; line-height: 38px; color: #e0e0e0; margin-bottom: 20px; padding-left: 54px; background: url("../image/logoi.png") no-repeat left center}

.footer .footer_con .footer-item{display: flex; justify-content: space-between}
.footer .footer_con .footer-item .footer_left{width: 50%; display: flex;}
.footer .footer_con .footer-item .footer_left .item{width: 35%; margin-right: 5%}
.footer .footer_con .footer-item .footer_left .item h4{font-size: 18px; color: #fff; margin-bottom: 10px}
.footer .footer_con .footer-item .footer_left .item p{font-size: 14px; color: #e0e0e0; line-height: 2;}

.footer .footer_ying{margin-bottom: 10px; margin-top: 10px;}
.footer .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #e0e0e0;;}
.footer .footer_ying .ying{font-size: 14px; color: #e0e0e0;; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_con .footer_right{width: 50%;}
.footer .footer_con .footer_right .img{display: inline-block; float: right; margin-left: 10px;}
.footer .footer_con .footer_right .img img{width: 110px; height: 110px; float: none; display: block}
.footer .footer_con .footer_right .img p{font-size: 12px; color: #dedede; padding: 4px 0; text-align: center}
.footer .footer_end{width: 100%; margin-top: 10px; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid rgba(255,255,255,.2);}
.footer .footer_end .footer_end_left{width: 80%}
.footer .footer_end .footer_end_left span{font-size: 12px; color: #999;}
.footer .footer_end .footer_end_left span a{display: inline-block; font-size: 12px; color: #999; margin-right: 20px;}
.footer .footer_end .footer_end_right .design{width: 64px; height: 24px; color: transparent; background: url("../image/power.png") no-repeat center;}


/*----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: 24px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{visibility: hidden;}

.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{width: 100%; display: block; float: none; margin: 5px auto 0 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}


















