@charset "utf-8";
@font-face {
    font-family: 'Titillium';
    src: url('../fonts/TitilliumText25L004-webfont.eot');
    src: url('../fonts/TitilliumText25L004-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/TitilliumText25L004-webfont.woff') format('woff'),
         url('../fonts/TitilliumText25L004-webfont.ttf') format('truetype'),
         url('../fonts/TitilliumText25L004-webfont.svg#DINProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
	font-size:14px;
	color:#333;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	margin:0;
	padding:0;	
	overflow-x:hidden;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#333;text-decoration:none;}
a:hover {text-decoration:none;color:#0e87db;}
.clear{clear:both;}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
input,textarea{
	border: 1px solid #dcdcdc;
	line-height:20px;
	padding:3px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"],select {
   -webkit-appearance: none;
   border-radius:0;
}
.space{
	height:0;
}
img{
	border:0;
}
.bg{
 	background:#f6f6f6;
	padding:1px 0 10px 0;
	margin-top:40px;
	border-top:0px solid #ddd;
}
.bg2{
	background:#0b5394 url(../images/bg2.png) repeat-x center bottom;
	padding:1px 0 90px 0;
	margin-top:80px;
}
.bg3{
	background:#f6f6f6 url(../images/pocessbg.jpg) no-repeat center bottom;
	padding:1px 0 50px 0;
	margin-top:50px;
}
.wrap{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.header{
	width:100%; 
	padding:0;
}
.toplogo{
	float:left;
	height:80px;
	padding:7px 0;
}
.toplogo img{
	max-height:100%;
	width:auto;
}
.toplogo2{
	float:left;
	height:80px;
	padding:12px 0;
}
.toplogo2 img{
	max-height:100%;
	width:auto;
}
.topword{
	width:300px;
	float:left;
	font-size:21px;
	padding-top:40px;
	margin-left:50px;
	color:#000;
}
.toptel{
	float:right;
	width:40%;
	text-align: right;
	position: relative;
	color:#e60012;
	font-size:22px;
	font-weight:bold;
	line-height: 24px;
	padding-top:40px;
}
.toptel span{
	font-size:24px;
}
.navbg{
	background: #0b5394;
}
.navs,.foottel{
	display: none;
}
.nav{
	float:right;
	font-size:17px;
	font-weight: bold;
	line-height:80px;
	margin-top:0;
}
.nav li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left:60px;
}
.nav li a{
	color:#333;
	display: block;
	border-bottom:2px solid #fff;
}
.nav li:hover a,.nav li.current a{
	color:#3e7ddf;
	border-bottom:2px solid #3e7ddf;
}
.has-more:hover .nav-sub{
    display:block;
}
.nav-sub {
    position:absolute;
    display:none;
    z-index:1000; 
    width:180px;
    margin-left:-50px;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 4px 5px rgba(0,0,0,0.2);
    border-top:1px solid #eee;
}
.sub1{
    width:140px;
    margin-left:-50px;
}
.sub2{
    width:190px;
    margin-left:-61px;
}
.nav-sub li{
    display:block;    
    position:relative;
    text-align: center;
    width:100%;	
    margin-left:0;
}
.nav-sub li a {
    height:40px;
    line-height:40px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    display: block;
    padding:0 10px;
}
.nav li .nav-sub li a,.nav li:hover .nav-sub li a,.nav li.current .nav-sub li a{
	border:none;
	color:#444;
}
.nav-sub li:hover{
    background: rgba(255,255,255,1);
}
.bantxt{
	background: #efefef;
	line-height: 48px;
	font-size:14px;
	color:#666;
}
.bantxt img{
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.bantxt span{
	color:#333;
}
.homepro{
	font-size:0;
	padding-top:15px;
}
.homepro ul{
	width:102%;
}
.homepro li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:18%;
	margin-right:2%;
	font-size:12px;
}

.homeList{
	margin:40px 0;
}
.homeList ul{
	width:103%;
}
.homeList li{
	width:47%;
	float:left;
	text-align: left;
	margin-right:3%;
}
.homeList li img{
	max-width:100%;
	height:auto;
	margin-bottom:15px;
}

.dline{
	border-bottom: 1px dashed #dddddd;
}
.dline2{
	border-bottom: 1px solid #dddddd;
}
.boxs{
	background:rgba(0,0,0, 0.7) none repeat scroll 0 0 !important;
	position: absolute;
	bottom:-30%;
	height:30px;
	width:100%;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	padding:6px 0 2px 0;
	-webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
}
.boxs2{
	background:rgba(255,255,255, 0.7) none repeat scroll 0 0 !important;
	display: none;
	position: absolute;
	width:100%;
	height:88%;
	z-index:98;
}
.large{
	-webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
   position: absolute;
   top:-35%;
   width:100%;
   z-index:99;
}
.large img{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
}

.pa:link,.pa:visited {
	font-size: 15px;
	color: #333333;
	margin-right:6px;
	padding:7px 15px;
	border-radius:20px;
	background: #dfdfdf;
	display: inline-block;
}
.pa:hover{
	text-decoration: none;
	color:#fff;
	background:#0b7fd0;
}
.paon {
	font-size: 15px;
	color: #777;
	background: #dfdfdf;
	margin-right:6px;
	padding:7px 15px;
	border-radius:20px;
	display: inline-block;
}
.paon2 {
	font-size: 15px;
	color: #fff;
	background: #0b7fd0;
	margin-right:6px;
	padding:7px 15px;
	border-radius:20px;
	display: inline-block;
}
.footer{
	background: #2e3033;
	text-align: center;
	padding:40px 0;
	line-height: 30px;
	color:#eee;
	margin-top:50px;
	border-top:5px solid #0e87db;
}
.footer span{
	padding:0 20px;
}
.footer li{
	text-align: left;
	display: inline-block;
	vertical-align: top;	
	font-size:15px;
}
.footer li.foot1 a{
	color:#cccccc;
	margin-right:30px;
	line-height: 38px;
}
.footer li.foot1 a:hover{
	color:#fff;
}
.footer li.foot1{
	width:20%;
}
.footer li.foot2{
	width:48%;
	padding-left:40px;
	background: url(../images/fline.png) repeat-y left top;
}
.foot2 h2{
	margin:10px 0;
	color:#0e87db;
	font-size:28px;
}
.footer li.foot3{
	float:right;
	width:30%;
	background: url(../images/fline.png) repeat-y left top;
	padding-left:40px;
	height:200px;
	padding-top:30px;
}
.footer li.foot3 img{
	display: inline-block;
	vertical-align: middle;
	margin-right:8px;
	width:140px;
	height:auto;
}
.footer li.foot3 span{
	display: inline-block;
	vertical-align: middle;
	width:100px;
}
.footer li p{
	font-size:19px;
	color:#fff;
	padding-bottom:10px;
	margin-bottom:15px;
	background: url(../images/footline.jpg) no-repeat left bottom;
}
.footer li.foot2 a{
	margin-right:50px;
}
.footbg{
	background: #27292b;
	color:#939393;
	text-align: center;
	font-size:13px;
	line-height: 20px;
	padding:20px 0;
}
.footbg a{
	margin-left:20px;
	color:#939393;
}
.home_tit{
   font-size:17px;
   color:#222;
   line-height:46px; 
   background:url(../images/i_21.jpg) no-repeat left center;
   padding-left:18px;
   margin-bottom:15px;
   border-bottom:1px dotted #ddd;
   position: relative;
}
.home_tit span{
	font-size:14px;
	color:#999;	
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
		
}
.home_tits,.home_tits2{
   font-size:22px;
   color:#ffffff;
   text-align:center;
   line-height:60px;
   font-weight: bold;
   margin-bottom:15px;
   background: #424242;
   font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.home_tits span{
   background: url(../images/tit_01.png) no-repeat left center;
   display: inline-block;
   padding-left:45px;
   margin:0 auto;
}
.home_tits2 span{
   background: url(../images/tit_02.png) no-repeat left center;
   display: inline-block;
   padding-left:45px;
   margin:0 auto;
}
#tline{
	border-top:1px dashed #ddd;
}
.con_info{
	font-size:15px;
	line-height:30px;
	padding:0;
	padding-bottom:50px;
}
.con_info2{
	font-size:16px;
	line-height:30px;
	padding:10px 0 40px 0;
	width:70%;
	margin:0 auto;
}
.con_info2a{
	padding:0 10px;
}
.con_info img,.con_info2 img{
	max-width:100%;
	height:auto;
	margin:6px 0;
}
.con_info h2{
	color:#0b7fd0;
	font-size:27px;
	margin:50px 0 20px 0;
	font-weight: 400;
}
.term_info{
	padding:0 30px;
}
.term_info li{
	list-style:circle;
	margin-left:15px;
	margin-bottom:8px;
}
.term_info h2{
	margin-bottom:20px;
	color:#0b5394;
}
.term_pic{
	float:left;
	margin-right:70px;
}
.termbg{
	background:url(../images/img45.jpg) no-repeat center center;
	color:#fff;
	padding:50px 0;
	font-size:22px;
	text-align: center;
	margin:80px 0 60px 0;
}
.termbg p{
	font-weight: 500;
	text-align: center;
	font-size:40px;
}
.porss{
	font-size:0;
	margin-top:30px;
}
.porss li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	width:12.5%;
	font-size:18px;
	background: url(../images/dian.png) no-repeat center 80px;
}
.porss li.dian1{
	background: url(../images/dian1.png) no-repeat center 80px;
}
.porss li.dian2{
	background: url(../images/dian2.png) no-repeat center 80px;
}
.porss li img{
	width:70px;
	height:auto;
	display: block;	
	margin:0 auto;
	margin-bottom:40px;
}
.conpic{
	float:right;
	margin-left:40px;
}
.p_title{
	font-size:28px;
	font-weight: bold;
	line-height:34px;
	text-align: center;
	margin:50px 0 20px 0;
	color:#0b7fd0;
}
.p_title p{
	color:#999;
	font-size:17px;
	font-weight:normal;
	font-family:Helvetica, sans-serif;
}
.p_title span{
	height:1px;
	background: #e1e1e1;
	width:80px;
	display: inline-block;
	vertical-align: middle;
	margin:0 15px;
}
.p_title2{
	margin:10px 0;
}
.fa:link,.fa:visited{
	color:#999999;
	font-size:12px;
	margin:0 6px;
}
.fa:hover{
	color:#cccccc;
	text-decoration:none;
}
.btn{
	background:#f4b902;
	width:80px;
	height:36px;
	display: inline-block;
	border: 0px solid #ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}

.s_date{
	font-size:11px;
	font-weight: normal;
	color:#999999;
}
.s_info{
	font-size:12px;
	font-weight: normal;
	color:#333333;
	line-height:20px;
	margin-top:5px;
}
.bimg{
	margin-bottom:15px;
}
.pages{
	text-align: center;
	padding:20px 0 10px 0;
}
.con_pic{
	text-align: center;
}
.title{
	font-size:25px;
	color:#0b7fd0;
	text-align: left;
	line-height:30px;
	padding:15px 0;
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;
}
.titles2{
	font-size:15px;
	color:#666666;
	text-align: left;
	line-height:30px;
	padding:10px 0;
	border-bottom:1px dashed #ddd;
	margin-bottom:20px;	
}
.titles2 p{
	font-size:22px;
	color:#0b7fd0;	
}
.about_txt{
	font-size:16px;
	line-height: 25px;
	margin-top:8px;
	background: #c2dcff;
	padding:20px;
	margin-bottom:20px;	
}
.title p{
	font-size:18px;
	color:#666666;
	margin-top:8px;
}
.tit-p{
	margin:30px 0;
}
.title2{
	font-size:18px;
	font-weight: 600;
	color:#222222;
	background: #f5f5f5;
	text-align: center;
	line-height:50px;
	margin-bottom:20px;
	margin-top:-15px;
}
.close{
	background: url(../images/close.png) no-repeat center center;
	width:30px;
	height:30px;
	position: absolute;
	right:12px;
	top:11px;
	z-index:99;
	cursor: pointer;
}
.imgs{
	text-align: center;
	padding:10px;
}
.homeLeft{
	float:left;
	width:45%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size:14px;
}
.homeRight{
	float:right;
	width:45%;
	margin-top:20px;
	line-height:25px;
	text-align: left;
}
.homeLeft img{
	max-width:100%;
	height:auto;
}
.spare{
	float:left;
}
.shares{
	display: inline-block;
	vertical-align: middle;
	padding-right:20px;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align:middle;
	padding-bottom:10px;
}
.icos li{
   float:left;
   width:29.3%;
   margin:1% 2%;
   text-align: center;
   font-size:13px;
   line-height: 20px;
   color:#777777;
   list-style: none;
}
.icos li p{
	font-size:16px;
	color:#222222;
	padding-bottom:10px;
}
.icos li img{
	width:60%;
	height:auto;
	margin:10px 0;
}
.seabg{
	float:right;
	text-align: right;
}
.sea{
	padding-top:15px;
}

.social_icons{
   text-align: center;
   margin-bottom:-20px;
}
.bdsharebuttonbox{
	padding-top:10px;
	display:inline-block;	
}
.sou {
	display: inline-block;
	vertical-align:middle;
	font-size: 15px;
	line-height: 20px;
	width:100%;
	outline: none;
	border:none;
	padding-left:10px;
	border-left:1px solid #f5f5f5;	
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.send{
	background: #0e87db;
	font-size:17px;
	line-height:24px;
	padding:10px 100px;
	text-align: center;
	color:#ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	margin-top:10px;
	border-radius:25px;
}
.send:hover{
	background: #0773be;
}
.sous{
	border: 1px solid #dddddd;
	padding:5px 5%;
	font-size:13px;
	width:89%;
	margin-bottom:10px;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";	
}
.sends{
	background: #cc0000;
	font-size:14px;
	line-height:20px;
	padding:5px 20px 6px 20px;
	text-align: center;
	display:block;
	margin:0 auto;
	color:#ffffff;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	border: none;
	-moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   border-radius:4px;
}
.sends:hover{
	background: #555555;
}
.findbox{
	background: rgba(0,0,0,0.6);
	position: fixed;
	width:100%;
	height:100%;
	z-index:99;
	top:0;
}
.infovix{
	width:600px;
	height:380px;
	top:50%;
	left:50%;
	margin-left:-300px;
	margin-top:-190px;
	position: absolute;
	z-index:990;
	background: #fff;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}
.formbox{	
	margin:0 auto;
	width:600px;
	background: #fff url(../images/srch.jpg) no-repeat left center;;
	padding:20px 40px 20px 190px;
	text-align: left;
	border-bottom:dotted 1px #d0d0d0;
}
.formbox span{
	width:80px;
	display: inline-block;
	margin:10px 0;
}
.formbox2{
	text-align: left;
	padding-left:70px;
}

.formbox3{
	margin:0 auto;
	width:600px;
	color:#666;
	margin-top:20px;
	line-height:26px;
	padding-bottom:50px;
}
.formbox3 p{
	color:#d7000f;
	font-weight: 600;
	font-size:18px;
	margin-bottom:10px;
}
.formbox3 a{
	background: #999;
	color:#fff;
	width:120px;
	display: block;
	margin:0 auto;
	text-align: center;
	line-height: 36px;
}
.formbox3 a:hover{
	background:#d2aa4a;
	color:#fff;
}
.formbox4{
	margin:0 auto;
	width:600px;
	padding:5px 10px;
	line-height:28px;
	color:#d2aa4a;
}
.formbox4 span{
	width:90px;
	display: inline-block;
	color:#555555;	
}
.conform{
	text-align: center;
	margin-top:60px;
	font-size:17px;
}
.conform ul{
	margin-top:20px;
}
.conform li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	width:45%;
	margin:15px 1%;
	padding:10px 15px 10px 100px;
	border:1px solid #e5e5e5;
}
.conform li:hover{
	border:1px solid #0e87db;
}
.conform li.l2{
	width:92%;
	margin:15px 0;
}
.conform div{
	position: absolute;
	top:12px;
	left:15px;	
	font-size:16px;
}
.notes{
	padding:30px 0;
	text-align: center;
}
.notes img{
	display: block;
	margin:0 auto;
	margin-bottom:10px;
}
.simg{
	float:left;
	text-align: center;
	padding:5px;
	width:188px;
}
.newList {
	margin-top:30px;
}
.newList li{
	padding:20px 0;
	font-size:14px;
	line-height: 26px;
	color:#666;
	position: relative;
	border-bottom:dashed 1px #ddd;
}
.newList p{
	font-size:15px;
	font-weight: 600;
}
.news_q{
	background: url(../images/q.jpg) no-repeat left 4px;	
	font-size:17px;
	padding-bottom:12px;
	padding-left:35px;
}
.news_a{
	background: url(../images/a.jpg) no-repeat left 4px;	
	padding-left:35px;
}
.c_date{
	color:#666;
	font-size:14px;
	margin-bottom:10px;	
}
.newsinfo2{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}
.newspic{
	float:left;
	margin-right:40px;
	width:300px;
	height:200px;
}
.newspic img{
	width:100%;
	height:100%;
}
.case_tit{
	font-size:17px;
	line-height: 20px;
	color:#cc0000;
	padding-top:15px;
	margin-bottom:-10px;
}
.case_list{
	width:100%;
	margin:0 auto;
	padding:15px 0;
	border-bottom:1px dashed #dddddd;
}
.case_list a{
	font-size:16px;
	color:#000000;	
}
.case_list a:hover{
	color:#cc0000;	
}
.case_list p{
	color:#888888;
	padding-top:6px;
}

.dates2{
	float:right;
	font-size:12px;
}
.ban{
	position: relative;
	text-align: left;
	overflow: hidden;
	background-position: center center;
	background-size:cover;
	height:250px;
	color:#fff;
	font-size:28px;
}
.ban p{
	font-size:44px;
	font-weight: 400;
	margin-top:150px;
}
.banbox{
	background:rgba(39,49,66, 0.3) none repeat scroll 0 0 !important;
	position: absolute;
	width:100%;
	height:100%;
}
.pro_tit{
	font-size:22px;
	line-height: 30px;
	margin-top:15px;
	color:#222222;
}
.photolist{
	min-height:200px;
	height:auto;
	margin-top:10px;
	font-size:0;
}
.photolist ul{
	width:103%;
}
.photolist li{
	width:22%;
	margin-right:3%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border:1px solid #e5e5e5;
	line-height:24px;
	padding-bottom:6px;
	box-shadow: 0px 4px 2px rgba(0,0,0,0.05);	
}
.photolist li p{
	font-size:16px;
	padding-top:6px;
}
.photolist li span{
	font-size:14px;
	line-height:24px;
	color:#888888;
}
.proList{
	min-height:200px;
	height:auto;
	margin-top:10px;
	font-size:0;
}
.proList ul{
	width:102%;
}
.proList li{
	width:23%;
	margin-right:2%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	overflow: hidden;	
}
.proList li p{
	font-size:14px;
	line-height:20px;
	padding:5px 0 20px 0;
}
.caselist{
	font-size:0;
	margin-top:60px;
}
.caselist li{
	display: inline-block;
	vertical-align: top;
	width:17%;
	margin:0 1.5% 40px 1.5%;
	font-size:15px;
	line-height: 28px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	text-align: left;
	color:#333;
	transition: 0.2s;
}
.caselist li:hover{
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	margin-top:-10px;;
}
.caselist li img{
	max-width:100%;
	height:auto;
	display:block;
}
.caselist li p{
	font-size:17px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.caselist li .caseinfo{
	padding:12px 15px;
}
.tab{
	border-top:none;
	border-left:none;
}
.tab td{
	border-right:none;
	border-bottom:none;
}
.proclass{
	font-size:0;
	margin-top:40px;
}
.proclass li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:30.33%;
	margin:0 1.5% 30px 1.5%;	
	font-size:15px;
	line-height: 44px;
	transition: 0.4s;
	border:1px solid #e5e5e5;
}
.proclass li:hover{
	margin-top:-10px;
	background: #0e87db;
}
.proclass li a{
	color:#444;
}
.proclass li:hover a{
	color:#fff;
}
.pick{
	width:100%;
	height:220px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.pick span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.pick img{
	max-width:100%;
	vertical-align: middle;
}

.con_l{
	float:left;
	height:420px;
	width:41%;
	padding:28px 30px;
	font-size:15px;
	line-height: 30px;
	background: #fcfcfc;
	margin:60px 0;
	border:dashed 1px #ccc;
}
.con_l h3{
	margin:15px 0;
}
.con_l img{
	margin-top:20px;
	margin-right:10px;
}
.con_r{
	width:58%;
	float:right;
	box-sizing:border-box;
	margin:60px 0;
	height:420px;
	overflow: hidden;
}
#allmap{
	width:100%;
	height:440px;
}
.con_left{
	float:left;
	width:72%;
	margin-top:50px;
}
.con_right{
	width:22%;
	float:right;
	margin-top:50px;
}
.con_left2{
	float:left;
	width:65%;
	margin-top:50px;
}
.con_right2{
	width:30%;
	float:right;
	margin-top:50px;
}
.cert_l{
	float:left;
	width:35%;
	padding:0 30px;
	text-align: center;
	position: relative;
	font-size:16px;
}
.cert_r{
	float:right;
	width:60%;
}
.swiper4{
	margin-bottom:10px;
}
.swiper4 .swiper-slide{
	text-align: center;
}
.swiper4 .swiper-slide img{
	max-width:300px;
	max-height:400px;
}
.left_tit{
	font-size:24px;
	line-height: 26px;
	text-align:center;
	background: #d7000f;
	color:#fff;
	padding:40px 0;
	margin-top:-50px;
}
.left_tit p{
	font-size:17px;
}
.leftlist{
	margin-bottom:20px;
}
.leftlist li{
	font-size:14px;
	line-height: 40px;
	text-align:left;
	background: url(../images/icon-dd1.png) no-repeat 15px center;
	padding-left:40px;
	border:solid 1px #ddd;
	border-top:none;
}
.leftlist li:hover{
	background: #f9f9f9 url(../images/icon-dd1.png) no-repeat 15px center;	
}
.leftlist li a{
	display:block;
	color:#5a5a5a;
}
.leftlist li:hover a{
	color:#0b7fd0;
}
.tit{
	background: #0b7fd0;
	color:#fff;
	font-size:17px;
	line-height: 50px;
	padding-left:30px;
}
.leftlist2 li{
	font-size:16px;
	line-height: 54px;
	border-bottom:1px solid #ddd;
	list-style: circle;
	margin-left:20px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.leftlist2 li div{
	color:#666;
	font-size:14px;
	margin-top:5px;
}
.p_tit{
	line-height:45px;
	color:#444;
	font-size:20px;
	margin-bottom:30px;
	border-bottom:1px solid #e5e5e5;
}
.p_tit p{
	font-size:32px;
	color:#000000;
	font-weight: bold;		
}
.p_tit span{
	color:#d30909;
}
.p_tit2{
	font-size:24px;
	color:#333;
	line-height:40px;	
	margin-top:-50px;
	margin-bottom:40px;
	position: relative;
	font-weight: bold;
}
.p_tit2 span{
	color:#d30909;
}
.home_class2{
	margin-top:60px;
}
.home_class{
	text-align: center;
	margin-bottom:30px;
}
.home_class li{
	display: inline-block;
	vertical-align: top;
	margin:0 10px;
	font-size:15px;
	border:1px solid #ddd;
	line-height: 40px;
	padding:0 30px;
	background: #fff;
}
.home_class li:hover,.home_class li.classon{
	background: #0e87db;
}
.home_class a{
	display: block;
	color:#444;
}
.home_class li:hover a,.home_class li.classon a{
	color:#fff;
}
.home_ico{
	font-size:0;
	margin-bottom:30px;
}
.home_ico ul{
	width:102%;
}
.home_ico li{
	width:23%;
	margin-right:2%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	border-radius:2px;
	line-height: 46px;
	font-size:15px;
	transition: 0.4s;
	border:1px solid #e0e0e0;
	background: #fff;
	box-shadow: 0 2px 5px #eee; 
}
.home_ico li:hover{
	margin-top:-10px;
	background: #0e87db;
	box-shadow: 0 2px 10px #eee; 
}
.home_ico li:hover p{
	color:#fff;
}
.home_ico li img{
	max-width:100%;
	display: block;
}
.home_ico li div{
	background-position: center center;
	background-repeat: no-repeat;
	height:150px;
}
.home_ico1{	
	float:left;
	width:27%;
}
.home_ico1 li{
	margin-bottom:20px;
	font-size:15px;
	height: 50px;
	position: relative;
	display: inline-block;
	width:46%;
	margin-right:2%;	
}
.home_ico2{	
	width:35%;
	float:left;
}
.home_ico2 li{
	padding:0;
	font-size:15px;
	line-height: 25px;
	position: relative;
}
.home_video{
	float:right;
	width:36%;
	height:260px;
}
.ico2_info{
	border-bottom:1px solid #d0d0d0;
	padding:8px 0;
	min-height:60px;
	line-height: 25px;
	height:auto;
}
.lines{
	background: #ddd;	
	height:1px;
	position: absolute;
	width:100%;
	margin-top:23px;
}
.abox{
	text-align: center;
	margin-top:30px;
	position: relative;
}
.abox a{
	display:inline-block;
	position: relative;
	border-radius:25px;
	font-size:15px;
	border:1px solid #ddd;
	line-height: 30px;
	padding:7px 40px 6px 40px;
	background: #fff;
	color:#555;
}
.abox a:hover{
	background:#0e87db;
	border:1px solid #0e87db;
	color:#fff;
}
.abox2{
	text-align: center;
	padding-top:50px;
}
.abox2 a{
	background:#0e87db url(../images/hser_bg1.png) no-repeat 84% center;
	color:#fff;
	padding:0 60px 0 40px;
	line-height: 45px;
	border-radius:25px;
	display: inline-block;
	font-size:16px;
}
.newsinfo{
	color:#777;
	text-align: left;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.rounds{
   background: #fff url(../images/roundbg.png) no-repeat center center;
   padding:15px 0 25px 0;
   text-align: center;
   display: inline-block;
   transition:  0.2s ease-in 0s;
   width:120px;
   height:100px;
}
.rounds img{
	width:63px;
	height:auto;
	display: block;
	margin:0 auto;
	transition:all 0.3s;
}
a.ma{
	border:1px solid #bbb;
	color:#888;
	display: block;
	width:110px;
	font-size:15px;
	line-height: 35px;
	text-align: center;
	margin:0 auto;
	margin-top:20px;
}
a.ma:hover{
	background: #e1ad1f;
	border:1px solid #e1ad1f;
	color:#fff;
}
a.ma2{
	border:1px solid #ddd;
	color:#666;
	display:inline-block;
	width:140px;
	font-size:15px;
	line-height: 40px;
	text-align: center;
	margin-top:20px;
	margin-right:15px;
	background: #fff;
	border-radius:25px;
}
a.ma2:hover{
	background: #0e87db;
	border:1px solid #0e87db;
	color:#fff;
}
a.ma3{
	color:#fff;
	display: block;
	width:250px;
	font-size:16px;
	line-height: 36px;
	text-align: center;	
	margin:0 auto;
	margin-top:50px;
	margin-bottom:80px;
	background: #0b5394;
	border-radius:25px;
}
a.ma3:hover{
	background: #e1ad1f;
	color:#fff;
}
.telbox{
	border:1px solid #e1ad1f;
	background: #fff;
	border-radius:30px;
	line-height: 50px;
	display: block;
	width:520px;
	font-size:20px;
	padding:0 30px;
	margin:60px auto;
	position:relative;
}
.telbox span{
	color:#e1ad1f;
	font-size:24px;
	font-weight: 600;
	line-height: 48px;
	display: inline-block;
	vertical-align: middle;
}
.telbox a{
	border-radius:0 30px 30px 0;
	background:#e1ad1f;
	color:#fff;
	font-size:24px;
	display: inline-block;
	padding:1px 30px;
	position: absolute;	
	right:-1px;
}
.home_service{
	font-size:0;
}
.home_service li{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width:22%;
	font-size:17px;
	line-height: 30px;
	color:#777;
}
.home_service li.ser2{
	background: url(../images/bg00.png) no-repeat center center;
	width:4%;
	height:22px;
	display: inline-block;
	vertical-align: middle;
}
.home_service li div{
	background: url(../images/bg01.png) no-repeat center center;
	background-size:cover; 
	text-align: center;
	width:160px;
	height:160px;
	margin:0 auto;	
	padding-top:25px;
	font-size:20px;
	font-weight: bold;
	font-style: italic;
	color:#fff;
	transition:0.4s;
	margin-bottom:10px;
}
.home_service li div:hover{
	background-image: url(../images/bg02.png);
}
.home_service li img{
	max-width:100%;
	display: block;
	margin:0 auto;
}
.home_service3{
	display:none;
}
.home_service2{
	font-size:0;
}
.home_service2 li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size:18px;
	width:19%;
	box-shadow: 0 0 10px rgba(0,0,0,0);
}
.home_service2 li.ser2{
	background: url(../images/bg00.png) no-repeat center center;
	width:8%;
	height:22px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	margin-top:40px;
}
.home_service2 li div{
	background: #0e6cc4;
	text-align: center;
	margin-bottom:8px;
	transition:0.4s;
	color:#fff;
	border-radius:10px;
	padding:6px 0 12px 0;
}
.home_service2 li div:hover{
	background: #235876;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.home_service2 li img{
	transition:0.4s;
	width:60px;
	margin-right:5px;
	height:auto;
}
.home_service2 li:hover img{
   transform:rotateY(180deg);
}
.home_top{
	font-size:0;
}
.home_top li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:20%;
	font-size:16px;
	color:#fff;
	transition:  0.2s;
}
.home_top li:hover{
	margin-top:-10px;
	color:#e1ad1f;
}
.home_top li.rline{
	background: url(../images/top_line.jpg) no-repeat left bottom;
}
.home_top li img{
	width:100px;
	height:auto;
}
.home_top li h3{
	font-size:24px;
	font-weight: 400;
	margin:25px 0 6px 0;
}
.next2{
	right:-30px;
}
.prev2{
	left:-30px;
}
.home_link li{
	display: inline-block;
	vertical-align: top;
	background: #fff;
	width:18%;
	margin:0 1%;
}
.home_about{
	line-height: 29px;
	font-size:16px;
	padding:0 20px 70px 20px;
	color:#555;
}
.home_about img{
	float:right;
	margin-left:60px;
}
.home_about p{
	margin-bottom:10px;
}
.amore a{
	font-size:13px;
	background: #d7000f;
	color:#fff;
	margin-top:20px;
	display: inline-block;
	padding:8px 30px;
}
.amore a:hover{
	background: #e1ad1f;
}
.home_project{
	font-size:0;
	border-radius:5px;
	overflow: hidden;
}
.home_project2{
	margin-top:50px;
	margin-bottom:30px;
	font-size:0;
}
.home_project2 ul{
	width:103%;
}
.home_project2 li{
	display: inline-block;
	vertical-align: top;
	width:22%;
	margin-right:3%;
	font-size:16px;
	line-height: 28px;
	margin-bottom:20px;
}
.home_case{
	margin-top:20px;
	margin-bottom:10px;
	font-size:0;
}
.home_case ul{
	width:103.5%;
}
.home_case li{
	display: inline-block;
	vertical-align: top;
	width:46.5%;
	margin-right:3.5%;
	font-size:16px;
	line-height: 28px;
	margin-bottom:20px;
	border-radius:20px;
	overflow: hidden; 
	box-shadow: 0 0 10px #ddd;
}
.case_wrap{
	height:400px;
	overflow: hidden;
}
.case_wrap img{
	width:100%;
	height:auto;
	transition:0.8s;
}
.case_wrap img:hover{
	transform:scale(1.2);
}
.case_box{
	padding:20px 30px 35px 30px;
}
.case_title{
	font-size:22px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom:10px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.case_txt{
	font-size:16px;
	line-height: 28px;
	color:#666666;
}
.home_case2{
	margin-top:40px;
	margin-bottom:10px;
	font-size:0;
}
.home_case2 ul{
	width:103.3%;
}
.home_case2 li{
	display: inline-block;
	vertical-align: top;
	width:30%;
	margin-right:3.3%;
	margin-bottom:20px;
	background: #f8f8f8;
	border-bottom:solid 2px #c2dcff;
}
.home_case2 li:hover{
	border-bottom:solid 2px #3e7ddf;	
}
.home_case2 li p{
	padding:12px 15px;
	min-height:80px;
	font-size:18px;
	line-height: 28px;
	font-weight: bold;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
.case_wrap2{
	height:280px;
	overflow: hidden;
	border-radius:0 30px 0 0;
}
.case_wrap2 img{
	width:100%;
	height:auto;
	transition:0.8s;
}
.case_wrap2 img:hover{
	transform:scale(1.2);
}
.swiper2{
	padding-bottom:20px;
	position: relative;
}
.swiper2 .swiper-slide{
	text-align: left;
	font-size:14px;
	line-height: 28px;
	background: #fff;	
}
.swiper2 p{
	font-size:16px;
	color:#333;
}
.casepic {
	border-bottom: solid 1px #ddd;
	padding-bottom:20px;
	margin-bottom:20px;
}
.casepic img{
	max-width:80%;
	margin:0 auto;
	display: block;
}
.casepic2 {
	margin-bottom:15px;
	padding-top:30px;
}
.casepic2 img{
	max-width:80%;
	margin:0 auto;
	display: block;
}
.pick2{
	width:100%;
	height:300px;
	margin-bottom:8px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	overflow: hidden;
	padding:5px;
}
.pick2 img{
	width:100%;
	height:100%;
}
.cinfo{
	font-size:14px;
	color:#666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.home_l{
	width:47%;
	float:left;
}
.home_r{
	width:47%;
	float:right;
}
.home_news_pic{
	background:url(../images/about.jpg) no-repeat left top;
	width:35%;
	height:430px;
	float:left;
}
.home_news{
	float:right;
	width:62%;
	padding:12px 25px;
	border:1px solid #e0e0e0;
}
.home_news li{
	font-size:14px;
	line-height: 24px;
	position: relative;
	padding:5px 10px;
	color:#666;
}
.home_news2{
	font-size:0;
}
.home_news2 ul{
	width:105%;
}
.home_news2 li{
	font-size:15px;	
	border-bottom:1px dashed #ddd; 
	padding:18px 80px 18px 15px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width:45%;
	margin-right:5%;
	background: url(../images/left01.png) no-repeat left center;
}
.news_img2 li{
	padding:18px 0;
	background:transparent;
	font-size:14px;
}
.news_img2 li img{
	float:left;
	width:160px;
	height:110px;
	border:1px solid #ddd;
	margin-right:30px;
}
.news_img2 li .newsinfo{
   line-height: 24px;
}
.news_img2 li:hover img{
	border:1px solid #e1ad1f;
}
.news_img2 h2{
	color:#000;
	font-size:17px;
	font-weight: 400;
	margin-bottom:10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_img2 li:hover h2{
	color:#e1ad1f;
}
.qtitle{
	background: url(../images/q.jpg) no-repeat left 5px;
	padding-left:45px;
	font-size:16px;
	line-height: 32px;
	color:#000;
}
.qcon{
	padding-left:45px;
}
.cdate{
	position: absolute;
	right:0;
	top:12px;
	color:#888;
	font-size:12px;
}
.news_title{
	line-height:30px;
	font-size:13px;
}
.home_pro{
	margin-top:-20px;
	margin-bottom:20px;
}
.home_pro ul{
	width:103%;
}
.home_pro li{
	width:46%;
	border-bottom: 1px dashed #dddddd;
	float:left;
	margin-right:4%;
	color:#888888;
	padding:15px 0;
}
.home_pro li a{
	font-size:16px;
	color:#000000;
}
.home_pro li:hover a{
	color:#007fbe;
}
.home_pro li img{
	width:100px;
	height:auto;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.datesk{
	font-size:40px;
	font-weight: bold;
	float:left;
	margin-right:20px;
	text-align: center;
	margin-top:-5px;
	color:#cccccc;
}
.datesk p{
	font-size:14px;
	font-weight: normal;
	color:#666666;
}
.banline{
	width:100%;
	line-height: 40px;
	font-size:13px;
	border-bottom:1px solid #ddd;
	text-align: right;
	color:#888;
}
.banline img{
	display: inline-block;
	vertical-align: middle;
	padding:0 5px;
}
.classname{
	text-align:center;
	padding: 15px 0;
	margin-bottom:20px;
	background: #f5f5f5;
	border-bottom:1px solid #e5e5e5;
}
.classname ul{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.classname li{
	font-size:16px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin:0 8px;
}
.classname li a{
	padding:0 35px;
	color:#666666;
	display: block;
	border-radius:20px;
	border:1px solid #aaaaaa;
}
.classname li:hover{
	background: #999;
	border-radius:20px;
}
.classname li:hover a{
	color:#fff;
	border:1px solid #999;
}
.classname .classon{
	background: #d30909;
	border-radius:20px;	
}
.classname .classon a{
	color:#fff;
	border:1px solid #d30909;
}
.class_r{
	position: absolute;
	right:0;
	top:0px;
}
.class_r a{
	background: #ff9900;
	color:#fff;
	display: inline-block;
	padding:0 35px;
	margin-left:16px;
	font-size:16px;
	line-height: 42px;
	border-radius:20px;
}
.class_r a:hover{
	background: #ff6600;
}
.left50{
	float:left;
	width:50%;
}
.left50 img{
	max-width:80%;
	margin-bottom:10px;
	border:1px solid #ddd;
}
.pictable{
	border:1px solid #ddd;
}
.promore{
	margin-top:10px;
}
.promore li{
	width:20%;
	float:left;
	cursor: pointer;
	filter:alpha(opacity=70); 
	-moz-opacity:0.7; 
	-khtml-opacity: 0.7; 
	opacity: 0.7;
}
.promore li.hover{
	filter:alpha(opacity=100); 
	-moz-opacity:1; 
	-khtml-opacity: 1; 
	opacity: 1;
}
.promore li img{
	max-width:90%;
	height:auto;
	border:1px solid #eee;
}
.promore li.hover img{
	border:1px solid #ccc;
}
.protit{
	margin-top:15px;
	font-size:18px;
	color:#0072bc;
	line-height: 40px;
	border-bottom:1px solid #ddd;
}
.protit li{
	float:left;
	padding:0 20px;
	line-height: 30px;
	margin-right:4px;
	background: #ddd;
	border:1px solid #ddd;
	border-bottom:none;
	cursor: pointer;
	color:#333;
	-moz-border-radius: 4px 4px 0 0;
   -webkit-border-radius: 4px 4px 0 0;
   border-radius:4px 4px 0 0;
}
.protit li.hover{
	background: #fff;
}
.pro_title{
	font-size:16px;
	color:#222222;
	font-weight: bold;
	border-bottom: 1px solid #dddddd;
	line-height:40px;
	margin-top:15px;
}
.promot{
	margin-top:20px;
}
.promot li{
	width:50%;
	float:left;
	text-align: center;
	margin-bottom:10px;
}
.promot li img{
	width:95%;
	height:auto;
}
.order:link,.order:visited{
	background: #2471b9;
	color:#ffffff;
	font-size:15px;
	display: inline-block;
	text-align: center;
	line-height:38px;
	width:100px;
	margin-top:20px;
}
.order:hover{
	background: #0f5596;
}
.top_tit{
	float:left;
	font-size:15px;
	color:#cc0000;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.mk{
	width:37%;
	border-left:1px solid #ddd;
	margin-left:-1px;
	padding-left:3%;
}

.homelink{
	border:1px solid #dfdfdf;	
	width:1200px;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:10px;
	padding-bottom:10px;
}
.linkbox{
	text-align: center;
	height:300px;
	border:0px solid #ddd;
	background-color: #f2f2f2;
	background-size:cover;
	background-position: center center;	
}
.swiper3{
	overflow: hidden;
	padding:10px;
}
.swiper3 .swiper-slide{
	text-align: center;
	border:1px solid #ddd;
}
.swiper3 .swiper-slide:hover{
	box-shadow:0 0px 10px rgba(0,0,0,0.2); 
}
.swiper3 p{
	line-height: 46px;
	font-size:14px;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.picks{
	height:200px;
	text-align: center;
	border: 0px solid #ddd;
	vertical-align: middle;
	margin-bottom:5px;
}
.picks span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picks img{
	max-width:90%;
	max-height:90%;
	vertical-align: middle;
}
.picks2{
	text-align: center;
}
.picks2 span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.picks2 img{
	max-width:100%;
	vertical-align: middle;
}
.mk img{
	float:left;
	width:120px;
	margin-right:20px;
}
.nk{
   width:15%;
}
.fnav li{
	display: block;
	float:none;
}
.homel{
	float:left;
	width:51%;
}
.homer{
	float:right;
	width:45%;
}
.dates{
	font-size:12px;
	float:right;
	color:#666;
}
.dates img{
	display: inline-block;
	vertical-align: middle;
	width:28px;
	margin-right:8px;
	height:auto;
}
.teamList li{
	width:18%;
	margin:0 1%;
	float:left;
}
.teamList li img{
	max-width:100%;
}
.teamList li:hover img{
	filter:alpha(opacity=80); 
	-moz-opacity:0.8; 
	-khtml-opacity: 0.8; 
	opacity: 0.8;
}
.teamList li p{
	font-size:14px;
	line-height: 30px;
	text-align: center;
}

.tops{
	margin-top:30px;
}
.word15{
	font-weight: bold;
	font-size:15px;	
}
.ban_foot{
	background:url(../images/ban_d.png) center top;
	height:43px;
}
.team_tit{
	font-size:18px;
	font-weight: bold;
	line-height: 50px;
}

.workPic{
	width:180px;
   text-align: left;
   margin:0 10px 10px 10px;
   color:#666666;
}
.workPic p{
	font-size:13px;
	line-height:20px;
	color:#333;
	text-align: center;
}
.workPic img{
	max-width:100%;
	height:auto;
}
.mores,.mores2{
	text-align:right;
	margin-top:15px;
}
.mores a,.mores2 a{
	display:inline-block;
	padding:2px 20px;
	color:#666;
	font-size:14px;
	border: 1px solid #999;
}
.mores2 a{
	padding:2px 18px;
	color:#777;
	border: 1px solid #aaa;
	margin-top:10px;
}
.mores a:hover{
	border:1px solid #273142;
	color:#fff;
	background: #273142;
}
.mores2 a:hover{
	border:1px solid #666666;
	color:#333333;
}
.classlist{
	margin:20px 0 10px 0;
	text-align: center;
}
.classlist li{
	font-size:15px;
	padding:15px 40px;
	cursor: pointer;
	background: #f0f0f0;
	display: inline-block;
	vertical-align: top;
}
.classlist li:hover,.classlist li.classon{
	background: #007fbe;
}
.classlist li:hover a,.classlist li.classon a{
	color:#ffffff;
}
.banner1{
	overflow: hidden;
	height:450px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
}
.banner2{
	display: none;
}
.sbanner{
	background:url(../images/bg2.png) no-repeat center center;
	text-align: center;
	margin-top:70px;
	position: relative;
	height:190px;
}
.sbanner div{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width:600px;
	padding-top:30px;
	font-weight: bold;
	margin-left:40px;
}
.sbanner div p{
	font-size:42px;
	letter-spacing: 2px;
	font-weight: 400;	
	margin-bottom:5px;
}
.sbanner div i{
	color:#ff9900;
	font-style: normal;
	font-weight: bold;
	font-size:46px;
}
.sbanner div span{
	display: block;
	font-size:20px;
	font-weight: 400;
}
.sbanner img{
	display: inline-block;
	vertical-align: top;
	margin-top:-80px;
}
.videobg{
	background-size:cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:240px;
	width:94%;
	margin:0 auto;
	text-align: center;
	margin-bottom:15px;
}
.videobg img{
	margin-top:20%;
}
.conlist{
	font-size:0;
}
.conlist li{
	display: inline-block;
	vertical-align: top;
	width:50%;
	font-size:15px;
	margin-bottom:20px;
}
.cons{
	float:left;
	width:47%;
}
.cons li{
	background: #fff;
	margin-bottom:12px;
	padding:8px 20px;
	border:1px solid #e5e5e5;
}
.cons li img{
	display: inline-block;
	vertical-align: middle;
	margin-right:20px;
	width:50px;
	height:auto;
}


.linklist{
	font-size:0;
	margin-bottom:30px;
	margin-top:20px;
	border-top:1px solid #e6e6e6;
	border-left:1px solid #e6e6e6;
}
.linklist ul{
	width:100%;
}
.linklist li{
	display: inline-block;
	vertical-align: top;
	width:16.66%;
	text-align: center;
	margin-left:-1px;
	border-right:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.linkpic{
	height:110px;
	text-align: center;
}
.linkpic span{
	height:100%;
	vertical-align: middle;
	display: inline-block;
}
.linkpic img{
	max-height:95%;
	max-width:95%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.links{
	font-size:0;
	width:98%;
	margin:0 auto;
}
.links ul{
	width:100.5%;
}
.links li{
	display: inline-block;
	vertical-align: top;
	width:19%;
	margin-right:1%;
	margin-bottom:10px;
}
.linkbox2{
	text-align: center;
	height:70px;	
}
.linkbox2 span{
	display: inline-block;
	vertical-align: middle;
	vertical-align: top;
	height:100%;
}
.linkbox2 img{
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
	vertical-align: middle;
}
.linkboxs2{
	background-size:cover;
	background-position: center center;
	width:181px;
	height:70px;
	margin:0 auto;
}
.downlist{
	padding:20px 0 30px 0;
}
.downlist li{
	padding:12px 0;
	font-size:15px;
	border-bottom:1px dashed #ddd;
}
.reg_txt{
	padding:10px 0;
}
.regbox{
	width:70%;
	margin:0 auto;
}
.regbox li{
	padding:6px 0;
	font-size:15px;
	display: inline-block;
	vertical-align: top;
}
.form_1{
	width:17%;
}
.form_2s{
	width:22.6%;
}
.form_3s{
	width:17%;
	text-align: center;
}
.form_2{
	width:82.6%;
}
.form_3{
	width:24%;
}
.form_4{
	width:60%;
}
.form_5{
	width:83%;
}
.form_6{
	width:100%;
}
.form_list{
	width:100%;	
}
.form_list li{
	width:100%;
}
.form4-1{
	width:17%;
}
.form4-2{
	width:32%;
}
.form4-3{
	width:17%;
	text-align: center;
}
.form4-4{
	width:33%;
}
.form_list li p{
	padding-left:10px;
	color:#333333;
	background: #f2f2f2;
	line-height: 36px;
	font-weight: bold;
	margin:5px 0;
}
.form_list li ul{
	padding-left:5px;
	padding-top:5px;
}
.form_list li ul li{
	display: inline-block;
	width:auto;
	padding:0;
	margin:0;
	margin-right:20px;
	line-height: 20px;
	font-size:13px;
}
.form_list li ul .sou2{
	width:100%;
	display: block;
}
.regser{
	text-align: center;
	min-height:300px;
}
.regser li{
	display: inline-block;
	padding:15px 80px;
	background: #ff8800;
	color:#fff;
	font-size:20px;
	border-radius:30px;
	margin:0 40px;
}
.regser li img{
	display: inline-block;
	vertical-align: middle;
	padding-right:5px;
	width:30px;
	height:auto;
}
.regser li a{
	color:#fff;
}
.adds{
	font-size:24px;
	font-family: simsun,Arial, Helvetica, sans-serif;
	line-height: 20px;
	border:none;
	color:#fff;
	display: inline-block;
	vertical-align: middle;
	padding:4px 10px;
	background: #10ae64;
	margin-right:6px;
	cursor: pointer;
}
.adds:hover{
	background: #33a533;
}
.dels{
	position: absolute;
	right:-2px;
	top:20px;
	border:none;
	font-size:24px;
	font-family: simsun,Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#333;
	display: inline-block;
	padding:4px 10px;
	background: #eee;
	margin-right:6px;
	cursor: pointer;
}
.tabls{
	position: relative;
   padding-top:10px;
}
.tops{
	margin-top:20px;
}
.submt{
	text-align: center;
}
.voico_r{
	width:14%;
	float:right;
	height:260px;
	margin-top:50px;
}
.voice{
	font-size:0;
	margin:50px 0 10px 0;
	background:#f1f1f1;
	width:85%;
	float:left;
}
.voice li{
	font-size:15px;
	height:260px;
	overflow: hidden;
	float:left;
	width:17%;
	-webkit-transition:  0.2s ease-in 0s;
   -moz-transition:  0.2s ease-in 0s;
   -ms-transition:  0.2s ease-in 0s;
   -o-transition:  0.2s ease-in 0s;
   transition:  0.2s ease-in 0s;
}
.voice li.hover{
	width:49%;
}
.voice li.hover .fold{
   display: none;
}
.fold{	
	height: 100%; 
	text-align: center; 
	color:#fff;
	font-size: 14px; 
	line-height: 25px;
}
.fold p{
	font-size:20px;
	padding-bottom:10px;
	padding-top:50px;
}
.fold .txt{
	padding-bottom:15px;
}
.fold1{background: #408dcb;}
.fold2{background: #f95c5c;}
.fold3{background: #fb9b4d;}
.fold4{background: #22bc59;}

.conbotx{
	line-height: 24px;
	min-height:120px;
	height:auto;
	font-size:13px;
}
.cons p{
	font-size:20px;
	padding-bottom:10px;
}
#con_one_1 p{color:#408dcb;}
#con_one_2 p{color:#f95c5c;}
#con_one_3 p{color:#fb9b4d;}
#con_one_4 p{color:#22bc59;}
.picbox{
	height:180px;
	background-size:cover;
	background-position: center center;
	box-shadow: 3px 3px 1px #ccc;
	width:97%;
}
.voice2{
	display: none;
}
.movebg{
	display: none;
}
.weimabox{
   text-align: center;
   width:80%;
   height:100%;
   margin:0 auto;
   padding-top:35%;
   font-size:16px;
   line-height: 28px;
   color:#222222;
}
.weimabox img{
	max-width:70%;
	height:auto;
}
.seabox{
	text-align: center;
	padding-top:30%;
}
.word15{
	font-size:16px;
}
.qqboxs{
	position: fixed;
	right:15px;
	top:50%;
	z-index:99;
	width:50px;	
}
.qqboxs li{
	line-height: 50px;
	display: block;
	text-align: center;
	margin-bottom:5px;
	position: relative;
	transition:  0.4s;
	border-radius:50%;
	background: #f9f9f9;	
}
.qqboxs li:hover{
	background: #0e87db;
}
.qqboxs li:hover div{
	display: block;
}
.qqboxs li div{
	display: none;
	position: absolute;
	line-height: 24px;
	color:#fff;
	font-size:15px;
	width:180px;
	padding:15px;
	top:0;
	background: #0e87db;
}
.qqboxs li div img{
	width:100%;
	height:auto;
}
.fwxbox{
	left:-190px;
}
.ftelbox,.fqqbox{
	border-radius:26px;
	line-height: 50px;
	font-size:22px;
	font-weight: bold;
	left:-185px;
}
.qqboxs li div.fqqbox{
	width:200px;
	left:-205px;
	font-weight:400;
}
.qqboxs li span{
	width:50px;
	height:50px;
	display: block;
	overflow: hidden;	
	border-radius:50%;
	
}
.ftel{
	background:#afafaf url(../images/rightfixicon.png) no-repeat 8px 8px;
}
.fqq{
	background:#afafaf url(../images/rightfixicon.png) no-repeat 8px -40px;
}
.fwx{
	background:#afafaf url(../images/rightfixicon.png) no-repeat 8px -88px;
}
.ftop{
	background:#afafaf url(../images/rightfixicon.png) no-repeat 8px -135px;
}
.qqboxs li:hover .ftel{
	background:#0e87db url(../images/rightfixicon.png) no-repeat 8px 8px;	
}
.qqboxs li:hover .fqq{
	background:#0e87db url(../images/rightfixicon.png) no-repeat 8px -40px;	
}
.qqboxs li:hover .fwx{
	background:#0e87db url(../images/rightfixicon.png) no-repeat 8px -88px;	
}
.qqboxs li:hover .ftop{
	background:#0e87db url(../images/rightfixicon.png) no-repeat 8px -135px;	
}
.moves{
	position: absolute;
	display: none;
	width:120px;
	left:-120px;
	top:0;
}
.move_1{
	background: #444;
	line-height: 66px;
	font-size:16px;	
}
.move_2{
	background: #444;
	line-height: 67px;	
	font-size:16px;	
}
.move_3{
	width:160px;
	left:-160px;
}
.move_3 img{
	width:160px;
	height:auto;
	
}
.qqbox li:hover .moves{
	display: block;
}
.qqbox .gotop{
	background: #666;
}
.sfoot{
	display: none;
}
.home_one1{
	box-shadow: 0 0 10px #dddddd;
	padding:20px;
	margin-bottom:30px;
	background: url(../images/num1.png) no-repeat right bottom;
}
.img_wrap1{
	width:45%;
	height:450px;
	border-radius: 16px;
	overflow: hidden;
	float:left;
}
.img_wrap1 img{
	height:100%;
}
.ico_tit1{
	font-size:32px;
	font-weight: bold;
	line-height: 40px;
	color:#333333;
	margin-bottom:20px;
}
.text_wrap1{
	width:52%;
	float:right;
	color:#666666;
	background: url(../images/1597912807069.png) no-repeat 0 20px;
	background-size:80% auto; 
	padding-top:80px;
	font-size:18px;
	line-height: 30px;
	padding-right:50px;
}
.url_wrap1 a{
	display: inline-block;
	padding:8px 40px;
	margin-top:50px;
	color:#ffffff;
	font-size:17px;
	line-height: 30px;
	background: #2f80d3;
	border-radius: 5px;	
}
.url_wrap1 a:hover{
	background: #1f557f;
}
.home_one2{
	font-size:0;
}
.home_one2 ul{
	width:101%;
}
.home_one2 li{
	display: inline-block;
	width:32.3%;
	margin-right:1%;
	margin-top:20px;
	background: #f3f7fe;
}
.home_one2 li:hover{
	background: #fef8f8;
}
.img_wrap2{
	width:40%;
	height:220px;
	border-radius: 0px;
	overflow: hidden;
	float:left;
	background-size:auto 100%;
	background-position: center center; 
}
.img_wrap2 img{
	height:100%;
}
.ico_tit2{
	font-size:19px;
	font-weight: bold;
	line-height: 50px;
	color:#333333;
	margin-bottom:10px;
	border-bottom:dotted 1px #dddddd;
}
.ico_tit2:hover{
	color:#2f80d3;
}
.text_wrap2{
	width:60%;
	float:right;
	color:#666666;
	padding:20px 25px;
	font-size:15px;
	line-height: 23px;
}
@media (max-width: 1440px) {
	.ban{
		height:220px;
	}
	.banner1{
		height:400px;
	}
}
@media (max-width: 1280px) {
	.ban{
		height:220px;
	}
	.home_news2 ul{
		width:100%;
	}
	.home_news2 li{
		width:46%;
		margin: 0 2%;
	}
	.photolist ul{
		width:100%;
	}
	.photolist li{
		width:22%;
		margin:0 1.5%;
	}
}
@media (max-width: 1200px) {
   .wrap{
	   width:98%;
	   margin:0 auto;
   }
   .toplogo{
   	height:70px;
   	padding:5px 0;
   }
   .home_case2 ul{
		width:100%;
	}
	.home_case2 li{
		margin:0 1.5% 20px 1.5%;
	}
   .bantxt,.home_video,.ico2_info,.sbanner,.home_service2,.hpro,.home_news_pic,.footer li.foot1,.nav{
   	display: none;
   }
   .home_ico2{
   	float:none;
   	width:100%;
   	text-align: center;
   	font-size:0;
   }
   .home_ico2 li{
   	display: inline-block;
   	vertical-align: top;
   	width:23%;
   	padding:0;
   	margin:0 1%;
   }
	.ico2_tit{
		position:relative;
		font-size:18px;
		line-height: 60px;
		border-radius:30px;
		width:100%;
		top:auto;
	}
	.bg3{
		background: transparent;
		padding:1px 0 0px 0;
		margin-top:0px;
	}
	.home_news{
   	float:none;
   	width:100%;
   }
	.home_service3,.navs{
		display:block;
	}
	.home_service3 img{
		max-width:100%;
	}
   .swiper3{
	   width:100%;
   }
   .p_tit{
	   line-height:32px;
	   font-size:16px;
	   width:280px;
	}
   .p_tit p{
	   font-size:24px;	
   }
	.nav li{
		margin-left:50px;
	}
	.ban{
		height:200px;
	}
	.banner1{
		height:350px;
	}
	.home_about img{
		width:40%;
		margin-left:30px;
	}
	.footer li.foot2{
		width:55%;
		padding-left:30px;
	}
	.pick{
		height:200px;
	}
	.newspic{
		margin-right:30px;
		width:250px;
		height:180px;
	}	
	.img_wrap1{
		height:400px;
	}
	.ico_tit1{
		font-size:30px;
		line-height: 40px;
		margin-bottom:10px;
	}
	.text_wrap1{
		padding-top:20px;
		font-size:18px;
		line-height: 30px;
		padding-right:10px;
	}
	.home_one2 ul{
		width:100%;
	}
	.home_one2 li{
		width:48%;
		margin:10px 1%;
	}
	.ico_tit2{
		font-size:18px;
		margin-bottom:8px;
	}
	.text_wrap2{
		padding:10px 15px;
	}
	.img_wrap2{
		height:200px; 
	}
	.case_wrap{
		height:260px;
	}
	.case_box{
		padding:20px;
	}
}
@media (max-width: 880px) {
	.pick{
		height:160px;
	}
	.cert_l,.cert_r,.con_l,.con_r{
		float:none;
		width:100%;
	}
	.con_l,.con_r{
		margin:20px 0;
	}
	.newspic{
		margin-right:30px;
		width:200px;
		height:140px;
	}
	.home_news2 li{
		margin:0;
		width:100%;
		margin:0;
		padding:0 0 0 20px;
		line-height: 38px;
		font-size:14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;	
		background: url(../images/left01.png) no-repeat 5px center;	
	}
	.news_img2 li{
		padding:10px 0;
		font-size:14px;		
	}
	.news_img2 li img{
		width:100px;
		height:70px;
		margin-right:20px;
	}
	.news_img2 li .newsinfo{
   	line-height: 20px;
	}
	.news_img2 h2{
		font-size:17px;
		line-height: 20px;
		margin:0;	
		margin-bottom:5px;
	}	
}
@media (max-width: 680px) {
	.header{
		position: fixed;
		top:0;
		z-index:9;
		margin-top:0;
		background: #fff;
		border-bottom:1px solid #ddd;
	}
	.toplogo{
		height:52px;
		padding:5px 0;
	}
	.space{
		height:53px;
	}
	.banner1,.footer li.foot3,.home_about img,a.ma2,.ban,.qqboxs,.footbg{
		display: none;
	}
	.banner2{
		display:block;
	}
	.banner2 img{
		width: 100%;
		height:auto;
	}
	.home_news{
		padding:10px 0;
		border:none;
	}
	.qtitle{
		padding-left:30px;
	}
   .home_ico2 li{
   	display: inline-block;
   	vertical-align: top;
   	width:46%;
   	padding:0;
   	margin:0 2% 10px 2%;
   }
	.ico2_tit{
		font-size:17px;
		line-height: 40px;
	}
	.p_title{
		font-size:20px;
		line-height:22px;
		margin:30px 0 10px 0;
	}
	.p_title p{
		font-size:14px;
	}
	.footer{
		padding:20px 0 75px 0;
		margin-top:30px;
	}
	.footer li.foot2{
		width:100%;
		padding-left:20px;
		background:transparent;
		font-size:14px;
		line-height: 24px;
	}
	.foot2 h2{
		margin:5px 0;
		color:#0e87db;
		font-size:20px;
	}
	.home_about{
		line-height: 24px;
		font-size:14px;
		padding:0 5px 20px 5px;
	}
	.home_class2,.home_class{
		margin-top:10px;
		margin-bottom:0px;
	}
	.home_class li{
		margin:0;
		font-size:14px;
		line-height: 30px;
		padding:0 15px;
		background: #f6f6f6;
		border-radius:20px;
		border:none;
	}
	.proclass{
		margin-top:20px;
	}
	.proclass li{
		width:48%;
		margin:0 1% 20px 1%;	
		font-size:14px;
		line-height: 30px;
	}
	.proclass li:hover{
		margin-top:0;
		background: transparent;
	}
	.pick{
		height:130px;
	}
	.title{
		font-size:22px;
		text-align: center;
		line-height:50px;
		margin-bottom:10px;
	}
	.tit-p{
		margin:10px 0;
	}
	.cert_l{
		border-bottom:dotted 1px #ddd;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.con_info h2{
		font-size:22px;
		margin:30px 0 10px 0;
	}
	.newList {
		margin-top:0px;
		padding:0 5px;
	}
	.home_case2{
		margin-top:0;
		margin-bottom:20px;
	}
	.home_case{
		box-shadow:  0 0 0 rgba(0,0,0,0.2);	
		border-radius:0;
	}
	.home_case td.case_t{
		font-size:15px;
		padding:15px 5px;
	}
	.home_case td{
		font-size:14px;
		line-height: 24px;
		padding:10px 5px;
	}
	.home_case td.caseline{
		border-left:0px solid #e5e5e5;
	}
	.conform{
		margin-top:20px;
		font-size:15px;
	}
	.conform ul{
		margin-top:10px;
	}
	.conform li{
		display: inline-block;
		vertical-align: top;
		text-align: left;
		position: relative;
		width:94%;
		margin:5px 3%;
		padding:6px 10px 6px 90px;
		border:1px solid #e5e5e5;
	}
	.conform li:hover{
		border:1px solid #0e87db;
	}
	.conform li.l2{
		width:94%;
		margin:5px 3%;
	}
	.con_info{
		font-size:14px;
		line-height:24px;
		padding:5px;
	}
	.con_l{
		padding:10px;
	}
	.con_l h3{
		margin:10px 0;
		font-size:15px;
		line-height: 24px;
	}
	.conform div{
		font-size:14px;
	}
	.sou {
		font-size: 14px;
	}
	.newList li{
		padding:10px 0;
		font-size:14px;
		line-height: 24px;
	}
	.newList li .newsinfo2,.con_right2{
		display:none;
	}
	.news_q{
		font-size:15px;
		padding-bottom:8px;
		padding-left:33px;
	}
	.news_a{
		padding-left:33px;
	}
	.newspic{
		margin-right:20px;
		width:30%;
		height:80px;
	}
	.con_left2{
		float:none;
		width:100%;
		margin-top:10px;
	}
	.title{
		font-size:18px;
		line-height:26px;
		margin-bottom:10px;
		padding:10px;
		text-align: left;
	}
	.send{
		font-size:16px;
		line-height:24px;
		padding:7px 60px;
		border-radius:25px;
	}
	.abox{
		margin-top:15px;
	}
	.abox a{
		border-radius:25px;
		font-size:14px;
		line-height: 30px;
		padding:2px 30px 2px 30px;
	}	
	.foottel{
		display: block;
		position: fixed;
		z-index:999;
		width:100%;
		bottom:0;
		padding:10px;
		text-align: center;
		background: #0e87db;
		color:#fff;
		font-size:19px;
	}
	.foottel a{
		color:#fff;
	}
	.foottel img{
		display: inline-block;
		vertical-align: middle;
		height:28px;
		margin-right:8px;
	}
	.footer li.foot2 div{
		display: none;
	}
	.home_case2{
		margin-top:20px;
	}
	.home_case2 li{
		margin:0 1.5% 10px 1.5%;
		width:47%;
		line-height: 26px;
	}
	.img_wrap1{
		height:400px;
	}
	.ico_tit1{
		font-size:30px;
		line-height: 40px;
		margin-bottom:10px;
	}
	.text_wrap1{
		padding-top:20px;
		font-size:18px;
		line-height: 30px;
		padding-right:10px;
	}
	.home_one2 ul{
		width:100%;
	}
	.home_one2 li{
		width:48%;
		margin:10px 1%;
	}
	.ico_tit2{
		font-size:17px;
		margin-bottom:8px;
	}
	.text_wrap2{
		padding:10px 15px;
	}
	.img_wrap2{
		height:200px; 
	}
	.case_wrap{
		height:260px;
	}
	.case_box{
		padding:20px;
	}
	.home_ico2 li{
		background: #c5dcff;
		font-size:18px;
	}
	.case_wrap{
		height:150px;
	}
	.case_box{
		padding:10px;
	}
	.home_case ul{
		width:100%;
	}
	.home_case li{
		width:48%;
		margin:10px 1%;
		font-size:16px;
		line-height: 26px;
		border-radius:15px 15px 0 0;
		box-shadow:0 0 0 #ffffff;
	}
	.case_txt,.swiper-button-prev,.swiper-button-next{
		display: none;
	}
	.case_box{
		padding:5px;
	}
	.case_title{
		font-size:16px;
		line-height: 26px;
		font-weight:normal;
		margin-bottom:0;
   	-webkit-line-clamp: 2;
	}
	.home_project{
		border-radius:0;
		padding:0 10px;
	}
	.pick2{
		height:250px;
	}
	.photolist li{
		width:45%;
		margin:0 2.5% 20px 2.5%;
	}
	.con_info2{
		width:90%;
	}
	.casepic2 img{
		max-width:100%;
	}
	.con_info2a{
		padding:0;
	}
	.p_title span{
		width:60px;
		margin:0 10px;
	}
}