*{margin:0;padding:0;box-sizing: border-box;}
body{font-family:"微软雅黑";
	font-size:15px;
}
ul{list-style: none;}
a{text-decoration:none;}
a:focus{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.lt{float:left;}.rt{float:right;}
.boBox{
	width:1200px;
}
html,body{height:100%;}
html{font-size:62.5%; } body{font-size:15px;font-size:1.5rem ; }
.ceng{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:none;}
/* 固定导航条 */
			

.navbar{
	background:rgba(197,200,202,0.6);
	margin:0;
	border:none;

}
#navbarTop{transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.navbar-default .navbar-nav > li > a{color:#d6000e;}
.navbar-default .navbar-nav > li > a:hover{color:#d6000e;}
.navbar-default .navbar-nav > li > a:focus {color: #d6000e;}
#togg{
	color: #d6000e;
	font-size: 24px;
	padding: 0;
	position: relative;top: 5px;
}
.navTop{
	display:inline-block;
}
.sige .navTop > li > a:hover{color:#9b030e;}
body .navTop > li > a{padding-bottom:0;}
.collapse.in{background:rgba(199,206,216,0.6);}
.dropdown-menu{/** 二级菜单 */
	background:rgba(214,0,15,0.6);
	text-align: center;
}
.dropdown-menu li a{
	line-height:38px;
	color:#FFF;
	font-size: 16px;
}
.dropdown-menu li a:hover{
	background:rgba(255,255,255,0.6);
	color:rgb(214,0,15);
}
.has-feedback .form-control{
	border:none;
	background:none;
	border-radius: 0;
	box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
	padding:0 3px;
	height:26px;
	color:#FFF;
}
.searchBox{width:49px;padding-bottom: 23px;position: relative;overflow: hidden;}
#kwBox{}
#kw{
	height:26px;
	line-height:26px;
	width:110px;
}
input#kw::-webkit-input-placeholder{
	color:#d6000f !important;
}
.sousuo{
	color:#d6000f;margin:0 20px 10px 20px;padding:0;position:relative;top:11px;right:-174px;width:140px;border-bottom:1px solid #d6000f;}

#searchsA{position: absolute;top:-1px;right:0;display: block;}
.form-control-feedback{cursor:pointer;}

.navbar-collapse{z-index: 999;}

/*面包屑导航 开始*/
#navBar{background:rgba(246,170,0,0.7);border-radius: 0;}
#navBar .container{height:100%;margin-bottom: 0;}
.breadcrumb{background:none;padding:0 20px;margin:0;border-radius:0;}
.breadcrumb li a{color:#fff;}
.breadcrumb > li + li:before {
	color: #fff;
	content: "一一";
	padding: 0 8px 0 5px;
}
.breadcrumb .fa-home{}
/*面包屑导航 结束*/


/*标签切换效果 开始*/
.main{padding:0;}
.main .main_nav{width:100%;background:#fff;border-bottom: 1px solid #cccccc;}
.main .main_nav ul{float: right;margin-bottom: 0;}
.main .main_nav ul li{display: inline-block;}
.main .main_nav ul li a{width:100%;display: inline-block;text-align: center;color:#5c5c5c;border-bottom: 2px solid transparent;}
.main .main_nav ul li.hover a{border-bottom: 2px solid #d50f1e;}
.main .main_con{width:100%;background:#f0f0f0;position:relative;}
.main .main_con .con_list{width:100%;}
.slideTxtBox>.hd ul li.on a{border-bottom: 2px solid #d50f1e; outline: none;font-weight: 600;}
.slideTxtBox .hd{}
.slideTxtBox>.hd ul li{ cursor:pointer;  }
.slideTxtBox>.bd>div{zoom:1;  }

/*
.main .main_con .con_list ul{width:100%;overflow: hidden;}
.main .main_con .con_list ul li{width:100%;overflow:hidden;float:left;list-style:none;display: block;}
.main .main_con .con_list ul li a{width:70%;padding:0 15% 0 15%;color:#1a1a1a;text-align:left;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.main .main_con .con_list ul li a:hover{background: #e4b9b9;color:#1a1a1a;text-decoration: none;}
*/



/*公司简介*/
.con_list section{padding:3% 0;}
.sectionOne{background: #fff;}
.sectionOne .container .col-md-6{}
.sectionOne .container .col-md-6 > img{width:100%;}
.con_list_wen h4{color:#343434;margin-top:0;font-weight: 600;}
.con_list_wen p{color:#656565;}

/*企业文化*/
.sectionTwo{background: #f8f8f8;}
.sectionTwo h3{color:#f6aa00;margin-bottom: 3%;}
.sectionTwo_box{border:2px solid #f6aa00;position: relative;}
.sectionTwo_box .col-md-4{border-right:1px dashed #d2d2d2;position: absolute;top:0;bottom:0;left:0;margin: auto;}
.sectionTwo_box .col-md-8{position: absolute;top:0;bottom:0;right:0;margin: auto;}
.sectionTwo_box .col-md-8 h4{color:#333333;font-weight: 600;}
.sectionTwo_box .col-md-8 p{color:#676767;}

/*发展历程*/
.stHistory{width:100%;overflow: hidden;position: relative;}

.stHistory > .swiper-container {}
.stHistory .swiper-wrapper{position: relative;}
.stHistory .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	position: relative;
	border-bottom: 1px dashed #d1d1d1;
	/* 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;
	overflow:visible;

}
.stHistoryBox{position: absolute;bottom:27px;left:50%;
    /*
	transform:translate(-50%,0);
	-webkit-transform:translate(-50%,0);
    */

	transition: all 0.2s;
	-moz-transition: all 0.2s;	/* Firefox 4 */
	-webkit-transition: all 0.2s;	/* Safari 和 Chrome */
	-o-transition: all 0.2s;

	transform-origin:bottom center;
	-ms-transform-origin:bottom center;
	-webkit-transform-origin:bottom center;
	-o-transform-origin:bottom center;
}
.stHistoryBox:hover{
	-ms-transform: scale(1.1,1.1); /* IE 9 */
	-webkit-transform: scale(1.1,1.1); /* Safari */
	transform: scale(1.1,1.1); /* 标准语法 */

	box-shadow: 1px 6px 16px #b3b2b2;
	-moz-box-shadow: 1px 6px 16px #b3b2b2;/*firefox*/
	-webkit-box-shadow: 1px 6px 16px #b3b2b2;/*webkit*/

}


.stHistoryBox ul{padding:15px 18px 5px 18px;border:1px dashed #e24c57;border-bottom:0;margin-bottom: 0;height:130px;}
.stHistoryBox ul li{margin-bottom: 8px;padding-left:8px;background: url("../img/liDian.png") no-repeat left 7px;color:#656565;}
.stHistoryBox p{height:40px;line-height: 40px;background: #e24c57;color:#fff;font-size: 18px;margin-bottom: 0;position: relative;}
.stHistoryBox p i{position: absolute;left:50%;bottom:0;width: 0;height: 0;margin:0 0 -10px -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e24c57;
}
.stYuan{width:14px;height:14px;background: #e24c57;position: absolute;left:50%;bottom:0;margin:0 0 -7px -7px;
	border-radius: 50%;-moz-border-radius:  50%; -webkit-border-radius:  50%;
}
.stHistory .swiper-button-next{background: url("../img/st_next.jpg") no-repeat 0 center;margin-top: 0;right:0;}
.stHistory .swiper-button-prev{background: url("../img/st_prev.jpg") no-repeat 0 center;margin-top: 0;left:0;}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{background: url("../img/st_dis.jpg") no-repeat 0 center;opacity: 1;}


#stHonor,#stHonorPatent{position: relative;}

#stHonor .swiper-button-next, #stHonor .swiper-button-prev{margin-top: -48px;}
#stHonor .swiper-button-next:hover, #stHonor .swiper-button-prev:hover{opacity: 0.8;}
#stHonor .swiper-button-next{right:-28px;background: url("../img/btn_right_on.png") no-repeat center center;}
#stHonor .swiper-button-prev{left:-28px;background: url("../img/btn_left_on.png") no-repeat center center;}
#stHonor .swiper-button-next.swiper-button-disabled{background: url("../img/btn_right.png") no-repeat center center;opacity: 1;}
#stHonor .swiper-button-prev.swiper-button-disabled{background: url("../img/btn_left.png") no-repeat center center;opacity: 1;}


#stHonorPatent .swiper-button-next, #stHonorPatent .swiper-button-prev{margin-top: -48px;}
#stHonorPatent .swiper-button-next:hover, #stHonorPatent .swiper-button-prev:hover{opacity: 0.8;}
#stHonorPatent .swiper-button-next{right:-28px;background: url("../img/btn_right_on.png") no-repeat center center;}
#stHonorPatent .swiper-button-prev{left:-28px;background: url("../img/btn_left_on.png") no-repeat center center;}
#stHonorPatent .swiper-button-next.swiper-button-disabled{background: url("../img/btn_right.png") no-repeat center center;opacity: 1;}
#stHonorPatent .swiper-button-prev.swiper-button-disabled{background: url("../img/btn_left.png") no-repeat center center;opacity: 1;}


/*标签页第二页*/
.topHonor{display:inline-block;border-bottom: 4px solid #d6000f;}
.stHonor{width:90%;margin: 0 auto;}
.stHonor .swiper-container{padding-bottom: 50px;}
.stHonor .swiper-wrapper{}
.stHonor .swiper-slide{width: 100%;}
.stHonorBox{width: 86%;height:100%;margin: 0 auto;}
.stHonor .thumbnail{width:100%;border:0;padding:15px 0 0 0;margin-bottom:28px;}

#stHonor .wenHua_img img{width:80%;display: inline-block;}


.stHonorBox .stHonorBox_img{width: 76%;margin:0 auto 15px auto;overflow: hidden;}
.stHonor .thumbnail img{}
.stHonorBox_img img{
	border:none;
	display: block;
	margin: 10px auto;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */
}
.img_on{
	-ms-transform: scale(1.15,1.15); /* IE 9 */
	-webkit-transform: scale(1.15,1.15); /* Safari */
	transform: scale(1.15,1.15); /* 标准语法 */
}
.stHonor .thumbnail .caption{padding:4% 5% 4% 5%;margin:0;color:#fff;line-height: 22px;background: #ccc;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.stHonor .thumbnail .caption p{margin-bottom: 0;height:44px;overflow: hidden;}
.stHonor .thumbnail:hover .caption{background: #e24c57;color:#fff;}
.stHonor .thumbnail:hover{
	box-shadow: 2px 8px 28px #b3b2b2;
	-moz-box-shadow: 2px 8px 28px #b3b2b2;/*firefox*/
	-webkit-box-shadow: 2px 8px 28px #b3b2b2;/*webkit*/
}

.stHonor .swiper-pagination .swiper-pagination-bullet{border-radius: 0;margin:0;background: #868282;}
.stHonor .swiper-pagination .swiper-pagination-bullet-active{top:0;background: #e24c57;border-radius: 20px;}
.stHonor .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0;}
.stHonor .swiper-pagination .swiper-pagination-bullet:first-child{border-bottom-left-radius: 20px;border-top-left-radius: 20px;}
.stHonor .swiper-pagination .swiper-pagination-bullet:last-child{border-bottom-right-radius: 20px;border-top-right-radius: 20px;}

/*专利*/
#stHonorPatent{width:90%;}
#stHonorPatent .swiper-slide{display: block;} /*去除框架默认样式，否则子元素总是float成一行*/

#stHonor .swiper-slide{display: block;} /*去除框架默认样式，否则子元素总是float成一行*/
.stHonorPatentBox{border:2px solid #f6aa00;position: relative;}
.stHonorPatentBox .col-md-4{border-right:1px dashed #d2d2d2;position: absolute;top:0;bottom:0;left:0;margin: auto;}
.stHonorPatentBox .col-md-8{position: absolute;top:0;bottom:0;right:0;margin: auto;}
.stHonorPatentBox .col-md-8 h4{color:#333333;font-weight: 600;}
.stHonorPatentBox .col-md-8 p{color:#676767;}
#stHonorPatent .wenHua_img img{width:70%;display: inline-block}

.stHonorPatentBox{margin:20px;}
.stHonorPatentBox .col-md-8 p{text-align: left;}
.stHonorPatentBox:hover{background: #f6ab00;}
.stHonorPatentBox:hover p{color: #fff;}

#stHonorPatent .swiper-pagination .swiper-pagination-bullet-active{background: #f6ab00;}
#stHonorPatent .swiper-pagination-bullet-active{border:1px solid #f6ab00}

#stHonor .stHonorPatentBox{border:2px solid #e24c57;position: relative;}
#stHonor .stHonorPatentBox:hover{background: #e24c57;}

/*标签切换效果 结束*/

/*企业新闻和行业动态  开始*/
.companyNews_header{}
.companyNews_header h3{color:#4b4b4b;font-weight: 600;}
.companyNews_header p{color:#8c8c8c;padding-top: 5px;}
.companyNews section{color:#464646;}
.companyNews section .companyNews_img{margin: 0 auto;}
.companyNews section .companyNews_img img {display:inline-block; }
.companyNews .companyNews_img p {color: #666;text-justify: distribute;text-align: justify;}
.companyNews .companyNews_p{margin: 5% 0 0 0;}
.companyNews .companyNews_p a{color:#4c4c4c;}
.companyNews_link{width:92%;margin: 0 auto 20px auto;}
.companyNews_link span{color:#b6b6b6;}
#companyNews_link a{color:#b6b6b6;height: inherit;line-height: normal;background:none;float: none;padding-left: 0;}
#companyNews_link a:hover{color:#666;}
/*相关新闻*/
.relatedNews h4{color:#333333;}
.relatedNews ul li{width:100%;display: block;}
.relatedNews ul li a{width:100%;display: block;border-bottom: 1px solid #c6c6c6;color:#494949;}
.relatedNews ul li a p{width:70%;height:100%;float:left;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relatedNews ul li a span{height:100%;float:right;display: block;text-align: right;}
.relatedNews ul li a:hover{color:#d44348;}

/*行业新闻*/
.tradeNews{width:100%;}
.tradeNews .row{border-bottom: 1px dashed #f9c34c;position: relative}
#tradeNews1 .row{border-bottom: 1px dashed #eaeaea;}
.tradeNews .row:last-child{border-bottom:none;}
.tradeNews .row .col-md-4{height:100%;text-align: center;overflow: hidden; }
.tradeNews .row .col-md-4 a{display: block;margin: 0 auto;width:100%;height:100%;overflow: hidden;position: relative;}
.tradeNews .row .col-md-4 img{width:100%;display:block;position: absolute;top:0;bottom: 0;left:0;right:0;margin: auto;
	transition: 0.5s;
	-moz-transition: 0.5s; /* Firefox 4 */
	-webkit-transition: 0.5s; /* Safari 和 Chrome */
	-o-transition: 0.5s; /* Opera */

}
.tradeNews .row .col-md-8{height:100%;padding-left:3%;position: relative;}
.tradeNews_top{width:95%;color:#333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.tradeNews_top a{color:#333333;display:block;}
.tradeNews_top a:hover{color:#d50f1e;}
.tradeNews_top span{color:#f6ab00;}
.tradeNews_time{color:#999999;}
.tradeNews_text{color:#666666;text-justify: distribute;text-align: justify;}
.tradeNews_text a{color:#666666;}
.tradeNews_text a:hover{color:#d50f1e;}
.tradeNews_more{color:#fff;vertical-align:top;text-align:center;border-radius:20px;background: #999999;display: block;position: absolute;bottom:0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tradeNews_more img{display: inline-block;margin-bottom: 2px;}
.tradeNews_more:hover{background: #d50f1e;color:#fff;}

/*分页*/
.tradePage{width:100%;text-align: center;margin: 2% auto;}
.tradePage .pagination{margin: 0;}
.tradePage .pagination > li > a{border:0;color:#a0a0a0;margin: 0 3px;}
.tradePage .pagination > li > a:hover{background: none;color:#e6666f;}
.tradePage .pagination > .active > a{background: none;border-bottom:2px solid #f6aa00;color:#a0a0a0;}
/*企业新闻和行业动态  结束*/

/*人才招聘和人才理念  开始*/
#talentConcept .thumbnail{border:none;width:90%;margin:0 auto;}
#talentConcept .row{margin-top:20px;}
#talentConcept .thumbnail h3{color:#333333;text-align: center;margin-bottom: 20px;}
#talentConcept .thumbnail p{color:#666666;text-align: center;}

/*标签切换效果  校园招聘 / 社会招聘 */
#myTabContent{margin:3% 0 0 0;}
#tabType>.nav-tabs > li.active > a,
#tabType>.nav-tabs > li.active > a:hover,
#tabType>.nav-tabs > li.active > a:focus{color: #666666;cursor: default;background-color: transparent;border-bottom:4px solid #d6000f;border-top:0;border-left:0;border-right:0;font-weight: 600;}
#tabType>.nav-tabs{text-align: center;border-bottom: 0;}
#tabType>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
#tabType>.nav-tabs > li > a {margin-right: 0;line-height: 1.42857143;border-bottom:4px solid transparent;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #666666;padding:0;}
#tabType>.nav-tabs > li > a:hover{background: none;}

/*标签切换效果  技术类 / 职能类 / 业务类 / 生产类 */
.jobType{width:100%;margin:0 auto;}
.jobType>.nav-tabs{width:100%;background:#f8bb33;text-align: center;}
.jobType>.nav-tabs > li.active > a,
.jobType>.nav-tabs > li.active > a:hover,
.jobType>.nav-tabs > li.active > a:focus{cursor: default;border-bottom:none;border-top:0;border-left:0;border-right:0;font-weight: 600;color:#fff;background: #f2971c;}
.jobType>.nav-tabs{text-align: center;border-bottom: 0;}
.jobType>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
.jobType>.nav-tabs > li > a {margin-right: 0; line-height: 1.42857143;border-bottom:none;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #fff;padding:0;display: block;}
.jobType>.nav-tabs > li > a:hover{background: none;}

#jobType_tab{margin-top: 2%;}
#jobType_tab .table > thead > tr,#jobType_tab .table > tbody > tr{background: url("../img/tab_bg.jpg") repeat-x 0 bottom;}
#jobType_tab .table > thead > tr > th,#jobType_tab  .table > tbody > tr > td{border:0;}
#jobType_tab .table > tbody > tr > td p{margin-bottom: 0;}
#jobType_tab .table > thead > tr > th{padding: 1% 2%;}
#jobType_tab .table > tbody > tr > td{padding: 1% 2%;}

#jobType2_tab{margin-top: 2%;}
#jobType2_tab .table > thead > tr,#jobType2_tab .table > tbody > tr{background: url("../img/tab_bg.jpg") repeat-x 0 bottom;}
#jobType2_tab .table > thead > tr > th,#jobType2_tab  .table > tbody > tr > td{border:0;}
#jobType2_tab .table > tbody > tr > td p{margin-bottom: 0;}
#jobType2_tab .table > thead > tr > th{padding: 1% 2%;}
#jobType2_tab .table > tbody > tr > td{padding: 1% 2%;}

.scrollDiv .table{min-width: 700px;}
.scrollDiv{overflow-x: scroll;overflow-y: hidden;
	-ms-overflow-style:none;/*隐藏滚动条  但是仍有滚动效果*/
	overflow:-moz-scrollbars-none;
}
.scrollDiv::-webkit-scrollbar{width:0} /*隐藏滚动条  但是仍有滚动效果*/

/*联系方式*/
.myTabContact{margin:0 auto;text-align: center;overflow: hidden;}
.myTabContact span{display: block;color:#333333;font-size: 15px;}
.myTabContact span img{margin-right: 20px;}
.myTabContact span a{color:#333333;}
.myTabContact span a:hover{color:#111;text-decoration: underline;}
/*人才招聘和人才理念  结束*/


/*质量安全和社会责任  开始*/
/*标准与法规*/
.quality1{margin-top:4%;color:#666666;background: url("../img/quBg.jpg") repeat-y center top;}
.quality1 h4{margin-bottom: 15px;}
.quality1 p{margin-bottom: 0;}
.quality1Box{margin: 0 auto;}

/*质量与安全*/
.quality2_title{width: 70%;margin:0 auto;color:#666666;text-align:center;}
.quality2{padding-left:15px;padding-right: 15px;margin-top: 20px;}
.quality2>div{padding-left:4px;padding-right:4px;}
.quality2Box{width: 100%;height:100%;position: relative;overflow: hidden;}
.quality2Box img{width: 100%;}
.quality2Box b{position: absolute;left: 0;top: 0;right: 0;bottom: 0;z-index: 5;background: rgba(0,0,0,0.5);display: none;}
.quality2Box:hover b{display: block;}

.quality2Box_div{width:100%;padding:0 3%;overflow:hidden;color:#fff;position: absolute;left:0;z-index: 6;text-justify: distribute;text-align: justify;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}

.quality2Box_tishi{width:100%;padding:0 5%;position: absolute;left:0;bottom:0;z-index: 9;background: rgba(0,0,0,0.5);color:#fff;}
.quality2Box_tishi span{display: block;float: right;position: absolute;right:5%;bottom:50%;}
.quality2Box_tishi span i{display:inline-block;background: #fff;border:0;font-style: normal;border-radius: 50%;}
.tishi_down{width: 100%;overflow:hidden;padding:5%;display: none;text-justify: distribute;text-align: justify;}


/*检测报告*/
.quality3{margin: 4% auto;width:80%;}
.baoGaoBox ul li {width: 100%;display: block;margin-top: 3%;}
.baoGaoBox_a {width: 100%;display: block;border-bottom: 1px solid #eeeeee;color: #999999;}
.baoGaoBox_wen {width: 60%;height: 100%;float: left;margin-bottom: 0;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.baoGaoBox_time {height: 100%;display: block;text-align: right;float: right;margin-bottom: 0;}
.baoGaoBox_time .chaKan{text-align: center;display: inline-block;border:1px solid #b7b7b7;}
.baoGaoBox ul li a:hover .baoGaoBox_wen{color:#d44348;}
.baoGaoBox ul li a:hover .chaKan{color:#fff;background: #e60012;border:1px solid #e60012;}
.baoGaoBox ul li a:hover span{color:#999999;}
.quality3 .tradePage{margin:0;}
.quality3 .tradePage .pagination{margin:3% auto 0 auto;}

/*社会捐赠*/
.duty{margin-bottom: 3%;}
.duty_top{width:100%;color:#fff;background: #f9c34c;padding:0 3%;margin-bottom: 3%;}
.duty_top_img{float: right;}
.duty_top_img img{vertical-align: middle;display: inline-block;}
.dutyType1{width:88%;margin:0 auto;}
.dutyType1 > li{width:100%;display: block;overflow: hidden;}
.dutyType1 > li .duty_year{width:25%;float: left;color:#666666;font-weight: 600;text-align: center;}
.dutyType1 > li .duty_wen{width:75%;float: right;}
.duty_wen > li{width:100%;display: block;border-bottom: 1px dashed #eeeeee;color:#666666;}

.dutyType1 > li:first-child .duty_year{border-bottom: 1px dotted #eeeeee;}
.dutyType1 > li:not(:first-child) .duty_year {border:none;}
.dutyType1 > li:not(:first-child){border-top:1px dotted #eeeeee;}
.duty_wen > li:last-child{border-bottom: none; }
.dutyType1 > li:first-child .duty_wen>li:first-child{border-bottom: 1px dotted #eeeeee;}

.duty .tradePage{margin:1% auto 0 auto;}
.duty .tradePage .pagination{margin: 10px 0 0 0;}

.duty2 .dutyType1 > li:first-child .duty_wen>li:first-child{border-bottom: 1px dashed #eeeeee;}

/*质量安全和社会责任  结束*/


/*研发力量和技术能力  开始*/
/*研发能力*/
.yanFa{width:100%;background: #f2f2f2;margin-top: 4%;margin-left: 0;margin-right: 0;}
.yanFa .col-md-4{text-align: center;}
.yanFa .col-md-4 .yanFa_num{text-align: center;color:#e24c57;font-weight: 600;}
.yanFa .col-md-4 .yanFa_num sup{font-weight:normal;}
.yanFa .col-md-4 p{color:#808080;}
.yanFa .col-md-4:nth-child(2){position: relative;}
.yanFa_col_l{width:1px;height:70%;position: absolute;left:0;top:6%;background: #d2d2d2;}
.yanFa_col_r{width:1px;height:70%;position: absolute;right:0;top:6%;background: #d2d2d2;}
/*技术平台*/
.pingTai{margin: 5% auto 0 auto;overflow: hidden;background: url("../img/pi_img3.jpg") no-repeat center center;}
.pingTai .pingTai_l,.pingTai .pingTai_r{border:1px dashed #fad688;text-align: center;font-weight: 600;color:#808080;}
.pingTai_l{float: left;}
.pingTai_r{float: right;}
.pingTai_l p,.pingTai_r p{margin: 4% 0 0 0;}
.pingTai img{}

.pingTaiDiv{margin-top: 4%;}
.pingTaiDiv .pingTaiDiv_l{padding-right:0;}
.pingTaiDiv .pingTaiDiv_l > div{width:100%;background-origin: content-box;}
.pingTaiDiv .pingTaiDiv_r{padding-left:0;}
.pingTaiDiv_r ul{margin-bottom:0;}
.pingTaiDiv_r ul li{display: block;margin:0;padding-bottom: 0;color:#808080;}
.pingTaiDiv_r ul li div{height:100%;display: block;border-bottom: 1px solid #eeeeee;}
.pingTaiDiv_r ul li div h4{}
.pingTaiDiv_r ul li div p{margin-bottom:0;text-justify: distribute;text-align: justify;}
.hover{background: #f6ab00;color:#fff;border-bottom: 1px solid #f6ab00;}


.pingTaiDiv_l{position: relative;}
.pingTaiDiv_l > div{position:absolute;top:0;left:0;display: none;}
.pingTaiDiv_l_img1{background: url("../img/pintai/pinTai1.jpg") no-repeat center center;}
.pingTaiDiv_l_img2{background: url("../img/pintai/pinTai2.jpg") no-repeat center center;}
.pingTaiDiv_l_img3{background: url("../img/pintai/pinTai3.jpg") no-repeat center center;}
.pingTaiDiv_l_img4{background: url("../img/pintai/pinTai4.jpg") no-repeat center center;}
.pingTaiDiv_l_img5{background: url("../img/pintai/pinTai5.jpg") no-repeat center center;}
/*分析平台*/
.fenXi{margin-top: 4%;}
.fenXi .thumbnail{padding:0;border:0;}
.fenXi_l{padding-right:0;}
.fenXi_r{padding-left:0;}
.fenXi .thumbnail .caption{border:1px solid #d2d2d2;padding:5% 8% 3% 8%;}
.fenXi .thumbnail .caption div{}
.fenXi .thumbnail .caption div h3{color:#818181;margin:0;background: url("../img/fenBg.png") no-repeat 0 9px;}
.fenXi .thumbnail .caption div p{color:#818181;}

.thumbnailDiv{width: 100%;overflow: hidden;position: relative;}
.thumbnailDiv > img{width: 100%;display: block;}
.thumbnail_box{text-align:center;z-index: 10;position: absolute;top:50%;left:50%;}
.thumbnail_box_wen{}
.thumbnail_box_wen p{margin-bottom: 0;color:#fff;}
.thumbnail_box_wen .thu_name{}
.thumbnail_box_wen .thu_en{}
.thumbnail_boxBg{width:100%;height:100%;position: absolute;top:0;left:0;background: #000;opacity: 0.4;z-index: 1;}
.thumbnail_box_img > img{}


/*共享平台*/
.sharePingTai{width: 100%;margin: 4% 0;position: relative;}
.sharePingTai img{width: 100%;display: inline-block;}
.sharePingTai .shareBox{width:100%;position: absolute;top:1%;left:0;margin:0;}
.sharePingTai .shareBox .col-md-2{text-align:center;}
.shareBox_list{border-radius: 50%;margin:0 auto;background:rgba(251,179,11,0.8);position: relative;}
.shareBox_list p{width:70%;position: absolute;left:15%;top:50%;color:#fff;}

/*技术力量*/
#jiShu_con .row:not(:last-child){margin-bottom: 3%;}
#jiShu_con  .jiShuBox:first-child{padding-right: 0;}
#jiShu_con  .jiShuBox:last-child{padding-left: 0;}
#jiShu_con .jiShuBox .jiShuBox_img{width: 100%;height:100%;}
#jiShu_con .jiShuBox .jiShuBox_img img{width:100%;height:auto;display: inline-block;}
#jiShu_con .jiShuBox .jiShuBox_wen{}
#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen1 img{height:auto;display: inline-block;}
#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen1{text-align: center;color:#333333;}
#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen2{text-align: center;}
#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen3{font-weight: normal;color:#666666;}

/*
#jiShu_con .row{ z-index: -3;transition:0.5s 0.5s;opacity: 0;margin-top: -20px;}
#jiShu_con .row.on{ margin-top: 0;opacity: 1;}

*/

/*研发力量和技术能力  结束*/

/*关于我们页  开始*/
#navigationMap{cursor:default;text-align: center;}
#navigationMap a{display: inline;font-weight: 600;}
#navigationMap a:hover{color:#d50f1e;}
.contact h4{color:#333333;}
.contact p{color:#555555;}
.contactPhone{width: 100%;position: relative;margin:4% auto;}
.contactPhone img{width: 100%;display: inline-block;height:100%;}
.contactPhone .row .col-md-2{padding-left: 5px;padding-right: 5px;}
.contactPhone .contactPhone_list{width:100%;}
.contactPhone_list{margin:0 auto;}
.contactPhone_list h4{color:#333333;}
.contactPhone_list p{color:#555555;}
.contactPhone_list>p>a{color:#555555;}
.contactPhone_list>p>a:hover{color:#000;text-decoration: underline;}
/*地图*/
.contactMap img{width: 100%;display: inline-block;}
.layer-hr{
	border:0!important;
}

/*波顿集团布局*/
.contactLayout{text-align: center;}
.contactLayout .Layout_top{color:#333333;margin-top: 3%;}
.Layout_main{width:80%;padding:3% 6%;background: #fff;margin: 0 auto;}
.Layout_main_contact h4{color:#333333;}
.Layout_main_contact p{color:#666666;}

.Layout_main_site{margin-top:4%;text-align:left;background: url("../img/index/layoutBg.jpg") repeat-y center 0; background-size: 1px 100%;}
.Layout_main_site .col-md-6 li{margin-bottom: 10%;}
.Layout_main_site .col-md-6 li:last-child{margin-bottom: 0;}
.Layout_main_site .col-md-6 h4{color:#333333;}
.Layout_main_site .col-md-6 p{color:#666666;}
.Layout_main_site_l{padding-right: 5%}
.Layout_main_site_r{padding-left: 6%}

/*关于我们页  结束*/


/*波顿产品  开始*/
/*日用香精*/
/*
#productShow .container-fluid{padding-left: 0;padding-right: 0;}
*/

.main{}
.locationBox{width:100%;left:50%;background:#f9f9f9 url("../img/localBg.jpg") no-repeat center center;background-size: 1px 70%;}
.locationBox .col-md-6{text-align: center;}
.locationBox .col-md-6 h4{margin:5% 10%;}
.locationBox .col-md-6 p{color:#333333;}

.spanImg_box{display: block;height: 73px;line-height:73px;}
.spanImg_box img{vertical-align: bottom;}

#locationBox_three{background: #f9f9f9;}
#locationBox_three .col-md-4 {text-align: center;position: relative;}
#locationBox_three .col-md-4 h4{margin:8% 22%;}
#locationBox_three .col-md-4 p{color:#333333;}

.bgBorder1{position: absolute;top:0;bottom: 0;left:0;margin: auto;width:1px;height:70%;background: #ed6d00;}
.bgBorder2{position: absolute;top:0;bottom: 0;right:0;margin: auto;width:1px;height:70%;background: #ed6d00;}
/*应用领域*/
.domain{}
.domainNav{margin:4% 0;overflow: hidden;}
.domainNav .domainNav_one{overflow: hidden;}
.domainNav .domainNav_one .text-center{width:48.5%;background: #fcfcfc;color:#333333;}
.dom_one_l{float: left;}
.dom_one_r{float: right;}

.domainNav_two{overflow: hidden;}
.domainNav_two .col-md-2{}
.domainNav_two .col-md-2>div{border:1px solid #fcfcfc;}
.domainNav_two .col-md-2>div p{padding:3% 6%;background: #fcfcfc;color:#333333;margin-bottom: 0;}
.domainNav_two .col-md-2>div div{padding:3% 6%;color:#666666;}

.domainNav_three{}
.domainNav_three:last-child{margin-bottom: 0;}
.domainNav_three .col-xs-12{}
.domainNav_three>div>div{border:1px solid #fcfcfc;}
.domainNav_three_top{padding:7px 6%;background: #fcfcfc;color:#333333;margin-bottom: 0;}
.domainNav_three_cont{padding:3% 6%;color:#666666;}

/*标签切换效果  纸巾&涂料 / 香水 / 空腔护理 / 厨卫清洁 / 香薰 / 个人洗护 / 衣物洗护 */
.productType{width:100%;margin:0 auto;}
.productType>.nav-tabs{width:100%;text-align: center;}
.productType>.nav-tabs > li.active > a,
.productType>.nav-tabs > li.active > a:hover,
.productType>.nav-tabs > li.active > a:focus{cursor: default;border-bottom:2px solid #e60012;border-top:0;border-left:0;border-right:0;font-weight: 600;color:#e60012;background: none;}
.productType>.nav-tabs{text-align: center;border-bottom: 0;}
.productType>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
.productType>.nav-tabs > li > a {margin-right: 0; line-height: 1.42857143;border-bottom:none;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #333333;padding:0;display: block;}
.productType>.nav-tabs > li > a:hover{background: none;color:#e60012;}


.sectionIndex{padding:2% 0 0 0;}
#myTabContent{padding-bottom: 4%;}
#porType_tab{margin-top: 3%;}
.rowStyle1{background: #fff;margin-left: 15px;margin-right: 15px;}
.rowStyle1 .col-md-6 img{width:100%;display:block;}
.rowStyle1_main{overflow:hidden;}

/*搜索框*/
.rowStyle1_main_top{width:100%;padding:3% 0;text-align:right;background: url("../img/tab_bg.jpg") repeat-x 0 bottom;}
.header_search {}
.header_search {position: relative;display: inline-block;border:1px solid #fce6b2;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius:20px;}
.header_search input {width: 80%;height: 100%;display: block;float: left;border:none;outline:none;padding: 0 0 0 10%; color: #666;background: transparent;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius:20px;}
.header_search button{width: 20%;height: 100%;padding-right:3%;display: block;float: left;border:none;background: transparent;outline:none;color:#adadad}

.header_search input::-webkit-input-placeholder{
	color:#adadad !important;
}

/*
.header_search {position: relative;display: inline-block;}
.header_search input {width: 80%;height: 100%;display: block;outline:none;padding: 0 15%;border-radius: 20px;-moz-border-radius: 20px;-webkit-border-radius:20px; color: #666;}
.search_bg {display: block; position: absolute;left: 0;color: #999999;width: 100%;text-align: center;top:50%;}
.search_bg span {display: inline-block;}
.search_bg .fa{font-weight: normal;}
*/

/*内容*/
.rowStyle1_main_cont .table{width: 100%;}
.rowStyle1_main_cont .table thead tr th{color:#333333;padding:3% 0;border-bottom:0;background: url("../img/tab_bg.jpg") repeat-x 0 bottom;}
.rowStyle1_main_cont .table tbody tr td{border-top:0;padding:2% 0;background: url("../img/tab_bg.jpg") repeat-x 0 bottom;}
.rowStyle1_main_cont .table thead tr th:nth-child(1){text-align: left;}
.rowStyle1_main_cont .table thead tr th:nth-child(2){text-align: center;padding-right:3%;}
.rowStyle1_main_cont .table thead tr th:nth-child(3){text-align: right;padding-right:3%;}
.rowStyle1_main_cont .table tbody tr td:nth-child(1){text-align: left;color:#333333;}
.rowStyle1_main_cont .table tbody tr td:nth-child(2){text-align: center;color:#999999;}
.rowStyle1_main_cont .table tbody tr td:nth-child(3){text-align: right;color:#999999;}

#tableStyle1{width: 100%;margin:0 auto;}
#tableStyle1 thead tr th:first-child{width:70%;}
#tableStyle1 thead tr th:nth-child(2){text-align: left;!important;}
#tableStyle1 tbody tr td:nth-child(2){text-align: left;!important;}
.rowStyle1_main_cont .table tbody tr td p:last-child{margin-bottom: 0;}

/*香料及提取物*/
/*标签切换效果  食用植物提取物 / 日用植物提取物 */
#tiQuType{padding-left: 0;padding-right: 0;}
#tiQuType>.nav-tabs{margin-top: 2%;}
#tiQuType>.nav-tabs > li.active > a,
#tiQuType>.nav-tabs > li.active > a:hover,
#tiQuType>.nav-tabs > li.active > a:focus{color: #666666;cursor: default;background-color: transparent;border-bottom:4px solid #d6000f;border-top:0;border-left:0;border-right:0;font-weight: 600;}
#tiQuType>.nav-tabs{text-align: center;border-bottom: 0;}
#tiQuType>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
#tiQuType>.nav-tabs > li > a {margin-right: 0;line-height: 1.42857143;border-bottom:4px solid transparent;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #666666;padding:0;}
#tiQuType>.nav-tabs > li > a:hover{background: none;color:#e60012;}


/*标签切换效果  植物提取物推荐 / 皮肤护理 / 口腔护理 / 头发护理 */
.tiQuTypeBox{width:100%;margin:0 auto;}
.tiQuTypeBox>.nav-tabs{width:100%;text-align: center;}
.tiQuTypeBox>.nav-tabs > li.active > a,
.tiQuTypeBox>.nav-tabs > li.active > a:hover,
.tiQuTypeBox>.nav-tabs > li.active > a:focus{cursor: default;border-bottom:2px solid #e60012;border-top:0;border-left:0;border-right:0;font-weight: 600;color:#e60012;background: none;}
.tiQuTypeBox>.nav-tabs{text-align: center;border-bottom: 0;}
.tiQuTypeBox>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
.tiQuTypeBox>.nav-tabs > li > a {margin-right: 0; line-height: 1.42857143;border-bottom:none;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #333333;padding:0;display: block;}
.tiQuTypeBox>.nav-tabs > li > a:hover{background: none;color:#e60012;}

.tiQuTypeBox>ul{margin:0 0 3% 0;}
.rowStyle2_img img{width: 100%;height:auto;display: inline-block;}
#tiqu_tab1,#tiqu_tab2,#tiqu_tab3,#tiqu_tab4,#tiqu_tab5,
#tiqu2_tab1,#tiqu2_tab2,#tiqu2_tab3,#tiqu2_tab4
{}

.rowStyle2 .table{width: 100%;margin-bottom: 0;}
.rowStyle2 .table thead tr th{color:#333333;font-weight:normal;padding:2% 0;border-bottom:0;background: url("../img/tab_bg.jpg") repeat-x 0 bottom;border-right:1px dashed #fde9bd;}
.rowStyle2 .table tbody tr td{color:#333333;border-top:0;padding:1.5% 0;background: url("../img/tab_bg.jpg") repeat-x 0 bottom;border-right:1px dashed #fde9bd;}
.rowStyle2 .table thead tr th:last-child{border-right:none;}
.rowStyle2 .table tbody tr td:last-child{border-right:none;}
.rowStyle2 .table thead tr th:first-child{}

.rowStyle2 .table thead tr th:not(:first-child){text-align: center;}
.rowStyle2 .table tbody tr td:not(:first-child){text-align: center;color:#e6666f;font-weight: 100;}

.rowStyle2 .tradePage{margin:2% 0 5% 0;}
.rowStyle2 .tradePage .pagination > li > a {}

.scrollBox .table{min-width: 700px;}
.scrollBox{overflow-x: scroll;overflow-y: hidden;
	-ms-overflow-style:none;/*隐藏滚动条  但是仍有滚动效果*/
	overflow:-moz-scrollbars-none;
}
.scrollBox::-webkit-scrollbar{width:0} /*隐藏滚动条  但是仍有滚动效果*/

#containerMain{padding-left:0;padding-right: 0;}

/*食用产品*/
#productSwiper{padding-bottom: 4%;}
#productSwiper .swiper-container{margin:0 auto;}
#productSwiper .swiper-slide{}
#productSwiper .swiper-button-prev{background: url("../img/btn_left_on.png") no-repeat 0 center;margin-top: -22px;top:50%;}
#productSwiper .swiper-button-next{background: url("../img/btn_right_on.png") no-repeat 0 center;margin-top: -22px;margin-right:-12px;top:50%;}

#productSwiper .swiper-button-prev.swiper-button-disabled{background: none;/*background: url("../img/btn_left.png") no-repeat 0 center;*/opacity: 1;}
#productSwiper .swiper-button-next.swiper-button-disabled{background: none;/*background: url("../img/btn_right.png") no-repeat 0 center;*/opacity: 1;}

.swiper-container>.nav-tabs{width:100%;text-align: center;}
.swiper-container>.nav-tabs > li.active > a,
.swiper-container>.nav-tabs > li.active > a:hover,
.swiper-container>.nav-tabs > li.active > a:focus{cursor: default;border-bottom:2px solid #e60012;border-top:0;border-left:0;border-right:0;font-weight: 600;color:#e60012;background: none;}
.swiper-container>.nav-tabs{text-align: center;border-bottom: 0;}
.swiper-container>.nav-tabs > li{display: inline-block;clear:both;margin-bottom:0;float: none;padding-bottom: 0;}
.swiper-container>.nav-tabs > li > a {margin-right: 0; line-height: 1.42857143;border-bottom:none;border-top:0;border-left:0;border-right:0;border-radius: 4px 4px 0 0;color: #333333;padding:0;display: inline-block;}
.swiper-container>.nav-tabs > li > a:hover{background: none;color:#e60012;}

#tableStyle2 thead tr th,
#tableStyle2 tbody tr td{text-align: left;}
#tableStyle2 thead tr th:nth-child(1){width: 25%;}
#tableStyle2 thead tr th:nth-child(2){width: 25%;}

#tableStyle3 thead tr th,
#tableStyle3 tbody tr td{text-align: left;}
#tableStyle3 thead tr th:nth-child(1){width: 30%;}
#tableStyle3 thead tr th:nth-child(2){width: 40%;padding-right:10px;padding-left: 10px;}
#tableStyle3 tbody tr td:nth-child(2){padding-right:10px;padding-left: 10px;}
#tableStyle3 thead tr th:nth-child(3){width: 30%;padding-right:10px;padding-left: 20px;}
#tableStyle3 tbody tr td:nth-child(3){padding-right:10px;padding-left: 20px;}

#tableStyle4 thead tr th,
#tableStyle4 tbody tr td{text-align: left;}
#tableStyle4 thead tr th:nth-child(1){width: 20%;}
#tableStyle4 thead tr th:nth-child(2){width: 40%;padding-right:10px;padding-left: 10px;}
#tableStyle4 tbody tr td:nth-child(2){padding-right:10px;padding-left: 10px;}
#tableStyle4 thead tr th:nth-child(3){width: 40%;}

/*波顿产品  结束*/


/*搜索的结果 开始*/
.searchJg{width:100%;}
.searchJg .row{border-bottom: 1px dashed #f9c34c;position: relative}
#searchJg .row{border-bottom: 1px solid #eaeaea;}
.searchJg .row:last-child{border-bottom:none;}
.searchJg .row .col-md-12{height:100%;padding-left:3%;position: relative;}
.searchJg_top{width:95%;color:#333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.searchJg_top a{color:#333333;}
.searchJg_top a:hover{color:#d50f1e;}
.searchJg_top span{color:#f6ab00;}
.searchJg_time{color:#999999;}
.searchJg_text{color:#666666;text-justify: distribute;text-align: justify;}
.searchJg_more{color:#fff;vertical-align:top;text-align:center;border-radius:20px;background: #999999;display: block;position: absolute;bottom:0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.searchJg_more img{display: inline-block;margin-bottom: 2px;}
.searchJg_more:hover{background: #d50f1e;color:#fff;}


/*搜索的结果 结束*/



/*************************************************************************************/
/* pc端 */
@media (min-width: 1200px) {
	/*20190301 追加 公司简介*/
	.con_list_wen{overflow: hidden;height:340px;}
	.wenBox_more{cursor:pointer;margin:10px auto 0 auto;text-align: center;width:40px;height:23px;line-height: 23px;border-radius: 3px;}
	.wenBox_more .fa{color:#888;font-size: 23px;}
	.wenBox_more:hover{background:#e0dfe3;}
	.wenBox_more:hover .fa{color:#333;}

	.container{width: 1200px;}
	.navTop{font-size: 12px;}
	body .navBottom > li > a{font-size: 16px;}
	.navbar .container{height:100px;}
	body #logo_img{position:relative;top:2px;}
	.navbar-right {
		float: right !important;
		margin-right: 0;
	}
	.dropdown-menu{/** 二级菜单 */
		top:65px;
		background:rgba(214,0,15,0.6);
	}
	.hasErji{
		padding-bottom:23px;
	}
	.aActive{border-bottom: 2px solid #d6000e;}
	.navbar-default .navbar-nav > li > a{margin-right: 14px;}
	.navbar-nav > li > a{padding-bottom: 5px;}
	.nav > li > a{padding-left:10px;padding-right: 10px;}
	.dibuheng{
		height:85px;
	}

	/*面包屑导航 开始*/
	#navBar{height:38px;line-height: 38px;min-height:38px;}
	.breadcrumb{font-size: 12px;}
	.breadcrumb .fa-home{font-size: 14px;}
	/*面包屑导航 结束*/

	/*标签切换效果 开始*/
	.main .main_nav{height:73px;}
	.main .main_nav ul li{width:117px;}
	.main .main_nav ul li a{height:73px;line-height:73px;font-size: 15px;}
	.main .main_nav ul li span{height:73px;line-height:73px;font-size: 15px;}

	/*公司简介*/
	.con_list_wen h3{font-size:18px;color:#343434;margin-top:0;}
	.con_list_wen p{font-size:13px;color:#656565;line-height: 20px;}

	/*企业文化*/
	.sectionOne h3{font-size: 25px;}
	.sectionTwo h3{font-size: 30px;}
	.sectionTwo_box{height:160px;margin:15px;}
	.sectionTwo_box .col-md-4{height:115px;line-height: 115px;}
	.sectionTwo_box .col-md-8{height:115px;}
	.sectionTwo_box .col-md-8 h4{font-size: 18px;margin: 18px 0 16px 10px;}
	.sectionTwo_box .col-md-8 p{font-size: 14px;margin-left: 10px;}

	/*发展历程*/
	.stHistory > .swiper-container {width:85%;height: 240px;}
	.stHistory .swiper-wrapper{height: 220px;}
	.stHistoryBox ul{font-size: 12.5px;}
	.stHistoryBox{width:76%;margin-left: -38%;}
	.stHistoryBox_min{}
	.stHistory .swiper-button-next{top:82%;}
	.stHistory .swiper-button-prev{top:82%;}

	/*标签页第二页*/
	.topHonor{padding-bottom: 15px;}
	.stHonor .thumbnail .caption{font-size: 13px;}
	.stHonor .swiper-pagination .swiper-pagination-bullet{width:100px;height:8px;}
	.stHonor .swiper-container-horizontal>.swiper-pagination-bullets, .stHonor .swiper-pagination-custom, .swiper-pagination-fraction{bottom:20px;}

	.stHonorPatentBox{height:80px;}
	.stHonorPatentBox .col-md-4{height:50px;line-height: 50px;}
	.stHonorPatentBox .col-md-8{height:50px;}
	.stHonorPatentBox .col-md-8 p{font-size: 14px;margin:5px 0 0 3px;}
	#stHonorPatent .wenHua_img img{width:70%;}

	#stHonor .col-md-8 p{font-size: 14px;margin:0 0 0 3px;line-height: 17px;}
	/*标签切换效果 结束*/

	/*企业新闻和行业动态  开始*/
	.companyNews_header{margin-bottom: 50px;}
	.companyNews_header h3{font-size: 16px;margin-top:5px;}
	.companyNews_header p{font-size: 13px;}
	.companyNews section{font-size:13px;line-height:24px;}
	.companyNews section .companyNews_img{width: 80%;}
	.companyNews section .companyNews_img img {margin-bottom:10px;width: 60%; }
	.companyNews .companyNews_img p {font-size: 13px;margin: 0 0 25px 0;line-height: 22px;}
	.companyNews .companyNews_p a{font-size: 13px;}
	#companyNews_link a{font-size: 16px;margin: 0 0 0 10px;}
	/*相关新闻*/
	.relatedNews h4{font-size: 16px;height:50px;line-height: 50px;}
	.relatedNews ul li a{height:50px;line-height: 50px;font-size: 14px;}

	/*行业新闻*/
	.tradeNews .row{height:310px;padding:3% 0;}
	.tradeNews_top{font-size: 17px;}
	.tradeNews_time{font-size: 13px;margin-top: 5px;}
	.tradeNews_text{font-size: 13px;margin-top:4%;line-height:22px;}
	.tradeNews_more{width:110px;height:32px;line-height:32px;font-size: 13px;right:2%}
	.tradeNews_more img{width:20px;margin-bottom: 2px;}
	/*企业新闻和行业动态  结束*/

	/*人才招聘和人才理念  开始*/
	#talentConcept .thumbnail h3{font-size: 15px;}
	#talentConcept .thumbnail p{font-size: 14px;line-height: 22px;}

	/*标签切换效果  校园招聘 / 社会招聘 */
	#tabType>.nav-tabs li a{font-size:20px;margin: 0 15px;height:58px;line-height:58px;}

	/*标签切换效果  技术类 / 职能类 / 业务类 / 生产类 */
	.jobType>.nav-tabs li a{height:38px;line-height:38px;width:90px;font-size:16px;}
	.scrollDiv .table > thead > tr > th{font-size: 14px}
	.scrollDiv .table > tbody > tr > td{font-size: 13px;line-height: 22px;}

	/*联系方式*/
	.myTabContact{width:60%;}
	/*人才招聘和人才理念  结束*/

	/*质量安全和社会责任  开始*/
	/*质量与安全*/
	.quality1{font-size: 13px;line-height: 24px;}
	.quality1Box{width:60%;}
	/*标准与法规*/
	.quality2_title{font-size: 13px;line-height: 24px;}
	.quality2Box_div h4{font-size: 15px;}
	.quality2Box_div p{font-size: 12px;}
	.quality2Box_tishi{display: none;}
	/*检测报告*/
	.baoGaoBox_a {height: 60px;line-height: 60px;font-size: 15px;}
	.baoGaoBox_time {font-size: 12px;}
	.baoGaoBox_time .chaKan{width:45px;height:42px;line-height: 40px;margin-left: 15px;}
	.quality3 .tradePage .pagination > li > a {font-size: 12px;margin: 0 5px;}

	/*社会捐赠*/
	.duty_top{height:40px;line-height: 40px;font-size: 17px;}
	.duty_top_img img{padding-bottom: 2px;}
	.dutyType1 > li .duty_year{padding:15px 0;font-size: 15px;}
	.duty_wen > li{padding:15px 10%;font-size: 15px;}

	.duty .tradePage .pagination > li > a {font-size: 12px;margin: 0 5px;}
	/*质量安全和社会责任  结束*/

	/*研发力量和技术能力  开始*/
	/*研发能力*/
	.yanFa{padding:5% 15% 4% 15%;}
	.yanFa .col-md-4{padding:0 8%;}
	.yanFa .col-md-4 .yanFa_num{height:60px;line-height: 60px;font-size: 70px;}
	.yanFa .col-md-4 p{font-size: 16px;margin-top: 15%;}
	/*技术平台*/
	.pingTai{width:95%;background-size: 42px 55px;}
	.pingTai .pingTai_l,.pingTai .pingTai_r{width:45%;padding:3% 0;font-size: 16px;}
	.pingTai img{width: 15%;}

	.pingTaiDiv .pingTaiDiv_l{height:450px;}
	.pingTaiDiv .pingTaiDiv_l>div{height:450px;}
	.pingTaiDiv_r ul li div{padding:2% 5%;}
	.pingTaiDiv_r ul li div h4{font-size: 18px;margin: 3px 0 5px 0;}
	.pingTaiDiv_r ul li div p{font-size: 12px;line-height: 20px;}

	/*分析平台*/
	.fenXi .thumbnail .caption{height:200px;}
	.fenXi .thumbnail .caption div{margin-bottom: 6%;}
	.fenXi .thumbnail .caption div h3{font-size: 15px;line-height:25px;padding-left:12px;}
	.fenXi .thumbnail .caption div p{font-size: 12px;margin:5px 0 0 0;line-height:20px;}

	.thumbnail_box{width:300px;height:180px;margin-top: -80px;margin-left: -150px;}
	.thumbnail_box_wen{margin-top:30px;}
	.thumbnail_box_wen .thu_name{font-size: 28px;margin-bottom: 5px;}
	.thumbnail_box_wen .thu_en{font-size: 16px;}

	/*共享平台*/
	.shareBox_list{width:120px;height:120px;}
	.shareBox_list p{margin-top:-17px;font-size: 12px;}


	/*技术力量*/
	#jiShu_con .jiShuBox .jiShuBox_wen{width:68%;margin: 20% auto 0 auto;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen1 img{width:13%;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen2{margin-bottom: 20px;font-size: 22px;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen3{font-size: 13px;}
	#jiShu_con .row:not(:last-child){margin-bottom: 3%;}

	/*仅在PC端存在的 延迟加载效果*/
	#jiShu_con .row{ z-index: -3;transition:0.5s 0.5s;opacity: 0;margin-top: -20px;}
	#jiShu_con .row.on{ margin-top: 0;opacity: 1;}

	/*研发力量和技术能力  结束*/

	/*关于我们页  开始*/
	.contact h4{font-size:20px;margin-bottom: 25px;}
	.contact p{font-size:14px;}
	.contactPhone_list h4{font-size: 19px;margin-bottom: 15px;}
	.contactPhone_list p{font-size: 12px;}

	/*波顿集团布局*/
	.contactLayout .Layout_top{font-size: 22px;}
	.Layout_main_contact h4{font-size: 18px;}
	.Layout_main_contact p{font-size: 13px;}

	.Layout_main_site .col-md-6 h4{font-size: 17px;}
	.Layout_main_site .col-md-6 p{font-size: 12px;}

	/*关于我们页  结束*/

	/*波顿产品  开始*/
	/*日用香精*/
	.locationBox{overflow: hidden;}
	.locationBox .col-md-6{padding:5% 7%;}
	.locationBox .col-md-6 h4{font-size: 17px;}
	.locationBox .col-md-6 p{font-size: 12px;line-height: 22px;margin-bottom: 0;}


	#locationBox_three{overflow: hidden;}
	#locationBox_three .col-md-4 {padding:5% 7%;}
	#locationBox_three .col-md-4  h4{font-size: 17px;}
	#locationBox_three .col-md-4  p{font-size: 12px;line-height: 22px;margin-bottom: 0;}

	/*应用领域*/
	.domain{margin-top: 195px;}
	.domainNav .domainNav_one .text-center{height:40px;line-height:40px;font-size: 15px;}
	.domainNav_two{margin-top: 30px;}
	.domainNav_two .col-md-2{width:20%;}
	.domainNav_two .col-md-2>div{height:100px;}
	.domainNav_two .col-md-2>div p{font-size: 15px;}
	.domainNav_two .col-md-2>div div{font-size: 14px;}

	.domainNav_three{margin-bottom: 30px;}
	.domainNav_three_top{font-size: 15px;}
	.domainNav_three_cont{font-size: 14px;}

	.col-md-6 .domainNav_three_top{padding:7px 3%;}
	.col-md-6 .domainNav_three_cont{padding:3px 3%;}
	/*标签切换效果  纸巾&涂料 / 香水 / 空腔护理 / 厨卫清洁 / 香薰 / 个人洗护 / 衣物洗护 */
	.productType>.nav-tabs li a{height:38px;line-height:38px;font-size:16px;margin:0 15px;}

	/*搜索框*/
	.header_search {width: 140px;height: 30px;font-size: 13px;}
	.header_search button{font-size: 16px;}
    /*
	.search_bg {height: 30px; line-height: 30px;margin-top: -15px; font-size:14px;}
	.search_bg .fa{font-size: 16px;}
    */

	.rowStyle1_main{width:100%;}
	/*内容*/
	.rowStyle1 .col-md-6:nth-child(1){width: 44%;padding-left: 0;}
	.rowStyle1 .col-md-6:nth-child(2){width: 56%;}
	.rowStyle1_main_cont .table thead tr th{font-size:15px;}
	.rowStyle1_main_cont .table tbody tr td{font-size:13px;}
	.rowStyle1_main .tradePage .pagination > li > a {font-size: 12px;margin: 0 5px;}

	.tradePage{margin: 2% auto 0 auto;}
	/*香料及提取物*/
	#tiQuType{margin-top:250px;}
	/*标签切换效果  校园招聘 / 社会招聘 */
	#tiQuType>.nav-tabs li a{font-size:20px;margin: 0 15px;height:58px;line-height:58px;}

	/*标签切换效果  植物提取物推荐 / 皮肤护理 / 口腔护理 / 头发护理 */
	.tiQuTypeBox>.nav-tabs li a{height:38px;line-height:38px;font-size:16px;margin:0 15px;}

	.rowStyle2 .rowStyle1_main_top{padding: 2% 0;}
	.rowStyle2 .table thead tr th{font-size:16px;}
	.rowStyle2 .table tbody tr td{font-size:12px;}
	.rowStyle2 .table thead tr th:first-child{width:100px;}
	.rowStyle2 .table tbody tr td:not(:first-child){font-size: 16px;}
	.rowStyle2 .tradePage .pagination > li > a {font-size: 12px;margin: 0 5px;}

	/*食用产品*/
	#productSwiper .swiper-container{width:90%;}
	.swiper-container>.nav-tabs li a{width:auto;height:38px;line-height:38px;font-size:16px;}
	#productSwiper .swiper-button-prev{left:30px;}
	#productSwiper .swiper-button-next{;right:30px;}
	/*波顿产品  结束*/


	/*搜索结果 开始*/
	.searchJg .row{height:220px;padding:3% 0;}
	.searchJg_top{font-size: 17px;}
	.searchJg_time{font-size: 13px;margin-top: 5px;}
	.searchJg_text{font-size: 13px;line-height:22px;}
	.searchJg_more{width:110px;height:32px;line-height:32px;font-size: 13px;right:2%}
	.searchJg_more img{width:20px;margin-bottom: 2px;}
	/*搜索结果  结束*/


}
/* iPad */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.container {width: 100%;}
	.navTop{font-size: 14px;}
	body .navBottom > li > a{font-size: 18px;}
	body #logo_img{width:100px;position:relative;top:-9px;}
	.dibuheng{height:15px; }

	#navBar{min-height:25px;line-height:25px;}

	/*面包屑导航 开始*/
	#navBar{height:48px;line-height: 48px;min-height:48px;}
	.breadcrumb{font-size: 16px;}
	.breadcrumb .fa-home{font-size: 17px;}
	/*面包屑导航 结束*/

	/*标签切换效果 开始*/
	.main .main_nav{height:60px;}
	.main .main_nav ul{width: 100%;}
	.main .main_nav ul li{width:49.2%;}
	.main .main_nav ul li a{height:60px;line-height:60px;font-size: 16px;}
	.main .main_nav ul li span{height:60px;line-height:60px;font-size: 16px;}

	/*公司简介*/
	.con_list_wen h4{font-size:20px;color:#343434;margin-top:0;}
	.con_list_wen p{font-size:16px;color:#656565;line-height: 24px;}
	.con_list_img{margin-bottom: 5%;}

	/*企业文化*/
	.sectionOne h3{font-size: 25px;}
	.sectionTwo h3{font-size: 25px;}
	.sectionTwo_box{height:160px;margin:0;}
	.sectionTwo_box .col-md-4{height:115px;line-height: 115px;}
	.sectionTwo_box .col-md-8{height:115px;}
	.sectionTwo_box .col-md-8 h4{font-size: 18px;margin: 5px 0 10px 2px;}
	.sectionTwo_box .col-md-8 p{font-size: 14px;margin-left: 2px;}
	.wenHua_img img{width:90%;}

	/*发展历程*/
	.stHistory > .swiper-container {width:90%;height: 280px;}
	.stHistory .swiper-wrapper{height: 260px;}
	.stHistoryBox ul{font-size: 15px;height:170px;}
	.stHistoryBox{position: absolute;bottom:27px;width:80%;margin-left: -40%;}
	.stHistoryBox_min{}
	.stHistory .swiper-button-next{top:85%;}
	.stHistory .swiper-button-prev{top:85%;}

	/*标签页第二页*/
	.topHonor{padding-bottom:15px;}
	.stHonor .thumbnail .caption{font-size: 15px;}
	.stHonor .swiper-pagination .swiper-pagination-bullet{width:80px;height:10px;}
	.stHonor .swiper-container-horizontal>.swiper-pagination-bullets, .stHonor .swiper-pagination-custom, .swiper-pagination-fraction{bottom:20px;}

	.stHonorPatentBox{height:100px;}
	.stHonorPatentBox .col-md-4{height:70px;line-height: 70px;}
	.stHonorPatentBox .col-md-8{height:70px;}
	.stHonorPatentBox .col-md-8 p{font-size: 16px;margin:8px 0 0 15px;line-height: 23px;}
	#stHonorPatent .wenHua_img img{width:50%;}

	#stHonor .wenHua_img img{width:60%;}
	#stHonor .col-md-8 p{font-size: 16px;margin:0 0 0 15px;line-height: 23px;}

	/*标签切换效果 结束*/


	/*企业新闻和行业动态  开始*/
	.companyNews_header{margin-bottom: 50px;}
	.companyNews_header h3{font-size: 18px;margin-top:5px;}
	.companyNews_header p{font-size: 14px;}
	.companyNews section{font-size:13px;line-height:24px;}
	.companyNews section .companyNews_img{width: 93%;}
	.companyNews section .companyNews_img img {width:100%;margin-bottom:10px; }
	.companyNews .companyNews_img p {font-size: 16px;margin: 0 0 25px 0;line-height: 26px;}
	.companyNews .companyNews_p a{font-size: 16px;}
	#companyNews_link a{font-size: 20px;margin: 0 0 0 15px;}
	#companyNews_link span{font-size: 17px;}
	/*相关新闻*/
	.relatedNews h4{font-size: 18px;height:60px;line-height: 60px;}
	.relatedNews ul li a{height:60px;line-height: 60px;font-size: 16px;}

	/*行业新闻*/

	.tradeNews .row{height:260px;padding:3% 0;}
	.tradeNews .row .col-md-4{}
	.tradeNews_top{font-size: 18px;}
	.tradeNews_time{font-size: 15px;margin-top: 5px;}
	.tradeNews_text{font-size: 16px;margin-top:4%;line-height:26px;}
	.tradeNews_more{width:110px;height:32px;line-height:32px;font-size: 13px;right:3%}
	.tradeNews_more img{width:20px;margin-bottom: 2px;}

	/*分页*/
	.tradePage .pagination > li > a{font-size:18px;margin: 0 5px;}
	/*企业新闻和行业动态  结束*/

	/*人才招聘和人才理念  开始*/
	#talentConcept .thumbnail h3{font-size: 18px;}
	#talentConcept .thumbnail p{font-size: 16px;line-height: 24px;}

	/*标签切换效果  校园招聘 / 社会招聘 */
	#tabType>.nav-tabs li a{font-size:20px;margin: 0 20px;height:58px;line-height:58px;}

	/*标签切换效果  技术类 / 职能类 / 业务类 / 生产类 */
	.jobType>.nav-tabs li{width:20%;}
	.jobType>.nav-tabs li a{height:42px;line-height:42px;width:100%;font-size:16px;}

	.scrollDiv .table > thead > tr > th{font-size: 16px}
	.scrollDiv .table > tbody > tr > td{font-size: 15px;line-height: 22px;}
	.scrollDiv .table > thead > tr > th{width:80px;}

	/*联系方式*/
	.myTabContact{width:88%;}
	/*人才招聘和人才理念  结束*/


	/*质量安全和社会责任  开始*/
	/*质量与安全*/
	.quality1{font-size: 16px;line-height: 28px;}
	.quality1Box{width:86%;}
	/*标准与法规*/
	.quality2_title{font-size: 16px;line-height: 28px;}
	.quality2Box_tishi{height:45px;line-height: 45px;font-size: 16px;}
	.quality2Box_tishi span{height:30px;line-height:25px;margin-bottom: -15px;}
	.quality2Box_tishi span i{width:6px;height:6px;margin: 0 3px;}
	.tishi_down{font-size: 15px;}
	.quality2Box:hover b{display: none;}

	/*检测报告*/
	.baoGaoBox_a {height: 70px;line-height: 70px;font-size: 18px;}
	.baoGaoBox_time {font-size: 14px;}
	.baoGaoBox_time .chaKan{width:45px;height:42px;line-height: 40px;margin-left: 15px;}
	.quality3 .tradePage .pagination > li > a {font-size: 18px;margin: 0 5px;}

	/*社会捐赠*/
	.duty_top{height:40px;line-height: 40px;font-size: 17px;}
	.duty_top_img img{padding-bottom: 2px;}
	.dutyType1 > li .duty_year{padding:15px 0;font-size: 16px;}
	.duty_wen > li{padding:15px 10%;font-size: 16px;}

	.duty .tradePage .pagination > li > a {font-size: 18px;margin: 0 5px;}

	/*质量安全和社会责任  结束*/

	/*研发力量和技术能力  开始*/
	/*研发能力*/
	.yanFa{padding:5% 6% 3% 6%;}
	.yanFa .col-md-4{padding:0 6%;}
	.yanFa .col-md-4 .yanFa_num{height:60px;line-height: 60px;font-size: 70px;}
	.yanFa .col-md-4 p{font-size: 16px;margin-top: 15%;}
	/*技术平台*/
	.pingTai{width:100%;background-size: 32px 42px;}
	.pingTai .pingTai_l,.pingTai .pingTai_r{width:46%;padding:5% 0;font-size: 16px;}
	.pingTai_l p, .pingTai_r p {margin: 5% 0 0 0;}
	.pingTai img{width: 15%;}

	.pingTaiDiv_r ul li div{padding:2% 5%;}
	.pingTaiDiv_r ul li div h4{font-size: 15px;margin:0;}
	.pingTaiDiv_r ul li div p{font-size: 13px;line-height: 20px;margin:0;}


	.pingTaiDiv .pingTaiDiv_l{padding-right:15px;height:450px;margin-bottom: 4%;}
	.pingTaiDiv .pingTaiDiv_l>div{height:450px;}
	.pingTaiDiv .pingTaiDiv_r{padding-left:15px;margin-top:0;}
	.pingTaiDiv_r ul li div{padding:1.5% 2%;}
	.pingTaiDiv_r ul li div h4{font-size: 18px;margin: 0 0 5px 0;}
	.pingTaiDiv_r ul li div p{font-size: 16px;line-height: 22px;}

	/*分析平台*/
	.fenXi .thumbnail .caption{height:210px;}
	.fenXi .thumbnail .caption div{margin-bottom: 6%;}
	.fenXi .thumbnail .caption div h3{font-size: 17px;line-height:25px;padding-left:12px;}
	.fenXi .thumbnail .caption div p{font-size: 15px;margin:5px 0 0 0;line-height:22px;}

	.thumbnail_box{width:300px;height:180px;margin-top: -65px;margin-left: -150px;}
	.thumbnail_box_wen{margin-top:20px;}
	.thumbnail_box_wen .thu_name{font-size: 21px;margin-bottom: 0;}
	.thumbnail_box_wen .thu_en{font-size: 16px;}

	/*共享平台*/
	.sharePingTai .shareBox .col-md-2{margin-bottom: 3%;}
	.shareBox_list{width:120px;height:120px;}
	.shareBox_list p{margin-top:-20px;font-size: 14px;}

	/*技术力量*/
	#jiShu_con .jiShuBox .jiShuBox_wen{width:72%;margin: 5% auto 0 auto;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen1 img{width:15%;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen2{margin-bottom: 12px;font-size: 21px;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen3{font-size: 14px;line-height: 24px;}
	#jiShu_con .row:not(:last-child){margin-bottom: 5%;}
	/*研发力量和技术能力  结束*/

	/*关于我们页  开始*/
	.contact h4{font-size:20px;margin-bottom: 25px;}
	.contact p{font-size:14px;}
	.contactPhone .row{width: 95%;margin:0 auto;}
	.contactPhone .row .col-md-2{margin-bottom: 15px;}
	.contactPhone_list h4{font-size: 19px;margin-bottom: 15px;}
	.contactPhone_list p{font-size: 14px;}

	/*波顿集团布局*/
	.contactLayout .Layout_top{font-size: 22px;}
	.Layout_main_contact h4{font-size: 19px;}
	.Layout_main_contact p{font-size: 15px;}
	.Layout_main{width: 90%;}
	.Layout_main_site .col-md-6 h4{font-size: 17px;}
	.Layout_main_site .col-md-6 p{font-size: 15px;}
	/*关于我们页  结束*/

	/*波顿产品  开始*/
	/*日用香精*/
	.locationBox{margin-left: 0;}
	.locationBox .col-md-6{padding:5% 5%;}
	.locationBox .col-md-6 h4{font-size: 17px;}
	.locationBox .col-md-6 p{font-size: 16px;line-height: 25px;}


	#locationBox_three{top:-150px;overflow: hidden;}
	#locationBox_three .col-md-4 {padding:5% 2%;}
	#locationBox_three .col-md-4  h4{font-size: 17px;}
	#locationBox_three .col-md-4  p{font-size: 16px;line-height: 25px;}

	/*应用领域*/
	.domain{margin-top: 4%;}
	.domainNav .domainNav_one .text-center{height:45px;line-height:45px;font-size: 17px;}
	.domainNav_two{margin-top: 30px;}
	.domainNav_two .col-md-2{margin-bottom: 4%;}
	.domainNav_two .col-md-2>div{height:120px;}
	.domainNav_two .col-md-2>div p{font-size: 18px;}
	.domainNav_two .col-md-2>div div{font-size: 17px;}

	.domainNav_three .col-md-3{margin-bottom: 30px;}
	#domainNav_three_1 .col-xs-12{margin-bottom: 30px;}
	.domainNav_three_top{font-size: 18px;}
	.domainNav_three_cont{font-size: 17px;}

	.col-sm-12 .domainNav_three_top{padding:7px 3%;}
	.col-sm-12 .domainNav_three_cont{padding:3px 3%;}

	/*标签切换效果  纸巾&涂料 / 香水 / 空腔护理 / 厨卫清洁 / 香薰 / 个人洗护 / 衣物洗护 */
	.productType>.nav-tabs li{padding: 0 22px;}
	.productType>.nav-tabs li a{height:42px;line-height:42px;width:100%;font-size:16px;}

	/*搜索框*/
	.header_search {width: 170px;height: 40px;font-size: 17px}
	.header_search button{font-size:21px;}

	/*
    .search_bg {height: 40px; line-height: 40px;margin-top: -20px; font-size:16px;}
    .search_bg .fa{font-size: 18px;}
    */

	.rowStyle1_main{width:90%;margin: 0 auto;}
	/*内容*/
	.rowStyle1 .col-md-6:nth-child(1){padding-left:0;padding-right:0;}
	.rowStyle1 .col-md-6:nth-child(2){padding-right:0;padding-left:0;}
	.rowStyle1_main_cont .table thead tr th{font-size:18px;}
	.rowStyle1_main_cont .table tbody tr td{font-size:16px;}
	.rowStyle1_main_cont .tradePage .pagination > li > a {font-size: 16px;margin: 0 8px;}

	.rowStyle1{margin-left: 0;margin-right: 0;}

	/*香料及提取物*/
	#tiQuType{margin-top:5%;}
	/*标签切换效果  校园招聘 / 社会招聘 */
	#tiQuType>.nav-tabs li a{font-size:20px;margin: 0 20px;height:58px;line-height:58px;}

	/*标签切换效果  植物提取物推荐 / 皮肤护理 / 口腔护理 / 头发护理 */
	.tiQuTypeBox>.nav-tabs li{padding: 0 22px;}
	.tiQuTypeBox>.nav-tabs li a{height:42px;line-height:42px;width:100%;font-size:16px;}

	.rowStyle2 .rowStyle1_main_top{padding: 2.5% 0;}
	.rowStyle2 .table thead tr th{font-size:16px;}
	.rowStyle2 .table tbody tr td{font-size:14px;}
	.rowStyle2 .table thead tr th:first-child{width:105px;}
	.rowStyle2 .table tbody tr td:not(:first-child){font-size: 16px;}
	.rowStyle2 .tradePage .pagination > li > a {font-size: 14px;margin: 0 8px;}

	/*食用产品*/
	#productSwiper .swiper-container{width:85%;}
	.swiper-container>.nav-tabs li a{height:42px;line-height:42px;width:100%;font-size:16px;}
	#productSwiper .swiper-button-prev{left:25px;}
	#productSwiper .swiper-button-next{;right:25px;}

	/*波顿产品  结束*/


	/*搜索结果 开始*/
	.searchJg .row{height:220px;padding:4% 0;}
	.searchJg_top{font-size: 18px;}
	.searchJg_time{font-size: 15px;margin-top: 5px;}
	.searchJg_text{font-size: 16px;line-height:26px;}
	.searchJg_more{width:110px;height:32px;line-height:32px;font-size: 13px;right:3%}
	.searchJg_more img{width:20px;margin-bottom: 2px;}
	/*搜索结果  结束*/


}
/* 移动端 */
@media (max-width: 767px) {
	.container {width: 100%;}
	.navTop{font-size: 12px;}
	body .navBottom > li > a{font-size: 16px;}

	body #logo_img{width:100px;position:relative;top:-9px;}
	.dibuheng{height:15px; }

	#navBar{min-height:25px;line-height:25px;}

	/*面包屑导航 开始*/
	#navBar{min-height:25px;line-height:25px;}
	.breadcrumb{font-size: 13px;}
	.breadcrumb .fa-home{font-size: 15px;}
	/*面包屑导航 结束*/

	/*标签切换效果 开始*/
	.main .main_nav{height:40px;}
	.main .main_nav ul{width: 100%;}
	.main .main_nav ul li{width:49.2%;}
	.main .main_nav ul li a{height:40px;line-height:40px;font-size: 13px;}
	.main .main_nav ul li span{height:40px;line-height:40px;font-size: 13px;}

	/*公司简介*/
	.con_list_wen h4{font-size:15px;color:#343434;margin-top:0;}
	.con_list_wen p{font-size:13px;color:#656565;line-height: 20px;}
	.con_list_img{margin-bottom: 5%;}

	/*企业文化*/
	.sectionOne h3{font-size: 18px;}
	.sectionTwo h3{font-size: 18px;}
	.sectionTwo_box{height:120px;margin-bottom: 15px;}
	.sectionTwo_box .col-md-4{height:80px;line-height:80px;}
	.sectionTwo_box .col-md-8{height:80px;}
	.sectionTwo_box .col-md-8 h4{font-size: 15px;margin: 5px 0 8px 5px;}
	.sectionTwo_box .col-md-8 p{font-size: 12px;margin-left: 5px;}
	.sectionTwo>.container>.row{width:90%;margin: 0 auto;}
	.wenHua_img img{width:80%;}

	/*发展历程*/
	.stHistory > .swiper-container {width:85%;height: 280px;}
	.stHistory .swiper-wrapper{height: 260px;}
	.stHistoryBox ul{font-size: 12.5px;height:170px;}
	.stHistoryBox{width:70%;margin-left: -35%;}
	.stHistoryBox_min{}

	.stHistory .swiper-button-next{top:84.5%;right:-2px;}
	.stHistory .swiper-button-prev{top:84.5%;}

	/*标签页第二页*/
	.topHonor{padding-bottom:10px;}
	.stHonor .thumbnail .caption{font-size: 13px;}
	.stHonor .swiper-pagination .swiper-pagination-bullet{width:30px;height:8px;}
	.stHonor .swiper-container-horizontal>.swiper-pagination-bullets, .stHonor .swiper-pagination-custom, .swiper-pagination-fraction{bottom:30px;}

	.stHonorPatentBox{height:100px;}
	.stHonorPatentBox .col-md-4{height:70px;line-height: 70px;}
	.stHonorPatentBox .col-md-8{height:70px;}
	.stHonorPatentBox .col-md-8 p{font-size: 14px;margin:8px 0 0 15px;line-height: 23px;}
	#stHonorPatent .wenHua_img img{width:70%;}

	#stHonor .wenHua_img img{width:80%;}
	#stHonor .col-md-8 p{font-size: 14px;margin:0 0 0 15px;line-height: 23px;}

	/*标签切换效果 结束*/


	/*企业新闻和行业动态  开始*/
	.companyNews_header{margin-bottom: 30px;}
	.companyNews_header h3{font-size: 15px;margin-top:10px;line-height: 24px;}
	.companyNews_header p{font-size: 13px;}
	.companyNews section{font-size:13px;line-height:24px;}
	.companyNews section .companyNews_img{width: 100%;}
	.companyNews section .companyNews_img img {width:100%;!important;height:80%;!important;margin-bottom:5px; max-width: 100%;!important;max-height: 100%;!important;}
	.companyNews .companyNews_img p {font-size: 13px;margin: 0 0 15px 0;line-height: 22px;}
	.companyNews .companyNews_p a{font-size: 13px;}
	#companyNews_link{margin-top: 15px;}
	#companyNews_link a{font-size: 16px;margin: 0 0 0 10px;}
	#companyNews_link span{font-size: 14px;}

	/*相关新闻*/
	.relatedNews h4{font-size: 15px;height:50px;line-height: 50px;}
	.relatedNews ul li a{height:50px;line-height: 50px;font-size: 13px;}

	/*行业新闻*/
	.tradeNews .row{padding:6% 0;}
	.tradeNews .row .col-md-4{height:250px;}
	.tradeNews .row .col-md-8{margin-top: 3%;padding-bottom: 12%;}
	.tradeNews_top{font-size: 15px;}
	.tradeNews_time{font-size: 13px;margin-top: 5px;}
	.tradeNews_text{font-size: 13px;margin-top:4%;line-height:22px;}
	.tradeNews_more{width:100px;height:30px;line-height:30px;font-size: 12px;right:50%;margin-right: -50px;}
	.tradeNews_more img{width:20px;margin-bottom: 2px;}

	/*分页*/
	.tradePage .pagination > li > a{font-size:13px;margin: 0;}
	/*企业新闻和行业动态  结束*/

	/*人才招聘和人才理念  开始*/
	#talentConcept .thumbnail h3{font-size: 15px;}
	#talentConcept .thumbnail p{font-size: 14px;line-height: 22px;}
	#talentConcept>.row>div{margin-top:10px;}


	/*标签切换效果  校园招聘 / 社会招聘 */
	#tabType{padding:0;}
	#tabType>.nav-tabs li a{font-size:16px;margin: 0 20px;height:42px;line-height:42px;}

	/*标签切换效果  技术类 / 职能类 / 业务类 / 生产类 */
	.jobType>.nav-tabs li{width:20%;}
	.jobType>.nav-tabs li a{height:38px;line-height:38px;width:100%;font-size:15px;}

	.scrollDiv .table > thead > tr > th{font-size: 13px}
	.scrollDiv .table > tbody > tr > td{font-size: 12px;line-height: 20px;}
	.scrollDiv .table> thead > tr > th{width:80px;}

	.scrollDiv p{margin-bottom: 5px;}
	/*联系方式*/
	.myTabContact{width:90%;text-align: left;}
	.myTabContact span{font-size: 13px;}
	.myTabContact span img{width: 7%;}
	.myTabContact .col-md-6{margin-bottom: 15px;}

	/*人才招聘和人才理念  结束*/


	/*质量安全和社会责任  开始*/
	/*质量与安全*/
	.quality1{font-size: 13px;line-height: 24px;background: none;}
	.quality1Box{width:90%;margin-top: 20px;margin-bottom: 10px;}

	/*标准与法规*/
	.quality2>div{margin-top: 20px;}
	.quality2_title{width: 90%;font-size: 13px;line-height: 24px;}

	.quality2Box_tishi{height:35px;line-height: 35px;font-size: 13px;}
	.quality2Box_tishi span{height:30px;line-height:25px;margin-bottom: -15px;}
	.quality2Box_tishi span i{width:3px;height:3px;margin: 0 2px;}
	.tishi_down{height:100px;font-size: 13px;line-height: 24px;}
	.quality2Box:hover b{display: none;}

	/*检测报告*/
	.quality3{width:100%;}
	.baoGaoBox_a {height: 50px;line-height: 50px;font-size: 14px;}
	.baoGaoBox_time {font-size: 12px;}
	.baoGaoBox_time .chaKan{width:35px;height:32px;line-height: 30px;margin-left: 5px;}
	.quality3 .tradePage .pagination > li > a {font-size: 12px;margin: 0;}


	/*社会捐赠*/
	#container_duty{padding-left: 0;padding-right:0;}
	.duty_top{height:40px;line-height: 40px;font-size: 14px;margin-top:10px;padding:0 6%;}
	.duty_top_img img{padding-bottom: 2px;width: 80%;}
	.dutyType1 > li .duty_year{padding:15px 0;font-size: 12px;}
	.duty_wen > li{padding:15px 10%;font-size: 12px;}

	.duty .tradePage .pagination > li > a {font-size: 12px;margin: 0;}

	/*质量安全和社会责任  结束*/

	/*研发力量和技术能力  开始*/
	/*研发能力*/
	#yanFa_con{padding-left: 0;padding-right: 0;}
	.yanFa{padding:5% 6% 4% 6%;}
	.yanFa .col-md-4{padding:0 7%;margin-top: 5%;margin-bottom:3%;}
	.yanFa .col-md-4 .yanFa_num{height:60px;line-height: 60px;font-size:60px;}
	.yanFa .col-md-4 p{font-size: 15px;margin-top: 5%;}
	.yanFa_col_l,.yanFa_col_r{display: none;}
	/*技术平台*/
	.pingTai{width:100%;background-size: 25px 35px;}
	.pingTai .pingTai_l,.pingTai .pingTai_r{width:100%;padding:5% 0;font-size: 14px;}
	.pingTai .pingTai_l{margin-bottom: 18%;}
	.pingTai_l p, .pingTai_r p {margin: 5% 0 0 0;}
	.pingTai img{width: 15%;}

	.pingTaiDiv .pingTaiDiv_l{padding-right:15px;height:350px;margin-bottom:4%;}
	.pingTaiDiv .pingTaiDiv_l>div{height:350px;background-size: auto 100%;}
	.pingTaiDiv .pingTaiDiv_r{padding-left:15px;margin-top:0;}
	.pingTaiDiv_r ul li div{padding:1.5% 2%;}
	.pingTaiDiv_r ul li div h4{font-size: 15px;margin:5px 0 5px 0;}
	.pingTaiDiv_r ul li div p{font-size: 13px;line-height: 22px;}


	/*分析平台*/
	.fenXi_l{padding-right:15px;}
	.fenXi_r{padding-left:15px;}
	.fenXi .thumbnail .caption{height:210px;}
	.fenXi .thumbnail .caption div{margin-bottom: 6%;}
	.fenXi .thumbnail .caption div h3{font-size: 15px;line-height:25px;padding-left:12px;}
	.fenXi .thumbnail .caption div p{font-size: 12px;margin:5px 0 0 0;line-height:22px;}

	.thumbnail_box{width:300px;height:180px;margin-top: -65px;margin-left: -150px;}
	.thumbnail_box_wen{margin-top:15px;}
	.thumbnail_box_wen .thu_name{font-size:18px;margin-bottom: 5px;}
	.thumbnail_box_wen .thu_en{font-size: 14px;}
	.thumbnail_box_img > img{width: 22%;}
	/*共享平台*/
	.sharePingTai .shareBox .col-md-2{margin-bottom: 3%;}
	.shareBox_list{width:70px;height:70px;}
	.shareBox_list p{margin-top:-25px;font-size: 10px;}

	.sharePingTai{height:330px;}
	.shareBox .col-xs-12{width:82%;overflow:hidden;font-size:13px;padding:2%;color:#fff;margin:0 auto 10px auto;float:none;border-radius: 3px;text-align: center;
		background:rgba(251,179,11,0.8);}


	/*技术力量*/
	#jiShu_con  .jiShuBox{padding-right: 0;padding-left: 0;}
	#jiShu_con .jiShuBox .jiShuBox_wen{width:80%;margin: 5% auto 0 auto;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen1 img{width:15%;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen2{margin-bottom: 12px;font-size: 18px;}
	#jiShu_con .jiShuBox .jiShuBox_wen .jiShuBox_wen3{font-size: 13px;line-height: 22px;}
	#jiShu_con .row:not(:last-child){margin-bottom: 5%;}
	#jiShu_con .row .jiShuBox:first-child{margin-top: 3%;}
	/*研发力量和技术能力  结束*/


	/*关于我们页  开始*/
	.contact h4{font-size:15px;margin-bottom: 10px;}
	.contact p{font-size:12px;margin-bottom: 5px;}
	.sectionTwo>.contactPhone>.row{width:100%;margin: 0 auto;}
	.contactPhone .row .col-md-2{margin-bottom: 10px;}
	.contactPhone_list h4{font-size: 15px;margin-bottom: 15px;}
	.contactPhone_list p{font-size: 12px;margin-bottom: 5px;}

	/*波顿集团布局*/
	.contactLayout .Layout_top{font-size: 17px;margin-top: 5%;margin-bottom: 5%;}
	.Layout_main_contact h4{font-size: 15px;}
	.Layout_main_contact p{font-size: 12px;margin-bottom: 5px;}
	.Layout_main{width: 100%;}
	.Layout_main_site{background: none;margin-top:8%;}
	.Layout_main_site_r{padding-left:15px;margin-top: 3%;}
	.Layout_main_site .col-md-6 h4{font-size: 15px;}
	.Layout_main_site .col-md-6 p{font-size: 12px;margin-bottom: 5px;}


	/*关于我们页  结束*/


	/*波顿产品  开始*/
	/*日用香精*/
	.locationBox{margin:5% auto;width:90%;position: static;background: #f9f9f9;}
	.locationBox .col-md-6{padding:5% 7%;}
	.locationBox .col-md-6 h4{font-size: 17px;}
	.locationBox .col-md-6 p{font-size: 12px;line-height: 22px;}


	#locationBox_three{top:-150px;overflow: hidden;}
	#locationBox_three .col-md-4 {padding:5% 7%;}
	#locationBox_three .col-md-4  h4{font-size: 17px;}
	#locationBox_three .col-md-4  p{font-size: 12px;line-height: 22px;}

	/*应用领域*/
	.domain{margin-top: 4%;}
	.domainNav .domainNav_one{margin-top: 2%;}
	.domainNav .domainNav_one .text-center{height:40px;line-height:40px;font-size: 15px;}
	.domainNav_two{margin-top: 4%;padding-left: 15px;padding-right: 15px;}
	.domainNav_two .col-md-2{width:48.5%;margin-bottom: 4%;padding-left: 0;padding-right: 0;}
	.domainNav_two .col-md-2:nth-child(odd){float:left;}
	.domainNav_two .col-md-2:nth-child(even){float:right;}
	.domainNav_two .col-md-2>div{height:120px;}
	.domainNav_two .col-md-2>div p{font-size: 15px;}
	.domainNav_two .col-md-2>div div{font-size: 13px;}

	.domainNav_three .col-md-3{margin-bottom: 15px;}
	#domainNav_three_1 .col-xs-12{margin-bottom: 15px;}
	.domainNav_three_top{font-size: 15px;}
	.domainNav_three_cont{font-size: 13px;}


	/*标签切换效果  纸巾&涂料 / 香水 / 空腔护理 / 厨卫清洁 / 香薰 / 个人洗护 / 衣物洗护 */
	.productType>.nav-tabs li{padding: 0 20px;}
	.productType>.nav-tabs li a{height:38px;line-height:38px;width:100%;font-size:15px;}

	/*搜索框*/
	.header_search {width: 135px;height: 30px;font-size:13px;}
	.header_search button{font-size:15px;}

	/*
    .search_bg {height: 30px; line-height: 30px;margin-top: -15px; font-size:13px;}
    .search_bg .fa{font-size: 15px;}
    */

	.rowStyle1_main{width:90%;margin: 0 auto;}
	/*内容*/
	.rowStyle1 .col-md-6:nth-child(1){padding-left:0;padding-right:0;}
	.rowStyle1 .col-md-6:nth-child(2){padding-right:0;padding-left:0;}
	.rowStyle1_main_cont .table thead tr th{font-size:15px;}
	.rowStyle1_main_cont .table tbody tr td{font-size:13px;}
	.rowStyle1_main_cont .tradePage .pagination > li > a {font-size: 12px;margin: 0 2px;padding: 6px 10px;}

	.rowStyle1{margin-left: 0;margin-right: 0;}

	/*香料及提取物*/
	#tiQuType{margin-top:5%;}
	/*标签切换效果  校园招聘 / 社会招聘 */
	#tiQuType{padding:0;}
	#tiQuType>.nav-tabs li a{font-size:16px;margin: 0 20px;height:42px;line-height:42px;}

	/*标签切换效果  植物提取物推荐 / 皮肤护理 / 口腔护理 / 头发护理 */
	.tiQuTypeBox>.nav-tabs li{padding: 0 10px;}
	.tiQuTypeBox>.nav-tabs li a{height:38px;line-height:38px;width:100%;font-size:15px;}

	.rowStyle2 .rowStyle1_main_top{padding: 3% 0;}
	.rowStyle2 .table thead tr th{font-size:14px;}
	.rowStyle2 .table tbody tr td{font-size:12px;}
	.rowStyle2 .table thead tr th:first-child{width:100px;}
	.rowStyle2 .table tbody tr td:not(:first-child){font-size: 14px;}
	.rowStyle2 .tradePage .pagination > li > a {font-size: 12px;margin: 0 2px;padding:6px 10px}


	/*食用产品*/
	#productSwiper .swiper-container{width:85%;}
	.swiper-container>.nav-tabs li a{height:38px;line-height:38px;width:100%;font-size:15px;}
	#productSwiper .swiper-button-prev{left:15px;}
	#productSwiper .swiper-button-next{;right:15px;}

	/*波顿产品  结束*/

	/*搜索结果 开始*/
	.searchJg .row{height:250px;padding:8% 0;}
	.searchJg .row .col-md-12{}
	.searchJg_top{font-size: 15px;}
	.searchJg_time{font-size: 13px;margin-top: 5px;}
	.searchJg_text{font-size: 13px;margin-top:4%;line-height:22px;}
	.searchJg_more{width:100px;height:30px;line-height:30px;font-size: 12px;right:50%;margin-right: -50px;}
	.searchJg_more img{width:20px;margin-bottom: 2px;}
	/*搜索结果  结束*/


}

