
*{
    box-sizing: border-box;
}
.clear:after{
    content: '';
    display: block;
    clear: both;
}

.main-container{
    width: 1300px;
	margin: 0 auto;
}

.full-main{
    width: 100%;
    min-width: 1200px;
}

.row{
    margin-right: -15px;
    margin-left: -15px;
}

.head-box .top-row{
	background: #f7f7f7;
	line-height: 34px ;
}

.head-box .top-row .top-left{
	float: left;
}

.head-box .top-row .top-left p{
	font-size: 12px;
	color: #999999;
}

.head-box .top-row .top-right{
	float: right;
}

.head-box .top-row .top-right a{
	display: block;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #eee;
	color: #999999;
}

.head-box .top-row .top-right a.online{
	background: #ca2424;
	color: #ffffff;
}

.wap-menu {
    float: right;
    background: none;
    border: 1px solid #333;
    padding: 5px 8px;
    display: none;
}

.wap-menu span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333333;
    margin: 4px 0;
}

.logo-row{
	padding: 24px 0;
}

.logo-row .logo-wrap{
	height: 62px;
	float: left;
}

.logo-row .logo-wrap img{
	height: 62px;
	display: block;
	width: 223px;
}
.logo-wrap a{
    color: #fff;
}
.logo-wrap h1{
    font-size: 5px;
}


.logo-row .slogan-wrap{
	float: left;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	margin-top: 6px;
	margin-left: 30px;
}

.logo-row .slogan-wrap img{
	height: 100%;
	display: block;
}
.logo-row .phone-wrap{
	float: right;
	padding-top: 10px;
}

.logo-row .phone-wrap dt{
	float: left;
	width: 44px;
	height: 44px;
	background: #ca2424;
	border-radius: 50%;
}

.logo-row .phone-wrap dd{
	float: left;
	padding-left: 10px;
}
.logo-row .phone-wrap dd span{
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.logo-row .phone-wrap dd p{
	font-size: 28px;
	color: #ca2424;
	line-height: 1;
	font-family: Arial;
}
.nav-bg{
	background: #333333;
	height: 50px;
}
.nav-row > ul > li{
	float: left;
	line-height: 50px;
	font-size: 0;
	position: relative;
}
.nav-row > ul > li > a{
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px;
	border-left: 1px solid #434343;
	border-right: 1px solid #2c2c2c;
}
.nav-row > ul > li:hover{
	background: #ca2424;
}
.nav-row > ul > li:hover a{
	border-color: #ca2424;
}
.nav-row > ul > li:first-child a{
	border-left: none;
}
.nav-row > ul > li:last-child a{
	border-right: none;
}
.nav-row > ul > li[class*="current"] {
    background: #ca2424;
}
.nav-row > ul > li[class*="current"] a{
	border: none;
}
.nav-row > ul > li ul{
	display: none;
	position: absolute;
	left: 0;
	background: #333333;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
}
.nav-row > ul > li:hover ul{
	display: block;
}
.nav-row > ul > li ul li a{
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	color: #cccccc;
}
.nav-row > ul > li ul li a:hover{
	background: #222222;
	color: #ffffff;
}
/* banner */
.home-banner .swiper-slide img{
	width: 100%;
	height: 525px;
	object-fit: cover;
	display: block;
}
.home-banner .button .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
	opacity: .5;
	margin: 0 4px;
}
.home-banner .button .swiper-pagination-bullet-active {
	width: 40px;
	opacity: 1;
	border-radius: 5px;
    background: #ca2424;
}
.home-banner .swiper-pagination{
	position: absolute;
	width: 1200px !important;
	left: 50% !important;
	margin-left: -600px;
	text-align: left;
}
.home-banner .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom: 70px;
    left: 0;
    width: 100%;
}
.home-banner .button{
	width: 1200px;
	position: absolute;
	z-index: 99;
	bottom: 80px;
	left: 50%;
	margin-left: -600px;
}
.home-banner .button .swiper-button-prev{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #fff;
	right: 50px;
	left: auto;
}
.home-banner .button .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 1px solid #ca2424;
	background: #ca2424;
	right: 0;
	left: auto;
}
.home-banner .button .swiper-button-prev:after{
	font-size: 16px;
	color: #ffffff;
}
.home-banner .button .swiper-button-next:after{
	font-size: 16px;
	color: #ffffff;
}
.home-banner img{
	display: block;
}
/* banner结束 */
/* 搜索 */
.search-wrap{
	background: #f7f7f7;
	height: 80px;
	padding: 23px 0;
}
.search-wrap .hot-words{
	float: left;
	line-height: 34px;
}
.search-wrap .hot-words span{
	font-size: 14px;
}
.search-wrap .hot-words span em{
	color: #ca2424;
	font-weight: 700;
}
.search-wrap .hot-words a{
	font-size: 14px;
	color: #666666;
	margin: 0 10px;
}
.search-wrap .search-form{
	float: right;
	font-size: 0;
}
.search-wrap .search-form input{
	height: 34px;
	border: none;
	
}
.search-wrap .search-form input.text{
	width: 300px;
	background: #ffffff;
	text-indent: 20px;
	font-size: 14px;
	color: #999999;	
}
.search-wrap .search-form input.btn{
	text-indent: -999999px;
	width: 34px;
	height: 34px;
	background: #ca2424 url(../images/search-btn.png) center center no-repeat;
	background-size: 50%;
}
/* 搜索结束 */
/* 产品 */
.products{
	margin: 35px auto;
}
.product-category{
	width: 25%;
	float: left;
	padding-right: 40px;
}
.product-category .title{
	width: 100%;
	height: 75px;
	background: #ca2424 url(../images/net-bg.png)  top center no-repeat;
	padding-left: 25px;
	overflow: hidden;
}
.product-category .title p{
	font-size: 25px;
	color: #ffffff;
	line-height: 1;
	margin-top: 25px;
	margin-bottom: 10px;
}
.product-category .title span{
	font-size: 14px;
	font-family: Arial;
	color: #fff;
	opacity: .5;
	line-height: 1;
	text-transform: uppercase;
}
.product-category .list{
	background: #333333;
	padding:6px 10px;
}
.product-category .list ul li{
	padding: 4px 0;
}
.product-category .list ul li a{
	line-height: 25px;
	padding-left: 35px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	position: relative;
}
.product-category .list ul li a:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ffffff;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.product-category .list ul li[class*="current"] a{
	background: #ca2424;
}
.product-category .list ul li:hover a{
	background: #ca2424;
}
.product-category .phone{
	width: 100%;
	height: 85px;
	background: #ca2424 url(../images/net-bg.png)  bottom center no-repeat;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 20px;
}
.product-category .phone dl dt{
	width: 44px;
	height: 44px;
	float: left;
	margin-top: -3px;
	margin-right: 3px;
}
.product-category .phone dl dt img{
	display: block;
}
.product-category .phone dl dd span{
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
}
.product-category .phone dl dd p{
	font-size: 24px;
	color: #ffffff;
	line-height: 1;
}
.product-list{
	width: 75%;
	float: left;
}
.product-list .title{
	line-height: 60px;
}
.product-list .title p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	float: left;
}
.product-list .title p em{
	color: #ca2424;
}
.product-list .title a{
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}
.product-list .title a:hover{
	color: #ca2424;
}
.product-list .list{
	width: 100%;
	overflow: hidden;
}
.product-list .list ul li{
	padding: 0 15px;
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 30px;
}
.product-list .list .img{
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.product-list .list .img a{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	background: #ca2424;
	opacity: 0;
	z-index: 9;
	transition: all .3s;
}
.product-list .list .img i{
	width: 30px;
	height: 30px;
	display: block;
	#background: url(../images/search-btn.png);
	background-size: 100%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top: -50px;
	z-index: 99;
	pointer-events: none;
	transition: all .3s;
}
.product-list .list ul li:hover .img a{
	opacity: 0.7;
}
.product-list .list ul li:hover .img i{
	top: 50%;
	margin-top: -15px;
}
.product-list .list .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.product-list .list .text a{
	font-size: 14px;
	line-height: 40px;
}
.product-list .list ul li:hover .text a{
	color: #ca2424;
}
/* 产品结束 */
/* 优势和特点 */
.advantage{
	height: 550px;
	background: url(../images/adv-bg.png) 0 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 60px;
}
.advantage .title{
	text-align: center;
}
.advantage .title p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 1px;
}
.advantage .title p em{
	color: #ca2424;
}
.advantage .title p em strong{
	font-size: 40px;
	font-style: italic;
}
.advantage .title span{
	font-size: 14px;
	color: #999999;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.advantage .list{
	margin-top: 50px;
}
.advantage .list ul li{
	width: 20%;
	float: left;
	text-align: center;
}
.advantage .list ul li p{
	width: 88px;
	height: 88px;
	border-radius: 50%;
	padding: 5px;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 15px;
}
.advantage .list ul li p img{
	width: 100%;
	display: block;
	transition: all .3s ease;
}
.advantage .list ul li:hover p img{
	transform: rotateY(180deg);
}
.advantage .list ul li span{
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
}
.application{
	margin-top: 50px;
	background-color: #fff;
}
.application .swiper-container .swiper-slide{
	width: 50%;
	background: #b61b1b;
	padding: 35px 60px;
	height: 315px;
	
}
.application .swiper-container .swiper-slide:nth-child(2n+1):after{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .1);
}
.application .swiper-container .swiper-slide .number{
	width: 140px;
	float: left;
	
}
.application .swiper-container .swiper-slide .number p{
	font-size: 100px;
	color: #ffffff;
	height: 70px;
	overflow: hidden;
	font-family: DIN,Arial, Helvetica, sans-serif;
	line-height: 1;
}
.application .swiper-container .swiper-slide .number:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #ffffff;
	margin-top: 20px;
}
.application .swiper-container .swiper-slide .text{
	width: calc(100% - 140px);
	float: left;
	padding: 80px 20px 0;

}
.application .swiper-container .swiper-slide .text p{
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 15px;
}
.application .swiper-container .swiper-slide .text span{
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
}
.application .swiper-button-prev{
	width: 40px;
	height: 80px;
	background: url(../images/arrow-bg.png) left top no-repeat;
	left: 50%;
	margin-left: -40px;
}
.application .swiper-button-next{
	width: 40px;
	height: 80px;
	background: url(../images/arrow-bg.png) right top no-repeat;
	right: 50%;
	margin-right: -40px;
}
.application .swiper-button-prev:after{
	color: #ffffff;
	font-size: 24px;
	margin-left: 10px;
}
.application .swiper-button-next:after{
	color: #ffffff;
	font-size: 24px;
	margin-right: 10px;
}
/* 优势和特点结束 */

