﻿*{margin: 0;
  padding: 0;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
body{
  font: 14px/1.7 source-han-sans-simplified-c, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
  overflow-x: hidden;
  color: #333;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,ol,form,span,input,a,div{ margin:0px; padding:0px; font-style:normal; border:0;}	

img {
    border:0px;
    border:none;
}
ol,ul,li{
    list-style:none;
}
a {
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease; 
    text-decoration:none; 
    outline:none;
    color: #333;
}
.w1200{width:1200px;}
.w100 { width:100%; }
.md {margin:0 auto;}
.fl {float:left;}
.fr {float:right;}
.clear {clear:both;}
ul::after {content: "."; clear: both; display: block; height: 0; overflow: hidden;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clear {clear:both;}
.bg-none {background:none;}
.pr {position: relative;}
.pa {position: absolute;}
table {
	border-collapse: collapse;
	border-spacing: 0
}
input,select,textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0
}
input:focus,button:focus,textarea:focus {
	outline: none
}

input[type=text]::-ms-clear,input[type=tel]::-ms-clear,input[type=number]::-ms-clear {
	display: none
}
input, button, select {
    font-size:100%; 
    box-sizing:border-box;
    margin:0; 
    padding:0; 
    vertical-align:middle;
    outline:none;
    line-height:normal; 
    color:#666;
}
@font-face {font-family: 'Poppins';
	src:url('fonts/Poppins.eot?#iefix') format("embedded-opentype"),
	  url('fonts/Poppins.woff') format("woff"),
	  url('fonts/Poppins.ttf') format("truetype"),
	  url('fonts/Poppins.svg') format("svg");
}
@font-face {font-family: 'Montserrat';
  src:url('fonts/Montserrat-Regular.eot?#iefix') format("embedded-opentype"),
    url('fonts/Montserrat-Regular.woff') format("woff"),
    url('fonts/Montserrat-Regular.ttf') format("truetype"),
    url('fonts/Montserrat-Regular.svg') format("svg");
}
@font-face {font-family: 'DINPro';
  src:url('fonts/DINPro.eot?#iefix') format("embedded-opentype"),
    url('fonts/DINPro.woff') format("woff"),
    url('fonts/DINPro.ttf') format("truetype"),
    url('fonts/DINPro.svg') format("svg");
}
/*header*/

.header_logo {
  height: 100%;
  margin-right: 20px;
  float: left;
}
.header_logo a {
	display: block;
    background: url(images/logo1-1.png) no-repeat;
    background-size: 385px;
    width: 385px;
    height: 50px;
    margin-top: 14px;
}
.header_logo img {
  height: 50px;
  margin-top: 13px;
}

.header-tools {
  height: 75px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-tools .header_search {
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 20;
  border-left: 1px solid rgb(68 75 88);
  border-right: 1px solid rgb(68 75 88);
  height: 100%;
  width: 63px;
  text-align: center;
  float: left;
  display:none;
}
.header-tools .header_search:hover {
  cursor: pointer;
  background: #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}
.header-tools .header_search .icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin: 0 auto;
  padding-top: 28px;
  z-index: 30;
  -webkit-transition: .2s;
  transition: .2s;  
}
.header-tools .header_search .icon i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(images/icon_search_white.png);
  background-size: 100% 100%;
}
.header-tools .header_search:hover .icon i {
  background: url(images/icon_search_on.png);
  background-size: 100% 100%;
}

.header-tools .sign,
.header-tools .logon {
  /*border-right: 1px solid rgb(226 226 226);*/
  height: 100%;
  width: 63px;
  text-align: center;
  float: left;
  line-height: 75px;
  vertical-align: top;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}
.header-tools .sign:hover,
.header-tools .logon:hover{
	background: #00348a; color: #fff;
}


.header-tools .sign {
	/*background-image: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#028FFF 100%); */
	
}
.header-tools .logon {
	background-image: linear-gradient( -270deg,#1C6EFE 0,#1C6EFE 0,#028FFF 100%);
	background: #1C6EFE;
}
.header-tools .sign a {
	color: #fff;
}
#header.show-dropdown .header-tools .sign:hover a{
  cursor: pointer;
/*  background: #ebebeb;*/
 color: #fff;
}
#header.show-dropdown .header-tools  .sign a, .header-tools .sign:hover a{
  color:#1C6EFE;
  color: #fff;
}
.header-tools .logon {
  background-image:#1C6EFE;
  
  width: 90px;
  border-left: 0px solid rgb(226 226 226);
}
.header-tools .logon a {
  display: block;
  color: #fff;
}
#header div.sign:hover a{
	color: #fff;
}

.area-box-1 .w1200{
  margin-top: -70px;
  position: relative;
  z-index: 1;
}
.area-box-1 .inner-box {
  float: left;
  width: 23%;
  margin-right: 2.5%;
  background: #eee;
  border-radius: 5px;
  box-shadow: 0 10px 18px rgb(31 41 64 / 5%);
}
.area-box-1 .inner-box a {
  display: block;
  position: relative;
  transition: all 0.3s;
  top: 0;
}
.area-box-1 .inner-box a:hover {top: -15px;}
.area-box-1 .inner-box4 {
  margin-right: 0;
}
.inner-box .area-icon {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 110px;
  width: 100%;
}
.inner-box .area-icon img {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}
.inner-box .area-icon.ai_1 {
  background: url(images/box3.jpg) no-repeat center;
  background-size: cover;
}
.inner-box .area-icon.ai_2 {
  background: url(images/box2.jpg) no-repeat center;
  background-size: cover;
}
.inner-box .area-icon.ai_3 {
  background: url(images/box1.jpg) no-repeat center;
  background-size: cover;
}
.area-box-1 .inner-box .area-box {
  padding: 20px 0px;
}
.area-box-1 .inner-box .area-box h3 {
  text-align: center;
  font-size: 22px;
/*  font-weight: 600;*/
  color: #061840;
}
.area-box-1 .inner-box .area-box p {
  font-size: 15px;
  padding-top: 15px;
  text-align: justify;
  width: 80%;
  margin: 0 auto;
  color: #666;
}

.txtMarquee-left{ 
  width: 1200px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e2e2e2;
  margin-top: 40px;
  height: 52px;
  overflow: hidden;
}
/* .txtMarquee-left .hd{ 
  overflow:hidden;  
  height:30px; 
  background:#f4f4f4; 
  padding:0 10px;  
}
.txtMarquee-left .hd .prev,
.txtMarquee-left .hd .next{ 
  display:block;  
  width:5px; 
  height:9px; 
  float:right; 
  margin-right:5px; 
  margin-top:10px;  
  overflow:hidden; 
  cursor:pointer; 
  background:url("images/icoLeft.gif") no-repeat;
}
.txtMarquee-left .hd .next{ 
  background:url("images/icoRight.gif") no-repeat;  
} */
.txtMarquee-left .bd{ 
  overflow: hidden;
}
.txtMarquee-left .bd .tempWrap{ 
  width: 1100px !important;
}
.txtMarquee-left .bd ul{ 
  overflow:hidden; 
  zoom:1; 
}
.txtMarquee-left .bd ul li{ 
  margin-right:40px;  
  float:left; 
  height:50px; 
  line-height:52px;  
  text-align:left;
   _display:inline; 
   width:auto !important;  
}
/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li a {
  color: #555;
}
.txtMarquee-left .bd ul li a:hover {
  color: #1C6EFE;
}
.txtMarquee-left .title {
  float: left;
  width: 50px;
  height: 22px;
  line-height: 20px;
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#289df9 100%);
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  text-align: center;
  margin: 16px 11px 0 15px; 
}
.txtMarquee-left .right {
  float: right;
  width: 1120px;
}

.area-news {
  margin-top: 40px;
}
.area-news .w1200 {
  padding: 30px;
  background: #f0f0f0;
  width: 1140px;
}
.area-news .news_banner {
	position: relative;
	width: 660px;
	float: left;
	height: 367px;
}
.area-news .news_banner .slideBox {
	width: 100%;
	height: 100%;
	position: relative;
}
.area-news .news_banner .slideBox .bd .tempWrap {
  border-radius: 4px;
}
.area-news .news_banner .slideBox .banner-img {
	width: 100%;
	height: 367px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
  border-radius: 4px;
}
.area-news .news_banner .slideBox .banner-txt {
  background-image: linear-gradient(transparent, #000000);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 56px;
  padding-bottom: 15px;
}
.area-news .news_banner .slideBox .banner-txt h2 {
  color: #fff;
  font-size: 18px;
  padding-right: 40px;
  padding-left: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  padding-top: 10px;
}
.area-news .news_banner .slideBox .bd img{
	width: 100%;
	display:block;
}
.area-news .news_banner .slideBox .prev,
.area-news .news_banner .slideBox .next {
	position: absolute;
	left: 3%;
	top: 52%;
	margin-top: -30px;
	display: block;
	width: 30px;
	height: 40px;
  opacity: 0;
}
.area-news .news_banner .slideBox .prev {
	background: url(images/arrow.png) no-repeat;
	background-position: 0 0px;
}
.area-news .news_banner .slideBox .next {
	left:auto; 
	right:3%; 
	background: url(images/arrow.png) 0px -50px no-repeat;
}
.area-news .news_banner .slideBox:hover .prev {
  opacity: 1;
}
.area-news .news_banner .slideBox:hover .next {
  opacity: 1; 
}

.area-news .news_banner .slideBox .bd{ 
  position:relative; 
  height:100%;
  overflow: hidden;
}
.area-news .news_banner .slideBox .bd li {	
	vertical-align:middle; 
	position: relative;
  overflow: hidden;
}
.area-news .news_banner .slideBox .bd li a {
  display: block;
  overflow: hidden;
}
.area-news .news_banner .slideBox .hd {
  position: absolute;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.area-news .news_banner .slideBox .hd li {
  background: rgba(255,255,255,.4);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  border-radius: 50px;
  cursor: pointer;
  vertical-align: middle;
}
.area-news .news_banner .slideBox .hd li.on {
  background: #fff;
  width: 8px;
  height: 8px;
}
.area-news .banner_right {
  height: 370px;
  width: 480px;
  float: right;
}
.area-news .banner_right .item {
  position: relative;
  width: 218px;
  height: 175px;
  border-radius: 4px;
  overflow: hidden;
  display: inline-block;
  margin-left: 18px;
  margin-bottom: 10px;
}
.area-news .banner_right .item .pic-a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.area-news .banner_right .item:hover .pic-a {
  transform: scale(1.2);
}
.area-news .banner_right .item .word {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  color: #fff;
  font-size: 14px;
  background: rgba(0,0,0,0.8);
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
}
.area-news .banner_right .item .word span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.area-news .information {margin-top: 20px;}
.area-news .info_column {
  width: 378px;
  border-right: 1px solid #dfe1e6;
  float: left;
}
.area-news .info_column_last {
  border-right: 1px solid #fff;
}
.area-news .info_column .column_card {
  padding: 30px 20px;
  background-color: #fff;
  text-align: left;
  
}
.area-news .info_column .card-title {
  background-position: left;
  background-size: 40px;
  background-repeat: no-repeat;
  padding-left: 45px;
  display: block;
  line-height: 40px;
}
.area-news .info_column .column_card .card-title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #252b3a;
  -webkit-transition: .2s;
  transition: .2s;
  background: url(images/icon_right.png) no-repeat right;
  background-size: 17px;
  padding-right: 20px;
}
.area-news .info_column .column_card a:hover span {
  color: #1C6EFE;
  background: url(images/icon_right_blue.png) no-repeat right;
  background-size: 17px;
  padding-right: 26px;
}

.area-news .info_column .column_card ul {
  margin-top: 18px;
}
.area-news .info_column .column_card ul li {
  margin-top: 16px;
}
.area-news .info_column .column_card ul li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
  -webkit-transition: .2s;
  transition: .2s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: Poppins,source-han-sans-simplified-c;
}
.area-news .info_column .column_card ul li a:hover {
  color: #1C6EFE;
}
.area-news .info_column .column_card li em {
  color: #8a8e99;
  font-size: 13px;
  padding-right: 3px;
}

.area-chanye {
  margin-top: 60px;
  margin-bottom: 40px;
}
.h2_h {
  font-size: 32px;
  line-height: 40px;
  color: #252b3a;
  text-align: center;
  text-align: left;
}
.h2_p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  color: #575d6c;
  text-align: left;
  position: relative;
}
.h2_p a {
  transition: .2s;
  margin-left: 10px;
  position: absolute;
  right: 10px;
}
.h2_p a span {
  background: url(images/icon_right_gary.png) no-repeat right 3px;
  background-size: 19px;
  padding-right: 20px;
  transition: .2s;
}
.h2_p a:hover span {
  background: url(images/icon_right_blue.png) no-repeat right 3px;
  background-size: 19px;
  color: #1C6EFE;
  padding-right: 25px;
}

.area-chanye ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.area-chanye ul li {
  width: 20%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-transition: .65s;
  transition: .65s;
}
.area-chanye ul li:hover {
  width: 40%!important;
}
.area-chanye ul li a {
  display: block;
  height: 256px;
  position: relative;
  padding: 30px;
  background-size: cover;
  background-position: 0;
  overflow: hidden;
  color: #fff;
}
.area-chanye ul .lab01 a {
  background-image: url(images/pic09.jpg)
}
.area-chanye ul .lab02 a {
  background-image: url(images/pic11.jpg)
}
.area-chanye ul .lab03 a {
  background-image: url(images/pic10.jpg)
}
.area-chanye ul .lab04 a {
  background-image: url(images/pic12.jpg)
}
.area-chanye ul .lab05 a {
  background-image: url(images/pic13.jpg)
}
.area-chanye ul .lab06 a {
  background-image: url(images/pic14.jpg)
}
.area-chanye ul .lab07 a {
  background-image: url(images/pic15.jpg)
}
.area-chanye ul .lab08 a {
  background-image: url(images/pic16.jpg)
}


.area-chanye ul li .black_cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(images/black20.png) repeat;
  width: 100%;
  height: 100%;
  -webkit-transition: .65s;
  transition: .65s;
}
.area-chanye ul li:hover .black_cover {
  background: url(images/black50.png) repeat;
}
.area-chanye ul li .text {
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 164px;
  -webkit-transition: .65s;
  transition: .65s;
  margin-top: 196px;  
}
.area-chanye ul li:hover .text {
  margin-top: 76px;
}
.text .icons img {
  margin-bottom: 16px;
  display: block;
  width: 48px;
}
.area-chanye .text h4 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 34px;
}
.area-chanye ul li:hover h4 {
  font-size: 18px;
}
.area-chanye ul li .text p {
  font-size: 15px;
  line-height: 24px;
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
  width: 416px;
}
.area-chanye ul li:hover p {
  opacity: 1;
  -webkit-transition: .65s .1s;
  transition: .65s .1s;
}

.area-trade {margin-top: 60px;}

.area-trade .h2_h {text-align: left;}
.area-trade .h2_p {
  text-align: left;
  position: relative;
  margin-top: 4px;
}
.area-trade .h2_p a{
  position: absolute;
  right: 0;
}
.area-trade ul {margin-top: 20px;}

.area-trade ul li {
  float: left;
  width: 25%;
  overflow: hidden;
  box-sizing: border-box;
}
.area-trade ul li .a {
  width: auto;
  background: #FFF;
  padding: 0 10px;
  box-shadow: 0 2px 20px rgb(0 0 0 / 20%);
  display: block;
}
.area-trade ul li .product_img {
  width: 100%;
  height: 185px;
  overflow: hidden;
}
.area-trade ul li .product_img img {
  width: 100%;
  min-height:162px;
  display: block;
  transition: all 0.3s;
}
.area-trade ul li:hover img {
  transform: scale(1.2);
}
.area-trade ul li .product_txt {
  padding: 20px;
  border: 1px solid #e0e0e0;
}
.area-trade .product_txt .p-text {
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.area-trade ul li .product_txt h3 {
  font-size: 18px;
  color: #000;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.area-trade ul li .product_txt p {
  color: #575d6c;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
}
.area-trade .product_txt .p-buy {
  padding-top: 20px;
  overflow: hidden;
}
.area-trade ul li .price {
  /* font-family: Poppins,source-han-sans-simplified-c;
  font-weight: bold; */
  font-size: 16px;
  color: #FF7201;
  float: left;
}
.area-trade .p-buy .buy_btn {
  float: right;
  height: 32px;
  width: 80px;
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#028FFF 100%);
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: background .25s; 
  border-radius: 50px;
}
.area-trade ul li .more {
  width: 110px;
    margin: 0 auto;
    margin-top: 15px;
    text-align: center;
    background: linear-gradient( -84deg ,#1C6EFE 0,#1C6EFE 0,#028FFF 100%);
    color: #fff;
    padding: 6px 0px;
    border-radius: 4px;
}
.area-trade .bd {
	margin-top: 30px;
	margin-bottom: 20px;
}

.area-trade .hd ul {
	margin: 35px auto 0;
	text-align: center;
}

.area-trade .hd ul li{
	background: #686868;
	width: 12px;
	height: 12px;
	border-radius: 30px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 3px;
	padding: 0;
	float: none;
}
.area-trade .hd ul li.on{
	background: #1974fc;
}


.area-jishu {
 margin-top: 0px;
     background: #F5F7FA;
     padding-top: 30px;
     position: relative;
     /* overflow: hidden; */
     z-index: 9;
}
.area-jishu .svg_left {
	position: absolute;
	left: 0;
	top: 0;
	width: 275px;
	height: 255px;
	background-image: url(images/svg.svg);
	background-size: 573.8181818181819% 590.1960784313726%;
	background-position: 21.34% 99.92%;
	background-repeat: no-repeat;
}
.area-jishu .svg_right {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 385px;
    background-image: url(images/svg.svg);
    background-size: 526% 390.90909090909093%;
    background-position: 99.92% 0.09%;
    background-repeat: no-repeat;	
}
.area-jishu #tabs {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
  z-index: 9;
  border-bottom: #00348a 2px solid;
  position: relative;
}
.area-jishu #tabs li {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 12px;
  margin: 0 70px -1px;
}
.area-jishu #tabs a { 
  display: block;
  padding: 0 30px;
  text-decoration: none;
  font-size: 24px;
  line-height: 28px;  
}
.area-jishu #tabs li #current .span1 {
  content: "";
      height: 2px;
      width: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -1px;
      background: #0e69ff;
      z-index: 1;
      display: block;
}
.area-jishu #tabs li #current .span2 {
 display: block;
     position: absolute;
     left: 50%;
     bottom: -4px;
     margin-left: -4px;
     width: 8px;
     height: 8px;
     border-top: 2px solid #0e69ff;
     border-left: 2px solid #0e69ff;
     background-color: #e9edf8;
     background-color: #f5f7fa;
     z-index: 10;
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}

