body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

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: #003187;
	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,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
	background-color: #e60012;
    color: white;
}

*::-moz-selection {
	background-color: #e60012;
    color: white;
}

*::-webkit-selection {
	background-color: #e60012;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

/*更改bootstrap的css部分*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media only screen and (max-width: 991px) {
	.container {
		width: 660px;
		padding: 0px;
	}
}
@media only screen and (max-width: 720px) {
	.container {
		width: 340px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media only screen and (min-width: 1500px) {
	.container {
		width: 1440px;
	}
}

header {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
header .header-en {
	width: 100px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	float: right;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-family: arial;
}
header .header-en a {
	color: #FFFFFF;
}
header .header-en a.active {
	color: #e60012;
	font-weight: bold;
}
header .logo {
	display: block;
	width: 194px;
	height: 60px;
	margin: 20px 0 0;
	overflow: hidden;
	float: left;
}
header .logo img {
	width: 100%;
}
.header-right {
	height: 42px;
	margin: 29px 0;
	float: right;
}
.header-right li {
	width: 100px;
	height: 42px;
	float: left;
	margin-left: 20px;
}
.header-right li h4 {
	width: 100%;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	padding: 0 20px;
	position: relative;
	text-align: center;
}
.header-right li h4 a {
	color: #FFFFFF;
	position: relative;
	z-index: 2;
}
.header-right li:first-of-type {
	width: 70px;
	margin-left: 0px;
}
.header-right li:nth-of-type(2) h4:before,.header-right li:nth-of-type(3) h4:before,.header-right li:nth-of-type(4) h4:before {
	content: '';
	display: block;
	width: 8px;
	height: 5px;
	overflow: hidden;
	background-image: url(../images/mdw.png);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 3px;
	top: 19px;
}
.header-right li.active h4 {
	font-weight: bold;
}
.header-right li.active h4 a {
	color: #e60012;
}
.header-right li.active h4:before {
	background-image: url(../images/mdr.png);
}
@media only screen and (max-width: 991px) {
	header {
	    height: 120px;
	    position: fixed;
	    background-color: rgba(0,0,0,0.15);
	    border-bottom: 1px solid rgba(255,255,255,0.5);
		box-shadow: 0px 6px 32px rgba(0,0,0,0.15);
		transition: all 0.5s;
	}
	header.header-click {
	    background-color: rgba(0,0,0,0.9);
	}
	header .header-en {
		display: none;
	}
	header .logo {
	    margin: 30px 0 0;
	}
	header .header-icon {
		width: 55px;
		height: 55px;
		overflow: hidden;
		background-color: #e60012;
		border-radius: 9px;
		float: right;
		position: relative;
		margin: 30px 0;
	}
	.header-icon li {
		width: 36px;
		height: 6px;
		border-radius: 3px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.header-icon li:nth-of-type(1) {
		margin: -13px 0 0 -18px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -3px 0 0 -18px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 7px 0 0 -18px;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -3px 0 0 -18px;
		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) {
		margin: -3px 0 0 -18px;
		transform: rotate(-45deg);
	}
	header .header-right {
		width: 100%;
		height: -moz-calc(100% - 115px);
		height: -webkit-calc(100% - 115px);
		height: calc(100% - 115px);
		margin: 0px;
		overflow: hidden;
		position: fixed;
		left: 0px;
		top: 115px;
	    background-color: rgba(0,0,0,0.9);
		padding: 30px 0 0;
		display: none;
	}
	.header-right li {
		width: 660px;
		height: auto;
		margin: 0 auto !important;
		float: none;
	}
	.header-right li:first-of-type {
		width: 660px;
	}
	.header-right li h4 {
		text-align: justify;
		height: 70px;
    	line-height: 70px;
    	font-size: 36px;
    	padding: 0 30px;
	}
	.header-right li.active h4 a {
		color: #e60012;
	}
	.header-right li:nth-of-type(2) h4:before, .header-right li:nth-of-type(3) h4:before, .header-right li:nth-of-type(4) h4:before {
	    width: 16px;
	    height: 10px;
	    background-size: 100%;
	    right: 33px;
	    top: 30px;
	}
}
@media only screen and (max-width: 720px) {
	header {
	    height: 60px;
		box-shadow: 0px 6px 15px rgba(0,0,0,0.15);
	}
	header .logo {
		width: 130px;
		height: 41px;
	    margin: 10px 0 0;
	}
	header .header-icon {
		width: 34px;
		height: 34px;
		border-radius: 4px;
		margin: 13px 0;
	}
	.header-icon li {
		width: 20px;
		height: 2px;
		border-radius: 1px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -7px 0 0 -10px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -1px 0 0 -10px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 5px 0 0 -10px;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -1px 0 0 -10px;
	}
	header .header-right {
		height: -moz-calc(100% - 60px);
		height: -webkit-calc(100% - 60px);
		height: calc(100% - 60px);
		top: 60px;
		padding: 20px 0 0;
	}
	.header-right li {
		width: 340px;
	}
	.header-right li:first-of-type {
		width: 340px;
	}
	.header-right li h4 {
		height: 45px;
    	line-height: 45px;
    	font-size: 24px;
    	padding: 0 15px;
	}
	.header-right li:nth-of-type(2) h4:before, .header-right li:nth-of-type(3) h4:before, .header-right li:nth-of-type(4) h4:before {
	    width: 8px;
	    height: 5px;
	    right: 18px;
	    top: 20px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		height: 70px;
		background-color: rgba(0,0,0,0.15);
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	header .header-en {
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin: 20px 0 0 30px;
	}
	header .logo {
		width: 130px;
		height: 40px;
		margin: 15px 0 0;
	}
	.header-right {
		height: 30px;
		margin: 20px 0;
	}
	.header-right li {
		width: 85px;
		height: 30px;
		margin-left: 10px;
	}
	.header-right li h4 {
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		padding: 0 10px;
	}
	.header-right li:first-of-type {
		width: 70px;
	}
	.header-right li:nth-of-type(2) h4:before,.header-right li:nth-of-type(3) h4:before,.header-right li:nth-of-type(4) h4:before {
		right: 3px;
		top: 13px;
	}
	.header-right li h4 a:hover {
		color: #e60012;
		font-weight: bold;
	}
	.header-right li h4 .box {
		width: 94px; 
		height: 30px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		top: 0px;
		border-radius: 15px;
		margin-left: -47px;
	}
	.header-right li:nth-of-type(1) h4 .box {
		width: 70px;
		margin-left: -35px;
	}
	.header-right li:nth-of-type(2) h4 .box,.header-right li:nth-of-type(3) h4 .box,.header-right li:nth-of-type(4) h4 .box {
		margin-left: -42px;
	}
	.header-right li h4 .box1 {
		width: 0px;
		height: 2px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		left: 15px;
		z-index: 2;
	}
	.header-right li.active h4 .box1 {
		width: 64px;
	}
	.header-right li h4:hover .box1 {
		width: 64px;
		transition: width 0.3s linear;
	}
	.header-right li:nth-of-type(1).active h4 .box1 {
		width: 40px;
	}
	.header-right li:nth-of-type(1) h4:hover .box1 {
		width: 40px;
	}
	.header-right li h4 .box1:before {
		content: '';
		display: block;
		width: 64px;
		height: 100%;
		overflow: hidden;
		background-color: #e60012;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.header-right li:nth-of-type(1) h4 .box1:before {
		width: 40px;
	}
	.header-right li h4 .box2 {
		width: 15px;
		height: 0px;
		overflow: hidden;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.header-right li.active h4 .box2 {
		height: 30px;
	}
	.header-right li h4:hover .box2 {
		height: 30px;
		transition: height 0.2s 0.3s linear;
	}    	
	.header-right li h4 .box2:before {
		content: '';
		display: block;
		width: 15px;
		height: 30px;
		border-radius: 0 15px 15px 0;
		overflow: hidden;
		position: absolute;
		top: 0px;
		right: 0px;
		border-top: 2px solid #e60012;
		border-right: 2px solid #e60012;
		border-bottom: 2px solid #e60012;
	}
	.header-right li h4 .box3 {
		width: 0px;
		height: 2px;
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		right: 15px;
		z-index: 2;
	}	
	.header-right li.active h4 .box3 {
		width: 64px;
	}
	.header-right li h4:hover .box3 {
		width: 64px;
		transition: width 0.3s 0.5s linear;
	}	
	.header-right li:nth-of-type(1).active h4 .box3 {
		width: 40px;
	}
	.header-right li:nth-of-type(1) h4:hover .box3 {
		width: 40px;
	}
	.header-right li h4 .box3:before {
		content: '';
		display: block;
		width: 64px;
		height: 100%;
		overflow: hidden;
		background-color: #e60012;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.header-right li:nth-of-type(1) h4 .box3:before {
		width: 40px;
	}
	.header-right li h4 .box4 {
		width: 15px;
		height: 0px;
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	.header-right li.active h4 .box4 {
		height: 30px;
	}
	.header-right li h4:hover .box4 {
		height: 30px;
		transition: height 0.2s 0.8s linear;
	}
	.header-right li h4 .box4:before {
		content: '';
		display: block;
		width: 15px;
		height: 30px;
		border-radius: 15px 0 0 15px;
		overflow: hidden;
		position: absolute;
		bottom: 0px;
		left: 0px;
		border-top: 2px solid #e60012;
		border-left: 2px solid #e60012;
		border-bottom: 2px solid #e60012;
	}
	header .header-icon {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 80px;
	}
	header .header-en {
		width: 60px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		margin: 23px 10px 0 60px;
	}
	header .logo {
		width: 146px;
		height: 45px;
		margin: 17px 0 0;
	}
	.header-right {
		height: 34px;
		margin: 23px 0;
	}
	.header-right li {
		width: 90px;
		height: 34px;
		margin-left: 15px;
	}
	.header-right li h4 {
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		padding: 0 15px;
	}
	.header-right li:first-of-type {
		width: 60px;
	}
	.header-right li:nth-of-type(2) h4:before,.header-right li:nth-of-type(3) h4:before,.header-right li:nth-of-type(4) h4:before {
		right: 3px;
		top: 15px;
	}
	.header-right li h4 .box {
		width: 104px; 
		height: 34px;
		border-radius: 17px;
		margin-left: -52px;
	}
	.header-right li:nth-of-type(1) h4 .box {
		width: 80px;
		margin-left: -40px;
	}
	.header-right li:nth-of-type(2) h4 .box,.header-right li:nth-of-type(3) h4 .box,.header-right li:nth-of-type(4) h4 .box {
		margin-left: -47px;
	}
	.header-right li h4 .box1 {
		height: 2px;
		left: 17px;
	}
	.header-right li.active h4 .box1 {
		width: 88px;
	}
	.header-right li h4:hover .box1 {
		width: 88px;
	}
	.header-right li:nth-of-type(1).active h4 .box1 {
		width: 58px;
	}
	.header-right li:nth-of-type(1) h4:hover .box1 {
		width: 58px;
	}
	.header-right li h4 .box1:before {
		width: 88px;
	}
	.header-right li:nth-of-type(1) h4 .box1:before {
		width: 58px;
	}
	.header-right li h4 .box2 {
		width: 17px;
	}
	.header-right li.active h4 .box2 {
		height: 34px;
	}
	.header-right li h4:hover .box2 {
		height: 34px;
	}
	.header-right li h4 .box2:before {
		width: 21px;
		height: 34px;
		border-radius: 0 17px 17px 0;
	}
	.header-right li h4 .box3 {
		height: 2px;
		right: 17px;
	}
	.header-right li.active h4 .box3 {
		width: 70px;
	}	
	.header-right li h4:hover .box3 {
		width: 70px;
	}
	.header-right li:nth-of-type(1).active h4 .box3 {
		width: 46px;
	}
	.header-right li:nth-of-type(1) h4:hover .box3 {
		width: 46px;
	}
	.header-right li h4 .box3:before {
		width: 70px;
	}
	.header-right li:nth-of-type(1) h4 .box3:before {
		width: 46px;
	}
	.header-right li h4 .box4 {
		width: 17px;
	}
	.header-right li.active h4 .box4 {
		height: 34px;
	}
	.header-right li h4:hover .box4 {
		height: 34px;
	}
	.header-right li h4 .box4:before {
		width: 17px;
		height: 34px;
		border-radius: 17px 0 0 17px;
	}
}
@media only screen and (min-width: 1500px) {
	header {
		height: 100px;
	}
	header .header-en {
		width: 70px;
		height: 42px;
		line-height: 42px;
		font-size: 16px;
		margin: 29px 15px 0 90px;
	}
	header .logo {
		width: 182px;
		height: 56px;
		margin: 22px 0 0;
	}
	.header-right {
		height: 42px;
		margin: 29px 0;
	}
	.header-right li {
		width: 100px;
		height: 42px;
		margin-left: 20px;
	}
	.header-right li h4 {
		height: 42px;
		line-height: 42px;
		font-size: 15px;
		padding: 0 20px;
	}
	.header-right li:first-of-type {
		width: 70px;
	}
	.header-right li:nth-of-type(2) h4:before,.header-right li:nth-of-type(3) h4:before,.header-right li:nth-of-type(4) h4:before {
		right: 3px;
		top: 19px;
	}
	.header-right li h4 .box {
		width: 110px; 
		height: 42px;
		border-radius: 21px;
		line-height: 42px;
		margin-left: -55px;
	}
	.header-right li:nth-of-type(1) h4 .box {
		width: 80px;
		margin-left: -40px;
	}
	.header-right li:nth-of-type(2) h4 .box,.header-right li:nth-of-type(3) h4 .box,.header-right li:nth-of-type(4) h4 .box {
		margin-left: -47px;
	}
	.header-right li h4 .box1 {
		left: 21px;
	}
	.header-right li.active h4 .box1 {
		width: 68px;
	}
	.header-right li h4:hover .box1 {
		width: 68px;
	}
	.header-right li:nth-of-type(1).active h4 .box1 {
		width: 38px;
	}
	.header-right li:nth-of-type(1) h4:hover .box1 {
		width: 38px;
	}
	.header-right li h4 .box1:before {
		width: 68px;
	}
	.header-right li:nth-of-type(1) h4 .box1:before {
		width: 38px;
	}
	.header-right li h4 .box2 {
		width: 21px;
	}
	.header-right li.active h4 .box2 {
		height: 42px;
	}
	.header-right li h4:hover .box2 {
		height: 42px;
	}
	.header-right li h4 .box2:before {
		width: 21px;
		height: 42px;
		border-radius: 0 21px 21px 0;
	}
	.header-right li h4 .box3 {
		right: 21px;
	}	
	.header-right li.active h4 .box3 {
		width: 68px;
	}	
	.header-right li h4:hover .box3 {
		width: 68px;
	}
	.header-right li:nth-of-type(1).active h4 .box3 {
		width: 38px;
	}
	.header-right li:nth-of-type(1) h4:hover .box3 {
		width: 38px;
	}
	.header-right li h4 .box3:before {
		width: 68px;
	}
	.header-right li:nth-of-type(1) h4 .box3:before {
		width: 38px;
	}
	.header-right li h4 .box4 {
		width: 21px;
	}
	.header-right li.active h4 .box4 {
		height: 42px;
	}
	.header-right li h4:hover .box4 {
		height: 42px;
	}
	.header-right li h4 .box4:before {
		width: 21px;
		height: 42px;
		border-radius: 21px 0 0 21px;
	}
}
footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 40px;
	background: #1a1a1a url(../images/footer.jpg) no-repeat top center;
}
.footer-top ul {
	width: 100%;
	overflow: hidden;
}
.footer-top ul li {
	width: 480px;
	overflow: hidden;
	padding: 0 0 0 30px;
	background-image: url(../images/ficon.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	float: left;
}
.footer-top ul h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}
.footer-top ul li:nth-of-type(1) {
	line-height: 30px;
	font-size: 16px;
	color: #5d5d5d;
}
.footer-top ul li:nth-of-type(1) h3 {
	margin: 0 0 35px;
}
.footer-top ul li:nth-of-type(1) p strong {
	color: #e60012;
}
.footer-top ul .footer-wx {
	width: 133px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	color: #5d5d5d;
	margin: 28px 0 0;
}
.footer-wx img {
	width: 100%;
	margin: 0 0 10px;
}
.footer-top ul li:nth-of-type(2) {
	width: 530px;
}
.footer-top ul li .footer-menu {
	width: 390px;
	overflow: hidden;
	margin: 23px 0 0;
}
.footer-menu p {
	width: calc(50% - 28px);
	width: -moz-calc(50% - 28px);
	width: -webkit-calc(50% - 28px);
	line-height: 55px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #4e4e4e;
	float: left;
	margin: 0 25px 0 3px;
	padding: 0 0 0 24px;
	position: relative;
}
.footer-menu p a {
	color: #5d5d5d;
}
.footer-menu p:before {
	content: '';
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	border-radius: 50%;
	background: #e60012 url(../images/fri.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: 7px !important;
	position: absolute;
	left: 1px;
	top: 22px;
}
.footer-menu p:hover a {
	color: #e60012;
}
.footer-top ul li:nth-of-type(3) {
	width: 430px;
}
.footer-form {
	width: 100%;
	overflow: hidden;
	margin: 40px 0 0;
}
.footer-form input {
	display: block;
	width: 50%;
	height: 56px;
	overflow: hidden;
	background-color: #292929;
	float: left;
	border: none;
	border-radius: 5px 0 0 5px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	color: #FFFFFF;
}
.footer-form input:nth-of-type(2) {
	border-radius: 0 5px 5px 0;
}
.footer-form textarea {
	display: block;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background-color: #292929;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 15px;
	line-height: 35px;
	border: none;
	margin: 15px 0;
	float: left;
	color: #FFFFFF;
}
.footer-form button {
	display: block;
	width: 100%;
	height: 55px;
	font-size: 16px;
	color: #5d5d5d;
	font-weight: bold;
	overflow: hidden;
	background-color: #292929;
	border-radius: 5px;
	border: none;
}
.footer-form button:hover {
	color: #FFFFFF;
	background-color: #e60012;
}
.footer-top .footer-link {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 0;
	border-top: 1px solid #4e4e4e;
	margin: 60px 0 0;
	text-align: center;
	color: #5d5d5d;
	font-size: 14px;
	line-height: 22px;
}
.footer-top .footer-link a {
	color: #5d5d5d;
	margin-right: 15px;
}
.footer-top .footer-link a:last-of-type {
	margin-right: 0px;
}
.footer-top .footer-link a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
footer .footer-bottom {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	font-size: 14px;
	background-color: #e60012;
	color: #FFFFFF;
	text-align: center;
}
footer .footer-bottom p {
	display: inline;
	margin: 0 10px;
}
footer .footer-bottom a {
	color: #FFFFFF;
}
footer .footer-bottom p a:first-of-type {
	margin-right: 20px;
}
footer .footer-bottom a:hover {
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.footer-top ul li {
		width: 100%;
		padding: 0 0 0 60px;
		float: none;
		background-size: 38px;
		background-position: 0px 15px;
	}
	.footer-top ul li:nth-of-type(2),.footer-top ul li:nth-of-type(3) {
		display: none;
	}
	.footer-top ul li:nth-of-type(1) {
	    line-height: 40px;
	    font-size: 24px;
	}
	.footer-top ul h3 {
	    font-size: 36px;
	    line-height: 45px;
	}
	.footer-top ul .footer-wx {
	    width: 100%;
	    font-size: 28px;
	    line-height: 36px;
	    margin: 50px 0 0;
	}
	.footer-wx .wx-img {
		width: 250px;
		margin-right: 30px;
		overflow: hidden;
		float: left;
	}
	.footer-top .footer-link {
	    padding: 25px 0 0;
	    border-top-width: 2px;
	    margin: 60px 0 0;
	    font-size: 24px;
	    line-height: 35px;
	}
	footer .footer-bottom {
	    padding: 30px 0;
	    font-size: 22px;
	    line-height: 40px;
	}
	footer .footer-bottom p {
	    display: block;
	    margin: 0;
	}
}
@media only screen and (max-width: 720px) {
	footer .footer-top {
		padding: 30px 0 20px;
	}
	.footer-top ul li {
		padding: 0 0 0 20px;
		background-size: 15px;
		background-position: 0px 10px;
	}
	.footer-top ul li:nth-of-type(1) {
	    line-height: 25px;
	    font-size: 14px;
	}
	.footer-top ul h3 {
	    font-size: 24px;
	    line-height: 30px;
	}
	.footer-top ul li:nth-of-type(1) h3 {
	    margin: 0 0 20px;
	}
	.footer-top ul .footer-wx {
	    font-size: 14px;
	    line-height: 20px;
	    margin: 25px 0 0;
	}
	.footer-wx .wx-img {
		width: 110px;
		margin-right: 15px;
	}
	.footer-top .footer-link {
	    padding: 15px 0 0;
	    border-top-width: 1px;
	    margin: 30px 0 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	.footer-top .footer-link a {
		margin-right: 10px;
	}
	footer .footer-bottom {
	    padding: 15px 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	footer .footer-bottom p a:first-of-type {
	    margin-right: 10px;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 30px 0 25px;
	}
	.footer-top ul li {
		width: 300px;
		padding: 0 0 0 20px;
		background-position: 0px 8px;
		background-size: 12px;
	}
	.footer-top ul h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.footer-top ul li:nth-of-type(1) {
		line-height: 20px;
		font-size: 12px;
	}
	.footer-top ul li:nth-of-type(1) h3 {
		margin: 0 0 20px;
	}
	.footer-top ul .footer-wx {
		width: 100%;
		font-size: 12px;
		line-height: 15px;
		margin: 15px 0 0;
	}
	.footer-wx .wx-img {
		width: 100px;
		margin-right: 10px;
		overflow: hidden;
		float: left;
	}
	.footer-wx img {
		width: 100%;
		margin: 0 0 10px;
	}
	.footer-top ul li:nth-of-type(2) {
		width: 335px;
	}
	.footer-top ul li .footer-menu {
		width: 260px;
		margin: 10px 0 0;
	}
	.footer-menu p {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		line-height: 40px;
		font-size: 12px;
		margin: 0 20px 0 0;
		padding: 0 0 0 15px;
	}
	.footer-menu p:before {
		width: 10px;
		height: 10px;
		left: 1px;
		top: 17px;
		background-size: 5px !important;
	}
	.footer-top ul li:nth-of-type(3) {
		width: 335px;
	}
	.footer-form {
		margin: 20px 0 0;
	}
	.footer-form input {
		height: 40px;
		font-size: 12px;
		padding-left: 10px;
	}
	.footer-form textarea {
		height: 105px;
		font-size: 12px;
		padding: 5px 10px;
		line-height: 25px;
		margin: 10px 0;
	}
	.footer-form button {
		height: 40px;
		font-size: 14px;
	}
	.footer-top .footer-link {
		padding: 15px 0 0;
		margin: 40px 0 0;
		font-size: 12px;
		line-height: 20px;
	}
	.footer-top .footer-link a {
		margin-right: 5px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		font-size: 12px;
	}
	footer .footer-bottom p {
		margin: 0 5px;
	}
	footer .footer-bottom p a:first-of-type {
		margin-right: 10px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 40px 0 32px;
	}
	.footer-top ul li {
		width: 385px;
		padding: 0 0 0 25px;
		background-position: 0px 10px;
		background-size: 16px;
	}
	.footer-top ul h3 {
		font-size: 20px;
		line-height: 25px;
	}
	.footer-top ul li:nth-of-type(1) {
		line-height: 25px;
		font-size: 14px;
	}
	.footer-top ul li:nth-of-type(1) h3 {
		margin: 0 0 30px;
	}
	.footer-top ul .footer-wx {
		font-size: 13px;
		line-height: 16px;
		margin: 24px 0 0;
	}
	.footer-wx .wx-img {
		width: 120px;
	}
	.footer-wx img {
		margin: 0 0 8px;
	}
	.footer-top ul li:nth-of-type(2) {
		width: 420px;
	}
	.footer-top ul li .footer-menu {
		width: 300px;
		margin: 20px 0 0;
	}
	.footer-menu p {
		width: calc(50% - 25px);
		width: -moz-calc(50% - 25px);
		width: -webkit-calc(50% - 25px);
		line-height: 45px;
		font-size: 14px;
		margin: 0 25px 0 0;
		padding: 0 0 0 20px;
	}
	.footer-menu p:before {
		width: 13px;
		height: 13px;
		left: 1px;
		top: 17px;
		background-size: 7px !important;
	}
	.footer-top ul li:nth-of-type(3) {
		width: 345px;
	}
	.footer-form {
		margin: 35px 0 0;
	}
	.footer-form input {
		height: 45px;
		font-size: 14px;
		padding-left: 15px;
	}
	.footer-form input:nth-of-type(2) {
		border-radius: 0 5px 5px 0;
	}
	.footer-form textarea {
		height: 90px;
		font-size: 14px;
		padding: 7px 15px;
		line-height: 30px;
		margin: 10px 0;
	}
	.footer-form button {
		height: 45px;
		font-size: 16px;
	}
	.footer-top .footer-link {
		padding: 25px 0 0;
		margin: 50px 0 0;
		font-size: 13px;
		line-height: 20px;
	}
	.footer-top .footer-link a {
		margin-right: 10px;
	}
	footer .footer-bottom {
		padding: 15px 0;
		font-size: 13px;
	}
	footer .footer-bottom p {
		margin: 0 8px;
	}
	footer .footer-bottom p a:first-of-type {
		margin-right: 15px;
	}
}
@media only screen and (min-width: 1500px) {
	footer .footer-top {
		padding: 50px 0 40px;
	}
	.footer-top ul li {
		width: 480px;
		padding: 0 0 0 30px;
		background-position: 0px 10px;
		background-size: 19px;
	}
	.footer-top ul h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.footer-top ul li:nth-of-type(1) {
		line-height: 30px;
		font-size: 16px;
	}
	.footer-top ul li:nth-of-type(1) h3 {
		margin: 0 0 35px;
	}
	.footer-top ul .footer-wx {
		font-size: 14px;
		line-height: 18px;
		margin: 28px 0 0;
	}
	.footer-wx .wx-img {
		width: 133px;
	}
	.footer-wx img {
		margin: 0 0 10px;
	}
	.footer-top ul li:nth-of-type(2) {
		width: 530px;
	}
	.footer-top ul li .footer-menu {
		width: 390px;
		margin: 23px 0 0;
	}
	.footer-menu p {
		width: calc(50% - 28px);
		width: -moz-calc(50% - 28px);
		width: -webkit-calc(50% - 28px);
		line-height: 55px;
		font-size: 14px;
		margin: 0 25px 0 3px;
		padding: 0 0 0 24px;
	}
	.footer-menu p:before {
		top: 22px;
	}
	.footer-top ul li:nth-of-type(3) {
		width: 430px;
	}
	.footer-form {
		margin: 40px 0 0;
	}
	.footer-form input {
		height: 56px;
		border-radius: 5px 0 0 5px;
		font-size: 14px;
		padding-left: 15px;
	}
	.footer-form input:nth-of-type(2) {
		border-radius: 0 5px 5px 0;
	}
	.footer-form textarea {
		height: 105px;
		border-radius: 5px;
		font-size: 14px;
		padding: 7px 15px;
		line-height: 35px;
		margin: 15px 0;
	}
	.footer-form button {
		height: 55px;
		font-size: 16px;
		border-radius: 5px;
	}
	.footer-top .footer-link {
		padding: 25px 0 0;
		margin: 60px 0 0;
		font-size: 14px;
		line-height: 22px;
	}
	.footer-top .footer-link a {
		margin-right: 15px;
	}
	footer .footer-bottom {
		padding: 20px 0;
		font-size: 14px;
	}
	footer .footer-bottom p {
		margin: 0 10px;
	}
	footer .footer-bottom p a:first-of-type {
		margin-right: 20px;
	}
}
.banner {
	width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 991px) {
	.banner img {
		width: 100%;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1500px;
		margin-left: -750px;
	}
}
@media only screen and (min-width: 1500px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
}