.box{
	width:1200px;
	margin:0 auto
}

.swiper-container {
  width: 100%;
  height: 100%;
  color: #262626;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-visible-switch {
  background: #aaa;
}
.swiper-active-switch {
  background: #fff;
}
.swiper-scrollbar {
	background:none;
    position: absolute;
    right: 0px;
    top: 40px;
    height: 90%;
    width: 10px !important;
	border-radius:0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background:#cccccc;
	border-radius:0;
}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1; }.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-moz-box-orient:vertical;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-box-lines:multiple;-moz-box-lines:multiple;-ms-flex-wrap:wrap;-webkit-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform,height}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.container {
    width: 1200px;
margin-right: auto;
margin-left: auto;
margin-top:50px
}
.aboutHisPrev,.aboutHisNext{ display:block; position:absolute; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); cursor:pointer; width:46px; height:94px;z-index: 9;}
.aboutHisPrev{ left:0; background:url(../img/left.png) center center no-repeat;}
.aboutHisNext{ right:0; background:url(../img/right.png) center center no-repeat;}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:25px;
 left:0;
 width:100%;
 position: relative;
z-index: 999;
}
.swiper-pagination-bullet {
 width:10px;
 height:10px;
 display:inline-block;
 border-radius:100%;
 background:#fff;
 opacity:.7
}
button.swiper-pagination-bullet {
 border:none;
 margin:0;
 padding:0;
 box-shadow:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -webkit-appearance:none;
 appearance:none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor:pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
 background:#ffffff;
  filter:alpha(opacity=50);   
      -moz-opacity:0.5;   
      -khtml-opacity: 0.5;   
      opacity: 0.5; 
}
.swiper-pagination-bullet-active {
 opacity:1;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
 background:#fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
 background:#000
}
.swiper-container-vertical>.swiper-pagination-bullets {
 right:10px;
 top:50%;
 -webkit-transform:translate3d(0,-50%,0);
 -moz-transform:translate3d(0,-50%,0);
 -o-transform:translate(0,-50%);
 -ms-transform:translate3d(0,-50%,0);
 transform:translate3d(0,-50%,0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:5px 0;
 display:block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:0 5px
}


.wap_nav{
	display:none
}


.wap_nav_sw {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    z-index: -1;
    opacity: 0;
    top: calc(.44rem - 100vh);
 
}

.header-show {
    top:0.83rem;
    opacity: 1;
    z-index: 99999999999999;
	border-top:1px #eee solid
}
.wap_nav_sw li.active a{
	color: #0672bf;
}
.wap_nav_sw li {
    padding: 0.15rem 0.25rem;
    line-height: 40px;
    border-bottom: 1px #f5f5f5 solid;
    font-size: 15px;
}

.box{
	width:1200px;
	margin:0 auto
}

body{
	background:url(../images/bg.jpg) no-repeat;
	background-size:100% 100%;
	background-attachment:fixed;

}
.footer{
	background:#070773;
	padding:40px 0
}
.footer dd{
	color:#fff;
	font-size:20xp;
	line-height:36px;
	align-self: center;
	text-align:right;
	margin-right:30px
}
.footer dt img{
	width:100px
}
.footer .f_logo {
	align-self: center;
}
.header .top{
	padding:10px 0
}
.footer .f_logo  p{
	align-self: center;
	color:#fff;
	font-size:16px;
	line-height:36px;
}
.header ul li {
	line-height: 50px;
	text-align: center;
	position: relative;
	width:12.5%
}

.header ul li i {
	margin-left:10px;
	color: #e6e6e6;
}

.wap_nav {
	display: none
}

.menu-pub dl {
	background: #fff
}

.header ul li .menu-pub dd a {
	color: #fff;
	width: 100%;
	position:relative;
	line-height:50px;
	font-size:16px;
	background:url(../images/dian_n.png) no-repeat 0 19px;
}

.header ul li .menu-pub dd a:hover,.header ul li .menu-pub dd a:hover i {
	color:#fff;
}
.header ul li .menu-pub dd a  i{
	color:#404040;
}
.header ul .menu-pub dd a {
	display: block;
}

.header ul li.ip{
	width:1px;
	background:#e6e6e6;
	height:13px;
	align-self: center;
}
.header  li.actives .menu-pub .menu-down {
	display: block
}

.menu-down {
	margin-top: 0;
	position: absolute;
	z-index: 999;
	width: 150px;
	left:-1px;
	display: none;
	border:1px #fff solid
}
.header ul li {
	border:1px solid rgba(20,81,154,0);
}
.header ul li a {
	color: #fff;
	font-size:18px
}
.header ul li .menu-pub dd{
	text-align:center
}
.header ul li .menu-pub dd a:hover{
	background:#245eb1;
}
.header ul li.active ,.header ul li:hover {
	border:1px #fff solid
}

.header ul li.active a em {
	display: inline-block;
	background: #006aab;
	height: 3px;
	width: 50%;
	position: absolute;
	bottom: -3px;
	left: 25%;
}

.header  ul {
	position: relative;
}

.header ul li dl{
	text-align:left;
	background:#0a4092;
}
.header ul li dl p{
	position:absolute;
	left:212px;
	top:-3px;
	width:240px;
	background:#fff;
	padding:0 25px;
	padding-bottom:15px;
	display:none;
	padding-left:30px;box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
	border-top:3px #006aab solid
}

.header ul li dl p.actives{
	display:block
}
.header  dl,.header  dt{
	align-self: center;
}

.header  dd p {
  font-size: 14px;
}
.header  dd h2 {
  font-size: 26px;
  color: #febd03;
  font-weight: bold;
}
#swiper{
	margin:20px auto 30px auto
}

