*{margin:0;padding:0;box-sizing: border-box;font-family:"Microsoft Yahei";

    color: #666;}
html,fieldset,img,abbr,acronym,a img{border:0;border:none}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
*:active{
    border: none;
    background: none;
}
html{overflow-y: auto;}
a{
    text-decoration:none;
    color: #333;
    cursor: pointer;
}

#ai-topsearch-extend .show-drop .drop-arrow,.head-nav-new .menu:hover .menu-arrow{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg)
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility: hidden;
    height:0;
}

.d-block{
    display: block;
}
.d-none{
    display: none;
}
.d-inline{
    display: inline-block;
}
.p-relative{
    position: relative;
}
.p-absolute{
    position: absolute;
}
h1,h2,h3,h4,h5,h6{
    overflow: hidden;/*超出部分隐藏*/
    text-overflow:ellipsis;/*超出部分省略号显示*/
    font-weight: 500;
}
em,th{
    font-style:normal;
    font-weight:500;
}
strong{
    font-weight: 500;
}
ol,ul{list-style:none}

.contain{
    width: 1200px;
    margin: 0 auto;
}

/*header��ʼ*/

.top{
    width: 100%;
    height: 34px;
    border-bottom: 1px solid #e8e7e7;
    background: #f6f6f6;
}
.top em{
    font-size: 12px;
    line-height: 30px;
    color: #606060;
    margin-top: 4px;
}
.top ul{
    float: right;
}
.top li{
    float: left;
}
.top li a{
    display: inline-block;
    height: 13px;
    font-size: 12px;
    line-height: 13px;
    color: #606060;
    margin-top: 13px;
    padding:0 12px;
    border-right: 1px solid #c8c8c8;
}
.top li span{
    color: #ff1111;
}
.top li span.p-absolute{
    width: 80px;
    height: 80px;
    top: 35px;
    right: 40px;
    display: none;
}
/*header .top li span.p-absolute img{*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*object-fit: cover;*/
/*}*/

.top li:last-child a{
    border-right:none;
}
.head{
    height: 90px;
    min-width: 1200px;
}
.head .logo{
    height: 90px;
}
.head .logo a{
    display: inline-block;
    width: 238px;
    margin-right: 10px;
}
.head .slogan{
    width: 251px;
    height: 60px;
    border-left: 1px solid #999;
    margin-top: 15px;
    padding-left: 10px;
}
.head .slogan h1{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-top: 6px;
}
.head .slogan h2{
    font-size: 14px;
    line-height: 28px;
    color: #666;
}
.head .search{
    width: 400px;
    height: 90px;
    padding-top: 19px;
}
.head .search form{
    width: 400px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    padding-right: 9px;
}
.head .search input{
    width: 360px;
    height: 28px;
    border: none;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    padding-left: 10px;
    background-color: transparent;
}
.head .search button{
    float: right;
    height: 28px;
    background-color: transparent;
    line-height: 28px;
    outline: none;
    border: none;
    vertical-align: bottom;
    cursor: pointer;
    padding-top: 4px;
}
.head .search form .auto{
    width: 434px;
    left: 0;
    top: 40px;
    z-index: 999;
    border: 1px solid #ddd;
    display: none;
}
.search form .auto a{
    display: block;
    width: 100%;
    height: 20px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
}
.head .search .hot_search{
    width: 100%;
    height: 30px;
    padding-top: 3px;
}
.head .search .hot_search li{
    float: left;
}
.search .hot_search li a{
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #b9b9b9;
    padding: 0 12px;
    border-right: 1px solid #b9b9b9;
}
.search .hot_search li:first-child a{
    padding-left: 0;
}
.search .hot_search li:last-child a{
    border-right: none;
}
.head .hot_line{
    width: fit-content;
    height: 90px;
    padding-top: 30px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 18px;
    color: #606060;
    background: url("../images/dianhua.png") no-repeat 0px 28px;
}
.head .hot_line span{
    font-size: 20px;
    line-height: 24px;
    color: #007bc7;
}
 .main{
    height: 60px;
    width: 100%;
    /* background: #4c4a4f; */
    background: url(../images/banner_bg.jpg) repeat-x;
    background-image: -moz-linear-gradient( 90deg, rgb(23,73,158) 0%, rgb(0,123,199) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(23,73,158) 0%, rgb(0,123,199) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(23,73,158) 0%, rgb(0,123,199) 100%);
    min-width: 1200px;
}
  
 .nav{
    height: 60px;
}
 .nav>ul{
    width: fit-content;
    margin: 0 auto;
}
.nav>ul>li {
    height: 60px;
    float: left;
    position: relative;
}
.nav ul li:hover{
    background: #fff;
}
.nav ul li:hover a{
    color:#17499e;
}
.nav>ul>li>a {
    display: block;
    padding: 0 28px;
    height: 100%;
    font-size: 20px;
    color:  #fff;
    line-height: 60px;
}

