.head-bar {
	position: relative;
}
img {
	width: 100%;
}
.logo-img img {
	display: inline-block;
	width: initial;
	padding-bottom: 6px;
	padding-right: 5px;
}
.m-show {
	display: none;
}
.m-hide {
	display: block;
}
/* navbar */
.container-nav {
	padding: 0;
}
.navbar {
	padding: 0;
	position: initial;
}
.navbar-brand {
	padding-top: 36px;
    padding-bottom: 32px;
}
.navbar-collapse {
	align-items: initial;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:visited {
	color: #666;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #d61515;
	border-bottom: 4px solid #d61515;
}
.navbar-light .navbar-nav .nav-link {
	color: #666;
	line-height: 102px;
	padding-top: 0;
	padding-bottom: 0;
}
.nav-item:hover .nav-link {
	color: #d61515;
	border-bottom: 4px solid #d61515;	
}
.dropdown-menu {
	position: absolute;
	top: 106px;
	left: 0;
	right: 0;
	width: 100%;
	height: 224px;
	margin: 0;
	padding: 0;
	padding-top: 26px;
    background: #f7f7f7;
}
.dropdown-list {
	display: flex;
	justify-content: space-between;
}
.l-down {
	width: 450px;
	margin-left: 430px;
}
.l-down div {
	display: flex;
	justify-content: space-between;
	padding: 17px 0;
	border-bottom: 1px solid #e8e8e8;
	flex-wrap: wrap;
}
.l-down div.border-none {
	border: none;
}
.dropdown-item {
	color: #333;
	width: 120px;
	padding: 7px 0;
	line-height: 16px;
	text-align: center;
}
.dropdown-item.on {
	color: #fff;
	background-color: #d61515;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #fff;
	background-color: #d61515;
    text-decoration: none;
}
.right-bar {
	position: relative;
}
.lang-m {
	line-height: 32px;
}
.right-icon {
	display: flex;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: -80px;
}
.lang-pc {
	margin-left: 11px;
	color: #666;
}
.cn-lang, .en-lang {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #666;
}
.navbar-expand-lg .navbar-nav .nav-link-fire {
	position: relative;
	padding-right: 24px;
}
.icon-fire {
	position: absolute;
	top: 34px;
	right: 8px;
	display: block;
	width: 16px;
	height: 18px;
	background: url(../images/icon-fire.png) 0 0 no-repeat;
}
.zn-g {
	margin-right: 80px;
}
.l-down .pro-hot {
	justify-content: initial;
}
.head-bar-m {
	display: none;
}
.search-icon {
	height: 67px;
	line-height: 67px;
}
.search-bar {
	display: none;
	position: absolute;
	top: 106px;
	left: 0;
	right: 0;
	width: 100%;
	height: 82px;
	margin: 0;
	padding: 0;
    background: #f7f7f7;
    z-index: 999;
}
.search-bar .container {
	position: relative;
}
.search-bar .container>div {
	position: absolute;
	top: 0;
	right: -45px;
}

/* banner */
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 62px;
}
.swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 2px solid #b5b5b5;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #d61515;
	border: 2px solid #d61515;
}

