body,
html {
	width: 100%;
	height: 100%;
}

.img {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #ccc;
}

.img .pic {
	width: 100%;
}

.img .pic img {
	width: 100%;
}

.index-banner-swiper {
	width: 100%;
	position: relative;
}

.index-banner-item {
	position: relative;
	overflow: hidden;
}

.index-banner-item .text {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-70%);
	z-index: 11;
	color: #fff;
	text-align: center;
}

.index-banner-item .title-1 {
	line-height: 70px;
}

.index-banner-item .title-2 {
	margin-top: 1%;
}

.index-banner-swiper .swiper-slide {
	height: initial;
}

.index-banner-swiper .swiper-slide .title-1,
.index-banner-swiper .swiper-slide .title-2 {
	opacity: 0;
	transform: translateY(-60px);
	transition: opacity .8s linear, transform .8s cubic-bezier(.215, .61, .355, 1);
}

.index-banner-swiper .swiper-slide .title-2 {
	transition-delay: .4s;
}

.index-banner-swiper .swiper-slide-active .title-1,
.index-banner-swiper .swiper-slide-active .title-2 {
	transform: translateY(0px);
	opacity: 1;
}

.index-banner-swiper .banner-pagination {
	bottom: 5%;
}

.index-banner-swiper .banner-pagination span {
	width: 50px;
	height: 4px;
	border-radius: 0;
	background: #fff;
	opacity: .5;
}

.swiper-ctrl {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 5%;
	z-index: 11;
	font-size: 0;
	text-align: center;
}

.scroll-center {
	margin: auto;
	text-align: center;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}


/*.scroll-center::after {
	content: '';
	width: 640%;
	height: 1px;
	position: absolute;
	left: 120%;
	top: 50%;
	opacity: .4;
	background: #fff;
}*/

.scroll-center .scroll-1 {
	text-transform: uppercase;
	color: #fff;
	position: relative;
	font-size: 16px;
}

.scroll-center .scroll-1::before {
	content: '';
	width: 1px;
	height: 40px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -55px;
	opacity: .5;
}

.scroll-center .scroll-1::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: -55px;
	opacity: 1;
	z-index: 11;
}

.number-prevnext {
	text-align: center;
	position: absolute;
	font-size: 0;
	right: 9%;
	top: 50%;
	margin-top: -12.5px;
}

.number-prevnext::before {
	content: '';
	width: 200%;
	height: 1px;
	position: absolute;
	left: 110%;
	top: 50%;
	opacity: .4;
	background: #fff;
}

.number-prevnext .number-1 {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	margin-right: 10px;
	font-size: 16px;
}

.swiper-banner-prev,
.swiper-banner-next {
	width: 10px;
	height: 17px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 28px;
	cursor: pointer;
}

.swiper-banner-prev:hover,
.swiper-banner-next:hover {
	opacity: .5;
}

.swiper-banner-prev {
	background: url('../images/l1.png') center no-repeat;
	background-size: 100%;
}

.swiper-banner-next {
	background: url('../images/r1.png') center no-repeat;
	background-size: 100%;
}

.left-pagination {
	position: absolute;
	left: 9%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
}

.left-pagination::before {
	content: '';
	width: 250%;
	height: 1px;
	position: absolute;
	right: 105%;
	top: 50%;
	opacity: .4;
	background: #fff;
}

.left-pagination .rline {
	height: 1px;
	position: absolute;
	left: 105%;
	top: 50%;
	opacity: 0;
	background: #fff;
	width: 0;
	transition: all .4s ease;
}

.index-banner-swiper .banner-pagination {
	text-align: center;
	left: auto;
	bottom: auto!important;
	right: auto!important;
	left: auto!important;
	width: auto;
	color: #fff;
	width: auto;
	transform: none;
	position: relative
}

.index-banner-swiper .banner-pagination span {
	opacity: 1;
	margin: 0 3px!important;
	position: relative;
	width: 32px;
	height: 32px;
	background: transparent;
	display: inline-block;
	vertical-align: middle;
}

.index-banner-swiper .banner-pagination span::before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	background: #fff;
	transition: all .4s ease;
	opacity: .5;
}


/*.index-banner-swiper .banner-pagination span::after {
	content: '';
	width: 27px;
	height: 27px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 2px solid rgba(255, 255, 255, .5);
	opacity: 0;
	transition: all .4s ease;
}*/

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::before {
	background: #fff!important;
	opacity: 1;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active::after {
	opacity: 1;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .content {
	opacity: 1;
}

.index-banner-swiper .banner-pagination span .content {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .4s ease;
	z-index: 11;
}

.index-banner-swiper .banner-pagination span .left {
	left: 0;
}

.index-banner-swiper .banner-pagination span .right {
	right: 0;
}

.index-banner-swiper .banner-pagination span .circle {
	position: absolute;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid transparent;
	transform: rotate(135deg);
	box-sizing: border-box;
}

.index-banner-swiper .banner-pagination span .left-circle {
	left: 0;
	border-top-color: #fff;
	border-left-color: #fff;
}

.index-banner-swiper .banner-pagination span .right-circle {
	right: 0;
	border-bottom-color: #fff;
	border-right-color: #fff;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .left-circle {
	animation: circleleft 4s linear forwards;
}

.index-banner-swiper .banner-pagination span.swiper-pagination-bullet-active .right-circle {
	animation: circleright 4s linear forwards;
}

@keyframes circleright {
	0% {
		transform: rotate(135deg);
	}
	50%,
	100% {
		transform: rotate(315deg);
	}
}

@keyframes circleleft {
	0%,
	50% {
		transform: rotate(135deg);
	}
	100% {
		transform: rotate(315deg);
	}
}

.index-banner-item .title-1 {
	font-weight: bold;
	font-size: 50px;
}

.index-banner-item .title-2 {
	font-size: 40px;
}

.index-banner-item-left .text {
	text-align: left;
}


/**/


/**/

header {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	transition: all .3s;
	background: #fff;
	height: 88px;
}

.fupad {
	display: flex;
	outline: 0;
}

.header-box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
	height: 88px;
	transition: all 0.3s;
}

.pc_header .header-box.active {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10000;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

header .header-box>.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-btn.lang_cn {
	padding: 0 30px 0 29px;
}

.header-btn.lang_cn a {
	display: flex;
	align-items: center;
	color: #888;
}

.header-btn.lang_cn i {
	margin-right: 8px;
	font-size: 16px;
}

header .nav-link {
	position: relative;
	display: flex;
	height: 100%;
	color: #666;
	height: 88px;
	font-size: 16px;
	padding: 0 24px!important;
	align-items: center;
}

header .nav-link:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 0;
	height: 3px;
	background: #a03740;
	transition: all 0.3s;
}

.nav-item:hover>a.nav-link:before {
	width: 100%;
	transition: all 0.5s;
}

header .nav-item:hover .nav-link,
.header-btn.lang_cn a:hover {
	color: #a03740;
}

.header-btn.phone {
	position: relative;
	padding: 0 30px;
}

.header-btn.phone .phone1,
.header-btn.phone:hover .phone2 {
	display: block;
}

.header-btn.phone .phone2,
.header-btn.phone:hover .phone1 {
	display: none;
}

.header-btn.phone:before,
.pc_title_right:before
/* .moblie_title_right:before */ {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 18px;
	background: rgba(0, 0, 0, 0.2);
}

.header-btn.phone:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
	width: 1px;
	height: 18px;
	background: rgba(0, 0, 0, 0.2);
}