.nav ul li.active{
    background: #fff;
}
.nav ul li.active a{
    color:#17499e;
}

.nav ul li .hide {
    width: 100%;
    position: absolute;
    display: none;
    z-index: 999;
}
.nav ul li .hide li{
    height: 40px;
    width: 100%;
    text-align: center;
}
.nav ul li .selected{
    display: block;
}
.nav ul li .hide a {
    display: block;
    background: rgb(23,73,158);
    opacity: 0.5;
    filter: alpha(opacity = 80);
    color: #fff;
    font: 14px "microsoft yahei";
    line-height: 40px;
    width: 100%;
}
.nav ul li .hide a:hover {
    background: rgb(255,255,255);
    opacity: 0.9;
    filter: alpha(opacity = 90);
    color: #333;
}

/*header����*/
.banner{
    height: 700px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.banner img{
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
 }
/*面包屑导航*/
.bread{
    width: 100%;
    height: 50px;
    font: 14px/50px "microsoft yahei";
    color: #666;
    background-color: #fff;
}

.bread a{
    color: #666;
}
.bread a:last-child{
    color: #999;
}

.content_right{
    width: 910px;
    float: right;
}

/*left*/
.content_left{
    width: 260px;
    margin-bottom: 30px;
}
.pro_menu{
    width: 100%;
}
.pro_menu>div{
    width: 100%;
    height: 110px;
    background: #17499e;
    color: #fff;
    padding-left: 40px;
    padding-top: 35px;
}
.pro_menu>div>div{
    height: 41px;
    border-left: 5px solid #fff;
    padding-left: 9px;

}
.pro_menu>div span{
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    display: block;
}
.pro_menu>div em{
    font-size: 24px;
    color: #fff;
    display: block;
    margin-top: 3px;

}

.pro_menu>ul{
    width: 100%;
    margin-top: 10px;
}
.pro_menu>ul li{
    border: 1px solid #ddd;
    margin-top: -1px;
}
.pro_menu>ul li:hover{
    background-color: #3298f3;
}
.pro_menu>ul li:hover a{
    color: #fff;
    font-weight: bold;
}
.pro_menu>ul li a{
    display: block;
    width: 100%;
    height: 45px;
    font: 20px/43px "microsoft yahei";
    color: #333;
    padding-left: 40px;
    background: url("../images/daohanglanjiantou2.png") no-repeat;
    background-position: 206px 18px;
}
.pro_menu>ul li.active{
    background-color: #17499e;
}
.pro_menu>ul li.active a{
    color: #fff;
    font-weight: bold;
    background: url("../images/daohanglanjiantou1.png") no-repeat;
    background-position: 212px 18px;

}
/*招聘咨询*/
.pro_menu dl{
    border: 1px solid #ddd;
    width: 100%;
    margin-top: 10px;
}
.pro_menu dt{
    border-bottom: 1px solid #ddd;
    background: -moz-linear-gradient(top, #fffffe 0%, #f5f3f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffffe), color-stop(100%,#f5f3f4));
    background: -webkit-linear-gradient(top, #fffffe 0%,#f5f3f4 100%);
    background: -o-linear-gradient(top, #fffffe 0%,#f5f3f4 100%);
    background: -ms-linear-gradient(top, #fffffe 0%,#f5f3f4 100%);
    background: linear-gradient(to bottom, #fffffe 0%,#f5f3f4 100%);
    width: 100%;
    height: 44px;
    text-align: center;
    font-size:20px;
    line-height: 44px;
    color: #333;
}
.pro_menu dl dd{
    padding: 15px;
}
.pro_menu dl li{

    font-size: 14px;
    line-height: 30px;
}
.pro_menu dl em{
    padding-left: 32px;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}
.pro_menu dl span{
    display: inline-block;
    width: 126px;
    word-wrap: break-word;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}
.pro_menu dl .lianxi{
    background: url("../images/lianxiren.png") no-repeat 4px 2px;
}
.pro_menu dl .phone{
    background: url("../images/phone.png") no-repeat 4px 2px;
}
.pro_menu dl .email{
    background: url("../images/e-mail.png") no-repeat 4px 2px;
}
.pro_menu dl .phone+span{
    color: #17499e;
    font-weight: 600;
}
/*�����Ƽ�*/
.hot_news{
    width: 100%;
    margin-top: 20px;
}
.hot_news ul{
    border: 1px solid #ddd;
    padding: 0 20px;
}
.hot_news .hn_head{
    height: 58px;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    font:18px/57px "microsoft yahei";
    color: #333;
    padding-left: 19px;
}

.hot_news li{
    width: 100%;
    height: auto;
    cursor: pointer;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}
.hot_news li:last-child{
    border-bottom: none;
}
.hot_news li h4{
    width: 100%;
    font:14px/50px "microsoft yahei";
}
.hot_news li h4 a{
    color: #333;
    white-space: nowrap;
}
.hot_news li span{
    display: inline-block;
    width:218px;
    height: 123px;
    overflow: hidden;
}
/*.hot_news li span img{*/
    /*height:100%;*/
    /*width: 100%;*/
    /*object-fit: cover;*/
/*}*/
.hot_news li p{
    display: inline-block;
    font: 12px/20px "microsoft yahei";
    color: #999;
    margin-left: 3px;
    width: 100%;
    max-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    text-indent: 2em;
}
.hot_news li p.have_pic{
    max-height: 40px;
    overflow: hidden;
}
.event{
    margin-top: 20px;
}
.event a{
    display: block;
    width: 260px;
    height: 147px;
}
.event a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*联系我们*/
.contact_us{
    width: 100%;
    height: 144px;
    margin-top: 30px;
    background: url("../images/lianxiwomen.png") no-repeat;
    padding-top: 10px;
    position: relative;
}
.contact_us span{
    display: block;
    text-align: center;
}
.contact_us span.title{
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    color: #17499e;
}
.contact_us span.address{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.contact_us span.phone{
    font-size: 22px;
    color: #17499e;
    padding: 0 3px;
    background: #fff;
    width: fit-content;
    position: absolute;
    bottom: -5px;
    left: 45px;
}

/*foot��ʼ*/
.foot{
    width: 100%;
    min-width: 1200px;
    clear: both;
}
.foot_top{
    width: 100%;
    min-width: 1200px;
    height: 40px;
    background: #4c4a4f;
    padding-top: 8px;
    text-align: center;
}

.foot_top a{
    font: 18px "microsoft yahei";
    color: #fff;
    line-height: 22px;
    padding: 0 30px;
    border-left: 1px solid #fff;
}
.foot_top a:first-child {
    padding-left: 0px;
    border-left:none;
    text-align: right;
}

.foot_bottom{
    width: 100%;
    height: 200px;
    padding-top: 40px;
}
.foot_bottom>ul>li{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

  /*分页*/
  #page{
      width: 100%;
      height:30px;
      text-align: center;
      margin: 30px 0 39px;
      clear: both;
      border: none;
      cursor: default;
  }
  #page a,#page span{
      display: inline-block;
      height: 30px;
      padding:0 10px;
      margin-right: 3px;
      font:14px/28px "microsoft yahei";
      color: #666;
      border: 1px solid #b5b5b5;
      vertical-align: text-bottom;
  }
  #page em{
      font-size: 18px;
      line-height: 28px;
      vertical-align: text-bottom;
  }
  #page select{
      display: inline-block;
      height: 30px;
      padding: 0 0 0 10px;
      margin-left: 3px;
      font:14px "microsoft yahei";
      color: #666;
      border: 1px solid #b5b5b5;
      vertical-align: text-bottom;

  }
  #page a:hover,#page span:hover{
      border: 1px solid #df2300;
  }

  .content_right>ul>li:first-child{
      cursor: default;
  }
/*评论*/
.newsTopic{
    padding: 20px;
    border: 1px solid #ddd;
}
.newsTopic .topicIntro{
    padding-left: 0 !important;
}
.topicUser{
    width: 15% !important;
}
.topicBody{
    width: 85% !important;
}
/*相关阅读*/

#reading>div:first-child{
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    padding-left: 20px;
    color: #333;
}
#reading{
    margin: 15px 0 20px 0 ;
    border: 1px solid #ddd;
}
#reading .read_list{
    padding: 10px 20px 20px 20px;
    border-top: 1px solid #ddd;
}
#reading .read_news{
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}
#reading .read_news>span{
    float: right;
    font-size: 14px;
    color: #999;
}


