/*Created by lk on 2020/06/05.*/

html, body{max-width: 1920px; 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;}

.w1440{width: 1440px; max-width: 1920px; 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; position: fixed; justify-content: space-between; top: 0; left: 0; background: transparent; z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header:hover{background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2);}
.header .logo{width: 158px; height: 60px; margin: 10px 0 0 7%; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.nav{margin-right: 24%; transition: all .4s; -webkit-transition: all .4s}
.nav .nav-bar{overflow: hidden;}
.nav .nav-bar li{position: relative; float: left; margin: 0 10px;}
.nav .nav-bar li a{font-size: 16px; color: #333; padding: 0 18px; line-height: 80px; transition: all .4s; -webkit-transition: all .4s}
.nav .nav-bar li.on a{color: #da6113;}

.header-lan{margin-right: 4%; display: flex; position: absolute; top: 0; right: 0;}

.header_search{position: relative; margin: 25px 30px 0 0; 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-1.png") no-repeat; transition: all .4s; -webkit-transition: all .4s; z-index: 2}

.header_search .search{display: block; width: 260px; position: absolute; top: -3px; left: -280px; font-size: 13px; color: #fff;  margin-top: -5px; line-height: 46px; font-family: 'Montserrat-Light'; opacity: 0; visibility: hidden; transition: all .4s; -webkit-transition: all .4s; z-index: 9}
.header_search form{height: 46px; background: #fff; border: 1px solid #dedede; border-radius: 6px;}
.header_search .key{width: 84%; position: relative; padding: 0 0 0 10px; 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.active{opacity: 1; visibility: visible;}

.header-language{height: 80px; padding: 2px 50px 0 0; display: flex; align-items: center; position: relative;}
.header-language .icon{position: relative; width: 30px; height: 30px; background: url(../image/icon02-1.png) no-repeat; background-position: 0 -2px;}
.header-language .icon:after{content: ""; display: block; width: 15px; height: 15px; background: url(../image/next.png) no-repeat; background-size: cover; position: absolute; top: 0; right: 0; margin: 5px -16px 0 0; transform: rotateZ(90deg);}
.header-language .lan-down{width: 120px; height: 0; position: absolute; top: 0; left: 0; margin-top: 79px; overflow: hidden; transition: all .4s; -webkit-transition: all .4s}
.header-language .lan-down a{width: 120px; line-height: 42px; font-size: 15px; color: #333; text-align: center; background: #f0f0f0; border-bottom: 1px solid #dedede; font-family: 'Montserrat-Light';}
.header-language .lan-down a:hover{background: #da6113; color: #fff;}
.header-language .lan-down.active{height: 86px;}

.header-contact{width: 160px; height: 42px; margin-top: 19px; text-align: center; border-radius: 50px; background: linear-gradient(to right, rgba(214,89,32,.6),rgba(214,89,32,8))}
.header-contact a{width: 160px; height: 42px; line-height: 40px; font-size: 14px; color: #fff; padding-left: 10px; background: url(../image/icon04.png) no-repeat; background-position: 20px 6px;}

.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: #333; 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);}

.mini{background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.2);}



/*----footer----*/
.footer{position: relative; background: url(../image/bg04.jpg) no-repeat center; background-size: cover; padding-top: 80px; padding-bottom: 20px; z-index: 9; overflow: hidden}
.footer .footer-top{padding: 26px 0; border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1);}
.footer .footer-top img{float: none; display: block;}
.footer .footer-container{display: flex; justify-content: space-between; flex-wrap: wrap;}
.footer .footer-container .footer-left{width: 25%; padding-top: 40px; display: flex; border-right: 1px solid rgba(255,255,255,.1);}
.footer .footer-container .footer-left .li{width: 50%;}
.footer .footer-container .footer-left .li h2{font-size: 18px; color: #fff; font-weight: bold; margin-bottom: 20px;}
.footer .footer-container .footer-left .li a{font-size: 14px; color: #fff; margin-bottom: 10px;}
.footer .footer-container .footer-left .li:nth-child(3){display: none;}
.footer .footer-container .footer-left .li:nth-child(4){display: none;}
.footer .footer-container .footer-left .li:nth-child(5){display: none;}
.footer .footer-container .footer-left .li:nth-child(6){display: none;}

.footer .footer-container .footer-center{width: 40%; padding-top: 40px; padding-left: 5%; padding-bottom: 40px;}
.footer .footer-container .footer-center p{font-size: 14px; color: #fff; margin-bottom: 10px;}
.footer .footer-container .footer-center p i{display: block; font-size: 42px; font-style: normal; font-family: 'DisneyEnglish-Bold';}

.footer .footer-container .footer-right{width: 35%; margin-top: 40px;}
.footer .footer-container .footer-right a{display: inline-block; font-size: 15px; color: #eae9e9; margin-bottom: 10px; margin-left: 20px;}

.footer .footer-end{padding-top: 20px; text-align: center; border-top: 1px solid rgba(255,255,255,.2);}
.footer .footer-end a{display: inline-block; font-size: 15px; color: #eae9e9; margin-right: 20px;}
.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: 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}
