:root {
    --color: #037edb;
    --deepcolor:#0061c1;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1400px;
    outline: none;
}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;
    justify-content: space-between;
}
.mt20{
    margin-top: 20px;
}
.top_bg{
    background: url(../images/top_bg.jpg) top center no-repeat;
    min-height: 835px;
}
.logo{
    margin-top: 50px;
    display: block;
}
.search_box{
    margin-top: 90px;
}
.search_box form{
    display: flex;
}
.search_box .search_input{
    border: 0px;
    background-color: rgba(255,255,255,0.7);
    width: 245px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 36px;
    line-height: 36px;
    text-indent: 10px;
    font-size: 14px;
}
.search_box .search_btn{
    display: flex;
    width: 100px;
    font-size: 15px;
    background-color: var(--color);
    color: #fff;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.search_box .search_btn img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.nav{
    height: 45px;
/*background: linear-gradient(0deg, #0993CD 0%, #46AFE6 100%);*/
background-color: var(--color);
margin-top: 35px;
}
.nav>li>a{
    font-size: 18px;
    color: #fff;
    line-height: 45px;
   
    text-align: center;
    display: block;
}
.nav>li{
    position: relative;
    flex:1;
}
.nav>li.act {
background-color: var(--deepcolor);
}
.nav>li:hover{
    background-color: var(--deepcolor);
}
.nav .sub_nav{
    display: none;
    position: absolute;
    width: 100%;
    background-color: var(--color);
    left: 0px;
    z-index: 999;
   
}
.nav .sub_nav a{
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;

}
.nav .sub_nav a:hover{
    background-color: var(--deepcolor);
}
.white_main{
    width: 1200px;
    margin: 0px auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.swiper_box{
    width: 550px;
}
.news_page{
    bottom: 0px;
    text-align: right;
    padding-right: 5px;
    width: 40% !important;
    right: 0px !important;
    left: auto !important;
}
.news_page .swiper-pagination-bullet{
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-left: 0px !important;
    text-align: center;
    line-height: 24px;
    border-radius: 0px;
    opacity: 1;
    font-size: 14px;
}
.news_page .swiper-pagination-bullet-active{
    background-color: var(--color);
    color: #fff;
}
.swiper_mask{
    position: absolute;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0,0,0,0.8);
    bottom: 0px;
    width: 100%;
    left: 0px;
    display: block;
    padding-left: 20px;
}
.swiper_mask p{
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_swiper a{
    display: block;
    color: #fff;   
    position: relative;
    z-index: 999;
}
.news_swiper img{
    width: 550px;
    height: 320px;
    object-fit: cover;
}
.big_box{
    width: 590px;
}
.news_list_box .news_tabs{
    display: flex;
   
    border-bottom: 2px solid #ECECEC;
    
}
.news_list_box .news_tabs li{
    text-align: center;
    margin-right: 30px;
    line-height: 50px;
    margin-bottom: -2px;
    font-size: 18px;
    font-weight: 500;
}
.news_tabs li:last-child{
    margin-right: 0px;
}
.news_list_box .news_tabs li.act{
    border-bottom: 2px solid var(--color);
   
}
.news_list_box .news_tabs li.act a{
    color: var(--color);
}
.news_list li{
    display: none;
}
.news_list li.act{
    display: block;
}
.news_list li a{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
    line-height: 17px;
}
.news_list li a p{
    width: calc(100% - 100px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news_list li a p::before{
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #666;
    float: left;
    margin-top: 7px;
    margin-right: 10px;
}
.news_list li a p{
    font-size: 16px;
}
.news_list li a span{
   font-size: 14px;
   color: #666;
}
.dongtai_list{
    min-height: 248px;
}
.hjgl .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.hjgl_tabs{
    display: flex;
    flex-flow: wrap;
   
}
.hjgl_tabs li{
    background-color: var(--color);
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 216px;
    margin-left: 20px;
    margin-top: 20px;
}
.hjgl_tabs li:nth-child(5n+1){
    margin-left: 0px;
}

.hjgl_tabs li a{
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
   
}
.hjgl_tabs li.act{
    background-color: var(--deepcolor);
}
.border{
    border:1px solid #ddd
}
.hjgl_list{
    width: 1030px;
    margin-right: 20px;
    min-height: 427px;
}
.kqzl{
    height: 185px;
    border: 1px solid #ddd;
    width: 257px;
}
.xxgk_box{
    margin-left: 20px;
}
.xxgk_box li{
    width: 290px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
}
.xxgk_box li:last-child{
    margin-bottom: 0px;
}
.xxgk_box li a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.xxgk_box li:nth-child(1){
    background: url("../images/1.png") center center no-repeat;
}
.xxgk_box li:nth-child(2){
    background: url("../images/2.png") center center no-repeat;
}
.xxgk_box li:nth-child(3){
    background: url("../images/3.png") center center no-repeat;
}
.xxgk_box li:nth-child(4){
    background: url("../images/4.png") center center no-repeat;
}
.xxgk_box li:nth-child(5){
    border: 1px solid #DDDDDD;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
}
.xxgk_box li:nth-child(5) a{
    color: #333;
}
.xxgk_box li:nth-child(6){
    border: 1px solid #DDDDDD;
    background: linear-gradient(0deg, #F0F0F0 0%, #FFFFFF 100%);
}
.xxgk_box li:nth-child(6) a{
    color: #333;
}
.hjjc_box{
    width: 573px;
    margin-left: 20px;
}
.hjjc_list li{
    min-height: 180px;
}
.hjjc_list li a{
    line-height: 16px;
}
.tisheng{
    margin-top: -4px;
    display: block;
}
.flex_wrap{
    flex-wrap: wrap;
}
.zl_box{
    margin-top: 12px;
   width:850px;
}
.zl_box a img{
    width: 235px;
}
.xzzfgs .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.fgbz_box {
    width: 570px;
}
.fgbz_list{
    min-height: 165px;
}
.sqgk_list{
    min-height: 165px;
}
.hjyy{
    width: 300px;
}
.hjyy .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.hjyy_list{
    background-color: #EFF2F5;
    min-height: 304px;
}
.hjyy_list a{
    display: block;
    border-bottom: 1px solid #fff;
    padding:8px 10px;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hjyy_list a span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid var(--color);
    vertical-align: middle;
    margin: 0px 10px;
}
.gzhd{
    width: 520px;   
}
.gzhd .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.gzhd_list{
    min-height: 165px;
}
.wmfw{
    width: 300px;
}
.wmfw .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.wmfw_list a{
    display: block;
    width: 100px;
    text-align: center;
    padding-top: 20px;
}
.wmfw_list a img{
    margin: 0px auto;
    margin-bottom: 10px;
}
.bgt_list{
    height: 80px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #F9FDFF;
    margin-top: 23px;
}
.bgt_list a{
    width: 100px;
    text-align: center;
    display: flex;
    border-left: 1px solid #ddd;
    flex-flow:column;
    justify-content: space-between;
    padding: 10px 0px;

}
.bgt_list a:first-child{
    border: 0px;
}
.bgt_list a img{
    margin: 0px auto;
}
.ldxx{
   
    justify-content: center;
    display: flex;
   margin-top: 20px;
  
}
.ldxx a{
    display: block;
    margin: 0px 20px;
}
.hjzl{
    width: 435px;  
}
.hjzl .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.hjzl_list{
    min-height: 165px;
}
.frbs{
    margin-top: 40px;
    width: 250px;
}
.frbs a{
    display: block;
    margin-top: 10px;
}
.wsbs{
    width: 705px;
}
.wsbs .title{
    font-size: 22px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}
.frlink_bg{
    background-color:var(--color);
    padding:5px 20px;
}
.frlink_bg .frlink_item{
    width: 250px;
}
.frlink_bg .frlink_item .frlink{
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
}
footer{
    border-top: 15px solid var(--color);
    padding: 20px 0px;
}
footer .footer_link{
    text-align: center;
    color: #666;
    margin-bottom: 10px;
    font-size: 14px;
}
footer .footer_link img{
    display: inline;
    vertical-align: middle;
}
.footer_img{
    display: flex;
    position: absolute;
    top: 45px;
    left: 0px;
}
.footer_img img{
    margin-left: 20px;
}
.nomarginbottom{
    margin-bottom: 0px !important;
}
/* 二级页面 */
.left_box{
	width: 270px;
	border: 1px solid #DDDDDD;
	text-align: center;
	align-self: flex-start;
}
.class_name{
	height: 60px;
	background: var(--deepcolor);
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
	color: #F3F3F3;
}
.class_list li{
	/*height: 48px;*/
	line-height: 48px;
}
.class_list li a{
	font-size: 16px;
	color: #666;
}
.class_list li.act{
	background-color: var(--color);
}
.class_list li.act a{
	color: #fff;
}
.class_list li:hover{
	background-color:var(--color);
}
.class_list li:hover a{
	color: #fff;
}
.right_box{
	width: 870px;
	min-height: 664px;
}
 .n_title{
    font-size: 18px;
    color: var(--color);
    border-bottom: 1px solid var(--color);
    padding-bottom: 10px;
    font-weight: bold;
}

.n_title .speedlink{
	float: right;
	font-size: 14px;
	color: #666666;
    margin-top: 10px;
}
.n_title .speedlink a{
	color: var(--color)
}
.n_news_list{
    min-height: 664px;
}
.pagination{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	font-size: 14px;
}


.page-link {
  position: relative;
  display: block;
  height: 35px;
  padding:0px 14px;
  color: #666;
  background-color: #eaeaea;
  font-size: 14px;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  margin: 0px 2px;
}
.page-link:hover{
background-color: var(--color);
	color: #FFF;
}
.active .page-link{
	background-color:var(--color);
	color: #FFF;
}
.news_title{
	/*height: 20px;*/
	font-size: 20px;
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
	
	text-align: center;
}
.news_date{
	height: 18px;
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	color: #999;
	
}
.news_date span{
	display: inline-block;
	margin: 0px 10px;
}
.news_info{
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;	
}
.lingdao_list li{
    margin-top: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}
.lingdao_list a{
    display: flex;
    color: #666;
}
.lingdao_list a img{
    width: 200px;
    height: 245px;
    object-fit: cover;
    border: 1px solid #ddd;
}
.lingdao_list a div{
    margin-left: 20px;
}
.lingdao_list a div p{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    color: #111;
}
.lingdao_list a div i{
    font-style: normal;
   
    font-size: 16px;
    margin-top: 10px;
    color: #666;
    font-weight: normal;
}
.lingdao_list a div b{
    /*width: 60px;*/
    display: inline-block;
}
.lingdao_list a div span{
    display: block;
    margin-top: 10px;
    color: #333;
}
.webmap li>a{
	font-size: 20px;
	color: var(--color);
}
.webmap li{
	margin-top: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.webmap li>div>a{
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
	font-size: 16px;
	text-decoration: none !important;
	overflow: hidden;	
}
.webmap li>div>a:hover{
	text-decoration: none !important;
}
.iframe_box .as_block14 .list li a{
    font-size: 16px !important;
}

#leftdiv1 {
    position: fixed;
    top: 50px;
    z-index: 90;
    right: 50%;
    margin-right: 700px
}

#leftdiv2 {
    position: fixed;
    top: 250px;
    z-index: 90;
    right: 50%;
    margin-right: 700px
}

.itemFloat a {
    color: #333;
}
#rightdiv1 {
    width: 60px;
    border: 1px solid #ddd;
    border-top: 3px solid #396dba;
    position: fixed;
   top: 500px;
 right: 150px;

   z-index: 98;
    background: #f2f2f6;
    font-size: 12px;
    text-align: center;
}
#rightdiv2{
    position: fixed;
    top: 450px;
    z-index: 90;
    left: 50%;
    margin-left: 700px;
}
#rightdiv3{
      position: fixed;
    top: 50px;
    z-index: 90;
    left: 50%;
    margin-left: 700px;
}
.itemFloat img{
    width: 100px;
}
.weixin > img{
    width: 40px;
    margin: 10px auto;
}
.weixin a img{
    width: 40px;
    margin: 10px auto;
}
.weixin span{
    color: #666;
}
.weixin{
    position: relative;
}
.weixin  em {
    position: absolute;
    right: 60px;
    top: 0;
    display: none;
    width: 120px;
}
.weixin:hover em {
    display: block;
}

