/*Base.css (基本样式*/
@charset "UTF-8";
/*css Reset*/

html,
body,
ul,
li,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
li {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "SimSun", "宋体";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}

img {
	border: none;
	vertical-align: middle;
}
/*去掉图片底侧默认的4px间隙*/

table {
	border-top: collapse;
}

body {
	font: 12px "微软雅黑";
	color: #666;
	background: #eee;
}

.clearfix:after,
.clearfix:before {
	/*清除浮动*/
content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*兼容IE和IE7*/
}

a {
	text-decoration: none;
	color: #585858;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}
/* end css Reset*/
/*公共类*/

.bg {
	width: 100%;
}

.wrap {
	/*版心*/
	margin: 0 auto;
}
.underline{
	text-decoration: underline;
}
.ws {
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
	white-space: nowrap;
}

.shadow {
	border-radius: 5px;
	box-shadow: 1px 1px 3px #ddd;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pore {
	position: relative;
}

.poab {
	position: absolute;
}

.ac {
	text-align: center;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f15 {
	font-size: 15px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.col-yellow {
	color: #ff7a00;
}

.nav-list .mid>ul .nobor {
	border-bottom:none;
}

.col-dark1 {
	color: #585858;
}

.col-grey {
	color: #848484;
}

.col-dark2 {
	color: #323232;
}

.col-light {
	color: #a4a4a4;
}
.dis-none{
	display: none;
}
/*end 公共类*/
/*公共样式头部，底部，*/
/*header部分*/

.logo {
	margin-top: 3vw;
	margin-left: 4vw;
	width: 25vw;
}

.for-click {
	margin-top: 5vw;
	margin-right: 5vw;
	width: 8vw;
}

.nav-list {
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	display: none;
	height: 1200px;
	position: absolute;
	top: 0;
	z-index: 100;
}

.nav-list a {
	color: #585858;
}

.nav-list .top {
	background: white;
	padding-bottom: 5px;
}

.nav-list .mid {
	background: white;
}

.nav-list .mid>ul li {
	position: relative;
	line-height: 12.5vw;
	height: 12.5vw;
	width: 85%;
	margin: 0 auto;
}
.lv2 {
	display: none;
}

.nav-list .mid img {
	width: 15px;
	transition: 0.5s;
	transform: rotateZ(540deg);
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
}

.nav-list .mid .lv2 {
	background: #eeeeee;
}
/*footer 部分*/
.contactus #for-copy {
	color: #FF7A00;
    font-size: 16px;
}
footer {
	background: white;
}

.footer-wrap {
	padding: 0 10px;
}

.tel {
	margin-top: 25px;
	margin-bottom: 26px;
}

.hotline {
	margin-bottom: 5px;
	color: #949494;
}

.tel-number {
	display: flex;
	height: 40px;
	align-items: center;
	line-height: 50px;
}

.btn {
	right: 0;
	width: 30vw;
	height: 8vw;
	border-radius: 5px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.foot-nav ul {
	padding: 15px 0px;
	border-top: 1px solid #ddd;
	width: 100%;
	display: flex;
	border-bottom: 1px solid #ddd;
}

.foot-nav ul li {
	width: 25%;
	text-align: center;
	justify-content: center;
	border-left: 1px solid #ddd;
}

.foot-nav ul li a {
	color: #585858;
}

.foot-nav ul li:nth-child(1) {
	margin-left: -10px;
	border-left: none;
}

.footer-wrap .btm {
	padding-bottom: 10px;
}

.footer-wrap .btm .info p {
	line-height: 20px;
}

.ver {
	margin-top: 24px;
	margin-bottom: 24px;
}
/*返回顶部*/

.backtotop {
	text-align: center;
	padding-top: 30px;
	background: #eee;
}

.backtotop img {
	margin-bottom: 15px;
	width: 30%;
}
/*banner*/

.swiper-wrapper img {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

header {
	position: absolute;
	z-index: 2;
	width: 100%;
}
/*麦田app 栏目的样式*/

.app>ul {
	width: 95vw;
	margin-left: 1.2vw;
	padding-bottom: 10px;
}

.app>ul li {
	background: white;
	margin-top: 7px;
	padding: 2px;
	width: 100%;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ddd;
	display: flex;
}

.app>ul li .big-img {
	width: 26.6%;
	height: 24%;
	margin-right: 1vw;
	border-radius: 5px;
}
.app>ul li .name{
	position: relative;
    width: 45vw;
}
.app>ul li .btm{
	position: relative;
    width: 21vw;
}

.app>ul li .name>div{
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.app>ul li .name p:nth-child(2){
}
.app>ul li h1 {
	margin-bottom: 5px;
}
.app>ul li .btm>div{
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.app>ul li .btm a div {
	display: inline-block;
	width: 22vw;
	height: 26px;
}

.app>ul li .btm div img {
	height: 25px;
}

.app>ul li .btm div p {
	display: inline-block;
	line-height: 22px;
	margin-left: -5px;
}

.app>ul li .btm .more {
	line-height: 25px;
	margin-top: 12%;
}

.app>ul li .btm div img:nth-child(2) {
	margin-left: -10px;
}
/*brand_的样式*/

.back {
	background: white;
	height: 50px;
	display: flex;
}

.back img {
	margin: 10px 0;
	height: 30px;
	margin-left: 5vw;
}

.back p {
	line-height: 50px;
	left: 50%;
	margin-left: -36px;
}
/*复制确认框*/
#alertbox{
	border: 1px solid rgb(204, 204, 204);
  	width: 60%;
    height: 2.2rem;
    background-color: rgb(248, 248, 248);
    position: fixed;
    top: 42%;
    left: 20%;
    word-wrap: break-word;
    font-size: 16px;
    font-weight:bold;
    z-index: 999;
    text-align: center;
    border-radius: 0.3rem;
    padding-top: 10px;
    display: none;
}
.top2{
	position: fixed;
	display: none;
	bottom: 0;
    right: 0;
    width: 15%;
    z-index: 999
}
/*增加的动画效果*/
.nav-list .mid>ul li p{
	transition-delay: 0.2s;
	position: absolute;
	top: -15px;
	opacity: 0.3;
	border-bottom: 1px solid #ddd;
    width: 100%
	
}
.nav-list .mid>ul li .ani{
	top: 0px;
	opacity: 1;
}
header.active{
	box-shadow: 1px 1px 3px #ddd;
	background: white;
	position: fixed;
	top: 0;
	z-index: 5;
	padding-bottom: 10px;
	transition: 0.5s;
	border-bottom: 1px solid #DDDDDD;
}
