body,
html {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}

.clear1 {
	display: block;
}

.clear2 {
	display: none;
}

.clear3 {
	display: none;
}

@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 80%;
	}
}

.lang_hide{
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-30px;
	width:60px;
	height:40px;
	line-height:38px;
	text-align:center;
	display:none;
	border:1px solid #eaeaea;
}
header .container>.flex .lang_cn:hover .lang_hide{
	display:block;
	background:#fff;
}
.lang_hide a{
	display:block;width:100%;
}
.lang_hide a:hover{
	background:#1657cd;
	color:#fff;
}
/*header*/

header {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
	border-bottom: 4px solid #1557cc;
	transition: all .3s;
	background: #fff;
}

header>.red,
.mobile_header>.red {
	position: absolute;
	width: 50%;
	right: 0;
	top: 100%;
	height:4px;
	background: #b41212;
}

.fupad {
	display: flex;
	outline: 0;
}

header .container>.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .container>.flex .btn-search {
	margin-top: 10px;
	font-size: 24px;
	margin-right: 20px;
	cursor: pointer;
}

header .container>.flex .btn-search:hover {
	color: #1557cc;
}

header .container>.flex .lang_cn {
	position:relative;
	margin-left: 10px;
	width: 24px;
	margin-top: 10px;
}

header .nav-link {
	display: flex;
	height: 100%;
	color: #333;
	font-size: 16px;
	padding: 10px 0 0!important;
	height: 120px;
	align-items: center;
}

header .nav-item:hover .nav-link {
	color: #1557cc;
}

.pos_re {
	margin: 0 20px;
	position: relative;
	text-align: center;
}

.pc_header>.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pc_header_pad {
	padding: 10px 0px;
}

#navbarNavDropdown .navbar-nav>li:hover .dropdown-menu {
	display: block;
}

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.pos_re .dropdown-menu {
	width: 260px;
	left: 50%;
	margin-left: -130px;
	margin-top: 0;
}

.dropdown.pos_re:hover .dropdown-menu,
.dropdown.pos_re .dropdown-menu:hover {
	display: block;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	border: none;
	background: #1557cc;
	border-radius: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
}

.nav-item .dropdown-menu a.dropdown-item:hover {
	background: #1557cc;
}

.dropdown.pos_re .dropdown-menu a {
	position: relative;
	color: #fff;
	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: #8faadc;
	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;
}


/* 手机端导航栏 */

.mobile_header {
	position: relative;
	background: #ffffff;
	color: #333333;
	width: 100%;
	border-bottom: 8px solid #1557cc;
}

.mobile_header a {
	color: #333333;
}

.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 .flex .lang_cn {
	margin-right: 30px;
}

.mobile_header_title .moblie_title_left img {
	display: inline-block;
	height: 40px;
}

.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:last-child h5::after {
	border: 0;
}

.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 {
	width: 12%;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	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-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #fff;
	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;
}

.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
	height: calc(100% - 300px);
	min-height: 640px;
}

#banner .swiper-slide {
	position: relative;
	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;
}

#banner .swiper-slide .title-tx h1 {
	font-weight: bold;
	color: #fff;
	text-align: left;
	color: #277916;
	font-size: 62px;
}

#banner .swiper-slide .title-tx p {
	display: inline-block;
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

#banner .swiper-slide .title-tx {
	transform: translateY(50px);
	opacity: 0;
	transition: all .4s;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
	background: rgba(0, 0, 0, 0.3);
}

.banner_button {
	display: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
}
#banner:hover .banner_button{
	display:flex;
}
.banner_button.button-next {
	right: 0;
}

.banner_button.button-left {
	left: 0;
}

#banner .ani-slide .title-tx {
	transform: translateY(0);
	opacity: 1;
}

#banner .swiper-pagination-bullet {
	width: 28px;
	height: 28px;
	border-radius: 0;
	transition: all 0.4s;
	border: 2px solid #1657cd;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	opacity: 1;
}