.area-jishu #tabs a:focus {
  outline: 0;
}

.area-jishu #tabs #current {
  color: #1c6ffb;      
}

/* ----------- */
.area-jishu .xxk {
  position: relative;
  background: #e9edf8;
  background: #F5F7FA;
  padding: 20px 0px 60px;
}

.area-jishu .xxk #content {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  width: 1200px;
  overflow: hidden;
  z-index: 2;
}
.area-jishu .xxk #tab1,
.area-jishu .xxk #tab2 {
  overflow: hidden;
}

.area-jishu #content .left {
	float: left;
    width: 250px;
    height: 420px;
    padding: 25px 30px;
    background-size: cover!important;
    position: relative;
    background-image: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#289df9 100%);
    overflow: hidden;
    color: #fff;
}
.area-jishu #content .left .pa_img {
  position: absolute;
    right: -30px;
    bottom: -30px;
    width: 180px;
}
.area-jishu #content .left .pa_img img {
  opacity: 0.5;
  width: 100% ;
}

.area-jishu #content .left h3 {
	font-size: 24px;
	padding-bottom: 10px;
	color: #fff;
}
.area-jishu #content .left p {
	font-size: 15px;
}
.area-jishu #content .left a {
  display: block;
  margin-top: 40px;
  background: url(images/icon_right_blue.png) no-repeat 90% #fff;
  background-size: 17px;
  color: #1a73fb;
  width: 130px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  border-radius: 50px;
}
.area-jishu #content .right {
	width: 890px;
	height: 470px;
	float: right;
	overflow:hidden;
}
.right .right_card {
	float: left;
	border-left: 1px solid #dfe1e6;
	width: 255px;
	height: 194px;
	padding: 20px;
	background: #fff;
	border-top: 1px solid #eee;
	position: relative;
}
#tab1 .right .right_card a {
  height: 195px;
  display: block;
  position: relative;
}
.right .right_card h3 {
	font-size: 18px;
	color: #000;
	line-height: 24px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.right .right_card h3 span {
	display: block;
    width: 35px;
    height: 2px;
    background: #1973fe;
    margin-top: 15px;
}
.right .right_card p {
	color: #575d6c;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 22px;
	margin-top: 20px;
  letter-spacing: 0.3px;
}
.right .right_card .goto {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #E0E6EC;
  padding: 0 6px;
  color: #1a71fe;
  width: 80px;
  margin-top: 30px;
  transition: all 0.3s;
  background: url(images/icon_right_blue.png) no-repeat 90%;
  background-size: 17px;
  border-radius: 50px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.right .right_card:hover .goto {
	background: url(images/icon_right_white.png) no-repeat 95% #1a71fe;
	background-size: 17px;
	color: #fff;
  border: 1px solid #1b71fb;
}
.right .right_card .pa-price {
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: Poppins,source-han-sans-simplified-c;
  font-weight: bold;
  font-size: 16px;
  color: #FF7201;
  display: none;
}

.tab_zli .right .right_card {
	height: 100%;
	width: 295px;
	padding: 0;
	overflow: hidden;
	border-bottom: 0;
}
.tab_zli .right .right_card .zl_pic {
	overflow: hidden;
	padding: 10px 0;
	height: 230px;
}
.tab_zli .right .right_card .zl_pic img {
	height: 230px;
	display: block;
	margin: 0 auto;
}
.tab_zli .right .right_card .zl_detail {
	padding: 15px;
}
.tab_zli .right_card .zl_detail h3 {
	font-size: 16px;
  margin-bottom: 10px;
}
.right .right_card .zl_detail p {
	margin-top: 2px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.right .right_card .zl_detail .goto {
	margin-top: 40px;
  position: relative;
  position: absolute;
  left: 20px;
  bottom: 30px;
}
.zl_detail .price {
  font-family: Poppins,source-han-sans-simplified-c;
    font-weight: bold;
    font-size: 16px;
    color: #FF7201;
    margin-top: 30px;
    position: absolute;
    left: 20px;
    bottom: 32px;
    display: none;
}

.tab_xuqiu .right .right_card{
	width: 404px;
}

.tab_xuqiu .right_card h3 i {
	font-size: 13px;
    background: #1c75fd;
    color: #fff;
    margin-right: 8px;
    display: block;
    padding: 0 10px;
    width: 30px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.tab_xuqiu .right_card h3 i.xuqiu_color {
  background: #1c75fd;
}
.tab_xuqiu .right_card h3 i.gongying_color {
  background: #ff7201;
}


.tab_xuqiu .right_card h3 {
	margin-bottom: 13px;
	position: relative;
	padding-left: 60px;
	margin-top: 10px;
}
.tab_xuqiu .right .right_card p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 23px;
    margin-top: 1px;
}
.tab_xuqiu .right .right_card  .price {
  font-family: Poppins,source-han-sans-simplified-c;
    font-weight: bold;
    font-size: 16px;
    color: #FF7201;
    margin-top: 10px;
}
.tab_xuqiu .right .right_card .goto {
  bottom: 20px;
  left: 20px;
}

.tab_case  .right .right_card {
	padding: 0;
	width: 444px;
	height: 234px;
	overflow: hidden;
}
.tab_case .right .right_card .bgimg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.3s;
}
.tab_case .right .right_card:hover .bgimg {
	transform: scale(1.05);
}
.tab_case .right .right_card .black {
	background: URL(images/black50.png) repeat;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.tab_case .right .right_card:hover .black {
	opacity: 0;
}
.tab_case .right .right_card .casetxt {
	position: absolute;
	top: 40%;
	color: #fff;
	text-align: center;
	left: 5%;
	right: 5%;
}
.tab_case .right .right_card h3 {
	color: #fff;
	font-size: 18px;
  font-weight: normal;
}
.tab_case .right .right_card .arrow img {
	display: block;
	width: 26px;
	margin: 0 auto;
	margin-top: 10px;
}

.area-rencai {
	background: url(images/bg3.png) no-repeat center;
	background-size: cover;
	position: relative;
}
.area-rencai .w1200 {
	height: 650px;
	position: relative;
}
.area-rencai .left_fl {
	position: absolute;
	background: rgba(31,32,50,.81);
	height: 100%;
	width: 376px;
	left: 0;
	top: 0;
}
.area-rencai .left_fl .important {
	padding-top: 120px;
}
.area-rencai .left_fl .important li {
	height: 113px;
	padding-left: 40px;
	line-height: 113px;
	color: #fff;
	font-size: 18px;
	position: relative;
  cursor: pointer;
}
.area-rencai .left_fl li p {
	position: relative;
	z-index: 22;
}
.area-rencai .left_fl .rcsp_1 p {
	background: url(images/icon_16.png) no-repeat left;
	background-size: 34px;
	padding-left: 45px;
}
.area-rencai .left_fl .rcsp_2 p {
	background: url(images/icon_15.png) no-repeat left;
	background-size: 34px;
	padding-left: 45px;
}
.area-rencai .left_fl .rcsp_3 p {
	background: url(images/icon_14.png) no-repeat left;
	background-size: 34px;
	padding-left: 45px;
}
.area-rencai .left_fl .rcsp_4 p {
	background: url(images/icon_17.png) no-repeat left;
	background-size: 30px;
	padding-left: 45px;
}
.area-rencai .left_fl strong {
	position: absolute;
	background: url(images/bg4.png);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.area-rencai .left_fl .rcsp_1 strong {
	display: block;
}
.area-rencai .contents {
	margin-left: 380px;
	color: #fff;
	height: 100%;
	padding-top: 15px;
}
.area-rencai .h2_h {
	color: #fff;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
	margin-left: 380px;
  position: relative;
}
.area-rencai .h2_h a {
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
  font-size: 15px;
  padding: 0 20px;
  background: url(images/icon_right_white.png) no-repeat right;
  background-size: 17px;  
}
.area-rencai .h2_h a:hover {
  color: #1C6EFE;
  background: url(images/icon_right_blue.png) no-repeat right;
  background-size: 17px;
  padding-right: 25px;
}
.area-rencai .contents .cl .list {
	background: #fff;
    box-shadow: 0 2px 20px rgb(45, 45, 45);
    width: 385px;
    float: left;
    margin-left: 25px;
    margin-bottom: 30px;
}
.area-rencai .contents .cl  .list a {
	display: block;
	padding: 10px;
}
.area-rencai .cl .list .photo {
	float: left;
	height: 190px;
	width: 120px;
	overflow: hidden;
}
.area-rencai .cl .list .photo img {
	height: 100%;
	display: block;
}
.area-rencai .cl-zj .list .photo img {
    height: 75%;
    display: block;
}


.area-rencai .cl .list .text {
	float: right;
	width: 230px;
  height: 190px;
  position: relative;
}
.area-rencai .cl .list .text h3 {
	color: #333;
	font-size: 16px;
}
.area-rencai .cl .list .text p {
	color: #333;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 14px;
	overflow: hidden;
}
.area-rencai .cl .list .text .jj {
	margin-top: 15px;
	height: 69px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-size: 14px;
	overflow: hidden;
  line-height: 22px;
}
.area-rencai .cl .list .text .goto {
	color: #333;
	margin-top: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.area-rencai .cl .list .text .goto span {
	font-weight: 500;
  font-size: 14px;
  line-height: 28px;    
  font-family: Poppins,source-han-sans-simplified-c;
  font-weight: bold;
  font-size: 18px;
  color: #FF7201;	
}
.area-rencai .cl .list .text .linkbtn {
  background: url(images/icon_right_white.png) no-repeat 95% #1a71fe;
  background-size: 16px;
  padding-right: 20px;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0px;
  padding: 0 20px 0 10px;
  border-radius: 50px;
  height: 26px;
  line-height: 26px;
}
.area-rencai .contents .cl .list_college {
  width: 253px;
  margin-left: 20px;
}
.area-rencai .cl .list_college .colleges {
  color: #333;
  position: relative;
  height: 125px;
}
.area-rencai .cl .list_college .colleges-logo {
  height: 55px;
}
.area-rencai .cl .list_college .colleges-logo img {
  max-height: 55px;
}
.area-rencai .cl .list_college .colleges h3 {
  font-size: 18px;
  padding-bottom: 0px;
}

.area-rencai .cl .list_college .colleges p {
  line-height: 22px;
  text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px;
	overflow: hidden;
}
.area-rencai .cl .list_college .colleges .goto {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.area-rencai .cl .list_college .colleges .goto span {
  line-height: 28px;
  font-family: Poppins,source-han-sans-simplified-c;
  font-weight: bold;
  font-size: 18px;
  color: #FF7201;
}
.area-rencai .cl .list_college .colleges .linkbtn {
  background: url(images/icon_right_white.png) no-repeat right #1a71fe;
  background-size: 16px;
  padding-right: 20px;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 4px;
  left: 0px;
  padding: 0 18px 0 10px;
  border-radius: 50px;
}

.area-service {
  margin-top: 60px;
  background: #f5f7fa;
  padding: 50px 0;
}
.area-service ul {
  margin-top: 40px;
}
.area-service ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  height: 198px;
  transition: transform .2s linear;
}
.area-service ul li:hover {
  transform: translate3d(0,-3px,0);
}
.area-service .li1 { 
  width: 580px;
  background-size: cover;
  background-position: center;
}
.area-service .li1 a {
  padding: 30px;
  display: block;
}
.area-service li h4 {
  font-size: 22px;
  color: #fff;
  line-height: 33px;
  margin-bottom: 30px;
  font-weight: normal;
}
.area-service li p {
  font-size: 15px;
  color: #fff;
  line-height: 24px;
}
.area-service .li2 {
  width: 300px;
  background-image: -webkit-linear-gradient(-143deg,#30b2f2 0,#00c8dc 100%);
  background: url(images/box1.jpg) no-repeat center;
  background-size: cover;
}
.area-service .li2 .inn {
  padding: 30px 20px 30px 20px;
}
.area-service .li2 .inn a {
  color: #fff;
  border: 1px solid rgb(255 255 255 / 72%);
  padding: 2px 10px;
  margin-right: 12px;   
  margin-bottom: 10px;
  display: inline-block;
}
.area-service .li3 {
  background-image: -webkit-linear-gradient(135deg,#006eff 0,#65a1f8 100%);
  margin-right: 0px;
  background: url(images/box2.jpg);
  background-size: cover;
  background-position: center;
}
.area-service ul .li4 {
  margin-right: 0;
  margin-left: 10px;
}
.area-service .li2 .inn a:hover {
  background: #fff;
  color: #1971fb;
}
.arera-logo {
  margin-top: 60px;
  margin-bottom: 60px;
}
.arera-logo ul {
  margin-top: 40px;
}
.arera-logo ul li {
  text-align: center;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 10px 16px 10px 0px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 0 16px rgb(95 126 209 / 16%);
  border: none;
  width: 180px;
}
.arera-logo ul li img{
  vertical-align: top;
  max-width: 100%;
  height: 82px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: .8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.arera-logo ul li:hover img {
	-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1
}
.arera-logo .buy_btn {

  margin: 0 auto;
  height: 42px;
  width: 180px;
  background: linear-gradient( -84deg,#1C6EFE 0,#1C6EFE 0,#028FFF 100%);
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  border-radius: 50px;
  margin-top: 40px;
}

.footer {
  padding: 30px 0;
  background: #2e3033 url(images/bg2.png) no-repeat center bottom;
  background: #242526 url(images/bg2.png) no-repeat center bottom;
  position: relative;
}
.footer .support {
  border-bottom: 1px solid #4e4e4e;
  padding: 20px 0px 30px;
}
.footer .support ul li {
  width: 400px;
  float: left;
  color: #fff;
  font-size: 14px;
  list-style: 22px;
}
.footer .support ul li p {font-size: 16px;}
.footer .support ul .li1 {
  background: url(images/icon_18.png) no-repeat;
  background-size: 40px;
  padding-left: 50px;
}
.footer .support ul .li2 {
  background: url(images/icon_19.png) no-repeat;
  background-size: 40px;
  padding-left: 50px;
}
.footer .support ul .li3 {
  background: url(images/icon_20.png) no-repeat;
  background-size: 40px;
  padding-left: 50px;
  width: auto;
}
.footer_content {
	padding: 40px 0 27px;
}
.footer_content .foot_menu {
	width: 638px;
	height: 220px;
	border-right: #4e4e4e 1px solid;
}
.footer_content h3 {
	line-height: 24px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	height: 24px;
	font-weight: 500;
}
.footer_content .foot_menu ul {
	margin-right: 85px;
	float: left;
}
.footer_content .foot_menu ul li a{
	line-height: 22px;
	color: rgb(208, 208, 208);
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	word-break: break-all;
	margin-bottom: 7px;
	transition: color .3s;
	display: block;
}

.foot_contact li {
	position: relative;
	padding-left: 60px;
	margin-bottom: 16px;
}
.foot_contact li.phone {
	background: url(images/icon_21.png) no-repeat left;
}
.foot_contact li.mail {
	background: url(images/icon_23.png) no-repeat left;
}
.foot_contact li.add {
	background: url(images/icon_22.png) no-repeat left;
}
.foot_contact li p {
	line-height: 22px;
	font-size: 14px;
	color: rgb(208, 208, 208);
}
.foot_contact li span {
	line-height: 22px;
	font-size: 14px;
	color: rgb(208, 208, 208);
	font-family: Poppins,source-han-sans-simplified-c;
}
.foot_contact .fl {
	margin-right: 40px;
}
.foot_contact .fr img {
	width: 129px;
}
.foot_copyright {
	background: #333;
    color: #9e9e9e;
    text-align: center;
    font-size: 12px;
    padding: 8px 0px;
}


.scrolled #header .header-inner {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	z-index: 999
}
#header.show-dropdown .header-inner {
	background: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	z-index: 999
}
.show-dropdown .header-nav .header-nav-list>li>a {
	color: #252b3a;
}
.scrolled .header-nav .header-nav-list>li>a {
	color: #252b3a;
}
#header .header-inner:hover .header-nav-list>li>a {
	color: #252b3a;
}
#header .header-inner:hover .icon i,
#header.show-dropdown .header-inner .icon i,
.scrolled .header-tools .header_search .icon i {
    background: url(images/icon_search_on.png);
    background-size: 100% 100%;
}
.scrolled .header-tools .sign a,
#header.show-dropdown .sign a{
	color:#1C6EFE
}
#header .header-inner:hover .sign a {
	color:#1C6EFE
}
#header .header-inner .sign:hover a {
	color:#fff
}

.scrolled .header_logo a,
#header .header-inner:hover .header_logo a,
#header.show-dropdown .header_logo a {
	background: url(images/logo1-2.png) no-repeat;
	background-size: 385px;
}
.dropdown-product-item-split.width70 a {
  width: 70px; 
  text-align: center;
}
.dropdown-product-item-split.width_auto a {
  width: auto; 
  text-align: center;
}
.dropdown-product-item-title-simplify {
  display: inline-block;
}

.dropdown-common-module-wrapper.mar-top {
  margin-top: 15px;
}

.scrolled .header-tools .header_search {
  border-left: 1px solid rgba(226, 226, 226, 1);
  border-right: 1px solid rgba(226, 226, 226, 1);
}

/*inside*/
.Inside_banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 450px;
	width: 100%;
  overflow: hidden;
}
.Inside_banner.havemenu {
  height: 500px;
  overflow: hidden;
}
.Inside_banner .w1200 {
  position: relative;
  height: 100%;
}
.Inside_banner.havemenu .gif {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 30px;  
}
.Inside_banner .gif {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -35px; 
}
.Inside_banner .gif img {
  width: 420px;
}
.Inside_banner.havemenu .gif img {
  width: 460px;
}

.Inside_banner h2 {
	font-size: 42px;
  font-weight: 500;
  line-height: 45px;
  color: #fff;	
	padding-top: 210px;
	text-align: center;
}
.Inside_banner p {
	font-size: 18px;
	margin-top: 20px;
	line-height: 28px;
	color: #fff;
	position: relative;
  text-align: center;
}
.Inside_banner p i {
  display: block;
  width: 40px;
  position: absolute;
  top: .9em;
  left: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
}

.lab-zky-01 {
  margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
  position: relative;
}
.lab_title {
  text-align: center;
}
.lab_title span {
    display: block;
    font-family: Poppins;
    color: #0d51c4;
    text-transform: uppercase;
}
.lab_title h3 {
  line-height: 1.5;
}
.ft-50 {font-size: 44px;}
.ft-32 {
  font-size: 32px;
}
.ft-24 {font-size: 24px;}
.ft-60 {font-size: 60px;}
.mt-50 {margin-top: 50px;}


.lab-zky-01 h2 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 40px;
}
.lab-zky-01 .fl {
	background-image: url(images/menupic01.jpg);
	background-image: url(images/in/bg02.png);
	background-size: cover;
	background-position: center;
	height: 500px;
	float: left;
  width: 53%;
}
.lab-zky-01 .rt {
  background: #fff;
	width: 44%;
	float: right;
	/* 	background: #0e69ff;background: linear-gradient(149deg,#01348a 0,#1C6EFE 0,#01348a 100%); */
  border-right: 6px solid #1c6ffb;
  padding-left: 24px;
}
.lab-zky-01 .rt .info {
  padding: 40px 60px 40px 40px;
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
}
.lab-zky-01 .rt .info a{
	border:1px solid #fff;
	margin-top: 30px;
	display: block;
	border-radius: 3px;
	font-weight: bold;
	line-height: 44px;
	height: 50px;
	box-sizing: border-box;
	background:  url('images/icon_right_white.png') no-repeat 60% 8px;
	background-size: 30px;
  color: #0d51c4;
  position: relative;
  padding-left: 50px;
}
.lab-zky-01 .rt .info a i {
  background: url(images/in/icon08.png) no-repeat;
  width: 50px;
  height: 50px;
  display:  block;
  position: absolute;
  left: 0;
  background-size: 40px;
  -webkit-transition: transform .6s;
  transition: transform .6s;
}
.lab-zky-01 .rt .info a:hover i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}


