@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		padding: 0 30px;
		max-width: 1660px!important;
	}
	.mobile_header {
		display: none;
	}
}
.clear1{
	display:block;
}
.clear2{
	display:none;
}
#banner-img2 .container{
	display:flex;
    align-items: center;
    justify-content: space-between;
}
a.back{
	display:block;
	width:120px;
	height:40px;
	line-height:40px;
	border:1px solid #ddd;
	text-align:center;
	}
a.back:hover{
	border:1px solid #333;
}
.pro-view-jj{
	position:relative;
}

.pro-view-jj .swipers-btn{
	width:30px;
	background:#f5f5f5;
	border-radius:0;
	top:40px;
	height:auto;
	bottom:0px;
	font-size:22px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.pro-view-jj .pro-view-but-next{
	left:0;
}
.pro-view-jj .pro-view-but-prev{
	right:0;
}/**/
img {
	max-width: 100%;
}

.flex {
	display: flex;
}
.vidbg-overlay{
	background:rgba(0,0,0,0)!important;
}
header {
	position: fixed;
	top: 20px;
	left: 8%;
	right: 8%;
	z-index: 55555555;
	display: flex;
	flex-direction: column;
	background: transparent;
	transition: all .3s;
	min-height: 90px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.header-nav {
	padding: 0 40px;
	border-radius: 10px;
	transition: all .6s;
	align-items: center;
	justify-content: space-between;
}

header.active {
	top: 0;
	left: 0;
	right: 0;
	transition: all .6s;
	border-radius: 0;
}
header.active .dropdown-menu-box ul li {
    float: left;
    margin: 15px;
    width: calc(33.3333% - 30px);
    position: relative;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-nav .navbar {
	position: initial;
	padding: 0;
}

.fupad {
	float: left;
	display: flex;
	outline: 0;
	height: 90px;
	width: 200px;
	align-items: center;
	justify-content: center;
}
.fupad a{
	display: flex;
	margin-right:0;
	align-items: center;
	justify-content: center;
}
.fupad img {
	width: 100%;
}

.header-right {
	float: right;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-nav .navbar .nav-link {
	display: flex;
	height: 90px;
	font-size: 16px;
	margin: 0 8px;
	min-width: 80px;
	padding:10px;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

.header-nav .collapse.navbar-collapse,
.header-nav .collapse.navbar-collapse ul {
	width: 100%;
	justify-content: space-between;
}

.header-nav .collapse.navbar-collapse>ul>li>a {
	color: #333;
	transition: all .3s;
}

.header-nav .nav-item {
	position: initial;
	margin-left: 20px;
}

.header-nav .nav-item>a {
	position: relative;
}

.header-nav .nav-item>a:before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	height: 3px;
	bottom: 10px;
	background: #e40000;
	transition: all 0.5s;
}

.header-nav .nav-item.show a:before,
.header-nav .nav-item:hover a:before {
	left: 0;
	right: 0;
	transition: all 0.5s;
}

.header-nav .nav-item:hover .nav-link {
	position: relative;
	color: #000;
	font-weight: normal;
}

.dropdown-menu-box {
	position: absolute;
	display: block;
	opacity: 0;
	left: 0;
	right: 0;
	width: 100%;
	top: 100%;
	margin-top: -10px;
	z-index: -8;
	background: #212121;
	padding: 15px 0 10px;
	border-radius: 0;
	z-index: 999999;
	transform: translateY(20px);
	transition: all 0.5s;
}

header .nav-item:hover .dropdown-menu-box {
	opacity: 1;
	z-index: 9;
	transform: translateY(0px);
	transition: all 0.5s;
}

header .nav-item:hover .dropdown-menu-box>i {
	left: 0px;
	width: 100%;
	opacity: 1;
	transition: all 0.6s;
}

.pc_header {
	overflow: hidden;
	transition: all 1s;
}

.pc_header.show {
	overflow: initial;
	transition: all 1s;
}

.dropdown-menu-box ul {}

.dropdown-menu-box ul li {
	float: left;
	margin: 15px;
	width: calc(50% - 30px);
	position: relative;
	list-style: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.dropdown-menu-box ul li a {
	display: block;
	height: 41px;
	line-height: 40px;
	color: #fff;
	padding: 0px 10px 0px 10px;
	transition: all 0.2s;
	text-align: left;
}

.dropdown-menu-box ul li a i {
	margin-right:15px;
	transition: all 0.3s;
}

.dropdown-menu-box ul li:hover i {
	margin-left: 15px;
	transition: all 0.3s;
}

.dropdown-menu-box ul li:last-child a {
	border: none;
}

.dropdown-menu-box ul li:hover:before {
	border-bottom: 0.01rem solid #e40000;
	border-right: 0.01rem solid #e40000;
}

.dropdown-menu-box ul li a:hover,
.dropdown-menu-box ul li a:focus {
	color: #fff;
	border-bottom: 1px solid #e40000;
	background: #e40000;
	transition: all 0.2s;
}

.search_nav_btn {
	display: flex;
	width: 30px;
	height: 30px;
	
	text-align: center;
	align-items: center;
	justify-content: center;
}

.search_nav_btn a {
	color: #000;font-size: 24px;
}

.search_nav_btn:hover a {
	color: #d30000;
}

.header-right-btn a {
	display: block;
}

.header-right-btn>div {
	float: left;
	margin-left: 30px;
}

.header-right-btn {
	min-width: 115px;
}

.lang {
	display: block;
	margin-top:3px;
	width: 25px;
	height: 26px;
	background: url(../images/lang.png) no-repeat;
	background-size: 100%;
	background-position: 0px 0px;
	transition: all 0.3s;
}
.lang a{
	display:block;
	width:100%;
	height:100%;
}
.lang:hover {
	background-position:0px -26px;
	transition: all 0.3s;
}


/* 手机端导航栏 */

.mobile_header {
	position: fixed;
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 1100;
	left: 0px;
	top: 0px;
	transition: all 0.3s;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	padding: 10px 30px;
	background: #ffffff;
	height: 60px;
	justify-content: space-between;
	align-items: center;
}

.mobile_header_title img {
	display: inline-block;
	height: 32px;
}

.moblie_title_right .header-right-btn {
	min-width: inherit;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.moblie_title_right .header-right-btn>div {
	margin-left: 0;
	margin-right: 30px;
}

.moblie_title_right .lang {
	width: 23px;
	height: 25px;
	background-size: 100% auto;
	background-position: 0 -23px;
}

.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;
	font-weight: normal;
}

.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_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;
	font-size: 14px;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
}

.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 {
	display: flex;
	align-items: center;
}

.menuicon {
	width: 26px;
	height: 2px;
	background: #333;
	position: relative;
}

.moblie_title_three {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
}

.menuicon::before {
	content: '';
	width: 26px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	top: -8px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 26px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 0;
	top: 8px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_three.is-active .menuicon {
	background: none;
}

.moblie_title_three.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	transform: translate3d(0, 10px, 0) rotate(45deg);
}

.moblie_title_three.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -6px, 0) rotate(-45deg);
	transform: translate3d(0, -6px, 0) rotate(-45deg);
}


/*banner*/
.ph_banner{
		display: none;
		width: 100%;
	}
	.pc_banner{
		display: block;
	}
.banner-wrapper .swiper-slide,
.banner-wrapper.swiper-container {
	width: 100%;
	height: 100%;
}

#banner .swiper-slide {
	position: relative;
	width:100%;
	text-align: center;
	font-size: 18px;
	background: #fff;
	display:block;
}
#banner .swiper-slide a{
	display:block;
	width:100%;
	height:100%;
}
#banner .swiper-slide img {
	width: 100%;
}

