
/* common */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body,
button,
input,
select,
textarea
{
	font: 14px Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, sans-serif;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-size: 100%;
}

em {
	font-style: normal;
}

ul,
ol,
li {
	list-style: none;
	font-family: "Microsoft Yahei";
}

a {
	color: #333333;
	text-decoration: none;
	outline: thin none;
}

a:hover {
	text-decoration: none;
}

video{
	border: none;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}

.after::after {
	clear: both;
	content: "";
	display: block;
}

p {
	text-align: justify;
}

img {
	vertical-align: top;
	outline: 0;
	border: 0;
	vertical-align: top;
}
html{
	background: #FFFFFF;
}
.body{
	background: url(../images/body.png) no-repeat center bottom;
	background-size: contain;
}
.body .container{
	background: #FFFFFF;
}
.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
	overflow: hidden;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}
.center{
	text-align: center;
}
/* base */

.footer{
	background: #fef4f1;
	color: #f4552d;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 88px;
}
.footer b{
	font-size: 18px;
	font-weight: bold;
	margin: 0 16px;
}
.copy{
	background: #f4552d;
	color: #FFFFFF;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
}
.copy a{
	color: #FFFFFF;
}
.logo{
	height: 77px;
	display: flex;
	align-items: center;
}
.logo img{width: 230px;}
.nav{
	background: #f4552d;
}
.nav .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
}
.nav a{
	padding: 0 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 18px;
	white-space: pre;
}
/*.nav a:last-child{
	padding: 0 37px;
}*/
.nav a.active,.nav a:hover{
	background: #fec85d;
	color: #333333;
}
.banner{
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.t1{
	display: flex;
	align-items: center;
	justify-content: center;
}
.t1 span{
	flex: 1;
	background: url(../images/t1.png) no-repeat right bottom;
	height: 54px;
}
.t1 b{
	padding: 0 20px;
	font-weight: bold;
	color: #f4552d;
	font-size: 30px;
	letter-spacing: 2px;
}
.t1 .tr{
	transform: rotate(180deg);
}

.t2{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 34px;
	padding: 0 25px;
}
.t2 em{
	position: absolute;
	width: 12px;
	height: 12px;
	border-left: 2px solid #f4552d;
	border-top: 2px solid #f4552d;
}
.t2 .t21{
	top: 0;
	left: 0;
}
.t2 .t22{
	bottom: 0;
	right: 0;
	transform: rotate(180deg);
}
.t2 b{
	font-weight: normal;
	font-size: 24px;
	color: #f4552d;
	letter-spacing: 2px;
}
.sc2 .swiper-container{
  width: 100%;
  height: 100%;
}
.sc2 .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

 .tap{position:relative;    padding: 0 53px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 18px;}
	.tap:hover{background: #fec85d;
	color: #333333;}
	.tap:hover .menuBox{display:block;}
			 .menuBox{position:absolute;top:40px;width:100%;display:;z-index: 100;}
			menuBox .menu a{padding:0px !important;}	
.menu { background-color:#f4603b;}

.xs:hover .menuBox {display:inline-block;}
.menuBox{display:none;}