@charset "utf-8";
html {font-size:625%;}
body {font-size:14px;background:#FFF;}
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure {margin:0;padding:0;}
body, html, input, button, textarea {color:#000;font-family: "Microsoft YaHei", 'opensans',Arial, Helvetica, sans-serif;line-height:1.5;border: 0;}
body{background-color: #fff;}
article, aside, figcaption, figure, footer, header, main, nav, section {display:block;}
h1 {font-size:20px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4, h5 {font-size:14px;}
img {border:none;vertical-align:middle;max-width:100%;}
li {list-style:none;}
i, em {font-style:normal;}
a {color:#000;text-decoration:none;}
a:focus {outline:none;}
a:hover {color:#e60012;text-decoration:none;}
input[type="text"]:focus {outline:none;}
input[type="button"], input[type="reset"], input[type="submit"] {cursor:pointer;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border:none;padding:0;}
hr {height:1px;border:none;border-top:1px dashed #c1c1c1;margin:15px 0 15px 0;}
a:active, select, input, textarea {-webkit-tap-highlight-color:rgba(0, 0, 0, 0);-webkit-tap-highlight-color:transparent;outline:0!important;}
* {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;outline: 0;}
.clearfix{clear: both;}



/*top*/
.top{
	width: 100%;
	height: auto;
}
.logo{padding: 15px 0 0 0;}
.nav ul li{
	float: left;
}
.nav ul li a{
	font-size: 16px;
	color: #000;
	font-family: "微软雅黑";
	display: block;
	padding: 40px 28px;
	background-color: #fff;
	transition: 1s;
}
.nav ul .cur a{background-color: #e60012;
	color: #fff;}
.nav ul li a:hover{
	background-color: #e60012;
	color: #fff;
	text-decoration: none;
}

/*手机端导航*/
.sp_header{height:50px;overflow:hidden;background:#fff;;position:fixed;z-index:9999;width:100%;display: none;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#db372e;;;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.nav-xs{width:100%;position:fixed;left:0;top:50px;background-color:#eee;display:none;z-index: 9999;}
.nav-xs li a{display:block;color:#4d4d4d;text-align:center;line-height:24px;padding:10px 0;border-bottom:solid 1px #ddd;}
.nav-xs li a:hover{color:#db372e;}
.nav-xs{ display:none;}

.banner{ width:100%; text-align:center;}

/*banner*/
.swiper-container {
	width: 100%;
    height:auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*search*/
.search{
	width: 100%;
	height: auto;
	padding: 20px 0;
	background-color: #f2f2f2
}
.search_1 span{
	float:left;
	color:#e60012;
	font-family: "微软雅黑";
	font-size: 16px;
	padding: 10px 0;
}
.search_1 ul li{
	float:left;
	padding: 10px 10px;
}
.search_1 ul li a{
	color: #444444;
	font-size: 14px;
}
.search_2 input[type='submit']{
	width:40px; 
	height:40px; 
	background:url("../images/search.png") no-repeat;
	border:0; 
	float:right
}
.search_2 input[type='text']{
	float:right;
	border: solid 1px #e60012;
	background-color: #f2f2f2;
	height:40px; 
	padding-left:6px;
}


/*title*/
.title{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
/*product*/
.product{
	width: 100%;
	height: auto;
	padding:60px 0;
}
.pro_nav{
	width: 100%;
	height:auto;
	padding: 30px 0 20px 0;
	overflow: hidden;
}
.pro_nav ul li{float: left;}
.pro_nav ul li a{
	font-size: 16px;
	padding: 0 50px 0 0;
}
.pro_index{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0;
}
.pro_index a{
	font-size: 16px;
	font-family: "微软雅黑";
}

.pro_img_index{ cursor: pointer; overflow: hidden; position: relative; border:solid #eee 2px; margin-bottom:6px;}
.pro_img_index img{width:100%;top: 0;position: relative;left: 0; -webkit-transition: -webkit-transform 0.6s; -moz-transition: -moz-transform 0.6s; -o-transition: -o-transform 0.6s; transition: transform 0.6s}
.pro_img_index img:hover{ -webkit-transform: scale(1.1);-moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1);}

/*pro*/
.description{
	width: 100%;
	height: auto;
	padding: 20px 0; 
	border: solid 1px #ededed;
	overflow: hidden;
	margin-top: 20px;
}
.pro_right span{
	font-size: 24px;
	color: #454545;
	font-family: "微软雅黑";
}
.pro_right p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑";
	margin-top: 20px;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #ededed;
	margin-bottom:15px;
}
.tel-1-t1{
    width: 114px;
    height: 44px;
    background: #e60012;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.tel-1-t1 a{
	color: #fff;
	display: block;
}
.tel-1-t1 a:hover{
	color:#fff;
	text-decoration: none;
}
.tel-1-t2{
    height: 56px;
    padding-left: 70px;
    background: url("../images/dh.png") no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
	padding-top:8px;
}
.tel-1-t2 p {
    line-height: 24px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.cpjj{
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
	margin-top: 30px;
}
.cpjj span {
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid #e60012;
	font-family: "微软雅黑";
}
.cpjj em {
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
	font-family: "微软雅黑";
}

/*messages*/
.messages{
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.messages span{
	background-color: #e60012;
	color: #fff;
	padding: 40px;
	font-size: 24px;
}
.liuyan{
	margin-bottom: 20px;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.messages input{
	border: solid 1px #e5e5e5;
	padding: 0px;
	width: 100%;
	height: auto;
	margin-top:6px;
	padding:4px 5px 4px 3px;
}
.messages input[type="submit"] {
    width: 132px;
    height: auto;
    background-color: #e60012;
    color: #fff;
    border: none;
    margin-top: 10px;
    font-weight: bold;
	margin-bottom: 20px;
	padding:5px 0 5px 0;
}
.messages textarea{
	width: 100%;
    min-height: 120px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
	margin-top:6px;
}
.messages_box{margin-bottom: 16px;}


/*advantage*/
.advantage{
	width:100%;
	height: auto;
	background-color: #f2f2f2;
	padding: 60px 0; 
}

/*about*/
.about{
	width: 100%;
	height: auto;
	background:url("../images/about_bg.png") no-repeat center;
	padding: 60px 0 150px;
	margin-top: 10px;
	text-align: center;
}
.about p{
	color: #fff;
	font-size: 16px;
	font-family: "微软雅黑";
	margin: 60px 0;
	line-height: 28px;
	padding: 0 100px; 
}
.about_bt a{
	background-color: #e60012;
	color: #fff;
	font-size: 14px;
	padding: 10px 30px;
	border-radius: 20px;
	border: solid 1px #e60012;
}
.about_bt a:hover{
	border: solid 1px #e60012;
	color: #e60012;
	background: none;
	text-decoration: none;
}

/*news*/
.news{
	width: 100%;
	height: auto;
	padding: 60px 0;
}
.f_dt{
	border-bottom: 1px solid #cccccc;
	margin-bottom:  10px;
}
.f_dt h3 a{
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
}
.f_dt h3 a:hover{
	color: #e60012;
	text-decoration: none;
}

.dtcon dd h4 {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    margin-bottom: 2px;
}
.dtcon dd h4 a {
    font-size: 18px;
    display: block;
    color: #333333;
    font-weight: normal;
}
.dtcon dd h4 a:hover{
    color: #e60012;
	text-decoration: none;
}
.dtcon dd p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-bottom: 5px;
}
.dtcon dd span {
    display: block;
    padding-left: 20px;
    background: url("../images/time.png") no-repeat 0 5px;
    font-size: 12px;
    color: #999999;
    height: 24px;
    line-height: 24px;
	font-family: "微软雅黑";
}
.wdcon dl dt{
	height: 32px;
	line-height: 32px;
	margin-bottom: 16px;
	overflow: hidden;
	font-size: 16px;
	color: #4444444;
	font-weight: normal;
}
.wdcon dt a{
	color: #444444;
	background: url("../images/wen.png") no-repeat;
	padding-left: 42px;
	display: block;
}
.wdcon dd {
	font-size: 14px;
	padding-left: 42px;
	background: url("../images/da.png") no-repeat;
	line-height: 24px;
	color: #666666;
	height: 48px;
	overflow: hidden;
}

/*link*/
.link{
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}
.line{
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.link_title h1{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	font-family: "微软雅黑";
	border-left: 3px solid #e60012;
	padding-left: 10px;
}
.link_title h1 span{
	color: #999999;
	font-weight: normal;
	padding-left: 10px;
}
.link ul li{float: left;padding: 10px 25px 0 0;}
.link ul li a{
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
}
.link ul li a:hover{
	color: #e60012;
	text-decoration: none;
}

/*foot*/
.foot_1{
	width: 100%;
	height: auto;
	padding: 30px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #cccccc;
}
.foot_1a{
	text-align: center;
	padding: 20px 0;
}
.foot_1a p{
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 20px;
}
.foot_1b h1{
	font-size: 20px;
	font-family: "微软雅黑";
	color: #000;
	padding-bottom: 10px;
}
.foot_1b p{ line-height:27px; font-size:15px;}
.foot_1b ul li{
	font-size: 14px;
	color: #333333;
	font-family: "微软雅黑";
	line-height: 30px;
}
.foot_1c h1{
	background-color: #e60012;
	border-radius: 20px;
	width: 150px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 0;
}
.foot_1c h4{
	font-size: 24px;
	font-weight: bold;
	color: #e60012;
}
.foot_1d{
	text-align: center;
}
.foot_1d p{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.foot_2{
	width: 100%;
	height: auto;
	padding: 10px 0;
	background-color: #f5f5f5;
	text-align: center;
	font-size: 12px;
	color: #666666;
}

/*location*/
.location {
	width: 100%;
	height: auto;
	padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
	margin:10px 0;
}
.location b{
    border-left: 10px solid #e60012;
    font-weight: normal;
    padding-left: 8px;
}

/*product center*/
.cplb_title{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
}
.cplb_title h4{
	font-size: 24px;
    font-weight: normal;
	color: #666;
	margin-top: 20px;
}
.cplb_title span {
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #e60012;
}
.pro_list {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 10px;
    background: #fff;
	margin-top:10px;
}
.pro_list:hover{
	border: 1px solid #e60012;
}

.pro_list img{ width:260px; height:260px;}
.pro_list h4 a{
    display: block;
    color: #727272;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: "微软雅黑";
	padding-left: 10px;
}
.pro_list h4 a:hover{
	color: #e60012;
	text-decoration: none;
}
.cplb_con {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 12px;
    overflow: hidden;
	font-family: "微软雅黑";
	padding: 0 10px;
}
.cplb_con a{
	color: #666;
	font-family: "微软雅黑"
}
.cplb_con a:hover{
	color: #e60012;
	text-decoration: none;
}
.pro_left h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
	background: #e60012;
}
.pro_left ul li {
    line-height: 50px;
    background: url(images/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
}
.pro_left ul li a {
    display: block;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}
.pro_left ul li:hover{
	background-color: #e60012;
}
.pro_left ul li a:hover{
	background-color: #e60012;
	color: #fff;
	text-decoration: none;
}

/*page*/
.page1{
	width:100%;
	height:auto; 
	margin:25px 0; 
	text-align:center
}
.page{margin:0; padding:0}
.page li{
	display:inline-block;
	margin-top:4px; 
	font-size:12px;
	margin-bottom:1px;
}
.page li a{
	display:block;
	padding:6px 12px 6px 12px; 
	background-color:#e60012; 
	border:solid #e60012 1px;
	color:#eee;
	font-family: "微软雅黑";
}
.page li a:hover{
	background-color:#fff;
	text-decoration:none; 
	color:#444;
}
.page li a:hover .txt_1{ color:#e60012;}


/*news*/
.news_right{
	width: 100%;
	height: auto;
	padding: 20px 0;
}
.news_con{
	width: 100%;
	height: auto;
	padding: 30px 0;
	border: 1px solid #ededed;
	margin-bottom: 20px;
}
.new-1 h4 a {
    display: block;
    height: 40px;
    color: #4b4a4a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-2{
    max-height: 72px;
    font-size: 14px;
    line-height: 24px;
    color: #797979;
    margin-bottom: 28px;
    overflow: hidden;
}
.more-1{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    float: right;
    background: #b6b6b6;
    color: #fff;
}
.news_con:hover .more-1{
    background: #e60012;
    border-color: #e60012;
}
.news_con:hover {
    border: 1px solid #e60012;
}
.news_con:hover h4 a {
    color: #e60012;
	text-decoration: none;
}
.new_detail{
	width: 100%;
	height: auto;
	margin-bottom:15px;
}
.new_detail h1{
    font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    color: #4b4a4a;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new_detail h4{
    font-size: 12px;
    text-align: center;
    color: #aaa;
    margin-bottom: 20px;
	font-family: "微软雅黑";
}
.new_detail p{
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 24px;
	text-indent: 2em;
}
.new_detail h6{text-align: center;}

.related{
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.related h1{
    font-size: 24px;
    color: #4b4a4a;
}
.related ul li{
	border-top: dashed 1px #ddd;
}
.related ul li a{
	line-height: 36px;
	font-size: 14px;
	color: #666;	
	padding: 10px 0;
}
.related ul li a:hover{
	color: #e60012;
	text-decoration: none;
}
.next{
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #e60012;
}
.next a{
	color: #4b4a4a;
}
.next a:hover{
	color: #e60012;
	text-decoration: none;
}
.next em {
    float: right;
    font-style: normal;
    padding-left: 20px;
    font-weight: normal;
}
.next span {
    width: 60px;
    height: 32px;
    background: #e60012;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}
/*about*/
.introduction{
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.intro_con{
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
}
.intro_title{
	padding: 20px;
}
.intro_title h3 {
    height: 60px;
    font-size: 30px;
    line-height: 38px;
    color: #3c3c3c;
}
.intro_title h3 span {
    font-size: 22px;
    float: right;
}
.intro_title h3 span b {
    color: #e60012;
}
.intro_title h3 em {
    font-family: Arial;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 18px;
    color: #969696;
    font-style: normal;
    display: block;
}
.intro_text{
	padding: 0 20px 30px 20px;
}
.intro_text p{
	font-size: 14px;
	color: #666;
	line-height:28px;
}
/*about_category*/
.about_category{
	width: 100%;
	height: auto;
	padding: 30px 0;
}
.about_l a{
	font-size: 16px;
	color: #666;
	display: block;
	padding: 16px;
	background: #f0f0f0;
}
.about_l p{
	text-align: center;
	margin: 0;
}
.about_l a:hover{
	background: url("../images/p16-icon6.png") no-repeat bottom center #e60012;
	color: #fff;
	text-decoration: none;
}
#fixed{background: url("../images/p16-icon6.png") no-repeat bottom center #e60012;color: #fff;}

/*honor*/
.honor{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

/*sales*/
.sales{
	width: 100%;
	height: auto;
	padding: 40px 0;
}
.sales-1{
	width: 100%;
	height: auto;
	padding: 15px;
}
.sales-1 div{ font-size:16px; line-height:30px; padding-top:10px;}
.sales-1 h2{
	color: #e60012;
	font-weight: bold;
	font-size: 18px;
	font-family: "微软雅黑";
	
}
.sales-1 ul li{
	padding: 12px 0;
	font-size: 16px;
	font-family: "微软雅黑";
}
/*contact*/
.contact{
	width: 100%;
	height: auto;
}
.con_1{
	width: 100%;
	height: auto;
	margin: 20px 0;
	text-align: center;
	border: 1px solid #eee;
	padding:20px 20px 2px 20px;
	min-height:246px;
}
.con_1 h4{
	font-size: 18px;
	color: #222222;
	font-family: "微软雅黑";
}
.con_1 p{
    display: block;
    font-size: 16px;
    color: #333;
    margin-top: 15px;
	line-height:28px;
}
.map{
	width:100%;
	height:auto;
	padding:40px 0;
}
.clearfix-right{
	width:100%;
	height:auto;
	background-color:#fff;
}
.content{
	padding:32px;
	overflow:hidden;
}
.content h1{
	font-size:36px;
	color:#e60012;	
	font-weight:bold;
}
.content span{
	color: #000;
	font-size: 30px;
	font-family: "微软雅黑";
}
.content h2{
	color:#e60012;	
	font-size:24px;
	font-weight:bold;
	border-bottom:1px solid #ededed;
	padding-bottom:20px;
}
.content p{
	font-size:16px;
	color:#999;
	padding:30px 0;
}
.zixun {
	margin:22px 0;
}
.zixun a{
	background-color:#e60012;
	border: solid 1px #e60012;
	color:#FFF;
	font-size:18px;
	padding:10px;
}
.zixun a:hover{
	background-color: #fff;
	border: solid 1px #e60012;
	color: #e60012;
	text-decoration: none;
}
.magic-tab-head {
    width: 100%;
    height: auto;
    background-color: #fff;
}
.magic-tab-head ul li{
    width: 25%;
    font-size: 24px;
    padding: 20px;
    cursor: pointer;
    float: left;
    color: #fff;
	background-color:#cccccc;
	text-align:center;
	border:solid 1px #fff;
}
.magic-tab-head ul li span{
	font-size:36px;
	font-weight:bold;
	padding-right:10px;
}
.clearfix2,.clearfix3,.clearfix4{display: none;}
.cur{
	background-color:#e60012 !important;
}
.repdd{
	padding:0! important;
}
.application{
	width: 100%;
	height: auto;
	padding: 30px 0;
}

/*workshop*/
.workshop{
	width: 100%;
	height: auto;
	padding: 10px 0 30px;
}
.shop {
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
	padding: 10px;
}
.shop_title p{
	background-color: #f0f0f0;
	color: #4b4a4a;
	padding: 10px ;
	text-align: center;
}

.BMap_Marker div img{max-width:initial}
.BMapLabel{max-width:initial}
.BMap_pop img{max-width:initial}
.BMap_shadow img{max-width:initial}

/**/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num{ text-align:center; margin-left:3px;}
.page-num, .page-link {
	position: relative;
	padding: 5px 10px 5px 10px;
	color: #e60012;
	border: 1px solid #e60012;
	display: inline-block;
	text-decoration:none;
	font-size:12px;
	margin-top:5px;
	margin-bottom:10px;
}
a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #e60012;
	border-color: #e60012;
}
.page-num-current:hover {
	color: #fff;
}
.text-secondary{ padding-top:20px;}

.artinfo{ width:100%; line-height:24px; font-size:14px;}

/**/
.pro_left_2 h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
	background: #e60012;
}

.pro_left_2 .first {
	border-bottom: 1px solid #ddd;
	background-color:#efefef;
	font-size:15px;
	color:#ea2f36
}
.fa-bars{ margin-top:2px; display:none}
.pro_left_2 .d-firstNav span {
  display: inline-block;
}
.pro_left_2 .d-firstNav .active a{ color:#f30}
.pro_left_2 .d-firstNav i.fr {
  font-size: 18px;
  margin-top:4px;
  float:right;
  /*display:none;*/
}
.pro_left_2 .s-secondNav,
.pro_left_2 .s-secondItem {

}
.d-firstNav{ padding:7px 6px 7px 15px;}
.s-secondNav:hover,.d-firstNav:hover{
	background-color:#ccc;cursor: pointer
}
.pro_left_2 .d-secondDrop {
  margin-left: 100px;
  margin-top: 10px;
}
.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
  border-top: 1px solid #ccc;
}
.s-secondItem{ border-bottom:dotted #d2d2d2 1px; padding:8px 0 7px 18px; font-size:14px;}
.fa-minus-square-o{ margin-top:4px; margin-right:8px;}
.pro_left_2 .s-firstDrop .on a{ color:#ea2f36}

/**/
.pro_img img{ width:100%;}
.pro_pdf{ width:100%; padding-top:2px; padding-bottom:18px;}

.dtcon img{ width:100%}

.new-1{ height:auto}
.new-1 h4{ padding-bottom:0}


/*悬浮链接*/
.suspension{position:fixed;z-index:55;right:0;bottom:85px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#353535;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#F05352;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../images/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../images/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../images/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../images/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../images/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../images/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}

/**/
.nav_bottom{ width:100%; border-bottom:solid #ccc 1px; text-align:center;}
.nav_bottom ul li{ float:none; display:inline-table; padding:10px 25px 0 25px;}



/*媒体查询*/
@media (max-width:768px){
	.top{display: none;}
	.sp_header{display: block;}
	.swiper-container{padding-top: 50px!important;}
	.search{display: none;}
	.product{padding:20px 0;}
	.title{margin-bottom:10px;}
	.pro_nav{display:none;}
	.advantage{padding:20px 0;}
	.content{padding:10px;}
	.content p{padding:0px;}
	.magic-tab-head ul li span{font-size:30px;}
	.magic-tab-head ul li{font-size:14px;}
	.application{padding:20px 20px;}
	.about p{margin:0;padding:0;font-size:14px;}
	.about_bt{margin-top:30px;}
	.about{padding:40px 0;}
	.news{padding:20px 0;}
	.foot_1a{text-align:left;padding:0;}
	.foot_1d{text-align:left;}
	.intro_title h3{font-size:24px;margin-bottom:80px;}
	.intro_title{padding:0 10px ;}
	.intro_text { padding: 0 10px 0px 10px;}
	.about_category{padding:0px;}
	.contact{padding:20px 0 20px;}
	.map{padding:10px 0;}
	.con_1{margin: 10px 0;}
	.related{padding:10px 0}
	.new_detail{margin-bottom:0}
	.next{margin-bottom:0}
	.honor_index{padding: 10px 0;}
	.sales-1 h2{padding: 0;}
	
	.nav_bottom{ display:none}
	/*#newBridge{ display:none}
	#newBridge .nb-middle{ display:none}
	#newBridge .nb-icon-wrap{ display:none}
	#newBridge .nb-invite-wrap-0{ display:none}
	#newBridge #nb_toolbar_wrap{ display:none}*/
	.kf_xs{ display:none;}
}
@media (min-width:768px) and (max-width:992px)
{
    .nav_bottom ul li{ padding:10px 15px 0 15px;}	
}

@media (min-width:992px) and (max-width:1200px)
{

	}