/*导航栏*/

body {
	font-size: 16px;
}
a{color: #333333;}
a:focus, a:hover{color: #333333;}
.thumbnail{border: 0 none;}
.text-success{color: #4b99a2;}
.text-secondary{color: #9fa0a0;font-size: 14px;margin-bottom: 30px;}
.page-num, .page-link{float: left;}
.navbar-collapse.collapse{float: right;}
.slimScrollBar{opacity: 0 !important;}
.logobox{
	display: inline-block;
	padding: 10px 0;
}
.logobox img{
	width: 100%;
}

#navbarNav{display: block;}
#cd-lateral-nav{display: none;}
.navbar {
	margin: 0;
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	border: 0 none;
	border-radius: 0;
	z-index: 99;
    box-shadow: 0px -10px 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px -10px 20px rgba(0,0,0,0.5);
}
.fixed-top{
	position: fixed;
}
.navbar-nav>li{
	position: relative;
}
.navbar-nav:hover>li.active a.nav-link{
	background: none;
	color: #333333;
}
.navbar-nav>li:hover a.nav-link{
	background: #9fa0a0;
	color: #FFFFFF;
}
.nav-second li a{
	padding: 7px 15px;
	margin-bottom: 2px;
	color: #333333;
}
.navbar .nav-second a:hover{
	background: #9fa0a0;
	color: #FFFFFF;
}

li.nav-item ul.nav-second{
	left: 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
    width: -webkit-max-content;
    width: max-content;
    background: #26272b;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    display: block;
    opacity: 0;
    transition: transform .5s ease,opacity .2s ease;
    -webkit-transition: -webkit-transform .5s ease,opacity .2s ease;
}
.nav-item:hover>ul.nav-second{
    display: block;
    opacity: 1;
    z-index: 1000;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: transform .3s ease,opacity .2s ease .1s;
    -webkit-transition: -webkit-transform .3s ease,opacity .2s ease .1s;
}
ul.nav-second li{
	margin-top: 2px;
	background: #38383a;
}

.navbar ul.nav-second a{
	color: #FFFFFF;
}
@media (min-width: 768px) {
	.navbar-nav {
		float: right;
	}
}

.navbar-brand {
	height: auto;
}
.navbar-brand img{
	width: 100%;
}
.navbar-default .navbar-nav>.active>a{
	background: none;
	color: #4B99A2;
}
.navbar .navbar-nav a {
	color: #333333;
	display: block;
}
.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 16px;
    padding: 34px 15px 20px;
}
.navbar .container {
	position: relative;
}
.navbar .active .nav-link {
	background: #9fa0a0;
	color: #FFFFFF;
}
.navbar-nav>.nav-item:hover .nav-link{
	background: #9fa0a0 !important;;
	color: #FFFFFF !important;
}
.language {
	text-align: right;
	display: block;
	position: absolute;
	top: 0;
	right: 25px;
}
.language a {
	color: #4b99a2;
	font-weight: bolder;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.swiper-container .arrow-left {
	background: url(../images/icon/bannerleft.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
}
.swiper-container .arrow-right {
	background: url(../images/icon/bannerright.png) no-repeat left bottom;
	background-size: cover;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px;
	width: 60px;
	height: 60px;
}
.swiper-slide{
	position: relative;
	height: auto !important;
}
.bannertext {
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}
.pagination{
	margin: unset;
	margin-top: 20px;
	margin-left: 50%;
}
.downloadpage{
	margin: unset;
	margin-top: 20px;
	margin-left: 36%;
}

/*广告图*/
.section .section1{
	background: url(../images/banner1.jpg) center no-repeat;
}
.section .section2{
	background: url(../images/banner2.jpg) center no-repeat;
}
.section .section3{
	background: url(../images/banner3.jpg) center no-repeat;
}
#section2{
	background-color: #8e8e8e;
}
#section3{
	background-color: #101010;
}
#section6,#section7{
	padding: 0 !important;
}
.section .section4{
	background: url(../images/banner4.jpg) center no-repeat;
}
.section .section6 .col-md-12{
	height: 350px;
	background: url(../images/zerenbg.jpg) center no-repeat;
	
}
.section.active .section6 .col-md-12{
	background: url(../images/zerenbg.jpg) center no-repeat;
}
.section .section6 .txt{
	top: 10%;
	opacity: 1;
}
.section .section5{
	padding-top: 20px;
	background: #FFFFFF;
}
.section .section5 .col-md-3{
	padding: 0 0 15px 15px;
}
.section5,.section6{
	background: #FFFFFF;
}
.section.active .wow{
    visibility: visible !important;
    animation-duration: 1s;
}
.section.active .col-md-3{
    animation-duration: 1s;
    animation-name: zoomIn !important;
}
.section .section5 .title{
	line-height: 3;
	font-size: 16px;
	text-align: center;
	color: #333333;
	background: #c9caca;
}
.section .fadeInRight{
	-webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
	transform: translateX(200px);
    -moz-transition: all 1s 0.2s;
    -ms-transition: all 1s 0.2s;
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.section.active .fadeInRight{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.section .fadeInLeft{
	-webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
	transform: translateX(-200px);
    -moz-transition: all 1s 0.2s;
    -ms-transition: all 1s 0.2s;
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.section.active .fadeInLeft{
	-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}
.section .fadeInUp{
	-webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
	transform: translateY(100%);
    -moz-transition: all 1s 0.5s;
    -ms-transition: all 1s 0.5s;
    -webkit-transition: all 1s 0.5s;
    transition: all 1s 0.5s;
}
.section.active .fadeInUp{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.section .fadeInDown{
	-webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
	transform: translateY(200px);
    -moz-transition: all 1s 0.2s;
    -ms-transition: all 1s 0.2s;
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}
.section.active .fadeInDown{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.title-box{
	padding: 5px 0;
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1;
	border-left: 10px solid #da251d;
}

.section .content{
	width: 100%;
	height: 100%;
	color: #333;
	background-size: cover;
}
.txt{
	padding-bottom: 5%;
    position: absolute;
    left: 5%;
    width: 90%;
    color: #FFFFFF;
	text-align: center;
    opacity: 0;
    transition: all 1s 0.8s;
    z-index: 1;
}
.txt p{
	font-size: 20px;
	margin-top: 15px;
}
.txt a{
	display: inline-block;
	padding: 3px 20px;
	margin-top: 50px;
	background: rgba(255,255,255,0.4);
	color: #FFFFFF;
}
.section1 .txt{
    top: 35%;
}
.section2 .txt{
    top: 20%;
}
.section3 .txt{
    top: 20%;
}
.section4 .txt{
    top: 18%;
}
.section5 .txt{
    top: 0;
    opacity: 1;
}
.section5 .txt p{
	font-size: 16px;
	margin-top: 25px;
	line-height: 1;
}
.section.active .section5 .txt {
	padding: 40px 0;
}

/*首页新闻中心*/
.newsbox .video{
	padding: 75px 35px 0 0;
}
.video .view-box{
	width: 565px;
}
.newsbox .news{
	background: #e9eaea;
    min-height: 515px;
	padding: 75px 0 0 35px;
}
.news .inews{
	width: 565px;
}
.newsright{
	padding-right: 0;
}
.newsright h3{
	margin-top: 0;
	font-size: 22px;
}
.newsright p{
	font-size: 15px;
	color: #595757;
}
.viewmore{
	display: inline-block;
	color: #898989;
	padding: 5px 20px;
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5;
	border: 1px solid #cbcccc;
}
.index-news{
	padding: 50px 0;
}
.caption p img{
	width: 30px;
	float: right;
}

/*首页关于我们*/
.index_about{
	background: #e6e6e6;
	padding: 30px 0;
}
.index_about .col-lg-4{
	margin-bottom: 25px;
}
.index_about .imgbox{
	display: inline-block;
	text-indent: inherit;
}
.card-title{
	display: block;
	margin: 10px 0;
	font-weight: bolder;
	color: #727171;
}
.index_about .card-title:hover{
	color: #4B99A2;
}
.index_about .badge{
	background: #4B99A2;
	color: #FFFFFF;
	font-size: 14px;
	padding: 3px 10px;
}

/*产品推荐*/
.recommend .col-md-4{
	padding: 0;
	padding-right: 30px;
	margin-bottom: 20px;
	width: 31.333333%;
}
.recommend .col-md-4 img{
	width: 100%;
}
.recommend .col-md-8{
	padding: 0;
	width: 68.66666667%;
}
.recommend .media-heading{
	padding: 10px 15px;
	background: #EAEAEA;
	font-size: 20px;
}
.recommend .abstract{
	padding: 0 15px;
}
.recommend p{
	line-height: 3;
}
.recommend p span{
	font-weight: bolder;
}
.recommend .abstract .paint-and-coat{
	letter-spacing: 4px;
}
.recommend .abstract .inks{
	display: inline;
}
.recommend .plastics span{
	width: 220px;
}
.recommend .abstract .plastics-one{
	float: left;
	white-space: nowrap;
}
.recommend .abstract .plastics-two{
	letter-spacing: 17.5px;
	float: left;
	white-space: nowrap;
}
.recommend .abstract .plastics-three{
	letter-spacing: 24px;
	float: left;
	white-space: nowrap;
}
.recommend .abstract .plastics-four{
	letter-spacing: 2px;
	float: left;
}
.recommend .abstract .down{
	display: inline;
}

/*客户群*/
.bazaar{
	width: 100%;
	height: 633px;
	background: url(../images/bazaar.jpg) center no-repeat;
	
}
.bazaar .container{
	padding: 50px 0;
}
.bazaar .title-box{
	color: #FFFFFF;
}
.bazaar .txt{
	opacity: 1;
	top: 40%;
}
.bazaar .txt p{
	font-size: 24px;
	line-height: 2;
}

/*留言*/
.my-4 .col-md-2,.my-4 .col-md-10{
	padding: 0;
	margin: 0;
	background: #e9eaea;
}


/*底部*/
.footer{
	background: #000000;
}
.footer .col-12{padding: 40px 0;}
.footer p,.footer p span,.footer label{
	color: #FFFFFF !important;
	font-weight: 500;
}
.footer input{
	border: 0 none;
	height: 34px;
	padding: 6px 12px;
	margin-bottom: 10px;
	border-radius: 0;
}
.footer button{
	width: 100%;
	height: 34px;
	background: #4B99A2;
	color: #FFFFFF;
	border: 0 none;
	border-radius: 0;
}
.btn-default:hover,.btn-default:active:hover{
	background: #4B99A2;
	color: #FFFFFF;
}
.copyright{
	padding: 20px 0;
	font-size: 14px;
	background: #323133;
}
.copyright a{
	color: #FFFFFF;
}
.jumbotron{padding: 74px 0 0;margin-bottom: 10px;}
.jumbotron .container{
	width: 100%;
	padding: 180px 0 80px;
	background: rgba(0,0,0,0.4);
}
.text-light h1,.text-light h2{
	color: #FFFFFF;
	text-align: center;
	text-shadow: 5px 5px 5px #333333;;
}
.codea .col-xs-6{
	text-align: right;
	padding: 0 5px;
	margin-left: 73px;
}
.message{
	text-align: right;
	margin-bottom: 30px;
}
.message img{
	display: inline-block;
	margin-left: 10px;
}
.footer .acquire{
	padding-left: 120px;
}
.acquire .col-md-6{
	text-align: center;
	background-size: cover;
}
.acquire .col-md-6 a{
	display: inline-block;
	padding: 55px;
	color: #FFFFFF;
	overflow: hidden;
}
.acquire .download a{
	background: url(../images/download.jpg) center no-repeat;
}
.acquire .specimen a{
	background: url(../images/specimen.png) center no-repeat;
}

/*公司简介*/
.introduce{
	background: #eaeaea;
	padding-bottom: 30px;
    text-align: center;	
}
.introduce .title-box{text-align: left;margin-top: 30px;}
.introduce .row{
	padding: 40px 0 20px;
}
.introduce .col-md-7{
	text-align: left;
	text-indent: 2em;
}
.img-box{
	padding: 50px 0;
	text-align: center;
}
.img-box img{
	max-width: 100%;
	display: inline-block;
}
.course{
	background: #0a0b0c;
}
.text-white{
	color: #FFFFFF;
}
.qualification{
	/*background: url(../images/di.png) center 85% no-repeat;*/
	background-color: #e8e8e7;
	padding-bottom: 30px;
}
.qualification .col-md-2{
	padding: 0 15px;
	display: inline-block;
}
.qualification img{
	display: inline-block;
	margin: 0 10px;
}
.img-wraper{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.pages{
	padding: 50px 0;
}
.pages .col-lg-12 img{
	width: 100%;
	margin-bottom: 10px;
}
.detection{margin: 0 auto;padding: 0 40px;}
.detection .col-lg-4{
	text-align: center;
	min-height: 270px;
	margin-bottom: 10px;
}
.production .col-xs-12,.production .col-md-12{
	margin-bottom: 20px;
}
.honor .col-lg-3{
	min-height: 360px;
	margin-bottom: 20px;
}

/*企业文化*/
.culture{
	padding: 30px 62px;
}
.culture-item {
	height: 285px;
    overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.culture-item .cultureimg{
	float: left;
	z-index: 2;
}
.culture-item .culturetext{
	width: 45%;
	color: #FFFFFF;
	float: right;
	padding: 30px 45px;
	z-index: 3;
}
.culturetext h2{
	margin: 0 0 30px;
}
.culturetext p{
	line-height: 2;
}
.cultureL{
	position: absolute;
	left: 0;
}
.cultureR{
	position: absolute;
	right: 0;
	text-align: right;
}

/*人才理念*/
.concept {
	margin-bottom: 50px;
}
.concept .content{
	max-width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
	background: none;
}
.content .col-md-4{
	text-align: center;
}
.conceptbg{
	background: #E9EAEA;
}
.concept-title{
	font-size: 20px;
	font-weight: bolder;
	margin-bottom: 15px;
}
.concept .concept-text{
	padding-right: 20px;
	text-align: justify
}

.content table{
	width: 100%;
}
.patents img{
	width: 200px;
	margin: 15px 15px 50px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
}
.service{
	text-align: center;
}
.service .content{
	padding: 50px 0;
	line-height: 2;
}
.service .content p{
	margin-bottom: 20px;
}

/*新闻中心*/
.media{
	margin-bottom: 30px;
}
.media .date{
	text-align: center;
}
.media-left,.col-xs-8{
	padding-right: 0;
	height: 212px;
	overflow: hidden;
}
.media .day{
	font-size: 55px;
	font-weight: bolder;
	color: #898989;
	letter-spacing: 2px;
	padding: 0 10px;
	border-bottom: 1px dashed #898989;
}
.media .year{
	color: #898989;
	padding: 10px 0;
	text-align: center;
}
.media .xian{
	width: 100px;
	border-top: 5px solid #e9eaea;
}
.media .col-xs-8{
	padding-top: 20px;
	background: #e9eaea;
}
.media .abstract{
	margin-top: 15px;
	min-height: 50px;
}

/*留言*/
.form-control{
	height: 40px;
	font-size: 16px;
	background: #e9eaea;
	border: 0 none;
	border-radius: 0;
	margin-bottom: 15px;
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition:none;
	transition:none;
}
.form-control:focus{
	-webkit-box-shadow: none;
	box-shadow:none;
}
.form-group textarea{
	height: 150px;
}
.form-group .submit{
	border-radius: 0;
	padding: 8px 40px;
	margin-right: 15px;
	font-size: 18px;
	color: #FFFFFF;
	background: #898989;
}
.form-group .reset{
	border-radius: 0;
	padding: 8px 40px;
	font-size: 18px;
	color: #898989;
	background: #e9eaea;
}

.productbox{
	padding: 0 50px;
}

@media (min-width: 992px) and (max-width:1180px) { 
	.container{
		width:100%;
	}
}

/*手机导航条*/
.navbar-toggler{
	display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.logobox{
		width: 25%;
	}
	.logobox img{
		width: 100%;
	}
}
@media (max-width:768px){
	html{font-size: 14px;}
	body{font-size: 14px;overflow: hidden;}
	.h3, h3{font-size: 18px;}
	.honor .col-lg-3{
		min-height: auto;
		margin-bottom: 20px;
	}
	.logobox{width: 12rem;}
	.navbar{
		padding: 0;
		position: fixed;
	}
	.jumbotron{padding-top: 4.5rem;}
	/*.jumbotron img{width: 100%;}*/
	.logo-sm-height{
		width: 100%;
	}
	.navbar-toggler-icon{
		display: block;
		width: 36px;
		height: 36px;
		background: url(../images/icon/mune.png) center no-repeat;
		background-size: cover;
	}
	.navbar-toggler {
		display: block;
		float: right;
		padding: 12px;
		border: 0 none;
		background: none;
	    position: absolute;
		right: 0;
		top: 0;
		z-index: 99;
	}
	button:focus{
		outline:none;
		background: none;
	}
	.navbar-collapse.collapse{
		width: 100%;
		float: none;
		border: 0 none;
		box-shadow: none;
	}
	.submenu{display: none;}
	.submenu li{padding-left: 1rem;}
	.text-light h1{font-size: 24px;}
	.text-light h2{font-size: 18px;font-weight: 500;}
	.text-light h1, .text-light h2{margin-top: 10px;}
	.productbox {padding: 0 20px;}
	.sortnav .col-lg-5{display: none;}
	
	.culture,.pages,.img-box{
		padding: 15px;
	}
	.section .section5 .row{
		padding-right: 15px;
	}
	#section5{
		padding-top: 25px !important;
	}
	.newsbox .video{
		padding: 60px 0 0;
	}
	.newsbox .view-box{
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsbox .video img{
		width: 100%;
	}
	.newsbox .news{
		padding: 15px;
		min-height: auto;
	}
	.newsbox{margin: 0;}
	.news .inews{width: 100%;}
	.txt a{margin-top: 20px;}
	.footer .acquire,.footer .col-12{padding: 0;}
	.message{text-align: center;margin-top: 15px}
	.video .view-box{width: 100%;margin-bottom: 15px;}
	.footer .container{padding: 3% 0 1rem;}
	.acquire .col-md-6 a{padding: 5rem;}
	.footer .col-xs-6{margin-top: 1rem;}
	.codea .col-xs-6{text-align: center;margin-left: 20vw;margin-top: -1rem;}
	.copyright{padding: 0 15px;}
	/* .copyright{margin-top: -10rem;} */
	.copyright .container{padding: unset;font-size: 0.8rem}
	.txt h2{font-size: 18px;}
	.txt p{font-size: 14px;}
	.newsright h3{font-size: 16px;font-weight: bolder;}
	.newsright p{font-size: 14px;line-height: 1.5;}
	.img-box img{width: 100%;}
	.qualification img,.patents img{width: 30%;margin: 0 1%;margin-bottom: 15px;}
	.introduce img{width: 100%;}
	.culture-item .culturetext{width: 100%;}
	.media .date{display: none;}
	.media .media-middle{padding-left: 0;}
	.recommend .col-md-4,.recommend .col-md-8{width: 100%;padding: 0;}
	.viewmore{margin-top: 5px;}
	
	#navbarNav{display: none;}
	#cd-lateral-nav{display: block;}
	#cd-menu-trigger {
	  position: fixed;
	  right: 0;
	  top: 0;
	  height: 4.5rem;
	  width: 4.5rem;
	  background-color: none;
	  z-index: 13;
	}
	#cd-menu-trigger .cd-menu-text {
	  height: 100%;
	  text-transform: uppercase;
	  color: #FFF;
	  font-weight: 600;
	  display: none;
	}
	#cd-menu-trigger .cd-menu-icon {
	  /* this span is the central line in the menu menu */
	  display: inline-block;
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  bottom: auto;
	  right: auto;
	  -webkit-transform: translateX(-50%) translateY(-50%);
	  -moz-transform: translateX(-50%) translateY(-50%);
	  -ms-transform: translateX(-50%) translateY(-50%);
	  -o-transform: translateX(-50%) translateY(-50%);
	  transform: translateX(-50%) translateY(-50%);
	  width: 1.5rem;
	  height: 0.1rem;
	  background-color: #333;
	  /* these are the upper and lower lines in the menu menu */
	}
	#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
	  content: '';
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  background-color: inherit;
	  left: 0;
	  /* Force Hardware Acceleration in WebKit */
	  -webkit-transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	}
	#cd-menu-trigger .cd-menu-icon::before {
	  bottom: 0.5rem;
	}
	#cd-menu-trigger .cd-menu-icon::after {
	  top: 0.5rem;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon {
	  background-color: rgba(32, 13, 194, 0);
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
	  background-color: #333;
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::before {
	  bottom: 0;
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#cd-menu-trigger.is-clicked .cd-menu-icon::after {
	  top: 0;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.pagination{
		margin-left: unset;
		display: block;
	}
	.downloadpage{
		margin-left: unset;
		width: max-content;
		margin: 20px auto;
	}
	.tsdbox{
		padding-left: unset;
	}
	.datalist{
		padding-left: 1rem !important;
		padding-right: unset !important;
	}
	.datalist li{
		line-height: 1rem !important;
		margin-bottom: 1.5rem !important;
	}
	.datalist .clearfix .zilist{
		width: unset !important;
	}
	.datalist .clearfix .datamore{
		width: 9rem !important;
		margin-top: 0.6rem !important;
		padding: unset !important;
	}
	.datamore a{
		padding: 0.5rem 1rem !important;
		margin-right: 4rem !important;
		margin-top: 0.3rem !important;
	}
	.datamore p{
		line-height: 2.5 !important;
		letter-spacing: unset !important;
		font-size: 16px !important;
	}

	@media only screen and (min-width: 768px) {
	  #cd-menu-trigger {
	    width: 110px;
	    padding-left: 1.25em;
	  }
	  #cd-menu-trigger .cd-menu-text {
	    display: inline-block;
	    line-height: 70px;
	  }
	  #cd-menu-trigger .cd-menu-icon {
	    left: auto;
	    right: 0;
	    -webkit-transform: translateX(0);
	    -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	    -o-transform: translateX(0);
	    transform: translateX(0);
	  }
	}
	@media only screen and (max-width:768px){
		.footer .acquire,.footer .col-12{padding: 0;}
		.message{text-align: center;margin-top: 15px}
		.video .view-box{width: 100%;margin-bottom: 15px;}
		.footer .container{padding: 4.5rem 0 1vw;}
		.acquire .col-md-6 a{padding: 7vw;}
		.footer .col-xs-6{margin-top: 1rem;}
		.codea .col-xs-6{text-align: center;margin-left: 23.5vw;margin-top: -1rem;}
		.copyright{padding: 0 15px;}
		/* .copyright{margin-top: -10rem;} */
		.copyright .container{padding: unset;font-size: 0.8rem}
	}
	.navbar-nav{margin: 0;}
	#cd-lateral-nav {
	  position: fixed;
	  height: 100%;
	  right: -7rem;
	  top: 0;
	  /* the secondary navigation is covered by the main element */
	  z-index: 12;
	  width: 12rem;
	  background-color: #FFFFFF;
	  overflow-y: auto;
	  /* Force Hardware Acceleration in WebKit */
	  -webkit-transform: translateZ(0);
	  -webkit-backface-visibility: hidden;
	  -webkit-transition-property: -webkit-transform;
	  -moz-transition-property: -moz-transform;
	  transition-property: transform;
	  -webkit-transition-duration: 0.4s;
	  -moz-transition-duration: 0.4s;
	  transition-duration: 0.4s;
	  /* this creates the subtle slide in animation of the navigation */
	  -webkit-transform: translateX(12rem);
	  -moz-transform: translateX(12rem);
	  -ms-transform: translateX(12rem);
	  -o-transform: translateX(12rem);
	  transform: translateX(12rem);
	}
	#cd-lateral-nav .cd-navigation {
	  margin: 0.625rem 0 1rem;
	}
	#cd-lateral-nav .sub-menu {
	  padding: 0 0.625rem 1.25rem 1rem;
	  display: none;
	}
	#cd-lateral-nav a {
	  display: inline-block;
	  line-height: 2em;
	  padding: 0.3rem 2.5rem;
	  color: #333;
	  font-size: 1rem;
	  background: none;
	}
	.navbar-nav>.nav-item:hover .nav-link{
		background: none !important;
		color: #333 !important;
	}
	.navbar-nav>li{
		border-top: 1px solid #F5F5F5;
	}
	.glyphicon{
		font-size: 12px;
		padding: 0.8rem;
	}
	
	#cd-lateral-nav a.current {
	  background-color: #3a4a4d;
	  color: #FFF;
	}

	@media only screen and (min-width: 768px) {
	  #cd-lateral-nav .cd-navigation {
	    margin: 1.25rem 0;
	  }
	}

	#cd-lateral-nav.lateral-menu-is-open {
	  -webkit-transform: translateX(0);
	  -moz-transform: translateX(0);
	  -ms-transform: translateX(0);
	  -o-transform: translateX(0);
	  transform: translateX(0);
	  /* smooth the scrolling on touch devices - webkit browsers */
	  -webkit-overflow-scrolling: touch;
	  right: 0;
	}
	.introduce .row{
		padding: 0 0 0.5rem;
	}
	.introduce .content p{
		text-align: left;
		margin: 1rem 0
	}
	.recommend .abstract .paint-and-coat{
		letter-spacing: 0.25rem;
	}
	.recommend .abstract .inks{
		display: block;
	}
	.recommend .plastics span{
		width: 14rem;
	}
	.recommend .plastics h{
		display: block;
	}
	.recommend .abstract .plastics-one{
		float: left;
		white-space: nowrap;
	}
	.recommend .abstract .plastics-two{
		letter-spacing: 1.1rem !;
		float: left;
		white-space: nowrap;
	}
	.recommend .abstract .plastics-three{
		letter-spacing: 1.5rem;
		float: left;
		white-space: nowrap;
	}
	.recommend .abstract .plastics-four{
		letter-spacing: 0.12rem;
		float: left;
	}
	.recommend .abstract .x{
		display: inline;
	}
	.recommend .abstract .sealant{
		display: block;
	}

	/* .page-item{
		padding: 0.5rem 1.79rem;
	} */
	/* #section7{
		height: 35rem !important;
		border: 1px solid blue;
	} */
	@media (max-width:320px){
		html{font-size: 12px}
		.recommend .plastics .y{
			white-space: nowrap;
		}
		.recommend .abstract .x{
			letter-spacing: -0.1rem;
		}
		.datalist .clearfix .datamore{
			width: 7rem !important;
			margin-top: 0.7rem !important;
		}
		.datamore a{
			margin-right: 2.5rem !important;
			margin-top: 0.5rem !important;
		}
	}
	@media (min-width:414px) and (max-width:480px){
		html{font-size: 15px}
		.datalist .clearfix .datamore{
			width: 8rem !important;
			margin-top: 0.5rem !important;
		}
	}
	@media (min-width:480px) and (max-width:767px){
		.datalist .clearfix .datamore{
			width: 11rem !important;
		}
		.datamore a{
			margin-right: 7rem !important;
		}
	}
}