/* .lab-zky-01 .rt .info a:hover{
	background: #fff url('images/icon_right.png') no-repeat 60% 8px;
	background-size: 30px;
	color: #01348a;
} */
.lab-zky-01 .rt .info p {
	text-indent: 2em;
}
.lab-zky-02 {
	margin-bottom: 0px;
	padding: 60px 0 70px;
	background: url(images/in/lab03.jpg) no-repeat center;
	background-size: cover;
  position: relative;
  background: #f0f0f0;
}
.lab-zky-02 .lab_title {
  position: relative;
  z-index: 2;
}
.lab-zky-02 .lab_title h3 {

}
.lab-zky-02 .mask {
  display: block;
  background-color: #00195A;
  opacity: .35;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.lab-zky-02 h2 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 10px;
	color: #00348a;
}
.lab-zky-02 .p {
	text-align: center;
	margin-bottom: 50px;
	font-size: 16px;
	position: relative;
  z-index: 2;
 
}

.lab-zky-02 ul li {
  float: left;
  width: 24.5%;
  /* margin-left: 1%; */
  margin-right: 0.5%;
  position: relative;
  color: #fff;
  /* box-shadow: 20px 20px 40px rgb(0 0 0 / 33%); */
  background: url(images/black50.png);
  position: relative;
  background-size: cover;
  background-position: center;
  padding-bottom: 40px;
}
.lab-zky-02 ul li.mr-0 {
  margin-right: 0;
}

.lab-zky-02 ul li .boxw {
  width: 100%;
  height: 230px; 
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}
.lab-zky-02 ul li .boxw .hexagon {
  background: url(images/in/sec2_guide_bg.png) no-repeat center;
  transform: rotate(0);
  transition: all 3s ease-out;
  background-size: 230px;
  width: 100%;
  height: 230px;
  /* animation: business_ani 5s linear infinite; */
  position: absolute;
  left: 0;
}
.lab-zky-02 ul li:hover .hexagon {
  animation: business_ani 5s linear infinite;
}

@keyframes business_ani{
	0%{transform:rotate(0);}
	100%{transform:rotate(-360deg);}
}
.lab-zky-02 ul li .line {
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;  
}
.lab-zky-02 ul li .ico1 {
  margin: 0 auto;
  text-align: center;
  height: 50%;
  background-size: 70px;
  background-position: center;
  background-repeat: no-repeat;
}
.lab-zky-02 ul li .ico1 svg {
  padding-top: 35px;
}
.lab-zky-02 ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(images/black20.png) repeat;
  background-color: #00195A;
}
.lab-zky-02 ul li .boxw .round {
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
}
.lab-zky-02 ul li h3 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  /* padding-top: 50px; */
  height: 50%;
  line-height: 90px;
}
.lab-zky-02 ul li p {
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 15px;
	text-align: justify;
	margin-top: 30px;
	padding: 20px 20px;
	line-height: 28px;
	text-indent: 30px;
}
.lab-zky-02 ul li p span {display: block;}


.lab-zky-03 h2 {
	text-align: center;
	font-size: 32px;
	padding-bottom: 20px;
	color: #fff;
}

.lab-zky-03 ul {
	text-align: center;
	margin-top: 15px;
	padding-bottom: 30px;
}
.lab-zky-03 ul li {
    display: inline-block;
    width: 23%;
    margin: 0 1%;
    height: 180px;
    text-align: center;
    border: 1px solid #ccc;
    margin-right: 20px;
    margin-left: 20px;
    background-size: cover;
    margin-bottom: 50px;
    color: #fff;
    
}
.lab-zky-03 ul li:hover {
	    background: #00348a;
	    border: 1px solid #00348a;
}

.lab-zky-03 ul li img {
    display: block;
    width: 35px;
    margin: 0 auto;
    padding-top: 40px;
}
.lab-zky-03 ul li p {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
}


/*资讯体系*/
.infor_home .txtMarquee-left {
  width: 100%;
  margin-top: 0;
  background: #f0f0f0;
  border: none;
  margin-bottom: 50px;
}
.infor_home_1 {margin-bottom: 60px;}
.infor_home_1.area-news .w1200 {
  padding: 0px;
  background: #fff;
  width: 1200px;
}
.infor_home_1.area-news .news_banner .slideBox .hd li.on {
  width: 30px;
  background-color: #d3d3d3;
  opacity: 1;
  border-radius: 10px;
  height: 6px;
}
.infor_home_1.area-news .news_banner {
  width: 880px;
  height: 410px;
}
.infor_home_1.area-news .news_banner .slideBox .banner-img {
  height: 410px;
}
.infor_home_r {
  width: 305px;
  float: right;
  background: #f0f0f0;
  height: 410px;
}
.infor_home_r .r_inbox {
  padding: 20px;
}
.infor_home_r .r_inbox h2 {
  background-position: left;
  background-size: 40px;
  background-repeat: no-repeat;
  padding-left: 45px;
  display: block;
  line-height: 40px;
  background-image: url(images/icon_05.png);
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #252b3a;
  margin-left: -10px;
  position: relative;
}
.infor_home_r .r_inbox h2 span {
  margin-left: 10px;
  position: absolute;
  right: -5px;
  bottom: 0;
  background: url(images/icon_right_gary.png) no-repeat right;
  background-size: 19px;
  padding-right: 20px;
  transition: .2s;
  font-size: 14px;  
}
.infor_home_r .r_inbox h2 a:hover span {
  background: url(images/icon_right_blue.png) no-repeat right;
  background-size: 19px;
  color: #1C6EFE;
  padding-right: 25px;
}


.infor_home_r .r_inbox ul {
  margin-top: 15px;
  padding-left: 10px;
  border-left: 1px solid #d1d1d1;
  height: 330px;
}
.infor_home_r .r_inbox ul li {
  margin-bottom: 8px;
}
.infor_home_r .r_inbox ul li:hover h3 {
    color: #1C6EFE;
}

.infor_home_r .r_inbox ul li .date {
  position: relative;
  padding: 3px 0;
  font-size: 13px;
  color: #666;
}
.infor_home_r .r_inbox ul li .date i {
  display: block;
  position: absolute;
  left: -14px;
  top: 11px;
  background-color: #4b6ffb;
  border-radius: 7px;
  width: 7px;
  height: 7px;
}
.infor_home_r .r_inbox ul li h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.infor_home_2 {
  margin-bottom: 40px;
}
.section-title {
  position: relative;
  margin-bottom: 20px;
}
.section-title h2 {
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 4px;
  position: relative;
}
.section-title h2 p {
  background: url(images/icon_07.png) no-repeat left;
  padding-left: 45px;
  font-size: 20px;
}
.section-title h2 a {
  transition: .2s;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.section-title a span {
  background: url(images/icon_right_gary.png) no-repeat right;
  background-size: 19px;
  padding-right: 20px;
  transition: .2s;
  font-size: 14px;
}
.section-title a:hover span {
  background: url(images/icon_right_blue.png) no-repeat right;
  background-size: 19px;
  color: #1C6EFE;
  padding-right: 25px;
}
.infor_home_2 ul {
  margin-top: 25px;
  width: 1240px;
}
.infor_home_2 ul li {
  float: left;
  width: 283px;
  margin-right: 22px;
  margin-bottom: 30px;
}
.infor_home_2 ul li .text {

}
.infor_home_2 li .pict {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden; 
}
.infor_home_2 li .pict .bg {
  width: 100%;
  height: 180px;
  transition: all 0.4s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* border-radius: 4px; */
}
.infor_home_2 li:hover .pict .bg{
  transform: scale(1.12);
}
.infor_home_2 li .pict span {
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
  text-align: center;
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#289df9 100%);
  border-radius: 10px;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}

.infor_home_2 li .text h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  height: 52px;
}