#banner .swiper-pagination-bullet-active {
	width: 28px;
	height: 28px;
	border: 2px solid #1657cd;
	transition: all 0.4s;
	background: rgba(0, 0, 0, 0);
}

#banner .swiper-pagination {
	text-align: left;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin-left: 10px;
}

#banner .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background: #1657cd;
	top: 4px;
	border-radius: 50%;
	left: 4px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}

.buttonbox {
	position: absolute;
	bottom:5%;
	left: 0;
	width: 100%;
	z-index: 2;
}

.banner-img {
	width: 100%;
}

#banner-img {
	position: relative;
	min-height: 500px;
	background-size: cover;
	background-position: center center;
}

#banner-img .banner-txt {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	align-items: center;
	text-align: center;
}

#banner-img .banner-txt p {
	margin-top: 00px;
	font-weight: bold;
	font-size: 50px;
	color: #fff;
	line-height: 50px;
	opacity: 0.5;
}

#banner-img .banner-txt h2 {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #fff;
	margin-top: 30px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}

.banner-nav ul li a {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 26px;
	cursor: pointer;
}

.banner-nav ul li a b {
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #ffffff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	opacity: 0.5;
}

.banner-nav ul li.active a b {
	background: #ffffff;
	opacity: 1;
}

.banner-1 {
	position: relative;
	z-index: 10;
	background: rgba(0, 0, 0, 0.1);
}

.banner-btn {
	position: absolute;
	right: 3%;
	bottom: 10%;
	z-index: 1000;
}

.banner-btns {
	display: inline-block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	line-height: 46px;
}

.banner-btns:hover {
	cursor: pointer;
}

.banner-btns:focus {
	outline: none;
}

.banner-btns.banner-btn-next {
	margin-right: 15px;
}

.warpbox {
	padding: 80px 0;
}


.title {
	margin-bottom: 40px;
	width: 100%;
}

.title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.title p{
	font-size:24px;
}

/**/

#about .container {
	position: relative;
}

#about .container .left {
	padding: 140px 0;
	width: 50%;
	padding-right: 40px;
}

#about .container .right {
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url(../images/abb.png) no-repeat center;
	background-size: 90%;
}

#about .about-txt>a {
	display: flex;
	padding: 0 20px;
	margin-top: 40px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #1557cc;
	color: #1557cc;
	align-items: center;
	justify-content: space-between;
}

#about .about-txt>a:hover {
	background: #1557cc;
	color: #fff;
}

#about .about-txt>a i {
	font-size: 18px;
}

#about .container .right .video-box {
	width: 540px;
}

#about .container .right .video-box>img {
	width: 100%;
}

.ab_link {
	display: flex;
	width: 540px;
	margin-top: 15px;
}
.ab_link span{
	display:inline-block;
	width:25px;
	height:27px;
	border-radius:50%;
	font-size:20px;
}
.ab_link li:hover img{
	width:45px;
	margin-bottom:3px;
	transition: all 0.3s;
}
.ab_link li:hover span{
	background:rgba(255,255,255,0.1)
}
.ab_link li {
	width: 33.333%;
	padding: 25px 0;
	list-style: none;
	text-align: center;
}

.ab_link li a {
	display: flex;
	color: #fff;
	font-size: 12px;
	padding:0 5px;
	flex-direction: column;
	align-items: center;
}

.ab_link li:nth-child(1) {
	background: #0f45a5;
}

.ab_link li:nth-child(2) {
	background: #1557cc;
}

.ab_link li:nth-child(3) {
	background: #2866d4;
}

.ab_link li img {
	margin-bottom:8px;
	width: 40px;
	transition: all 0.3s;
}

.video-box {
	position: relative;
}

.hiden_video_tb {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3
}

.hiden_video_tb:hover {
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3;
}


/**/

#product {
	background: url(../images/video.jpg) no-repeat center fixed;
	background-size: cover;
}

#product .pro-item h3 {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#product .pro-item p {
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.pro-view-wrapper .swiper-slide {
	background: #fff;
}

.pro-view-wrapper .swiper-btn {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: -20px;
	width: 36px;
	height: 40px;
	z-index: 3;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	font-size: 30px;
}