.tsdbox{
	width: 100%;
}
.datalist{
	padding-left: 30px;
	padding-right: 30px;
}
.datalist li{
	background: #F7F7F7;
	margin-bottom:20px;
	line-height: 20px;
	height: 55px;
}
.datalist li .clearfix{
	clear: both;
	/* background: rgb(247, 247, 247); */
}
.clearfix:before, .clearfix:after{
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after{
	clear: both;
}
.datalist .clearfix .zilist{
	width: 65%;
	float: left;
	margin-left: 30px;
}
.datalist .clearfix .zilist a:hover{
	text-decoration-line: underline;
}
.zilist h3{
	font-size: 18px;
	font-weight: 500;
}
.datalist .clearfix .datamore{
	width: 200px;
	/* padding-top: 25px; */
	float: right;
	padding: 9px 43px 0px 0px;
}
.datamore a{
	padding: 8px 15px;
	border: 1px solid #999;
	border-radius: 10px;
	float: left;
	margin-right: 50px;
}
.datamore a:hover{
	background: red;
	color: white;
	border: none;
}
.datamore p{
	color: #707070;
	font-family: "dtnum";
	font-size: 20px;
	letter-spacing: -2px;
}

.map img{width: 100% !important;}
.datetime{font-size: 14px;color: #999999;}