/* form */
.ask-wrapper {
	position: relative;
	height: 310px;
	background-color: #fff;
}
.online-ask {
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
	padding-top: 32px;
	padding-left: 30px;
	z-index: 999;
	background-color: #fff;
}
.ask-title {
	margin-bottom: 36px;
}
.ask-title h6 {
	font-size: 28px;
	color: #666;
}
.ask-title p {
	font-size: 18px;
	color: #999;
	text-transform: uppercase;
}
.t-form {
	padding-right: 265px;
	position: relative;
}
.com-row {
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 14px;
	margin-top: 14px;
}
.last-input {
	display: flex;
}
.com-row label {
	margin-bottom: 0;
	margin-right: 50px;
	font-size: 14px;
	line-height: 14px;
	color: #999;
}
.txt-info {
	justify-content: space-between;
}
.txt-info input {
	padding: 17px 0 17px 38px;
	margin-right: 10px;
	border: 1px solid #e4e4e4;
}
.txt-info #dr_title {
	background: url(../images/icon-name.png) 8px center no-repeat;
	max-width: 186px;
}
.txt-info #dr_dianhua {
	background: url(../images/icon-telphone.png) 12px center no-repeat;
	max-width: 186px;
}
.txt-info #dr_menzhong {
	background: url(../images/icon-weight.png) 8px center no-repeat;
	max-width: 186px;
}
.txt-info label {
	margin-right: 0;
	padding: 18px 12px 18px 35px;
	line-height: 15px;
	border: 1px solid #e4e4e4;
	border-right: none;
	background: url(../images/icon-size.png) 7px center no-repeat;
}
.txt-info #size {
	width: 216px;
	padding-left: 7px;
	margin-right: 0;
}
.door-material {
	background: url(../images/icon-cz.png) 8px center no-repeat;	
}
.door-use {
	background: url(../images/icon-use.png) 8px center no-repeat;	
}
.radio-info {
	padding: 16px 0 16px 37px;
	border: 1px solid #e1e1e1;
}
.radio-info input {
	margin-left: 6px;
	margin-right: 45px;
}
.submit-btn {
	position: absolute;
	top: 0;
	right: -18px;
}
.submit-btn .s-btn {
	width: 250px;
	height: 68px;
	background: url(../images/bg-tjzx.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.submit-btn button {
	border: none;
    background: transparent;
    color: #fff;
	font-size: 22px;
	line-height: 22px;
	margin-left: 80px;
	margin-top: 14px;
	padding: 0;
}
.hot-line {
	padding-left: 40px;
	font-size: 30px;
	color: #d61515;
	background: url(../images/icon-tel.png) left center no-repeat;
}
.submit-btn-m {
	display: none;
}

/* product */
.com-wrapper {
	padding: 82px 0 52px;
	text-align: center;
}
.com-wrapper h1 {
	font-size: 46px;
	line-height: 46px;
	color: #666;
	padding-bottom: 16px;
}
.com-wrapper p {
	font-size: 32px;
	line-height: 32px;
	color: #999;
	font-weight: 100;
	text-transform: uppercase;
}
.frd-product {
	padding-bottom: 140px;
	background-color: #f7f7f7;
}
.swiper2-box {
	position: relative;
	max-width: 1284px;
	margin: 0 auto;;
}
.swiper3-box {
	display: none;
}
.swiper-container2 .swiper-wrapper {
	padding-bottom: 10px;
}
.swiper-container2 .swiper-slide {
	border: 1px solid #ccc;
	padding-top: 40px;
	padding-bottom: 22px;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
}
.swiper2-box .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/prev1.png);
	left: 0;
}
.swiper2-box .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/next1.png);
	right: 0;
}
.swiper2-box .swiper-button-next, .swiper-button-prev {
	height: 51px;
	margin-top: -25px;
	outline: none;
}
.swiper-container2 .swiper-slide h6 {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666;
	font-size: 24px;
	line-height: 24px;
}
.swiper-container2 .swiper-slide h6:before, .swiper-container2 .swiper-slide h6:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 11px;
	background-image: url(../images/circle.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.swiper-container2 .swiper-slide h6:before {
	margin-right: 11px;
}
.swiper-container2 .swiper-slide h6:after {
	margin-left: 11px;
}
.swiper-container2 .swiper-slide a {
	display: block;
	width: 180px;
	height: 44px;
	margin: 0 auto;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background-color: #d2d2d2;
	text-align: center;
	border-radius: 22px;
	font-weight: 100;
}
.swiper-container2 .swiper-slide:hover {
	border: 1px solid #d61515;
}
.swiper-container2 .swiper-slide:hover a {
	background: #d61515;
}

/* advantages */
.frd-advantages {
	position: relative;
	height: 963px;
}
.advantages-bg {
	position: absolute;
	top: 228px;
	left: 0;
	z-index: -99;
}
.advantages-bg li {
	display: none;
}
.advantages-bg li img {
	height: 550px;
	object-fit: cover;
}
.advantages-bg li.cur {
	display: block;
}
.advantages-switch {
	position: relative;
	height: 655px;
}
.advantages-switch .advantages-left {
	position: absolute;
	left: 0;
	top:0 ;
	width: 375px;
	height: 655px;
	padding: 88px 27px 35px;
	background: rgba(51, 51, 51, 0.85);
}
.advantages-switch .advantages-left .left-p1 {
	font-size: 36px;
	color: #fff;
}
.advantages-switch .advantages-left .left-p1 b {
	display: block;
	padding-bottom: 14px;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
}
.advantages-switch .advantages-left .left-p2 {
	padding-top: 50px;
	color: #ccc;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}
.advantages-switch .advantages-left .left-sline {
	display: block;
	width: 67px;
	height: 2px;
	margin-top: 76px;
	background: #ccc;
}
.advantages-switch .advantages-left .left-amore {
	position: absolute;
	top: 550px;
	left: 27px;
	right: 27px;
	height: 70px;
	line-height: 70px;
	padding-left: 90px;
	color: #ccc;
	border:1px solid #ccc;
}
.advantages-switch .advantages-left .left-amore i{
	display: block;
	width: 44px;
	height: 11px;
	background: url(../images/jt-r02.png) no-repeat center;
	position: absolute;
	left: 180px;
	top: 29px;
	transition: all 0.5s;
}
.advantages-switch .advantages-left .left-amore:hover {
	background: #fff;
	color: #d61515;
}
.advantages-switch .advantages-left .left-amore:hover i {
	background: url(../images/jt-r03.png) no-repeat center;
	left: 200px;
}
.advantages-switch .advantages-icon {
	position: absolute;
	top: 345px;
	right: 0;
	width: 770px;
	height: 165px;
	background: rgba(255, 255, 255, 0.9);
}
.advantages-switch .advantages-icon .icon-left {
	display: block;
	cursor: pointer;
	position: absolute;
	left: 22px;
	top: 30px;
	width: 58px;
	height: 105px;
}
.advantages-switch .advantages-icon .icon-right {
	display: block;
	cursor: pointer;
	position: absolute;
	right: 22px;
	top: 30px;
	width: 58px;
	height: 105px;
}
.advantages-switch .advantages-icon .advantages-text {
	margin: 0 90px;
}
.advantages-switch .advantages-icon .advantages-text li {
	display: none;
	position: relative;
	color: #333;
	padding-top: 30px;
}
.advantages-switch .advantages-icon .advantages-text li.cur {
	display: block;
}
.advantages-switch .advantages-icon .advantages-text li .li-p1 {
	color: #333;
} 
.advantages-switch .advantages-icon .advantages-text li .li-p1 .li-b {
	font-size: 36px;
	color: #d61515;
	display: block;
}
.advantages-switch .baocase {
	position: absolute;
	top: 550px;
	right: 0;
	display: flex;
	width: 825px;
	height: 106px;
}
.advantages-switch .baocase li {
	flex: 1;
	margin-left: 2px;
	font-size: 14px;
	color: #666;
}
.advantages-switch .baocase i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 28px auto 20px;
	background: #999;
	border: 6px solid #fff;
	border-radius: 16px;
	box-sizing: initial;
}
.advantages-switch .baocase span {
	display: block;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.advantages-switch .baocase li.cur i {
	background-color: #fff;
	border: 6px solid #d61515;

}
.advantages-switch .baocase li.cur span ,.advantages-switch .baocase li:hover span {
	color: #fff;
	background-color: #d61515;
}
.advantages-switch .case-line {
	position: absolute;
	top: 592px;
	right: 0;
	width: 825px;
	height: 1px;
	background-color: #999;
	z-index: -99;
}

/* reasons */
.frd-reasons {
	padding-bottom: 112px;
	background: url(../images/bg-reasons.jpg) 0 0 no-repeat;
}
.reasons-list {
	display: flex;
}
.reasons-list:first-child {
	margin-bottom: 60px;
}
.reasons-list li {
	flex: 1;
	color: #666;
}
.reasons-list div {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.reasons-list span {
	font-size: 64px;
	font-weight: 500;
	color: #d61515;
}
.reasons-list .r-industry {
	font-size: 48px;
	font-weight: 600;
	line-height: 108px;
}

/* case */
.case-type {
	display: flex;
}
.case-type li {
	padding: 0 10px;
	flex: 1;
	cursor: pointer;
}
.case-type li.active div {
	border-bottom: 7px solid #d61515;
}
.case-type li img {
	width: auto;
	margin: 0 auto 14px;
}
.case-type li p {
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 23px;
}
.case-list {
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}
.case-list li {
	position: relative;
	flex: 1;
}
.case-list .case-img {
	overflow: hidden;
}
.case-list .case-img img {
	height: 408px;
	object-fit: cover;
}
.case-list .case-title {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.case-list li:hover .case-title {
	opacity: 0;
}


/* service */
.frd-service {
	padding-bottom: 40px;
	background-color: #f7f7f7;
}
.service-wrapper {
	background-color: #fff;
}
.service-info li {
	display: none;
}
.service-info li.cur {
	display: block;
}
.service-list-box {
	position: relative;
	height: 204px;
}
.service-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-around;
	padding: 36px 0;
	z-index: 10;
}
.service-list li div {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.s1 div {
	background: url(../images/s1.png) 0 0 no-repeat;
}
.s2 div {
	background: url(../images/s2.png) 0 0 no-repeat;
}
.s3 div {
	background: url(../images/s3.png) 0 0 no-repeat;
}
.s4 div {
	background: url(../images/s4.png) 0 0 no-repeat;
}
.s5 div {
	background: url(../images/s5.png) 0 0 no-repeat;
}
.s6 div {
	background: url(../images/s6.png) 0 0 no-repeat;
}
.s7 div {
	background: url(../images/s7.png) 0 0 no-repeat;
}
.s8 div {
	background: url(../images/s8.png) 0 0 no-repeat;
}
.s9 div {
	background: url(../images/s9.png) 0 0 no-repeat;
}
.service-list i {
	display: block;
	width: 16px;
	height: 16px;
	margin: 8px auto 24px;
	background-color: #999;
	border: 7px solid #fff;
	border-radius: 16px;
	box-sizing: initial;
	transition: all 0.3s ease;
}
.service-list p {
	font-size: 18px;
	line-height: 18px;
	color: #666;
	text-align: center;
}
.s1.active div {
	background: url(../images/s1-r.png) 0 0 no-repeat;
}
.s2.active div {
	background: url(../images/s2-r.png) 0 0 no-repeat;
}
.s3.active div {
	background: url(../images/s3-r.png) 0 0 no-repeat;
}
.s4.active div {
	background: url(../images/s4-r.png) 0 0 no-repeat;
}
.s5.active div {
	background: url(../images/s5-r.png) 0 0 no-repeat;
}
.s6.active div {
	background: url(../images/s6-r.png) 0 0 no-repeat;
}
.s7.active div {
	background: url(../images/s7-r.png) 0 0 no-repeat;
}
.s8.active div {
	background: url(../images/s8-r.png) 0 0 no-repeat;
}
.s9.active div {
	background: url(../images/s9-r.png) 0 0 no-repeat;
}
.service-list li.active i {
	background-color: #fff;
	border: 7px solid #d61515;	
}
.service-list li.active p {
	color: #d61515;
}
.s-line {
	position: absolute;
    width: 100%;
    height: 1px;
    background-color: #999;
    top: 107px;
    z-index: 1;
}


/* news */
.news-wrapper {
	display: flex;
	margin-bottom: 90px;
}
.lside-video,.rside-news {
    flex: 1;
}
.rside-news {
    margin-left: 16px;
}
.news-tab {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-tab ul {
    display: flex;
}
.news-tab ul li {
	margin-right: 26px;
    font-size: 18px;
    line-height: 18px;
    padding: 0 7px 9px 7px;
    cursor: pointer;
}
.news-tab ul li.active {
    color: #d61515;
    border-bottom: 4px solid #d61515;
}
.news-tab a {
    display: block;
	font-size: 16px;
	line-height: 16px;
	padding-left: 20px;
	color: #ccc;
    background: url(../images/icon-more.png) no-repeat left center;
    background-size: 16px 16px;
}
.news-tab a:hover {
    color: #d61515;
    text-decoration: none;
}
.news-info li:not(:first-child) {
	padding: 16px 0;
    border-bottom: 1px solid #ddd;
}
.news-info .news-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #666;
}
.title-left {
    float: left;
	line-height: 16px;
	line-height: 16px;
    padding-left: 22px;
    background: url(../images/icon-news.png) no-repeat left center;
    background-size: 15px 16px;
}
.date-right {
    float: right;
	font-size: 16px;
    line-height: 16px;
}
.news-info .news-title:hover {
	color: #d61515;
}
.news-info .headline {
	position: relative;
    display: block;
    padding: 30px 60px 32px 25px;
    background: #f7f7f7;
}
.headline div {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 12px;
    color: #d61515;
    text-align: center;
}
.headline p {
	font-size: 16px;
	color: #999;
}
.headline i {
	position: absolute;
	right: 18px;
	bottom: 40px;
    display: block;
    width: 21px;
    height: 17px;
    background: url(../images/icon-jt.png) no-repeat center center;
    background-size: 100% 100%; 
}
.news-info .headline:hover p {
	text-decoration: none;
	color: #d61515;
}

/* contact-us */
.contact-us {
	display: flex;
	margin-bottom: 58px;
}
.contact-us>div {
	flex: 1;
}
.contact-wrapper {
	background-color: #fafafa;
}
.contact-info {
	width: 600px;
	padding-top: 94px;
	padding-left: 64px;
}
.contact-info h1 {
	font-size: 46px;
	line-height: 46px;
	color: #666;
	padding-bottom: 16px;
}
.contact-info p {
	margin-bottom: 70px;
	font-size: 32px;
	font-weight: 100;
	line-height: 36px;
	color: #999;
	text-transform: uppercase;
}
.contact-info div {
	font-size: 22px;
	color: #333;
	margin-bottom: 45px;
}
.icon-location {
	padding-left: 48px;
	background: url(../images/icon-location.png) left center no-repeat; 
}
.icon-tel1 {
	padding-left: 48px;
	background: url(../images/icon-tel1.png) left center no-repeat; 	
}
.icon-tel2 {
	padding-left: 50px;
	background: url(../images/icon-tel2.png) left center no-repeat; 	
}
.icon-phone {
	padding-left: 48px;
	background: url(../images/icon-phone.png) left center no-repeat; 	
}
.icon-fax {
	padding-left: 50px;
	background: url(../images/icon-fax.png) left center no-repeat; 	
}
.contact-num {
	display: flex;
	justify-content: space-between;
}
.contact-info .contact-link {
	margin-bottom: 0;
	text-align: right;
}
.contact-link a {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url(../images/icon-jt.png) 0 0 no-repeat;
}

/* frd-adv */
.frd-adv {
	height: 235px;
	color: #fff;
	background-image: url(../images/adv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.frd-adv .container {
	height: 100%;
}
.adv-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.adv-info h1 {
	font-size: 50px;
}
.adv-info p {
	font-size: 40px;
}
.b-search-wrap {
	position: relative;
	margin-top: 20px;
}
.b-search {
	width: 396px;
	height: 42px;
	padding-left: 12px;
	padding-right: 32px;
	font-size: 14px;
	color: #999;
	background-color: #fff;
	border: none;
	border-radius: 4px;
}
.search-btn {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -9px;
	width: 18px;
	height: 19px;
	border: none;
	background: url(../images/icon-search.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

/* footer */
.t-foot-wrap {
	padding: 32px 0 44px;
	background-color: #333;
}
.t-foot {
	display: flex;
	justify-content: space-between;
}
.t-foot p {
	font-size: 20px;
	line-height: 20px;
	margin-top: 14px;
	text-align: center;
	color: #fff;
}
.b-nav-list {
	display: flex;
}
.b-nav-list h6 {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}
.b-nav-list li {
	padding: 0 70px 0 64px;
	border-right: 1px solid #505050;
}
.b-nav-list li:first-child {
	padding-left: 0;
	padding-right: 40px;
}
.b-nav-list a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgba(153, 153, 153, 0.7);
}
.b-nav-list a:hover {
	color: #d61515;
}
.b-foot-wrap {
	padding: 18px 0;
	background-color: #4e4e50;
}
.b-foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	color: #ccc;
}
.b-foot a {
	color: #ccc;
}
.frd-link {
	display: flex;
}
.f5 li {
	display: inline-block;
	margin-right: 8px;
}
.f5 li:hover a {
	color: #d61515;
}
.r-link {
	display: flex;
	align-items: center;
}
.r-link a {
	width: 39px;
	height: 39px;
}
.r-link .qq {
	margin-right: 14px;
	background: url(../images/icon-qq.png) 0 0 no-repeat;
}
.r-link .wx {
	margin-right: 14px;
	background: url(../images/icon-wx.png) 0 0 no-repeat;
}
.r-link .wb {
	background: url(../images/icon-wb.png) 0 0 no-repeat;
}

/* 地图 */
#contact-map {
	width: 100%;
	height: 580px;
	border: none;
}

/* 产品中心页面 */
.bread-crumb {
	display: flex;
	justify-content: space-between;
	align-content: center;
}
.content-wrapper {
	padding: 48px 0;
	text-align: center;
	background-color: #f7f7f7;
}
.page-name {
	display: flex;
	font-size: 20px;
	line-height: 64px;
	border-bottom: 2px solid #d61515;
}
.page-names {
	display: flex;
	font-size: 20px;
	line-height: 64px;
}
.page-names li {
	padding: 0 10px;
	margin-right: 64px;
}
.page-names li a {
	color: #333;
}
.page-names li.active {
	border-bottom: 2px solid #d61515;
}
.page-names li.active a {
	color: #d61515;
}
.page-location {
	font-size: 16px;
	line-height: 64px;
}
.page-location a {
	color: #333;
}
.page-location a:hover {
	color: #d61515;
}
.pro-list {
	display: flex;
	align-items: center;
	margin-bottom: 48px;
}
.pro-list li {
	flex: 1;
	line-height: 70px;
	border: 1px solid #666;
}
.pro-list li:not(:last-child) {
	margin-right: -1px;
}
.pro-list li.active {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
	z-index: 100;
}
.pro-list li.active a {
	color: #fff;
}
.pro-list li a {
	display: block;
	font-size: 20px;
	color: #333;
}
.pro-content {
	display: flex;
	flex-flow: row wrap;
}
.pro-content li {
	width: 33.33%;
	padding-right: 20px;
	margin-bottom: 43px;
	transition: all 0.3s ease;
}
.pro-content li:nth-child(3n+2) {
	padding-left: 10px;
	padding-right: 10px;
}
.pro-content li:nth-child(3n) {
	padding-left: 20px;
	padding-right: 0;
}
.pro-content a {
	display: block;
	border: 1px solid #d8d8d8;
}
.pro-content img {
	width: 100%;
}
.pro-content a p {
	font-size: 24px;
	line-height: 77px;
	color: #fff;
	background-color: #333;
	transition: all 0.3s ease;
}
.pro-content li:hover {
	border-color: #d61515;
	transform: scale(1.1,1.1);
}
.pro-content li:hover p {
	background-color: #d61515;
}

/* 热卖产品 */
.hot-pro-wrapper {
	padding: 30px 30px 50px 30px;
	text-align: left;
	background-color: #fff;
}
.hot-pro-dsc {
	display: flex;
	padding-bottom: 47px;
	border-bottom: 2px dashed #999;
}
.right-dsc {
	flex: 1;
	padding: 40px 18px 0;
	background-color: #f7f7f7;
}
.right-dsc h5 {
	font-size: 42px;
	line-height: 42px;
	padding-bottom: 24px;
}
.right-dsc p {
	margin-bottom: 16px;
	font-size: 22px;
	line-height: 36px;
	color: rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #ccc;
}
.right-dsc li {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	color: #333;
	background: url(../images/icon-star.png) left 2px no-repeat;
	background-size: 16px 15px;
}
.right-dsc li:last-child {
	margin-bottom: 0;
}
.right-dsc .bottom-ask {
	padding-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.right-dsc .bottom-hotline-box {
	display: flex;
	align-items: center;
}
.right-dsc img {
	display: block;
	width: 45px;
	height: 45px;
	margin-right: 10px;
}
.right-dsc .hotline-name {
	color: #333;
	font-size: 16px;
}
.right-dsc .tel-hotline {
	font-size: 30px;
	line-height: 30px;
	color: #d61515;
}
.right-dsc a {
	display: block;
	width: 144px;
	height: 44px;
	line-height: 44px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	background-color: #d61515;
}
.t-instructions {
	padding-top: 40px;
	padding-bottom: 80px;
}
.t-specifications {
	padding-bottom: 80px;
}
.hot-pro-title {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 16px;
	color: #d61515;
	border-bottom: 6px solid #d61515;
}
.hot-pro-title span {
	padding-left: 10px;
	font-size: 25px;
	color: #666;
}
table {
	font-size: 18px;
	color: #333;
	text-align: center;
}
.last-tr {
	border-bottom: 1px solid #dee2e6;
}
.t-dimensions .hot-pro-title {
	border-bottom: none;
}

/* 产品详情页 */
.product-wrapper {
	display: flex;
}
.product-wrapper .hot-pro-wrapper {
	flex: 1;
	padding: 22px 16px 30px;
}
.product-wrapper .left-img {
	width: 500px;
}
.product-wrapper .right-dsc {
	padding: 22px 10px 0 10px;
}
.product-wrapper .right-dsc h5 {
	font-size: 32px;
	line-height: 32px;
	padding-bottom: 16px;
}
.product-wrapper .right-dsc p {
	font-size: 16px;
	line-height: 28px;
}
.product-wrapper .right-dsc li {
	padding-left: 16px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 14px;
	background: url(../images/icon-star.png) left 2px no-repeat;
	background-size: 12px 12px;
}
.product-wrapper .right-dsc li:last-child {
	margin-bottom: 0;
}
.product-wrapper .right-dsc .bottom-ask {
	padding-top: 50px;
}
.product-wrapper .right-dsc img {
	width: 35px;
	height: 35px;
}
.product-wrapper .hotline-name {
	font-size: 14px;
}
.product-wrapper .right-dsc .tel-hotline {
	font-size: 22px;
	line-height: 22px;
}
.product-wrapper .right-dsc a {
	width: 110px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
}
.table .fhs-th th {
	width: 14.28%;
}
.b-install {
	padding-top: 40px;
}
.install-note {
	padding-top: 16px;
}
.pro-images {
	width: 1040px;
	margin: 40px auto 0;
}
.bmq-imgs {
	margin-top: 40px;
	text-align: center;
}
.bmq-imgs img {
	display: initial;
	width: initial;
}
.bmq-imgs-m {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	padding: 0 40px;
}
.bmq-imgs-b {
	text-align: left;
	padding-left: 40px;
}
.com-pro-imgs {
	margin-top: 40px;
}

/* 联系我们页面 */
.company-info {
	position: relative;
	height: 580px;
}
.c-map {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.c-info {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -600px;
	padding: 42px 32px 0;
	width: 352px;
	height: 505px;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 999;
}
.c-info h1 {
	font-size: 36px;
	color: #fff;
}
.c-info div {
	font-size: 18px;
	color: #fff;
	margin-bottom: 24px;
	background-size: 22px;
}
.c-info .icon-location {
	background: url(../images/icon-location.png) left 4px no-repeat;
	background-size: 22px;
}
.page-contact {
	padding: 65px 0 96px;
}
.c-info .icon-tel2 {
	background: url(../images/icon-tel2.png) left 4px no-repeat;
	background-size: 22px;
}
.fj {
	display: flex;
	justify-content: space-between;
}
.fj img {
	margin: 0 auto;
}
.fj p {
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}
 
/* 飞飞门兽页面 */
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #f7f7f7;
}
.ff-wrapper {
	padding: 50px 0 124px;
}
.ff-content {
	display: flex;
}
.l-ff {
	width: 250px;
	height: min-content;
	margin-right: 30px;
	background-color: #fff;
}
.l-ff li {
	padding-left: 27px;
	border-bottom: 1px solid #d4d4d4;
	box-sizing: initial;
	background: url(../images/icon-sjh.png) 221px center no-repeat;
	background-size: 15px 8px;
	text-align: left;
}
.l-ff li:first-child {
	border-top: 1px solid #d4d4d4;
}
.l-ff a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}
.l-ff li.active {
	background: url(../images/icon-sjb.png) 221px center no-repeat, #d61515;
}
.l-ff li.active a {
	color: #fff;
}
.r-ff {
	flex: 1;
	padding: 28px;
	background-color: #fff;
}

/* 工程案例 */
.case-content {
	display: flex;
	flex-flow: row wrap;
}
.case-content li {
	width: 33.33%;
	padding-right: 12px;
	margin-bottom: 23px;
	transition: all 0.3s ease;
}
.case-content li:nth-child(3n+2) {
	padding-left: 6px;
	padding-right: 6px;
}
.case-content li:nth-child(3n) {
	padding-left: 12px;
	padding-right: 0;
}
.case-content img {
	width: 100%;
}
.case-content p {
	font-size: 24px;
	line-height: 77px;
	color: #333;
	background-color: #fff;
	border-bottom: 2px solid #d8d8d8;
}
.case-info {
	position: relative;
}
.mask {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: all 0.3s ease;
}
.mask i {
	display: block;
	width: 65px;
	height: 65px;
	background: url(../images/icon-link.png) 0 0 no-repeat;
	background-size: 100%;
}
.case-content li:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.case-content li:hover p {
	border-bottom: 2px solid #d61515;
}
.case-content li:hover .mask {
	opacity: 1;
}

/* 企业新闻 */
.news-img-wrap {
	display: block;
	overflow: hidden;
	position: relative;
}
.news-img-wrap img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.news-img-wrap:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.news-img-wrap:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}
.com-news-wrapper {
	padding-bottom: 68px;
}
.c-news-title {
	padding: 65px 0 70px;
	text-align: center;
}
.c-news-title h5 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
}
.c-news-title i {
	display: block;
	margin: 16px auto;
	width: 20PX;
	height: 2px;
	background-color: #dbdbdb;
}
.c-news-title p {
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.c-news-list {
	display: flex;
}
.l-news {
	width: 45.5%;
	margin-right: 30px;
}
.r-news {
	flex: 1;
}
.com-news-info {
	display: block;
	padding: 20px 15px 20px;
	font-size: 14px;
	color: #666;
}
.l-news-info {
	background-color: #f2f3f5;
}
.com-news-info h5 {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 20px;
	color: #333;
	text-align: center;
}
.com-news-info p {
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.news-date-wrapper {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.detail-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	border: 1px solid #666;
	border-radius: 15px;
}
.detail-btn i {
	display: block;
	width: 13px;
	height: 9px;
	background: url(../images/xjt-hui.png) 0 0 no-repeat;
	background-size: 100%;
	margin-left: 6px;	
}
.com-news-btn {
	display: block;
	width: 216px;
	height: 60px;
	line-height: 60px;
	margin: 68px auto 0;
	border: 1px solid #999;
	border-radius: 30px;
	color: #666;
	text-align: center;
	background: url(../images/djt-hui.png) 150px center no-repeat;
	background-size: 20px 18px;
}
.com-news-btn:hover {
	color: #fff;
	background: url(../images/djt-bai.png) 150px center no-repeat,#d61515;
	border-color: #d61515;
}
.com-news-info:hover h5, .r-news li:hover h5 {
	color: #d61515;
}
.com-news-info:hover .detail-btn, .r-news li:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
	border-color: #d61515;
}
.com-news-info:hover i, .r-news li:hover i {
	background: url(../images/xjt-bai.png) 0 0 no-repeat;
}
.r-news li {
	transition: all 0.3s ease;
	border-bottom: 1px solid #efefef;
}
.r-news li:hover {
	background-color: #f9f9f9;
}
.r-news .com-news-info {
	padding: 18px 15px 20px;
}
.r-news .com-news-info h5 {
	line-height: 20px;
	text-align: left;
}
.r-news .news-date-wrapper {
	padding-top: 8px;
}

/* 媒体聚焦 */
.media-info-wrapper {
	display: flex;
}
.media-info-wrapper>div {
	flex: 1;
}
.media-info {
	background-color: #fff;
}
.media-more {
	justify-content: flex-end;
}
.media-info-wrapper>div:first-child {
	margin-right: 30px;
}
.media-info h5 {
	text-align: left;
}

/* 行业资讯 */
.industry-wrapper {
	display: flex;
	justify-content: space-between;
}
.industry-wrapper li:not(:last-child) {
	margin-right: 30px;
}
.industry-wrapper a {
	border: 1px solid #f1f1f1;
}
.industry-wrapper h5 {
	line-height: 20px;
	padding-bottom: 10px;
}
.industry-wrapper p {
	line-height: 24px;
}
.industry-wrapper .news-date-wrapper {
	padding-top: 44px;
}

/* 新闻列表页 */
.news-headline {
	display: flex;
	padding-bottom: 39px;
	border-bottom: 1px solid #e5e5e5;
}
.news-headline .news-img-l {
	position: relative;
	overflow: hidden;
	display: block;
	width: 520px;
	margin-right: 44px;
}
.news-headline .news-img-l img {
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-headline .news-img-l:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.news-headline .news-img-l:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}
.news-headline .news-r {
	flex: 1;
	color: #333;
}
.news-r {
	padding: 34px 0 0 0;
}
.news-r h5 {
	line-height: 20px;
	text-align: left;
}
.news-r P {
	color: #333;
}
.news-r .news-date-wrapper {
	padding-top: 62px;
}
.news-r .news-date {
	color: #666;
}
.news-r  .detail-btn {
	color: #d61515;
	border-color: #d61515;
}
.news-r  .detail-btn i {
	background: url(../images/xjt-red.png) 0 0 no-repeat;
}
.news-r:hover h5 {
	color: #d61515;
}
.news-r:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
}
.news-r:hover .detail-btn i {
	background: url(../images/xjt-bai.png) 0 0 no-repeat;
}
.news-list-info a {
	display: block;
	padding: 53px 0 20px;
	color: #666;
	border-bottom: 1px solid #e5e5e5;
}
.t-news-info {
	display: flex;
}
.l-date {
	margin-right: 12px;
	width: 98px;
	height: 98px;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	font-family: Arial;
	background-color: #eaeaea;
}
.l-date .day {
	font-size: 30px;
	line-height: 30px;
	padding-top: 18px;
	padding-bottom: 8px;
}
.l-date .month {
	padding-bottom: 4px;
}
.r-list-info {
	flex: 1;
}
.r-list-info h5 {
	font-size: 20px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
}
.r-list-info p {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.news-btn-wrapper {
	justify-content: flex-end;
}
.news-btn-wrapper .detail-btn {
	color: #d61515;
	border-color: #d61515;
}
.news-btn-wrapper .detail-btn i {
	background: url(../images/xjt-red.png) 0 0 no-repeat;
}
.news-list-info li:hover h5 {
	color: #d61515;
}
.news-list-info li:hover .l-date {
	color: #fff;
	background-color: #d61515;
}
.news-list-info li:hover .detail-btn {
	color: #fff;
	background-color: #d61515;
}
.news-list-info li:hover .detail-btn i {
	background: url(../images/xjt-bai.png) 0 0 no-repeat;
}

/* 新闻内容页 */
.news-article-wrapper {
	background-color: #f7f7f7;
}
.news-article-wrapper .container {
	padding: 103px 30px 70px;
}
.news-article-title {
	text-align: center;
}
.news-article-title h5 {
	font-size: 36px;
	line-height: 36px;
	color: #000;
	padding-bottom: 36px;
}
.news-article-title div {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	padding-bottom: 11px;
}
.news-article-content {
	font-size: 16px;
	color: #333;
	padding-top: 44px;
	padding-bottom: 96px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
.news-article-content div {
	line-height: 36px;
	text-indent: 2em;
}
.news-article-content img {
	margin: 0 auto;
}
.page-turning {
	padding-top: 36px;
}
.page-turning .prev-item {
	padding-bottom: 18px;
}
.page-turning li {
    font-size: 18px;
    line-height: 18px;   
}
.page-turning a {
	color: #333;
}
.page-turning li:hover,.page-turning li:hover a {
    color: #e40b20; 
}
.party-article {
	padding-bottom: 0;
	border-bottom: none;
}
.staff-article img {
	display: initial;
	margin: 0;
	width: initial;
}


/* 品牌富尔达 */
.frd-brand {
	padding-bottom: 60px;
}
.frd-brand .c-news-title p {
	line-height: 24px;
}
.frd-other {
	padding-top: 68px;
	padding-bottom: 110px;
}
.frd-other .container {
	display: flex;
}
.frd-develop a, .frd-other a {
	display: block;
	position: relative;
	overflow: hidden;
}
.frd-other-r {
	margin-left: 15px;
}
.frd-other-r a {
	display: block;
}
.frd-develop img, .frd-other img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.frd-develop a:hover img, .frd-other a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.frd-develop a:hover .up-graybox, .frd-other a:hover .up-graybox {
	opacity: 1;
}
.frd-other-r a:first-child {
	margin-bottom: 15px;
}
.frd-introduction, .frd-honor, .frd-certifications {
	display: flex;
}
.brand-img {
	position: relative;
	overflow: hidden;
}
.brand-img img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
.brand-dsc {
	flex: 1;
	padding: 145px 25px 0 40px;
	color: #333;
	background-color: #f7f7f7;
}
.frd-honor .brand-dsc {
	padding: 145px 60px 0 40px;
}
.frd-certifications .brand-dsc {
	padding: 112px 27px 0 40px;
	background-color: #fff;	
}
.brand-dsc a {
	color: #333;
}
.brand-dsc p {
	font-size: 16px;
	line-height: 28px;
}
.brand-dsc i {
	margin-top: 56px;
	display: block;
	width: 44px;
	height: 44px;
	background: url(../images/icon-more1.png) 0 0 no-repeat;
	background-size: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
}
.frd-other {
	padding-top: 68px;
	padding-bottom: 110px;
}
.brand-dsc:hover i {
	background: url(../images/icon-more2.png) 0 0 no-repeat;
	background-size: 100%;
}
#carousel {
	width: 840px;
	margin: 0 auto;
}
#carousel2 img {
	width: initial;
}
.party-box {
	width: 800px;
	margin: 0 auto;
}
.party-img {
	display: flex;
}
.party-img img {
	width: 50%;
}
.staff-box {
	display: flex;
    flex-flow: row wrap;
}
.staff-box li {
	width: 33.33%;
	padding-right: 12px;
    margin-bottom: 23px;
}
.staff-box li:nth-child(3n+2) {
    padding-left: 6px;
    padding-right: 6px;
}
.staff-box li:nth-child(3n) {
    padding-left: 12px;
    padding-right: 0;
}

/*蒙板*/
.up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}
.up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.up-graybox .linet {
  top: 0;
}
.up-graybox .lineb {
  bottom: 0;
}
.up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.brand-img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}
.brand-img:hover .up-graybox {
	opacity: 1;
    filter: alpha(opacity=1);
}
.frd-develop .up-graybox .stit {
	top: 80%;
}

/* 发展历程 */
.d-history {
	display: none;
}
.develop-wrapper {
	padding-top: 140px;
	padding-bottom: 35px;
}
.develop-wrapper .container {
	background: url(../images/bg-develop.png) center 0 no-repeat;
}
.develop-history {
	padding-top: 50px;
}
.develop-history li {
	height: 320px;
	display: flex;
	justify-content: center;
}
.develop-history div {
	flex: 1;
}
.develop-history img {
	display: block;
	width: 395px;
	height: 227px;
}
.develop-history h5 {
	font-size: 44px;
	line-height: 44px;
	color: #010101;
	padding-bottom: 20px;
}
.develop-history p {
	font-size: 16px;
	line-height: 30px;
	color: #000;
}
.l-text {
	margin-right: 80px;
	text-align: right;
}
.r-text {
	margin-left: 80px;
	text-align: left;
}
.l-img img {
	margin-left: auto;
}
.r-img img {
	margin-right: auto;
}

/* 富尔达展会 */
.hot-expo {
	display: block;
	margin-bottom: 80px;
}
.expo-content {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.expo-content li {
	width: 50%;
	margin-bottom: 58px;
	transition: all 0.3s ease;
}
.expo-content li:nth-child(odd) {
	padding-right: 9px;
}
.expo-content li:nth-child(even) {
	padding-left: 9px;
}
.expo-img {
	position: relative;
}
.expo-img .mask i {
	display: block;
	width: 74px;
	height: 74px;
	background: url(../images/icon-expo.png) 0 0 no-repeat;
} 
.expo-info {
	padding: 50px 36px 32px;
	text-align: left;
	border: 1px solid #ccc;
	transition: all 0.3s ease;
}
.expo-info h5 {
	font-size: 22px;
	line-height: 32px;
	color: #333;
	padding-bottom: 24px;
}
.expo-info p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}
.expo-info .expo-location {
	padding-left: 24px;
	background: url(../images/expo-location.png) left center no-repeat;
	background-size: 16px;
}
.expo-info .expo-date {
	padding-top: 15px;
	padding-bottom: 24px;
	font-size: 16px;
}
.expo-info i {
	display: block;
	width: 20px;
	height: 17px;
	background: url(../images/expo-jt.png) 0 0 no-repeat;
	background-size: 100%;
}
.expo-content li:hover .expo-info {
	background-color: #d61515;
}
.expo-content li:hover h5, .expo-content li:hover p {
	color: #fff;
}
.expo-content li:hover .expo-location {
	background: url(../images/expo-location-bai.png) left center no-repeat;
	background-size: 18px;
}
.expo-content li:hover {
	transform: translateY(-20px);
}
.expo-content li:hover .mask {
	opacity: 1;
}

/*ODM*/
.frd-odm {
	padding: 88px 0;
}
.frd-odm h1 {
	font-size: 44px;
	text-align: center;
	padding-bottom: 78px;
}
.frd-advantages-5 {
	padding: 72px 0 60px;
	background: url(../images/odm-bg1.jpg) 0 0 no-repeat;
}
.frd-advantages-5 div,.zx-txt {
	font-size: 44px;
	line-height: 55px;
	color: #fff;
	text-align: center;
}
.zx-txt {
	display: inline-block;
	margin: 45px auto 50px;
	padding-left: 60px;
	background: url(../images/adv-tel.png) left center no-repeat;
	background-size: 55px 55px;
}
.zx-btn {
	display: block;
	margin: 0 auto;
	font-size: 22px;
	width: 162px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #d61515;
	border-radius: 10px;
}
.zx-btn:hover {
	color: #fff;
}
.adv-item1 {
	text-align: center;
}
.adv-number {
	padding-top: 70px;
	font-family: 'Adobe Devanagari';
	font-weight: bold;
	font-size: 48px;
	color: #999;
}
.adv-title {
	width: 350px;
	font-size: 44px;
	line-height: 60px;
	color: #000;
	padding-bottom: 20px;
}
.adv-dsc {
	width: 396px;
	font-size: 20px;
	line-height: 36px;
	color: #666;
	padding-bottom: 30px;
}
.adv-item1 .adv-dsc {
	width: 605px;
}
.adv-item4 .adv-dsc {
	width: initial;
}
.adv-item5 .adv-title {
	width: 265px;
}
.adv-item1 .adv-title,.adv-item1 .adv-dsc,.adv-item4 .adv-title,.adv-item4 .adv-dsc {
	margin: 0 auto;
}
#carousel1 {
	margin-bottom: 67px;
	padding: 15px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.carousel-indicators li {
	background-color: #afafaf;
}
.carousel-indicators li.active {
	background-color: #d61515;
}
.carousel-indicators {
	bottom: -28px;
}
.adv-item2, .adv-item3{
	display: flex;
	justify-content: space-between;
	padding: 95px 0;
}
.swiper2,.swiper3 {
	width: 690px;
}
.adv-item2 .adv-number, .adv-item3 .adv-number, .adv-item5 .adv-number {
	padding-top: 0;
}
.adv-item2 .swiper-txt {
	position: relative;	
}
.adv-item3 .swiper-txt {
	position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;	
}
.frd-adv-item3 {
	background-color: #f7f7f7;
}
.adv-item4 {
	padding-bottom: 136px;
	text-align: center;
	background: url(../images/odm-bg3.jpg) 0 0 no-repeat;
}
.adv-item5 {
	padding: 95px 0;
}
.adv-item5 .container {
	display: flex;
	justify-content: space-between;
}
.adv-item5 img {
	width: 690px;
}
.frd-zx {
	padding: 135px 0 175px;
	color: #fff;
	background: url(../images/odm-bg2.jpg) 0 0 no-repeat;
	text-align: center;
}
.frd-zx h1 {
	font-size: 60px;
	line-height: 80px;
	padding-bottom: 16px;
}
.frd-zx div {
	font-size: 24px;
	line-height: 36px;
}
.frd-zx .zx-txt {
	font-size: 40px;
	margin: 68px auto 44px;
}
.adv-item2 .swiper-button-prev {
	top: initial;
	left: 0;
	bottom: 0;
	background-image: url(../images/prev-btn.png);
	background-size: 100%;
}
.adv-item2 .swiper-button-next {
	top: initial;
	right: initial;
	left: 39px;
	bottom: 0;
	background-image: url(../images/next-btn.png);
	background-size: 100%;
}
.adv-item3 .swiper-button-prev {
	top: initial;
	left: 113px;
	bottom: 0;
	background-image: url(../images/prev-btn.png);
	background-size: 100%;
}
.adv-item3 .swiper-button-next {
	top: initial;
	right: initial;
	left: 152px;
	bottom: 0;
	background-image: url(../images/next-btn.png);
	background-size: 100%;
}
.adv-item2 .swiper-button-next, .adv-item2 .swiper-button-prev,.adv-item3 .swiper-button-next,.adv-item3 .swiper-button-prev {
	width: 34px;
	height: 34px;
}
.swiper-button-prev:focus, .swiper-button-next:focus {
	outline: none;
}
.adv-item5 .swiper-txt {
	display: flex;
	align-items: center;
}

/*分页器*/
.pagination-wrapper {
	margin-top: 38px;
}
.pagination {
	justify-content: center;
}
.pagination li {
    padding: 0.5rem 0.75rem;
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination li a {
    display: inline-block;
    color: #999;
}

.pagination li a:link {
    background: #fff;
}

.pagination li a:hover {
    text-decoration: none;
}

.pagination li a:link:hover {
    color: #000;
}

.pagination li.thisclass {
    background-color: #cc242f;
    color: #fff;
	border: 1px solid #cc242f;
}

.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}

.pagination li:last-child {
    border-radius: 0 3px 3px 0;
}

.pagination .pageinfo {
    color: #444;
}

/*搜索结果*/
.search_result {
	padding: 65px 0;
}
.news_page a {
	display: initial;
}
.news_search h2 {
	padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
}
.key_word {
	color: #e40b20;
}
.news_list li {
	line-height: 44px;
	border-bottom: 1px solid #ddd;
}
.news_list li a {
	display: flex;
	color: #333;
}
.news_list li .n_date {
	width: 15%;
	text-align: right;
	color: #999;
}

.r-ff .case-content p {
	font-size: 16px;
	line-height: 44px;
	text-align: center;
}



.hidden {
    display: none;
}
@media (min-width: 1280px) {
	.container {
	    max-width: 1230px;
	}
}
@media (max-width: 415px) {
	.nav-item:hover .nav-link, .navbar-light .navbar-nav .active>.nav-link {
		border-bottom: 2px solid #d61515;
	}
	.frd-banner img {
		height: 180px;
		object-fit: cover;
	}
	.head-bar {
		display: none;
	}
	.head-bar-m {
		display: block;
	}
	.navbar-brand {
		padding: 1.5rem 0;
	}
	.navbar-brand img {
		width: 150px;
	}
	.navbar-light .navbar-nav .nav-link {
		display: inline-block;
		font-size: 14px;
		line-height: 32px;
	}
	.icon-fire {
		display: none;
	}
	.swiper-pagination {
		display: none;
	}
	.container-nav {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	.frd-product {
		padding-bottom: 1rem;
	}
	.frd-product .container {
		padding: 0;
	}
	.com-row {
		display: block;
	}
	.ask-wrapper {
		height: initial;
		padding: 2rem 15px;
	}
	.online-ask {
		position: initial;
		top: 0;
		padding: 0;
	}
	.ask-title {
		margin-bottom: 1rem;
	}
	.ask-title h6 {
		font-size: 20px;
		text-align: center;
	}
	.ask-title p {
		font-size: 18px;
		text-align: center;
	}
	.t-form {
		padding-right: 0;
	}
	.txt-info input {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.txt-info #name1,.txt-info #tel1,.txt-info #weight {
		max-width: initial;
	}
	.txt-info #size {
		margin-bottom: 0;
		width: 70%;
	}
	.com-row label {
		display: block;
		margin-bottom: 0.5rem;
		margin-right: 0;
	}
	.txt-info label {
		width: 30%;
		margin-bottom: 0;
	}
	.radio-info input {
		margin-left: 0.25rem;
		margin-right: 0.5rem;
		margin-bottom: 0.1rem;
	}
	.radio-info input:last-child {
		margin-right: 0;
	}
	.submit-btn {
		display: none;
	}
	.submit-btn-m {
		display: block;
	}
	.coolbg {
		display: block;
		width: 100%;
		margin-top: 1rem;
		padding: 1rem 0;
		color: #fff;
		background-color: #d61515;
		border: none;
	}
	.hot-line {
		display: none;
	}
	.com-wrapper {
		padding: 2rem 0;
	}
	.com-wrapper h1 {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 0.5rem;
	}
	.com-wrapper p {
		font-size: 16px;
		line-height: 16px;
	}
	/* 匠心制造 */
	.swiper2-box {
		display: none;
	}
	.swiper3-box {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.swiper-container3 .swiper-wrapper {
		padding-bottom: 10px;
	}
	.swiper-container3 .swiper-slide {
		border: 1px solid #ccc;
		padding-top: 40px;
		padding-bottom: 22px;
		box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3);
	}
	.swiper-container3 .swiper-slide h6 {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #666;
		font-size: 14px;
		line-height: 14px;
	}
	.swiper-container3 .swiper-slide a {
		display: block;
		width: 80px;
		height: initial;
		font-size: 12px;
		line-height: 30px;
		margin: 0 auto;
		color: #fff;
		background-color: #d2d2d2;
		text-align: center;
		border-radius: 21px;
	}
	.swiper-container3 .swiper-slide:hover {
		border: 1px solid #d61515;
	}
	.swiper-container3 .swiper-slide:hover a {
		background: #d61515;
	}
	/* 9大优势 */
	.frd-advantages {
		position: initial;
		height: initial;
	}
	.frd-advantages .container {
		padding: 0;
	}
	.advantages-switch {
		height: initial;
	}
	.advantages-switch .advantages-left {
		display: none;
		width: 100%;
		height: initial;
		padding: 2rem 1rem;
	}
	.advantages-switch .advantages-left .left-p1 b {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 1rem;
	}
	.advantages-switch .advantages-left .left-p1 {
		font-size: 20px;
		line-height: 20px;
	}
	.advantages-switch .advantages-left .left-p2 {
		padding-top: 1rem;
	}
	.advantages-switch .advantages-left .left-sline {
		margin-top: 2rem;
	}
	.advantages-switch .advantages-icon {
		position: initial;
		width: 100%;
		height: initial;
	}
	.advantages-switch .advantages-icon .icon-left {
		width: 30px;
		height: auto;
		top: 0;
		left: 0;
	}
	.advantages-switch .advantages-icon .icon-right {
		width: 30px;
		height: auto;
		top: 0;
		right: 0;
	}
	.advantages-switch .advantages-icon .advantages-text li {
		padding-top: 0;
	}
	.advantages-switch .advantages-icon .advantages-text li .li-p1 .li-b {
		font-size: 16px;
		line-height: 16px;
	}
	.advantages-switch .advantages-icon .advantages-text li .li-p1 {
		font-size: 14px;
	}
	.advantages-switch .advantages-icon .advantages-text {
		margin: 0 40px;
	}
	.advantages-switch .baocase {
		display: none;
	}
	.advantages-bg {
		position: initial;
	}
	/* 8大理由 */
	.frd-reasons {
		padding-bottom: 2rem;
		background-size: cover;
	}
	.frd-reasons .container {
		padding: 0;
	}
	.reasons-list li {
		width: 25%;
	}
	.reasons-list span {
		font-size: 16px;
	}
	.reasons-list div {
		font-size: 10px;
		padding: 0 0.5rem;
	}
	.reasons-list .r-industry {
		font-size: 14px;
    	line-height: 24px;
	}
	.reasons-list:first-child {
		margin-bottom: 1rem;
	}
	/* 工程案例和服务流程 */
	.frd-advantages, .frd-case, .frd-service {
		display: none;
	}
	/* 新闻资讯 */
	.news-wrapper {
		display: block;
		margin-bottom: 2rem;
	}
	.rside-news {
		margin-left: 0;
		margin-top: 1rem;
	}
	.news-tab ul li {
		font-size: 14px;
		line-height: 20px;
		margin-right: 0.5rem;
		font-weight: initial;
	}
	.news-tab ul li.active {
		border-bottom: 2px solid #D61515;
	}
	.news-tab {
		align-items: initial;
	}
	.news-tab a {
		font-size: 14px;
		line-height: 20px;
		background: url(../images/icon-more.png) left 2px no-repeat;
	}
	.news-info .headline {
		padding: 1rem;
	}
	.headline div {
		font-size: 14px;
	}
	.headline p {
		font-size: 12px;
	}
	.news-info .news-title {
		font-size: 12px;
	}
	.date-right {
		font-size: 12px;
		line-height: 12px;
	}
	.news-info li:not(:first-child) {
		padding: 1rem 0;
	}
	/* 地图 */
	#contact-map {
		width: 100%;
		height: 200px;
		border: none;
	}
	/* 联系我们 */
	.contact-us {
		display: block;
		margin-bottom: 0;
	}
	.contact-info {
		width: auto;
		padding: 0;
	}
	.contact-info h1 {
		font-size: 18px;
		line-height: 18px;
		padding-bottom: 0.5rem;
	}
	.contact-info p {
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 1rem;
	}
	.contact-wrapper {
		padding: 2rem 15px;
	}
	.contact-info div {
		font-size: 14px;
		margin-bottom: 2rem;
	}
	.icon-location {
		padding-left: 24px;
		background-size: 16px 16px;
	}
	.icon-tel1, .icon-phone {
		padding-left: 24px;
		background-size: 16px 16px;
	}
	.icon-tel2, .icon-fax {
		padding-left: 24px;
		background-size: 16px 14px;
	}
	/* 广告 */
	.frd-adv {
		height: auto;
	}
	.adv-wrapper {
		display: block;
		padding: 2rem 0;
	}
	.adv-info {
		margin-bottom: 1rem;
	}
	.adv-info h1 {
		font-size: 18px;
	}
	.adv-info p, .q-search p {
		font-size: 14px;
	}
	.b-search-wrap {
		margin-top: 0.5rem;
	}
	.b-search {
		width: 100%;
	}
	/* 底部 */
	.t-foot {
		display: block;
	}
	.t-foot-wrap {
		padding: 2rem 0;
	}
	.b-nav-list {
		flex-wrap: wrap;
	}
	.b-nav-list li {
		width: 25%;
		padding: 0 0 0 1rem;
		border: none;
		margin-bottom: 1rem;
	}
	.b-nav-list li:first-child {
		padding: 0;
	}
	.b-nav-list h6 {
		font-size: 14px;
	}
	.b-nav-list a {
		font-size: 12px;
	}
	.qr-code img {
		margin: 0 auto;
		width: 100px;
	}
	.t-foot p {
		font-size: 14px;
		line-height: 14px;
		margin-top: 1rem;
	}
	.b-foot {
		display: block;
		font-size: 12px;
	}
	.b-foot-wrap {
		padding: 1rem 0;
	}
	.r-link {
		margin-top: 1rem;
	}
	.r-link a {
		width: 24px;
		height: 24px;
	}
	.r-link .qq, .r-link .wb, .r-link .wx {
		background-size: 100% 100%;
	}

	/*面包屑*/
	.page-name {
		font-size: 14px;
		line-height: 48px;
	}
	.page-location {
		font-size: 12px;
		line-height: 48px;
	}
	.news-page-location {
		display: none;
	}

	/*品牌富尔达*/
	#carousel2 {
		width: 100%;
		margin: 0;
	}
	.frd-introduction, .frd-honor, .frd-certifications {
		display: block;
	}
	.frd-brand {
		padding-bottom: 1rem;
	}
	.brand-img {
		width: 100%;
		height: auto;
	}
	.brand-dsc p {
		font-size: 14px;
		line-height: 24px;
	}
	.brand-dsc i {
		margin-top: 1rem;
		width: 30px;
		height: 30px;
	}
	.brand-dsc,.frd-honor .brand-dsc,.frd-certifications .brand-dsc {
		padding: 1rem;
	}
	.frd-other {
		padding: 1rem 0;
	}
	.frd-other .container>a img {
		height: 100%;
	}
	.frd-other-r {
		margin-left: 0.5rem;
	}
	.frd-other-r a:first-child {
		margin-bottom: 0.5rem;
	}
	.frd-other {
		padding-bottom: 1rem;
	}
	.party-img {
		display: block;
	}

	/*发展历程*/
	.develop-history {
		display: none;
	}
	.d-history {
		display: block;
	}
	.develop-wrapper {
		padding: 1rem 0;
	}
	.develop-wrapper .container {
		background: none;
	}
	.d-history li {
		margin-bottom: 1rem;
		background-color: #fff;
	}
	.d-history .d-history-info {
		padding: 1rem;
	}
	.d-history h5 {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 0.5rem;
	}
	.d-history p {
		font-size: 14px;
		line-height: 24px;
	}

	/*富尔达展会*/
	.content-wrapper {
		padding: 1rem 0;
	}
	.content-wrapper video {
		width: 100%;
	}
	.expo-info {
		padding: 1rem;
	}
	.hot-expo {
		margin-bottom: 1rem;
	}
	.expo-info h5 {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 1rem;
	}
	.expo-info p {
		font-size: 14px;
		line-height: 20px;
	}
	.expo-info .expo-location {
		background-size: 14px;
		padding-left: 20px;
	}
	.expo-content li {
		width: 100%;
		margin-bottom: 1rem;
	}
	.expo-content li:nth-child(odd) {
		padding-right: 0;
	}
	.expo-content li:nth-child(even) {
		padding-left: 0;
	}
	.expo-info .expo-date {
		font-size: 14px;
		padding: 1rem 0;
	}
	.expo-info i {
		width: 16px;
		height: 14px;
		background-size: 16px;
	}

	/*新闻栏目页*/
	.com-news-wrapper {
		padding-bottom: 2rem;
	}
	.c-news-title {
		padding: 1rem 0;
	}
	.c-news-title h5 {
	    font-size: 16px;
	    line-height: 24px;
	}
	.c-news-title i {
		width: 10px;
		margin: 0.5rem auto;
	}
	.c-news-title p {
		font-size: 14px;
		line-height: 18px;
	}
	.c-news-list {
		display: block;
	}
	.l-news {
	    width: 100%;
	    margin-right: 0;
	}
	.com-news-info {
		padding: 1rem;
	}
	.com-news-info h5 {
		font-size: 16px;
	    line-height: 24px;
	    padding-bottom: 0.5rem;
	}
	.com-news-info p {
		line-height: 24px;
	}
	.news-date-wrapper {
		padding-top: 1rem;
	}
	.detail-btn {
		width: 60px;
		height: 24px;
	    line-height: 24px;
	    font-size: 12px;
	}
    .r-news .com-news-info {
    	padding: 1rem;
    }
    .r-news .com-news-info h5 {
    	font-size: 16px;
    	line-height: 24px;
    }
	.com-news-btn {
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		margin-top: 2rem;
		border-radius: 0;
		background-image: none;
    	background-size: 16px 14px;
	}
	.com-news-btn:hover {
		background-color: #d61515;
		background-image: none;
    }
	.media-info-wrapper,.industry-wrapper {
		display: block;
	}
	.media-info-wrapper>div:first-child {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.industry-wrapper li:not(:last-child) {
		margin-right: 0;
		margin-bottom: 1rem;
	}

	/*新闻列表页*/
	.news-headline {
		display: block;
		padding-bottom: 1rem;
	}
	.news-headline .news-img-l {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.news-headline .news-r {
		padding: 1rem 0;
	}
	.news-r .news-date-wrapper {
		padding-top: 1rem;
	}
	.news-list-info a {
		padding: 1rem 0;
	}
	.m-show {
		display: block;
	}
	.m-hide {
		display: none;
	}
	.r-list-info h5 {
		font-size: 16px;
	    padding-top: 0;
	    padding-bottom: 0.5rem
	}
	.r-list-info p {
		line-height: 24px;
	}
	.news-btn-wrapper {
		justify-content: space-between;
	}

	/*新闻详情页*/
	.page-names {
		font-size: 16px;
		line-height: 48px;
	}
	.page-names li {
		margin-right: 0;
	}
	.page-names li a {
		font-size: 14px;
	}
	.news-article-wrapper .container {
		padding: 2rem 15px;
	}
	.news-article-title h5 {
		font-size: 16px;
	    line-height: 24px;
	    padding-bottom: 0.5rem;
	}
	.news-article-title div {
	    font-size: 14px;
	    line-height: 14px;
	    color: #666;
	    padding-bottom: 0.75rem;
	}
	.news-article-content {
		padding: 1rem 0;
		font-size: 14px;
	}
	.news-article-content div {
		padding-bottom: 0.25rem;
	}
	.news-article-content img {
		width: 100%!important;
		height: auto!important;
	}

	/*翻页器*/
	.page-turning {
		padding-top: 2rem;
	}
	.page-turning li {
		font-size: 14px;
	}
	.page-turning .prev-item {
		padding-bottom: 0.5rem;
	}

	/*分页器*/
	.pagination-wrapper {
		margin-top: 2rem;
	}
	.pagination li {
		font-size: 12px;
	}

	/*飞飞门兽*/
	.ff-wrapper {
		padding: 1rem 0;
	}
	.ff-content {
		display: block;
	}
	.l-ff {
		display: flex;
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.l-ff li {
		flex: 1;
		padding-left: 0;
		background: none;
		border: 1px solid #d4d4d4;
		text-align: center;
	}
	.l-ff li:first-child {
		border-right: none;
	}
	.l-ff li:nth-child(2) {
		border-right: none;
	}
	.r-ff {
		padding: 0;
	}
	.l-ff a {
		font-size: 12px;
	}

	/*联系我们*/
	.page-contact {
		padding: 0;
	}
	.company-info {
		height: auto;
	}
	.c-info {
		position: initial;
		top: initial;
		left: initial;
		margin-left: 0;
		height: auto;
		padding: 2rem 15px;
	}
	.c-info .icon-location, .c-info div {
		background-size: 16px;
	}
	.c-info h1 {
		padding-bottom: 1rem;
	}
	.c-info div {
		margin-bottom: 1rem;
	}
	.c-info div:last-child {
		margin-bottom: 0;
	}

	/*搜索结果*/
	.search_result {
		padding: 2rem 0;
	}
	.news_search h2 {
		font-size: 16px;
	}
	.news_list a {
		font-size: 14px;
	}
	.pagination {
		font-size: 14px;
	}

	/*案例*/
	.pro-list {
		flex-flow: wrap;
		margin-bottom: 1rem;
	}
	.pro-list li {
		flex: initial;
		width: 33.33%;
		line-height: 32px;
	}
	.pro-list li:nth-child(1), .pro-list li:nth-child(2), .pro-list li:nth-child(3) {
		margin-bottom: -1px;
	}
	.frd-cases .pro-list li:nth-child(7) {
		margin-top: -1px;
	} 
	.pro-list li a {
		font-size: 14px;
	}
	.case-content li {
		width: 50%;
		margin-bottom: 1rem;
	}
	.case-content p {
		font-size: 14px;
	}
	.case-content li:nth-child(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.case-content li:nth-child(3n) {
		padding-left: 0;
		padding-right: 0;
	}
	.case-content li {
		padding-right: 0;
	}
	.case-content li:nth-child(odd) {
		padding-right: 0.25rem;
	}
	.case-content li:nth-child(even) {
		padding-left: 0.25rem;
	}
	.mask i {
		width: 32px;
		height: 32px;
	}
	.modal-title {
		font-size: 18px;
	}

	/*产品中心*/
	.pro-content li {
		width: 50%;
		margin-bottom: 1rem;
	}
	.pro-content li:nth-child(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.pro-content li:nth-child(3n) {
		padding-left: 0;
		padding-right: 0;
	}
	.pro-content li {
		padding-right: 0;
	}
	.pro-content li:nth-child(odd) {
		padding-right: 0.25rem;
	}
	.pro-content li:nth-child(even) {
		padding-left: 0.25rem;
	}
	.pro-content a p {
		font-size: 14px;
	}

	/*热卖产品*/
	.hot-products li {
		width: 50%;
	}
	.hot-products li a {
		font-size: 12px;
	}

	/*产品详情页*/
	.hot-pro-wrapper {
		padding: 1rem;
	}
	.hot-pro-dsc {
		display: block;
		padding-bottom: 2rem;
	}
	.right-dsc {
		padding: 0;
		background-color: #fff;
	}
	.right-dsc h5 {
	    font-size: 18px;
	    line-height: 18px;
	    padding-bottom: 0;
	}
	.right-dsc p {
		font-size: 16px;
	}
	.right-dsc li {
	    font-size: 14px;
	    line-height: 20px;
	    margin-bottom: 0.5rem;
	}
	.right-dsc .bottom-ask {
		padding-top: 1rem;
	}
	.right-dsc .bottom-hotline-box {
		font-size: 14px;
	}
	.right-dsc img {
		width: 40px;
		height: 40px;
	}
	.right-dsc .tel-hotline {
		font-size: 18px;
		line-height: 18px;
	}
	.right-dsc a {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
		width: auto;
		padding: 0 20px;
	}
	.t-instructions {
		padding: 2rem 0;
	}
	.hot-pro-title {
		font-size: 16px;
		line-height: 16px;
		border-bottom: 2px solid #d61515;
	}
	.table {
		width: 500px;
		font-size: 12px;
		margin-bottom: 0;
	}
	.hot-pro-title span {
		font-size: 14px;
	}
	.t-specifications {
		padding-bottom: 2rem;
	}
	.remarks {
		padding-top: 0.5rem;
		font-size: 12px;
	}
	.b-install {
		padding-top: 1rem;
	}
	.install-note {
		padding-top: 1rem;
		font-size: 12px;
	}
	.pro-images {
		width: 100%;
		margin: 0 auto;
	}
	.bmq-imgs {
		margin-top: 1rem;
	}
	.bmq-imgs img {
		display: block;
		width: 100%;
	}
	.bmq-imgs-m {
		display: block;
		padding: 0;
	}
	.bmq-imgs-m img:first-child {
		padding-bottom: 1rem;
	}
	.bmq-imgs-b {
		padding-left: 0;
	}
	.com-pro-imgs {
		margin-top: 1rem;
	}
	/*ODM*/
	.frd-odm {
		padding: 2rem 0;
	}
	.frd-odm h1 {
		font-size: 16px;
		padding-bottom: 1rem;
	}
	.frd-advantages-5 {
		padding: 2rem 0;
	    background-size: cover;
	}
	.frd-advantages-5 div, .zx-txt {
		font-size: 14px;
		line-height: 24px;
	}
	.zx-txt {
		margin: 0.5rem auto;
		padding-left: 20px;
		background-size: 16px;
	}
	.zx-btn {
	    font-size: 12px;
    	width: 80px;
    	height: 32px;
    	line-height: 32px;
    	border-radius: 5px;
	}
	.adv-number {
		font-size: 32px;
		padding-top: 1rem;
		text-align: center;
	}
	.adv-title {
		width: initial;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}
	.adv-dsc {
		width: initial;
		font-size: 14px;
		line-height: 24px;
		text-align: center;
		padding-bottom: 0.5rem!important;
	}
	.adv-item1 .adv-dsc,.adv-item5 .adv-dsc,.adv-item5 .adv-title {
		width: initial;
	}
	.adv-item2, .adv-item3 {
		display: block;
		padding: 1rem 0;
	}
	.swiper2, .swiper3 {
		width: initial;
	}
	.adv-item2 .swiper-button-next, .adv-item2 .swiper-button-prev, .adv-item3 .swiper-button-next, .adv-item3 .swiper-button-prev {
		display: none;
	}
	.adv-item4 {
		padding-bottom: 3rem;
	}
	.adv-item5 {
		padding: 2rem 0;
	}
	.adv-item5 .container {
		display: block;
	}
	.frd-zx {
		padding: 2rem 0;
		background-size: cover;
	}
	.frd-zx h1 {
		font-size: 16px;
    	line-height: 32px;
    	padding-bottom: 0.5rem;
	}
	.frd-zx div {
    	font-size: 14px;
    	line-height: 24px;
	}
	.frd-zx .zx-txt {
		font-size: 14px;
		margin: 1rem auto;
	}
	/*党建风采*/
	.party-box {
		width: 100%;
		margin: 0;
	}
	.staff-box li {
	    width: 50%;
	    margin-bottom: 1rem;
	}
	.staff-box li:nth-child(3n+2) {
		padding-right: 0;
		padding-left: 0;
	}
	.staff-box li:nth-child(3n) {
		padding-left: 0;
		padding-right: 0;
	}
	.staff-box li {
		padding-right: 0;
	}
	.staff-box li:nth-child(odd) {
		padding-right: 0.25rem;
	}
	.staff-box li:nth-child(even) {
		padding-left: 0.25rem;
	}
	.logo-img img {
		height: 20px;
	}
	.staff-article img {
		display: block;
	}
	.fj>div:first-child {
		margin-right: 0.5rem;
	}
	.fj p {
		font-size: 14px;
	}
}
