* {
	margin: 0;
	padding: 0;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
body {
	font-family: '微软雅黑';
	background: #fff;
	overflow-x: hidden;
	z-index: 1;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0 auto;
}
.container {
	padding: 0;
}
img {
	display: inline-block;
	width: auto;
}

.nav_nav .navbar-nav {
	float: right;
}
.nav-li {
    padding-left: 4rem;
}
.tell {
    padding-left: 15px;
    display: none;
}
.nav-logo { float: left; }

@media (min-width: 768px) {
.container {
	width: 750px;
	padding: 0;
	position: relative;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
	padding: 0;
	position: relative;
}
}

@media (min-width: 1330px) {
.container {
	width: 1300px;
	padding: 0;
}
}
/*全局结束*/

.nav_dh {
	width: 100%;
	height: 71px;
	background-color: #fff;
	position: relative;
}
.tell{
	font-size:20px;
	color:#f08300;
	line-height:70px;
	padding-left:20px;
	}
.second-menu, .third-menu, .fourth-menu {
	position: absolute;
	z-index: 9999;
}
.first-menu > li {
	float: right;
	position: relative;
}
.second-menu {
	top: 71px;
	left: 12px;
	background-color: #ebebeb;
	background-image:url(../images/topBg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}


a.no-hover:hover, a.no-hover {
	border-bottom: none;
	padding: 0 !important;
	cursor: pointer;
	margin: 0 10px;
    display: inline-block;
}
#search a.no-hover:hover,#search a.no-hover {
        margin: 0 10px;
}
.lange {
	width: 150px;
	text-align: center;
	display:block;
}
.lange-menu {
	width: 170px;
	left: 0;
	top: 43px;
	opacity: 0;
	height: 0;
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lange-menu li {
	float: none;
	text-align: center;
	border: solid 1px rgba(247,247,247,0.65);
	border-bottom: #dcdcdc solid 1px;
}

.caret {
	margin-top: -4px;
	margin-left:auto;
	margin-right:0;
}
.search-img {
	margin-top: 26px;
}
.search-menu {
	left: auto;
	right: 0;
	width: 376px !important;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	height: 0;
}
.search-on {
	height: 80px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 20;
	background-color:#ebebeb;
}
ul.lange-on {
	height: 100px;
	width:270px !important;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 20;
	background-color:#ebebeb;
	right:-38px;
}
.language{
	display:inline-block;
	width:94px;
	text-align:center;
	height:32px;
	line-height:32px;
	margin:32px 15px 0 20px;
	font-size:13px;
	color:#464646;
	border:#ebebeb solid 1px;
	}
a.language:hover{
	color:#00489d;
	text-decoration:none;
	border:#00489d solid 1px;
	}
.form-group {
	height: 0px;
	width: 296px;
	margin: 0px 40px;
}
.form-group_on {
	height: 40px;
	width: 296px;
	margin: 20px 40px;
}
.btn-default {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	height: 0px;
	width: 46px;
	float: left;
	border-radius: 0;
	opacity: 0;
}
.form_on {
	height: 40px;
	opacity: 1;
}
.btn-default:hover {
	background-color: #fff;
}
.form-control {
	display: block;
	width: 250px!important;
	height: 0px;
	border: none;
	float: left;
	outline: none;
	box-shadow: none;
	border-radius:none;
}
input {
	outline: none
}
.product-menu {
	width: 100%;
	position: absolute;
	left: 0;
	padding-bottom: 100px;
	font-family: '微软雅黑';
	opacity: 0;
	height: 0;
	z-index: -1;
	overflow:hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.menu-width {width: 1270px;height:auto;}
li.menu {width:20%;float:left;border-right:#d3d3d3 solid 1px;margin:50px 0;padding:0 50px;}
li.menu:nth-child(5){border:none;}
.proSubTitle{font-size:13px; color:#000; display:block; margin:0 0 10px 0;}
.proSubTitle:hover{color:#000; text-decoration:none;}
.proSubSmallTitle{font-size:12px; color:#8b8b8b; display:block; margin:5px 0;}
.proSubSmallTitle:hover{color:#00489d;}
.nav-li {
	position:static !important;
}
#navbar-nav li {float: left !important;position:static;}
#navbar-nav li a.nav_title{
	display:inline-block;
	line-height: 71px;
	font-size: 14px;
	color: #000;
	padding: 0 1.2rem;
	height:71px;
	text-align:center;
}
#navbar-nav li a.nav_title:hover{
	background-color:#00489d;
	color:#fff;
	}
.navbar-collapse, .container-fluid {
	padding: 0;
}
.lange-menu a {
	width: 170px;
	height: 54px;
	line-height: 54px;
}
.languageSel {
	width: auto;
	float: right;
	position: relative;
}
.relations {
	margin: 11px 14px;
}
.iconn {
	margin: 11px 0;
}

#navbar-nav a.hdcvi-h4{
	clear:both;
	display:block;
	font-size: 13px;
	color: #464646;
	text-align: left;
	border:none;
	margin: 10px 0;
    padding: 0;
	line-height:16px;
}
.Solution-width{width:700px; padding:70px 0;}
.subMenuT{font-size:16px; color:#00489d; margin:0 0 20px 0;}
.Solution{ float:left; width:130px; height:auto; display:block;}
.s_last{width:210px;}
.imgTitle{font-size:13px; color:#00489d; margin:15px 0 10px 0;}
.imgDetil{width:100%; height:40px;}
.imgDetil a{line-height:18px; font-size:11px; color:#464646;}
.logoImg{ margin-top:15px;}
@media (min-width: 768px) {
.nav-li {}
.tell {padding-left: 0px; font-size: 12px;}
#navbar-nav li a.nav_title{}
.logoImg{
 margin-top: 25px;}
.item_img{/* height: 330px;*/background-size: cover;}
}

@media (min-width: 992px) {
.nav-li {}
.logoImg{ margin-top:15px;}
.item_img{ /*height: 419px;*/}
.tell { font-size: 20px;}
#navbar-nav li a.nav_title{}
}

@media (min-width: 1230px) {
.nav-li {}
.tell {}
#navbar-nav li a.nav_title{}
}
/*导航结束*/
/*banner开始*/
#carousel1 .carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0px;
	background-color: #da251c;
}
#carousel1 .carousel-indicators li {
	background-color: #fff;
	width:59px;
	height:3px;
	border:none;
	opacity:0.75;
}
#carousel1 .carousel-indicators .active{
	background-color: #fff;
	width:59px;
	height:3px;
	border:none;
	opacity:1;
	margin:1px;
	}


.item_img{
	background-repeat:no-repeat;
	width:100%;
	display:block;
	background-position:top center;
	background-size:cover;
	}
	.item_img img{ max-width:100%; margin:0 auto; display:block;}
/*@media (min-width: 768px) {
.item_img{ height: 330px;background-size: cover;}
}

@media (min-width: 992px) {
.item_img{ height: 420px;}
}
@media (min-width: 1230px) {
.item_img{ height: 419px;}
}*/
/*banner结束*/
/*新品速递*/
.firstLook {
	padding: 100px 0;
	background:#fff;
	position:relative;
}
.firstLook .carousel-indicators li {
	background-color: #898b8c;
	border:none;
}
.firstLook .carousel-indicators .active {
	background-color: #6a6a6b;
	border: none;
	width: 10px;
	height: 10px;
	margin: 1px;
}


.new_follow {
	position: absolute;
	top: 0;
	line-height: 100px;
	color: #010000;
	z-index: 999;
	float: right;
	display: block;
	font-size: 30px;
	width: 100%;
	text-align: center;
}
.new_item {
	padding:0 0 15px 0;
	min-height: 380px;
	margin:0 10px;
	background-color: #fff;
}
.new_item li {
	display: inline-block;
	float: left;
	width: 295px;
	text-align: center;
	min-height: 430px;
}
.new_item li:hover h5 img{
	left:10px;
	}
.new_border {
	border-left: #dcdcdc solid 1px;
}
.new_item h5 {
	text-align: center;
	height: 240px;
	position: relative;
}
.new_item h5 img {
	position: absolute;
	bottom: 0;
	left: 15px;
}
.productName {
	font-size: 20px;
	color: #00489d;
	margin: 20px 0 10px 0;
	text-align:left;
	padding-left:20px;
}
.productNumber {
	font-size: 12px;
	color: #333;
	margin: 14px 0 25px 0;
}
.productSupport {
	width: 100%;
	height: 48px;
    overflow: hidden;
}
.productDetails {
	font-size: 12px;
	color: #464646;
	margin: 0 auto;
	padding: 0;
	line-height: 24px;
	overflow: hidden;
	width: 260px;
	text-align:left;
}
.new_more, .new_more:hover {
	font-size: 12px;
	color: #00489d;
	margin-top: 30px;
	display: inline-block;
	float:left;
	margin-left:20px;
}
#carousel2 .carousel-control.left,#carousel2 .carousel-control.right{background-image:none;}
#carousel2 .carousel-control {
    top: 280px;
    height: 50px;
    font-size: 50px;
    color: #d8d8d8;
    filter: alpha(opacity=80);
    opacity: .8;
	text-shadow: none;
}
#carousel2 .carousel-indicators{bottom: 50px;}
@media (min-width: 768px) {
.new_item li {width: 182px; min-height: 330px;}
.new_item h5{height: 160px;}
.new_item h5 img {width: 150px;}
.firstLook {padding: 80px 0;}
.productDetails {width: 90%;}
.new_follow {line-height: 90px;}
}

@media (min-width: 992px) {
.new_item li {width: 226px; min-height: 360px;}
.new_item h5{height: 190px;}
.new_item h5 img {width: 200px;}
.firstLook {padding: 100px 0;}
.new_follow {line-height: 100px;}
.product_col {  margin: 0 5px !important;}
}

@media (min-width: 1330px) {
.new_item li {width: 295px; min-height: 430px;}
.new_item h5{height: 240px;}
.new_item h5 img {width: 270px;}
.productDetails {width: 260px;}
.product_col {  margin: 0 8px;}
}
/*行业解决方案*/
.Company{
	width:100%;
	height:441px;
	background-color:#00489d;
	}
.Company li{
	float:left;
	width:50%;
	height:441px;
	}
.companyImg{
	background-image:url(../images/Company.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	}
.companyDetail{
	display:inline-block;
	margin-left:90px;
	margin-top:50px;
	color:#fff;
	}
.companyDetail h3{
	margin:20px 0;
	}
.companyDetail p{
	line-height:30px;
	}
.companyMore{
	display:inline-block;
	font-size:12px;
	color:#fff;
	border:#fff solid 1px;
	width:103px;
	height:38px;
	line-height:38px;
	text-align:center;
	margin-top:20px;
	}
.companyMore:hover{
	background-color:#fff;
	color:#00489d;
	text-decoration:none;
	}
@media (min-width: 768px) {
.companyDetail {margin-left: 40px;margin-top: 20px;}
}

@media (min-width: 992px) {
.companyDetail {margin-top: 50px;}
}

@media (min-width: 1230px) {
.companyDetail {margin-left: 90px;}
}
/*核心价值开始*/
.coreV {
	width: 100%;
	height: 720px;
	background-color: #fff;
}
.coreValue {
	height: 720px;
}
.core_h3 {
	text-align: center;
	font-size: 30px;
	color: #010000;
	margin: 30px 0 20px 0;
}
.core_more, .core_more:hover {
	color: #dc332a;
	font-size: 13px;
}
.core_h4 {
	text-align: center;
}
.coreValue_img {
	width: 100%;
	position: relative;
	text-align: center;
	padding-top: 28px;
}
.coreValue_img li {
	float: left;
}
.coreValue_on {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	opacity: 0;
	cursor: pointer;
	position: relative;
	color: #595f74 ;
}
.coreValue_four .coreValue_on {
	opacity: 1 !important;
}
.coreValue_one {
	width: 684px;
	height: 531px;
	background-image: url(../images/case_01.jpg);
}
.coreValue_two {
	width: 607px;
	height: 262px;
	margin-left: 7px;
	background-image: url(../images/case_02.jpg);
}
.coreValue_three, .coreValue_four {
	width: 300px;
	height: 262px;
	margin-top: 7px;
	margin-left: 7px;
}
.coreValue_three {
	background-image: url(../images/case_03.jpg);
}
.coreValue_four {
	background-image: url(../images/case_04.jpg);
}
.coreValue_one, .coreValue_two, .coreValue_three, .coreValue_four {
	background-repeat: no-repeat;
	background-position: top left;
	background-size: cover;
}
h3, p {
	margin: 0;
}
.coreValue_h3 {
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding: 190px 0 40px 0;
	font-family: '微软雅黑';
	color:#000;
}
.coreValue_th3 {
	font-size: 24px;
	width: 100%;
	text-align: center;
	padding: 50px 0 20px 0;
	font-family: '微软雅黑';
	color:#000;
}
.coreValue_p {
	display: inline-block;
	font-size: 13px;
	width: 100%;
	text-align: center;
	padding: 0px 54px;
	line-height: 28px;
	color: #000;
}
.coreValue_p:hover {
	color: #000;
	text-decoration:none;
}
.p2 {
	padding: 0px 40px;
}
.p3 {
	padding: 0px 20px;
}
.bottom_border {
	height:auto;
	min-height: 25px;
	border-bottom: #00489d solid 7px;
	text-align: center;
	background-color: transparent;
	position: fixed;
	bottom: 0;
	left: 0;
	right:0;
	z-index: 99999;
}
#returnTop{
	border: 0;
	cursor: pointer;
	height:18px;
	width:21px;
}

#returnTop:hover {
	height:36px;
	width:42px;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.coreValue_div1 {
	width: 100%;
	height: 120px;
}
.coreValue_div2, .coreValue_div3 {
	width: 100%;
	height: 90px;
}
.coreValue_a, .coreValue_a:hover {
	display: inline-block;
	margin-top: 40%;
	color:#333;
	font-size:16px;
}

@media (min-width: 768px) {
.coreValue_one {width: 388px;height: 258px;}
.coreValue_two {width: 352px;height: 124px;}
.coreValue_three, .coreValue_four {width: 171px;height: 124px;}
.coreValue_h3 {padding: 30px 0 20px 0;}
.coreValue_div2 {height: 50px;}
.coreValue_div3 {display: none;}
.coreValue_p {padding: 0px 24px;}
.coreV{height: 420px;}
}

@media (min-width: 992px) {
.coreValue_one {width: 500px;height: 333px;}
.coreValue_two {width: 460px;height: 163px;}
.coreValue_three, .coreValue_four {width: 225px;height: 160px;}
.coreValue_h3 {padding: 50px 0 40px 0;}
.coreValue_div2, .coreValue_div3 {height: 70px;}
.coreValue_p {padding: 0px 44px;}
.coreV{height: 520px;}
}

@media (min-width: 1330px) {
.coreValue_one {width: 684px;height: 531px;}
.coreValue_two {width: 607px;height: 262px;}
.coreValue_three, .coreValue_four {width: 300px;height: 262px;}
.coreValue_h3 {padding: 190px 0 40px 0;}
.coreValue_div2, .coreValue_div3 {height: 90px;}
.coreValue_p {padding: 0px 54px;}
.coreV{height: 720px;}
}
@media (max-width: 767px) {
.coreV {
  height: auto;
}
.coreValue {
  height: auto;
}
coreValue_img li {
  float: none;
}	
}
.Solutions{
	background-color:#fafafa;
	width:100%;
	/*height:340px; */
	padding-top: 140px;
	padding-bottom:70px;
	}
#carousel3 .carousel-indicators li{
	background-color:#898b8c;
	margin:0;
	border:0;
	}
#carousel3 .carousel-indicators .active{
	background-color:#6a6a6b;
	width:10px;
	height:10px;
	margin:0;
	border:0;
	}
#carousel3 .carousel-indicators{
	bottom:10px;
	}
#carousel3 .item li{
	float:left;
	width:33%;
	}

