html{ font-family: "微软雅黑";}
body,div,p,a,span,img,ul,li{ padding: 0; margin: 0;}
a{ display: block; text-decoration: none;}
img{ border: none;}
ul,li{ list-style: none;}
/*top*/
.top{ width: 100%; height: 50px; background-color: #000; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 999999;
 -webkit-transition: .1s all;
 -moz-transition: .1s all;
 -ms-transition: .1s all;
 -o-transition: .1s all;
 transition: .1s all;
}
.top .top_main{ width: 90%; height: 50px; margin: 0 auto;}
.top .top_main .top_fh{ float: left; width: 110px; height: 50px; cursor: pointer; overflow: hidden;}
.top .top_main .top_fh .top_fh_img{ width: 20px; height: 50px; line-height: 47px; float: left; text-align: center; vertical-align: middle;}
.top .top_main .top_fh .top_fh_img img{ width: 20px; vertical-align: middle;}
.top .top_main .top_fh .top_fh_tit{ float: left; width: 80px; height: 50px; line-height: 50px; font-size: 18px; font-weight: bold; margin-left: 10px; color: #fff;}
.top .top_main .top_rig{ float: right; height: 50px; overflow: hidden;}
.top .top_main .top_rig .top_rig_pl{ float: left; height: 50px; overflow: hidden;}
.top .top_main .top_rig .top_rig_pl div{ float: left; width: 30px; height: 50px; line-height: 48px; overflow: hidden;}
.top .top_main .top_rig .top_rig_pl div img{ width: 22px; vertical-align: middle;}
.top .top_main .top_rig .top_rig_pl p{ float: left; height: 50px; font-size: 14px; line-height: 50px; white-space: nowrap; color: #fff;}
.top .top_main .top_rig .top_rig_fx{ float: left; width: 40px; height: 50px; text-align: center; line-height: 45px; margin-left: 12px; cursor: pointer; overflow: hidden;}
.top .top_main .top_rig .top_rig_fx img{ width: 28px; vertical-align: middle;}
/*main*/
.main{ width: 100%; height: 100vh; background-color: #333; overflow: hidden; position: relative;}
.main .main_yeshu{ height: 30px; float: right; position: absolute; top: 10px; right: -10%; z-index: 10;
 -webkit-transition: .1s all;
 -moz-transition: .1s all;
 -ms-transition: .1s all;
 -o-transition: .1s all;
 transition: .1s all;
 }
.main .main_yeshu div{ color: #fff; float: left; height: 30px; line-height: 28px; font-size: 22px; font-family: "Helvetica";}
.main .main_yeshu span{ color: #fff; float: left; width: 14px; height: 30px; line-height: 33px; font-size: 14px; text-align: center; font-family: "Helvetica";}
.main .main_yeshu p{ color: #fff; float: left; height: 30px; line-height: 33px; font-size: 14px; font-family: "Helvetica";}
.main .main_logo{ width: 20%; position: absolute; right: 30px; top: 65px; z-index: 10;}
.main .main_img{ width: 100%; height: 100%; overflow: hidden;}
.main .main_news{ width: 100%; height: auto; overflow: hidden; padding-top: 30px; position: absolute; bottom: 0; left: 0; z-index: 14;
 background: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
 background: -moz-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
 background: -ms-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
 background: -o-linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
 background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
 -webkit-transition: .4s all;
 -moz-transition: .4s all;
 -ms-transition: .4s all;
 -o-transition: .4s all;
 transition: .4s all;
 }
.main .main_news .main_news_top{ width: 90%; height: 20px; line-height: 20px; margin: 0 auto;}
.main .main_news .main_news_top .main_news_top_tit{ float: left; width: 70%; height: 20px; font-weight: bold; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #fff;}
.main .main_news .main_news_top .main_news_top_yeshu{ float: right; width: 25%; height: 20px; overflow: hidden; text-align: right; color: #fff;}
.main .main_news .main_news_top .main_news_top_yeshu div{ display: inline-block; vertical-align: top; height: 20px; line-height: 20px; font-size: 18px; font-family: "Helvetica";}
.main .main_news .main_news_top .main_news_top_yeshu span{ display: inline-block; vertical-align: top; height: 20px; line-height: 24px; font-size: 12px; font-family: "Helvetica";}
.main .main_news .main_news_top .main_news_top_yeshu p{ display: inline-block; vertical-align: top; height: 20px; line-height: 24px; font-size: 12px; font-family: "Helvetica";}
.main .main_news .js_neir_box{ width: 90%; height: auto; overflow: hidden; margin: 12px auto 12px;}
.main .main_news .js_neir_box .main_news_neir{ display: none; width: 100%; height: auto; color: #fff; font-size: 14px; overflow: hidden;}