.home .h_tow{
	width:700px;
	background: #fff;
}
.home .h_th{
	width:475px;
}

.pub_tit{
	background:#388bf7;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:#fff;
	padding:0 16px
}
.pub_tit i{
	align-self: center;
}
.pub_tit em{
	margin:0 7px
}
.pub_tit  a{
	color:#fff;
	font-size:16px;
}
.h_tow .dl,.h_th .dl{
	padding:15px;
	background:#fff;
}
.h_tow .dl .img,.h_th .dl .img{
	width:240px;
	overflow:hidden
}
.h_tow .dl .txt{
	width:410px;
}
.h_tow .dl .txt p{
	color:#666666;
	font-size:14px;
	line-height:21px;
	margin-bottom:5px
}
.h_th .dl .txt{
	width:180px;align-self: center;
}
.h_th .dl .txt h2{
	color:#000000;
	font-size:16px;
	line-height:24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
font-size:16px;
font-weight:bold;
margin-bottom:15px
}
.h_th .dl .txt p{
	color:#666666;
	font-size:14px;
	line-height:21px;
		display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.h_th .dl:hover h2{
	color:#388bf7;
	text-decoration:underline
}
.h_four{
	margin:30px 0 80px 0;
}
.h_four .dl{
	padding:16px;
	background:#fff;
	padding-bottom:6px;
}
.h_four p{
	width:187px;
	height:70px;
	border:1px #dddddd solid;
	overflow:hidden;
	margin-left:9px;
	margin-bottom:10px
	
}
.h_four p:nth-child(6n+1){
	margin-left:0;
}
.wap_show,.h_four .comBox6 {
	display:none	
}

.pub_pub{
	margin-top:20px;
	margin-bottom:35px
}
.pub_pub .pub_left{
	width:220px;
}
.pub_pub .pub_left .nav h2{
	background:#388bf7;
	color:#fff;
	font-size:16px;
	padding-left:12px;
	line-height:44px;
}
.pub_pub .pub_left .nav ul{
	padding:8px 0;
	background:#fff;
}
.pub_pub .pub_left .nav ul li{
	line-height:40px;
}
.pub_pub .pub_left .nav ul li a{
	display:block;
	color:#000000;
	font-size:15px;
	padding-left:12px
}
.pub_pub .pub_left .nav ul li.cur,.pub_pub .pub_left .nav ul li:hover{
	background:#dceafc
}
.pub_pub .pub_left .list{
	background:#fff;
	margin:20px 0;
	padding:0 10px
}
.pub_pub .pub_left .list h3{
	color:#333333;
	display:flex;justify-content:space-between ;
	padding:15px 0;
	border-bottom:1px #eeeeee solid
}
.pub_pub .pub_left .list h3 a{
	font-size:14px;
}
.pub_pub .pub_left .list li a{
	font-size:14px;
	line-height:42px;
	color:#000;
}
.pub_pub .pub_left .list li a:hover{
	color:#388bf7;
	text-decoration:underline
}
.pub_pub .pub_left dd{
	margin-top:8px;
	padding-bottom:8px
}
.pub_pub .pub_left dd p{
	color:#333333;
	font-size:12px;
	line-height:20px;
	text-indent:2em;
	display:none
}
.pub_pub .pub_left dd p:nth-child(1),.pub_pub .pub_left dd p:nth-child(2){
	display:block
}
.pub_pub .pub_left .list li {
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}
.pub_pub .pub_right{
	width:960px;
}
.pub_pub .pub_right .where{
	background:#1b539a;
	line-height:44px;
	color:#dddddd;
	font-size:14px;
	padding-left:20px
}
.pub_pub .pub_right .where a{
	color:#dddddd;
}
.pub_pub .pub_right .where  i{
	margin:0 6px
}
.pub_pub .pub_right .where img{
	position:relative;
	top:-1px;
	margin-right:5px
}
.pub_pub .pub_right .list{
	background:#fff;
	padding:25px;
	padding-right:30px;
}
.pub_pub .pub_right .list .one{
    margin-bottom:25px
}
.pub_pub .pub_right .list .one h2{
	border-bottom:1px #dddddd solid;
	padding-bottom:10px
}
.pub_pub .pub_right .list .one p{
	color:#4c4c4c;
	font-size:16px;
	line-height:28px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
margin-top:10px;
font-size:15px
}
.pub_pub .pub_right .list .one h2 em{
	color:#333333;
	width:75%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display:block;
font-size:16px;
font-weight:bold
}
.pub_pub .pub_right .list .one h2 i{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px
}

.pub_pub .pub_right .list a{
	display:flex;justify-content:space-between ;
}
.pub_pub .pub_right .list .img{
	width:240px;
	overflow:hidden;
	height: 165px;
}
.pub_pub .pub_right .list .img img{
    height: 100%;object-fit: cover;
    width: 100%;
}
.pub_pub .pub_right .list .txt{
	width:640px;align-self: center;
}
.pub_pub .pub_right .list .one:hover h2 em{
	color: #388bf7;
}
.pub_pub .pub_right .list li{
	line-height:46px;
}
.pub_pub .pub_right .list li:hover a{
	color: #388bf7;
text-decoration: underline;
}
.pub_pub .pub_right .list li a{
	display:flex; justify-content:space-between ;
}
.pub_pub .pub_right .list li  em{
	width:75%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
}
#pages{
	margin:30px auto
}
#pages li span,.page a {
    display: inline-block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    padding: 0 11px;
    font-size: 16px;
	color:#000000;
    font-family: Arial, Helvetica, sans-serif;
  background:#f4f4f5
}
#pages li {
	display:inline-block
}
#pages li.active span,.page a:hover {
    background: #4091f7;
    color: #fff;
}

