@charset "UTF-8";
.swiper2 .swiper-slide{border:1px solid #f5f5f5;}
.con1200 {
	width: 1200px;
	margin: 0 auto
}

.con1440 {
	width: 1440px;
	margin: 0 auto;
}

#pc_header {
	border-bottom: 3px solid #d8261b;
	position: relative;
	background: url(../images/phone_bg.png) no-repeat top right;
	width: 100%;
}

.logo {
	width: 167px;
	height: 77px;
}

.logo img {
	width: 100%;
}

.header_container {
	width: 1440px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 18px 0 15px;
}

.nav_top {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	text-align: right;
	margin-top: -1.5%;
    margin-right: 5%;
}

.nav_top b {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
}

.navs {
	margin-top: 38px;
}

.navs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.navs li {
	font-size: 16px;
	line-height: 16px;
	color: #333;
	position: relative;
	padding-right: 20px;
	margin-right: 20px;
}

.navs li.active {
	font-weight: bold;
	color: #d8261b;
}

.navs li:after {
	position: absolute;
	content: "";
	height: 12px;
	right: 0%;
	top: 4px;
	border-right: 2px solid #e6e6e6;
}

.navs li:last-child {
	padding: 0;
	margin: 0;
}

.navs li:last-child::after {
	display: none;
}

.swiper1 img {
	width: 100%;
}

.swiper1 .prev1,
.swiper1 .next1 {
	width: 48px;
	height: 48px;
}

.swiper1 .prev1 {
	background: url(../images/banner_left.png) no-repeat center;
	left: 40px;
}

.swiper1 .prev1:hover {
	background-image: url(../images/banner_left_on.png);
}

.swiper1 .next1 {
	background: url(../images/banner_right.png) no-repeat center;
	right: 40px;
}

.swiper1 .next1:hover {
	background-image: url(../images/banner_right_on.png);
}

.pagination1 .swiper-pagination-bullet {
	width: 80px;
	height: 6px;
	background-color: #ffffff;
	opacity: 0.5;
	border-radius: 0 !important;
}

.pagination1 .swiper-pagination-bullet-active {
	background-color: #d8261b;
	opacity: 1;
}

.public_title {
	text-align: center;
}

.public_title .line {
	width: 120px;
	height: 4px;
	background-color: #d8261b;
	margin: 0 auto;
}

.public_title h3 {
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	margin: 10px 0 15px;
}

.public_title span {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #666666;
}

.section1 {
	padding: 47px 0 57px;
}

/* 行业应用 */
.industry_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.industry_right ul {
	width: 100%;
}

.industry_right li {
	width: 100%;
}

.industry_left {
	width: 280px;
	background-color: #e6e6e6;
}

.industry_left li:first-child {
	border-top: none;
}

.industry_left li {
	width: 100%;
	height: 60px;
	border-top: 1px solid #fff;
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	padding: 0 34px;
	position: relative;
	cursor: pointer;
}
.industry_left li a{
    display: block;
}

.industry_left li.active {
	background-color: #d8261b;
	color: #fff;
}

.industry_left li.active::after {
	position: absolute;
	content: "";
	right: -6.5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #d8261b;
}

.cusimg {
	float: right;
	width: 20px;
	height: 20px;
	background: url(../images/pro_more.png) no-repeat center/cover;
	margin-top: 19px;
}

.industry_left li.active .cusimg {
	background-image: url(../images/pro_more_active.png);
}

.industry_right {
	width: 872px;
	background-color: #f5f5f5;
	position: relative;
}

.industry_right img {
	width: 100%;
	height: 390px;
}

.industry_body {
	width: 100%;
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 25px 20px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.industry_body p {
	width: 630px;
	font-size: 14px;
	line-height: 24px;
	color: #333333;
}

.industry_body h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #d8261b;
}

.industry_right li {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: .8s;
	transition: .8s;
}

.industry_right li.active {
	opacity: 1;
}

/* 行业应用结束 */
.section2 {
	width: 100%;
	height: 680px;
	background: url(../images/section2_bg.png) no-repeat top center;
	padding: 45px 0 0;
}

.product_tab {
	margin-top: 25px;
}

.product_tab ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product_tab li {
	width: 180px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e6e6e6;
	border-radius: 2px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
}

.product_tab li.active {
	color: #fff;
	background-color: #d8261b;
}

.index_pro_box li {
	width: 390px;
	height: 390px;
	background: url(../images/pro_cover.png) no-repeat center/cover;
	border: solid 1px #e5e5e5;
	padding-top: 70px;
	position: relative;
}

.index_pro_box li:nth-child(2) {
	margin: 0 15px;
}

.index_pro_box {
	margin-top: 20px;
	position: relative;
}

.index_pro_box ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	opacity: 0;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	top: 0;
}

.index_pro_box ul.active {
	opacity: 1;
}

.ip_img {
	max-width: 307px;
	max-height: 235px;
	margin: 0 auto
}

.ip_img img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
	-o-object-fit: contain;
	object-fit: contain
}

.ip_body {
	width: 100%;
	padding: 0 28px;
	height: 28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 20px;
	font-size: 16px;
	color: #333;
}

.ip_body img {
	width: 28px;
	height: 28px;
}

.section3 {
	padding: 55px 0 80px;
}

.fixture_ul li {
	width: 580px;
	height: 300px;
	background-color: #ebebeb;
	padding: 45px 45px 0 15px;
}

.fixture_ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 33px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fixture_img {
	width: 250px;
	height: 200px;
	text-align: center;
}

.fixture_img img {
	max-width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	margin: 0 auto;
}

.fixture_body {
	margin-left: 13px;
	max-width: 257px;
}