.pro-view-wrapper:hover .swiper-btn {
	display: flex;
}

.pro-view-wrapper .pro-next {
	right: 0;
}

.pro-view-wrapper .pro-prev {
	left: 0;
}

.pro-view-wrapper .swiper-button-disabled {
	background: #e9e9e9;
}

.pro-view-wrapper .swiper-slide .pro-item {
	padding: 15px 30px 35px;
}

.pro-view-wrapper .swiper-slide {
	position: relative;
}

.pro-view-wrapper .swiper-slide i {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 5px solid #b41212;
	color: #b41212;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	z-index: 99;
	right: 20px;
	bottom: -20px;
	font-style: normal;
	font-size: 30px;
	background: #fff;
	cursor: pointer;
	transition: all 0.3s;
}

.pro-view-wrapper .swiper-slide:hover i {
	background: #b41212;
	color: #fff;
	bottom: -10px;
	transition: all 0.3s;
}

.swiper-container.pro-view-wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

#product .title,
.title-left ul,
.title-left {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title-left ul li {
	list-style: none;
	margin: 0 15px;
}

.title-left ul li a {
	position: relative;
	color: #000;
}

.title-left ul li a:hover:before,
.title-left ul li:first-child a:before {
	content: "";
	position: absolute;
	top: 30px;
	width: 100%;
	height: 4px;
	background: #1557cc;
}

.title-left ul li a:hover,
.title-left>a:hover,
.title-left ul li:first-child a{
	color: #1557cc;
}

.title-left>a {
	margin-left: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #333;
}


/**/

.app-box {
	position: relative;
	width: 100%;
}

.swiper-container.case-wrapper {
	margin: initial;
	width: calc(100% - 200px);
}

.btn_box {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	display: flex;
	width: 180px;
	background: #f5f5f5;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.case-wrapper .swiper-slide {
	position: relative;
}

.case-wrapper .swiper-slide img,
.pro-view-wrapper .swiper-slide img {
	width: 100%;
}

.case-wrapper p {
	position: absolute;
	top: 20px;
	left: 20px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}

.btn_box .swiper-pagination {
	position: initial;
	font-size: 20px;
	color: #999;
}

.btn_box .swiper-pagination .swiper-pagination-current {
	font-weight: bold;
	font-size: 32px;
	color: #b41212;
}

.btn_app>div {
	width: 50px;
	height: 50px;
	background: #b41212;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 15px 0;
	font-size: 25px;
	border-radius: 50%;
}

.btn_box .swiper-button-disabled {
	background: #ddd;
}


/**/

footer {
	background: #212121;
}

.footer-top {
	padding: 80px 0 60px;
}

.logo-bottom {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.logo-bottom .color {
	width: calc(100% - 300px);
	height: 5px;
	background: #1557cc;
}

.logo-bottom .color span {
	float: right;
	height: 100%;
	width: 50%;
	background: #b41212;
}

.foot_link {
	display: flex;
	margin-top: 60px;
	align-items: flex-start;
	justify-content: space-between;
}

.foot_link a {
	color: #fff;
}

.foot_link dl {
	min-width: 180px;
	margin-right:30px;
	color: #fff;
}

.foot_link dt {
	font-size: 18px;
	margin-bottom: 30px;
}

.foot_link dd a {
	opacity: 0.8;
}

.footer-bottom {
	background: #121212;
	height: 70px;
	color: #fff;
}

.footer-bottom .container {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-bottom a {
	color: #fff;
}

.contact_dl {
	max-width:510px;
}

.contact_dl li {
	
	list-style:none
}
.contact_dl li p{
	display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.contact_dl em {
	margin-right: 10px;
	font-style: normal;
}

.foot_link>div.dlbox {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
}

.contact_dlbox {
	min-width:110px;
}

.contact_dlbox h2{
	font-size:18px;
	    margin-bottom: 30px;
}
/**/

.pop_up_video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999999;
}

.pop_up_video>div {
	display: flex;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.pop_up_video .video {
	position: relative;
	width: 100%;
	max-width: 1200px;
}

.pop_up_video .video>span {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0px;
	right: 0px;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 30px;
	z-index: 99;
	cursor: pointer;
}


/*内页*/
#allmap {
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin: 0;
    margin-top: 1.5em;
}

/*关于我们-内页*/

.container-con {
	padding: 60px 0;
}

#intro {
	margin-bottom: 60px;
	display: flex;
	align-items: center;
}

.container-title h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 30px;
}

.intro-container p {
	margin-bottom: 20px;
}

.contact_about {
	margin-top: 60px;
	width: 100%;
	position: relative;
	background: url(../images/abbottom.jpg) right center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.index-contact-p h1 {
	font-size: 26px;
	font-weight: bolder;
	color: #ffffff;
	display: inline-block;
	padding: 10px 0px;
}

.container-more a {
	display: block;
	width: 170px;
	height: 38px;
	background: #b41212;
	color: #ffffff;
	padding: 7px 15px;
	position: relative;
}

.container-more a i {
	float: right;
	margin-top: 5px;
}

.index-contact-container {
	padding-top: 80px;
	padding-bottom: 80px;
}

.contact_about .index-contact-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.swiper_zs_box {
	position: relative;
	max-width: 50%;
}

.swiper_zs_box .swiper-btn {
	display: flex;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 2;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 26px;
}

.swiper_zs_box .swiper-btn.pro-next {
	left: -50px;
}

.swiper_zs_box .swiper-btn.pro-prev {
	right: -50px;
}

.about-intro-p .video-box {
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	width:50%;
	height: 300px;
}

.allcurmbs {
	padding: 10px 0;
	background: #f5f5f5;
}

.allcurmbs .container-serice-container .swiper-slide {
	width: auto!important;
}

.allcurmbs .container-serice-container .swiper-slide a {
	display: flex;
	line-height: 60px;
	height: 60px;
	padding: 0 20px;
	    align-items: center;
    justify-content: center;
}
.allcurmbs .container-serice-container .swiper-slide a i{
	display: none;
	margin-right: 15px;
	font-size:28px;
	font-weight: normal;
}
.allcurmbs .container-serice-container .swiper-slide a:hover,
.allcurmbs .container-serice-container .swiper-slide a.active {
	
	color: #fff;
	background:#1557CC
}
.allcurmbs .container-serice-container .swiper-slide a.active i{
	display: block;
}
.allcurmbs .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.allcurmbs .dh {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 150px;
	min-height: 60px;
}

.allcurmbs .dh i {
	margin-right: 5px;
}

.allcurmbs .dh a:hover {
	color: #1557cc;
}


/**/

#values .flex,
#vision .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#vision h3 {
	font-weight: bold;
	font-size: 24px;
	color: #1557cc;
}

#vision .flex-left {
	width: calc(100% - 300px);
}