#cont .title h2{
	font-size:18px;
	font-weight:bold
}
#cont .title p{
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-top:10px;
	border-bottom:1px #eee solid;
	padding-bottom:15px
}
#cont .word p{
	color:#666666;
	font-size:16px;
	line-height:28px;
	text-indent:2em;
	margin-top:20px
}
#cont .word p img{
	display:block;
	margin:0 auto
}

#hard .title h2{
	color:#333333;
	font-size:22px
}
#hard .title p{
	margin-top:6px
}
#hard .title span a{
	display:inline-block;
	width:100px;
	height:34px;
	text-align:center;
	line-height:32px;
	color:#333333;
	font-size:15px;
	border:1px #adadad solid;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right:15px
}
#hard .title span {
	margin:25px 0 15px 0;
	border-bottom:1px #ddd solid;
	padding-bottom:20px
}
#hard .title span a:nth-child(1){
	background:#4091f7;
	color:#fff;
	border:1px #4091f7 solid
}

#cont .contact .em{
	background:#fff;
	color:#333333;
	padding:15px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
}
#cont .contact .em img{
	margin-right:6px
}
#cont .contact .dl dl{
	background:#fff;
	width:440px;
	margin-top:20px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
	padding:25px 20px;
	display:flex;
}
#cont .contact .dl dt{
	margin-right:20px;
}
#cont .contact .dl dd h2{
	color:#333333;
	font-size:20px;
	margin-bottom:10px;
	font-weight:bold
}