.fixture_body h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

.fixture_body b {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
}

.fixture_ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.fixture_body p {
	font-size: 16px;
	line-height: 1.6;
	color: #666666;
}

.fixture_body p.line {
	width: 60px;
	height: 4px;
	background-color: #d8261b;
	margin: 14px 0 23px;
	line-height: 0;
}

.section4 {
	width: 100%;
	height: 600px;
	background: url(../images/section4_bg.png) no-repeat center;
	padding: 65px 0 52px;
}

.section4 .public_title span,
.section4 .public_title h3 {
	color: #fff;
}

.equipment_top {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
}

.equipment_ul ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 62px auto 0;
}

.equipment_ul li {
	width: 240px;
	height: 140px;
	padding: 20px 30px;
	border: 1px solid #394243;
	position: relative;
	margin-left: -1px;
	margin-top: -1px;
}

.equipment_top b {
	display: block;
	text-align: center;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border: solid 2px #d8261b;
	border-radius: 100%;
	color: #fff;
	margin-right: 5px;
}

.equipment_p {
	font-size: 14px;
	color: #999999;
}

.equipment_top p {
	font-size: 18px;
	line-height: 18px;
	color: #fff
}

.equipment_ul li:nth-child(1)::after,
.equipment_ul li:nth-child(2)::after,
.equipment_ul li:nth-child(3)::after,
.equipment_ul li:nth-child(4)::after,
.equipment_ul li:nth-child(5)::after {
	position: absolute;
	content: "";
	height: 39px;
	width: 1px;
	background: #394243;
	left: -1px;
	top: -39px;
}

.equipment_ul li:nth-child(6)::after,
.equipment_ul li:nth-child(7)::after,
.equipment_ul li:nth-child(8)::after,
.equipment_ul li:nth-child(9)::after,
.equipment_ul li:nth-child(10)::after {
	position: absolute;
	content: "";
	height: 39px;
	width: 1px;
	background: #394243;
	left: -1px;
	bottom: -39px;
}

.equipment_ul li:nth-child(1)::before,
.equipment_ul li:nth-child(6)::before {
	position: absolute;
	content: "";
	left: -99px;
	top: -1px;
	width: 99px;
	height: 1px;
	background: #394243;
}

.lines10::after {
	position: absolute;
	content: "";
	right: -99px;
	bottom: -1px;
	width: 99px;
	height: 1px;
	background: #394243;
}

.lines10::before {
	position: absolute;
	content: "";
	height: 39px;
	width: 1px;
	background: #394243;
	right: -1px;
	bottom: -39px;
}

.lines6::before {
	position: absolute;
	content: "";
	left: -99px;
	bottom: -1px;
	width: 99px;
	height: 1px;
	background: #394243;
}

.lines5::after {
	position: absolute;
	content: "";
	right: -99px;
	bottom: -1px;
	width: 99px;
	height: 1px;
	background: #394243;
}

.lines5::before {
	position: absolute;
	content: "";
	height: 39px;
	width: 1px;
	background: #394243;
	right: -1px;
	top: -39px;
}

.equipment_ul li:nth-child(5)::before {
	position: absolute;
	content: "";
	right: -99px;
	top: -1px;
	width: 99px;
	height: 1px;
	background: #394243;
}

.section5 {
	background-color: #f5f5f5;
	padding: 80px 0 65px;
}

.about_left {
	float: left;
	max-width: 579px;
}

.about_left img {
	max-width: 100%;
}

.about_right {
	float: left;
	margin-left: 75px;
}

.index_about_body {
	max-width: 505px;
	background: url(../images/ableft.png) no-repeat top left, url(../images/abright.png) no-repeat bottom right;
	padding: 65px 0;
	margin-top: 44px;
}

.index_about_body p {
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #333333;
	text-indent: 20px;
}

.about_right .public_title {
	text-align: left
}

.about_right .public_title .line {
	margin: 0;
}

.section6 {
	padding: 37px 0 40px;
}

.partner_swiper {
	margin-top: 40px;
}

.swiper2 img {
	width: 100%;
}

.swiper2 .prev2,
.swiper2 .next2 {
	width: 30px;
	height: 50px;
}

.swiper2 .prev2 {
	left: 0;
	margin-top: -25px;
	background: url(../images/par_left.png) no-repeat center;
}

.swiper2 .next2 {
	right: 0;
	margin-top: -25px;
	background: url(../images/par_right.png) no-repeat center;
}

.section7 {
	padding: 23px 0 63px;
}

.index_news_body {
	margin-top: 42px;
}

.hnews_right {
	width: 600px;
	height: 340px;
	float: right;
}

.hnews_left {
	width: 560px;
	float: left;
}

.hnews_right img {
	width: 100%;
	height: 100%;
}

.hnews_left li {
	width: 100%;
	padding: 24px 0 18px;
	border-bottom: 1px solid #e6e6e6;
}

.hnews_left h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #d8261b;
}

.hnews_left p {
	font-size: 16px;
	line-height: 16px;
	margin-top: 10px;
	color: #333333;
}

/* 底部 */
#footer {
	width: 100%;
	background-color: #231815;
}

.footer_top {
	padding: 74px 0 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer_bot {
	font-size: 14px;
	line-height: 70px;
	color: #999999;
	border-top: 1px solid #4f4644;
	display: flex;
	justify-content: center;
}

.footer_top dt {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #ffffff;
	position: relative;
	padding-left: 11px;
	margin-bottom: 30px;
}

.footer_top dt::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 18px;
	background-color: #d8261b;
	left: 0;
	top: 0;
}

.footer_top dd a {
	font-size: 14px;
	line-height: 36px;
	color: #cccccc;
}