.pc_title_right {
	position: relative;
	display: block;
	width: 80px;
	height: 20px;
	cursor: pointer;
}

.pc_title_right:hover .menuicon,
.pc_title_right:hover .menuicon:before,
.pc_title_right:hover .menuicon:after {
	background: #a03740;
}

nav.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

ul.navbar-nav {
	width: 100%;
	justify-content: space-between;
}

.pc_header .nav-item::after {
	display: none;
}

.pc_header .nav-item .dropdown-toggle::after {
	display: none;
}

.pc_header .nav-item:last-child::after {
	width: 0;
	height: 0;
}

.dropdown-menu.dropdown-menu_box li {
	list-style: none;
}

.dropdown.nav-item .dropdown-menu {
	width: 260px;
	left: 50%;
	margin-left: -130px;
	margin-top: 0;
}

.dropdown.nav-item:hover .dropdown-menu,
.dropdown.nav-item .dropdown-menu:hover {
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none;
	background: #a03740;
	border-radius: 0;
	padding: 0;
	line-height: 40px;
	text-align: left;
}

.nav-item .dropdown-menu a.dropdown-item:hover {
	background: #a03740;
}

.dropdown.nav-item .dropdown-menu a {
	position: relative;
	color: #fff;
	white-space:initial;
	padding:15px;
	line-height:24px;
	border-top: 1px rgba(255, 255, 255, .2) solid;
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	overflow: hidden;
}

.nav-item .dropdown-menu a.dropdown-item:after {
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
	height: 100%;
	left: -140%;
	opacity: .4;
	position: absolute;
	top: 0;
	transform: skew(-38deg, 0deg);
	-webkit-transform: skew(-38deg, 0deg);
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 120%;
	border-right: 15px #fff solid;
}

.nav-item .dropdown-menu a.dropdown-item:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.dropdown-menu_box>i {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	z-index: 2;
	font-size: 20px;
	color: #1557cc;
}

/**/
.hide-contact{
	display: flex;
	position: fixed;
	top: 86px;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index:-1;
	border-top: 1px solid #EAEAEA;
	transform: translateY(100%);
	transition: all 0.3s;
	opacity: 0;
}
.hide-contact.cur{
	transform: translateY(0%);
	opacity: 1;
	transition: all 0.3s;
	z-index: 99999999999;
}
.hide-contact .container {
	position: relative;
    display: flex;
    justify-content: space-between;
}
.hide-contact .menuicon,
.hide-contact .pc_title_right:hover .menuicon{
	background: #fff;
	
	margin-top:6px;
}
.hide-contact .container .close{
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: 5%;
	border: 1px solid #aaa;
	display: flex;
	border-radius: 50%;
}
.hide-contact .container .close:hover{
	border-color: #A03740;
}
.hide-contact .container .close .pc_title_right:before{
	opacity: 0;
}
.hide-contact .container>.contact_div{
	display: flex;
    border-right: 1px solid #EAEAEA;
    margin-right: 5%;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.hide-contact .container>.contact_div:last-child{
	border: none;
	margin-right: 0;
}
.hide-contact .container>.contact_div>div{
	min-height: 390px;
}
.hide-contact .zx a{
	display: inline-block;
	margin-top: 30px;
	font-size: 30px;
	color: #A03740;
}
.hide-contact .zx a span{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
}
.hide-contact h5{
	margin-bottom:40px;
}
#feedback2 .form-textarea{
	height:90px;
	outline: 0;
}
#feedback2 .form-control{
	padding: 10px;
	height: 45px;
	outline: 0;
}
#feedback2 .feedback-submit{
	width: 180px;
	height:45px;
}
/**/

.hide-manu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #A03740;
	z-index: 999999999999999999999999999999;
	transform: translateX(100%);
	transition: all 0.3s;
}

.hide-manu .pc_title_right:before {
	display: none;
}

.hide-manu .pc_title_right:hover .menuicon:before,
.hide-manu .pc_title_right:hover .menuicon:after,
.hide-manu .pc_title_right .menuicon,
.hide-manu .pc_title_right .menuicon:before,
.hide-manu .pc_title_right .menuicon:after {
	background: #fff;
}

.hide-manu .pc_title_right:hover .menuicon,
.hide-manu .pc_title_right .menuicon {
	background: #A03740;
}