.infor_home_3 {
  margin-bottom: 50px;
  background: #f3f3f3;
}
.infor_home_3 .w1200 {
  padding: 30px 0;

}
.infor_home_3 .w1200 .left {

}
.infor_home_3 h2 p {
  background: url(images/in/icon01.png) no-repeat left;
}
.infor_home_3 li {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.infor_home_3 li h3 {
  background: url(images/in/icon02.png) no-repeat left;
  padding-left: 20px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 630px;
}
.infor_home_3 li .other {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
}
.infor_home_3 li .other span {
  padding-left: 8px;
}
.infor_home_3 li .other .sj {
  font-family: Poppins,source-han-sans-simplified-c;
}
.infor_home_3 li h3 a:hover {
  color: #1C6EFE;
}

.infor_home_2 h2 p {
  background: url(images/icon_06.png) no-repeat left;
}

.infor_home_4 {
  margin-bottom: 50px;
}
.infor_home_4 li {
  margin-bottom: 20px;
  border-bottom: 1px dashed #d7d7d7;
  padding-bottom: 20px;
}
.infor_home_4 li .lm_pic {
  float: left;
  width: 270px;
  height: 130px;
}
.infor_home_4 li .lm_pic div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.infor_home_4 li .lm_txt {
  float: right;
  width: 900px;
}
.infor_home_4 li .lm_txt h3 {
  font-size: 20px;
}
.infor_home_4 li .lm_txt p {
  padding-top: 10px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.infor_home_4 li .riqi {
  color: #9c9c9c;
  margin-top: 10px;
  background: url(images/in/icon03.png) no-repeat left;
  padding-left: 26px;
}

.zixun-list {
  margin-top: 50px;
}
.zixun-list .zixun-menu ul {
  margin-bottom: 30px;
}
.zixun-list .zixun-menu ul li {
  float: left;
  margin-right: 15px;
  width: 288px;
  background: #f0f0f0;
}
.zixun-list .zixun-menu ul li.active,
.zixun-list .zixun-menu ul li:hover {
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#289df9 100%);
}
.zixun-list .zixun-menu ul li.active a,
.zixun-list .zixun-menu ul li:hover a {color: #fff;}

.zixun-list .zixun-menu ul li a {
  display: block;
  text-align: center;
  font-size: 18px;
  height: 65px;
  line-height: 65px;
}
.zixun-list .zixun-menu ul li:last-child,
.zixun-list .zixun-menu ul li.last {
  margin-right: 0;
}
.zixun-list .infor_home_2 ul li {
  width: 372px;
  margin-right: 40px;
  margin-bottom: 50px;
  position: relative;
  transition: transform 0.4s;
}
.zixun-list .infor_home_2 ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #03569f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s;
}
.zixun-list .infor_home_2 ul li:after {
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #03569f;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.4s;
}
.zixun-list .infor_home_2 ul li a:before {
  display: block;
  content: "";
  width: 2px;
  height: 0;
  background: #03569f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.4s 0.2s;
}
.zixun-list .infor_home_2 ul li a:after {
  display: block;
  content: "";
  width: 2px;
  height: 0;
  background: #03569f;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  transition: all 0.4s 0.2s;
}

.zixun-list .infor_home_2 ul li:hover:before {
  width: 100%;
}
.zixun-list .infor_home_2 ul li:hover:after {
  width: 100%;
}
.zixun-list .infor_home_2 ul li:hover a:before {
  height: 100%;
}
.zixun-list .infor_home_2 ul li:hover a:after {
  height: 100%;
}

.zixun-list .infor_home_2 li:hover {
  transform: translateY(-4px);
}
.zixun-list .infor_home_2 li a:hover {
  display: block;
  -webkit-box-shadow: 0 6px 10px 0 rgb(20 34 67 / 10%);
  -moz-box-shadow: 0 6px 10px 0 rgba(20,34,67,.1);
  box-shadow: 0 6px 10px 0 rgb(20 34 67 / 10%);
}
.zixun-list .infor_home_2 li .pict {
  height: 240px;
}
.zixun-list .infor_home_2 li .pict .bg {
  height: 100%;
}
.zixun-list .infor_home_2 li .text {
  padding: 5px 20px 20px;
  border: 1px solid #ccc;
  border-top: 0;
}
.zixun-list .infor_home_2 li .text h3 {
  margin-bottom: 20px;
}
.zixun-list .infor_home_2 {
  margin-bottom: 20px;
}

.fenye {
	width: 100%;
  margin-bottom: 30px;
}
.fenye ul {
	display: block;
    margin: 10px 0;
    text-align: center;
    height: auto;
    overflow: hidden;
    font-size: 0;
    width: 100%;
}
.fenye li {
	display: inline-block;
  height: 36px;
  margin: 0 -1px 0 0;
  line-height: 36px;
  color: #454545;
  font-size: 15px;
	border: 1px solid #d1d1d1;
  background: #fff;
}
.fenye li a {
	cursor: pointer;
	display: block;
	color: #454545;
  padding: 0 12px;
}
.fenye li:first-child {
    border-radius: 4px 0 0 4px;
}
.fenye li.active,
.fenye li a:hover {
    background: #1c6ffb;
    color: #fff;
}
.fenye li.active a {color: #fff;}
.fenye li:last-child {
    border-radius: 0 4px 4px 0;
}

.zixun-article {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: rgb(242, 242, 242);
}
.now_position {
  padding-bottom: 20px;
}
.article-content {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
  min-height: 300px;
}
.article-content .article-in {
  padding: 37px 40px 37px 40px;
}
.article-content .article-in h2 {
  color: #333333;
  margin-bottom: 18px;
  font-size: 30px;
}
.article-content .article-in .newcs {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
.article-content .article-in .newcs span {
  color: #999999;
  padding-right: 40px;
}
.article-content .article-detail {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}
.article-content .article-detail img {
  max-width: 80%;
  display: block;
  margin: 0 auto;
}
.prev-next {padding-top: 30px;font-size: 14px;}

.prev-next a:hover {
  color: #1C6EFE;
}

.expo-list {
  margin-bottom: 40px;
}
.expo-list li {
  background-color: #fff;
  padding: 20px;
  font-family: Poppins,source-han-sans-simplified-c;
}
.expo-list li:nth-child(2n+1) {
  background-color: #ebf4fa;
}

.expo-list li .expo-box1 {
  width: 270px;
  color: #0d51c4;
  font-size: 16px;
  font-weight: 500;
  margin-right: 30px;
}
.expo-list li .expo-box1 .sj {
  background: url(images/in/icon04.png) no-repeat left 4px;
  padding-left: 20px;
}
.expo-list li .expo-box1 .dd {
  background: url(images/in/icon05.png) no-repeat left 6px;
  padding-left: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.expo-list li .expo-box2 {
  font-size: 18px;
  width: 700px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 12px;
}
.expo-list li .fr{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1c6ffb;
    padding: 0 6px;
    color: #1a71fe;
    width: 80px;
    transition: all 0.3s;
    background: url(images/icon_right_blue.png) no-repeat 90%;
    background-size: 17px;
    border-radius: 50px;
    padding-left: 20px;
    display: block;
    margin-top: 10px;
}
.expo-list li:hover .fr{
  background: url(images/icon_right_white.png) no-repeat 95% #1a71fe;
  background-size: 17px;
  color: #fff;
  border: 1px solid #1b71fb;
}

.hangye-list {
  margin-bottom: 40px;
}
.hangye-list li {
  padding: 20px 20px 15px 20px;
  border-bottom: 1px solid #d7d7d7;
}
.hangye-list li:hover {
  border-bottom: 1px solid #1b71fb;
}
.hangye-list li h3 {
  font-size: 20px;
  color: #333333;
  margin-bottom: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hangye-list li:hover h3 {
  color:#1b71fb
}
.hangye-list li .intro {
  margin-bottom: 10px;
  height: 47px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 14px;
  color:#736f6f
}
.hangye-list li .from {
  color: #999;
}
.hangye-list li .from span {
  padding-right: 35px;
}
.hangye-list li .from .span1 {
  background: url(images/in/icon03.png) no-repeat left;
  padding-left: 22px;
}
.hangye-list li .from .span2 {
  background: url(images/in/icon06.png) no-repeat left;
  padding-left: 24px;
}


.lab-zky-03 {
  /* background: #d1e0e5; */
  padding-top: 60px;
}
.lab-zky-03 .swiper-container { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; list-style: none; padding: 0; /* Fix of Webkit flickering */ z-index: 1; }

.lab-zky-03 .swiper-container-no-flexbox .swiper-slide { float: left; }

.lab-zky-03 .swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.lab-zky-03 .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box; }

.lab-zky-03 .swiper-slide { -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; transition-property: transform; transition-property: transform, -webkit-transform; }

.lab-zky-03 .swiper-slide-invisible-blank { visibility: hidden; }

.lab-zky-03 .container { overflow: hidden; min-width: 1440px; margin: 0 auto; }

.lab-zky-03  .sec .txt_box .tit { 
  font-size: 30px; 
  font-weight: 600;
}

.lab-zky-03  .sec .txt_box .tit.line { position: relative; }

.lab-zky-03  .sec .txt_box .tit.line:after { display: block; position: relative; width: 40px; height: 2px; content: ""; background: currentColor; margin: 20px 0 25px; }

.lab-zky-03  .sec .txt_box .desc { margin-bottom: 25px; line-height:24px;}

.lab-zky-03  .sec .txt_box .desc sub { position: relative; display: inline-block; top: 1px; font-size: 60%; }

.lab-zky-03  .sec .swiper-controller { width: 90%; max-width: 1400px; z-index: 1; margin: 0 auto; font-size: 0; }

.lab-zky-03  .sec .swiper-controller .pagination { display: inline-block; vertical-align: middle; font-size: 0; }

.lab-zky-03  .sec .swiper-controller .pagination .swiper-pagination-bullet { display: inline-block; vertical-align: middle; width: 10px; height: 10px; margin-right: 10px; background: none; border: 1px solid currentColor; border-radius: 50%; }

.lab-zky-03  .sec .swiper-controller .pagination .swiper-pagination-bullet:last-child { margin-right: 0; }

.lab-zky-03  .sec .swiper-controller .pagination .swiper-pagination-bullet-active { background: currentColor; border: 1px solid transparent; }

.lab-zky-03  .sec .swiper-controller .btn_play { display: inline-block; vertical-align: middle; width: 0; height: 10px; margin-left: 10px; background: transparent; border-color: transparent transparent transparent currentColor; border-style: solid; border-width: 5px 0 5px 8px; -webkit-transition: all 0.1s ease-out; transition: all 0.1s ease-out; cursor: pointer; text-indent: -9999%; font-size: 0; }

.lab-zky-03  .sec .swiper-controller .btn_play.pause { border-style: double; border-width: 0px 0 0px 10px; }

/* .lab-zky-03  .sec_specialty {background: #d1e0e5;} */

.lab-zky-03  .sec_specialty.lab-zky-03  .sec_tit .tit { margin-bottom: 20px; }

.lab-zky-03  .sec_specialty .specialty_slide { height: 479px; -webkit-box-sizing: content-box; box-sizing: content-box; }

.lab-zky-03  .sec_specialty .specialty_slide .slide { visibility: hidden; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 550px; height: 370px; }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item { height: 100%; }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .txt_box { padding-top: 74px; border-color: #dfe9ed; }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .txt_box .more:after { -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .txt_box .more span { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .desc { margin-bottom: 30px; }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .bg { margin-top: -185px; }

.lab-zky-03  .sec_specialty .specialty_slide .slide:hover .item .bg img { margin-top: 0; }

.lab-zky-03  .sec_specialty .specialty_slide .item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; height: 250px; background: #f3f3f3; color: #fff; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box { position: relative; z-index: 1; height: 100%; padding: 45px; border: 5px solid transparent; -webkit-box-shadow: 3.8px 11.4px 43px 0px rgba(0, 0, 0, 0.23); box-shadow: 3.8px 11.4px 43px 0px rgba(0, 0, 0, 0.23); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box .tit { margin-bottom: 11px; }

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box .desc { 
  margin-bottom: 0px; 
  -webkit-transition: all 0.3s ease-out; 
  transition: all 0.3s ease-out; 
  font-size: 16px;
  margin-top: 20px;
}

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box .more { font-size: 0; position: relative; }

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box .more:after { display: inline-block; vertical-align: middle; width: 20px; height: 12px; content: ""; -webkit-transform: translateX(-84px); -ms-transform: translateX(-84px); transform: translateX(-84px); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; background: url("../image/icon_arr_w.png") 50% 50% no-repeat; }

.lab-zky-03  .sec_specialty .specialty_slide .item .txt_box .more span { overflow: hidden; position: relative; top: 2px; opacity: 0; display: inline-block; vertical-align: middle; margin-right: 10px; font-size: 16px; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.lab-zky-03  .sec_specialty .specialty_slide .item .bg { overflow: hidden; position: absolute; top: 50%; left: 0; width: 100%; height: 100%; margin-top: -125px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.lab-zky-03  .sec_specialty .specialty_slide .item .bg img { margin-top: -60px; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.lab-zky-03  .sec_specialty .swiper-controller { visibility: hidden; position: absolute; bottom: 50px; left: 0; right: 0; text-align: center; color: #77acbf; }

.lab-zky-03  .sec_specialty .swiper-controller .swiper-pagination-bullet { cursor: pointer; }


.rcqd-sec-1 {
  margin-top: 70px;
  margin-bottom: 70px;
}
.sec-wrap {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.sec-1-left {
  width: 55%;
  padding-right: 60px;
  float: left;
}
.lab5-sec-1 .sec-1-left {width: 60%;}

.sec-1-left .ft-32 {color: #1c6ffb;}
.sec-1-left p {
  border-left: 6px solid #1c6ffb;
  padding-left: 24px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
}
.sec-1-left p .more {
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #E0E6EC;
	padding: 0 6px;
	color: #ffffff;
	width: 130px;
	margin-top: 30px;
	transition: all 0.3s;
	background: url(images/icon_right_white.png) no-repeat 90% #1C6EFE;
	background-size: 17px;
	border-radius: 50px;
	padding-left: 20px;
	display: block;
}

.sec-1-right {
width: 40%;
float: right;
margin-top: 30px;
}
.lab5-sec-1  .sec-1-right {
	width: 35%;
}

.sec-1-right .li_l {
  width: 50%;
  float: left;
  position: relative;
}
.sec-1-right .li_r {
  width: 50%;
  float: left;
  position: relative;
}
.sec-1-right img {
  width: 100%;
}

.rcqd-sec-2 {
  background: url(images/in/lab06.jpg) no-repeat fixed;
  padding: 100px 0px 100px;
  background-size: cover;
  position: relative;
}
.rcqd-sec-2 .wrap {

}
.rcqd-sec-2 .black_mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #000;
  opacity: 0.5; 
}
.rcqd-sec-2 ul {text-align: center;}
.rcqd-sec-2 li {
  width: 200px;
  height: 200px;
  background: rgb(233 244 250 / 82%);
  border-radius: 50%;
  position: relative;
  display: inline-block;
  margin-right: 80px;
}
.rcqd-sec-2 li.li2 {
  width: 200px;
  height: 200px;
}
.rcqd-sec-2 li.li3 {
  margin-right: 0;
}
.rcqd-sec-2 li.plus {
  background: url(images/in/icon19.png) no-repeat center;
  width: 40px;
  height: 200px;

}

.rcqd-sec-2 li .hover {
  position: absolute;
  top: -5px;
  left: -5px;
  bottom: -5px;
  right: -5px;
  border: 1px solid #d2e4f8;
  border-radius: 100%; 
  -webkit-animation: infintedRotate 5s infinite linear;
  -o-animation: infintedRotate 5s infinite linear;
  -moz-animation: infintedRotate 5s infinite linear;
  animation: infintedRotate 5s infinite linear;
}

@keyframes 'infintedRotate' {
	0% {  transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg); }
	100% { transform:rotate(-360deg);-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg); }
}
@-webkit-keyframes 'infintedRotate' {
	0% {  transform:rotate(0deg);-ms-transform:rotate(0deg);-moz-transform:rotate(0deg);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg); }
	100% { transform:rotate(-360deg);-ms-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-o-transform:rotate(-360deg); }
}

.rcqd-sec-2 li .hover i {
  width: 8px;
  height: 8px;
  background: #016dd6;
  border-radius: 100%;
  position: absolute;
  left: -8px;
  top: 50%;
  border: 2px solid #fff;  
}
.rcqd-sec-2 li .text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  padding: 20px;
  text-align: center;  
  font-size: 18px;
}
.rcqd-sec-2 .sec_txt {
  color: #fff;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 50px;
}
.rcqd-sec-3 ul {
  margin-top: 70px;
  position: relative;
  background: #1c6ffb;
  padding: 70px 0px 50px 60px;
  margin-bottom: 60px;
  background: url(images/box2.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0 3px 29px -8px rgb(180 180 180);
}
.rcqd-sec-3 ul li {
  float: left;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  width: 490px;
  margin-right: 10px;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: left;
  line-height: 30px;
  padding-left: 60px;
  height: 60px;
  position: relative;
}
.rcqd-sec-3 ul li i {
  position: absolute;
  display: block;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: -16px;
  width: 60px;
  height: 60px;
}
.rcqd-sec-3 ul li.li6 i {top: 0;}

.lab_sonmenu {
  width: 100%;
  background: rgba(0,0,0,0.4);
  margin-top: -70px;
}
.lab_sonmenu ul li {
  float: left;
  width: 16%;
  position: relative;
  text-align: center;
}
.lab_sonmenu ul li:hover {
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#00348a 100%);
}

.lab_sonmenu ul li a {
  position: relative;
  display: block;
  height: 70px;
  font-size: 17px;
  color: #fff;
  line-height: 70px;
}
.lab_sonmenu ul li.active {
  background: linear-gradient(-84deg,#1C6EFE 0,#1C6EFE 0,#00348a 100%);
}
.lab_sonmenu ul li.active a{
  background: url(images/in/icon28.png) no-repeat 40px;
  background-size: 18px;
  padding-left: 30px;
}

.lab_sonmenu ul li i {
  display: block;
  width: 1px;
  height: 14px;
  background: rgba(255,255,255,0.4);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;  
}
.lm-sec-1 .sec-1-left {
  width: 50%;
} 
.lm-sec-1 .sec-1-right {
  margin-top: 80px;
  width: 45%;
}

.lm-sec-1bg {
  background: url(images/in/bg.png) no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-bottom: 100px;
  padding-top: 50px;
}
.lm-sec-1bg ul {
  text-align: center;
}
.lm-sec-1bg ul li {
  display: inline-block;
  text-align: center;
  width: 33%;
}
.lm-sec-1bg ul li span {
  display: block;
  font-size: 20px;
  color: #1c6ffb;
}
.lm-sec-1bg ul li p {
  font-size: 23px;
}

.lm-sec-2 {
  background: url(images/in/lab03-.jpg) no-repeat center;
  position: relative;
  padding: 60px 0px;
  background-size: cover;
  background: linear-gradient(270deg,#1c6ffb 0,#00348a 0,#1c6ffb 100%);
}
.lm-sec-2 .lab_title span,
.lm-sec-2 .lab_title h3 {color: #fff;}

.lm-sec-2 .svg_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 275px;
  height: 255px;
  background-image: url(images/svg.svg);
  background-size: 573.8181818181819% 590.1960784313726%;
  background-position: 21.34% 99.92%;
  background-repeat: no-repeat;
}
.lm-sec-2 .svg_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 385px;
  background-image: url(images/svg.svg);
  background-size: 526% 390.90909090909093%;
  background-position: 99.92% 0.09%;
  background-repeat: no-repeat;
}
.lm-sec-2 li {
  width: 25%;
  display: inline-block;
  background: #fff;
  margin-top: 40px;
}
.lm-sec-2 li .item {
  position: relative;
  text-align: center;
  padding-top: 50px;
  overflow: hidden;
  margin-left: -1px; 
}
.lm-sec-2 li .item i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ddd;
}
.lm-sec-2 li .item_icon {
  width: 55px;
  margin-right: auto;
  margin-left: auto;
}
.lm-sec-2 li .item_icon img {width: 100%;}
.lm-sec-2 li .wen {
  padding: 10px 25px;
  text-align: center;
}
.lm-sec-2 li .wen h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.lm-sec-2 li .wen p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  height: 150px;
}
.lm-sec-2 li .item_num {
  margin-bottom: -100px;
  display: block;
  vertical-align: top;
  margin-top: 20px;
  font-size: 280px;
  line-height: 1;
  font-family: "Montserrat";
  color: #1c6ffb;
  opacity: .1;  
}
.lm-sec-2 li:hover .item_num{
  color: #1c6ffb;
  opacity: 1; 
}

.lm-sec-3 {
  padding: 60px 0;
}
.lm-sec-3 .pp {
  width: 840px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  padding-top: 15px;
}
.lm-sec-3 .pp img {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.lm-sec-3 .area-chanye ul li .text p {
  opacity: 1;
  width: auto;
}
.lm-sec-3 .area-chanye .text h4 {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.lm-sec-3 .area-chanye ul .lab01 a {
  background-image: url(images/in/lab08.jpg);
}
.lm-sec-3 .area-chanye ul .lab02 a {
  background-image: url(images/in/lab12.jpg);
}
.lm-sec-3 .area-chanye ul .lab03 a {
  background-image: url(images/in/lab10.jpg);
}
.lm-sec-3 .area-chanye ul .lab04 a {
  background-image: url(images/pic13.jpg);
}

.lm-sec-3 .area-chanye ul .lab05 a {
  background-image: url(images/in/lab09.jpg);
}
.lm-sec-3 .area-chanye ul .lab06 a {
  background-image: url(images/in/lab11.jpg);
}
.mt-100 {
  margin-top: 100px;
}

.proficient {
  padding: 60px 0;
}
.proficient li {
  float: left;
  width: 24%;
  margin-bottom: 40px;
  margin-right: 1%;
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
.proficient li:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.proficient li .photo-box {position: relative;}
.proficient li .photo {
  overflow: hidden;
  position: relative;
}
.proficient li .before {
  display: block;
  padding-top: 100%;
  background-color: #1C6EFE;
}
.proficient li .photo img  {
  -webkit-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.proficient li .photo-box .name {
  position: absolute;
  left: 25px;
  bottom: -20px;
  color: #fff;
  width: 200px;
  height: 48px;
  padding: 0 20px;
  line-height: 48px;
  background: #1C6EFE;
  border-radius: 50px;
  z-index: 2; 
  font-size: 20px;
  text-align: center;
}
.proficient li .text {
  padding-top: 45px;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  box-shadow: 0 10px 18px rgb(31 41 64 / 5%);
  border: 1px solid #e0e0e0;
  border-top: none;
}
.proficient li .text h2 {
  font-size: 18px;
  line-height: 30px;
  background: url(images/in/icon29.png) no-repeat left;
  background-size: 22px;
  padding-left: 28px;
}
.proficient li .text h3 {
  font-size: 18px;
  background: url(images/in/icon30.png) no-repeat left;
  background-size: 22px;
  padding-left: 28px;
}
.member-box {
  padding: 60px 0px;
}

.member-box #tabs { 
  padding: 3px 0px;
  text-align: center;
  background: url(images/in/fenlei.jpg) no-repeat center;
  height: 64px;
  line-height: 64px;
  margin-bottom: 20px;
}
.member-box #tabs li {
  display: inline-block;
  width: 214px;
}
.member-box #tabs li a {
  display: block;
  position: relative;
  font-size: 17px;
  color: #033a96;
  line-height: 48px;
}
.member-box #tabs li #current {
  background: url(images/in/fenlei_on.png) no-repeat center;
  color: #fff;
}

.member-box .tips {
  text-align: right;
  font-size: 14px;
  color: #555;
  padding-bottom: 5px;
}
.member-box table {width: 100%;}

.member-box table .title {
  background: #1c6ffb;
}
.member-box table .title td {
  color: #fff;
}
.member-box table .title td {
  font-weight: 500;
  padding: 25px 0px;
}
.member-box table .gray {
  background-color: #ebf4fa;
}
.member-box td{
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 33%;
  padding: 15px 0px;
}

.lm_activity {
  padding: 60px 0px 20px;
}
.lm_activity li {
  float: left;
  width: 25%;
  height: 368px;
  position: relative;
  margin-bottom: 30px;
}
.lm_activity li:first-child,
.lm_activity .li1 {
  width: 50%;
}
.lm_activity li:first-child .hd_news_img .tu,
.lm_activity .li1 .hd_news_img .tu{
  height: 368px;
}
.lm_activity li:first-child .colorbg,
.lm_activity .li1 .colorbg{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  background-image: linear-gradient(to bottom, rgba(142,127,248,0),rgba(86,77,150,0.6) 60%,#1c6ffb);
}
.lm_activity li:first-child .hd_news_info,
.lm_activity .li1 .hd_news_info {
  position: absolute;
  bottom: 0;
  left: 0;
}
.lm_activity li:first-child .hd_news_title,
.lm_activity .li1 .hd_news_title{
  font-size: 18px;
  color: #fff;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.lm_activity li:first-child:hover .hd_news_title,
.lm_activity .li1:hover .hd_news_title {color: #fff;}


.lm_activity li:first-child .hd_bottom,
.lm_activity .li1 .hd_bottom {
  border-top: 0px solid #ddd;
}
.lm_activity li:first-child .hd_bottom .date,
.lm_activity .li1 .hd_bottom .date {
  color: #fff;
}
.lm_activity li:first-child .hd_bottom .view,
.lm_activity .li1 .hd_bottom .view {
  display: none;
}


.lm_activity li .colorbg {
  display: none;
}
.lm_activity li a {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #f3f2f2;
  margin-right: 15px;
  margin-left: 15px;
}
.lm_activity li .hd_news_img {
  position: relative;
  overflow: hidden;
}
.lm_activity li .hd_news_img .tu {
  -webkit-transition: transform .75s;
  transition: transform .75s;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 195px;
  width: 100%;
}
.lm_activity li:hover .hd_news_img .tu {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.lm_activity li .hd_news_info {
  position: relative;
  z-index: 2;
  padding: 30px 20px 20px;
  text-align: justify;
}

.lm_activity li .hd_news_title {
  height: 90px;
  line-height: 24px;
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lm_activity li:hover .hd_news_title {
  color: #1c6ffb;
}

.lm_activity li .hd_bottom {
  border-top: 1px solid #ddd;
  padding-top: 12px;
}
.lm_activity li .hd_bottom .date {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #666;
  height: 20px;
}
.lm_activity li .hd_bottom .view {
  float: right;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  background: url(images/in/icon31.png) no-repeat left;
  padding-left: 25px;
}

.lm_join {
  padding: 0px 0px 0px;
}
.lm_join ul {
  position: relative;
  margin-top: 30px;
}
.lm_join li {
  float: left;
  text-align: center;
  position: relative;
  z-index: 3;
  width: 182px;
  background: #f0f0f0;
  border-radius: 10px;
  margin-right: 32px;
  height: 410px;
  padding: 20px;
}
.lm_join li img {
  margin-top: 40px;
}
.lm_join li.mr0 {
  margin-right: 0;
}
.lm_join li h3 {
  font-size: 24px;
}
.lm_join li span {
  display: block;
  font-family: "Montserrat";
  font-size: 80px;
  color: #033a96;
}
.lm_join li p {
  font-size: 18px;
}
.lm_join .line {
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #eaeaea;
  top: 35px;
  bottom: 0;
  margin: auto;
  left: 0;
}

.lm_join_2 {
  padding: 60px 0px 30px;
}
.lm_join_2 .ft-50 {
  text-align: center;
}
.lm_join_2 img {
  display: block;
  margin: 0 auto;
}

.lm_join_2 .p {
  margin-top: 45px;
  font-size: 16px;
  line-height: 2.25;
  color: #fff;
  letter-spacing: 0.05em;
  background: url(images/in/lab83.jpg) center;
  padding: 40px 20px 40px 40px;
  margin-bottom: 40px;
  background-size: cover;
}
.lm_join_2 .p span {
  display: block;
  font-size: 18px;
}


.lab_sonmenu_4 ul li {
  width: 25%;
}
.lab_sonmenu_4 ul li.active a {
  background: url(images/in/icon28.png) no-repeat 75px;
  background-size: 18px;
  padding-left: 30px;
}


.lab_sonmenu_5 ul li {width: 20%;}
.lab_sonmenu_5 ul li.active a {
  background: url(images/in/icon28.png) no-repeat 65px;
  background-size: 18px;
  padding-left: 30px;
}

.cxin-sec-1 .sec-1-left {
  width: 50%;
}
.cxin-sec-1 .sec-1-right {
  margin-top: 80px;
  width: 45%;
}
.cxin-sec-1 .sec-1-left p {text-align: justify;}

.cxzx-sec-2 {
  padding: 50px 0px;
  background: url(images/in/lab14.jpg) no-repeat fixed;
  background-size: cover;
  position: relative;
  min-height: 200px;
}
.cxzx-sec-2 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to left, rgba(167, 167, 15, .0), rgba(22, 178, 229, .2));
  z-index: 2;
  background: linear-gradient(250deg, rgb(255 255 255 / 13%) 30%, rgb(0 73 132));  
}

.cxzx-sec-3 {
	position: relative;
	z-index: 2;
}
.cxzx-sec-3 ul {
	margin-top: -130px;
}
.cxzx-sec-3 ul li {
	float: left;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #f0f0f0;
	padding: 20px;
	width: 237px;
	margin-right: 35px;
	height: 210px;
}
.cxzx-sec-3 ul li.last {
	margin-right: 0;
}
.cxzx-sec-3 ul li img {
  height: 105px;
  display: block;
  margin: 0 auto;
  padding-top: 10px;
}
.cxzx-sec-3 ul li div {
	margin-top: 32px;
	color: #0d51c4;
	font-size: 20px;
	text-align: center;
}
.cxzx-sec-4 {
	padding: 70px 0 100px;
	background: url(images/in/bg04.png) no-repeat top left;
	position: relative;
}
.cxzx-sec-4 .divp {
	width: 95%;
	margin: 0 auto;
	text-align: justify;
	font-size: 16px;
	line-height: 2.25;
	color: #666;
	letter-spacing: 0.05em;
	padding-top: 30px;	
}

.jisu-sec-1 {
	padding: 60px 0 0;
}
.jisu-menu{
	padding: 3px 0px;
    text-align: center;
    background: url(images/in/fenlei.jpg) no-repeat center;
    height: 64px;
    line-height: 64px;
    margin-bottom: 20px;	
}
.jisu-menu li {
	display: inline-block;
	width: 214px;
}
.jisu-menu li a{
	display: block;
	position: relative;
	font-size: 17px;
	color: #033a96;
	line-height: 48px;
}
.jisu-menu ul li a#current,
.jisu-menu ul li:hover a {
	background: url(images/in/fenlei_on.png) no-repeat center;
	color: #fff;
}

.jisu-sec-1 .area-1 {
	padding-top: 40px;
	padding-bottom: 60px;
}
.jisu-sec-1 .area-1 .left{
	width: 45%;
	float: left;
}
.jisu-sec-1 .area-1 .left li {
	position: relative;
	padding: 38px 38px 38px 120px;
	border-top: 1px solid rgb(229, 229, 229);
	position: relative;
}
.jisu-sec-1 .area-1 .left li .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -25px;
}
.jisu-sec-1 #tab3 .area-1 .left li .icon1 {
	background: url(images/in/icon45.png) no-repeat center;	
}
.jisu-sec-1 #tab3 .area-1 .left li:hover .icon1 {
	background: url(images/in/icon46.png) no-repeat center;	
}

.jisu-sec-1 #tab3 .area-1 .left li .icon2 {
	background: url(images/in/icon43.png) no-repeat center;	
}
.jisu-sec-1 #tab3 .area-1 .left li:hover .icon2 {
	background: url(images/in/icon44.png) no-repeat center;	
}

.jisu-sec-1 #tab3 .area-1 .left li .icon3 {
	background: url(images/in/icon41.png) no-repeat center;	
}
.jisu-sec-1 #tab3 .area-1 .left li:hover .icon3 {
	background: url(images/in/icon42.png) no-repeat center;	
}


.jisu-sec-1 #tab1 .area-1 .left li .icon1 {
	background: url(images/in/icon47.png) no-repeat center;	
}
.jisu-sec-1 #tab1 .area-1 .left li:hover .icon1 {
	background: url(images/in/icon48.png) no-repeat center;	
}
.jisu-sec-1 #tab1 .area-1 .left li .icon2 {
	background: url(images/in/icon41.png) no-repeat center;	
}
.jisu-sec-1 #tab1 .area-1 .left li:hover .icon2 {
	background: url(images/in/icon42.png) no-repeat center;	
}
.jisu-sec-1 #tab1 .area-1 .left li .icon3 {
	background: url(images/in/icon49.png) no-repeat center;	
}
.jisu-sec-1 #tab1 .area-1 .left li:hover .icon3 {
	background: url(images/in/icon50.png) no-repeat center;	
}

