*{
	-moz-box-sizing: border-box; /*Firefox3.5+*/
	-webkit-box-sizing: border-box; /*Safari3.2+*/
	-o-box-sizing: border-box; /*Opera9.6*/
	-ms-box-sizing: border-box; /*IE8*/
	box-sizing: border-box; 
}
body,html{
	width: 100%;
	padding: 0;
	margin: 0;
	font-family:'microsoft yahei',Helvetica,Arial,'宋体',sans-serif ;
	min-width: 1200px;
	color:#333333;
}
a{
	text-decoration: none;
	color: #000;
}
.no_liststyle{
	list-style: none;
	overflow: hidden;
}
.no_liststyle>li{
	float: left;
}
nav{
	height: 80px;
	line-height: 80px;
}
ul,ol,dl,dd,dt,h1,h2,h3,h4,h5,h6,p{
	padding: 0;
	margin: 0;
}
img{ 
	border-style:none; 
}
.nav_hover_a{
	color: #006EC3;
}
.nav_hover_h5{
	filter:alpha(opacity=100) !important;  
   	-moz-opacity:1 !important;  			
  	-khtml-opacity: 1 !important; 			 
	opacity: 1 !important;
}
#nav_bar{
	height: 97px;
}
.nav_bar_wrapper{
	height:62px;
	background-color: #3c3c3c;
}
.nav_bar_wrapper .content{
	height: 100%;
}
.nav_bar_wrapper .nav_bar input{
	float: left;
}
.nav_bar_wrapper .col-4{
	width: 22%;
}
.nav_bar_fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100001;
}
.content{
	width: 80%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}
.col-6{
	width: 50%;
}
.col-4{
	width: 25%;	
}
.logo{
	/*width: 195px;*/
	display: block;
	/*height: 42px;*/
}
.grad {
	background-color: #FFFFFF;
	height: 35px;
	width: 100%;
	min-width: 1200px;
	/*
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f4f4f4,',endColorStr='#DEDEDE',gradientType='0'); //兼容IE
	background: -webkit-linear-gradient(#f4f4f4,#DEDEDE); // Safari 5.1 - 6.0 
	background: -o-linear-gradient(#f4f4f4,#DEDEDE); // Opera 11.1 - 12.0 
	background: -moz-linear-gradient(#f4f4f4,#DEDEDE); // Firefox 3.6 - 15 
	background: linear-gradient(#f4f4f4,#DEDEDE); // 标准的语法 
	*/
}
.grad p{
	color:#434343;
    font-size: 14px;
    font-weight: 500;
    width: 280px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    display: inline-block;
    float: right;
    margin-left: 35px;
}
.grad .wrap_1200{
	padding: 0;
}
.grad .wrap_1200 ul{
	float: right;
	height: 35px;
	line-height: 35px;
}
.grad .wrap_1200 ul li{
	text-align: center;
}
.grad .wrap_1200 ul li a{
	color:#008AE7;
	border-left:1px solid #008AE7;
	padding: 0 10px;
}
.grad .wrap_1200 ul li a:hover{
	text-decoration: underline;
}
.grad .wrap_1200 ul li:first-child a{
	border-left:none;
}
.logo_padding{
	/*padding: 10px 0;*/
}
.center{
	text-align: center;
}
.magin_80{
	margin: 0 0 50px;
}

