@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th { margin: 0; padding: 0; outline: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
::selection { background: #ff6600; color: #FFF; }
::-moz-selection { background: #ff6600; color: #FFF; }
*:after, *:before { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
a:hover, a:active { outline: 0; }
ul, ol, li { list-style: none; }
img { width: auto\9; height: auto; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;  }
html, body { -webkit-user-select: none; font-size: 62.5%; /* 禁止选中文本（如无文本选中需求，此为必选项） */ user-select: none; }
body { width: 100%; -webkit-text-size-adjust: none; font-size: 1.2rem; font: 12px/1.2 'Helvetica Neue','Microsoft Yahei',AppleGothic, Helvetica, STHeiTi, sans-serif; line-height: 160%; color: #333; font-weight:lighter; }
*:link, *:visited, *:hover, *:active, *:focus { transition: color .20s linear,background-color .20s linear,border-color .20s linear; }
a {color: #333; text-decoration: none; outline: none; -webkit-touch-callout: none; }
a:hover,a:visited,a:active,a:focus ,a:link  {  text-decoration: none; }
/*缺省结束*/

.clear:after{
    display: block;
    content: '';
    clear: both;
}
#banner .title{
    text-align:center;line-height:40px;position:absolute;top:40%;left:50%;color: #fff;font-size:22px;z-index: 20;width:800px;margin-left:-400px
}
#banner .title h2{font-size:60px;margin-bottom:40px;font-weight: 600;}
#banner .title p{font-size:30px}
#banner .title-item{display:none;}
#banner .title-item.active{display:block;animation:1s fadeInRight}
.logo{position:absolute;  left:3%; z-index:999; }
.logo img{height:100px}
/*注册按钮*/
.phone_head{ position:absolute;  font-size:16px; font-weight:bold; color:#f8b931; z-index:12; right:3%;    padding: 30px 0; }
.phone_head img{ display:inline-block; margin-right:15px; }
.phone_head a{ color:#fff; margin-left:10px;background: rgb(250 189 44 / 0.8);padding:9px 20px;}
.phone_head a:hover{ color:#fabd2c; background: rgb(0,0,0,0); border-color:#fbca57}
/* Adjusting the margins, paddings and no list styles */
.navigation  {
	margin:0; 
	padding:0; 
	list-style:none;
	position:absolute;
	right:25%;
	z-index:11;
}	

/* Little tricking with positions */
.navigation  li {
	float:left;			/* Show list items inline */
	width:120px; 
	position:relative; 		
}	

/* Playing with Main Categories */
.navigation  li a {
	color:#fff;
	display:block;  	/* Making sure a element covers whole li area */
	padding:38px 7px 20px 7px; 
	text-decoration:none; /* No underline */
	text-align:center; 
	text-transform:uppercase;
	font-size:17px;
}

.navigation  li a:hover {
	color:#fff;		
}

.navigation li:hover{ background:rgba(0, 0, 0, 0.5); border-top:5px solid #009ad6; }
.navigation li:hover a{ color:#009ad6; }
	
/* Sub Cat Menu stuff*/
.navigation  ul {
	width:500px;
	position:absolute; 
	left:0; 
	display:none; /* Hide it by default */
	margin:0 0 0 0px; 
	padding:0; 
	list-style:none;	
}
	
.navigation  ul li {
	width:120px; 
	float:left; 	
}
.navigation  ul li:hover{ border:none; }
	
/* Sub Cat menu link properties */
.navigation  ul a {
	display:block;    	/* Making sure a element covers whole li area */
	height:15px;
	padding:8px 7px 13px 7px; 
	color:#fff;
	text-decoration:none;	
	border-top:none;
	background:rgba(0, 0, 0, 0.5);
	font-size:12px;
}
	
.navigation  ul a:hover {
	color:#000;
	background:#009ad6;
}


.service_title{ position:relative; text-align:center; margin-top:100px; color:#000; }
.service_title h2{ font-size:30px; font-weight:100; padding:20px 0; }
.service_title em{ font-style:inherit; font-size:18px; font-weight:bold; }
.service_title p{ padding:40px 0; font-size:14px; color:#333; }
.service_title .line-1{ width:80px; height:1px; background:#000; position:absolute; left:50%; top:0; margin-left:-150px; }
.service_title .line-2{ width:50px; height:1px; background:#000; position:absolute; left:50%; top:70px; margin-left:70px; }

/* service */
.service{ width:1580px;  overflow:hidden; position:relative; margin:0 auto; }
.service .hd{ position:absolute; width:100%; top:45%; }
.service .hd .prev,.service .hd .next{ display:block;  width:45px; height:70px; line-height:70px; overflow:hidden; cursor:pointer; font-size:40px; color:#999; }
.service .hd .next{ float:right; }
.service .hd .prevStop, .service .hd .nextStop{ color:#000; }
.service .bd{ margin-left:80px; }
.service .bd ul{ overflow:hidden; zoom:1; }
.service .bd ul li{ margin:0 15px; float:left; _display:inline; overflow:hidden; text-align:center; border:1px solid #dddddd; width:318px; height:558px; }
.service .bd ul li h2{ font-size:30px; padding-top:100px; }
.service .bd ul li img{ display:inline-block; margin:60px auto; }
.service .bd ul li a{ display:inline-block; width:190px; height:46px; line-height:46px; font-size:16px; text-align:center; color:#666666; border:1px solid #ddd; -moz-border-radius: 23px; -webkit-border-radius: 23px; border-radius:23px; overflow:hidden; margin-top:60px; }
.service .bd ul li:hover{background-image: repeating-linear-gradient(to bottom, #fabe28,#f1a840); border-color:#fabd2c; }
.service .bd ul li:hover a{ color:#000; border-color:#fff; background:#fff; }
.service .bd ul li:hover h2{ color:#000; }
.service .bd ul li:hover a:hover{ color:#fff; border-color:#333; background-color:#333; }

.case_content{ width:100%; height:800px; background:url(../images/bg_case.jpg) center top no-repeat; }
.case_content h2{ font-size:30px; text-align:center; font-weight:100; line-height:150%; padding-top:50px; color:#000; }
.case_content ul{ width:1600px; margin:0 auto; padding-top:100px; }
.case_content ul li{ width:50%; float:left; text-align:center; color:#fff; }
.case_content ul li img{ display:inline-block; padding:60px 0; }
.case_content ul li h4{ font-size:24px; font-weight:100; padding-bottom:30px; }
.case_content ul li h3{ font-size:36px; padding-bottom:60px; }
.case_content ul li a{ display:inline-block; width:160px; height:50px; line-height:50px; text-align:center; font-size:16px; color:#fff; border:1px solid #fff; }
.case_content ul li a:hover{ color:#009ad6; border-color:#009ad6; }


/* program */
.program{ width:1200px; margin:0 auto; overflow:hidden; }
.program .hd{ position:relative; height:150px; }
.program .hd ul{ float:left;  position:absolute; left:50%; margin-left:-270px; top:30px; height:32px; }
.program .hd ul li{ float:left; padding:0 30px; cursor:pointer; font-size:16px; }
.program .hd ul li.on{ color:#f00; }
.program .bd ul{ padding:15px;  zoom:1;  }
.program .bd li{ float:left; width:33%; text-align:center; padding: 20px 0 40px;border-radius:10px;height:500px}
.program .bd li:hover{
    border:2px solid #fabd2c;
}
 .program .bd li:hover .dbtn{
     transform: translateY(33px);
 }
.program .bd li:nth-child(1):hover .dbtn{
     transform: translateY(0);
 }
.program .bd li .dbtn{padding:20px 0;transform: translateY(175px);transition:all 0.5s }
.program .bd li .dbtn a{background:#fff;color:#333;border-radius:8px;width: 160px;margin: 20px 10px 0 10px;}
.program .bd ul{ position:relative;  overflow:hidden; color:#000; }
.program .bd ul li .imgbox{ width:150px; height:150px;  margin:0 auto; }
.program .bd ul li .imgbox img{ margin-top:35px; }
.program .bd ul li h2{ padding:40px 0; }
.program .bd ul li p{ font-size:14px; font-weight:500; }
.program .bd ul .readmore{ position:absolute; left:50%; top:350px; width:238px; height:53px; margin-left:-119px; }
.program .bd ul .readmore a{ display:block; line-height:53px; font-size:18px; color:#000; border:1px solid #000; }
.program .bd ul .readmore a:hover{ background:#000; color:#fff; }


.advantage{ width:1200px; margin:0 auto; overflow:hidden; color:#fff; text-align:center; }
.advantage li { float:left; width:25%; }
.advantage li h2{ font-size:24px; font-weight:100; padding-top:20px; border-top:2px solid #fff; padding-bottom:15px; margin:0 25%; }
.advantage li p{ font-size:14px; padding:40px 0; }
.advantage_more{ width:400px; height:80px; margin:0 auto; text-align:center; margin-top:60px; }
.advantage_more a{ display:block; border:3px solid #cccccc; line-height:80px; font-size:24px; color:#fff; }
.advantage_more a:hover{ background-color:#cccccc; color:#000; }


.newshome{ width:1600px; margin:0 auto; overflow:hidden; padding-top:40px; transition:all 0.5s ease-in-out}
.newshome .container{padding:0}
.newshome ul{ margin:0 0 80px 0; padding:10px 0; }
.newshome .newsimg{ width:300px; float:left; position:relative; text-align:center; }
.newshome .newsimg .newsdate{ position:absolute; top:-42px; left:60px; font-size:24px; color:#333; }
.newshome .newsimg .newsdate span{ display:inline-block; width:72px; height:72px; border:4px solid #333; text-align:center; font-size:30px; line-height:40px; margin-right:20px; }
.newshome .newstxt {border-bottom:1px #ddd solid;line-height: 40px;    margin: 10px 0;}
.newshome .newstxt h2{ font-size:24px; line-height:30px; padding-bottom:30px;}
.newshome  h3{text-align:center; border-left: 4px solid #fabd2c;  padding-left: 8px; display: inline-block;}
.newshome .newstxt h4{display:block;width:80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:left;line-height: 40px; }
.newshome .newstxt em{ color:#555;float:left;display:block;width:20%;line-height: 40px;font-style:normal}
.newshome .newstxt p{ font-size:14px; padding-top:20px; }
.newshome .newstxt a{ display:block; }
.newshome .newstxt a:hover{ color:#fabd2c; }
.newshome ul:hover .newsimg .newsdate{ color:#fabd2c; }
.newshome li.newstxt:hover { border-color:#fabd2c; }

.title_color_fff{ color:#fff !important; }
.title_bg_fff{ background-color:#ffffff !important; }


.footer{ background:#333; background-size:cover;width:100%; overflow:hidden; padding:80px 0; }
.footer .foottxt{ width:80%; margin:0 auto; text-align:left; color:#fff; position:relative; }
.footer .foottxt:after{display:block;content:'';clear:both}
.footer .foottxt h2{ font-size:30px; padding:0; margin:0; }
.footer .foottxt h4{ font-size:18px; padding:0; margin:0; font-weight:500; }
.footer .foottxt p{ font-size:18px; color:#999; font-family:arial;  margin:10px 0; }
.footer .foottxt p.footerqq a
{
	color: white;
}
.footer .foottxt .contact p{margin:10px 0 20px;}
.footer .foottxt p:after{display:block;content:'';clear:both}
.footer .foottxt .footcontact{ text-align:center; }
.footer .foottxt .footcontact h3{ font-size:24px; color:#009ad6; padding:30px 0 0 0; }
.footer .foottxt .footcontact h5{ font-size:30px; font-weight:100; }
.footer .foottxt .footcontact h5 i{ font-size:14px; border:1px solid #222; padding:10px; margin:5px; font-style:inherit; position:relative; }
.footer .foottxt .footcontact h5 i::before { border-top:1px solid white; border-left:1px solid white; padding:5px; position:absolute; content:''; left:-1px; top:-1px; }
.footer .foottxt .footcontact .logo_foot{ margin-top:40px; }
.footer .foottxt .footcontact em{ display:block; padding-top:30px; font-style:inherit; }
.footer .foottxt .footcontact .ad{ overflow:hidden; }
.footer .foottxt .footcontact .ad li{ float:left; font-size:14px; padding:20px 15px; border:1px solid #333; margin:0 5px; }
.footer .foottxt .footcontact .ad li.i1{ background:url(../images/1.png) 20px center no-repeat; padding-left:55px; }
.footer .foottxt .footcontact .ad li.i15{ background:url(../images/15.png) 20px center no-repeat; padding-left:70px; }
.footer .foottxt .footcontact .ad li.i4000{ background:url(../images/4000.png) 20px center no-repeat; padding-left:130px; }
.footer .foottxt .ad {display: flex;justify-content: space-evenly; }
.footer .foottxt ul li{ float:left; text-align:center; }
.footer .foottxt ul div{ position:relative; margin-top:20px; }
.footer .foottxt ul div img{ margin:0 20px; }
.footer .foottxt ul em{ display:block; padding-top:30px; }
.footer .foottxt  div #ewm-bt{ position:relative}
.footer .foottxt  div #ewm{ margin-top:10px; }
.footer .foottxt  div #ewm img{width:100px;height:100px}
.footer .foottxt ul .foot_menu{ padding-bottom:10px; }
.footer .foottxt ul .foot_menu h3{ text-align:left; font-size:16px; }
.footer .foottxt ul .foot_menu p a{ display:block; float:left; font-size:12px; border:1px solid #666; color:#fff; padding:10px; margin-right:10px; }
.footer .footicp{ width:1200px; margin:0 auto; clear:both; font-size:12px; color:#fff; text-align:center; padding-top:50px; overflow:hidden; font-weight:500; }
.footer .footicp a{ color:#fff; }
.footer .contact a{display:inline-block}
.footer .contact a img{margin:0 10px}
/* page */

.page_focus{ width:100%; height:600px; background:url(../images/page_focus_1.jpg) top center no-repeat; position:relative; }
.page_focus.bg2{ background:url(../images/page_focus_2.jpg) top center no-repeat; }
.page_focus .focus_text{ position:absolute; left:100px; bottom:10%; font-size:30px; color:#fff; }
.page_focus .focus_box{ position:absolute; right:100px; bottom:-50px; width:500px; height:200px; background:url(../images/title_line.png) 280px 0 no-repeat #0fc; overflow:hidden; }
.page_focus .focus_box.news_bg{ background-color:#7bff3a; }
.page_focus .focus_box h3, .page_focus .focus_box h4{ font-weight:100; color:#000; }
.page_focus .focus_box h3{ font-size:90px; line-height:90px; margin:30px 0 0 40px; }
.page_focus .focus_box h3 span{ font-size:60px; }
.page_focus .focus_box h4{ font-size:30px; line-height:30px; margin-left:50px; }

.path{ line-height:50px; color:#666; margin:0 100px; }
.path a{ display:inline-block; color:333; padding-right:5px; }

.caseClass{ padding:50px 100px; }
.caseClass li{ padding:20px 0; font-size:14px;  overflow:hidden; }
.caseClass li a{ display:block; margin-right:40px; padding:3px 0; float:left; border-bottom:2px solid #fff; }
.caseClass li a:hover{ border-bottom:2px solid red; color:red; font-weight:500; }
.caseClass li .active{ border-bottom:2px solid red; color:red; font-weight:500; }

.caseList{ margin:0 auto; overflow:hidden; width:1770px; }
.caseList li{ margin:0 30px; float:left; padding-bottom:50px; width:530px; }
.caseList li img{ margin-bottom:10px; }
.caseList li h2{ font-weight:500; font-size:16px; padding:10px 0; color:#000; }
.caseList li a{ display:block; width:530px; height:350px; overflow:hidden; position:relative;  background:#00ffcc; }
.caseList li img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.caseList li:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.caseList li figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	text-align:center;
	vertical-align:middle;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.caseList li figcaption::before,
.caseList li figcaption p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	z-index:100;
}
.caseList li figcaption p {
	position:absolute;
	font-size:34px;
	color:white;
	text-align:center;
	max-width: 200px;
	max-height:60px;
	line-height:60px;
	left:50%;
	margin-left:-100px;
	top:50%;
	margin-top:-30px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
.caseList li:hover figcaption::before,
.caseList li:hover figcaption p{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.newsList{ margin:0 auto; width:1770px; }
.newsList ul{ float:left; width:530px; margin:0 30px 50px 30px; border-bottom:2px solid #ccc; padding-bottom:40px; }
.newsList ul .date{ width:125px; height:195px; float:left; border-top:5px solid #ccc; color:#ccc; background:#eee; font-size:80px; text-align:center; margin-right:5px; }
.newsList ul .date strong{ display:block; line-height:150px; }
.newsList ul .date em{ font-size:22px; display:block; }
.newsList ul .images{ width:400px; height:200px; overflow:hidden; text-align:center; }
.newsList ul .images img{ 
	display:block; 
	max-widht:400px; 
	max-height:200px; 
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
}
.newsList ul h2{ font-size:16px; padding:20px 10px; color:#333; }
.newsList ul p{ font-style:italic; color:#666; line-height:16px; padding:0 10px; }
.newsList ul:hover{ border-color:#ff6633; }
.newsList ul:hover .date{ background-color:#ff6633; border-color:#dd562a; color:white; }
.newsList ul:hover .images img { 
	-webkit-transform: scale(1);
	transform: scale(1);
 }


.message{ width:84%; padding:0 8%; background:#efefef; overflow:hidden; clear:both; }
.message h2{ font-size:36px; font-weight:100; color:#000; padding:60px 0 40px 0; }
.message .input li{ float:left; }
.message .input input{ margin-right: 1%;background-color: #fff; padding: 20px 0; color:#6e6e6e; padding-left: 1%;font-size: 14px; border:none; }
.message .input .text1, .message .input .text2{ width: 16%; }
.message .input .text3{ width:50%; }
.message .input .submit{ background-color: #040404; color:#fff; width: 12%;text-align: center;padding-left: 0; cursor:pointer;*margin:0!important;*padding:17px 0!important; margin-right: 0; }
.message p{ font-style:italic; padding:30px 0 40px 0; clear:both; }


.viewPcFocus{ width:100%; height:750px; overflow:hidden; position:relative; background:black; }
.viewPcFocus img{ display:block; position:absolute; top:0; left:50%; margin-left:-960px; }
.viewPcFocus .title{ position:absolute; left:8%; bottom:8%; color:#fff; }
.viewPcFocus .title h3{ font-size:36px; line-height:200%; }
.viewPcFocus .title p{ font-size:18px; line-height:100%; }

.viewPcContent{ margin:0 8%; }
.viewPcContent .caseInfo{ width:60%; line-height:150%; font-size:14px; color:#333; padding:50px 0; }
.viewPcContent .caseButton{ width:100%; border-bottom:1px solid #dddddd; padding-bottom:20px; }
.viewPcContent .caseButton .webSite a{ font-size:16px; color:#000; font-weight:500; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
.viewPcContent .caseButton .webSite a:hover{ padding-left:10px; }
.viewPcContent .caseButton .webSite span{ font-size:16px; color:#000; padding-left:15px; }
.viewPcContent .caseButton .more{ font-size:14px; color:#333; float:right; }
.viewPcContent .caseButton .more span{ border-left:1px solid #666; margin:0 20px; }
.viewPcContent .caseButton .more a{ padding:5px 10px; color:#333; }
.viewPcContent .caseButton .more a:hover{ color:#fff; background-color:#333; }
.viewPcContent .casePhoto{ text-align:center; padding:50px 0; }
.moreCase{ background:#fff; padding-top:50px; width:100%; }
.moreCase h4{ font-size:18px; padding-left:5%; padding-bottom:20px; }

.viewMobileContent{ width:1200px; position:relative; height:833px; background:url(../images/phone_ui.png) 200px 0 no-repeat; margin:0 auto; }
.viewMobileContent .prev, .viewMobileContent .next{ position:absolute; top:47%; height:71px; background:url(../images/arrow_case.png) no-repeat; color:#fff; font-size:14px; line-height:150%;  display:block; -moz-transition: all 0.3s ease; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.viewMobileContent .next{ right:0; text-align:right; background-position:right -142px; }
.viewMobileContent .prev p{ padding:15px 0 0 50px; }
.viewMobileContent .next p{ padding:15px 50px 0 0; }
.viewMobileContent .prev:hover{ background-position:left -71px; color:#00ffcc; }
.viewMobileContent .next:hover{ background-position:right -213px; color:#00ffcc; }

.viewMobileContent .caseInfo{ width:180px; padding:30px; position:absolute; top:93px; right:260px; background:#fff; text-align:center; }
.viewMobileContent .caseInfo .caseLogo{ width:100px; height:100px; margin:0 auto; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius:50%; background:#333; overflow:hidden; }
.viewMobileContent .caseInfo h3{ font-size:24px; padding:40px 0 10px 0; }
.viewMobileContent .caseInfo p{ font-size:14px; padding-bottom:20px; }

.mobile-case-img{ width:320px; height:568px; overflow:hidden; position:absolute; top:93px; left:286px; }
.mobile-case-img .hd{ overflow:hidden; height:30px; background:rgba(0, 0, 0, 0.7); position:absolute; width:100%; bottom:0; z-index:9; }
.mobile-case-img .hd ul{ float:right; overflow:hidden; zoom:1; margin:10px 10px 0 0; }
.mobile-case-img .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; text-indent:-999px; cursor:pointer; background:#fff; margin-left:5px; }
.mobile-case-img .hd ul li.on{ background:#00ffcc; }
.mobile-case-img .bd{ height:568px; }
.mobile-case-img .bd ul{ overflow:hidden; zoom:1; }
.mobile-case-img .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center;  }
.mobile-case-img .bd ul li img{ display:block; width:320px; height: 568px; }

.newsViewTit{ width:100%; height:700px; background:#0066cc; position:relative; background:url(../images/news_view_bg.jpg) no-repeat; }
.newsViewTit div{ position:absolute; left:8%; bottom:50px; color:#fff; }
.newsViewTit div h4{ font-size:40px; line-height:200%; font-weight:bold; }
.newsViewTit div p{ font-size:14px; border-left:3px solid #fff; padding-left:10px; }

.newsViewCont{ padding:3% 8%; position:relative; min-height:500px; font-size:16px; line-height:300%; }
.newsMore{ margin:0 8%; padding:20px 0; border-top:1px solid #ddd; overflow:hidden; }
.newsMore a{ display:block; float:left; padding:5px 10px; }
.newsMore a.right{ float:right; }
.newsMore a:hover{ background:#333; color:#fff; }
/*侧边栏*/
.sidebar{
	position: fixed; right: 0; top: 50%; margin-top: -80px; width: 55px; background: rgba(0,0,0,0.3); 
	padding: 12px 0 ; 
	border-radius:8px 0 0 8px; z-index:999999;
}
.sidebar li{
    width: 170px;
	height: 50px; 
	border-radius:8px 0 0 8px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 5px 10px;
     position: relative;
}
.sidebar li a{
    display: inline-block;
    margin-top: -5px;
}
.sidebar li img{
	display: block;
	width: 40px;
	height: auto;
}
.sidebar li:nth-child(1){
    position: relative;
}

.sidebar .sideul li:nth-child(1):hover .kefu{
    display: block;
}
.sidebar .sideul li:nth-child(4) img{
    margin: 10px 0;
      float: left;
}
.sidebar .sideul  li:nth-child(2) img,.sidebar .sideul li:nth-child(3) img,.sidebar .sideul li:nth-child(5) img{
   float: left;
   margin: 5px 0;
}
.sidebar .sideul li:nth-child(5):hover{
    background: rgba(0,0,0,0.3);
    transform: translateX(-110px);   
}
.sidebar .sideul li:nth-child(2):hover,.sidebar .sideul li:nth-child(4):hover{
     background: rgba(0,0,0,0.3);
    transform: translateX(-190px);   
}
.sidebar .sideul li:nth-child(3):hover .wx{
    display: block;
}
.sidebar .sideul li .hov span{
   float: left;
    display: block;
    width: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.sidebar .sideul .wx{
    width: 150px;
    position: absolute;
    top: 0;
    left: -150px;
    display: none;
    
}
.sidebar .sideul  .list li:hover{
    background: none;
    transform: none;
}
.sidebar .kefu{
    display: none;
    background:rgb(51 51 51 / 0.5);
    position: absolute;
    width: 300px;
    height:280px;
    top: -10px;
    left: -300px;
    padding: 20px;
    border-radius: 8px;
    color: #fabe28;
    border: 1px solid  #fff;
}
.sidebar .kefu h3{
    text-align: center;
}
.sidebar .kefu h4{
    text-align: center;
    line-height: 50px;
    float: left;
     height: 50px;
    display: block;
       margin-left: 20px;
}
.sidebar .kefu a{
   color: #fff;
    font-size: 18px;
    text-align: center;
    float: left;
    height: 50px;
    display: block;
    margin: 0;
    margin-left: 20px;
}
.sidebar .kefu li{
   width: 100%;
       float: left;
   line-height: 50px;
}

/*数字滚动*/
.divider-wrapper {
	background-color: #202c2f;
	background-position: center center;
	background-repeat: repeat;
	color: #fff;
	line-height: 1.75;
	font-weight: 300;
}

.divider-wrapper.opaqued {
	background-color: rgba(0,0,0, 0.6);
	background-position: center center;
	background-repeat: repeat;
	color: #fff;
}
.divider-wrapper h2{
    margin: 20px  10px; 
}
.divider-wrapper h6{
    margin: 10px  10px; 
}

.divider-wrapper.opaqued-alt {
	background-color: rgba(142, 204, 181, 0.9);
	background-position: center center;
	background-repeat: repeat;
	color: #fff;
}

.divider-wrapper-dark {
	background-color: #182326;
	background-position: center center;
	background-repeat: repeat;
	color: #fff;	
}

.divider-wrapper .text-muted, .divider-wrapper.opaqued.text-muted, .divider-wrapper.opaqued-alt .text-muted {
	color: #eee;
}
.section-inner {
    padding: 100px 0;
}
/*点缀背景*/
.bg{
    background: url(../images/img50.png) repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-family: "Microsoft YaHei", sans-serif;
    z-index: -1;
}
/*圆角按钮*/
 a.btnc{ display:inline-block; width:190px; height:46px; line-height:46px; font-size:16px; text-align:center; color:#666666; border:1px solid #ddd; -moz-border-radius: 23px; -webkit-border-radius: 23px; border-radius:23px; overflow:hidden; margin-top:60px; }
.bd ul li:hover a.btnc{ color:#000; border-color:#fff; background:#fff; }
 .bd ul li:hover a.btnc:hover{ color:#fff; border-color:#333; background-color:#333; }
.picList p{font-size:14px;font-weight:normal}
.picList li img{width:80px}
.advantage li img{width:150px;margin-bottom:20px}
 /*背景色*/
/*.bgx{background-image: repeating-linear-gradient(to top, #fabe28,#f1a840);}*/
.bgy{background-image: repeating-linear-gradient(to bottom, #fabe28,#f1a840);}

.arrow{
        width: 80px;
    height: 80px;
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -40px;
   
}
.arrow a{ display: block;
    height: 80px;}

.btb{
	text-align: center;
	font-size: 16px;
		display: inline-block;
	    height: 48px;
	    line-height: 48px;
	    width: 200px;
	    color: #fff;
	    background: #438ef9;
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('../fonts/iconfont.ttf?t=1623831076911') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-jia:before {
  content: "\e620";
}

.icon-dagou:before {
  content: "\e607";
}

.icon-jian:before {
  content: "\e774";
}


.download {
	position: relative;
	top: -100px;
	margin: 0 auto;
	z-index: 2;
	/*background-color: #fff;*/
	/*box-shadow: 0 0 4px 1px #ccc ;*/
	width: 65%;
	/*height: 200px;*/
	border-radius: 20px;
	display: flex;
	justify-content: space-evenly;
}

.download a {
	color: #fff;
	text-align: left;
	font-weight: normal;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	font-size: 16px;
	border-radius: 0px;
	transition: all 0.3s ease-in-out;
	/*box-shadow: 0 0 6px 2px #aaa;*/
	border: 2px solid #bdbdbd;
	box-sizing: border-box;
}

.download a:hover {
	box-shadow: 0 0 6px 2px #fabd2c;
	    border: 2px solid #fabd2c;
}

.download a span {
	display: inline-block;
	line-height: 56px;
}

.download a:before {
	display: inline-block;
	margin: 3px 10px;
	width: 50px;
	height: 50px;
	content: "";
	float: left;
}

.download a:nth-child(1):before {
	background: url(../images/person1.png) center no-repeat;
	background-size: 50px;
}

.download a:nth-child(2):before {
	background: url(../images/person2.png) center no-repeat;
	background-size: 50px;
}

.download a:nth-child(3):before {
	background: url(../images/person3.png) center no-repeat;
	background-size: 50px;
}

.online a{ 
    display:flex;justify-content: space-evenly;cursor:pointer
}
.online .row div a:hover h4{color:#fabd2c}
.online .row div a:hover img{animation:swing 0.5s  }
.online .row div a img{width:50px; box-shadow: 0 0 black;}
.online .line{margin:40px 0;height:2px;background: #ccc;}
.online .row div img{box-shadow: 0 0 6px 2px #ccc;}
.online .row div h4{line-height:50px}

@media screen and (min-width:1200px) and (max-width: 1400px){
    .sy1_li a {
    padding: 20px 8px!important;

}
.service{
    width: 1100px;
}
.service .bd {
    margin-left: 60px;
}
.tempWrap{width: 978px!important;}
.service .bd ul li {
    margin: 0 5px;
}
.service .bd ul {
    overflow: hidden;
    zoom: 1;
    height: 558px;
    
}
.newshome {
    width: 100%;}
    #sail-com {
    padding: 0 15px;
}
.help {
    text-align: left;
    padding: 70px 30px 55px!important;
}
.footer .foottxt {
    width: 100%;
    
}
.footer .foottxt .cate{padding:0}
.footer .foottxt ul .foot_menu p a {
    padding: 10px 5px;
    margin-right: 5px;
}
}

.popup{
	z-index: 999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -225px;
	margin-top: -150px;
	width: 450px;
	height: 300px;
	box-shadow: 0 0 6px 2px #555;
	background: #fff;
	border-radius: 20px;
	padding: 20px;
	text-align: center;
}
@media screen and (max-width:768px) {
	.popup{
		display: none;
	}
}
.popup .box .talk{
	width: 80px;
	position: absolute;
	top: -80px;
	left: 50%;
	margin-left: -116px;
	z-index: 9;
}
.popup .box .qq{
	border: 6px solid #008eff;
	border-radius: 50%;
	width: 130px;
	padding: 10px;
	box-shadow:  0 0 6px 4px #ccc;
	position: absolute;
	top: -50px;
	background: #fff;
	left: 50%;
	margin-left: -65px;
}
.popup .close{filter: brightness(0);width: 40px;
	position: absolute;
	top: 12px;
	right: 12px;}
.popup .box h3{    margin-top: 88px;
	margin-bottom: 20px;}
.popup .box h4{color:#ccc}
.popup .box .btnbox{display:flex;justify-content:space-evenly}
.popup .box .btnc{border:1px solid #ff8e00;color:#000;width:140px;margin-top:40px;font-size:15px;font-weight:500}
.popup .box .btnc:hover{background:#ff8e00;color:#fff}