.jisu-sec-1 #tab2 .area-1 .left li .icon1 {
	background: url(images/in/icon51.png) no-repeat center;	
}
.jisu-sec-1 #tab2 .area-1 .left li:hover .icon1 {
	background: url(images/in/icon52.png) no-repeat center;	
}

.jisu-sec-1 #tab2 .area-1 .left li .icon2 {
	background: url(images/in/icon53.png) no-repeat center;	
}
.jisu-sec-1 #tab2 .area-1 .left li:hover .icon2 {
	background: url(images/in/icon54.png) no-repeat center;	
}

.jisu-sec-1 #tab2 .area-1 .left li .icon3 {
	background: url(images/in/icon55.png) no-repeat center;	
}
.jisu-sec-1 #tab2 .area-1 .left li:hover .icon3 {
	background: url(images/in/icon56.png) no-repeat center;	
}
.jisu-sec-1 #tab2 .area-1 .left li .icon4 {
	background: url(images/in/icon57.png) no-repeat center;	
}
.jisu-sec-1 #tab2 .area-1 .left li:hover .icon4 {
	background: url(images/in/icon58.png) no-repeat center;	
}


.jisu-sec-1 .area-1 .left li p {
	border-left: 1px solid rgb(229, 229, 229);
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    line-height: 28px;
	text-align: justify;
}
.jisu-sec-1 .area-1 .left li:hover {
	background: #003798;
}
.jisu-sec-1 .area-1 .left li:hover p {
	color: #fff;
}
.jisu-sec-1 .area-1 .right {
	float: right;
	width: 50%;
}
.jisu-sec-1 .area-1 .right img {
	width: 100%;
}


.jisu-sec-1 .area-2 {
	background: #f0f0f0;
	padding: 60px 0px;
}
.jisu-sec-1 .area-2 .left2 {
	width: 850px;
	float: left;
}
.jisu-sec-1 .area-2 .item {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
	width: 400px;
}
.jisu-sec-1 .area-2 .item .img {
	width: 100%;
	height: 227px;
	position: relative;
	background-position: center;
	background-size: cover;
}
.jisu-sec-1 .area-2 .item i {
	display: block;
    background: linear-gradient(180deg, rgb(255 255 255 / 3%) 20%, rgb(0 73 132));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;	
}
.jisu-sec-1 .area-2 .item .text {
	color: #fff;
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}
.jisu-sec-1 .area-2 .item .text h3 {
	font-size: 20px;
	padding-bottom: 5px;
}
.jisu-sec-1 .area-2 .item .text span {
	padding-right: 10px;
}

.jisu-sec-1 .area-2 .right2 {
	float: right;
	width: 380px;
}
.jisu-sec-1 .area-2 .right2 .top {
	height: 220px;
	width:100%;
	background: #003798;
	position: relative;
}