/* 厂容厂貌 */
.factory .title-row {
	line-height: 40px;
	margin-bottom: 10px;
}
.factory .title-row p{
	font-size: 24px;
	color: #333333;
	float: left;
}
.factory .title-row p em{
	color: #ca2424;
}
.factory .title-row a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
.factory .title-row a:hover{
	color: #ca2424;
}
.factory .list-row{
	background: #ffffff;
	padding: 10px 0;
}
.factory .list-row .swiper-container{
	padding: 0 40px;
}
.factory .list-row .swiper-slide{
	width: 25%;
	padding:0 10px;
}
.factory .list-row .swiper-slide .img{
	width: 100%;
	height: 180px;
	overflow: hidden;
}
.factory .list-row .swiper-slide a{
	width: 100%;
	display: block;
	position: relative;
}
.factory .list-row .swiper-slide .img img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.factory .list-row .swiper-slide .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(202, 36, 36, .6);
	opacity: 0;
}
.factory .list-row .swiper-slide .text p{
	font-size: 16px;
	color: #ffffff;
	line-height: 180px;
}
.factory .list-row .swiper-slide:hover .text{
	opacity: 1;
}
.factory .swiper-button-prev{
	left: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: black;
	margin-top: 0;
}
.factory .swiper-button-prev:after{
	color: #ffffff;
}
.factory .swiper-button-next{
	right: 0;
	height: 100%;
	width: 40px;
	top: 0;
	background: black;
	margin-top: 0;
}
.factory .swiper-button-next:after{
	color: #ffffff;
}
/* 厂容厂貌结束 */
/* 新闻 */
.news{
	margin: 50px auto;
	overflow: hidden;
}
.news-item-wrap{
	padding: 0 15px;
	width: 33.33%;
	float: left;
}
.news-item-wrap .title{
	line-height: 40px;
	margin-bottom: 10px;
	background-color: #666;
}
.news-item-wrap .title p{
	font-size: 24px;
	color: #333333;
	float: left;
}
.news-item-wrap .title p em{
	color: #ca2424;
}
.news-item-wrap .title a{
	float: left;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.news-item-wrap .title a:hover{
	color: #fff;
}
.news-item-wrap .list .hot-news .img{
	width: 100%;
	height: 174px;
	overflow: hidden;
}
.news-item-wrap .list .hot-news .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news-item-wrap .list .hot-news .text{
	padding-bottom: 15px;
	border-bottom: 1px dashed #ddd;
	overflow: hidden;
}
.news-item-wrap .list .hot-news .text h4{
	margin-bottom: 10px;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item-wrap .list .hot-news .text h4 a{
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	line-height: 1;
}
.news-item-wrap .list .hot-news .text h4:hover a{
	color: #ca2424;
}
.news-item-wrap .list .hot-news .text p{
	font-size: 12px;
	line-height: 22px;
	color: #999999;
}
.news-item-wrap .list  .news-list{
	margin-top: 10px;
}
.news-item-wrap .list  .news-list ul li{
	line-height: 36px;
}
.news-item-wrap .list  .news-list ul li span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.news-item-wrap .list  .news-list ul li a{
	display: block;
	width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}
.news-item-wrap .list  .news-list ul li:hover a{
	color: #ca2424;
}
.news-item-wrap .qna-wrap{
	border: 1px solid #ddd;
	padding:0 20px;
}
.news-item-wrap .list .qna-item{
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dashed #ddd;
}
.news-item-wrap .list .qna-item:last-child{
	border: none;
}
.news-item-wrap .list .qna-item .q-row{
	padding-left: 30px;
	margin-bottom: 10px;
	position: relative;
}
.news-item-wrap .list .qna-item .q-row:after{
	content: 'Q';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #ca2424;
}
.news-item-wrap .list .qna-item .q-row a{
	font-size: 16px;
	color: #333333;
	line-height: 20px;
}
.news-item-wrap .list .qna-item .q-row:hover a{
	color: #ca2424;
}
.news-item-wrap .list .qna-item .a-row{
	padding-left: 30px;
	font-size: 14px;
	color: #999999;
	line-height: 26px;
	position: relative;
}
.news-item-wrap .list .qna-item .a-row:after{
	content: 'A';
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: #999999;
}
/* 新闻结束 */
/* 友情链接 */
.link{
	padding: 30px 0;
	background: #f5f5f5;
	font-size: 0;
}
.link span{
	display: inline-block;
	line-height: 21px;
	vertical-align: middle;
	margin-right: 30px;
}
.link span img{
	display: block;
}
.link a{
	font-size: 14px;
	color: #666666;
	padding: 0 20px;
	border-right: 1px solid #ddd;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
}
/* 友情链接结束 */
/* footer */
.footer{
	background: #333333;
}
.footer .footer-nav-row{
	line-height: 1;
	padding: 30px 0;
	border-bottom: 1px solid #505050;
}
.footer .footer-nav-row ul li{
	float: left;
}
.footer .footer-nav-row ul li a{
	display: block;
	padding: 0 30px;
	font-size: 14px;
	color: #ffffff;
	border-right: 1px solid #555;
}
.footer .contact-row{
	padding: 40px 0;
}
.footer .contact-row .footer-logo{
	float: left;
}
.footer .contact-row .add-wrap{
	float: left;
	margin-left: 60px;
	padding-left: 80px;
	border-left: 1px solid #505050;
}
.footer .contact-row .add-wrap strong{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .add-wrap p{
	font-size: 14px;
	color: #777777;
	line-height: 24px;
}
.footer .contact-row .contact-wrap{
	float: left;
	margin-left: 150px;
}
.footer .contact-row .contact-wrap strong{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap p{
	font-size: 30px;
	color: #ffffff;
	line-height: 1;
	margin-bottom: 20px;
}
.footer .contact-row .contact-wrap a{
	width: 120px;
	height: 36px;
	display: block;
	background: #ca2424;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.footer .contact-row .contact-wrap a:before{
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/contact-icon.png);
	background-size: 100%;
	vertical-align: middle;
	margin-right: 5px;
}
.footer .contact-row  .qr-wrap{
	float: right;
	text-align: center;
}
.footer .contact-row  .qr-wrap img{
	width: 120px;
	height: 120px;
	display: block;
	margin-bottom: 10px;
}
.footer .contact-row  .qr-wrap p{
	font-size: 12px;
	color: #777777;
	line-height: 1;
}
.footer .copyright-row{
	line-height: 80px;
	border-top: 1px solid #505050;
}
.footer .copyright-row p{
	font-size: 14px;
	color: #777777;
	float: left;
}
.footer .copyright-row span{
	float: right;
	font-size: 14px;
	color: #777777;
}
.footer .copyright-row span a{
	color: #ffffff;
}
/* footer结束 */
/* 产品列表页 */
.page-banner{
	width: 100%;
	height: 300px;
}
.page-banner img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.breadcrumb{
	float: left;
	line-height: 34px;
}
.breadcrumb #crumbs{
	display: inline;
}
.breadcrumb a::after {
    content: '>';
    margin: 0 5px;
}
.navigation{
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}
.navigation h2{
	display: none;
}
.navigation a,.navigation span{
	font-size: 14px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	background: #f5f5f5;
	margin: 0 1px;
}
.navigation span{
	background: #ca2424;
	color: #ffffff;
}
.navigation a:hover,.navigation span:hover{
	background: #ca2424;
	color: #ffffff;
}
.navigation a.next,.navigation a.prev{
	width: auto;
	padding: 0 15px;
}
.page-main{
	padding-bottom: 20px;
}
/* 产品列表页结束 */
/* 图文列表 */
.product-list.img-text-list ul li{
	width: 100%;
	padding: 30px 0;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
}
.product-list.img-text-list ul li:first-child{
	padding-top: 0;
}
.product-list.img-text-list ul li a{
	float:none;
	opacity: 1;
	position: static;
}
.product-list.img-text-list .title{
	line-height: 30px;
	margin-bottom: 10px;
}
.product-list.img-text-list .title a{
	font-size: 18px;
}
.img-text-list .img{
	width: 240px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}
.img-text-list .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-text-list .text{
	width: calc(100% - 260px);
	float: left;
	padding-left: 20px;
}
.img-text-list .text .content{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #666666;
}
.img-text-list .text .more{
	line-height: 32px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #ddd;
	color: #999999;
}
.img-text-list .text .more:hover{
	color: #ffffff;
	background: #ca2424;
	border: 1px solid #ca2424;
}
/* 图文列表结束 */
/* 文字列表 */
.text-list{ width:75%; float:left}
.text-list .list ul li{
	width: 100%;
	padding: 0;
	line-height: 60px;
	float: none;
	text-align: left;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	margin-bottom: 0;
	font-size: 0;
}
.text-list .list ul li span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.text-list .list ul li a{
	display: block;
	width: 70%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
/* 文字列表结束 */
/* 联系我们 */
.page-content {
	padding-bottom: 50px;
}
.page-content strong{
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 20px;
}
.page-content p{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	margin-top:10px;
}
.page-content .map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	border: 1px solid #999	;
	margin-top: 30px;
}
.page-content .map img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
/* 联系我们结束 */
/* 关于我们 */
.page-content img{
	max-width: 100%;
	height: auto;
	display: block;
}
/* 关于我们结束 */
/* 详情页 */
.page-content .content-title{
	text-align: center;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}
.page-content .content-title h4{
	font-size: 30px;
}
.page-content .content-title p span{
	font-size: 14px;
	color: #999999;
	margin: 0 10px;
	white-space: nowrap;
}
.page-content .content-text{
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}
.page-content .content-text h1{font-size: 18px;}
.page-content .content-text h2{font-size: 16px;}
.page-content .content-text h3{font-size: 15px;}
.page-content .content-text h4{font-size: 14px;}
.page-content .content-text h5{font-size: 13px;}
.page-content .content-text h6{font-size: 12px;}
.page-content .content-text p{
	font-size: 14px;
	line-height: 26px;
	text-indent: 2em;
	margin-bottom: 10px;
}
.page-content .content-text img{
	max-width: 100%;
	display: block;
	margin: 20px auto;
}
.page-content .content-page {
	line-height: 30px;
	padding: 20px 0;
}
.page-content .content-page .row div{
	width: 50%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page-content .content-page span{
	font-size: 14px;
	color: #999999;
	margin: 0 15px;
}
.page-content .content-page a{
	font-size: 14px;
	color: #666666;
}
.page-content .content-page .next span{
	float: right;
}
.page-content .content-page .next{
	text-align: right;
}
/* 详情页结束 */
/* 产品详情 */
.ppd-img {
    width: 500px;
    float: left;
}
.ppd-img .gallery-top {
    width: 500px;
    height: 360px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.ppd-img .gallery-thumbs {
    width: 500px;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    padding: 5px 25px;
}
.ppd-img .gallery-thumbs .swiper-slide {
    cursor: pointer;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.ppd-img .gallery-thumbs .swiper-slide img {
    height: 100%;
}
.ppd-img .swiper-button-prev {
    left: 0;
    transform: scale(.6);
}
.ppd-img .swiper-button-next {
    right: 0;
    transform: scale(.6);
}
.ppd-info {
    width: 450px;
    height: 470px;
    float: right;
    position: relative;
    padding-left: 10px;
}
.ppd-pname {
    font-size: 24px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.ppd-info-content {
    padding-top: 20px;
}
.ppd-info-content p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.ppd-tell {
    width: 360px;
    height: 90px;
    background: #ca2424;
    line-height: 90px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    bottom: 0;
}
.ppd-content-box {
    border: 1px solid #eee;
    margin-top: 40px;
    box-sizing: border-box;
}
.ppd-content-text-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background: #eeeeee;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.ppd-content-text {
    padding: 30px 20px 50px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
	
}
 
.page-content .swiper-slide img {
    width: 100%;
    height: 100%;
	display: block;
	object-fit: cover;
}
/* 产品详情结束 */
@media only screen and (max-width: 760px){
    .main-container{
		width: 100%;
		margin: 0 auto;
		padding: 0 20px;
	
	}
	
	.full-main{
		width: 100%;
		min-width: 100%;
	}
	.row{
		margin-right: -5px;
		margin-left: -5px;
	}
	/* 头部 */
	.head-box .top-row{
		display: none;
	}

	.nav-bg {
		border-top: 1px solid #ddd;
		height: auto;
		position: absolute;
		z-index: 99;
		background: #333;
		overflow: hidden;
		padding: 15px 0;
		display: none;
	}
	.nav-row > ul > li {
		float: none;
		position: relative;
		text-align: center;
	}
	.nav-row > ul > li > a{
		padding: 0;
		width: 100%;
		border: none;
	}
	.nav-row > ul > li ul{
		display: none;
	}
	.nav-row > ul > li:hover ul{
		display: none;
	}
	.nav-bg.wap-home {
		display: block;
	}
	.logo-row .logo-wrap{
		height: 34px;
		float: left;
	}

	.wap-menu {
		display: block;
	}
	.slogan-wrap{
		display: none;
	}
	.phone-wrap{
		display: none;
	}
	/* banner */
	.home-banner .swiper-slide img{
		height: 200px;
	}
	.home-banner .button{
		display: none;
	}
	/* search */
	.search-wrap{
		padding: 15px 0;
		height: auto;
	}
	.search-wrap .hot-words{
		display: none;
	}
	.search-wrap .search-form{
		width: 100%;
	}
	.search-wrap .search-form input.text{
		width: calc(100% - 34px);
	}
	/* product */
	.product-category{
		width: 100%;
		padding: 0;
	}
	.product-category .title{
		display: none;
	}
	.product-category .phone{
		display: none;
	}
	.product-category .list{
		/*overflow: hidden;*/
		/*overflow-x: hidden;*/
		/*display: -webkit-box;*/
		/*overflow-x: scroll;*/
		/*margin-top: 20px;*/
		/*margin-bottom: 20px;*/
		display: none;
	}
	.product-category .list ul{
		white-space: nowrap;
		width: auto;
		overflow: hidden;
	}
	.product-category .list ul li{
		display: inline-block;	
	}

	.product-category .list ul li a{
		padding: 0 15px;
	}
	.product-category .list ul li a:after{
		display: none;
	}
    .text-list{
		width: 100%;
	}
	.product-list{
		width: 100%;
	}
	.product-list ul li{
		width: 50%;
		padding: 0 5px;
	}
	.product-list ul li{
		margin-bottom: 10px;
	}
	.product-list ul li .img{
		height: 120px;
		margin-bottom: 0;
	}
	/* advantage */
	.advantage{
		height: 660px;
	}
	.advantage .list {
		margin-top: 30px;
	}
	.advantage .list ul li{
		width: 33.33%;
		margin-bottom: 20px;
	}
	.advantage .list ul li p{
		width: 68px;
		height: 68px;
	}
	.advantage .list ul li span {
		font-size: 16px;
		color: #ffffff;
		line-height: 24px;
	}
	.application{
		margin-top: 95px;
	}
	.application .swiper-container .swiper-slide{
		width: 100%;
		padding: 15px 20px;
		height:200px;
	}
	.application .swiper-container .swiper-slide .number{
		width: 40px;
	}
	.application .swiper-container .swiper-slide .number::after {
		margin-top: 10px;
	}
	.application .swiper-container .swiper-slide .number p{
		font-size: 30px;
		height: 20px;
	}
	.application .swiper-container .swiper-slide .text{
		width: calc(100% - 40px);
		padding: 20px  0 0 10px;
	}
	.application .swiper-button-prev{
		display: none;
	}
	.application .swiper-button-next{
		display: none;
	}
	
	.factory .list-row .swiper-slide {
		width: 100%;
		padding: 0 10px;
	}
	/* news */
	.news-item-wrap {
		padding: 0;
		width: 100%;
		float: none;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	/* link */
	.link{
		display: none;
	}
	/* footer */
	.footer .footer-nav-row  {
		display: none;
	}
	.footer .contact-row .footer-logo {
		float: none;
		text-align: center;
	}
	.footer .contact-row .add-wrap {
		float: none;
		margin-left: 0;
		padding: 20px;
		border: 1px solid #505050;
		margin-top: 20px;
	}
	.footer .contact-row .contact-wrap {
		float: none;
		margin-left: 0;
		margin-top: 30px;
		text-align: center;
	}
	.footer .contact-row .contact-wrap a{
		margin: 0 auto;
	}
	.footer .contact-row .qr-wrap {
		float: none;
	}
	.footer .contact-row .qr-wrap img {
		margin: 20px auto;
	}
	.footer .copyright-row{
		text-align: center;
		line-height: 24px;
		padding: 30px 0;
	}
	.footer .copyright-row p {
		font-size: 14px;
		color: #777777;
		float: none;
	}
	.footer .copyright-row span{
		float: none;
	}
	/* page */
	.page-banner{
		height:160px;
	}
	.page .search-form{
		display: none;
	}
	.page-main {
		padding-bottom: 60px;
	}
	.product-list.img-text-list ul li:first-child {
		padding-top: 30px;
	}
	.img-text-list ul li .img {
		width: 120px;
		height: 110px;
		overflow: hidden;
		float: left;
		margin-bottom: 0;
	}
	.img-text-list .text {
		width: calc(100% - 120px);
		float: left;
		padding-left: 20px;
	}
	.product-list.img-text-list .title a {
		font-size: 16px;
		line-height: 24px;
	}
	.img-text-list .text .content {
		display: none;
	}
	.page-content{
		padding-top: 30px;
	}
	.page-content .map{
		width: 100%;
		height: 200px;
		overflow: hidden;
		border: 1px solid #999	;
	}
	.page-content .content-page span{
		margin: 0;
		margin-right: 15px;
	}
	.page-content .content-page .row div{
		width: 100%;
		float: none;
	}
	.page-content .content-page .next span{
		float: none;
	}
	.page-content .content-page .next{
		text-align: left;
	}
	.page-content .wp-block-image{
		margin: 15px 0;
		padding: 0;
	}
	.ppd-img {
		width: 100%;
		float: none;
	}
	.ppd-img .gallery-top {
		width: 100%;
		height: 260px;
		border: 1px solid #ddd;
		box-sizing: border-box;
		overflow: hidden;
	}
	.ppd-img .gallery-thumbs {
		width: 100%;
		height: 70px;
		box-sizing: border-box;
		border: 1px solid #ddd;
		margin-top: 10px;
		position: relative;
		overflow: hidden;
		padding: 5px 25px;
	}
	.ppd-info {
		width: 100%;
		height: auto;
		float: none;
		position: static;
	}
	.ppd-tell {
		width: 100%;
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 24px;
		color: #ffffff;
		position: static;
		margin-top: 20px;
	}
	/* right-bar */
	.right-bar{
		display: none;
	}
}
/*right-bar*/
.right-bar{
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	height: 203px;
    z-index: 9999;
    margin-top: 100px;
}
.right-bar ul li{
	width: 60px;
	height: 60px;
	background: #ab2126;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	cursor: pointer;
	position: absolute;
}
.right-bar ul li a{
	width: 60px;
	height: 60px;
	cursor: pointer;
	overflow: hidden;
	display: block;
	float: left;
}
.rtbar-li2{
	top: 61px;
}
.right-bar ul li.rtbar-li3{
	top: 122px;
	width:240px;
}
.rtbar-li4{
	top: 183px;
}
.right-bar ul li em{
	width: 60px;
	height: 60px;
	display: block;
}
.right-bar ul li.rtbar-li1 em{
	background: url(../images/right-icon1.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li3 em{
	background: url(../images/right-icon2.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 em{
	background: url(../images/right-icon3.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li4 em{
	background: url(../images/right-icon4.png);
	background-size: 100%;
}
.right-bar ul li.rtbar-li2 p{
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
}
.right-bar ul li:hover{
	background: #333333;
	box-shadow: 0 2px 21px rgba(90, 123, 172, 0.45);
}

.right-bar ul li:hover i{
    color: #ffffff;
}

.rtbar-li3 strong{
	font-size: 20px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
}
.rtbar-li4 i{
    color: #ffffff;
}
.right-bar ul li.rtbar-li4 a span{
    color: #ffffff;
}
.rtbar_shwx{
	position: absolute;
	right: 60px;
	top:0px;
	background: #fff;
	box-shadow: 0 2px 21px rgba(108,108,108,.19);
	display: none;
	z-index: 20;
}
.rtbar_shwx img{
	padding: 5px;
	max-width: 140px;
}
.right-bar ul li.gotop{
	display: none;

}

/*免责声明代码样式*/
.fotter-mianze.mianze{
    margin: 0 auto;
    padding-left: 20px;
}
@media screen and (max-width:767px){
    .fotter-mianze{
        display: none;
    }
}
/*首页底部箭头样式*/
.foot_topbj{
    height: 39px;
   
    background:url(/images/dibu/dibu.png)center center no-repeat;
}
.foot_topbj a{
    display: block;
    width: 90px;
    height: 39px;
    margin: 0 auto;
    overflow: hidden;
}

/*logo闪光*/
.logo:before {
 content: "";
 position: absolute;
 width: 100px;
 height: 10px;
 background-color: rgba(255, 255, 255, 0.5);
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-animation: blink 1s ease-in 1s infinite;
 animation: blink 1s ease-in 1s infinite;
}
@-webkit-keyframes blink {
 from {left: 280px;top: 0;}
 to {left: 500px;top: 0;}
}
@-o-keyframes blink {
 from {left: 280px;top: 0;}
 to {left: 500px;top: 0;}
}
@-moz-keyframes blink {
 from {left: 280px;top: 0;}
 to {left: 500px;top: 0;}
}
@keyframes blink {
 from {left: 280px;top: 0;}
 to {left: 500px;top: 0;}
}
/*logo闪光结束*/

/*边栏tag代码样式*/

.left-hot1{
			margin-bottom: 30px;
			display: block;
			clear: both;
			background-color: #fff;
		}
		.left-tuijian{
			background-color: #ca2424;
			background:  url(../images/net-bg.png)
			background-repeat: no-repeat;
			background-position: left center;
		}
		.left-tuijian h2{
				font-size: 22px;
			    font-weight: normal;
			    line-height: 64px;
			    color: #fff;
			    padding-left: 28px;
			    margin: 0 0 10px;
		}
		
		.left-hot1 ul{
				background: #f7f7f7;
			    overflow: hidden;
			    padding: 8px 15px 3px 15px;
		}
		.left-hot1 ul li{
			list-style: none;
			    margin: 0;
			    padding: 0;
				float: left;
				margin-right: 9px;
				width: 29%;
				text-align: center;
		}
		.left-hot1 ul li a{
				display: inline-block;
			    width: 100%;
			    height: 30px;
			    line-height: 30px;
			    box-sizing: border-box;
			    border-radius: 2px;
			    padding: 0px 5px;
			    overflow: hidden;
			    border: 1px solid #f0f0f0;
			    background-color: #f2f5f7;
			    font-size: 12px;
			    color: #999;
		}
		.left-hot1 ul li:nth-child(5n+1) a {
		    background-color: #ffbb50;
		    color: #fff;
		}
		.left-hot1 ul li:nth-child(5n+2) a {
			background-color: #1ac756;
			color: #fff;
		}
					
		.left-hot1 ul li:nth-child(5n+3) a {
		    background-color: #319bd0;
		    color: #fff;
		    
		}
		.left-hot1 ul li:nth-child(5n+4) a {
			background-color: #b3590c;
			color: #fff;
		}
		.left-hot1 ul li:nth-child(5n+0) a {
			background-color: #ca2424;
			color: #fff;
		}
/*边栏tag代码样式结束*/

/*新优势代码开始*/
            .youshi{
				width: 1300px;
				margin: 0 auto;
			}
			.youshi h2{
				margin-bottom: 20px;
				font-size: 35px;
				color: #444;
				border-bottom: 1px solid #f0f0f0;
				line-height: 35px;
				text-align: center;
			}
			.youshi ul{
				overflow: hidden;
				margin-left: -3%;
				margin-bottom: 30px;
				list-style: none;
				padding-left: 30px;
			}
			.youshi ul li{
				float: left;
				width: 29.5%;
				margin-left: 3%;
				background: #f7f7f7;
				margin-bottom: 10px;
				height: 240px;
			}
			.youshi-img{
				text-align: center;
				padding-top: 20px;
			}
			.youshi-word{
			    padding-top: 20px;
			}
			.youshi-word h3{
				text-align: center;
				font-size: 25px;
				color: red;
			}
			.youshi-word p{
				line-height: 25px;
				font-size: 14px;
				padding-right: 15px;
				padding-left: 15px;
				text-align: center;
				color: #444;
				padding-top: 10px;
			}
			
			.youshi ul li:hover{
			    background-color: #fff;
			}
			
			@media screen and (max-width:767px){
				.youshi ul li{
					height:310px;
				}
				.youshi{
					width: 98%;
					margin: 0 auto;
				}
			}
			
		/*新优势代码结束始*/
		/*型号代码开始*/
		.xinghao{
				font-size: 14px;
				box-shadow: 0 0 16px rgba(94, 94, 94, 0.1);
				padding: 0 30px 48px;
				border-radius: 4px;
				padding-top: 30px;
				margin-top: 40px;
				
			}
			.kuandu{
			    width: 1300px;
			    margin: 0 auto;
			}
			.xinghao h2{
				font-size: 22px;
				border-bottom: 1px solid #f0f0f0;
				line-height: 35px;
				color: #444;
				text-align: center;
			}
			.xinghao p{
				font-size: 15px;
				color: #555;
				margin-bottom: 25px;
				margin-top: 15px;
			}
			.biaoge{
				text-align: center;
				line-height: 45px;
				width: 100%;
				background-color: #ccc;
			}
			tbody{
				display: table-row-group;
				vertical-align: middle;
				border-color: inherit;
			}
			tr{
				display: table-row;
				vertical-align: inherit;
				border-color: inherit;
			}
			td{
				display: table-cell;
				vertical-align: inherit;
			}
			b{
				font-weight: bold;
			}
			.xinghao td a{
				color: #fff;
				line-height: 45px;
				background: #333;
				padding: 5px 20px;
				text-align: center;
				font-size: 15px;
			}
			@media screen and (max-width:1300px){
				.xinghao{
					margin-top: 30px;
					width: 98%;
					margin: 0 8px;
				}
			}
			@media screen and (max-width:767px){
				.xinghao{
					padding: 0px;
					
				}
			}
			
/*型号代码结束*/


/*chengshi代码开始*/
.city_all {
			    width: 1000px;
			    margin: 0 auto;
			    border-bottom: 1px solid #DDDDDD;
			    margin-bottom: 5px;
			    background-color: #FFFFFF;
			    padding: 10PX;
			    overflow: hidden;
			}
			.city_l {
			    width: 100px;
			    float: left;
			    line-height: 35px;
			    margin-top: 5px;
				font-size: 12px;
			}
			.city_l a {
			    padding: 8px 10px 8px 10px;
			    color: #FF3300;
			    line-height: 35px;
			    border: 1px solid #F1F1F1;
				text-decoration: none;
			}
			b {
			    font-weight: bold;
				/*font-size: 12px;*/
			}
			.city_r {
			    width: 850px;
			    padding-left: 10px;
			    float: left;
			}
			.city_r ul {
			    list-style: none;
			    padding: 0;
			    margin: 0;
			}
			li {
			    list-style-type: none;
			}
			.city_r ul li a {
			    float: left;
			    padding: 3px 10px 3px 10px;
			    border: 1px solid #F1F1F1;
			    line-height: 25px;
			    color: #555;
			    font-weight: normal;
			    margin-right: 10px;
			    margin-top: 5px;
				text-decoration: none;
			}
/*chengshi代码结束*/
/*相关推荐代码开始*/

.news-panel {
    margin-top: 40px;
}
.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tit {
    margin: 20px 0;
}
.news-panel .tit .fh {
    float: right;
    color: #999;
    font-size: 16px;
    padding-left: 25px;
    background: url(../images/920_fh.png) no-repeat 0 center;
}
.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #104492;
    color: #104492;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}
.list-5 {
    margin-left: -25px;
    margin-top: -15px;
}

.clearfix {
    zoom: 1;
}
.list-5 li {
    float: left;
    width: 50%;
}
.list-5 li a {
    display: block;
    margin-left: 20px;
    padding-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*相关推荐代码结束*/

/* 产品视频展示代码开始 */
.index_video {
	font-size: 15px;
	line-height: 28px;
	color: #444;
	padding: 10px;
	border: 1px solid #f0f0f0;
}
.container1 {
	width: 970px;
	overflow: hidden;
	margin: 0 auto;
}
.index_video .videotitle, .pjtitle {
	padding-bottom: 5px;
}
.index_video .videotitle {
	font-size: 20px;
	overflow: hidden;
	margin-bottom: 25px;
	font-weight: 700;
	border-bottom: 1px solid #f0f0f0;
	line-height: 35px;
	color: #444;
}
.videotitle h2{
	border-bottom: 3px solid #f44336;
		padding-bottom: 5px;
		padding-bottom: 5px;
		width: 81px;
		font-size: 20px;
}

.video_bg {
	overflow: hidden;
	padding: 30px 0;
	width: 970px;
	background: url(../image/bj.jpg) no-repeat center;
	background-size: cover;
	background-position: 50% 0;
	background-attachment: fixed;
}
.index_video li {
padding-top:1%;
	padding-bottom: 9px;
	overflow: hidden;
	margin-bottom: 25px;
	float: left;
	width: 31%;
	height: auto;
	background: #fff;
	border: 2px solid #fff;
	box-shadow: 0 0 15px rgba(18,22,27,.3);
	text-align: center;
	margin-left: 2%;
	position: relative;
}
.index_video li p {
	color: #000;
	font-size: 14px;
	line-height: 28px;
}
.index_video video {
	width: 300px;
	height: 250px;
	display: inline-block;
	vertical-align: baseline;
}

.index_video li p {
	color: #000;
	font-size: 14px;
	line-height: 28px;
}
	@media screen and (max-width:767px){
	    .index_video{
	       display: none;
	    }
	}
/* 产品视频展示代码结束 */

/*首页城市分站展示代码*/
.foot-city {
			    font-size: 15px;
			}
			.foot-city > b {
			    display: block;
			    margin-bottom: 5px;
			    color: #fff;
			    font-size: 20px;
			}
			.foot-city > p {
			    font-size: 14px;
			    font-weight: 400;
			    margin: 0;
			    line-height: 24px;
			}
			.foot-city a {
			    display: inline-block;
			    color: #fff;
			    margin-right: 15px;
			}

/*问答模块代码*/
.caselist{
				/* float: right; */
				width: 75%;
				margin: 0 auto;
			}
			.caselist .casetitle {
			    font-size: 20px;
			    overflow: hidden;
			    margin-bottom: 15px;
			    font-weight: 700;
			    border-bottom: 1px solid #f0f0f0;
			    line-height: 35px;
			    color: #dc143c;
			}
			.questions_answers {
			    overflow: hidden;
			    border: 1px solid #eee;
			    padding: 10px;
			    height: 616px;
			}
			.questit {
			    font-size: 18px;
			    color: #333;
			    font-weight: 600;
			    border-bottom: 1px solid #eee;
			    padding-bottom: 10px;
			    margin: 10px 0 15px;
			}
			.questit span {
			    border-bottom: 3px solid #ff5722;
			    padding-bottom: 10px;
			}
			.questions_answers dl {
			    overflow: hidden;
			    margin-left: -4%;
			}
			.questions_answers dd {
			    float: left;
			    margin-left: 4%;
			    width: 45%;
			    border-bottom: 1px solid #f0f0f0;
			    margin-bottom: 15px;
			    padding-bottom: 15px;
			}
			.questions_answers dd p {
			    font-size: 14px;
			    line-height: 28px;
			    color: #444;
			}
			.questions_answers dd p span {
			    font-size: 20px;
			    color: #c7281c;
			    line-height: 28px;
			    font-weight: 700;
			}
			.question_fl {
			    width: 100%;
			    border: 1px solid #eee;
			    padding: 15px;
			    margin-top: 20px;
			}
			
			.caselist ul{
				overflow: hidden;
				    margin-left: -1.5%;
				    margin-top: 15px;
			}
			.question_fl ul li,.question_fr ul li{
				    margin-bottom: 15px;
				    line-height: 35px;
				    border-bottom: 1px solid #eee;
				    overflow: hidden;
				    float: left;
				    margin-left: 2%;
				    width: 47.5%;
			}
				
			.question_fl ul li a,.question_fr ul li a{
				color: #444;
				    font-size: 14px;
				    line-height: 28px;
				    font-weight: 700;
			}
			.question_fr {
			    width: 100%;
			    border: 1px solid #eee;
			    padding: 15px;
			    margin-top: 20px;
			}
			
			#fla {
			    width: 100%;
			    height: 364px;
			    background: url(/static/style/images/main-bg.jpg) no-repeat center center;
				
			}
			.fla {
			    background: url(/static/style/images/main-bg.jpg) no-repeat center center;
			    position: relative;
			    margin: 0 auto;
				
			}
			.wp {
			    margin: 0 auto;
			    width: 1200px;
			}
			.tw {
			    text-align: center;
			    font-family: "微软雅黑";
			    font-size: 60px;
			    color: #FFF;
			    font-weight: bold;
			    padding-top: 50px;
			}
			.tw2 {
			    text-align: center;
			    font-family: "微软雅黑";
			    font-size: 20px;
			    color: #FFF;
			    padding-top: 20px;
			}
			form.search-form {
			    margin: 40px 0 0;
			    text-align: center;
			}
			form.search-form input.search-term {
			    font-size: 14px;
			    height: 48px;
			    line-height: 24px;
			    
			    width: 50%;
			    color: #858c91;
			    margin-right: 10px;
			    margin-bottom: 0;
			}
			form.search-form input.search-btn {
			    background-color: #3b424a;
			    font-size: 14px;
			    line-height: 19px;
			    font-weight: 600;
			    padding: 14px 35px 15px;
			    color: #fff;
			}
			
			
			/* 问答详情页样式 */
.insideban04 {
	/* background: url(/static/style/images/newban01.jpg) center top no-repeat; */
	background-size: 100%;
}
.container {
	width: 1300px;
	clear: both;
	margin: 0 auto;
		padding: 0;
}
.breadnav {
	font-size: 16px;
	padding: 25px 0 46px;
}
.breadnav a:link, .breadnav a:visited {
	color: #000;
	text-decoration: none;
}
.answer {
	padding: 1px 48px 0;
	margin-top: 50px;
	background: url(/static/style/images/insidedot01.jpg) center top repeat-x;
}
.answer .answertit {
	margin-top: -30px;
	display: inline-block;
	margin-left: 30px;
	}
.answer, .answer .answertit {
	position: relative;
	clear: both;
}
.answer .answertit:before {
	content: "";
	position: absolute;
	z-index: 3;
	left: -30px;
	top: -16px;
	background: url(/static/style/images/qicon08.png) left center no-repeat;
	background-size: 90px;
	width: 90px;
	height: 90px;
}

.answer .answertit h1 {
	position: relative;
	z-index: 2;
	background-color: #ce351d;
	overflow: hidden;
	background-image: linear-gradient(90deg,#c9211e,#de7c1b);
	background-position: left center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 15px 10px 15px 62px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,.33);
}
.answer .answertit:after {
	content: "";
	border-radius: 20px;
	position: absolute;
	z-index: 1;
	left: 4px;
	right: -4px;
	bottom: -7px;
	top: 7px;
	background: rgba(164,112,69,.26);
}
.answer .answertime {
	font-size: 16px;
	padding: 22px 0 22px 20px;
	line-height: 40px;
	clear: both;
	display: block;
	font-size: 12px;
	color: #5d5d5d;
	line-height: 24px;
	padding: 15px 0 15px 10px;
}
.answer .answertime span {
	float: left;
	margin-right: 10px;
	font-size: 16px;
}
.answerfl {
	float: left;
	width: 1015px;
	padding-top: 1px;
	background: -webkit-linear-gradient(top,#f7f8ff,#fefeff);
	background: -moz-linear-gradient(top,#f7f8ff,#fefeff);
	background: -ms-linear-gradient(top,#f7f8ff,#fefeff);
	background: -o-linear-gradient(top,#f7f8ff,#fefeff);
	min-height: 700px;
}
.answerfl .answerfltit {
	background: url(/static/style/images/qicon04.png) left top no-repeat;
	background-size: 190px;
	width: 300px;
    height: 140px;
	font-weight: 700;
	color: #773500;
	text-align: center;
	line-height: 30px;
	margin-top: -39px;
	float: right;
	background-size: 300px;
    padding: 70px 121px 0 0;
    font-size: 20px;
    margin-top: -60px;
}
.answerfl .answerflbox {
	padding: 10px 85px 30px 40px;
	clear: both;
		margin: 0 auto;
		display: block;
}
.answerfl .answerflbox p {
	padding: 10px 0;
	color: #494949;
	font-size: 16px;
	line-height: 35px;
}

.answerfr {
		float: right;
		position: relative;
		width: 450px;
		margin-right: 7px;
		border-radius: 8px;
		padding-top: 1px;
		padding-bottom: 12px;
		box-shadow: 0 0 10px rgba(0,0,0,.1);
		background: url(/static/style/images/answerfrbg.jpg) center bottom no-repeat #fff;
		background-size: cover;
}
/* img {
	vertical-align: middle;
	MAX-WIDTH: 100%!important;
	HEIGHT: auto!important;
	_width: expression(this.width > 100% ? "100%" :this.width)!important;
} */
.answerfr i {
	position: absolute;
	left: -108px;
    width: 143px;
    height: 35px;
    background-size: 143px;
	background: url(/static/style/images/qicon06.png) center top no-repeat;
	
}
.answerfr i:first-child {
    top: 102px;
}
.answerfr i:nth-child(2) {
    top: 280px;
}
.answerfr i:nth-child(3) {
    top: 435px;
}
.answerfr h2 {
	clear: both;
	text-align: right;
	margin-top: -8px;
	padding-bottom: 18px;
}
.answerfr h2 a {
	clear: both;
	display: inline-block;
	background: url(/static/style/images/qicon05.png) center top no-repeat;
	background-size: 140px;
	height: 31px;
	line-height: 31px;
	color: #773500;
	font-size: 14px;
	width: 140px;
	text-align: center;
	font-weight: 400;
}
.answerfr div, .answerfr p, .answerfr ul {
	padding-left: 10px;
	padding-right: 10px;
}

.wdn-fr {
	float: right;
	width: 420px;
}
.wd-Bj {
	clear: both;
	width: 100%;
	margin-top: 6px;
	padding-bottom: 36px;
}
.wd-Bj .wd-BjHeader {
	clear: both;
	display: block;
	width: 100%;
	position: relative;
}
.wd-Bj .wd-BjHeader img {
	clear: both;
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0;
	object-fit: cover;
	vertical-align: middle;
}
.wd-Bj .wd-BjHeader i {
	position: absolute;
	top: -26.9503%;
	right: -9.3444%;
	width: 21.6666%;
	height: 54.6099%;
	background: url(/static/style/images/bj_icon04.png) repeat left top;
	background-size: 100%;
	left: -108px;
}
.wd-Bj .wd-BjBody {
	clear: both;
	display: block;
	background: url(/static/style/images/bj_icon02.jpg) repeat left top;
	-webkit-box-shadow: 0 0 51px rgba(102,135,135,0.13);
	box-shadow: 0 0 51px rgba(102,135,135,0.13);
	padding: 5.5555% 5.5555% 3% 5.5555%;
	border-radius: 0px 0px 12px 12px;
	overflow: hidden;
}

.wd-Bj .wd-BjBody .wd-BjBody-input {
	clear: both;
	display: block;
	margin-bottom: 8px;
	background: #fff;
	border-radius: 8px;
	border: 0px;
	-webkit-box-shadow: 0 0 51px rgb(102 135 135 / 13%);
	box-shadow: 0 0 10px rgb(102 135 135 / 5%);
	padding: 10px 20px;
	position: relative;
}
.wd-Bj .wd-BjBody .wd-BjBody-input input {
	clear: both;
	display: block;
	line-height: 32px;
	color: #91a0ac;
	font-size: 14px;
	width: 100%;
	font-weight: bold;
	border: 0px;
	background: none;
	position: relative;
	z-index: 2;
}

.wd-Bj .wd-BjBody .wd-BjBody-input span {
	position: absolute;
	font-weight: bold;
	left: 20px;
	top: 10px;
	line-height: 30px;
	line-height: 32px;
	color: #91a0ac;
	font-size: 14px;
	z-index: 1;
}
.wd-Bj .wd-BjBody .wd-BjBody-input span b {
	color: #fd2112;
}
.wd-Bj .wd-BjBody .wd-BjBody-btn {
	clear: both;
	display: block;
	padding-top: 8px;
	border: 0px;
	margin: 0 auto;
}
.wd-Bj .wd-BjBody .wd-BjBody-btn input {
	clear: both;
	display: block;
	border-radius: 8px;
	border: 0px;
	padding: 10px 20px;
	line-height: 32px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	width: 100%;
	font-weight: bold;
	background: #fd2112;
	background: -webkit-linear-gradient(top,#fc5315 0%,#fd2d12 100%);
	background: -moz-linear-gradient(top,#fc5315 0%,#fd2d12 100%);
	background: -ms-linear-gradient(top,#fc5315 0%,#fd2d12 100%);
	background: -o-linear-gradient(top,#fc5315 0%,#fd2d12 100%);
	background: linear-gradient(to bottom,#fc5315 0%,#fd2d12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fc5315, endColorstr=#fd2d12, GradientType=0 );
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.wd-Bj .wd-BjBody .wd-BjBody-txt {
	clear: both;
	display: block;
	padding: 25px 0px;
	text-align: center;
	font-size: 18px;
	line-height: 27px;
	color: #3a3e46;
}
.wd-Bj .wd-BjBody .wd-BjBody-txt strong {
	color: #fd2d12;
}
.wd-Bj .wd-BjBody .wd-BjBody-bom {
	clear: both;
	display: block;
	text-align: center;
	color: #bec2c8;
	line-height: 1;
}
.wd-Bjprocess {
	clear: both;
	display: block;
	margin-top: 4px;
	margin-bottom: 40px;
	border-radius: 12px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 51px rgb(102 135 135 / 13%);
	box-shadow: 0 0 51px rgb(102 135 135 / 13%);
}
.wd-Bjprocess img{
		max-width: 100%;
		height: auto;
		vertical-align: top;
		-ms-interpolation-mode: bicubic;
		border: 0;
		object-fit: cover;
		vertical-align: middle;
		transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
}
/* 问答详情页结束 */

/* 产品详情新 */
.pro_de_zs_right {
	width: 690px;
}
.pro_de_zs_right h1 {
	color: rgb(0, 0, 0);
	font: 20px / 30px 微软雅黑;
}
.epc_de_tw_box_right_desc {
	margin-top: 10px;
}
.epc_de_tw_box_right_desc p:first-child {
	margin-bottom: 10px;
}
.epc_de_tw_box_right_desc p {
	color: rgb(43, 43, 43);
	font: 14px / 28px 微软雅黑;
}
.pro_de_zs_right_list {
	margin-top: 15px;
	display: flex;
	justify-content: start;
	height: 65px;
}
.pro_de_zs_right_list li {
	width: 160px;
	height: 65px;
	border: 1px solid #425bbb;
	padding-top: 10px;
	margin-right: 35px;
}
.pro_de_zs_right_list li p {
	color: rgb(66, 91, 187);
	text-align: center;
	font: 14px / 24px 微软雅黑;
	margin: 0;
}
.pro_de_zs_right_online {
	margin-top: 15px;
	display: flex;
	justify-content: start;
	padding: 15px;
	width: 556px;
	border: 1px solid #425bbb;
}
.epc_de_tw_box_right_tel {
	margin-top: 15px;
	background: url(/static/style/images/epc_detial_bg1.png) no-repeat left center;
	padding-left: 52px;
}
.epc_de_tw_box_right_tel p {
	color: rgb(14, 71, 187);
	font: 14px / 20px 微软雅黑;
}
.epc_de_tw_box_right_tel span {
	color: rgb(14, 71, 187);
	font: 22px / 26px 微软雅黑;
}
.pro_de_zs_right_online a {
	display: block;
	color: rgb(244, 92, 10);
	padding-left: 42px;
	height: 46px;
	margin-left: 140px;
	margin-top: 15px;
	font: 22px / 46px 微软雅黑;
	background: url(/static/style/images/product_detial_bg1.png) left center no-repeat;
}
/* 产品详情结束 */

/*产品表单开始*/
.wrap {
			     width: 1200px;
			     margin: 0 auto;
			 }
			 .leave_mess_box {
			     display: flex;
			     justify-content: space-between;
			 }
			 .leave_mess_left {
			     width: 590px;
			 }
			 .epc_nl_tit {
			     margin-bottom: 20px;
			 }
			 .epc_nl_tit span {
			     color: rgb(15, 15, 15);
			     font: 26px / 40px 微软雅黑;
			     padding: 5px 0px;
			     border-bottom: 2px solid rgb(249, 4, 4);
			 }
			 .epc_nl_desc {
			     color: rgb(102, 102, 102);
			     text-indent: 2em;
			     font: 18px / 24px 微软雅黑;
			 }
			 .leave_mess_left h3 {
			     color: rgb(0, 0, 0);
			     font: bold 18px / 40px 微软雅黑;
			 }
			 .leave_mess_form {
			     display: block;
			     width: 100%;
			     margin-top: 20px;
			 }
			 .leave_mess_list {
			     width: 100%;
			     display: flex;
			     justify-content: space-between;
			     flex-wrap: wrap;
			 }
			 .leave_mess_list li {
			     width: 285px;
			     margin-bottom: 5px;
				 list-style: none;
			 }
			 .leave_mess_list li input {
			     display: block;
			     width: calc(100% - 2px);
			     height: 32px;
			     text-indent: 25px;
			     color: rgb(51, 51, 51);
			     padding: 0px;
			     margin: 0px;
			     font: 16px / 32px 微软雅黑;
			     border-width: 1px;
			     border-style: solid;
			     border-color: rgb(209, 209, 209);
			     border-image: initial;
			 }
			 .leave_mess_list li p {
			     color: rgb(34, 121, 168);
			     font: 16px / 40px 微软雅黑;
			 }
			 .leave_mess_list li:first-child input {
			     background: url(/static/style/images/leave_bg1.jpg) no-repeat 5px center;
			 }
			 .leave_mess_list li:nth-child(2) input {
			     background: url(/static/style/images/leave_bg2.jpg) no-repeat 5px center;
			 }
			 .leave_mess_list li:nth-child(3) {
			     width: 100%;
			 }
			 .leave_mess_list li:nth-child(3) textarea {
			     background: url(/static/style/images/leave_bg3.jpg) no-repeat 5px 5px;
			 }
			 .leave_mess_list li textarea {
			     display: block;
			     width: calc(100% - 2px);
			     text-indent: 25px;
			     color: rgb(51, 51, 51);
			     height: 80px;
			     resize: none;
			     padding: 0px;
			     margin: 0px;
			     font: 16px / 32px 微软雅黑;
			     border-width: 1px;
			     border-style: solid;
			     border-color: rgb(209, 209, 209);
			     border-image: initial;
			 }
			 
			 .leave_mess_list li:last-child {
			     margin-top: 20px;
			     width: 100%;
			 }
			 .leave_mess_list li:last-child input {
			     display: block;
			     color: rgb(255, 255, 255);
			     width: 130px;
			     height: 36px;
			     text-align: center;
			     text-indent: 0px;
			     padding: 0px;
			     font: 18px / 36px 微软雅黑;
			     border-radius: 18px;
			     background: rgb(22, 76, 147);
			     border-width: initial;
			     border-style: none;
			     border-color: initial;
			     border-image: initial;
			     margin: 0px auto;
				
			 }
			 .leave_mess_right {
			     width: 500px;
			     position: relative;
			     margin-top: 80px;
			     background: url(../images/leave_bg5.jpg) no-repeat;
			 }
			 .leave_mess_right div {
			     width: 200px;
			     height: 200px;
			     position: absolute;
			     top: 90px;
			     right: 50px;
			 }
			 .leave_mess_right div img {
			     width: 100%;
			     height: 100%;
				 margin: 0;
				     padding: 0;
				     border: 0;
				     display: block;
			 }
			 .leave_mess_right_list {
			     margin-top: 120px;
			 }
			 .leave_mess_right_list li {
			     height: 36px;
			     padding-left: 18px;
			     color: rgb(120, 120, 120);
			     background: url(../images/leave_bg4.jpg) left center no-repeat;
			     font: 16px / 36px 微软雅黑;
				 list-style: none;
			 }
			 	@media screen and (max-width:767px){
			 	    .wrap{
			 	        display: none;
			 	    }
			 	}
/*产品表单结束*/


/* 首页表单开始 */
.order {
	background: url(/static/style/images/in05bg.jpg) center no-repeat;
	
	margin-top: 50px;
	position: relative;
	z-index: 2;
	
	width: 1300px;
	height: 260px;
}
.padding_50 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 0 auto;
}
.order .order_l {
	padding-left: 100px;
}

.col-lg-6 {
	width: 600px;
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
form{
	display: block;
}
.order .order_l>p:first-of-type {
	font-size: 30px;
	font-weight: bolder;
}
.order .order_l>p {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.order .order_l>p:nth-of-type(3) img {
	margin-right: 10px;
	vertical-align: middle;
	border: 0;
}
.order .order_l>p:nth-of-type(3) a {
	font-size: 28px;
	color: inherit;
	position: relative;
	top: 5px;
}
 .order .form>p {
	color: #fff;
	font-size: 18px;
	line-height: 40px;
}
.padding_0 {
	padding-left: 0;
	padding-right: 0;
}
.col-lg-8 {
	width:436px;
}

.order .form .form-group {
	padding-left: 0;
	padding-right: 5px;
	width: 212px;
	
}

 .form-control {
	border: none;
	line-height: 40px;
	height: 40px;
	display: block;
	width: 213px;
		  
	font-size: 14px;
	color: #555;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 213px;
}
.order .form .form-group input.name {
    background: #fff url(/static/style/images/form_ico1.png) right center no-repeat;
}
.order .form .form-group input.mobile {
	background: #fff url(/static/style/images/form_ico2.png) right center no-repeat;
}
.order .form .form-group .code1 {
	width: 120px;
}
.order .form .form-group .code {
	float: left;
}
 .code2 {
	width: 100px;
	margin-left: 6px;
}
.clear {
	clear: both;
}
.col-lg-4 {
	width: 218px;
	height: 120px;
	float: left;
}
 .btn-box {
	background: #ff8a00;
   
	border-radius: 8px;
	height: 40px;
	width: 105px;
}
 .form .form-group .in_adv_btn {
	width: 105px;
	
  
	background: #ff8a00;
	color: #fff;
	line-height:40px;
	text-align: center;
	display: inline-block;
	height: 40px;
	font-size: 20px;
	
}
@media screen and (max-width:767px){
    .order{
        display: none;
    }
}

 

/*首页表单结束*/

/* 底部悬浮表单 */
.foot2 {
	width: 100%;
	background: #5d5b5b;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 5000;
	transition: all 0.3s ease-in-out;
}
.foot2 .w1270 {
	width: 1270px;
	max-width: 1270px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
.foot2 .w1270 dl {
	padding-top: 10px;
	float: left;
}
.foot2 .w1270 dl dt {
	float: left;
	width: 49px;
	height: 50px;
}
.foot2 .w1270 dl dt img {
	display: block;
	width: 100%;
	height: 100%;
}
.foot2 .w1270 dl dd {
	float: left;
	padding-left: 12px;
	width: 275px;
	box-sizing: border-box;
	padding-left: 5px;
	font-size: 18px;
	color: #d8d8d8;
}
.foot2 .w1270 dl dd span {
	color: #FFD519;
}
.foot2 form {
	width: 550px;
	float: left;
	margin-left: 50px;
    margin-top: 10px;
}
.foot2 form ul {
	float: left;
	padding-top: 10px;
	width: 432px;
	overflow: hidden;
}
.foot2 form ul li {
	width: 212px;
	height:40px;
	background: #fff;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.foot2 form ul li:nth-child(2n) {
	margin-right: 0;
}
.foot2 form ul li input {
	display: block;
	width: 100%;
	border: none;
	height: 100%;
	font-size: 16px;
	color: #5d5b5b;
	padding: 0 8px;
	box-sizing: border-box;
}
#submit {
	margin-left: 11px;
	width: 100px;
	height: 45px;
	float: left;
	background: #FFD519;
	border: none;
	display: block;
	box-sizing: border-box;
	/*
	padding-left:15px;
	padding-right:15px;
*/
	font-size: 20px;
	color: #5d5b5b;
	line-height: 25px;
	margin-top: 10px;
	border-radius: 4px;
}
.foot2 .tel {
	font-size: 20px;
	line-height: 25px;
	margin-left: 62px;
	float: left;
	color: #c1c1c1;
	margin-top: 25px;
}
.foot2 .tel span {
	color: #FFD519;
}
.guanbi1 {
	float: right;
	width: 0.5rem;
	height: 0.5rem;
	display: block;
}
.guanbi1 img {
	width: 100%;
	height: 100%;
}
	.fiexds{
		display: none;
	}
	.leftFiexd{
		width:90px;
		position: fixed;
		top:200px;
		z-index: 30000;
		right:0;
		background: #fff;
	}
	.leftFiexd  div{
		width:100%;
		margin-bottom: 2px;
	}
	.leftFiexd div:hover{
		
		 background: #ca1121;
	}
	.leftFiexd div a{
		display: block;
		width:100%;
		height:100%;
		background: #ca1121;
		padding-top:17px;
		padding-bottom: 15px;
	}
	.leftFiexd div a:hover{
		  background: #a4a5a7;
	}
	.leftFiexd  div img{
		display: block;
		margin:0 auto;
	}
	.leftFiexd  div span{
	   color:#fff;
		display: block;
		padding-top:5px;
		text-align: center;
		font-size:12px;
	}

	.foot2_hide_on {
		width: 55px;
		height: 64px;
		box-sizing: border-box;
		background-color: #5d5b5b;
		position: absolute;
		z-index: 9999;
		right: 0;
		cursor: pointer;
		bottom: 0;
		 opacity: 1;
	}
	.foot2_hide_on:hover{
		opacity: 0.8;
	}
	.foot2_show_on {
	
		/* -moz-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg); */
	
		background-color: #ca1121;
		right: -55px;
	}
	.jt_on{
		display: none;
		
	}
	.gb_on{
		margin-top: 25px;
		margin-left: 15px;
		width: 25px;
	}
	.jt_on{
		width: 100%;
		line-height: 24px;
		font-size: 16px;
		color: #fff;text-align: center;
		margin-top: 13px;
		
	}
	.foot2_hide_on .gb_on{
		display: block;
	}
	.foot2_show_on .jt_on{
		display: block;
	}
	.foot2_show_on .gb_on{
		display: none;
	}
	.foot2_hide {
		left: -100%;
	}
	
	@media screen and (max-width:767px){
	    .foot2{
	        display: none;
	    }
	}
/* 底部悬浮表单结束 */

/*关于我们*/
.padding_b50 {
			    padding-bottom: 50px;
			}
			.container {
			    margin: 0 auto;
			    max-width: 1400px;
				    padding-right: 15px;
				    padding-left: 15px;
				    margin-right: auto;
				    margin-left: auto;
				    max-width: 1170px;
				    position: relative;
			}
			p{margin: 0;}
			
			.center-align {
			    text-align: center;
			}
			.in_tit {
			    line-height: 30px;
			    position: relative;
			    margin-bottom: 50px;
			    z-index: 2;
			}
			.in_tit p:first-of-type {
			    color: #333333;
			    font-size: 30px;
			}
			.in_tit p:first-of-type span {
			    color: #333333;
			    font-size: 30px;
			}
			.in_tit p:first-of-type b {
			    font-size: 36px;
			    color: #ab2126;
				font-weight: bold;
			}
			.in_tit p:first-of-type span {
			    color: #333333;
			    font-size: 30px;
			}
			.in_tit p:first-of-type b {
			    font-size: 34px;
			    color: #ab2126;
				font-weight: bold;
			}
			.in_tit p:nth-of-type(2) {
			    color: #999999;
			    font-size: 14px;
			    text-transform: uppercase;
			}
			.in_tit p:last-of-type {
			    color: #666666;
			    font-size: 20px;
			}
			.in_tit p:last-of-type b {
			    color: #ab2126;
			    font-size: 24px;
				font-weight: bold;
			}
			.in_company .row {
			    display: flex;
			    margin: 0;
			}
			.in_company .row .company_l, .in_company .row .company_r {
			    flex: 1;
			}
			.in_company .row .company_l {
			    cursor: pointer;
			}
			.in_company img {
			    width: 100%;
				vertical-align: middle;
				border: 0;
			}
			.in_company .company_r {
			    background: #f3f7fa;
			    box-sizing: border-box;
			    border: solid 1px #e7e7e7;
			}
			.in_company .company_r .box {
			    padding: 16px;
			}
			.in_company .company_r .box .tit span:first-of-type {
			    color: #fff;
			    padding: 0 20px;
			    background: #ab2126;
			    font-weight: bolder;
			    font-size: 30px;
			}
			.in_company .company_r .box .tit span {
			    line-height: 38px;
			    display: inline-block;
			    color: #333333;
			    font-size: 24px;
			    margin-right: 10px;
			    text-transform: uppercase;
			}
			.in_company .company_r .box .info {
			    margin: 35px auto;
			    line-height: 35px;
			    color: #272020;
			    font-size: 14px;
			}
			.in_company .company_r .box .more a {
			    color: #ab2126;
			    font-size: 20px;
			}
			.in_company .company_r .box .more a i {
			    font-size: 16px;
			    margin-left: 15px;
			    font-weight: bolder;
			}
			@media screen and (max-width: 765px){
				.padding_b50 {
				    padding-bottom: 30px;
				}
				.container {
				    width: 95%;
				}
				.in_tit {
				    margin-bottom: 30px;
				}
				.in_tit p:first-of-type {
				    color: #333333;
				    font-size: 24px;
				    line-height: 40px;
				}
				.in_tit p:first-of-type span {
				    font-size: 26px;
				}
				.in_tit p:first-of-type b, .in_tit p:first-of-type i {
				    font-size: 26px;
				}
				.in_tit p:first-of-type span {
				    font-size: 26px;
				}
				.in_company .row {
				    flex-wrap: wrap;
				}
				.in_company .row .company_l, .in_company .row .company_r {
				    flex: 0 0 100%;
				}
				.in_company .company_r .box {
				    padding: 20px;
				}
				.in_company .company_r .box .tit span:first-of-type {
				    font-size: 24px;
				    padding: 0 10px;
				}
				.in_company .company_r .box .tit span {
				    font-size: 16px;
				}
				.in_company .company_r .box .info {
				    margin: 15px auto;
				}
			}

/*关于我们end*/
/*产品中心*/
			.cp_bg {
			   
			    height: 1000px;
			    overflow: hidden;
			    padding: 70px 0 0;
					}
			.content{
				width: 1200px;
				margin: 0 auto;
					}
			.yin_t {
			    font-size: 40px;
			    color: #000;
			    font-weight: normal;
			    text-align: center;
			    line-height: 45px;
			    height: 90px;
			    overflow: hidden;
			}
			.animated {
			    -webkit-animation-duration: 1s;
			    animation-duration: 1s;
			    -webkit-animation-fill-mode: both;
			    animation-fill-mode: both;
			}
			.yin_t b {
			    color: #ab2126;
				font-weight: bold;
			}
			.yin_t span {
			    display: block;
			    font-size: 20px;
			    color: #333;
				font-weight: normal;
				padding: 5px 0 0;
			}
			.yin_t i {
			    color: #ab2126;
			    padding: 0 15px;
				font-style: normal;
			}
			.cp_l {
			    width: 280px;
			    margin: 50px 0 0;
			    background: #fff;
			}
			.fl {
			    float: left;
			}
			.cp_l h3 {
			    background: #ab2126;
			    width: 260px;
			    height: 85px;
			    padding: 11px 0 0 60px;
			    line-height: 40px;
			    overflow: hidden;
				font-size: 14px;
				margin: 0px;
			}
			.cp_l h3 a {
			    font-size: 30px;
			    color: #fff;
			    display: block;
				line-height: 40px;
			}
			.cp_l h3 i {
			    display: block;
			    font-size: 18px;
			    font-weight: normal;
			    text-transform: uppercase;
			    color: #fff;
			    font-family: Arial, Helvetica, sans-serif;
			}
			.cp_lm {
			    width: 222px;
			    margin: 0 auto;
			}
			.cp_ul01 li {
			    border-top: #dedede 1px solid;
			}
			.cp_ul01 li a {
			    display: block;
			    font-size: 18px;
			    color: #333;
			    font-weight: bold;
			    width: 202px;
			    height: 50px;
			    line-height: 50px;
			    background: url(/static/style/images/cp_ico01.gif) no-repeat 0 22px;
			    padding: 0 0 0 20px;
				text-decoration: none;
			}
			.cp_ul01 .cp_ul02 {
			    margin-top: -4px;
			    padding: 0 0 15px;
			}
			.cp_ul01 .cp_ul02 li {
			    border: none;
			}
			.cp_ul01 .cp_ul02 li a:hover {
			    color: #ab2126;
			}
			.cp_ul01 .cp_ul02 li a {
			    font-size: 14px;
			    font-weight: normal;
			    background: none;
			    padding: 0;
			    width: 222px;
			    white-space: nowrap;
			    overflow: hidden;
			    text-overflow: ellipsis;
			    height: 26px;
			    padding-left: 20px;
			    line-height: 26px;
			    background: url(/static/style/images/cp_ico02.gif) no-repeat 0px 9px;
				display: block;
			}
			.cp_r {
			    width: 910px;
			    overflow: hidden;
			    height: 847px;
			    margin: 50px 0 0;
			}
			.fr {
			    float: right;
			}
			.cp_r dl {
			    width: 290px;
			    height: 238px;
			    position: relative;
			    margin: 0 0 10px 13px;
			    float: left;
			}
			.cp_r dl dt {
			    width: 290px;
			    line-height: 0;
			    position: relative;
				
			}
			dt{
				margin: 0;
				padding: 0;
			}
			.cp_r dl dt img {
			    width: 290px;
			    height: 232px;
				border: none;
			}
			.cp_r dl dt h4 {
			    font-size: 16px;
			    color: #fff;
			    height: 40px;
			    line-height: 40px;
			    background: #313131a3;
			    width: 290px;
			    text-align: center;
			    white-space: nowrap;
			    overflow: hidden;
			    text-overflow: ellipsis;
			    padding: 0 20px;
			    position: absolute;
			    bottom: 0;
			    left: 0;
			    font-weight: normal;
			    transition: height .5s;
			    -moz-transition: height .5s;
			    -webkit-transition: height .5s;
			    -o-transition: height .5s;
			}
			.cp_r dl dd {
			    background: rgba(0,0,0,0.7);
			    position: absolute;
			    bottom: 5px;
			    left: 0;
			    height: 0;
			    overflow: hidden;
			    width: 258px;
			    padding: 0 16px;
			    transition: height .5s;
			    -moz-transition: height .5s;
			    -webkit-transition: height .5s;
			    -o-transition: height .5s;
			}
			.cp_r dl dd a {
			    display: block;
				color: #666;
			}
			.cp_r dl dd h5 {
			    height: 60px;
			    line-height: 50px;
			    text-align: center;
			    background: url(/static/style/images/cp_line02.png) no-repeat center 89px;
			    padding: 30px 0 0;
			    font-size: 18px;
			    color: #fff;
			    width: 258px;
			    white-space: nowrap;
			    overflow: hidden;
			    text-overflow: ellipsis;
			}
			.cp_desc {
			    font-size: 12px;
			    color: #fff;
			    line-height: 20px;
			    height: 100px;
			    overflow: hidden;
			    padding: 0px 0 0;
			}
			.cp_desc p {
			    width: 276px;
			}
			.cp_desc b {
			    display: block;
			    float: left;
			    width: 90px;
			}
			.cp_desc span {
			    display: block;
			    float: left;
			    width: 266px;
			}
			.cp_desc i {
			    display: block;
				font-style: normal;
			}
			@media (max-width: 767px){
				.cp_l {
					display: none;
				
				}
				.cp_bg {
                    height: 800px;
                    overflow: hidden;
                    padding: 70px 0 0;
                    width: 380px;
                        }
				.zoomIn{
					width: 75%;
					font-size: 20px;
					    font-weight: normal !important;
					    margin-left: -60px;
					}
					.chanp {
					    width: 590px;
					}
					.cp_r{
						width: 590px;
						height: 600px;
					}
					.cp_r dl{
						width: 173px;
						height: 160px;
					}
					.cp_r dl dt img {
                        width: 173px;
                        height: 160px;
                        border: none;
                    }
                    .cp_r dl dt h4 {
                        font-size: 14px;
                        color: #fff;
                        height: 35px;
                        line-height: 35px;
                        background: #313131;
                        width: 175px;
                        text-align: center;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        padding: 0 20px;
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        font-weight: normal;
                        transition: height .5s;
                        -moz-transition: height .5s;
                        -webkit-transition: height .5s;
                        -o-transition: height .5s;
                       
                        }
                        .cp_r dl dt {
                        width: 175px;
                        line-height: 0;
                        position: relative;
                        }
                        .swiper-button-prev{
                            display: none;
                        }
                        .swiper-button-next{
                            display: none;
                        }
				}
/*产品中心end*/

/* 客户案例开始 */
			.container {
			    display: block;
			    overflow: hidden;
			    margin: 0 auto;
				width: 1200px;
			}
			.homecase{
			margin-top: 30px;
			background: url(../images/case.png) no-repeat center top;
			}	
			.homecase h2{
				font-size: 22px;
				    font-weight: 700;
				    text-align: center;
				    margin-bottom: 10px;
				    color: #333;
			}
			.abstract-case {
			    font-size: 15px;
			    color: #444;
			    line-height: 28px;
			    text-align: center;
			}
			.homecase ul {
			    overflow: hidden;
			    margin-left: -1.5%;
			    margin-top: 20px;
			}
			.homecase li {
			    float: left;
			    width: 23%;
			    margin-bottom: 15px;
			    margin-left: 1.5%;
			    padding-bottom: 10px;
			    border: 1px solid #f0f0f0;
			}
			.homecase li img {
			     width: 100%!important;
				border: 0;
				vertical-align: middle;
			}
			.subtitle {
			    font-size: 14px;
			    font-weight: 700;
			    color: #222;
			}
			.homecase h2, .homecase h3 {
			    text-align: center;
			    margin-bottom: 10px;  
			}
			.homecase li p {
			    padding: 0 10px;
			    margin-top: 3px;
			    line-height: 28px;
			    color: #555;
			}
			.homecase li p span {
			    color: #F00;
			}
				.homecase li p span a {
			    color: #F00;
			}
			
			@media (max-width: 767px){
				.container {
				    display: block;
				    overflow: hidden;
				    margin: 0 8px;
					width: 450px;
				}
				.homecase h2{
					font-size: 20px;
					    font-weight: normal !important;
					    width: 371px;
					}
					.abstract-case{
						width: 70%;
						    overflow: hidden;
							font-size: 14px;
					}
					.homecase ul {
					    width: 400px;
						height: 720px;
					}
					.homecase li {
					    width: 175px;
						height: 345px;
					   
					}
					.homecase li img {
			    width: 100%!important;
			    height: auto!important;
				border: 0;
				vertical-align: middle;
			}
					.homecase h3{
						font-weight: normal !important;
					}
					.page-content img{
					        max-width: 100% !important;
					        max-height: 100% !important;
					}
				}
			/* 客户案例结束 */

/* 案例头部代码开始 */
		.pro_aro {
		    overflow: hidden;
		    margin-bottom: 40px;
			width: 975px;
		}
		.pro_left {
		    overflow: hidden;
		    float: left;
		    width: 975px;
		}
		.pro_left dl dt {
		    float: right;
		    width: 450px;
			height: 245px;
		}
		.pro_left dl dt h1 {
		    font-size: 26px;
		    color: #111;
		    margin-bottom: 10px;
		}
		.pro_left dl dt p.pro_des {
		    color: #ab2126;
		}
		.pro_left dl dt p {
		    line-height: 28px;
		    color: #444;
		    font-size: 15px;
		}
		.pro_promise {
		    overflow: hidden;
		    margin: 20px 0;
		}
		.pro_promise li {
		    float: left;
		    width: 23%;
		    margin-right: 1.5%;
		    background: #ab2126;
		    border: 1px solid #ccc;
		    text-align: center;
		    line-height: 28px;
		    font-size: 14px;
		    color: #fff;
			list-style: none;
		}
		.pro_contact {
		    overflow: hidden;
		    margin-top: 40px;
		}
		.pro_contact .arotel {
		    background: url(/static/style/images/weixin1.png) no-repeat;
		    background-size: 50px;
		    padding-left: 55px;
		    margin-right: 5px;
		}
		
		.pro_contact p {
		    float: left;
		    line-height: 28px;
		    color: #444;
		}
		.arotel b {
		    color: #ab2126;
		    font-size: 20px;
		    display: block;
		}
		.pro_left dl dt .pro_contact p.arobtn {
		    width: 35%;
		    background: #ab2126;
		    line-height: 50px;
		    color: #fff;
		    text-align: center;
		    margin-left:30px;
		}
		.arobtn a {
		    color: #fff;
		}
		.pro_left dl dd {
		    float: left;
		    width: 410px;
			height: 331px;
		}
		.pro_left dl dd img {
		    width: 100%;
		    height: auto;
		}
		
			@media (max-width: 767px){
			    .news-panel{
			        display: none;
			    }
			    .pro_aro{
			        display: none;
			        width: 0px;
			    }
			    .product-category{
			        display: none;
			    }
			}
		/* 案例头部代码结束 */
		
		
		
/*皮带输送机单页面*/
.company_advantage {
			    overflow: hidden;
			    padding: 30px 0;
			    background: #f9f9f9;
			}
			.wrap {
			    max-width: 1200px;
			    margin: 0 auto;
			    overflow: hidden;
			}
			.company_advantage h2 {
			    text-align: center;
			    font-size: 24px;
			    margin-bottom: 15px;
			    font-weight: 400;
			    color: #333;
			}
			.advantage_tit {
			    font-size: 15px;
			    text-align: center;
			    color: #444;
			}
			.advantage_right {
			    float: left;
			    width: 40%;
			    margin-top: 20px;
			    background: #fff;
			    padding: 15px;
			    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
			    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
			    margin-bottom: 10px;
			}
			.advantage_right img {
			    width: 100%;
			    height: auto!important;
			}
			.advantage_left {
			    float: right;
			    width: 55%;
			    margin-top: 10px;
			}
			.advantage_left .icon_one {
			    background: #fff url(/static/style/images/icon_one.png) 8px 50% no-repeat;
			    padding-left: 78px;
			}
			.advantage_left dl {
			    overflow: hidden;
			    padding-bottom: 10px;
			    margin-top: 10px;
			    padding-left: 50px;
			    background: #fff;
			    padding: 10px;
			    border-radius: 0px 30px 0px 0px;
			}
			.advantage_left dt {
			    font-size: 15px;
			    padding-left: 35px;
			    color: #ca2424;
			    font-weight: 700;
			}
			.advantage_1 {
			    background: url(/static/style/images/advantage_icon1.png) 0 50% no-repeat;
			    background-size: 30px;
			}
			.advantage_left dd {
			    font-size: 14px;
			    line-height: 26px;
			    background: url(/static/style/images/advantage-1.jpg) 0 10px no-repeat;
			    padding-left: 15px;
			    color: #666;
			}
			.advantage_left .border {
			    display: block;
			    width: 100%;
			    height: 3px;
			    border-top: 1px solid #f2f2f2;
			    border-bottom: 1px solid #f2f2f2;
			}
			.advantage_left .icon_two {
			    background: #fff url(/static/style/images/icon_two.png) 8px 50% no-repeat;
			    padding-left: 78px;
			}
			.advantage_2 {
			    background: url(/static/style/images/advantage_icon2.png) 0 50% no-repeat;
			    background-size: 30px;
			}
			.advantage_left .icon_three {
			    background: #fff url(/static/style/images/icon_three.png) 8px 50% no-repeat;
			    padding-left: 78px;
			}
			.advantage_3 {
			    background: url(/static/style/images/advantage_icon3.png) 0 50% no-repeat;
			    background-size: 30px;
			}
			.advantage_left .icon_four {
			    background: #fff url(/static/style/images/icon_four.png) 8px 50% no-repeat;
			    padding-left: 78px;
			}
			.advantage_4 {
			    background: url(/static/style/images/advantage_icon4.png) 0 50% no-repeat;
			    background-size: 30px;
			}
			.quality_assurance {
			    background: #fbf9f3;
			    overflow: hidden;
			    font-size: 15px;
			    text-align: center;
			    border-radius: 20px;
			    padding: 20px 10px;
			    margin-top: 20px;
			    color: #333;
			    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
			    border: 1px solid #fff;
			}
			
			.quality_assurance span {
			    font-size: 18px;
			    color: #005ed2;
			}
			.quality_assurance a {
			    padding: 8px 20px;
			    color: #fff;
			    background: #005ed2;
			}
			/* 优势结束 */
			/* 产品开始 */
			.index_pro_hot {
			    background: url(/static/style/images/homefivebg.jpg);
			    overflow: hidden;
			    margin-bottom: 40px;
			    padding: 30px 0;
			}
			
			.index_pro_hot h2 {
			    font-size: 24px;
			    font-weight: 400;
			    text-align: center;
			    margin-bottom: 15px;
			    color: #222;
			}
			.index_pro_hot .tit {
			    text-align: center;
			    font-size: 15px;
			    color: #444;
			    line-height: 28px;
			}
			.index_hot ul {
			    overflow: hidden;
			    margin-left: -1.5%;
			    margin-top: 20px;
			}
			.index_pro_hot li {
			    padding-bottom: 10px;
			    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
			    box-shadow: 0 4px 6px 0 rgba(0,0,0,.16);
			    padding-top: 8px;
			    margin-bottom: 18px;
			    overflow: hidden;
			}
			.index_hot li {
			    background: #fff;
			    width: 23.2%;
			    margin-left: 1.5%;
			    float: left;
			    text-align: center;
			    margin-bottom: 10px;
			    line-height: 32px;
			    border: 1px solid #fff;
			}
			.index_pro_hot a {
			    display: block;
			}
			.index_hot img {
			    width: 90%!important;
			    height: auto!important;
			}
			.index_pro_hot .index_hot .title {
			    font-size: 15px;
			    font-weight: 700;
			    color: #333;
			}
			.index_hot li .cptxt p {
			    color: #666;
			}
			
			.index_line {
			    margin-top: 40px;
			    overflow: hidden;
			    margin-bottom: 40px;
			}
			.index_line h2 {
			    font-size: 24px;
			    font-weight: 400;
			    text-align: center;
			    margin-bottom: 15px;
			    color: #222;
			}
			.index_line .tit {
			    text-align: center;
			    font-size: 15px;
			    color: #444;
			    line-height: 28px;
			}
			.index_line p {
			    padding: 0 10px;
			}
			.index_line ul {
			    overflow: hidden;
			    margin-top: 20px;
			    margin-left: -1.5%;
			}
			.index_line ul li {
			    float: left;
			    width: 23%;
			    margin-left: 1.5%;
			    height: 100%;
			    list-style: none;
			    overflow: hidden;
			    border: 1px solid #f0f0f0;
			    padding-bottom: 10px;
			    overflow: hidden;
			}
			.index_line img {
			    width: 100%!important;
			    
			}
			.index_line p {
			    padding: 0 10px;
				margin-top: 5px;
				    color: #666;
			}
			.index_line span {
			    color: #005ed2;
			}
/*皮带输送机单页面结束*/
/*相关产品推荐代码开始*/

.main_rx {
		    height: auto;
		    overflow: hidden;
		}
		dl.main_rx dt {
		    clear: both;
		    height: 50px;
		    padding-top: 30px;
		    margin-bottom: 50px;
		    border-bottom: 1px dashed #ddd;
		}
		
		.advice_products{
		    height: 200px;
		    float: left;
		    text-align: center;
		    line-height: 40px;
		    overflow: hidden;
		    background: none;
		    width: 227px;
		    border: none;
		    padding: 0 10px 20px 0px;
		    margin: 0 10px 0px 0px;
		}
		.advice_products i {
		    width: 227px;
		    height: 133px;
		    display: block;
		    overflow: hidden;
		}
		.advice_products a img {
		    width: 227px;
		    height: 133px;
		    transition: all 0.5s;
			vertical-align: top;
		}
		
	/*相关产品推荐代码结束*/
	
	.content-text a{
	    color: red;
	}

/*坤威机械分页样式*/


.pages{clear: both;margin:20px auto 20px auto; padding-top:20px; overflow: hidden; text-align: center;font-size:14px}
.pages ul li{display:inline-block;border: 1px solid #ccc;padding: 5px 13px;margin:2px;line-height:24px;background: #fff;color:#999;border-radius:2px}
.pages ul li:hover{background:#d82019;color:#fff;border: 1px solid #d82019}
.pages ul li:hover a{color:#fff;}
.pages ul li.thisclass{display: inline-block;border: 1px solid #d82019;padding:5px 13px;margin:2px;background: #d82019;color: #fff;}
.pages ul li.thisclass a{color: #fff;}
.pages ul li a{display:block;color:#999}
.pages ul li a:hover{color: #fff;}



	   
	   

/*坤威机械 反馈模块 */
.met-feedback{padding:30px 20px;background: #f2f2f2;}
.met-feedback .container{max-width: 800px;}
.met-feedback .met-feedback-body{padding: 30px;background: #ffffff;-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);-o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);-ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);border-radius: 3px;}
@media (max-width: 767px){.met-feedback .met-feedback-body{padding: 10px;}}
@media (max-width: 767px){.met-feedback{padding: 80px 0 20px 0 ;}}
fieldset{min-width: 0;padding: 0;margin: 0;border: 0}
legend{display: block;width: 100%;padding: 0;margin-bottom: 22px;font-size: 21px;line-height: inherit;color: inherit;border: 0;border-bottom: 1px solid transparent}
label{display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: 700}
input[type=search]{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box}
input[type=checkbox], input[type=radio]{margin: 4px 0 0;margin-top: 1px\9;line-height: normal}
input[type=file]{display: block}
input[type=range]{display: block;width: 100%}
select[multiple], select[size]{height: auto}
input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus{outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px}
output{display: block;padding-top: 7px;font-size: 14px;line-height: 1.57142857;color: #76838f}
.form-control{display: block;width: 100%;height: 36px;padding: 6px 0;font-size: 14px;line-height: 1.57142857;color: #76838f;background-color: #fff;background-image: none;border: 1px solid #dedede;border-radius: 3px;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; text-indent:1em}
.form-control:focus{border-color: #ca2424;outline: 0;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6);box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(98,168,234,.6)}
.form-control.focus, .form-control:focus{border-color: #ca2424;-webkit-box-shadow: none;box-shadow: none}
.form-control::-moz-placeholder{color:#a3afb7;
opacity:1}
.form-control:-ms-input-placeholder{color:#a3afb7}
.form-control::-webkit-input-placeholder{color:#a3afb7}
.form-control::-ms-expand{background-color:transparent;
border:0}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{background-color: #f3f7f9;opacity: 1}
.form-control[disabled], fieldset[disabled] .form-control{cursor: not-allowed}
textarea.form-control{height: auto}
input[type=search]{-webkit-appearance: none}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control{line-height: 36px}
.input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm{line-height: 32px}
.input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg{line-height: 46px}}
.form-group{margin-bottom: 20px}
.checkbox, .radio{position: relative;display: block;margin-top: 10px;margin-bottom: 10px}
.checkbox label, .radio label{min-height: 22px;padding-left: 20px;margin-bottom: 0;font-weight: 400;cursor: pointer}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{position: absolute;margin-top: 4px\9;margin-left: -20px}
.checkbox+.checkbox, .radio+.radio{margin-top: -5px}


.checkbox-inline, .radio-inline{position: relative;display: inline-block;padding-left: 20px;margin-bottom: 0;font-weight: 400;vertical-align: middle;cursor: pointer}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline{margin-top: 0;margin-left: 10px}
fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled]{cursor: not-allowed}
.checkbox-inline.disabled, .radio-inline.disabled, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio-inline{cursor: not-allowed}
.checkbox.disabled label, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .radio label{cursor: not-allowed}
.form-control-static{min-height: 36px;padding-top: 7px;padding-bottom: 7px;margin-bottom: 0}
.form-control-static.input-lg, .form-control-static.input-sm{padding-right: 0;padding-left: 0}
.input-sm{height: 32px;padding: 6px 13px;font-size: 12px;line-height: 1.5;border-radius: 2px}
select.input-sm{height: 32px;line-height: 32px}
select[multiple].input-sm, textarea.input-sm{height: auto}
select.input-sm{padding-top: 0;padding-bottom: 0}
.form-group-sm .form-control{height: 32px;padding: 6px 13px;font-size: 12px;line-height: 1.5;border-radius: 2px}
.form-group-sm select.form-control{height: 32px;line-height: 32px}
.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control{height: auto}
.form-group-sm .form-control-static{height: 32px;min-height: 34px;padding: 7px 13px;font-size: 12px;line-height: 1.5}
.input-lg{height: 46px;padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}
select.input-lg{height: 46px;line-height: 46px}
select[multiple].input-lg, textarea.input-lg{height: auto}
select.input-lg{padding-top: 0;padding-bottom: 0}
.form-group-lg .form-control{height: 46px;padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}
.form-group-lg select.form-control{height: 46px;line-height: 46px}
.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control{height: auto}
.form-group-lg .form-control-static{height: 46px;min-height: 40px;padding: 11px 18px;font-size: 18px;line-height: 1.3333333}
.has-feedback{position: relative}
.has-feedback .form-control{padding-right: 45px}
.form-control-feedback{position: absolute;top: 0;right: 0;z-index: 2;display: block;width: 36px;height: 36px;line-height: 36px;text-align: center;pointer-events: none}
.form-group-lg .form-control+.form-control-feedback, .input-group-lg+.form-control-feedback, .input-lg+.form-control-feedback{width: 46px;height: 46px;line-height: 46px}
.form-group-sm .form-control+.form-control-feedback, .input-group-sm+.form-control-feedback, .input-sm+.form-control-feedback{width: 32px;height: 32px;line-height: 32px}
.btn-primary{background-color: #ca2424;border-color: #ca2424;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover{background-color: #ca2424;border-color: #ca2424;opacity: .7;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;color:#fff}
.btn-block{display: block;width: 100%;color:#fff}
.btn-block+.btn-block{margin-top: 5px}
.btn-lg{padding: 10px 18px;font-size: 18px;line-height: 1.3333333;border-radius: 4px}