#vision .flex-right img {
	width: 200px;
}

#values {
	margin-top: 40px;
	padding: 40px 0 0;
	border-top: 1px solid #ddd;
}

#values .flex {
	margin-right: -10px;
	margin-left: -10px;
}

.values-box {
	display: flex;
	width: 100%;
	text-align: center;
	background: #1557cc;
	color: #fff;
	margin: 0 10px;
	padding: 10px 0;
	line-height: 40px;
	font-size: 16px;
	justify-content: center;
	align-items: center;
}

.values-box img {
	margin-right: 10px;
}

#qy-other {
	background: #f5f5f5;
}

.wh-wrapper .swiper-slide {
	cursor: pointer;
}

.wh-wrapper .swiper-slide p {
	padding: 0 20px;
	color: #fff;
	text-align: center;
}

.he_3DFlipY {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-perspective: 1700px;
	-moz-perspective: 1700px;
	perspective: 1700px;
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%
}

.he_3DFlipY_inner {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.he_3DFlipY_inner>div.he_3DFlipY_img {
	position: relative;
	backface-visibility: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.he_3DFlipY_inner:hover>div.he_3DFlipY_img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.he_3DFlipY_inner>div img {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}
.he_3DFlipY_img>p{
	position: absolute;
	display: flex;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	align-items: center;
    justify-content: center;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.he_3DFlipY_caption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	background: #1557cc;
	color: #fff;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	background-color: #1557cc;
	text-align: center;
	backface-visibility: hidden;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out
}

.he_3DFlipY_inner:hover .he_3DFlipY_caption {
	opacity: 1;
	-webkit-transform: rotateY(0);
	-moz-transform: rotateY(0);
	transform: rotateY(0)
}

.he_3DFlipY_caption h3 {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 25%;
	left: 5px;
	margin: 0;
	padding: 0;
	color: #fff
}

.he_3DFlipY_caption p {
	font-size: 1em;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 45%;
	left: 5px;
	margin: 0;
	padding: 0;
	color: #fff
}

.he_3DFlipY a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}
/**/
.tech-con .flex-left{
	width: 50%;
	padding-right:40px;
}
.tech-con .flex-left h2{
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 24px;
}
.tech-con .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tech-con .warpbox:nth-child(2n) .flex{
    
    flex-direction: row-reverse!important;
}
.tech-con .warpbox:nth-child(2n) .flex-left{
	padding-left:40px;
	padding-right:0;
}
.tech-con .flex .flex-right{
	position: relative;
}
.tech-con .flex .flex-right:before{
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: -20px;
	bottom: -20px;
	background: #dadada;
	z-index: 0;
}
.tech-con .warpbox:nth-child(2n) .flex-right:before{

	left: -20px;
	right: 20px;
}
.tech-con .flex .flex-right img{
	width: 100%;
	position: relative;
	z-index: 2;
}
/*联系我们*/
.contact-info{
	display: flex;
}
.coninfo{
	padding-top: 60px;
	width: 50%;
	background: #fff;
}
.coninfo p{
	padding-right: 20px;
}
.coninfo h4{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 22px;
	color:#1557cc;
}
.coninfo h3{
	margin-bottom: 40px;
	font-size: 18px;
	font-weight: bold;
}
.coninfo h5{
	position: relative;
	font-size: 16px;
	font-weight: bold;
}
.coninfo h5:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background: #eaeaea;
	top: 50%;
	z-index: 0;
}
.coninfo h5 em{
	padding-right: 10px;
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 2;
	font-style: normal;
}
.frame_box{
	padding:60px 20px 20px 40px;
	width: 50%;
	
	border-left: 1px solid #eaeaea;
}