.jisu-sec-1 .area-2 .right2 .bottom {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position:center;
	
}
.jisu-sec-1 .area-2 .right2 .text {
	color: #fff;
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
}
.jisu-sec-1 .area-2 .right2 .text h3 {
	font-size: 20px;
	padding-bottom: 5px;
}
.jisu-sec-1 .area-2 .right2 .text span {
	padding-right: 10px;
}
.jisu-sec-1 .area-3 {
	padding: 60px 0px 40px;
}
.jisu-sec-1 .area-3 ul {
	width: 1300px;
}
.jisu-sec-1 .area-3 li {
	float: left;
    width: 400px;
    margin-right: 20px;
    background: #0b5adc;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.3s;
    top: 0;
}
.jisu-sec-1 .area-3 li:hover {
	top: -10px;
}
.jisu-sec-1 .area-3 li a {
	padding: 30px;
	display: block;
	background: URL(images/in/bg03.png) no-repeat;
}
.jisu-sec-1 .area-3 li .title {
	font-size: 18px;
	height:60px
}
.jisu-sec-1 .area-3 li p {
	font-size: 15px;
    padding-top: 20px;
    line-height: 28px;
	text-align: justify;
	height: 112px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.jisu-sec-1 .area-3 .pict img {
	width: 100%;
}
.jisu-sec-1 .area-3 .goto {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #E0E6EC;
	padding: 0 6px;
	color: #1a71fe;
	width: 80px;
	margin-top: 30px;
	transition: all 0.3s;
	background: url(images/icon_right_blue.png) no-repeat 90%;
	background-size: 17px;
	border-radius: 50px;
	padding-left: 20px;	
	background-color: #fff;
}
.jisu-sec-1 .area-3 li:hover .goto {
	background: url(images/icon_right_blue.png) no-repeat 95%;
	background-size: 17px;
	background-color: #fff;
}

.cg-sec-1 {
	padding: 60px 0px;
}
.cg-sec-1 .cglist li {
  margin-bottom: 45px;
  position: relative;
}
.cg-sec-1 .cglist .left {
  width: 810px;
  height: 340px;
  overflow: hidden;
}
.cg-sec-1 .cglist .li2 .left,
.cg-sec-1 .cglist .li4 .left,
.cg-sec-1 .cglist .li6 .left,
.cg-sec-1 .cglist .li8 .left,
.cg-sec-1 .cglist .li10 .left,
.cg-sec-1 .cglist .li12 .left,
.cg-sec-1 .cglist .li14 .left,
.cg-sec-1 .cglist .li16 .left {float: right;}

.cg-sec-1 .cglist li:nth-child(2n+1) .left {
	float: right;
}


.cg-sec-1 .cglist .left-img {
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.cg-sec-1 .cglist li:hover .left-img {
  -moz-transform: scale3d(1.04, 1.04, 1);
  -ms-transform: scale3d(1.04, 1.04, 1);
  -webkit-transform: scale3d(1.04, 1.04, 1);
  transform: scale3d(1.04, 1.04, 1);
}

.cg-sec-1 .cglist .right {
  background: #003798;
  background: #0959de URL(images/in/bg03.png) no-repeat;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 260px;
  width: 330px;
  /* padding: 30px; */
  padding: 40px 35px 40px 35px;
}
.cg-sec-1 .cglist .li2 .right,
.cg-sec-1 .cglist .li4 .right,
.cg-sec-1 .cglist .li6 .right,
.cg-sec-1 .cglist .li8 .right,
.cg-sec-1 .cglist .li10 .right,
.cg-sec-1 .cglist .li12 .right,
.cg-sec-1 .cglist .li14 .right,
.cg-sec-1 .cglist .li16 .right {right: auto; left: 0;}

.cg-sec-1 .cglist li:nth-child(2n+1) .right {
	right: auto; left: 0;
}

.cg-sec-1 .cglist .right span {
  display: block;
  font-size: 16px;
  color: #fff;
}
.cg-sec-1 .cglist .right span i {
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 20px;
  background: #fff;
  margin-top: 10px;
}
.cg-sec-1 .cglist .right h2 {
  font-size: 20px;
}
.cg-sec-1 .cglist .right .learn {
  position: absolute;
  bottom: 30px;
  left: 35px;
  background: #fff url(images/icon_right_blue.png) no-repeat 90%;
  color: #003798;
  width: 100px;
  text-align: center;
  border-radius: 50px;
  padding: 5px 10px 5px 0;
  background-size: 17px;
}
.cg-sec-1 .more {
  text-align: center;
}
.cg-sec-1 .more a {
  display: block;
  background: url(images/in/icon24.png) no-repeat center bottom;
  width: 300px;
  margin: 0 auto;
  color: #003798;
  padding-bottom: 70px;
  font-size: 18px;
}
.cg-sec-1 .more p {
  color: #9c9c9c ;
}


.cg-sec-1 .cg-inner h2 {
  font-size: 36px;
  color: #003798;
  padding-bottom: 30px;
}
.cg-sec-1 .cg-inner .mainimg {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cg-sec-1 .cg-inner .row-1 {margin-bottom: 35px;}
.cg-sec-1 .cg-inner .row-1 h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  color: #033a95;
}
.cg-sec-1 .cg-inner .row-1 h3 span {
  font-size: 45px;
  font-family: 'Montserrat';
  color: #d8e4fb;
  padding-right: 10px;
}
.cg-sec-1 .cg-inner .row-1 p {
  font-size: 16px;
  color: #000;
}
.cg-sec-1 .cg-inner .row-1 img {
  padding-top: 10px;
}

.jy-sec-2 {
  background: #f0f0f0;
  padding: 60px 0px;
}
.jy-sec-2 .lab_title {margin-bottom: 40px;}
.jy-sec-2 .clearfix {margin-top: 20px;}
.jy-sec-2 .clearfix .zuo {
  float: left;
  width: 570px;
}
.jy-sec-2 .clearfix .zuo.rt {
  float: right;
}
.jy-sec-2 .clearfix .zuo img {width: 100%;}

.jy-sec-2 .clearfix .you {
  float: right;
  width: 605px;
  padding-top: 20px;
}
.jy-sec-2 .clearfix .you.fl {float: left;}

.jy-sec-2 .clearfix .you h2 {
  color: #003798;
  font-size: 24px;
}
.jy-sec-2 .clearfix .you i {
  display: block;
  width: 40px;
  height: 2px;
  background-color: #003798;
  margin-top: 20px;
  margin-bottom: 30px;
}
.jy-sec-2 .clearfix .you p {
  font-size: 16px;
  line-height: 30px;
  text-align:justify ;
}

.jy-sec-3 {
  padding: 70px 0;
}
.jy-sec-3 table {
  width: 100%;
}
.biaoge {
  margin-top: 30px;
}
.biaoge thead tr {
  font-size: 14px;
  font-weight: 200;
  color: #fff;
  background: #1c6ffb;
}
.biaoge tr {
  border-bottom: 1px solid #5f5f5f;
  text-align: center;
  border-left: 1px solid #5f5f5f;
  border-top: 1px solid #5f5f5f;
}
.biaoge tr td {
  padding: 12px 10px;
  font-size: 16px;
  border-right: 1px solid #5f5f5f;
  vertical-align: middle;
  display: table-cell;
}

.job-sec-1 {
  padding: 60px 0px;
  background: #f0f0f0;
}
.job-sec-1 .question-list li {
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}
.job-sec-1 .question-list li .ques01 {
  overflow: hidden;
  cursor: pointer;
  padding: 32px 0;
  background-color: #fff;
  position: relative;
}
.job-sec-1 .question-list li .ques01.active {
    background: #0e68ff;
}
.job-sec-1 .question-list li .ques01.active span {
	color: #fff;
}

.job-sec-1 .ques01 span {
  float: left;
  font-size: 18px;
  color: #000000;
  width: 250px;
  text-align: center;
}
.job-sec-1 .ques01 span.ques-nember {
  width: 100px;
}
.job-sec-1 .ques01 span.ques-subject {
  overflow: hidden;
  width: 160px;
  padding-left: 50px;
  text-align: left;color: #135ddc;
  font-weight: bold;
}
.job-sec-1 .ques01 span.ques-cont {
  padding-left: 20px;
}

.job-sec-1 .ques01 .ques-more {
  position: absolute;
  top: 50%;
  right: 60px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1F368F;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.job-sec-1 .question-list li:hover .ques01 .ques-more {
    -moz-transform: translateY(-50%) rotate(360deg);
    -ms-transform: translateY(-50%) rotate(360deg);
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg);
}
.job-sec-1 .ques01 .ques-more i {
  display: block;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(images/in/icon59.png) no-repeat center;
}

.job-sec-1 .question-list li .ques-txt {
  display: none;
  padding: 20px 30px;
  background-color: #ffffff;
}

.job-sec-1 .question-list li:hover .ques01{
      background-color: #0e68ff;
}
.job-sec-1 .ques01:hover span {
	color: #fff;
}

.job-sec-1 .ques-txt h3 {
	font-size: 20px;
	padding-bottom: 5px;
}
.job-sec-1 .ques-txt .detail {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 20px;
}
.job-sec-1 .ques-txt .tiaojian {	
	margin-bottom: 20px;	
}
.job-sec-1 .ques-txt .tiaojian span {
	display: block;
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #00389c;
}
.job-sec-1 .ques-txt a {
	display: block;
    width: 150px;
    text-align: center;
    background: #003899;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    margin-top: 40px;	
}
.rencai-sec-1 {
  padding: 60px 0px;
  background: #f0f0f0;
}


.jiqun-sec-1 {padding: 60px 0px;}
.jiqun-sec-1 .jq-ul {width: 1300px;}
.jiqun-sec-1 .jq-ul li {
  float: left;
  width: 400px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 30px;
}
.jiqun-sec-1 .jq-ul li .xm-pic {
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 200px;
}
.jiqun-sec-1 .jq-ul li .xm-pic img {
  width: 100%;
  min-height: 200px;
  display: block;
  -moz-transition: -moz-transform 1.2s;
    -o-transition: -o-transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
}
.jiqun-sec-1 .jq-ul li:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.jiqun-sec-1 .jq-ul li .xm-title {
  background-color: #F7F7F7;
  padding: 20px 30px;
  position: relative;
}
.jiqun-sec-1 .jq-ul li .xm-title h2 {
  font-size: 20px;
  color: #202020;
  line-height: 1.6;
  margin-bottom: 10px;
}
.jiqun-sec-1 .jq-ul li .xm-title p {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: .6px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.jiqun-sec-1 .jq-ul li  .bottom-info {
  border-top: 2px solid #94b8f5;
  margin-top: 30px;
}
.jiqun-sec-1 .jq-ul li:hover .bottom-info {
  border-top: 2px solid #1c6ffb;
}
.jiqun-sec-1 .jq-ul li  .bottom-info span {
  display: block;
  padding-top: 10px;
  color: #888;
}

.jiqun-sec-1 .jq-ul li .fr {
  background: url(images/icon_right_gary.png) no-repeat center;
  background-size: 20px;
  float: right;
  width: 20px;
  height: 25px;
}
.pad60 {
  padding: 60px 0px;
}

.zhti-sec-2 {

}
   
.zhti-sec-2 .slideTxtBox {
	height: 700px;
  position: relative;
}
.zhti-sec-2 .slideTxtBox::after {
  content: "";
  background: url(/css/xxk/black05.png) repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.zhti-sec-2 .shine {
	position: absolute;
	top: 0;
	right: 0;
  z-index: 1;
  display: none;
}
.zhti-sec-2 .xxk {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 50%;
  width: 90%;
  z-index: 2;
  margin-right: -45%;
}
.zhti-sec-2 .xxk ul {
	height: 100%;
  border-right: 1px solid rgb(255 255 255 / 25%);
}
.zhti-sec-2 .xxk li {
	float: left;
	width: 33.3%;
	height: 100%;
	position: relative;
  overflow: hidden;
}


.zhti-sec-2 .xxk li:hover {
  background: url(/css/xxk/03.png) repeat;
}
.zhti-sec-2 .xxk li a {
	display: block;
	color: #fff;
	width: 100%;
  height: 100%;
  border-left: 1px solid rgb(255 255 255 / 25%);
}
.zhti-sec-2 .xxk .li3 a {
  border-right: 1px solid rgb(255 255 255 / 25%);
}

.zhti-sec-2 .xxk li .enters {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	margin-top: -150px;
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
}
.zhti-sec-2 .xxk li span {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	color: #2b9bb5;
  margin-left: 20px;
}
.zhti-sec-2 .xxk li span img {
  width: auto;
  margin: 0;
}

.zhti-sec-2 .xxk li img {
	display: block;
	margin: 0 auto;
	width: 55px;
}
.zhti-sec-2 .xxk li p.name {
  font-size: 24px;
  padding-top: 20px;
  letter-spacing: 1px;
  padding-left: 20px;
}
.zhti-sec-2 .xxk li .dec {
	margin: 0 auto;
	text-align: justify;
	margin-top: 40px;
	font-size: 15px;
  opacity: 0;
  line-height: 26px;
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
  -o-transition: all .4s ease-in;
  letter-spacing: 0.5px;
  padding-left: 20px;
  padding-right: 30px;
}
.zhti-sec-2 .xxk li.on .dec {opacity: 1;}


.zhti-sec-2 .xxk li p i {
	display: block;
	height: 2px;
	width: 20px;
	background: #fff;
	margin-top: 15px;
}


.zhti-sec-2 .xxk li:hover .dec {
	opacity: 1;
}
.zhti-sec-2 .slideTxtBox  .bd {
	height: 100%;
}
.zhti-sec-2 .slideTxtBox  .bgr1 {
	background: url(images/in/lab14.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
}
.zhti-sec-2 .slideTxtBox  .bgr2 {
	background: url(js/xxk/bgr3.jpg) no-repeat bottom;
	height: 100%;
	background-size: cover;
} 
.zhti-sec-2 .slideTxtBox  .bgr3 {
	background: url(images/in/lab06.jpg) no-repeat center;
	background-size: cover;
	height: 100%;
}


.jqfz-sec-1 {
	padding-bottom: 70px;
}
.jqfz-sec-1 .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
  text-align: justify;
  padding: 0 20px;
  border-left: 6px solid #1c6ffb;
   padding-left: 24px;
}
.jqfz-sec-2 #content {
  overflow: hidden;
}
.jqfz-sec-2 #tabs {
  margin-top: 40px;
}
.jqfz-sec-2 #tabs li {
  float: left;
  position: relative;
  margin-bottom: 40px;
}
.jqfz-sec-2 #tabs li a {
  width: 217px;
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
}
.jqfz-sec-2 #tabs li a .icon {
  margin-bottom: 10px;
}
.jqfz-sec-2 #tabs li a span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 140px;
  background-color: #e2e2e2; 
}
.jqfz-sec-2 #tabs li a#current {
  color: #1c6ffb;
}

.jqfz-sec-2 #tab1,
.jqfz-sec-2 #tab2,
.jqfz-sec-2 #tab3,
.jqfz-sec-2 #tab4,
.jqfz-sec-2 #tab5,
.jqfz-sec-2 #tab6 {
  position: relative;
}
.jqfz-sec-2 #tab1 .bg {
  background: URL(images/in/lab49.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
.jqfz-sec-2 #tab2 .bg {
  background: URL(images/pic11.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
.jqfz-sec-2 #tab3 .bg {
  background: URL(images/in/lab51.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
.jqfz-sec-2 #tab4 .bg {
  background: URL(images/in/lab52.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}
.jqfz-sec-2 #tab5 .bg {
  background: URL(images/in/lab53.jpg) no-repeat center;
  background-size: cover;
  min-height: 600px;
}

.jqfz-sec-3 {
  padding: 70px 0px 60px;
  background: #f0f0f0;
  position: relative;
}
.jqfz-sec-3 .pa {
  top: -30px;
  width: 100%;
  text-align: center;
}
.jqfz-sec-3 .three-cir {
  margin-top: 40px;
}

.jqfz-sec-3 .three-cir li {
  float: left;
  width: 327px;
  height: 327px;
  position: relative;
}
.jqfz-sec-3 .three-cir li.arrow {
  width: 120px;
  background: url(images/in/icon70.png) no-repeat center;
}
.jqfz-sec-3 .three-cir li .after {
  border: 47px solid #66b1f3;
  top: 0;
  left: 0;
  border-radius: 50%;
  position: absolute;
  width: 230px;
  height: 230px;
}
.jqfz-sec-3 .three-cir .li2 .after {
  border: 47px solid #1c6ffb;
}
.jqfz-sec-3 .three-cir .li3 .after {
  border: 47px solid #033995;
}


.jqfz-sec-3 .three-cir li .before {
  background: url(images/in/bg07.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  animation: business_ani 5s linear infinite;
}
.jqfz-sec-3 .three-cir li .round {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);  
}
.jqfz-sec-3 .three-cir li .round h4 {
  font-size:22px;
  text-align: center;
}
.jqfz-sec-3 .three-cir li .round p {
  color: #000000;
  font-size: 15px;
  padding-top: 10px;
}


.jqfz-sec-3 h2 {
  font-size: 28px;
  position: relative;
  text-align: center;
}
.jqfz-sec-3 h2 .before{
  position: absolute;
  display: block;
  top: 0;
  left: 360px;
  background: url(images/in/icon70.png) no-repeat;
  width: 30px;
  height: 30px;
}
.jqfz-sec-3 .pp {
  font-size: 16px;
  line-height: 2;
  color: #000;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 30px;
}


#content .txt {
  position: absolute;
  left: 0;
  top: 0;
  width: 35%;
  height: 100%;
  background: url(images/black50.png) repeat;
  color: #fff;
  padding: 0 5%;
}
#content .txt img {
  padding-top: 150px;
  width: 40px;
}
#content .txt h3 {
  padding-top: 10px;
  font-size: 30px;
  padding-bottom: 30px;
}
#content .txt h3 i {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
}
#content .txt p {
  font-size: 16px;
  text-align: justify;
}

.js-top-title img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}
.jisu-inner .part1 {
  padding: 50px 0px;
}
.jisu-inner .part1 .title {
  float: left;
  width: 300px;
  font-size: 30px;
  line-height: 28px;
  letter-spacing: 0.5px;
  color: #000;
  margin-top: 10px;
}
.jisu-inner .part1 .title i {
  display: block;
  width: 30px;
  height: 2px;
  background: #1c6ffb;
  margin-top: 20px;
}
.jisu-inner .part1 .nrong {
  float: right;
  width: 900px;
  font-size: 16px;
  text-align: justify;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
}
.jisu-inner .part1 .nrong p {
  padding-bottom: 15px;
}
.jisu-inner .part1 .nrong img {
  
}
.jisu-inner .part2 {
  background: #f0f0f0;
}

.jiqun-sec-2 {
  background: url(images/in/lab59.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}
.jiqun-sec-4 {
  background: url(images/in/lab54.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 60px;
}


.jiqun-sec-2 .desc {
  padding-top: 60px;
  color: #fff;
}
.jiqun-sec-2 .desc h2 {
  font-size: 32px;
}
.jiqun-sec-2 .desc h2 i {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  margin-bottom: 50px;
}
.jiqun-sec-2 .desc p {
  font-size: 16px;
  list-style: 32px;
  text-align: justify;
  margin-bottom: 80px;
}
.jiqun-sec-2 .data_1 {
  margin-top: 40px;
  border-top: 1px solid #c3c3c3;
  padding-top: 20px;
}
.jiqun-sec-4 .data_1 {
  margin-top: 40px;
  border-top: 1px solid #6d757f;
  padding-top: 20px;
}



.jiqun-sec-2 .data_1 li {
  border-right: 1px solid #6d7680;
  text-align: center;
  color: #fff;
  background: url(images/in/bg05.png) no-repeat center bottom;
  height: 340px;
  position: relative;
  background-size: 80% auto;
  width: 33%;
  float: left;
}
.jiqun-sec-2 .data_1 li .leib {
  font-size: 20px;
}
.jiqun-sec-2 .data_1 li .ico {
  display: block;
  height: 50px;
  margin-top: 10px;
  background-size: auto 100% !important;
}
.jiqun-sec-2 .data_1 li .ico1 {
  background: url(images/in/icon67.png) no-repeat center;
}
.jiqun-sec-2 .data_1 .li2 .ico1 {
  background: url(images/in/icon69.png) no-repeat center;
}
.jiqun-sec-2 .data_1 .li3 .ico1 {
  background: url(images/in/icon68.png) no-repeat center;
}

.jiqun-sec-2 .data_1 li .size i.small {
  font-size: 16px;
  color: #fff;
  font-family: DINPro;
  
}

.jiqun-sec-2 .data_1 li .size .no {
  font-size: 60px;
  line-height: 70px;
  font-family: DINPro;
  font-weight: bold;
  color: #0fd;
}
.jiqun-sec-4 .data_1 li .size .no {
  color: #fff;
}


.jiqun-sec-2 .data_1 li .size .unit {
  font-size: 18px;
}
.jiqun-sec-2 .data_1 li .zhuzhuang {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 150px;
}
.jiqun-sec-2 .data_1 li .zhuzhuang .z-1 {
  display: inline-block;
  width: 30px;
  position: absolute;
  bottom: 0; 
  left: 170px;
}
.jiqun-sec-2 .data_1 .li1 .zhuzhuang .z-1 {
  height: 45px;
}
.jiqun-sec-2 .data_1 .li2 .zhuzhuang .z-1 {
  height: 95px;
}
.jiqun-sec-2 .data_1 .li3 .zhuzhuang .z-1 {
  height: 95px;
}

.jiqun-sec-2 .data_1 li .zhuzhuang .z-2 {
  left:230px;
}
.jiqun-sec-2 .data_1 .li1 .zhuzhuang .z-2 {
  height: 100px;
}
.jiqun-sec-2 .data_1 .li2 .zhuzhuang .z-2 {
  height: 126px;
}
.jiqun-sec-2 .data_1 .li3 .zhuzhuang .z-2 {
  height: 126px;
}
.jiqun-sec-2 .data_1 li .zhuzhuang .z-1 i {
  display: block;
  background: #fff;
  height: 100%;
}
.jiqun-sec-2 .data_1 li .zhuzhuang .z-2 i{
  display: block;
  background: url(images/in/bg06.png) no-repeat center bottom;
  height: 100%;
}

.jiqun-sec-3 {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
}
.jiqun-sec-3 .desc {
  padding-top: 60px;
}
.jiqun-sec-3 .desc h2 {
  font-size: 32px;
  color: #1c6ffb;
}
.jiqun-sec-3 .desc h2 i {
  display: block;
  width: 30px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 50px;
  background: #1c6ffb;
}
.jiqun-sec-3 .desc p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 50px;
  line-height: 34px;
  border-left: 6px solid #1c6ffb;
  padding-left: 24px;
}
.jiqun-sec-3 .desc p b,
.jiqun-sec-2 .desc p b {
  font-weight: bold;
  font-size: 18px;
  padding: 0px 2px;
  font-family: DINPro, PingFang SC, Hiragino Sans GB, source-han-sans-simplified-c, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
.jiqun-sec-3 .desc p b {color: #043b98;}

.jiqun-sec-3 .quan {
  display: block;
  position: absolute;
  background: url(images/in/icon71.png) no-repeat;
  background-size: 300px;
  width: 300px;
  height: 300px;
  top: 50px;
  right: 20px;
  animation: rotate 60s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); 
  } 
}
 



.jiqun-sec-4 .data_1 li {
  height: 280px;
  background: url(images/in/bg05.png) no-repeat center;
  background-size: 80% auto;
} 
.jiqun-sec-4 .data_1 li .leib {
  font-size: 20px;
  padding-top: 40px;
}
.jqzz-sec-1 .txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  color: #666;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 20px;
}

