/*Created by lk on 2019/4/14.*/
/*html{filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", sans-serif}

ul, li ,ol{list-style: none; 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;}

.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1440{width: 1440px; margin: 0 auto; position: relative}
.w1600{width: 1600px; margin: 0 auto; position: relative}
.w{width: 1440px; 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;
}

@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: 60px; position:fixed; z-index: 99; transition: all .4s; -webkit-transition: all .4s}
.header .logo{float: left; width: 192px; height: 60px; margin: 40px 0 0 100px; 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: 100px; height: 80px; padding: 10px; margin: 30px 80px 0 0; background: #ff4229; border-radius: 4px; border: none; cursor: pointer; transition: all .4s; -webkit-transition: all .4s}
.header .button:before{content: "MENU"; display: block; font-size: 14px; color: #fff; position: absolute; bottom: 0; left: 0; margin: 0 0 10px 30px; font-family: 'novecentowide-book'}
.header button{outline: none}
.header .button span{width: 30px; height: 2px; position: absolute; top: 0; left: 35px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 20px}
.header .button span:nth-child(2){top: 30px; left: 25px;}
.header .button span:nth-child(3){top: 40px}

#button .span1{top: 30px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button .span2{opacity: 0}
#button .span3{top: 30px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}

.header .button:hover span:nth-child(2){left: 35px;}

.nav{width: 32%; height: 100%; position: fixed; top: 0; right: -32%; background: #ff4229; transition: all .4s; -webkit-transition: all .4s;}
.nav .nav_bar{padding: 220px 100px 0 100px;}
.nav .nav_bar li{margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.2);}
.nav .nav_bar li a{font-size: 16px; color: #fff; margin-bottom: 16px; position: relative; transition: all .5s; -webkit-transition: all .5s}

.nav .nav_bar li .nav_son{}
.nav .nav_bar li .nav_son a{display: inline-block; font-size: 14px; color: #fff; margin-right: 40px; margin-bottom: 10px;}

.nav.nav_on{right: 0;}

.mini .logo{opacity: 0;}


/*----footer----*/
.footer{width: 100%; padding: 50px 0 0 0; background: #21282e; position: relative; z-index: 2}
.footer .footer_con{width: 94%; margin: 0 auto}
.footer .footer_con .footer_top{}
.footer .footer_con .footer_top h3{font-size: 26px; color: #fff; font-weight: 100; text-align: center; margin-bottom: 50px}
.footer .footer_con .footer_top .line{display: block; width: 100%; height: 1px; background: #333}

.footer .footer_end{position: relative; margin-top: 40px; padding: 30px 0; background: #fff}
.footer .footer_end span{font-size: 12px; color: #999; margin-right: 20px;}
.footer .footer_end span a{display: inline-block; color: #999;}
.footer .footer_end .sp a{margin-right: 14px;}
.footer .footer_end .u_link{margin-top: 10px}
.footer .footer_end .u_link a{display: inline-block; padding: 0 2px; font-size: 12px; color: #999; margin-right: 10px; position: relative}
.footer .footer_end a:hover{color: #ff4229}

/*----right_fix----*/
.right_fix{position: fixed; bottom: 28%; right: -120px; transition: all ease .6s; -webkit-transition: all ease .6s; z-index: 98}
.right_fix .li{position: relative; width: 70px; height: 70px; text-align: center; box-sizing: border-box; background: #fff; cursor: pointer; margin-bottom: 2px; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_fix .li i{font-size: 22px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_fix .li.top{height: 50px; line-height: 50px;}
.right_fix .li.top i{font-size: 28px}
.right_fix .li.tel i{font-size: 26px}

.right_fix .li .fa-tel{width: 70px; height: 50px; background: url("../image/icon.png") no-repeat 6px -240px}
.right_fix .li .fa-tel:hover{background: url("../image/icon.png") no-repeat -54px -240px;}
.right_fix .li .fa-tel p{font-size: 12px; color: #333; padding-top: 50px;}
.right_fix .li .fa-tel:hover p{color: #fff;}

.right_fix .li .fa-wx{width: 70px; height: 50px; background: url("../image/icon.png") no-repeat 6px -60px}
.right_fix .li .fa-wx:hover{background: url("../image/icon.png") no-repeat -54px -60px;}
.right_fix .li .fa-wx p{font-size: 12px; color: #333; padding-top: 50px;}
.right_fix .li .fa-wx:hover p{color: #fff;}

.right_fix .li .fa-q{width: 70px; height: 50px; background: url("../image/icon.png") no-repeat 6px 0}
.right_fix .li .fa-q:hover{background: url("../image/icon.png") no-repeat -54px 0;}
.right_fix .li .fa-q p{font-size: 12px; color: #333; padding-top: 50px;}
.right_fix .li .fa-q:hover p{color: #fff;}

.right_fix .li .fa-m{width: 70px; height: 50px; background: url("../image/icon.png") no-repeat 6px -180px}
.right_fix .li .fa-m:hover{background: url("../image/icon.png") no-repeat -54px -180px;}
.right_fix .li .fa-m p{font-size: 12px; color: #333; padding-top: 50px;}
.right_fix .li .fa-m:hover p{color: #fff;}

.right_fix .li .img{width: 120px; height: 120px; position: absolute; top: 0; left: 0; margin: 20px 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_fix .li .img img{width: 100%; display: block; float: none; margin: 0 auto 5px auto;}

.right_fix .li .tel{width: 200px; height: 70px; position: absolute; top: 0; left: 0; margin: 0 0 0 -150px; 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_fix .li .tel h3{font-size: 18px; color: #26324a; line-height: 70px; padding-left: 10px; font-family: 'novecentowide-book'; background: url("../image/icon.png") no-repeat 0 -240px}
.right_fix .li .tel a{font-size: 14px; line-height: 46px; border-top: 1px solid #e0e0e0; background: #fff}
.right_fix .li .tel a:hover{background: #ff4229; color: #fff}

.right_fix .li:hover{background: #ff4229}
.right_fix .li:hover i{color: #fff;}
.right_fix .li:hover .img{visibility: visible; opacity: 1; margin: 0 0 0 -130px}
.right_fix .li:hover .tel{margin: 0 0 0 -200px; visibility: visible; opacity: 1}

.right_fix.add_right{right: 0}

/*----kf----*/
.kf{position: fixed; bottom: 0; right: 0; margin: 0 10px 10px 0; z-index: 98}
.kf .txtMarquee-left{height: 36px; margin: 30px 10px 0 0; background: #ff4229; border-radius: 8px; float: left; position: relative;}
.kf .txtMarquee-left .hd{display: none}
.kf .txtMarquee-left .bd{padding: 0 10px}
.kf .txtMarquee-left .bd .tempWrap{width: 200px !important;}
.kf .txtMarquee-left .bd ul{list-style: none }
.kf .txtMarquee-left .bd li p{font-size: 14px; color: #fff; line-height: 36px; padding-right: 10px}
.kf .txtMarquee-left:before{content: ""; display: block; border: 8px solid; border-color: transparent transparent transparent #ff4229; position: absolute; top: 0; right: 0; margin: 10px -15px 0 0; z-index: 3}
.kf .kf_tx{float: right}
.kf .kf_tx img{display: block; float: none}

.mobile_d{display: none}

.win{width: 660px; height: 300px; position: fixed; top: 50%; left: 50%; margin: -100px 0 0 -330px; padding: 30px; background: rgba(255,0,0,.8); z-index: 9; opacity: 0; visibility: hidden; transition: all ease .4s; -webkit-transition: all ease .4s}
.win:before{content: ""; display: block; width: 640px; height: 280px; background: transparent; border: 1px solid #fff; position: absolute; top: 0; left: 0; margin: 10px 0 0 10px;}
.win h1{font-size: 28px; color: #fff; font-weight: bold; margin-bottom: 30px; padding-left: 30px;}
.win .win_left{width: 50%; position: relative; z-index: 2}
.win .win_left img{width: 110px; height: 110px; float: none; margin: 0 auto; display: block}
.win .win_left p{font-size: 16px; color: #fff; text-align: center; padding: 16px 0}
.win .win_right{width: 50%; position: relative; z-index: 2}
.win .win_right a{width: 150px; font-size: 15px; color: #fff; text-align: center; padding: 10px 0; border: 1px solid #fff; border-radius: 20px; margin: 0 auto 16px auto;}
.win .win_right h6{font-size: 24px; color: #fff; text-align: center; font-weight: bold; margin-top: 26px;}

.win.win_on{display: none}
