/*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}
.w1440{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: '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: 100px; position:fixed; background: #fff; z-index: 99; transition: all .5s; -webkit-transition: all .5s}
.header .logo{float: left; width: 360px; height: 60px; margin: 20px 0 0 40px; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .5s; -webkit-transition: all .5s}

.header .header_tel{float: left; margin: 10px 0 0 40px; transition: all .5s; -webkit-transition: all .5s}

.nav{float: right; transition: all .4s; -webkit-transition: all .4s;}
.nav .nav_bar{list-style: none; transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar li{float: left; margin: 0 10px; position: relative}
.nav .nav_bar li a{font-size: 15px; color: #333; line-height: 100px; padding: 0 20px; position: relative; transition: all .5s; -webkit-transition: all .5s}
.nav .nav_bar li.on a{background: #00468c; color: #fff}

.nav_w{width: 100%; background: #fff; position: absolute; top: 0; left: 0; padding: 80px 0 120px 0; z-index: 9; box-shadow: 0 0 10px 3px rgba(0,0,0,.1); background: url("../image/c13.jpg") no-repeat center; background-size: cover; display: none}
.nav_w .w_left{width: 20%; margin-right: 20%; margin-top: 60px;}
.nav_w .w_left .img{width: 220px; margin-bottom: 20px; overflow: hidden}
.nav_w .w_left .img img{width: 100%;}
.nav_w .w_left p{font-size: 13px; color: #999;}

.nav_w .nav_bar{list-style: none; width: 60%;}
.nav_w .nav_bar li{float: left; margin: 0 20px;}
.nav_w .nav_bar li a{font-size: 17px; color: #333; font-weight: bold; padding: 0 20px; line-height: 60px; box-sizing: border-box; position: relative;}
.nav_w .nav_bar li .nav_son{}
.nav_w .nav_bar li .nav_son a{font-size: 14px; color: #666; line-height: 40px; font-weight: normal; text-align: center; transition: all .4s; -webkit-transition: all .4s}
.nav_w .nav_bar li .nav_son a:hover{color: #00468c}

.nav_w.n_on{display: block}

.header_link{position: relative; float: right; margin: 40px 140px 0 0; transition: all ease .4s; -webkit-transition: all ease .4s; z-index: 2}
.header_link a{display: inline-block; text-align: center; font-size: 15px; color: #333; line-height: 20px; margin-left: 10px; padding: 0 2px; box-sizing: border-box; position: relative; transition: all ease .3s; -webkit-transition: all ease .3s; font-family: 'Montserrat-Light'}
.header_link .search{font-size: 14px; color: transparent; padding-left: 0; background: url("../image/ico11.png") no-repeat;}

.header_search{width: 260px; height: 40px; position: absolute; top: 0; right: 0; margin: 70px 0 0 0; background: rgba(0,0,0,.6); opacity: 0; transition: all ease .3s; -webkit-transition: all ease .3s;}
.header_search .key{width: 76%; height: 40px; line-height: 40px; padding: 0 0 0 6px; font-size: 14px; color: #999; border: none; background: transparent; outline: none}
.header_search .ss{width: 18%; height: 40px; padding: 0; outline: none; border: none; background: transparent; cursor: pointer}
.header_search .ss i{font-size: 18px; color: #dedede;}
.header_search.on{margin: 60px 0 0 0; opacity: 1}

.header .button{position: absolute; right: 0; top: 0; width: 60px; height: 60px; padding: 5px; margin: 20px 60px 0 0; border: none; cursor: pointer; background: transparent; z-index: 10; transition: all .4s; -webkit-transition: all .4s;}
.header button{outline: none}
.header .button span{width: 30px; height: 3px; position: absolute; top: 0; left: 15px; display: block; background: #00468c; 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: 28px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg)}
#button .span2{opacity: 0}
#button .span3{top: 28px; transform: rotate(45deg); -webkit-transform: rotate(45deg)}

.mini{height: 80px; box-shadow: 0 0 10px 3px rgba(0,0,0,.1)}
.mini .logo{width: 368px; height: 60px; margin: 10px 0 0 30px;}
.mini .header_tel{margin: 0 0 0 40px;}
.mini .nav .nav_bar li a{line-height: 80px;}
.mini .header_link{margin: 30px 120px 0 0;}
.mini .button{margin: 10px 40px 0 0}

/*----footer----*/
.footer{position: relative; background: url("../image/c14.jpg") no-repeat center; padding: 60px 0 0 0; overflow: hidden; z-index: 9}
.footer .footer_left{width: 40%;}

.footer .footer_left .footer_logo{margin-bottom: 40px;}
.footer .footer_left .footer_logo img{float: none; display: block;}

.footer .footer_left .footer_ying{margin-bottom: 10px;}
.footer .footer_left .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_left .footer_ying .ying{font-size: 13px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_left .footer_link{margin-bottom: 10px;}
.footer .footer_left .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_left .footer_link .f_link{font-size: 13px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_center{width: 40%}
.footer .footer_center h3{font-size: 18px; color: #d2d2d2; margin-bottom: 30px;}
.footer .footer_center span{display: block;font-size: 14px; color: #fff; line-height: 22px; margin-bottom: 10px; padding-left: 30px;}
.footer .footer_center .sp1{font-size: 20px; color: #de2140; font-weight: bold; margin-bottom: 20px; font-family: 'novecentowide-book'; background: url("../image/ico08.png") no-repeat; position: relative}
.footer .footer_center .sp1:before{content: ""; display: block; width: 180px; height: 1px; background: rgba(255,255,255,.2); position: absolute; bottom: 0; left: 0; margin-bottom: -10px;}
.footer .footer_center .sp2{background: url("../image/ico09.png") no-repeat}
.footer .footer_center .sp3{background: url("../image/ico10.png") no-repeat}

.footer .footer_right{width: 20%;}
.footer .footer_right .ewm{width: 110px;}
.footer .footer_right .ewm img{width: 100%;}
.footer .footer_right .t{padding-left: 10px; padding-top: 30px;}
.footer .footer_right .t h3{font-size: 16px; color: #fff; margin-bottom: 6px;}
.footer .footer_right .t p{font-size: 13px; color: #999;}

.footer .footer_end{margin-top: 40px; padding-top: 20px; padding-bottom: 14px; text-align: center; background: #000;}
.footer .footer_end span{display: block; text-align: center; font-size: 12px; color: #999; line-height: 22px;}
.footer .footer_end a{display: inline-block; font-size: 12px; color: #999; line-height: 16px; margin: 0 10px}
.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: 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: 220px; 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}
