@charset "utf-8";

/* CSS Document */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
ul,
ol,
li {
    list-style: outside none none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}



html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0px;
    border: 0;
    font-size: 100%;
    outline: none;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0px;
}
@font-face {
	font-family: 'syhtB';
	src: url(../font/SOURCEHANSANSCN-BOLD.OTF);
}
@font-face {
	font-family: 'syhtN';
	src: url(../font/SOURCEHANSANSCN-NORMAL.OTF);
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar {
    width: 8px;
    background: none;
}

html::-webkit-scrollbar-thumb {
    width: 8px;
    background: #0087cd;
}

html::-webkit-scrollbar-corner {
    background: none;
}

html::-webkit-scrollbar:horizontal {
    height: 9px;
}

body {
    font: 14px/1.8 "syhtN",'syhtB', Arial;
    margin: 0 auto;
    color: #666;
    background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

input {
    outline: none;
    font-family: "SimHei", "黑体", Helvetica, sans-serif;
}

input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    -webkit-appearance: none;
    border-radius: 0;
    outline: none;
}

::-moz-selection {
    background: #ce000c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ce000c;
    color: #fff;
    text-shadow: none;
}

select {
    outline: none;
}

select::-ms-expand {
    display: none;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	color: #555;
}

a:link,
a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
@media screen and (min-width: 1024px) {
    html {
        font-size: 53.3333px;
    }
}

@media screen and (min-width: 1280px) {
    html {
        font-size: 66.6666px;
    }
}

@media screen and (min-width: 1366px) {
    html {
        font-size: 81.1458px;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 85px;
    }
}

@media screen and (min-width: 1680px) {
    html {
        font-size: 95.7778px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 2560px) {
    html {
        font-size: 138.02px;
    }
}

@media screen and (min-width: 3200px) {
    html {
        font-size: 166.6666px;
    }
}

@media screen and (min-width: 3840px) {
    html {
        font-size: 200px;
    }
}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}

.header{
	padding-bottom: 0;
    padding-top: 0.4rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 20.8%;
    height: 100%;
    z-index: 20000;
}
.ne-header{
	position: absolute;
}
.home-menuTop{
	zoom: 1;
}
.home-menuTop:after{
	display: block;
	content: '';
	clear: both;
}
.home-logo{
	float: left;
	width: 2.76rem;
	height: 0.82rem;
	background: #0087cd;
	position: relative;
	z-index: 10;
}
.home-logo img{
	display: block;
	width: 1.69rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home-menuBtn{
	float: left;
	width: 0.82rem;
	height: 0.82rem;
	position: relative;
	cursor: pointer;
}
.home-menuBtn span{
	display: block;
	width: 0.34rem;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.17rem;
}
.home-menuBtn span:nth-child(1){
	margin-top: -0.1rem;
}
.home-menuBtn span:nth-child(3){
	margin-top: 0.1rem;
}
.left-menu{
	width: 2.76rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.left-menu ul li{
	padding: 0.1rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    cursor: pointer;
    transition-duration: 0.5s;
}
.left-menu ul li:first-child{
	border-top: 1px solid rgba(255,255,255,0.2);
}
.left-menu ul li a{
	display: block;
	padding-left: 0.76rem;
	position: relative;
}
.left-menu ul li a:before{
	display: block;
	content: '';
	width: 0.3rem;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	right: 2.1rem;
	top: 50%;
	transition-duration: 0.5s;
}
.active a:before{
	width: 0.66rem !important;
	opacity: 1 !important;
}
.left-menu ul li:hover a:before{
	width: 0.66rem !important;
	opacity: 1 !important;
}

.left-menu ul:hover li{
	padding: 0.2rem 0;
}
.left-menu ul:hover li a span{
	opacity: 0.3;
}
.left-menu ul li a span{
	opacity: 0;
}
.left-menu ul li:hover a span{
	opacity: 1;
}
.active a span{
	opacity: 1 !important;
}

.left-menu ul li a{
	font-size: 0.16rem;
	transition: all 0.3s ease 0s;
	color: #fff;
}

.menu-panel{
	position: absolute;
	width: 100vw;
	height: 100vh;
	padding: 1.9rem 1.3rem 0;
	background: #0087cd;
	left: -140vw;
	top: -100vh;
	z-index: 5;
}
.menu-panel:after{
	display: block;
    content: '';
    width: 200vw;
    height: 200vh;
    border-radius: 50%;
    background: #0087cd;
    left: -50vw;
    top: -50vh;
    z-index: -1;
    position: absolute;
}
.menu-panel-box{
	display: none;
	width: 100%;
	padding-bottom: 0.7rem;
	border-bottom: 1px solid rgba(255,255,255,0.45);
	position: relative;
}
.menu-panel-list{
	
	position: relative;
}
.menu-panel-list div{
	zoom: 1;
	margin-bottom: 0.7rem;
}
.menu-panel-list div:last-child{
	margin-bottom: 0;
}
.menu-panel-list div:after{
	display: block;
	content: '';
	clear: both;
}
.menu-panel-list div span{
	float: left;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.36rem;
	padding-top: 0.02rem;
	box-sizing: border-box;
}
.menu-panel-list div a{
	float: left;
	display: block;
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.36rem;
	opacity: 1;
	margin-left: 0.35rem;
	transition-duration: 0.3s;
}
.menu-panel-list div a:hover{
	padding-left: 0.1rem;
}
.panel-lxwm{
	position: absolute;
	right: 0;
	bottom: 0.3rem;
}
.panel-lxwm h4{
	font-size: 0.26rem;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 0.2rem
}
.panel-ewm{
	zoom: 1;
}
.panel-ewm:after{
	display: block;
	content: '';
	clear: both;
}
.panel-ewmList{
	float: left;
	text-align: center;
}
.panel-ewmList:nth-child(1){
	margin-right: 0.45rem;
}
.panel-ewmList img{
	display: block;
}
.panel-ewmList p{
	font-size: 0.16rem;
	color: #fff;
	line-height: 1.6;
	margin-top: 0.04rem;
}
.panel-beian{
	display: none;
	padding-top: 0.5rem;
}
.panel-beian p{
	font-size: 0.18rem;
	color: #ffffff;
	opacity: 0.7;
}
.panel-beian p a{
	color: #fff;
}
.close-panel{
	display: none;
	width: 0.96rem;
	height: 0.96rem;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.close-panel img{
	display: block;
	width: 0.29rem;
	height: 0.29rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -0.145rem;
	margin-top: -0.145rem;
	transition-duration: 0.5s;
}
.close-panel:hover img{
	transform: rotate(180deg);
}




/*小屏导航*/
.xs-top{display: none;}
.logo-mobile{
	width: 49%;
    float: left;
    margin-top: 9.5px;
    margin-left: 3%;
}
.logo-mobile img{display: block;}
.mobile{width: 100%; z-index: 9999; position: fixed; top: 0; left: 0; height: 55px; background: #7e787c;box-shadow: 0 0 8px 2px #CCCCCC;}
.mobile-inner{ margin-right: auto;margin-left: auto;background-color: #fafafa; position: relative;}

.mobile-inner-header{width: 100%; height: 55px; position: fixed; top: 0; left: 0;background: #087ebb;}
.mobile-inner-header-icon{color: #ffffff;background: #087ebb; height: 55px; font-size:25px; text-align: center; float:right; width: 55px; position: relative; -webkit-transition: background 0.5s; -moz-transition: background 0.5s; -o-transition: background 0.5s;transition: background 0.5s;}
.mobile-inner-header-icon span{position: absolute; left: calc((100% - 25px) / 2); top: calc((100% - 5px) / 2); width: 30px; height: 3px; background-color: #fff;transition-duration: 0.5s;}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(10px) rotate(0deg); }
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-10px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(3){ width:20px;}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s; animation-fill-mode: both; animation-name: clickfirst;}   
.mobile-inner-header-icon-click span:nth-child(2){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: clicksecond;}
.mobile-inner-header-icon-out span:nth-child(1){ animation-duration: 0.5s; animation-fill-mode: both; animation-name: outfirst; }   
.mobile-inner-header-icon-out span:nth-child(2){ animation-duration: 0.5s;animation-fill-mode: both; animation-name: outsecond; }
.mobile-inner-nav{ background:#087ebb; width: 100%; position: absolute; top: 55px;left: 0px; display: none;}
.active_mobile span:nth-child(3){ opacity:0;}
.active_mobile span:nth-child(1){transform: rotate(45deg);width: 30px;}
.active_mobile span:nth-child(2){transform: rotate(-45deg);width: 30px;}
.subNavBox1{width:100%;}
.subNav1{display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  line-height: 50px;
  font-size: 16px;
  color: #555;
  padding:0 15px;
  background: url(../images/jia1.png) no-repeat 96% center;
  color:#fff;
}
.subNav1 a{display: block;}
.currentDt1{
	background: url(../images/jian1.png) no-repeat 96% center rgba(255,255,255,0.2);
}
.navContent1{display: none; border-bottom: 1px solid rgba(255,255,255,0.2); padding:10px 0; background:rgba(255,255,255,0.2);}
.navContent1 li{ line-height:30px;}
.navContent1 li a{display:block; font-size:14px; color:#fff; padding-left: 40px;}
.so-mobile-fl{ width:100%; padding:10px 10px 10px 40px;}
.so-mobile-fl p{ font-size:14px; padding-bottom:10px; color:#fff; position:relative;}
.so-mobile-fl a{ display:block; font-size:14px; color:#fff; padding-bottom:10px; float:left; padding-right:10px;}
.xg-mobile-bt{ font-size:14px;font-weight: normal; padding:10px 20px;}
.xg-mobile-bt a{ color:#fff; position:relative; padding-left:20px;display: block;}
.xg-mobile-bt a:before{content: '';
    width: 15px;
    height: 15px;
    background: url(../images/m_anniu1.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 2px;
    background-size: cover;}
/*菜单结束*/
.head-yy{
	display: none;
	float: right;
	margin-right: 10px;
}
.head-yy a{
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	
}

@media only screen and (max-width: 1440px) {
	.ne-center {
	    width: 78%;
	} 
 }
 @media only screen and (max-width: 1366px) {
	 .ne-center {
	     width: 80%;
	 }
 }
 @media only screen and (max-width: 1280px) {
	  
  }
 @media only screen and (max-width: 1080px) {
	  
  }
 @media only screen and (max-width: 760px) {
	.ne-center{width: 96%;}
	.ne-pos{display: none;}
	
	.header{
		padding-top: 0;
		width: 100%;
		height: auto;
		background: #0087cd;
	}
	.head-yy{
		display: block;
	}
	.home-logo{
		width: auto;
    	height: 50px;
    	padding-top: 6px;
    	padding-left: 10px;
	}
	.home-menuBtn{
		float: right;
		width: 50px;
    	height: 50px;
    	
	}
	.home-menuBtn span{
		width: 22px;
    	margin-left: -11px;
	}
	.home-menuBtn span:nth-child(1){
		margin-top: -6px;
	}
	.home-menuBtn span:nth-child(3){
		margin-top: 6px;
	}
	.home-logo img{
		width: 126px;
		position: relative;
		left: 0;
		top: 0;
		transform: translate(0,0);
	}
	
	.menu-panel{
		padding: 12vh 3%;
	}
	.menu-panel-list div span{
		font-size: 18px;
		line-height: 1.6;
	}
	.menu-panel-list div a{
		font-size: 18px;
		line-height: 1.6;
	}
	.panel-ewmList{
		float: none;
	}
	.panel-ewmList:nth-child(1){
		margin-right: 0;
		margin-bottom: 10px;
	}
	.panel-lxwm{
		bottom: 0;
    	top: 0;
	}
	.panel-lxwm h4{
		font-size: 18px;
		line-height: 1.6;
	}
	.panel-ewmList p{
		font-size: 14px;
		line-height: 1.4;
	}
	.panel-beian p{
		font-size: 15px;
	}
	.panel-beian p a{
		display: block;
	}
  }
@keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}


}
@-moz-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

}
@-webkit-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

}
@-o-keyframes changeScale {
    0% {
        transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        opacity: .2;
    }
    100% {
        transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1
    }
}

@keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-moz-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-o-keyframes icon-bounce {
    0%,
    100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }