/*Created by LK on 2018/11/05.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: "microsoft yahei", Arial}

div{box-sizing: border-box}

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; 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}
.w1200{width: 1200px; margin: 0 auto; position: relative}
.w1600{width: 1600px; margin: 0 auto; position: relative}


::-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#novecento_sans_widenormal') 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: 130px; height: 480px; position: fixed; top: 0; left: 0; background: transparent; z-index: 99; transition: all ease .4s; -webkit-transition: all ease .4s;}
.header:before{content: ""; display: block; width: 100%; height: 100%; background: rgba(255,255,255,.2); border-bottom-right-radius: 60px; position: absolute; top: 0; left: 0; z-index: 9}
.header .logo{width: 105px; height: 70px; float: left; margin: 20px 0 0 12px; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all ease .4s; -webkit-transition: all ease .4s;}

.nav{width: 100%; height: 100%; position: fixed; top: 0; left: -100%; background: #ba9e6f; background-size: cover; transition: all .4s; -webkit-transition: all .4s; z-index: 8}
.nav .nav_bar{list-style: none; width: 60%; padding: 60px 0 0 14%;}
.nav .nav_bar li{margin-bottom: 20px; position: relative;}
.nav .nav_bar li.menu{font-size: 18px; color: #fff; font-family: 'novecentowide-book'}
.nav .nav_bar li a{display: inline-block; font-size: 18px; color: #fff; padding: 10px 0; position: relative;}

.nav .nav_bar li .nav_son{position: absolute; top: 0; left: 0; margin: 0 0 0 120px;}
.nav .nav_bar li .nav_son a{display: inline-block; font-size: 16px; color: #dedede; margin-right: 20px; margin-bottom: 10px; position: relative}
.nav .nav_bar li .nav_son a:after{content: ""; display: inline-block; border-right: 2px solid rgba(255,255,255,0.6); border-bottom: 2px solid rgba(255,255,255,0.6); width: 8px; height: 8px; transform: rotate(-45deg); margin-left: 4px;}
.nav .nav_bar li .nav_son a:hover{color: #fff;}

.nav.nav_on{left: 0;}

.header .button{position: absolute; left: 0; bottom: 0; width: 40px; height: 40px; padding: 5px; margin: 0 0 40px 40px; background: none; border: none; cursor: pointer; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 10;}
.header .button:before{content: " 导 航"; display: block; font-size: 12px; color: #dedede; position: absolute; bottom: 0; left: 0; margin: 0 0 -14px 4px; padding-left: 2px;}
.header button{outline: none}
.header .button span{width: 32px; height: 2px; position: absolute; top: 0; left: 5px; display: block; background: #dedede; 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)}

.nav .nav_right{width: 24%; height: 100%; position: absolute; top: 0; right: 0;}
.nav .nav_right .nav_search{width: 100%; height: 50%; padding: 70px 50px; background: #fff;}
.nav .nav_right .nav_search h3{font-size: 28px; color: #181818; margin-bottom: 20px;}
.nav .nav_right .nav_search p{font-size: 14px; color: #666; margin-top: 10px;}

.nav .nav_right .nav_search .header_search{width: 360px; height: 60px; background: #fff; border: 1px solid #999; border-radius: 6px; transition: all ease .3s; -webkit-transition: all ease .3s;}
.nav .nav_right .nav_search .header_search .key{width: 76%; height: 60px; line-height: 60px; padding: 0 0 0 6px; font-size: 16px; color: #999; border: none; background: transparent; outline: none}
.nav .nav_right .nav_search .header_search .ss{width: 18%; height: 40px; padding: 0; outline: none; border: none; background: transparent; cursor: pointer}
.nav .nav_right .nav_search .header_search .ss i{font-size: 18px; color: #dedede;}

.nav .nav_right .nav_contact{width: 100%; height: 50%; padding: 70px 50px; background: #e78238}
.nav .nav_right .nav_contact h3{font-size: 20px; margin-bottom: 20px;}
.nav .nav_right .nav_contact h6{font-size: 46px; margin-bottom: 20px; font-family: 'DisneyEnglish-Bold'}
.nav .nav_right .nav_contact h2{font-size: 22px;}
.nav .nav_right .nav_contact .tz_contact{width: 54px; height: 54px; font-size: 0; background: url("../image/ico02.png") no-repeat; background-size: cover; position: absolute; bottom: 0; right: 0; margin: 0 60px 40px 0}

.nav .nav_product{width: 50%; position: absolute; bottom: 0; left: 12%; padding-bottom: 20px;}
.nav .nav_product h3{font-size: 16px; color: #fff; margin-bottom: 10px; padding-left: 30px;}
.nav .nav_product .pro_list{padding-bottom: 30px;}
.nav .nav_product .pro_list .li{padding: 0 10px; position: relative}
.nav .nav_product .pro_list .li .img{width: 100%; overflow: hidden}
.nav .nav_product .pro_list .li .img img{width: 100%;}
.nav .nav_product .pro_list .li .txt{padding: 4px 0; }
.nav .nav_product .pro_list .li .txt h1{font-size: 22px; color: #333; text-align: center;}
.nav .nav_product .pro_list .slick-dots{text-align: left}



.header_shop{width: 370px; height: 64px; position: fixed; top: 0; right: 0; margin: 20px 30px 0 0; overflow: hidden; transition: all ease .3s; -webkit-transition: all ease .3s;}
.header_shop span{display: block; width: 55px; height: 55px; background: rgba(255,255,255,.2); border-radius: 100%;}
.header_shop span img{width: 100%;}

.header_shop .shop_list{padding: 4px 0 4px 8px; background: #fff; border-radius: 50px; position: absolute; top: 0; right: -100%; opacity: 0; transition: all ease .4s; -webkit-transition: all ease .4s}
.header_shop .shop_list a{float: left; width: 53px; height: 53px; margin-right: 14px; font-size: 0; color: transparent;}
.header_shop .shop_list a.s_txt{width: 70px; font-size: 15px; color: #181818; line-height: 53px; padding-left: 8px;}
.header_shop .shop_list a.s_tm{background: url("../image/ico11.png") no-repeat}
.header_shop .shop_list a.s_jd{background: url("../image/ico12.png") no-repeat}
.header_shop .shop_list a.s_al{background: url("../image/ico13.png") no-repeat}
.header_shop .shop_list a.s_sp{width: 55px; height: 55px; margin-right: 0; padding-right: 6px; background: url("../image/ico09.png") no-repeat}

.header_shop .shop_list.on{right: 0; opacity: 1}

/*----footer----*/
.footer{}

