@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0px;
}
body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, iframe, pre, code, fieldset, legend, form, input, select, textarea, button, p, blockquote, th, td, figure, span, samp {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	outline: none;
}
li {
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
iframe, frame, fieldset, img {
	border: 0 none;
}
a {
	color: #333333;
	text-decoration: none;
}
a img {
	border: none;
}
html {
	overflow: scroll !important;
}
body {
	overflow-x: hidden !important;
}
@media screen and (max-device-width: 320px) {
body {
	-webkit-text-size-adjust: none
}
}
@media screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
body {
	-webkit-text-size-adjust: none
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
	-webkit-text-size-adjust: none
}
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0px;
}
input[type="text"] {
	-webkit-appearance: none;
	border-radius: 0px;
}
textarea {
	-webkit-appearance: none;
}
.phone_frame {
	max-width: 414px;
	margin: 0 auto;
}
.content {
	width: 390px;
	margin: 0 auto;
}
/*header*/
header {
	display: block;
	width: 100%;
	height: 85px;
	border-top: 5px solid #0e42a8;
	background-color: #FFF;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 3;
}
.header_left a {
	display: block;
	float: left;
	width: 177px;
	height: 85px;
	background: url(../../images/image/logo.png) no-repeat center center;
	background-size: 177px 55px;
}
.header_center a {
	display: block;
	float: left;
	width: 90px;
	margin: 29px 0 0 50px;
}
.header_center a input {
	width: 90px;
	height: 27px;
	line-height: 27px;
	border: none;
	border-radius: 19px;
	background-color: #3ab54a;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 0px 9px 18px 0px rgba(58,181,74,0.42);
}
.header_right {
	float: right;
	width: 22px;
}
.drawer-main {
	position: fixed;
	top: 0;
	width: 280px;
	height: 100%;
	overflow: hidden;
	z-index: 10;
}
.drawer-right .drawer-main {
	right: -280px;
	-webkit-transition: right .4s cubic-bezier(0.19, 1, .22, 1);
	-o-transition: right .4s cubic-bezier(0.19, 1, .22, 1);
	transition: right .4s cubic-bezier(0.19, 1, .22, 1);
}
.drawer-right.drawer-open .drawer-main {
	right: 0;
}
.drawer-overlay {
	position: relative;
}
.drawer-right .drawer-overlay, .drawer-right .drawer-hamberger {
	right: 0;
	-webkit-transition: right .4s cubic-bezier(0.19, 1, .22, 1);
	-o-transition: right .4s cubic-bezier(0.19, 1, .22, 1);
	transition: right .4s cubic-bezier(0.19, 1, .22, 1);
}
.drawer-right.drawer-open .drawer-overlay, .drawer-right.drawer-open .drawer-hamberger {
	right: 280px;
}
.drawer-overlay-upper {
	position: fixed;
	top: 0;
	z-index: 10;
	display: none;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.drawer-left.drawer-open .drawer-overlay-upper {
	right: 0;
}
.drawer-right.drawer-open .drawer-overlay-upper {
	left: 0;
}
.drawer-default {
	background-color: #FFF;
}
.drawer-default .drawer-nav-list li {
	display: block;
}
.drawer-default .drawer-nav-list li a {
	display: block;
	line-height: 56px;
	font-size: 18px;
	font-weight: bold;
	color: #999898;
	text-align: center;
}
.drawer-default .drawer-nav-list li a.nav_current {
	color: #FFF;
	background-color: #0e42a8;
}
.drawer-hamberger {
	display: block;
	width: 46px;
	height: 85px;
	background: url(../../images/image/photo1.png) no-repeat center center;
	background-size: 22px 22px;
	position: fixed;
	z-index: 1;
}
.drawer-open .drawer-hamberger {
	background: url(../../images/image/photo2.png) no-repeat center center;
	background-size: 22px 22px;
	z-index: 20;
}
.nav_logo a {
	display: block;
	width: 100%;
	height: 90px;
	background: url(../../images/image/logo.png) no-repeat center center;
	background-size: 162px 50px;
}
/*banner*/
.banner {
	margin: 90px 0 0 0;
	height: 205px;
	overflow: hidden;
	position: relative;
}
.banner > ul {
	display: none;
	height: 205px;
	position: absolute;
	top: 0;
	left: 0;
}
.banner > ul > li {
	float: left;
	height: 205px;
}
.left-btn {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 85px;
	left: 0;
	background: url(../../images/image/photo3.png) no-repeat center center;
	background-size: 35px 35px;
}
.right-btn {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 85px;
	right: 0;
	background: url(../../images/image/photo4.png) no-repeat center center;
	background-size: 35px 35px;
}
/*footer*/
footer {
	background-color: #3a3a3a;
}
.footer_left h2 {
	padding: 23px 0 0 0;
	line-height: 32px;
	font-size: 18px;
	color: #FFF;
}
.footer_left li {
	line-height: 29px;
	color: #a09f9f;
}
.footer_left li span {
	color: #a09f9f;
	margin: 0 0 0 30px;
}
.footer_pay {
	height: 40px;
	margin: 8px 0;
}
.footer_pay a {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 12px 0 0;
}
.footer_pay a img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.footer_right {
	margin: 21px 0 0 0;
}
.footer_right p img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
.footer_bottom {
	border-top: 1px solid #4e4e4e;
	margin: 20px 0 0 0;
	padding: 11px 0;
}
.footer_bottom p {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #a09f9f;
}
.footer_bottom p span {
	display: block;
	font-size: 12px;
	color: #a09f9f;
}
/*返回顶部*/
.return a {
	display: block;
	width: 45px;
	height: 45px;
	background: url(../../images/image/photo17.png) no-repeat center center;
	background-size: 45px 45px;
	position: fixed;
	right: 12px;
	bottom: 100px;
	z-index: 2;
}
/*蓝天特灯—首页*/
/*服务更优、经验丰富、推陈出新、技术领先*/
.home_point {
	background-color: #f5f5f5;
	padding: 30px 0;
}
.home_point li {
	padding: 10px 0;
}
.home_point li p:nth-child(1){
	float: left;
	width: 55px;
	height: 55px;
	margin: 5px 0 0 0;
}
.home_point li p:nth-child(1) img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.home_point li h2{
	float: right;
	width: 320px;
	line-height: 29px;
	font-size: 18px;
	font-weight: 500;
}
.home_point li p:nth-child(3){
	float: right;
	width: 320px;
	line-height: 26px;
    font-size: 16px;
    color: #666666;
}
/*我们的产品*/
.home_product {
	padding: 35px 0;
}
.home_product h2 {
	line-height: 58px;
	font-size: 28px;
	font-weight: 500;
}
.home_productLetter p {
	line-height: 24px;
	color: #73757c;
}
.home_product .carousel-content {
	position: relative;
	display: inline-block;
	padding: 35px 0 0 0;
}
.home_product .carousel {
	width: 100%;
	height: 846px;
	position: relative;
	overflow: hidden;
}
.home_product .carousel>ul>li {
	float: left;
	position: absolute;
	display: none;
}
.home_product .carousel-prev {
	display: block;
	width: 20px;
	height: 36px;
	background: url(../../images/image/photo9.png) no-repeat center center;
	background-size: 20px 36px;
	position: absolute;
	left: 0;
	top: 35px;
}
.home_product .carousel-next {
	display: block;
	width: 20px;
	height: 36px;
	background: url(../../images/image/photo10.png) no-repeat center center;
	background-size: 20px 36px;
	position: absolute;
	right: 0;
	top: 35px;
}
.home_productTitle {
	width: 232px;
	line-height: 36px;
	margin: 0 auto;
	background-color: #e76700;
	color: #FFF;
	border-radius: 19px;
	box-shadow: 0px 9px 18px 0px rgba(231,103,0,0.42);
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.home_productList li {
	margin: 30px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 20px 0;
}
.home_productList li img {
	width: 100%;
	height: 254px;
	vertical-align: top;
	border-radius: 10px;
}
.home_productList li h3 {
	margin: 11px 0 0 0;
	line-height: 36px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home_productList li p {
	line-height: 27px;
	font-size: 16px;
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
/*蓝天特灯*/
.home_light {
	margin: 15px 0 0 0;
}
.home_lightCont {
	padding: 17px 0 38px 0;
	background: url(../../images/image/photo12.jpg) no-repeat center center;
	background-size: cover;
}
.home_lightCont h2 {
	line-height: 83px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #eef1f6;
	letter-spacing: 2px;
}
.home_lightCont p {
	line-height: 26px;
	padding: 0 18px;
	text-indent: 2em;
	font-size: 16px;
	color: #FFF;
}
/*我们的技术与服务*/
.home_service {
	padding: 34px 0 0 0;
}
.home_serviceLeft h2 {
	line-height: 55px;
	font-size: 24px;
	font-weight: bold;
}
.home_serviceLeft p {
	line-height: 24px;
	color: #73757c;
}
.home_serviceRight #tabs2 {
	border-bottom: 1px solid #b8b8b8;
}
.home_serviceRight #tabs2 li {
	float: left;
	margin: 6px 11px 0 0;
	line-height: 45px;
	font-size: 16px;
}
.home_serviceRight #tabs2 li a {
	display: block;
}
.home_serviceRight #tabs2 li#current a {
	color: #0e42a8;
	font-weight: 500;
}
.menu ul li {
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 16px 0;
	border-bottom: 1px solid #d9d9d9;
	overflow: visible;
}
.menu ul li a {
	display: block;
	width: 360px;
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 30px 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu ul li .inactive {
	background: url(../../images/image/photo13.png) no-repeat;
	background-size: 18px 18px;
	background-position: 372px 4px;
}
.menu ul li .active {
	background: url(../../images/image/photo14.png) no-repeat;
	background-size: 18px 18px;
	background-position: 372px 4px;
}
.menu ul li ul {
	display: none;
}
.menu ul li ul li {
	border-bottom: none;
	padding: 0px;
}
.menu ul li ul li a {
	display: block;
	width: 100%;
	padding: 0px;
	white-space: inherit;
}
.home_serviceTime {
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #0e42a8;
}
.menu ul li ul li p {
	line-height: 26px;
	font-size: 16px;
	font-weight: normal;
	color: #7a7a7a;
}
/*企业动态*/
.home_dynamics {
	padding: 36px 0 0 0;
}
.home_dynamicsLeft h2 {
	line-height: 52px;
	font-size: 24px;
	font-weight: bold;
}
.home_dynamicsLeft p {
	line-height: 24px;
	color: #73757c;
}
.home_dynamicsRight li {
	margin: 20px 0 0 0;
	background-color: #f5f5f5;
	padding: 12px 18px 25px 18px;
}
.home_dynamicsRight li h3 {
	line-height: 33px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home_dynamicsTime {
	line-height: 28px;
	color: #0e42a8;
}
.home_dynamicsRight li img {
	display: block;
	width: 100%;
	height: 216px;
	vertical-align: top;
	padding: 12px 0 15px 0;
}
.home_dynamicsRight li p {
	line-height: 26px;
	font-size: 16px;
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.home_dynamicsMore {
	display: block;
	width: 119px;
	margin: 0 auto;
	height: 36px;
	margin-top: 20px;
}
.home_dynamicsMore input {
	width: 117px;
	line-height: 36px;
	border: 1px solid #e76700;
	text-align: center;
	background-color: #e76700;
	color: #FFF;
	border-radius: 18px;
}
/*给我们留言吧*/
.home_message {
	padding: 25px 0 55px 0;
	background-color: #f5f5f5;
	margin: 50px 0 0 0;
}
.home_messageLeft h2 {
	line-height: 52px;
	font-size: 24px;
	font-weight: bold;
}
.home_messageLeft p {
	line-height: 24px;
	color: #73757c;
}
.home_messageRight ul {
	margin: 3px 0 0 0;
}
.home_messageRight li {
	display: block;
	border-bottom: 1px solid #cfcfcf;
	line-height: 56px;
	position: relative;
}
.home_messageRight li span {
	float: left;
	width: 55px;
	font-size: 16px;
}
.home_messageRight li input {
	display: block;
	float: right;
	width: 335px;
	line-height: 56px;
	border: none;
	background-color: #f5f5f5;
	font-size: 16px;
}
.home_messageRight li textarea {
	display: block;
	float: right;
	width: 335px;
	height: 140px;
	line-height: 56px;
	border: none;
	background-color: #f5f5f5;
	font-size: 16px;
}
.home_messageRight li img {
	width: 110px;
	height: 34px;
	vertical-align: top;
	position: absolute;
	right: 0px;
	bottom: 11px;
}
.home_messageSubmit {
	margin: 30px 0 0 0;
}
.home_messageSubmit input {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	border: none;
	text-align: center;
	background-color: #e76700;
	color: #FFF;
	font-weight: bold;
	border-radius: 19px;
	box-shadow: 0px 9px 18px 0px rgba(231,103,0,0.42);
}
/*蓝天特灯—子页*/
/*当前位置*/
.current_location {
	height: 114px;
	background: url(../../images/image/photo36.png);
}
.current_location p {
	line-height: 50px;
	background: url(../../images/image/photo22.png) no-repeat left center;
	background-size: 15px 15px;
	padding: 0 0 0 22px;
	color: #666666;
}
.current_location p a {
	color: #666666;
}
/*翻页*/
.flip {
	width: 220px;
	margin: 0 auto;
	margin-top: 41px;
	line-height: 28px;
}
.flip a {
	padding: 5px 22px;
	border: 1px solid #e76700;
	border-radius: 20px;
	margin: 0 10px;
	color: #e76700;
}
/*蓝天特灯—产品介绍*/
.section_product {
	padding: 0 0 50px 0;
}
.section_product h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.section_productNav {
	margin: 30px 0 0 0;
	height: 40px;
	background-color: #e76700;
}
.section_productNav p {
	margin: 0 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background: url(../../images/image/photo23.png) no-repeat right center;
	background-size: 25px 25px;
}
.productNav_panel {
	width: 100%;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}
.productNav_panel ul {
	background-color: #FFF;
}
.productNav_panel li {
	display: block;
	line-height: 45px;
	background-color: #f5f5f5;
	margin: 0 0 2px 0;
}
.productNav_panel li a {
	display: block;
	padding: 0 20px;
	font-size: 16px;
}
.productCont_tabUl {
	margin: 5px 0 0 0;
}
.productCont_tabUl li {
	margin: 35px 0 0 0;
	box-shadow: 0px 0px 80px rgba(211,211,211,0.6);
	padding: 0 0 31px 0;
}
.productCont_tabUl li img {
	width: 100%;
	height: 253px;
	vertical-align: top;
}
.productCont_tabUl li h3 {
	margin: 13px 18px 0 18px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.productCont_tabUl li p {
	margin: 0 18px;
	line-height: 25px;
	font-size: 16px;
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.productCont_tabUl p input {
	width: 100px;
	height: 36px;
	line-height: 36px;
	border: none;
	border-radius: 18px;
	margin: 19px 0 0 0;
	background-color: #a3b3bc;
	font-weight: bold;
	color: #FFF;
}
/*蓝天特灯—产品介绍-详情*/
.section_productDetail {
	padding: 0 0 45px 0;
}
.section_productDetail h1 {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
}
.section_productDetail .carousel-content {
	margin: 40px 0 7px 0;
	position: relative;
}
.section_productDetail .carousel {
	height: 285px;
	position: relative;
	overflow: hidden;
}
.section_productDetail .carousel li {
	float: left;
	position: absolute;
	display: none;
}
.section_productDetail .carousel li, .carousel li img {
	width: 100%;
	height: 253px;
	vertical-align: top;
}
.section_productDetail .img-index {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.section_productDetail .img-index li {
	float: left;
	width: 22px;
	height: 4px;
	cursor: pointer;
	margin: 0 5px;
	text-indent: -99em;
	background: url(../../images/image/photo28.png) no-repeat center center;
	background-size: 22px 4px;
}
.section_productDetail .img-index li.index {
	background: url(../../images/image/photo29.png) no-repeat center center;
	background-size: 22px 4px;
}
.section_productDetail .carousel-prev, .section_productDetail .carousel-next {
	display: none;
}
.section_productDetail h2 {
	margin: 10px 0 0 0;
	line-height: 47px;
	font-size: 20px;
	font-weight: bold;
	color: #e76700;
}
.section_productDetail p {
	line-height: 29px;
	font-size: 16px;
	text-indent: 2em;
}
/*蓝天特灯—技术服务-灯管定制*/
.section_serviceLamp {
	padding: 0 0 50px 0;
}
.section_serviceLamp h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.serviceLamp_letter p {
	line-height: 25px;
	color: #73757c;
	margin: 16px 0 0 0;
}
.serviceLamp_link {
	margin: 11px 0 0 0;
}
.serviceLamp_link a {
	display: block;
	float: left;
	line-height: 36px;
	padding: 0 20px;
	margin: 11px 11px 0 0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 18px;
}
.serviceLamp_link a.serviceLamp_linkCurrent {
	background-color: #e76700;
	box-shadow: 0px 7px 16px 0px rgba(231,103,0,0.42);
	color: #FFF;
}
.section_serviceLamp li {
	margin: 19px 0 16px 0;
	padding: 30px 0 0px 0;
	background-color: #f1f5f8;
}
.section_serviceLamp li p input {
	width: 99px;
	height: 36px;
	line-height: 36px;
	border: none;
	background-color: #a3b3bc;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-radius: 18px;
	margin: 0 0 16px 0;
}
.section_serviceLamp li h3 {
	margin: 0 18px;
	line-height: 68px;
	font-size: 20px;
	font-weight: bold;
}
.section_serviceLamp li p {
	margin: 0 18px;
	line-height: 27px;
	font-size: 16px;
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.serviceLamp_date {
	margin: 14px 18px 0 18px;
	line-height: 80px;
	font-size: 16px;
	color: #666666;
	background: url(../../images/image/photo30.png) no-repeat right center;
	background-size: 20px 20px;
}
/*蓝天特灯—技术服务-定制服务-产品定制-资料下载*/
.section_serviceCustom {
	padding: 0 0 50px 0;
}
.section_serviceCustom h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.serviceBurner_link {
	margin: 10px 0 0 0;
	line-height: 54px;
	text-align: center;
	background: url(../../images/image/photo64.png) no-repeat center bottom;
	background-size: 100% 4px;
}
.serviceBurner_link a {
	padding: 0 10px 14px 10px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 14px;
}
.serviceBurner_link a.serviceBurner_linkCurrent {
	border-bottom: 4px solid #e76700;
	color: #e76700;
}
.serviceCustom_success {
	margin: 50px 0 0 0;
	border-bottom: 1px solid #ededed;
	padding: 0 0 41px 0;
}
.serviceCustom_success h3 {
	background: url(../../images/image/photo37.png) no-repeat top center;
	background-size: 125px 125px;
	padding: 140px 0 0 0;
	line-height: 46px;
	font-size: 26px;
	color: #e76700;
}
.serviceCustom_success p {
	text-align: center;
	line-height: 34px;
	font-size: 16px;
	color: #e76700;
}
.serviceCustom_download {
	margin: 44px 0 0 0;
}
.serviceCustom_download h3 {
	line-height: 34px;
	background: none;
	padding: 0px;
	margin: 0px;
	font-size: 22px;
	color: #9ca5b9;
	padding: 0 3px;
}
.serviceCustom_download h4 {
	line-height: 32px;
	background: url(../../images/image/photo38.png) no-repeat left center;
	background-size: 32px 32px;
	padding: 0 0 0 41px;
	font-size: 20px;
	font-weight: bold;
	margin: 34px 0 0 0;
}
.serviceCustom_download li {
	line-height: 65px;
	border-bottom: 1px solid #d9d9d9;
}
.serviceCustom_downloadLeft {
	float: left;
	width: 70%;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.serviceCustom_downloadRight {
	float: right;
	width: 80px;
}
.serviceCustom_downloadRight input {
	width: 63px;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #e76700;
	color: #e76700;
	background-color: #FFF;
	cursor: pointer;
}
/*蓝天特灯—技术服务-定制服务-灯*/
.section_serviceBurner {
	padding: 0 0 50px 0;
}
.section_serviceBurner h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
.section_serviceBurner li {
	margin: 40px 0 0 0;
	box-shadow: 0px 0px 80px rgba(211,211,211,0.6);
}
.section_serviceBurner li img {
	width: 100%;
	height: 236px;
	vertical-align: top;
}
.section_serviceBurner li h3 {
	line-height: 58px;
	margin: 8px 18px 0 18px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section_serviceBurner li p {
	margin: 0 18px;
	line-height: 25px;
	color: #7a7a7a;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.section_serviceBurner li p input {
	display: block;
	width: 100px;
	height: 36px;
	margin: 0 auto;
	margin-top: 21px;
	margin-bottom: 25px;
	background-color: #a3b3bc;
	color: #FFF;
	font-weight: bold;
	border: none;
	border-radius: 18px;
}
/*蓝天特灯—技术服务-定制服务-详情*/
.serviceBurner_detail {
	padding: 0 0 50px 0;
}
.serviceBurner_detail h1 {
	text-align: center;
	line-height: 23px;
	font-size: 22px;
	font-weight: bold;
}
.serviceBurner_detailTime {
	text-align: center;
	line-height: 27px;
	color: #666666;
	margin: 12px 0 12px 0;
}
.serviceBurner_detail p {
	text-indent: 2em;
	line-height: 28px;
	font-size: 16px;
}
.serviceBurner_detailWant {
	margin: 29px 0 0 0;
}
.serviceBurner_detailWantleft {
	width: 153px;
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 18px;
	background-color: #e76700;
	box-shadow: 0px 7px 16px 0px rgba(231,103,0,0.42);
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.serviceBurner_detailWantright {
	width: 100%;
	height: 58px;
	line-height: 58px;
	padding: 18px 0 0 0;
	background: url(../../images/image/photo34.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #e76700;
	margin: 15px 0 0 0;
}
.serviceBurner_detail p img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}
/*蓝天特灯—技术服务-定制服务-一条龙定制*/
.section_serviceCustom h3 {
	line-height: 54px;
	margin: 40px 0 0 0;
	background: url(../../images/image/photo35.png) no-repeat center top;
	background-size: 40px 40px;
	text-align: center;
	padding: 42px 0 0 0;
	font-size: 26px;
	font-weight: bold;
}
.serviceCustom_letter p {
	line-height: 24px;
	font-size: 16px;
	color: #73757c;
	text-align: center;
	padding: 0 3px;
}
.serviceBurner_form {
	margin: 26px 0 0 0;
}
.serviceBurner_form li {
	margin: 0 0 9px 0;
}
.serviceBurner_form li span {
	display: block;
	line-height: 37px;
	font-size: 16px;
}
.serviceBurner_form li span strong {
	color: #e60000;
	font-weight: normal;
}
.serviceBurner_form li input {
	width: 94%;
	height: 40px;
	line-height: 40px;
	border: none;
	border-radius: 22px;
	background-color: #f0f2f3;
	font-size: 16px;
	padding: 0 3%;
}
.serviceBurner_form li.serviceBurner_formLI6 textarea {
	width: 94%;
	height: 360px;
	line-height: 45px;
	border: none;
	border-radius: 20px;
	background-color: #f0f2f3;
	font-size: 16px;
	padding: 0 3%;
}
.serviceBurner_form li.serviceBurner_formLI7 input {
	float: left;
	width: 60%;
}
.serviceBurner_form li.serviceBurner_formLI7 img {
	float: right;
	width: 109px;
	height: 40px;
	vertical-align: top;
}
.serviceBurner_form li a {
	display: block;
	width: 230px;
	height: 45px;
	margin: 0 auto;
	margin-top: 30px;
}
.serviceBurner_form li input.erviceBurner_formSubmit {
	display: block;
	width: 100% !important;
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 22px;
	background-color: #0e42a8;
	font-size: 16px;
	padding: 0 20px;
	box-shadow: 0px 7px 16px 0px rgba(14,66,168,0.42);
	color: #FFF;
}
/*蓝天特灯—加入我们*/
/*合作条件*/
.section_joinTerm {
	margin: -26px 0 0 0;
}
.section_joinTerm h2 {
	line-height: 72px;
	text-align: center;
	background: url(../../images/image/photo39.png) no-repeat center bottom;
	font-size: 28px;
	font-weight: bold;
}
.section_joinTerm ul {
	margin: 10px 0 0 0;
}
.section_joinTerm li {
	line-height: 25px;
	background-color: #f4f4f4;
	border-radius: 45px;
	padding: 18px 32px;
	font-size: 16px;
	margin: 20px 0 0 0;
	text-align: center;
}
/*合作支持*/
.section_joinSupport {
	background-color: #f1f1f1;
	padding: 18px 0 50px 0;
	margin: 50px 0 0 0;
}
.section_joinSupport h2 {
	line-height: 72px;
	text-align: center;
	background: url(../../images/image/photo39.png) no-repeat center bottom;
	font-size: 28px;
	font-weight: bold;
}
.section_joinSupport li {
	margin: 110px 0 0 0;
	background-color: #FFF;
	box-shadow: 0px 0px 25px rgba(195,195,195,0.75);
	position: relative;
}
.joinSupport_left {
	width: 112px;
	height: 91px;
	position: absolute;
	top: -51px;
	left: 139px;
}
.section_joinSupport li.joinSupport_li1 .joinSupport_left {
	background-color: #e76700;
}
.section_joinSupport li.joinSupport_li2 .joinSupport_left {
	background-color: #c057ac;
}
.section_joinSupport li.joinSupport_li3 .joinSupport_left {
	background-color: #7ec332;
}
.section_joinSupport li.joinSupport_li4 .joinSupport_left {
	background-color: #31c58b;
}
.section_joinSupport li.joinSupport_li5 .joinSupport_left {
	background-color: #318cc5;
}
.section_joinSupport li.joinSupport_li6 .joinSupport_left {
	background-color: #7157c2;
}
.joinSupport_left img {
	display: block;
	width: 67px;
	height: 67px;
	vertical-align: top;
	position: absolute;
	top: -29px;
	left: 22.5px;
}
.joinSupport_left h3 {
	text-align: center;
	line-height: 47px;
	padding: 37px 0 0 0;
	font-size: 18px;
	color: #FFF;
}
.joinSupport_right {
	padding: 64px 0 26px 0;
}
.joinSupport_right p {
	margin: 0 13px;
	line-height: 29px;
	font-size: 16px;
}
/*合作流程*/
.section_joinProcess {
	padding: 28px 0 50px 0;
}
.section_joinProcess h2 {
	line-height: 72px;
	text-align: center;
	background: url(../../images/image/photo39.png) no-repeat center bottom;
	font-size: 28px;
	font-weight: bold;
}
.section_joinProcess p img {
	width: 100%;
	height: auto;
	vertical-align: top;
	padding: 30px 0 0 0;
}
/*蓝天特灯—企业动态*/
.section_new {
	padding: 0 0 50px 0;
}
.section_new h2 {
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.section_newLetter p {
	margin: 15px 0 0 0;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
}
.section_newSpecial {
	margin: 22px 0 0 0;
	background-color: #f5f5f5;
	padding: 0 0 21px 0;
}
.newSpecial_left img {
	width: 100%;
	height: 238px;
	vertical-align: top;
}
.newSpecial_right h3 {
	margin: 15px 18px 0 18px;
	line-height: 33px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newSpecial_time {
	line-height: 28px;
	margin: 0 18px;
	color: #0e42a8;
}
.newSpecial_right p {
	margin: 7px 18px 0 18px;
	line-height: 24px;
	font-size: 16px;
	color: #7a7a7a;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.section_new li {
	margin: 35px 0 0 0;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 0 4px 0;
}
.section_new li img {
	width: 100%;
	height: 236px;
	vertical-align: top;
}
.section_new li h3 {
	margin: 9px 0 0 0;
	line-height: 46px;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section_new li p {
	line-height: 27px;
	color: #7a7a7a;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.section_newTime {
	line-height: 52px;
	font-size: 16px;
	color: #0e42a8;
}
/*蓝天特灯—人才招聘*/
.section_recruitment {
	padding: 0 0 50px 0;
}
.section_recruitment h2 {
	line-height: 30px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}
.scroll {
	width: 100%;
	height: 930px;
	margin: 30px 0 0 0;
	position: relative;
	overflow: hidden;
}
.v_out {
	width: 100%;
	overflow: hidden;
}
.v_show {
	float: left;
	width: 390px;
	height: 930px;
	overflow: hidden;
	position: relative;
}
.u_lanren {
	width: 6650px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.u_lanren ul li {
	float: left;
	width: 390px;
	height: 930px;
	overflow: hidden;
}
.u_lanren ul li dd {
	float: left;
	width: 388px;
	height: 861px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 40px rgba(199,199,199,0.6);
	position: relative;
	overflow-y: scroll;
}
.u_lanren ul li dd h3 {
	line-height: 43px;
	margin: 14px 18px 0 18px;
	font-size: 22px;
	font-weight: 500;
	color: #e76700;
}
.u_lanren ul li dd h4 {
	margin: 9px 18px;
	line-height: 25px;
	background: url(../../images/image/photo47.png) no-repeat left center;
	background-size: 5px 25px;
	padding: 0 0 0 15px;
	font-size: 18px;
}
.u_lanren ul li dd p {
	margin: 0 34px;
	line-height: 32px;
	font-size: 16px;
	color: #666666;
}
.u_lanren ul li dd h5 {
	margin: 0 18px;
	line-height: 108px;
	font-size: 16px;
	color: #0e42a8;
}
.prev a {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../images/image/photo48.png) no-repeat center center;
	background-size: 36px 36px;
	position: absolute;
	bottom: 0px;
	left: 144px;
}
.next a {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../../images/image/photo49.png) no-repeat center center;
	background-size: 36px 36px;
	position: absolute;
	bottom: 0px;
	right: 144px;
}
/*滚动条样式*/
.u_lanren ul li dd::-webkit-scrollbar {
 width: 8px;
 height: 10px;
 background-color: #e0e0e0;
 border-radius: 10px;
}
/*定义滚动条的轨道，内阴影及圆角*/
.u_lanren ul li dd::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #e0e0e0;
}
/*定义滑块，内阴影及圆角*/
.u_lanren ul li dd::-webkit-scrollbar-thumb {
 height: 20px;
 border-radius: 10px;
 background-color: #cdcdcd;
}
/*蓝天特灯—走进蓝天*/
/*关于蓝天特灯*/
.section_intoAbout {
	margin: -23px 0 0 0;
}
.section_intoAbout h2 {
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background: url(../../images/image/photo50.png) no-repeat center bottom;
	background-size: 61px 4px;
}
.section_intoAbout p {
    line-height: 28px;
    text-indent: 2em;
    margin: 24px 0 0 0;
    font-size: 16px;
}
.section_intoAbout p img {
	display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}
/*辉煌历程*/
.section_intoBrilliant {
    padding: 21px 0 84px 0;
    background-color: #f6f6f6;
	margin: 50px 0 0 0;
}
.section_intoBrilliant h2 {
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background: url(../../images/image/photo50.png) no-repeat center bottom;
	background-size: 61px 4px;
}
.cd-horizontal-timeline {
	margin: 40px 0 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cd-horizontal-timeline.loaded {
	opacity: 1;
}
.cd-horizontal-timeline .timeline {
	position: relative;
	height: 72px;
	width: 100%;
}
.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 72px;
	margin: 0 27px;
	overflow: hidden;
}
.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 48px;
	height: 6px;
	background: #e4e9f2;
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #e66600;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 0 17px 0;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -13px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	border: 10px solid #FFF;
	background-color: #dfe5e9;
	-webkit-transition: background-color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
	border: 10px solid #e76700;
	background-color: #FFF;
}
.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
	border: 10px solid #e76700;
	background-color: #FFF;
}
.cd-horizontal-timeline .events a.older-event::after {
	border: 10px solid #e76700;
	background-color: #FFF;
}
.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	bottom: -5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 25px;
	width: 14px;
	overflow: hidden;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
	padding: 0px;
}
.cd-timeline-navigation a.prev {
	background: url(../../images/image/photo52.png) no-repeat;
	background-size: 14px 25px;
}
.cd-timeline-navigation a.next {
	right: 0;
	background: url(../../images/image/photo53.png) no-repeat;
	background-size: 14px 25px;
}
.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.cd-horizontal-timeline .events-content p {
	font-size: 16px;
	line-height: 30px;
	margin: 31px 0 0 0;
	text-indent: 2em;
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
@-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
@keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
/*荣誉与认证*/
.section_intoHonor {
    padding: 31px 0 30px 0;
}
.section_intoHonor h2 {
    line-height: 66px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    background: url(../../images/image/photo50.png) no-repeat center bottom;
	background-size: 61px 4px;
}
.lanren {
	height: auto;
	overflow: hidden;
}
.lanren ul.list {
	margin: 30px 0 0 0;
	background: url(../../images/image/photo54.png) repeat-y top center;
	background-size: 100% 243px;
	overflow: hidden;
}
.lanren ul.list li {
	float: left;
	width: 50%;
	padding: 0 0 27px 0;
	overflow: hidden;
}
.lanren ul.list li img {
	display: block;
	width: 90%;
	height: 131px;
	vertical-align: top;
	padding: 25px 0 0 0;
	margin: 0 5%;
}
.lanren ul.list li h3 {
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 16px 5% 0 5%;
}
.lanren .more a {
	display: block;
	width: 166px;
	margin: 0 auto;
	line-height: 64px;
	color: #f11206;
	background: url(../../images/image/photo63.png) no-repeat center right;
	background-size: 15px 15px;
}
.lanren .more p {
	line-height: 56px;
	text-align: center;
	color: #f11206;
}



























































































































































































































/*手机端*/
@media screen and (min-width: 375px) and (max-width: 413px) {
.content {
	width: 351px;
}
/*header*/
.header_center a {
	margin: 29px 0 0 30px;
}
/*banner*/
.banner {
	height: 165px;
}
.banner > ul {
	height: 165px;
}
.banner > ul > li {
	height: 165px;
}
.left-btn {
	top: 70px;
}
.right-btn {
	top: 70px;
}
/*蓝天特灯—首页*/
/*服务更优、经验丰富、推陈出新、技术领先*/
.home_pointRight {
	width: 281px;
}
/*我们的产品*/
.home_product .carousel {
	height: 793px;
}
.home_productList li img {
	height: 229px;
}
/*我们的技术与服务*/
.home_serviceRight #tabs2 li {
	margin: 6px 8px 0 0;
}
.menu ul li a {
	width: 321px;
}
.menu ul li .inactive {
	background-position: 333px 4px;
}
.menu ul li .active {
	background-position: 333px 4px;
}
/*企业动态*/
.home_dynamicsRight li img {
	height: 192px;
}
/*给我们留言吧*/
.home_messageRight li input {
	width: 296px;
}
.home_messageRight li textarea {
	width: 296px;
}
/*蓝天特灯—产品介绍*/
.productCont_tabUl li img {
	height: 228px;
}
/*蓝天特灯—产品介绍-详情*/
.section_productDetail .carousel {
	height: 259px;
}
.section_productDetail .carousel li, .carousel li img {
	height: 227px;
}
/*蓝天特灯—技术服务-灯管定制*/
.serviceLamp_link a {
	margin: 11px 7px 0 0;
}
/*蓝天特灯—技术服务-定制服务-灯*/
.section_serviceBurner li img {
	height: 213px;
}
/*蓝天特灯—技术服务-定制服务-详情*/
.serviceBurner_detailWantleft {
	font-size: 14px;
}
.serviceBurner_detailWantright {
	font-size: 14px;
}
/*蓝天特灯—加入我们*/
/*合作支持*/
.joinSupport_left {
	left: 119.5px;
}
/*蓝天特灯—企业动态*/
.newSpecial_left img {
	height: 214px;
}
.section_new li img {
	height: 213px;
}
/*蓝天特灯—人才招聘*/
.v_show {
    width: 351px;
}
.u_lanren ul li {
    width: 351px;
}
.u_lanren ul li dd {
    width: 349px;
}
.prev a {
    left: 129px;
}
.next a {
    right: 129px;
}
/*蓝天特灯—走进蓝天*/
.lanren ul.list {
    background-size: 100% 230px;
}
.lanren ul.list li img {
    height: 118px;
}
}
@media screen and (min-width: 360px) and (max-width: 374px) {
.content {
	width: 336px;
}
/*header*/
.header_center a {
	margin: 29px 0 0 20.5px;
}
/*banner*/
.banner {
	height: 165px;
}
.banner > ul {
	height: 165px;
}
.banner > ul > li {
	height: 165px;
}
.left-btn {
	top: 65px;
}
.right-btn {
	top: 65px;
}
/*当前位置*/
.current_location p {
	font-size: 12px;
}
.current_location p a {
	font-size: 12px;
}
/*蓝天特灯—首页*/
/*服务更优、经验丰富、推陈出新、技术领先*/
.home_pointRight {
	width: 266px;
}
/*我们的产品*/
.home_product .carousel {
	height: 768px;
}
.home_productList li img {
	height: 219px;
}
/*我们的技术与服务*/
.home_serviceRight #tabs2 li {
	margin: 6px 7px 0 0;
}
.menu ul li a {
	width: 306px;
}
.menu ul li .inactive {
	background-position: 318px 4px;
}
.menu ul li .active {
	background-position: 318px 4px;
}
/*企业动态*/
.home_dynamicsRight li img {
	height: 183px;
}
/*给我们留言吧*/
.home_messageRight li input {
	width: 281px;
}
.home_messageRight li textarea {
	width: 281px;
}
/*蓝天特灯—产品介绍*/
.productCont_tabUl li img {
	height: 218px;
}
/*蓝天特灯—产品介绍-详情*/
.section_productDetail .carousel {
	height: 250px;
}
.section_productDetail .carousel li, .carousel li img {
	height: 218px;
}
/*蓝天特灯—技术服务-灯管定制*/
.serviceLamp_link a {
	margin: 11px 7px 0 0;
	padding: 0 17px;
}
/*蓝天特灯—技术服务-定制服务-灯*/
.section_serviceBurner li img {
	height: 204px;
}
/*蓝天特灯—技术服务-定制服务-详情*/
.serviceBurner_detailWantleft {
	font-size: 14px;
}
.serviceBurner_detailWantright {
	font-size: 14px;
}
/*蓝天特灯—技术服务-定制服务-一条龙定制*/
.serviceBurner_form li.serviceBurner_formLI7 input {
	width: 55%;
}
/*蓝天特灯—加入我们*/
/*合作支持*/
.joinSupport_left {
	left: 112px;
}
/*蓝天特灯—企业动态*/
.newSpecial_left img {
	height: 205px;
}
.section_new li img {
	height: 204px;
}
/*蓝天特灯—人才招聘*/
.v_show {
    width: 336px;
}
.u_lanren ul li {
    width: 336px;
}
.u_lanren ul li dd {
    width: 334px;
}
.prev a {
    left: 124px;
}
.next a {
    right: 124px;
}
/*蓝天特灯—走进蓝天*/
.lanren ul.list {
    background-size: 100% 225px;
}
.lanren ul.list li img {
    height: 113px;
}
}
@media screen and (min-width: 320px) and (max-width: 359px) {
.content {
	width: 296px;
}
/*header*/
.header_left a {
	width: 147px;
	background-size: 147px 45px;
}
.header_center a {
	margin: 29px 0 0 20.5px;
}
.drawer-main {
	width: 220px;
}
.drawer-right .drawer-main {
	right: -220px;
}
.drawer-right.drawer-open .drawer-overlay, .drawer-right.drawer-open .drawer-hamberger {
	right: 220px;
}
/*banner*/
.banner {
	height: 145px;
}
.banner > ul {
	height: 145px;
}
.banner > ul > li {
	height: 145px;
}
.left-btn {
	top: 55px;
}
.right-btn {
	top: 55px;
}
/*当前位置*/
.current_location p {
	font-size: 10px;
}
.current_location p a {
	font-size: 10px;
}
/*蓝天特灯—首页*/
/*服务更优、经验丰富、推陈出新、技术领先*/
.home_pointRight {
	width: 226px;
}
/*我们的产品*/
.home_product .carousel {
	height: 716px;
}
.home_productTitle {
	width: 192px;
	font-size: 14px;
}
.home_productList li img {
	height: 193px;
}
/*我们的技术与服务*/
.home_serviceRight #tabs2 li {
	margin: 6px 6px 0 0;
	font-size: 14px;
}
.menu ul li a {
	width: 266px;
}
.menu ul li .inactive {
	background-position: 278px 4px;
}
.menu ul li .active {
	background-position: 278px 4px;
}
/*企业动态*/
.home_dynamicsRight li img {
	height: 158px;
}
/*给我们留言吧*/
.home_messageRight li input {
	width: 241px;
}
.home_messageRight li textarea {
	width: 241px;
}
/*蓝天特灯—产品介绍*/
.productCont_tabUl li img {
	height: 192px;
}
/*蓝天特灯—产品介绍-详情*/
.section_productDetail .carousel {
	height: 224px;
}
.section_productDetail .carousel li, .carousel li img {
	height: 192px;
}
/*蓝天特灯—技术服务-灯管定制*/
.serviceLamp_link a {
	margin: 11px 7px 0 0;
	padding: 0 11px;
}
/*蓝天特灯—技术服务-定制服务-产品定制-资料下载*/
.serviceBurner_link a {
	font-size: 18px;
}
/*蓝天特灯—技术服务-定制服务-灯*/
.section_serviceBurner li img {
	height: 179px;
}
/*蓝天特灯—技术服务-定制服务-详情*/
.serviceBurner_detailWantleft {
	font-size: 12px;
}
.serviceBurner_detailWantright {
	font-size: 12px;
}
/*蓝天特灯—技术服务-定制服务-一条龙定制*/
.serviceBurner_form li.serviceBurner_formLI7 input {
	width: 50%;
}
/*蓝天特灯—加入我们*/
/*合作支持*/
.joinSupport_left {
	left: 92px;
}
/*蓝天特灯—企业动态*/
.newSpecial_left img {
	height: 181px;
}
.section_new li img {
	height: 179px;
}
/*蓝天特灯—人才招聘*/
.v_show {
    width: 296px;
}
.u_lanren ul li {
    width: 296px;
}
.u_lanren ul li dd {
    width: 294px;
}
.prev a {
    left: 104px;
}
.next a {
    right: 104px;
}
/*蓝天特灯—走进蓝天*/
.lanren ul.list {
    background-size: 100% 205px;
}
.lanren ul.list li img {
	width: 84%;
    height: 93px;
	margin: 0 8%;
}
.lanren ul.list li h3 {
    margin: 16px 8% 0 8%;
	font-size: 14px;
}
}
