/*Created by lk on 2020/06/05.*/

html, body{max-width: 1920px; margin: 0 auto; padding: 0; font-size: 12px; background: #fff; font-family: "Microsoft YaHei", arial}

html{scroll-behavior: smooth;}

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;}

.lb-cont1505{width: 1505px; max-width: 1920px; margin: 0 auto; position: relative;}
.w1440{width: 75.5%; max-width: 1920px; margin: 0 auto; position: relative}
.w1200{width: 1200px; 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;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../font/Poppins-Medium.otf');
    src: url('../font/Poppins-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../font/Poppins-SemiBold.otf');
    src: url('../font/Poppins-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

/*----header----*/
.header{width: 100%; height: 120px; max-width: 1920px; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 99; transition: all .4s; -webkit-transition: all .4s;}
.header .logo{float: left; width: 213px; height: 100px; margin: 20px 0 0 30px; background: url("../image/logoi.png") no-repeat; background-size: cover; position: relative; z-index: 9; transition: all .4s; -webkit-transition: all .4s}

.nav{position: relative; float: right; margin: 40px 30px 0 0; padding: 0 20px; border-radius: 30px; background: transparent; box-shadow: 0 0 10px 3px rgba(0,0,0,0); transition: all .4s; -webkit-transition: all .4s}
.nav .nav_bar{padding-right: 100px;}
.nav .nav_bar li{position: relative; float: left; margin: 0 40px; position: relative}
.nav .nav_bar li:before{content: ""; display: block; width: 0; height: 2px; background: #fd4310; position: absolute; bottom: 0; left: 0; transition: all .4s; -webkit-transition: all .4s;}
.nav .nav_bar li a{font-size: 16px; color: #fff; font-weight: bold; line-height: 60px; transition: all .4s; -webkit-transition: all .4s; position: relative}
.nav .nav_bar li.on a{color: #fd4310;}
.nav .nav_bar li.on:before{width: 100%;}
.nav .nav_bar li:hover a{color: #fd4310;}
.nav .nav_bar li:hover:before{width: 100%;}

.nav .lang{position: absolute; top: 0; right: 0; margin-right: 40px}
.nav .lang a{display: inline-block; font-size: 16px; color: rgba(255,255,255,.6); font-weight: bold; line-height: 60px; transition: all .4s; -webkit-transition: all .4s;}
.nav .lang a.on{color: #fff}

.header .button{position: absolute; top: 0; right: 0; float: left; width: 60px; height: 60px; padding: 10px; margin-top: 30px; margin-right: 30px; border-radius: 8px; border: none; cursor: pointer; background: #fd4310; transition: all .4s; -webkit-transition: all .4s; z-index: 10; display: none}
.header button{outline: none}
.header .button span{width: 30px; 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: 30px;}
.header .button span:nth-child(3){top: 40px}

#button .span1{top: 30px; transform: rotate(-45deg);}
#button .span2{opacity: 0}
#button .span3{top: 30px; transform: rotate(45deg);}

.header.mini{top: -120px;}
.mini .nav{background: #fff; box-shadow: 0 0 10px 3px rgba(0,0,0,.1);}
.mini .nav_bar li a{color: #000;}
.mini .logo{background: url("../image/logo.png") no-repeat; background-size: cover;}
.mini .nav .lang a{color: #999;}
.mini .nav .lang a.on{color: #000}
.header .logo.color{background: url("../image/logo.png") no-repeat; background-size: cover;}

/*----footer----*/
.footer{position: relative; padding-top: 60px; overflow: hidden}
.footer .footer-con{display: flex; margin-bottom: 60px;}
.footer .footer-con .footer-left{width: 50%;}
.footer .footer-con .footer-left .footer-logo{width: 240px; height: 113px; margin-bottom: 40px; background: url(../image/logo.png) no-repeat; background-size: cover;}
.footer .footer-con .footer-left .footer-add{padding-left: 37.5px;}
.footer .footer-con .footer-left .footer-add h6{font-size: 16px; color: #000; font-weight: bold; margin-bottom: 10px; margin-top: 30px;}
.footer .footer-con .footer-left .footer-add p{font-size: 15px; color: #000; font-family: 'Montserrat-Light';}

.footer .footer-con .footer-left .footer-Share{margin-top: 40px; margin-left: 37.5px;}
.footer .footer-con .footer-left .footer-Share a{display: inline-block; margin-right: 10px;}

.footer .footer-con .footer-center{width: 23%; margin-right: 2%; padding-top: 20px; margin-top: 130px; border-top: 1px solid rgba(253,67,16,.2);}
.footer .footer-con .footer-center h3{font-size: 18px; color: #000; font-weight: bold; margin-bottom: 20px;}
.footer .footer-con .footer-center a{font-size: 14px; color: 000; margin-bottom: 18px;}

.footer .footer-con .footer-right{width: 23%; margin-left: 2%; margin-top: 130px;}
.footer .footer-con .footer-right a{font-size: 14px; color: 000; margin-bottom: 10px;}
.footer .footer-con .footer-right .t{font-size: 16px; color: #000; font-weight: bold; margin-bottom: 20px; padding-top: 20px; border-top: 1px solid rgba(253,67,16,.2);}
/* /* .footer .footer-con .footer-right .t:first-child{margin-bottom: 20px;} */
.footer .footer-con .footer-right a:nth-child(2){display: none;} 

.footer .footer-end{padding: 30px 0; border-top: 1px solid rgba(253,67,16,.2);}
.footer .footer-end span{font-size: 13px; color: #999;}

/* 通用样式 */
.title{position: relative; margin-bottom: 60px; overflow: hidden;}
.title h2{display: inline-block; font-size: 26px; color: #fd4310; font-weight: bold; padding-left: 32px; position: relative; padding-bottom: 40px;}
.title h2:before{content: ""; display: block; width: 16px; height: 16px; background: #fd4310; border-radius: 50%; position: absolute; top: 0; left: 0; margin-top: 12px;}
.title h2:after{content: ""; display: block; width: 100%; height: 1px; background: #fd4310; position: absolute; bottom: 0; left: 0; margin-bottom: -1px;}
.title .line{display: block; width: 100%; height: 1px; background: rgba(253,67,16,.3); margin-bottom: 50px;}
.title h3{font-size: 20px; color: #000; line-height: 1.6; padding-right: 30%; padding-left: 37.5px;}

.a_link{position: relative; display: block; width: 340px; height: 110px; line-height: 110px; font-size: 20px; color: #fd4310; font-weight: bold; padding-left: 40px; margin-right: 20px; border: 1px solid #fd4310; background: #fff; border-radius: 12px; box-sizing: border-box; transition: all ease .4s; -webkit-transition: all ease .4s;}
.a_link .r{display: block; width: 50px; height: 50px; background: #fd4310; position: absolute; top: 0; right: 0; border-radius: 50%; text-align: center; line-height: 50px; margin: 30px 40px 0 0;}
.a_link .r i{font-size: 24px; color: #fff;}


/*----right_list----*/
.right_list{width: 42px; position: fixed; right: 10px; bottom: 0; margin-bottom: 40px; z-index: 99}
.right_list .li{position: relative; width: 42px; height: 42px; margin-bottom: 5px; text-align: center; line-height: 54px; background: rgba(255,255,255,.6); box-shadow: 0 0 10px 3px rgba(0,0,0,.2); border-radius: 4px; cursor: pointer; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li i{font-size: 28px; color: #26324a; transition: all ease .3s; -webkit-transition: all ease .3s}
.right_list .li.top{visibility: hidden;}

.right_list .li:hover{background: #26324a}
.right_list .li:hover i{color: #fff;}