.hide-manu .pc_title_right .menuicon:before,
.hide-contact .pc_title_right .menuicon:before{
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hide-manu .pc_title_right .menuicon::after,
.hide-contact .pc_title_right .menuicon:after{
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}

.hide-manu.cur {
	display: block;
	transform: translateX(0%);
	transition: all 0.3s;
}

.hide-manu header {
	background: none;
}

.hide-manu ul h5,
.hide-manu ul h5 a {
	color: #fff;
}

.hide-manu ul:after,
.hide-manu ul li:after,
.honor-img:after{
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.hide-manu .container {
	display: flex;
	align-items: center;
	height: 100%;
}

.hide-manu ul {
	display: block;
	width: 100%;
}

.hide-manu ul li {
	position: relative;
	float: left;
	padding-left: 50px;
	width: 33.33333%;
	margin-bottom: 40px;
}

.hide-manu ul li span {
	font-family: Impact;
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 4px;
	color: #fff;
}

.hide-manu ul li h5 {
	margin-bottom: 30px;
	font-size: 26px;
}
.hide-manu ul li h5 a{
	color:#fff;
	opacity:1;
}
.hide-manu ul li a {
	color: #fff;
	opacity: 0.8;
}

.hide-manu ul li a:hover {
	opacity: 1;
	text-decoration: underline;
}


/**/

.mobile_header {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 10000000000000000000;
}

.mobile_header a {
	color: #333333;
}

.mobile_header .lang_cn a {
	color: #888;
}

.mobile_header_title {
	display: flex;
	height: 70px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	justify-content: space-between;
	align-items: center;
}

.mobile_header .flex {
	display: flex;
	padding-right: 20px;
	align-items: center;
	justify-content: flex-end;
	min-width: 200px;
}

.mobile_header_title .moblie_title_left img {
	display: inline-block;
	height: 30px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header dl {
	display: flex;
	margin-bottom: 0;
}

.mobile_header dl dd {
	margin-bottom: 0;
	margin: 0 10px;
}



.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	line-height: 36px !important;
}

.moblie_title_left {
	padding-left: 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	position: relative;
	padding-left: 20px;
	width: 50px;
	text-align: center;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -1px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}


/**/

#banner-img {
	position: relative;
	width: 100%;
	background: #fff;
}

.container-banner {
	position: relative;
	display: flex;
	z-index: 2;
	width: 100%;
	padding-top: 100px;
	min-height: 400px;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.container-banner h3 {
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	opacity: 0.1;
	margin-bottom: -30px;
}

.container-banner p {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	font-size: 30px;
	font-weight: bold;
}

.container-banner p:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 3px;
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	background: #A03740;
}

.banner-txt {
	position: relative;
	padding-top: 60px;
	z-index: 2;
}

#banner-img h2 {
	position: relative;
	z-index: 2;
	font-size: 120px;
	margin-bottom: -38px;
	font-family: "EngraversGothic-BT";
	font-weight: bold;
	color: #fff;
	letter-spacing: 10px;
}

.dh {
	padding: 10px 0;
	margin-left: 25px;
	min-width: 220px;
}

.dh em {
	display: inline-block;
	font-size: 12px;
	margin: 0 10px;
}

.dh a {
	font-size: 14px;
	color: #333;
}

#main {
	padding: 80px 0 80px;
	min-height: 500px;
	border-bottom: 1px solid #EAEAEA;
}

#main .title h2 {
	font-size: 30px;
}

.container-title {
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
	font-family: "EngraversGothic-BT";
}

.about_text p {
	margin-bottom: 20px;
	text-align: center;
}

.container-banner.jumbotron {
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.allcurmbs {
	padding: 20px 0;
	background: #F5F5F5;
}

.allcurmbs .swiper-container {
	margin: 0;
}

.allcurmbs .container-serice-container .swiper-slide {
	width: auto!important;
	background: #fff;
	border-right: 1px solid #eaeaea;
}

.allcurmbs .container-serice-container .swiper-slide:last-child {
	border: none;
}


.allcurmbs .container-serice-container .swiper-slide a {
	display: flex;
	line-height: 50px;
	height: 50px;
	padding: 0 30px;
	min-width: 160px;
	align-items: center;
	justify-content: center;
}

.allcurmbs .container-serice-container .swiper-slide a:hover {
	color: #A03740;
}

.allcurmbs .container-serice-container .swiper-slide a.active {
	color: #fff;
	background: #A03740;
}

.allcurmbs .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/**/

.warppbox {
	width: 100%;
	padding: 80px 0;
}

.title h2 {
	font-size: 36px;
	margin-bottom: 0;
	font-weight: bold;
}

.title {
	margin-bottom: 60px;
}

.title.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.more-box a {
	display: block;
	line-height: 32px;
	color: #666;
	font-size: 14px;
}

.more-box a span {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #a03740;
	border-radius: 50%;
	margin-left: 10px;
	margin-right: 50px;
}

.more-box a span:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	border: 1px solid #a03740;
	left: 50%;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
	border-radius: 50%;
}

.more-box a span:after {
	position: absolute;
	content: "";
	width: 44px;
	height: 1px;
	left: 0;
	top: 4px;
	background: #a03740;
	transition: all 0.3s;
}

.more-box a:hover {
	color: #a03740;
}

.more-box a:hover span:after {
	width: 54px;
	transition: all 0.3s;
}


/**/

.warppbox#about .title h2 {
	text-align: center;
}

.warppbox#about {
	background: url(../images/abbj.jpg) no-repeat bottom;
	background-size: cover;
}

.about-text {
	width: 60%;
	line-height: 36px;
}

.about-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

.about-num {
	border-radius: 3px;
	margin-top: 80px;
	margin-bottom: 60px;
	width: 50%;
	background: #fff;
	padding: 20px 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.about-num h5 {
	font-family: "Impact";
	font-size: 48px;
	color: #a03740;
	margin-bottom: 0px;
}

.about-num ul {
	display: flex;
	width: 100%;
	justify-content: space-around;
}

.about-num ul li.line {
	width: 1px;
	height: 80px;
	background: rgba(0, 0, 0, 0.2);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	/* Firefox 3.6 - 15 */
	background: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	/* 标准的语法 */
}

#about {
	position: relative;
	overflow: hidden;
}

.abjz {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
    max-width: 1000px;
}

/**/

.main-business ul {
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
}

.main-business ul li {
	padding-bottom: 30px;
	margin: 0 15px;
	width: calc(25% - 30px);
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #EAEAEA;
	transition: all 0.3s;
	overflow: hidden;
	min-height: 354px;
}

.main-business ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.main-img a {
	margin-top: 30px;
	display: block;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 30px;
}

.main-img a:hover {
	background: #FFFFFF;
	color: #A03740;
}

.main-business ul li .main-img h3 {
	padding:0 25px;
	font-size: 18px;
	font-weight: normal;
}

.main-business ul li .main-img img {
	width: 75%;
	max-width: 230px;
}

.main-business ul li .main-img {
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	transition: all 0.3s;
}

