* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", "\5b8b\4f53", "微软雅黑", 'STHeiti', "SimHei", "黑体";
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

img {
	border: none;
}
a img {
	border: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #ec0004;
	text-decoration: none;
}
a:active {
	color: #333333;
}
p, div {
	color: #333;
	font-size: 12px;
}
table {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
    color:#333333;
    border-width: 1px;
    border-color: #e0e0e0;
    border-collapse: collapse;
	margin-bottom: 20px;
}
table th {
    border-width: 1px;
    padding: 10px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #dedede;
}
table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #e0e0e0;
    background-color: #ffffff;
}
table td p{
	margin-bottom: 5px !important;
}
table td,table th{
	font-size: 14px;
}
strong{
	font-weight:bold;
	}

.iconfont{
	font-size: 24px;
	color: #fff;
}

.container:after,.pro-list:after,.nav-list:after,.inner-content:after,.honor-list:after, .i-process:after, .i-contact:after{
	content: "";
	display: table;
	clear: both;
}
html{
	height: 100%;
}
body {
	min-width: 1200px;
	background: #f5f5f5;
	display: flex;
    flex-direction: column;
    min-height: 100%;
}
.container{
	width:1200px;
	min-width: 1200px;
	margin:0 auto;
	}
@keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
 @-webkit-keyframes caption-down {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0, -100%, 0);
		transform:translate3d(0, -100%, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
.slide-full{
	width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 10;
	background: rgba(0, 0, 0, 0.15);
}

.top{
	width: 100%;
	height: auto;
	padding:15px 35px;
	background: #910100;
	top: 0;
	display: flex;
	align-items: flex-start;
	align-items: center;
	justify-content: space-between;
	z-index: 9999;
}
.top .logo{
	width: 200px;
}
.top .logo img{
	display: block;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast; 
	image-rendering: crisp-edges; 
	-ms-interpolation-mode: nearest-neighbor; 
}
.nav-list{
	text-align: right;
    padding: 10px 0;
}
.nav-list>li{
	display: inline-block;
	position:relative;
	padding:0 30px;
	vertical-align: middle;
	}
.nav-list>li>a{
	position:relative;
	display:inline-block;
	color: #fff;
	line-height:40px;
	font-size: 15px;
	overflow:hidden;
	}

.nav-list>li>a:hover{
	text-decoration:none;
	}
.nav-list>li>a span{
	display:block;
	color:#fff;
	padding:0 3px;
	font-size:15px;
	transition: all ease-out .3s;
	}
.nav-list>li>a div{
	width:0;
	border-bottom:1px solid #fff;
	margin:10px auto 0 auto;
	transition: all ease-out .3s;

	}
.nav-list>li>a span:after {
    content: attr(data-title);
    position: absolute;
    color: #ffc7c7;
    left: 0;
	right:0;
	text-align:center;
    transform: translateY(100%);
    width: 100%;
}

.nav-list>li>a:hover span,.nav-list>li:hover span,.nav-list>li>a.cur span{
	color:#fff;
	transform: translateY(-100%);
  }
.nav-list>li>a:hover div,.nav-list>li:hover>a>div, .nav-list>li>a.cur div{
	width:100%;
	}
.nav-list>li.active>a span{
	color:#fff;
}
.down-menu{
	display:none;
	position:absolute;
	padding-top:5px;
	left:0;
	right:0;
	margin:auto;
	z-index:999999;
	}
.down-menu-list{
	padding:7px 0;
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0 !important;
	background: #fff;
	filter:Alpha(opacity=85);
	border-radius:0 0 5px 5px;
	}
.down-menu-list a{
    display: block;
    color: #ed0200;
    border-bottom: 1px solid #ffb4b5;
    font-size: 13px;
    padding: 7px 0;
    text-align: center;
	}
.down-menu-list a:hover{
	color:#fff;
	background:#c10d00;
	text-decoration:none;
	}
.down-menu-list a:last-child{
	border-bottom:none;
	}


.top .right-group span.iconfont{
	color: #fff;
    font-size: 30px;
}

.top.cur {
	position: fixed;
  	-webkit-animation: caption-down .5s;
    animation: caption-down .5s;
	padding: 10px 25px;
	z-index: 999999;
	top: 0;
	left: 0;
	right: 0;
	align-items: center;
}
.top.cur .logo{
	width: 180px;
	height: auto;
	transition: all .5s ease;
}

.top.cur .right-group .language{
	display: none;
}
.top.cur .right-group .tel{
	margin-top: 0;
	font-size: 20px;
	background: rgb(255, 170, 0);
}
.top.cur .right-group .tel img{
	width: 35px;
}
.bd{
	position: relative;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  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;
  overflow: hidden;
}
.swiper-slide img{
	display: block;
	}

.cus-arrow .swiper-container .hide{
	opacity:0;
}
.cus-arrow .swiper-button-next, .cus-arrow .swiper-button-prev{
	transition:opacity 0.5s;
}
.cus-arrow .swiper-button-prev {
	left: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.cus-arrow .swiper-button-next {
	right: 30px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}
.cus-arrow .swiper-button-next, .cus-arrow .swiper-button-prev {
	width: 18px !important;
	height: 29px !important;
	background-size: 18px 29px !important;
}
.cus-arrow .swiper-button-prev:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
.cus-arrow .swiper-button-next:hover {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e25050'%2F%3E%3C%2Fsvg%3E") !important;
}
.cus-arrow .swiper-pagination-bullet-active{
    background: #ec0004;
}
.banner{
	position: relative;
    width: 100%;
    overflow: hidden;
	background-size: cover;
    background-attachment: fixed;
    background-image: url(/static/home/pc/images/banner-img.jpg);
    background-position: center center;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.bd-content h2{
	font-size: 60px;
	font-weight: bold;
	color: #f7c27e;
	/* background: center center #f7c27e;
	background: linear-gradient(to bottom, #fff0ce, #ffdb9b 40%, #ffce88);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent; */

	margin-bottom: 40px;
}
.bd-content p{
	font-size: 90px;
	font-weight: bold;
	color: #f7c27e;
}
.bd-nav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 22, 22, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bd-nav a{
    width: 25%;
	padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    border-right: 1px solid #ff5254;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

}
.bd-nav a:hover{
	background: #930007;
}
.bd-nav a:last-child{
	border-right: none;
}
.bd-nav a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.bd-nav a span.iconfont{
	font-size: 18px;
	color: #fff;
	margin-left: 6px;
}
/* .banner .slide-full, .i-banner .slide-full{
	background: rgba(0, 0, 0, 0.2);
} */
.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 35px !important;
	left: 0;
	right: 0;
	text-align: center;
}
.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px !important;
	opacity: 1;
}
.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}
.banner-paper .swiper-pagination-bullet-active {
    border: solid 2px #ec0004;
    border-radius: 50%;
    background: none;
}
.search-content{
    position: fixed;
	top: 90px;
    right: 0;
    left: 0;
    bottom: 0;
	display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.search-box{
	position: absolute;
    z-index: 99;
    display: flex;
    align-items: center;
	height: 60px;
}
.search-btn{
	display: flex;
	align-items: center;
	height: 100%;
	background: #dd0000;
	padding: 5px 20px;
	border-radius: 0 5px 5px 0;
}
.search-btn .icon{
	font-size: 26px;
	color: #fff;
}
.search-input{
    width: 630px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-right: none;
	height: 100%;
    border-radius: 5px 0 0 5px;
    outline: none;
}
.search-content .slide-full{
	background: rgba(0,0,0,.8);
}
.slogan-box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}
.slogan p, .slogan h2{
	text-align: center;
	color: #fff;
	text-shadow: 0 0 #bea89f;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase
}
.slogan h2{
	margin-top: 20px;
	font-size: 60px;
	color: #ec0004;
}
.company{
	margin-top: 30px;
}
.about-content{
	display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.about-content .picture {
    width: 580px;
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.about-content .picture img{
	display: block;
	width: 100%;
}
.about-content .text {
    flex: 1;
	overflow: hidden;
}
.about-content .text .more{
	text-align: left;
}
.about-content .text p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.information{
	padding: 30px 0;
}
.information .container{
	display: flex;
	justify-content: space-between;
}
.bidding{
	width: 800px;
}
.bidding, .news{
	height: 395px;
	background: #fff;
}
.news{
	flex: 1;
	margin-left: 30px;
	overflow: hidden;
}
.card{
    background: #fff;
    padding: 20px 10px 15px 10px;
    border-radius: 5px;
    overflow: hidden;
}
.card-tit{
    display: flex;
    align-items: center;
    padding-right: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}
.card-left,.card-right {
	display: flex;
	align-items: center;
	font-size: 14px;
}
a.card-right:hover .icon{
	color: #ec0004;
}
.catelog-list a{
	font-size: 14px;
	margin: 0 5px;
	border: 1px solid #fff;
    padding: 4px 7px;
	color: #777;
	-webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.card-left h2{
	font-size: 18px;
}
.card-left .icon{
	font-size: 26px;
	margin-right: 5px;
	color: #ec0004;
}
.card-right{
	color: #777;
}
.card-right .icon{
	color: #777;
	font-size: 16px;
}
.catelog-list{
	margin-left: 10px;
}
.catelog-list a.active, .catelog-list a:hover{
	cursor: pointer;
	color: #ec0004;
	border: 1px solid #ec0004;
    border-radius: 40px;
}
/* .catelog-list a:not(.active):hover{
	color: #fff;
	background: #ec0004;
	border: 1px solid #ec0004;
	border-radius: 30px;
	overflow: hidden;
} */
.card-content{
	padding: 20px 10px 10px 15px;
}
.article-page li{
	display: none;
}
.article-page li.show{
	display: block;
}
.bidding .card .card-content .article-page .article-list{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bidding .card .card-content .article-page .article-list a{
	width: 47%;
}
.article-list a{
	position: relative;
    display: flex;
    justify-content: space-between;
    text-shadow: 0 1px 0 #fff;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #e7e7e7;
}
.article-list a:before {
    position: absolute;
    content: '';
    top: 7px;
    left: -12px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
	background: #ec0004;
}
.article-list a h3{
	flex: 1;
	font-size: 14px;
	color: #333;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.article-list a .time{
    width: 105px;
    font-size: 13px;
    color: #777;
    text-align: right;
}
.article-list a:hover h3, .article-list a:hover span{
	color: #ec0004;
}
.index-tit{
	text-align: center;
}
.index-tit h2{
	position: relative;
	display: inline-block;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	text-transform: uppercase;
}
.index-tit h2::after{
	content: "";
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    background: #ec0004;
    z-index: -1;
}
.more{
	display: flex;
    width: 120px;
    height: 38px;
    border: 1px solid rgba(147, 147, 147, .5);
    color: #555;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    transition: all .2s ease 0s;
    margin-top: 20px;
	border-radius: 20px;
    cursor: pointer;
}
a.more:hover {
    border-color: #ec0004;
    background: #ec0004;
	color: #fff;
	text-decoration: none;
}
a.more:hover span{
	color: #fff;
}
.more span{
	padding-left: 5px;
    color: #555;
    font-size: 18px;
}
.honor .card-content{
	padding: 20px 5px 10px 5px;
}
.honor-list dl{
    position: relative;
    width: 277px;
	padding: 10px;
	border-radius: 5px;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.honor-list dl:hover{
	-webkit-box-shadow: 0 15px 30px rgb(60 ,60, 60,0.2);
    box-shadow: 0 15px 30px rgb(60 ,60, 60,0.2);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}
.honor-list dl dt{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 257px;
	height: 176px;
	overflow: hidden;
	background: #fff;
}

.honor-list dl dt img{
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s ease-out;
	-moz-transition: transform 0.5s ease-out;
	-ms-transition: transform 0.5s ease-out;
	-o-transition: transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

.honor-list dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}
.honor-list dl dd{
	font-size: 15px;
	padding: 20px 0;
    color: #000;
    text-align: center;
	text-shadow: 0 1px 0 #fff;
}
.honor-list dl:hover dd{
	color: #fff;
	background: #ec0004;
	text-shadow: none;
}
.honor-list .swiper-container {
    padding-bottom: 50px;
	overflow: revert;
}
.honor-list .swiper-pagination-bullet-active{
	background: #ec0004;
}
.honor .more{
	margin: 0 auto;
	margin-top: 20px;
}
#contact{
	position: relative;
	padding: 50px 0 60px 0;
	background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/contact-bg.jpg);
    background-position: center center;
	z-index: 9;

}
#contact .slide-full{
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}
.contact-tit{
	padding: 0 0 20px 0;
}

.contact-tit h2{
    display: inline-block;
	padding-left: 5px;
    font-size: 26px;
	font-weight: bold;
}
#contact .index-tit h2{
	color: #fff;
}
.contact{
	margin-top: 35px;
}
.contact-box{
	padding: 30px;
	margin-top: 40px;
    border-radius: 5px;
    background: rgb(255, 255, 255, .9)
}
.contact-list{
	flex: 1;
	padding-top: 15px;
	border-right: 1px solid #dfdfdf;
}
.contact-content{
	display: flex;
	justify-content: center;
	height: 100%;
}
.contact-content dl{
	width: 25%;
	padding: 20px 10px;
}
.contact-content dl dd.address{
	font-size: 18px;
}
.contact-content dl dt, .contact-content dl dd{
    text-align: center;
    font-size: 20px;
}
.contact-content dl dt span.iconfont{
	color: #ec0004;
	font-size: 40px;
}
.contact-content dl dt p{
    margin-top: 10px;
    font-size: 16px;
    color: #777;
}
.contact-content dl dt{
	margin-bottom: 10px;
}
.link{
	margin-top: 35px;
	margin-bottom: 35px;
}
.link-tit{
	display: flex;
	align-items: center;
}
.link-tit h3, .link-tit span{
	color: #ec0004;
	font-size: 20px;
}
.link-tit span.icon{
	font-size: 28px;
}
.link-content{
    margin: 0 -10px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}
.link-content a{
    font-size: 14px;
    color: #888;
	margin-right: 10px;
	margin-left: 10px;
}
.link-content a:hover{
	color: #ec0004;
}
.submit-info{
	width: 450px;
	padding: 10px 25px 25px 40px;
}
.submit-info h3{
	font-size: 18px;
	text-align: center;
}
.form-list{
	margin-top: 30px;
}
.form-list li{
	margin-bottom: 10px;
}
.form-list li:last-child{
	margin-bottom: 0;
}
.form-list li input{
	height: 38px;
}
.form-list li textarea{
	height: 80px;
	padding: 5px 0;
}
.form-list li input, .form-list li textarea{
	width: 100%;
	padding-left: 10px;
	border: 1px solid #e3e3e3;

}
.submit-btn{
	margin-top: 15px;
	text-align: center;
}
.custom-btn{
	display: inline-block;
	width: 100px;
	height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 18px;
    background-color: #ec0004;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
	outline: 0;
}
.custom-btn:hover{
	background: #f93;
}
input::-webkit-input-placeholder {
	font-size: 16px;
    color : #a7a7a7;
}
textarea::-webkit-input-placeholder {
	font-size: 16px;
    color : #a7a7a7;
}
:-moz-placeholder {
	font-size: 16px;
    color : #a7a7a7;
}

::-moz-placeholder { 
	font-size: 16px;
    color : #a7a7a7;
}

input:-ms-input-placeholder {
	font-size: 16px;
    color : #a7a7a7;
}

input::-ms-input-placeholder {
	font-size: 16px;
    color : #a7a7a7;
}

#partner{
	padding: 50px 0;
}
.partner-tit{
	margin-bottom: 40px;
}
.partner-tit h2{
	font-size: 20px;
	text-align: center;
}
.partner-list {
	margin-top: 40px;
}