.branch i {
	display: inline-block;
	width: 36px;
	font-weight: bolder;
	color: #2179bf;
	font-style: normal;
}

.contact-a {
	display: flex;
	margin-left: -20px;
	margin-right: -20px;
}

.branch {
	margin: 20px;
	width: calc(100% - 40px);
	background: #fff;
	padding: 20px;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.branch h3 {
	font-size: 20px;
	font-weight: bold;
	color: #2179bf;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}

.branch h4 {
	font-size: 14px;
}

.lianxi {
	display: flex;
	padding: 10px 0;
	max-width: 157px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#feedback {
	margin: 40px 0;
}

.feedback-form .form-textarea {
	height: auto;
	padding-left: 15px;
	min-height: 240px;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
}

.feedback-form .feedback-submit {
	float: right;
	background: #1f1a17;
}
.feedback-form .feedback-submit:hover{
	background:#1557cc;
}
/*地图*/
.contact-map {
    position: relative;
    width: 100%;
    min-height: 500px;
}
/**/

.contact.warp .feedback-form {
	margin-top: 60px;
}

.contact.warp .form-textarea {
	height: 120px;
}

.contact.warp .feedback-form .form-control-input .form-control,
.contact.warp .feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.contact.warp .feedback-form .form-control-input i {
	color: #fff;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input i {
	position: absolute;
	left: 15px;
	top: 18px;
	color: #aaaaaa;
	font-size: 22px;
}

.contact.warp .feedback-form .form-control-input .form-control,
.contact.warp .feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 45px;
	height: 57px;
	line-height: 26px;
	font-size: 14px;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 0;
	transition: all .3s;
	outline: 0;
}

.feedback-submit {
	background: #e92631;
	color: #ffffff;
	border-radius: 0;
	width: 300px;
	height: 51px;
	float: left;
}

.feedback-submit:hover {
	color: #fff;
}

.contact.warp .feedback-submit {
	float: right;
}
.conewm{
	width: 140px; text-align: center; float: right;margin-right: 20px;
}

/**/

.mould-box{
	width: 100%;
}

.mould-box>ul{
	padding: 40px 0;
	margin-left: -15px;
	margin-right: -15px;
}

.mould-box>ul:after{
	content: '.';
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	font-size: 0
}
.mould-box>ul li{
	float: left;
	list-style: none;
	width: calc(33.3333% - 30px);
	padding: 15px;
	margin: 15px;
	border: 1px solid #EAEAEA;
	cursor:pointer;
}
.mould-box>ul li:hover{
	box-shadow:0 1px 10px rgba(0,0,0,0.2)
}


.mould-box>ul li:hover p{
	background:#1557cc;
	color:#fff;
}
.mould-box>ul li img{
	width: 100%;
	
}				

.mould-box>ul li p{
	background: #f5f5f5;
	text-align: center;
	line-height: 30px;
	padding: 15px;
}


.mould-box .hidden{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.6);
	z-index: 1000;
	justify-content: center;
    align-items: center;
        flex-direction: column;
}
.mould-box .hidden.cur{
	display: flex;
}
.mould-box .hidden .close-gb{
	display: flex;
	margin-top: 20px;
	border: 1px solid #fff;
	color: #FFF;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align:center;
	line-height:38px;
    font-size: 25px;
    cursor: pointer;
	    justify-content: center;
}
.mould-box .hidden img{
	width: 100%;
	max-width: 800px;
}