.zzjg-sec-1 p span {
	font-size: 18px;
	color: #1c6ffb;
	padding-right: 5px;
}
.zzjg-sec-1 .sec-1-left {
    width: 53%;
}
.zzjg-sec-1 .sec-1-right {
    width: 42%;
	margin-top: 30px;
}	
	
.zzjg-sec-2 {
	background: #f0f0f0;
	padding: 60px 0px;
}
.zzjg-sec-2 .ft-50 {
	text-align: center;
}
.zzjg-sec-2 .p {
	border-left: 6px solid #1c6ffb;
	padding-left: 24px;
	margin-top: 50px;
	font-size: 16px;
	line-height: 2.25;
	color: #666;
	letter-spacing: 0.05em;
}
.zzjg-sec-2 .biao {
	margin-top: 50px;
}

.zzjg-sec-2 .biao .box-1 {
	float: left;
	width: 380px;
}
.zzjg-sec-2 .biao .box-2 {
	margin-left: 20px;
	margin-right: 20px;
	width: 440px;
	float: left;
}
.zzjg-sec-2 .biao .box-2 .item {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 150px;
	margin-bottom: 15px;
	overflow: hidden;
}
.zzjg-sec-2 .biao .box-2 .item .mask {
	background: url(images/black20.png) repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.zzjg-sec-2 .biao .box-2 .item h2 {
	font-size: 22px;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50px;
	color: #fff;
}
.zzjg-sec-2 .biao .item .hover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #003798;
	left: 0;
	bottom: -150px;
	color: #fff;
	transition: all 0.3s;
}
.zzjg-sec-2 .biao .item:hover .hover {
	bottom: 0;
}
.zzjg-sec-2 .biao .item .hover p {
	padding-top: 25px;
}
.zzjg-sec-2 .biao .item .hover span {
	display: block;
	font-size: 16px;
	text-align: center;
	padding-bottom: 8px;
}
.zzjg-sec-2 .biao .top {
    height: 160px;
    width: 100%;
    background: #003798;
    position: relative;
}	
.zzjg-sec-2 .biao .text {
    color: #fff;
    position: absolute;
    top: 70px;
    left: 20px;
    right: 20px;
}
.zzjg-sec-2 .biao .text h3 {
    font-size: 20px;
    padding-bottom: 5px;
}
.zzjg-sec-2 .biao .bottom {
    width: 100%;
    height: 320px;
    background-size: cover;
    background-position: center;
}
.zzjg-sec-3 {
	background: #fff;
}

