/*Created by lk on 2020/06/05.*/

html, body{margin: 0; padding: 0; font-size: 12px; background: #fff; font-family: 'Montserrat-Light'}

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}
.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: 'dincond-medium-webfont';
    src: url('../font/dincond-medium-webfont.eot');
    src: url('../font/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/dincond-medium-webfont.woff2') format('woff2'),
    url('../font/dincond-medium-webfont.woff') format('woff'),
    url('../font/dincond-medium-webfont.ttf') format('truetype'),
    url('../font/dincond-medium-webfont.svg#dincond-mediumalternateRg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*----header----*/
.header{position: relative; width: 100%; background: #fff; z-index: 99;}

.header_top{text-align: right; padding: 10px 30px 10px 0; background: #0064ad;}
.header_top a{display: inline-block; font-size: 13px; color: #fff; margin-left: 20px; line-height: 27px; font-family: 'Montserrat-Light'}
.header_top form{height: 27px; background: rgba(255,255,255,.2); border-radius: 4px;}
.header_top .key{width: 70%; position: relative; padding: 0 0 0 6px; font-size: 14px; color: #fff; border: none; background: transparent; outline: none}
.header_top .ss{width: 24%; padding: 0; outline: none; border: none; background: transparent; cursor: pointer}
.header_top .ss span{color: #fff;}



.header_con{border-bottom: 1px solid #f0f0f0;}

.header .logo{position: relative; float: left; width: 225px; height: 60px; margin: 10px 0 0 80px; background: url("../image/logo.png") no-repeat; background-size: cover; z-index: 9; transition: all .5s; -webkit-transition: all .5s}
.header .logo:before{content: "Stock code：872400"; display: block; font-size: 14px; color: #ff0000; font-weight: bold; position: absolute; bottom: 0; right: 0; margin: 0 -120px 10px 0}

.nav{float: right; margin-right: 30px; transition: all .4s; -webkit-transition: all .4s;}
.nav .nav_bar{transition: all .5s; -webkit-transition: all .5s}
.nav .nav_bar li{float: left; margin: 0 24px; position: relative; text-align: center; box-sizing: border-box}
.nav .nav_bar li:before{content: ""; display: block; border-right: 1px solid #0064ad; border-bottom: 1px solid #0064ad; width: 6px; height: 6px; transform: rotate(45deg); position: absolute; top: 0; right: 0; margin: 34px -14px 0 0}
.nav .nav_bar li a{font-size: 16px; color: #333; line-height: 80px; position: relative; transition: all .5s; -webkit-transition: all .5s}
.nav .nav_bar li.on a{color: #0064ad}
.nav .nav_bar li:nth-child(1):before{display: none}
.nav .nav_bar li:last-child:before{display: none}
.nav .nav_bar li:last-child .nav_son{opacity: 0; display: none; visibility: hidden}

.nav .nav_bar li .nav_son{width: 160px; background: #f0f0f0; padding: 6px 2px 2px 2px; text-align: center; position: absolute; top: 0; left: 0; margin: 80px 0 0 -46px; box-shadow: 3px 0 10px 3px rgba(0,0,0,.1); border-top: 3px solid #0064ad; opacity: 0; visibility: hidden; transition: all .4s; -webkit-transition: all .4s;}
.nav .nav_bar li .nav_son a{font-size: 13px; color: #666; line-height: 38px; margin-bottom: 4px; border-bottom: 1px solid #dedede;}
.nav .nav_bar li .nav_son a:before{display: none}
.nav .nav_bar li .nav_son a:hover{background: #0064ad; color: #fff}

.nav .nav_bar li .nav_son.sub_on{margin: 80px 0 0 -46px; opacity: 1; visibility: visible}

.header .button{position: absolute; right: 0; top: 0; width: 60px; height: 60px; padding: 5px; margin-top: 35px; border: none; cursor: pointer; background: transparent; z-index: 10; transition: all .4s; -webkit-transition: all .4s; display: none}
.header button{outline: none}
.header .button span{width: 30px; height: 3px; position: absolute; top: 0; left: 15px; display: block; background: #777; transition: all .5s; -webkit-transition: all .5s}

.header .button span:nth-child(1){top: 25px}
.header .button span:nth-child(2){opacity: 0;}
.header .button span:nth-child(3){top: 35px}

#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)}


/*----footer----*/
.footer{position: relative; background: #043868; background-size: cover; z-index: 9}

.footer .footer_top{padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,.4)}
.footer .footer_top .footer_logo{width: 225px;}
.footer .footer_top .footer_logo img{width: 100%; float: none; display: block}

.footer .footer_center{padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,.4)}
.footer .footer_center .footer_left{width: 55%;}
.footer .footer_center .footer_left p{font-size: 15px; color: #fff; margin-bottom: 10px;}

.footer .footer_center .footer_right{width: 45%;}
.footer .footer_center .footer_right h5{font-size: 16px; color: #fff; margin-bottom: 20px;}
.footer .footer_center .footer_right .footer_message{width: 100%; position: relative}
.footer .footer_center .footer_right .footer_message span{display: inline-block; font-size: 0;}
.footer .footer_center .footer_right .footer_message span input{width: 290px; border: none; outline: none; box-shadow: none; padding: 14px 0 14px 10px; font-size: 14px; color: #fff; background: #dedede}
.footer .footer_center .footer_right .footer_message p.yanz {}
.footer .footer_center .footer_right .footer_message p.yanz input {width: 40%;  height: 32px; border: 1px solid #ddd;  font-size: 12px; text-indent: 5px; outline: 0; margin-top: 10px; margin-bottom: 10px; background: #dedede}
.footer .footer_center .footer_right .footer_message p.yanz span {float: left; padding-right: 10px;}
.footer .footer_center .footer_right .footer_message p.yanz input {width: 40%;  float: left;}
.footer .footer_center .footer_right .footer_message p.yanz img {height: 37px;  display: block;  float: left; margin-left: 10px; margin-top: 10px;}
.footer .footer_center .footer_right .footer_message span .btn{width: 120px; background: #0064ad; outline: none; border: none; padding: 14px 0; font-size: 13px; color: #fff; cursor: pointer; position: relative;}


.footer .footer_bottom{padding: 30px 0; border-bottom: 1px solid rgba(0,0,0,.4)}
.footer .footer_bottom .nav_bar{}
.footer .footer_bottom .nav_bar li{width: 20%; float: left; margin: 0; position: relative}
.footer .footer_bottom .nav_bar li a{font-size: 16px; color: #fff; position: relative;}
.footer .footer_bottom .nav_bar li .nav_son{width: 100%; margin: 20px 0 0 0;}
.footer .footer_bottom .nav_bar li .nav_son a{font-size: 15px; color: #fff; margin-bottom: 10px;}

.footer .footer_end{padding: 30px 0}
.footer .footer_end .footer_ying{margin-bottom: 10px;}
.footer .footer_end .footer_ying a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_end .footer_ying .ying{font-size: 14px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_end .footer_link{margin-bottom: 10px;}
.footer .footer_end .footer_link a{display: inline-block; padding: 0 6px; margin-right: 2px; font-size: 13px; color: #fff;}
.footer .footer_end .footer_link .f_link{font-size: 14px; color: #fff; padding: 0 6px 0 0; margin-right: 4px;}
.footer .footer_end span{display: block;}
.footer .footer_end span a{display: inline-block; margin-right: 20px; font-size: 14px; color: #fff; line-height: 20px;  font-family: 'Montserrat-Light'; transition: all .5s; -webkit-transition: all .5s}
.footer .footer_end .design{width: 64px; height: 16px; margin-top: 12px; 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: 2%; 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}