.mould-box .hidden .close-gb:hover{
	background: #1557cc;
	border-color: #1557cc;
}

/**/
.left.pro_left {
    float: left;
    width: 300px;
}
.left.pro_left li {
    margin-top: -1px;
    list-style: none;
    border: 1px solid #ddd;
    line-height: 25px;
    cursor: pointer;
}
.left.pro_left li.cur a{
	color:#1557cc;
	font-weight:bold;
}
.left.pro_left li>a {
    display: block;
    color: #444;
    padding: 15px 30px;
}
.left.pro_left li>a>i {
    margin-top: 6px;
    float: right;
}
.left.pro_left li:first-child {
    margin-top: 0;
}
.show_button{
	width: 100%;
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	background: #1557CC;
	color: #fff;
}

.pro-list{
	float: right;
	width: calc(100% - 330px);
}
.pro-items {
	position: relative;
    width: 33.3%;
    padding: 30px;
    float: left;
    border: 1px solid #EAEAEA;
	margin-left: -1px;
	margin-bottom: -1px;
}
.pro-item a{
	display: block;
	width: 100%;
}

.pro-list .pro-items .pro-img{
	margin-bottom: 20px;
}
.pro-list .pro-items p{
	line-height: 20px;
	text-align: center;
}

.pro-list .pro-items .pro-more{
	position: absolute;
	top: 0px;
	right: 0px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #f5f5f5;
}
.pro-items:hover{
	box-shadow:0 1px 8px rgba(0,0,0,0.2);
}
.pro-items .pro-more:hover{
	background: #b41212;
	color: #fff;
}
/**/

.goods-box .container>div{
	width: 100%;
}
.goods-box .container .dh{
	padding: 15px 0px;
	border-bottom: 1px solid #EAEAEA;
}
.goods-box .container .dh i{
	margin-right: 8px;
}

