.container-fluid,.row{
	padding: 0px;
}
.row{
	margin:0px;
}
.ellipsis-1{
	white-space: nowrap; 
	overflow: hidden;
	text-overflow:ellipsis;
}
.ellipsis-2 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ellipsis-3 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a{
	text-decoration: none;
	color: black;
}
a:hover,a:visited{
	color: black;
	text-decoration: none;
}
.headbox{
	position: relative;
}
.logo{
	padding-left: 30px;
}

.banner img{
	width: 100%;
}
.banner ul{
	padding: 0px;
	margin: 0px;
}
.banner ul li{
	list-style: none;
}
.line{
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #9D9D9D;
	top:110px;
}
.topnav{
	background: #ABBBCA;
	position: fixed;
	top: 0px;
	z-index: 99;
	width: 100%;
}
.nav{
	z-index: 999;
	padding-top: 10px;
	padding-bottom: 10px;
	/*top: 0px;
	left: 0px;
	right: 0px;*/
	margin: 0px auto;
}
.nav ul{
	padding: 0px;
	margin: 0px;
	margin-top: 42px;
}
.lang{
	margin-right: 5px;
	width: 16px;
	height: 16px;
}
.langline{
	border-right: 1px solid #000;
}
.nav ul li{
	/*line-height: 85px;*/
	position: relative;
	padding: 0px 15px;
	list-style: none;
	display: inline-block;
}
.nav ul li:last-child input{
	outline: none;
	width: 150px;
	border: 1px solid #000;
	border-radius: 20px;
	box-shadow: 0px;
	padding-left: 10px;
}
.nav ul li:last-child .search{
	position: absolute;
	right: 25px;
	top: 0px;
}
.nav ul li a{
	font-size: 16px;
	display: block;
	
}
.title-com{
	padding-top: 30px;
}
.title-com h1{
	font-size: 60px;
	color: #e6e8ec;
	margin-bottom: 0px;

}
.title-com h3{
	font-size: 30px;
	margin-top: 0px;
	font-weight: 600;
}
.title-com p{
	font-size: 14px;
}
.product{
	background: #f5f7fb;
}
.pro-list{
	margin-top: 30px;
}
.pro-list ul{
	padding: 0px;
	margin: 0px;
}
.img{
	width: 100%;
}
.pro-list ul li{
	list-style: none;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.pro-list ul li .img{
	z-index: 88;
	transition: all 0.6s;
}
.pro-list ul li:hover .img{
	transform: scale(1.2);
	transition: all 0.6s;
}
.pro-list ul li .img-top{
	position: absolute;
	width: 150px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	margin-top: 30px;
	z-index: 10;
}
.pro-list ul li .img-top p{
	text-align: center;
}
.ptitle{
	font-size: 24px;
	font-weight: 500;
	color: #4180ac;
	margin-bottom: 5px;
}
.linkbtn{
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto;
	cursor: pointer;
}
.more{
	padding: 40px 0px;
	padding-top: 60px;
}
.more a{
	border: 2px solid #2c9cd0;
	width: 150px;
	text-align: center;
	color: #2c9cd0;
	padding: 10px 0px;
}
.more a.right{
	float: right;
}
.more a:hover{
	background: #2c9cd0;
	color: white;
	transition: all 0.6s;
}
.more1{
	padding-bottom: 0px;
}
.abbg{
	background: url(../img/aboutbg.jpg) no-repeat center 0;
	padding-bottom: 60px;
}
.video{
	margin-top: 60px;
}
.video img{
	width: 100%;
}
.desc{
	padding-top: 80px;
}
.desc p{
	text-indent: 2em;
	line-height: 200%;
}
.desc p span{
	color: #2c9cd0;
	
}
.newsbg{
	background: url(../img/newsbg.jpg) no-repeat center 0;
	background-size: cover;
	height: 350px;
}
.news-list{
	position: relative;
	top: -80px;
	background: white;
}
.news-list ul{
	padding: 10px 20px;
	margin:0px;
}
.news-list ul li{
	list-style: none;
	padding: 20px 0px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}
.date{
	width: 80px;
	height: 80px;
	/*background: #2c9cd0;*/
	border: 1px solid #2c9cd0;
	padding: 0px;
}
.con{
	padding-left: 30px;
}
.disline{
	width: 80px;
	background: #000;
	height: 1px;
	margin-bottom: 10px;
}
.newst{
	font-size: 18px;
}
.newsc{
	line-height: 200%;
}
.day{
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 15px;
	color: #2c9cd0;
}
.month{
	text-align: center;
	color: #2c9cd0;
}
.news-list ul li:hover .date{
	
	background: #2c9cd0;
	transition: all 0.6s;
}
.news-list ul li:hover .day{
	color: white;
	transition: all 0.6s;
}
.news-list ul li:hover .month{
	color: white;
	transition: all 0.6s;
}
.news-list ul li:hover .newst{
	color: #2c9cd0;
	transition: all 0.6s;
}
.news-list ul li:hover .disline{
	background: #2c9cd0;
	transition: all 0.6s;
}
.btm{
	background: #293337;
}
.tel{
	color: grey;
	font-size: 14px;
	text-align: right;
	margin-top: 20px;
}
.tel img{
	margin-right: 10px;
}
.logobtn{
	padding: 20px 0px;
}
.btnul p{
	color: white;
	font-size: 16px;
}
.btnul ul{
	padding: 0px;
}
.btnul ul li{
	list-style: none;
}
.btnul ul li a{
	color: grey;
	display: block;
	padding: 10px 0px;
}
.ullist li{
	display: inline-block;
	padding: 10px;
}
.ullist li img{
	width: 80px;
}
p.pp{
	color: grey;
	font-size: 14px;
	text-align: center;
	margin-top: 10px;
}
.bq{
	background:#293337 ;
	border-top: 1px solid #9D9D9D;
	padding: 20px 0px;
}
.bq p{
	text-align: center;
	color: grey;
}
/*内页*/
.nenay-top{
	position: fixed;
	top: 0px;
	width: 100%;
	background: white;
	z-index: 999;
}

.navny{
	top: 0px;
	margin: 0px auto;
}
.bannerny{
	margin-top: 105px;
}
.certificates-con{
	padding-top: 15px;
}
.certificates{
	background: white;
	margin-bottom: 20px;
	
}
.kind-fa{
	background: #2C9CD0;
	margin-top: 15px;
}
.kind-fa span{
	display: inline-block;
	padding: 10px 0px;
	text-align: left;
	padding-left: 25px;
	font-size: 20px;
	font-weight: 800;
	color: white;
}
.kind-fa span span{
	font-size: 16px;
	padding-left: 5px;
	color: #95bedd;
}
.kind{
	padding: 0px;
}
.kind ul{
	padding: 0px;
	margin: 0px;
	background: #f2f2f2;
	padding-bottom: 15px;
}
.kind ul li{
	list-style: none;
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.kind ul li a{
	display: block;
	font-size: 18px;
	padding: 5px 25px;
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
.kind ul li a span{
	float: right;
}
.kind ul li a.active{
	color: #2C9CD0;
	/*border-left: 4px solid #2C9CD0;*/
}
.location{
	width: 100%;
	border-bottom: 1px solid #9D9D9D;
	margin-top: 40px;
	padding-bottom: 5px;
	color: #9D9D9D;
	padding-bottom: 15px;
}
.location a{
	color: #9D9D9D;
	text-decoration: none;
}
.certificates-list ul{
	padding: 0px;
}
.certificates-list ul li{
	list-style: none;
	padding: 0px 5px;
	margin-top: 10px;
}
.certificates-list ul li img{
	width: 100%;
}
.pages{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.cases-list ul{
	padding: 0px;
	margin: 0px;
}
.cases-list ul li{
	list-style: none;
	padding: 0px 5px;
	margin-top: 30px;
}
.cases-list ul li a{
	color: #000;
	text-decoration: none;
}
.cases-list ul li a.case-a{
	color: #000;
	display: block;
	text-align: center;
	margin-top: 30px;
	text-decoration: none;
}
.two-nav{
	padding: 0px !important;
	/*background: #E3E3E3 !important;*/
	overflow: hidden;
	height: 0px;
	transition: all 0.6s;
}
.two-nav{
	padding: 0px;
}
.two-nav li{
	font-size: 12px !important;
	padding: 0px !important;
	border-bottom: 1px dashed #dddddd !important;
	
}
.two-nav li a{
	display: block;
	font-size: 16px !important;
	padding: 15px 0px 15px 45px !important;
	font-weight: 400 !important;
	transition: all 0.6s;
	cursor: pointer;
}
.two-nav li a:hover{
	color: #2C9CD0;
	transition: all 0.6s;
}
.position{
	display: inline-block;
}
.position a:last-child{
	color: #269ABC;
}
.prodesc p{
	font-family: cursive;
	font-size: 26px;
	color: #ddd;
	font-weight: 400;
	text-align: right;
}
.pdesc{
	word-spacing: 1px;
	line-height: 200%;
	margin-top: 15px;
}
.newsny ul li .col-md-3{
	padding-left: 0px;
}
.newsny ul li{
	border-bottom: 1px solid #ddd;
}
.newsny ul li .news-t{
	font-size: 16px;
}
.newsny ul li .news-t span{
	float: right;
	font-size: 14px;
}
.detail-t{
	padding: 20px 0px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 20px;
}
.detail-t h4{
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}
.detail-t p{
	color: #9D9D9D;
	text-align: center;
}
.detail-c p{
	text-indent: 2em;
	line-height: 200%;
}
.zplist ul li{
	list-style: none;
	border-bottom: 1px dashed #ddd;
	padding: 20px 0px 20px 5px;
	margin: 0px;
}
.zplist ul li .col-md-10{
	padding-left: 0px;
}
.zplist ul li .col-md-2{
	text-align: right;
	padding-right: 0px;
}
.yaoqiu{
	margin-top: 30px;
	background: #f0f0f0;
	padding: 20px 0px 20px 45px;
}
.yaoqiu p span{
	font-weight: 600;
}
.zwms{
	margin-top: 20px;
}
.zwms p{
	line-height: 200%;
}
.downlist ul li{
	background: #f0f0f0;
	border: 0px;
	margin-top: 20px;
}
.icons span{
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
.icons>div{
	margin-top: 15px;
}
.icons>div img{
	margin-right: 5px;
}
.online .input-box{
	margin-top: 20px;
}
.online .input-box input{
	width: 100%;
	box-shadow: none;
	outline: none;
	border: 1px solid #DDDDDD;
	padding: 24px 0px 24px 10px;
}
.online .input-box textarea{
	width: 100%;
	padding: 15px 0px 15px 10px;;
}
.inputbox input{
	width: 60% !important;
	display: inline-block;
}
.inputbox img{
	display: inline-block;
	float: right;
}
.input-box a{
	display: block;
	width: 150px;
	padding: 10px 0px;
	margin: 50px auto;
	background: #2c9cd0;
	color: white;
	text-align: center;
	border-radius: 3px;
	
}