.border_left{
	border-bottom:1px solid #ccc;
}
.nav_bar{
	/*margin: 37px 136px 35px 0;*/
	height: 62px;
	line-height: 62px;
	max-width: 78%;
	overflow: hidden;    padding-left: 100px;
}
/*.nav_bar>ul{
	overflow: hidden;
}*/
.nav_bar>ul>li{
	/*width:104px;*/
	/*width: 142px;*/
	text-align: center;
}
.nav_bar>ul>li>a{
	font-size: 16px;
	color: #FFFFFF;
}
.nav_bar>ul>li:hover{
	cursor: pointer;
}
/*.nav_bar>ul>li:hover a{
	color: #006EC3;
}*/
.nav_bar>ul>li:hover h5{
	opacity: 1;
  	filter:alpha(opacity=100);  /* IE */
   	-moz-opacity:1;  			/* 老版Mozilla */
  	-khtml-opacity: 1; 			 /* 老版Safari */
}
.nav_bar>ul>li>.dropMenu:hover #scroll1{
	opacity: 1;
  	filter:alpha(opacity=100);  /* IE */
   	-moz-opacity:1;  			/* 老版Mozilla */
  	-khtml-opacity: 1; 			 /* 老版Safari */
}
.nav_bar>ul>li>.dropMenu>p{
	float: left;
	height: 13px;
	margin: 5px 0;
	border-left:1px solid #000;
}
.nav_bar>ul{
	/*width: 140%;*/
}
.nav_bar h5{
	border-bottom:3px solid #006EC3 ;
	width: 80px;
	margin: 10px auto 0;
	opacity: 0;
	filter:alpha(opacity=0); 	 /* IE */
   	-moz-opacity:0;  			/* 老版Mozilla */
  	-khtml-opacity: 0; 			 /* 老版Safari */
}
.bread_crumb{
	width: 100%;
	background-color: #ECECEC;
	height: 30px;
	/*border-bottom: 1px solid #d3d3d3;*/
}
.wrap_1280{
	width:1280px;
	margin:0 auto;
	font-size:14px;
	color:#434343;
	padding:5px 0;
}
.wrap_1280 a{
	font-size:14px;
	color:#434343;
}
.wrap_1200{
	width:1200px;
	margin:0 auto;
	font-size:14px;
	color:#434343;
	padding:5px 0;
}
.wrap_1200 a{
	font-size:14px;
	color:#434343;
}
.bread_crumb_fixed{
	position: fixed;
	top: 62px;
	left: 0;
	right: 0;
	z-index: 10001;
}
#nav_img img{
	width: 100%;
}
.font_grey{
	color: #3c3b3b;
	margin-top: 14px;
}
.under_border{
	width: 46px;
	border-bottom: 3px solid #008AE7;
	margin: 0 auto;
}
.h3_padding{
	width: 100px;
	padding: 10px 0;
	border-bottom:1px solid #BBBBBB ;
	margin: 20px auto;
}
.magin_top{
	margin-top: 90px;
}
.magin_3{
	margin: 3px;
}
.products{
	overflow: hidden;
}
.products p{
	font-size: 14px;
	height: 25px;
}
.products_img{
	overflow: hidden;
}
.products_img>ul>li{
	overflow: hidden;
	width: 240px;
	height: 240px;
}
.products_img img{
	width: 250px;
	height: 248px;
	transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;	/* Firefox 4 */
	-webkit-transition: margin-left 0.5s;	/* Safari 和 Chrome */
	-o-transition: margin-left 0.5s;	/* Opera */
}
.products_img img:hover{
	margin-left:-10px ;
}
.Advantage_detail{
	overflow: hidden;
}
.Advantage_detail>dl{
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.Advantage_detail>dl>dt{
	float: left;
	/*padding-left: 30px;*/
	width: 70px;
}
.Advantage_detail>dl>dd{
	float: left;
	margin-bottom: 35px;
	width: 330px;
}
.Advantage_detail>dl>dd:nth-child(8),
.Advantage_detail>dl>dd:nth-child(10),
.Advantage_detail>dl>dd:nth-child(12){
	margin-bottom: 0;
}
.Advantage_detail>dl>dd>h2{
	margin:0 12px;
	font-weight: 100;
}
.Advantage_detail>dl>dd p{
	font-size: 15px;
	margin: 6px 12px;
	color: #3c3b3b;
}
#search{
	margin:60px auto;
	width: 80%;
	min-width: 1200px;
}
#search form{
	position: relative;
	width: 600px;
	margin: 0px auto;
}
#search >.center>p{
	margin-top: 26px;
}
.search_input{
	height: 45px;
	width: 600px;
	border: 2px solid #2E6FF7;
	padding: 0;
	vertical-align:bottom;/*兼容两个input对齐*/
}
.search_btn{
	height: 45px;
    width: 90px;
    position: absolute;
    right: 0px;
    top: 0;
    color: #fff;
    padding: 0;
    border: none;
    background-color: rgb(47,111,247);
	vertical-align:bottom;/*兼容两个input对齐*/
}
.search_btn:hover{
	cursor: pointer;
}
.search_btn span{
    border: 0;
    width: 67px;
    height: 34px;
    background: url("../images/soso.jpg") 0 50% no-repeat;
    float: left;
    margin-left: 11px;
}
.search_words{
	overflow: hidden;
	width: 820px;
	margin: 20px auto;
}
.search_words>li{
	color: #3c3b3b;
	font-size: 13px;
	padding:0 7px;
	border-left:1px solid #3c3b3b ;
	margin-top: 20px;
}
.search_words>li:first-child{
	border-left:0 ;
}
.search_words>li:nth-child(2){
	border-left:0 ;
}
.search_words>li>a{
	color: #3c3b3b;
}
.search_img{
	position: absolute;
}
#search h2{
	color: #505050;
	font-weight: 400;
}
.phone_number{
	font-size: 25px;
	font-weight: 600;
	color: #3380FF;
	position: relative;
	top: -12px;
	left: 20px;
}
#value{
	width: 100%;
	min-width: 1200px;
	max-width: 1422px;
	margin: 0 auto;
	margin-top: 100px;
}
#value img{
	max-width: 100%;
}
#footer{
	width: 100%;
	min-width: 1200px;
	background-color: #2D3238;
	overflow: hidden;
	color: #797A7A;
}
#footer>.content{
	width: 1000px;
	min-width: 1000px;
}
.width_li{
	width: 25%;
	height: 145px;
	line-height: 158px;
	text-align: center;
}
.width_li>span{
	position: relative;
	top: -7px;
	left: 5px;
}
.myself{
	padding: 30px 0;
	border-top: 1px solid #3D4248;
}
.myself>ul{
	width: 540px;
	margin: 0 auto;
}
.myself>ul>li{
	width: 108px;
}
.myself li>a{
	color: #797A7A;
}
.myself>ul>li:hover{
	cursor:pointer;
}
.myself>ul>li:hover a{
	color:#e5e5e5
}
.concat{
	margin: 35px auto 20px;
	text-align: center;
	font-size: 13px;
}
.concat p{
	padding-bottom:10px ;
}
.concat a{
	color: #797A7A;
	padding: 0 5px;
}
.concat a+a{
	border-left:1px solid #797A7A ;
}
#news{
	width: 1200px;
	margin: 100px auto 120px;
	position: relative;
	overflow: hidden;
}
.news_i{
	float: left;
	overflow: hidden;
	width: 580px;
	height: 400px;
}
.news_i>h2{
	font-size: 18px;
	color: #333;
	font-weight: 500;
	line-height: 32px;
	margin-top: 24px;    border-bottom: solid 1px #ddd;
}
.news_i>p{
	font-size: 12px;
	color: #999;
	max-width: 100%;
	line-height: 24px;
	margin-top:11px;
}
.news_i>a{
	display: inline-block;
}
.news_i a img{
	width: 580px;
	height: 282px;
}
.news_others{
	height: 400px;
	width: 600px;
	float: right;
	/*padding-left: 20px;*/
}
.news_others a:hover p{
	color: #3381FF;
}
.news_others a>p{
	font-size: 18px;
	font-weight: 100;
	color: #3c3b3b;
	margin: 0;
}
.news_others a>p>span{
	font-size: 15px;
	float: right;
}
.news_others p{
	font-size: 12px;
	color: #999;
	line-height: 24px;
	margin-top:8px ;
}
.news_others div:first-child{
	/*height: 105px;*/
	padding-top: 0;
}
.others_00{
	height: 80px;
    width: 580px;
    margin-bottom: 25px;
    overflow: hidden;
}
.about_img>img{
	width: 100%;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.vis_show{
	visibility: visible;
}
.vis_hide{
	visibility: hidden;
}
/***************************************************下拉二级菜单*************************************************/
.dropMenu{
	/*border: 1px solid #E1E1E1;*/
	border-bottom: none;
	height: 62px;
}
.dropMenu span.iconfont{
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 5px;
}
.dropMenu a{
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	height: 62px;
	padding: 0 20px;
}
.nav_bar .dropMenu_active{
	background-color: #ffffff !important;
}
.nav_bar .dropMenu_active a,
.nav_bar .dropMenu_active span{
	color: #434343 !important;
}
.dropDown{
	width: 250px;
	/*position: relative;*/
	position: absolute;
	background-color: #f5f5f5;
	/*margin-left: 7px;*/
	/*margin-top: -1px;*/
	display: none;
	z-index: 1001;
	text-align: left;
	border-left:1px solid  #e1e1e1;
	border-right: 1px solid  #e1e1e1;
}
.dropDown .dropDown_son:first-child{
	height: 40px;
}
.dropDown .dropDown_son{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	border-bottom: 1px solid  #E1E1E1;
}
/*#nav_bar .content{
	background-color: #FFFFFF;
}*/
#nav_bar .content>.nav_bar .dropDown .dropDown_son>a{
	color: #5f5f5f;
	font-size: 14px;
	display: block;
}
.dropDown span.iconfont{
	float: right;
	margin-right: 3px;
	color: #5F5F5F;
	font-size: 12px;
}
.dropDown_aside a:hover{
	color: #FFFFFF;
}
.dropDown_aside{
	position: absolute;
    list-style: none;
    top: 0px;
    left: 248px;
    min-width: 250px;
    /*width: 120px;*/
    background-color: #FFFFFF;
    display: none;
}
.dropDown_aside>li{
	text-align: left;
}
.dropDown_aside>li a{
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	text-align: left;
	padding-left: 10px;
	color: #5F5F5F;
}
/*.dropDown_side{
	position: relative;
	left: 101px;
	display: none;
}
.dropDown_side ul li{
	display: none;
	width: 120px;
	background-color: #0F63A3;
}
.dropDown_side ul li p{
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
}
.dropDown_side>ul.no_liststyle>li>p>a{
	color: #FFFFFF !important;
}*/