.good-box-warp{
	padding: 60px 0;
}
/**/
.good-box-warp{
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
 .pro-view-left {
 	width: 100%;
    max-width:calc(50% - 40px);
}
 .pro-img {
    text-align: center;
}
.pro-view-img {
    width: 100%;
    margin: auto;
    position: relative;
}
 .pro-view-right {
    width:100%;
    max-width: 50%;
}
.gallery-thumbs {
	margin: 20px 0;
    padding: 10px;
}
.gallery-top{
	position: relative;
	border: 1px solid #EAEAEA;
}
.gallery-top .swiper-slide img{
	max-width: 100%;
}.gallery-top .swiper-slide{
	display: flex;
    width: 100%;
    min-height: 500px;
    align-items: center;
    justify-content: center;
}
 .pro-title {
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
}
 .pro-title h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: bold;
}
.pro-view-back {
    
    background: #eaeaea;
    font-size: 14px;
    top: 0px;
}

 .pro-back a.btn-contact {
    background: #111;
    color: #ffffff;
}
 .pro-back a {
    display: inline-block;
    font-size: 16px;
    color: #111111;
    padding: 10px 0px;
    margin-right: 10px;
    width: 160px;
    text-align: center;
}



.pro-back {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.gallery-thumbs{
	position: relative;
	padding: 10px 0;
}
.gallery-thumbs .swiper-slide{
	border: 1px solid #eaeaea;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
	border-color: #1557cc;
}
.gallery-top:hover .swipers-bt{
	display: block;
}
.swipers-bt{
	display: none;
	position: absolute;
	font-size: 24px;
	top: 50%;
	margin-top: -25px;
	width: 30px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	z-index: 2;
	color: #fff;
	background: rgba(0,0,0,0.5);
}
.pro-view-but-next{
	right: 0px;
}
.pro-view-but-prev{
	left: 0px;
}

.recombox{
	padding: 40px 0;
	width: 100%;
	background: #f5f5f5;
}
.title-recom h2{
	font-size: 26px;
	font-weight: bold;
}
.recombox .pro-item h3 {
	text-align: center;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recombox  .swiper-slide .pro-item{
	padding-bottom: 15px;
}
.show_button>span{
	float:right;
	display:none;
	font-weight:bold;
}

@media (max-width: 1650px) {
	#product .title{
		position:relative;
	}
	.title-left ul{
		position:absolute;
		top:calc(100% + 10px);
		left:0;
		width:100%;
	}
}
.title-left ul

@media (max-width: 1600px) {
	.tech-con .flex-left{
	width: 50%;
	max-width:calc(50% - 5%);
}
}

@media (max-width: 1490px) {
	.pro-items{
		width:50%;
	}
	.pro-list .pro-items:nth-child(3n){
	margin-left: -1px;
	}
	#banner {
    position: relative;
    width: 100%;
    height: calc(100% - 443px);
    min-height: 438px;
	}
	header .nav-item.pos_re {
		font-size: 14px;
		margin: 0 10px;
	}
	.clear1 {
	display: none;
}

.clear2 {
	display: block;
}

.clear3 {
	display: none;
}
}

@media (max-width: 1360px) {
	header .nav-item.pos_re {
		font-size: 14px;
		margin: 0 8px;
	}
	.title-left ul{
		display:none
	}
	
	.contact_dlbox{
		min-width:200px;
	}
	.foot_link>div.dlbox {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
	
	
}

@media (max-width: 1200px) {
	.foot_link>div.dlbox{
		
	}
	.pro-items{
		padding:15px;
	}
	.left.pro_left{
		width:260px
	}
	.pro-list{
		width:calc(100% - 290px);
	}
	#about .container .left {
		padding: 100px 0;
	}
	.title-left ul {
		display: none;
	}
	.title h1 {
		font-size: 30px;
	}
	.swiper-container.pro-view-wrapper {
		padding-top: 0;
	}
	#banner-img{
		height: 450px;
	}
	#banner {
		height: 439px;
		min-height: initial;
	}
}

