body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: #000000;
    background: -moz-linear-gradient(top,  #f5fbff 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5fbff), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #f5fbff 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #f5fbff 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #f5fbff 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #f5fbff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5fbff', endColorstr='#ffffff',GradientType=0 );
    font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
li{
    margin: 0;
    padding: 0;
    list-style-type:none;
}
a{
    text-decoration:none;
}
p{
    margin: 0;
}
i{
    font-style: normal;
}
.left{
    float: left;
}
.right{
    float: right;
}
/*header*/
.header{
    width: 100%;
    height: 290px;
    min-width: 1200px;
}
.header_img{
    background: url("/static/images/header.png") no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 240px;
}
.header_img>img{
    width: 100%;
    height: 100%;
}
.header_banner{
	position: relative;
	overflow: hidden;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header_banner_li{
    zoom: 1;
    vertical-align: middle;
}
.header_banner .swiper-slide img {
    width: 100%;
    height: 100%;
}
.zh_en{
    position: absolute;
    right: 0;
    top: 20px;
    height: 30px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.zh_en>a{
    line-height: 35px;
    color: #fff;
    font-size: 18px;

}
.header_nav{
    width: 100%;
    height: 50px;
    background: #C70005;
}
.hea_nav{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.hea_nav>ul{
    padding: 0;
    margin: 0;
    display: flex;
    height: 100%;
    width: 100%;
}
.hea_nav>ul>li{
	float:left;
    position: relative;
    width: 130px;
    list-style-type:none;
    height: 100%;
    text-align: center;
    line-height: 50px;
}
.hea_nav>ul>li>a{
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.hea_nav>ul>li:first-child{
    width: 125px;
     text-align: center;
 }
.hea_nav>ul>li:last-child{
    width:125px;
    /*text-align: right;*/
}
.hea_nav>ul>li:after{
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #fff;
    color: #fff;
}
.hea_nav>ul>li:last-child:after{
    display: none;
}
.hea_nav>ul>li>a:hover{
    color: #FFF40D;
}
.active_nav>a{
    color: #FFF40D!important;
}
/*header*/
.retrieval{
    width: 100%;
    height: 40px;
    background: #F1F1F1;
}
.retrie_layui{
    box-sizing: border-box;
    padding: 0 30px;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.retrie_left{
    line-height: 35px;
    float: left;
    width: 350px;
    height: 100%;
}
.retrie_cont{
	float: left;
    overflow:hidden;
    height: 40px;
    width:350px;
    z-index:1001;
  }
  .retrie_cont_vi{
	width:100%;
    position: relative;
    display: block;
    margin-left: 20px;
    height: 40px;
    overflow: hidden;
  }
  .retrie_cont_p{
    position: absolute;
    top: 0px;
    left:100%;
    display: inline-block;
    font-size:14px;
    line-height:40px;
    color:#27A0FE;
	
    white-space:nowrap;
    overflow-x:auto;
  }

.retrie_right{
    float: right;
    width:400px;
}
.retrie_input{
    width: 100%;
    height: 28px;margin-top: 5px;
}
.retrie_input>input{
    float: right;
    border: none;
    height: 28px;

}
.retrie_input>input:focus{outline:none;}
.re_text{
    box-sizing: border-box;
    padding-left: 10px;
    width: 240px;
}
.re_submit{
    width: 60px;
    background: url("/static/images/retrie.png") no-repeat;
    background-size: 60px 30px;

}
.re_submit_en{
    width: 60px;
    background: url("/static/images/retrie.png") no-repeat;
    background-size: 60px 30px;

}
.news_one{
    padding: 20px 0;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 450px;
}
.swipers{
	 position:relative;
    width: 630px;
    height: 100%;
    box-sizing: border-box;
}
.swipers .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.swipers .hd ul{ overflow:hidden; zoom:1; float:left;  }
.swipers .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.swipers .hd ul li.on{ background:#f00; color:#fff; }

.swipers .bd{
    width: 100%;
    height: 100%;
}
.swipers .bd .tempWrap{
	width: 100%;
    height: 100%;
}
.swipers_ul{
	height:100%;
}
.swipers_li{
	width: 100%;
    height: 100%;
	position:relative;
	zoom:1; vertical-align:middle; 
}
.swipers .bd .tempWrap .swipers_ul .swipers_li .pic{
    width:100%; height:100%; display:block;

}
.swipers .li .pic img {
    width:100%; height:100%; display:block;

}
.sw-text {
    box-sizing: border-box;
    height: 60px;
    position: absolute;
    display: inline-block;
    width: 100%;
    line-height: 60px;
    bottom: 0;
    left: 0;
    text-align: left;
    padding-left: 20px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 16px;
}
.news_one_text{
    width: 550px;
    height: 100%;
    box-sizing: border-box;
    padding: 3px;
}
.news_whole{
    width: 100%;
    height: 100%;
}
.title_bg{
    background: #FDEFEF;
}
.news_class_title{
    width: 100%;
    height: 40px;
}
.news_class_title>a{
    width: 150px;
    text-align: right;
    margin-right: 10px;
    line-height: 40px;
    color: #C70005;
    font-size: 14px;
}
.news_title{
    width: 110px;
    background: #C70005;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.news_top_one{
    padding: 10px 0;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
}
.news_top_one>a>h5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 15px 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.news_top_one>a>p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height:24px;
}
.news_one_list{
    width: 100%;
}
.news_one_list>ul>li{
    position: relative;
    padding-left:20px;
    margin: 27px 0;
}
.news_one_list>ul>li:after{
    content: "";
    width: 0px;
    height: 0px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #484848;
    position: absolute;
    top: 4px;
    left: 3px;
}
.news_one_list>ul>li:hover>i{
    color:#C70005 !important;
}
.news_one_list>ul>li:hover>a{
    color:#C70005 !important;
}
.news_one_list>ul>li:hover:after{
    border-left: 6px solid #C70005;
}
.news_one_list>ul>li>i{
    font-style: normal;
    color: #999;
    float: right;
}
.news_one_list>ul>li>a{
    color: #000;
    width: 85%;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
	display:block;
}
.div_bg{
    background: #FDEFEF;
}
.news_two{
    height: 820px;
    width: 1200px;
    margin: 0 auto;
}
.news_two_left{
    width: 66%;
}
.news_two_right{
    width: 31%;
}
.news_two_div{
	float: left;
    margin-bottom: 30px;
    width: 48%;
    height: 380px;
    box-sizing: border-box;
}
.news_list_div{
	overflow: hidden;
    box-sizing: border-box;
    height: 340px;
    border-right:1px solid #dfdfdf ;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}
.news_list_div>ul{
    width: 100%;
    height: 100%;
}
.news_list_div>ul>li{
    position: relative;
    padding-left:30px;
    line-height: 42px;
    height: 42px;
}
.news_list_div>ul>li:after{
    position: absolute;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    top:13px;
    left: 2px;
    margin: 5px 10px 0 10px;
    border-radius: 20%;
    background-color: #DFDFDF;
}
.news_list_div>ul>li>i{
    margin-right: 20px;
    font-style: normal;
    color: #888;
    font-size: 15px;
    float: right;
}
.news_list_div>ul>li>a{
    color: #333;
    width: 60%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}
.news_list_div>ul>li:hover>i{
    color:#C70005 !important;
}
.news_list_div>ul>li:hover>a{
    color:#C70005 !important;
}
.news_list_div>ul>li:hover:after{

    background-color:  #C70005;
}
.news_two_left>div:nth-child(even){
    float: right;
}
.news_two_left>div:nth-child(odd){
     float: left;
 }

.news_list_img{
    padding: 0 20px;
}
.slideTxtBox .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #C70005;
    position: relative;
}
.slideTxtBox .hd ul {
    width: 100%;
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}
.slideTxtBox .hd ul li {
    font-size: 16px;
    float: left;
    padding: 0 15px;
    cursor: pointer;
}
.slideTxtBox .hd ul li.on {
    height: 30px;
    background: #fff;
    color: #C70005;
    position: relative;
}
.slideTxtBox .hd ul li.on:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #C70005;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 42px;
    left: 40%;
}
.slideTxtBox .hd ul li.on:after {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 8px solid #FFFFFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 41px;
    left: 40%;
}
.bd_img_p{
    box-sizing: border-box;
    padding-top: 30px;
    width: 100%;
    height: 260px;
}
.bd_img_p>div{
    width: 100%;
    height: 100%;
}
.bd_img_p>div>img{
    width: 100%;
    height: 200px;
}
.bd_img_p>div>p{
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.news_two_right_div{
	    display: table;
    margin-bottom: 30px;
    width: 100%;
}
.news_two_cont{
    width: 100%;
}
.newsc_right_swiper{
    width: 100%;
    height: 215px;
}
.newsc_right_swiper .swiper-container{
    width: 100%;
    height: 100%;
}
.newsc_right_swiper .swiper-slide {
    text-align: center;
    font-size: 16px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.newsc_right_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.news_right_bg{
    width: 100%;
}
.news_right_bg>div{
	float: left;
    width: 100%;
    height: 85px;
    line-height: 85px;
    text-align: center;
}
.news_right_bg>div>a{
   color: #fff;
    font-size: 16px;
}
.news_right_bg>div:nth-child(odd){
    float: left;
}
.news_right_bg>div:nth-child(even){
    float: right;
}
.news_cont_p{
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    height: 340px;
    box-sizing: border-box;
    padding: 10px 20px;
}
.news_cont_p>p{
    margin: 0;
    font-size: 16px;
    line-height: 35px;
    /*height: 40px;*/
}

.img_super{
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
    height: 200px;
}
.news_super_img{
    box-sizing: border-box;
    padding-top: 10px;
    width: 100%;
    height: 160px;
    overflow: hidden;
}
.picMarquee-left{
    overflow: hidden;
    position: relative;
}
.picMarquee-left .tempWrap{
    width: 1200px!important;
}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:220px; height:150px; display:block; }

/*index*/
/*footer*/
.footer{
    width: 1200px;
    margin: 0 auto;
    height: 180px;
    position: relative;
}
.foot_nav_bg{
    width: 100%;
    height:50px;
    background: #f3f3f3;
}
.font_nav_title{
    width: 540px;
    height: 50px;
    margin: 0 auto;
}
.font_nav_title>ul{
    width: 100%;
    height: 100%;
    display: flex;
}
.font_nav_title>ul>li{
	float:left;
    position: relative;
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 50px;
}
.font_nav_title>ul>li>a{
    font-size: 16px;
    color: #000;
    width: 100%;
    height: 100%;
    line-height: 50px;
}
.font_nav_title>ul>li:after{
    content: '';
    position: absolute;
    top: 40%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #000;
    color: #000;
}
.font_nav_title>ul>li:last-child:after{
    display: none;
}

.foot_p{
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    padding-top: 20px;
}
.foot_p>p{
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.foot_p>p>a{
    color: #666666;
    font-size: 16px;
}
.foot_p>p>a:hover{
    color: #666666;
}
/*footer*/
/*newslist*/
.newslist{
    width: 1200px;
    margin: 0 auto;
    height: 800px;
    padding-top: 40px;
    box-sizing: border-box;
}
.newslist_left{
    width: 215px;
}
.newslist_left_div{
    width: 100%;
}
.list_left_div_title{
    width: 100%;
    height: 85px;
    background: #C70005;
}
.list_left_div_title>h5{
    font-weight: unset;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    height: 40px;
    line-height: 60px;
}
.list_left_div_title>p{
    text-align: center;
    font-size:20px;
    color: #fff;
    height: 40px;
    line-height: 30px;
    text-transform:Capitalize;
}
.list_left_ul{
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    background: #fff;
    display: block;
    width: 100%;
    overflow: auto;
}
.list_left_ul>ul{
    width: 100%;
    height: 100%;
}
.list_left_ul>ul>li{
    text-align: center;
    line-height: 50px;
    width: 100%;
    min-height: 50px;
}
.list_left_ul>ul>li>a{
    color: #000;
    font-size: 14px;
}
.list_left_ul .on{
    background: #f3f3f3!important;
}

.newslist_right{
    margin-bottom: 50px;
    width: 950px;
}
.news_crumbs{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.news_crumbs>p{
    background: url(../images/home.png) no-repeat left center;
    padding-left: 15px;
    float: right;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #000;
}
.news_crumbs>p>a{
    font-size: 14px;
    color: #000;
}
.newslist_list_title{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0 30px 30px ;
}
.lists_title{
    display: flex;
    width: 100%;
    height: 30px;
    background: #C9CACC;
}
.lists_title>div{
    height: 100%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.lists_title_time{
    border-right: 1px solid #fff;
    width: 120px;
}
.lists_title_title{
    width: 100%;
}
.lists_ul_li{
    display: block;
    width: 100%;
}
.lists_ul_li>ul{
    width: 100%;
}
.lists_ul_li>ul>li{
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    width: 100%;
    height: 40px;
}
.lists_ul_li>ul>li>i{
    color: #333;
    line-height: 40px;
    font-size: 15px;
    width: 110px;
    text-align: center;
}
.lists_ul_li>ul>li>a{
    color: #000;
    padding-left: 10px;
    line-height: 40px;
    font-size: 15px;
    text-align: left;
    width: 700px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.lists_pagination{
    width: 100%;
    display: block;
}
.ranking_ds{
    padding: 10px 0;
    margin: 10px 0;
}
.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagination .disabled {
    color: #aaa;
}
.pagination a{
    color: #000000;
}
.pagination .active {
    background-color: #c70005;
    color: #fff;
}
.pagination li {
    margin: 0px 3px;
    border: 1px solid #e6e6e6;
    padding: 0px 3px;
	line-height: 35px;
    min-width: 30px;
    height: 35px;
	width:50px;
    display: inline-block;
    *display:inline;
	*zoom:1;
    
}
.news_list_imglist{
    width: 100%;
    height: 500px;
}
.news_list_imglist_div{
    width: 100%;
    height: 100%;
}
.news_list_imglist_div>ul{
   width: 100%;
    height: 100%;
}
.news_list_imglist_div>ul>li{
    width: 32%;
    height: 255px;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
}
.imglist_li_div{
    width: 100%;
    height: 100%;
}
.imglist_li_div_img{
    width: 100%;
    height: 200px;
}
.imglist_li_div_img>img{
    width: 100%;
    height: 100%;
}
.imglist_li_div_p{
    width: 100%;
    height: 60px;
}
.imglist_li_div_p>p{
    padding: 10px 0;
    height: 60px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
}
.newslist_list_info{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.de-tit{
    width: 100%;
    text-align: center;
    height: 100px;
}
.de-tit>h1{
    text-align: center;
    font-size: 28px;
    color: #202020;
}
.de-tit>p{
    color: #b7b7b7;
    text-align: center;
    font-size: 14px;
    padding-bottom: 25px;
}
.de-cont{
    box-sizing: border-box;
    padding: 15px 30px;
}
.de-cont p{
	font-size: 18px;
    line-height: 32px;
    word-break: break-all;
    box-sizing: border-box;
}
.newslist_list_contact{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.contact_text{
    width: 100%;
    height: 100%;
}
.contact_text>h1{
    font-size: 24px;
    font-weight: unset;
    margin: 0;
}
.contact_text>h5{
    color: #999;
    font-size: 14px;
    margin: 5px 0;
}
.contact_text>p{
    font-weight: bold;
    font-size: 15px;
    margin: 20px 0;
}

.utitle {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-weight: 700;
    padding: 0 20px;
    font-size: 22px;
}
.message-box form {
    padding: 20px;
}
.message-box {
    width: auto;
}
.message-box form .form-group {
    padding: 10px 30px;
    text-align: center;

}
.message-box form .form-group label {
    color: #666;
    height: 44px;
    line-height: 44px;
    width: 70px;
    margin-right: 15px;
    display: inline-block;
    text-align: justify;
    vertical-align: middle;
}
.message-box form .form-group input {
    width: 300px;
    height: 40px;
    color: #999;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
.message-box form .form-group.button input {
    width: 410px;
    height: 50px;
    border: none;
    background-color: #c70005 !important;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 20px;
}
.message-box form .form-group textarea {
    width: 300px;
    color: #999;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    border-radius: 5px;
    text-indent: 1em;
    font-size: 14px;
}
.header_sd {
    height: 80px;
    background:#FFF;
}
.wole {
    position: relative;
    height: 532px;
}
.login_main {
    width: 350px;
    margin: 0 auto;
    padding-top: 80px;
}
.naddtab01 {
    position: relative;
}
.tb_newtit {
    float: left;
    margin: 28px 0 0 44px;
}
.login_tiao {
    background: #1b88db;
    height: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 20px;
}
.login_mm {
    background: #fff;
    padding-bottom: 40px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.login_mms {
    width: 270px;
    margin: 0 auto;
    padding-top: 4px;
    clear: both;
}
.login_main .tab-bd span.pspans {
    margin-top: 20px;
}
.pspans {
    display: inline-block;
    width: 70%;
    position: relative;
}
.login_main .tab-bd span.pspans input {
    z-index: 10;
    width: 270px;
    height: 48px;
    border: 2px solid #ddd;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 56px;
}
.login_main .tab-bd span.pspans span.login_span01 {
    position: absolute;
    background: #f4f4f4 url(../images/userlogin.png) no-repeat center center;
    height: 45px;
    width: 48px;
    top: 2px;
    left: 2px;
}
.login_main .tab-bd span.pspans span.login_span02 {
    position: absolute;
    background: #f4f4f4 url(../images/password.png) no-repeat center center;
    height: 45px;
    width: 48px;
    top: 2px;
    left: 2px;
}
.login_main .tab-bd p {
    width: 100%;
    position: relative;
    margin-top: 32px;
}
.login_main .tab-bd p button {
    background: #1b88db;
    height: 44px;
    line-height: 44px;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 100%;
    font-size: 18px;
}

.menu_level2.ulem{
    display: none;
}