.main-business ul li.cur {
	padding: 0 40px 30px;
	width: calc(50% - 30px);
	transition: all 0.3s;
}

.main-business ul li.cur {
	background: #A03740;
}

.main-business ul li .bus-text {
	display: none;
	font-size:12px;
	transition: all 0.3s;
	height: 208px;
}

.main-business ul li.cur .bus-text {
	display: block;
	color: #fff;
	text-align: left;
	font-size: 14px;
	transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
}

.main-business ul li.cur .main-img {
	display: flex;
	height: auto;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s;
}

.main-business ul li.cur img {
	width:140px;
}

.main-business ul li.cur .img1,
.main-business ul li .img2,
.main-business ul li .main-img a {
	display: none;
}

.main-business ul li.cur .img2,
.main-business ul li .img1,
.main-business ul li.cur .main-img a {
	display: block;
	margin-bottom: 0;
}

.main-business ul li.cur h3 {
	color: #fff;
	padding:20px 0 0;
}


/**/

.news-swiper {
	margin-top: -15px;
	padding-bottom: 40px;
}

.news-swiper .swiper-slide a {
	display: block;
	width: 100%;
}

.news-swiper .date {
	margin-bottom: 30px;
	transition: all 0.3s;
}

.news-swiper .date h2 {
	font-size: 32px;
	color: #ddd;
	font-weight: bold;
}

.news-swiper .date p {
	font-size: 16px;
	color: #ddd;
}

.news-swiper a>.img-box {
	margin-bottom: 40px;
}

.news-title {
	position: relative;
	padding-left: 50px;
	padding-right: 20px;
	border-left: 1px solid #EAEAEA;
}

.news-title h2 {
	font-size: 22px;
	line-height: 28px;
	min-height:60px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-title p {
	line-height: 30px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.news-swiper .swiper-slide span {
	margin-top: 30px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 50%;
	width: 31px;
	height: 31px;
	color: #ccc;
	line-height: 28px;
}

.news-swiper.swiper-container {
	overflow: initial;
}

.news-swiper .swiper-slide:hover .date h2,
.news-swiper .swiper-slide:hover .date p {
	color: #ccc;
}

.news-swiper {
	position: relative;
}


/*.news-swiper:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100%;
	background: #fff;
	z-index: 10000;
}*/

.news-swiper .swiper-slide:hover span {
	border-color: #A03740;
	color: #A03740;
}

.news-title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 100%;
	width: 1px;
	background: #A03740;
	z-index: 10000;
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .news-title {
	border-color: #fff;
}

.news-swiper .swiper-slide:hover .news-title:before {
	bottom: 0;
	transition: all 0.5s;
}

.img-box {
	width: 100%;
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .img-box img {
	transform: scale(1.05);
	transition: all 0.5s;
}

.news-swiper .swiper-slide:hover .news-title h2,
.news-swiper .swiper-slide:hover .news-title p {
	color: #000;
}

.news-swiper .swiper-pagination {
	width: 100%;
	text-align: center;
	bottom: -30px!important;
}

.news-swiper .swiper-pagination-bullet {
	margin: 0 10px!important;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #A03740!important;
}


/**/

#anli {
	position: relative;
	background: url(../images/anlibj.jpg) no-repeat center fixed;
	background-size: cover;
	overflow: hidden;
}
#anli .logo-p{
	position: absolute;
	right: 10%;
	top: 15%;
}
#anli.warppbox .container {
	position: relative;
	z-index: 2;
}

.anli-label {
	position: relative;
	margin-top: 20px;
	display: flex;
	color: #fff;
	z-index: 9;
}

.anli-label img {
	margin-right: 20px;
}

.anli-label h2 {
	font-weight: bold;
	font-size: 24px;
}

.anli-label p {
	font-size: 22px;
}

.cate-item {
	text-align: center;
	color: #fff;
}

.cate-item h4 {
	margin-bottom: 0px;
	font-size: 14px;
}

.cate-item p {
	font-size: 14px;
}

.cate-item i {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.cate-item i:before {
	position: absolute;
	content: "";
	right: calc(100% + 1px);
	width: 300px;
	height: 1px;
	top: 50%;
	margin-top: -0.5px;
	background: #fff;
}

.cate-item i:after {
	position: absolute;
	content: "";
	left: calc(100% + 1px);
	width: 300px;
	height: 1px;
	top: 50%;
	margin-top: -0.5px;
	background: #fff;
}

.cate-item i span {
	display: inline-block;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

.swiper_cate_box {
	margin-top: 277px;
}

.swiper_cate_box .swiper-slide {
	overflow: hidden;
	cursor: pointer;
}

.cate-item:hover i {
	border-color: #A03740;
	transition: all 0.3s;
}

.cate-item:hover span {
	background: #A03740;
	transition: all 0.3s;
}

.cate-swiper {
	width: 100%;
	height: 100%;
}

.cate_background {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
}

.cate_background.cur {
	opacity: 1;
	transition: all 1s;
}

.cate-swiper .swiper-slide {
	position: initial;
	width: 100%;
	height: 100%;
}


/**/

.cooperation {
	background: #f5f5f5;
	overflow: hidden;
	max-height: 130px;
}

.cooperation .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cooperation_nav {
	position: relative;
	padding: 30px 0;
	background: #A03740;
	color: #fff;
	width: 326px;
	margin-right:3%;
}

.cooperation_nav:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	width: 600%;
	right: 100%;
	background: #A03740;
}

.cooperation_nav:after {
	position: absolute;
	content: "";
	left: 100%;
	top: 50%;
	margin-top: -8px;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #A03740;
	border-top: 10px solid transparent;
}

.cooperation_nav h3 {
	font-weight: bold;
	font-size: 24px;
}

.cooperation_nav p {
	font-size: 24px;
}

.cooperation-swiper img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.cooperation-swiper img:hover {
	filter:initial;
	-webkit-filter: initial;
}

/**/

.foot-nav {
	display: flex;
	margin-top: 80px;
	margin-bottom: 80px;
	justify-content: space-between;
	align-items: flex-start;
}

.foot-nav dl {
	width: 100%;
}

.foot-nav dl dt {
	position: relative;
	padding-bottom: 20px;
	margin-bottom:20px;
	font-size: 18px;
	font-weight: bold;
}
.foot-nav dl dt a{
	color:#333;
}
.foot-nav dt i {
	display: none;
	position: absolute;
	right: 0;
	width: 30px;
	top: 0;
	bottom: 0;
	text-align: center;
}

.foot-nav dl dt:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 3px;
	background: #A03740;
	left: 0;
	bottom: 0;
	z-index: 2;
}

