
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}





html {
  margin: 0 auto;
}


body {
  /* overflow-x: hidden; */
  /*min-width: 1200px;*/
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
  line-height: 1;
}

p {
  line-height: 1.5;
}

a,
a:visited {
  text-decoration: none;
}
a {
  color: #000;
}
li {
  list-style: none;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
}

fieldset,
input,
button,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.img {
  max-width: 100%;
  height: auto;
  display: block;
}

.img2 {
  max-height: 100%;
  width: auto;
}

.trans {
  -moz-transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
}

.trans04 {
  -moz-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.trans2 {
  -moz-transition: all ease 2s;
  -webkit-transition: all ease 2s;
  -o-transition: all ease 2s;
  transition: all ease 2s;
}

.transcalxzero {
  transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -webkit-transform: scaleX(0);
}

.transcaletop {
  transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
}

.bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 31%;
}

.bg0 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/*公共*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.cb {
  clear: both;
}

.c12 {
  width: 1200px;
  margin: auto;
}

.cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}


.tran,
img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a {
  color: #000;
}

.tran5 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pic {
  transition: all 2s;
  -webkit-transition: all 2s;
}

.pic.cover {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.pic.contain {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

/*首信*/

header .top {
  height: 40px;
  background: #f5f5f5;
  color: #848484;
  line-height: 40px;
}

header .top p {
  line-height: 40px;
}

header .search-box {
  position: relative;
  margin-top: 8px;
}

header .search-box button {
  width: 24px;
  height: 24px;
  background: url(../images/search.png) center center no-repeat;
  cursor: pointer;
  display: block;
}

header .search-box input {
  height: 30px;
  width: 0;
  text-indent: 10px;
  position: absolute;
  right: 30px;
  line-height: 30px;
  top: -2px;
  transition: all 0.4s;
  background: #000;
  color: #fff;
  font-size: 14px;
}

header .search-box:hover input {
  width: 150px;
}

header::after {
  content: "";
  clear: both;
  display: block;
}
header .main .logo {
  display: block;
  margin-top: 5px;
}
header .nav {
  margin-top: 35px;
}

header .nav .item:last-child a.big {
  padding-right: 0;
}
header .nav::after {
  content: "";
  display: block;
  clear: both;
}
header .nav .item {
  float: left;
  position: relative;
}

header .nav .item a.big {
  display: block;
  padding: 0 10px;
  font-size: 16px;
  color: #363636;
  padding-bottom: 30px;
}
header .nav .item .min-nav {
  position: absolute;
  left: 0;
  width: 110px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  top: 85%;
  z-index: 99;
  background: #fff;
  border-top: 3px solid #154c89;
  visibility: hidden;
  opacity: 0;
  margin-top: 10px;
  transition: all 0.3s;
}

header .nav .item .min-nav::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  top: -7px;
  left: 50%;
  margin-left: -5px;
  background: url(../images/trigle.png);
}

header .nav .item .min-nav a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #5f5f5f;
}
header .nav .item .min-nav a:hover {
  background: #154c89;
  color: #fff;
}

header .nav .item:hover .min-nav {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}
.index-swiper {
  overflow: hidden;
  position: relative;
}

.index-swiper .base-content {
  position: absolute;
  z-index: 9;
  left: 10%;
  right: 10%;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
}

.index-swiper .swiper-slide .pic-w {
  height: 430px;
}
.index-swiper .base-content div {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-family: simsun;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  font-size: 24px;
}

.index-swiper .base-content div:hover {
  background: #154c89;
}
footer{
	/* margin-top: 70px; */
}
footer .bot {
  padding: 30px 0;
  background: #0f1e3b;
  color: #afbbd3;
  font-size: 14px;
  align-items: center;
}

footer .bot .mid p,footer .right {
  line-height: 30px;
  color: #afbbd3;
}
footer .bot .mid p a{
  color: #afbbd3;
}
footer .bot .right  a{
  margin-left: 15px;
  color: #afbbd3;
}
footer .bot .mid p span{
  margin: 0 10px;
}

footer .bot .link .partner {
  padding-left: 20px;
  background: url(../images/yqlj.png) center left no-repeat;
  margin-bottom: 8px;
}