.footer_top .contacts dd {
	color: #ccc;
	font-size: 14px;
	line-height: 36px;
}

/* 案例 */
#pagebanner img {
	width: 100%;
}

#pagebanner .con1200 {
	position: relative;
}

.crams {
	position: absolute;
	bottom: 20px;
	right: 0;
	font-size: 14px;
	color: #f1f0f5;
}

.case_title {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.case_title {
	font-size: 26px;
	color: #d8261b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case_title b {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}

.case_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.case_tab a {
	display: block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e6e6e6;
	border-radius: 2px;
	font-size: 14px;
	color: #333333;
	margin-left: 23px;
}

.case_tab a.active {
	background-color: #d8261b;
	color: #fff;
}

.case_box {
	padding: 54px 0 42px;
}

.case_list {
	margin-bottom: 48px;
}

.case_list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.case_list li {
	width: 380px;
	height: 290px;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.case_list li.last_case{
	width: 380px;
	height: 0;
	margin: 0;
	padding: 0;
}
.case_list li>img {
	width: 100%;
	height: 100%;
}

.case_list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 44px;
	line-height: 44px;
	padding-left: 15px;
	background-color: rgba(0, 0, 0, .5);
	font-size: 16px;
	color: #f1f0f5;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}

.case_list li:hover p {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

#pagesize {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#pagesize a {
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}

.product_one {
	padding: 60px 0 0;
}

.product_two {
	padding: 80px 0 0;
}

.product_boxss ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product_boxss li {
	width: 401px;
	height: 600px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
	margin-left: -1px;
	margin-top: -1px;
	padding: 47px 28px;
}
.fspro_boxss li {
    height: 460px;
}
.case_title .lines {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-top: 1px solid #ccc;
	margin-left: 35px;
}

.product_box .case_title {
	margin-bottom: 45px;
}

.product_boxss li.product_last {
	width: 400px;
	height: 0;
	background-color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
}

.pro_title {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #d8261b;
	margin: 18px 0 62px;
}

.product_boxss li b.arr {
	display: inline-block;
	margin-left: 12px;
	content: "";
	width: 0;
	height: 0;
	border-width: 8px 12px;
	border-style: solid;
	border-color: transparent transparent transparent #d8261b;
	vertical-align: bottom
}
.space{color: #999;line-height: 2;}
.pro_num {
	font-size: 48px;
	line-height: 48px;
	color: #333333;
	font-weight: normal;
}

.proone {
	display: block;
	max-width: 300px;
	max-height: 200px;
	margin: 0 auto;
}

.char_tit {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
	margin-top: 35px;
	margin-bottom: 10px;
}

.pro_char span {
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	display: block;
	margin-bottom: 20px;
}

.pro_char p {
	font-size: 15px;
	line-height: 30px;
	color: #999999;
}

.product_box {
	padding-bottom: 98px;
}

/* 关于我们 */
.company_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 58px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.ct_left {
	max-width: 730px;
	padding: 45px 40px;
	background: url(../images/ableft.png) no-repeat top left/40px 38px, url(../images/abright.png) no-repeat bottom right/40px 38px;
}

.ct_left p,
.cb_right p {
	font-size: 15px;
	line-height: 28px;
	color: #333333;
	text-indent: 40px;
}

.company_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between
}

.cb_left {
	width: 520px;
}

.cb_left img {
	width: 100%;
}

.ct_right {
	width: 440px;
	margin-left: 22px;
}

.ct_right img {
	width: 100%;
}

.cb_right {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: 50px;
	width: 527px;
	margin-top: 15px;
}
.about_two{
	padding-top: 70px;
}
.swiper3 img{
	width: 100%;
}
.about_reports{
	position: relative;
}
.about_reports .prev3,.about_reports .next3{
	width: 28px;
	height: 26px;
	background-size: 28px 26px;
	background-repeat: no-repeat;
	margin-top: -13px;
	outline: none;
	opacity: 1!important;
}
.about_reports .prev3{
	background-image: url(../images/ab_left.jpg);
	left: -60px;
}
.about_reports .next3{
	background-image: url(../images/ab_right.jpg);
	right: -60px;
}
.newst_left{
	position: relative;
	width: 560px;
	float: left;
}
.newst_data{
	position: absolute;
}
.newst_data b{
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}
.newst_right{
	float: left;
	width: 410px;
	margin-left: 60px;
	padding-top: 45px;
}
.swiper4 .swiper-slide{
	padding: 0 65px;
}
.swiper4 .prev4,
.swiper4 .next4{
	width: 15px;
	height: 26px;
	background-size: 15px 26px;
	background-repeat: no-repeat;
}
.swiper4 .prev4{
	background: url(../images/news_left.png);
}
.swiper4 .next4{
	background: url(../images/news_right.png);
}
.newst_left img{
	max-width: 100%;
}
.newst_right h3 {
	font-size: 20px;
	font-weight: bold;
	color: #d8261b;
	margin-bottom: 20px;
}
.newst_right p {
	font-size: 14px;
	line-height: 28px;
	color: #999999;
}
.swiper4 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #cccccc;
	opacity: 1;
	border-radius: 0;
}
.pagination4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	right: 39%;
	bottom: 20%!important;
	left: unset!important;
	width: auto!important;
}
.swiper4 .swiper-pagination-bullet-active{
	background:#d8261b
}
.newest_swiper{
	margin-top: 40px;
	margin-bottom: 105px;
}
.newst_data {
	position: absolute;
	bottom: 0%;
	right: 0%;
	width: 90px;
	height: 90px;
	padding: 20px 0;
	background-color: #d8261b;
}
.pnews_left {
	width: 10px;
	height: 10px;
	background-color: #cccccc;
}
.pnews_body {
	max-width: 896px;
}
.pastperiop_ul{
	margin-top: 33px;
	margin-bottom: 40px;
}
.pastperiop_ul li{
	padding: 30px 75px 30px 42px;
	
}
.pastperiop_ul li:hover {
	-webkit-box-shadow: 0px 0px 20px 0px 
	rgba(105, 86, 86, 0.2);
	        box-shadow: 0px 0px 20px 0px 
	rgba(105, 86, 86, 0.2);
}
.pastperiop_ul li:hover .pnews_left{
	background-color: #d8261b;
}
.pastperiop_ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: inherit;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center
}
.pnews_body h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
}
.pnews_body p {
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.pnews_data{
	font-size: 14px;
	line-height: 14px;
	color: #666;
}
.news_article{
	max-width: 840px;
	float: left;
}
.hotnews{
	float: right;
	width: 260px;
}
.news_title{
	padding-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #f0f0f0;
}
.news_title h2 {
	font-size: 28px;
	color: #333333;
	max-width: 712px;
	float: left;
}
.newsdata {
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	float: right;
	margin-top: 15px;
}
.news_detail_body{
	padding: 50px 20px 40px;
}
.news_detail_body p{
	font-size: 16px;
	color: #666;
}
.news_detail_body img{
	max-width: 100%;
}
.detail_prev_next {
	width: 100%;
	height: 60px;
	background-color: #f0f0f0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 30px;
	font-size: 16px;
	color: #333;
}
.news_wrap{
	padding: 57px 0 75px;
}
.hotnews h3 {
	font-size: 20px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 24px;
}
.hotnews ul{
	border-top:1px solid #e6e6e6;
	padding-top: 27px;
}
.hotnews li {
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 30px;
	position: relative;
	padding-left: 20px;
}
.hotnews li::after{
	position: absolute;
	content:"";
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	left: 0;
	top: 10px;
}
.hotnews li:hover::after{
	background-color: #d8261b;
}
.news_center {
	width: 100%;
	height: 60px;
	background-color: #d8261b;
	color: #fff;
	font-size: 16px;
	padding: 0 33px;
}
.news_center a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: inherit;
}
.news_center span{
	font-family: serif;
	font-weight: bold;
}
.contact_box{
	padding: 60px 0 57px;
}
.contact_list{
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around
}
.contact_list h3 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.contact_list li{
	width: 500px;
}
.contact_list b {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.contact_list p {
	font-size: 16px;
	color: #999999;
	line-height: 35px;
}
.contact_list p>img{
	margin-right: 25px;
}
.contact_list1{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contact_content{
	margin-bottom: 80px;
}
.send_form{
	max-width: 1015px;
	margin: 30px auto 0;
}
.formlist p {
	width: 60px;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle
}
.formlist input {
	width: 380px;
	height: 40px;
	border: solid 1px #cccccc;
	padding: 0 10px;
}
.formlist{
	width: 445px;
}
.formitem{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 20px;
}
.lastform{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lastform textarea{
	width: 950px;
	display: inline-block;
	height: 96px;
	border:1px solid #ccc;
	padding: 10px;
}
#btnSubmit {
	width: 140px;
	height: 44px;
	margin-left: 63px;
	background-color: #d8261b;
	font-size: 16px;
	color: #fff;
	margin-top: 24px;
	cursor: pointer;
	outline: none;
}
.pro_detail_title{
	text-align: center;
	margin-bottom: 45px;
}
.pro_detail_title h3{
	font-size: 30px;
	line-height: 30px;
	color: #333333;
	margin-bottom: 15px;
}

.pro_detail_title p {
	font-size: 30px;
	line-height: 30px;
	color: #cccccc;
}
.product_detail_box{
	padding: 68px 0 80px;
}
.detail_title p{
	width: 30px;
	height: 8px;
	background-color: #d8261b;
}
.detail_title h3 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 40px;
	color: #333333;
	margin-bottom: 12px;
}
.detail_title span {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #d8261b;
	display: block;
	margin-bottom: 30px;
}
.bgf5{
	background-color: #f5f5f5;
}
.detailswiper .prev5,
.detailswiper .next5{
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
.detailswiper .prev5{
	background-image: url(../images/banner_left.png);
}
.detailswiper .next5{
	background-image: url(../images/banner_right.png);
}
.detail_left{
	max-width: 700px;
		font-size: 14px;
		line-height: 30px;
		color: #333333;
		margin-right: 20px;
}
.detail_right{
	width: 445px;
	margin-top: 45px;
}
.detailswiper .swiper-slide{
	padding: 0 45px;
}
.detailswiper .swiper-slide img{
	display: block;
	max-width: 100%;
margin: 0 auto
}
.detail1_box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
.pro_detail1{
	padding-bottom: 120px;
}
.detail2_body{
	margin-top: 30px;
}
.detail2_body p{
	font-size: 14px;
	line-height: 30px;
	color:#333;
}
.pro_detail3{
	padding-bottom: 60px;
}
.pro_detail2{
	padding-bottom: 115px;
}
.detail3_body{
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
.detail3_body img{
	max-width: 100%;
}
.pro_detail4{
	padding-bottom: 63px;
}
.detail4_body{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap
}
.detail4_body img{
	max-width: 100%;
	margin-left: 40px;
}
.pro_detail5{
	padding-bottom: 70px;
}
.detail5_bxody{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 40px;
}
.detail5_bxody img{
	max-width: 100%;
}
.pro_detail6{
	padding-bottom: 55px;
}
.detail6_body{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.pro_detail6_imgs{
	padding-top: 35px;
}
.detail6_imgs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.detail6_imgs img{
	max-width: 100%;
}
.video_list li>img{
	height: 210px;
}
.video_list li{
	height: 255px;
}
.video_list li.last_video{
	width: 380px;
	height: 0;
	margin: 0;
	padding: 0;
}

.video_list li p{
	position: static;
	background-color: #666666;
	-webkit-transform: translate(0);
	        transform: translate(0)
}
.video_mark{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	background:rgba(0,0,0,0.1);
}
.video_mark img{
	max-width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
@media (min-width:1367px) and (max-width:1440px) {
	.header_container {
		width: 1300px;
	}

	#pc_header {
		background: url(../images/phone_bg.png) no-repeat right 0px/23% 33%;
	}

	.section4 .con1440 {
		width: 1300px;
	}

	.equipment_ul li {
		padding: 20px;
	}

	.equipment_ul li:nth-child(5)::before {
		right: -30px;
		width: 30px;
	}

	.equipment_ul li:nth-child(1)::before,
	.equipment_ul li:nth-child(6)::before {
		width: 30px;
		left: -30px;
	}

	.lines6::before {
		left: -30px;
		width: 30px;
	}

	.lines10::after {
		position: absolute;
		content: "";
		right: -30px;
		bottom: -1px;
		width: 30px;
		height: 1px;
		background: #394243;
	}

	.lines5::after {
		right: -30px;
		width: 30px;
	}
}

@media (min-width:1200px) and (max-width:1366px) {
	.pagination4{
		right: 37%;
	}
	.product_boxss ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product_boxss li {
		width: 389px;
	}

	.product_boxss li.product_last {
		width: 389px;
		height: 0;
		margin: 0;
		padding: 0;
		border: none;
	}

	.header_container {
		width: 1170px;
	}

	#pc_header {
		background: url(../images/phone_bg.png) no-repeat right 0px/23% 33%;
	}

	.section4 .con1440 {
		width: 1170px;
	}

	.con1200 {
		width: 1170px;
	}

	.equipment_ul li:after,
	.equipment_ul li:before,
	.equipment_ul li:nth-child(5)::before,
	.equipment_ul li:nth-child(1)::before,
	.equipment_ul li:nth-child(6)::before,
	.lines6::before,
	.lines5::before,
	.lines10::before,
	.lines10::after,
	.lines5::after {
		display: none;
	}

	.index_pro_box li {
		width: 380px;
		height: 380px;
	}

	.equipment_ul li {
		width: 230px;
		height: 150px;
	}
	.about_reports .prev3{
		left: -0;
	}
	.about_reports .next3{
		right: -0;
	}
	.ct_left{
		max-width: 700px;
	}
	.detail6_imgs p{
		width: 48%;
	}
}

@media (min-width:992px) and (max-width:1199px) {
	.detail6_imgs p{
		width: 48%;
	}
	.detail3_body p{
		width: 46%;
	}
	.detail5_bxody p{
		width: 32%;
	}
	.detail5_bxody img{
		margin: 0 auto;
		display: block;
	}
	.contact_list li{
		width: 45%;
	}
	.news_article{
		max-width: 675px;
	}
	.news_title h2{
		float: none;
		font-size: 20px;
		line-height: 20px;
	}
	.news_detail_body{
		padding-top: 30px;
	}
	.newsdata{
		float: none;
		width: 100%;
	}
	.newst_left{
		width: 370px;
	}
	.newst_right{
		padding-top: 15px;
	}
	.pagination4{
		bottom: 0!important;
	}
	.pnews_body{
		max-width: 660px;
	}
	.product_boxss ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product_boxss li {
		width: 33%;
	}

	.product_boxss li.product_last {
		width: 33%;
		height: 0;
		margin: 0;
		padding: 0;
		border: none;
	}

	.header_container {
		width: 970px;
	}

	#pc_header {
		background: url(../images/phone_bg.png) no-repeat right 0px/28% 33%;
	}

	.section4 .con1440 {
		width: 970px;
	}

	.con1200 {
		width: 970px;
	}

	.industry_left {
		width: 220px;
	}

	.industry_right {
		width: 720px;
	}

	.industry_left li.active::after {
		right: -9.5%;
	}

	.ip_img {
		max-width: 230px;
		height: 195px;
	}

	.ip_img img {
		height: 100%;
	}

	.index_pro_box li {
		height: 320px;
		width: 320px;
	}

	.section2 {
		height: 600px;
	}

	.fixture_ul li {
		width: 48%;
	}

	.fixture_body h3 {
		font-size: 18px;
		line-height: 18px;
	}

	.fixture_body p {
		font-size: 14px;
	}

	.fixture_body p.line {
		margin: 15px 0;
	}

	.fixture_body b {
		font-size: 18px;
		line-height: 18px;
	}

	.about_left {
		max-width: 430px;
	}

	.about_right {
		width: 400px;
	}

	.equipment_ul li:after,
	.equipment_ul li:before,
	.equipment_ul li:nth-child(5)::before,
	.equipment_ul li:nth-child(1)::before,
	.equipment_ul li:nth-child(6)::before,
	.lines6::before,
	.lines5::before,
	.lines10::before,
	.lines10::after,
	.lines5::after {
		display: none;
	}

	.equipment_ul li {
		width: 20%;
		height: 150px;
		padding: 10px 15px;
	}

	.hnews_right {
		width: 480px;
	}

	.hnews_left {
		width: 460px;
	}

	.pagination1 .swiper-pagination-bullet {
		width: 30px;
	}

	.case_list li {
		width: 32%;
	}
	.case_list li.last_case{
		width: 32%;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.video_list li.last_video{
		width: 32%;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.about_reports .prev3{
		left: -0;
	}
	.about_reports .next3{
		right: -0;
	}
	.ct_left p, .cb_right p {
		font-size: 12px;
		line-height: 24px;
		color: #333333;
		text-indent: 40px;
	}
	.ct_left{
		width: 500px;
	}
	.news_title{
		padding: 0 20px 20px;
	}
}

@media (min-width:768px) and (max-width:991px) {
	.video_list li>img{
		height: 165px;
	}
	.detail1_box{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.detail_right{
		margin: 25px auto 0;
	}
	.detail4_body{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 20px;
	}
	.detail5_bxody p{
		width: 100%;
		margin: 0 auto
	}
	.detail4_body img{margin-left: 0;}
	.pro_detail1{
		padding-bottom: 30px;
	}
	.detail_left{
		max-width: 100%;
	}
	.detail6_imgs p{
		width: 48%;
	}
	.detail3_body p{
		width: 46%;
	}
	.detail5_bxody p{
		width: 32%;
	}
	.detail5_bxody img{
		margin: 0 auto;
		display: block;
	}
	.detail6_body{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 25px;
	}



	.contact_list{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 2%;
	}
	.contact_list li{
		width: 100%;
		margin-top: 5%;
	}
	.contact_list .first_li{
		margin-top: 0;
	}
	.formlist{
		width: 340px;
	}
	.formlist input{
		width: 100%;
	}
	.lastform{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.lastform p{
		width: 100%;
	}
	.lastform{
		width: 100%;
	}
	#btnSubmit{
		margin-left: 0;
	}
	.send_form{
		padding: 0 2%;
	}
	.news_article{
		max-width: 100%;
	}
	.hotnews{
		display: none;
	}
	.news_title{
		padding: 0 20px 20px;
	}
	.news_title h2{
		float: none;
		font-size: 20px;
		line-height: 20px;
	}
	.news_detail_body{
		padding-top: 30px;
	}
	.newsdata{
		float: none;
		width: 100%;
	}
	.newst_left{
		width: 100%;
		text-align: center;
	}
	.newst_right{
		width: 100%;
		margin-left: 0;
		margin-top: 4%;
		padding-top: 0;
	}
	.newest_swiper{
		margin-bottom: 8%;
	}
	.swiper4{
		padding-bottom: 5%!important;
	}
	.pagination4{
		bottom: 0!important;
		left: 0!important;
		right: 0;
		margin: auto
	}
	.pastperiop_ul li{
		padding: 30px;
	}
	.pnews_body{
		max-width: 540px;
	}
	.company_top{
		margin-bottom: 20px;
	}
	.ct_left{
		max-width: 1100%;
		width: 100%;
	}
	.ct_right{
		max-width: 100%;
		margin: 0 auto;
	}
	.company_bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse
	}
	.cb_right{
		margin: 0;
		width: 100%;
	}
	.cb_left{
		max-width: 100%;
		margin: 25px auto 0;
	}
	.about_reports .next3{
		right: 0;
	}
	.about_reports .prev3{
		left: 0;
	}
	.header_container {
		width: 750px;
	}

	#pc_header {
		background: url(../images/phone_bg.png) no-repeat right 0px/23% 33%;
	}

	.section4 .con1440 {
		width: 750px;
	}

	.con1200 {
		width: 750px;
	}

	.pagination1 .swiper-pagination-bullet {
		width: 30px;
		height: 2px;
	}

	.industry_left {
		width: 100%;
		background-color: #fff;
	}

	.industry_right {
		width: 100%;
		min-height: 500px;
	}

	.industry_left li {
		width: 49%;
		margin-bottom: 1%;
		background-color: #e6e6e6;
	}

	.industry_left ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.industry_left li.active::after {
		display: none;
	}

	.section2 {
		height: auto;
		padding-bottom: 45px;
	}

	.index_pro_box {
		min-height: 300px;
	}

	.product_tab li {
		font-size: 12px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 19%;
	}

	.ip_img img {
		max-width: 80%;
	}

	.index_pro_box li {
		height: 290px;
	}

	.fixture_ul ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.fixture_ul ul li {
		width: 100%;
		margin-bottom: 1.5%;
	}

	.equipment_ul li:after,
	.equipment_ul li:before,
	.equipment_ul li:nth-child(5)::before,
	.equipment_ul li:nth-child(1)::before,
	.equipment_ul li:nth-child(6)::before,
	.lines6::before,
	.lines5::before,
	.lines10::before,
	.lines10::after,
	.lines5::after {
		display: none;
	}

	.equipment_ul li {
		width: 50%;
	}

	.section4 {
		height: auto;
		background-size: 100% 100%
	}

	.section3 {
		padding-bottom: 45px;
	}

	.about_left {
		float: none;
		margin: 0 auto;
	}

	.about_right {
		width: 100%;
		margin-left: 0;
		float: none;
		padding: 0 5%;
		margin-top: 3%;
	}

	.index_about_body {
		max-width: 100%;
		padding: 40px 0;
	}

	.hnews_right {
		display: none;
	}

	.hnews_left {
		width: 100%;
		padding: 0 3%;
	}

	.footer_top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.footer_top dt {
		margin-bottom: 2%;
	}

	.footer_top dl {
		width: 33%;
		margin-bottom: 2%;
	}

	.footer_bot {
		padding: 0 5%;
	}

	.header_container {
		display: none;
	}

	#pc_header {
		height: 50px;
	}

	#pc_header {
		background: #fff;
	}

	.case_list li {
		width: 32%;
		height: 210px;
	}
	.case_list li.last_case{
		width: 32%;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.video_list li.last_video{
		width: 32%;
		height: 0;
		margin: 0;
		padding: 0;
	}
	.case_title {
		font-size: 20px;
		line-height: 20px;
	}

	.case_title b {
		font-size: 20px;
		line-height: 20px;
	}

	.crams {
		right: 15px;
	}

	.product_boxss ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product_boxss li {
		width: 50%;
	}

	.product_boxss li.product_last {
		width: 50%;
		height: 0;
		margin: 0;
		padding: 0;
		border: none;
	}
}

@media (max-width:767px) {
	#pc_header {
		background: #fff;
	}

	.hnews_right,
	.header_container {
		display: none;
	}

	.hnews_left {
		width: 100%;
		padding: 0 3%;
	}

	#pc_header {
		height: 50px;
	}

	.swiper1 .prev1,
	.swiper1 .next1 {
		display: none;
	}

	.pagination1 .swiper-pagination-bullet {
		width: 15px;
		height: 2px;
	}

	.con1200 {
		width: 96%;
	}

	.industry_left {
		width: 100%;
		background-color: #fff;
	}

	.industry_right {
		width: 100%;
		min-height: 360px;
	}

	.industry_left li {
		width: 49%;
		margin-bottom: 1%;
		background-color: #e6e6e6;
	}

	.industry_left ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.industry_left li.active::after {
		display: none;
	}

	.section1 {
		padding: 8vw 0 4.5vw;
	}

	.public_title h3 {
		font-size: 22px;
		line-height: 22px;
	}

	.public_title span {
		font-size: 16px;
		line-height: 16px;
	}

	.industry_left li {
		font-size: 14px;
		padding: 0 15px;
	}

	.fixture_ul li {
		width: 100%;
		margin-bottom: 2%;
	}

	.equipment_ul li:after,
	.equipment_ul li:before,
	.equipment_ul li:nth-child(5)::before,
	.equipment_ul li:nth-child(1)::before,
	.equipment_ul li:nth-child(6)::before,
	.lines6::before,
	.lines5::before,
	.lines10::before,
	.lines10::after,
	.lines5::after {
		display: none;
	}

	.equipment_ul li {
		width: 50%;
	}

	.con1440 {
		width: 96%;
	}

	.product_tab ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.product_tab ul li {
		width: 49%;
		margin-bottom: 1%;
	}

	.index_pro_box ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.index_pro_box ul li {
		width: 100%;
		margin: 1% 0 !important;
	}

	.section2 {
		height: auto;
		min-height: 1490px;
	}

	.fixture_ul li {
		padding: 20px 25px;
		height: auto;
	}

	.fixture_ul a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.fixture_img {
		width: 100%;
	}

	.fixture_body {
		margin-left: 0;
		font-size: 14px;
		max-width: 100%;
	}

	.section3 {
		padding: 4vw 0 8vw;
	}

	.section4 {
		height: auto;
		background-size: 100% 100%;
	}

	.equipment_ul li {
		padding: 10px 3vw;
	}

	.equipment_p {
		font-size: 12px;
	}

	.about_right {
		margin-left: 0;
	}

	.about_right .public_title {
		text-align: center;
		margin-top: 5vw;
	}

	.about_right .public_title p.line {
		margin: 0 auto
	}

	.section6 {
		padding: 5vw 0;
	}

	.section7 {
		padding: 4vw 0;
	}

	.footer_top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 8vw 0 4vw;
	}

	.footer_top dl {
		width: 50%;
		margin-bottom: 4%;
	}

	.footer_top dt {
		margin-bottom: 1.5%;
	}

	.footer_top dd a {
		line-height: 2.3;
		font-size: 12px
	}
	.footer_top .contacts dd{
		font-size: 12px;
		line-height: 2.3;
	}
	.footer_bot {
    line-height: 24px;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 20px;
	}
	.foot-gn{
	    margin-top: 8px !important;
	}

	.footer_bot p {
		width: 100%;
	}

	.footer_bot a {
		width: 100%;
		display: block;
	}

	.case_box {
		padding: 8vw 0 5vw;
	}

	.case_title {
		height: auto;
	}

	.case_title,
	.case_title b {
		font-size: 20px;
		line-height: 20px;
	}

	.case_tab {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		margin: 3vw 0;
		width: 100%;
	}

	.case_tab a {
		margin: 0;
		width: 48%;
		font-size: 12px;
	}

	.case_list li p {
		-webkit-transform: translate(0);
		transform: translate(0);
		font-size: 12px;
	}

	.case_list li {
		width: 49%;
		height: 140px;
		margin-top: 2%;
	}

	.product_boxss ul {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.product_boxss li {
		width: 100%;
	}

	.product_boxss li.product_last {
		width: 100%;
		height: 0;
		margin: 0;
		padding: 0;
		border: none;
	}

	.case_title .lines {
		display: none;
	}

	.product_box .case_title,
	.product_box .case_title b {
		font-size: 17px;
	}

	.product_one,
	.product_two {
		padding-top: 8vw;
	}

	.product_box {
		padding-bottom: 10vw;
	}

	.industry_right img {
		height: 220px;
	}

	.industry_body h3 {
		width: 100%;
		margin-bottom: 2%;
	}

	.industry_body {
		height: auto;
	}

	.industry_body p {
		width: 100%;
	}
	.crams{
		font-size: 12px;
		bottom: 10px;
	}
	.ct_left {
		max-width: 730px;
		padding: 25px 0px;
		background: url(../images/ableft.png) no-repeat top left/24px 24px, url(../images/abright.png) no-repeat bottom right/24px 24px;
	}
	.product_box .case_title{
		margin-bottom: 6vw;
	}
	.ct_right{
		margin-left: 0;
		margin-top: 3%;
	}
	.company_top{
		margin-bottom: 4vw;
	}
	.company_bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse
	}
	.cb_right{
		margin: 0;
		width: 100%;
	}
	.cb_left{
		width: 100%;
	}
	.ct_left p, .cb_right p{
		font-size: 14px;
		line-height: 28px;
	}
	.newst_left{
		width: 100%;
		text-align: center;
	}
	.newst_right{
		width: 100%;
		margin-left: 0;
		margin-top: 4%;
		padding-top: 0;
	}
	.newest_swiper{
		margin-bottom: 8%;
	}
	.swiper4{
		padding-bottom: 5%!important;
	}
	.pagination4{
		bottom: 0!important;
		left: 0!important;
		right: 0;
		margin: auto
	}
	.pastperiop_ul li{
		padding: 5px;
	}
	.pnews_body{
		max-width: 100%;
	}
	.swiper4 .swiper-slide{
		padding: 0 5px;
	}
	.swiper4 .prev4, .swiper4 .next4{
		display: none;
	}
	.pnews_left{
		display: none;
	}
	.pastperiop_ul{
		margin-top: 0;
		margin-bottom: 5%;
	}
	.pnews_body h3{
		font-size: 14px;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.pastperiop_ul li {
		border-bottom:1px solid #d5d5d5;
		margin: 1% 0
	}
	.pastperiop_ul li a{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.pastperiop_ul li .pnews_data{
		width: 100%;
	}
	.pnews_body p{
		font-size: 12px;
		line-height: 1.4;
		margin-bottom: 10px;
	}
	.pnews_data{
		font-size: 12px;
	}
	.news_wrap{
		padding: 8vw 0 5vw;
	}
	.news_article{
		max-width: 100%;
	}
	.hotnews{
		display: none;
	}
	.news_title{
		padding: 0 20px 20px;
	}
	.news_title h2{
		float: none;
		font-size: 14px;
		line-height: 20px;
	}
	.news_detail_body{
		padding-top: 30px;
	}
	.newsdata{
		float: none;
		width: 100%;
	}
	.news_detail_body p{
		font-size: 14px;
	}
	.news_detail_body{
		padding: 25px 2px;
	}
	.detail_prev_next{
		height: 45px;
		font-size: 14px;
	}
	.news_title{
		padding: 0 2px 15px;
	}
	.contact_list{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 2%;
	}
	.contact_list li{
		width: 100%;
		margin-top: 5%;
	}
	.contact_list .first_li{
		margin-top: 0;
	}
	.formlist{
		width: 340px;
	}
	.formlist input{
		width: 100%;
	}
	.lastform{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.lastform p{
		width: 100%;
	}
	.lastform{
		width: 100%;
	}
	#btnSubmit{
		margin-left: 0;
	}
	.send_form{
		padding: 0 2%;
	}
	.contact_box{
		padding: 8vw 0 5vw;
	}
	.contact_list{
		margin-top: 5%;
		padding: 0;
	}
	.contact_list1{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap
	}
	.conimg{
		margin-top: 2%;
	}
	.contact_list p>img{
		margin-right: 5px;
	}
	.contact_list h3{
		font-size: 16px;
	}
	.contact_list p,.contact_list b{
		font-size: 14px;
	}
	.contact_content{
		margin-bottom: 6vw;
	}
	.formitem{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.formlist{
		width: 100%;
	}
	#btnSubmit{
		height: 35px;
		width: 120px;
	}
	.detail1_box{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.detail_right{
		width: 100%;
		margin: 25px auto 0;
	}
	.detail4_body{
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 20px;
	}
	.detail5_bxody p{
		width: 100%;
		margin: 0 auto
	}
	.detail4_body img{margin-left: 0;}
	.pro_detail1{
		padding-bottom: 30px;
	}
	.detail_left{
		max-width: 100%;
	}
	.detail6_imgs p{
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.detail3_body p{
		width: 100%;
		margin-bottom: 2%;
	}
	.detail5_bxody p{
		width: 100%;
		text-align: center;
		margin-top: 2%;
	}
	.detail5_bxody img{
		margin: 0 auto;
		display: block;
	}
	.detail6_body{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 25px;
	}
	.detail_title h3{
		margin-top: 20px;
		font-size: 20px;
		line-height: 20px;
	}
	.product_detail_box{
		padding: 10vw 0 8vw;
	}
	.pro_detail_title h3{
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}
	.pro_detail_title p{
		font-size: 16px;
		line-height: 16px;
	}
	.pro_detail_title{
		margin-bottom: 5vw;
	}
	.pro_detail2,.pro_detail3,.pro_detail4,.pro_detail5,.pro_detail6 {
		padding-bottom: 4.5vw;
	}
	.detail2_body{
		margin-top: 3vw;
	}
	.detail4_body p{
		width: 100%;
	}
	.detail4_body img{
		display: block;
		margin: 0 auto;
		margin-top: 2%;
	}
	.detail6_body img{
		max-width: 100%;
	}
	.pro_detail6_imgs{
		padding-top: 3vw;
	}
	.video_list li>img{
		height: 100px;
	}
	.video_mark img{
		width: 30px;
		height: 30px;
	}
	.index_about_body {
		max-width: 505px;
		background: url(../images/ableft.png) no-repeat top left/24px 24px, url(../images/abright.png) no-repeat bottom right/24px 24px;
		padding: 25px 0;
		margin-top: 5vw;
	}
	.section5{
		padding: 10vw 0 8vw;
	}
}