.warp {
	text-align: center;
}

.banner-wrapper .swiper-slide,
.swiper-container {
	width: 100%;
	height: 100%;
}

#banner {
	position: relative;
	width: 100%;
}


#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;
}

.swiper-button-next,
.swiper-button-prev {
	padding: 10px;
}

.banner_button {
	display: flex;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-top: -30px;
	background: #fff;
	z-index: 33;
	align-items: center;
	justify-content: center;
	font-size: 26px;
	color: #000;
	transition: all 0.3s;
	border-radius: 50%;
	cursor: pointer;
	font-weight: lighter;
	opacity: 0.5;
}

.banner_button:hover {
	opacity: 1;
	transition: all 0.3s;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

.banner_button.button-next {
	right: 20px;
}

.banner_button.button-prev {
	left: 20px;
}

#banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.8);
}

#banner .swiper-pagination-bullet-active {
	width: 18px;
	height: 18px;
	border-radius: 0;
	transition: all 0.4s;
	border: 4px solid #fff;
	background: rgba(255, 255, 255, 0);
	border-radius: 50%;
	opacity: 1;
	border: 4px solid #d30000;
}

#banner .swiper-pagination {
	display: flex;
	text-align: center;
	position: inherit;
	align-items: center;
	justify-content: center;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
}

