
html {

	font-family:  "Arial","Microsoft YaHei","微软雅黑",'SimHei',"黑体",sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

html.no-edge.no-ie * {
	font-feature-settings: "palt" 1
}

html.no-edge.no-ie *.not-palt {
	font-feature-settings: initial
}

body {
	margin: 0;
	overflow: visible !important
}

a {
	background: transparent;
	outline: none !important;
	-webkit-outline: none !important
}

a:focus {
	outline: thin dotted
}

a:active,a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

code,kbd,pre,samp {

	font-size: 1em
}

pre {
	white-space: pre-wrap
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
	font-size: 80%
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0;
	margin: 0;
	padding: 0;

}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

button,input,select,textarea {

	font-size: 100%;
	margin: 0
}

button,input {
	line-height: normal
}

button,select {
	text-transform: none
}

select::-ms-expand {
	display: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],html input[disabled] {
	cursor: default
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clearfix:after {
	display: block;
	clear: both;
	content: ""
}
.clear{clear: both; height: 0}
html * {
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	outline: none;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-webkit-text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%
}

html,body {
	text-rendering: optimizeLegibility;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch
}

html {
	-webkit-tap-highlight-color: transparent
}

body {




}

html.windows body {

	letter-spacing: 0.1em
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,em,img,strong,dl,dt,dd,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-style: normal;

}

article,aside,figure,footer,header,hgroup,menu,nav,section,figure,figcaption {
	margin: 0;
	padding: 0;
	border: none;
	display: block;
	outline: none
}

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

p {
	margin: 0;
	padding:0;
}

dd,li,th,td,input,textarea {
	margin: 0;
	padding:0;
	text-align: left
}

ul,ol {
	margin: 0;
	padding:0;
	list-style-type: none
}

img {}

a,input,button,textarea {
	outline: none;
	border: none;
	background-color: transparent
}

a {
	color: #16185c;
	text-decoration: none
}


::-moz-selection {
	background-color: rgba(194,155,1,0.3)
}

::selection {
	background-color: rgba(194,155,1,0.3)
}

img::selection,svg::selection,svg *::selection {
	background-color: transparent
}
/*
@media only screen and (min-width: 751px) {
	html .sp {
		display: none !important
	}
}

@media only screen and (max-width: 750px) {
	html .pc {
		display: none !important
	}
}
*/
html.no-pc .ua-pc {
	display: none
}

html.pc .ua-sp,html.tablet .ua-sp {
	display: none
}
.show{ display: block;}
.hide{ display: none}
/*logo和导航*/

/*头部开始*/
.logo{width:136px;float:left;}
.logo img{float:left}
.header{
	width:100%;
	position: relative;
	z-index: 180;
}

.nav_body{
	width:100%;
	height: 60px;
	background-color: rgb(0, 102, 255);
	transition:height ease 0.5s;
	position: relative;
	z-index: 190;

}
.nav_head{
	width:100%;
	max-width:1470px;
	height: 60px;
	margin: 0 auto;

}
.nav{
	float:right;
	height:60px;
	line-height: 60px;
	position: relative;
	z-index: 202
}


.navi_body:hover{
	height:300px;
}


.nav ul{
	height:60px;
	line-height: 60px;
}
.nav ul li{
	position:relative;
	z-index: 210;
	height:60px;
	line-height: 60px;
	float: left;
	text-align:center;
	width: 120px;
	padding:0 15px ;
	cursor:pointer;
}


.nav ul li a{
	color:#FFF;
	text-decoration:none;
	height:58px;
	display:inline-block;
	font-size:18px;
	color:#FFFFFF;
	line-height: 60px;

}

.nav ul li a:hover{
	color:#FFF;
	border-bottom: #fff solid 2px;
}
.nav ul li a.on{
	color:#FFF;
	border-bottom: #fff solid 2px;
}
.nav_title{

	color:#FFF;
}

.sub{
	min-height:447px;
	width:100%;
	padding:0;
	position:absolute;
	top:60px;
	overflow:hidden;
	z-index:180;
	left:0;
	background:url(../images/sub_bg_03.png) 0 0 repeat-x;
	display: none;
}
/*二级导航*/

.nav ul li .sub_n{
	position: relative;
	z-index: 240;
	width: 230px;
	height:413px;
	display:none;
}
.nav ul li .on a:hover{
	border-bottom:#fff solid 1px;
}
.nav ul li  ul.sub_zong{
	position: absolute;
	z-index: 255;
	height: auto;
	left: 0px;
}


.nav ul li ul.sub_zong li{

	height: 80px;
	padding: 5px 0;
	display: block;
	text-align:center;
	width: 230px;
	text-align:left;
	height: 54px;
	padding: 10px 0 0;
}
.nav ul li ul.sub_zong li a{
	color:#FFF;
	font-size:18px;
	height:auto;
	line-height: 30px;
	border-bottom:none;
}
.nav ul li ul.sub_zong li a:hover span{border-bottom:#fff solid 1px; }
.nav ul li ul.sub_zong li a p{
	display:inline-block;
	float: left;
	padding-right:10px;
}
.nav ul li ul.sub_zong li a span{
	display:inline-block;
	line-height: 54px;
	float: left;
}
/*
.nav ul li ul.sub_01{
	padding-left: 20px;
}
.nav ul li ul.sub_01 li {

	padding: 5px 0;
	display: block;
	text-align:center;
	width: 80px;
	text-align:center;
	padding: 10px 0 0;
	height:80px;
	clear:both;

}
.nav ul li ul.sub_01 li a p.bgs1{
	display:inline-block;
	float: none;
	clear:both;

}
.nav ul li ul.sub_01 li a span{
	display:inline-block;
	line-height: 30px;
	float: none;
	clear:both;
}*/
/*头部结束*/
@media (min-width:1280px) {
	.nav_head{
		max-width:1200px;

	}
	.nav{ width: 900px;}

}
@media (min-width:1470px) {
	.nav_head{
		max-width:1300px;
	}
	.nav{ width: 900px;}

}
@media (min-width:1600px) {
	.nav_head{
		max-width:1470px;
	}
	.nav{ width: 900px;}

}

/*底部样式*/
#footer{ padding-bottom: 70px}
.footer-box {
	background: #0066ff;
	overflow: hidden;
	width: 100%;
	color: #fff;
	padding: 30px 0 5px;
}

.footer-container {
	width: 1230px;
	margin: 0 auto;
	padding: 0;

}


.footer-links {
	padding: 20px 0 15px 200px;

}

.footer-article-item {
	width: 209px;
	height: auto;
	float: left;
	margin-right: 23px;
	line-height: 2;
	font-size: 14px;
}

.footer-article-item dt {
	color: #FFF;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 2;

}
.footer-article-item dt a{
	color: #FFF;
}

.footer-article-item dd {
	line-height: 2;
}

.footer-article-item dd a {
	color: #FFF;
	transition: all .1s;
}

.footer-article-item dd a:hover {
	color: #fff;
}

.footer-contact-item {
	width: 285px;
	float: left;
}

.footer-contact-item h3 {
	font-size: 16px;
	color: #FFF;
	line-height: 2;
	margin-bottom: 10px;
	font-weight: 400;
}

.footer-contact-item p {
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
	line-height: 42px;
}
.footer-contact-item p span{
	float: left; padding-right: 15px;
}
.footer-ewm {
	float: left;
	width: 81px;
	margin-right: 18px;
	text-align: center;
}

.footer-ewm img {
	width: 81px;
	height: 81px;
	display: block;
	border: none;
}

.footer-ewm p {
	font-size: 14px;
	color:#FFF;
	margin-top: 12px;
	line-height: 14px;
}


.footer-copyright {
	line-height: 20px;
	font-size: 14px;
	text-align: center;

}

.footer-copyright p {
	margin-bottom: 9px;
	font-size: 14px;
	color: #fff;

	line-height: 60px;
}
.footer-copyright p a{ color: #fff;}

/*@media only screen and (max-width:1279px){*/
/*	.homepageNavigationPanel{display:none*/
/*	}*/
/*}*/
/*.homepageNavigationPanel{pointer-events:none;position:fixed;height:100%;z-index:11;width:296px;background:linear-gradient(to right,rgba(0,0,0,0.3),rgba(0,0,0,0));left:0;top:0;transition-duration:200ms;transition-timing-function:linear}*/
/*.homepageNavigationPanel.minified{pointer-events:none}*/
/*.homepageNavigationPanel.minified .nav-container{pointer-events:auto;width:68px}*/
/*.homepageNavigationPanel.minified .nav-in-page{pointer-events:none}*/
/*.homepageNavigationPanel.minified .nav-in-page .nav-link{height:4px;opacity:1}*/
/*.homepageNavigationPanel.minified .nav-in-page .nav-link.active{height:4px}*/
/*.homepageNavigationPanel.minified .nav-in-page .nav-link.active a{transition-duration:200ms;transition-timing-function:linear;font-family:"SAPRegular",Arial,Helvetica,sans-serif;font-weight:normal;line-height:1.1em;font-size:14px}*/
/*html.content-zh_cn .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-iw_il .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ar_sa .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ja_jp .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ko_kr .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-zh_tw .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:400}*/
/*@media only screen and (min-width:768px){*/
/*	.homepageNavigationPanel.minified .nav-in-page .nav-link.active a{*/
/*		font-family:"SAPMedium",Arial,Helvetica,sans-serif;font-weight:normal}*/
/*	html.content-zh_cn .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-iw_il .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ar_sa .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ja_jp .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ko_kr .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-zh_tw .homepageNavigationPanel.minified .nav-in-page .nav-link.active a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*}*/
/*.homepageNavigationPanel.minified .nav-in-page .nav-link.active a.show{opacity:1;transition-duration:200ms;transition-timing-function:linear}*/
/*.homepageNavigationPanel.minified .nav-in-page .nav-link a{opacity:0;transition-duration:200ms;transition-timing-function:linear}*/
/*.homepageNavigationPanel .nav-container{pointer-events:auto;width:224px;height:100%}*/
/*.homepageNavigationPanel .nav-links{display:inline-block;max-width:192px}*/
/*.homepageNavigationPanel.full-state{background:linear-gradient(to right,rgba(0,0,0,0.7),rgba(0,0,0,0));transition-duration:200ms;transition-timing-function:linear}*/
/*.homepageNavigationPanel.full-state .nav-in-page .nav-link{height:26px;opacity:1}*/
/*.homepageNavigationPanel.full-state .nav-in-page .nav-link.active{height:42px}*/
/*.homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"SAPRegular",Arial,Helvetica,sans-serif;font-weight:normal;line-height:1.1em;font-size:16px}*/
/*html.content-zh_cn .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-iw_il .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ar_sa .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ja_jp .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ko_kr .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-zh_tw .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:400}*/
/*@media only screen and (min-width:768px){*/
/*	.homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"SAPMedium",Arial,Helvetica,sans-serif;font-weight:normal}*/
/*	html.content-zh_cn .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-iw_il .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ar_sa .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ja_jp .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ko_kr .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-zh_tw .homepageNavigationPanel.full-state .nav-in-page .nav-link.active a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*}*/
/*.homepageNavigationPanel.full-state .nav-in-page .nav-link a{display:block;opacity:1}*/
/*.homepageNavigationPanel .nav-in-page{margin-left:32px;width:192px;transform:translateY(50%);position:absolute;bottom:50%}*/
/*.homepageNavigationPanel .nav-in-page .nav-link{padding:0 0 0 10px;cursor:pointer;border-left:4px solid rgba(255,255,255,0.4);height:26px;display:flex;align-items:center;margin-top:8px;margin-bottom:8px;transition-duration:200ms;transition-timing-function:linear;opacity:0}*/
/*.homepageNavigationPanel .nav-in-page .nav-link.active,.homepageNavigationPanel .nav-in-page .nav-link:hover{transition-duration:200ms;transition-timing-function:linear;border-left-color:rgba(255,255,255,0.7)}*/
/*.homepageNavigationPanel .nav-in-page .nav-link.active a,.homepageNavigationPanel .nav-in-page .nav-link:hover a{color:#fff;line-height:1.1em}*/
/*.homepageNavigationPanel .nav-in-page .nav-link.active{height:42px}*/
/*.homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"SAPRegular",Arial,Helvetica,sans-serif;font-weight:normal;line-height:1.1em;font-size:16px}*/
/*html.content-zh_cn .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-iw_il .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ar_sa .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ja_jp .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ko_kr .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:400}*/
/*html.content-zh_tw .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:400}*/

/*@media only screen and (min-width:768px){.homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"SAPMedium",Arial,Helvetica,sans-serif;font-weight:normal}*/
/*	html.content-zh_cn .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-iw_il .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ar_sa .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ja_jp .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:Arial,Helvetica,sans-serif;font-weight:bold}*/
/*	html.content-ko_kr .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:500}*/
/*	html.content-zh_tw .homepageNavigationPanel .nav-in-page .nav-link.active a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:500}*/
/*}*/
/*.homepageNavigationPanel .nav-in-page .nav-link.initial{opacity:1;transition-duration:1000ms;transition-timing-function:linear}*/
/*.homepageNavigationPanel .nav-in-page .nav-link a{display:block;font-family:"SAPBook",Arial,Helvetica,sans-serif;font-weight:normal;font-size:14px;line-height:1.1em;color:rgba(255,255,255,0.7)}*/
/*html.content-zh_cn .homepageNavigationPanel .nav-in-page .nav-link a{font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif;font-weight:300}*/
/*html.content-iw_il .homepageNavigationPanel .nav-in-page .nav-link a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ar_sa .homepageNavigationPanel .nav-in-page .nav-link a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ja_jp .homepageNavigationPanel .nav-in-page .nav-link a{font-family:Arial,Helvetica,sans-serif;font-weight:normal}*/
/*html.content-ko_kr .homepageNavigationPanel .nav-in-page .nav-link a{font-family:"Malgun Gothic",Arial,Helvetica,sans-serif;font-weight:300}*/
/*html.content-zh_tw .homepageNavigationPanel .nav-in-page .nav-link a{font-family:"Microsoft JhengHei",Arial,Helvetica,sans-serif;font-weight:300}*/
/*.rtl .homepageNavigationPanel{background:linear-gradient(to left,rgba(0,0,0,0.3),rgba(0,0,0,0));right:0;left:inherit}*/
/*.rtl .homepageNavigationPanel.full-state{background:linear-gradient(to left,rgba(0,0,0,0.7),rgba(0,0,0,0))}*/
/*.rtl .homepageNavigationPanel .nav-in-page{margin-left:0;margin-right:32px}*/
/*.rtl .homepageNavigationPanel .nav-in-page .nav-link{padding:0 10px 0 0;border-left:0;border-right:4px solid rgba(255,255,255,0.4)}*/
/*.rtl .homepageNavigationPanel .nav-in-page .nav-link.active,.rtl .homepageNavigationPanel .nav-in-page .nav-link:hover{border-left-color:transparent;border-left-width:0;border-right-color:rgba(255,255,255,0.7)}*/
#fp-nav ul li .fp-tooltip{color: #8c8c8c}


#fp-nav ul li a span{
	border-radius: 0%;

}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span
{

	border-radius: 0%;
}
/*#fp-nav ul li .fp-tooltip {*/

/*	opacity: 1;*/

/*}*/