.partner-list dl {
	position: relative;
	text-align: center;
	width: 240px;
	min-height: 80px;
	border: 1px solid #f7f7f7;
	margin-left: -1px;
	margin-bottom: -1px;
	float: left;
	-webkit-transition: all .8s ease-in-out 0s;
	-moz-transition: all .6s ease-in-out 0s;
	transition: all .6s ease-in-out 0s;
	overflow: hidden;
}
.partner-list dl dt {
	width: 100%;
	height: 100%;
	transition: all .8s;
}

.partner-list dl dt img {
	display: block;
	width: 218px;
	margin: 0 auto;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;	
}
.partner-list dl:hover{
	cursor: pointer;
}
.partner-list dl:hover dt img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;	
}
.partner-list dl dd {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	overflow: hidden;
	color: #fff;
	transition: all 1.28s ease;
}

.partner-list dl dd h3 {
	margin: 0 0 6px 0;
	width: 100%;
	opacity: 0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	text-shadow: 0 0 1px #c1a67c;
	transition: opacity .2s ease;
}
.partner-list dl dd p {
	top: 45%;
	opacity: 0;
	font-size: 14px;
	text-shadow: 0 0 1px #c1a67c;
	color: #e7eefb;
	transition: all .5s ease .38s;
}
.i-banner{
	position: relative;
    min-width: 1200px;
    display: flex;
    height: 500px;
    justify-content: center;
	align-items: center;
    overflow: hidden;
	}
