/* top */
.head_main_top {
	height: 30px;
	border-bottom: #e5e5e5 solid 1px;
	width: 100%;
	background-color: #de0024;
	font-size: 14px;
	line-height: 30px;
	color: #EEEEEE;
}

.head_main_top .mbx {
	float: left;
	height: 12px;
	margin-top: 10px;
}

.head_main_top .mbx li {
	font-size: 14px;
	color: #EEEEEE;
	padding: 0 13px;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	position: relative;
}

.head_main_top .mbx li:nth-child(3) {
	border-right: none;
}

.head_main_top .mbx li span {
	font-weight: bold;
	color: #FFFFFF;
}

/*头部*/
.index-header .logo{margin-top: 15px;}
.index-header .logo img{display:block;}
/*导航*/
.nav_main .nav > li{float: left;position: relative;width: 96px;height: 95px;line-height: 95px;text-align: center;}
.nav_main .nav > li > a{font-size: 16px;color: #4f5050;}
.nav_main .nav > li.on > a{color: #de0024;padding: 10px 10px;border-radius: 8px;}
.nav_main .nav > li .sub{display:none;position: absolute;top: 75px;left: 50%;margin-left: -75px;width: 150px;border: 1px solid #ddd;background: #fff;border-radius: 2px;box-shadow: 0 3px 10px rgb(0 0 0 / 10%);opacity: 0.9;z-index: 999;}
.nav_main .nav > li .sub:before {content: '';border-top: 5px solid transparent;border-left: 5px solid transparent;border-right: 5px solid transparent;border-bottom: 5px solid #333;position: absolute;top: -10px;left: 50%;transform: translateX(-50%);z-index: 999;}
.nav_main .nav > li .sub li{ zoom:1; }
.nav_main .nav > li .sub a{color: #333;font-size: 14px;line-height: 40px;display: block;text-align: center;padding: 0 5px;border-bottom: 1px solid #ddd;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.nav_main .nav > li .sub li:last-child a{border: 0;}
.nav_main .nav > li .sub a:hover{color: #de0024;}
.nav_main .nav > li:hover a{color: #de0024;}
.nav_main .nav > li:hover .sub{display: block;}

@media (max-width:768px) {
	.nav_main {
		display: none;
	}
	.head_main_top{
		display: none;
	}
	.index-header .logo{
		width: 70%;
		padding: 5px 0;
		margin: 0 auto;
	}
	.index-header .logo img{
		width: 100%;
	}
}

/* 手机导航 */
.tab-head {
	width: 100%;
	height: auto;
	background: #de0024;
	overflow: hidden;
	display: none;
}

.tab-head li {
	width: 25%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	border-right: 1px #FF0000 solid;
	border-bottom: 1px #FF0000 solid;
	box-sizing: border-box;
}

.tab-head li a {
	width: 100%;
	height: 35px;
	color: #FFFFFF;
}

@media (max-width:768px) {
	.tab-head {
		display: block;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display: none;
}

.phonefooternav ul {
	padding: 0;
}

.phonefooternav ul li {
	width: 25%;
	background: #056235;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
}

.phonefooternav ul li:nth-child(3) {
	width: 50%;
	background: #FF0000;
}

.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}

.phonefooternav ul li a:hover .call {
	color: yellow;
}

.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}

.phonefooternav p {
	color: #FFFFFF;
	font-size: 14px;
}

@media (max-width:768px) {
	footer {
		display: none;
	}

	.phonefooternav {
		display: block;
	}
}

.index_slip2 {
	width: 100%;
	height: 220px;
	background: url(../images/ixbannerbg.png) no-repeat center center;
}
.index_slip2 .wd1200 {
	height: 220px;
}
.index_slip2 .por {
    position: relative;
}
.index_slip2 .fl {
    float: left;
}
.index_slip2 .fr {
    float: right;
}
.index_slip2 .img {
	width: 280px;
	height: 180px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
}
.index_slip2 .img img {
	width: 100%;
	height: 100%;
	display: block;
}
.index_slip2 .slip_tit {
	padding-left: 440px;
	width: 1200px;
	text-align: center;
}
.index_slip2 .slip_tit .tit1 {
	padding-top: 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #fff;
}
.index_slip2 .slip_tit .tit1 b {
	color: #f6ff00;
}
.index_slip2 .slip_tit .tit2 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
.index_slip2 .slip_tit .tit3 {
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	color: #fff;
}
.index_slip2 .slip_tit .tit3 b {
	font-size: 26px;
	font-weight: bold;
}
.index_slip2 .order{
	width: 160px;
	height: 40px;
	color: #fefefe;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	transition: 0.2s;
	border: solid 1px #ffffff;
	margin-left: 30px;
}
.index_slip2 .order:hover{
	background: #ffffff;
	color: #de0024;
}
@media (max-width:768px) {
	.index_slip2{
		display: none;
	}
}


/* about */
.nav-sub {
	text-align: center;
	font-size: 0;
	margin: -20px 0 40px -20px
}

.nav-sub li {
	display: inline-block;
	vertical-align: middle
}

.nav-sub li a {
	display: block;
	line-height: 50px;
	padding: 0 40px;
	background-color: #ffffff;
	font-size: 16px;
	margin: 20px 0 0 20px;
	border-radius: 5px;
	border: solid 1px #cccccc;
}

.nav-sub li a:hover,
.nav-sub li.active a {
	background-color: #de0024;
	color: #FFFFFF;
}
.section-title-1 {
	text-align: center;
	font-size: 0;
	margin-bottom: 40px;
	margin-top: 30px;
}

.section-title-1 strong {
	display: block;
	font-size: 30px;
	text-transform: uppercase
}

.section-title-1 h4 {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	position: relative;
	padding: 0 42px;
	color: #999999;
	font-weight: 400;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
	position: absolute;
	content: '';
	height: 1px;
	width: 22px;
	top: 50%;
	background-color: #999999
}

.section-title-1 h4:after {
	right: 0
}

.section-title-1 h4:before {
	left: 0
}
.about-1 {
	color: #666;
	line-height: 1.8;
	font-size: 16px;
	text-align: justify;
}

.about-1 p {
	margin: 0;
	text-indent: 30px;
}

.about-1 h4 {
	font-size: 18px;
	margin: 0
}
.about-pic{
	float: right;
	margin: 0 0 20px 30px;
}

.about-wh{
	margin-top: 20px;
}
.about-wh h3{
	text-align: center;
	font-size: 24px;
}

.about-3 {
	margin: 0;
}

.about-3 li {
	float: left;
	width: 25%
}

.about-3 li a {
	display: block;
	margin: 20px 20px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #666666;
}

.about-3 li .text {
	text-align: center;
	margin-top: 15px;
}

.about-3 li .text h4 {
	margin: 0;
	font-size: 20px;
	color: #444444;
}

.about-3 li .text p {
	color: #666;
	margin: 10px 0 0;
}

.about-3 li a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px)
}
.img-center{
	text-align: center;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all .5s;
	transition: all .5s
}
@media (max-width:768px) {
	.about-contain{
		padding-bottom: 100px;
	}
	.about-contain .container {
	    width: auto;
	}
	.about-pic{
		margin: 0;
		float: inherit;
		width: 100%;
	}
	.about-3 li {
		width: 100%
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #de0024;
  background: #de0024;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #de0024;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #de0024;
  color: #fff;
  border: 1px solid #de0024;
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #de0024;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #de0024;
	border: 1px solid #de0024;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}

/* 联系我们 */
.lx{position: relative;overflow: hidden; text-indent: 0;margin-top: 50px;width: 67%;float: left;}
.lx img{
	max-width: inherit;
}
.contact-box{
	width: 32%;
	height: 450px;
	float: right;
	padding: 20px;
	box-sizing: border-box;
	background-color: #f8f8f8;
	margin-top: 50px;
}
.contact-box .title {
    font-size: 22px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.contact-box .info {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
}

.contact-box .ma {
    margin-top: 20px;
    text-align: center;
}

.contact-box .ma img {
    width: 190px;
}

.contact-box .ma div {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
}
@media (max-width:768px) {
	.lx{
		width: 100%;
		margin-top: 20px;
	}
	.contact-box{
		width: 100%;
		margin-top: 20px;
	}
}

.jump {margin-top: 30px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #444444; line-height: 32px;text-indent: 0;text-align: left;}
.jump p a{color: #777777;}
.jump p a:hover {color: #de0024;}

.banner {height: 700px;position: relative;}
.banner .swiper-slide {background: no-repeat center / cover;}
.banner .ss1{background-image: url(../images/banner1.jpg);}
.banner .ss2{background-image: url(../images/banner2.jpg);}
.banner .ss3{background-image: url(../images/banner3.jpg);}
.banner .swiper-pagination-bullet {background-color: #fff;opacity: 1;}
.banner .swiper-pagination-bullet-active {background: url(../images/point.png);background-size: cover;}
@media (max-width:768px) {
	.banner {height: 200px;}
	.banner .ss1{background-image: url(../images/bm1.jpg);}
	.banner .ss2{background-image: url(../images/bm2.jpg);}
	.banner .ss3{background-image: url(../images/bm3.jpg);}
}