body,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}
img{border:0;display: block;}
ol,ul,li{list-style:none;}
h1,h2,h3{font-weight:normal;font-size:100%;}
a{color:inherit;text-decoration:none;}
p{letter-spacing: 1px;}
/*******CSS reset*************/
body{color:#444;font: normal 14px Microsoft YaHei,Helvetica, Arial, sans-serif;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.container{}
.main{}
.box{max-width: 100%;margin: 0 auto;padding: 0 15px;}

a:focus{
    color:#EB1C24;
    text-decoration:none;}
}
a:hover {
	text-decoration:none!important;}
}
a:focus {
    outline:5px auto -webkit-focus-ring-color;
    outline-offset:-2px
}
a:focus, a:hover {
    color: #23527c;
    text-decoration: none;
}
a:-webkit-any-link {
    text-decoration: none;
}

.min-h40{height: 40px;}

@media screen and (min-width: 1680px) {
	.box{width: 1680px;}
}


.head{width: 100%;height: 35px;line-height: 35px;background: #EFEFEF;text-align: right;}
.head a{color: rgba(51, 51, 51, .8);margin: 0 10px;}
/*.header{width: 100%;height: 102px;}*/
.header{background: #fff}
.navbar{max-width: 1650px;margin: 0 auto;}


.nav{line-height: 102px;}
.nav>li{font-size: 22px;color: #626161;float: left;width: 115px;text-align: center;margin: 0 1rem;position: relative;}
.nav>li:after{content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 5px;background: #EB1C24;transition: all .6s}
.nav>li.active:after,.nav>li:hover:after{width: 100%;}
.nav>li a{color: #626161}
.nav>li:nth-of-type(3)>ul.dropdown-menu,.nav>li:nth-of-type(6)>ul.dropdown-menu{display: none!important}

.navbar-header .navbar-brand{height: inherit;padding: 0}
.navbar-header .navbar-brand img{height: 60%;top: 20%;position: absolute;}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,.nav>li.active>a,.nav>li:hover>a{color: #EB1C24;background: none}
.navbar-nav>li>a{line-height: 102px;}
.nav>li>a{padding: 0;white-space: nowrap;overflow: hidden;}
.nav>li .dropdown-menu{z-index: 999;background: rgba(255, 255, 255, .6);line-height: 42px;padding: 5px 0;min-width: inherit;text-align: center;width: 100%;}
.nav>li .dropdown-menu>li>a{font-size: 16px;line-height: 42px;margin: 0 5px;padding: 0;overflow: hidden;}
.nav>li .dropdown-menu>li>a.active,.nav>li .dropdown-menu>li>a:hover{background: #EC5C63;color: #fff;border-radius: 6px;}

.navbar-default {background: none;border: none;}
.navbar-nav>li:hover .dropdown-menu{display: block;}

@media screen and (min-width: 768px) {
	header{position: fixed;width: 100%;z-index: 999}
}
@media screen and (max-width: 1440px) {
	.navbar-header{width: 22%;}
	.navbar-header .navbar-brand img{left: 2%}
	.navbar-default .navbar-collapse{width: 70%}

	.nav{width: 100%}

	.nav>li{width: 14%;font-size: 2rem;margin: 0 1%}
	.nav>li.active:after,.nav>li:hover:after{width: 100%;}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.nav{line-height: 78px;}

	.navbar-nav>li>a{line-height: 78px;}
	.nav>li{width: 14%;font-size: 1.5rem;}

	.nav>li .dropdown-menu{line-height: 78px;}
	.nav>li .dropdown-menu>li>a{font-size: 1.2rem;line-height: 3rem;}
}

@media screen and (max-width: 767px) {
	.navbar-header{width: 100%}
	.container-fluid>.navbar-header{margin: 0}
	.navbar-toggle{margin-right: 0;background: none;border: none}
	.navbar-header .navbar-brand{position: relative;width: 22%;height: 50px;}
	.navbar-default .navbar-collapse{width: 100%}
	.nav>li{width: 100%;font-size: 1.5rem;margin: 0;text-align: left;}
	.navbar-nav>li>a{line-height: 4rem}
	.nav>li:after{display: none}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: none}
	.nav>li .dropdown-menu{display: none!important}
}

/*banner*/
.index_banner {width: 100%;text-align: center;}
.swiper-slide img{max-width: 100%;height: auto;}
.swiper-pagination-bullet{width: 120px;height: 10px;background: #fff;border-radius: 10px;margin: 0 15px;transition: all .6s;text-align: center;opacity: 1}
.swiper-pagination-bullet-active{background: #EB1C24;}

@media screen and (max-width: 767px) {
	.swiper-pagination-bullet{width: 50px; height: 6px;}
}
/*category*/
.category{width: 100%;max-width: 1920px;margin: 0 auto;}
.category_fl{width: 45%;max-width: 876px;text-align: center;display:table;height: 1044px;}
.category_fl .category_fl_txt{display: table-cell;vertical-align: middle;}
.category_fl .category_fl_txt h2{font-size: 89px;color: #EB1C24;font-weight: bold;border-bottom: 1px solid #EB1C24;border-top: 1px solid #EB1C24;display: -webkit-inline-box;margin-bottom: 20px;}
.category_fl .category_fl_txt h3{font-size: 50px;color: #EB1C24;margin-bottom: 50px;}
.category_fl .category_fl_txt p{font-size: 34px;color: rgba(39, 39, 39, .8);line-height: 50px;}
.category_fr{max-width: 1044px;width: 55%;}
.category_fr li{float: left;/*width: 33.33%;max-width: 348px;height: 348px;*/text-align: center;padding: 2rem 0;position: relative;}
.category_fr li>div{display:table;position: absolute;top: 50%;transform: translateY(-50%);}
.category_fr li:nth-of-type(odd){background: #F5F5F5}
.category_fr li .category_fr_img{width: 100%;/*height: 220px;*//*margin: 28px 0*/margin-bottom: 2rem;}
.category_fr li .category_fr_img img{margin: 0 auto;max-width: 100%;/*max-height: 220px;*/height: auto;}
.category_fr li h3{font-size: 33px;color: #4D4C4C}
.category_fr li:hover h3{color: #EB1C24}
.category_fr li h3 i{background: url(/skin/img/i1.png) no-repeat center;width: 32px;height: 23px;display: inline-block;}
.category_fr li p{font-size: 24px;color: #4D4C4C;line-height: 50px;display: table-cell;vertical-align: middle;padding: 0 38px;text-align: left;}

.category_fr .row {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;flex-wrap: wrap;}
.category_fr .row > [class*='col-'] {display: flex;flex-direction: column;}

@media (min-width: 1351px) and (max-width: 1440px) {
	.category_fl{height: 984px;}
}
@media (min-width: 850px) and (max-width: 1350px) {
	.category_fl{padding: 0 5%;height: 818px;}
	.category_fl .category_fl_txt h3{font-size: 3rem}
	.category_fl .category_fl_txt p {font-size: 2rem;line-height: 3rem;}

	.category_fr li h3 {font-size: 2rem;}
	.category_fr li h3 i {width: 26px;height: 14px;background-size: 100%;}
	.category_fr li p {font-size: 2rem;color: #4D4C4C;line-height: 3rem;display: table-cell;vertical-align: middle;padding: 0 8%;text-align: justify;}

}

@media screen and (max-width: 849px){
	.category_fl{width: 100%;padding: 10% 0;height: auto}
	.category_fl .category_fl_txt h3{font-size: 3rem;margin-bottom: 3rem;}
	.category_fl .category_fl_txt p {font-size: 2rem;line-height: 3rem;}

	.category_fr{width: 100%}
	.category_fr li h3 {font-size: 2rem;}
	.category_fr li h3 i {width: 26px;height: 14px;background-size: 100%;}
	.category_fr li p {font-size: 2rem;color: #4D4C4C;line-height: 3rem;display: table-cell;vertical-align: middle;padding: 0 8%;text-align: justify;}
}

@media screen and (max-width: 425px){
	.category_fr li .category_fr_img img{max-width: 80%}
	.category_fr li h3 {font-size: 1.6rem;}
	.category_fr li h3 i {width: 20px;height: 11px;background-size: 100%;}
	.category_fr li p {font-size: 1.6rem;line-height: 2.6rem;}
}


/*index_title*/
.index_title{text-align: center;position: relative;margin-bottom: 70px;height: 100px;position: relative;}
.index_title h2 {font-size: 8rem;color: #EEEEEE;text-transform: Uppercase;letter-spacing: 4px;font-family: Arial;text-align: center;z-index: 1;width: 100%;position: absolute;left: 0;right: 0;top: 0;font-weight: bold;}
.index_title h3{display: inline;font-size: 6rem;line-height: 13rem;font-weight: bold;z-index: 2;position: inherit;color: #626161}
.index_title h3 i{color: #EB1C24;font-style: initial;}
.index_title:after{width: 5rem;height: 2px;background: #EB1C24;content: '';position: absolute;left: 50%;bottom: -3.6rem;transform: translateX(-50%);}

@media screen and (max-width: 1440px) {
	.index_title{height: 7rem}
	.index_title h3{font-size: 4rem}
}
@media screen and (max-width: 1199px) {
	.index_title h2{font-size: 7rem}
	.index_title h3{line-height: 11rem}
}
@media (min-width: 768px) and (max-width: 1024px) {
	.index_title{height: 6rem}
	.index_title h3{font-size: 3rem;line-height: 10rem}
}

@media screen and (max-width: 767px) {
	.index_title{height: 5rem}
	.index_title h2{font-size: 4rem}
	.index_title h3{font-size: 2.4rem;line-height: 6rem}
	.index_title:after{bottom: -1.6rem;}
}
/*number*/
.number{padding: 100px 0 50px;}
.number ul li{float: left;width: 20%;text-align: center;}
.number ul li h3{font-size: 100px;color: #EB1C24;font-weight: bold;line-height: 105px;}
.number ul li i{width: 30px;height: 6px;background: #EB1C24;display: inline-block;}
.number ul li p{font-size: 24px;color: #626161;line-height: 40px;margin-top: 30px;}

@media screen and (max-width: 1440px) {
	.number ul li h3 {font-size: 7rem;line-height: 7rem;}
	.number ul li i {height: 5px;}
	.number ul li p {font-size: 2rem;line-height: 3rem;margin-top: 2rem;}
}

@media screen and (max-width: 1024px) {
	.number ul li h3 {font-size: 5.6rem;line-height: 6rem;}
}

@media screen and (max-width: 768px) {
	.number ul li{width: 33.33%;margin-bottom: 3rem;}
	.number ul li:nth-of-type(4),.number ul li:nth-of-type(5){width: 50%}
}

@media screen and (max-width: 425px) {
	.number{padding: 50px 0}
	.number ul li{width: 33.33%;margin-bottom: 3rem;}
	.number ul li:nth-of-type(4),.number ul li:nth-of-type(5){width: 50%}
	.number ul li h3 {font-size: 5rem;line-height: 5rem;}
	.number ul li i {height: 3px;width: 20px;}
	.number ul li p {font-size: 1.4rem;line-height: 2.4rem;margin-top: 2rem;}
}

/*case*/
.case{padding: 70px 0;}
.case .case_li{text-align: center;overflow: hidden;margin: 0 auto;max-width: 100%}

.case .case_li a.next,.case .case_li a.prev{float: left;width: 100px;height: 342px;text-align: center;line-height: 342px;font-size: 8rem}
.case .case_li a.next:hover,.case .case_li a.prev:hover{color: #EB1C24}

.case .case_li .bd{overflow: hidden;width: 100%;}
.case .case_li .bd ul{ overflow:hidden; zoom:1; width: 100%}
.case .case_li .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;width: calc(33.33% - 16px)}
.case .case_li .bd ul li .case_img{width: 420px;height: 280px;overflow: hidden;position: relative;margin: 0 auto;}
.case .case_li .bd ul li .case_img img{max-width: 100%;max-height: 280px;transition: all .6s;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.case .case_li .bd ul li:hover .case_img img{transform: translate(-50%,-50%) scale(1.2);}
.case .case_li .bd ul li p{font-size: 32px;color: #333333}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	.case .case_li a.next,.case .case_li a.prev{display: none}
	.case .case_li .bd{width: 100%}
	.case .case_li .bd ul li .case_img{width: 280px;height: 180px;}
	.case .case_li .bd ul li p{font-size: 2rem;}
}

@media screen and (max-width: 425px) {
	.case .case_li .bd ul li .case_img{width: 200px;height: 140px;max-width: 100%}
	.case .case_li .bd ul li p{font-size: 1.6rem;}
}
/*news*/
.news{padding-bottom: 50px;}
.news .index_title{margin-bottom: 50px;}
.news_li{width: 46%;margin: 30px 2% 0;}
.news_Popular{padding-bottom: 17px;border-bottom: 2px solid #CBCBCB}
.news_Popular .news_Popular_img{width: 43%;overflow: hidden;}
.news_Popular .news_Popular_img img{width: 100%;height: auto;transition: all .6s}
.news_Popular .news_Popular_img img:hover{transform: scale(1.1);}
.news_Popular_txt{width: 55%;position: relative;}
.news_Popular_txt h3{font-size: 25px;color: #090909;margin-bottom: 20px;font-weight: bold;transition: all .6s;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}
.news_Popular_txt h3:hover a{color: #C30101}
.news_Popular_txt p{font-size: 18px;line-height: 24px;color: rgba(9, 9, 9, .8)}
.news_Popular_txt .news_time{font-size: 16px;color: rgba(9, 9, 9, .6);margin-top: 4rem;}
.news_Popular_txt a.more{font-size: 16px;color: rgba(9, 9, 9, .6);position: absolute;right: 0;bottom: 0;transition: all .6s}
.news_Popular_txt a.more:hover{color: #C30101}
.news_li ul {margin-top: 15px;}
.news_li ul li{font-size: 16px;color: #626161;line-height: 30px;transition: all .6s}
.news_li ul li em{color: #000;margin-right: 15px;font-style: inherit;transition: all .6s}
.news_li ul li:hover a{color: #C30101;font-weight: bold;}
.news_li ul li:hover em{margin-right: 25px;}
.news_li ul li span{color: rgba(9, 9, 9, .6);}

@media screen and (max-width: 1440px) {
	.news_Popular_txt h3 {font-size: 2rem;margin-bottom: 1.4rem;}
	.news_Popular_txt p {font-size: 1.6rem;line-height: 2rem;}
	.news_Popular_txt .news_time{margin-top: 2.5rem;font-size: 1.4rem;}
	.news_Popular_txt a.more{font-size: 1.4rem}
}

@media screen and (max-width: 1024px) {
	.news_Popular_txt h3 {font-size: 1.8rem;margin-bottom: 1rem;}
	.news_Popular_txt p {font-size: 1.4rem;line-height: 1.8rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
	.news_Popular_txt .news_time{margin-top: 1rem;font-size: 1.2rem;}
	.news_Popular_txt a.more{font-size: 1.2rem}
}

@media screen and (max-width: 768px) {
	.news_li{width: 96%}
	.news_li:nth-of-type(2){display: none}
}

@media screen and (max-width: 425px) {
	.news_Popular_txt h3 {font-size: 1.4rem;margin-bottom: 1rem;line-height: 1.8rem;}
	.news_Popular_txt p {font-size: 1.2rem;line-height: 1.6rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
	.news_Popular_txt .news_time{margin-top: 1rem;font-size: 1.2rem;}
	.news_Popular_txt a.more{font-size: 1.2rem;}
	.news_li ul li span{display: none;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}
}

/*area*/
.area{color: #333;font-size: 17px;line-height: 40px;}
.area a{margin: 0 5px;}
.area a:hover{color: #C30101}
/*footer*/
.footer{background: #444444;padding-top: 55px;}
/*.foot_fl{width: 44%;margin: 0 3%;}
.foot_fl h3{color: #DBDBDB;font-size: 20px;font-weight: bold;margin-bottom: 22px;}
.foot_fl ul li{color: #DBDBDB;line-height: 40px;border-bottom: 1px solid #5d5d5d;}
.foot_fl ul li:last-of-type{border-bottom: none}
.foot_fl ul li i{font-size: 16px;margin-right: 10px;}
.foot_fr{width: 44%;margin: 0 3%;}
.foot_fr h3{color: #DBDBDB;font-size: 20px;font-weight: bold;margin-bottom: 22px;}
.foot_fr ul li{color: #DBDBDB;line-height: 40px;border-bottom: 1px solid #5d5d5d;}
.foot_fr ul li:last-of-type{border-bottom: none}
.foot_fr ul li i{font-size: 16px;margin-right: 10px;}*/
.foot_tel{text-align: center;color: #E2E2E2;font-size: 20px;font-weight: bold;}
.foot_tel p i{display: inline-block;width: 28px;height: 28px;background: url(/skin/img/ii3.jpg) no-repeat center;margin: -4px 15px;}
.foot_tel span{font-size: 38px}
@media screen and (max-width: 599px) {
	.foot_tel{font-size: 14px}
	.foot_tel span{font-size: 18px}
}
/*copyright*/
.copyright{line-height: 40px;color: rgba(255, 255, 255, .8);font-size: 15px;text-align: center;border-top: 1px solid #676767;margin-top: 32px;}
/*link*/
.link{width: 100%;text-align: center;background: #444444;font-size: 14px;color: rgba(255, 255, 255, .8);line-height: 35px;}
.link em{font-style: inherit;margin: 0 10px;}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	.foot_fl{width: 96%}
	.foot_fr{display: none}
}

@media screen and (max-width: 425px) {

}
/*page_banner*/
.page_banner{width: 100%;overflow: hidden;}
.page_banner img{max-width: 100%;height: auto}
/*page_title*/
.page_title{text-align: center;padding: 30px 0 20px;}
.page_title h3{font-size: 28px;font-weight: bold;line-height: 45px;}
.page_title p{font-size: 16px;color: #444}
/*page_nav*/
.page_nav{padding-bottom: 30px;}
.page_nav ul{text-align: center;}
.page_nav ul li{text-align: center;height: 34px;line-height: 34px;color: #fff;font-size: 14px;display: inline-block;background: #444;margin: 0.4rem;padding: 0 1rem}
.page_nav ul li.active,.page_nav ul li:hover{background: #EB1C24}
/*content*/
.content{font-size: 16px;line-height: 30px;color: #666;}
.content img{max-width: 100%;height: auto;}
/*pro_list*/
.pro_list{margin-top: 30px;}
.pro_list ul li{width: 23%;float: left;margin: 0 1%;margin-bottom: 15px;overflow: hidden;}
.pro_list ul li .products_listi_img{width: 373px;height: 268px;overflow: hidden;border: 1px solid rgb(238, 238, 238);}
.pro_list ul li .products_listi_img img{width: 353px;height: 248px;transition: all .6s;padding: 10px;}
.pro_list ul li:hover .products_listi_img img{transform: scale(1.2);}
.pro_list ul li p{height: 50px;line-height: 50px;text-align: left;font-size: 16px;color: #595757;}
.pro_list ul li:hover p{color: #EB1C24;}
.pro_list ul li p i{transition: all .6s}
.pro_list ul li:hover p i{margin-left: 25px;}

@media screen and (max-width: 1440px) {
	.pro_list ul li .products_listi_img{width: 100%;height: auto}
	.pro_list ul li .products_listi_img img{width: 100%;padding: 1rem;}
}

@media screen and (max-width: 1024px) {
	.pro_list ul li{width: 31.33%}
	.pro_list ul li .products_listi_img img{height: 220px;}
}

@media screen and (max-width: 650px) {
	.pro_list ul li{width: 48%}
	.pro_list ul li .products_listi_img img{height: 200px;}
}

@media screen and (max-width: 425px) {
	.pagination{height: auto!important;padding: 0!important}
}

/*news_lst*/
.news_lst{margin-top: 30px;}
.news_lst ul li{width: 49%;border: 1px solid #eee;float: left;margin-bottom: 2rem;padding: 17px 1% 14px;transition: all .6s}
.news_lst ul li:nth-of-type(2n){float: right;}
.news_lst ul li:hover{background: #EB1C24;border: 1px solid #EB1C24}
.news_lst ul li .news_list_time{text-align: right;color: #898989;height: 80px;width: 90px;}
.news_lst ul li:hover .news_list_time{color: #fff}
.news_lst ul li .news_list_time p{font-size: 35px;font-family: -webkit-pictograph;font-weight: bold;}
.news_lst ul li .news_list_time span{font-size: 18px;}
.news_lst ul li .news_list_txt{width: calc(95% - 90px);color: #595757;}
.news_lst ul li:hover .news_list_txt{color: #fff;}
.news_lst ul li .news_list_txt h3{font-size: 20px;font-weight: bold;margin-bottom: 1.5rem;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;}
.news_lst ul li .news_list_txt p{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1024px) {

}

@media screen and (max-width: 768px) {
	.news_lst ul li{width: 100%}
	.news_lst ul li .news_list_txt h3{font-size: 1.6rem}
}

@media screen and (max-width: 425px) {

}

/*page_position*/
.page_box{line-height: 50px;border-bottom: 1px solid rgb(238, 238, 238);}
.page_position{font-size: 14px;color: #999}
.page_position i{margin-right: 5px;}
/*page_nav2*/
.page_nav2 ul li{float: left;padding: 0 25px;}
.page_nav2 ul li.active,.page_nav2 ul li:hover{background: #EC5C63;color: #fff}
/*content_tit*/
.content_tit{padding: 40px 0}
.content_tit h3{font-size: 30px;line-height: 45px;font-weight: bold;}
.content_tit p{font-size: 14px;color: #999}
.content_tit p span{margin-right: 10px;}
/*prve*/
.prve{padding: 20px 0;font-size: 14px;color: #666;line-height: 30px;}
.prve a:hover{color: #EB1C24}
.listBox{padding: 40px 0;max-width: 1200px;margin: 0 auto;}

@media screen and (max-width: 768px) {
	.content_tit h3{font-size: 2.4rem}
}

@media screen and (max-width: 425px) {

}
/* 左侧图片放大镜样式 */

.product-show-pic{max-width: 100%;}
.product-show-pic .big{width:435px;max-width: 100%;height:330px;position:relative;z-index:1;border:1px solid #e3e3e3;}

.product-show-pic .big a{width:435px;height:330px;background:#fff;display:table-cell;text-align:center;vertical-align:middle;}

.product-show-pic .big a img{vertical-align:middle;max-width:435px;max-height:330px;margin: 0 auto;}

.product-show-pic .big a{*display:block;*font-family:Arial;*line-height:1;}

.product-show-pic .list{width:438px;height:112px;overflow:hidden;position:relative;}

.product-show-pic .list a.prev,.product-show-pic .list a.next{display:block;width:20px;height:70px;position:absolute;background:url(/skin/img/arrow_btn.png) no-repeat 0 0;overflow:hidden;cursor:pointer;}

.product-show-pic .list a.prev{top:15px;left:0;}

.product-show-pic .list a.next{right: 0;top: 15px;background-position: -20px 0;}

.product-show-pic .list a.prev:hover{background-position:-42px 0}

.product-show-pic .list a.next:hover{background-position:-59px 0;}

@media screen and (max-width: 767px) {
	.product-show-pic{float: inherit;}
	.product-show-pic .big{margin: 0 auto;}
	.product-show-pic .list{max-width: 100%;margin: 0 auto;}
	.proshow_synopsis{float: inherit;max-width: 100%;margin: 0 auto;}
	.proshow_synopsis .btn{padding: 0}
}

.product-show-pic .list .thumb{position:relative;width:380px;height:85px;overflow:hidden;top:10px;left: 30px;margin-left: 10px;}

.product-show-pic .list .thumb ul{position:absolute;}

.product-show-pic .list .thumb ul li{background:none;float:left;width:124px;height:85px;position:relative;float: }

.product-show-pic .list .thumb ul li a{display:block;width:103px;height:75px;border:2px solid #e3e3e3;text-align:center;background:#fff}

.product-show-pic .list .thumb ul li img{max-width:100%;max-height:100%;cursor:pointer;}

.product-show-pic .list .thumb ul li a em{display:block;width:5px;height:9px;position:absolute;right:-5px;top:35px;}

.product-show-pic .list .thumb ul li a.selected{border-color:#ea5800;}

.product-show-pic .list .thumb ul li a.selected em{background:url(/skin/img/jt.png) no-repeat;}

div.zoomDiv{z-index:999;position:absolute;top:0px;left:0px;width:300px;height:300px;background:#fff;border:1px solid #ccc;display:none;text-align:center;overflow:hidden;}

div.zoomMask{position:absolute;background:url(/skin/img/mask.png);cursor:move;z-index:1;}
/* 产品简介 */

.proshow_synopsis{width:650px;font-size: 14px;line-height: 30px; height:358px;border-radius:3px;padding: 30px;}

.proshow_synopsis .title{font-size:24px; color:#EB1C24;border-bottom:1px solid #dbdbdb;margin-bottom:15px;padding-bottom:0px;font-weight:bold;padding-bottom: 10px}

.proshow_synopsis strong{color: #333;font-weight: normal; }

.proshow_synopsis .font{line-height:24px;overflow: hidden;height:140px;margin-bottom:20px;}

.proshow_synopsis .font strong{float: left;width: 45px;}

.proshow_synopsis .font div{float: right;width:355px;}

.prodcut-tel{ padding-left:40px; margin-bottom:20px; line-height:26px; background:url('/skin/img/p_icon.png') no-repeat left 8px; }

.prodcut-tel span{font-family:arial; font-size:24px; color:#EB1C24;display: block; }

.proshow_synopsis .btn a{display: inline-block; width: 170px; height: 40px; line-height: 40px;text-align: center; background:#4b4b4b url(/skin/img/proshow_icon1.png) no-repeat 20px 14px; color: #fff;transition: all 0.3s;font-size:16px;}

.proshow_synopsis .btn .a02{background:#ea5800 url(/skin/img/proshow_icon2.png) no-repeat 20px 13px;margin-left:25px;}

.proshow_synopsis .btn a:hover{opacity: 0.8;filter:alpha(opacity=50);transition: all 0.3s;}



/* 产品说明标签切换样式 */

.gr-tab-list{overflow:hidden; margin-top:30px; margin-bottom:20px;}

.gr-tab-list .hd{height:34px;line-height:34px;border-bottom:1px solid #dadada}

.gr-tab-list .hd li{padding:0 30px;float:left;text-align:center;background:#dadada;margin-right:5px;cursor:pointer;}

.gr-tab-list .hd li.on{background:#333;color:#fff;}

.gr-tab-list .bd{overflow:hidden;padding-top:15px;}

.tab_down p{ height:35px;line-height:35px;border-bottom:1px dotted #ddd;background:url(/skin/img/ly_li.png) no-repeat left center;padding-left:15px;}

.tab_down p a{float:right;background:url(/skin/img/downIcon.png) no-repeat right center;padding-right:25px;}

.tab_down p a:hover{background:url(/skin/img/downIconh.png) no-repeat right center;}



/* 采购表单样式 */

.orderBox{padding:25px;background:#eee;overflow:hidden;}

.orderBox h3{font-size:15px;line-height:18px;font-weight:normal;font-family:"微软雅黑";}

.orderBox .table{padding-top:20px;overflow:hidden;}

.orderBox .table li{width:450px;height:215px;float:left;height:35px;margin-bottom:10px;}

.orderBox .table li span{float:left;border:1px solid #ddd;line-height:33px;height:33px;width:78px;display:inline-block;text-align:center;background:#fff;}

.orderBox .table li .iptTxt{float:right;width:359px;border:1px solid #ddd;border-left-width:0;height:33px;line-height:33px;background:#fff;color:#666;padding-left:10px;}

.orderBox .table li .iptCode{float:left;width:230px;border:1px solid #ddd;border-left-width:0;height:33px;line-height:33px;background:#fff;color:#666;padding-left:10px;}

.orderBox .table li .checkcode{float:right;border:1px solid #ddd;border-left-width:0;background:#fff;height: 33px;width: 105px;}

.orderBox .table li .btn{width:450px;height:35px;line-height:35px;background:#333;cursor:pointer;font-size:14px;color:#fff;text-align:center;border:none;}

.orderBox .table li .btn:hover{background:#DE8D4E;color:#fff;}

.orderBox .table li.areLi{width:600px;float:right;height:215px;overflow:hidden;}

.orderBox .table li.areLi .txtContent{width:568px;height:183px;border:1px solid #ddd;outline:none;resize:none;padding:15px;color:#666;line-height:18px;}



/* 相关产品样式 */

.related-product {overflow:hidden;}

.related-product .title,.relatedTitle{background:#eee;height:35px;line-height:35px;}

.related-product .title span,.relatedTitle span{display:inline-block;color:#fff;background:#333;width:120px;height:35px;text-align:center;font-size:14px;}

.related-product-list{margin-top:20px;}

.related-product li{float:left;width:288px;margin: 0 5px 20px;border:1px solid #eee;text-align:center;}

.related-product li a{display:block;width:288px;text-align: center;background:#fff;}

.related-product li img{width:278px;height:210px;padding:5px;background:#fff;}

.related-product li span{height:35px;line-height:35px;padding:0 5px; white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;background-color: #eee;color: #333}

.related-product li:hover{border:1px solid #EB1C24;}

.related-product li a:hover span{background:#EB1C24;color:#fff;}

@media screen and (max-width: 767px) {
	.related-product li{width: calc(50% - 10px);overflow: hidden;}
	.related-product li a{width: 100%}
	.related-product li img{max-width: 100%;height: auto;}
}

/*推荐资讯*/
.news_li2_title{border-bottom: 1px solid rgb(238, 238, 238);line-height: 45px;font-size: 20px;}
.news_li2_title span{border-bottom: 2px solid #EC5C63;display: inline-block;}

.news_li2 ul {margin-top: 15px;}
.news_li2 ul li{font-size: 16px;color: #626161;line-height: 35px;transition: all .6s;width: 48%;float: left;}
.news_li2 ul li:nth-of-type(2n){float: right;}
.news_li2 ul li em{color: #626161;margin-right: 15px;font-style: inherit;transition: all .6s}
.news_li2 ul li:hover{color: #C30101;font-weight: bold;}
.news_li2 ul li:hover em{margin-right: 25px;}
.news_li2 ul li span{color: rgba(9, 9, 9, .6);}

@media screen and (max-width: 768px) {
	.news_li2 ul li{width: 100%;font-size: 1.4rem;line-height: 2.4rem}
	.news_li2 ul li:nth-of-type(n+6){display: none}
}


.pro2{clear: both;margin-bottom: 4rem;}
.pro2_title{border-bottom: 1px solid #BCBCBC;padding: 1.5rem 0;margin-bottom: 2.5rem}
.pro2_title h3{font-size: 3.6rem;color: #303030;font-weight: bold;text-indent: 2.5rem;}
.pro2_title h3:hover{color: #EB1C24}

.pro2_content{margin-bottom: 40px}
.pro2_content img{max-width: 45%;float: left;height: auto}
.pro2_content .pro2_content_x{width: 50%;float: right;}
.pro2_content .pro2_content_x h3{font-size: 30px;color: #303030;font-weight: bold;line-height: 36px;padding: 20px 0 30px;}
.pro2_content .pro2_content_x p{font-size: 24px;color: #303030;line-height: 40px;font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;margin-bottom: 20px;}

.pro2_list {max-width: 1460px;margin: 0 auto;width: 100%;padding: 0 40px}
.pro2_list li{width: calc(25% - 18px);max-width: 347px;float: left;overflow: hidden;margin-right: 24px;}
.pro2_list li:last-of-type{margin-right: 0}
.pro2_list li .products_listi_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.pro2_list li .products_listi_img img{max-width: 100%;height: auto;transition: all .6s;/*position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);*/}
.pro2_list li:hover .products_listi_img img{transform: scale(1.1);}
.pro2_list li p{line-height: 55px;text-align: center;font-size: 24px;color: #303030;background: #E5E5E5}
.pro2_list li:hover p{color: #EB1C24}
@media screen and (max-width: 1199px){
	.pro2_content .pro2_content_x h3{font-size: 24px;}
	.pro2_content .pro2_content_x p{font-size: 20px}
}
@media screen and (max-width: 991px){
	.pro2_content .pro2_content_x h3{font-size: 20px;padding: 10px 0 20px}
	.pro2_content .pro2_content_x p{font-size: 16px;margin-bottom: 10px}

	.pro2_list li{width: calc(50% - 18px);margin-right: 24px;margin-bottom: 20px}
	.pro2_list li:nth-of-type(2n){margin-right: 0}
}
@media screen and (max-width: 767px){
	.index_title {margin-bottom: 40px}
	.pro2_content img{width: 100%;float: initial;margin: 0 auto;max-width: 100%;height: auto;}
	.pro2_content .pro2_content_x{width: 100%}
	.pro2_content .pro2_content_x h3{font-size: 20px;padding: 10px 0 20px}
	.pro2_content .pro2_content_x p{font-size: 16px;margin-bottom: 10px}

	.pro2_title h3{font-size: 26px}
	.pro2_list li p{font-size: 18px}
}
@media screen and (max-width: 599px){
	.pro2_list{padding: 0}
	.pro2_list li{width: 100%;margin-bottom: 20px;max-width: initial;margin-right: 0}
}