/*topicArray start*/
.topicArray,.topicArray .topicIntro,.topicArray .topicList,.topicArray .topicPage,.topicArray .topicPost{clear:both;display:block;overflow:hidden;}
.topicArray .topicIntro{padding:20px 15px 0 15px;}
.topicArray .topicIntro span{display:block;float:left;color:#666;font-size:18px;}
.topicArray .topicIntro font{display:block;float:right;color:#ccc;text-align:right;}
.topicArray .topicList *{font-size:12px;}
.topicArray .topicList ul li{clear:both;padding-top:15px;}
.topicArray .topicList .topicUser{overflow:hidden;display:block;float:left;width:100px;padding:15px;}
.topicArray .topicList .topicUser span{display:block;height:30px;line-height:30px;color:#005AA0;text-align:center;}
.topicArray .topicList .topicUser span.level{color:#ccc;height:15px;line-height:15px;}
.topicArray .topicList .topicUser span.form{color:#999;height:15px;line-height:15px;}
.topicArray .topicList .topicBody{overflow:hidden;display:block;float:left;width:850px;border:#ddd solid 1px;padding:10px 15px 10px 15px;}
.topicArray .topicList .topicBody .topicBodyTop{display:block;height:28px;line-height:28px;border-bottom:#E9E9E9 solid 1px;}
.topicArray .topicList .topicBody .topicBodyTop label{color:#999;display:block;float:left;}
.topicArray .topicList .topicBody .topicBodyTop strong{color:#eee;font-weight:normal;display:block;float:left;padding-left:5px;}
.topicArray .topicList .topicBody .topicBodyTop font{color:#ccc;display:block;float:right;}
.topicArray .topicList .topicBody .topicBodyContent{clear:both;display:block;overflow:hidden;line-height:26px;margin:10px 0 10px 0;color:#666;word-break:break-all;word-wrap:break-word;}
.topicArray .topicList .topicBody .topicBodyBottom{clear:both;display:block;margin-top:20px;line-height:24px;height:24px;color:#999;}
.topicArray .topicList .topicBody .topicBodyBottom font{color:#999;display:block;float:left;}
.topicArray .topicList .topicBody .topicBodyBottom input{display:block;float:left;border:none;color:#66121A;background:#FFFDF6;vertical-align:middle;border:#ddd solid 1px;height:24px;line-height:24px;padding-left:7px;padding-right:7px;margin-left:10px;cursor:pointer;}
.topicArray .topicList .topicBody .topicBodyBottom span{display:block;float:right;}
.topicArray .topicPage{height:50px;line-height:50px;float:right;padding:15px 15px 0 0;}
.topicArray .topicPage span{color:#66121A;display:block;float:left;margin-left:10px;border:#ddd solid 1px;line-height:22px;height:22px;padding:0 10px 0 10px;cursor:pointer;}
.topicArray .topicPost{overflow:hidden;width:850px;border:#ccc solid 1px;float:right;margin-bottom:30px;}
.topicArray .topicPost textarea{display:block;height:100px;width: 100%;background: #fff;line-height:22px;border:none;padding:10px 15px 15px 10px;overflow-y:auto;}
.topicArray .topicPost textarea:focus{color:#333;background-color:#eee;}
.topicArray .topicPost .topicPostIm{border-top:#ddd solid 1px;}
.topicArray .topicPost .topicPostBottom{border-top:#eee solid 1px;height:36px;line-height:36px;padding:9px 10px 0 10px;}
.topicArray .topicPost .topicPostBottom span{display:block;float:left;color:#999;}
.topicArray .topicPost .topicPostBottom .ratingpost{display:block;width:100px;float:left;overflow:hidden;padding:5px 0 0 20px;}
.topicArray .topicPost .topicPostBottom #topicUser{display:block;float:left;border:none;height:30px;width:70px;line-height:30px;color:#666;}
.topicArray .topicPost .topicPostBottom #topicSend{display:block;float:right;border:none;background:#17499e;height:30px;line-height:30px;color:#fff;padding:0 20px 0 20px;cursor:pointer;}
/*topicArray end*/
.newsTopic{width:100%;margin-top: 20px;overflow:hidden;display:inline-block;margin-bottom:10px;}
.newsTopic .topicArray .topicBody{width:810px;}
.newsTopic .topicArray .topicPost{width:100%;margin-top:25px;}