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: "wigrumweb-bold";
  	src: url("../fonts/wigrumweb-bold/wigrumweb-bold.woff2") format("woff2"),
       url("../fonts/wigrumweb-bold/wigrumweb-bold.woff") format("woff"),
       url("../fonts/wigrumweb-bold/wigrumweb-bold.ttf") format("truetype"),
       url("../fonts/wigrumweb-bold/wigrumweb-bold.eot") format("embedded-opentype"),
       url("../fonts/wigrumweb-bold/wigrumweb-bold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  	font-family: "SourceHanSansCN-Heavy";
  	src: url("../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Heavy/SourceHanSansCN-Heavy.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
  	font-family: "Roboto-Medium";
  	src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"),
       url("../fonts/Roboto/Roboto-Medium.woff") format("woff"),
       url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"),
       url("../fonts/Roboto/Roboto-Medium.eot") format("embedded-opentype"),
       url("../fonts/Roboto/Roboto-Medium.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@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;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333333;
	cursor: pointer;
	text-decoration: none !important;
}

a:hover {
	color: #003189;
	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;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

*::selection {
	background-color: #2955a5;
    color: white;
}

*::-moz-selection {
	background-color: #2955a5;
    color: white;
}

*::-webkit-selection {
	background-color: #2955a5;
    color: white;
}

@media only screen and (max-width: 991px ) {
	.container {
		width: 650px;
		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: 1100px;
	}
}
@media only screen and (min-width: 1350px) {
	.container {
		width: 1280px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 85px;
	background-color: #FFFFFF;
	box-shadow: 0.65px 1.9px 15.4px 0.6px rgba(33,27,24,0.31);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	transition: top 0.5s;
}
header .logo {
	display: block;
	width: 252px;
	height: 52px;
	overflow: hidden;
	float: left;
	margin: 23px 0 0;
	position: relative;
}
header .logo img {
	width: 100%;
}
header .header-box {
	width: calc(100% - 252px);
	width: -moz-calc(100% - 252px);
	width: -webkit-calc(100% - 252px);
	overflow: hidden;
	float: right;
}
header .header-menu {
	width: auto;
	height: 45px;
	float: left;
}
.header-menu li {
	width: auto;
	height: 45px;
	padding: 0 5px;
	float: left;
	position: relative;
	margin: 0 0 0 20px;
}
.header-menu li h4 {
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.header-menu li h4 a {
	font-size: 16px;
	color: #333333;
}
.header-menu li .two-menu {
	width: 467px;
	padding: 20px 30px 15px;
	overflow: hidden;
	background: #FFFFFF url(../img/two-bg.png) no-repeat top center;
	position: absolute;
	left: 0;
	top: 45px;
	box-shadow: 0px 2px 5px rgba(33,27,24,0.31);
	display: none;
}
.two-menu p {
	width: 33.33%;
	line-height: 36px;
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #e3e3e3;
	float: left;
	position: relative;
	padding: 0 0 0 6px;
}
.two-menu p:before {
	content: '';
	width: 5px;
	height: 10px;
	background-image: url(../img/mrb.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 24px;
	top: 13px;
}
.two-menu p:nth-of-type(3n+2) {
	padding: 0 0 0 13px;
}
.two-menu p:nth-of-type(3n) {
	padding: 0 0 0 22px;
}
.two-menu p:nth-of-type(3n+2):before {
	right: 15px;
}
.two-menu p:nth-of-type(3n):before {
	right: 11px;
}
.two-menu p a {
	color: #848484;
}
.two-menu p a:hover {
	color: #e50012;
	font-weight: bold;
}
.header-menu li:before {
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.5s;
}
header .header-search {
	width: 175px;
	height: 85px;
	overflow: hidden;
	float: right;
	position: relative;
	margin: 0;
	background-color: #003089;
}
.header-search input {
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	height: 40px;
	border: none;
    color:#fff;
	background-color: transparent;
	margin: 23px 15px 0;
	border-bottom: 1px solid #FFFFFF;
}
.header-search input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.header-search input::-moz-input-placeholder {
    color: #FFFFFF;
}
.header-search input::-ms-input-placeholder {
    color: #FFFFFF;
}
.header-search img {
	position: absolute;
	right: 15px;
	bottom: 32px;
}
header .header-en {
	line-height: 20px;
	font-size: 14px;
	color: #9b9b9b;
	position: absolute;
	right: 200px;
	top: 10px;
}
.header-en a {
	color: #9b9b9b;
	font-size: 12px;
}
.header-en a.active {
	color: #e60012;
	font-weight: bold;
}
header .menu-icon {
	width: 100px;
	height: 100px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	float: right;
	z-index: 100;
	background-color: #003189;
	transition: all 0.5s;
}
.menu-icon li {
	width: 50px;
	height: 6px;
	overflow: hidden;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3px 0 0 -25px;
}
.menu-icon li:nth-of-type(1) {
	margin: -18px 0 0 -25px;
	transition: all 0.5s;
}
.menu-icon li:nth-of-type(2) {
	transition: all 0.2s 0.3s;
}
.menu-icon li:nth-of-type(3) {
	margin: 12px 0 0 -25px;
	transition: all 0.5s;
}
header.header-click .menu-icon li:nth-of-type(1) {
	margin: -3px 0 0 -25px;
	transform: rotate(45deg);
}
header.header-click .menu-icon li:nth-of-type(2) {
	margin: -3px 0 0 -25px;
	opacity: 0;
	transition: all 0s;
}
header.header-click .menu-icon li:nth-of-type(3) {
	margin: -3px 0 0 -25px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 100px;
	}
	header .logo {
	    width: 310px;
	    height: 64px;
	    margin: 22px 0 0;
	}
	header .header-box {
		width: 100%;
		height: calc(100% - 100px);
		height: -moz-calc(100% - 100px);
		height: -webkit-calc(100% - 100px);
    	background-color: #003189;
		position: fixed;
		top: 100px;
		left: -100%;
		transition: all 0.5s;
		opacity: 0;
	}
	header.header-click .header-box {
		left: 0;
		opacity: 1;
	}
	header .header-menu {
		width: 650px;
		height: auto;
		margin: 65px auto 0;
		float: none;
		overflow: hidden;
	}
	.header-menu li {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		margin: 0 0 20px;
		padding: 0 20px;
	}
	.header-menu li h4 {
		height: 50px;
		line-height: 50px;
		position: relative;
	}
	.header-menu li:nth-of-type(3) h4:before {
		content: '';
		display: block;
		width: 32px;
		height: 32px;
		position: absolute;
		right: 10px;
		top: 9px;
		background: url(../img/up.png) no-repeat center;
		transform: rotate(180deg);
		background-size: 100%;
		transition: all 0.5s;
	}
	.header-menu li.menu-click h4:before {
		transform: rotate(0deg);
	}
	.header-menu li h4 a {
		font-size: 36px;
		color: #FFFFFF;
	}
	.header-menu li .two-menu {
		width: 100%;
		overflow: hidden;
		background: transparent;
		position: relative;
		top: 0;
		box-shadow: none;
	}
	.two-menu p a {
	    color: #FFFFFF;
	}
	header .header-en {
		width: 610px;
		margin: 20px auto 0;
		overflow: hidden;
		float: none;
		position: relative;
		right: 0;
		top: 0;
    	font-size: 24px;
		line-height: 30px;
	}
	.header-en a {
    	font-size: 24px;
	}
	header .header-search {
		width: 610px;
	    height: 60px;
		margin: 20px auto 0;
		float: none;
		color: #FFFFFF;
	}
	.header-search input {
	    width: 100%;
	    height: 60px;
	    line-height: 58px;
	    font-size: 24px;
	    margin: 0;
	    border-bottom: 2px solid #FFFFFF;
	}
	.header-search img {
		width: 36px;
		right: 5px;
    	bottom: 11px;
	}
}
@media only screen and (max-width: 700px) {
	header {
		height: 60px;
	}
	header .logo {
	    width: 200px;
	    height: 42px;
	    margin: 12px 0 0;
	}
	header .header-box {
		height: calc(100% - 60px);
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		top: 60px;
	}
	header .header-menu {
		width: 325px;
		margin: 40px auto 0;
	}
	.header-menu li {
		margin: 0 0 15px;
		padding: 0 10px;
	}
	.header-menu li h4 {
		line-height: 30px;
		height: 30px;
	}
	.header-menu li:nth-of-type(3) h4:before {
	    width: 20px;
	    height: 20px;
	    right: 5px;
	    top: 5px;
	}
	.header-menu li h4 a {
		font-size: 24px;
	}
	.header-menu li .two-menu {
		padding: 5px 15px;
	}
	.two-menu p {
	    width: 50%;
	}
	.two-menu p:nth-of-type(2n+1) {
	    padding: 0 0 0 10px;
	}
	.two-menu p:nth-of-type(2n) {
	    padding: 0 0 0 15px;
	}
	.two-menu p:nth-of-type(2n+1):before {
	    right: 24px;
	}
	.two-menu p:nth-of-type(2n):before {
	    right: 15px;
	}
	.two-menu p a {
	    width: 50%;
	    height: 50px;
	    line-height: 30px;
	    padding: 10px 0;
	}
	header .header-en {
		width: 305px;
		margin: 10px auto 0;
		line-height: 25px;
    	font-size: 16px;
	}
	.header-en a {
    	font-size: 16px;
	}
	header .header-search {
		width: 305px;
		height: 41px;
		margin: 10px auto 0;
	}
	.header-search input {
	    height: 40px;
	    line-height: 39px;
	    font-size: 16px;
	    border-bottom: 1px solid #FFFFFF;
	}
	.header-search img {
		width: 20px;
		right: 5px;
    	bottom: 10px;
	}
	header .menu-icon {
	    width: 60px;
	    height: 60px;
	}
	.menu-icon li {
		width: 34px;
		height: 4px;
		border-radius: 2px;
		margin: -2px 0 0 -17px;
	}
	.menu-icon li:nth-of-type(1) {
		margin: -11px 0 0 -17px;
	}
	.menu-icon li:nth-of-type(3) {
		margin: 7px 0 0 -17px;
	}
	header.header-click .menu-icon li:nth-of-type(1),header.header-click .menu-icon li:nth-of-type(2),header.header-click .menu-icon li:nth-of-type(3) {
		margin: -2px 0 0 -17px;
	}
}
@media only screen and (min-width: 992px) {
	header .menu-icon {
		display: none;
	}
	header .header-box {
		overflow: visible;
	}
	header .header-menu {
		margin: 40px 0 0 80px; 
	}
	.header-menu li {
		margin: 0 0 0 5px;
	}
	.header-menu li.active h4 a {
		color: #003189;
		font-weight: bold;
	}
	.header-menu li.active:before {
		background-color: #003189;
		left: 0;
		width: 100%;
	}
	.header-menu li:hover:before {
		background-color: #003189;
		left: 0;
		width: 100%;
	}
	.header-menu li h4 a {
		font-size: 14px;
	}
	header .header-search {
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media only screen and (min-width: 1200px) {
	header .header-menu {
		margin: 40px 0 0 100px; 
	}
	.header-menu li {
		margin: 0 0 0 10px;
	}
	.header-menu li h4 a {
		font-size: 16px;
	}
	header .container {
		position: relative;
	}
}
@media only screen and (min-width: 1350px) {
	header .header-menu {
		margin: 40px 0 0 210px; 
	}
	.header-menu li {
		margin: 0 0 0 20px;
	}
}
/*底部公共样式*/
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 90px 0 0;
	background-color: #ededed;
}
.footer-top .footer-box {
	width: 100%;
	overflow: hidden;
}
.footer-box .footer-left {
	width: 305px;
	overflow: hidden;
	float: left;
}
.footer-left .footer-logo {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 35px;
}
.footer-top .footer-wx {
	width: 128px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	color: #727272;
	font-size: 14px;
	line-height: 20px;
}
.footer-wx img {
	width: 100%;
	margin: 0 0 10px;
}
.footer-box .footer-right {
	width: 810px;
	overflow: hidden;
	float: right;
}
.footer-right li {
	overflow: hidden;
	float: left;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}
.footer-right li h3 {
	width: 100%;
	font-size: 18px;
	line-height: 24px;
	height: 38px;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 15px;
	border-bottom: 1px solid #7a7a7a;
}
.footer-right li p {
	width: 90px;
	overflow: hidden;
}
.footer-right li h3 a {
	color: #838383;
}
.footer-right li p a {
	color: #727272;
}
.footer-right li p a:hover, .footer-right li h3 a:hover {
	color: #e60012;
}
.footer-top .footer-contact {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #7a7a7a;
	margin: 65px 0 0;
}
.footer-contact .contact-mode {
	width: 300px;
	overflow: hidden;
	float: left;
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	padding: 20px 0 0;
}
.footer-contact .footer-form {
	width: 600px;
	height: 45px;
	overflow: hidden;
	margin: 25px 0 30px;
	padding: 0 0 0 50px;
	float: right;
	background-color: #FFFFFF;
	background-image: url(../img/mail.png);
	background-position: 17px 50%;
	background-repeat: no-repeat;
}
.footer-form input {
	display: block;
	width: 420px;
	height: 100%;
	border: none;
	font-size: 14px;
	padding: 0 0 0 10px;
	float: left;
	background-color: transparent;
}
.footer-form button {
	display: block;
	width: 130px;
	height: 45px;
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	background-color: #003089;
}
footer .footer-bottom {
	width: 100%;
	font-size: 12px;
	line-height: 25px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 25px 0;
	background: url(../img/footer.jpg) no-repeat center;
}
.footer-bottom p {
	float: left;
}
.footer-bottom p:last-of-type {
	float: right;
}
.footer-bottom a {
	color: #FFFFFF;
}
.footer-bottom a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 50px 0;
		text-align: center;
	}
	.footer-box .footer-left {
		width: 100%;
		float: none;
	}
	.footer-left .footer-logo {
		margin: 0 0 15px;
	}
	.footer-top .footer-logo img:nth-of-type(1) {
		display: none;
	}
	.footer-top .footer-box .footer-left .footer-wx {
		display: none;
	}
	.footer-contact .footer-form {
		display: none;
	}
	.footer-box .footer-right {
		width: 100%;
		float: none;
	}
	.footer-right li {
		width: 33.33%;
		margin: 45px 0 0;
	}
	.footer-right li:nth-of-type(3) {
		height: 293px;
	}
	.footer-right li h3 {
		border-bottom: none;
		font-size: 26px;
		line-height: 35px;
		height: 35px;
	}
	.footer-right li p {
	    width: 100%;
	    line-height: 30px;
	    font-size: 18px;
	}
	.footer-top .footer-contact {
	    margin: 55px 0 0;
	}
	.footer-contact .contact-mode {
	    width: 100%;
	    float: none;
	    font-size: 24px;
	    line-height: 37px;
	    padding: 40px 0 0;
	}
	.footer-top .footer-wx {
	    margin: 30px auto 0;
	}
	footer .footer-bottom {
		font-size: 24px;
		line-height: 37px;
	    padding: 20px 0;
	    text-align: center;
	    background: url(../img/footerS.jpg) no-repeat center;
	    background-size: auto 100%;
	}
	.footer-bottom p {
		width: 100%;
	}
}
@media only screen and (max-width: 700px) {
	footer .footer-top {
		padding: 30px 0;
	}
	.footer-left .footer-logo {
		margin: 0 0 5px;
	}
	.footer-left .footer-logo img {
		width: 160px;
	}
	.footer-right li {
		margin: 20px 0 0;
	}
	.footer-right li:nth-of-type(3) {
		height: 230px;
	}
	.footer-right li h3 {
		font-size: 18px;
		line-height: 25px;
		height: 25px;
		margin: 0 0 5px;
	}
	.footer-right li p {
	    line-height: 25px;
	    font-size: 14px;
	}
	.footer-top .footer-contact {
	    margin: 25px 0 0;
	}
	.footer-contact .contact-mode {
	    font-size: 14px;
	    line-height: 25px;
	    padding: 20px 0 0;
	}
	.footer-top .footer-wx {
	    margin: 15px auto 0;
	}
	footer .footer-bottom {
		font-size: 12px;
		line-height: 20px;
	    padding: 15px 0;
	}
}
@media only screen and (min-width: 992px) {
	.footer-box .footer-right {
		width: 630px;
		margin: 23px 0 0;
	}
	.footer-top .footer-logo img:nth-of-type(2) {
		display: none;
	}
	.footer-contact .footer-wx {
		display: none;
	}
	.footer-right li {
		width: 107px;
	}
	.footer-right li:last-of-type {
		width: 95px;
	}
	.footer-right li h3 {
		padding: 0 17px 0 0;
		margin: 0 0 15px;
	}
	.footer-right li:last-of-type h3 {
		padding: 0 5px 0 0;
	}
	.footer-bottom br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.footer-box .footer-right {
		width: 730px;
	}
	.footer-right li {
		width: 125px;
	}
	.footer-right li:last-of-type {
		width: 105px;
	}
	.footer-right li h3 {
		padding: 0 35px 0 0;
	}
	.footer-right li:last-of-type h3 {
		padding: 0 20px 0 0;
	}
}
@media only screen and (min-width: 1350px) {
	.footer-box .footer-right {
		width: 810px;
	}
	.footer-right li {
		width: 140px;
	}
	.footer-right li:last-of-type {
		width: 110px;
	}
	.footer-right li h3 {
		padding: 0 50px 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	footer .footer-bottom {
		background-size: 100%;
	}
}
.banner {
	width: 100%;
	overflow: hidden;
	margin: 85px 0 0;
	position: relative;
}
.banner .banner-txt {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 225px;
}
.banner-txt h1 {
	font-size: 48px;
	font-weight: lighter;
	line-height: 60px;
	float: right;
	margin-right: 80px;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 100px 0 0;
	}
	.banner img {
		width: 100%;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
	.banner .banner-txt {
		top: 95px;
	}
	.banner-txt h1 {
		font-size: 36px;
		line-height: 45px;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 700px) {
	.banner {
		margin: 60px 0 0;
	}
	.banner img {
		width: 100%;
	}
	.banner .banner-txt {
		top: 50px;
	}
	.banner-txt h1 {
		font-size: 18px;
		line-height: 25px;
		margin-right: 0;
	}
}
@media only screen and (min-width: 992px) {
	.banner img {
		width: 1300px;
	}
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner .banner-txt {
		top: 175px;
	}
	.banner-txt h1 {
		font-size: 36px;
		line-height: 50px;
		margin-right: 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1500px;
	}
	.banner .banner-txt {
		top: 225px;
	}
	.banner-txt h1 {
		font-size: 48px;
		line-height: 60px;
		margin-right: 80px;
	}
}
@media only screen and (min-width: 1350px) {
	.banner img {
		width: auto;
	}
}
@media only screen and (min-width: 1921px) {
	.banner img {
		width: 100%;
	}
}
.title-common {
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	color: #d4d4d4;
	font-size: 14px;
	margin: 45px 0 35px;
}
.title-common a {
	color: #d4d4d4;
}
.title-common p {
	background: url(../img/home.png) no-repeat left center;
	padding: 0 0 0 25px;
}
.title-common a:hover {
	color: #003089;
	text-decoration: underline !important;
}
@media only screen and (max-width: 700px) {
	.title-common {
		margin: 30px 0 20px;
	}
}