html,body{
	font-family:"Microsoft JhengHei, Microsoft Yahei";
font-size:12px;
 line-height:20px;
 overflow-x: none;
 }
*{margin: 0;padding: 0;}
ul,dl{ list-style-type:none;}
.img-auto {
  display: block;
  overflow: hidden;
}
.img-auto img {
  width: auto;
  height: auto;
  margin: 0px auto;
  transition: 600ms;
}
.img-auto img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.clear{ 
	clear:both;
	 margin:0;
	 padding:0;
	 font-size:0px;
	 line-height:0px; 
	 height:0px; 
	 overflow:hidden;
	 } 
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

img{
	 border:none; 
	 vertical-align:top;
	 }
body a{outline:none;blr:expression(this.onFocus=this.blur());}
a{text-decoration: none;color: #666666;}


/*nav*/
.service_nav{
	width: 100%;
	height: 54px;
	border-bottom:1px solid #c6c6c6;
}
.banner img{
	width: 100%;
	margin: auto;
}



.nav_suo{width:1280px;margin: 0 auto;line-height: 52px;position: relative;}
.nav_suo ul{float: left }
.nav_suo ul li{float: left;padding-left: 25px;}
.nav_suo ul li a{font-size: 14px;padding-right:25px;border-right:1px solid #c6c6c6;}
.nav_suo ul li:last-child a{border: none;}
.nav_suo ul li:hover{border-bottom:2px solid #0769a9;}
.nav_suo ul li:hover a{color:#0769a9 ;}
.nav_suo ul li.on {
    border-bottom: 2px solid #0769a9;
    color:#0769a9;
}
.nav_suo ul li.on a{color:#0769a9 ;}




.nav_wtwo{width:1280px;margin: 0 auto;line-height: 52px;position: relative;}
.nav_wtwo ul{float: left }
.nav_wtwo ul li{float: left;padding-left: 30px;}
.nav_wtwo ul li a{font-size: 14px;padding-right:30px;border-right:1px solid #c6c6c6;}
.nav_wtwo ul li:last-child a{border: none;}
.nav_wtwo ul li:hover{border-bottom:2px solid #0769a9;}
.nav_wtwo ul li:hover a{color:#0769a9 ;}
.nav_text{float: right;}
.nav_text img{padding: 15px 0px 0 0;width: 10%;}
.nav_text a{color:#8f8f8f;font-size: 12px;}
.nav_text span{color:#8f8f8f;font-size: 12px;}

/*center*/
.prolist-bj{
	width: 100%;
	margin: 0 auto;
 	position: relative;
}
.prolist {
		width:1280px;
		margin: 0 auto;
		padding-top:59px ;
		}
.prolist ul li{
	 float: left;
	border: 1px solid #c6c6c6;
	width: 22.35%;
    margin-right: 3.3%;
	text-align: center;
	font-size: 22px;
	margin-bottom:40px;
	height:337px;
	display: inline-block;
}
.prolist ul li:last-child{margin-right: 0;}
.prolist ul li p{
	font-size:16px; 
	margin-top: 38px;
	color:#666666;
	}
.prolist ul li:hover p{
   	font-size: 16px;
    margin-top: 26px;
    color: #666666;
    background: rgba(7,105,169,0.5);
    padding: 20px 0 20px 0;
    color: #FFFFFF;
    transition: all 0.5s;
}
.prolist ul li img{ 
	margin-top:39px;
	width: 164px;
    height: 212px;
    }
.prolistimg{  width:1280px; margin: 0 auto;}
.clear{ clear:both; display: block;}
/*分页*/
.paging{
	padding-top:70px;
	text-align: center;
	padding-bottom:70px;
}
.paging ul li{
	display: inline-block;
	 padding: 14px 21px;
	border: 1px solid #CCCCCC;
	font-size: 16px;
}
.paging ul li:hover{color:#0769a9;}
.active_pag{
	background:#0769a9;
	color: #FFFFFF;
}
.active_pag:hover{
	color: #FFFFFF!important;
}
.paging .none{
	background: none;
}
.paging .border{
	border: 1px solid #CCCCCC;
}
.paging .border img{
	margin: 0 0 3px 15px;
}
/*input*/
.personal_img{
	width: 100%;
	background: url(../img/personal_details_01.png) top center no-repeat;}

.personal_input{
	width: 1280px;
	margin: auto;
	padding-bottom: 94px;
	
	}
 .personal_img p{
 	font-size: 26px;
 	color: #FFFFFF;
 	text-align: center;
 	padding-top: 139px;
 	}
.personal_show{padding-top: 41px;}
.personal_show select{
	width: 21%;
	height:41px;
	background: none;
	border:1px solid #FFFFFF;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url(../img/arrow_02.png) no-repeat 96% center;
    color: #FFFFFF;
    padding-left: 10px;
 
}
.personal_show option{
    border-bottom: 1px dashed #ccc;
    height: 40px;
    margin-bottom: 20px;
	font-size:14px;line-height:1.2;
	padding-left: 12px;
	color: #666666;
}
.personal_show input{
	width: 20%;
	height: 40px;
	background: none;
	border:1px solid #FFFFFF;
	margin-left: 1%;
	padding-left: 10px;
}
.personal_show input:focus{color: #FFFFFF;}
 .personal_show  input::-webkit-input-placeholder{
	color: #FFFFFF;
	font-size: 14px;
}
.personal_show button{
	background: #079ca9;
	border:1px solid #079ca9;
	color: #FFFFFF;
	width:126px;
	height:44px;
	line-height: 39px;
	margin-left: 1%;
}

.personal_show button:hover{
 	background: #d49f10!important;
    transition: all 0.5s;
}


/*support服务支持页面*/
.main_img{
	width: 100%;
	margin: 0 auto;
}
.main_text img{margin-top: 45px;}
.main_text{
	width: 1280px;
	max-height: 197px;
	margin: auto;
	margin-top: 45px;
	background: url(../img/support_02.png) no-repeat center center;
}
.main_text p{
	width:55%;
	font-size: 16px;
	color: #FFFFFF;
	padding:57px 0 50px 520px ;
	line-height: 40px;
	
}
/*手风琴*/
 .accordion {
 	/*width: 100%;*/
 	width:1280px;
 	margin: 30px auto 20px;
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
 }
.accordion  .border_bottom{
	border:1px solid #CCCCCC;
	margin-bottom: 19px;
}
.boder01{
	
	background:#e4e5e6;
	padding: 7px 8px 7px 8px;
	border-radius: 2px;
	color:#6e6e6f;
}
.accordion .link {
	cursor: pointer;
	display: block;
	padding: 23px 15px 23px 17px;
	width:1190px;
	margin-left:25px;
	color: #4D4D4D;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.accordion li:last-child .link {
	border-bottom: 0;
}
.accordion li i {
	position: absolute;
	top: 16px;
	left:0px;
	font-size: 16px;
	color: #666;
	margin-right: 20px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-style:normal
}
.accordion li i.fa-chevron-down {
	right: 12px;
	top: 29px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link {
	color: #0769a9;
}
.accordion li.open i {
	color: #0769a9;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);	
	border-color:#0769a9;
}

 .submenu {
 	display: none;
 	background:#FFFFFF;
 	font-size: 14px;
 	 border-top: 1px solid rgb(204, 204, 204);
    width: 93.5%;
    margin: auto;
    padding-top: 20px;
 }
 .submenu a {
 	display:inline-block;
 	text-decoration: none;
 	color:#666666;
 	padding: 12px;
 	padding-left: 42px;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }
 .fa-chevron-down {
       width: 7px;
       height: 7px;
       border-top: 2px solid #666;
       border-right: 2px solid #666;
       transform: rotate(135deg);
       }
.one_text span{
	font-size: 12px;
	color: #666666;
	line-height:28px;
}
.one_text p{
	font-size: 12px;
	color: #666666;
	line-height:28px;
}
.two_text span{
	font-size: 12px;
	color: #666666;
	line-height:28px;
}
.two_text p{
	font-size: 12px;
	color: #666666;
	line-height:28px;
}
.two_text p:last-child{padding-bottom: 25px;}
.accordion li i.for{
    padding: 7px 6px 7px 6px;
	background: #e4e5e6; 
	display: inline-block;
	border-radius: 2px;
	color: #666666;
	font-size: 12px;
	position: initial;
}
.accordion li.open i.for{
	background: #d5a115;
	color: #FFFFFF;
}

/*support页面*/
.support_one{
	width: 100%;
	margin: auto;
	background: url(../img/superr_01.png) top no-repeat;
	padding-bottom: 60px;
}
.suppoet_two{
	width: 1280px;
	margin: auto;
	background: url(../img/superr_03.png) top no-repeat;
}

.purchase_text{
	background: #edf1f6 url(../img/superr_02.png) top  center no-repeat;
}
.suppoet_header{
	padding-top:60px;
	text-align: center;
	font-size:26px;
	color:#086bcf ;
	padding-bottom: 50px;
}
.suppoet_header:before{content: ""; width: 50px; height: 2px;background: #086bcf;display: inline-block;margin-right: 20px;vertical-align: middle;}
.suppoet_header:after{content: ""; width: 50px; height: 2px;background: #086bcf;display: inline-block;margin-left: 20px;vertical-align: middle;}
.purchase_center{ font-size: 14px; color: #666; line-height: 46px; padding-bottom: 60px;}
.suppoet_icon{margin: auto;margin-left: 250px;
}
.icon_hv{
	border:1px solid #CCCCCC;
	background: #fff;
	width: 386px;
	height: 205px;
	text-align: center;
	float: left;
	margin-bottom: 60px;
	line-height: 26px
}
.icon_hv:nth-child(2){ margin-left: -1px;}
.icon_hv img{
	margin-top: 30px;
	text-align: center;
	margin-bottom: 31px;
	transition: all ease-out .4s;
}
.icon_hv:hover img{
transform:translateY(-20px);
 -webkit-transform:translateY(-20px);
 -moz-transform:translateY(-20px);
transition: all ease-out .4s;	
}

.icon_hv p{
	color: #666666;
	font-size: 14px;
}
/*购买须知*/
.purchase{
	width: 100%;
	background: url(../img/superr_02.png) center no-repeat center;
}

.nav_wtwo ul li.on{border-bottom:2px solid #0769a9;}
.nav_wtwo ul li.on a{color:#0769a9 ;}


/*服务-下载*/

.w1280{width: 1280px; margin: 0 auto;position: relative;}

.down{border: 1px solid #eee;margin-bottom: 60px; margin-top: 20px;}
.down .nav_title { height: 60px;background: #0769aa; line-height: 60px; color:#fff;border-radius: 6px 6px 0 0; }
.down .nav_title .title { float: left; width: 15%; font-size: 16px; text-indent: 40px;}
.down .nav_title .title:nth-child(1){width: 25%;}
.down .nav_title .title:nth-child(2){width: 45%;}
.down .nav_title .title:nth-child(3){width: 15%;}
.down .by_con{ height: 60px; line-height: 60px;transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s; color: #666;}
.down .by_con:nth-child(odd){background: #f6f6f6;}
.down .by_con:hover{background: #e4f5ff;}
.down .by_con .t0{float: left; font-size: 14px; width: 15%;text-indent: 40px;}
.down .by_con .t1{width: 25%;}
.down .by_con .t2{width: 45%;}
.down .by_con .t3{width: 15%;}
.down .by_con .t4 span {vertical-align: middle; display: inline-block;text-indent: 0px;}
.down .by_con .t4 span:first-child{width: 24px; height: 24px;    margin-right: 10px;}


/*应用领域*/

.yingyong{background: #f6f6f6 url(../img/yingyongbj.jpg) top center no-repeat; min-height: 300px;}
.yingyong2{background: url(../img/yingyongbj2.jpg) bottom center no-repeat; padding: 40px 0 80px 0;}
.yingyong3{max-height: 304px; overflow: hidden; }
.yingyong4{float: left;width: 50%;}
.yingyong5{float: right;width: 50%;background: #fff; padding-left: 60px; padding-top: 60px;padding-right:60px;border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;position: relative;max-height: 304px;min-height: 304px; transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;}
.yingyong5 h6{ font-size: 24px;font-weight: inherit; padding-bottom: 35px;}
.yingyong5 h6 a{ color: #0769a9;}
.yingyong5 p{
	 font-size: 16px; 
	 line-height: 24px;
	 color: #666; 
	 max-height: 50px;
	 display:-webkit-box;
	 overflow:hidden;
	 text-overflow:ellipsis;
	 -webkit-line-clamp:2;
	 -webkit-box-orient:vertical;
	 }
.yingyong6{
	position: absolute;
	right:20px;
	bottom:20px;
	z-index: 0;
	}
.yingyong5 span{ display: block; font-size: 14px;text-transform : uppercase; margin-top: 40px;position: relative;width:120px;}
.yingyong5 span:before{content: ""; width: 16px; height: 1px;border-top:1px solid #ccc;display: inline-block;position: absolute;right:0px;top: 8px;}
.yingyong5 span:after{content: ""; width: 8px; height: 8px;display: inline-block; border-top:1px solid #ccc;border-right:1px solid #ccc;transform:rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;right:0px;top: 4px;}
.yingyong5:hover { 
	background: #0769a9;
	}
.yingyong5:hover h6 a, .yingyong5:hover p, .yingyong5:hover span a{color:#fff;}
.imghover{ position: absolute;right:0px;bottom:0px;display: none;}
.yingyong5:hover .imghover{display: block;}
.yingyong5:hover .yingyong6 img:nth-child(1){display: none;}

.yingyong5:hover .yingyong7{border-right: 20px solid #0769a9;}
.yingyong7{position: absolute;display:inline-block;   width:0;  height:0;  border-top: 20px solid transparent;  border-right: 20px solid #fff;  border-bottom: 20px solid transparent;top: 52px;left: -20px;}

.yingyong3:nth-child(even) .yingyong4{float:right;}
.yingyong3:nth-child(even) .yingyong5{float:left;}
.yingyong3:nth-child(even) .yingyong7{transform: rotate(180deg); right: -20px;left: inherit;}


/*应用领域介绍*/
.yingyong8{background: #fff;}
.yingyong9 img{max-width: 100%;}
.yingyong10 {padding: 60px;}
.yingyong10 h6{font-size: 24px;color: #086bcf;font-weight: normal; padding-bottom: 40px;}
.yingyong11{font-size: 14px; line-height: 26px;color:#666;}
.yingyong11 span{color: #086bcf;}

/*产品详情pro*/
/*.ppflo{float: left;margin-top: 40px;}

.m#comment{background: url(../img/products-info_02.jpg) top center no-repeat; }
.m#comment .tit{ font-size: 24px; color: #fff; padding: 29px 0;}
.pro5{}
.pro5 li{width: 308px; height: 48px; line-height: 48px; text-align: center; font-size: 16px;background: #0769a9;color:#fff;margin-right: 1px;}
.pro5 li.curr{color:#0769a9;background: #fff;}

.mc.tabcon{ font-size: 14px; line-height: 26px; padding: 40px 0; min-height: 300px;color:#666;}
.mc.tabcon img{max-width: 100%;}

.proinfomore{background: url(../img/products-info_08.jpg) top center no-repeat;}

.proinfomore-title{background: url(../img/products-info_03.jpg) center 60px no-repeat; text-align: center;font-size: 26px;color:#0769a9;padding-top: 60px;}

.proinfomore .prolist ul li {margin-bottom: 54px;}

.pro1{float:right;width: 440px; margin-top: 40px;}
.pro2{font-size: 24px; color: #0769a9; border-bottom: 2px solid #0769a9; padding-bottom: 30px; margin-bottom: 30px;}
.pro3{font-size: 16px; color: #666; line-height: 42px; margin-bottom: 78px;max-height: 300px; overflow: hidden;}
.pro3 strong{color: #0769a9;}
.pro4{ }
.pro4 a{ display: block;background: #0769a9;color:#fff;width: 168px; height: 44px;font-size: 16px; line-height: 44px; text-align: center;}
.pro4 a:hover{background: #00468e;}*/


/*news*/

.news{
	padding-top: 40px;
	background: url(../img/newsbj.png) center center no-repeat; 
	min-height: 500px;
	}
.news1{
	width: 630px; 
	height: 329px; 
	float: left; 
	position: relative;
	}
.news2{
	position: absolute;
	bottom:0;
	background: url(../img/news_03.png) bottom center repeat-x;
	width: 100%;
	font-size: 16px; 
	line-height: 32px;
	color:#fff; 
	height: 100%;
	 text-indent: 20px;
	 }
.news1:hover .news2{
	color:#0769a9;
	}

.news2 span{
	 padding-top: 284px;
	  display: block;}
.news1:nth-child(2){ margin-left: 20px;}

.news3{margin-top: 40px;}
.news3 ul li{float: left; width: 48%;min-height: 137px;}
.news3 ul li:nth-child(even){margin-left: 4%;}
.news4{float: left; width: 84px; height: 80px; text-align: center;background: #f1f1f1; border-radius: 3px; color: #999;transition: .3s ease-in all;}
.news4 span{ font-size: 36px; font-weight: bold; display: block; line-height: 48px; padding-top: 5px;transition: .3s ease-in all;}
.news5{float: right; width: calc(100% - 110px); padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid #eee;}
.news6{ font-size: 16px; padding: 5px 0 10px 0;transition: .3s ease-in all;}
.news7{ font-size: 12px;color: #999; line-height: 22px;max-height: 42px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news3 ul li a:hover .news4{background: #0769a9; color: #fff;}
.news3 ul li a:hover .news6{color:#0769a9}

/*new_one页面*/
.new_one3 ul li {
    float: left;
    width: 80%;
}
.new_one4{
	color: #FFFFFF;
	background: #0769a9;
}
.new_one6{
color:#0769a9;
}
.new_one3 .news7{
	max-height: inherit;
	overflow: inherit;
	margin-top: 12px;
}
.new_one3 .news5{
	border: none;
}
.return{
	float: right;
	color: #666666;	
}
.return a img{
	padding-top:2px;
}
.new_one_text{
	padding-top: 64px;
}
.new_one_text span{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.text_one{
	padding-top: 39px;
}
.text_one span{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.text_one p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding-left: 15px;
}
.news_one{
	padding-bottom: 63px;
	border-bottom:1px solid #EEEEEE;
}
.new_img{
	padding-top: 41px;
}
.new_con{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.new_con p a:hover{
	color: #0769a9;
	transition: all 0.4s;
}


/*map地图*/
.w1200{
	width:1200px;
	margin: 0 auto;
}
.contact_one{
	margin-top: 63px;
}
.contact_phone{
	width: 311px;
	height: 300px;
	float: left;
	margin-left:132px;	
} 
.contact_phone:first-child{
	margin-left: 0;
}

.contact_phone P{
	font-size: 18px;
	color:#0769a9;
	padding: 12px 0 22px 0;
}
.contact_phone{
	text-align: center;
}
.contact_phone span{
	font-size: 12px;
	color: #666666;
}
.contact_phone img{
	    transition: all ease-out .4s;
}
.contact_phone img:hover{
	transform:translateY(-20px);
 -webkit-transform:translateY(-20px);
 -moz-transform:translateY(-20px);
transition: all ease-out .4s;	
}
.shou_title{
	padding-top: 59px;
	text-align: center;
	font-size: 24px;
	color: #0769a9;
	padding-bottom: 31px;
}
.background_shou{
	background:url(../img/catact_one_07.png) center top no-repeat;
	width: 100%;
	margin: 60px auto;
	padding-bottom: 60px;
}
.join_us .join_us_bottom{
	border:1px solid  #eeeeee;
	border-bottom: none;
}
.join_us .join_us_bottom:last-child{
	border-bottom:1px solid #eeeeee;
}
 .join_us_bottom .submenu{
 	border-top:1px solid #eeeeee;
	width: 1280px;
	background: url(../img/cantact_one_09.png) center center no-repeat;
}
 .join_us_bottom .text_left .one_text{
 	padding-left: 50px;
 }
 .join_us_bottom .text_left .two_text{
	padding-left: 50px;
}
.join_left .one_text{
	padding-top: 20px;
}
.join_left .one_text span{
	color: #333;
	font-size: 16px;
	padding-bottom: 12px;
}
.two_text{
	padding-top:15px;
}
.two_text span{
	color: #333;
	font-size: 16px;
}
.join_us_bottom .jion_link{
	cursor: pointer;
    display: block;
    padding: 23px 15px 23px 17px;
    width: 1190px;
    margin-left: 25px;
    color:#333333;
    font-size: 18px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.personal_login{
	background:url(../img/contact_background.png) top center no-repeat;
	width: 100%;
}
.login_input{
	padding-top: 61px;
	padding-bottom: ;
}
.login_input input{
	width: 46.6%;
	height: 36px;
	background:#f3f3f3;
	border:1px solid #ebebeb;
	padding-left: 10px;
	    margin-left: 26px;
	
}
.login_input input:first-child{
	margin-left:0;
}
.login_input textarea{
	width:96.5%;
	height:178px;
	background:#f3f3f3;
	border:1px solid #ebebeb;
	resize:none;
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 10px;
	color: #666666;
}
textarea:-moz-placeholder{
	color:#666666;
}
textarea::-webkit-input-placeholder{
	color:#666666;
}
.login_input button{
	background: #0769a9;
	padding: 15px 30px 15px 30px;
	border:none;
	color: #FFFFFF;
	margin-top:34px;
	margin-left: 40px;
	
}
.login_input button:last-child{
	background: #666666;
	color: #FFFFFF;
	font-size: 14px;
}
.login_button{
	margin-left:444px;
	    padding-bottom: 84px;
}

/*about页面*/
.about{
	background: url(../img/about_one_01.png) center top no-repeat ;
	width: 100%;
	margin: auto;
}
.about-title{
	text-align: center;
	font-size: 26px;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 59px;
	}
.about-title:before {
    content: "";
    width: 122px;
    height: 19px;
    background:url(../img/chi1.png) center left no-repeat;
    display: inline-block;
}
.about-title:after {
    content: "";
    width: 122px;
    height: 19px;
    background: url(../img/chi2.png)center right no-repeat;;
    display: inline-block;
}
.about_text span{
	color: #FFFFFF;
	text-align:left;
	font-size: 26px;
	padding-top: 59px;
	padding-left: 225px;
}
.w1280 .about_text p{
	color: #FFFFFF;
	font-size: 14px;
	line-height:28px;
	padding-top: 35px;
}
.about_icon{
	  padding-top: 39px;
    padding-bottom: 49px;

}
.about_icon_one{
	width: 281px;
	height: 210px;
	background-color:rgba(255,255,255,0.2);
	border-radius: 2px;
}
.about_icon_one img{
	margin: 39px 0 14px 104px;
}
.about_icon_one p{
	padding: 0 30px 0 30px;
	text-align:center;
	color: #FFFFFF;
	font-size: 22px;
	line-height:28px;
	}
.about_icon_one{
	float: left;
	margin-left:45px;
	
}
.about_icon_one img{
	transition: all ease-out .4s;
}
.about_icon_one:hover img{
	transform:translateY(-20px);
 -webkit-transform:translateY(-20px);
 -moz-transform:translateY(-20px);
transition: all ease-out .4s;
}
.about_icon_one:hover{
    box-shadow: 4px 4px 8px rgba(0,0,90,0.4)
    }
.about_icon_one:first-child{
	margin-left: 0;
}

.enterprise{
	width: 100%;
padding-bottom: 80px;
	background: url(../img/di.png) top center no-repeat;
	}
.enterprise-title{
	text-align: center;
	font-size: 26px;
	color: #0769a9;
	padding-top: 69px;
	padding-bottom:74px;
}
.enterprise-title:before {
    content: "";
    width: 122px;
    height: 19px;
    background:url(../img/chi1.png) center left no-repeat;
    display: inline-block;
}
.enterprise-title:after {
    content: "";
    width: 122px;
    height: 19px;
    background: url(../img/chi2.png)center right no-repeat;;
    display: inline-block;
}
.swiper1{width: 100%;}
.enterprise_swiper p{
	text-align:center;
	font-size: 14px;
	color: #333333;
	padding-top: 12px;
	margin-left: -58px;
	}
.add_arrows .swiper-button-next{
	right: -15px;
    margin-top: 33px;
}
.add_arrows .swiper-button-prev{
	left: -50px;
    margin-top: 35px;
}
.team_background{
	width: 100%;
	margin: 0 auto;
	background:url(../img/011.png) top center no-repeat;
	padding-bottom: 20px;
	max-height: 760px;
}
.team_pro5{
	margin-left: 245px;
}
.team_pro5 li {
	padding: 10px 30px 10px 30px;
    text-align: center;
    font-size: 18px;
    color:#333;
    margin-right: 1px;
    float: left;
    margin-left: 80px;
    border:1px solid #CCCCCC;
    border-radius: 5px;
}
.team_pro5 li.curr {
	background:#0769a9;
	color:#fff ;
}
.team_text p{
	color: #333333;
	line-height: 28px;
}
.team_text p:last-child{
	padding-top:20px;
}
.swiper2{
	margin-top: 62px;
}
.team_arrows .swiper-button-next{
	    right: -35px;
    margin-top:66px
}
.team_arrows .swiper-button-prev{
	left: -44px;
    margin-top:62px;
}
.team_container{
	margin-top: 50px;
}
.team_swiper{
	 text-align: center;
    font-size: 14px;
    color: #333333;
}
.tm.tabcon {
    font-size: 14px;
    line-height: 26px;
  /*  padding-top: 40px;*/
    color: #666;
}
.team_text{
	padding-top:41px ;
}
.team_text{
	font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.demo_arrows .swiper-button-prev {
    left: -44px;
    margin-top: 123px;
}
.demo_arrows .swiper-button-next {
   right: -35px;
   margin-top: 123px;

}
.manufacturing{
	width: 100%;
	margin: 0 auto;
	background: url(../img/fang.png) top center no-repeat;
}
.manufacturing_with .abou_text3:nth-child(even) .abou_text4{float:left;}
.manufacturing_with .abou_text3 .abou_text4{float:right;}




.abou_text3{
	max-height: 304px; 
	overflow: hidden; 
	padding-bottom: 50px;
	}
.abou_text4{
	float: left;
	width: 50%;
	}
.abou_text5{
	float: right;
	width: 50%;
	  padding-top:72px;
	  border-box;
	  -moz-box-sizing:border-box;
	  -webkit-box-sizing:border-box;
	  position: relative;
	  max-height: 304px;
	  min-height: 304px; 
	  transition: 0.3s;
	  -webkit-transition: 0.3s;
	  -moz-transition: 0.3s;
	  display: flex;
	  justify-content: space-between;
	  }
.abou_text5_left{
	position: relative;
	left:-99px;
}
.abou_text4{
	max-width: 541px;
}
.abou_text5 p{
	 font-size: 16px;
	 line-height: 24px;
	 color: #666;
	 max-height: 50px;
	 display:-webkit-box;

	   }
.abou_text6{
	position: absolute;
	 right:20px; 
	 bottom:20px;
	 z-index: 0;
	 }
.abou_text5 span{
	font-size: 62px;
    color: #e0eaf1;
    padding-top: 13px;
    padding-left: 40px;
	 }
.manufacturing_text{display: inline-block;padding-left: 13px;}
.manufacturing_text p:first-child{
	font-size:22px;
	color: #0769a9;
	padding-bottom: 15px;
}
.manufacturing_text p:last-child{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}
.abou_text7{
	position: absolute;
	display:inline-block; 
	width:0;
	height:0; 
	border-top: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
	top: 52px;left: -20px;
	 }
	        
.partner{
	width: 100%;
	margin: 0 auto;
	height: 404px;
	background: url(../img/bottom_01.png) top center no-repeat ;
}
.section_all .all_one{
	float:left;
	margin-left: 20px;
	padding-bottom: 20px;
}
.section_all div:first-child{
	margin-left: 0px;
}
.section_all div:nth-child(7){
	margin-left: 0px;
}
.all_one li img{
	max-width: 195px;
}
.all_one img{
	max-width: 196px;
}
.partner_title:before {
    content: "";
    width: 122px;
    height: 19px;
    background: url(../img/chi1.png) center left no-repeat;
    display: inline-block;
}
.partner_title:after {
    content: "";
    width: 122px;
    height: 19px;
    background: url(../img/chi2.png)center right no-repeat;
    display: inline-block;
}
.partner_title {
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    padding-top: 80px;
    padding-bottom: 50px;
}

/********************在线客服********************/
@media screen and (max-width:1366px){
	.bar{bottom:70px!important;}
}


.bar{width:32px;position:fixed;right:0;top:200px;z-index:999;background:rgba(0,0,0,0.0);}
.bar a{
	width: 45px;
    height:44px;
    display:block;
    text-align:center;
    color:#fff;
    font-size:12px;
    position:relative;
    right:23px;
    z-index:2;
    text-decoration: none;
    color: #9b9999;
    
    }

.bar a.bar01{background: #036dbd url(../images/bar-icon01.png) no-repeat center 28px;position:relative;}
#BDBridgeFixedWrap{position:absolute !important;left:0 !important;top:0 !important;width:100% !important;height:100% !important;}
#BDBridgeFixedWrap a{width:80px !important;height:80px !important; background:none !important;}
.bar a.bar02{background:#FFFFFF url(../img/qq.png) no-repeat center center;border: 1px solid #CCCCCC;padding-bottom: 5px;}
.bar a.bar03{background:#FFFFFF url(../img/phone.png) no-repeat center center;border: 1px solid #CCCCCC;padding-bottom: 5px;border-top: none;}
.bar a.bar05{background:#FFFFFF url(../img/wei.png) no-repeat center center;border: 1px solid #CCCCCC;padding-bottom: 5px;border-top: none;}
.bar a.bar06{background:#FFFFFF url(../img/upward.png) no-repeat center center;border: 1px solid #CCCCCC;padding-bottom: 5px;border-top: none;}
.bar a.bar02:hover{background:#43A4F2 url(../img/qqhover.png) no-repeat center center;border: 1px solid #43A4F2;padding-bottom: 5px;color: #FFFFFF;transition: all 0.5s;}
.bar a.bar03:hover{background:#43A4F2 url(../img/phonehover.png) no-repeat center center;border: 1px solid #43A4F2;padding-bottom: 5px;color: #FFFFFF;transition: all 0.5s;border-top: none;}
.bar a.bar04:hover{background:#43A4F2 url(../images/bar-icon04.png) no-repeat;}
.bar a.bar05:hover{background:#43A4F2 url(../img/weihover.png) no-repeat center center;border: 1px solid #43A4F2;padding-bottom: 5px;color: #FFFFFF;transition: all 0.5s;border-top: none;}
.bar a.bar06:hover{background:#43A4F2 url(../img/upwardhover.png) no-repeat center center;border: 1px solid #43A4F2;padding-bottom: 5px;color: #FFFFFF;transition: all 0.5s;border-top: none;}

.bar03-model{width:180px;height:170px;position:absolute;right:60px!important;background:#fff;box-shadow:0px 0px 10px #ccc;top:50px;padding:0px 20px;opacity:1;z-index:0;display: none;}
.bar03-model .list{padding-top:16px;border-bottom:1px solid #e8e8e8;padding-bottom:15px;}
.bar03-model .list .tit{font-size:16px;color:#999;}
.bar03-model .list .tel{font-size:24px;color:#666666;margin-top:5px;}

.bar03-box:hover .bar03-model{opacity:1;display: block;}
.bar05-model{width:138px;height:160px;position:absolute;right:60px!important;background:#fff;box-shadow:0px 0px 10px #ccc;top:50px!important;padding:0px 20px;opacity:0;z-index:0;display: none;border-top: none;}
.bar05-model img{
	margin-top: 10px;
	border: 1px solid #CCCCCC;
}
.bar05-box:hover .bar05-model{opacity:1;display: block;}