.footer .footer_con{width: 100%; background: linear-gradient(to right,rgba(215,1,16,1),rgba(246,141,98,.6))}
.footer .footer_left{width: 50%; padding: 100px 0 120px 160px; }
.footer .footer_left .nav_bar{list-style: none;}
.footer .footer_left .nav_bar li{margin-bottom: 28px; position: relative;}
.footer .footer_left .nav_bar li a{display: inline-block; font-size: 18px; color: #fff; padding: 10px 0; position: relative;}

.footer .footer_left .nav_bar li .nav_son{position: absolute; top: 0; left: 0; margin: 0 0 0 120px;}
.footer .footer_left .nav_bar li .nav_son a{display: inline-block; font-size: 16px; color: #dedede; margin-right: 20px; margin-bottom: 10px; position: relative}
.footer .footer_left .nav_bar li .nav_son a:hover{color: #fff;}
.footer .footer_left .nav_bar li .nav_son a:before{display: none}

.footer .footer_left .nav_bar li:nth-child(2){display: none}
.footer .footer_left .nav_bar li:nth-child(5){display: none}
.footer .footer_left .nav_bar li:nth-child(7){display: none}

.footer .footer_right{width: 50%; padding: 0 100px 50px 60px; background: url("../image/ico14.png") no-repeat; background-size: cover}
.footer .footer_right .footer_contact{padding: 110px 0 20px 0}
.footer .footer_right .footer_contact .li_left{width: 75%; margin-right: 5%; padding-top: 20px; border-top: 1px solid rgba(0,0,0,.2);}
.footer .footer_right .footer_contact .li_left .li{width: 50%; margin-bottom: 30px;}
.footer .footer_right .footer_contact .li_left .li span{display: block; font-size: 18px; color: #666}
.footer .footer_right .footer_contact .li_left .li span i{padding-right: 10px;}
.footer .footer_right .footer_contact .li_left .li .t{font-size: 20px; color: #333; margin-top: 8px; font-family: 'Montserrat-Light'}

.footer .footer_right .footer_contact .li_right{width: 20%;}
.footer .footer_right .footer_contact .li_right .list{list-style: none}
.footer .footer_right .footer_contact .li_right .list li{position: relative; width: 100%; height: 54px; margin-bottom: 20px; line-height: 60px; border: 1px solid #f0f0f0; border-radius: 50px; cursor: pointer}
.footer .footer_right .footer_contact .li_right .list li h1{font-size: 15px; color: #666; padding-left: 20px;}
.footer .footer_right .footer_contact .li_right .list li h1 i{font-size: 20px; padding-right: 10px; color: #181818;}
.footer .footer_right .footer_contact .li_right .list li .img{width: 100%; background: #fff; padding: 0 20px 30px 20px; position: absolute; top: 0; left: 0; margin-top: 50px; display: none; z-index: 2}
.footer .footer_right .footer_contact .li_right .list li .img img{width: 116px; display: block; float: none; margin: 0 auto}

.footer .footer_right .footer_contact .li_right .list li:hover{background: #fff; border: 1px solid transparent; box-shadow: 0 0 10px 0 rgba(0,0,0,.1); border-radius: 25px 25px 0 0}
.footer .footer_right .footer_contact .li_right .list li:hover h1{color: rgba(215,1,16,1)}
.footer .footer_right .footer_contact .li_right .list li:hover h1 i{color: rgba(215,1,16,1)}
.footer .footer_right .footer_contact .li_right .list .li_wx:hover .wx{display: block}
.footer .footer_right .footer_contact .li_right .list .li_wb:hover .wb{display: block}
.footer .footer_right .footer_contact .li_right .list .li_dy:hover .dy{display: block}


.footer .footer_right .footer_copy{padding-top: 20px; border-top: 1px solid rgba(0,0,0,.2);}
.footer .footer_right .footer_copy .footer_ying{margin-bottom: 10px;}
.footer .footer_right .footer_copy .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_right .footer_copy .footer_ying .ying{font-size: 14px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_right .footer_copy .footer_link{margin-bottom: 10px;}
.footer .footer_right .footer_copy .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_right .footer_copy .footer_link .f_link{font-size: 14px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_right .footer_copy span{display: block; line-height: 22px;}
.footer .footer_right .footer_copy a{display: inline-block; font-size: 13px; color: #999; line-height: 16px; margin-right: 20px;}
.footer .footer_right .footer_copy .design{width: 64px; height: 16px; color: transparent; background: url("../image/power1.png") no-repeat; background-size: cover}


/*----right_list----*/
.right_list{width: 48px; position: fixed; right: 20px; 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}



