@charset "utf-8";
/* CSS Document */

@font-face {
      font-family:zhsyht;
      src:url('font/SourceHanSans-Regular.otf')format('otf');
   }
body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dd,form,input,textarea {margin: 0;padding: 0;font-weight:normal;font-family: zhsyht;font-size:14px;}

body{outline:none;overflow-x: hidden;}

ul,ol {list-style: none;}

a {text-decoration: none;color:#4c4c4c}

a:hover{text-decoration:none;}

i{font-style: normal;}

img ,a img{border:none;vertical-align: middle;}

.none {display: none;}

.clear{clear:both}

.fl{float:left}

.fr{float:right}

.tc{text-align:center}

.tr{text-align:right}

.wrap{width:1200px;margin: 0 auto;}

.pr{position: relative;}
.ps{position: absolute;}

.white{color:#fff}
.ul_line li{float: left;}
.mt20{margin-top: 20px;}
.mr10{margin-right: 10px;}

.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f24{font-size: 24px;}
.paging{display: none;}
/*public*/

#header{height:100px;background:#fff;position: relative;}
.header_inner {
  width: 1300px;
  height: 100px;
  margin: 0 auto;
}
.header_logo {
  display: block;
  margin-top: 0;
  width: 294px;
  height: 100px;
}
.header_logo>img {
  /* width: 100%; */
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*
#header canvas {
    height: 100%; width: 100%;
    opacity: .1;
}
#header::before {
    content: '';
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    background-image: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,.4));    
}
*/
/* nav顶部导航 */
.nav {
  height: 72px;
  min-width: 1300px;
  background-color: #118be1;
}
.nav_list {
  position: relative;
  width: 1300px;
  height: 72px;
  margin: 0 auto;
}
.nav_item {
  width: 136px;
}


.nav_item>a {
  position: relative;
  z-index: 10;
  display: inline-block;
  text-align: center;
  line-height: 71px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
}

.nav_content {
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 30px 0 25px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
  width: 1200px;
  height: 0;
  background-color: rgba(255, 255, 255, 0.85);
}

.nav_content_left {
  box-sizing: border-box;
  padding-right: 40px;
  margin-top: 20px;
  width: 740px;
}

.nav_content_line {
  display: inline-block;
  margin-top: 23px;
  width: 1px;
  height: 170px;
  background-color: #8FA8CF;
}

.nav_content_img {
  width: 303px;
  height: 171px;
  margin-right: 24px;
}

.nav_content_desc {
  margin-top: 10px;
}

.nav_content_desc>p {
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_content_desc>p>a {
  font-size: 14px;
  color: #006CFF;
}

.nav_content_right {
  width: 400px;
  margin-top: 20px;
}

.nav_content_item {
  width: 180px;
  height: 32px;
  margin-bottom: 8px;
  margin-left: 10px;
  text-align: center;
  line-height: 35px;
  border-bottom: 3px solid transparent;
  background-color: #fff;
}

.nav_content_item::after {
  width: 1px;
  content: "";
  margin: 0 auto;
  background-color: transparent;
  height: 2px;
  display: block;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}

.nav_content_item:hover::after {
  width: 100%;
  background-color: #4DC3FF;
}

.nav_content_item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #004ABA;
}

.nav_news_item {
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 20px;
}

.nav_news_item:first-child {
  padding-right: 14px;
}

.nav_news_item>h1 {
  position: relative;
  padding-left: 13px;
  font-size: 16px;
}

.nav_news_item>h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  width: 5px;
  height: 18px;
  background-color: #2369D4;
}

.nav_news_desc {
  margin-top: 20px;
  text-indent: 28px;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
}

.nav_news_desc>a {
  color: #006CFF;
}

.nav_news_img {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
  width: 185px;
  height: 76px;
}

.nav_news_img:nth-child(2n) {
  margin-right: 0;
}

.nav_news_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_item {
  margin-top: 20px;
}

.nav_party_item:first-child {
  width: 48%;
}

.nav_party_item:last-child {
  box-sizing: border-box;
  padding-left: 5px;
  width: 52%;
}

.nav_party_img {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 260px;
  height: 80px;
}

.nav_party_img>img {
  width: 100%;
  height: 100%;
}

.nav_party_right_img {
  width: 303px;
  height: 170px;
  margin-right: 20px;
}

.nav_party_list {
  width: 44%;
}

.nav_party_list_item {
  position: relative;
  line-height: 32px;
}

.transtion {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content_web {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
}

footer{
	width: 100%;
	background-color: #118be1;
	float: left;
}

.footer .bq{
	float: left;
	width:60%;
	line-height: 36px;
	text-align: center;
	padding-top: 80px;
}
.footer .ewm{
	padding-top: 60px;
	width: 40%;
	float: left;
	text-align: center;
}

