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: #ea5504;
	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: #ea5504;
    color: white;
}

*::-moz-selection {
	background-color: #ea5504;
    color: white;
}

*::-webkit-selection {
	background-color: #ea5504;
    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 (max-width: 991px) {
	.container {
		width: 650px;
		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: 1100px;
	}
}
@media (min-width: 1550px) {
	.container {
		width: 1480px;
	}
}

/*公共头部样式*/
header {
	left: 0;
	top: 4.3rem;
	width: 100%;
	z-index: 100;
	height: 9.4rem;
	position: absolute;
	background-color: #004098;
}
header:before {
	top: 0px;
	left: 50%;
	z-index: 1;
	content: '';
	width: 48rem;
	height: 100%;
	display: block;
	overflow: hidden;
	position: absolute;
	margin-left: -96rem;
	background-color: #FFFFFF;
}
header .logo {
	z-index: 2;
	float: left;
	width: 15.9rem;
	display: block;
	height: 4.6rem;
	margin: 2.4rem 0;
	position: relative;
	transition: all 0.5s;
}
header .logo img {
	width: 100%;
}
header .header-right {
	z-index: 2;
	height: 100%;
	float: right;
	width: 77.6rem;
	position: relative;
}
.header-right .header-menu {
	width: 100%;
	height: 5.9rem;
	margin: 3.5rem 0 0;
	text-align: center;
	transition: all 0.5s;
}
.header-menu li {
	float: left;
	width: 6.4rem;
	height: 5.9rem;
	margin-left: 6rem;
	position: relative;
}
.header-menu li:first-of-type {
	width: 32px;
	margin-left: 0px;
}
.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
	top: 0.9rem;
	content: '';
	width: 1rem;
	right: -2.2rem;
	height: 0.9rem;
	display: block;
	position: absolute;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../img/md.png);
}
.header-menu li h4 {
	font-weight: bold;
	font-size: 1.6rem;
	position: relative;
	line-height: 2.4rem;
}
.header-menu li h4 a {
	color: #FFFFFF;
}
.header-menu li.active h4 a {
	color: #ea5504;
}
.header-menu li:hover h4 a {
	color: #ea5504;
}
.header-right .header-top {
	right: 0;
	top: -3.4rem;
	width: 25rem;
	height: 2.6rem;
	overflow: hidden;
	position: absolute;
	transition: all 0.5s;
}
.header-top .header-en {
	float: left;
	display: block;
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.6rem;
}
.header-top .header-search {
	float: right;
	width: 21.5rem;
	overflow: hidden;
	background-color: #ea5504;
}
.header-search input {
	border: none;
	width: 18.5rem;
	height: 2.6rem;
	color: #FFFFFF;
	padding-left: 1rem;
	background-color: transparent;
}
.header-search input::-webkit-input-placeholder {
	color: #dedede;
}
.header-search input:-moz-placeholder {
	color: #dedede;
}
.header-search input::-moz-placeholder {
	color: #dedede;
}
.header-search input:-ms-input-placeholder {
	color: #dedede;
}
.header-search img {
	width: 1.4rem;
	margin: -0.3rem 0.5rem 0;
}
header .header-icon {
	float: right;
	width: 4.5rem;
	height: 4.5rem;
	overflow: hidden;
	margin: 2.5rem 0 0;
	border-radius: 3px;
	position: relative;
	background-color: #ea5504;
}
.header-icon li {
	top: 50%;
	left: 50%;
	width: 2.8rem;
	height: 0.6rem;
	overflow: hidden;
	position: absolute;
	border-radius: 0.3rem;
	background-color: #FFFFFF;
}
.header-icon li:nth-of-type(1) {
	margin: -1.2rem 0 0 -1.4rem;
}
.header-icon li:nth-of-type(2) {
	margin: -0.3rem 0 0 -1.4rem;
}
.header-icon li:nth-of-type(3) {
	margin: 0.6rem 0 0 -1.4rem;
}
header.header-click .header-icon li:nth-of-type(1) {
	margin: -0.3rem 0 0 -1.4rem;
	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: -0.3rem 0 0 -1.4rem;
	transform: rotate(45deg);
}
@media only screen and (max-width: 991px) {
	header {
		transition: all 0.5s;
	}
	header.header-roll,header.header-click {
		top: 0;
		position: fixed;
	}
	header:before {
	    width: 43.1rem;
	    margin-left: -49.6rem;
	}
	header .logo {
	    width: 17.5rem;
	    height: 5.1rem;
	    margin: 2.2rem 0;
	}
	header .header-right {
		left: 0;
		width: 100%;
		top: 9.3rem;
		float: none;
		display: none;
		position: fixed;
		overflow: hidden;
		background-color: #004098;
		height: -moz-calc(100% - 90px);
		height: -webkit-calc(100% - 90px);
		height: calc(100% - 90px);
	}
	.header-right .header-top {
	    top: 0;
	    right: 0;
	   	width: 65rem;
	   	height: auto;
	    margin: 4rem auto;
	    position: relative;
	}
	.header-top .header-en {
	    font-size: 2.4rem;
	    line-height: 5.5rem;
	}
	.header-top .header-search {
	    width: 59.5rem;
	}
	.header-search input {
	    width: 53.5rem;
	    height: 5.5rem;
	    font-size: 2rem;
	    line-height: 5.5rem;
	    padding-left: 1.5rem;
	}
	.header-search img {
	    width: 2.8rem;
	    margin: -0.8rem 0.8rem 0;
	}
	.header-right .header-menu {
	    width: 65rem;
	    height: auto;
	    overflow: hidden;
	    text-align: justify;
	    margin: 3.5rem auto 0;
	}
	.header-menu li {
		height: auto;
		margin: 0 0 2rem;
		width: 100% !important;
	}
	.header-menu li h4 {
	    font-size: 3.6rem;
	    line-height: 5rem;
	    font-weight: normal;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before {
		top: 50%;
		width: 2rem;
		height: 2rem;
		right: 2.2rem;
		margin-top: -1rem;
		transition: all 0.5s;
		transform: rotate(-90deg);
	}
	.header-menu li:hover h4:before{
		transform: rotate(0deg);
	}
	.header-menu li .two-menu {
		width: 100%;
		display: none;
		overflow: hidden;
		font-size: 2.4rem;
		line-height: 4rem;
		padding: 1rem 3rem 0;
	}
	.two-menu p {
		width: 100%;
		overflow: hidden;
	}
	.two-menu p a {
		color: #ffffff;
	}
}
@media only screen and (max-width: 720px) {
	header {
	    top: 2.2rem;
	    height: 5.4rem;
	}
	header:before {
	    width: 32.8rem;
	    margin-left: -36rem;
	}
	header .logo {
	    width: 11rem;
	    height: 3.2rem;
	    margin: 1.2rem 0 0;
	}
	header .header-icon {
		width: 3rem;
		height: 3rem;
		margin: 1.2rem 0 0;
	}
	.header-icon li {
		width: 1.6rem;
		height: 0.2rem;
	}
	.header-icon li:nth-of-type(1) {
		margin: -0.6rem 0 0 -0.8rem;
	}
	.header-icon li:nth-of-type(2),header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -0.1rem 0 0 -0.8rem;
	}
	.header-icon li:nth-of-type(3) {
		margin: 0.4rem 0 0 -0.8rem;
	}
	header .header-right {
		top: 5.3rem;
		height: -moz-calc(100% - 5rem);
		height: -webkit-calc(100% - 5rem);
		height: calc(100% - 5rem);
	}
	.header-right .header-top {
	   	width: 32.5rem;
	    margin: 2rem auto;
	}
	.header-top .header-en {
	    line-height: 4rem;
	    font-size: 1.8rem;
	}
	.header-top .header-search {
	    height: 4rem;
	    width: 28.5rem;
	}
	.header-search input {
	    height: 4rem;
	    width: 24.5rem;
	    line-height: 4rem;
	    font-size: 1.4rem;
	    padding-left: 1rem;
	}
	.header-search img {
	    width: 1.8rem;
	    margin: -0.4rem 0.8rem 0;
	}
	.header-right .header-menu {
	    width: 32.5rem;
	    margin: 2rem auto 0;
	}
	.header-menu li {
		margin: 0 0 1rem;
	}
	.header-menu li h4 {
	    font-size: 2.4rem;
	    line-height: 3.5rem;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before {
		width: 1rem;
		right: 1rem;
		height: 1rem;
		margin-top: -0.5rem;
	}
	.header-menu li .two-menu {
		font-size: 1.8rem;
		line-height: 3rem;
		padding: 1rem 2rem 0;
	}
}
@media only screen and (min-width: 992px) {
	header.header-roll {
		top: 0;
		height: 8.4rem;
		position: fixed;
		box-shadow: 0px 0px 1.5rem rgba(0,0,0,0.3);
	}
	header.header-roll .logo {
	    margin: 1.9rem 0;
	}
	header.header-roll .header-right .header-top {
		top: 0.4rem;
	}
	header.header-roll .header-right .header-menu {
		margin: 4rem 0 0;
		height: 4.4rem;
	}
	header:before {
	    width: 31.5rem;
	    margin-left: -63rem;
	}
	header .header-right {
		width: 67.6rem;
	}
	.header-menu li {
	    margin-left: 2.8rem;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
		right: -1.5rem;
	}
	.header-menu li .two-menu {
		left: 50%;
		top: 5.9rem;
		width: 12rem;
		display: none;
		overflow: hidden;
		position: absolute;
		margin-left: -5rem;
		background-color: #ffffff;
		box-shadow: -1rem 0px 1.5rem rgba(0,0,0,0.2);
	}
	.two-menu p {
		width: 100%;
		height: 4rem;
		overflow: hidden;
		font-size: 1.6rem;
		line-height: 4rem;
		border-top: 1px solid #004098;
	}
	.two-menu p a {
		color: #333333;
	}
	.two-menu p:hover {
		background-color: #004098;
	}
	.two-menu p:hover a {
		color: #ffffff;
	}
	header.header-roll .header-menu li .two-menu {
		top: 4.4rem;
	}
	header .header-icon {
		display: none !important;
	}
}
@media only screen and (min-width: 1200px) {
	header:before {
	    width: 48rem;
	    margin-left: -77.5rem;
	}
	header .header-right {
		width: 72.7rem;
	}
	.header-menu li {
	    margin-left: 3.5rem;
	}
}
@media only screen and (min-width: 1550px) {
	header:before {
	    width: 48rem;
	    margin-left: -96rem;
	}
	header .header-right {
		width: 90.6rem;
	}
	.header-menu li {
	    margin-left: 6rem;
	}
	.header-menu li:nth-of-type(2) h4:before,.header-menu li:nth-of-type(3) h4:before,.header-menu li:nth-of-type(4) h4:before,.header-menu li:nth-of-type(5) h4:before {
		right: -2.2rem;
	}
}
/*公共底部样式*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #353535;
}
footer .footer-top {
	width: 100%;
	overflow: hidden;
	padding: 5.5rem 0;
	border-bottom: 1px solid rgba(124,124,124,0.3);
}
.footer-top .footer1 {
	float: left;
	width: 21rem;
	overflow: hidden;
}
.footer1 img {
	width: 100%;
}
.footer-top .footer2 {
	float: left;
	width: 42.5rem;
	color: #959595;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 2.4rem;
	margin: 2.5rem 8.5rem 0 14.5rem;
}
.footer-top .footer3 {
	float: left;
	width: 34.5rem;
	overflow: hidden;
	margin: 2.5rem 0 0;
}
.footer2 h3 {
	width: 100%;
	color: #dcdcdc;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem;
	margin: 0 0 1.2rem;
	line-height: 2.6rem;
	border-bottom: 1px solid #5a5a5a;
}
.footer2 ul {
	width: 100%;
	overflow: hidden;
	padding-left: 0.2rem;
}
.footer2 ul li {
	float: left;
	overflow: hidden;
	margin-right: 3rem;
}
.footer3 h3 {
	width: 100%;
	color: #dcdcdc;
	margin: 0 0 2rem;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 0 0 1rem;
	line-height: 2.6rem;
	border-bottom: 1px solid #5a5a5a;
}
.footer3 a {
	float: left;
	display: block;
	color: #959595;
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 0 4.5rem 1.3rem 0.5rem;
}
.footer3 a:hover {
	color: #ea5504;
	text-decoration: underline !important;
}
.footer-top .footer4 {
	float: right;
	width: 11.5rem;
	color: #959595;
	overflow: hidden;
	line-height: 2rem;
	margin: 1.5rem 0 0;
	text-align: center;
}
.footer4 img {
	width: 100%;
	margin: 0 0 0.8rem;
}
footer .footer-bottom {
	width: 100%;
	color: #767676;
	overflow: hidden;
	font-size: 1.4rem;
	line-height: 2rem;
	padding: 1.5rem 0 2.8rem;
}
.footer-bottom a {
	color: #767676;
}
.footer-bottom a:hover {
	color: #ea5504;
	text-decoration: underline !important;
}
.footer-bottom p {
	float: left;
}
.footer-bottom p:first-of-type br {
	display: none;
}
.footer-bottom p:last-of-type {
	float: right;
}
@media only screen and (max-width: 991px) {
	footer .footer-top {
		padding: 8.4rem 0 6.3rem;
	}
	.footer-top .footer1 {
		float: none;
		width: 36.1rem;
	}
	.footer-top .footer2 {
		float: none;
		width: 100%;
		font-size: 2.1rem;
		margin: 10.5rem 0 0;
		line-height: 3.5rem;
	}
	.footer-top .footer3 {
		width: 100%;
		margin: 7rem 0 0;
		float: none;
	}
	.footer2 h3 {
		font-size: 2.8rem;
		margin: 0 0 1.5rem;
		padding: 0 0 1.5rem;
		line-height: 3.5rem;
	}
	.footer2 ul,.footer2>p {
		padding-left: 0.5rem;
	}
	.footer2 ul li {
		margin-right: 4rem;
	}
	.footer3 h3 {
		margin: 0 0 3rem;
		padding: 0 0 1rem;
		font-size: 2.8rem;
		line-height: 3.5rem;
	}
	.footer3 a {
		font-size: 2.2rem;
		line-height: 2.5rem;
		margin: 0 6.8rem 2.5rem 0.8rem;
	}
	.footer-top .footer4 {
		float: none;
		width: 20rem;
		font-size: 2.1rem;
		margin: 8.5rem 0 0;
		line-height: 2.5rem;
	}
	.footer4 img {
		margin: 0 0 2rem;
	}
	footer .footer-bottom {
		font-size: 2.1rem;
		line-height: 4rem;
		padding: 3.2rem 0 3.5rem;
	}
	.footer-bottom p:last-of-type {
	    float: none;
	}
}
@media only screen and (max-width: 720px) {
	footer .footer-top {
		padding: 4rem 0 3rem;
	}
	.footer-top .footer1 {
		width: 18.5rem;
	}
	.footer-top .footer2 {
		margin: 3rem 0 0;
		font-size: 1.4rem;
		line-height: 2rem;
	}
	.footer-top .footer3 {
		margin: 2.5rem 0 0;
	}
	.footer2 h3 {
		margin: 0 0 1rem;
		padding: 0 0 1rem;
		font-size: 1.8rem;
		line-height: 2.5rem;
	}
	.footer2 ul,.footer2>p {
		padding-left: 0;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		padding: 0 0 1rem;
		font-size: 1.8rem;
		margin: 0 0 1.5rem;
		line-height: 2.5rem;
	}
	.footer3 a {
		font-size: 1.4rem;
		line-height: 2rem;
		margin: 0 3rem 1rem 0;
	}
	.footer-top .footer4 {
		width: 11rem;
		margin: 2rem 0 0;
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	.footer4 img {
		margin: 0 0 1rem;
	}
	footer .footer-bottom {
		font-size: 1.4rem;
		line-height: 2rem;
		padding: 1.5rem 0 2rem;
	}
	.footer-bottom p {
		float: none;
	}
	.footer-bottom p:first-of-type br {
		display: block;
	}
}
@media only screen and (min-width: 992px) {
	footer .footer-top {
		padding: 4rem 0;
	}
	.footer-top .footer1 {
		width: 14rem;
	}
	.footer-top .footer2 {
		width: 35rem;
		font-size: 1.2rem;
		line-height: 2rem;
		margin: 1.5rem 4rem 0;
	}
	.footer-top .footer3 {
		width: 24rem;
		margin: 1.5rem 0 0;
	}
	.footer2 h3 {
		margin: 0 0 1rem;
		padding: 0 0 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		padding: 0 0 1rem;
		font-size: 1.6rem;
		line-height: 2rem;
		margin: 0 0 1.5rem;
	}
	.footer3 a {
		font-size: 1.2rem;
		margin: 0 2.5rem 1rem 0.5rem;
	}
	.footer-top .footer4 {
		width: 11.5rem;
		margin: 1.5rem 0 0;
	}
	.footer4 img {
		margin: 0 0 0.8rem;
	}
	footer .footer-bottom {
		font-size: 1.2rem;
		padding: 1rem 0 2rem;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 5.5rem 0;
	}
	.footer-top .footer1 {
		width: 21rem;
	}
	.footer-top .footer2 {
		width: 40rem;
		font-size: 1.4rem;
    	line-height: 2.4rem;
		margin: 2.5rem 4rem 0;
	}
	.footer-top .footer3 {
		width: 25.5rem;
		margin: 2.5rem 0 0;
	}
	.footer2 h3 {
		padding: 0 0 1rem;
		font-size: 1.8rem;
		margin: 0 0 1.2rem;
		line-height: 2.6rem;
	}
	.footer2 ul li {
		margin-right: 2rem;
	}
	.footer3 h3 {
		margin: 0 0 2rem;
		padding: 0 0 1rem;
		font-size: 1.8rem;
		line-height: 2.6rem;
	}
	.footer3 a {
		font-size: 1.5rem;
		margin: 0 2rem 1.3rem 0.5rem;
	}
	.footer-top .footer4 {
		width: 11.5rem;
		margin: 1.5rem 0 0;
	}
	.footer4 img {
		margin: 0 0 0.8rem;
	}
	footer .footer-bottom {
		font-size: 1.4rem;
		padding: 1.5rem 0 2.8rem;
	}
}
@media only screen and (min-width: 1550px) {
	.footer-top .footer2 {
		width: 42.5rem;
		margin: 2.5rem 8.5rem 0 14.5rem;
	}
	.footer-top .footer3 {
		width: 34.5rem;
	}
	.footer2 ul li {
		margin-right: 3rem;
	}
	.footer3 a {
		margin: 0 4.5rem 1.3rem 0.5rem;
	}
}
/*公共顶部banner样式*/
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner .banner-masked {
	left: 0;
	z-index: 2;
	width: 100%;
	top: 33.5rem;
	height: 44rem;
	color: #FFFFFF;
	line-height: 2rem;
	position: absolute;
}
.banner-masked a {
	color: #FFFFFF;
}
.banner-masked a:hover {
	color: #ea5504;
	text-decoration: underline !important;
}
.banner-masked h2 {
	color: #FFFFFF;
	font-size: 4.8rem;
	line-height: 8rem;
	font-weight: bold;
	position: relative;
	letter-spacing: 0.5rem;
}
.banner-masked h2:after {
	top: 1rem;
	content: '';
	width: 1.4rem;
	height: 1.4rem;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background-color: #ea5504;
}
.banner-masked h5 {
	height: 4rem;
	font-size: 1.4rem;
	line-height: 2rem;
}
.banner-masked .banner-menu {
	width: 100%;
	overflow: hidden;
	margin: 21rem 0 0;
	text-align: center;
	padding: 1.5rem 0 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.banner-menu a {
	color: #FFFFFF;
	margin: 0 2.3rem;
	font-size: 1.6rem;
	line-height: 2.5rem;
	display: inline-block;
}
.banner-menu a:hover {
	color: #ea5504;
}
.banner-menu01 {
 	display:none !important;
}
.banner-masked .banner-down {
	width: 2.6rem;
	height: 2.6rem;
	cursor: pointer;
	position: relative;
	margin: 2.7rem auto 0;
}
.banner-down img {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute;
	margin: -3rem 0 0 -1.3rem;
	animation: bdimg 1s linear infinite;
	-webkit-animation: bdimg 1s linear infinite;
}
@keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-moz-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-ms-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@-webkit-keyframes bdimg{
	from{margin: -3rem 0 0 -1.3rem;opacity: 1;}
	to{margin: 4rem 0 0 -1.3rem;opacity: 0;}
}
@media only screen and (max-width: 991px) {
	.banner>img {
		left: 50%;
		width: 130rem;
		position: relative;
		margin-left: -65rem;
	}
	.banner .banner-masked {
		top: 22rem;
	}
	.banner-masked .banner-menu {
	    margin: 8rem 0 0;
	}
}
@media only screen and (max-width: 720px) {
	.banner>img {
		width: 120rem;
		margin-left: -60rem;
	}
	.banner .banner-masked {
		top: 18rem;
		height: -moz-calc(100% - 18rem);
		height: -webkit-calc(100% - 18rem);
		height: calc(100% - 18rem);
	}
	.banner-masked h2 {
		font-size: 2.8rem;
		line-height: 4rem;
		letter-spacing: 0.2rem;
	}
	.banner-masked h2:after {
		top: 0.5rem;
		width: 0.8rem;
		height: 0.8rem;
	}
	.banner-masked h5 {
		height: 12rem;
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.banner-masked h5 br {
		display: none;
	}
	.banner-masked .banner-menu {
		left: 50%;
		bottom: 4rem;
		width: 32.4rem;
		padding: 1rem 0 0;
		position: absolute;
		margin: 0 0 0 -16.2rem;
	}
	.banner-menu a {
		margin: 0 0.4rem;
		font-size: 1.3rem;
		line-height: 2rem;
	}
	.banner-masked .banner-down {
		left: 50%;
		bottom: 0;
		width: 2rem;
		position: absolute;
		margin: 0 0 0 -1rem;
	}
	.banner-menu01 {
		display: block !important;
	}
	.banner-menu02 {
		display: none !important;
	}
}
@media only screen and (min-width: 992px) {
	.banner>img {
		left: 50%;
		width: 130rem;
		position: relative;
		margin-left: -65rem;
	}
	.banner .banner-masked {
		top: 22rem;
	}
	.banner-masked .banner-menu {
	    margin: 8rem 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.banner>img {
		width: 160rem;
		margin-left: -80rem;
	}
	.banner .banner-masked {
		top: 28rem;
	}
	.banner-masked .banner-menu {
	    margin: 14rem 0 0;
	}
}
@media only screen and (min-width: 1550px) {
	.banner>img {
		width: 192rem;
		margin-left: -96rem;
	}
	.banner .banner-masked {
		top: 33.5rem;
	}
	.banner-masked .banner-menu {
	    margin: 21rem 0 0;
	}
}
@media only screen and (min-width: 1921px) {
	.banner>img {
		left: 0px;
		width: 100%;
		margin-left: 0px;
	}
}