.i-banner .bd-content h2{
	font-size: 50px;
}
.i-banner .bd-content p{
	font-size: 80px;
}
.inner{
	padding: 40px 0;
	background: #f3f3f3;
}
.i-bread-nav{
	display: flex;
	align-items: center;
}
.i-bread-nav .icon{
	color: #000;
	margin-right: 3px;
}
.i-bread-nav p span{
	font-family: serif;
}
.i-bread-nav img{
	display: inline-block;
	width: 25px;
    vertical-align: middle;

}
.i-bread-nav p{
	display: inline-block;
	font-size: 14px;
	padding-left: 3px;
	text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
}
.inner-content{
	position: relative;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 3px 5px #e0e0e0;
	border-radius: 5px;
}
.honor-content{
	padding: 20px 10px 0 10px;
	box-shadow: none;
}
.page-content{
	padding: 20px 30px;
}
.i-page-tit{
	margin: 15px 0 20px 0;
}
.i-page-tit h1{
	font-size: 40px;
    color: #ec0004;
    text-align: center;
    font-weight: bold;
}
.page-box{
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 1000px;
	margin: 0 auto;
    overflow: hidden;
}
.page-pic {
	width: 400px;
    text-align: center;
	margin-right: 50px;
}
.page-pic img{
	width: 100%;
}
.page-detail{
	flex: 1;
}
.page-detail p{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.i-odd{
	margin-top: 60px;
}
.i-odd-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 40px;
}
.i-odd-list dl{
	width: 18.5%;
	padding: 30px 25px 25px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	border: 1px solid #ededed;
	border-radius: 5px;
}
.i-odd-list dl:hover{
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}
.i-odd-list dl dt{
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 27px;
	overflow: hidden;
}
.i-odd-list dl dt span.iconfont{
	font-size: 46px;
	color: #ec0004;
}
.i-odd-list dl dd{
	text-align: center;
}
.i-odd-list dl dd{
	font-size: 16px;
    color: #666;
	text-align: center;
    font-weight: 400;
	text-shadow: 0 1px 0 #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.i-left{
	position: absolute;
	width: 280px;
	min-height: 300px;
	padding: 30px 20px;
	border-right: 1px solid #eee;
	top: 0;
	left: 0;
	bottom: 0;
}
.i-tit{
	margin-bottom: 20px;
}
.i-tit h3{
	font-size: 16px;
}
.i-line{
    width: 28px;
    height: 2px;
    background: #ec0004;
	border-radius: 2px;
	margin: 10px 0;
}