#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;
}


/**/

.warp_box {
	padding: 80px 0;
	overflow: hidden;
}

.title {
	text-align: center;
	margin-bottom: 60px!important;
	width: 100%;
}

.title h2 {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}

.title h2:before {
	position: absolute;
	left: 50%;
	margin-left: -17px;
	content: "";
	top: calc(100% + 20px);
	width: 34px;
	height: 3px;
	background: #e40000;
}


/**/

.index-section_cp {
	display: none;
}

.index-section_cp .swiper-slide {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.index-section_cp {
	background: url(../images/b2.jpg) no-repeat center bottom;
	background-size: cover;
}

.index-section_cp h5 {
	font-size: 20px;
}

.index-section_cp a {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/more.png) no-repeat center;
	background-color: #E40000;
}

.index-section_cp a:hover {
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
	background-color: #ff0a0a;
}

.index-section_cp {
	overflow: hidden;
}

.cp-wrapper {
	width: 80%;
	overflow: initial!important;
}


/**/

a.more_btn {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: url(../images/more.png) no-repeat center;
	background-color: #E40000;
}

.about_right {
	float: right;
	width: 55%;
}

.about-top img {
	float: left;
	margin-top: 8px;
	width: 200px;
}

.about-top .more_btn {
	float: right;
}

.about-top {
	padding-bottom: 40px;
	border-bottom: 1px solid #eaeaea;
}

.about-text {
	padding-top: 40px;
}

.about-text p {
	margin-bottom: 15px;
	text-indent: 30px;
}

.about-text img {
	margin-top: 40px;
}

.gcimg {
	position: absolute;
	left: 0;
	top: 0;
	height: 80%;
	right: calc(57% + 30px);
	background: url(../images/DSC04448.jpg) no-repeat right;
	background-size: cover;
}


/**/

.application {
	position: relative;
	z-index: 9;
	margin-top: -180px;
}

.application .title,
.news-index .title {
	text-align: left;
}

.application .title h2:before,
.news-index .title h2:before {
	left: 0;
	margin-left: 0;
}

.application .title p,
.news-index .title p {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
	opacity: 0.2;
}

.application .swiper-slide img {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s;
}

.application .swiper-slide {
	position: relative;
	overflow: hidden;
}

.application .swiper-slide .title-app {
	position: absolute;

	left: 0;
	right:0;
	bottom:0;
	height:40px;
	line-height:40px;
	color: #333;
	background: #fff;
	text-align:center;
	z-index:2;
}

.application .swiper-slide:hover img {
	transform: scale(1.1);
	transition: all 0.3s;
}
.application .swiper-slide .title-app p {
	font-size: 18px;
}


.app-wrapper:hover .app-button-next,
.app-wrapper:hover .app-button-prev {
	display: flex;
}

.app-wrapper .app-button-prev {
	left: 10px;
	display: none;
}

.app-wrapper .app-button-next {
	right: 10px;
	display: none;
}

.img-box {
	position:relative;
	overflow: hidden;
}

.img-box img {
	width: 100%;
	transform: scale(1);
	transition: all 0.3s;
}
.video_tb{
	position:absolute;
	display:flex;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:2;
	    justify-content: center;
    align-items: center;
	background:rgba(0,0,0,0.2);
	cursor:pointer;
}
.video_tb img{
	width:100px;
}
.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;
}