/************************************************************联系我们*******************************************/

.contact_info{
	overflow: hidden;
	margin-bottom: 120px;
}
.contact_info p{
	color: #808080;
	font-size: 14px;
	line-height: 24.5px;
}
.contact_info h3{
    font-weight: normal;
    font-size: 24px;
    line-height: 26.5px;
    color: #333333;
    margin-bottom: 20px;
}
.contact_info>div:nth-child(2) .contact_details{
	padding-right:150px ;
}
.contact_HQ{
	overflow: hidden;
	width: 1200px;
}
.concat_img{
	/*width: 600px;
	padding-left:20px ;
	padding-right: 20px;*/
}
.concat_img img{
	width: 560px;
}
.contact_details{
	/*margin: 14px 0px;*/
    width: 600px;
    text-align: left;
    padding-left: 20px;
}
#contact_us>.center>h1{
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}
#form_map{
	margin-bottom: 200px;
}
.form{
	width: 600px;
	overflow: hidden;
}
.form h5{
	padding: 10px 145px 10px 0px;
}
.form>form p{
	font-size: 12px;
	margin-bottom: 8px;
	color: #3c3b3b;
	font-weight: bold;
}
.form>form input{
	width: 462px;
	height: 36px;
	margin-bottom: 16px;
	border:1px solid #dadada;
	border-radius: 2px;
}
.form span{
	height: 36px;
	line-height: 36px;
	color: #FE4A49;
	display: block;
	float: right;
	margin-right: 118px;
	padding-top: 2px;
}
.form>form>input[type="button"]{
	width: 174px;
	height: 44px;
	background-color: #FF4948;
	font-size:14px ;
	color: #fff;
	font-family: "微软雅黑";
	margin-top: 20px;
}
.form>form>input[type="button"]:hover{
	cursor: pointer;
}
.map{
	width: 600px;
}
.map-title{
	overflow: hidden;
}
.map-title h3,.map-title h1{
	color: #3c3b3b;
	font-weight: normal;
}
.map-title h3{
	font-size: 16px;
}
.map-title h1{
	font-size: 35px;
}
.map-title a{
	float: right;
	width: 158px;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
	background-color: #3381FF;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	margin-top: 10px;
}
.map_detail{
	margin-top: 40px;
}
.con_content{
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
}
.contact_city,.contact_car{
	overflow: hidden;
	margin-top: 80px;
}
.city_title h1 span,.car_title h1 span{
    font-size: 20px;
    display: inline-block;
    line-height: 40px;
    height: 48px;
    color: #FFFFFF;
    width: 140px;
    text-align: center;
    background: url("../images/contact_tabbg.jpg") no-repeat;
}
.city_details ul>li,.car_details ul>li{
    width: 600px;
    padding: 0 20px;
    margin-bottom: 30px;
}
.city_details ul>li h3,.car_details>ul>li h3{
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
}
.city_title,.car_title{
	margin-left: 20px;
	margin-bottom: 20px;
}
/********************************************************关于我们**********************************************/
#about1,#about2,#about3,#about4{
	padding: 45px 0;
}
#nav_img{
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}
.aboutUs_content{
	margin-bottom: 200px;
}
.about_words{
	width: 610px;
	padding-left: 30px;
}
.about_words>p{
	color: #3c3b3b;
	font-size: 15px;
	line-height: 30px;
}
.about_us_h1{
	font-size: 26px;
	font-weight: normal;
	color: #333333;
}
.his_words{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.history_content{
	width: 80%;
	min-width: 1200px;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	height: 838px;
	background-image:url("../images/history.png") ;
	background-repeat: no-repeat;
	margin-top:100px ;
}
.his_words h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
}
.his_01>h4,
.his_03>h4{
	text-align: right;
}
.his_words p{
	font-size: 14px;
	line-height: 32px;
}
.his_01,.his_02,.his_03,.his_04{
	/*position: absolute;*/
	color: #3c3b3b;
}
.person_content>ul>li{
	width: 300px;
	/*padding: 0 10px;*/
	text-align: center;
}
.person_content{
	width: 1200px;
	margin: 0px auto;
}
.person_content>ul>li h2{
	font-weight: normal;
	color: #333;
	font-size: 20px;
	margin-top: 20px;
}
.person_content>ul>li p{
	color: #808080;
	font-size: 14px;
	margin-top: 5px;
}
.contactUs_content{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
/************************************************新闻资讯*******************************************************/

.news_01{
	overflow: hidden;
}
.news_02{
	overflow: hidden;
	position: absolute;
}
#News>.magin_80>p{
	font-size:25px;
}
.content_details>ul>li{
	height: 156px;
}
.content_details>ul>li>div:first-child{
	width:100px ;
	height: 100px;
	text-align: center;
	background-color: #F2F2F2;
}
.content_details>ul>li>div:first-child>a>h4{
	font-size: 24px;
	font-weight: normal;
	color: #3c3b3b;
	padding: 20px;
}
.content_details>ul>li>div:first-child>a>p{
	font-size: 14px;
	color: #3c3b3b;
}
.content_details>ul>li>div+div{
	width: 1100px;
	padding-left: 20px;
}
.content_details>ul>li>div+div>p{
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	margin-top: 8px;
}
.content_details>ul>li>div+div>p>a{
	font-size: 18px;
	color: #1A1A1A;
}
.content_details>ul>li>div+div>p>a:hover{
	color: #3381FF;
}
#News .center{
	width: auto;
	margin: 0 auto 45px;
}
.news_title h1{
	font-weight: normal;
	font-size: 26px;
	color: #333333;
}
.news_title p span{
    border-bottom: 3px solid transparent;
}
.news_title p span a{
    color: #3c3b3b;
    display: inline-block;
    padding: 10px 0;
    width: 85px;
    margin: 0 10px;
}
.news_active{
	color: #5A9AE8 !important;
    border-bottom: 3px solid #5A9AE8;
}
.news_title p span a:hover{
	color: #5A9AE8;
	 border-bottom: 3px solid #5A9AE8;
}
.news_intro{
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	height: 465px;
}
.news_02 .news_others{
	padding-left: 0;
	padding-right: 20px;
}
.news_02 .news_i{
	padding-left: 20px;
}