.foot-nav dl dt:after {
	position: absolute;
	content: "";
	right: 0;
	left: 0;
	bottom: 1px;
	height: 1px;
	background: #ddd;
	z-index: 1;
}

.foot-nav dl dd {
	padding-right: 15px;
	font-size: 14px;
}

footer {
	width: 100%;
	padding: 80px 0 0;
}

.footer-one {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-one .fa-phone {
	transform: scale(1.2);
}

.footer-one ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-one ul li {
	display: flex;
	margin-left: 20px;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	background: #757676;
	border-radius: 50%;
	font-size: 20px;
}

.footer-one ul li a,
.footer-one ul li a:hover{
	color: #fff;
}
.footer-one ul li:hover{
	background:#A03740;
}
.footer-bottom {
	padding: 22px 0;
	color: #fff;
	background: #313131;
	font-size: 14px;
}

.footer-bottom .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom .container>p>a {
	display: inline-block;
}

.footer-bottom a {
	color: #fff;
}

span.zc {
	position: relative;
}

span.zc:hover {
	color: #1E99DA;
}

.y_footwz2 {
	display: none;
	position: absolute;
	background: #fff;
	padding: 9px;
	line-height: 17px;
	border-radius: 3px;
	right: 50%;
	margin-right: -90px;
	bottom: 30px;
	width: 180px;
	transition: opacity 2s;
	text-align: center;
	z-index: 8888;
}

.y_footwz2 p {
	color: #333;
}

span.zc:hover .y_footwz2,
.ewm:hover .ewm-box{
	display: block;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.ewm{
	position:relative;
}
.ewm-box{
	display: none;
	position: absolute;
	background: #fff;
	padding: 9px;
	line-height: 17px;
	border-radius: 3px;
	top:100%;
	right: 50%;
	margin-right: -90px;
	width: 180px;
	transition: opacity 2s;
	text-align: center;
	z-index: 8888;
}

/*新闻内页*/

ul.news-list {
	width: 100%;
}

ul.news-list li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

ul.news-list li {
	padding: 2.66%;
	border-bottom: 1px solid #EAEAEA;
	transition: all 0.3s;
}

ul.news-list li:hover {
	margin-left: -5px;
	transition: all 0.3s;
	background: #f5f5f5;
}

ul.news-list li .date {
	width: 98px;
}

ul.news-list li .date h1 {
	font-size: 48px;
	line-height: 50px;
	color: #ababab;
	border-bottom: 1px solid #e3e3e3;
	text-align: center;
	padding-bottom: 15px;
	padding-top: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .date p {
	color: #b2b2b2;
	margin-top: 15px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.news-list li .img-box {
	width: 20.46%;
	margin-left: 2.66%;
}

ul.news-list li .text-box {
	padding-left: 30px;
	width: 67.82%;
}

ul.news-list li .text-box h3 {
	margin-bottom: 15px;
	color: #000;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

ul.news-list li .text-box>p {
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

#cont-body {
	min-height: 500px;
}

.news-view-container {
	width: 100%;
	padding: 30px 0 0px;
}

.news-share {
	padding-top: 8px;
	padding-bottom: 8px;
	border: #c5c5c5 1px dashed;
	margin: 0 auto;
	margin-top: 15px;
}

.news-con-title {
	text-align: center;
}

.news-con-title h3 {
	margin-bottom: 30px;
	font-size: 30px;
}

.news-conner {
	margin-top: 30px;
	color: #444;
}

.show_button {
	display: none;
	color: #fff;
	padding: 15px 30px;
	background: url(../images/anniubg.jpg) no-repeat right #2e62b7;
}

.news-con {
	padding: 30px;
}

.morenews>h3 {
	padding-bottom: 20px;
	margin-bottom: 30;
	font-size: 24px;
	border-bottom: 1px solid #DDDDDD;
}

.morenews ul {
	margin-left: -15px;
	margin-right: -15px;
}

.morenews ul:after {
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}

.morenews li {
	float: left;
	width: calc(50% - 30px);
	margin: 15px;
	list-style: none;
	padding: 10px 0;
	line-height: 28px;
	border-bottom: 1px dashed #ddd;
}

.morenews li a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #666;
}

.morenews li a:hover {
	color: #000;
}

.news-bottom {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
	margin-top: 150px;
	justify-content: space-between;
}


/*招贤纳士*/

.job-title {
	display: flex;
	padding: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
	line-height: 40px;
	background: #f5f5f5;
	font-weight: bold;
	font-size: 18px;
}

.Career_box {
	padding-top: 30px;
}

.job-con .td,
.job-title .td {
	width: 100%;
	text-align: center;
	line-height: 45px;
}

.job-title .td {
	font-size: 16px;
}

.panel-heading {
	cursor: pointer;
}

.panel-body {
	display: none;
	margin-top: -1px;
	padding: 15px;
	border: 1px solid #EAEAEA;
}

.panel.active .panel-body {
	display: block;
	border-color: #A03740!important;
}

.panel.active .job-con .td {
	color: #fff;
}

.job-con {
	display: flex;
	padding: 10px;
	flex-wrap: nowrap;
	justify-content: space-between;
	line-height: 40px;
	font-size: 15px;
}

.panel:nth-child(2n) .panel-heading {
	background: #f5f5f5;
}

.panel.active .panel-heading {
	background: #A03740!important;
}


/**/

.contact-bottom {
	padding: 40px 0;
	background: #f5f5f5;
}
.contact-bottom .left{
	max-width:370px;
}
.contact-bottom .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contact-bottom h2 {
	font-size: 14px;
	margin-bottom: 10px;
}

.contact-bottom p {
	font-weight: bold;
	font-size: 28px;
	color: #A03740;
}

.contact-bottom .feedback-form {
	width:calc(100% - 420px);
	margin-top:0px;
}

.contact-bottom .form-textarea {
	height: 57px!important;
}

.contact-bottom .feedback-form .form-control-input .form-control,
.contact-bottom .feedback-form .form-textarea {
	background-color: #fff;
	padding-left: 15px;
}

.contact-bottom .form-group {
	margin-bottom: 0;
	margin-right: 10px;
	width: 100%;
}

.contact-bottom .feedback-form .form-control-input i {
	color: #4ac500;
}

.contact-bottom .feedback-submit {
	background: #A03740;
	min-width: 180px;
	height: 57px;
}

.contact-bottom .form-row {
	flex-wrap: nowrap;
}


/**/

#feedback {
	margin-top: 20px;
}

.feedback-form .form-control {
	font-size: 14px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input i {
	position: absolute;
	left: 15px;
	top: 18px;
	color: #666;
	font-size: 22px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 15px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5rem center;
	background-size: .5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
}

.feedback-form .form-control-input .form-control:focus::-webkit-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-webkit-input-placeholder {
	/* WebKit browsers 适配谷歌 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus:-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 适配火狐 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus::-moz-placeholder,
.feedback-form .form-control-input .form-textarea:focus::-moz-placeholder {
	/* Mozilla Firefox 19+ 适配火狐 */
	color: #333;
}

.feedback-form .form-control-input .form-control:focus:-ms-input-placeholder,
.feedback-form .form-control-input .form-textarea:focus:-ms-input-placeholder {
	/* Internet Explorer 10+  适配ie*/
	color: #333;
}

.feedback-submit {
	background: #A03740;
	color: #ffffff;
	border-radius: 0;
	width: 300px;
	height: 51px;
	float: right;
}

.feedback-submit:hover {
	color: #ffffff;
	background: #7e2b32;
}


/*关于我们内页*/

.about-body {
	display: flex;
	align-items: center;
}

.ab-left .about-text {
	width: 100%;
	padding-right: 10%;
}
.ab-left .about-text h5{
	font-weight: bold;
}
#main .about-num {
	width: 100%;
	box-shadow: initial;
}

#main .about-num ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.ideal-box>div{
	    display: flex;
    margin: 40px 0;
    padding: 0 30px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}
.ideal-box>div>img{
	width: 80px;
}
.ideal-box hr{
	background: #fff;
	opacity: 0.5;
}
.ideal h2{
	margin-bottom:30px;
	font-size: 24px;
	color: #fff;
}

.ideal h3{
	font-weight: bold;
	opacity: 0.3;
}
/**/
.honor-img ul,
.partner-img ul{
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.honor-tab{
	display: flex;
    margin-bottom:40px;
    align-items: center;
    justify-content: center;
}
.honor-tab li{
	position: relative;
	float: left;
	padding: 10px 25px;
	border: 1px solid #eaeaea;
	background: #f5f5f5;
	cursor: pointer;
}
.honor-tab li.cur{
	background: #A03740;
	color: #fff;
}
.honor-tab li.cur:before{
	position: absolute;
	content: "";
	    left: 50%;
    bottom: -8px;
    margin-left: -10px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 8px solid #A03740;
}
.honor-tab li:first-child{
	margin-left: 0;
}
.honor-img ul li{
	float: left;
	width: calc(25% - 30px);
	margin:15px;
	border: 1px solid #EAEAEA;
	cursor: pointer;
}
.honor-tab li.cur a,
.honor-tab li.cur:hover a{
	color:#fff;
}
.honor-tab li:hover a{
	color:#a03740;
}
.honor-img ul li:hover{
	border-bottom-color:#A03740 ;
	color: #A03740;
}
.honor-img ul li p{
	text-align: center;
	padding: 10px 20px;
}
.partner-img ul li{
	float: left;
	margin:15px;
	border: 1px solid #EAEAEA;
	width:calc(20% - 30px);
	cursor: pointer;
	box-shadow:0 1px 5px rgba(0,0,0,0.1);
}
/**/
.contact-map {
    position: relative;
    width: 100%;
    min-height: 500px;
}
/**/
.network-list{
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
}
.network-list i{
	width:40px;
	height:40px;
	background: #f5f5f5;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	color: #A03740;
	font-size: 24px;
}

.network-list li{
	float: left;
	    display: flex;
    width: calc(50% - 30px);
    padding: 25px;
    margin: 15px;
    border: 1px solid #EAEAEA;
    border-bottom: 3px solid #A03740;
    justify-content: space-between;
}
.network-list li>div{
	width: calc(100% - 60px);
	min-height:158px;
}
.network-list2 li>div{
	min-height:184px;
}
.network-list li h4{
	line-height:40px;
	margin-bottom: 40px;
	font-size: 22px;
}

.network-list li p{
	font-size: 14px;
	
}
/**/
.network-box .container{
	padding-bottom: 60px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 60px;
}
.network-box .container:last-child{
	margin-bottom: 0;
}
span.line{
	display: inline-block;
	width:30px;
	height: 3px;
	background: #A03740;
}
.container.storage{
	display: flex;
	flex-direction: column;
}
.container.storage .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container.storage .left{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.container.storage img{
	max-width:500px;
}
.container.storage .right{
margin: 0 40px 0 0;
}
.container.storage .right h3{
	font-size: 20px;
	font-weight: bold;
}
.view-more{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	background: #A03740;
	text-align: center;
	line-height: 34px;
	font-size: 22px;
	margin-bottom: 30px;
	margin-left: 10px;
	transition: all 0.3s;
}
.view-more i{
	position: relative;
	z-index: 1;
}
.view-more:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    z-index:0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(160,55, 64, 0.2);
    -webkit-animation: circlepulse 1.5s ease 0s infinite;
    animation: circlepulse 1.5s ease 0s infinite;
}
.view-more:hover{
	color: #fff;
	transition: all 0.3s;
	margin-bottom: 33px;
	background-color: rgba(160,55, 64, 1);
}
.view-more:hover:before{
	animation: initial;
	-webkit-box-shadow: 0px 0px 0 10px rgba(160,55, 64, 0.2);
            box-shadow: 0px 0px 0 10px rgba(160,55, 64,  0.2);
}
@-webkit-keyframes circlepulse {
  0% {
    -webkit-box-shadow: 0px 0px 0 0px rgba(160,55, 64, 0.2);
            box-shadow: 0px 0px 0 0px rgba(160,55, 64, 0.2);
  }
  50% {
    -webkit-box-shadow: 0px 0px 0 10px rgba(160,55, 64, 0.2);
            box-shadow: 0px 0px 0 10px rgba(160,55, 64, 0.2);
  }
  100% {
    -webkit-box-shadow: 0px 0px 0 10px rgba(160,55, 64, 0.2);
            box-shadow: 0px 0px 0 10px rgba(160,55, 64, 0.2);
  }
}
/**/
.product_view {
	position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 3px solid #A03740;
}
.product_view .text{
	margin-left: 40px;
	width: 100%;
	margin-top: 40px;
}
.product_view>img{
	width: 50%;
}
.product_view .top{
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
    align-items:center;
    border-bottom: 1px solid #EAEAEA;
    justify-content: flex-start;
}
.product_view .top img{
	width: 50px;
	margin-right: 30px;
}
.product_view .top h2{
	font-size: 26px;
	color: #A03740;
}
.product_view p{
	line-height: 30px;
}
.redbold{
	font-weight: bold;
	color: #A03740;
	font-size: 20px;
}
/**/
.contactus_box{
	display: flex;
}
.contactus{
	margin-top: 40px;
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contactus h3{
	margin-top:30px;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color: #A03740;
}
.contactus em{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f5f5f5;
	color: #A03740;
	text-align: center;
	line-height: 40px;
	margin-right: 20px;
}
.contactus p{
	margin-bottom: 15px;
}


/**/

.clear1 {
    display: block;
}

.clear2 {
    display: none;
}

.clear3 {
    display: none;
}
@media screen and (min-width: 1200px) {
	.news-swiper .swiper-slide {
		width: auto!important;
		max-width: 390px;
	}
}

@media screen and (max-width: 1365px) {
	header .nav-link {
		padding: 0 15px!important;
	}
	.header-btn.phone {
		padding: 0 20px;
	}
	.header-btn.lang_cn {
		padding: 0 20px 0 19px;
	}
}

@media screen and (max-width: 1200px) {
		.dh{
		display: none;
	}
	.main-business ul{
		margin:0
	}
	.main-business ul li{
		
		min-height: 330px;
		margin:0px;
		width:33.333333%;
	}
	
	.main-business ul li .bus-text{
	height:168px;
	}
	.main-business ul li .main-img h3{
	font-size:16px;
	}
	ul.news-list li .date h1{
		padding-top: 0;
		line-height: 36px;
		font-size: 36px;
	}
	ul.news-list li .text-box>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
	#banner-img{
		margin-top: 70px;
	}
	.container.storage {
    display: flex;
    flex-direction: column;
	}
	.container.storage .left {
		min-height: initial;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
	}
	.network-list li{
		width: calc(50% - 30px);
	}
	.contact-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
	}
	.contact-bottom .feedback-submit{
		width:100%
	}
	.contact-bottom .feedback-form {
		margin-top: 20px;
		width: 100%;
	}
	.news-more {
		margin-top: 70px;
	}
	.cooperation_nav h3 {
		font-size: 18px;
	}
	.cooperation_nav p {
		font-size: 16px;
	}
	.title h2 {
		font-size: 34px;
	}
	.main-business ul li.cur {
		padding: 15px 25px 25px;
	}
	.title {
		margin-bottom: 40px;
	}
	.about-text {
		width: 100%;
	}
	.about-num h5 {
		font-size: 30px;
	}
	.about-num ul {
		display: flex;
		width: 100%;
		justify-content: space-around;
		align-items: center;
	}
	.about-num {
		width: 60%;
		margin-top: 40px;
	}
	.abjz {
		right: 0;
		bottom: -6%;
	}
	.header-btn .lang_cn a {
		font-size: 14px;
	}
	.header-btn.phone img {
		width: 20px;
	}
	.fupad img {
		height: 34px;
	}
	.index-banner-item .title-1 {
		font-size: 32px;
		line-height: 40px;
	}
	.index-banner-item .title-2 {
		font-size: 28px;
	}
	.scroll-center .scroll-1 {
		font-size: 12px;
	}
	.mobile_header {
		display: block!important;
	}
	header {
		display: none!important;
	}
	.header-btn.phone:before {
		display: none;
	}
	.main-business ul li.cur img {
		width: 120px;
	}
	.product_view .text{
		margin-top: 0;
	}
	.clear1 {
        display: none;
    }
    .clear2 {
        display: block;
    }
    .clear3 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
	.foot-nav dl dd {
		display: none;
	}
	.foot-nav dl.cur dd,
	.foot-nav dt i {
		display: block!important;
	}
	.footer-bottom .container {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.foot-nav {
		display: block;
	}
	.footer-one {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
	}
	.footer-one ul {
		margin-left: -20px;
		margin-top: 25px;
	}
	.network-list li>div{
	min-height:initial;
}
.network-list2 li>div{
	min-height:initial;
}
	.main-business ul li.cur{
	padding-top:0
	}
	.main-business ul li,.main-business ul li .bus-text{
		min-height:initial;
		height:initial
	}
	.main-business ul {
    display: flex;
    flex-direction: column;
	}
	.product_view .text{
		margin-left: 0;
		margin-bottom: 30px;
	}
	.product_view>img{
		width: 100%;
	}
	.product_view {
        flex-direction: column-reverse;
	}

	.container.storage .right{
		margin-right: 0;
		margin-bottom: 30px;
	}
	.container.storage img{
		width: 100%;
		max-width:initial;
	}
	.container.storage .flex {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
	}
	.partner-img ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.partner-img ul li{
		margin: 10px;
		    width: calc(20% - 20px);
	}
	#main .title h2{
		font-size: 24px;
	}
	#main .warppbox{
		padding: 40px 0;
	}
	.contactus {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}
.contactus div:first-child{
	margin-bottom: 30px;
}
	.network-list li{
		width: calc(100% - 30px);
	}
	.honor-img ul li{
		width: calc(50% - 30px);
	}
	.container-banner h3 {
		font-size: 30px;
	}
	.cooperation_nav {
		display: none;
	}
	.main-business ul li {
		width: 100%!important;
		margin-top: -1px;
		padding: 0 25px 25px;
		border: 1px solid #eaeaea;
	}
	.main-business ul li:first-child {
		margin-top: 0;
	}
	.main-business ul li .main-img img {
		margin-bottom: 0;
		width: 180px;
	}
	.main-business ul li .main-img {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
	}
	.index-banner-swiper {
		margin-top: 70px;
	}
	.index-banner-item .title-1 {
		font-size: 26px;
		line-height: 30px;
	}
	.index-banner-item .title-2 {
		font-size: 22px;
	}
	.scroll-center {
		opacity: 0;
	}
	.cooperation {
		padding: 20px 0;
	}
	.news-title h2 {
		font-size: 18px;
	}
	.swiper_cate_box {
		margin-top: 250px;
	}
	 
}

@media (max-width: 768px) {
	
	ul.news-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
	}
	ul.news-list li .date {
    width: 100%;
}
ul.news-list li .text-box h3{
	text-align:center;
}
ul.news-list li{
	border-bottom:none;
	padding-bottom:25px;
}
ul.news-list li .img-box {
    width: 100%;
    margin-left:0;
	}
	ul.news-list li .text-box {
    padding:15px 0;
    width: 100%;
	}
	.job-con .td, .job-title .td{
		font-size:12px;
	}
	.product_view .top img{
		width: 30px;
	}
	.product_view .top h2 {
    font-size:20px;
    margin-bottom: 0;
    color: #A03740;
	}
	.contact-bottom .form-row {
		align-items: center;
		flex-direction: column;
	}
	.contact-bottom .left {
		width: 100%;
		text-align: center;
	}
	.contact-bottom .form-group {
		margin-bottom: 10px;
	}
	.container-banner {
		min-height: 250px;
	}
	.container-banner p {
		font-size: 20px;
	}
	
	.news-swiper .date h2 {
		font-size: 22px;
	}
	.news-title {
		padding-left: 30px;
	}
	.index-banner-item .title-1 {
		font-size: 20px;
		line-height: 22px;
	}
	.index-banner-item .title-2 {
		font-size: 16px;
	}
	.about-num {
		width: 100%;
	}
	.about-text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 9;
		line-clamp: 9;
		-webkit-box-orient: vertical;
	}
	.abjz {
		display: none;
	}
	#about .more-box {
		display: flex;
		justify-content: center;
	}
	.title h2 {
		font-size: 28px;
	}
	.warppbox {
		padding: 60px 0;
	}
	
	.anli-label h2 {
		margin-bottom: 0;
	}
	.anli-label img {
		width: 148px;
	}
	.anli-label {
		align-items: center;
	}
	.anli-label p {
		font-size: 12px;
	}
	.anli-label h2 {
		font-size: 14px;
	}
	.news-con-title h3 {
		font-size: 20px;
	}
	
	.ab-right{
		margin-top: 30px;
	}
	.about-num{
		margin-top: 20px;
	}
	.ab-left .about-text{
		padding-right: 0;
	}
	.about-body {
    display: flex;
    align-items: center;
    flex-direction: column;
	}
}

