input[type="submit"],input[type="reset"],input[type="button"],button {-webkit-appearance: none;}
.body{background: url(../images/bg.jpg);background-size: 100% auto;background-repeat: no-repeat;background-color: #fff;}
.layout{ max-width: 1200px;margin: 0 auto;width: 100%;}
.mb20{margin-bottom: 20px}
.mb10{margin-bottom: 10px}
.mb5{margin-bottom: 5px}
.flex{display: flex;justify-content: space-between;align-items: center;}
.blue_btn{padding: 10px 30px;background: #4464f0;color: #fff;font-size: 14px;border-radius:20px;cursor: pointer;}

.header{height: 120px;left: 0;top: 0;width: 100%;z-index: 9;position: absolute;}
.header .layout{height: 100%}
.header_menu{display: flex;align-items: center;}
.header_menu .logo img{display: inline-block;height:100px;vertical-align: middle;}


.index_banner{width: 100%;height: 100%;background:url(../images/index_banner.jpg);position: relative;overflow: hidden;}
.index_banner_main{}
.index_banner_main_left{flex:1;}
.index_banner_main_right{flex:1;}
.index_banner_main .h1{font-size: 32px;color: #ffba00;margin-bottom: 50px}
.index_banner_main .p1{font-size: 16px;color: #fff;margin-bottom: 50px;line-height: 30px}
.index_banner_main .btn_main{}
.index_banner_main .btn_main img{cursor: pointer;margin-right: 20px}
.index_banner_main .img img{width: 100%;}


.index_main{padding: 120px 0;overflow: hidden;}
.index_main .p1{color: #666;margin-bottom: 20px; font-size: 15px;line-height: 30px}
.index_main .p1 b{font-size: 24px;color: #555}
.index_main_left{flex:1;text-align: center;}
.index_main_left img{display: inline-block;width: 70%}
.index_main_right{flex:1;}
.bottom{padding: 15px 0;text-align: center;}
.bottom_copyright{font-size: 14px;color: #999;max-width: 550px;width: 100%;margin: 0 auto}
.bottom_copyright span{color: #274db8}


.eject_rule{position: fixed;width: 100%;height: 100%;top: 0;left: 0;display: flex;justify-content: center;align-items: center;background: rgba(16,30,56,0.8);z-index: 9;display: none}
.eject_rule_main{background: #fff;width: 100%;max-width: 900px;padding:40px 50px;position: relative;border-radius: 20px}
.eject_rule_main img,.eject_rule_main video{max-width: 100%}
.eject_rule_main .h1{color: #333;font-size: 24px;margin-bottom: 40px;text-align: center;}
.eject_rule_close{position: absolute;right: 20px;top: 20px;width: 25px;height: 25px;background: url(../images/close.png);background-size: contain;cursor: pointer;}
.eject_rule_editor{height: 300px;overflow: auto;color: #666;font-size: 14px;line-height: 30px}
.close_rotate{-webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    -ms-transition: -ms-transform 0.4s ease-out;
}
.close_rotate:hover{-webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);}