@charset "utf-8";
/* CSS Document */
*{
margin: 0;
padding: 0;	
}
body {
	margin: 0;
	padding: 0;
	overflow-x:hidden;
	font-family: 微软雅黑, tahoma, arial, "Hiragino Sans GB", 宋体, sans-serif; 
}
ul,li{ list-style-type:none; }
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #1974A1;
	text-decoration: none!important;
}
p {
    display: block;
    -webkit-margin-before:0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.clear {
	width: 100%;
	clear: both;
}
/*====================导航*********/
.containernav {
	width: 100%;
	max-width: 100%;
	padding: 0px;
	height: 95px;
}
.header {
	width: 100%;
	position: relative;
	z-index: 999;
	height: 95px;
	padding: 0px;
	background: rgba(255, 255, 255, 1);
	box-shadow: rgba(43, 50, 54, 0.2) 0px 13px 35px -12px;
}
/*左侧logo*/
.header .left {
	width:15%;
	padding-left: 2%;
	float: left;
}
.header .left a img {
	height: 75px;
	margin-top: 10px;
}
.header .left .img2 {
	display: none;
}
/*右侧*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 105px;
	display: block;
	width: 82%;
	float: right;
	position: absolute;
	left: 20%;
	top: 0px;
}
.header .navbar_nav li {
	/*! float: left; */
	position: relative;
	display: block;
}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 95px;
	background: #151962;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
	z-index: -1;
}
.header .navbar_nav li:hover:after {
	width: 100%;
}
.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #000;
	height:95px;
	font-size: 16px;
}
.header .navbar_nav li:hover a {
	color: #fff;
}
.header .navbar_nav li.dropdown {
	display: inline-block;
	position: relative;
	width: 12%;
}
.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 95px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	left: 0%;
}
.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding:0px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 0px;
	height:40px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #151962;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #151962;
}
/*白色背景的头部*/
.header.on {
	background: #fff;
	box-shadow: rgba(43, 50, 54, 0.2) 0px 13px 35px -12px;
}
.header.on .left .img1 {
	display: none;
}
.header.on .left .img2 {
	display: block;
}
.header.on .navbar_nav li a {
	color: #333;
}
.header.on .navbar_nav li:hover a {
	color:#21ad42;
}
#navToggle {
	display: none;
}
.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}
.m_nav.open {
	transform: translateX(0);
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}
.m_nav .logo img {
	height: 80px;
	display: block;
	margin: 30px auto;
}
.m_nav .ul {
	margin-top: 30px;
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	width: 100%;
	text-align: center;
}
.m_nav .ul li .dropdown_menu {
	display: none;
}
ul.navbar_nav{ width:70%; float:left; text-align: center;}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
 @media screen and (max-width: 1060px) {
.header {
	padding: 0px;
}
.header #navToggle {
	height: 100%;
	padding: 30px 15px;
	margin-right: 15px;
	display: inline-block;
	float: right;
}
.header #navToggle span {
	position: relative;
	width: 45px;
	height: 5px;
	margin-top: 19px;
}
.header #navToggle span:before,  .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 5px;
	left: 0;
}
.header #navToggle span,  .header #navToggle span:before,  .header #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #1c1d60;
}
.header #navToggle span:before {
	top: 10px;
}
.header #navToggle span:after {
	bottom: 15px;
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
	background: none;
}
.header #navToggle.open span:before,  .header #navToggle.open span:after {
	background: #4f4f4f;
}
.header .nav {
	display: none;
}
.banner img {
	object-fit: cover;
}
}
.nav_tel {
	width:auto;
	float: right;
	height: 50px;
	top: 0px;
	position: absolute;
	right: 5%;
}
.nav_tel_l {
	width: 35%;
	float: left;
	height: 50px;
	text-align: center;
}
.nav_tel_l a {
	background: url(../images/gwc.png) 20px center no-repeat #197465;
	text-indent: 55px;
	padding: 8px 25px 8px 50px;
	border-radius: 15px;
	color: #fff;
}
.nav_tel_l a:hover {
	color: #fff;
	background: url(../images/gwc.png) 20px center no-repeat #1c8a78;
}
.nav_tel_r {
	width: 100%;
	float: right;
	background: url(../images/tel.png) 20px center no-repeat;
	line-height: 25px;
	padding-left:80px;
	margin-top: 22px;
}
.nav_tel_r p {
	line-height: 25px;
	font-size: 24px;
	color: #151962;
	font-weight: bold;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
	z-index:1;
	-webkit-animation:fadeInUp 2s .2s ease both;
-moz-animation:fadeInUp 2s .2s ease both;}
@-webkit-keyframes fadeInUp{
0%{opacity:0;
-webkit-transform:translateY(20px)}
100%{opacity:1;
-webkit-transform:translateY(0)}
}
@-moz-keyframes fadeInUp{
0%{opacity:0;
-moz-transform:translateY(20px)}
100%{opacity:1;
-moz-transform:translateY(0)}
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-inline-start: 0px;
	margin-block-start:0em; 
	margin-block-end: 0em;
}
.c-banner .banner ul li{
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius:0px;
	z-index: 10;
	
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0.8;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .nexImg img,.c-banner .preImg img{
	
	
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li{
	width: 60px;
	height: 5px;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}

/*首页标题*/
.index_tite{ width:100%; text-align:center; }
.index_tite h1{ width:100%; font-size:36px; margin-bottom:15px; }
.index_tite span{ display:inline-block; width:2%; height:3px; background:#1c1d60; }
.index_tite p{ width:100%; font-size: 16px; color: rgba(153,153,153,1); margin:15px 0px; }
/*关于我们*/
.about{ width:100%; height:auto; padding:50px 0px; }
.aboutwidth{ width:100%; max-width:1400px; margin:0 auto; }
.about_left{ width:50%; float:left; } 
.about_lefttop { width:100%; }
.about_lefttop h1{ width:100%; font-size:36px; margin-bottom:15px; }
.about_lefttop span{ display:inline-block; width:10%; height:3px; background:#1c1d60; }
.about_lefttop p{ width:100%; font-size: 16px; color: rgba(153,153,153,1); margin:15px 0px; }
.about_leftcenter{ width:100%; font-size: 16px;
color: rgba(102,102,102,1);
opacity: 1;
line-height: 1.8em;
}
.about_leftbottom{ width:100%; margin-top:60px; }
.about_leftbottom a{ padding:10px 30px; font-size:16px; border:1px solid #ddd; border-radius:10px; color:#666; }
.about_leftbottom a:hover{ background:#1c1d60;  border:1px solid #1c1d60; color:#fff; }

.about_right{ width:48%; float:right; position:relative; }
.about_right img{ width:100%; }
.about_right span{ word-break: break-word;
white-space: pre-wrap; writing-mode: tb-rl; font-size:110px; position:absolute; right:-90px; top:0px; font-weight:bold; color: rgba(238,238,238,1); }
/*核心业务*/
.Core_Business{ width:100%; background:#f4f4ff; padding:60px 0px; }
.Core_Businesswidth{ width:100%; max-width:1400px; margin:0 auto; }
.Core_Businesswidth ul{ width:100%; margin-top:30px; }
.Core_Businesswidth ul li{ width: calc((100% - 60px)/3);
    float: left;
    margin-right: 20px;
    margin-bottom: 35px; text-align:center; background:#fff; padding:20px 20px; max-height:125px; overflow:hidden; }
.Core_Businesswidth ul li span{ width:90px; display:block; min-height:125px; float:left; padding-right:15px; }
.Core_Businesswidth ul li span img{ max-width:100%; }
.Core_Businesswidth ul li div { text-align:left; width:auto; }
.Core_Businesswidth ul li h1 { font-size:24px; font-weight:bold; padding:0px 0px 10px; }
.Core_Businesswidth ul li a{ color:#000; }
/*新闻中心*/
.news{ width:100%; padding:60px 0px; }
.newswidth{ width:100%; max-width:1400px; margin:0 auto; }

/*服务支持*/
.Service_Support{ width:100%; background:#dfdfed; padding:60px 0px; }
.Service_Support_width{ width:100%; max-width:1400px; margin:0 auto; }
.Service_Support_width ul{ width:100%; margin-top:30px; }
.Service_Support_width ul li{ width: calc((100% - 60px)/3);
    float: left;
    margin-right: 20px;
    margin-bottom: 35px; text-align:center; background:#fff; padding:50px 20px; }
.Service_Support_width ul li span{ max-width:100px; display:block; margin:0 auto; }
.Service_Support_width ul li span img{ width:100%; }
.Service_Support_width ul li a{ color:#000; }
.Service_Support_width ul li h1{ font-size:24px; font-weight:bold; padding:10px 0px; }


.bottom {
	width: 100%;
	background: #0e0f4a;
}
.bottom_top {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 50px 0px;
}
.bottom_top_left {
	width: 60%;
	float: left;
	border-right: 1px solid #191a5e;
}
.bottom_top_left ul {
	width: 100%;
}
.bottom_top_left h1 {
	width: 16.6%;
	font-size: 18px;
	float: left;
	color: #fff;
	font-weight: bold;
}
.bottom_top_left h1 span {
	display: block;
	background: #989898;
	width: 20px;
	height: 5px;
	margin: 10px 0px 15px;
}
.bottom_top_left a {
	color: #fff;
}
.bottom_top_left ul li a {
	font-size: 14px;
	color: rgba(255,255,255,1);
	line-height:25px;
}
.bottom_top_left ul li a:hover {
	color: #989898;
	text-decoration: underline;
}
.bottom_b {
	width: 100%;
	background: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	padding: 20px 0px;
}
.bottom_b a {
	color: #000;
	padding: 0px 3px;
	display: inline-block;
	width: auto;
	line-height: 30px;
}
.bottom_b a:hover {
	color: #151962;
}
.bottom_top_right {
	width: 35%;
	float: right;
	padding-top: 0px;
}
.bottom_top_right_l {



	width: 33%;
	float: left;
	text-align: center;
}
.bottom_top_right_r {
	width: 60%;
	float: right;
	text-align: left;
	color: #fff;
}
.bottom_top_right_r h1 {
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 0px 0px 10px;
	margin: 0px;
	font-size: 26px;
	font-weight: bold;
}
.bottom_top_right_r p {
	line-height: 25px!important;
	font-size: 16px!important;
}
.bottom_top_right_r span {
	color: #fff!important;
	font-size: 16px!important;
}
.bottom_top_right img {
	width: 100%;
	padding-right: ;
}
.bottom_top_left div h1:nth-child(1) {
	display: none;
}

@media screen and (max-width:768px) {
	.header .left {
  width: 60%;
  padding-left: 2%;
  float: left;
}
.aboutwidth {
  width: 96%;
  max-width:96%;
  margin: 0 auto;
}
.about_left {
  width: 100%;
  float: left;
  margin-bottom:25px;
}
.about_right {
  width: 100%;
  float: right;
  position: relative;
}
.about_right span {
  word-break: break-word;
  white-space: pre-wrap;
  writing-mode: tb-rl;
  font-size: 90px;
  position: absolute;
  right:-50px;
  top: 0px;
  font-weight: bold;
  color: rgba(238,238,238,1);
}
.Core_Businesswidth {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
}
.Core_Businesswidth ul li {
  width: calc((100% - 0px)/1);
  float: left;
  margin-right: 0px;
  margin-bottom: 35px;
  text-align: center;
  background: #fff;
  padding: 20px 20px;
  max-height: 125px;
  overflow: hidden;
}
.Service_Support_width {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
}
.Service_Support_width ul li {
  width: calc((100% - 0px)/1);
  float: left;
  margin-right: 0px;
  margin-bottom: 35px;
  text-align: center;
  background: #fff;
  padding: 50px 20px;
}
.bottom_top_left {
  width: 60%;
  float: left;
  border-right: 1px solid #4e4e4e;
  display:none;
}
.bottom_top_right {
  width: 96%;
  float: right;
  padding-top: 0px;
  margin-right:2%;
}
}