/**/

.news-wrapper .swiper-slide {
	background: #fff;
}

.news-wrapper .swiper-slide a {
	display: block;
	width: 100%;
	height: auto;
	color: #333;
}

.news-text {
	padding: 20px 20px 30px;
	background: #fff;
}

.news-index {
	position: relative;
	background: url(../images/vimg.jpg) no-repeat center fixed;
	background-size: cover;
}

.news-text h6 {
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}

.news-wrapper .swiper-slide:hover h6 {
	color: #000;
}

.news-wrapper .swiper-slide p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-index .title {
	position: relative;
}

.news-index a.more_btn {
	position: absolute;
	right: 0;
	top: 20px;
	transition: all 0.3s;
}

a.more_btn:hover {
	transform: scale(1.2);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

.news-text span {
	font-weight: bold;
}

.news-index .swiper-slide:hover .img-box img {
	transform: scale(1.1);
	transition: all 0.3s;
}

.news_btn {
	margin-top: 40px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
}

.news_btn .swiper-pagination {
	position: initial;
	width: 100%;
	margin: 0 15px;
	height: 3px;
	background: #aaa;
}

.news_btn .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #e40000;
}

.news_button {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #999;
}

.news_button:hover {
	color: #e40000;
}


/**/

.by-box {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	background: url(../images/bb2.jpg) no-repeat center fixed;
	background-size: cover;
	min-height: 380px;
}

.by-box h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
a.lianxi_btn{
	display: flex;
	margin: 30px auto 0;
    width: 182px;
    height: 46px;
	color:#fff;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
    align-items: center;
    justify-content: space-around;
    border-radius: 46px;
}
a.lianxi_btn img{
	width:12px;
}
/**/
.footer-list{
	width: 100%;
	background: #fff;
	padding: 80px 0 60px;
}
.footer-list-left{
	float: left;
	padding-right:15px;
}
.footer-list-left img{
	width: 240px;
	margin-bottom: 40px;
}
.contact_bottom li{
	display: flex;
    margin-bottom: 10px;
    list-style: none;
    align-items: flex-start;
    justify-content: flex-start;
}

.contact_bottom li span{
	display: inline-block;
	margin-right: 10px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	margin-top: 3px;
}
.footer-list-right{
	display: flex;
	float: right;
	width: calc(100% - 600px);
	padding-left: 40px;
	    justify-content: space-between;
    align-items: flex-start
}
li{
	list-style: none;
}
.foot-nav-item {
	min-width: 220px;
}
.foot-nav-item.foot-nav-item2{
	min-width: 440px;
	max-width: 500px;
}
.foot-nav-item .foot-nav-title{
	position: relative;
	padding-bottom: 46px;
}
.foot-nav-item .foot-nav-title:before{
	position: absolute;
	content: "";
	width: 30px;
	height: 1px;
	left: 0;
	top: 40px;
	background: #000;
}
.foot-nav-item li{
	width: 100%;
	font-size: 14px;
	margin-bottom: 15px;
}
.foot-nav-item2 li{
	float: left;
	width: 50%;
}
.contact-ewm{
	text-align: center;
	width:140px;
	min-width: 140px;
}
.contact-ewm img{
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.footer-bottom{
	width: 100%;
	padding: 20px 0;
	background: #2c2c2c;
}
.footer-bottom a{
	color: #fff;
}
.footer-bottom .container{
	display: flex;
	color: #fff;
	font-size: 14px;
	justify-content: space-between;
    align-items: center;
}
/**/

#banner-img{
	display: flex;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	min-height: 800px;
	align-items: center;
    justify-content: center;
}
#banner-img h3{
	font-size:60px;
	font-weight:bolder;
	color: #fff;
	opacity: 0.2;
}
#banner-img p{
	position: relative;
	padding-left: 30px;
	    font-size: 40px;
    font-weight: 900;
	color: #fff;
}
#banner-img p:after{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	background: #E40000;
}
#banner-img p:before{
	position: absolute;
	content: "";
	right: 0;
	left:280px;
	height: 1px;
	top: 50%;
	background: #fff;
	opacity: 0.2;
}
.cont_main{
	width: 100%;
	min-height: 600px;
}

