@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family:"arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

input,textarea {
	font-family: "arial","微软雅黑", "Helvetica", "Helvetica Neue";
	color: #333;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #333;}
a:hover {	color: #0071ff;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #666;}
input::-moz-placeholder{	color: #666;}
input:-ms-input-placeholder{	color: #666;}

textarea::-webkit-input-placeholder{	color: #666;}
textarea::-moz-placeholder{	color: #666;}
textarea:-ms-input-placeholder{	color: #666;}

.wrap { overflow: hidden; margin: 0 auto; padding-top: 5em;}
.bgGray { background-color: #f5f6fa;}
.con { max-width:1200px;  margin: 0 auto; position: relative;}

    .font72 { font-size: 72px;}
	.font64 { font-size: 64px;}
	.font60 { font-size: 60px;}
	.font52 { font-size: 52px;}
	.font48 { font-size: 48px;}
	.font46 { font-size: 46px;}
	.font42 { font-size: 42px;}
	.font40 { font-size: 40px;}
	.font38 { font-size: 38px;}
	.font36 { font-size: 36px;}
	.font34 { font-size: 34px;}
	.font30 { font-size: 30px;}
	.font28 { font-size: 28px;}
	.font26 { font-size: 26px;}
	.font24 { font-size: 24px;}
	.font22 { font-size: 22px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font15 { font-size: 15px;}
	.font14 { font-size: 14px;}
	.font13 { font-size: 13px;}
	.font12 { font-size: 12px;}

@media only screen and (max-width:1232px) {
	.con {  width:auto;  margin: 0 1em; }
}
@media only screen and (max-width:828px) {
	.wrap { padding-top: 3.2em;}
	
	.font28 { font-size: 24px;}
	.font26 { font-size: 23px;}
	.font24 { font-size: 23px;}
	.font22 { font-size: 20px;}
	.font20 { font-size: 18px;}
	
	.font18 { font-size: 16px;}
	.font16 { font-size: 14px;}
	.font15 { font-size: 13px;}
	.font14 { font-size: 12px;}
	.font13 { font-size: 12px;}
	.font12 { font-size: 12px;}
}

/*头部*/
.headerW {position: fixed; z-index: 500; left: 0; top: 0; width: 100%;	background-color: #fff;
height:5em;  
transition: all 0.5s;
-webkit-transition:all 0.5s;}
.header { margin: 0 auto; height: 100%;  
transition: all 0.5s;
-webkit-transition:all 0.5s;}

.header .con {height: 100%; overflow: visible;
 display: flex; justify-content:space-between; align-items: stretch;}
.header .logo { display: flex; justify-content: center; align-items: center;}
.header .logo img {	display: block;	 height: 3.5em; width:auto;}

.header .links { display: none; height: 100%; margin-left: 4%; justify-content: flex-start; align-items: center;}

.header .c-switch-w { font-size: 1em; display: inline-block;
width: 2.5em; height: 2.5em;  margin-right: -0.5em;
display: none; justify-content: center; align-items: center;}
.header .c-switch {  display: inline-block; color: #fff;
transition: all 0.5s;
-webkit-transition:all 0.5s;
width: 20px; height:18px; cursor: pointer; position: relative; z-index: 0;} 
.header .c-switch i {
	position: relative;
	display: block;
	height: 3px;
	background: #0071ff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;}
.headerB .header .c-switch i { background-color: #000;}
.header .c-switch i:nth-child(1) {	top: 0;}
.header .c-switch i:nth-child(3) {	bottom: 0;}
.header .c-switch i:nth-child(2) {	margin: 4px 0; }

.header .c-switch.show i:nth-child(2) {	opacity: 0;}
.header .c-switch.show i:nth-child(1) {
	top:8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:828px) {	
	.header .c-switch-w { display: flex; margin-left: 0.4em;}
	.header .c-switch.show::after { left: -30%; top: -30%; width: 160%; height: 160%;}
}

@media only screen and (max-width:828px) {
.headerW { height: 3.2em;}
.header {height: 100%; justify-content: space-between;}
.header .logo img {	display: block;	 width: auto; height: 1.9em;  }
.header .links {  flex: 1; width: 100%; display: flex; justify-content: flex-end; align-items: center;}
.header .c-switch .iconfont { font-size: 3.6vw;}
}

/*头部导航*/
.navW {height: 100%;display: flex; justify-content:flex-end; align-items: center;}
.nav { height: 100%; width: 100%; }
@media only screen and (max-width:1200px) {
	.nav { font-size: 18px;}
}
@media only screen and (max-width:1060px) {
	.nav { font-size: 16px;}
}

@media only screen and (max-width:828px) {
	.navW .nav { display: none !important;}
}
.nav>ul {height: 100%;width: 100%;
display: flex; justify-content: flex-end; align-items: center;}
.nav>ul>li {height: 100%;	position: relative;	z-index: 100;	cursor: pointer; margin: 0 1.25em;}
.nav>ul>li>a,.nav>ul>li>span { padding: 0 0em;
	position: relative;color: #000;
	z-index: 1; height: 100%;
    display: flex; justify-content: center; align-items: center; cursor: pointer;}
.nav>ul>li>a:hover {color: #000;}
.nav>ul>li.cur>a { color: #000; }
.nav>ul>li.cur::after { content: ""; display: block; position: absolute; z-index: 0;
left:0; bottom: 0; width: 100%; background-color: #0071ff; height: 4px;}

.nav>ul:hover>li.cur>a { color: #222; }
.nav>ul:hover>li.cur::after { display: none;}

.nav>ul>li.hover>a,.nav>ul:hover>li.hover>a { color: #0071ff; }
.nav>ul>li.hover::after,.nav>ul:hover>li.hover::after {
 content: ""; display: block; position: absolute; z-index: 0;
left:0; bottom: 0; width: 100%; background-color: #0071ff; height: 4px;}

.nav .sub_nav {	display: none;	position: absolute; z-index: 1;	top: 100%; 
	left: 50%; margin-left: -4.4em;  width: 8.8em; text-align: center;
	background: rgba(0,122,255,0.8); font-size: 0.8em;}	

.nav .sub_nav li {  line-height: 3em; height: 3em; overflow: hidden;border-bottom:1px solid rgba(255,255,255,0.6);}
.nav .sub_nav li a {color: #fff; padding:0 0.5em; display: block;
 transition: all 0.3s;
 -webkit-transition:all 0.3s;}
.nav .sub_nav li a:hover { background-color: rgba(0,0,0,0.3); color: #fff;}

@media only screen and (max-width:960px) {
.nav>ul>li { margin: 0 0.05em;}
.nav>ul>li>a, .nav>ul>li>span { padding: 0 0.6em;}
}

/*电脑版下拉菜单*/

.popupNav { display: none; position: fixed; z-index: 400;
left: 0; top: 0; bottom: 0; right: 0; background-color: rgba(0,0,0,0.3);}
@media only screen and (min-width:828px) {
	.popupNav { display: none !important;}
}
.popupCon { overflow: hidden; position: relative; z-index: 0; height: 100vh;
 width: 100%; margin: 0 auto 0 0;
display: flex; flex-direction: column; justify-content: space-between; align-items: stretch;}
.popupCon .navM { display: block;}
  
.navM {position: relative;	z-index: 0;		background-color:#eee;
		margin-top: 2.8em; top: 0; line-height: 3.2;
			text-align: left;
			overflow-y: auto;}
    .navM .con { position: relative; z-index: 0; width: auto; margin: 0 auto;}
	.navM .con>ul {font-size: 1em; width: 100%; margin: 0 auto; position: relative;
	   display: flex; justify-content: space-around; align-items: flex-start;
		    display: block; width: 100%; font-size: 16px;}
	.navM .con>ul>li {  padding: 0 1.5em;flex: 1; }
	.navM .con>ul>li:first-child { flex: 2;}
	
	.navM .title { font-size:1em;}
	.navM .title a {color: #000;width:80%}
	.navM .title a:hover {color: #0071ff;}
	.navM a {color: #000;display: block;		}
	.navM a:hover {	color: #333;	}
	.navM li { text-transform: uppercase;
		border-top: 1px solid #ccc;
		position: relative;		z-index: 0;	padding: 0 1.5em;}
	.navM li:first-child {border-top: 0;	}
	.navM li .title { display: flex; justify-content: space-between; align-items: center;padding: 0;}

	.navM ul .sub_nav { position: static; margin: 0 -1.5em;
		display: none;		overflow: hidden;
		 font-size: 0.95em; line-height: 2.9em; background-color: #dedede;
	}
	.navM ul .sub_nav li { padding-left: 2.7em;}
	.navM ul .sub_nav li:first-child {}
	.navM li .arrow {display: block; cursor: pointer;
		height:0.9em;width: 0.9em; 
		background: url(../images/arrow_22.png) center center no-repeat;
		background-size:contain;
	}

.position {  padding: 1em 0 0.9em; background-color: #fff; color: #000;text-align: left;}
.position a {display: inline-block;color: #000;  }
.position a:hover {color: #0071ff; }
.position .arrow { display: inline-block; margin: 0 0.8em; color: #999; }
.position span { display: inline-block;}

.bgGray .position { border-bottom: 1px solid #e7e8ea; border-top: 1px solid #e7e8ea;background-color:#fcfcfd;}

.iTit .name { color: #0b173f; font-weight: bold;}
.iTit .intro { margin-top: 0.1em; color: #a5a7b0; }
 
/*底部*/
.serBox { background-color: #e4ebf5;}
.serBox .list ul { display: flex; flex-wrap: wrap;justify-content: space-between; align-items: center;}
.serBox .list li { padding: 2em 0; margin-right: 1em; display:flex; justify-content: center; align-items: center;}
.serBox .list li:last-child { margin-right: 0;}
.serBox .list ul img { margin-right: 0.8em; width: 2em; height: 2em;}

@media only screen and (max-width:828px) {
	.serBox { padding: 1.2em 0;}
	.serBox .list li { padding: 1em 0; width: 48%; margin: 0 1%;}
}

@media only screen and (max-width:400px) {
	.serBox .list li { width: 98%; }
}

.footer { position: relative; z-index: 0; 
 color: #000;text-align: left; width: 100%;background: #f5f7fa;}
.footerTop { padding:2.8em 0 4em;}
.footerTop .con{  display: flex; justify-content: space-between; align-items: flex-start;}

.footerTop .info .logo img { display: block; margin: 0 auto 0 0; width: auto; height: 3.5em; }

.footer .fnav { flex: 1; margin-left: 5.8%; line-height: 2;
 flex-wrap: wrap; display: flex; justify-content:space-between; align-items: flex-start;}
.footer .fnav dl dt { line-height: 1.3;}
.footer .fnav dl dt a { color: #000; }
.footer .fnav dl dt a:hover { color: #007aff;}
.footer .fnav dl dt a .ch { font-weight: bold;}
.footer .fnav dl dt a .en { color: #838486;}
.footer .fnav dl dd { margin-top: 0.9em; line-height: 2em;  }
.footer .fnav dl dd li { line-height: 2em; height: 2em; overflow: hidden;}

.footer a { color: #496999;}
.footer a:hover { color: #007aff;}

.footer .add { line-height: 1.4;}
.footer .add  .item { padding: 0.4em 0;}

.footer .footerBot {  color: #616162; }
.footer .footerBot .con { padding: 1.1em 0 1.1em; border-top:1px solid #dce0e6 ; }
.footer .footerBot .copyRight { text-align: center; }

@media only screen and (max-width:828px) {
.footerTop { padding: 2em 0 1.7em; }
.footerTop .con {align-items: center;}
.footer .footerBot .con { display: block; text-align: center;}
.footer .footerBot .copyRight { margin-right: auto; text-align: center; margin-bottom: 0.5em;}
.footer .fnav { display: none;}
.footer .info { width:100%; margin-right:auto; }
.footerTop .info .logo img { height: 1.9em; width: auto;}

}

.page { margin-top: 3.2em;	text-align: center;	color: #666;	line-height:2.2; }
@media only screen and (max-width:828px) {
	.page { font-size: 12px;}
}
.page a,.page .cur,.page .dot {
	display: inline-block;
	color: #666; 
	padding: 0.1em 0 0; min-width: 2.3em;
	margin: 0.5em 0.3em 0;
	background-color: #fff; border: 1px solid #dedede;
	-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
}
.page a:hover { color: #007aff; border: 1px solid #007aff; }
.page a.page-num-current { font-weight: bold; background-color: #007aff;color: #fff;}
.page .cur { color: #fff; background-color: #007aff; border: 1px solid #007aff;}
.page .prev { font-weight: bold; 
	display: inline-block;font-family: "宋体";
}
.page .next {font-weight: bold; 
	display: inline-block;font-family: "宋体";
}

.btnBlue { padding: 0.1em 4.5em 0; line-height: 2.9em; color: #fff; display: inline-block; background-color: #007aff;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}

.btnBlue:hover { color: #fff;}


.btnWhite { padding: 0.1em 4.5em 0; line-height: 2.9em; color: #000;
 display: inline-block; background-color: #fff; border: 1px solid #c5cede;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
transition: all 0.3s;
-webkit-transition:all 0.3s;}

.btnWhite:hover { color: #fff; background-color: #007aff; border: 1px solid #007aff;} 

.btnGray { padding: 0.1em 4.5em 0; line-height: 2.9em; color: #000;
 display: inline-block; background-color: #f5f7fa;border: 1px solid #c5cede;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
transition: all 0.3s;
-webkit-transition:all 0.3s;}

.btnGray:hover { color: #fff; background-color: #007aff; border: 1px solid #007aff;} 

@media only screen and (max-width:828px) {
	.btnBlue { padding: 0.1em 1.5em 0; line-height: 1.9em; font-size:0.8em;}
}