@charset "utf-8";
body { font-family:"Microsoft YaHei",Arial, Helvetica;margin: 0px; -webkit-text-size-adjust:none; position:relative; color:#2a2a2a; padding:160px 0 0 0; margin:auto; }
::selection{background: #ffcc50; color: white; /* Safari */} ::-moz-selection{background: #ffcc50; color: white;  /* Firefox */ } * {margin:0px; padding:0px;}
html{font-size: 10px; margin:auto;}
input,button,a,textarea {
    outline:0 none !important; blr:expression(this.onFocus=this.blur());
}
input, button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
img{
	max-width: 100%;
	height: auto;
	border:0px;
}
li {
	list-style-type: none;
}
table {
	border-collapse:collapse;
}
a:link,a:visited {
	color: #fff;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	text-decoration: none;
}
a:hover {
	color:#fff;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	text-decoration: none;
}
a {
	outline:0;
}
br.br {
	display:none;
}
.clearFix {
	clear:both;
	width:100%;
	display:block;
	font-size:0px;
	line-height:0px;
	height:0px;
	overflow:hidden;
}
.clear {
	clear:both;
}
.block {
	display:block;
}
header {	
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;	
	z-index: 999;	
}
header .header {
	height:160px;
	background-image:url(../img/headerBg.png);
	background-size:100% auto;
	max-width:2000px;
	position:relative;
	margin:auto;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
header .header h1 {
	height:42px;
	position:absolute;
	left:2.2%;
	top:50%;
	margin-top:-21px;
}
header .header h1 img {
	display:block;
	height:100%;
}
.mBody header .header {
	height:120px;
	background-color:rgba(0,0,0,0.8);
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav {
	margin-left:20%;
}
.navmb {
	display:none;
}
nav a:link,nav a:visited {
	color: #3f3f3f;
}
nav a {
	float:left;
	height:160px;
	line-height:160px;
	display:block;
	padding:0 3.5%;
	font-size:33px;
	color:#3f3f3f;
	position:relative;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a span {
	position:relative;
	z-index:1;
}
.mBody nav a {
	height:120px;
	line-height:120px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a:before {
	content:"";
	width:0px;
	height:0px;
	background-image:url(../img/navBg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:50%;
	height:100%;
	top:0;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
	
}
nav a:hover,nav a.current {
	color:#fff;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a:hover:before,nav a.current:before  {
	left:10%;
	width:80%;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.mBody nav a:hover:before,.mBody nav a.current:before {
	top:0px;
}
.closeNav {
	display:none;	
    cursor: pointer;
	position:absolute;
	right:5%;
	top:50%;
	margin-top:-16px;
	z-index:9999;
}
.line1, .line2, .line3 {
	width: 27px;
	height: 2px;
	background-color: #3f3f3f;
	margin: 6px 0;
	transition: 0.4s;
}
header.sed .line1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px) ;
    transform: rotate(-45deg) translate(-5px, 6px) ;
}

header.sed .line2 {opacity: 0;}
header.sed .line3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px) ;
    transform: rotate(45deg) translate(-5px, -6px) ;
}
@media screen and (max-width:750px) {
.closeNav {
	display:block;
}
nav {
	display:none;
	position:fixed;
	top:160px;
	left:0px;
	width:100%;
	text-align:center;
	margin:0px;
}
.mBody nav {
	top:120px;
}
.mBody .nav {
	top:11vh;
}
nav a {
	width:100%;
	float:none;
	background-color:rgba(0,0,0,0.9);
	border-top:solid 1px #c4d5e7;
	color:#fff;
	padding:0px;
}
nav a:link,nav a:visited {
	color:#fff;
}
nav a {
	width:100%;
	display:block;
	height:12vh;
	line-height:12vh;
	font-size:4vh;
}
.mBody nav a {
	height:13vh;
	line-height:13vh;
}
nav a:hover,nav a.current {
	background-color:#0252bf;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
nav a:hover:before,nav a.current:before  {
	left:10%;
	width:0%;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
}
.Ibanner {
	max-width:2000px;
	margin:auto;
	overflow:hidden;
	position:relative;
}
.Ibanner img {
	display:block;
	width:100%;
}
.Ibanner .swiper-pagination {
	text-align:left;
	padding-left:6.4%;
	padding-bottom:4%;
}
.Ibanner .swiper-pagination-bullet{width:18px;height:18px;opacity:1; background-color:#81a3fe;}
.Ibanner .swiper-pagination-bullet-active{opacity:1;background:#fff}
.rightM {
	position:absolute;
	top:30px;
	right:0px;
	font-size:33px;
	color:#3f3f3f;
	margin-right:40px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.rightM a {
	color:#3f3f3f;
}
.mBody .rightM {
	top:10px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.rightM span.jg {
	font-weight:lighter;
	display:inline-block;
	padding:0 20px 0 15px;
}
/* Utility Nav */
.utility-nav {
	display:inline-block;
	position:relative;	
}
.utility-nav .search-bar {
  display: inline-block;
  line-height: 80px;
  padding: 10px 0 10px 10px;
  color: #3f3f3f;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.utility-nav .search-bar .fa-search {
    display: inline-block;
    width:30px;
	font-size:33px;
	cursor:pointer;
}
/* Closing Option */
.utility-nav a[aria-expanded="true"] .fa-search:before {
    content: "\f00d";
}
.utility-nav .dropdown-menu {
	position:absolute;
	right:0px;
	bottom:-100px;
	padding: 15px;
	width: 250px;
	border-radius: 0;
	margin: 0;
	background-color:#fff;
	display:none;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.mBody .utility-nav .dropdown-menu {
	bottom:-80px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.utility-nav .search-form .input-group input {
  border-radius: 0;
  box-shadow: none;
  border-color: #d0d0d0;
  padding: 8px 15px;
  height: 35px;
}
.utility-nav .search-form .input-group-addon {
  border-radius: 0;
}
/* Search Form */
.search-form .searchbox {
  float: left;
  width: 178px;
  margin: 0;
  padding: 0px 15px;
  height: 38px;
  border: 1px solid #ccc;
  background-color: transparent;
  display:block;
}
.search-form .search-btn {
	display:block;
	float:left;
  width: 40px;
  margin: 0;
  border: 1px solid #ccc;
  background-color: #eee;
  border-left: 0;
  line-height: 38px;
  height: 40px;
}
.utility-nav .showSec {
	display:block;
}
@media screen and (max-width:750px) {
.rightM {
	margin-right:90px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
}
footer {
	height:152px;
	background-image:url(../img/headerBg.png);
	background-size:100% auto;
	max-width:2000px;
	position:relative;
	margin:auto;
	clear:both;
}
.aboutInfo {
	background-image:url(../img/aboutBg.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	max-width:2000px;
	margin:auto;
	padding:260px 0 440px 0;
}
.aboutInfo li {
	padding:0 6%;
	color:#fff;
	font-size:41px;
	line-height:75px;
}
.aboutInfo li:nth-child(1) {
	padding-bottom:250px;
	border-bottom:solid 2px #c4d5e7;
	margin-bottom:290px;
}
.mBanner,.mainBar {
	max-width:2000px;
	margin:auto;
}
.mBanner img {
	display:block;
	width:100%;
}
.mainBar {
	font-size:41px;
	line-height:66px;
	padding:65px 0 34px 0;
}
.service {
	padding:22px 0 34px 0;
}
.zw {
	padding:0 7%;
}
.box .swiperTab {
	width:86%;
	margin:0 auto 30px auto;
	display:table;
}
.box .swiperTab li {
	display:table-cell;
	border-right:solid 3px #fff;
	background-color:#77aaff;
	padding:40px;
	text-align:center;
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.box .swiperTab li.active {
	background-color:#146cff;
	color:#fff;
}
.box .swiperTab li:after {
	position:absolute;
	width:25px;
	height:25px;
	background-color:#fff;
	display:block;
	content:"";
	transform:rotate(45deg);
	left:50%;
	bottom:-50px;
	margin-left:-10px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.box .swiperTab li.active:after {
	bottom:-20px;
	-webkit-transition: all .25s linear .25s;
	transition: all .25s linear .25s;
}
.swiper-container {
	width:97.5%;
	margin:0 auto 50px auto;
	height:auto;
	overflow:hidden;
}
.swiper-container .swiper-slide img {
	display:block;
	width:30%;
	margin:1.25%;
	float:left;
}
.zwShow {
	padding:0 30px;
	margin:auto;
}
.zwShow li {
	padding:40px 4.5% 40px 100px;
	border-bottom:solid 2px #abc2fa;
}
.zwShow li:last-child {
	border:0px;
}
.zwShow li h3 {
	position:relative;
}
.zwShow li h3:after {
	content:"";
	position:absolute;
	height:32px;
	width:32px;
	top:50%;
	margin-top:-16px;
	left:-50px;
	display:block;
	background-image:url(../img/dot.png);
	background-repeat:no-repeat;
}
.mainBar h2 {
	background-image:url(../img/headerBg.png);
	background-repeat:repeat-y;
	background-size:auto 100%;
	padding:35px 0 35px 130px;
	font-size:66px;
	color:#fff;
	position:relative;
	margin-bottom:12px;
}
.mainBar h2:before {
	content:"";
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	width:32px;
	height:40px;
	background-image:url(../img/title_bg1.png);
}
.mainBar h2:after {
	content:"";
	position:absolute;
	display:block;
	right:0px;
	bottom:0px;
	width:46px;
	height:64px;
	background-image:url(../img/title_bg2.png);
}
.teclc p {
	display:table;
	width:100%;
}
.teclc p span {
	display:table-cell;
	padding:0 3% 0 0;
}
@media screen and (max-width:750px) {
.teclc p {
	display:block;
	width:100%;
	clear:both;
	height:auto;
	overflow:hidden;
}
.teclc p span {
	display:block;
	padding:0 3% 0 0;
	width:47%;
	float:left;
}
.teclc li:nth-child(7) p span,.teclc li:nth-child(8) p span {
	width:100%;
	padding:0 0 0 0;
}
}
.ext_01 {
	font-size:50px;
	padding:0 0 0 6.5%;
}
.extT1 {
	padding:53px 6.5% 53px 6.5%;
}
.extShow {
	margin:0 3.2%;
	background-color:#adc6ff;
	padding:53px 3.5%;
	height:auto;
	overflow:hidden;
		
}
.extShow li {
	display:block;
	width:50%;
	float:left;
}
@media screen and (max-width:750px) {
.extShow li {
	width:100%;
	float:none;
}
}
.extShow1{
	margin:0 3.2% 25px 3.2%;
	padding-top:60px;
	display:table;
	width:93.6%;
}
.extShow1 h4 {
	display:block;
	font-size:37.5px;
	padding:30px 5% 30px 10%;
	background-image:url(../img/titleBg.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	margin-bottom:30px;
}
.extShow1 li {
	display:table-cell;
	width:32%;
	background-color:#adc6ff;
	border-right:solid 30px #FFFFFF;
}
.extShow1 li:last-child {
	border-right:solid 0px #FFFFFF;
}
.extShow1 li p {
	display: block;
	padding:0 5% 40px 10%;
	font-size:33px;
}
@media screen and (max-width:750px) {
.extShow1 li {
	display:block;
	width:100%;
	background-color:#adc6ff;
	border-right:solid 0px #FFFFFF;
}
}