/*********************************************行业方案*********************************************************/

.magin_50{
	margin-bottom: 50px;
}
.new_h2{
	font-size:26px;
	font-weight: normal;
	color: #333333;	
}
.sol_intro_content{
	overflow: hidden;
}
.sol_intro_img{
	width: 600px;
}
.sol_intro_img img{
	width: 100%;
}
.sol_intro_words{
	width: 600px;
	padding-left: 50px;
}
.sol_intro_words h3{
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
}
.sol_intro_words p{
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}
.analy_01{
    background: url("../images/bg_icon.png") no-repeat -266px 0;
}
.analy_02{
    background: url("../images/bg_icon.png") no-repeat -304px 0;
}
.analy_03{
    background: url("../images/bg_icon.png") no-repeat -342px 0;
}
.demand_detais dd{
    width: 1085px;
	float: left;	
}
.demand_detais dt{
	width: 90px;
	float: left;
}
.demand_detais dt span{
    height: 38px;
    width: 38px;
    display: block;
}
.demand_detais dl{
   margin-left: 25px;
    padding-bottom: 60px;
    border-bottom: #f2f2f2 1px solid;
    overflow: hidden;
}
.demand_detais dd h4{
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.demand_detais dd p{
	font-size: 14px;
    color: #3c3b3b;
    line-height: 20px;
}
.apply_details ul>li{
	width: 270px;
	margin-right: 40px;
}
.apply_details ul>li+li+li+li{
	margin-right:0 ;
}
/*.apply_details ul>li:last-child{
	margin-right:0 ;
}*/
.apply_d_words{
	width: 100%;
	height: 105px;
}
.apply_d_words h3{
	font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.apply_d_words p{
	font-size: 14px;
	color: #3c3b3b;
}
.apply_d_img{
	width: 100%;
	
}
.apply_d_img img{
	width: 100%;
}
.system_details ul>li{
	width: 300px;
	text-align: center;
	padding: 0 30px;
}
.system_details ul>li h3{
	font-weight: normal;
	font-size: 20px;
	line-height: 33px;
}
.system_details ul>li p{
	font-size: 14px;
	color: #3c3b3b;
	line-height: 24px;
}
#sol_main{
	margin-bottom: 120px;
}
.apply_range{
	margin-top: 50px;
}

/****************************************************产品展示*****************************************************/

.max_img{
	width: 1200px !important;
	height: 480px !important;
}
.max_img>a>img{
	width: 490px;
	height: 496px;
}
.flo_right{
	float: right !important;
}
.position_00{
	position: absolute;
	left: 0;	
	top: 240px;			
}
.position_01{
	position: absolute;
	left: 240px;
	top: 240px;				
}
.products_img ul{
	position: relative;
}
#main-products{
	margin-bottom: 120px;
}
.myProduct .center>h1{
	font-size: 26px;
    font-weight: normal;
    color: #333333;
}
.elevator{
	position: fixed;
	left: 15px;
	top: 30%;
	display: none;
}
.elevator ul{
	list-style: none;
}
.elevator ul li{
	width: 90px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	border-bottom: 1px solid #E1E1E1;
}
/*.elevator ul li span{
	display: block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
}*/
.elevator ul li em{
	font-style: normal;
    font-size: 13px;
	color: #434343;
    text-align: center;
}
.elevator .elevator_active{
	color:#4ac0e0 ;
}
/****************************************************轮播插件*****************************************************/
.swiper-container {
    width: 100%;
    height:520px;
}
.swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active {
    background: #008AE7 !important;
}
.mykuai h3{margin: 0 12px; height: 32px; overflow: hidden;}
.mykuai{
	    border: solid 1px #ddd;
    height: 240px;
    float: left;
    width: 33.3%;
    padding: 50px 20px 0 20px;}