.warpper-ny{
	padding: 100px 0;
	display: flex;
    align-items: center
}
.title-ny{
	margin-bottom: 40px;
}
.title-ny p{
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	color: rgba(0,0,0,0.2);
}

.title-ny h2{
	font-size: 30px;
}

.about-box-ny{
	display: flex;
	align-items: center;
}

.about-box-ny-right{
	
	padding-right: 60px;
	max-width: 50%;
	
}

.about-box-ny-text>p{
	text-indent: 30px;
	line-height: 34px;
	font-size: 16px;
}


.about-box-ny-text img{
	width: 200px;
}
.about-box-ny .img-box{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 15px rgba(0,0,0,0.1);
}
.ry-wrapper .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
/**/
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;
}

/**/

.contact-box-ny{
	background: #f8f8f8;
}
.contact-box-ny .container>div.contact-con{
	position: relative;
	display: flex;
	border-radius: 15px;
	overflow: hidden;
	min-height: 500px;
	background: #fff;
}
.contact-box-left{
	display: flex;
    padding: 30px;
    width: 100%;
    max-width: 40%;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.contact-box-right{
	position: absolute;
	top: 0;
	right: 0;
	left: 40%;
	bottom: 0;
	background: #212121;
}

.contact_cen li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
    font-size: 16px;
}


.contact_cen li span{
	width: 60px;
	height: 60px;
	margin-right: 20px;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	display: flex;
    align-items: center;
    justify-content: center;
    color: #E40000;
    font-size: 20px;
}

.feedback-form .form-control-input {
	position: relative;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	width: 100%;
	padding: 15px 15px 15px 20px;
	height: 57px;
	line-height: 26px;
	color: #000;
	background-repeat: no-repeat;
	background-position: 0.5rem center;
	background-size: 0.5rem;
	border: 1px solid #e5e5e5;
	border-radius: 0px;
	transition: all .3s;
	outline: 0;
}

.feedback-form .form-control-input .form-control,
.feedback-form .form-textarea {
	background-color: #ffffff7a;
}

.feedback-form .form-textarea {
	padding-left: 20px;
	height: 180px;
}

.feedback-submit {
	float: right;
	background: #000;
	color: #ffffff;
	border-radius: 0;
	width: 100%;
	max-width: 300px;
	height: 51px;
	border-radius: 3px;
}

.feedback-submit:hover {
	background: #cd152c;
	color: #fff;
}


#allmap {
	width: 100%;
	height:100%;
	position: relative;
}
.contact_sign {
	display: block;
	width: 80px;
	height: 80px;
	background: #E40000;
	position: relative;
	border-radius: 50%;
}

.contact_sign .btn {
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	width: 80px;
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.contact_sign .btn .icon-dh {
    width: 30px;
    margin-bottom: 5px;
}
/**/
.Products-head {
	padding: 40px 0;
	background: #f1f5f9;
}

.left-nav {
	width: 280px;
	padding-right: 10px;
	border-right: 1px solid #EAEAEA;
}

.left-nav>div.pro-nav-box {
	width: 100%;
	height: calc(100% - 55px);
	overflow: hidden;
	overflow-y: auto;
}

.close-pro {
	display: none;
	text-align: right;
	padding: 10px 15px;
	height: 50px;
	font-size: 20px;
	margin-bottom: 5px;
}

.pro-tab {
	display: flex;
	padding: 40px 0;
	align-items: center;
	justify-content: center;
}

.pro-tab li a {
	display: block;
}

.pro-tab li a:hover {
	color: #CD152C;
}

.pro-tab li {
	position: relative;
	background: #fff;
	color: #666;
	line-height: 60px;
	padding: 0 30px;
	margin: 0 15px;
	border: 1px solid #EAEAEA;
	min-width: 230px;
	text-align: center;
}

.pro-tab li:hover {
	border-color: #CD152C;
}

.pro-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 #000;
}

.pro-tab li.cur {
	background: #000;
}