footer .bot .link select {
  border: 1px solid #6d85bf;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  background: #0f1e3b;
  color: #afbbd3;
  padding: 2px;
}
footer .bot .line{
	height: 65px;
	width: 1px;
	background: #2e3b54;
}
footer .top{
	padding: 65px 0;
	background: #124d8f;
}
footer .top a{
	color:#c0dbf9;
	display: block;
	font-size: 14px;
	margin-bottom: 15px;
}
footer .top a.big{
	margin-bottom: 20px;
	font-size: 16px;
	color: #c0dbf9;
}
footer .top a:hover{
	color: #fff;
}

footer .top .box ul{
	text-indent: 1em;
	display: none;
}

footer .top p{
	display: flex;
}
footer .top i{
	display: block;
	width: 13px;
	margin-top: 7px;
	margin-left: 8px;
	height: 9px;
	background: url(../images/trigle2.png);
	cursor: pointer;
	transition: all .3s;
}
footer .top i.on{
	transform: rotate(180deg);
}
.index-bg{
  background: #f2f6f9;
  padding-bottom: 70px;
}
.index-content{
	margin-top: -50px !important; 
	position: relative;
	z-index: 3;
}
.index-title p{
	font-size: 18px;
	color: #474646;
	text-indent: 8px;
	border-left: 4px solid #154c89;
	line-height: 1.1;
	font-weight: bold;
}
.index-title a{
	color: #114e91;
	font-size: 12px;
}
.index-news{
	background: #fff;
	width: 685px;
	border:1px solid #ccc;
	padding: 20px;
	height: 265px;
}
.index-news.right-news{
	width: 500px;}
.index-news ul{
	margin-top: 20px;
}
.index-news ul a{
	display: block;
	margin-top: 13px;
	color: #5d5d5d;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	text-indent: 20px;
	position: relative;
}
.index-news ul a span{
    max-width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-news.right-news ul a span{
  max-width: 350px;
  
}

.index-news ul a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #055cad;
	border-radius: 50%;
}
.index-news ul a:hover{
	color: #154c89;
}
.index-dang{
	background: #fff;
	padding: 20px;
	width: 360px;
	height: 266px;
}
.index-dang img{
	display: block;
	width: 100%;
	margin-top: 25px;
  height: 180px;
}

.index-dang ul a{
	display: block;
	margin-top: 12px;
	color: #5d5d5d;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	text-indent: 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-dang ul a::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background: #055cad;
	border-radius: 50%;
}
.index-content .mid{
	margin-top: 20px;
	box-shadow: 0 0 15px 0 #ccc;
	padding: 20px;
	background: #fff;
}
.index-content .mid .index-title{
	background: #f2f6f9;
	padding-right: 15px;
}
.index-content .mid .index-title p{
	padding: 15px 0;
	text-indent: 15px;
}

.index-content .mid ul{
	overflow: hidden;
	margin: 40px 0;
}

.index-content .mid li{
	float: left;
	margin-right: 20px;
	width: 275px;
}

.index-content .mid li a{
	display: block;
}

.index-content .mid li .pic-w{
	width: 275px;
	height: 200px;
	position: relative;
}

.index-content .mid li:nth-child(4n){
	margin-right: 0;
}

