﻿* {box-sizing: border-box;margin: 0;padding: 0;}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {margin: 0;padding: 0}
img {border: 0;max-width: 100%;}
ul, dl, li, dt, dd {list-style: none;}
body {color: #212121;background: #fff;-webkit-tap-highlight-color: rgba(255,255,255,0);overflow-x: hidden;font-family: "SimSun","宋体";}
a {text-decoration: none;transition: ease .65s;color: #212121;}
a:hover {color: #d30802;}
.clearfix:after {content: "";display: block;height: 0;clear: both;}
.clearfix {*zoom:1;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
input, textarea, select {outline: none;}
textarea {resize: none;overflow: hidden;}
select::-ms-expand {display: none;}
i {font-style: normal;}
.left {float: left;}
.right {float: right;}
em {font-style: normal;}
.pace-progress {width: 100%;height: 2px;background: #b72024;position: fixed;left: 0px;top: 0px;z-index: 5000;}
.pace-inactive {display: none;}
.mc-flex {display: flex;display: -webkit-flex;flex-direction: row;-webkit-flex-direction: row;flex-wrap: wrap;-webkit-flex-wrap: wrap;}
.red {color: #b72024;}
.container {margin: auto;position: relative;z-index: 3;width: 1200px;}
#bsWXBox {box-sizing: initial;}
#bsBox {box-sizing: initial;}
.mc-header {width: 100%;height: 80px;background: #FFF;box-shadow: 0 0 10px 0 rgba(155,143,143,0.6);position: fixed;left: 0;top: 0;z-index: 2000;}
.mc-logo {position: absolute;left: 5.7vw;top: 7px;}
.mc-map-btn {position: absolute;right: 4vw;top: 50%;margin-top: -20px;width: 40px;height: 40px;border: 2px solid #d30802;cursor: pointer;display: none;}
.mc-map-btn span {display: block;width: 16px;height: 2px;background: #d30802;position: absolute;right: 7px;top: 50%;margin-top: -1px;transition: ease .45s;}
.mc-map-btn span:before {content: '';display: block;width: 22px;height: 2px;background: #d30802;position: absolute;right: 0;top: -8px;transition: ease .45s;}
.mc-map-btn span:after {content: '';display: block;width: 22px;height: 2px;background: #d30802;position: absolute;right: 0;top: 8px;transition: ease .45s;}
.mc-map-btn:hover span {width: 22px;}
.mc-map-btn:hover span:before {width: 16px;}
.mc-map-btn:hover span:after {width: 10px;}
.mc-header-nav {position: absolute;right: 9vw;}
.mc-header-nav li {float: left;width: 160px;height: 80px;line-height: 80px;text-align: center;border-left: 1px solid #EFEFEF;position: relative;}
.mc-header-nav li:first-child {border: none;}
.mc-header-nav li a {display: block;width: 100%;height: 100%;position: relative;}
.mc-header-nav li h2 {font-size: 16px;color: #333;transition: ease .65s;position: relative;z-index: 5; line-height:80px;}
.mc-header-nav li h3 {color: #b3b3b3;text-transform: uppercase;transition: ease .65s;position: relative;z-index: 5;}
.mc-header-nav li:after {content: '';display: block;width: 100%;height: 100%;background: #014095;position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: ease .65s;
	opacity: 0;
	visibility: hidden;
}
.mc-header-nav li:hover:after, .mc-header-nav li.active:after {
	opacity: 1;
	visibility: visible;
}
.mc-header-nav li:hover a,.mc-header-nav li.active a{
	color: #fff;
}
.mc-map {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4000;
	background: #fff;
	color: #fff;
	transition: ease .65s;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}
.mc-map.on {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.mc-map-logo {
	width: 178px;
	position: absolute;
	left: 50%;
	top: -70px;
	transform: translateX(-50%);
}
.mc-map-nav {
	margin: 45px auto 0;
}
.mc-map-nav ul li{
	flex: 1;
	padding-left: 5%;
}
.mc-map-nav ul li p:first-child a{
	font-size: 20px;
	color: #b72024;
	position: relative;
}
.mc-map-nav ul li p:first-child {
	position: relative;
	margin-bottom: 40px;
	padding-left: 5px;
}
.mc-map-nav ul li p:first-child a:after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background: #ABABAB;
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -10px;
	transition: ease .65s;
}
.mc-map-nav ul li p:first-child i {
	display: block;
	width: 35px;
	height: 35px;
	background: url(../images/icon2.png) no-repeat center;
	margin: 0 auto 15px;
}
.mc-map-nav ul li {
	position: relative;
	transition: ease .65s;
	margin-bottom: 5px;
}
.mc-map-nav ul li p{position: relative;text-align: center;}
.mc-map-nav ul li a {
	color: #666;
	padding: 0 15px 0 16px;
	line-height: 28px;
	height: 28px;
	display: inline-block;
}
.mc-map-nav ul p:before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #A9020B;
	position: absolute;
	left: 23%;
	top: 50%;
	transition: ease .65s;
}
.mc-map-nav ul p:first-child::before{width: 0;height: 0;}
.mc-map-nav ul li p:hover a {
	background: #A9020B;
	color: #fff;
}
.mc-map-nav ul li p:hover:before {
	background: #fff;
}
.mc-map-h2 {
	font-size: 20px;
	color: #b72024;
	letter-spacing: 30px;
	text-align: center;
	margin-top: 28px;
	height: 20px;
	line-height: 20px;
	text-indent: 20px;
}
.mc-map-h3 {
	color: #666;
	text-align: center;
	margin-top: 10px;
	letter-spacing: 2px;
	text-indent: 2px;
}
.mc-map-cont {
	width: 100%;
	margin: auto;
	margin-top: 6%;
}
.mc-map-l p.mc-fonts {
	font-size: 38px;
	font-weight: bold;
	color: #b72024;
	margin: 45px 0 10px;
}
.mc-map-l p {
	color: #333;
}
.mc-map-l p b {
	font-size: 36px;
	font-style: italic;
	margin: 0 5px;
}
.mc-map-r {
	margin-top: -20px;
}
.mc-map-r .left {
	text-align: center;
	color: #999;
	margin-left: 2.6vw;
}
.mc-map-r .left img {
	box-shadow: 0 0 10px rgba(12,3,6,.4); width:140px;
}
.mc-map-r .left p {
	margin-top: 10px;
}
.mc-map-main {
	width: 73vw;
	margin: 8% auto 0;
	padding: 80px 5vw 30px;
	position: relative;
}
.mc-map.on .mc-map-line:before {
	content: '';
	display: block;
	width: 0;
	height: 8px;
	background: url(../images/bg3.png) repeat left top;
	position: absolute;
	right: 50%;
	top: 0;
	animation: mapLine linear 1.2s;
	animation-fill-mode: forwards;
}
.mc-map.on .mc-map-line:after {
	content: '';
	display: block;
	width: 50%;
	height: 8px;
	background: url(../images/bg3.png) repeat right top;
	position: absolute;
	left: 50%;
	top: 0;
	animation: mapLine linear 1.2s;
	animation-fill-mode: forwards;
}
.mc-map.on .mc-map-line i:before {
	content: '';
	display: block;
	width: 8px;
	height: 0;
	background: url(../images/bg3.png) repeat left top;
	position: absolute;
	left: 0;
	top: 8px;
	animation: mapLine1 linear 1.2s;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}
.mc-map.on .mc-map-line i:after {
	content: '';
	display: block;
	width: 8px;
	height: 0;
	background: url(../images/bg3.png) repeat right top;
	position: absolute;
	right: 0;
	top: 8px;
	animation: mapLine1 linear 1.2s;
	animation-fill-mode: forwards;
	animation-delay: 1.2s;
}
.mc-map.on .mc-map-line span:before {
	content: '';
	display: block;
	width: 0;
	height: 8px;
	background: url(../images/bg3.png) repeat left bottom;
	position: absolute;
	left: 0;
	bottom: -8px;
	animation: mapLine linear 1.2s;
	animation-fill-mode: forwards;
	animation-delay: 2.4s;
}
.mc-map.on .mc-map-line span:after {
	content: '';
	display: block;
	width: 0;
	height: 8px;
	background: url(../images/bg3.png) repeat right bottom;
	position: absolute;
	right: 0;
	bottom: -8px;
	animation: mapLine linear 1.2s;
	animation-fill-mode: forwards;
	animation-delay: 2.4s;
}
.mc-map-close {
	position: absolute;
	right: 8vw;
	top: 30px;
	color: #b72024;
	font-weight: bold;
	cursor: pointer;
}
.mc-map-close i {
	display: block;
	width: 40px;
	height: 40px;
	border: 2px solid #b72024;
	position: absolute;
	right: -50px;
	top: 50%;
	margin-top: -20px;
	transition: ease .65s;
}
.mc-map-close i:before {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	transition: ease .65s;
}
.mc-map-close i:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	transition: ease .65s;
}
.mc-map-close:hover i {
	border-radius: 10px;
}
.mc-map-close:hover i:before {
	width: 26px;
	transform: translate(-50%, -50%) rotate(35deg);
}
.mc-map-close:hover i:after {
	width: 26px;
	transform: translate(-50%, -50%) rotate(-35deg);
}
.mc-map-nav ul li p:first-child a:hover:after {
	background: #b72024;
	width: 100%;
	left: 0;
	margin-left: 0;
}
.mc-moblie-nav {
	width: 60%;
	height: 100%;
	background: #014095;
	position: fixed;
	right: 0;
	top: 0;
	padding-top: 50px;
	transition: ease-in-out .65s;
	transform: translate3d(100%, 0, 0);
	display: none;
	z-index: 1000;
}
.mc-moblie-nav.on {
	transform: translate3d(0, 0, 0);
}
.mc-moblie-nav li p {
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	padding: 0 20px 0 50px;
	border-bottom: 1px solid #033271;
	overflow: hidden;
	position: relative;
	transition: ease .45s;
}
.mc-moblie-nav li:first-child p {
	padding: 0;
}
.mc-moblie-nav li p a {
	color: #fff;
	font-size: 16px;
	display: block;
	padding: 0 20px 0 50px;
}
.mc-moblie-nav li:not(:first-child) h2.active {
	border: none;
	background: #EFEFEF;
	color: #b72024;
}
.mc-moblie-nav li:not(:first-child) h2.active:before {
	background: #b72024;
}
.mc-moblie-nav li:not(:first-child) h2.active i {
	transform: rotate(180deg);
}
.mc-moblie-nav li p:before {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: ease .45s;
}
.mc-moblie-nav li p i {
	height: 40px;
    width: 40px;
    position: relative;
	display: contents;
}
.mc-moblie-nav li p i::after{
	content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(225deg);
    right: 15px;
}
.mc-moblie-nav li ul {
	padding-left: 50px;
	background: #fff;
	display: none;
}
.mc-moblie-nav li ul li {
	line-height: 35px;
	border-top: 1px solid #D9D9D9;
	position: relative;
}
.mc-moblie-nav li ul li a {
	display: block;
	padding-left: 25px;
}
.mc-moblie-nav li ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background: #014095;
	position: absolute;
	left: 5px;
	top: 50%;
}
.mc-moblie-nav li ul li:first-child {
	border: none;
}
.mc-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.kefu{position:fixed;right:-170px;top:10%;z-index:900;}
.kefu li a{text-decoration:none;}
.kefu li{margin-bottom:1px;clear:both;height:71px;position:relative;}
.kefu li i{background:url(../images/kf.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}
.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}
.kefu .kefu-qq i{background-position:4px 5px;}
.kefu .kefu-tel i{background-position:0 -21px;}
.kefu .kefu-liuyan i{background-position:4px -49px;}
.kefu .kefu-weixin i{background-position:-36px 4px;}
.kefu .kefu-weibo i{background-position:-30px -22px;}
.kefu .kefu-quanjing i{background-position:2px -75px;}
.kefu .kefu-ftop{display:none;}
.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}
.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}
.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.kefu .kefu-right{width:20px;}
.kefu .kefu-tel-main{background:#014095;color:#fff;height:100%;width:247px;padding:9px 0 6px;float:left;}
.kefu .kefu-main{background:#014095;width:97px;height:100%;position:relative;padding:9px 0 6px;float:left;}
.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}
.kefu-weixin-pic img{width:115px;height:115px;}
.dibu-com{display: none;}
.dibu-com ul li{float: left;width: 25%;text-align: center;margin-top: 10px;}
.dibu-com ul li a p{color: #fff;}
.mc-content {
	padding-top: 80px;
}
.swiper-hd {
	position: absolute;
	right: 4vw;
	left: inherit !important;
	top: 50%;
	margin-top: -170px;
	z-index: 200;
	width: 50px !important;
}
.swiper-hd li {
	display: block;
	width: 50px;
	height: 50px;
	background: none;
	opacity: 1;
	margin: 30px 0 !important;
	position: relative;
	transition: ease .65s;
}
.swiper-hd li i {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #B72024;
	text-align: center;
	line-height: 50px;
	color: #B72024;
	position: relative;
	z-index: 5;
	transition: ease .65s;
}
.swiper-hd li:before {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: -25px;
	background: #B72024;
}
.swiper-hd li:last-child:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -25px;
	background: #B72024;
}
.swiper-hd li span {
	display: block;
	width: 0;
	height: 30px;
	color: #fff;
	border-radius: 30px;
	background: #B72024;
	line-height: 30px;
	position: absolute;
	right: 68%;
	top: 50%;
	margin-top: -15px;
	z-index: -1;
	transition: ease-in .65s;
}
.swiper-hd li.swiper-pagination-bullet-active i {
	box-shadow: 0 0 8px rgba(12,3,6,.38);
	transform: rotate(360deg);
}
.swiper-hd li.swiper-pagination-bullet-active i {
	color: #fff;
}
.swiper-hd li.swiper-pagination-bullet-active span {
	width: 76px;
	transition-delay: .65s;
}
.swiper-hd li.swiper-pagination-bullet-active span:after {
	transition: ease .65s;
}

.swiper-hd li.swiper-pagination-bullet-active span:after {
	opacity: 1;
	transition-delay: 1.3s;
	transform: translateX(0);
}
.mc-about {
	position: relative;
	padding: 7% 0;
	z-index: 1;
}
.mc-about:before {
	content: '';
	display: block;
	width: 1074px;
	height: 615px;
	background: url(../images/index-b1.png) no-repeat center;
	position: absolute;
	left: 4.7vw;
	bottom: 2%;
	z-index: -1;
}
.mc-about-img {
	position: absolute;
	left: 4.7vw;
	top: 50%;
	transform: translateY(-50%);
	width: 4.94vw;
}
.mc-about-img:after {
	content: '';
	display: block;
	width: 250%;
	height: 1px;
	background: #DDD;
	position: absolute;
	left: -150%;
	bottom: -20px;
}
.mc-about-main {
	width: 1120px;
	margin: auto;
	padding: 60px;
	position: relative;
}
.mc-about-main .img {
	position: absolute;
	right: -80px;
	top: 50%;
	transform: translateY(-50%);
	box-shadow: 0 0 13px rgba(100,91,91,.63);
}
.img-style::after,.img-style::before{
	content: '';
    cursor: pointer;
    position: absolute;
    left: -100%;
    top: 0;
    /* width: 100%; */
    height: 100%;
    background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
    transform: skewx(-25deg);
}
.img-style:hover:after{
	left: 100%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.mc-about-l {
	width: 520px;
}
.mc-about-main .text h2 {
	font-size: 26px;
	color: #b72024;
	font-weight: bold;
	position: relative;
	display: inline-block; padding-bottom:10px; margin-bottom:10px
}
.mc-about-main .text h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #DDD;
	position: absolute;
	left: 0;
	bottom: -5px;
	opacity: .2;
}
.mc-about-main .text h3 {
	color: #999;
	font-size: 12px;
	margin: 10px 0 50px;
	position: relative;
}
.mc-about-main .text h3:after {
	content: '';
	display: block;
	width: 34px;
	height: 2px;
	background: #B72024;
	position: absolute;
	left: 0;
	bottom: -25px;
}
.mc-about-main .text p.about-ms {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	text-align: left;
}
.tttt{font-size: 14px;}
.mc-about-main .text p {
	text-align: right;
	margin-top: 18px;
}
.mc-more {
	display: inline-block;
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #888;
	background: #fff;
	box-shadow: 0 0 10px rgba(12,3,6,.13);
	position: relative;
	z-index: 1;
}
.mc-more i {
	float: right;
	width: 30px;
	height: 30px;
	background: #b72024;
	color: #fff;
	transition: ease .65s;
	position: relative;
	z-index: 1;
}
.mc-more i:after {
	transition: ease-in .65s;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.mc-more:before {
	transition: ease-out .35s;
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #b72024;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.mc-more:hover {
	color: #fff;
}
.mc-more:hover:before {
	width: 100%;
}
.mc-more:hover i {
	color: #b72024;
	transition-delay: .2s;
}
.mc-more:hover i:after {
	width: 100%;
	transition-delay: .2s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.mc-jour-h2 {
	font-size: 24px;
	color: #b72024;
	position: relative;
	font-weight: bold;
	margin: 25px 0 52px;
}
.mc-jour-h2:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: rgba(183,32,36,.2);
	position: absolute;
	left: 0;
	bottom: -26px;
}
.mc-jour-hd li {
	float: left;
	font-size: 24px;
	color: #b72024;
	font-weight: bold;
	position: relative;
	margin-left: 35px;
	margin-bottom: 40px;
	position: relative;
	cursor: pointer;
	transition: ease .65s;
}
.mc-jour-hd li:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transition: ease .65s;
}
.mc-jour-hd li.on:after {
	width: 100%;
	left: 0;
}
.mc-jour-hd li:not(.on) {
	opacity: .4;
}
.mc-jour-hd {
	margin-left: -35px !important;
}
.mc-jour-tab .tempWrap {
	width: 100% !important;
}
.mc-jour-bd {
	line-height: 24px;
	color: #666;
	height: 72px;
	overflow: hidden;
	position: relative;
	position: relative;
}
.mc-jour-btn {
	position: relative;
	text-align: right;
	margin-top: 35px;
}
.mc-jour-btn:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #b72024;
	opacity: .2;
	position: absolute;
	left: 0;
	top: -15px;
}
.mc-jour-btn a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #C87174;
	text-align: center;
	line-height: 26px;
	color: #b72024;
	font-weight: bold;
}
.mc-jour-btn a:hover {
	border-color: #AF1F27;
	color: #AF1F27;
}
.mc-jour-btn a:last-child {
	margin-left: 20px;
}
.mc-jour-btn a i {
	font-size: 18px;
}
.mc-jour-btn a i.xiangyou{transform: rotate(180deg);}
.mc-about-main:before {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #B72024;
	position: absolute;
	left: 0;
	top: 0;
}
.mc-about-main:after {
	content: '';
	display: block;
	width: 100%;
	height: 10px;
	background: #B72024;
	position: absolute;
	right: 0;
	bottom: 0;
}
.mc-about-main .line:before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	background: #B72024;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mc-about-main .line:after {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	background: #B72024;
	position: absolute;
	right: 0;
	top: 0;
}
.mc-mobile-banner {
	display: none;
}
.mc-wapAbout-img {
	display: none;
}
.mc-vision {
	position: relative;
	padding: 5% 0;
	background: url(../images/bg2.png) repeat center;
}
.mc-vision-tab {
	float: right;
	width: 81vw;
	position: relative;
	overflow: hidden;
	padding-left: 35px;
}
.mc-vision-tab .tempWrap {
	overflow: visible !important;
}
.mc-vision-bd li {
	transition: ease .65s;
	opacity: .4;
	padding: 60px 0;
	position: relative;
	height: 280px !important;
}
.mc-vision-bd li:before {
	content: '';
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: ease-in .65s;
}
.mc-vision-bd li .text {
	padding-left: 550px;
	position: relative;
}
.mc-vision-bd li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.mc-vision-bd li .img {
	width: 440px;
	transition: ease .65s;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.mc-vision-h2 {
	overflow: hidden;
	transition: ease .65s;
}
.mc-vision-h2 a {
	font-size: 20px;
	color: #fff;
}
.mc-vision-h2 b {
	font-size: 42px;
	font-weight: bold;
	margin-right: 45px;
	position: relative;
	top: 7px;
}
.mc-vision-h2 b:after {
	content: '';
	display: block;
	width: 15px;
	height: 2px;
	background: rgba(255,255,255,1);
	position: absolute;
	right: -30px;
	top: 50%;
	margin-top: -1px;
	transition: ease .65s;
}
.mc-vision-h3 {
	overflow: hidden;
	color: #fff;
	line-height: 24px;
	padding-left: 88px;
	margin-top: 15px;
	transition: ease .65s;
}
.mc-vision-bd li.active {
	opacity: 1;
	z-index: 1;
}
.mc-vision-bd li.active:before {
	width: 100%;
}
.mc-vision-bd li.active .mc-vision-h2 {
	transition-delay: .35s;
	transform: translateY(-10px);
}
.mc-vision-bd li.active .mc-vision-h2 a {
	color: #b72024;
}
.mc-vision-bd li.active .mc-vision-h3 {
	color: #666;
	transition-delay: .45s;
	transform: translateY(-10px);
}
.mc-vision-bd li.active .mc-vision-h2 b:after {
	background: #b72024;
}
.mc-vision-bd li.active .img {
	width: 510px;
	box-shadow: 0 0 35px rgba(12,3,6,.3);
	left: -35px;
}
.mc-vision-btn {
	position: absolute;
	left: 1200px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
.mc-vision-btn p {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #b72024;
	text-align: center;
	line-height: 65px;
	font-weight: bold;
	margin: 15px 0;
	cursor: pointer;
}
.mc-vision-btn p:hover {
	border-color: #9B1C1F;
	color: #9B1C1F;
}
.mc-vision-btn p img {
	display: inline-block;
}
.mc-vision-shadow a {
	display: block;
	width: 100%;
	height: 280px;
	position: absolute;
	left: 0;
}
.mc-vision-shadow a.prev {
	top: 0;
}
.mc-vision-shadow a.next {
	bottom: 0;
}
.mc-section {
	position: relative;
}
.mc-delicacy {
	height: 860px;
	overflow: hidden;
}
.mc-delicacy:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/hybg.jpg) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.mc-delicay-item {
	width: 81vw;
	float: right;
}
.mc-delicay-bd li {
	float: left;
	width: 16.66%;
	position: relative;
	height: 920px;
	transition: ease .65s;
	overflow: hidden;
	z-index: 1;
}
.mc-delicay-bd li .text {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -40px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	width: 100%;
	transition: ease-in .65s;
	z-index: 2;
}
.mc-delicay-bd li .text p.hy-num {
	font-size: 24px;
	position: relative;
	margin-bottom: 20px;
}
.mc-delicay-bd li .text p.hy-num:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: -15px;
	margin-left: -20px;
}
.mc-delicay-bd li p.hy-ms {
	color: #fff;
	line-height: 24px;
	padding: 150px 35px 75px;
	transition: ease .65s;
	transform: translateY(100%);
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	background: #014095;
	font-size: 14px;
}
.mc-delicay-bd li a {
	display: block;
	width: 100%;
	height: 100%;
}
.mc-delicay-bd li:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,1);
	opacity: .3;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: ease-out .65s;
}
.mc-delicay-bd li:hover {
	width: 460px !important;
}
.mc-delicay-bd li:last-child:hover {
	margin-left: -200px;
}
.mc-delicay-bd li:hover:before {
	opacity: 0;
}
.mc-delicay-bd li:hover p.hy-ms {
	transform: translateY(0);
	transition-delay: .25s;
}
.mc-delicay-bd li:hover .text {
	transform: translateY(200px);
	transition-delay: .65s;
}
.hy-btn {
	position: absolute;
	left: 13.5vw;
	bottom: 80px;
	z-index: 3;
}
.hy-btn p {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	text-align: center;
	line-height: 65px;
	margin: 15px 0;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
}
.hy-btn p:hover {
	background: #b72024;
    color: #b72024;
    transition: ease-in .65s;
    border: 2px solid #b72024;
}
#mobBanner {
	display: none;
}
.mc-partner {
	background: #F2F2F2 url(../images/index-b3.jpg) no-repeat right bottom;
	background-attachment: fixed;
	padding: 10% 0 5%;
}
.mc-partner-banner {
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.mc-partner-h3 {
	text-align: center;
	font-size: 20px;
	color: #333;
	position: relative;
	margin-bottom: 70px;
}
.mc-partner-h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 50%;
	bottom: -35px;
	margin-left: -20px;
}
.mc-partner-item li {
	width: 12.5%;
	padding: 20px 10px;
	position: relative;
}
.mc-partner-item li img {
	padding: 30px 0px;
	display: block;
	transition: ease .65s;
	cursor: pointer;
}
.mc-partner-item li img:hover{
	-webkit-transform: rotateZ(360deg);

transform: rotateZ(360deg);
}
.mc-partner-item li:after {
	content: '';
	display: block;
	width: 1px;
	height: 70%;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #CBCBCB;
}
.mc-partner-item li:nth-child(8n):after {
	display: none;
}
.swiper-slide {
	position: relative;
}
.mc-partner-item:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #CBCBCB;
	position: absolute;
	left: 0;
	top: 100%;
}
.swiper-slide li:hover a {
	box-shadow: 0 0 9px rgba(12,3,6,.4);
}
.swiper-hd1 {
	width: 100%;
	text-align: center;
	margin-top: 5%;
}
.swiper-hd1 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #b72024;
	margin: 0 10px !important;
	transition: ease .65s;
	opacity: 1;
	position: relative;
}
.swiper-hd1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: none;
	opacity: 1;
}
.swiper-hd1 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border: 2px solid #b72024;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	border-radius: 50%;
	transition: ease .65s;
}
.copyright-flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mc-news {

	padding: 10% 0;
}
.mc-news-con {
	width: 1150px;
	margin: auto;
}
.mc-news-a .img {
	margin-right: 50px;
}
.mc-news-a p.news-time {
	color: #999;
	position: relative;
	padding: 20px 0 50px;
	overflow: hidden;
}
.mc-news-a p.news-time:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: 30px;
}
.mc-news-a h3 {
	font-size: 20px;
	color: #333;
	overflow: hidden;
	height: 22px;
	line-height: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.mc-news-a p.news-ms {
	color: #666;
	line-height: 24px;
	margin: 50px 0 20px;
	height: 72px;
	overflow: hidden;
}
.mc-news-b {
	margin-top: 78px;
	margin-left: -40px;
}
.mc-news-b li {
	width:29%;
	margin-left: 40px;
	background: #F2F2F2;
	box-shadow: 0 0 10px rgba(12,3,6,.16);
	position: relative;
	margin-bottom: 4%;
}
.mc-news-b li .img {
	transition: ease .65s;
}
.mc-news-b li .img img{
	height: 200px;
	width: 100%;
}
.mc-news-b li h3,.mc-news-b li p{line-height: 25px;padding-left: 15px;margin-top: 10px;}
.mc-news-b li p{margin-bottom: 10px;}
.mc-footer {
	background: #333;
	padding-top: 4%;
}
.mc-footer:before {
	content: '';
	display: block;
	width: 50%;
	height: 600px;
	background: url(../images/index-b5.jpg) no-repeat center;
	position: absolute;
	right: 0;
	top: -35px;
}
.mc-footer-cont {
	width: 1075px;
	margin: auto;
	position: relative;
	z-index: 2;
}
.mc-footer-l {
	color: #fff;
	width: 660px;
	padding: 80px 80px 127px 80px;
	border: 6px solid #fff;
}
.mc-footer-l h2 {
	font-size: 30px;
	font-weight: bold;
}
.mc-footer-l h3 {
	position: relative;
	margin: 10px 0 50px;
	display: inline-block;
}
.mc-footer-l h3:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #707070;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.mc-footer-item {
	width: 350px;
}
.mc-footer-item li {
	margin-top: 30px;
	position: relative;
}
.mc-footer-item li:last-child {
	margin-top: 50px;
}
.mc-footer-item li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.mc-footer-item li span {
	float: left;
}
.mc-footer-item li em {
	/* width: 280px; */
	float: left;
}
.mc-footer-item li b {
	font-size: 36px;
	font-weight: bold;
	position: absolute;
	left: 114px;
	top: -10px;
	font-style: italic;
	color: #b72024;
}
.mc-footer-item li i {
	position: absolute;
	right: 20px;
	top: 30px;
}
.mc-footer-logo {
	margin: auto;
	width: 164px;
	display: block;
}
.mc-footer-gz {
	margin-top: 40px;
}
.mc-footer-gz li {
	margin-left: 45px;
	float: left;
	text-align: center;
	color: #fff;
}
.mc-footer-gz li img{ width:140px}
.mc-footer-gz li p {
	margin-top: 10px;
}
.mc-footer-share {
	text-align: center;
	margin-top: 40px;
}
.mc-footer-share a {
	color: #fff !important;
	display: inline-block;
	width: 40px !important;
	height: 40px !important;
	background: none !important;
	text-align: center;
	line-height: 40px !important;
	border: 2px solid #fff;
	border-radius: 50%;
	margin: 0 15px !important;
	font-size: 20px;
	padding: 0 !important;
}
.mc-footer-share a:hover {
	transform: rotate(360deg);
	text-decoration: none !important;
	opacity: 1 !important;
}
.mc-footer-nav {
	margin-top: 70px;
	background: #252525;
	padding: 40px 0;
	background: #252525;
	text-align: center;
	color: #ccc;
}
.mc-footer-nav a{color: #fff;}
.mc-footer-nav a:hover{color: #b72024;}
.mc-copy {
	background: #191919;
	height: 40px;
	line-height: 40px;
	color: #535353;
}
.mc-copy-cont {
	width: 1200px;
	margin: auto;
	text-align: center;
}
.mc-copy-cont span {
	float: right;
}
.mc-copy-cont a {
	color: #535353;
	text-decoration: underline;
	margin-left: 20px;
}
.mc-copy-cont a:hover {
	color: #fff;
}
.mc-other-nav {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
.mc-other-l li {
	float: left;
	margin-right: 10px;
	line-height: 60px;
}
.mc-other-l li.active a {
	background: #b72024;
	color: #fff;
}
.mc-other-l li.active a:before {
	background: #fff;
}
.mc-other-l li a {
	padding: 10px 20px 10px 25px;
	color: #333;
	position: relative;
	font-weight: bold;
}
.mc-other-l li a:before {
	content: '';
	display: block;
	width: 6px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 10px;
	top: 50%;
	transition: ease .65s;
}
.mc-other-l li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transition: ease .65s;
}
.gallery-thumbs .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    border: 2px solid #ffb11f;
}
.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 999;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}
.list_box {
	padding: 40px 3%;
    position: relative;
    background: #f3f5f7;
	margin-bottom: 30px;
}
.product_h1{font-size: 30px;font-weight: 700;line-height: 70px;color: #02328d;margin-bottom: 20px;border-bottom: 1px solid #cccccc;}
.product_info{margin-top: 20px;}
.product_info li{font-size: 14px;color: #555555;line-height: 40px;border-bottom: 1px dotted #cccccc;}
.product_info li:last-child{border-bottom: none;}
.proshowvideo iframe {max-width: 100%;width: 100%;height: 544px;}
#pic-page {
    text-align: center;
    margin-top: 20px;
}
#pic-page a {
    margin: 0 2px;
}
#pic-page a img {
    width: 95px;
    border: solid #ccc 1px;
}
#pic-page i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/viicon.png) no-repeat center rgba(0,0,0,0.5);
    background-size: 30%;
}
.showpic_box{width: 50%;}
.proinfo_box{width: 45%;}
.pro-canshu{margin-top: 30px;}
.pro-canshu b{font-weight: bold;color: #000;font-size: 20px;}
.pro-canshu .indb_li dl{color: #333;font-size: 14px;padding: 0;border-top: none;}
.pro-canshu .indb_li dl dt{font-size: 14px;color: #333;width: 20%;}
#pic-page a.proxshowvideo {
    position: relative;
    display: inline-block;
}
.mc-other-l li a:hover:after {
	width: 100%;
	left: 0;
	transition-delay: .2s;
}
.mc-other-l li.active a:hover:before {
	width: 6px;
}
.mc-other-r {
	line-height: 60px;
	color: #666;
	font-size: 12px;
}
.mc-other-r a {
	color: #666;
	font-size: 12px;
}
.mc-other-r em {
	margin: 0 5px;
}
.mc-other-r i {
	font-size: 24px;
	margin-right: 5px;
}
.mc-other-r a:hover {
	color: #b72024;
}
.mc-other-box {
	padding: 3% 0 8%;
	background: #EFEFEF;
	background-attachment: fixed;
	position: relative;
}
.mc-other-container {
	background: #fff;
	box-shadow: 0 0 18px rgba(12,3,6,.19);
	padding: 60px;
}
.mc-news-h {
	position: relative;
	color: #999;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1E1E1;
}
.mc-news-h b {
	font-size: 22px;
	color: #000;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.mc-news-h:before {
	content: '';
	display: block;
	width: 4px;
	height: 12px;
	background: #b72024;
	position: absolute;
	left: -20px;
	top: 5px;
}
.mc-news-item li {
	padding: 30px 0;
	border-top: 1px dashed #B1B1B1;
	position: relative;
}
.mc-news-item li:first-child {
	border: none;
}
.mc-news-item li:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}
.mc-news-item li .img {
	float: left;
	width: 150px;
	margin-right: 40px;
	transition: ease .65s;
}
.mc-news-item li .text {
	float: left;
	width: 750px;
	transition: ease .65s;
}
.mc-news-item li p {
	color: #999;
	position: relative;
	margin-bottom: 45px;
	top: 10px;
	font-size: 14px;
}
.mc-news-item li p:after {
	content: '';
	display: block;
	width: 15px;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: -15px;
	transition: ease .65s;
}
.mc-news-item li h2 {
	font-size: 16px;
	color: #333;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: ease .65s;
}
.mc-news-item li h3 {
	line-height: 24px;
	color: #888;
	margin-top: 20px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
}
.mc-news-item li span {
	position: absolute;
	right: 10px;
	top: 50%;
	color: #999;
	height: 18px;
	margin-top: -9px;
	line-height: 18px;
	transition: ease .65s;
	transform: translateX(-60px);
	opacity: 0;
}
.mc-news-item li span i {
	margin-left: 10px;
	font-size: 18px;
	position: relative;
	top: 1px;
}
.mc-news-item li span:before {
	content: '';
	display: block;
	width: 1px;
	height: 40px;
	background: #E5E5E5;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -20px;
	transition: ease .65s;
}
.mc-news-item li:hover .img {
	transform: scale(1.2) translateX(23px);
}
.mc-news-item li:hover .text {
	transform: translateX(50px);
	transition-delay: .25s;
}
.mc-news-item li:hover h2 {
	color: #b72024;
	transition-delay: .25s;
}
.mc-news-item li:hover span {
	transform: translateX(0);
	transition-delay: .55s;
	opacity: 1;
	color: #b72024;
}
.mc-news-item li:hover span:before {
	background: #b72024;
}
.mc-footer.other:before {
	display: none;
}
.mc-footer-l.other {
	border: none;
	padding: 0;
}
.mc-footer-item.other {
	width: auto;
}
.mc-footer-item.other li {
	margin-top: 10px;
	color: #999;
}
.mc-footer-item.other li em {
	width: auto;
}
.mc-footer-l.other h3 {
	margin: 10px 0 40px;
}
.mc-footer-share.other {
	text-align: left;
}
.mc-footer-share.other a:first-child {
	margin-left: 0 !important;
}
.mc-footer-tel {
	text-align: right;
	color: #999;
}
.mc-footer-tel h2 {
	color: #fff;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
}
.mc-footer-gz.other li {
	color: #999;
}
.mc-footer-nav.other {
	padding: 25px 0;
	margin-top: 50px;
}
.mc-footer.other .mc-about-img {
	display: none;
}
.mc-newRes-h1 {
	text-align: center;
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 20px;
}
.mc-newsRes-h2 {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.mc-newsRes-h2 span {
	margin: 0 10px;
	color: #999;
}
.mc-newsRes-s, .mc-newsRes-share {
	display: inline-block;
}
.mc-newsRes-share a {
	background: none !important;
	color: #999 !important;
	font-size: 16px !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 5px !important;
}
.mc-newsRes-share a:hover {
	color: #b72024 !important;
}
.mc-newsRes-main {
	padding: 30px 0;
	margin-top: 20px;
	border-top: 1px dashed #E9E9E9;
	border-bottom: 1px dashed #E9E9E9;
	color: #333;
}
.mc-newsRes-main p{
	line-height: 40px;
	margin-top: 10px;
	text-indent: 30px;
}
.mc-newsRes-main h3{font-size: 20px;
    line-height: 32px;
    padding-bottom: 10px;margin-top: 10px;
    color: #000;
    font-weight: 700;}
.container-top{margin-top: 50px;}
.mc-list-item{margin-top: 40px;}
.mc-list-item li{width: 100%;}
.mc-list-item li a p{
	margin-bottom: 20px;

}
.mc-list-item li a span{
	color: #999;
	margin-left: auto;
}
.mc-list-item li a p::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #9eacb6;
    border-radius: 5px;
    margin-right: 6px;
    margin-top: 7px;
    vertical-align: 3px;
    display: inline;
    float: left;
}
.mc-newsRes-main img {
	display: inline-block;
	width: auto;
}
.mc-newsRes-page {
	margin-top: 25px;
	position: relative;
}
.mc-newsRes-page ul li span {
	color: #b72024;
}
.mc-newsRes-page ul li a {
	display: inline-block;
	text-align: center;
	background-color: #fff;
	width: 30%;
}
.mc-newsRes-page ul li:last-child {
    text-align: right;
}
.mc-newsRes-page ul li span{
	display: flex;
    overflow: hidden;
}
.mc-newsRes-page ul li p{
	line-height: 30px;
	background-color: #014095;
	color: #FFF;
}
.mc-newsRes-page ul li a:hover {
	color: #b72024;
}
.mc-newsRes-page .mc-more {
	float: right;
	margin-top: 50px;
}
.mc-newsRes-page>ul{
	display: flex;
	align-items: center;
}
.mc-newsRes-page>ul>li:last-child{
	margin-left: auto;
}
.mc-newsRes-h2 em {
	color: #999;
}
.mc-pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden;margin-top: 50px;}
.mc-pages ul{display:inline-block;margin:0 auto;padding:0}
.mc-pages ul li{float:left;margin:0 6px;background:#fff;border:1px solid #d8dadf;padding: 6px 12px;}
.mc-pages ul li a{display:block;padding: 0 10px;}
.mc-pages ul li:hover{text-decoration:none;color:#fff;background-color:#014095}
.mc-pages ul li:hover a{color:#fff}
.mc-pages ul li:hover a:hover{color:#fff;text-decoration:none}
.mc-pages ul li.active{background-color:#014095;color:#fff;border:1px #014095 solid;}
.mc-pages ul li.active a{color:#fff;}
.mc-pages .pageinfo{line-height:30px;padding-left:5px}
.mc-pages strong{font-weight:400}
.product-gallery{margin-top: 20px;border-top: 1px dashed #E9E9E9;padding-top: 30px;}
.videop-cont iframe{width: 100%;height: 600px;}

.mc-cusine-item {
	margin-left: -40px;
}
.mc-cusine-item li {
	width: 33.3%;
	padding: 40px 0 0 40px;
}
.mc-cusine-item li h2 {
	font-size: 16px;
	color: #000;
	margin-top: 15px;
	position: relative;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
}
.mc-cusine-item li h2 span {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 14px;
	color: #CDCDCD;
}
.mc-cusine-item li h2 em {
	margin-right: 10px;
	transition: ease .65s;
	opacity: 0;
	transform: translateX(-20px);
	display: inline-block;
}
.mc-cusine-item li h2 i {
	font-size: 18px;
	position: relative;
	top: 1px;
	transition: ease .65s;
}
.mc-cusine-item li h2 i:after {
	content: '';
	display: block;
	width: 1px;
	height: 20px;
	background: #CDCDCD;
	position: absolute;
	left: -5px;
	top: 0;
	transition: ease .65s;
}
.mc-cusine-item li h3 {
	padding: 0 5px;
	margin-top: 10px;
	line-height: 24px;
	color: #888;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
}
.hy-container{width: 90%;
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;}
.pro-l{float: left;width: 17%;}
.pro-l-fl{background: #fff;box-shadow: 0 0 18px rgb(12 3 6 / 19%);}
.pro-ntj-list li{border-bottom: 1px solid #ccc;padding-bottom: 15px;padding-top: 15px;}
.pro-ntj-list li:last-child{border-bottom: none;}
.pro-ntj-list li a img{width: 100%;height: 100%;vertical-align: top;}
.pro-ntj-list li a h3{margin-top: 10px;margin-bottom: 10px;color: #333;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;position: relative;padding-left: 10px;line-height: 25px;}
.pro-ntj-list li a h3::after{position: absolute;content: '';left: 0px;top: 9px;display: inline-block;width: 5px;height: 5px;background: #333;border-radius: 50%;margin-right: 6px;}
.pro-ntj-list li a p{color: #555;font-size: 14px;}
.pro-ntj-list li:hover h3{color: #b72024;}
.pro-ntj-list li:hover h3::after{background: #b72024;}
.pro-newtj{margin-top: 40px;padding: 10px 15px;}
.zuixin-zx{font-size: 22px;color: #000;padding-left: 15px;position: relative;font-weight: bold;border-bottom: 1px solid #E1E1E1;padding-bottom: 10px;}
.jhbq li.jhbqlist{float: left;line-height: 50px;margin-right: 10px;}
.jhbq li.jhbqlist a{background-color: #014095;color: #fff;font-size: 12px;font-weight: 600;padding: 10px 15px;}
.zuixin-zx:before {content: '';display: block;width: 4px;height: 12px;background: #b72024;position: absolute;top: 5px;left: -1px;}
.pro-r{float: right;width: 79%;}
.list-title {text-align: center;line-height: 100px;font-size: 30px;color: #fff;font-weight: bold;background: url(../images/probg.jpg) repeat;width: 100%;padding: 0 15px;}
.accordion {width: 100%;background: #FFF;padding: 15px;}
ul.submenu.active{display: block;}
.accordion .link {cursor: pointer;display: block;font-weight: 700;position: relative;padding-left: 20px;line-height: 50px;}
.accordion li:last-child .link {border-bottom: 0;}
.accordion>li{background-color: #f3f3f3;margin-bottom: 10px;}
.accordion li span {position: absolute;top: 13px;left: 12px;font-size: 18px;color: #595959;}
.accordion li span.pro-down {right: 12px;left: auto;background: url(../images/icon01.png) no-repeat;width: 40px;height: 34px;}
.accordion li.open .link {color: #f39800;background: #014095;color: #fff;}
.accordion li.open .link a{color: #fff;}
.accordion li.open span {color: #f39800;}
.accordion li.open span.pro-down {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.submenu {display: none;background: #f5f5f5;font-size: 14px;}
.accordion  ul.submenu li {border-bottom: 1px dashed #ccc;}
.accordion  ul.submenu li:last-child{border-bottom: none;}
.accordion ul.submenu li.active a{color: #b72024;}
.accordion ul.submenu li.active a::after{background: #b72024;}
.accordion  ul.submenu li a{position: relative;}
.accordion  ul.submenu li a::after{content:'';position: absolute;left: 26px;top: 20px;display: inline-block;width:5px;height:5px;background:#999999;border-radius: 50%;margin-right:6px;}
.submenu a {display: block;text-decoration: none;color: #666;line-height: 45px;padding-left: 42px;}
.submenu a:hover ,.submenu li.current a{background: #f39800;color: #FFF;}
.submenu a:hover .accordion  ul.submenu li a::after{background: #fff;}
.search-tj{margin-top: 30px;align-items: center;}
.search-lmfl{margin-right: 20px;font-size: 20px;}
.search-tj>p{width: 10%;}
.search-tj div p{margin-right: 14px;}
.search-tj p a{font-size: 14px;font-weight: 300;padding: 3px 6px;color: #fff;background-color: #bac3d0;padding: 8px 12px;}
.search-tj .search-success,.search-tj div p:hover a{background: #014095;color: #fff;}
.form-control{width: 300px;border: 1px solid #c2cad8;height: 34px; padding: 6px 12px;background-color: #fff;border-right: none;}
.input-group{display: flex;align-items: center;}
.input-group .input-group-btn .btn{height: 34px; padding: 6px 12px;cursor: pointer;background: #014095;color: #fff;border: none;}
.mc-cusine-item li a {display: block;position: relative;padding-bottom: 10px;border-bottom: 1px solid #DADADA;}
.search-item{margin-bottom: 20px;padding-bottom:10px;border-bottom: 1px dotted #ccc;}
.searitem-jg{margin-top: 30px;}
.search-item>a{width: 150px;float: left;}
.search-item>a img{max-width: 100%;}
.search-content{float: left;margin-left: 40px;width: 80%;}
.searitem-jg  li.search-item h3.search-title a{font-size: 20px;line-height: 30px;color: #000;font-weight: bold;}
.searitem-jg  li.search-item p.search-desc{font-size: 14px;color: #a0a9b4;line-height: 30px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.search-tjbtn{margin-top: 60px;}
.search-cont{margin-top: 80px;}
.search-post-foot{margin-top: 20px;text-align: right;}
.search-post-tags{text-align: left;float: left;padding: 0;}
.search-post-tags>li{margin-bottom: 20px;display: inline-block;margin-right: 5px;}
.search-post-foot>.search-post-tags>li>a {background-color: #014095;color: #fff;font-size: 12px;font-weight: 600;padding: 10px 15px;}
.search-post-foot>.search-post-meta {display: inline-block;margin-right: 10px;}
.search-post-foot>.search-post-meta>p {color: #9aa5b2;font-size: 13px;font-weight: 600;}
.search-content{width: 60%;}
.search-item>a{width: 100px;}
.search-post-foot{text-align: left;}
.search-post-tags{float: none;}
.mc-cusine-item li .img {transition: ease .65s;}
.mc-cusine-item li a:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: -1px;
	transition: ease .65s;
}
.mc-cusine-item li a:hover {
	box-shadow: 0 0 16px rgba(12,3,6,.26);
}
.mc-cusine-item li a:hover .img {
	transform: translate(10px, -10px);
	box-shadow: 0 0 16px rgba(12,3,6,.26);
}
.mc-cusine-item li a:hover:after {
	width: 100%;
}
.mc-cusine-item li a:hover em {
	opacity: 1;
	transform: translateX(0);
}
.mc-cusine-item li a:hover h2 i:after {
	height: 0;
	top: 50%;
	transition-delay: .25s;
}
.mc-cusine-item li a:hover h2 span {
	color: #b72024;
}
.mc-cuisineRes-h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	position: relative;
	margin-bottom: 45px;
}
.mc-cuisineRes-h1:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.produ-xq h3{font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;color: #000;font-weight: 700;}
	.produ-xq p{
		line-height: 34px;padding-bottom: 15px;
	}
.mc-more.res i {
	float: left;
	transform: rotate(180deg);
}
.mc-more.res:before {
	left: inherit;
	right: 0;
}
.mc-news-h.canteen {
	margin-top: 20px;
}
.mc-chairman {
	margin-top: 30px;
	position: relative;
	z-index: 1; line-height:30px
}
.mc-chairman .img {
	float: left;
	margin-right: 55px;
}
.mc-chairman h2 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	position: relative;
	padding: 10px 0 20px;
	overflow: hidden;
}
.mc-chairman h2:after {
	content: '';
	display: block;
	width: 38px;
	height: 2px;
	background: #b72024;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.mc-chairman h3 {
	color: #999;
	overflow: hidden;
	margin-bottom: 20px;
}
.mc-chairman-h4 {
	line-height: 24px;
	color: #888;
	overflow: hidden;
	background: none !important;
}
.mc-news-h.qual {
	border-top: 1px dashed #B1B1B1;
	padding-top: 20px;
	margin-top: 40px;
}
.mc-news-h.qual:before {
	top: 25px;
}
.mc-contact-a {
	width: 48%;
}
.mc-contact-a li {
	padding: 20px 10px;
	border-bottom: 1px dashed #E5E5E5;
	color: #888;
	line-height: 24px;
	overflow: hidden;
}
.mc-contact-a li:nth-child(1) {
	animation-delay: .1s;
}
.mc-contact-a li:nth-child(2) {
	animation-delay: .2s;
}
.mc-contact-a li:nth-child(3) {
	animation-delay: .3s;
}
.mc-contact-a li:nth-child(4) {
	animation-delay: .4s;
}
.mc-contact-a li:nth-child(5) {
	animation-delay: .5s;
}
.mc-contact-a li:nth-child(6) {
	animation-delay: .6s;
}
.mc-contact-a li:nth-child(7) {
	animation-delay: .7s;
}
.mc-contact-a li:nth-child(8) {
	animation-delay: .8s;
}
.mc-contact-a li b {
	color: #b72024;
	font-size: 22px;
	font-style: italic;
}
.mc-contact-a li i {
	font-size: 24px;
	color: #b72024;
	float: left;
	margin-right: 20px;
}
.mc-contact-a.b li {
	line-height: 100px;
	padding: 15px 10px;
}
.mc-contact-a.b li span {
	float: left;
	width: 180px;
}
.mc-contact-a.b li img {
	width: 136px;
	float: left;
	border: 1px solid #E6E6E6;
}
.mc-contact-c {
	margin-top: 20px;
	animation-delay: .5s;
}
.mc-contact-c h2 {
	color: #888;
	line-height: 24px;
	padding: 0 10px;
}
.mc-contact-c h2 i {
	color: #b72024;
	font-size: 24px;
	margin-right: 20px;
}
.mc-contact-map {
	padding: 20px 55px;
}
#mapMain {
	height: 600px;
}
@keyframes updown {
 0% {
transform:translateY(0);
}
 50% {
transform:translateY(-10px);
}
 100% {
transform:translateY(0);
}
}
@keyframes shadowOpacity {
 0% {
opacity:0
}
 100% {
opaciy:1;
}
}
@keyframes mapLine {
 0% {
width:0
}
 100% {
width:50%;
}
}
@keyframes mapLine1 {
 0% {
height:0
}
 100% {
height:100%;
}
}
.product-incom{position: relative;width: 1200px;margin: auto;}
.product-top{ display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 43px; border-bottom: 1px solid #eee;}
.index_bgb .ptop-title{ position: relative; left: auto; top: auto;}
.ptop-list ul{ float: left;}
.ptop-list li{ float: left; position: relative; margin-left: 20px;}
.ptop-list li a{ display: block; line-height: 38px; height: 38px; border: 1px solid #ccc; padding: 0 12px; color: #666;border-radius: 12px; transition: 0.5s;}
.ptop-list li a img{ margin-right: 9px; margin-bottom: -3px; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: rgb(102, 102, 102); transition: 0.5s;display: inline-block;}
.ptop-list li:hover a,.ptop-list li.on a{ color: #0e75c8; border: 1px solid #0e75c8; font-weight: bold; transition: 0.5s;}
.ptop-list li:hover a img{-webkit-filter: grayscale(0%); -moz-filter: grayscale(0%); -ms-filter: grayscale(0%); -o-filter: grayscale(0%); filter: grayscale(0%); filter: none; transition: 0.5s;}
.pcon-list{ margin-top: 59px;}
.indb_l{ padding-top: 17px;}
.ptop-title p {font-size: 3rem;line-height: 0.7em;padding-bottom: 10px;}
.ptop-title h2 {font-size: 1.875rem;}
.indb_tit h3{ color: #222; font-size: 2.5rem; font-weight: bold;}
.indb_tit p{ font-size: 1.125rem; color: #ccc;text-transform: uppercase; padding-top: 7px;}
.indb_tit::after{ content: ''; width: 24px; height: 2px; background: #ccc; display: block; margin-top: 20px;}
.indb_ms{ padding-top: 50px; color: #666; font-size: 1.2rem;  line-height: 30px;}
.indb_more{ margin-top: 55px; background: #fff; width: 120px; height: 42px; text-align: center; line-height: 42px; color: #666; font-size: 0.875rem; border-radius: 21px; box-shadow: 0px 0px 20px rgba(0,0,0,0.05); transition: 0.5s;}
.indb_more span{ padding-left: 10px;}
.indb_more:hover{ color: #fff; background: #0e75c8; transition: 0.5s;}
.indb_l{ width: 25.77%;}
.indb_r{ width: 74.23%;}
.pcon-list li{ position: relative;}
.indb_pic{ width: 53.9%;}
.indb_pic img{ display: block; width: 100%;}
.indb_wb{ width: 42.1%; background: #0e75c8; border-top: 4px solid #ddd;padding: 0 2%;}
.indb_li dl{ height: 58px; border-bottom: 1px solid #014095; line-height: 58px; color: #fff; border-top: 1px solid #50c0fb; padding: 0 1%;}
.indb_li dl:nth-child(1){ border-top: none;}
.indb_li dl dt{ float: left; font-size: 1.125rem; font-weight: bold;}
.indb_li dl dd{ float: left; }
.indb_js{ border-top: 1px solid #50c0fb; padding: 0 1%; color: #fff; line-height: 24px;}
.indb_js p{ height: 40px; line-height: 40px; font-size: 1.125rem; font-weight: bold; padding-top: 7px;}
.indb_slt{ padding: 15px 1% 5% 1%;}
.indb_slt p{ float: left; border: 1px solid #999; margin-bottom: 20px;}
.indb_slt p:nth-child(2n){ margin-left: 20px;}
.indb_slt img{width:48%}
.indb_jt{position: absolute; bottom: 10%;}
.indb_jt a{ display: block; float: left; width: 56px; height: 56px; line-height:16px;border-radius: 50%; background: #ccc; text-align: center;font-size: 1.125rem; color: #999; cursor: pointer;}
.indb_jt a.next{ margin-left: 20px; background: #0e75c8; color: #fff;}
.indb_jt p{ padding-top: 15px;font-size: 14px;}
.indb_jt a span{ display: block;}
.icon-ban0{background: url(../images/map-icon.png) center no-repeat #B72024;}
.icon-ban1{background: url(../images/map-icon.png) center no-repeat #B72024;}
.icon-ban2{background: url(../images/map-icon.png) center no-repeat #B72024;}
.icon-ban3{background: url(../images/map-icon.png) center no-repeat #B72024;}
@media screen and (max-width:1279px){
.indb_tit h3{ font-size: 1.875rem;}
.indb_tit p{ font-size: 1rem; padding-top:5px;}
.indb_ms{ padding-top: 20px; font-size: 1.125rem;}
.indb_wb{border-top: 2px solid #ddd; margin-top: 0px; width: 44.1%; padding: 0 1%;}
.ptop-list li a{font-size: 1.125rem;}
.indb_li dl{ height: 46px; line-height: 46px;}
.indb_li dl dt{font-size: 1rem;}
.indb_li dl dd{padding-left: 25px; font-size: 0.875rem;}
.indb_js{ line-height: 22px; font-size: 0.875rem;}
.indb_js p{ height: 30px; line-height: 30px; font-size: 1rem; }
.indb_slt{ padding: 20px 1% 0 1%;}
.indb_slt p{margin-bottom: 10px;}
.indb_slt p:nth-child(2n){ margin-left: 10px;}
}

@media screen and (max-width: 1600px) {
.mc-map-main {
	width: 85vw;
}
.mc-logo {
	left: 2vw;
}
.mc-map-btn {
	right: 2vw;
}
.mc-header-nav {
	right: 8vw;
}
.mc-map-logo {
	width: 120px;
	top: -50px;
}
.mc-map-main {
	margin: 5% auto 0;
	padding: 40px 5vw 30px;
}
}
@media screen and (max-width: 1440px) {
.mc-logo{display: none;}
.mc-header-nav li{width: 158px;}
.mc-map-main {
	width: 95vw;
}
.mc-about-img {
	left: 2vw;
}
.mc-vision-tab {
	width: 88vw;
}
.mc-vision-btn {
	left: 1150px;
}
.proshowvideo iframe{height: 439px;}
#pic-page a img{width: 50px;}
}
@media screen and (max-width: 1366px) {
.mc-logo {
	width: 250px;
	top: 15px;
}
.mc-header-nav li{width: 106px;}
.mc-map-logo {
	width: 120px;
	top: -50px;
}
.mc-map-main {
	margin: 10% auto 0;
	padding: 40px 5vw 30px;
}
.mc-map-nav {
	margin: 20px auto 0;
}
.mc-map-nav ul li p:first-child {
	margin-bottom: 24px;
}
.mc-map-nav ul li p:first-child a:after {
	bottom: -14px;
}
.mc-map-r img {
	width: 100px;
}
.mc-map-l p.mc-fonts {
	margin: 15px 0 10px;
}
.mc-about-img {
	left: 1vw;
}
.mc-vision-bd li .text {
	padding-left: 510px;
}
.mc-vision-btn {
	left: 1100px;
}
.product-incom{
	width: 1015px;
}
.ptop-list li a{
	padding: 0 5px;
}
.indb_tit h3{font-size: 2rem;}
.indb_ms{font-size: 1rem;}
.indb_jt{left: 0;bottom: 35%;}
.mc-partner-banner {
	width: 1100px;
}
.mc-news-con {
	float: right;
	margin-right: 3%;
}
}
@media screen and (max-width: 1280px) {
.mc-header-nav li {
	width: 145px;
}
.mc-about-main {
	width: 1020px;
	padding: 40px;
}
.mc-vision-bd li .text {
	padding-left: 488px;
}
.mc-vision-btn {
	left: 1060px;
}
.mc-partner-banner {
	width: 900px;
}
.mc-footer-cont {
	width: 1000px;
}
.mc-footer-l {
	width: 610px;
}
}
@media screen and (max-width: 1024px) {
.container {
	width: 100%;
	padding: 0 10px;
}
.hy-container{
	max-width: 1000px;
    min-width: 800px;
}
.mc-other-container {
	padding: 40px;
}
.mc-news-item li .text {
	width: 460px;
}
.mc-header {
	height: 50px;
}
.mc-content {
	padding-top: 50px;
}
.mc-header-nav {
	display: none;
}
.mc-logo {
	top: 5px;
	width: 202px;
}
.mc-map-btn {
	border: none;
}
.mc-moblie-nav {
	display: block;
}
.mc-about-img {
	display: none;
}
.mc-wapAbout-img {
	display: block;
	height: 48px;
	margin: auto;
	text-align: center;
}
.mc-wapAbout-img img {
	height: 100%;
	width: auto;
	margin: auto;
}
.mc-about-main, .mc-vision-tab {
	margin-top: 20px;
}
.mc-vision-tab {
	width: 100%;
}
.mc-vision-bd li .img {
	width: 340px;
}
.mc-vision-bd li.active .img {
	width: 400px;
}
.mc-vision-bd li .text {
	padding-left: 380px;
}
.mc-vision-btn {
	left: 960px;
}
.mc-vision-bd li {
	padding: 20px 0;
	height: 200px !important;
}
.mc-vision-shadow a {
	height: 200px;
}
.mc-delicacy {
	padding: 40px 0 0;
	height: 940px;
}
.mc-delicay-item {
	width: 100%;
	margin-top: 20px;
}
.hy-btn {
	width: 50%;
	left: 50%;
	bottom: inherit;
	transform: translateX(-50%);
	top: 5px;
}
.mc-partner {
	padding: 40px 0;
}
.mc-partner-h3 {
	margin-top: 20px;
}
.mc-partner-banner {
	width: 100%;
}
.mc-news {
	padding: 20px;
}
.mc-news-con,.product-incom {
	width: 100%;
	margin-top: 20px;
	float: none;
}
.mc-news-b {
	margin-top: 40px;
}
.mc-footer .mc-wapAbout-img {
	margin-left: 280px;
	margin-bottom: 20px;
}
.mc-footer.other .mc-wapAbout-img {
	display: none;
}
.mc-footer-gz, .mc-footer-share {
	margin-top: 20px;
}
.mc-footer-nav li {
	padding: 0 60px;
}
.mc-copy-cont {
	padding: 0 10px;
	width: 100%;
}
.mc-about:before {
	width: 100%;
	background-size: cover;
	left: 0;
	bottom: 0;
}
}
@media screen and (max-width: 768px) {
.mc-map-btn{display: block;}
.mc-mobile-banner, .mc-footer.other .mc-wapAbout-img,.dibu-com,.mc-logo {display: block;}
.showpic_box,.proinfo_box{float: none;width: 100%;}
.proinfo_box{margin-top: 30px;}
.proshowvideo iframe{height: 370px;}
#pic-page a img {width: 40px;}
.mc-other-nav{height: auto;}
.product-gallery .item iframe{height: 364px;}
.hy-container{width: auto;
    max-width: 768px;
    min-width: 300px;}
	.pro-l,.pro-r{float: none;width: 100%;}
	.list-title{background: url(../images/probg.jpg) repeat;}
.dibu-com {
    max-width: 720px;
    height: 70px;
    background-color: #014095;
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    z-index: 9999;
}
.mc-banner, .mc-about-main:before, .mc-about-main:after, .mc-about-main .line:before, .mc-about-main .line:after,.kefu {
	display: none;
}
.swiper-hd {
	position: inherit;
	width: 100% !important;
	text-align: center;
	margin: 30px 0;
	right: inherit;
}
.swiper-hd li {
	display: inline-block;
	margin: 0 15px !important;
	width: 35px;
	height: 35px;
}
.swiper-hd li i {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
}
.swiper-hd li:before {
	width: 20px;
	height: 1px;
	left: -25px;
	top: 50%;
}
.swiper-hd li:last-child:after {
	width: 20px;
	height: 1px;
	right: -25px;
	top: 50%;
	left: inherit;
}
.swiper-hd li span {
	display: block;
	background: none;
	width: 30px !important;
	height: 20px;
	line-height: 20px;
	left: 50%;
	top: 40px;
	transform: translateX(-50%);
	margin-top: 0;
}
.swiper-hd li span:after {
	opacity: 1 !important;
	color: #b72024 !important;
	transform: translateX(0) !important;
	left: 0 !important;
	width: 30px;
	text-align: center;
}
.mc-about-main, .mc-about-l {
	width: 100%;
}
.mc-about-main {
	padding: 0 10px;
}
.mc-about-main .text h2 {
	font-size: 18px;
	margin-top: 20px;
}
.mc-about-main .text h2:after {
	background: #b72024;
	opacity: 1;
	height: 1px;
}
.mc-about-main .text h3 {
	display: none;
}
.mc-about-main .text h4 {
	margin-top: 20px;
}
.mc-about-main .img {
	position: inherit;
	right: inherit;
	top: inherit;
	transform: translateY(0);
	margin-top: 20px;
}
.mc-about-main .img img{display: block;}
.mc-jour-h2 {
	font-size: 18px;
	margin: 20px 0 20px;
}
.mc-jour-h2:after {
	bottom: -10px;
	height: 1px;
}
.mc-jour-hd li {
	font-size: 12px;
	margin-left: 25px;
	margin-bottom: 20px;
	width: 50px !important;
	transition: none;
}
.mc-jour-hd {
	margin-left: -25px !important;
}
.mc-about-main {
	margin-top: 0;
}
.mc-vision-bd li {
	padding: 0;
	height: auto !important;
}
.mc-vision-bd li .img {
	width: 100%;
	position: inherit;
	left: 0;
	top: 0;
	transform: translateY(0);
}
.mc-vision-bd li .text {
	padding-left: 0;
	text-align: center;
}
.mc-vision-h2 b {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
.mc-vision-h2 b:after {
	left: 50%;
	top: 50px;
	transform: translateX(-50%);
}
.mc-vision-h2 a {
	font-size: 16px;
}
.mc-vision-h3 {
	padding-left: 0;
}
.mc-vision-tab {
	padding: 0;
}
.mc-vision-bd li {
	opacity: 1;
}
.mc-vision-h2 b {
	margin-right: 0;
}
.mc-vision-bd li.active .img {
	width: 100%;
}
.mc-vision-btn {
	left: 0;
	position: inherit;
	top: 0;
	transform: translateY(0);
	text-align: center;
	margin-top: 20px;
}
.mc-vision-btn p {
	display: inline-block;
	margin: 0 10px;
	border: 1px solid #fff;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	transform: rotate(-90deg);
}
.mc-vision-btn p:hover {
	color: #fff;
	border-color: #fff;
}
.mc-vision-bd li:before {
	display: none;
}
.mc-vision-bd li.active .mc-vision-h3, .mc-vision-bd li.active .mc-vision-h2 a {
	color: #fff;
}
.mc-vision-bd li.active .img {
	left: 0;
}
.mc-vision-shadow {
	display: none;
}
.mc-vision-bd li.active .mc-vision-h2 b:after {
	background: #fff;
}
.mc-vision-bd li.active .mc-vision-h2, .mc-vision-bd li.active .mc-vision-h3 {
	transform: translateY(0);
}
.product-incom{
	margin-top: 10px;
	padding: 0 10px;
}
.hy-btn {
	display: none;
}
#mobBanner {
	display: block;
	width: 85%;
	float: right;
}
.mc-mob-bann {
	position: relative;
	margin-top: 20px;
}
.mc-mob-youhua {
	width: 15%;
	height: 100%;
	background: url(../images/yh.jpg) no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.mc-mob-youhua i {
	color: #fff;
	font-size: 48px;
	position: absolute;
	right: -10px;
	bottom: 10px;
}
.mc-delicay-item, #mobBanner .hd {
	display: none;
}
#mobBanner .bd li {
	position: relative;
}
#mobBanner .bd li .text {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px;
	background: rgba(183,32,36,.8);
	color: #fff;
	line-height: 24px;
}
.mc-delicacy {
	padding: 20px 0 0;
	height: auto;
	background-size: cover;
}
#mobBanner .bd li .text h3 {
	font-size: 18px;
	position: relative;
	margin-bottom: 20px;
}
#mobBanner .bd li .text h3:after {
	content: '';
	display: block;
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.mc-partner-h3 {
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 40px;
}
.mc-partner-h3:after {
	bottom: -20px;
}
.mc-partner-item:after, .mc-partner-item li:after {
	display: none;
}
.mc-partner-item {
	padding: 0 5px;
}
.mc-partner-item li {
	padding: 10px 5px;
	width: 33.3%;
}
.mc-footer{margin-bottom: 30px;}
.search-tj{display: block;}
.search-tj>p{width: 100%;}
.search-tj div p{margin-top: 30px;}
.input-group{margin-top: 20px;}
.mc-partner-item li img {
	background: #fff;
	padding: 20px 10px;
}
.mc-section {
	background-size: cover;
}
.mc-news-a {
	padding: 10px 0;
}
.mc-news-a .img {
	width: 120px;
	margin-right: 20px;
}
.mc-news-a p.news-time {
	padding: 0;
	position: absolute;
	left: 140px;
	bottom: 10px;
}
.mc-news-a {
	position: relative;
}
.mc-news-a h2 {
	font-size: 14px;
	text-shadow: none;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	white-space: inherit;
}
.mc-news {
	padding: 20px 10px;
}
.mc-news-b {
	margin: 0;
}
.mc-news-b li {
	flex: none;
	margin: 0;
	padding: 10px 0;
	border-top: 1px dashed #C5C5C5;
	background: none;
	box-shadow: none;
	width: 100%;
}
.mc-news-b li .img {
	opacity: 1;
	visibility: visible;
	float: left;
	width: 120px;
}
.mc-news-b li a {
	padding-left: 140px;
}
.mc-news-b li h3 {
	position: static;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 10px;
}
.mc-news-b li p.newsl-time {
	left: 140px;
	top: initial;
	bottom: 10px;
	padding: 0;
	width: auto;
}
.mc-news-b li p.newsl-time:after {
	display: none;
}
.mc-news-b li:hover a {
	transform: translate(0, 0);
}
.mc-news-b li:hover h2 {
	color: #333;
}
.mc-news-b li:hover h4 {
	color: #999;
}
.mc-news-b li:after {
	display: none;
}
.mc-footer:before, .mc-footer-nav, .mc-footer-l h2, .mc-footer-l h3 {
	display: none;
}
.mc-footer .mc-wapAbout-img {
	margin: auto;
}
.mc-footer-cont {
	width: 100%;
	padding: 20px 10px;
}
.mc-footer-l {
	width: 100%;
	padding: 0;
	border: none;
}
.mc-footer-item li, .mc-footer-item.other li {
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #4C4C4C;
	color: #fff;
}
.mc-footer-item.other li em {
	width: 280px;
}
.mc-footer-item.other li:last-child {
	margin-top: 0;
}
.mc-footer-tel, .mc-footer-share.other {
	text-align: center;
}
.mc-footer-gz.other {
	margin-bottom: 20px;
}
.mc-footer-item li:last-child {
	border: none;
	margin-top: 30px;
}
.mc-footer-logo {
	display: none;
}
.mc-footer-r {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.mc-footer-gz {
	text-align: center;
}
.mc-footer-gz li {
	margin: 0 10px;
}
.mc-footer-gz li {
	display: inline-block;
	float: none;
}
.mc-copy {
	height: auto;
	line-height: 20px;
	padding: 10px 0;
	font-size: 12px;
}
.mc-copy-cont span, .mc-copy-cont h2 {
	float: none;
}
.mc-copy-cont a {
	font-size: 12px;
}
.mc-other-container {
	padding: 20px 10px;
}
.mc-news-item li {
	padding: 10px 0;
}
.mc-news-item li .img {
	width: 35%;
	margin-right: 0;
}
.mc-news-item li .text {
	width: 65%;
	padding-left: 10px;
	position: relative;
}
.mc-news-item li h4 {
	position: absolute;
	left: 10px;
	top: 50px;
	margin-bottom: 0;
}
.mc-news-item li h4:after, .mc-news-item li h3 {
	display: none;
}
.mc-news-item li h2 {
	font-size: 14px;
	height: 36px;
	white-space: normal;
}
.mc-news-h span {
	display: none;
}
.mc-news-h {
	padding: 0 10px 10px;
}
.mc-news-h:before {
	left: 0;
}
.mc-news-item li span {
	display: none;
}
.mc-other-l {
	float: none;
	text-align: center;
}
.mc-other-l li {
	display: inline-block;
	float: none;
	margin: 0 5px;
}
.mc-news-item li:hover .img {
	transform: scale(1) translateX(0);
}
.mc-news-item li:hover .text {
	transform: translateX(0);
}
.mc-newsRes-h2 span {
	margin: 0 10px;
}
.mc-newsRes-s {
	display: block;
	margin-top: 10px;
}
.mc-newsRes-main img {
	display: block;
	width: 100% !important; height: auto !important
}
.mc-newsRes-page ul {
	width: 100%;
}
.mc-newsRes-page ul li, .mc-newsRes-page ul li a {
	font-size: 12px;
}
.mc-newsRes-page .mc-more {
	display: none;
}
.mc-other-nav .container {
	padding: 0;
}
#OtherNav .mc-other-l li {
	float: left;
}
.mc-cusine-item {
	margin-left: 0;
}
.mc-cusine-item li {
	width: 100%;
	padding: 0;
}
.mc-cusine-item li .img {
	float: left;
	width: 120px;
	margin-right: 10px;
}
.mc-cusine-item li h3 {
	font-size: 12px;
	padding: 0;
}
.mc-cusine-item li h2 {
	overflow: hidden;
	margin-top: 5px;
	padding: 0;
}
.mc-cusine-item li h2 span {
	display: none;
}
.mc-cusine-item li a {
	padding: 10px 0;
}
.mc-cusine-item li a:hover .img {
	transform: translate(0, 0);
	box-shadow: none;
}
.mc-cuisineRes-h1 {
	margin-bottom: 20px;
}
.mc-cuisineRes-h1:after {
	bottom: -10px;
}
.mc-chairman .img {
	float: none;
	width: 100%;
}
.mc-chairman h3 {
	margin-bottom: 10px;
}
.mc-chairman-h4 {
	font-size: 12px;
}
.mc-chairman {
	margin-top: 10px;
}
.mc-chairman img {
	max-width: 100%;
	height: 100% !important;
}
.mc-contact-a {
	width: 100%;
}
.mc-contact-a li {
	font-size: 12px;
	padding: 10px 0;
	line-height: 18px;
}
.mc-contact-a li i, .mc-contact-c h2 i {
	font-size: 18px;
	margin-right: 5px;
}
.mc-contact-a.b {
	margin-top: 0;
}
.mc-contact-a.b li {
	padding: 10px 0;
}
.mc-contact-a.b li span {
	width: 135px;
}
.mc-contact-c h2 {
	font-size: 12px;
	line-height: 16px;
}
.mc-contact-map {
	padding: 10px 33px;
}
#mapMain {
	height: 400px;
}
.rong {
	display: none;
}
.mc-footer-item {
	width: 100%;
}
#baiduMap {
	width: 100% !important;
	height: 350px !important;
}
.mc-contact-map {
	padding: 20px 0;
}
.mc-contact-c h2 {
	padding: 0;
}
.baidumapapp a, .baidumapwx a {
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #b72024;
	color: #fff;
	border-radius: 3px;
}
}
.lhShow .mc-about-img {
	animation: logoFade linear 1s;
	animation-fill-mode: both;
}
.lhShow .mc-about-img:after {
	animation: logoWidth linear 1s;
	animation-fill-mode: both;
	width: 0;
	animation-delay: 1s;
}
.lhShow .mc-about-main:before {
	animation: lineWidth linear 1s;
}
.lhShow .mc-about-main .line:after {
	animation: lineHeight linear 1s;
	animation-delay: 1s;
	height: 0;
	animation-fill-mode: both;
}
.lhShow .mc-about-main:after {
	animation: lineWidth linear 1s;
	width: 0;
	animation-delay: 2s;
	animation-fill-mode: both;
}
.lhShow .mc-about-main .line:before {
	animation: lineHeight linear 1s;
	animation-delay: 3s;
	height: 0;
	animation-fill-mode: both;
}
.lhShow .mc-about-main .text h2, .mc-about-main .text h3, .mc-about-main .text p.about-ms, .mc-about-main .text p, .mc-jour-h2, .mc-jour-hd, .mc-jour-bd, .mc-jour-btn {
	animation: lhFadeInUp linear 1s;
	animation-fill-mode: both;
}
.lhShow .lh-business-item li {
	animation: lhFadeInUp ease 1s;
	animation-fill-mode: both;
}
.lhShow .lh-business-item li:nth-child(2n) {
	animation: lhFadeInDown ease 1s;
	animation-delay: .2s;
	animation-fill-mode: both;
}
.lhShow .mc-delicay-bd li:nth-child(2) {
	animation-delay: .1s;
}
.lhShow .mc-delicay-bd li:nth-child(3) {
	animation-delay: .2s;
}
.lhShow .mc-delicay-bd li:nth-child(4) {
	animation-delay: .3s;
}
.lhShow .mc-delicay-bd li:nth-child(5) {
	animation-delay: .4s;
}
.lhShow .mc-delicay-bd li:nth-child(6) {
	animation-delay: .5s;
}
.lhShow .mc-delicay-bd li:nth-child(7) {
	animation-delay: .6s;
}
.lhShow .mc-partner-item li, .lhShow .mc-news-b li, .lhShow .mc-news-a p.news-time, .lhShow .mc-news-a h2, .lhShow .mc-news-a p.news-ms, .lhShow .mc-footer-item li {
	animation: lhFadeInUp ease 1s;
	animation-fill-mode: both;
}
.lhShow .mc-partner-item li:nth-child(2n) {
	animation-delay: .2s;
}
.lhShow .mc-news-b li:nth-child(1), .lhShow .mc-footer-item li:nth-child(1) {
	animation-delay: .1s;
}
.lhShow .mc-news-b li:nth-child(2), .lhShow .mc-footer-item li:nth-child(2) {
	animation-delay: .2s;
}
.lhShow .mc-news-b li:nth-child(3), .lhShow .mc-footer-item li:nth-child(3) {
	animation-delay: .3s;
}
.lhShow .mc-news-b li:nth-child(4), .lhShow .mc-footer-item li:nth-child(4) {
	animation-delay: .4s;
}
.lhShow .mc-news-a .img {
	animation: lhImgRight ease 2s;
	animation-fill-mode: both;
}
.lhShow .mc-news-a .img img {
	width: 724px !important;
	height: 437px;
}
.lhShow .mc-news-a .mc-more {
	animation: lhFadeInRight ease 1s;
	animation-fill-mode: both;
	animation-delay: .2s;
}
.lh-viewpoint-item li:nth-child(1) {
	animation-delay: .1s;
}
.lh-viewpoint-item li:nth-child(2) {
	animation-delay: .2s;
}
.lh-viewpoint-item li:nth-child(3) {
	animation-delay: .3s;
}
.lh-canteen-item li:nth-child(2n), .mc-cusine-item li:nth-child(2n), .lh-mode-item li:nth-child(2n), .lh-recruit-b:nth-child(2n), .lh-service-item li:nth-child(2n) {
	animation-delay: .1s;
}
.mc-cusine-item li:nth-child(3n), .lh-mode-item li:nth-child(3n), .lh-service-item li:nth-child(3n) {
	animation-delay: .2s;
}
.lh-company-item li:nth-child(1), .lh-gourmet-item li:nth-child(1) {
	animation-delay: .1s;
}
.lh-company-item li:nth-child(2), .lh-gourmet-item li:nth-child(2) {
	animation-delay: .2s;
}
.lh-company-item li:nth-child(3), .lh-gourmet-item li:nth-child(3) {
	animation-delay: .3s;
}
.lh-company-item li:nth-child(4), .lh-gourmet-item li:nth-child(4) {
	animation-delay: .4s;
}
.layui-layer-content {
	background: #000;
}
@keyframes lhImgRight {
 0% {
transform:translateX(-100%) scale(1.2);
opacity:0;
}
 50% {
transform:translateX(0) scale(1.1);
opacity:1;
}
 100% {
transform:translateX(0) scale(1);
opacity:1;
}
}
@keyframes lhFadeInRight {
 0% {
opacity:0;
transform:translateX(100%);
}
 100% {
opacity:1;
transform:translateX(0);
}
}
@keyframes lhFadeInUp {
 0% {
opacity:0;
transform:translateY(100%);
}
 100% {
opacity:1;
transform:translateY(0);
}
}
@keyframes lhFadeInDown {
 0% {
transform:translateY(-100%);
opacity:0;
}
 100% {
transform:translateY(0);
opacity:1;
}
}
@keyframes logoFade {
 0% {
opacity:0;
transform: translateY(-100%);
}
 100% {
opacity:100;
transform: translateY(-50%);
}
}
@keyframes logoWidth {
 0% {
width:0;
}
 100% {
width:250%;
}
}
@keyframes lineWidth {
 0% {
width:0;
}
 100% {
width:100%;
}
}
@keyframes lineHeight {
 0% {
height:0;
}
 100% {
height:100%;
}
}
@media screen and (max-width: 768px) {
    .mc-footer-item li b{ font-size:24px; top:5px}
	.mc-footer-gz li img{ width:100px}
}
.dn {
	display: none;
}
@media screen and (max-width:1020px){
.product-top .ptop-title{ text-align: left;}
.pcon-list{ margin-top: 39px;}
.ptop-list li{ margin-left: 10px;}
.ptop-list li a{font-size: 1rem;}
.indb_l{ float: none; width: auto; text-align: center;}
.indb_r{ float: none; width: auto; margin-top: 35px;}
.indb_tit::after{ margin: 15px auto 0 auto;}
.indb_ms{ padding-top: 15px; line-height: 26px;}
.indb_more{ display: none;}
}
@media screen and (max-width:700px){
.index_bgb{padding: 40px 0 10px 0;}
.product-top{ display: block; padding-bottom: 15px;}
.product-top .ptop-title{ text-align: center;}
.ptop-list{ display: none;}
.pcon-list{ margin-top: 8px;}
.indb_tit h3{ font-size: 1.375rem;}
.indb_tit p{ font-size: 0.875rem; padding-top:3px;}
.indb_tit::after{ margin: 10px auto 0 auto;}
.indb_ms{ font-size: 1rem; line-height: 22px; padding-top: 10px;}
.indb_r{margin-top: 15px; padding-bottom: 30px;}
.indb_pic{ float: none; width: auto;margin-bottom: 20px;}
.indb_wb{ width: auto; background: none; border-top: none; margin-top: 20px; padding: 0;}
.indb_li,.indb_js{ display: none;}
.pro-canshu .indb_li{display: block;}
.indb_slt{ padding: 28px 1% 0 1%; position:absolute; position: absolute; bottom: -15px; left: 0; width: 98%;}
.indb_slt p{ float: left; border: 1px solid #999; width: calc( 24% - 2px); margin-bottom: 20px; margin-left: 1.333%;}
.indb_slt p:nth-child(1){ margin-left: 0;}
.indb_slt p:nth-child(2n){ margin-left: 1.333%;}
.indb_slt p img{ display: block; width: 100%;}
.indb_jt{ width: 100%; bottom: 30%;}
.indb_jt a.next{ margin-left: 0px; float: right;}
}
.product-section{background: url(../images/cpbg.jpg) no-repeat center bottom #f7fcff;
    width: 100%;
    padding: 80px 0 10px 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 16%);}