.pro-tab li.cur a {
	color: #fff;
}

.pro-type-nav {
	display: flex;
	text-align: left;
	background: #fff;
	padding: 15px 20px;
	margin:15px 0;
	line-height: 30px;
	align-items: center;
	justify-content: space-between;
	border-radius: 5px;
}
.pro-type.cur .pro-type-nav {
	background: #e40000;
	color: #fff;
}

.pro-type-nav i {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	transition: all 0.3s;
}

.pro-type>.pro-type-nav i {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	/* IE 9 */
	-webkit-transform: rotate(0deg);
	transition: all 0.3s;
}

.procenter {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-center-list {
	padding: 50px 0;
	width: calc(100% - 330px);
}

.product-center-list>ul {
	margin-top: 10px;
	margin-left: -10px;
	margin-right: -10px;
}

.product-center-list>ul>li {
	position: relative;
	float: left;
	
	padding: 20px;
	width: calc(33.3333% - 20px);
	margin: 10px;
	box-shadow: initial;
	
	cursor: pointer;
	border: 1px solid #eaeaea;
	border-radius: 10px;
}
.product-center-list>ul>li a{
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.product-center-list>ul>li:before {
    background: #cd152c;
    content: "";
    height: 3px;
    left:50%;
    right:50%;
    position: absolute;
    bottom: 0;
    z-index: 0;
    transition: all 0.3s;
}
.product-center-list>ul>li:hover:before {
	left: 0;
    right: 0;
    transition: all 0.3s;
}
 .product-center-list>ul li:hover {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s;
}
.product-center-list>ul li p {
	margin-top: 20px;
		    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.left-nav {
	position: sticky;
	top: 80px;
}

.product-center-list>ul li:hover:after {
	right: 0;
}

.newprocenter .product-center-list {
	width: 100%;
}

.newprocenter .product-center-list>ul li {
	width: calc(25% - 20px);
}

.product-center-list .hidden {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10000000000000;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.product-center-list .hidden img {
	max-width: 800px;
	max-height: 78%;
}

.product-center-list .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: 42px;
	font-size: 25px;
	cursor: pointer;
	justify-content: center;
}

.product-center-list .hidden.cur {
	display: flex;
}

.pro-type-mobile {
	display: none;
}
.left-nav li {
	padding: 15px 15px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background:#f5f5f5;
}
.left-nav li.cur{
	background:#e40000;
} 
.left-nav li.cur a{
	color:#fff;
}
.left-nav li:last-child {
	border: none;
}

/**/
#banner-img .dh{
	padding-top: 100px;
}
.pro-view-container {
	display: flex;
	justify-content: space-between;
}

.pro-view-container .pro-img {
	text-align: center;
}

.pro-view-container .pro-view-left {
	max-width: 60%;
	padding-right: 30px;
}

.pro-view-img {
	width: 100%;
	margin: auto;
	position: relative;
}

.gallery-top .swiper-slide {
	display: flex;
	width: 100%!important;
	text-align: center;
	background: #ffffff;
	justify-content: center;
	align-items: center;
}

.gallery-top .swiper-slide img {
	max-width: 500px;
	width: 100%;
}

.swipers-btns {
	position: absolute;
	top: 50%;
	width: 100%;
	opacity: 0;
	z-index: 999;
	left: 0;
	margin-top: -12px;
}

.swipers-btn.swiper-button-disabled {
	color: #cccccc;
}

.swipers-btn {
	position: absolute;
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #000;
	text-align: center;
	line-height: 34px;
	font-size: 40px;
	text-align: center;
	outline: 0;
}

.pro-view-img:hover .swipers-btns {
	opacity: 1;
}

.pro-view-but-prev {
	right: 15px;
}

.pro-view-but-next {
	left: 15px;
}

.gallery-thumbs {
	margin-bottom: 40px;
	height: auto;
	padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
	opacity: 0.4;
	height: auto;
	border: 1px solid #cdcdcd;
	background: #fff;
}

.pro-view-container .pro-view-right {
	width: 40%;
	padding-left: 20px;
}

.pro-view-container .pro-title {
	font-size: 18px;
	position: relative;
	padding-right: 66px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAEAEA;
	margin-bottom: 40px;
}

.pro-view-container .pro-title h1 {
	font-size: 24px;
	margin-bottom: 0;
}

.pro-view-container .pro-back a.btn-contact {
	position: relative;
	background: #000;
	color: #ffffff;
	overflow: hidden;
}

.pro-view-container .pro-back a.btn-contact:after {
	background-color: #fff;
	content: "";
	height: 100%;
	left: -140%;
	opacity: .1;
	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;
}

.pro-view-container .pro-back a.btn-contact:hover:after {
	left: -8%;
	transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

.pro-back {
	display: flex;
	margin-top: 40px;
	border-top: 1px solid #EAEAEA;
	padding-top: 30px;
	align-items: center;
}

.pro-view-container .pro-back a {
	display: inline-block;
	font-size: 16px;
	color: #111111;
	line-height: 50px;
	margin-right: 10px;
	height: 50px;
	width: 100%;
	text-align: center;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border-color: #000;
}

.pro-view-container .pro-back b {
	margin-left: 20px;
	display: flex;
	font-weight: bold;
	font-size: 26px;
	color: #E92631;
	flex-direction: column;
	margin-bottom: 5px;
}

.pro-view-container .pro-back b span {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: -2px;
}

.pro-view-back {
	position: absolute;
	right: 0;
	color: #fff;
	background: #eaeaea;
	font-size: 14px;
	top: 0px;
	padding: 5px 20px;
}

.pro-view-back:hover {
	background: #000;
}

.pro-view-back:hover a {
	display: block;
	color: #fff;
}
.pro-view-jj{
	border-top: 1px solid #eaeaea;
	padding:40px 30px 0;
}
.product-view .product_details{
	margin-top: 40px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
}
.product-view .product_details h2{
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.headline{
	margin-bottom: 30px;
}


#banner-img2{
	display: flex;
    align-items: center;
	background: #f8f8f8;
	min-height: 340px;
	
}
#banner-img2 .container{
	margin-top: 100px;
}

/**/
.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;
}

#index-section2-swiper .icon{
	
	line-height:20px;
	
}




