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: #00a2e9;
	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: #00a2e9;
    color: white;
}

*::-moz-selection {
	background-color: #00a2e9;
    color: white;
}

*::-webkit-selection {
	background-color: #00a2e9;
    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鐨刢ss閮ㄥ垎*/
.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 (max-width: 991px) {
	.container {
		width: 590px;
		padding: 0;
	}
}
@media (max-width: 700px) {
	.container {
		width: 325px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media (min-width: 1650px) {
	.container {
		width: 1550px;
	}
}

/*椤堕儴鍏叡鏍峰紡*/
header {
	width: 100%;
	height: 95px;
	padding: 20px 0 0;
	overflow: hidden;
	background-color: #FFFFFF;
	box-shadow: 1.2px 2.8px 6px rgba(4,0,0,0.11);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	transition: all 0.5s;
}
header .logo {
	display: block;
	width: 430px;
	height: 55px;
	overflow: hidden;
	float: left;
}
header .logo img {
	width: 100%;
}
header .header-right {
	width: 755px;
	height: 46px;
	padding: 10px 0 0;
	float: right;
}
.header-right .right-box {
	width: 10px;
	height: 46px;
	padding-left: 32px;
	line-height: 46px;
	position: relative;
	float: right;
}
.header-right .right-box:before {
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background-color: #e2e9ee;
	position: absolute;
	top: 13px;
	left: 0;
}
.header-right .right-box a {
	display: block;
	color: #b5bec4;
	height: 46px;
	font-size: 14px;
	margin: 0 10px;
	font-family: arial;
	float: right;
	position: relative;
	transition: all 0.5s;
}
.header-right .right-box a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #253682;
	position: absolute;
	left: 0;
	bottom: -12px;
	opacity: 0;
	transition: all 0.5s;
}
.header-right .right-box a:hover {
	color: #253682;
	font-weight: bold;
}
.header-right .right-box a:hover:after {
	bottom: 0px;
	opacity: 1;
}
.header-right .header-search {
	width: 46px;
	height: 46px;
	line-height: 20px;
	padding: 12px;
	position: relative;
	float: left;
	cursor: pointer;
}
.header-right .header-search input {
	display: block;
	width: 0px;
	height: 46px;
	padding: 0 10px;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #cdcdcd;
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 45px;
	z-index: 10;
	opacity: 0;
	transition: all 0.5s;
}
.header-right .header-menu {
	width: 700px;
	height: 46px;
	float: right;
}
.header-menu li {
	float: left;
	margin-right:50px;
	position: relative;
}
.header-menu li:before {
	content: '';
	display: block;
	width: 14px;
	height: 10px;
	background: url(msj.png) no-repeat top center;
	background-size: 100% !important;
	position: absolute;
	left: 50%;
	top: -10px;
	margin-left: -7px;
	opacity: 0;
	transition: all 0.5s;
}
.header-menu li h4 {
	font-size: 16px;
	line-height: 46px;
}
.header-menu li h4 a {
	color: #333333;
}
header .header-icon {
	width: 50px;
	height: 55px;
	background-color: #253682;
	border-radius: 3px;
	overflow: hidden;
	float: right;
	position: relative;
	top: -3px;
	z-index: 101;
}
.header-icon li {
	width: 30px;
	height: 5px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2.5px 0 0 -15px;
	transition: all 0.5s;
}
.header-icon li:nth-of-type(1) {
	margin: -15px 0 0 -15px;
}
.header-icon li:nth-of-type(2) {
	margin: -2.5px 0 0 -15px;
}
.header-icon li:nth-of-type(3) {
	margin: 9px 0 0 -15px;
}
.header-icon.icon-click li:nth-of-type(1) {
	margin: -2.5px 0 0 -15px;
	transform: rotate(45deg);
}
.header-icon.icon-click li:nth-of-type(2) {
	opacity: 0;
}
.header-icon.icon-click li:nth-of-type(3) {
	margin: -2.5px 0 0 -15px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 110px;
		overflow: visible;
	}
	header .header-right {
	    width: 100%;
	    height: calc(100% - 110px);
	    height: -moz-calc(100% - 110px);
	    height: -webkit-calc(100% - 110px);
	    background-color: #253682;
	    position: fixed;
	    left: 0;
	    top: 110px;
	    float: none;
	    display: none;
	}
	.header-right .right-box {
	    width: 590px;
	    height: 65px;
	    padding-left: 0px;
	    line-height: 65px;
	    margin: 40px auto 10px;
	    float: none;
	}
	.header-right .right-box:before {
	    display: none !important;
	}
	.header-right .header-search {
	    width: 220px;
	    height: 65px;
	    line-height: 65px;
	    padding: 0;
	}
	.header-search img {
		width: 34px;
		float: right;
		margin: 15px 0;
	}
	.header-search img:nth-of-type(1) {
		display: none;
	}
	.header-right .header-search input {
	    width: 170px;
	    height: 65px;
	    padding: 0 15px;
	    font-size: 18px;
	    position: relative;
	    right: 0px;
	    opacity: 1;
	    float: left;
	}
	.header-right .right-box a {
	    height: 65px;
	    font-size: 30px;
	    margin: 0 0 0 10px;
	    color: #ffffff;
	}
	.header-right .header-menu {
	    width: 590px;
	    height: auto;
	    overflow: hidden;
	    float: none;
	    margin: 0 auto;
	}
	.header-menu li {
	    width: 100%;
	    float: none;
	    overflow: hidden;
	}
	.header-menu li:before {
	    width: 26px;
	    height: 19px;
	    left: auto;
	    right: 20px;
	    top: 45px;
	    margin-left: 0px;
	    opacity: 1;
	    transform: rotate(-90deg);
	}
	.header-menu li:nth-of-type(1):before,.header-menu li:nth-of-type(6):before,.header-menu li:nth-of-type(7):before {
		display: none;
	}
	.header-menu li.li-click:before {
		transform: rotate(0deg);
	}
	.header-menu li h4 {
		font-size: 42px;
		line-height: 110px;
		height: 110px;
		overflow: hidden;
		border-bottom: 2px solid #ffffff;
		padding: 0 20px;
		position: relative;
		z-index: 1;
	}
	.header-menu li h4 a {
		color: #ffffff;
	}
	.header-menu li.active h4 {
		font-weight: bold;
	}
	.header-menu li .menu-two {
		width: 100%;
	    overflow: hidden;
	    padding: 30px 20px 25px;
	    display: none;
	}
	.menu-two p {
		width: 100%;
		height: 58px;
		line-height: 58px;
		font-size: 36px;
		overflow: hidden;
		transition: all 0.5s;
	}
	.menu-two p a {
		color: #ffffff;
	}
	.menu-two p:hover a {
		padding-left: 10px;
		color: #00a2e9;
		font-weight: bold;
	}
}
@media only screen and (max-width: 700px) {
	header {
		height: 55px;
		padding: 13px 0 0;
	}
	header .logo {
		width: 160px;
    	height: 29px;
	}
	header .header-right {
	    height: calc(100% - 55px);
	    height: -moz-calc(100% - 55px);
	    height: -webkit-calc(100% - 55px);
	    top: 55px;
	}
	.header-right .right-box {
	    width: 325px;
	    height: 35px;
	    line-height: 35px;
	    margin: 20px auto 10px;
	}
	.header-right .header-search {
	    width: 280px;
	    height: 35px;
	    line-height: 35px;
	    padding: 0;
	}
	.header-search img {
		width: 17px;
		margin: 9px 0;
	}
	.header-right .header-search input {
	    width: 240px;
	    height: 35px;
	    padding: 0 10px;
	    font-size: 14px;
	}
	.header-right .right-box a {
	    height: 35px;
	    font-size: 15px;
	    margin: 0 0 0 10px;
	}
	.header-right .header-menu {
	    width: 325px;
	    line-height: 30px;
	}
	.header-menu li:before {
	    width: 13px;
	    height: 10px;
	    right: 10px;
	    top: 22px;
	}
	.header-menu li h4 {
	    font-size: 21px;
	    line-height: 55px;
	    height: 55px;
	    border-bottom-width: 1px;
	    padding: 0 10px;
	}
	.header-menu li .menu-two {
	    padding: 15px 10px 10px;
	}
	.menu-two p {
	    height: 29px;
	    line-height: 29px;
	    font-size: 18px;
	}
	header .header-icon {
		width: 27px;
		height: 30px;
		top: -1px;
	}
	.header-icon li {
		width: 16px;
		height: 2px;
		border-radius: 1px;
		margin: -1px 0 0 -15px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -6px 0 0 -8px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -1px 0 0 -8px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 4px 0 0 -8px;
	}
	.header-icon.icon-click li:nth-of-type(1) {
		margin: -1px 0 0 -8px;
	}
	.header-icon.icon-click li:nth-of-type(3) {
		margin: -1px 0 0 -8px;
	}
}
@media only screen and (min-width: 992px) {
	header .header-icon {
		display: none;
	}
	header.header-roll {
		height: 75px;
		padding: 15px 0 0;
	}
	header .header-right {
		width: 680px;
		display: block !important;
	}
	.header-right .header-search:hover input {
		box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
		width: 220px;
		opacity: 1;
	}
	.header-search img:nth-of-type(2) {
		display: none;
	}
	.header-right .right-box {
		width: 95px;
		padding-left: 17px;
	}
	.header-right .right-box a {
		margin: 0 0 0 10px;
	}
	.header-right .header-menu {
		width: 585px;
	}
	.header-menu li {
		margin-right: 24px;
	}
	.header-menu li:hover:before {
		top: 2px;
		opacity: 1;
	}
	.header-menu li.active:before {
		top: 2px;
		opacity: 1;
	}
	.header-menu li.active h4 a {
		color: #253682;
		font-weight: bold;
	}
	.header-menu li .menu-two {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	header .header-right {
		width: 855px;
	}
	.header-right .right-box {
		width: 10px;
		padding-left: 32px;
	}
	.header-right .right-box a {
		margin: 0 10px;
	}
	.header-right .header-menu {
		width:820px;
	}
	.header-menu li {
	margin-right: 50px;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
.footer1 {
	width: 100%;
	padding: 79px 0 78px;
	overflow: hidden;
	background:#0259A0;
	background-repeat: no-repeat;
	background-position: center;
}
.footer1 h3 {
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.footer1 a {
	display: block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #0259a0;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	float: right;
	position: relative;
	background-color: #ffffff;
	transition: all 0.5s;
}
.footer1 a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 2px solid #FFFFFF;
}
.footer1 a span {
	position: relative;
	z-index: 1;
}
.footer1 a:hover {
	color: #ffffff;
	background-color: transparent;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.footer2 {
	width: 100%;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #333333;
}
.footer2-top {
	width: 100%;
	padding: 100px 0 60px;
	overflow: hidden;
	border-bottom: 1px solid #999999;
}
.footer2-left {
	display: block;
	float: left;
	width: 241px;
	overflow: hidden;
}
.footer2-left img {
	width: 100%;
}
.footer2-center {
	width: 700px;
	margin-left: 160px;
	overflow: hidden;
	float: left;
}
.footer2-center li {
	width: 180px;
	margin-right: 80px;
	overflow: hidden;
	float: left;
}
.footer2-center li:last-of-type {
	margin-right: 0px;
}
.footer2 h4 {
	width: 100%;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
}
.footer2 h4 a,.footer2 p a {
	color: #FFFFFF;
}
.footer2 h4 a:hover,.footer2 p a:hover {
	color: #0259a0;
	text-decoration: underline !important;
}
.footer2-center p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	margin: 10px 0 0;
	overflow: hidden;
}
.footer2-right {
	width: 250px;
	overflow: hidden;
	float: right;
}
.footer2-right p {
	width: 100%;
	height: 21px;
	line-height: 21px;
	font-size: 14px;
	padding-left: 35px;
	margin: 0 0 10px;
	overflow: hidden;
	background-image: url(ft1.png);
	background-repeat: no-repeat !important;
	background-position: left center !important;
	background-size: 21px;
}
.footer2-right p:nth-of-type(2) {
	background-image: url(ft2.png);
}
.footer2-bottom {
	width: 100%;
	padding: 17px 0 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}
@media only screen and (max-width: 991px) {
	.footer1 {
		padding: 50px 0 35px;
		text-align: center;
		background-image: url(../img/footer1s.jpg);
		background-size: 100%;
	}
	.footer1 h3 {
		float: none;
	}
	.footer1 a {
		color: #FFFFFF;
		background-color: transparent;
		float: none;
		margin: 20px auto 0;
	}
	.footer2-top {
		padding: 83px 0 50px;
	}
	.footer2-left {
		width: 385px;
		float: none;
	}
	.footer2-center {
		width: 100%;
		margin: 80px 0 60px;
		float: none;
	}
	.footer2-center li {
		width: 120px;
		margin-right: 85px;
	}
	.footer2-center li:nth-of-type(2) {
		width: 220px;
	}
	.footer2 h4 {
		line-height: 40px;
		font-size: 30px;
		margin: 0 0 15px;
	}
	.footer2-center p {
		height: 30px;
		line-height: 30px;
		font-size: 20px;
		margin: 0;
	}
	.footer2-right {
		width: 100%;
		float: none;
	}
	.footer2-right h4 {
		margin: 0 0 20px;
	}
	.footer2-right p {
		height: 30px;
		line-height: 30px;
		font-size: 24px;
		padding-left: 40px;
		background-size: 30px;
		margin: 0 0 20px;
	}
	.footer2-bottom {
		padding: 30px 0 55px;
		line-height: 36px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 750px) {
	.footer1 {
		padding: 30px 0 20px;
		background-size: auto 100%;
	}
	.footer1 h3 {
	    font-size: 24px;
	    line-height: 40px;
	}
	.footer1 a {
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.footer1 a:before {
		border-width: 1px;
	}
	.footer2-top {
		padding: 42px 0 25px;
	}
	.footer2-left {
		width: 200px;
	}
	.footer2-center {
		margin: 30px 0 25px;
	}
	.footer2-center li {
		width: 75px;
		margin-right: 15px;
	}
	.footer2-center li:nth-of-type(2) {
		width: 135px;
	}
	.footer2 h4 {
		line-height: 20px;
		font-size: 16px;
		margin: 0 0 5px;
	}
	.footer2-center p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
	}
	.footer2-right h4 {
		margin: 0 0 10px;
	}
	.footer2-right p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		padding-left: 25px;
		background-size: 18px;
		margin: 0 0 5px;
	}
	.footer2-bottom {
		padding: 10px 0 15px;
		line-height: 20px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.footer1 {
		padding: 45px 0 44px;
		background-size: 1200px;
	}
	.footer1 h3 {
		font-size: 24px;
		line-height: 40px;
	}
	.footer1 a {
		width: 170px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.footer2-top {
		padding: 50px 0 40px;
	}
	.footer2-left {
		width: 210px;
	}
	.footer2-center {
		width: 410px;
		margin-left: 60px;
	}
	.footer2-center li {
		width: 85px;
		margin-right: 40px;
	}
	.footer2-center li:nth-of-type(2) {
		width: 160px;
	}
	.footer2 h4 {
		line-height: 25px;
		font-size: 16px;
	}
	.footer2-center p {
		font-size: 14px;
		margin: 7px 0 0;
	}
	.footer2-right {
		width: 220px;
	}
	.footer2-right h4 {
		margin: 0 0 20px;
	}
	.footer2-right p {
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		padding-left: 30px;
		margin: 0 0 7px;
		background-size: 20px;
	}
	.footer2-bottom {
		padding: 12px 0 15px;
	}
	.footer2-bottom br {
		display: none;
	}
}
@media only screen and (min-width: 1200px) {
	.footer1 {
		padding: 56px 0;
		background-size: 1500px;
	}
	.footer1 h3 {
		font-size: 30px;
		line-height: 50px;
	}
	.footer1 a {
		width: 195px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.footer2-top {
		padding: 70px 0 50px;
	}
	.footer2-left {
		width: 241px;
	}
	.footer2-center {
		width: 480px;
		margin-left: 100px;
	}
	.footer2-center li {
		width: 100px;
		margin-right: 50px;
	}
	.footer2-center li:nth-of-type(2) {
		width: 180px;
	}
	.footer2 h4 {
		line-height: 30px;
		font-size: 18px;
	}
	.footer2-center p {
		font-size: 16px;
		margin: 10px 0 0;
	}
	.footer2-right {
		width: 250px;
	}
	.footer2-right h4 {
		margin: 0 0 25px;
	}
	.footer2-right p {
		height: 21px;
		line-height: 21px;
		font-size: 14px;
		padding-left: 35px;
		margin: 0 0 10px;
		background-size: 21px;
	}
	.footer2-bottom {
		padding: 17px 0 20px;
	}
}
@media only screen and (min-width: 1500px) {
	.footer1 {
		padding: 79px 0 78px;
		background-size: 1920px;
	}
	.footer1 h3 {
		font-size: 30px;
		line-height: 50px;
	}
	.footer1 a {
		width: 195px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
	}
	.footer2-top {
		padding: 100px 0 60px;
	}
	.footer2-center {
		width: 700px;
		margin-left: 160px;
	}
	.footer2-center li {
		width: 180px;
		margin-right: 80px;
	}
}
@media only screen and (min-width: 1550px) {
	.footer2 .container {
		width: 1520px;
	}
	.footer2-top {
		padding: 100px 40px 60px;
	}
}
/*banner公共样式*/
@font-face {
	font-family: HelveticaLTStd;
	src: url("../font/HelveticaLTStd-Light.otf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
.banner {
	width: 100%;
	margin: 100px 0 0;
	overflow: hidden;
	position: relative;
}
.banner .banner-txt {
	width: 1520px;
	color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -760px;
	z-index: 1;
}
.banner .banner-txt h2 {
	font-size: 72px;
	line-height: 75px;
	margin: 0 0 10px;
}
.banner .banner-txt p {
	font-size: 20px;
	line-height: 30px;
	font-family: arial;
	font-family: HelveticaLTStd;
	font-weight: lighter;
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 140px 0 0;
	}
	.banner img {
		width: 100%;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
	.banner .banner-txt {
		width: 630px;
		top: 110px;
		margin-left: -315px;
	}
	.banner .banner-txt h2 {
		font-size: 72px;
		line-height: 75px;
		margin: 0 0 10px;
	}
	.banner .banner-txt p {
		font-size: 20px;
		line-height: 30px;
	}
}
@media only screen and (max-width: 750px) {
	.banner {
		margin: 70px 0 0;
	}
	.banner .banner-txt {
		width: 335px;
		top: 55px;
		margin-left: -167.5px;
	}
	.banner .banner-txt h2 {
		font-size: 36px;
		line-height: 40px;
		margin: 0 0 5px;
	}
	.banner .banner-txt p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media only screen and (min-width: 992px) {
	.banner {
		margin: 70px 0 0;
	}
	.banner img {
		width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
	}
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner .banner-txt {
		width: 960px;
		top: 150px;
		margin-left: -480px;
	}
	.banner .banner-txt h2 {
		font-size: 56px;
		line-height: 60px;
	}
	.banner .banner-txt p {
		font-size: 16px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner {
		margin: 80px 0 0;
	}
	.banner img {
		width: 1500px;
		margin-left: -750px;
	}
	.banner .banner-txt {
		width: 1150px;
		top: 180px;
		margin-left: -575px;
	}
	.banner .banner-txt h2 {
		font-size: 64px;
		line-height: 70px;
	}
	.banner .banner-txt p {
		font-size: 18px;
		line-height: 28px;
	}
}
@media only screen and (min-width: 1500px) {
	.banner {
		margin: 100px 0 0;
	}
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
	.banner .banner-txt {
		width: 1440px;
		top: 200px;
		margin-left: -720px;
	}
	.banner .banner-txt h2 {
		font-size: 72px;
		line-height: 75px;
	}
	.banner .banner-txt p {
		font-size: 20px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1550px) {
	.banner .banner-txt {
		width: 1520px;
		top: 200px;
		margin-left: -760px;
	}
}
/*公共标题样式*/
.title-common {
	width: 100%;
	overflow: hidden;
}
.title-common h2 {
	width: 100%;
	line-height: 75px;
	font-size: 48px;
	color: #333333;
	overflow: hidden;
}
.title-common h2 strong {
	display: inline-block;
	padding: 10px 0 0;
	position: relative;
	z-index: 1;
}
.title-common h2 strong:before {
	content: '';
	display: block;
	width: 124px;
	height: 100%;
	overflow: hidden;
	background-image: url(../img/slash.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	position: absolute;
	top: 0px;
	right: -51px;
}
.title-common h2 em {
	position: relative;
	z-index: 1;
}
.title-common p {
	color: #a3a3a3;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0 0;
}
@media only screen and (max-width: 991px) {
	.title-common p {
		font-size: 20px;
		line-height: 32px;
		margin: 23px 0 0;
	}
	.title-common p br {
		display: none;
	}
}
@media only screen and (max-width: 750px) {
	.title-common h2 {
		line-height: 40px;
		font-size: 28px;
	}
	.title-common h2 strong {
		height: 45px;
		padding: 2px 0 0;
	}
	.title-common h2 strong:before {
		width: 66px;
		right: -27px;
	}
	.title-common p {
		font-size: 14px;
		line-height: 20px;
		margin: 12px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.title-common h2 {
		line-height: 60px;
		font-size: 36px;
	}
	.title-common h2 strong {
		padding: 5px 0 0;
	}
	.title-common h2 strong:before {
		width: 93px;
		right: -40px;
	}
	.title-common p {
		font-size: 14px;
		line-height: 20px;
		margin: 20px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.title-common h2 {
		line-height: 65px;
		font-size: 42px;
	}
	.title-common h2 strong {
		padding: 8px 0 0;
	}
	.title-common h2 strong:before {
		width: 110px;
		right: -45px;
	}
	.title-common p {
		font-size: 16px;
		line-height: 25px;
		margin: 25px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.title-common h2 {
		line-height: 75px;
		font-size: 48px;
	}
	.title-common h2 strong {
		padding: 10px 0 0;
	}
	.title-common h2 strong:before {
		width: 124px;
		right: -51px;
	}
	.title-common p {
		margin: 30px 0 0;
	}
}
/*椤堕儴鍥剧墖鍏叡鏍峰紡*/
.banner {
	width: 100%;
	overflow: hidden;
	margin: 95px 0 0;
	position: relative;
}
.banner h2 {
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	text-shadow: 0px 2px 3px rgba(4,0,0,0.22);
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 110px 0 0;
	}
	.banner img:nth-of-type(1) {
		display: none;
	}
	.banner img {
		width: 100%;
	}
	.banner h2 {
		width: 590px;
		font-size: 36px;
		line-height: 50px;
		margin: -80px 0 0 -295px;
	}
}
@media only screen and (max-width: 700px) {
	.banner {
		margin: 55px 0 0;
	}
	.banner h2 {
		width: 325px;
		font-size: 20px;
		line-height: 30px;
		margin: -40px 0 0 -162.5px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img:nth-of-type(2) {
		display: none;
	}
	.banner img {
		width: 1300px;
		position: relative;
		left: 50%;
		margin-left: -650px;
	}
	.banner h2 {
		width: 970px;
		font-size: 42px;
		line-height: 60px;
		margin: -100px 0 0 -485px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 1700px;
		margin-left: -850px;
	}
	.banner h2 {
		width: 1150px;
		font-size: 58px;
		line-height: 75px;
		margin: -140px 0 0 -575px;
	}
}
@media only screen and (min-width: 1650px) {
	.banner img {
		width: 1920px;
		margin-left: -960px;
	}
	.banner h2 {
		width: 1550px;
		margin: -140px 0 0 -775px;
	}
}
@media only screen and (min-width: 1921px) {
	.banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}