/*Created by lk on 2020/07/29.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; overflow-x: hidden; font-family: "Microsoft YaHei", arial}

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}

table{border-collapse: collapse; border-spacing: 0;}

.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;}

.w1600{width: 1600px; margin: 0 auto; position: relative}
.w1440{width: 1440px; margin: 0 auto; position: relative}
.w1366{width: 1366px; 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;
}

@font-face {
    font-family: 'times';
    src: url('../font/times.ttf');
    font-weight: normal;
    font-style: normal;
}


/*----header----*/
.header{width: 100%; height: 70px; position:fixed; background: #fff; _box-shadow: 0 0 10px 3px rgba(0,0,0,.2); z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 263px; height: 50px; margin: 10px 0 0 80px; background: url("../image/logoiii.png") no-repeat center; background-size: cover; transition: all .4s; -webkit-transition: all .4s;}

.nav{float: right; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav .nav_bar{list-style: none; margin: 5px 20px 0 0; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar li{float: left; margin: 0 2px; text-align: center; position: relative}
.nav .nav_bar li a{font-size: 14px; color: #333; padding: 0 20px; line-height: 60px; position: relative;}
.nav .nav_bar li:hover a{color: #c30e23}
.nav .nav_bar li.on a{color: #c30e23}

.header .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; margin: 15px 20px 0 0; background: none; border: none; cursor: pointer;}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #999; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 10px}
.header .button span:nth-child(2){top: 20px; width: 20px;}
.header .button span:nth-child(3){top: 30px}

#button .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #c30e23}
#button .span2{opacity: 0}
#button .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #c30e23}

.lan{position: relative; float: right; margin: 5px 100px 0 0; transition: all .4s; -webkit-transition: all .4s}
.lan:before{content: ""; display: block; width: 1px; height: 46px; background: #dedede; position: absolute; top: 0; left: 0; margin: -5px 0 0 -10px;}
.lan a{display: inline-block; padding: 0 10px; margin: 0 2px; font-size: 14px; color: #333; line-height: 60px; font-family: 'novecentowide-book'}

.nav_m{width: 100%; height: 680px; position: fixed; top: -100%; right: 0; padding-top: 100px; background: #fffdf7; transition: all .4s; -webkit-transition: all .4s;}
.nav_m .nav_logo{width: 50%; padding-top: 160px;}
.nav_m .nav_logo img{width: 240px; height: 120px; float: none; display: block; margin: 0 auto}

.nav_m .nav_bar{width: 50%; padding-right: 10%; box-sizing: border-box; transition: all .4s; -webkit-transition: all .4s}
.nav_m .nav_bar li{float: left; width: 30%; margin-bottom: 60px; position: relative}
.nav_m .nav_bar li a{font-size: 16px; color: #545454; font-weight: bold; line-height: 60px; position: relative;}
.nav_m .nav_bar li:first-child{display: none}

.nav_m .nav_bar li .nav_son{transition: all .4s; -webkit-transition: all .4s;}
.nav_m .nav_bar li .nav_son a{font-size: 14px; color: #666; font-weight: normal; line-height: 32px;}

.nav_m .lan_m{position: absolute; bottom: 0; right: 0; margin: 0 60px 30px 0; transition: all .4s; -webkit-transition: all .4s}
.nav_m .lan_m a{display: inline-block; padding: 0 10px; margin: 0 2px; font-size: 14px; color: #333; line-height: 60px; font-family: 'novecentowide-book'}

.nav_m.nav_on{top: 0;}

.mini{background: transparent;}
.mini .nav{opacity: 0; visibility: hidden}
.mini .logo{opacity: 0; visibility: hidden}
.mini .lan{opacity: 0; visibility: hidden}


/*----footer----*/
.footer{position: relative; background: #333333; overflow: hidden; z-index: 8}

.footer .footer_top{padding: 40px 0 20px 0; border-bottom: 1px solid #999;}
.footer .footer_top .footer_logo{width: 210px;}
.footer .footer_top .footer_logo img{width: 100%;}
.footer .footer_top .footer_nav{padding-top: 10px;}
.footer .footer_top .footer_nav a{display: inline-block; font-size: 14px; color: #fefefe; margin-left: 40px;}

.footer .footer_center{padding: 60px 0;}
.footer .footer_center .footer_left{width: 50%;}
.footer .footer_center .footer_left .li{width: 33.3333%;}
.footer .footer_center .footer_left .li .ico{width: 64px; height: 64px; margin-bottom: 20px;}
.footer .footer_center .footer_left .li .ico img{float: none; display: block}
.footer .footer_center .footer_left .li h3{font-size: 14px; color: #fff; margin-bottom: 4px; padding-left: 16px;}
.footer .footer_center .footer_left .li h4{font-size: 14px; color: #6e6e6e; padding-left: 16px;}

.footer .footer_center .footer_right{width: 50%;}
.footer .footer_center .footer_right .footer_ying{margin-bottom: 20px;}
.footer .footer_center .footer_right .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_center .footer_right .footer_ying .ying{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_center .footer_right .footer_link{width: 100%}
.footer .footer_center .footer_right .footer_link a{display: inline-block;  margin-right: 10px; font-size: 13px; color: #999;}
.footer .footer_center .footer_right .footer_link .link{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}


.footer .footer_end{padding: 30px 0 20px 0; text-align: center; border-top: 1px solid #666}
.footer .footer_end span{display: block;text-align: center;}
.footer .footer_end span a{display: inline-block; font-size: 13px; color: #999; margin: 0 10px; font-weight: 100}
.footer .footer_end span .design{width: 64px; height: 16px; margin-top: 12px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}



/*----right_list----*/
.right_list{width: 48px; position: fixed; right: 16px; 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; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 32px; color: #333; 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: 6px; vertical-align: middle; padding-bottom: 2px}
.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}


/*--------*/
.index_mark{width: 80px; height: 100%; position: fixed; top: 0; background: #fff; transition: all .4s; -webkit-transition: all .4s; z-index: 9}
.index_left{left: 0; display: none; box-shadow: 0 0 10px 3px rgba(0,0,0,.05);}
.index_left .img{width: 60px; margin: 40px auto 0 auto}
.index_left .img img{width: 100%; float: none; display: block}
.index_left h3{position: absolute; top: 0; left: 0; font-size: 13px; color: #929292; writing-mode: vertical-rl; margin: 360px 0 0 28px; transform: rotate(180deg); -webkit-transform: rotate(180deg)}
.index_left .en{font-size: 14px; color: #333; position: absolute; bottom: 0; left: 0; margin: 0 0 20px 28px; font-family: 'novecentowide-book' }

.index_right{right: 0; display: none; box-shadow: 0 0 10px 3px rgba(0,0,0,.05); transition: all .4s; -webkit-transition: all .4s}

.index_right .button{position: absolute; right: 0; top: 0; width: 40px; height: 40px; margin: 15px 20px 0 0; background: none; border: none; cursor: pointer;}
.index_right button{outline: none}
.index_right .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #999; transition: all .5s; -webkit-transition: all .5s}

.index_right .button span:nth-child(1){top: 10px}
.index_right .button span:nth-child(2){top: 20px; width: 20px;}
.index_right .button span:nth-child(3){top: 30px}

#button1 .span1{top: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); background: #c30e23}
#button1 .span2{opacity: 0}
#button1 .span3{top: 20px; transform: rotate(45deg); -webkit-transform: rotate(45deg); background: #c30e23}

.index_down{width: 80px; height: 100%; position: fixed; bottom: 0; right: 0; z-index: 10}
.index_down .line{display: block; width: 1px; height: 50px; background: #aaaaaa; position: absolute; bottom: 0; right: 0; margin: 0 39px 90px 0;}
.index_down .down{position: absolute; bottom: 0; right: 0; margin-right: 28px; margin-bottom: 60px; display: block; width: 24px; height: 30px; background: url("../image/ico04.png") no-repeat}
.index_down .down{animation: down_an 3s linear infinite; -webkit-animation: down_an 3s linear infinite; animation-fill-mode: forwards; -webkit-animation-fill-mode: forwards}


@keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    50%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}

@-webkit-keyframes down_an {
    0%{transform: translateY(0); opacity: .8}
    100%{transform: translateY(20px); opacity: 1}
    100%{transform: translateY(0); opacity: .8}
}