@media screen and (max-width: 1500px) {
	.footer-list-right{
		width: calc(100% - 440px);
	}
}

@media screen and (max-width: 1350px) {
	.header-nav .nav-item {
		margin-left: 15px;
	}
	.header-nav .navbar .nav-link {
		margin: 0;
	}
	.footer-list-right{
		width: calc(100% - 500px);
	}
	.fast_list{
		display: none;
	}
}

@media screen and (max-width: 1240px) {
	.fupad {
		width: 180px;
	}
}

@media screen and (max-width: 1200px) {
	.clear1{
	display:none;
}
.clear2{
	display:block;
}
	#banner-img2{
		min-height:170px;
	}
	#banner-img2 .container {
    margin-top: 55px;
	}
	.page ul li a, .page ul li span{
		padding:5px 10px;
	}
	    .product-center-list>ul li {
        width: calc(50% - 20px);
        padding:20px 5px;
    	}
	.contact-box-right{
		position: initial;
		width: 100%;
		height: 500px;
	}
	.contact-box-left{
		max-width: 100%;
	}
	.about-box-ny-right{
		max-width: 100%;
		padding: 0 0 40px;
	}
	.about-box-ny {
    display: flex;
    align-items: center;
    flex-direction: column;
	}
	#banner-img{
		min-height: 700px;
	}
	.footer-list-right{
		width: initial;
	}
	.foot-nav-item.foot-nav-item2{
	display: none;
	}
	.index-section2,
	.pc_header {
		display: none;
	}
	.index-section_cp {
		display: block;
	}
}