.industry-sec-1 .sec-1-left {
  width: 100%;
  float: none;
}
.industry-sec-1 ul {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e2e2e2;
}
.industry-sec-1 ul li {
  width: 33%;
  float: left;
  border-right: 1px solid #e2e2e2;
  min-height: 400px;
}
.industry-sec-1 ul li .lb-name {
  background-position: center;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  width: 88%;
  height: 130px;
  border-radius: 5px;
  position: relative;
}
.industry-sec-1 ul li .lb-name h3 {
  line-height: 130px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  position: relative;
  z-index: 2;
}
.industry-sec-1 ul li .lb-name .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(28 110 254 / 23%);
  background: url(images/blue25.png) repeat;
  border-radius: 5px;
}
.industry-sec-1 ul li .box1 {
  background-color: #1c6ffb;
  background-color: #043994;
  color: #fff;
  margin: 0 auto;
  width: 88%;
  margin-top: 20px;
  padding: 10px 0px;
  text-align: center;
  font-size: 16px;
}
.industry-sec-1 ul li .box1.blue {
  background-color: #043994;
}
.industry-sec-1 ul li .box1.red {
  background-color: #b42302;
}
.industry-sec-1 ul li .box1.yellow {
  background-color: #e37924;
}
.industry-sec-1 ul li.zhong .box1 {
  width: 41%;
  margin-left: 6%;
  float: left;
}
.industry-sec-1 .tip {
  text-align: right;
  padding-top: 10px;
  font-size: 15px;
}
.industry-sec-1 .tip span {
  padding-right: 10px;
}
.industry-sec-1 .tip span i {
  display: inline-block;
  width: 10px;
  background: #043994;
  height: 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.industry-sec-1 .tip span i.red {background-color: #b42302;}
.industry-sec-1 .tip span i.yellow {background-color: #e37924;}

.industry-sec-2 {
  background: #f0f0f0;
  padding: 60px 0px;
}
.industry-sec-2 .ft-50 {
  text-align: center;
}
.industry-sec-2 .p {
  border-left: 6px solid #1c6ffb;
  padding-left: 24px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
}
.industry-sec-2 .xinxi_solution_bg { 
  background-size: 100% 400px; 
  margin: 0 auto;
  margin-top: 40px;
}
.xinxi_solution_main ul { 
  overflow: hidden; 
  height: 400px; 
}

.xinxi_solution_main ul li {
  background: url('images/in/img_spec4.jpg') no-repeat; 
  background-size: cover;
  height: 400px; 
  float: left; 
  width: 163px; 
  position: relative; 
  overflow: hidden; 
  transition: all 0.5s; 
  cursor: pointer;
}
.xinxi_solution_main ul .li2 { 
  background: url('images/in/lab65.jpg') no-repeat; 
  background-size: cover;
}
.xinxi_solution_main ul .li3 { 
  background: url('images/in/lab66.jpg') no-repeat; 
  background-size: cover;
}
.xinxi_solution_main ul .li4 { 
  background: url('images/in/lab67.jpg') no-repeat; 
  background-size: cover;
}

.xinxi_solution_main ul li .left_top { 
  position: absolute;
  left: 0;
  width: 113px;
  padding: 0 20px;
  text-align: center;
}
.xinxi_solution_main ul li .left_top img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.xinxi_solution_main ul li .left_top p {
  font-family: DINPro; 
}

.xinxi_solution_main ul li i { 
  display: block;
  font-size: 20px; 
  color: #FFF; 
  padding-bottom: 15px;
}
.xinxi_solution_main ul .li2 i {
  font-size: 18px;
}


.xinxi_solution_main .left_top { font-size: 30px; color: #FFF; }
.xinxi_solution_main ul li .left { 
  float: left; 
  width: 163px; 
  background: url(images/black20.png) repeat; 
  height: 400px; 
}
.xinxi_solution_main ul li .right { 
  float: left; 
  width: 586px; 
  position: relative; 
  height: 400px; 
}
.xinxi_solution_main ul li .right .cail {
  position: absolute; 
  top: 10%; 
  left: 30px; 
  color: #fff;
}
.xinxi_solution_main ul li .right .cail h3 {
  font-size: 18px;
  padding-bottom: 10px;
}
.xinxi_solution_main ul li .right .cail a {
  font-size: 14px;
  padding: 8px 10px;
  color: #fff;
  background: url(images/black20.png);
  margin-right: 15px;
  display: inline-block;
}
.xinxi_solution_main .line {
  height: 1px;
  background: rgb(255 255 255 / 37%);
  margin-top: 15px;
  margin-bottom: 15px;
}
.xinxi_solution_main ul li.on { width: 750px; }

.industry-sec-3 .ft-50 {
  text-align: center;
}
.industry-sec-3 .p {
  border-left: 6px solid #1c6ffb;
  padding-left: 24px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
}
.industry-sec-3 ul {
  margin-top: 40px;
}
.industry-sec-3 li {
  position: relative;
  float: left;
  width: 23%;
  margin-right: 2.5%;
  background: #eee;
  border-radius: 5px;
  box-shadow: 0 10px 18px rgb(31 41 64 / 5%);
  cursor: pointer;
  overflow: hidden;
}
.industry-sec-3 li .ai_1 {
  background: url(images/box3.jpg) no-repeat center;
  background-size: cover;
}
.industry-sec-3 li .area-icon.ai_2 {
  background: #043994;
  background-size: cover;
}
.industry-sec-3 li .area-icon img {
  display: block;
  margin: 0 auto;
  padding-top: 25px;
}
.industry-sec-3 li .area-box {
  padding: 20px 0px;
}
.industry-sec-3 li .area-box h3 {
  text-align: center;
  font-size: 22px;
  /* font-weight: 600; */
  color: #061840;
  padding-bottom: 8px;
}
.industry-sec-3 li .area-box p {
  font-size: 15px;
  padding-top: 5px;
  text-align: justify;
  width: 88%;
  margin: 0 auto;
  color: #444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.industry-sec-3 li .area-box span {
  display: block;
  margin: 0 auto;
  line-height: 32px;
  color: #fff;
  font-size: 15px;
  margin-top: 20px;
  width: 150px;
  transition: background .25s; 
  border-radius: 50px;
  text-align: center;
  background: url(images/icon_right_white.png) no-repeat 95% #043994;
  background-size: 17px;
}
.industry-sec-3 .li4 {
  margin-right: 0;
}
.industry-sec-3 li:hover .detail {
  bottom: 0;
}
.industry-sec-3 li .detail {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -400px;
  background: #043994;
  color: #fff;
  -webkit-transition:all 0.3s ease;
  transition:all 0.3s ease; 
}
.industry-sec-3 li .detail .dp {
  width: 88%;
  margin: 0 auto;
  padding-top: 50px;
}
.industry-sec-3 .li2 .detail .dp {
  padding-top: 20px;
} 
.industry-sec-3 .li3 .detail .dp {
  padding-top: 30px;
} 
.industry-sec-3 .li4 .detail .dp {
  padding-top: 30px;
} 

.industry-sec-3 li .detail .dp p {
  padding-bottom: 7px;
  font-size: 16px;
  background: url(images/in/icon72.png) no-repeat left 7px;
  padding-left: 20px;
  line-height: 24px;
}
.center {
  text-align: center;
}
.jqfw-sec-2 .clearfix {
  margin-top: 30px;
}
.jqfw-sec-2 .fl {
  width: 50%;
  height: 400px;
  overflow: hidden;
}
.jqfw-sec-2 img {
  width: 100%;
}
.jqfw-sec-2 .fr {
  width: 50%;
  background: #fff;
  height: 400px;
}
.jqfw-sec-2 i {
  display: block;
  width: 40px;
  height: 2px;
  background: #1c6ffb;
  margin-bottom: 30px;
  margin-top: 10px;
}
.jqfw-sec-2 .p {
  border-left: 0px solid #1c6ffb;
  padding-left: 0px;
  margin-top: 0px;
  font-size: 16px;
  line-height: 2.25;
  color: #444;
  letter-spacing: 0.05em;
  padding: 60px 30px 30px;
}
.jqfw-sec-3 {
  background: #fff;
  background: #f0f0f0;
}
.jqfw-sec-3 .ft-50.center {
  margin-bottom: 40px;
}
.jqfw-sec-3 .fr {
  overflow: hidden; 
}
.jqfw-sec-3 h3 {
  font-size: 24px;
  color: #095ae2;
  font-family: Montserrat, PingFang SC, Hiragino Sans GB, source-han-sans-simplified-c, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
.jqfw-sec-3 .row2 .fr {
  background: #ffffff URL(images/in/bg03.png) right bottom no-repeat;
  box-shadow: 0px 10px 30px 0px rgb(218 218 218);
}
.jqfw-sec-3 .row2 .fl {
  box-shadow: none;
}

.jqfw-sec-3 .fl {
  background: #ffffff URL(images/in/bg03.png) right bottom no-repeat;
  box-shadow: 0px 10px 30px 0px rgb(218 218 218);
}

.jqfw-sec-4 .ft-50 span {
  font-size: 20px;
}
.jqfw-sec-4 ul {margin-top: 40px;}
.jqfw-sec-4  li {
  width: 16.66%;
  float: left;
  margin-bottom: 25px;
}
.jqfw-sec-4  .logo-pic {
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 15px;
  position: relative;
 
}
.jqfw-sec-4  .logo-pic img {
  display: block;
  margin: 0 auto;
}

.lab-main {
  padding-top: 10px;
  padding-bottom: 60px;
}
.lab-main .text h4 {
  font-size: 20px;
}
.lab-main ul li:hover h4 {
  font-size: 22px;
}
.lab-main ul li {padding-right: 18px;}
.lab-main ul {
  margin-top: 30px;
}

.lab-main-2 {
  background: url(images/in/cloud.jpg) center;
  padding-top: 60px;
  padding-bottom: 120px;
}
.lab-main-2 .p {
  font-size: 16px;
  line-height: 2.25;
  color: #666;
  letter-spacing: 0.05em;
  text-align: center;
  padding-top: 20px;
}
.lab-main-2 ul {
  background: url(images/in/bg08.png) no-repeat 52%;
  position: relative;
  width: 100%;
  height: 480px;
  margin-top: 50px;
}
.lab-main-2 .digest ul li {
  position: absolute;
  display: inline-block;
  padding: 20px 0 20px 160px;
  text-align: left;
}
.lab-main-2 .digest ul li.dig1 {
  top: 0;
  padding: 20px 160px 20px 0;
  left: 0px;
}
.lab-main-2 .digest ul li.dig2 {
  top: 0;
  right: 35px;
}
.lab-main-2 .digest ul li.dig3 {
  bottom: 0;
  left: 0;
  padding: 20px 160px 20px 0;
}
.lab-main-2 .digest ul li.dig4 {
  bottom: -60px;
  right: -40px;
}

.digest ul li .cir {
  position: absolute;
  top: 0;
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: url(images/in/main-ir.png) no-repeat;
  vertical-align: middle;
}
.digest ul li.dig1 .cir {
  right: 0;
  background-color: #098B6E;
  background-position: -1px -620px;
}
.digest ul li.dig2 .cir {
  left: 0;
  background-color: #4491e8;
  background-position: -287px -620px;
}
.digest ul li.dig3 .cir {
  right: 0;
  background-color: #54a8cf;
  background-position: -144px -620px;
  
}
.digest ul li.dig4 .cir {
  left: 0;
  background-color: #0f2a8d;
  background-position: -430px -620px;
}

.digest ul li h3 {
  border: #397cda 1px solid;
  text-align: center;
  color: #397cda;
  font-size: 18px;
  padding: 5px 0px;
  margin-bottom: 10px;
}
.digest ul li span {display: block;}
.digest ul li span a {
  display: block;
  font-size: 15px;
  line-height: 30px;
}
.digest ul li span a.link {
  text-decoration: underline;
}
.digest ul li span a.link:hover {
  color: #0f2a8d;
}



.lsh-sec-1 {
  padding: 60px 0px;
}
.lsh-sec-1 .top-t {position: relative;}
.lsh-sec-1 .top-t i {
  font-size: 80px;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 47px;
  color: #c9dcfd;
  font-family: 'Montserrat'; 
}
.lsh-sec-1 .top-t h2 {
  position: relative;
  z-index: 2;
  font-size: 28px;
  background: url(images/in/icon74.png) no-repeat left;
  padding-left: 28px;
}
.lsh-sec-1 .top-t .line {
  position: absolute;
  width: 80%;
  height: 1px;
  background: #c9dcfd;
  top: 50%;
  right: 0;
}
.lsh-sec-1 .ls-logo {
	margin-top: 13px;
}
.lsh-sec-1 .part1 {
	border-bottom: 1px #c9dcfd solid;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.lsh-sec-1 .part2 ul li {
	display: inline-block;
	width: 24%;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.lsh-sec-1 .part2 ul li img {
    margin: 0 auto;
    display: block;
}
.lsh-sec-1 .part2 ul li .logo-pic {
    border: 1px solid #c8dafe;
    text-align: center;
    margin: 0 15px;
    position: relative;
    padding: 5px 0;
}
.lsh-sec-1 .part2 ul li p {
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
	margin: 0 10px;
}
span.sologn {
	font-size: 20px;
	color: #0e6aff;
}

.mubiao-sec-0 .ft-50 {
	text-align: left;
}
.mubiao-sec-1 {
	background: #f2f2f2;
	padding: 70px 0 0;
	background: url(images/in/bg09.jpg) no-repeat;
	background: url(images/in/lab77.jpg) no-repeat center;
	padding: 70px 0 50px;
	background-size: cover;
}
.mubiao-sec-1 ul {
	margin-top: 50px;
}
.mubiao-sec-1 ul .h344 {
	float: left;
    width: 600px;	
    margin-bottom: 40px;	
	margin-right: 40px;
	height: 312px;
	background: #fff;
	position: relative;
}
.mubiao-sec-1 .picScroll-left {
	margin-top: 40px;
}
.mubiao-sec-1 .picScroll-left .bd {
	overflow: hidden;
}
.mubiao-sec-1 .pp {
	color: #fff;
}
.mubiao-sec-1 .ft-50 {
	color: #fff;
}

.mubiao-sec-1 ul li i {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 40px;
	height: 40px;
	background: url(images/in/bg_box.png) 0 0 no-repeat;
}
.mubiao-sec-1 ul li.mr0 {
	margin-right: 0;
}
.mubiao-sec-1 ul li.h344 {
	height: 344px;
}

.mubiao-sec-1 ul li .list {
	display: block;
    padding: 30px 40px 40px 45px;
}
.mubiao-sec-1 ul li h3 {
	position: relative;
	font-size: 40px;
	color: #003a9c;
	padding-bottom: 20px;
	margin-bottom: 34px;
	border-bottom: #dcdcdc 1px solid;	
	font-family: Montserrat, PingFang SC, Hiragino Sans GB, source-han-sans-simplified-c, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
}
.mubiao-sec-1 ul li .txt {
	line-height: 36px;
	font-size: 18px;
}
.mubiao-sec-1 .hd ul{
	text-align: center;
	margin-top: 20px;
}
.mubiao-sec-1 .hd li {
	text-indent: -9999px;
	background: #fff;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.mubiao-sec-1 .hd li.on {
	background: #003a9c
}
.pp {
	font-size: 18px;
	line-height: 2.25;
	color: #666;
	letter-spacing: 0.05em;
	text-align: justify;
	padding-top: 10px;
	position: relative;
	z-index: 2;
}
.js-sec-2 {
	background: url(images/in/bg09.jpg) no-repeat center;
	padding: 70px 0 50px;
	background-size: cover;
}
.js-sec-2 ul li h3 b {
	font-size: 50px;
	font-family:DINPro;
	padding-right: 5px;
}
.js-sec-2 ul li h3 p {
	font-size: 26px;
	color: #333;
}
.js-sec-2 ul li.h344 {
	height: 440px;
}
.js-sec-2 .numeber {
	font-family: Montserrat;
	font-size: 190px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 70px;
	color: #fff;
	opacity: 0.5;
}

.js-sec-3 {
	padding: 80px 0 110px;
}
.js-sec-3 .ft-50 {
	margin-bottom: 40px;
}
.js-sec-3 .numeber {
	font-family: Montserrat;
	font-size: 190px;
	position: absolute;
	right: 0;
	top: 0px;
	line-height: 70px;
	color: #f0f0f0;
}
.js-sec-3 ul li {
	width: 50%;
	min-height: 350px;
	background: #003a9c;
}
.js-sec-3 ul li .left {
	padding: 50px 30px 30px;
	color: #fff;
}
.js-sec-3 ul li .right {
	padding: 50px 30px 30px;
	color: #fff;
}
.js-sec-3 ul li .top {
	margin-bottom: 30px;
}
.js-sec-3 ul li .top span {
	display: block;
	font-family: DINPro, PingFang SC, Hiragino Sans GB, source-han-sans-simplified-c, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-size: 50px;
	
}
.js-sec-3 ul li .top span i {
	font-size: 16px;
	padding-left: 5px;
}
.js-sec-3 ul li .top div{
	display: inline-block;
	width: 49%;
	text-align: center;
	font-size: 20px;
}
.js-sec-3 ul li .p {
	font-size: 18px;
	line-height: 34px;
	text-align: justify;
}

.js-sec-3 ul li.fr {
	background: #525252
}

.js-sec-4 {
	padding: 70px 0px;
	position: relative;
	overflow: hidden;
	background: url(images/in/bg10.jpg) no-repeat top;
	background-size: cover;
}
.js-sec-4 ul li.h344 {
	height: 350px;
}
.js-sec-4 ul li h3 {
	font-size: 30px;
}

.js-sec-5 {
	padding: 80px 0px 100px;
}
.js-sec-5 .numeber {
    font-family: Montserrat;
    font-size: 190px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 70px;
    color: #f0f0f0;
}
.js-sec-5 .slideTxtBox {
	position:relative;
	background: #fff;
	margin-top: 50px;
	height: 500px;
	box-shadow: 0 0 14px 1px rgba(234, 234, 234, .75);
}
.js-sec-5 .slideTxtBox .xxk {
	width: 70%;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	height: 500px;
}
.js-sec-5 .slideTxtBox .xxk li {
	float: left;
	text-align: center;
    width: 33%;
    height: 500px;
    border-right: 1px solid rgba(255, 255, 255, .3);
	font-size: 24px;
	cursor: pointer;
}
.js-sec-5 .slideTxtBox .xxk .li3 {
	border-right: none;
}
.js-sec-5 .slideTxtBox .xxk li .deco {
    display: block;
    width: 72px;
    height: 72px;
    opacity: 1;
    transition: .1s;
    transform: translateZ(0);
    margin: 0 auto;
	margin-top: 170px;
}
.js-sec-5 .slideTxtBox .xxk .deco .before {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0.95);
    border-radius: 100%;
    height: 36px;
    width: 36px;
}
.js-sec-5 .slideTxtBox .xxk  .deco .after {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.75);
    transition: .4s;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 100%;
    height: 54px;
    width: 54px;
}
.js-sec-5 .slideTxtBox .xxk li:hover  .deco .after,
.js-sec-5 .slideTxtBox .xxk li.on .deco .after{
    animation: scalepulse 1.3s linear .15s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
.js-sec-5 .slideTxtBox .xxk li:hover .deco .before,
.js-sec-5 .slideTxtBox .xxk li.on .deco .before {
    animation: scalepulse 1.3s linear .3s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

.js-sec-5 .slideTxtBox .xxk .deco i {
	background: hsla(0, 0%, 100%, .8);
    border: 1px solid #fff;
    border-radius: 100%;
    height: 13px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) scale(.5);
    transition: .4s;
    width: 13px;	
}
.js-sec-5 .slideTxtBox .xxk:hover .deco i,
.js-sec-5 .slideTxtBox .xxk li.on .deco i{
    background: #fff;
    animation: scalepulse 1.3s linear 0s infinite both;
    transform: translate3d(-50%, -50%, 0) scale(1);
}

@keyframes scalepulse {
    20% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.15);
        transform: translate3d(-50%, -50%, 0) scale(1.15);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }

    50% {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease
    }
}

.js-sec-5 .bd .txt-area {
	float: left;
    width: 312px;
    background: #fff;
    padding: 100px 30px 30px;
}
.js-sec-5 .bd .txt-area h2 {
	font-size: 32px;
	padding-bottom: 15px;
	color: #003a9c;
	padding-bottom: 20px;
	margin-bottom: 34px;
	border-bottom: #dcdcdc 1px solid;
}
.js-sec-5 .bd .txt-area p {
	font-size: 18px;
	line-height: 32px;
	text-align: justify;
}
.js-sec-5 .bd .background {
	float: right;
	width: 70%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.js-sec-6 ul li h3 {
	font-size: 30px;
}

.js-sec-7 {
	padding: 70px 0px;
}
.js-sec-7 .txt {
    margin-top: 30px;
    font-size: 18px;
    color: #666;
    letter-spacing: 0.05em;
    text-align: justify;
    padding: 0 20px;
    border-left: 6px solid #1c6ffb;
    padding-left: 24px;
	    line-height: 2.25;
	    position: relative;
	    z-index: 2;
}
.js-sec-7 .numeber {
    font-family: Montserrat;
    font-size: 190px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 70px;
    color: #f0f0f0;
}

.yunxing-sec-1 {
	padding: 70px 0 60px;
}
.yunxing-sec-1 h3 {
    text-align: left;
	font-size: 30px;
	line-height: 1.5;
}
.yunxing-sec-2 {
	padding: 30px 0px 60px;
}
.yunxing-sec-2 .ico-left {

}
.yunxing-sec-2 .ico-left li {
	display: inline-block;
    float: left;
    width: 155px;
    margin-bottom: 10px;
    color: #222;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    margin-right: 30px;
    position: relative;
}
.yunxing-sec-2 .ico-left .li1 {
	margin-top: 70px;
	width: 130px;
}
.yunxing-sec-2 .ico-left .li7 {
	margin-right: 0;
}
.yunxing-sec-2 .ico-left li .tit {
    display: block;
    background: #00399b;
    font-size: 18px;
    padding: 5px 0px 15px;
    color: #fff;
    text-align: center;
    border-radius: 0 20px 0 0;
}
.yunxing-sec-2 .ico-left li .tit.blue {
	background: #095eeb;
}
.yunxing-sec-2 .ico-left .li1 .tit {
	border-radius: 20px;
	padding: 20px 0 30px;
	background: #8f8f8f;
}

.yunxing-sec-2 .ico-left li .inner {
	padding: 20px 25px;
	position: relative;
	border: 1px solid #ddd;
}
.yunxing-sec-2 .ico-left li .inner b {
	color:#00399b;
	display: block;
	margin-bottom: 10px;
	display: none;
}
.yunxing-sec-2 .ico-left li .inner p {
	position: relative;
	margin: 3px 0;
	padding-left: 18px;
	color: #666;
	line-height: 26px;
	font-size: 16px;
}
.yunxing-sec-2 .ico-left li .inner p i {
	position: absolute;
    width: 6px;
    height: 5px;
    top: 10.5px;
    left: 15px;
    border-radius: 50%;
    background: #30817b;	
}
.yunxing-sec-2 .ico-left li .arr {
	position: absolute;
    height: 11px;
    top: 50%;
    background: url(images/in/arr.png) no-repeat;
	margin-top: -70px;
	right: -21px;
	width: 21px;
}
.yunxing-sec-2 .ico-left .li1 .arr {
	margin-top: 0;
}
.yunxing-sec-2 .ico-left li span {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    background: url(images/in/sub_box.png);
	background-position: -200px 0
}
.yunxing-sec-2 .ico-left li .icon2 {
    background-position: -100px 0;
}
.yunxing-sec-2 .ico-left li .icon3 {background-position: -0px 0;}
.yunxing-sec-2 .ico-left li .icon4 {background-position: -300px 0;}
.yunxing-sec-2 .ico-left li .icon5 {background-position: -500px 0;}
.yunxing-sec-2 .ico-left li .icon6 {background-position: -600px 0;}
.yunxing-sec-2 .ico-left li .icon7 {background-position: -400px 0;}

.yunxing-sec-2 .box3 {
	position: relative;
	/*margin: 55px 0 0;*/
	border: 1px solid #c8c6c6;
	padding-top: 30px;
	border-radius: 100px;
}
.yunxing-sec-2 .box3 .ico {
	position: absolute;
    left: 50px;
    bottom: 0;
    width: 97px;
    height: 97px;
    background: url(images/in/icon75.png) no-repeat;	
}
.yunxing-sec-2 .box3 .mc {
	position: absolute;
    left: 25px;
    top: 55px;
    font-size: 24px;
    color: #000000;
}
.yunxing-sec-2 .box3 ul {
	overflow: hidden;
	position: relative;
	padding: 0 0px 30px 120px;
}
.yunxing-sec-2 .box3 ul li {
	float: left;
	position: relative;
	width: 160px;
	margin-right: 30px;
	text-align: center;
}
.yunxing-sec-2 .box3 ul li.mr0 {
	margin-right: 0;
}
.yunxing-sec-2 .box3 ul li em {
	overflow: hidden;
    position: relative;
    top: 1px;
    font-size: 36px;
    color: #00359d;
    font-weight: bold;
    font-family: 'DINPro';
    line-height: 1;
    display: block;
    margin-bottom: 20px;
}
.yunxing-sec-2 .box3 ul li h3 {
	margin: 5px 0 10px;
    font-size: 18px;
    color: #222222;
    line-height: 1.3;	
}
.yunxing-sec-2 .box3 ul li i {
	display: block;
    position: absolute;
    right: -38px;
    top: 0px;
    width: 30px;
    height: 30px;
    border: 7px solid #eff8f7;
    border-radius: 50%;
    background: url(images/in/icon76.png);
}
.yunxing-sec-2 .down {
    position: absolute;
    width: 231px;
    height: 51px;
    left: 50%;
    bottom: 0;
    background: url(images/in/arr2.png);
    margin-left: -115px;
}

.yunxing-sec-3 {
	padding: 70px 0px;
	background: #f0f0f0;
}
.yunxing-sec-3 h3 {
    text-align: left;
	font-size: 30px;
	line-height: 1.5;
}
.yunxing-sec-3 .txt {
	margin-top: 30px;
	font-size: 16px;
	line-height: 2.25;
	color: #666;
	letter-spacing: 0.05em;
	text-align: justify;
	padding: 0 20px;
	border-left: 6px solid #1c6ffb;
	padding-left: 24px;
}
.yuxing-sec-4 {
	padding: 80px 0px 60px;
	background: #fff;
	position: relative;
}
.yuxing-sec-4 .four li {
	margin-top: 30px;
	float: left;	
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
}
.yuxing-sec-4 .four li .inner {
	position: relative;
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	padding: 40px 20px 35px;
	height: 180px;
}
.yuxing-sec-4 .four li .inner .hex {
	position: relative;
	margin: 0 auto;
	width: 96px;
	height: 106px;
	background: url(images/in/shape.png)no-repeat;
	background-size: 100%;
}
.yuxing-sec-4 .four li .hex span {
	position: absolute;
	width: 60px;
	height: 60px;
	margin-top: -32px;
	background-image: url(images/in/cont.png);
	top: 50%;
	left: 18px;
}
.yuxing-sec-4 .four li .hex span.icon1 {
    background-position: -240px -120px;
}
.yuxing-sec-4 .four li .hex span.icon2 { background-position: -180px -300px;}
.yuxing-sec-4 .four li .hex span.icon3 {
	background-position: -360px -180px;
}
.yuxing-sec-4 .four li .hex span.icon4 {
	background-position: -540px -120px;
}

.yuxing-sec-4 .four li .inner p {
	margin-top: 20px;
	font-size: 18px;
}
.yuxing-sec-4 .down {
	position: absolute;
    width: 231px;
    height: 51px;
    left: 50%;
    bottom: 0;
    background: url(images/in/arr2.png);
    margin-left: -115px;
}


.yunxing-sec-5 {
	padding: 40px 0 80px;
}
.yunxing-sec-5 ul {
	background: #f0f0f0;
	padding: 30px;
}
.yunxing-sec-5 li {
	height: 50px;
	width: 104px;
	margin-right: 10px;
	background: #00399b;
	color: #fff;
	float: left;
	border-radius: 50px;
}
.yunxing-sec-5 li.mr0 {
	margin-right: 0;
	width: 150px;
}
.yunxing-sec-5 li p {
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 50px;
}

.chanye-sec-1 {
  background: #fff;
  padding: 0;
}
.chanye-sec-1 .bghui {
  background: #f0f0f0;
  padding: 60px 0px;
}
.chanye-sec-1 .bgwhite {
  background: #fff;
  padding: 60px 0;
}
.chanye-sec-1 .clearfix .you {
  padding-top: 50px;
}
.chanye-sec-1 .clearfix .you.fl {
  padding-top: 50px;
}


/*浮动客服*/
.index-righttbar {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 999;
  height: 170px;
  width: 200px;
}

#floatDivBoxs{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.floatShadow{ 
  
}
#rightArrow{
  width: 50px;
    height: 50px;
    position: absolute;
    top: 185px;
    right: 0;
    z-index: 999;
    text-align: center;
    font-size: 15px;
    color: #024dc7;
    background-image: url(images/kf2.png);
    background-size: 50px;
}
#rightArrow a{display:block;height:45px;}


.bar-ico li {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    /* overflow: hidden; */
    transition: .2s ease-in-out;
    border: 1px solid #b8d2fd;
    position: relative;
}
.bar-ico li .ico {
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.bar-ico li .ico i {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
}
.bar-ico li.item-ewm .ico i {
  background-image: url(images/right-bar1.png);
}
.bar-ico li.item-biaodan .ico i {
  background-image: url(images/right-bar2.png);
}
.bar-ico li.item-top .ico i {
  background-image: url(images/icon_top.png);
}

.bar-ico li .cur {
  display: block;
  position: absolute;
  /* padding: 8px; */
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  opacity: 0;
  top: 0;
  background: #1c6ffb;
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
.bar-ico li .cur span {
  width: 30px;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding-top: 5px;
}
.bar-ico li .cur:hover {
    opacity: 1;
}
.bar-ico li:hover .cur {
    display: block;
}
.bar-ico li .pop {
    display: none;
    position: absolute;
    padding-right: 10px;
    right: 60px;
    top: 0;
    transform-origin: right bottom;
    /* width: 180px; */
    padding: 15px 30px;
    background: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 20%);
}
.bar-ico li  .pop p {
  font-size: 16px;
    color: #333;
}
.bar-ico li:hover .cur .pop {
    display: block;
}
.pop-ewm img {
  width: 130px;
}

.jshu-mback {
	padding: 15px 0px;
	text-align: center;
	background: #e6e6e6;
}
.jshu-mback a {
	background: URL(images/in/arrow-.png) no-repeat right;
	padding-right: 25px;
	color: #003296;
	font-size: 16px;
}


@keyframes mVbgRotate {
	from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}


@media (max-width: 1680px) {
  .ft-50 {font-size: 44px;}
  .ft-24 {font-size: 20px;}
  .ft-32 {font-size: 28px;}
  .ft-60 {font-size: 52px;}
  .mt-100 {
    margin-top: 80px;
  }
  .sec-wrap {
    width: auto;
    
  }
}

@media (max-width: 1500px) {
  .ft-60 {font-size: 48px;}
  .ft-50 {font-size: 40px;}
  .mt-100 {
    margin-top: 70px;
  }
  .lab-zky-01 .fl {width: 49%;}
  .lab-zky-01 .rt {width: 48%;}
  .lab-zky-01 .rt .info {
    padding: 30px 40px 20px 40px;
  }  
}