@media (max-width: 991px) {
	
	.gallery-top .swiper-slide{
		min-height:initial
	}
	.good-box-warp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	}
	.pro-view-left{
		margin-bottom:30px
	}
	.pro-view-left,.pro-view-right{
		width:100%;
		max-width:initial;
	}
	.container-con{
		padding:30px 0;
	}
	.show_button{
		font-size:16px;
	}
	.left.pro_left>ul{
		display:none;
	}
	.left.pro_left>ul.cur{

		display:block;
	}
	.show_button>span{
		font-size:20px;
		display:inline-block;
	}
	.left.pro_left{
		margin-bottom:30px
	}
	.left.pro_left,
	.pro-list{
		width:100%;
		float:none;
	}
	.mould-box>ul li{
		width:calc(50% - 30px);
	}
	.conewm{
		float: none;
	}
	.coninfo h4{
		font-size: 18px;
	}
	#banner-img .banner-txt h2{
		font-size: 30px;
	}
	.contact-info {
    display: flex;
    flex-direction: column;
	}
	.frame_box{
		padding-bottom: 60px;
	}
	.coninfo,.frame_box{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}
	.container-title h1{
		font-size: 24px;
	}
	.swiper_zs_box .swiper-btn{
		display: none;
	}
	.swiper_zs_box{
		max-width: initial;
	}
	.contact_about .index-contact-container {
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: initial;
}
	.about-intro-p .video-box{
		margin-left: 0;
		float: none;
		width: 100%;
		height: auto;
	}
	.index-contact-p h1{
		padding-right: 40px;
		font-size: 20px;
	}
	.tech-con .flex .flex-right:before{
		display: none;
	}
	.tech-con .flex {
    display: flex;
    justify-content: space-between!important;
    align-items: center!important;
    flex-direction: column!important;
	}
	.tech-con .warpbox:nth-child(2n) .flex{
		flex-direction: column!important;
	}
	.tech-con .flex-left{
		margin-bottom: 30px;
	}
	.tech-con .flex-left,
	.tech-con .flex-right{
		width: 100%!important;
		max-width: initial!important;
		padding:0!important;
	}
	
	
	#values .flex{
		display: initial;
	}
	.values-box{
		float: left;
		margin-bottom: 10px;
		width: calc(50% - 20px);
	}
	#banner-img {
		height: 450px;
		min-height: initial;
	}
	#banner{
		height: 332px;
	}
	#about .container .left {
		padding: 60px 0 20px;
	}
	#about .container .right {
		padding-bottom: 60px;
		position: initial;
	}
	#about .container .right .video-box {
		width: 100%;
	}
	.video-box>img {
		width: 100%;
	}
	#about .container .left {
		width: 100%;
	}
	.ab_link {
		width: 100%;
	}
	.ab_link li {
		width: 33.3333%;
	}
	.allcurmbs .container-serice-container .swiper-slide a i{
		font-size:24px
	}
}

@media (max-width:768px) {
	.allcurmbs .container-serice-container .swiper-slide a i{
		font-size:18px
	}
.phnone{
	display:none;
}
.mould-box>ul li{
	width:calc(100% - 30px);
}
	.logo-bottom>img{
		height:50px;
	}
	.logo-bottom .color{
		display:none;
	}
	.foot_link>div {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
	.allcurmbs{
		padding:0;
	}
	#banner-img .banner-txt h2{
		font-size: 24px;
	}
	.allcurmbs .dh{
		display: none;
	}
	#vision .flex-right img{
		display: none;
	}
	#vision .flex-left{
		width: 100%;
	}
	#banner-img,
	#banner {
		height: 246px;
		min-height: initial;
	}
	#banner .buttonbox {
		-webkit-transform-origin-x: 0;
		-webkit-transform: scale(0.50);
	}
	.btn_box .swiper-pagination {
		display: none;
	}
	.btn_app>div {
		width: 40px;
		height: 40px;
	}
	.btn_box {
		width: 80px;
	}
	.swiper-container.case-wrapper {
		width: calc(100% - 100px);
	}
	.contact_dlbox{
		margin-top:30px;
	}
	.footer-bottom {
		height: initial;
	}
	.footer-bottom .container {
		padding-top: 20px;
		padding-bottom: 20px;
		align-items: flex-start;
		justify-content: space-between;
		flex-direction: column;
	}
	.warpbox {
		padding: 60px 0;
	}
}
@media (max-width:580px){
	#banner {
		height:177px;
	}
}