/*Created by lk on 2020/06/05.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", arial}

html{scroll-behavior: smooth;}

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;}

.sy-cont1400{width: 75.5%; 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;
}

@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: 'DisneyEnglish-Bold';
    src: url('../font/DisneyEnglish-Bold.otf');
    src: url('../font/DisneyEnglish-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 80px; display: flex; justify-content: space-between; position: fixed; top: 0; left: 0; background: transparent; z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header .logo{float: left; width: 150px; height: 50px; margin: 15px 0 0 160px; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.nav{transition: all .4s; -webkit-transition: all .4s; position: relative; z-index: 9;}
.nav .nav-bar{margin-right: 220px;}
.nav .nav-bar li{position: relative; float: left; margin: 0 14px; position: relative}
.nav .nav-bar li a{font-size: 16px; color: #fff; padding: 0 10px; line-height: 80px; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav .nav-bar li.on a{color: #c31c23;}
.nav .nav-bar li:hover a{color: #c31c23;}

.header-lan{position: absolute; top: 0; right: 0; display: flex; margin-top: 25px; margin-right: 100px; z-index: 9;}
.header-lan i{line-height: 30px; font-size: 18px; color: #fff; transition: all .4s; -webkit-transition: all .4s;}
.header-lan a{position: relative; font-size: 16px; color: #fff; line-height: 30px; margin-left: 20px; font-family: 'Montserrat-Light'; transition: all .4s; -webkit-transition: all .4s;}


/* 导航按钮 */
.button{width: 60px; height: 60px; padding: 10px; position: absolute; top: 0; right: 0; background: transparent; transition: all .4s; -webkit-transition: all .4s; z-index: 10; cursor: pointer; display: none;}
.button span{width: 30px; height: 2px; position: absolute; top: 0; left: 15px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.button span:nth-child(1){top: 20px;}
.button span:nth-child(2){top: 30px;}
.button span:nth-child(3){top: 40px}

#button-m .span1{top: 30px; transform: rotate(-45deg);}
#button-m .span2{opacity: 0}
#button-m .span3{top: 30px; transform: rotate(45deg);}

/* pc端导航按钮 */
.button-p{left: 0; display: block; margin: 10px 0 0 60px;}
.button-p span:nth-child(1){width: 0;}
.button-p span:nth-child(3){width: 40px;}

.button-p:hover span:nth-child(1){width: 30px;}
.button-p:hover span:nth-child(3){width: 30px;}

#button-p .span1{top: 30px; transform: rotate(-45deg); width: 30px;}
#button-p .span2{opacity: 0}
#button-p .span3{top: 30px; transform: rotate(45deg); width: 30px;}

/* 导航弹出 */
.nav-contanier{width: 100%; height: 0; position: fixed; top: 0; left: 0; background: #fff; transition: all ease .5s; -webkit-transition: all ease .5s; overflow: hidden;}
.nav-contanier.nav-on{height: 100%;}
.nav-contanier .nav-bar{width: 100%; padding: 140px 16% 0 16%; box-sizing: border-box;}
.nav-contanier .nav-bar li{width: 20%; float: left;}
.nav-contanier .nav-bar li a{font-size: 24px; color: #181818; font-weight: bold;}
.nav-contanier .nav-bar li .nav-son{margin-top: 20px;}
.nav-contanier .nav-bar li .nav-son a{font-size: 16px; color: #a6a6a6; line-height: 2; font-weight: normal;}
.nav-contanier .nav-bar li .nav-son a:hover{color: #c31c23;}

.nav-search{position: relative; width: 600px; margin-top: 60px; margin-left: 14%;}
.nav-search:after{content: ""; display: block; width: 28px; height: 28px; position: absolute; top: 0; left: 0; background: url(../image/icon03.png) no-repeat; margin: 11px 0 0 20px;}
.nav-search input{position: relative; width: 60%; height: 50px; line-height: 50px; outline: none; border: none; background: #f0f0f0; padding: 0 0 0 60px; font-size: 14px; color: #666;}
.nav-search .search_btn{position: relative; width: 30%; height: 50px; line-height: 50px; outline: none; border: none; background: #c31c23; font-size: 14px; color: #fff; text-align: center; cursor: pointer; margin-left: -4px; top: 2px;}

.nav-attention{width: 100%; padding: 20px 0; display: flex; justify-content: right; align-items: center; position: absolute; left: 0; bottom: 0; background: #f0f0f0;}
.nav-attention p{font-size: 13px; color: #666; margin-right: 16px;}
.nav-attention img{width: 80px; float: none; display: block; margin-right: 13%;}

/* 导航弹出 header效果 */
.header.on .logo{background: url(../image/logoi.png) no-repeat; background-size: cover;}
.header.on .button-p span{background: #333;}
.header.on .nav .nav-bar li a{color: #333;}
.header.on .header-lan i{color: #333;}
.header.on .header-lan a{color: #333;}


.mini{background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2);}
.mini .logo{background: url(../image/logoi.png) no-repeat; background-size: cover;}
.mini .button-p span{background: #333;}
.mini .nav .nav-bar li a{color: #333;}
.mini .nav .nav-bar li.on a{color: #c31c23;}
.mini .nav .nav-bar li:hover a{color: #c31c23;}
.mini .header-lan i{color: #333;}
.mini .header-lan a{color: #333;}

.mini .button-m span{background: #333;}

/*----footer----*/
.footer{position: relative; background: #000; padding-top: 80px; padding-bottom: 40px; z-index: 9; overflow: hidden}
.footer .footer-con{display: flex; flex-wrap: wrap;}
.footer .footer-con .li{width: 33.3333%; border: 1px solid #666; padding: 40px;}
.footer .footer-con .li span{display: block; margin-bottom: 10px; text-align: right;}
.footer .footer-con .li span i{font-size: 22px; color: #969799;}
.footer .footer-con .li p{font-size: 14px; color: #fff; text-align: right;}
.footer .footer-con .li p i{font-style: normal; color: #969799; display: block; padding-top: 10px;}

.footer .footer-end{margin-top: 50px;}
.footer .footer-end .footer-ying{margin-bottom: 10px;}
.footer .footer-end .footer-ying .ying{padding: 0 4px 0 0; margin-right: 2px;}
.footer .footer-end .footer-ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #969799}
.footer .footer-end span{display: block;}
.footer .footer-end span a{display: inline-block; font-size: 14px; color: #969799; margin-right: 20px;}
.footer .footer-end span .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}


/*----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.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}
