/*Created by lk on 2020/06/05.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; 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}

.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}
.w1366{width: 1366px; 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%; position:fixed; background: rgba(255,255,255,.8); border-bottom: 5px solid #d0112b; z-index: 99; transition: all .5s; -webkit-transition: all .5s}

.header .header_top{width: 100%; height: 30px; background: #bdbdbe; text-align: right}
.header .header_top a{display: inline-block; font-size: 12px; color: #282828; margin-left: 20px; line-height: 30px;}

.header .header_logo{padding: 20px 0 10px 0;}
.header .logo{float: left; width: 324px; height: 32px; margin: 8px 0 0 0; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.search{width: 280px; height: 34px; background: transparent; overflow: hidden; outline: none; border: 1px solid #181818; margin-top: 6px; box-sizing: border-box; position: relative; transition: all .3s; -webkit-transition: all .3s}
.search form{outline: none; border: none; box-sizing: border-box}
.search .key{width: 160px; height: 34px; line-height: 34px; padding: 0 0 0 8px; font-size: 14px; color: #999; border: none; background: transparent; outline: none; box-sizing: border-box; overflow: hidden}
.search .ss{width: 60px; height: 34px; padding: 0; line-height: 32px; outline: none; border: none; background: #000; cursor: pointer; position: absolute; top: 0; right: 0;}
.search .ss span{font-size: 12px; color: #fff;}

.nav{transition: all .4s; -webkit-transition: all .4s; position: relative; z-index: 4; bottom: -5px}
.nav .nav_bar{list-style: none;}
.nav .nav_bar li{float: left; width: 10.2%; margin: 0 2%; text-align: center}
.nav .nav_bar li a{font-size: 16px; color: #5a5a5a; padding: 0 4px; line-height: 50px; font-weight: bold; box-sizing: border-box; position: relative; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar li:nth-child(1){display: none}

.nav .nav_bar li .nav_son{display: none}

.nav_menu{width: 100%; position: absolute; top: 0; left: 0; margin-top: 125px; background: rgba(255,255,255,.9);}
.nav_menu .item{padding: 40px 30px 40px 30px; border-bottom: 5px solid #d0112b; display: none}
.nav_menu .item .item_li{width: 25%; float: left; padding-right: 40px;}
.nav_menu .item .item_li span{display: inline-block; border-bottom: 2px solid #c2162e; margin-bottom: 30px;}
.nav_menu .item .item_li span a{display: block; font-size: 16px; color: #c2162e; padding-bottom: 4px;}
.nav_menu .item .item_li .list_li{}
.nav_menu .item .item_li .list_li li{margin: 6px 0}
.nav_menu .item .item_li .list_li li a{font-size: 14px; color: #666;}
.nav_menu .item .item_li .list_li li:hover a{color: #c2162e}
.nav_menu .item .item_li .img{width: 150px; margin-bottom: 20px; margin-left: 20px;}
.nav_menu .item .item_li .img img{float: none; display: block; width: 100%;}
.nav_menu .item .item_li .img h5{font-size: 12px; color: #282828; padding-top: 4px;}
.nav_menu .item .item_li h6{font-size: 13px; color: #282828; line-height: 20px; padding-right: 30px; margin-bottom: 10px;}
.nav_menu .item .item_li p{font-size: 12px; height: 100px; color: #181818; line-height: 20px;}
.nav_menu .item .item_li .i_link{font-size: 14px; color: #666; margin-top: 30px;}
.nav_menu .item01 .item_li{width: 20%;}
.nav_menu .item .item_li .c_link{width: 140px; font-size: 13px; color: #666; margin-top: 30px; padding: 6px 0; border-radius: 6px; text-align: center; border: 1px solid #999;}

.header .button{position: absolute; right: 0; top: 0; width: 42px; height: 42px; padding: 5px; margin-top: 3px; background: none; border: none; border-radius: 100%; cursor: pointer; background: #c2162e; z-index: 4; display: none}
.header button{outline: none}
.header .button span{width: 20px; height: 2px; position: absolute; top: 0; left: 11px; display: block; background: #fff; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 13px}
.header .button span:nth-child(2){top: 20px}
.header .button span:nth-child(3){top: 27px}

#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)}

.mini{background: #fff;}

/*----footer----*/
.footer{position: relative; background: #282828; padding: 10px 0; overflow: hidden; z-index: 9}
.footer span{display: block; text-align: center; font-size: 12px; color: #999; line-height: 22px;}
.footer a{display: inline-block; font-size: 12px; color: #999; margin-right: 10px; line-height: 16px;}
.footer .design{width: 64px; height: 16px; color: transparent; background: url("../image/power.png") no-repeat; background-size: cover}

.footer.index_footer{width: 100%; position: fixed; bottom: 0;}

/*----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}