/*留言*/
.msg_form {
    display: block;
    padding-top: 10px;
    padding: 10px 100px;
}

.form_item {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.form_item label {
    float: left;
    margin-top: 10px;
}

.form_item>p {
    width: 140px;
    height: 42px;
    line-height: 42px;
    background-color: #eaeaea;
    display: block;
    text-align: center;
    font-weight: 400;
    color: #333333;
}

.form_item>.form_item_box {
    flex: 1;
    margin-left: 30px;
    display: flex;
}



.form_input {
    width: 95%;
    height: 42px;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    text-indent: 20px;
    outline: none;
}

.big_form_item>.form_item_box>.form_input {
    width: 95%;
}

.small_form_item>.form_item_box>.form_input {
    width: 120px;
}

.small_form_item {
    width: 413px;
}

.small_form_item>.form_item_box {
    width: 253px;
}

.small_form_item a {
    display: block;
    float: right;
}

.form_item>.form_item_box>p {
    color: #E80000;
    display: inline-block;
    margin-left: 19px;


}

.ml20 {
    margin-left: 20px;
}

.flex_wrap {
    flex-wrap: wrap;
}



.form_textarea {
    width: 95%;
    border: 1px solid #C4C4C4;
    background-color: #fff;
    text-indent: 20px;
    outline: none;
    line-height: 28px;
    resize: none;
    font-family: sans-serif;
}

.msg_btn {
    width: 300px;
    height: 42px;
    line-height: 42px;
    border: 0px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 20px auto;
    background: var(--color);
}
.form_table{
    width: 100%;
    margin-top: 20px;
}
.form_table tr td:first-child{
    background-color: #f6f6f6;
    width: 200px;
}
.form_table{
    background-color: #ddd;
}
.form_table td{
    background-color: #fff;
    padding: 10px;
}
.form_table th{
    background-color: #eee;
    color: #333;
    text-align: left;
    padding: 10px;
}

.post_msg{
    width: 90px;
    right: 0;
    bottom: 6px;
    height: 30px;
    border-radius: 2px;
    color: #059963;
    line-height: 30px;
    padding: 0;
    text-align: center;
    margin-left: 10px;
}
.mean{
    margin-bottom: -70px;
}
.pop_mask{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
    top: 0px;
    left: 0px;
}
.pop_flex{
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
    
}
.pop_content{
    background-color: #fff;
    padding: 20px;
    width: 600px;
}
.pop_content h2{
    text-align: center;
    margin-bottom: 20px;
}
.pop_content p{
    line-height: 32px;
    font-size:14px;
    color:#333;
    text-indent: 20px;
}
.pop_btn_box{
    text-align: center;
    padding: 10px;
    border-top: 1px solid #eee;
    width: 600px;
    background-color: #fff;
}
.pop_btn{
    width: 120px;
    border: 0px;
    height: 40px;
    line-height: 40px;
    background-color: var(--color);
    color: #fff;
}