@media screen and (max-width:991px) {

	#banner-img2{
	display: flex;
        align-items: flex-end;
        min-height: 160px;
	}
	#banner-img2 .container{
		margin-top: 100px;
		margin-bottom: 40px;
	}
	.pro-view-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.pro-view-container .pro-view-left{
	max-width: 100%;
	padding-right: 0;
	margin-bottom: 30px;
}
.pro-view-container .pro-view-right{
	width: 100%;
	padding-left: 0;
}
	    .close-pro {
        display: block;
    }
	    .pro-type-mobile {
        display: block;
        text-align: center;
        padding: 15px;
        width: 60%;
        min-width: 320px;
        margin: 30px auto 0;
        background: #2c2c2c;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        border-radius: 5px;
    	}
    	 .pro-type-mobile i{
    	 	margin-right: 15px;
    	 }
        .left-nav {
        position: fixed;
        z-index: 1000000;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: 0;
        width: 50%;
        min-width:300px;
        background: #fff;
        transition: all 0.3s;
        overflow: hidden;
        overflow-y: auto;
        box-shadow: 10px 0 20px rgba(0, 0, 0, 0.2);
    	}
    .left-nav>div.pro-nav-box{
    	padding:0 10px;
    }
   .left-nav>div.pro-nav-box::-webkit-scrollbar {
	width: 3px;
}

   .left-nav>div.pro-nav-box::-webkit-scrollbar-button:vertical {
	display: none
}
   .left-nav>div.pro-nav-box::-webkit-scrollbar-track,
    .left-nav>div.pro-nav-box::-webkit-scrollbar-corner {
	background-color: rgba(0,0,0,0)
}

    .left-nav>div.pro-nav-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color:#666
}

    .procenter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}
.product-center-list{
	width: 100%;
	padding: 30px 0;
}
    .left-nav.cur {
        left: 0;
        transition: all 0.3s;
    }
	.contact-box-left {
   
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
	}
	.contact-box-ny .container>div.contact-con {
  
    flex-direction: column;
	}
	.title h2 {
		position: relative;
		font-size: 24px;
		font-weight: bold;
	}
	.banner_button {
		width: 40px;
		height: 40px;
	}
	.index-section_cp h5 {
		font-size: 18px;
	}
	ul.news-list li a {
		align-items: center;
		justify-content: flex-start;
		flex-direction: column;
	}
	ul.news-list li .img-box {
		width: 100%;
		margin: 20px 0;
	}
	ul.news-list li .text-box {
		width: 100%;
		padding-left: 0;
	}
}

@media screen and (max-width:768px) {
	


	.headline h2{
		text-align: center;
		font-size: 20px;
	}
	.title h2 {
		position: relative;
		font-size: 20px;
		font-weight: bold;
	}

	.ph_banner{
		display: block;
		width: 100%;
	}
	.pc_banner{
		display: none;
	}
	.about_right {
		float: right;
		width: 100%;
	}
	.gcimg {
		margin-bottom: 40px;
		position: initial;
		width: 100%;
		min-height: 400px;
	}
	.application {
		margin-top: -90px;
	}
	.footer-list-right{
		float: left;
		padding-left: 0;
		margin-top: 30px;
	}
	.title-ny h2,.about-top{
		text-align:center;
		font-size:22px;
	}
	.about-top img{
		float:none;
	}
}

@media screen and (max-width: 576px) {
	#banner-img{
		background-position:top center!important;
		background-size:160%!important;
		min-height:340px;
	}
	.moblie_title_right .lang {

	background-position: 0 -20px;
}
	.warpper-ny{
		padding:60px 0;
	}
	#banner-img p{
		margin-top:60px;
		font-size:26px;
	}

	.footer-list-left img {
    width: 160px;
	}
	.by-box h4{
		font-size:20px;
	}
	.moblie_title_right .lang {
		width: 20px;
		height: 22px;
	}
	.moblie_title_right .header-right-btn>div {
		margin-right: 15px;
	}
	.mobile_header_title img {
		height: 28px;
	}
	.mobile_header_title {
		padding: 10px 20px;
	}
	.search_nav_btn {
		font-size: 20px;
	}
	.contact-ewm{
		display: none;
	}
	.footer-bottom .container {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
	}
	.banner_button{
		display: none;
	}
}

@media screen and (max-width: 400px) {
	
	.mobile_header_title img {
		height: 22px;
	}
	.mobile_header_title {
		padding: 10px 15px;
	}
}