.index-content .mid li .txt{
	display: flex;
	margin-top: 20px;
	font-size: 16px;
	
}
.index-content .mid li .title{
    
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-content .mid li .time{
	color: #636363;
	font-size: 14px;
	margin-right: 10px;
	flex-shrink: 0;
}
.index-content .mid li .time span{
	font-size: 16px;
	color: #114e91;
	display: block;
	margin-bottom: 2px;
}

.index-content .mid li:hover .pic{
	transform: scale(1.1);
}
.index-content .mid li:hover .txt{
	color: #114e91;
}
.index-content .bot{
	margin-top: 40px;
  margin-bottom: 65px;
}
.index-content .bot .index-title{
	padding: 0 20px;
}

.index-content .bot ul{
	margin-top: 20px;
	display: none;
}
.index-content .bot ul.on{
	display: block;
}

.index-content .bot ul::after{
	content: "";
	display: block;
	clear: both;
}
.index-content .bot ul li{
	float: left;
	width: 585px;
	padding: 30px;
	box-shadow: 0 0 15px 0 #ddd;
	background: #fbfcfe;
	margin-right: 20px;
  margin-bottom: 30px;
}
.index-content .bot ul li a{
	display: flex;
}

.index-content .bot .pages{
  text-align: center;
}
.index-content .bot .pages a{
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background: #ebecf0;
  color: #717171;
  font-size: 14px;
}
.index-content .bot .pages a:hover,
.index-content .bot .pages a.on{
  background: #0b4d93;
  color: #fff;
}

.index-content .bot ul li .pic-w{
	width: 260px;
	height: 225px;
	margin-right: 15px;
	flex-shrink: 0;
}

.index-content .bot ul li:nth-child(2n){
	margin-right: 0;
}
.index-content .bot ul li .txt{
	color: #545454;
}

.index-content .bot ul li .title{
	font-size: 16px;
	font-weight: bold;
	height:40px;
	
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-content .bot ul li .des{
	font-size: 14px;
	line-height: 18px;
	overflow: hidden;
	margin-top: 10px;
	
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-content .bot ul li p{
	color: #27698e;
	font-size: 12px;
	margin-top: 20px;
}
.index-content .bot ul li:hover .txt{
	color: #114e91;
}
.index-content .bot ul li:hover .pic{
	transform: scale(1.1);
}
.index-content .bot .case-nav span{
	font-size: 16px;
	margin-left: 20px;
	cursor: pointer;
	padding-bottom: 5px;
}

.index-content .bot span.on{
	color: #364e68;
	border-bottom: 2px solid #364e68;
}
.inner-banner{
  height: 300px;
}
.inner-banner .txt{
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-80%);
  margin-left:300px;
  color: #fff;
  text-align: center;
  font-size: 36px;
}

.inner-banner .txt::after{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    margin:-2px 0 0 -55px;
    width:30px;
    height:3px;
    background:#fff;
    opacity:.5;
}
.inner-banner .txt p{
  font-size: 30px;
  font-weight: bold;
}
.inner-banner .txt span{
    position:absolute;
    left:0;
    white-space:nowrap;
    top:45px;
    opacity:.5;
}
section .inner-section{
  margin-top: 35px;
}
section .inner-section::after{
  content: "";
  clear: both;
  display: block;
}
.inner-section .sec-left{
  float: left;
  width: 293px;
}
.inner-section .sec-left .title{
  width: 293px;
      height: 105px;
      line-height: 105px;
      font-size: 26px;
      color: #fff;
      background: #4866af;
      text-align: center;
      font-weight: bold;
}
.inner-section .sec-left .sec-menu{
    width: 293px;
    padding-bottom: 40px;
    border-bottom: 2px solid #4866af;
    padding-top: 25px;
    background: #fafafa;
}
.accordion-3-container{width:272px; background:#ffffff;margin:0 auto}
/*一级*/
.accordion-3-container li.level-0{width:272px; line-height:41px; font-size:16px; }
.accordion-3-container li.level-0 a{width:232px;padding-left:40px; background:url(../images//menu-link.jpg) left center no-repeat;display:inline-block;line-height:41px;box-sizing: content-box; transition: all 0s;}
.accordion-3-container li.level-0 a:link,.accordion-3-container li.level-0 a:visited,.accordion-3-container li.level-0 a:active{color:#333; text-decoration:none;}
.accordion-3-container li.level-0 a:hover{ color:#ffffff; background:url(../images/menu-hover.jpg) left center no-repeat;}
/**/
.accordion-3-container li.level-0 div.sub{display: none;}
.accordion-3-container li.breadcrumb div.sub{display:block;}
.accordion-3-container li.level-0 div.sub li.level-1 div.sub{display:none;}
.accordion-3-container li.level-0 div.sub li.breadcrumb div.sub{display:block; padding-left:20px; padding-right:20px;}

.accordion-3-container li.breadcrumb div.sub ul.sub-0{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    margin: 0;
}
.accordion-3-container li.breadcrumb div.sub ul.sub-0 li.level-1{
    color: #333;
    padding-left: 23px;
}
.accordion-3-container li.breadcrumb div.sub ul.sub-0 li.level-1 a{ border:none;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a{}
/*一级点击后*/
.accordion-3-container li.breadcrumb a{color:#6e6e6e; background:url(../images/menu-hover.jpg) left center no-repeat; color:#ffffff; display: inline-block; line-height: 41px; width: 232px; padding-left:40px; }
.accordion-3-container li.breadcrumb a:link,.accordion-3-container li.breadcrumb a:visited,.accordion-3-container li.breadcrumb a:active{color:#ffffff; text-decoration:none;}
.accordion-3-container li.breadcrumb a:hover{ color:#ffffff;}
/*二级默认*/
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a{width:215px;display:inline-block;line-height:34px; background:#ffffff;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:link,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:visited,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:active{
    color: #666;
    font-size: 14px;
    background: url(../images/hdian.jpg) no-repeat 27px center;
}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 a:hover{ color:#4866af;    background: url(../images/ldian.jpg) no-repeat 27px center;}
/*二级点击后*/
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a{line-height:34px; no-repeat;width:215px;padding-left:20px; }
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:link,.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:visited,.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:active{
    color: #4866af;
    font-size: 14px;
    padding-left: 40px;
    background: url(../images/ldian.jpg) no-repeat 27px center;
}
.accordion-3-container li.level-0 div.sub ul.sub li.breadcrumb a:hover{ color:#4866af;}
/*三级级默认*/
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a{ border-bottom:1px solid #f0f0f0; font-weight:bold;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a{width:160px; display:inline-block;line-height:34px;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:link,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:visited,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:active{color:#46494b; font-weight:normal; font-weight:bold;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.level-2 a:hover{ color:#014f9a; font-weight:bold;}
/*三级点击后*/
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a{line-height:34px;width:160px;}
.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:link,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:visited,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:hover,.accordion-3-container li.level-0 div.sub ul.sub li.level-1 div.sub ul.sub li.active a:active{color:#014f9a; font-weight:bold;}
/**************************************end******************************************************************/

.sec-content{
  float: right;
  width: 858px;
  position: relative;

}

.sec-content .content-path {
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../images/hm.jpg) 20px center no-repeat;
  padding-left: 38px;
  font-size: 12px;
  color:#444;
}

.sec-content .content-path a:hover{
  color: #4866af;
}
.content-main .content-title{
  width:858px;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  color:#333;
  border-bottom:2px solid #f5f5f5;
  text-align: left;
  font-weight:bold;
}


.content-main .content-title .head{margin-bottom:0;border-bottom:2px solid #4866af;
  display: inline-block;
  line-height: 53px;}

.content-main .content-box{
  padding-top: 15px;
  padding-bottom: 40px;
}

.news-item{width:857px;height: 70px;margin-bottom: 30px;    padding: 15px 0; box-sizing: content-box;}
.news-item:nth-child(odd){background: #fcfcfc;}
.news-item-date{width: 105px;height: 70px;text-align:center;font-size: 15px;color: #666;float:left;border-right: 1px solid #cccccc;margin-right: 16px;}
div.news-item-date p{width: 105px;height: 50px;line-height: 50px;padding:0;font-size: 36px !important;color: #666;margin: 0;text-align: center;font-weight: bold;}
.news-item-you{width: 735px;float: left;height: 70px;}
.news-item-title{width:735px;margin-bottom: 6px;}
.news-item-title a{font-size: 14px;color:#333;text-decoration:none;cursor:pointer;font-weight: bold;}
.news-item-summary{width:735px;line-height:24px;font-size: 13px;color: #666;display:block}
.news-item-summary a{ font-size:12px; color:#fe840d; float:right; padding-right:10px;}
#ckepop{ position:absolute; right:0; bottom:15px;}

.pic-news-item{width: 857px;height: 270px;margin-bottom: 40px;background: #fcfcfc;}
.pic-news-item-pic{width: 427px;float:left;height: 267px;}
.pic-news-item-pic a{ width:360px;}
.pic-news-item-pic img{width: 100%;height: 100%;}
.pic-news-item-you{float: left;width: 400px;position: relative;height: 268px;padding-left: 30px;}
.pic-news-item-title{width: 400px;padding-top: 25px;line-height: 32px;margin-bottom: 15px;overflow: hidden;}
.pic-news-item-title a{font-size: 18px;color:#444;text-decoration:none;cursor:pointer;font-weight: bold;}
.pic-news-item-fenxiang{ width:60px; padding-left:20px; float:right; background:url(images/news-fenxiang.png) 0px 18px no-repeat; padding-top:16px;}
.pic-news-item-fenxiang a{ font-size:12px; color:#2961ba;}
.pic-news-item-summary{width: 370px;line-height: 24px;font-size:14px;color: #666;text-indent: 2em;text-align: justify;}
.pic-news-item-summary a{font-size: 14px;color: #1b5ba2;position: absolute;left: 0;bottom: 27px;}


.business-item{width:857px;border-bottom:1px dashed #d9d9d9;}
.business-item-date{font-size: 14px;color: #999;float:left;}
.business-item-date p{width: 105px;height: 50px;line-height: 50px;padding:0;font-size: 36px !important;color: #666;margin: 0;text-align: center;font-weight: bold;}
.business-item-you{width: 735px;float: left;height: 70px;}
.business-item-title{width:835px;line-height:50px;}
.business-item-title a{font-size: 16px;color:#333;text-decoration:none;}



.news-detail {width: 800px;margin: 0 auto;margin-top:40px;}
.detail-titles { text-align: center;}
    .detail-titles h2 { font-size: 14px; font-weight: normal; margin: 0; padding: 0; line-height: 2em; font-size: 26px;font-weight: bold;color: #262626;}
    .detail-titles h1 {font-size: 26px;font-weight: bold;color: #262626;margin: 0;padding: 0;line-height: 2em;}
.detail-infos {line-height: 30px;text-align: center;position: relative;height: 51px;width: 800px;}
    .detail-infos span.text {color: #999;}
    .detail-infos span{color:#999;margin-left:5px;font-size: 12px;}
    .detail-infos span a{color:#999;}
.detail-content { line-height: 200%; font-size: 14px; border-top: 1px solid #e6e6e6;padding-top:30px;}
.detail-content p img{width:650px;display:block;margin:0 auto;}
.detail-content img{
    max-width:100% !important;
}
.related-news{height: 93px;border-top:1px solid #e6e6e6;margin-top: 35px;line-height:42px;/* padding-left:20px; */color:#999;font-size:14px;}
#PreviousNews a,#NextNews a{color:#999;font-size:14px;}
#PreviousNews a:hover,#NextNews a:hover{
  color: #4866af;
}

.activity-item{overflow:hidden;margin-bottom:15px;border-bottom:1px dashed #ccc;padding-bottom:15px;box-sizing: content-box;}
.activity-item-pic{float:left;width: 220px;height:145px;}
.activity-item-pic img{width:100%;height:100%;}
.activity-item-you{float:right;width: 610px;}
.activity-item-title{font-size:18px;height: 40px;line-height: 30px;}
.activity-item-title a{color:#333;font-weight:bold;}
.activity-item-summary{font-size:16px;line-height:30px;text-indent:2em;}


.honor-item{float:left;width:270px;margin-left:20px;margin-bottom:10px;}
.honor-list{margin-left:-20px;}
.honor-item-title{font-size:16px;line-height:40px;text-align:center;}
.honor-item-pic{width:270px;height:180px;text-align:center;border: 1px solid #ddd;}
.honor-item-pic img{max-width: 250px;
    max-height: 160px;}
.honor-item-title a{color:#333;}

.honor-item-title a{color:#333;}
.business-list{
    margin-bottom: 30px;
}
.content-box p img{
    max-width:100% !important;
}
header .nav .item.active a.big{
    color:#4866af;
}
ul.pagination{
    display: block;
    text-align: center;
}

ul.pagination li{
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background: #ebecf0;
  color: #717171;
  font-size: 14px;
}

ul.pagination li a{
    display: block;
    transition: all 0s;
}
ul.pagination li:hover,
ul.pagination li.active{
  background: #0b4d93;
  color: #fff;
}
ul.pagination li:hover a{
    color:#fff;
}




/*common*/
.pic-w{
	position: relative;
	overflow: hidden;
}
.base-content {
  width: 1200px;
  margin: auto;
}
.mx-auto {
  margin: auto;
}
.flex {
  display: flex;
}
.flex-row-between {
  justify-content: space-between;
}
.flex-col-center {
  align-items: center;
}

header .menu {
	display: none;
  	float:right;
	width: 40px;
	height: 40px;
	background: #154c89;
	margin-top: 10px;
	position: relative;
}

header .menu span {
	width: 20px;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	transform: translate(-50%);
}

header .menu span::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: -5px;
	left: 0;
	background: #fff;
}

header .menu span::before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: 5px;
	left: 0;
	background: #fff;
}

@media (max-width: 1200px) {
  .base-content{padding:0}
}




@media screen and (max-width: 1199px) {
    .zgpt-news-content{
        overflow: hidden;
        width: 100%;
    }
    .index-content .bot ul li .pic-w{
        width:150px;
        height:125px;
    }
  
    
    .news-item,.news-item-you{
        height: auto;
    }
    .honor-list{
        margin: 0;
        overflow: hidden;
    }
    .business-item-title{
        width: 100%;
    }
    .business-item{
        width: 100%;
    }
    .sec-content{
        width: 100%;
    }
    
    .content-box p{
        width: 100% !important;
    }
    .content-box img{
        max-width:100% !important;
    }
    .index-swiper .swiper-slide .pic-w{
        height:300px;
    }
    .index-dang .swiper-slide .pic-w{
        padding-bottom: 350px;
    }
  .base-content{
    width: 100%;
    padding: 0 10px ;
  }
  .logo img{
    height: 45px;
    margin-top: 15px;
  }
  header .nav .item a.big{
    font-size: 14px;
  }
  header .nav .item .min-nav a {
    font-size: 12px;
  }
  .index-content .top{
    display: block;
  }
  .index-content .index-news{
    width: 100%;
    height: auto;
  }
  .index-news ul a span{
    max-width: 60%;
  }
  .index-dang{
    width: 100%;
    margin-top: 20px;
    height: auto;
  }
  .index-dang .swiper-slide .pic-w{
    padding-bottom: 120px;
  }
  .index-content .mid{
    padding: 15px;
    margin-top: 15px;
  }
  .index-content .mid li{
    width: 47.5%;
    margin-right: 5%;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .index-content .mid li:nth-child(2n){
    margin-right: 0;
  }
  
  .index-content .mid li .pic-w{
    width: 100%;
    padding-bottom: 75%;
  }
  .index-content .bot{
    margin-top: 20px;
  }
  .index-content .bot ul li{
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .inner-section{
    display: flex;
  }
  .inner-section .sec-left{
    width: 200px;
    flex-shrink: 0;
    margin-right: 25px;
  }
  
  .inner-section .sec-left div{
    max-width: 100%;
  }
  .inner-section .sec-left .title{
    height: 65px;
    font-size: 20px;
    line-height: 65px;
  }
  
  .accordion-3-container li a{
    box-sizing: border-box !important;
  }
  .accordion-3-container li.level-0{
    width: 100%;
  }
  .accordion-3-container li.breadcrumb a{
    background:url(../images/menu-hover.jpg) right center no-repeat;
    width: 100%;
  }
  .accordion-3-container li.level-0 a:hover{
    background: url(../images/menu-hover.jpg) right center no-repeat;
  }
  .accordion-3-container li.level-0 a{
    width: 100%;
  }
  .content-main .content-title{
    width: 100%;
  }
  
  .activity-item{
    display: flex;
    width: 100%;
  }
  .activity-item-pic{
    flex-shrink: 0;
    margin-right: 20px;
  }
  .activity-item-you{
    width: 100%;
  }
  .activity-item-summary{
    font-size: 14px;
    line-height: 25px;
  }
  .pic-news-item-pic{
    width: 280px;
    height: 200px;
    flex-shrink: 0;
  }
  .news-item{
      margin-bottom:15px;
  }
  .pic-news-item{
    width: 100%;
    display: flex;
  }
  .pic-news-item-you{
    width: auto;
    padding-right: 15px;
    height: auto;
  }
  .news-item-you{
    width: auto;
  }
  .news-item{
    width: 100%;
    display: flex;
  }
  .news-item-date{
    flex-shrink: 0;
  }
  .pic-news-item-summary,.pic-news-item-title,.news-item-summary,.news-item-title{
    width: 100%;
    height: auto;
  }
  .pic-news-item-title{
      padding-top: 0;
  }
  .pic-news-item{
      height:auto;
  }
  .pic-news-item-summary a{
      bottom:10px;
  }
  .pic-news-item-summary{
      
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
    .inner-banner .txt{
        margin:0;
        transform:translate(25%,-50%);
        text-align:left;
    }
    .inner-banner .txt span{
        position:relative;
        top:0;
    }
    .inner-banner .txt::after{
        display:none;
    }
}

@media screen and (max-width: 930px){
    .txgyb-item{
        width:47.5%;
        margin-right:5%;
    }
    .txgyb-item:nth-child(2n){
        margin-right: 0;
    }
    .txgyb-item-pic{
        width: 100%;
        padding:0;
        text-align: center;
    }
    .txgyb-item-title{
        width: 100%;
    }
    .index-swiper .swiper-slide .pic-w{
        height:250px;
    }
    header .menu{
        display: block;
    }
  header .nav{
    display: none;
  }
  header .main .logo{
      margin-top: 0;
  }
  header .logo img{
    height: 40px;margin: 10px 0;
  }
  header .top p{
    font-size: 12px;
  }
  footer .top{
    display: none;
  }
  footer .bot .base-content{
    display: block;
  }
  footer .bot .line{
    display: none;
  }
  footer .bot .logo{
    display: block;
  }
  
  footer .bot .logo img{
    height: 35px;
  }
  footer .bot .mid{
    margin: 15px 0;
    font-size: 12px;
  }
  footer .bot .mid p{
    margin-right: 15px;
  }
  .index-news {
    padding: 15px;
  }
  .index-title p{
    font-size: 16px;
  }
  .index-news ul a span{
    font-size: 14px;
  }
  .index-dang{
    margin-top: 15px;
    padding: 15px;
  }
  .index-dang ul a{
    font-size: 14px;
  }
  .index-content .mid ul{
    margin: 15px 0 0 0;
  }
  .index-content .mid li .title{
    font-size: 14px;
  }
  .index-content .mid li .time{
    font-size: 12px;
  }
  .index-content .bot ul li{
    padding: 15px;
  }
  .honor-item{
    width: 47.5%;
    float: left;
    margin: 0 5% 5% 0;
  }
  
  .honor-item:nth-child(2n){
    margin-right: 0;
  }
  .honor-item-pic{
    width: 100%;
    height: 180px;
  }
  .honor-item-pic img{
    max-width: 100%;
  }
  .inner-banner{
    height: 175px;
  }
  
  .inner-banner .txt{
    font-size: 16px;
  }
  .inner-banner .txt p{
    font-size: 24px;
  }
  .accordion-3-container{
    width: 100%;
  }
  .pic-news-item-title{
    padding-top: 0;
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .news-detail,.detail-infos{
    width: 100%;
  }
  
  .news-detail img{
    max-width: 100% !important;
  }
}

@media screen and (max-width: 768px){


    .index-content .bot .index-title{
        padding:0;
    }
    header .logo img{
        height:35px;
        margin:12.5px 0;
    }
 
    .index-content .bot{
        margin-bottom: 20px;
    }
    .index-swiper .swiper-slide .pic-w{
        height:130px;
    }
    .index-dang .swiper-slide .pic-w{
        height:175px;
    }
    .index-content{
        margin-top:0 !important;
    }
    .index-content .bot .index-title{
        display: block;
    }
    .index-content .bot .index-title p{
        margin-bottom:15px;
    }
    .index-content .bot .case-nav span{
        margin: 0 12px 0 0 !important;
        font-size: 12px;
    }
    video{
        max-width: 80%;
        height:auto !important;
    }
    .index-swiper .base-content div{
        width:30px;
        height: 30px;
        line-height: 30px;
    }
    .index-content .mid li .pic-w{
        height: auto;
    }
  .inner-section {
    position: relative;
  }
  .inner-section .sec-left{
    position: absolute;
    background: #fff;
    z-index: 3;
    left: 0;
    top: 0;
    transform: translateX(-100%);
  }
  
  .inner-section .sec-left::after{
    content: ">";
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: #4866af;
    color:#fff;
    transform: translateX(100%);
    font-family: simsun;
    text-align: center;
    line-height: 40px;
  }
  
  .inner-section .sec-left:hover{
    transform: translateX(0);
  }
  
  .inner-section .sec-left:hover::after{
    opacity: 0;
  }
  section .inner-section{
    margin-top: 0;
    padding-top: 35px;
  }
  .content-main .content-title .head{
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
  .content-main .content-box{
    padding: 15px;
  }
  .honor-list{
    margin: 0;
  }
  .accordion-3-container li.level-0 a{
    font-size: 12px;
  }
  .content-box img{
    max-width: 100% !important;
  }
  .activity-item-pic{
    width: 180px;
    height: 120px;
  }
  .activity-item-title a{
    font-size: 16px;
    display: block;
  }
  .activity-item-summary{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
  }
  .pic-news-item-pic{
      width: 100%;
      height:auto;
      padding-bottom: 50%;
  }
  .pic-news-item-you{
      width: 100%;
      padding:0;
  }
  .pic-news-item-title{
    font-weight: normal;
  }
  .pic-news-item{
      display: block;
      overflow:hidden;
    margin-bottom:40px;
  }
  .pic-news-item-title{
      font-size: 14px;
      line-height:20px ;
      margin-top: 10px;
      margin-bottom:5px;
  }
  .pic-news-item-title a{
      font-size: 16px;
  }
  .pic-news-item-summary a{
      display: none;
  }
  #baiduMap{
      width: 100% !important;
  }
  .pic-news-item-summary ,.news-item-summary{

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
  }
  .pic-news-item{
    margin-bottom: 15px;
  }
  .news-item-date,div.news-item-date p{
    width: 95px;
  }
  .detail-titles h1{
    font-size: 20px;
    line-height: 1.5em;
  }
  .related-news div{
    line-height: 20px;
    margin-bottom: 10px;
  }
}



.slide_nav {
	background: #154c89;
	overflow: auto;
	padding-bottom: 30px;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	width: 100%;
	position: fixed;
	right: -100%;
	top: 0;
	height: 100%;
	z-index: 99999999;
}

.slide_nav.left_active {
	right: 0;
}

.slide_nav .slide_logo {
	background: #fff;
	text-align: center;
	padding: 15px 0;
}

.slide_nav .slide_logo a {
	display: block;
}

.slide_nav .slide_logo a img {
	max-width: 70%;
}

.slide_nav .slide_nav_ul {
	margin-top: 8%;
}

.slide_nav .slide_nav_ul li {
	text-align: center;
	position: relative;
	width: 100%;
	line-height: 50px;
}

.slide_nav .slide_nav_ul .slideJA {
	font-size: 16px;
}

.slide_nav .slide_nav_ul .slideNavSecon {
	display: none;
	overflow: hidden;
	background: #0c243f;
}

.slide_nav .slide_nav_ul .slideNavSecon a {
	display: block;
}

.slide_nav .slide_nav_ul .slideNavSecon.active {
	height: 100%;
}

.slide_nav .slide_nav_ul li a {
	font-size: 15px;
	color: #fff;
	height: 50px;
	display: block;
}

.slide_nav .slide_nav_ul .slide_nav_ulLast a {
	display: inline-block;
}

.slide_nav .slide_nav_ul .slide_nav_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.slide_nav .slide_nav_ul .slide_nav_bg span {
	background: #fff;
	height: 50px;
}

.slide_nav .slide_nav_ul .slide_nav_wz {
	font-size: 16px;
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	line-height: 50px;
}

.phone_back {
	width: 60%;
	height: 40px;
	display: block;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border: 0;
	background: #fff;
	color: #000;
	text-align: center;
	line-height: 40px;
}
