.btn{ display: inline-block; *display:inline; *zoom:1; padding: 17px 35px; text-decoration: none; position: relative;color: #fff;background: #004f84;}
@media(min-width:992px){
.incBox li a{
  display: flex;
  align-items: center;
}
.newsList a:hover h1{
  color: #004f84;
}
.newsList a:hover .news1Img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.btn_list li{float: left;margin:0 20px; height: 60px;}
.imgNews  .overflow{
  overflow: hidden;
  margin: 20px 0;
}


.btn1{padding:10px 28px;}
.btn1 .btnbg-x{ position:absolute; left:50%; width:0; top:0; bottom:0; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; border-top: 1px solid transparent; border-bottom: 1px solid transparent;}
.btn1:hover{ color:#136EAC;}
.btn1:hover .btnbg-x{ width:100%; left:0; border-color:#136EAC; }
.btn1 .btn-inner{  padding:0 12px; position:relative; z-index:1; }
.btn1 .btn-inner i{ position:absolute;  top:50%; margin-top:-0.75em; line-height:1.5; right:1em; opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.btn1:hover .btn-inner i{opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right:0.6em;}
.btn1 .btn-inner i:before{content: '>'; color:#136EAC; opacity: 0;}
.btn1:hover .btn-inner i:before{opacity: 1;}
.btn1:hover .btn-inner{ padding:0 24px 0 0;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; }

.btn2{  border:1px solid #d0d0d0; position:relative; padding:10px 28px;}
.btn2:hover{ color:#fff;}
.btn2 .btnbg-x{ position:absolute; left:-1px; width:0; top:-1px; bottom:-1px; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.btn2:hover .btnbg-x{ width:100%; width:calc(100% + 2px); background: #E84C3D; }
.btn2 .btn-inner{  padding:0 12px; position:relative; z-index:1; }
.btn2 .btn-inner i{ position:absolute;  top:50%; margin-top:-0.75em; line-height:1.5; right:1em; opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.btn2:hover .btn-inner i{opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100); right:0.6em;}
.btn2 .btn-inner i:before{content: '>'; color:#fff; opacity: 1;}
.btn2:hover .btn-inner i:before{opacity: 1;}
.btn2:hover .btn-inner{ padding:0 24px 0 0; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s; }

.btn3{  border:1px solid #d0d0d0; position:relative; overflow:hidden;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;}
.btn3:hover{ color:#fff; border-color: #2ECD71;}
.btn3 .btnbg-x{  position:absolute; background: #2ECD71; left:50%; width:0; top:0px; bottom:0px; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;  }
.btn3:hover .btnbg-x{ width:100%; left:0px; }
.btn3 span{ position:relative; z-index:1;}

.btn4{ border:1px solid #d0d0d0; border:1px solid rgba(0,0,0,0.2); -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;}
.btn4:hover{ color:#fff; }
.btn4 .btnbg-x { background:#3598DC;position: absolute;z-index: -1;top: -1px;left: -1px;right: -1px; bottom: -1px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.btn4:hover .btnbg-x{
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	opacity:1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.btn4 span{ position:relative; z-index:1;}
.detForm .form-control{
  height: 50px;
  font-size: 18px;
}
.btn5{position:relative; border:1px solid #e9e9e9;border:1px solid rgba(0,0,0,0.2); color:#666;}
.btn5:hover{ color:#fff; background:#E77E22;transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.btn5 > div{ position:absolute;border-style:solid;  border-width:0; width:0.6em; height:0.6em;transition:all 0.3s; -webkit-transition:all 0.3s; }
.btn5 .line_tl{ left:-1px; top:-1px; border-top-width:1px; border-left-width:1px;border-color:#000;}
.btn5 .line_tr{ right:-1px; top:-1px; border-top-width:1px; border-right-width:1px;border-color:#000;}
.btn5 .line_bl{ left:-1px; bottom:-1px; border-bottom-width:1px; border-left-width:1px;border-color:#000;}
.btn5 .line_br{ right:-1px; bottom:-1px; border-bottom-width:1px; border-right-width:1px;border-color:#000;}
.btn5 .line_all{ width:auto; height:auto; border-color:#E77E22; top:-1px; bottom:-1px; left:-1px; right:-1px; transition:border-width 0s; -webkit-transition:border-width 0s; }
.btn5:hover > div{ width:55%; height:55%;}
.btn5:hover .line_all{width:auto; height:auto; border-width:1px; transition-delay:0.3s; -webkit-transition-delay:0.3s;}
.btn5 span{ position:relative; z-index:1; }

.btn6{ position:relative; border:1px solid #d0d0d0;border:1px solid rgba(0,0,0,0.2); color:#666; overflow:hidden;-webkit-transition: border-color .3s, color .3s;transition: border-color .3s, color .3s;-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);transition-timing-function: cubic-bezier(.2, 1, .3, 1);}
.btn6:hover{ color:#fff; border-color:#9A59B5;}
.btn6 .bg_in{background:#9A59B5; position:absolute;top: 0;left: 0;width: 150%;height: 100%;z-index: -1; opacity:0;*filter:alpha(opacity=0); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);-webkit-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: -webkit-transform .3s, opacity .3s;transition: transform .3s, opacity .3s;}
.btn6:hover .bg_in{opacity: 1;*filter:alpha(opacity=100); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);-webkit-transform: rotate3d(0, 0, 1, 0deg);transform: rotate3d(0, 0, 1, 0deg);-webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);transition-timing-function: cubic-bezier(.2, 1, .3, 1);}
.btn6 span{ position:relative; z-index:1; }

.btn7{position:relative;color:#fff; background:#17A086; border:1px solid #17A086;-webkit-transition: background-color .3s, color .3s;transition: background-color .3s, color .3s}
.btn7:before {content: '';position: absolute;top: -15px;left: -15px;bottom: -15px;right: -15px;background: inherit;z-index: -1;opacity: 0.5;
-webkit-transform: scale3d(.6, .4, 1);transform: scale3d(.6, .4, 1); display:none\9;}
.btn7:hover {background:#1DCBA8; border-color:#1DCBA8;-webkit-transition: background-color .1s .3s, color .1s .3s;transition: background-color .1s .3s, color .1s .3s;-webkit-animation: anim-moema-1 .3s forwards;animation: anim-moema-1 .3s forwards}
.btn7:hover:before {-webkit-animation: anim-moema-2 .3s .3s forwards;animation: anim-moema-2 .3s .3s forwards;}
@-webkit-keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-1 {
60% {
-webkit-transform:scale3d(.8, .8, 1);
transform:scale3d(.8, .8, 1)
}
85% {
-webkit-transform:scale3d(1.1, 1.1, 1);
transform:scale3d(1.1, 1.1, 1)
}
100% {
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@-webkit-keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}
@keyframes anim-moema-2 {
to {
opacity:0;
-webkit-transform:scale3d(1, 1, 1);
transform:scale3d(1, 1, 1)
}
}

.btn8{ border:1px solid #d0d0d0;position:relative;color: #666;overflow: hidden;-webkit-transition: color .3s;transition: color .3s;}
.btn8 .bg_brf, .btn8 .bg_aft{background:#D02818;position: absolute;height: 100%;width: 100%;bottom: 100%;left: 0;z-index: -1;
	-webkit-transition: all .3s;transition: all .3s;-webkit-transition-timing-function: cubic-bezier(.75, 0, .125, 1);
	transition-timing-function: cubic-bezier(.75, 0, .125, 1);}
.btn8 .bg_brf{ opacity:0.5;}
.btn8:hover {color: #fff; border-color:#D02818;}
.btn8:hover .bg_brf, .btn8:hover .bg_aft{bottom:0;}
.btn8:hover .bg_aft{-webkit-transition-delay: .175s;transition-delay: .175s;}
.btn8 span{ position:relative; z-index:1;}

.btn9{ border:1px solid #d0d0d0;position:relative;color: #666;overflow: hidden;-webkit-transition: all .4s;transition: all .4s;}
.btn9:hover{ color:#fff; border-color:#1CBAB8;}
.btn9 .bgsqr1,.btn9 .bgsqr2,.btn9 .bgsqr3,.btn9 .bgsqr4{background:#1CBAB8; position:absolute; width:25%; height:0;-webkit-transition: height .4s;transition: height .4s;}
.btn9 .bgsqr1{ top:0; left:0;}
.btn9 .bgsqr2{ bottom:0; left:25%;}
.btn9 .bgsqr3{ top:0; left:50%;}
.btn9 .bgsqr4{ bottom:0; left:75%;}
.btn9:hover .bgsqr1,.btn9:hover .bgsqr2,.btn9:hover .bgsqr3,.btn9:hover .bgsqr4{ height:100%;}
.btn9 span{ position:relative; z-index:1;}

.btn10{ border:1px solid #d0d0d0; position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn10:hover{ color:#fff; border-color:#4E8735;}
.btn10 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent; border-left-color:#4E8735;position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent;border-right-color:#4E8735; position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn10:hover .bgsqr1{ border-width:200px 0 0 200px;}
.btn10:hover .bgsqr2{ border-width:0 200px 200px 0;}
.btn10 span{ position:relative; z-index:1;}

.btn11{ border:1px solid #d0d0d0;position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn11:hover{ color:#fff; border-color:#5384B1;}
.btn11 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent; border-left-color:#5384B1;position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btn11 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-top-color:#5384B1; position: absolute;top: 0; left: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn11 .bgsqr3{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-left-color:transparent;border-top-color:transparent;border-bottom-color:transparent;border-right-color:#5384B1; position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn11 .bgsqr4{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-left-color:transparent;border-right-color:transparent;border-top-color:transparent; border-bottom-color:#5384B1;position: absolute;bottom: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn11:hover .bgsqr1{ border-width:200px 0 0 200px;}
.btn11:hover .bgsqr2{ border-width:200px 200px 0 0;}
.btn11:hover .bgsqr3{ border-width:0 200px 200px 0;}
.btn11:hover .bgsqr4{ border-width:0 0 200px 200px;}
.btn11 span{ position:relative; z-index:1;}

.btn12{ border:1px solid #d0d0d0; position:relative; color: #fff; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;display: block;float: right;border-radius: 0;font-size: 16px;margin-top: 50px;}
.btn12:hover{ color:#004f84; border-color:#004f84;}
.btn12 .bgsqr1,.btn12 .bgsqr2{background:#fff;position: absolute;top: 50%; top:0\9;content: '';width: 20px;height: 20px; -webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all 0.6s; transition: all 0.6s; opacity:0.5;}
.btn12 .bgsqr1{left: -20px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.btn12 .bgsqr2{right: -20px;-webkit-transform: translate(50%,-50%);transform: translate(50%,-50%);}
.btn12:hover .bgsqr1{ -webkit-animation:criss-cross-left .8s both;animation:criss-cross-left .8s both;width:375px\9;height:375px\9;  opacity:1;}
.btn12:hover .bgsqr2{ -webkit-animation:criss-cross-right .8s both;animation:criss-cross-right .8s both;width:375px\9;height:375px\9;opacity:1;}
.btn12 span{ position:relative; z-index:1;}
@-webkit-keyframes criss-cross-left {
 0% {
  left:-20px
 }
 50% {
  left:50%;width:20px;height:20px;
 }
 100% {
  left:50%;width:375px;height:375px;
 }
}
@keyframes criss-cross-left {
 0% {
  left:-20px
 }
 50% {
  left:50%; width:20px;height:20px;
 }
 100% {
  left:50%;width:375px;height:375px;
 }
}
@-webkit-keyframes criss-cross-right {
 0% {
  right:-20px
 }
 50% {
  right:50%;width:20px;height:20px;
 }
 100% {
  right:50%;width:375px;height:375px;
 }
}
@keyframes criss-cross-right {
 0% {
  right:-20px
 }
 50% {
  right:50%;width:20px;height:20px;
 }
 100% {
  right:50%;width:375px;height:375px;
 }
}

.btn13{ border:1px solid #d0d0d0; position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn13:hover{ color:#fff; border-color:#FF9900;}
.btn13 .bgsqr1{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg); transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent; border-left-color:#FF9900;position: absolute;bottom: 0;left: 0; -webkit-transition: all 0.6s; transition: all 0.6s;}
.btn13 .bgsqr2{content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);transform: rotate(360deg);border-style: solid;border-width: 0; border-top-color:transparent;border-left-color:transparent;border-bottom-color:transparent; border-right-color:#FF9900;position: absolute;top: 0; right: 0;-webkit-transition: all 0.6s; transition: all 0.6s;}
.btn13:hover .bgsqr1{ border-width:50px 260px;}
.btn13:hover .bgsqr2{ border-width:50px 260px;}
.btn13 span{ position:relative; z-index:1;}

.btn14{ border:1px solid #d0d0d0; position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn14:hover{ color:#fff; border-color:#FF6600;}
.btn14 .bgsqr1,.btn14 .bgsqr2,.btn14 .bgsqr3,.btn14 .bgsqr4{background:#FF6600;position: absolute;top:0; width: 0px;height: 100%;-webkit-transition: all 0.4s; transition: all 0.4s; opacity:0.35;}
.btn14 .bgsqr3,.btn14 .bgsqr4{ opacity:0.75;}
.btn14 .bgsqr1{ left:0;}
.btn14 .bgsqr2{ right:0}
.btn14 .bgsqr3{ right:0;}
.btn14 .bgsqr4{ left:0;}
.btn14:hover .bgsqr1,.btn14:hover .bgsqr2,.btn14:hover .bgsqr3,.btn14:hover .bgsqr4{ width:100%;}
.btn14:hover .bgsqr3,.btn14:hover .bgsqr4{-webkit-transition-delay:.4s;transition-delay:.4s;}
.btn14 span{ position:relative; z-index:1;}

.btn15{ position:relative; border-bottom:4px solid #FF339A; background:#FF339A; color: #fff; overflow: hidden;}
.btn15 .bgsqr1{ position:absolute; background:#fff; opacity:0.2; *filter:alpha(opacity=20); filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); left:0; top:0; right:0; height:100%;-webkit-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.btn15:hover .bgsqr1{ height:0;}
.btn15 span{ position:relative; z-index:1;}

.btn16{ border:1px solid #d0d0d0; position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
.btn16:hover{ color:#fff; border-color:#720E9E;}
.btn16 .bgsqr1{background:#720E9E;position: absolute;width: 0;height: 0;border-radius: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);
-webkit-transition: width .4s,height .4s;transition: width .4s,height .4s;z-index: -1; left:0\9 !important; top:0\9 !important;}
.btn16:hover .bgsqr1{ width:600px; height:600px;}
.btn16 span{ position:relative; z-index:1; }
}
.title{
	font-size: 2em;
	font-weight: bold;
	color: #004f84;
	margin-bottom: 35px;
}
.newsMain{
	padding-top: 3.7em;
}
.imgNews{
	width: 33%;
}
.imgNews h1{
	font-size:1.1em;
	width: 100%;
	line-height: 30px;
	font-weight: bold;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.news1Img{
	width: 100%;
	background-position: center;
	background-size: cover;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.imgNews .text{
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 30px;
}
.newsmore{
	font-size: 16px;
	color: #004f84;
	margin-top: 20px;
  font-weight: bold;
}
.newsmore img{
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.newsmore:hover img{
	margin-left: 20px;
}
.newsList ul h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 18px;
}

.newsList ul .text{
	font-size: 16px;
	line-height: 30px;
	height: 90px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 3;
	  line-clamp: 3;
	  -webkit-box-orient: vertical;
}
.newsList ul{
	width: 62%;
	margin-left: 4.4%;
}
.newsList li{
	width: 48%;
	float: left;
	margin-bottom:3.5em ;
}
.newsList li:nth-child(even){
	margin-left: 4%;
}
.newsBtn{
	overflow: hidden;
}
.newsList{
	overflow: hidden;
}
.shang{
	margin-top: 5em;
}
.shang .text{
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	padding:16px 20px;
	height: 130px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.2);
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.shang ul{
	/*display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: box;
	display: flexbox;
	display: flex;
	justify-content: space-between;*/
}
.shang li{
	width: 23.4%;
}
.backTop{
	width: 60px;
	position: fixed;
	right: 6em;
	z-index: 999;
	bottom: 13%;
	cursor: pointer;
}
.shang li .imgnews2{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.shang li:hover .imgnews2{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.shang li:hover .text{
	color: #004f84;
}
.titNav{
	font-size: 18px;
	color: #333;
	font-weight: 400;
}
.titNav a+a{
	border-left: 1px solid #d2d2d2;
	padding-left: 50px;
	margin-left: 50px;
}
.titNav a{

	line-height: 1;
  position: relative;
}
.titNav a:hover{
	color: #004f84;
}
.titNav .active{
  color: #004f84;
}
.activ li{
  padding-right: 20px;
  padding-left: 20px;
}
.activ ul{
  margin-left: -20px;
  margin-right: -20px;
}
.titNav .active::after{
  display: block;
  content: '';
  width: 71px;
  height: 1px;
  background: #004f84;
  position: absolute;
  bottom: -4px;
  right: 0
}
.newsListImg{
	width: 100%;
	height: 14em;
	background-position: center;
	background-size: cover;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.newsCen h1{
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 13px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.newsCen .textBox{
	width: 55%;
	margin-left: 4%;
	float: left;
}
.fx img{
  width: 40px
}
body .fx3 img{
  width: 42px;
}
.newsCen .overhidden{
	width: 32%;
}
.newsCen .newsTit{
	font-size: 16px;
}
.newsCen .text{
	font-size: .9em;
	line-height: 1.6em;
	margin-top: 17px;
	height: 54px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
}
.newsCen .time{
	font-size: .8em;
	color: #666;
	margin-top:5em ;
}
.newsCen ul{
	overflow: hidden;
	
	border-top: 1px solid #000;
}
.newsCen ul li{
	overflow: hidden;
	padding-top: 50px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 50px;
}
.page{
	display: flex;
	justify-content: center;
	margin-top: 70px;
}
.page a{
	display: block;
	float: left;
}
.no-page{
	background-color: #c8c8c8!important;
}
.pageBtn{
	width: 50px;
	height: 50px;
	background: #004f84;
	display: flex!important;
	justify-content: center;
	align-items: center;
}
.page-num{
	width: 50px;
	text-align: center;
	line-height: 50px;
}
.pageNum{
	padding: 0 15px;
}
.newsMain{
	padding-bottom:7.5em ;
}
.newsCen li a:hover .newsListImg{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.newsCen li a:hover h1{
	color: #004f84;
}
.detBanner{
	width: 100%;
	height: 17.25em;
	background-color: #f8f8f8;
	position: relative;
}
.jinpingPage  .detBanner {
  height: 14em;
}
.jinpingPage .detInnText h1{
  margin-top: 60px
}
.gcSwip {
  margin: 20px 0
}
.tab{
	font-size: 16px;
	color: #666;
	padding-top:4.1em;
}
.tab span{
	padding: 0 20px;
}
.toHome{
	padding-right: 20px;
}
.tab .fr img{
	margin-left: 15px;
}
.detInnText h1{
	margin-top:12px;
	line-height: 1.2em;
	font-size: 1.8em;
	font-weight: bold;
}
.detInnText .time{
	color: #004f84;
	font-size: 16px;
	font-weight: bold;
}
.detInnText{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}
.detBtn{
	position: relative;
	width: 100%;
	background: #fff;
}
.detBtn .btn{
	float: initial;
	width: 180px;
	margin-top: 0px;
	height: 50px;
	line-height: 13px;
}
.dtnBg{
	position: absolute;
	width: 57%;
	height: 100%;
	background-color: #f8f8f8;
	right: 0;
	bottom: 0;
}
.pageNum .active{
	color: #004f84!important;
	position: relative;
}
.pageNum .active::after{
	background: #004f84;
	width: 24px;
	height: 2px;
	display: block;
	content: '';
	position: absolute;
	bottom: 7px;
	left: 12px;
}
.fx{
	font-size: 16px;
	color: #004f84;
	float: left;
}
.fx2{
	width: 1px;
	height: 40px;
	margin: 5px 21px 20px;
	background-color: #b2cada;
}
.fx3{
	margin-bottom: 20px;
	position: relative;
}
.fxBox{
	position: absolute;
	right: -180px;
	top: -40px;
	display: none;
}
.fx3  .active{
	display: block;
}
.fx1{
	padding-left: 6px;
  font-weight: bold;
}
.det_inner{
	width: 920px;
	margin: auto;
	position: relative;
	z-index: -1;
	
}
.det_inner h1{
	color: #004f84;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 43px;
}
.det2 .det_inner h1{
  margin-left: 0
}
.det_inner .text img{
	max-width: 100%;
	margin: 20px 0;
}
.det_inner .text{
	line-height: 32px;
	font-size: 16px;
}
.detPage1{
	overflow: hidden;
	font-size: 16px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
	margin-top: 7em;
}
.detPage1 span{
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.detPage1 .fr{
	text-align: right;
}
.detPage1 .fr img{
	margin-left: 8px;
}
.detPage1 .fl img{
	margin-right: 8px;
}
.detPage1 a span+span{
	margin-top: 15px;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	max-width: 160px
}
.detPage1 a:hover span{
	color: #004f84;
}
.ideaBox{
	height: 35em;
	width: 100%;
	background: url(/Img/images/join2.jpg) center no-repeat;
	background-size: cover;
	position: relative;
}
.ideaCen{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ideaCen h1{
	font-size: 1.8em;
	color: #004f84;
	font-weight: bold;
	margin-bottom: 60px;
}
.ideaCen .text{
	font-size:1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}
.hrCen .item{
	float: left;
	width: 16%;
	font-size: 16px;
	color: #666666;line-height: 1.3
}
.hrCen h1{
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.hrCen a:hover h1{
	color: #004F84;
}
.hrCen .item span{
	color: #004f84;
	text-align: right;
	display: block;
}
.hrCen .item span img{
	margin-left: 8px;
}
.lastitem{
	width: 17.5%;
}
.hrCen ul{
	border-top: 1px solid #000;
}
.hrCen li{
	padding: 45px 0 48px;
	border-bottom: 1px solid #dcdcdc;
}
.hrbox h2{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.hrbox div{
	font-size: 16px;
	margin-bottom: 16px;
}
.hrbox+.hrbox{
	margin-top: 50px;
}
.mail{
	font-size: 18px;
	margin-top: 30px;
}
.mail a{
	color: #004F84;
}
.fenxiang h2 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 26px;
  height: 26px;
  background-color: #f3f3f3;
}
.fenxiang img {
  padding: 15px 0px;
  max-width: 138px;
  display: block;
  margin: auto;
}
.closeSpan {
    position: absolute;
    right: 4px;
    top: 2px;
}
.fenxiang {
  position: absolute;
  background-color: #fff;;
  top:-20px;
  width: 200px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  z-index: 9999;
  padding-bottom: 20px;
 display: none;
 left: 48px;
 z-index: 9999;
}
.fenxiang .texts {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.fenxiang p {
  text-align: center;
}
.detForm .row{
	padding: 0 50px;
}
.detForm .col-lg-6{
	padding: 10px;
}
.detForm input{
	border: 1px solid #000;
}
.fromBtn{
	width: 250px;
	height: 80px;
	line-height: 80px;
	background-color: #004F84;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-left: 60px;
	margin-top: 56px;
  cursor: pointer;
}
.detForm{
	border-top: 1px solid #e6e6e6;
	margin-top: 3.5em;
	padding-top: 3.5em;
}
.form-control{
	border-radius:0!important;
}
.gcSwip-img{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.gcSwip-img{
	width: 100%;
	height: 27.5em;
}
.detBtns{
	position: absolute;
	z-index: 9999;
}
.detBtn1{
	left: 20px;
	top: 50%;
	margin-top: -25px;
}
.swiper-pagination span{
	font-size: 24px;
	color: #fff;
}
.swiper-pagination{
	color: #fff;
}
.swiper-pagination .swiper-pagination-total{
	font-size: 16px;
}
.detBtn2{
	right: 20px;
	top: 50%;
	margin-top: -25px;
}
.noMessage{
  padding: 20px;
  font-size: 16px;
}
.activCen .text h1{
	font-size:18px;
	line-height: 30px;
	font-weight: bold;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  line-clamp: 2;
	  -webkit-box-orient: vertical;
	  height: 60px;
}
.activCen .text{
	padding-top: 20px;
}
.activCen .time{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.activCen{
	padding: 50px 0 30px;
	position: relative;
}
.activCen::after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	background-color: #dcdcdc;
	height: 1px;
	bottom:0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.activCen:hover::after{
	width: 100%;
	background-color: #004F84;
}
.activCen:hover h1{
	color: #004F84;
}
.imgHeight{
	opacity: 0;
	width: 100%;
}
.activImg{
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.activCen:hover .activImg{
	transform: scale(1.1);
}
.activ .row{
	margin: 0 -15px;
}
.activ{
	border-top: 1px solid #000;
}
.minHeight{
	min-height:400px;
}
.incBox .textItem .text{
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-overflow: -o-ellipsis-lastline;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 1;
	  line-clamp: 1;
	  -webkit-box-orient: vertical;
}
.incBox .textItem .text+.text{
	font-size: 16px;
	font-weight: 400;
}
.incBox .time div{
	font-size: 1.8em;
	color: #bbbbbb;
	width: 140px;
	text-align: center;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
}
.incBox .time div+div{
	font-size: 16px;
	color: #bbbbbb;
  margin-top: 3px;
}
.incBox .textItem{
	padding-left: 40px;
}
.incBox li{
	overflow: hidden;
	padding: 30px 0;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
}
.incBox ul{
	border-top: 1px solid #000;
}
.incBox .time{
	margin-top: 6px;
}
.incBox li::after{
	position: absolute;
	display: block;
	content: '';
	bottom: 0;
	left: 0;
	width: 0%;
	height: 2px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-ms-transition: all .5s;
	background-color: #004f84;
	
}
.incBox li:hover::after{
	width: 140px;
	
}
.incBox li:hover .firstTime{
	color: #004F84;
}
.p-bus .blackNav{
  z-index: 9;
}
.incBox .textItem{
	padding-left: 0;
}
.usbox{
	height: 40em;
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
  overflow: hidden;
}
.p-join .usbox{
  height: auto;
  padding-bottom: 12.1em
}
.usLeft{
	height: 100%;
	width: 50%;
	
}
.iw_poi_content{
  margin-top: 10px; 
}
.usbox h1{
	font-size: 1.8em;
	color: #004F84;
	font-weight: bold;
	margin-top: 2.08em;
}
.usbox .bottText{
	margin-top: 3em;
}
.usbox .text{
	font-size: 16px;
	margin-bottom: 10px;
}
.usCode h3{
	font-size: 16px;
}
.usCodeImg{
	max-width: 160px;
/* 	padding: 10px; */
	border: 1px solid #dedede;
	margin-top: 20px;
}
.usCodeImg img{
	width: 100%;
}
.usCode{
	margin-top: 50px;
	font-size: 16px;
	
}
.map{
	height: 100%;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
  z-index: 9999!important;
}
.usCode{
	padding-bottom: .8rem;
}
.toUsbox h1{
	text-align: center;
}
.toUscen{
	width: 800px;
	margin: auto;
}
.toUstext{
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 55px;
}
.toUsForm input,.toUsForm textarea{
	font-size: 18px;
	border: 1px solid #000;
	
}
.toUsForm textarea{
	height: 100px;
	min-height: auto!important;
}
.toUsForm input{
	line-height: 50px;
	height: 50px;
}
.toUsForm{
	margin-top: 55px;
}
.codeFimg img{
	width: 150px;
	height: 50px;
}
.toUsbox .col-lg-6,.toUsbox .col-lg-12{
	padding: 0 10px;
}
.toUsbox .row{
	margin-left:-10px;
	margin-right:-10px;
}
.btnTo{
	width: 250px;
	height: 80px;
	background-color: #004F84;
	text-align: center;line-height: 80px;
	color: #fff;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}
.p-join .btnTo{
  margin-top: 30px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.createFollowCheck input[type=“number”] {
-moz-appearance: textfield;
}
.toUsbox .form-group{
	margin-bottom: 30px;
}
.bugBanner .pcBanner{
	height: 34em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bannerNavbg{
	width: 50%;
	height: 50px;
	position: absolute;
	background-color: #fff;
	bottom: -2px;
	left: 0;
}
.p-bus .bannerNavbg{
  width: 70%
}
.p-bus .toHome{
  padding-right: 0
}
.blackNav a{
	color: #666666;
}
.blackNav{
	bottom: 0;
	z-index: 999999;
}
.paddinga{
	padding: 0 15px;
}
.buscen h1{
	font-size: 2.4em;
	font-weight: bold;
	text-align: center;
	margin-top: 1.56em;
}
.buscenImg{
	width: 580px;
	background-position: center;
	background-size: cover;
	margin:4em auto 0;
}
@media(min-width:992px){
	.animateBot {
		animation: animateBot 1s cubic-bezier(0.4, 0, 0.2, 1) both;
		-webkit-animation: animateBot 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	}
	.animateBot2 {
		animation: animateBot2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
		-webkit-animation: animateBot2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	}
  .swiper-button-disabled:hover{
   background-color: rgba(0,0,0,.4)!important;
   border: 1px solid #fff!important;
  }
}
@keyframes animateBot {
	0% {
		
		height: 0px;
	}

	to {
		height: 370px;
	}
}

@-webkit-keyframes animateBot {
	0% {
		
		height: 0px;
	}
	
	to {
		height: 370px;
	}
}
@keyframes animateBot2 {
	0% {
		
		transform: scale(.8);
	}

	to {
		transform: scale(1);
	}
}
@-webkit-keyframes animateBot {
	0% {
		
		transform: scale(.8);
	}
	
	to {
		transform: scale(1);
	}
}

.buscen .text{
	width: 580px;
	margin: auto;
	font-size: 18px;
	line-height: 30px;
	margin-top: 55px;
}
.buscen .text img{
  width: 100%;
}
.buscen .text p+p{
  padding: 55px 30px 0
}
.abouttit h1{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
.abouttit{
	width: 692px;
	margin:4.75em auto;
}
.abouttit .text{
	text-align: center;
	font-size:1.2em;
	font-weight: bold;
	line-height: 1.5em;
	margin-top: 50px;
}
.aboutVideo{
	width: 100%;
	height: 30em;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.aboutVideo .box{
	text-align: right;
	width: 511px;
	color: #fff;
	margin-top: 5em;
	margin-right: 5.25em;
}
.aboutVideo h1{
	font-size: 1.8em;
	font-weight: bold;
}
.aboutVideo .text{
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.aboutVideo img{
	display: block;
	margin-top: 7em;
	float: right;
  cursor: pointer;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
}
.aboutVideo img:hover{
    margin-top: 6.7em;
}
.about2 h1{
	font-size: 1.8em;
	color:#004f84;
	font-weight: bold;
}
.about2 .textBox1{
	width: 50%;
	float: left;
	margin-top: 9%;
}
.about2 .text{
	width: 80%;
	font-size: 18px;
	line-height: 30px;
	margin-top: 30px;
}
.about2img{
	width: 50%;
	float: left;
}
.about2img img{
	width: 100%;
}
.about2 li{
   overflow: hidden;
}
.about2 li+li{
	margin-top: 5em;
	
}
.about2 li+li .textBox1{
	float: right;
	padding-left: 5em;
}
.about3 ul{
	overflow: hidden;
}
.about3{
	position: relative;
	margin-top: 5em;
}
.about3 li{
	width: 50%;
	float: left;
	background-image: url(/Img/images/about6.png);
	background-position: center;
	background-size: cover;
	height: 27.5em;
}
.about3 .text{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.about3 .textc{
    font-size: 18px;
	line-height: 30px;
	width: 31.5em;
	color: #fff;
}
@media(max-width: 1366px){
  .about3 .textc{
    font-size: 18px;
  line-height: 30px;
  width: 28em;
  color: #fff;
}
.fromBtn{
  height: 60px;
  line-height: 60px;
}
.sBoxInput{
  margin-top: 5px;
}
.newsCen .text{
  height: 52px;
}
.aboutVideo img{
  width: 70px
}
}
.about4Text{
	width: 920px;
	margin: auto;
	font-size: 1.2em;
	line-height:1.5em;
	font-weight: bold;
	text-align: center;
}
.about4Text span{
	color: #004F84;
}
.about4{
	padding:6.65em 0 14em;
	background: url(/Img/images/about7.png) no-repeat;
	background-size: cover;
}
.modal-body{
	width: 900px;
	height: 600px;
	margin: auto;
}
.modal-close{
	position: absolute;
	color: #fff;
	font-size: 32px;
	right: 3px;
	
}

.about2{
	margin-top: 5em;
}
.inTit h1{
	font-size: 1.8em;
	margin-top: 2.22em;
	text-align: center;
	color: #004F84;
	font-weight: bold;
}
.orgMain img{
	display: block;
	margin:38px auto 0;

}
.orgMain .usbox{
  padding-bottom: 0
}
.orgMain{
	padding-bottom:10.5em;
	background: url(/Img/images/about7.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.yuan{
	width: 17em;
	height: 17em;
	border-radius: 50%;
	border: 1px solid #004f84;
	text-align: center;
	padding-top: 7em;
	font-weight: bold;
	color: #004F84;
}
.yuan .text{
	font-size: 30px;
	line-height: 1.1em;
}
.strCen .text2{
	text-align: center;
	margin-top: 35px;
	font-size: 22px;
	color: #004F84;
	font-weight: bold;
}
.strCen li{
	width: 17em;
}
.strCen ul{
	display: flex;
	justify-content: space-between;
}
.strCen li+li .yuan{
	border-color:#7cb342;
	color:#7cb342;
}
.strCen li+li .text2{
	border-color:#7cb342;
	color:#7cb342 ;
} 
.strCen li+li+li .yuan{
	border-color:#f89406;
	color:#f89406;
}
.strCen li+li+li .text2{
	border-color:#f89406;
	color:#f89406 ;
} 
.strCen{
	padding: 0 6.2em;
}
.orgMain .usbox{
	height: auto;
}
.eng .text h1{
	height: auto;
}

.engMore{
	font-size: 16px;
	color: #004F84;
	margin-top: 20px;
  font-weight: bold;
}
.engMore img{
	margin-left: 7px;
}

.curCen li{
	width: 100%;
	height: 40em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: -moz-box; /*firefox*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-box; /*Safari*/
	display: -webkit-flex; /*Chrome*/
	display: box;
	display: flexbox;
	display: flex;
	align-items: center;
}
.curbox{
	width: 50%;
	height: 17.5em;
	background-color: #fff;
	padding:3.75em 0 0 4em ;
	
	
}
.curbox h1{
	font-size: 24px;
	font-weight: bold;
	
}
.curbox .text{
	font-size: 18px;
	margin-top: 25px;
	line-height: 36px;
}
.curCen li:nth-child(even) .curbox{
	float: right;
}
.curCen{
	margin-top: 3em;
}
.honor .imgs{
	height: 25em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.honor {
	padding-left: 14%;
	margin-bottom:7.75em;
}
.honor .swiper-slide {
	transform: scale(.8);
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform-origin:bottom ;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.honor .swiper-slide-active {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
.honor .swiper-slide .text{
	display: none;
}
.honor .swiper-slide-active .text{
	display: block;
}
.textleft h1{
	text-align: left;
	margin-bottom: 35px;
}
.honor .text{
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	font-size: 18px;
}
.honorBtn{
	position: absolute;
	z-index: 99999;
  width: 2.5em;
    height: 2.5em;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: rgba(0,0,0,.4);
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;

}
.honorBtn:hover{
  background-color: #004f84;
    border: 1px solid #004f84;
}
.honorBtn img{
  display: block;
    margin: .95em auto 0;
}
.honorBtn2{
	right: 7.75em;
	top: 50%;
	left: auto;
	margin-top: -20px;
}
.honorBtn1{
	left: 7.75em;
	top: 50%;
	margin-top: -20px;
}
.honor .swiper-slide-next{
	margin-right: -100px!important;
}
@media(max-width: 1367px){
  .honor .swiper-slide-next{
  margin-right: -80px!important;
}
}
.busImg2 img{
	width: 100%;
}
.busImg2{
	margin-top: 4.5em;
}
.buscenImgHe{
	height: 370px;
}
.about2 li+li .textBox1 .text{
  width: 100%;
}
.detBtns{
	width: 2.5em;
	height: 2.5em;
	border: 1px solid #fff;
	border-radius: 50%;
	background-color: rgba(0,0,0,.4);
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	cursor: pointer;
}
.detBtns img{
	display: block;
	margin:.95em auto 0;
}
.detBtns:hover{
	background-color: #004f84;
  border:none;
}
.closeSpan{
	cursor: pointer;
}
.gcSwip .swiper-pagination{
  bottom: 30px;
}















@media(max-width:991.98px){
  .honor{
    margin-bottom:.3rem; 
  }
  .gcSwip-img{
    height: 4.2rem;
  }
  .gcSwip .swiper-pagination{
    bottom: .3rem
  }
  .detBtns {
    display: none;
  }
  .p-news .det_inner{
    padding: 0
  }
  .inTit h1{
    margin-top: .7rem
  }
  .curCen{
    margin-top: .7rem
  }
	.orgMain img{
		display: block;
		width: 100%;
		margin:38px auto 0;
	
	}
	.inTit{
		padding: 0 .3rem;
	}
	.buscenImg{
		width: 100%;
		margin-top: .6rem;
	}
	.buscen .text{
		font-size: .28rem;
		line-height: .48rem;
		margin: .6rem 0 0;
		width: 100%;
		padding: 0 .3rem;
	}
	.bannerNavbg {
		height: 28px;
	}
	.blackNav {
		bottom: 0;
	}
	.buscen h1{
		font-size: .48rem;
		margin-top: .75rem;
	}
	.buscenImgHe{
		height: auto;
	}
	.modal-body{
		width: 7rem;
		height: 5rem;
	}
	.modal-close{
		width: .5rem;
		font-size: .4rem;
		right: 0;
	}
	.det_inner{
		padding: 0 .3rem;
	}
	.honor .text{
		width: 100%;
		text-align: center;
		font-size: .3rem;
		bottom: .3rem;
		left: 0;
	}
	.honor{
		padding-left: 0;
		padding-bottom: .5rem;
	}
	.honor .imgs{
		height: 4.5rem;
	}
	.honorBtn{
		display: none;
	}
	.curbox{
		width: 100%;
	}
	.strCen ul{
		display: block;
	}
	.engMore{
		font-size: .28rem;
	}
	.strCen{
		padding: 0;
	}
	.strCen li{
		width: 100%;
	}
	.strCen li .yuan{
		width: 4rem;
		height: 4rem;
		margin: auto;
	}
	.curbox h1{
		font-size: .36rem;
	}
	.curbox .text{
		font-size: .28rem;
		line-height: .5rem;
	}
	.curbox{
		padding: .6rem .45rem;
	}
	.abouttit{
		width: 100%;
		padding: 0 .3rem;
	}
	.about2{
		margin-top: 0em;
	}
	.abouttit h1{
		font-size: .48rem;
	}
	.aboutVideo .box{
		width: 100%;
		float: none;
		text-align: center;
	}
	.aboutVideo img{
		float: none;
		width: .9rem;
		margin: auto;
		margin-top: .3rem;
	}
	.about2 .textBox1{
		width: 100%;
		float: none;
	}
	.about2img{
		width: 100%;
		float: none;
	}
	.about2 .text{
		width: 100%;
		font-size: .28rem;
		line-height: .45rem;
	}
	.about2 .text{
		margin-top: .4rem;
		margin-bottom: .2rem;
	}
	.about3 .text{
		transform: translate(0);
		top: .5rem;
	}
	.about2 li+li{
		margin-top: 0;
	}
	.about3 .textc{
		width: 100%;
		font-size: .28rem;
		line-height: .45rem;
		text-align: center;
	}
	.about4Text{
		width: 100%;
		padding:  0.3rem;
		font-size: .3rem;
		line-height: .5rem;
	}
	.about4{
		padding: 1.5rem 0 2.4rem;
	}
	.about3 li{
		width: 100%;
		float: none;
		height: 7rem;
	}
	.abouttit{
		margin: .7rem auto;
	}
	.about2 li+li .textBox1{
		float: none;
		padding-left: 0;
	}
	.abouttit .text{
		font-size: .28rem;
		margin-top: .5rem;
	}
	.toUstext{
		font-size: .28rem;
		line-height: .4rem;
	}
	.toUstext{
		margin: .5rem 0;
	}
	.btnTo{
		width: 3rem;
		height: 1rem;
		line-height: 1rem;
	}
	.toUscen{
		width: 100%;
	}
	.toUsbox .row{
		margin: 0;
	}
	.toUsbox .form-group{
		margin-bottom: .3rem;
	}
	.toUsbox .form-group{
		padding: 0;
	}
	.toUsForm input, .toUsForm textarea{
		font-size: .28rem;
	}
	.usbox h1{
		font-size: .48rem;
		margin-top: .6rem;
	}
	.usbox .bottText{
		margin-top: .6rem;
	}
	.usbox .text{
		line-height: .4rem;
		font-size: .28rem;
	}
	.usbox{
		height: auto;
	}
	.map{
		height: 6rem;
		width: 100%;
		position: initial;
		right: 0;
		top: auto;
		bottom: 0;
	}
  .form-control:focus, .form-control:hover{
    border-color: initial;
  }
	.incBox .textItem .text{
		font-size: .36rem;
		line-height: .5rem;
	}
	.incBox .textItem .text+.text{
		font-size: .28rem;
		line-height: .4rem;
		margin-top: .26rem;
	}
	.activCen .text h1{
		font-size: .32rem;
		line-height: .44rem;
	}
	.activCen .time{
		margin-top: .3rem;
	}
	.activCen{
		padding: .8rem 0 .6rem;
	}
	.activ{
		padding: 0 .3rem;
	}
	.bannerSeach{
		width: 100%;
		margin-top: 0;
	}
	.newsCen .overhidden{
		width: 100%;
		float: none;
	}
	.newsCen .textBox{
		margin-left: 0;
		width: 100%;
		margin-top: .42rem;
	}
	.newsCen .newsTit{
		font-size: .28rem;
	}
	.newsCen h1{
		font-size: .36rem;
		line-height: .48rem;
	}
	.newsCen .text{
		font-size: .28rem;
		height: auto;
		line-height: .48rem;
	}
	.newsCen .time{
		font-size: .28rem;
		margin-top: .3rem;
	}
	.newsCen ul li{
		padding: .75rem 0 .75rem;
	}
	.newsCen ul{
		border-top: 0px solid #000;
	}
	.newsNav{
		width: 100%;
		height: 1rem;
		background-color: #004f84;
		color: #fff;
		
		line-height: 1rem;
		position: relative;
	}
	.newsNav span{
		padding: 0 .4rem;
		display: inline-block;
		width: 100%;
		
	}
	.newsBox2{
		position: absolute;
		width: 100%;
		top:1rem;
		left: 0;
		background-color: #004f84;
		/*padding: 0 .4rem;*/
		z-index: 999;
		display: none;
	}
  .newsNavB{
      background-color: #004f84;
      padding: 0 .4rem;
  }
  .incBox ul{
    border-top: 0
  }
	.incBox .fl{
		float: none;
	}
	.newsNav img{
		width: .25rem;
		margin-top: .4rem;
	}
	.nopadding{
		padding: 0;
		z-index: 999;
	}
	.wapTime{
		font-size: .28rem;
		margin-top: .3rem;
		color: #666;
	}
	.newsMain{
		padding-top: 0;
	}
  .fx img{
    width: 40px;
  }
	.newsCen{
		padding: 0 .4rem;
	}
	.page-num{
		width: .55rem;
		line-height: .7rem;
		font-size: .28rem;
	}
	.pageBtn{
		width: .7rem;
		height: .7rem;
		
	}
	.pageNum .active::after{
		left: .04rem;
	}
	.pageBtn img{
		width: .12rem;
	}
	.page{
		margin-top: 1rem;
	}
	.newsMain{
		padding-bottom:1rem;
	}
	.imgNews{
		width: 100%;
		float: none;
	}
	.newsList li{
		float: none;
		width: 100%;
		padding: .65rem 0;
		margin-bottom: 0;
		border-bottom: 1px solid #dcdcdc;
	}
	.newsList ul{
		width: 100%;
		margin-left: 0;
		border-top: 1px solid #dcdcdc;
		margin-top: .65rem;
	}
	.newsList li+li+li{
		display: none;
	}
	.newsList li:nth-child(even){
		margin-left: 0;
	}
	.btn{
		float: none;
		width: 100%;
		padding: .3rem;
		font-size: .28rem;
		margin-top: .6rem;
	}
	.bgsqr1,.bgsqr2{
		display: none;
	}
	.title{
		font-size: .48rem;
		margin-top: .4rem;
		margin-bottom: .4rem;
	}
	.shang li{
		width: 100%;
		margin-bottom: .65rem;
	}
	.shang li+li+li{
		display: none;
	}
	.shang li+li{
		margin-bottom: 0;
	}
	.shang ul{
		display: block;
	}
	.news1Img{
		margin: .3rem 0;
	}
	.imgNews h1{
		font-size: .36rem;
	}
	.imgNews .text{
		font-size: .28rem;
	}
	.newsList ul h1{
		font-size: .36rem;
		margin-bottom: .3rem;
	}
	.newsList ul .text{
		font-size: .28rem;
	}
	.shang .text{
		font-size: .28rem;
	}
	.tab{
		font-size: .28rem;
		padding-top: .5rem;
	}
	.tab span{
		padding:  0 .15rem;
	}
	.tab .fr{
		margin-top: .5rem;
	}
	.detInnText .time{
		font-size: .28rem;
		margin-top: .7rem;
	}
	.detInnText h1{
		font-size: .48rem;
		margin-top: .2rem;
	}
	.detBtn{
		background-color: #f8f8f8;
		margin-top: -23px;
	}
	.fx{
		float: none;
		margin-top: .6rem;
	}
	.det_inner{
		width: 100%;
	}
	.fx1{
		float: left;
		font-size: .28rem;
		font-weight: bold;
	}
	.fx2{
		float: left;
		width: 2.5rem;
		height: 1px;
	}
	.fx3{
		float: left;
	}
	.fx3+.fx3{
		margin-left: .4rem;
	}
	.clear{
		clear: both;
	}
	.fromBtn{
		width: 3rem;
		height: .8rem;
		line-height: .8rem;
		margin:.4rem auto 0;
	}
	.detForm .row{
		padding: 0;
	}
	.det_inner h1{
		font-size: .48rem;
		line-height: .72rem;
		margin-bottom: .4rem;
		margin-left: 0;
	}
  .p-join .usbox{
    padding-bottom: 0; 
  }
	.det_inner .text{
		font-size: .28rem;
		line-height: .6rem;
	}
	.det_inner .text{
		margin: .5rem 0;
	}
	.detPage1  img{
		display: none;
	}
	.detPage1 span{
		display: inline-block;
	}
	.detPage1 .fl,
	.detPage1 .fr{
		float: none;
		text-align: left;
	}
	.detPage1 a{
		display: block;
		text-align: left;
		font-size: .28rem;
	}
	.detPage1 a span+span{
		margin-top: .3rem;
		font-size: .28rem;
		vertical-align: -.05rem;
	}
	.nopage{
		opacity: .5;
	}
	.detPage1{
		padding-top: .7rem;
		margin-top: .7rem;
	}
	.ideaCen h1{
		font-size: .48rem;
		margin-bottom: .45rem;
	}
	.ideaCen .text{
		font-size: .28rem;
		margin-bottom: .3rem;
	}
	.ideaBox {
		height: 7rem;
	}
	.hrCen .item{
		float: none;
		width: 100%;
		font-size: .28rem;
		color: #666666;
		margin-bottom: .2rem;
	}
	.hrCen li{
		padding: .5rem 0 .3rem;
	}
	.hrCen ul{
		border-top: 0px;
	}
	.hrCen h1{
		font-size: .48rem;
	}
	.hrbox h2{
		font-size: .36rem;
	}
	.hrbox div{
		font-size: .28rem;
		line-height: .4rem;
	}
	.mail{
		font-size: .32rem;
	}
  .detBtn .btn{
    border-radius: 0;
    height: auto;
    width: 150px
  }
	.strCen .text{
		font-size: .36rem;
	}
	.strCen li .yuan{
		padding-top: 22%;
	}
	.strCen .text2{
		margin-top: .3rem;
		font-size: .36rem;
	}
	.strCen li{
		margin-bottom: .6rem;
	}
	.orgMain{
		padding-bottom: 2rem;
	}
}
.color-blue {
  color: #1e77d6 !important;
}

.color-blue2 {
  color: #007acd !important;
}

.result-box {
  padding: 60px 0 24px;
}
.result-box .global-paging {
  max-width: 100%;
  margin-top: 24px;
}

.result-schbox {
  margin-bottom: 22px;
}
.result-schbox .row {
  width: 100%;
  display: table;
  position: relative;
}
.result-schbox .table-cell {
  width: 100%;
  vertical-align: top;
}
.result-schbox .inpt {
  width: 100%;
  height: 50px;
  display: block;
  border: solid 1px #eee;
  border-right: none;
  padding: 0 20px;
  font-size: 16px;
  line-height: 48px;
  color: #000;
}
.result-schbox .btn-sch {
  float: right;
  background: #004F84;
  border-color: #004F84;
  margin: 0;
  letter-spacing: 1em;
}
.result-schbox .btn-sch span {
  margin-right: -1em;
  color: #fff;
}
.result-schbox .tips {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-top: 6px;
}

.result-type {
  overflow: hidden;
  margin: 0 -5px;
  padding-bottom: 35px;
  border-bottom: solid 1px #eee;
}
.result-type li {
  float: left;
  padding: 5px;
}
.result-type li.active a {
  background: #004F84;
  color: #fff !important;
  border-color: #007acd;
}
.result-type a {
  width: 120px;
  max-width: 100%;
  height: 50px;
  display: block;
  border: solid 1px #eee;
  text-align: center;
  font-size: 14px;
  line-height: 48px;
  color: #000;
}

.result-list {
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}
.result-list li {
  width: 100%;
  overflow: hidden;
  padding: 23px 0;
  border-bottom: solid 1px #eee;
}
.result-list .tit {
  font-size: 16px;
  line-height: 30px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
a.btn-blue {
  display: block;
  position: relative;
  color: #1e77d6;
  background: transparent;
  overflow: hidden;
  border: solid 1px #1e77d6;
  text-align: center;
  margin: auto;
}
a.btn-blue:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #1e77d6;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-blue span {
  position: relative;
  z-index: 2;
}
.searDet {
  width: 200px;
  height: 50px;
  margin: 0 5px;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  border: solid 1px #eee;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  overflow: hidden;
  color: #000;
}
.searchDet{
	padding: 60px 0 24px;
}
.seaItem{
	font-size: 16px;
	line-height: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
@media screen and (min-width: 992px) {
  .result-type li:hover a {
    color: #007acd;
    border-color: #007acd;
  }

  .result-list li:hover .tit {
    color: #007acd;
  }
}
@media screen and (max-width: 991.98px) {
  .result-type {
    padding-bottom: 0.3rem;
  }
  .result-type li {
    width: 25%;
    padding: 0.1rem 0.22rem;
  }
  .result-type a {
    width: 100%;
    height: 0.8rem;
    line-height: 0.78rem;
    font-size: 0.24rem;
  }
   a.btn-blue:hover {
      color: #fff !important;
    }
    a.btn-blue:hover:before {
      left: 0;
    }
	.result-box {
	  padding: 0.8rem 0 0.54rem;
	}
	.result-box .global-paging {
	  margin-top: 0.52rem;
	}
	.buscen .text p+p{
    padding: .5rem .3rem 0;
  }
  .busImg2{
    margin-top: .7rem
  }
	.result-schbox {
	  margin-bottom: 0.28rem;
	}
	.result-schbox .inpt {
	  height: 0.88rem;
	  padding: 0 0.3rem;
	  line-height: 0.86rem;
	  font-size: 0.28rem;
	}
	.result-schbox .btn-sch {
	  width: 2rem;
	  height: 0.88rem;
	  line-height: 0.86rem;
	  letter-spacing: 0;
	}
  .orgMain{
    background: transparent;
  }
	.result-schbox .btn-sch span {
	  margin: 0;
	}
	.result-schbox .tips {
	  font-size: 0.24rem;
	  line-height: 0.3rem;
	  margin-top: 0.16rem;
	}
	
	.result-type li {
	  width: 33.333%;
	}
	
	.result-list li {
	  padding: 0.55rem 0;
	}
	.result-list .tit {
	  white-space: normal;
	  max-height: 0.72rem;
	  line-height: 0.36rem;
	  font-size: 0.28rem;
	}
  .codeFimg{
    padding-left: 0!important
  }
  .toUsbox{
    padding-bottom: .7rem!important
  }
}
#qrcode img{
  width: auto
}