.mykuai dd{float: left; width: 260px;}
.mykuai p{    margin: 6px 12px;line-height: 22px;

    font-size: 12px;
    color: #2b2b2b;
    overflow: hidden;}
	
.slideBox{ position:relative; overflow:hidden; margin:auto;  max-width:1920px;/* 设置焦点图最大宽度 */ }
.slideBox .hd{ position:inherit; height:0px; line-height:8px; bottom:20px; z-index:1; text-align: center;}
.slideBox .hd li{ display:inline-block; width:28px; height:4px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 4px;   }
.slideBox .hd li.on{ background:#fff;  }
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li{ position:relative; text-align:center;  }
.slideBox .bd li img{ vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */


.p-li1 .pic img { width:120px; height:120px;}
.p-li1{    text-align: center;
    float: left;
    width: 16.66%;
    margin-bottom: 30px;}
.container .ctext{    font-size: 20px;
    line-height: 2;
    margin-top: 50px;}
.container h2{ font-size:32px;}
.advantage-item {
    color: #fff;
    text-align: center;
        padding: 10px;
	width: 25%;    float: left;
	}
.advantage-item .icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    border: 2px solid #fff;
    border-radius: 50%;margin-bottom: 20px;
}
.advantage-item .icon .glyphicon {
    font-size: 50px;
    margin-top: 30px;
}
.advantage-item  .text{ line-height:22px; font-size:12px;}
.advantage-item .title{margin-bottom: 10px;}
.myhfjs1 li{ list-style:none; font-size:12px; line-height:38px;}
.myhfjs1{float:left; width: 50%;}
.myhfjs1 li span{    color: #ff5703;margin-right: 10px;}
.mynews  li{ list-style:none;    clear: both;}
.mynews li span{ line-height:32px; color: #545454;}
.mynews li h3{line-height: 46px;}
.mynews1{float: left;width: 1170px; border-bottom: 1px solid #c5c5c5;padding-bottom: 20px; margin-top: 20px;}

.mynews2 {border-bottom: 1px solid #e2e2e2;
    padding-bottom: 20px;
    margin-top: 40px;
    height: 220px;}
.mynews2 a{display: block; font-size:20px; color:#2f2f2f;margin-bottom: 10px;text-decoration:none;}
.mynews2 img{width:240px; height:180px;border: 1px solid #eee;}
#ninth>button {
    transition: all .5s ease-in-out;

    width: 140px;
    height: 40px;
    position: relative;
    background-color: #55bcf5;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    border: none;
    font-size: 13px;
    outline: none;
    font-family: "Microsoft Yahei";
	    margin-top: 30px;
}
#ninth>button{
  transition:all .5s ease-in-out;
}

#ninth:hover button{
  background-color:#079ff3;
  color:#FFF;
}
.mytb tr{height: 80px;}
.mytb tr td{padding: 0px !important;vertical-align:middle !important; font-size:12px;padding: 10px 20px !important;}
.triangle-arrow {width: 0;
    height: 0;
    border-top: 10px solid #3885d3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: relative;
    bottom: -20px;
    left: 45%;}
.cd_t1{padding-top: 30px;padding-bottom: 6px;border-bottom: 1px solid #eaeaea;margin-bottom: 30px;}
.cd_t1 span{padding: 0 20px 10px;font-size: 20px;color: #3b3b3b;}
.cd_mytd {background: #a6d3ff !important;border-bottom: 3px solid #84b7e9 !important;text-align: center !important;font-size: 16px !important;vertical-align:middle !important; padding: 0 !important;}