#cont .contact .dl dd p{
	color:#666666;
	font-size:14px;
	line-height:26px
}
#cont .contact .tip{
	 justify-content:center;
	 margin-top:25px
}
#cont .contact .tip i{
	width:27%;
	background:#adadad;
	height:1px;
	display:block;
	align-self: center;
}
#cont .contact .tip em{
	width:46%;
	color:#666666
}
#cont .form h2{
	text-align:center;
	color:#333333;
	padding:40px 0 25px 0;
	font-weight:bold
}
#cont .form{
	width:585px;
	margin:0 auto
}
#cont .form p {
	display:flex;
justify-content:space-between ;
margin-bottom:15px
}
#cont .form p em{
	width:150px;
	text-align:right;
	align-self: center;
}
#cont .form p  .text{
	width:70%;
	border:1px #bdbdbd solid;
	-moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding:10px 15px;
  color:#999999

}

.file {
    position: relative;
    display: inline-block;
    background:  url(../images/up.png) no-repeat;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
	width:120px;
	height:34px;
	font-size:0;
	margin-left: 25px;
	cursor:pointer
}
.file input {
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
#cont .form h6{
	color:#666666;
	font-size:12px;
	margin-left: 176px;
}
#cont .form h4{
	color:#666666;
	font-size:13px;
	font-weight:normal;	margin-left: 176px;
	margin-top:10px;
	margin-bottom:15px
}
#cont .form h4 i{
	background:url(../images/no.png) no-repeat;
	display: inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:3px;
	margin-right:3px
}
#cont .form h4.cur i{
	background:url(../images/on.png) no-repeat;
	display: inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:3px;
	margin-right:3px
}
#cont .form .button{
	display:block;
	background:#4091f7;
	width:100px;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	-moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border:0;margin-left: 176px;
  cursor:pointer
}
#cont .form p .text.width{
	width:52%
}
#cont .form p i{
	color:#333333;
	border:1px #bdbdbd solid;
	align-self: center;
	-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 10px 15px;
cursor:pointer
}
#cont .form p.p{
	justify-content: initial;
}
#pub_pub .pub_right{
	width:100%
}
#pub_pub .pub_right .list .txt {
  width: 870px;
}
.banner{
	margin-top:25px
}

#mutual .chose .one{
	width:48%
}
#mutual .chose .one em{
	align-self: center;
}
#mutual .chose .one  span{
	width:82%
}
#mutual .chose .one select,#mutual .chose .one .text{
	background:#fff;
	width: 100%;
border: 1px #bdbdbd solid;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 10px 15px;
color: #999999;appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari 和 Chrome */
}
#mutual .chose .one select{
	background:url(../images/down.png) no-repeat 95%;
}
#mutual .btn {
	margin:0px 0 30px 0
}
#mutual .btn .button{
	width:100px;
	display:inline-block;
	height:34px;
	line-height:32px;
	text-align:center;
	margin-right:15px;
	cursor:pointer;
	background:#fff;
	border:1px #adadad solid;
	cursor:pointer;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color:#333333;
  font-size:14px;
}
#mutual .btn .button:nth-child(1){
	background:#4091f7;
	border:1px #4091f7 solid;
	color:#fff
}
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:14px;
	color:#333333;
	border-width: 1px;
	border-color: #adadad;
	border-collapse: collapse;
	width:1146px;
	overflow-x:scroll
}

table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #adadad;
	background-color: #eeeeee;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #adadad;
	background-color: #ffffff;
    text-align:center;
}
