/*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}
.w1366{width: 1366px; 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: 100%; height: 90px; position:fixed; background: transparent; border-bottom: 1px solid rgba(255,255,255,.4); z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header .logo{float: left; width: 370px; height: 50px; margin: 20px 0 0 120px; background: url("../image/logo.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .5s; -webkit-transition: all .5s}

.nav_f{float: right; margin-top: 5px; margin-right: 160px; transition: all .4s; -webkit-transition: all .4s;}
.nav_f .nav_bar{transition: all .5s; -webkit-transition: all .5s}
.nav_f .nav_bar li{float: left; margin: 0 10px; position: relative}
.nav_f .nav_bar li a{font-size: 15px; color: #fff; line-height: 80px; padding: 0 10px; position: relative; transition: all .4s; -webkit-transition: all .4s}
.nav_f .nav_bar li.on a{color: #0b5598}
.nav_f .nav_bar li:hover a{color: #0b5598}

.nav{width: 100%; height: 100%; background: #0b5598; position: fixed; top: -110%; left: 0; opacity: 0; visibility: hidden; transition: all .4s; -webkit-transition: all .4s; z-index: 98}
.nav:before{content: ""; display: block; width: 548px; height: 290px; position: absolute; bottom: 0; left: 0; background: url("../image/ico15.png") no-repeat; background-size: cover}
.nav .nav_left{width: 45%; padding-top: 20%;}
.nav .nav_left h3{font-size: 50px; color: #fff; text-transform: uppercase; padding-right: 26%; font-family: 'DisneyEnglish-Bold'}
.nav .nav_left h1{font-size: 32px; color: #fff;}

.nav .nav_right{width: 55%; padding-top: 20%;}
.nav .nav_right .nav_bar{}
.nav .nav_right .nav_bar li{width: 30%; float: left;}
.nav .nav_right .nav_bar li a{font-size: 20px; color: #fff; font-weight: bold; line-height: 50px; position: relative;}
.nav .nav_right .nav_bar li .nav_son{}
.nav .nav_right .nav_bar li .nav_son a{font-size: 14px; color: #8cb7dc; font-weight: normal; line-height: 38px;}
.nav .nav_right .nav_bar li:nth-child(2){width: 40%;}
.nav .nav_right .nav_bar li:nth-child(3){display: none}
.nav .nav_right .nav_bar li:nth-child(4){display: none}
.nav .nav_right .nav_bar li:nth-child(6){display: none}

.nav.nav_on{top: 0; opacity: 1; visibility: visible}

.header .button{position: absolute; right: 0; top: 0; width: 60px; height: 60px; padding: 5px; margin-right: 60px; margin-top: 15px; border: none; cursor: pointer; background: transparent; transition: all .4s; -webkit-transition: all .4s; z-index: 99}
.header button{outline: none}
.header .button span{width: 25px; height: 2px; position: absolute; top: 0; left: 15px; 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: 28px; width: 20px;}
.header .button span:nth-child(3){top: 36px}

#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{box-shadow: 0 0 10px 3px #dedede; background: #fff;}
.mini .nav_f .nav_bar li a{font-size: 15px; color: #333;}
.mini .nav_f .nav_bar li.on a{color: #0b5598}
.mini .button span{background: #333;}
.mini .logo{background: url("../image/logoiii.png") no-repeat; background-size: cover;}

/*----footer----*/
.footer{position: relative; background: #181818; padding: 50px 0 0 0; overflow: hidden; z-index: 9}
.footer .footer_con{padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #666}
.footer .footer_con .footer_left{width: 50%;}
.footer .footer_con .footer_left .footer_logo{margin-bottom: 20px;}
.footer .footer_con .footer_left .footer_logo img{float: none; display: block;}
.footer .footer_con .footer_left span{display: inline-block; width: 48.5%; margin-bottom: 10px; font-size: 13px; color: #dedede;}

.footer .footer_con .footer_right{width: 30%; margin-top: 20px;}
.footer .footer_con .footer_right img{width: 110px; height: 110px; float: right; margin-left: 20px;}

.footer .footer_middle{padding-bottom: 20px;}
.footer .footer_middle .footer_ying{width: 100%; margin-bottom: 10px;}
.footer .footer_middle .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_middle .footer_ying .ying{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_middle .footer_link{width: 100%;}
.footer .footer_middle .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #999;}
.footer .footer_middle .footer_link .link{font-size: 13px; color: #999; padding: 0 6px 0 0; margin-right: 4px;}

.footer .footer_end{width: 100%; margin: 0 auto; padding: 20px 0 10px 0; text-align: center; background: #000;}
.footer .footer_end .sp{display: block; margin: 0 auto 10px auto; text-align: center; font-size: 12px; color: #999;}
.footer .footer_end .sp a{display: inline-block; font-size: 12px; color: #999; margin-left: 20px;}
.footer .footer_end .sp.left a{margin-left: 0; margin-right: 20px;}
.footer .footer_end .sp .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: 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}