#carousel3 .item li div:hover .solH4,#carousel3 .item li div:hover .solitem p{
	color:#00489d;
	}
#carousel3 a{
	text-decoration:none;
	}
.solH4{
	font-size:16px;
	color:#010101;
	}
.solitem{
	width:100%;
	height:48px;
	}
.solitem p{
	width:100%;
	line-height:24px;
	font-size:12px;
	color:#464646;
	}
@media (min-width: 768px) {
.item_01, .item_02, .item_03{width:240px;padding-left: 60px;}
}

@media (min-width: 992px) {
.item_01, .item_02, .item_03{width:280px;padding-left: 80px;}
}

@media (min-width: 1230px) {
.item_01, .item_02, .item_03{width:310px;padding-left: 90px;}
}

/*新闻资讯*/
.information_h3 {
	font-size: 30px;
	text-align: center;
	width: 100%;
	color: #010000;
	margin: 35px 0;
}
.information {
	width: 100%;
	padding: 0px 0 40px 0;
	text-align: center;
	background-color: #fff;
	height:550px;
}
.information_a, .information_a:hover {
	font-size: 12px;
	color: #da251c;
	margin-bottom: 100px;
	display: inline-block;
}
.information li {
	float: left;
	width: 426px;
	margin: 0 3.5px;
	text-align: left;
	position: relative;
}
.information_img {
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	background-size: contain;
}
.bg_img {
	width: 0;
	height: 130px;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-ms-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.bg_img img {
	width: 0;
	height: 100%;
}
.information_h4 {
	font-size:16px;
	color:#010000;
	margin:30px 0 10px 0;
}

.figcaption{
	width: 100%;
	height: 48px;
}
.figcaption p{
	width: 100%;
	line-height: 24px;
	font-size:12px;
	color:#464646;
	padding-right:20px;
}
.information_img img {
	width: 100%;
}
.inforA{
	color:#00489d;
	font-size:12px;
	display:inline-block;
	margin-top:10px;
	}
@media (min-width: 768px) {
.information li {width: 242px;margin: 0 3px;}
.information_img, .bg_img {height: 124px;}
.bg_img img {width: 0;}
}

@media (min-width: 992px) {
.information li {width: 310px;margin: 0 3px;}
.information_img, .bg_img {height: 159px;}
.bg_img img {width: 0;}
}

@media (min-width: 1330px) {
.information li {width: 426px;margin: 0 3.5px;}
.information_img, .bg_img {height: 220px;}
.bg_img img {width: 0;}
}




/*底部列表*/
.footer_up {
	width: 100%;
	background-color: #4f4e4e;
	padding: 50px 0;
}
.footer_up li {
	float: left;
	text-align: left;
}
.footer_product {
	width: 470px;
	height: 280px;
}
.footer_Solutions{
	width:390px;
	height: 280px;
	}
.footer_case{
	width:340px;
	height: 280px;
	}
.footer_about{
	width:100px;
	height: 280px;
	}

.footer_up h4 {
	color: #e6e6e6;
	font-size: 16px;
}
.footer_up a {
	color: #e6e6e6;
	font-size: 13px;
	display: inline-block;
	width: 100%;
	margin:5px 0;
}
.footer_up a:hover{
	color:#fff;
	text-decoration:none;}

.c_span {
	float: right !important;
	margin-top: 10px;
	right: -6px;
	height: 14px;
	position: absolute;
}
.footer_tel {
	width: 470px;
	color: #fff;
	margin-top: 40px;
}
.footer_tel h3 {
	font-size: 18px;
	margin-top: 20px;
}
.footer_tel h6 {
	font-size: 13px;
	line-height: 24px;
}
.emil {
	width: 260px;
	margin: 20px 0;
}
.emil-group {
	height: 40px;
	width: 276px;
}
.emil-control {
	padding: 6px 8px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #fff;
	background-color: transparent;
	background-image: none;
	border: 1px solid #fff;
	border-radius: 2px;
	display: block;
	width: 200px;
	height: 30px;
	float: left;
	outline: none;
	box-shadow: none;
}
.btn-emil {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	height: 30px;
	line-height: 28px;
	width: 70px;
	float: left;
	border-radius: 2px;
	margin-left: 6px;
	padding: 0;
}
.btn-emil:hover {
	background-color: #00489d;
	color: #fff;
}
.lec {
	float: right !important;
	margin-top: 40px;
}
a.icon{
	background-image:url(../images/icon_share.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	display:inline-block;
	margin:0 14px 0 0;
	-webkit-transition: 0s all ease;
	-moz-transition: 0s all ease;
	-o-transition: 0s all ease;
	transition: 0s all ease;
	}
.sina{background-position:0px 0px;}
.wechat{background-position:-49px 0px;}
.weibo{background-position:-97px 0px;}
.in{background-position:-140px 0px;}
.sina:hover{background-position:0px -39px;}
.wechat:hover{background-position:-49px -39px;}
.weibo:hover{background-position:-97px -39px;}
.in:hover{background-position:-140px -39px;}
@media (min-width: 768px) {
.lec {margin-top: 60px;}
.footer {width: 108px;padding-left: 6px;height: 320px;}
.footer_tel {width: 210px;}
.footer_product {width: 250px;}
.footer_Solutions{width: 210px;}
.footer_case{width: 190px;}
}

@media (min-width: 992px) {
.lec {margin-top: 70px;}
.footer {width: 138px;padding-left: 0;height: 280px;}
.footer_tel {width: 330px;}
.footer_product {width: 330px;}
.footer_Solutions{width: 280px;}
.footer_case{width: 250px;}
}

@media (min-width: 1330px) {
.lec {margin-top: 40px;}
.footer {width: 138px;padding-left: 0;height: 280px;}
.footer_tel {width: 470px;}
.footer_product {width: 470px;}
.footer_Solutions{width: 390px;}
.footer_case{width: 340px;}
}
/*版权*/
.foot {width: 100%;background-color: #3d3c3c;height: 90px;font-size: 12px;padding: 33px 0;}
.num {float: left;color: #fff;}
.num img {margin-right: 16px;float: left;}
.num span {line-height: 24px;}
.foot_01 {float: right;color: #fff;line-height: 24px;}
.foot_01 a {color: #fff;}
.foot_span {margin-right: 38px;}
.span {margin: 0 10px;display: inline-block;}


/*解决方案导航菜单栏*/
.Solution-menu{left: 0px;width: 100%; opacity:0; height:0; z-index:-1; display:block;}
.nav_dh .container{ position:static;}
.nav_nav{width:100%;height:auto;display:block;}






/**/

.banner{width:100%; height:338px; background-position:center; background-repeat:no-repeat; background-size:cover; display:inline-block;}
.current{width:100%; height:60px; background-color:#f5f5f5;}
.current_title{float:right; font-size:12px; color:#464646; padding:20px 0;}
a.curr{color:#464646;}
a.currOn{color:#00489d;}
.aboutH3,.caseH3{color:#464646; font-size:24px; text-align:center; margin:30px 0 40px 0;display: inline-block;}
.abtConT,.caseConT,.caseConU{width:100%; height:50px; border:#e1e1e1 solid 1px; border-left:none; border-right:none; padding:14px 0; text-align:center;}
.abtConT a{width:220px; display:inline-block; color:#00489d;border-left:#e1e1e1 solid 1px;}
.abtBorder{border-right:#e1e1e1 solid 1px}
.aboutCon{text-align:center; padding-bottom:100px;}
.aboutCon .news{ text-align:left;}
.about_img{margin:80px 0 100px 0;}
.about_title{width:860px; height:120px; margin-left:auto; margin-right:auto; position:relative;}
.QuotesL,.QuotesR{font-size:72px; color:#00489d; font-family:'楷体'; position:absolute; height:50px}
.QuotesL{left:0; top:-20px;}
.QuotesR{right:0; bottom:0;}
.aboutH2{font-size:30px; color:#464646; width:100%;text-align:center;display: inline-block; margin:0 0 10px 0;}
.aboutP{font-size:18px; color:#00489d; padding:0 100px; line-height:28px;}
.underBorder{width:40px; height:3px; display:inline-block; background-color:#00489d; margin-top:10px;}
.abtConP{text-align:center; font-size:12px; color:#464646; line-height:24px; margin-top:10px;}
@media (min-width: 768px){
	.about_img{width:100%; height:auto;}
	.about_title{width:100%;}
	}
@media (min-width: 992px){
	.about_img{width:auto; height:auto;}
	.about_title{width:860px;}
	}
@media (min-width: 1230px){
	
	}
/**/


.caseCon{text-align:center;}
.caseConT{text-align:left;}
.caseH3{margin:30px 0 20px 0;}
.caseConU{border-top:none; text-align:left;}
.caseConT a,.caseConU a,.proConT a{width:216px; display:inline-block; color:#00489d;border-left:#e1e1e1 solid 1px;text-align:center;font-size: 12px;float: left;}
.caseDetail{font-size:12px; color:#464646; line-height:24px; text-align:center; margin:0 0 40px 0; padding: 0 150px;}
.case{display:inline-block; float:left; width:400px; height:430px; margin:45px 16px 0 16px; border:#dcdcdc solid 1px; padding:36px 32px; text-align:center;}
.case:hover{background-color:#00489d; border-color:#00489d;}
.case img{width:100%; height:194px; border:none;}
.caseBorder{width:100%; height:35px; display:inline-block; border-bottom:#dcdcdc solid 1px;}
.case:hover .caseBorder{border-color:#fff;}
.caseP{color:#464646; font-size:16px; margin:40px 0 30px 0; text-align:center;}
.case:hover .caseP{color:#fff;}
.caseMore{width:37px; height:37px; background:url(../images/caseMore.png) no-repeat center; display:inline-block;}
.paging{width:100%; display:inline-block; padding:70px 0; text-align:center;}
.casePageA{border:#dcdcdc solid 1px; border-radius:2px; height:24px; line-height:20px; padding:0 10px; font-size:14px; display:inline-block;margin-right:4px;}
.casePageA:hover,.pageOn{color:#fff;background-color:#00489d; text-decoration:none;}
.paging div{width:auto; height:24px; margin-left:auto; margin-right:auto;}
.proConT{width:216px; position:relative; height:50px; padding:14px 0;}
.proConTiList{width:100%; height:auto; display:block;}
.proConTiList ul{width: 100%;  display: flex;  flex-wrap: wrap;border:#e1e1e1 solid 1px; border-left:none; border-right:none;}
@media (min-width: 768px){
	.caseConT a, .caseConU a,.proConT{width: 125px;}
	.case{width: 343px;}
	}
@media (min-width: 992px){
	.caseConT a, .caseConU a,.proConT{width: 161px;}
	.case{width: 291px;}
	}
@media (min-width: 1230px){
	.caseConT a, .caseConU a,.proConT{width: 216px;}
	.case{width: 400px;}
	}
.caseTitle{font-size:20px; color:#464646; margin:45px 0 20px 0; text-align:center;}
.Subtitle{font-size:13px; color:#464646; text-align:center; line-height:30px;}
.Subtitle span{color:#00489d;}
.cases{text-align:center;}
.prevNext{width:48%; margin:0 1%; height:42px; line-height:42px; text-align:center; font-size:12px; color:#464646; display:inline-block; border:#dcdcdc solid 1px; float:left;}
.prevNext:hover{background-color:#00489d; color:#fff; text-decoration:none;}
.Previous{width:200px; height:40px; text-align:center; line-height:40px; font-size:12px; color:#00489d; display:inline-block; margin:30px 0 100px 0; border:#00489d solid 1px;}
.Previous:hover{background-color:#00489d; color:#fff; text-decoration:none;}
.prevP{width:100%; display:inline-block; height:auto; margin:40px 0 0 0;}
/**/

.address,.form{float:left; display:inline-block; border:#dcdcdc solid 1px; border-radius:2px;}
.address{width:420px; height:350px; padding:50px 40px; line-height:2.4 }
.form{margin-left:35px; width:475px; height:350px; padding:50px 45px;}
.contactH3{ font-size:20px; margin-bottom:10px;}
.contactH4{width:210px; text-align:left; font-size:14px; margin-left:auto; margin-right:auto; padding-left:40px; height:24px; line-height:24px; color:#000000; margin-top:8px; margin-bottom:8px; background-image:url(../images/contact_icon.png); background-repeat:no-repeat;-webkit-transition: 0s all ease;
	-moz-transition: 0s all ease;
	-o-transition: 0s all ease;
	transition: 0s all ease;}
.address .big{ font-size:24px;}
.contactBorder{width:100%; height:36px; display:inline-block; border-bottom:#dcdcdc solid 1px;}
.contactP{font-size:14px; color:#000; line-height:32px; margin-top:20px;}
.contactP span{font-size:20px;}
.tel01{background-position:0px 0px;}
.tel02{background-position:0px -60px;}
.add{background-position:0px -120px;}
.tel01:hover{background-position:0px -30px;}
.tel02:hover{background-position:0px -90px;}
.add:hover{background-position:0px -150px;}
.form_01{width:330px; float:left;}
.form_02{width:398px; float:left; margin-left:45px;}
.formTitle{line-height:48px; font-size:12px; color:#39393c;}
.formTitle span{font-size:14px; color:#df262d;}
input.formText{width:100%; border:#dcdcdc solid 1px; border-radius:2px; height:36px; padding:0 6px;}
.form_02 textarea{width:100%; border-color:#dcdcdc; resize:none; border-radius:2px; outline:none; padding:6px;}
.formButton{width:120px; height:46px; line-height:46px; text-align:center; font-size:12px; color:#00489d; border:#00489d solid 1px; border-radius:2px; background-color:#fff; margin-top:30px;}
.formButton:hover{background-color:#00489d;color:#fff}
.map{display:inline-block; width:100%; margin:100px 0 300px 0; height:540px; padding:12px; border:#00489d solid 1px;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
@media (min-width: 768px){
	.address{width: 320px; padding: 50px 15px;}
	.form{width: 395px; padding: 50px 25px;}
	.form_01{width: 180px;}
	.form_02 {width: 178px;}
	}
@media (min-width: 992px){
	.address{width: 450px; padding: 50px 30px;}
	.form{width: 480px; padding: 50px 25px;}
	.form_01{width: 250px;}
	.form_02 {width: 288px;}
	}
@media (min-width: 1230px){
	.address{width: 430px; padding: 50px 38px;}
	.form{width: 475px; padding: 50px 45px;}
	.form_01{width: 330px;}
	.form_02 {width: 398px;}
	}
/**/



.solutionCon{width:100%; height:auto; margin:40px 0 70px 0; text-align:left;}
.solutionCon li{width:100%; height:250px; padding:25px 20px; background-image:url(../images/solution.png); background-repeat:no-repeat; background-position:top right; border:#fff solid 1px;}
.solutionCon li:hover{background-color:#00489d; border:#00489d solid 1px;}
.solutionCon li img{height: 100%;width: auto; float:left;}
.solutionDetail{height:198px; float:left; width:760px; margin-left:35px; border-bottom:#dcdcdc solid 1px;}
.solutionTitle{font-size:16px; color:#464646; margin:25px 0 15px 0;}
.soluDetail{width:100%; height:50px;}
.soluDetail p{line-height:24px; font-size:12px; color:#464646;}
.soluMore{width:125px; height:40px; text-align:center; line-height:40px; font-size:12px; color:#464646; border:#dcdcdc solid 1px; display:inline-block; margin:25px 0 0 10px;}
.soluMore:hover{color:#fff; text-decoration:none;}
.solutionCon li:hover .solutionTitle,.solutionCon li:hover .soluDetail p,.solutionCon li:hover .soluMore{color:#fff;}
.solutionCon li:hover .solutionDetail{border-color:#00489d;}
@media (min-width: 768px){
	.solutionDetail{width: 365px;}
	}
@media (min-width: 992px){
	.solutionDetail{width: 585px;}
	}
@media (min-width: 1230px){
	.solutionDetail{width: 760px;}
	}
/**/
.solutionsDteail{margin:55px 0 180px 0;}
.solDetail_01{font-size:20px; color:#464646; text-align:left; margin:25px 0 0 0;}
.solDetail_02,.solDetail_03{font-size:12px; color:#464646; text-align:left; line-height:24px; margin:25px 0 0 0;}
.solDetail_02{text-indent:2em;}
.solutionsDteail img{margin:60px 0 0 0;}


/**/

.new{width:100%; display:inline-block; height:auto;}
.newList{width:100%; display:inline-block; height:auto; border-bottom:#dcdcdc solid 1px;}
.newDtail{padding:30px 0;}
.newDtail li{float:left; display:inline-block;}
.newDtail_01{width:105px; color:#464646; margin-top:30px; text-align:center;}
.newDtailP_01{height:70px; line-height:70px; font-size:30px; border-bottom:#464646 solid 1px;}
.newDtailP_02{font-size:14px; margin-top:20px;}
.newDtail_02{margin-left:100px;}
.newDtail_02 img{max-width:343px; width:auto; height:auto;}
.newDtail_03{margin-left:40px; width:710px;}
.newDtail_03 h3{font-size:18px; color:#000; margin:20px 0 15px 0;}
.newMore{font-size:12px;color:#00489d; display:inline-block; margin-top:30px;}
.newList:hover{background-color:#f5f5f5;}
.newList:hover .newDtail_01{color:#00489d;}
.newList:hover .newDtailP_01{border-color:#00489d;}
@media (min-width: 768px){
	.newDtail_02{margin-left: 20px;}
	.newDtail_03{width: 240px;}
	}
@media (min-width: 992px){
	.newDtail_02{margin-left: 50px;}
	.newDtail_03{width: 430px;}
	}
@media (min-width: 1230px){
	.newDtail_02{margin-left: 100px;}
	.newDtail_03{width: 710px;}
	}
/**/
.newsTitle{font-size:24px; margin:50px 0 20px 0; text-align:center;}
.SubtNews{width:100%; text-align:center; height:auto;color:#464646; margin-bottom:50px;}
.SubtNews span{width:auto; height:auto; margin-right:50px;}
.news img{margin-top:25px;}
.news{width:100%; height:auto; margin-bottom:66px;color:#464646;}
.news p{font-size:12px; line-height:24px;}
.news-con{ max-width:1000px; margin:0 auto;}
.share{width:25px; height:25px; background-image:url(../images/share_icon.png); background-repeat:no-repeat; display:inline-block; margin-left:12px;}
.qq{background-position:0px 0px;}
.qqZone{background-position:-40px 0px;}
.pengy{background-position:-79px 0px;}
.qqWb{background-position:-119px 0px;}
.weixin{background-position:-158px 0px;}
.sinaWb{background-position:-198px 0px;}



/**/


.supportList{width:400px; height:160px; display:inline-block; float:left; margin: 55px 16px 0 16px; border:#dcdcdc solid 1px; color:#464646; padding:17px 20px;}
.supportList img{float:left;}
.supportDetail{width:auto; height:auto; display:inline-block;float:left; margin-left:26px; text-align:left;color:#464646;}
.supportDetail h4{font-size:14px;}
.supportDetail p,.supportDetail span,.supportDetail a{font-size:12px;}
.supportDown,.supportDetail span{height:28px; line-height:28px; padding-left:24px; background-repeat:no-repeat; display:inline-block; float:left; color:#464646; margin-top:30px;-webkit-transition: 0s background-position;
	-moz-transition: 0s background-position;
	-o-transition: 0s background-position;
	transition: 0s background-position;}
.supportDown{width:75px; background-image:url(../images/down.png); background-position:0px 4px;}
.supportDetail span{width:94px; background-image:url(../images/time.png); background-position:0px 4px;}
.supportList:hover{background-color:#00489d; color:#fff;}
.supportList:hover .supportDetail h4,.supportList:hover .supportDetail p,.supportList:hover .supportDetail span,.supportList:hover .supportDetail a{color:#fff;}
.supportList:hover .supportDown,.supportList:hover .supportDetail span{background-position:0px -32px;}



/**/



.rental_list{width:640px; height:282px; border:#dcdcdc solid 1px; margin:20px 5px; display:inline-block; float:left; padding:30px 25px; text-align:left;}
.rental_list:hover{border-color:#00489d;}
.rental_list img{float:left; width: 290px;height: 220px;}
.rentalDetail{width:245px; height:auto; margin-left:50px; display:inline-block; float:left;}
.rentalDetail h4{font-size:18px; color:#00489d; margin:10px 0 30px 0;}
.rentalDetail p{font-size:12px; color:#464646; line-height:24px;}
.rentalMore{font-size:12px; color:#fff; width:120px; height:40px; display:inline-block; text-align:center; line-height:40px; background-color:#00489d; margin-top:30px;}
.rentalMore:hover{color:#fff; text-decoration:none;}
.rentalDP{width:100%; height:72px;}

.rentalCon{text-align:center;height:auto; margin-bottom:120px;}
.rentals{margin-top:20px; width:800px; height:600px; overflow:hidden; margin-left:auto; margin-right:auto;}
.rentals img{width:100%; height:100%;}
.rentalSmall{width:195px; height:135px; display:inline-block; float:left; margin-right:6px; overflow:hidden; border:#dcdcdc solid 1px; cursor:pointer;}
.rentalSmall img{width:100%; height:100%;}
.rentalImg{width:850px; height:135px; margin-left:auto; margin-right:auto; margin-top:25px; margin-bottom:25px; position:relative;}
.btn_l,.btn_r{width:20px; height:135px; border:#dcdcdc solid 1px; border-radius:3px; display:inline-block;line-height: 133px; color:#464646; position:absolute;top:0;}
.btn_l{left:0;}
.btn_r{right:0;}
.btn_l:hover,.btn_r:hover{background-color:#00489d;color:#fff; cursor:pointer;}
.rentalss{width:800px; height:135px; overflow:hidden;text-align:left; margin-left:auto; margin-right:auto;}
.rentals_list{display:inline-block;}
.rentalH4{font-size:20px; color:#464646; margin:40px 0 20px 0; display:inline-block;}
.rentalP{font-size:12px; color:#464646; line-height:24px;}




.subTitles{position:absolute; left:0; top:48px; width:100%; height:0; padding:0px 20px; background-color:rgba(0,0,0,0.8); color:#fff; opacity:0;filter: alpha(opacity=0);z-index: -1; border-radius:0 0 4px 4px;}
.subTitles a{color:#fff; font-size:11px; display:block; margin:5px 0; border:none; text-align:left;}

li.proConT:hover div.subTitles{opacity:1;filter: alpha(opacity=100);z-index:999; height:auto; padding:10px 20px;}
.product_col{width:309px;  margin:0 8px; float:left; display:inline-block; }
.product_list{height:440px;border:#efefef solid 1px; border-bottom:#a5a6a7 solid 4px; margin-bottom:10px;}
.product_list:hover{border-bottom:#00489d solid 4px;}
.product_list img{ max-width:100%}

.productsDetail{width:100%; height:543px; border:#dcdcdc solid 1px; margin-top:50px; margin-bottom:70px; padding:20px;}
.proDet_01,.proDet_02{float:left;}
.proDet_01{width:715px; text-align:left;}
.proDet_02{width:540px;}
.proDet_h3{font-size:20px; color:#000; margin:30px 0 0 0;}
.proDet_h4{font-size:16px; color:#464646;}
.proDet_01 p{font-size:12px; color:#464646; line-height:24px;padding-right: 110px; margin-top:50px;}
.sicon{width:50px; height:14px; display:inline-block; float:left; margin-right:30px; font-size:12px; color:#464646; padding-left:18px; line-height:14px; background-image:url(../images/share.png); background-repeat:no-repeat; margin-top:40px;}
.share2{ background-position:0px -31px;}
.Recommend{font-size:24px; color:#464646;}
#carousel5 .product_list{margin-top:0;}
.products_con{ text-align:center; margin-bottom:50px;}
.proDetSmall{width:530px; height:auto; display:inline-block; float:left; margin-top: 10px;}
.proSmallImg{width:126px; height:96px; border:#dcdcdc solid 1px; margin-right:6px; text-align:center; cursor:pointer;float: left; padding:3px;}
.proSmallImg img{width:100%; height:100%;}
.proDetBig{float:left; width:531px; height:395px;}
.proModelTitle{width:100%; height:55px; border-bottom:#dcdcdc solid 1px;}
.modelTitle{padding:0 30px; margin-right:75px; line-height:52px; display:inline-block; float:left; font-size:15px; color:#464646;}
.modelTitle:hover,.modelTitle_on{color:#00489d; border-bottom:#00489d solid 3px; text-decoration:none;}
#overview{display:block;}
#parameter,#generator,#led{display:none;}
#parameter,#generator,#led,#overview{width:100%; height:auto; text-align:left; margin-top:30px; padding:10px;}
#overview p{font-size:12px; line-height:24px; color:#464646;}
@media (min-width: 768px){
	.proDet_01{width: 100%; margin-bottom:20px;}
	.productsDetail{height: 760px;}
	.modelTitle{margin-right: 50px;}
	#carousel5 li.product_list{width: 166px;}
	}
@media (min-width: 992px){
	.proDet_01{width: 350px; margin-bottom:0px;}
	.proDet_01 p{padding-right: 10px; margin-top: 10px;}
	.sicon{margin-top: 20px;}
	.productsDetail{height: 543px;}
	.modelTitle{margin-right: 75px;}
	#carousel5 li.product_list{width: 221px;}
	}
@media (min-width: 1330px){
	.proDet_01{width: 715px;}
	.proDet_01 p{padding-right: 110px; margin-top: 50px;}
	.sicon{margin-top: 40px;}
	#carousel5 li.product_list{width: 295px;}
	}
#solutions img{width:180px; height:auto; float:left;}
#solutions .solutionDetail{width:220px; margin-left:15px;height: 128px; border:none;}
#solutions .solutionTitle{margin:0 0 10px 0;}
#solutions .soluMore{margin: 5px 0 0 10px;}
#solutions .soluMore:hover{background-color:#00489d;}
/*解决a标签点击后的虚线框问题*/
a{outline:none;}
a:active{star:expression(this.onFocus=this.blur());}
.icon{background:url(../images/icon_kf.png) no-repeat; display:inline-block; vertical-align:middle;}
/*-----------------left float---------------*/
.left-float{height:180px; margin-top:-90px; position:fixed; left:0; top:50%; width:77px; z-index:999;}
.left-float li{background-color:#d4070d; color:#fff; height:57px; line-height:27px; margin-bottom:1px; position:relative; text-align:center; width:77px;}
.left-float li.hover{overflow:hidden;}
.left-float li a.tit{color:#fff; display:inline-block; height:57px; width:77px; padding-top:5px;}
.left-float li a.tit:hover{ text-decoration:none;}
.left-float li a p{color:#fff;}
.left-float li p{cursor:pointer; height:27px; position:relative; z-index:2;}
.left-float li .tel{background-color:#d4070d; color:#fff; cursor:pointer; font-size:16px; line-height:57px; height:57px; right:-180px; position:absolute; top:0; width:180px; z-index:1; border-left:1px solid #E00A10;}
.icon_float1, .icon_float2, .icon_float3{width:25px; height:25px;}
.icon_float1{background-position:-175px 0;}
.icon_float2{background-position:-175px -25px;}
.icon_float3{background-position:-175px -50px;}
#tit1{display:block;}
#tit2{display:none;}