.i-left-list a{
	display: block;
	font-size: 14px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.i-left-list a:hover{
	text-decoration: none;
	border-bottom: 1px solid #ec0004;
}
.i-right{
	width: 920px;
	padding: 30px;
	float: right;
}
.article-meta {
    font-size: 14px;
    line-height: 40px;
    color: #666666;
    text-align: center;
}
.i-details{
	padding-top: 40px;
    text-align: justify;
}
.i-details h1{
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.i-details p{
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px
}
.i-details-con{
	padding-top: 30px;
	font-size: 16px;
}
.i-details-con table{
	margin-top: 15px;
}
.i-details-con ul li{
	position: relative;
    padding-left: 40px;
}
.i-details-con ul li::before{
	position: absolute;
    content: '';
    top: 7px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #fff;
    border: 2px solid #ec0004;
    left: 15px;
}
.i-details-con img, .i-details p img{
	max-width: 860px;
	vertical-align: top;
}
.i-menus-list{
	padding: 20px;
	margin-top: 0;
}
.i-menus-list dl{
	margin: 0 10px 20px 10px;
}

.i-news a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.i-news a:last-child{
	border-bottom: none;
}
.i-news a:hover{
	text-decoration: none;
}
.i-news a h3{
	flex: 1;
	box-shadow: 0 1px 0 #fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.i-news a span.time{
    width: 90px;
	color: #8d8d8d;
	margin-left: 40px;
    font-size: 14px;
}

.i-news a:hover  h3, .i-news a:hover .time{
	color: #dd0000;
}
.i-honor-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.i-honor-list dl{
	margin: 0 9px 20px 9px;
}
.pro-show h1 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
}
.pro-show-pic{
    width: 600px;
    height: 430px;
    margin: 0 auto;
}
.pro-show-pic .pro-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pro-show-pic img{
	width: 100%;
}
.pro-details{
	margin-top: 15px;
}
.pro-details p{
	font-size: 24px;
	line-height: 1.5;
}

.i-contact-inner-content{
	padding-top: 40px;
}
.footer{
    position: relative;
    padding: 15px 0;
    background: #ad0000;
    z-index: 99;
	border-top: 1px solid #db1c21;
	margin-top: auto;
	}
.footer-content{
	display: flex;
	justify-content: space-between;
}
.footer-content .social-icons{
	margin-top: 0;
}
.f-left{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.f-left dl{
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.f-left dl dd{
	width: 380px;
	font-size: 14px;
    color: #ffbcbc;
	/* flex: 1; */
}
.f-left dl dt{
    text-align: center;
    font-size: 20px;
}
.f-left dl dt span.iconfont{
	color: #ff8f8f;
	font-size: 20px;
	margin-right: 5px;
}
.f-left dl dt p{
    font-size: 14px;
    color: #ff8f8f;
}
.f-left dl dt{
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 75px;
}
.f-right{
	flex: 1;
}
.f-right p{
	margin-bottom: 5px;
}
.f-right p, .f-right p a{
	font-size: 14px;
	text-align: right;
	color: #ffbcbc;
}
.copy{
	min-width: 1200px;
	padding: 10px;
	background: #000;
	border-top: 1px solid #444;
}
.copy p,.copy p a{
	text-align: center;
	color: #767676;
	font-size: 12px;
	margin-bottom: 3px;
}
@-webkit-keyframes move {
	0% {
	left:-38px;
	opacity:.6
	}
	25% {
	left:100%;
	opacity:.2
	}
	50% {
	left:100%;
	opacity:.2
	}
	75% {
	left:-38px;
	opacity:.6
	}
	to {
	left:-38px;
	opacity:.6
	}
}
@keyframes move {
	0% {
	left:-38px;
	opacity:.6
	}
	25% {
	left:100%;
	opacity:.2
	}
	50% {
	left:100%;
	opacity:.2
	}
	75% {
	left:-38px;
	opacity:.6
	}
	to {
	left:-38px;
	opacity:.6
	}
}