@media (max-width: 680px) {
	.contact-bottom h2{
		font-size:12px;
	}
	.clear1 {
        display: none;
    }
    .clear2 {
        display: none;
    }
    .clear3 {
        display: block;
    }
	.ideal-box>div>img{
		width: 50px;
	}
	.ideal h2,.ideal h3{
		font-size: 22px;
	}
	.ideal-box>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
		.partner-img ul{
		margin-left: -5px;
		margin-right: -5px;
	}
	.partner-img ul li{
		margin: 5px;
		    width: calc(25% - 10px);
	}
	.allcurmbs,.footer-bottom{
		padding: 10px 0;
	}
	.allcurmbs .container-serice-container .swiper-slide a{
		min-width: 100px;
		height: 40px;
		line-height: 40px;
	}
	
	.feedback-submit{
		float: none;
		width: 100%;
	}
	#main{
		padding: 40px 0;
	}
	.contactus h3{
		font-size: 16px;
	}
	#main .title h2{
		font-size: 20px;
	}
	.honor-img ul li{
		width: calc(100% - 30px);
	}
	footer {
		padding-top: 40px;
	}
	.foot-nav {
		margin: 40px 0;
	}
	.foot-nav dl dt {
		margin-bottom: 15px;
	}
	.footer-bottom .container {
		font-size: 12px;
		text-align: center;
	}
	.news-swiper .swiper-pagination {
		bottom: -10px;
	}
	.footer-one ul {
		margin-left: -8px;
		transform: scale(0.8);
	}
	.main-business ul li.cur .bus-text,
	.news-title p {
		font-size: 12px;
	}
	.main-img a {
		transform: scale(0.8);
		margin-top: 20px;
	}
	.main-business ul li .main-img img {
		width: 140px;
	}
	.main-business ul li .main-img h3,
	.foot-nav dl dt {
		font-size: 14px;
	}
	.more-box a {
		transform: scale(0.8);
	}
	.about-num h5 {
		font-size: 20px;
	}
	.warppbox {
		padding: 40px 0;
	}
	.title h2 {
		font-size: 20px;
	}
	.moblie_title_left {
		padding-left: 15px;
	}
	.index-banner-swiper .banner-pagination span .circle {
		display: none;
	}
	.number-prevnext .number-1 {
		opacity: 0;
	}
	.swiper-banner-prev,
	.swiper-banner-next {
		width: 6px;
	}
	.mobile_header .flex {
		padding-right: 15px;
	}
	.index-banner-item .title-1,
	.news-title h2 {
		font-size: 14px;
	}
	.index-banner-item .title-2 {
		font-size: 12px;
	}
	.mobile_header_title .moblie_title_left img {
		height: 24px;
	}
	.mobile_header_title {
		height: 52px;
	}
	#banner-img{
		margin-top: 52px;
	}
	.index-banner-swiper,
	.news-more {
		margin-top: 52px;
	}
	.header-btn.phone {
		padding: 0 15px;
	}
	.moblie_title_right {
		padding-left: 15px;
	}
	.header-btn.lang_cn {
		padding: 0 15px 0 14px;
	}
	.news-swiper .swiper-slide {
		opacity: 0.2;
		transition: all 0.3s;
	}
	.news-swiper .swiper-slide-active {
		opacity: 1;
		transition: all 0.3s;
	}
	.about-num {
		margin-bottom: 40px;
	}
	.about-text p {
		line-height: 24px;
	}
	.about-num {
		padding: 10px 0;
	}
}