body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin: 0;
	padding: 0
}

@font-face {
  	font-family: "Roboto-Regular";
  	src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"),
       url("../fonts/Roboto/Roboto-Regular.woff") format("woff"),
       url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"),
       url("../fonts/Roboto/Roboto-Regular.eot") format("embedded-opentype"),
       url("../fonts/Roboto/Roboto-Regular.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  	font-family: "HelveticaLTStd-Cond";
  	src: url("../fonts/HelveticaLTStd/HelveticaLTStd-Cond.woff2") format("woff2"),
       url("../fonts/HelveticaLTStd/HelveticaLTStd-Cond.woff") format("woff"),
       url("../fonts/HelveticaLTStd/HelveticaLTStd-Cond.ttf") format("truetype"),
       url("../fonts/HelveticaLTStd/HelveticaLTStd-Cond.eot") format("embedded-opentype"),
       url("../fonts/HelveticaLTStd/HelveticaLTStd-Cond.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  	font-family: "SourceHanSansCn-heavy";
  	src: url("../fonts/SourceHanSansCn/SourceHanSansCn-heavy.woff2") format("woff2"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-heavy.woff") format("woff"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-heavy.ttf") format("truetype"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-heavy.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-heavy.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  	font-family: "SourceHanSansCn-light";
  	src: url("../fonts/SourceHanSansCn/SourceHanSansCn-light.woff2") format("woff2"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-light.woff") format("woff"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-light.ttf") format("truetype"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-light.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCn/SourceHanSansCn-light.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #ef8200;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,select:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus,video:focus{
    outline: none;
}

*::selection {
    background-color: #173993;
    color: white;
}

*::-moz-selection {
    background-color: #173993;
    color: white;
}

*::-webkit-selection {
    background-color: #173993;
    color: white;
}

@media only screen and (max-width: 991px ) {
	.container {
		width: 580px;
		padding: 0;
	}
}
@media only screen and (max-width: 700px ) {
	.container {
		width: 325px;
	}
}
@media only screen and (min-width: 992px ) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 970px;
	}
}
@media only screen and (min-width: 1250px) {
	.container {
		width: 1200px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background-color: #FFFFFF;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.14);
	transition: all 0.5s;
}
header .header-container {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
}
header .logo {
	display: block;
	width: 318px;
	overflow: hidden;
	float: left;
	margin: 23px 0;
}
header .logo .logo-img {
	width: 80px;
	overflow: hidden;
	float: left;
}
header .logo img {
	width: 100%;
}
header .logo img:nth-of-type(2) {
	display: none;
}
header .header-menu {
	width: auto;
	height: 54px;
	overflow: hidden;
	float: right;
	line-height: 54px;
	margin: 18px 0;
}
header .header-menu a {
	display: block;
	width: 65px;
	float: left;
	color: #333333;
	font-size: 15px;
	line-height: 54px;
	text-align: center;
	overflow: hidden;
	margin: 0 30px 0 0;
	position: relative;
}
header .header-menu a:first-of-type {
	width: 42px;
}
header .header-menu a:before {
	content: '';
	display: block;
	width: 0px;
	height: 7px;
	overflow: hidden;
	background: url(../img/mb.png) no-repeat center;
	background-size: auto 100%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.5s linear;
}
header .header-menu a.active {
	font-weight: bold;
}
header .header-menu a.active:before {
	width: 42px;
	margin: 0 0 0 -21px;
}
header .header-menu a:hover:before{
	width: 42px;
	margin: 0 0 0 -21px;
}
header .header-right {
	width: 115px;
	height: 32px;
	float: right;
	margin: 29px 0;
}
header .header-right a {
	display: block;
	float: left;
	margin: 7px 10px 0 0;
}
header .header-right a img {
	width: 23px;
}
header .header-right span {
	display: block;
	width: 40px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	border-radius: 5px;
	background-color: #ef8200;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
	float: right;
}
.header-search {
	width: 100%;
	height: 95px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: fixed;
	left: 0;
	top: 90px;
	border-top: 3px solid #173993;
	display: none;
	box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.14);
}
.header-search div {
	position: relative;
}
.header-search input {
	display: block;
	width: calc(100% - 60px);
	width: -moz-calc(100% - 60px);
	width: -webkit-calc(100% - 60px);
	height: 55px;
	border: none;
	border-bottom: 2px solid #173993;
	overflow: hidden;
	float: left;
	border-radius: 0px;
	margin: 20px 0;
	font-size: 18px;
	padding: 0 15px;
}
.header-search button{
	width: 60px;
	height: 55px;
	background-color: transparent;
	border-radius: 0px;
	border: none;
	float: left;
	display: block;
	margin: 20px 0;
	color: #173993;
	font-size: 28px;
} 
header .header-icon {
	width: 40px;
	height: 40px;
	float: right;
	margin: 25px 0 0 30px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	transition: all 0.5s;
}
header .header-icon ul {
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: relative;
}
header .header-icon li {
	height: 5px;
	background-color: #173993;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}
header .header-icon li:nth-of-type(1) {
	width: 40px;
	margin: -13.5px 0 0 -20px;
	transition: all 0.5s;
}
header .header-icon li:nth-of-type(2) {
	width: 24px;
	margin: -2.5px 0 0 -4px;
	transition: all 0.5s;
}
header .header-icon li:nth-of-type(3) {
	width: 40px;
	margin: 8.5px 0 0 -20px;
	transition: all 0.5s;
}
header.header-click .header-icon li:nth-of-type(1) {
	width: 40px;
	margin: -2.5px 0 0 -20px;
	transform: rotate(45deg);
}
header.header-click .header-icon li:nth-of-type(2) {
	opacity: 0;
}
header.header-click .header-icon li:nth-of-type(3) {
	width: 40px;
	margin: -2.5px 0 0 -20px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 1249px) {
	header .header-container {
		width: 970px;
	}
	header .header-right {
		width: 220px;
		height: 40px;
		margin: 25px 0;
	}
	header .header-right a {
		display: block;
		width: 73px;
		height: 40px;
		line-height: 36px;
		margin: 0;
		padding: 0 1px 0 0;
		text-align: center;
		position: relative;
	}
	header .header-right a img {
		width: 30px;
	}
	header .header-right a:after {
		content: '';
		display: block;
		width: 1px;
		height: 18px;
		background-color: #a8a8a8;
		position: absolute;
		right: 0;
		top: 11px;
	}
	header .header-right span {
		width: 73px;
		height: 40px;
		line-height: 38px;
		color: #b6b6b6;
		font-size: 32px;
		text-align: center;
		border-radius: 0px;
		position: relative;
		padding: 0 1px 0 0;
		background-color: transparent;
	}
	header .header-right span:after {
		content: '';
		display: block;
		width: 1px;
		height: 18px;
		background-color: #a8a8a8;
		position: absolute;
		right: 0;
		top: 11px;
	}
	header .header-menu {
		display: none;
	}
	header .sm-menu {
		width: 100%;
		height: calc(100% - 90px);
		height: -moz-calc(100% - 90px);
		height: -webkit-calc(100% - 90px);
		background-color: #173993;
		overflow: hidden;
		float: none;
		margin: 0;
		position: fixed;
		left: -100%;
		top: 90px;
		padding: 50px 0px;
		opacity: 0;
		transition: all 0.5s;
	}
	header.header-click .sm-menu {
		left: 0;
		opacity: 1;
	}
	.sm-menu li {
		width: 100%;
		overflow: hidden;
		padding: 0 100px;
	}
	.sm-menu li h4 {
		width: 100%;
		line-height: 60px;
		font-size: 28px;
		overflow: hidden;
		position: relative;
	}
	.sm-menu li h4:before {
		content: '';
		display: block;
		width: 26px;
		height: 26px;
		position: absolute;
		top: 17px;
		right: 0px;
		background-image: url(../img/right.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		transition: all 0.5s;
	}
	.sm-menu li.active h4:before {
		transform: rotate(90deg);
	}
	.sm-menu li:first-of-type h4:before {
		display: none;
	}
	.sm-menu li h4 a {
		color: #FFFFFF;
	}
	.sm-menu li .menu-two {
		width: 100%;
		overflow: hidden;
		font-size: 24px;
		padding: 0 20px;
		display: none;
	}
	.sm-menu li .menu-two p {
		line-height: 40px;
	}
	.sm-menu li .menu-two p a {
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 991px) {
	header .header-container {
		width: 698px;
	}
	header .sm-menu li {
		padding: 0px;
	}
	.header-search ul {
		height: 200px;
	}
	.header-search ul input {
		width: 480px;
	}
}
@media only screen and (max-width: 700px) {
	header {
	    height: 60px;
	}
	header .header-container {
		width: 340px;
	}
	header .logo {
	    width: 180px;
	    margin: 17.5px 0;
	}
	header .header-right {
	    width: 110px;
	    height: 30px;
	    margin: 15px 0;
	}
	header .header-right a {
	    width: 36px;
	    height: 30px;
	    line-height: 26px;
	}
	header .header-right a:after {
	    height: 10px;
	    top: 10px;
	}
	header .header-right a img {
	    width: 20px;
	}
	header .header-right span {
	    width: 38px;
	    height: 30px;
	    line-height: 28px;
	    font-size: 18px;
	}
	header .header-right span:after {
	    height: 10px;
	    top: 10px;
	}
	header .header-icon {
	    margin: 15px 0 0 15px;
	    width: 30px;
	    height: 30px;
	}
	header .header-icon ul {
	    width: 30px;
	    height: 30px;
	}
	header .header-icon li {
		height: 3px;
		border-radius: 2px;
	}
	header .header-icon li:nth-of-type(1) {
		width: 30px;
		margin: -10.5px 0 0 -15px;
		transition: all 0.5s;
	}
	header .header-icon li:nth-of-type(2) {
		width: 20px;
		margin: -1.5px 0 0 -5px;
	}
	header .header-icon li:nth-of-type(3) {
		width: 30px;
		margin: 7.5px 0 0 -15px;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		width: 30px;
		margin: -1.5px 0 0 -15px;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		width: 30px;
		margin: -1.5px 0 0 -15px;
	}
	header .sm-menu {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		top: 60px;
		padding: 30px 0px;
	}
	header .sm-menu li {
		padding: 0 15px;
	}
	header .sm-menu li h4 {
		line-height: 40px;
		font-size: 24px;
	}
	.sm-menu li h4:before {
	    width: 16px;
	    height: 16px;
	    top: 12px;
	}
	.sm-menu li .menu-two {
	    font-size: 18px;
	    padding: 0 20px;
	    margin: 5px 0;
	}
	.sm-menu li .menu-two p {
	    line-height: 30px;
	}
	.header-search {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		top: 60px;
	}
	.header-search ul {
	    height: 130px;
	    border-top: 3px solid #173993;
	}
	.header-search ul input {
	    width: 270px;
	    height: 40px;
	    padding: 0 10px;
	    font-size: 14px;
	    border: 2px solid #173993;
	    border-radius: 5px 0 0 5px;
	    margin: 15px 0 10px;
	}
	.header-search ul button:first-of-type {
	    width: 55px;
	    height: 40px;
	    border-radius: 0 5px 5px 0;
	    margin: 15px 0 10px;
	    font-size: 20px;
	}
	.header-search ul button:last-of-type {
	    width: 90px;
	    height: 30px;
	    border-radius: 5px;
	    font-size: 14px;
	    margin: 5px 0;
	}
}
@media only screen and (min-width: 1250px) {
	header .header-container {
		width: 1200px;
	}
	header .header-icon,header .sm-menu {
		display: none;
	}
	header .header-menu a {
		margin: 0 10px 0 0;
	}
}
@media only screen and (min-width: 1450px) {
	header .header-container {
		width: 1400px;
	}
	header .header-menu a {
		margin: 0 25px 0 0;
	}
}
/*底部公共样式*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #262626;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
	position: relative;
}
footer .footer-top .footer-left {
	width: 280px;
	float: left;
	color: #818181;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
}
.footer-top .footer-left>img{
	margin: 5px 0 20px;
	width: 207px;
}
.footer-top .footer-left ul {
	width: 100%;
	overflow: hidden;
	margin: 45px 0 0;
}
.footer-top .footer-left ul li {
	width: 100px;
	overflow: hidden;
	margin: 0 20px 0 0;
	text-align: center;
	float: left;
}
.footer-top .footer-left ul li img {
	width: 100%;
	margin: 0 0 10px;
}
footer .footer-top .footer-right {
	width: 820px;
	overflow: hidden;
	float: right;
	padding: 40px 0 0;
	position: relative;
}
footer .footer-top .footer-right .fr-icon {
	width: auto;
	height: 40px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer .footer-top .footer-right .fr-icon a {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #575757;
	border-radius: 50%;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	float: left;
	margin: 0 0 0 10px;
	position: relative;
	transition: all 0.5s;
}
footer .footer-top .footer-right .fr-icon a:first-of-type {
	margin: 0;
}
footer .footer-top .footer-right .fr-icon a img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -11px 0 0 -11px;
	transition: all 0.5s;
}
footer .footer-top .footer-right .fr-icon a img:nth-of-type(2) {
	opacity: 0;
}
footer .footer-top .footer-right .fr-icon a:hover {
	border-color: #ef8200;
	background-color: #ef8200;
}
footer .footer-top .footer-right .fr-icon a:hover img:nth-of-type(1) {
	opacity: 0;
}
footer .footer-top .footer-right .fr-icon a:hover img:nth-of-type(2) {
	opacity: 1;
}
footer .footer-top .footer-right h4 {
	width: 100%;
	height: 42px;
	line-height: 41px;
	overflow: hidden;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	border-bottom: 1px solid #5a5a5a;
}
footer .footer-top .footer-right ul {
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	margin: 20px 0 0;
}
footer .footer-top .footer-right ul li {
	float: left;
	margin: 0 54px 0 0;
}
footer .footer-top .footer-right ul li:last-of-type {
	margin: 0;
}
footer .footer-top .footer-right ul li h5 {
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 10px;
}
footer .footer-top .footer-right ul li h5 a {
	color: #cecece;
}
footer .footer-top .footer-right ul li h5 a:hover {
	color: #ef8200;
	text-decoration: underline !important;
}
footer .footer-top .footer-right ul li p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 0 0 5px;
	position: relative;
	padding: 0 0 0 8px;
}
footer .footer-top .footer-right ul li p:before {
	content: '';
	display: block;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #818181;
	position: absolute;
	left: 0px;
	top: 9px;
}
footer .footer-top .footer-right ul li p a {
	color: #818181;
}
footer .footer-top .footer-right ul li p:hover a {
	color: #ef8200;
	text-decoration: underline !important;
}
footer .footer-top .footer-right ul li p:hover:before {
	background-color: #ef8200;
}
footer .footer-bottom {
	width: 100%;
	height: 56px;
	border-top: 1px solid #494949;
	overflow: hidden;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0 0;
	background-color: #1b1b1b;
	text-align: center;
}
footer .footer-bottom a {
	color: #5b5b5b;
}
footer .footer-bottom a:hover {
	color: #ef8200;
	text-decoration: underline !important;
}
footer .footer-bottom p br {
	display: none;
}
footer .footer-top .footer-Up {
	float: right;
	width: 56px;
	height: 56px;
	overflow: hidden;
	background: url(../img/fu.png) no-repeat center;
	position: absolute;
	right: 55px;
	bottom: 20px;
  	cursor: pointer;
}
@media only screen and (max-width: 1249px) {
	footer .footer-top .footer-right {
		width: 670px;
	}
	footer .footer-top .footer-right ul li {
	    margin: 0 29px 0 0;
	}
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 75px 0 35px;
	}
	footer .footer-top .footer-right .fr-icon {
	    bottom: 0;
	    right: 50%;
	    margin: 0 -145px 0 0;
	}
	footer .footer-top .footer-left {
		width: 390px;
	    float: none;
	    margin: 0 auto;
	    line-height: 32px;
	    font-size: 20px;
	}
	.footer-top .footer-left>img {
	    width: 296px;
	}
	.footer-top .footer-left ul {
	    margin: 40px 0 0;
	}
	.footer-top .footer-left ul li {
		width: 145px;
	}
	footer .footer-top .footer-right {
		width: 580px;
		float: none;
		margin: 70px auto 0;
		padding: 0 0 80px;
	}
	footer .footer-top .footer-right h4 {
	    height: 71px;
	    line-height: 70px;
	    font-size: 30px;
	}
	footer .footer-top .footer-right ul {
	    padding: 0;
	    margin: 35px 0 0;
	}
	footer .footer-top .footer-right ul li {
		width: 33.33%;
	    margin: 0 0 35px;
	}
	footer .footer-top .footer-right ul li:last-of-type {
		display: none;
	}
	footer .footer-top .footer-right ul li h5 {
	    font-size: 24px;
	    line-height: 27px;
	    height: 27px;
	    margin: 0 0 15px;
	}
	footer .footer-top .footer-right ul li p {
	    font-size: 20px;
	    line-height: 27px;
	    height: 27px;
	    margin: 0 0 5px;
	    padding: 0 0 0 13px;
	}
	footer .footer-top .footer-right ul li p:before {
	    top: 12.5px;
	}
	footer .footer-top .footer-Up {
		display: none;
	}
	footer .footer-bottom {
		color: #FFFFFF;
		font-size: 18px;
	}
	footer .footer-bottom a {
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 700px) {
	footer .footer-top {
		padding: 35px 0 20px;
	}
	footer .footer-top .footer-right .fr-icon {
	    margin: 0 -145px 0 0;
	}
	footer .footer-top .footer-left {
		width: 270px;
	    line-height: 25px;
	    font-size: 14px;
	}
	.footer-top .footer-left>img {
	    width: 207px;
	    margin: 0 0 10px;
	}
	.footer-top .footer-left ul {
	    margin: 20px 0 0;
	}
	.footer-top .footer-left ul li {
		width: 100px;
	}
	footer .footer-top .footer-right {
		width: 315px;
		margin: 20px auto 0;
		padding: 0 0 40px;
	}
	footer .footer-top .footer-right h4 {
	    height: 41px;
	    line-height: 40px;
	    font-size: 16px;
	}
	footer .footer-top .footer-right ul {
	    margin: 15px 0 0;
	}
	footer .footer-top .footer-right ul li {
	    margin: 0 0 15px;
	}
	footer .footer-top .footer-right ul li h5 {
	    font-size: 14px;
	    line-height: 20px;
	    height: 20px;
	    margin: 0 0 5px;
	}
	footer .footer-top .footer-right ul li p {
	    font-size: 12px;
	    line-height: 20px;
	    height: 20px;
	    margin: 0;
	    padding: 0 0 0 7px;
	}
	footer .footer-top .footer-right ul li p:before {
	    top: 9px;
	}
	footer .footer-bottom {
		height: auto;
		font-size: 12px;
		padding: 10px 0;
	}
	footer .footer-bottom p br {
		display: block;
	}
}
/*顶部图片的公共样式*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .banner-txt {
	width: 1200px;
	height: 185px;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
}
.banner .banner-txt h1 {
	font-size: 72px;
	margin: 55px 0 38px -4px;
}
.banner .banner-txt h4 {
	font-size: 21px;
  	font-family: "Roboto";
	font-weight: bold;
}
.banner .banner-txt:after {
	content: '';
	display: block;
	width: 75px;
	height: 5px;
	background-color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 90px 0 0;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
}
@media only screen and (max-width: 700px) {
	.banner {
		margin: 60px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.banner {
		margin: 90px 0 0;
	}
	.banner img:nth-of-type(2) {
		display: none;
	}
}
