body {
  overflow-x: hidden;
font-family:Roboto,Tahoma,sans-serif;
}

html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}

body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
  transition: 0.3s;
}
a:hover{
  transition: 0.3s;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}

/**header**/
.header {
    z-index: 999;
    width: 100%;
	transition: 0.3s;
	background:#020E1C;
}
.header .header-top{
	height: 90px;
}
.header .header-top .logo-box {
  float: left;
  margin-top: 15px;
  transition: 0.3s;
}
.header .header-top .logo-box .logo {
  float: left;
}
.header .header-top .logo-box .logo img {
   transition: 0.3s;
}
.header .header-top .logo-box .txt {
  float: right;
  margin-left: 2rem;
}
.header .header-top .logo-box .txt h5 {
  font-size: 3rem;
  color: #005199;
  font-weight: 900;
  margin: 0;
  line-height: 100%;
}
.header .header-top .logo-box .txt h6 {
  font-size: 2rem;
  color: #0368b0;
  font-weight: 900;
  margin: 5px 0 4px;
}
.header .header-top .logo-box .txt p {
  font-size: 1.8rem;
  color: #999;
  line-height: 130%;
  font-weight: 100;
}
.header .header-top .rt-box {
  float: right;
  width: 80%;
  text-align: right;
}
.header .header-top .rt-box .tel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header .header-top .rt-box .tel h6 {
  font-size: 1.4rem;
  color: #666;
  font-weight: 600;
  padding-left: 25px;
  background: url("../images/tel_03.jpg") no-repeat left center;
  min-height: 18px;
  padding-right: 1rem;
  border-right: 1px solid #ccc;
}
.header .header-top .rt-box .nav-con {
  height: 90px;
  margin:0 auto;
}
.header .header-top .rt-box .nav-con #nav {
  width: 100%;
  margin-bottom: 0;
}
.header .header-top .rt-box .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  height:90px;
  line-height: 90px;
  transition: 0.3s;
  text-transform: capitalize;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:hover span {
  width: 110%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
  color: #fff;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  padding: 0 2rem;
  transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
    color:#198ED7;
   transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
  margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .two-nav::after{
	content: '';
	position:absolute;
	right:6px;
	top:43px;
    width: 0px;
    height: 0px;
    border: 6px solid transparent;
    border-top-color: #fff;
   transition: 0.5s;

}
.header .header-top .rt-box .nav-con #nav .nav-up-selected a {
    color:#198ED7;
}
.header .header-top .rt-box .nav-con #nav .two-nav:hover::after {
	transform: rotate(180deg);
	transform-origin:60% 30%;
    border: 6px solid transparent;
    border-top-color: #198ED7!important;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 90px;
  left: 0%;
  display: none;
  background-color:#46B1C1;
	padding: 20px 0;
	padding-top:5px;
    background: #46B1C1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  width: 200px;
  text-align: center;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li{
	height:40px;
	line-height:40px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li a {
	font-size: 1.4rem;
    color: #fff;
    display: block;
    text-align: left;
    padding-left: 20px;
	height:40px;
	line-height:40px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav .drop-down li a:hover {
    color: #198ED7;
    background: #031730;
}

.header .navigation-down {
  position: absolute;
  top: 90px;
  width: 200px;
  z-index: 999;
   transition: 0.3s;
   left:35%;
}
.div2 .navigation-down {
  top: 70px;
   transition: 0.3s;
}
.header .header-top .rt-box .tel{
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  padding-left: 30px;
  background: url(../images/tel.png) no-repeat left center;
  background-size:25px;
  min-height: 20px;
  margin-top:30px;
  float:right;
  transition: 0.3s;
}
.header .header-top .rt-box .search-box {
  height: 38px;
  line-height: 38px;
  min-width:40px;
  float:right;
  position:relative;
  margin-top:20px;
  margin-left:30px;
  transition: 0.3s;
  float:right;
}
.header .header-top .rt-box .search-box .search-btn {
  width: 38px;
  height: 38px;
  border: none;
  background: url("../images/search-btn.png") no-repeat center;
  position:absolute;
  top:0px;
  left:0px;
  transition: 0.4s;
}
.header .header-top .rt-box .search-box .txt {
  height: 38px;
  line-height: 38px;
  width: 186px;
  background: #F1F1F1;
  padding: 0 10px;
  border: none;
  position:absolute;
  left:0px;
  top:0px;
  margin-left:-166px;
  transition: 0.4s;
	z-index:999;
	display:none;
	border-radius:6px;
}
.header .header-top .rt-box .search-box .submit {
  width: 38px;
  height: 38px;
  border: none;
  background: url("../images/search-btn_03.png") no-repeat center;
  position:absolute;
  top:0px;
  left:0px;
  z-index:9999;
  transition: 0.4s;
	display:none;
}
.header .header-top .rt-box .search-box:hover .txt {
	display:block;
  transition: 0.4s;
  margin-left:-148px;
}
.header .header-top .rt-box .search-box:hover .submit {
	display:block;
  transition: 0.4s;
  background: url("../images/search.png") no-repeat center;
}
.div2{
	height:70px;
	position:fixed;
	left:0px;
	top:0px;
	background:rgba(2,14,28,0.98);
   transition: 0.3s;
}
.div2 .header-top .rt-box .tel{
  margin-top:20px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .search-box{
  margin-top:10px;
   transition: 0.3s;
}

.div2 .navigation-down{
  top: 70px;
   transition: 0.3s;
}
.header .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:51px;
}
.div2 .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:40px;
}
.div2 .header-top .rt-box .language a{
	top:20px;
   transition: 0.3s;
}
.div2 .header-top .logo-box{
    margin-top: 15px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav{
	height: 70px;
    line-height: 70px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav span {
  top: 57px;
   transition: 0.3s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#fff;
}
.div2 .header-top .rt-box .nav-con #nav .nav-up-selected a{
	color:#198ED7;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#198ED7;
}
.div2 .header-top .rt-box .nav-con #nav .two-nav::after{
	top:33px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav .drop-down {
  top: 70px;
   transition: 0.5s;
}
.header .navigation-down .list-box {
  padding: 2% 0;
  background:#46B1C1;
  padding-bottom:0%;
   border-bottom-left-radius:20px;
   border-bottom-right-radius:20px;
}
.header .navigation-down .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width:100%;
  text-align:center;
}
.header .navigation-down .list-box .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width:100%;
}
.header .navigation-down .list-box .list li {
  width:100%;
}
.header .navigation-down .list-box .list li a {
  font-size: 1.4rem;
  color: #fff;
  display:block;
  padding:10px 0;
  text-align:left;
  padding-left:20px;
}
.header .navigation-down .list-box .list li a:hover {
  color: #198ED7;
  background:#031730;
}

.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 10px 0 0 3%;
  width: 150px;
}
.header .mobile-con .nivo-directionNav {
  display: none;
}
.header .mobile-con .box .nivo-controlNav {
  margin-left: -16px;
  bottom: -6px;
}
.header .mobile-con .nivo-controlNav a {
  width: 6px;
  height: 6px;
  margin: 0 3px;
}
.header .mobile-con .navbar-form {
  padding: 10px 15px 7px;
}
.header .mobile-con .navbar-toggle {
  margin-top: 2px;
}
.header .mobile-con .navbar-form .form-group {
  width: 76%;
  float: left;
}
.header .mobile-con .btn-default {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
}

/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}

/**banner**/
.main .ad-box-pc {
  margin-top: -1px;
}
.main .ad-box-pc .swiper-container-pc {
  overflow: hidden;
  position: relative;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-next-pc {
  opacity: 1;
}
.main .ad-box-pc .swiper-container-pc:hover .swiper-button-prev-pc {
  opacity: 1;
}
.main .ad-box-pc .top-banner {
  width: 100%;
  position: relative;
}
.main .ad-box-pc .swiper-slide {
  overflow: hidden;
}
.main .ad-box-pc .swiper-slide img {
  width: 100%;
}
.main .ad-box-pc .swiper-pagination {
  position: absolute;
  bottom: 20px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 1;
  border-radius: 0px;
  margin: 0 4px;
  transition: 0.3s;
  background:rgba(255,255,255,0.9);
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background:#fff;
  transition: 0.3s;
  width:36px;
}

@media (max-width: 768px) {
  .main .ad-box-pc .swiper-slide {
    overflow: hidden;
  }
  .main .ad-box-pc .swiper-slide img {
    width: 100%;
    transition: 2.5s linear;
    transform: scale(1);
  }
  .main .ad-box-pc .swiper-pagination {
    position: absolute;
    bottom: 4px;
    z-index: 99;
  }
  .main .ad-box-pc .swiper-pagination-bullet {
    background: #fff;
    height: 3px;
    width: 16px;
    opacity: 1;
  }
  .main .ad-box-pc .swiper-pagination-bullet-active {
    background: #0368b0;
  }
}

/**index-tit**/
.main .index-tit {
  margin: 5% 0;
  text-align: center;
  font-size:4rem;
  color: #1B3B68;
  font-weight:bold;
  margin-top:3%;
}

/**about**/
.main .about {
  padding: 6% 0;
  color:#1B3B68;
  position:relative;
}
.main .about .left{
	width:55%;
	margin:0 auto;
	float:right;
}
.main .about .left h4{
	font-size:4rem;
	margin-bottom:20px;
	font-weight:bold;
}
.main .about .left p{
	line-height:200%;
	margin-bottom:20px;
	font-size:2.5rem;
}
.main .about .left a{
  display: inline-block;
  *display: inline;
  height:40px;
  line-height:40px;
  font-size:2rem;
  color:#fff;
  margin-top:20px;
  background:url(../images/more-a-jt.png) no-repeat 90% 50%;
  background-size:22px;
  background-color:#1B3B68;
  margin-bottom:30px;
  padding:0 40px;
  padding-right:50px;
}
.main .about .left a:hover{
  background:url(../images/more-a-jt.png) no-repeat 95% 50%;
  background-size:22px;
  background-color:#198ED7;
  color:#fff;
}
.main .about .right{
	width:40%;
	float:left;
	text-align:center;
}
.main .about .right img{
	width:100%;
	max-width:453px;
}

/**numCount**/
.numCount{
	width:100%;
	float:left;
	padding-top:4%;
	padding-bottom:4%;
}
.numCount .txt{
	float:left;
	text-align:center;
	font-size:2rem;
	width:33.3333%;
}
.numCount .txt:last-child{
	border:0px;
}
.numCount .txt h3{
	font-size:5rem;
	text-align:center;
	color:#063C79;
	font-weight:bold;
}
.numCount .txt h3 font{
	font-size:2rem;
	color:#063C79;
}
.numCount .txt p{
	text-align:center;
	color:#333;
	font-size:1.6rem;
}

/**service**/
.main .service {
	padding-top:3%;
	padding-bottom:3%;
	background:url(../images/service-bg.jpg) no-repeat center 50%;
	background-size: cover;
}
.main .service .content{
	width:100%;
}
.main .service .content ul{
	display:flex;
	justify-content: space-around;
}
.main .service .content ul li{
	width:50%;
	text-align:center;
	position:relative;
}
.main .service .content ul li::before{
	content:"";
	width:100px;
	height:1px;
	position:absolute;
	right:0px;
	top:50%;
	background:#1B3B68;
}
.main .service .content ul li::after{
	content:"";
	width:100px;
	height:1px;
	position:absolute;
	left:0px;
	top:50%;
	background:#1B3B68;
}
.main .service .content ul li .img{
	width:100%;
  transition: 0.3s;
}
.main .service .content ul li .img img{
	width:100%;
	max-width:380px;
}
.main .service .content ul li:hover .img{
  transform: scale(1.05);
  transition: 0.3s;
}
.main .service .content ul li .txt{
	width:100%;
	font-size:3rem;
	color:#fff;
	position:absolute;
	bottom:0px;
}

/**choose**/
.main .choose {
	padding-top:3%;
	padding-bottom:3%;
}
.main .choose .content ul{
	width:100%;
	display:flex;
	justify-content: space-around;
}
.main .choose .content ul li{
	width:20%;
	text-align:center;
	color:#1B3B68;
	padding-right:50px;
	border-right:1px solid #000;
}
.main .choose .content ul li:last-child{
	border:0px;
}
.main .choose .content ul li .img{
	width:100%;
}
.main .choose .content ul li .img img{
	width:90%;
	max-width:100px;
	padding:30px;
	border-radius:80px;
	border:1px solid #1B3B68;
	box-sizing: content-box;
  transition: 0.3s;
}
.main .choose .content ul li:hover .img img{
  transition: 0.3s;
  transform: scale(1.05);
}


/**vision**/
.main .vision {
	padding-top:6%;
	padding-bottom:10%;
	background:url(../images/vision-bg.jpg) no-repeat center bottom;
	background-size: cover;
	color:#fff;
}
.main .vision .content{
	font-size:3rem;
}
.main .vision .content h3{
	font-size:6rem;
	margin-bottom:20px;
	font-weight:normal;
}

/**news**/
.main .news {
	padding-top:3%;
	padding-bottom:3%;
}
.main .news .content{
	text-align:center;
}
.main .news .content li{
	text-align:left;
	width:45%;
	margin:2% 2.5%;
	display:inline-block;
	float:left;
	background:#fff;
	border-radius:20px;
}
.main .news .content li .img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.main .news .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.main .news .content li:hover .img img {
  transition: 0.3s;
  transform: scale(1.05);
}
.main .news .content li .txt {
  width: 100%;
  float: left;
  text-align:left;
  padding-top:10px;
}
.main .news .content li .txt h6 {
  font-size: 3rem;
  color: #333;
  line-height:120%;
  margin-bottom:20px;
}
.main .news .content li:hover .txt h6 {
  color: #005199;
}
.main .news .content li .txt p {
  font-size: 1.6rem;
  color: #999;
  margin: 3% 0;
  line-height: 160%;
}

/**wordwide**/
.wordwide {
	padding-top:5%;
	padding-bottom:5%;
	background:url(../images/wordwide-bg.jpg) no-repeat 80% 50%;
	background-size: inherit;
	background-color:#0A2447;
	color:#fff;
}
.wordwide .content{
	font-size:3rem;
	width:50%;
}
.wordwide .content h3{
	font-size:6rem;
	margin-bottom:20px;
	font-weight:normal;
}

/**btn_more**/
.btn_more a{
  display: inline-block;
  *display: inline;
  height:40px;
  line-height:40px;
  font-size:2rem;
  color:#fff;
  margin-top:20px;
  background:url(../images/more-a-jt.png) no-repeat 90% 50%;
  background-size:22px;
  background-color:#1B3B68;
  margin-bottom:30px;
  padding:0 40px;
  padding-right:50px;
}
.btn_more a:hover{
  background:url(../images/more-a-jt.png) no-repeat 95% 50%;
  background-size:22px;
  background-color:#198ED7;
  color:#fff;
}

/**footer**/
.footer {
  background-color:#000;
  padding:3% 0;
  color:#666;
}
.footer .footer-left {
	float:left;
}
.footer .footer-left .footer-left-logo{
	float:left;
	margin-right:20px;
}
.footer .footer-left .footer-left-logo img{
	width:100%;
	max-width:92px;
}
.footer .footer-left .footer-left-txt{
	float:left;
}
.footer .footer-left .footer-left-txt h3 {
	font-size:4rem;
	color:#fff;
	margin-top:0px;
	margin-bottom:20px;
}
.footer .footer-left .footer-left-txt .share a img{
	margin-right:20px;
   transition: 0.3s;
}
.footer .footer-left .footer-left-txt .share a:hover img{
	opacity:0.8;
   transition: 0.3s;
}

.footer .footer-right {
	float:right;
	text-align:right;
	font-size:1.4rem;
}
.footer .footer-right .footer-nav{
	margin-bottom:20px;
}
.footer .footer-right .footer-nav a{
	margin-left:30px;
	color:#fff;
	font-size:1.8rem;
}
.footer .footer-right .footer-nav a:hover{
	color:#198ED7;
}
.footer .returnTop {
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  width: 54px;
  height: 54px;
  background: url("../images/topback.gif") no-repeat center;
  border-radius:10px;
}
@media (max-width: 768px) {
  .footer .returnTop {
    display: none;
  }
}

/*ins-main*/
@media (max-width: 768px) {
.ins-main {
    margin-top: 60px;
  }
}
.ins-main .title-h3{
	width:100%;
	font-size:4rem;
	font-weight:bold;
	color:#1B3B68;
	position:relative;
	margin-bottom:5%;
	line-height:120%;
}
.ins-main .title-h3::before{
	content:"";
	width:100px;
	height:3px;
	background:#1B3B68;
	position:absolute;
	left:0;
	bottom:-20px;
	border-radius:3px;
}
.ins-main .ins-contact .title-h4 {
    color: #1B3B68;
    font-size: 3.5rem;
    padding: 2% 0;
}
/*bread*/
.ins-main .bread{
	width:100%;
	background:#E5E6E8;
	height:40px;
	line-height:40px;
	color:#999;
}
.ins-main .bread a{
	color:#999;
	padding:0 10px
}
.ins-main .bread a:hover{
	color:#198ED7;
}

/*ins-banner*/
.ins-main .ins-banner{
  height: 425px;
}
.ins-main .about-banner{
  background:url(../images/aboutus-banner.jpg) no-repeat center 50%;
  background-size:cover;
}
.ins-main .contact-banner{
  background:url(../images/contact-banner.jpg) no-repeat center 50%;
  background-size:cover;
}
.ins-main .news-banner{
  background:url(../images/news-banner.jpg) no-repeat center 50%;
  background-size:cover;
}
.ins-main .join-banner{
  background:url(../images/join-banner.jpg) no-repeat center 50%;
  background-size:cover;
}
.ins-main .service-banner{
  background:url(../images/service-banner.jpg) no-repeat center 50%;
  background-size:cover;
}
.ins-main .ins-banner h3 {
  font-size: 5rem;
  color: #fff;
  font-weight: 900;
  margin: 0;
  text-align:center;
  width:100%;
  display: inline-block;
  padding-top:9%;
  text-transform: uppercase;
}
.ins-main .ins-banner p {
  font-size: 3rem;
  color: #fff;
  text-align:center;
}

/*about-nav*/
.ins-main .about-nav{
	width:100%;
	height:60px;
	line-height:60px;
	background:#E5E6E8;
	margin-bottom:3%;
}
.ins-main .about-nav a{
	color:#666;
	font-size:1.6rem;
	margin-right:40px;
}
.ins-main .about-nav a:hover{
	color:#1B3B68;
}
.ins-main .about-nav .active{
	color:#1B3B68;
	font-weight:bold;
}


/*ins-about*/
.ins-main .ins-about{
	padding-bottom:3%;
}
.ins-main .ins-about .txt-box {
	width: 60%;
	float:left;
}
.ins-main .ins-about .txt-box p{
	line-height:160%;
	color:#333;
}
.ins-main .ins-about .img-box{
	width:35%;
	float:right;
	text-align:center;
}
.ins-main .ins-about .img-box img{
	width:90%;
	max-width:286px;
}

/*pic*/
.ins-main .ins-about .pic{
	width:100%;
	float:left;
	padding-top:5%;
	overflow:hidden;
	position:relative;
}
.ins-main .ins-about .pic .swiper-pagination-pic{ text-align:center; margin-top:-40px;z-index: 999999;position: absolute;
    bottom: 20px;
    width: 100%;
}}
.ins-main .ins-about .pic .swiper-pagination-bullet{ margin-right:5px;}
.ins-main .ins-about .pic .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  opacity: 1;
  border-radius: 0px;
  margin: 0 4px;
  transition: 0.3s;
  background:rgba(255,255,255,0.9);
	border-radius:6px;
	-moz-border-radius:6px; /* Old Firefox */
}
.ins-main .ins-about .pic .swiper-pagination-bullet-active{  
background:#fff;
  transition: 0.3s;
  width:36px;}
.ins-main .ins-about .pic .swiper-slide li{width:100%; margin:0 auto; position:relative;}
.ins-main .ins-about .pic .swiper-slide li img{width:100%;}
.ins-main .ins-about .pic .swiper-slide li h3{width:100%; color:#fff;font-size:3rem; position:absolute;left:60px;top:30px;}

.ins-main .ins-about .pic .swiper-button-next-pc {
  width: 41px;
  height: 74px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -35px;
  background: url("../images/ad-btn_05.png") no-repeat center;
  z-index: 6;
  transition: 0.3s;
}
.ins-main .ins-about .pic .swiper-button-next-pc:hover {
  background: url("../images/ad-btn_05_1.png") no-repeat center;
  transition: 0.3s;
}
.ins-main .ins-about .pic .swiper-button-prev-pc {
  width: 41px;
  height: 74px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -35px;
  background: url("../images/ad-btn_03.png") no-repeat center;
  z-index: 6;
  transition: 0.3s;
}
.ins-main .ins-about .pic .swiper-button-prev-pc:hover {
  background: url("../images/ad-btn_03_1.png") no-repeat center;
  transition: 0.3s;
}

/*ins-contact*/
.ins-main .ins-contact .txt-box {
  width: 100%;
  float: left;
  padding:5% 0;
}
.ins-main .ins-contact .txt-box li {
  font-size: 2rem;
  color: #333;
  padding:15px 0;
}
.ins-main .ins-contact .txt-box li img{
	max-width:22px;
	margin-right:10px;
}

/*ins-news*/
.ins-main .ins-news {
  padding: 2% 0;
  padding-top:0px;
}
.ins-main .ins-news li {
  padding: 3% 0;
  transition: 0.3s;
}
.ins-main .ins-news li:hover{
	background:rgba(6, 119, 153, 0.1);
  transition: 0.3s;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt h6 {
  color: #005199;
}
.ins-main .ins-news li .img {
  width: 30%;
  float: left;
  overflow: hidden;
  margin-left:2%;
}
.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-news li .txt {
  width: 60%;
  float: right;
  margin-right:2%;
}
.ins-main .ins-news li .txt h6 {
  font-size: 3rem;
  color: #333;
  margin-top: 0;
  margin-bottom:3%;
}
.ins-main .a-news li .txt h6 {
  color: #005199;
}
.ins-main .ins-news li .txt p {
  font-size: 2rem;
  color: #999;
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
  line-height: 150%;
  margin-bottom:3%;
}

/*news-show*/
.ins-main .news-show {
  padding: 3% 0;
  padding-top:0px;
}
.ins-main .news-show .title-h3{
	margin-bottom:3%;
}
.ins-main .news-show .show-tit {
  margin-bottom: 3%;
}
.ins-main .news-show .show-tit p {
  font-size: 1.4rem;
  color: #999;
  text-transform: uppercase;
}
.ins-main .news-show .show-txt img {
  max-width: 100%!important;
  width: auto!important;
  height: auto!important;
}
.ins-main .news-show .show-txt p {
  text-align: left;
  font-size: 1.8rem;
  color: #333;
  line-height: 180%;
  margin-bottom: 20px;
}
.ins-main .news-show .link {
  padding: 5% 0 0;
  border-top: 1px solid #eee;
  margin-top:3%;
}
.ins-main .news-show .link p {
  font-size: 1.4rem;
  color: #333;
}
.ins-main .news-show .link p span {
  display: inline-block;
  text-align: right;
  width: 60px;
  margin-right:20px;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #005199;
}
.ins-main .news-show .content img {
    max-width: 100%;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 2.5% 0;
  }
  .ins-main .news-show .show-tit {
    border-bottom: 1px solid #eee;
  }
  .ins-main .news-show .show-tit h5 {
    margin: 2% 0 15px;
    font-weight: 500;
  }
  .ins-main .news-show .show-tit p {
    font-size: 1.4rem;
    color: #b3b3b3;
    text-transform: uppercase;
  }
  .ins-main .news-show .content {
    width: 100%;
    margin: 0 auto;
  }
  .ins-main .news-show .content img {
    max-width: 100%!important;
    margin: 3% 0;
  }
  .ins-main .news-show .content p {
    text-align: left;
    font-size: 1.5rem;
    color: #515151;
    line-height: 180%;
    margin-bottom: 2%;
  }
}

/* ins-service */
.ins-main .ins-service {
  padding: 3% 0;
  padding-top:0px;
}
.ins-main .ins-service .title-h4{
  color:#1B3B68;
  font-size:3.5rem;
  padding: 5% 0;
}
.ins-main .ins-service .content{
  padding: 3% 0;
}
.ins-main .ins-service .content p{
  color:#666;
  font-size:1.8rem;
  line-height:180%;
  margin-bottom:20px;
}

.ins-main .ins-service .content-bg{
	background:#F2F3F3;
}
.ins-main .ins-service .content-list{
  padding: 3% 0;
}
.ins-main .ins-service .content-list .list{
  float:left;
  width:45%;
  margin-right:5%;
  margin-bottom:3%;
}
.ins-main .ins-service .content-list .list:nth-child(2n+2){
  margin-right:0%;
}
.ins-main .ins-service .content-width .list{
  float:left;
  width:27%;
  margin-right:5%;
}
.ins-main .ins-service .content-width .list:nth-child(2n+2){
  margin-right:5%;
}
.ins-main .ins-service .content-width .list:last-child{
  margin-right:0%;
}
.ins-main .ins-service .content-list .list .title{
	font-size:2.5rem;
   color:#1B3B68;
   display:flex;
   line-height:100%;
   margin-bottom:20px;
}
.ins-main .ins-service .content-list .list .title-ico{
	margin-right:10px;
}
.ins-main .ins-service .content-list .list .title-ico img{
	max-width:50px;
}
.ins-main .ins-service .privateequity .list .title-txt{
	margin-top:15px;
}

.ins-main .ins-service .content-list .list .txt{
  color:#666;
  font-size:1.8rem;
  line-height:160%;
  margin-bottom:20px;
}
.ins-main .ins-service .content-bottom{
  padding: 3% 0;
}
.ins-main .ins-service .content-bottom .txt{
  width:50%;
  float:left;
  padding-top:8%;
}
.ins-main .ins-service .content-bottom .txt p{
  color:#333;
  font-size:3rem;
  line-height:140%;
}
.ins-main .ins-service .content-bottom .img{
  width:40%;
  float:right;
}
.ins-main .ins-service .content-bottom .img a img{
  width:100%;
  max-width:375px;
  transition: 0.3s;
}
.ins-main .ins-service .content-bottom .img a:hover img{
  transform: scale(1.05);
  transition: 0.3s;
}
.ins-main .ins-service .content-bottom .txt .title-h4{
  font-weight:bold;
}

/* joinus */
.ins-main .ins-join {
  padding: 3% 0;
  padding-top:0px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #E3E7EC;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #fff;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 2em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #1B3B68;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #1B3B68;
  border: 1px solid #1B3B68;
}
.accordion button .accordion-title {
  padding: 2em 1.5em 2em 0;
  font-size:2rem;
  color:#333;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: #1B3B68;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: #1B3B68;
}
.accordion button[aria-expanded=true] {
  color: #1B3B68;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] .accordion-title {
  font-size:2.8rem;
  font-weight:bold;
  color:#1B3B68;
  margin-bottom:0px;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 90000em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
  border-bottom: 1px solid #7288A2;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1.8rem;
  margin: 2em 0;
  color:#333;
  line-height:180%;
}
.accordion .accordion-content h3{
	margin-bottom:0px;
	font-size:2rem;
}

.navbar-nav{ 
    margin-top: 0px;
    background: #E6F1F5;
    padding: 20px;
}
.navbar-right .search{ width:100%; background:#eee; height:40px; line-height:40px;}
.navbar-right .search input{ width: 100%;height:40px; background:#fff; line-height:40px;border: none;padding: 0 10px;outline: none;font-size: 1.6rem;color: #000;display: block;}
.navbar-right .search .Header-searsubmit{width: 50px;height: 40px;cursor: pointer;display: inline-block;background: #fff url("../images/search.jpg") no-repeat center center;position: absolute;right: 0;top: 0;z-index: 3;   transition: all .3s linear;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{color:#005199;}
.navbar-default .dropdown-menu-right { background:#CDEDE3;}
.navbar-default .dropdown-menu-right li{ float:left; margin-right:10px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{
	color:#333;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #fff;
    margin-top: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 1.8rem;
}
.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
}

/* page-num */
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 2px;
  background-color: #1B3B68;
  color: #fff;
  font-size: 1.6rem;
  border:1px solid #1B3B68;
  background:#1B3B68;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  margin: 0 1px;
  background-color:fff;
  color: #333;
  font-size: 1.6rem;
  border:1px solid #E3E3E3;
  background:#E3E3E3;
}
.page-num a:hover {
  color: #fff;
  border-color: #1B3B68;
  background-color: #1B3B68;
}


/* form-box */
.ins-main .form-box {
  padding: 45px;
  padding-top:5%;
  background: #E5F0F8;
}
.ins-main .form-box .title_h3{margin-bottom:5%;}
.ins-main .form-box ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 28px;
  border: 1px solid #f1f1f1;
}
.ins-main .form-box ul:nth-child(1) li input {
  background: #fff;
  border: none;
  padding: 0 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.ins-main .form-box ul:nth-child(1) li select {
  background: #fff;
  border: none;
  padding: 0 10px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.ins-main .form-box ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .form-box ul:nth-child(1) li:last-child {
  width: 100%;
}
.ins-main .form-box ul:nth-child(1) li:last-child textarea {
  background: #fff;
  border: none;
  padding: 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 150px;
}
.ins-main .form-box ul:nth-child(2) {
  text-align: center;
}
.ins-main .form-box ul:nth-child(2) input {
  background:#1B3B68;
  border: none;
  color: #fff;
  width: 160px;
  font-size: 1.6rem;
  height: 50px;
  cursor: pointer;
  transition: all 0.3s;
}
.ins-main .form-box ul:nth-child(2):hover input {
  background: #198ED7;
  transition: all 0.3s;
}

/* ??? */
#goodcover {
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999;
	-moz-opacity: 0.8;
	opacity: 0.80;
	filter: alpha(opacity=80);
}
#code {
	width: 50%;
	height: auto;
	border-radius: 8px;
	margin-top:10px;
	padding: 20px;
	position: fixed;
	display: none;
	left: 25%;
	z-index: 999999;
}

.codetile{
	width:100%;
	height:30px;
	line-height:30px;
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	border-bottom:1px solid #efefef;
	margin-bottom:10px;
	padding-bottom:10px;
}
.close1{
	position:absolute;
	right:-30px;
	top:35px;
}
.close1 a{
    text-align: center;
    width: 20px;
	height:20px;
    display: block;
    position: relative;
    font-size: 30px;
    color: #fff;
    margin: 0px 0;
	background:url(../images/close.png) no-repeat left top;
	background-size:cover;
}
.goodtxt {
	text-align: left;
	float:left;
	width:100%;
	position:relative;
}
.goodtxt .txt{
	width:100%;
	background:#fff;
	height:50px;
	line-height:50px;
	border-radius:10px;
	border:0px;
	text-indent:10px;
	font-size:1.6rem;
}
.goodtxt .submit{
	width:40px;
	background:red;
	height:40px;
	border:0px;
	position:absolute;
	right:10px;
	top:10px;
	background:url(../images/search.jpg) no-repeat left top;
}

@media screen and (max-width: 768px){
	.main{
		margin-top:60px;
	}
	.div2{
		display:none;
	}
	.open > .dropdown-menu{
		display:inline-block;
	}
	.ins-main .ins-banner{
		height:180px;
	}
	.ins-main .ins-banner h3{
		font-size:3rem;
		padding-top:15%;
	}
	.ins-main .ins-banner p{
		font-size:2rem;
	}
	.header .header-top .rt-box .tel{
		display:none;
	}
	.header .header-top .rt-box .search-box{
		display:none;
	}
	.header .header-top .rt-box{
		width:70%;
	}
	.ins-main .ins-service .content-width .list{
		width:100%;
	}
	.ins-main .ins-service .content-list .list .title-txt{
		margin-top:10px;
	}
	.main .choose .content ul{
		display:inline-block;
	}
	.main .choose .content ul li{
		width:100%;
		float:left;
		border:0px;
		padding-right:0px;
	}
	.main .choose .content ul li .img img {
		max-width: 50px;
	}
	.main .news .content li .txt h6{
		font-size:2rem;
	}
	.wordwide .content{
		width:100%;
	}
	.footer .footer-left{
		width:100%;
		margin-bottom:20px;
	}
	.footer .footer-right{
		width:100%;
	}
	.footer .footer-right .footer-nav{
		display:none;
	}
	.main .about .left p{
		font-size:2rem;
		line-height:160%;
	}
	.main .service .content ul{
		display:inline-block;
		width:100%;
	}
	.main .service .content ul li::after{
		display:none;
	}
	.main .service .content ul li::before{
		display:none;
	}
	.main .service .content ul li{
		width:100%;
		margin-bottom:30px;
	}
	.main .service .content ul li .img img{
		max-width:280px;
	}
	.main .service .content ul li .txt{
		font-size:2rem;
	}
	.main .about .left{
		width:100%;
	}
	.main .about .right{
		display:none;
	}
	.main .about .left h4 {
    font-size: 3rem;
	}
	.main .index-tit {
    font-size: 3rem;
	}
	.main .vision .content h3{
    font-size: 3.5rem;	
	}
	.main .vision .content{
    font-size: 2rem;	
	}
	.main .news .content li{
		width:100%;
		margin:20px 0;
	}
	.ins-main .about-nav{
		height:auto;
		line-height:auto;
		padding:10px 0;
	}
	.ins-main .about-nav a{
		width:100%;
		margin-right:0px;
		text-align:center;
		float:left;
		height:30px;
		line-height:30px;
	}
	.ins-main .title-h3{
		font-size:2.5rem;
		margin-bottom: 10%;
	}
	.ins-main .ins-about .txt-box{
		width:100%;
	}
	.ins-main .ins-about .img-box{
		display:none;
	}
	.numCount .txt{
		width:100%;
	}
	.wordwide .content h3{
		font-size:3rem;
	}
	.wordwide .content{
		font-size:1.8rem;
	}
	.footer .footer-left .footer-left-logo img {
    max-width: 52px;
	}
	.footer .footer-left .footer-left-txt h3{
		font-size:3rem;
	}
	.ins-main .form-box{
		padding:0px;
	}
	.ins-main .form-box ul:nth-child(1) li{
		width:100%;
	}
	.accordion button .icon{
		top:26px;
	}
	.ins-main .ins-news li .img{
		width:100%;
		margin-left:0px;
	}
	.ins-main .ins-news li .txt{
		width:100%;
		margin-right:0px;
		margin-top:20px;
	}
	.ins-main .ins-news li .txt h6{
		font-size:2.5rem;
	}
	.ins-main .news-show .title-h3{
		margin-bottom: 10%;
	}
	.ins-main .ins-service .title-h4{
		font-size:2.5rem;
	}
	.ins-main .ins-service .content p{
		font-size:1.6rem;
		line-height:160%;
	}
	.ins-main .ins-service .content-list .list{
		width:100%;
		margin-right:0px;
	}
	.ins-main .ins-service .content-list .list .title{
		font-size:2rem;
	}
	.ins-main .ins-service .content-bottom .txt{
		width:100%;
	}
	.ins-main .ins-service .content-bottom .txt p{
		font-size:2rem;
	}
	.ins-main .ins-service .content-bottom .img{
		width:100%;
	}
	.ins-main .ins-service .content-bottom .img a img{
		width:100%;
		max-width:100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 992px){
	.header .header-top .rt-box .nav-con #nav .sub-nav a {
		padding: 0 0.8rem;
		font-size: 1.4rem;
	}
	.header .header-top .rt-box .tel{
		display:none;
	}
	.header .header-top .rt-box .search-box{
		display:none;
	}
	.header .header-top .rt-box{
		width:70%;
	}
	.ins-main .ins-service .content-width .list{
		width:100%;
	}
	.ins-main .ins-service .content-list .list .title-txt{
		margin-top:10px;
	}
	.main .choose .content ul{
		display:inline-block;
	}
	.main .choose .content ul li{
		width:49%;
		float:left;
		border:0px;
		padding-right:0px;
	}
	.main .news .content li .txt h6{
		font-size:2rem;
	}
	.wordwide .content{
		width:100%;
	}
	.footer .footer-left{
		width:100%;
		margin-bottom:20px;
	}
	.footer .footer-right{
		width:100%;
	}
	.main .about .left p{
		font-size:2rem;
		line-height:160%;
	}
	.main .service .content ul li{
		width:40%;
	}
	#code {
		width: 90%;
		left: 5%;
	}

}
@media screen and (min-width: 992px) and (max-width: 1200px){
	.container {
		width: 100%;
	}
	.header .header-top .rt-box .nav-con #nav .sub-nav a {
		padding: 0 0.8rem;
	}
	.header .navigation-down{
		left: 27%;
	}
	#code {
		width: 90%;
		left: 5%;
	}
}
@media screen and (min-width: 1200px){
	.header .navigation-down{
		left: 30%;
	}
}
@media screen and (min-width: 1300px){
	.header .navigation-down{
		left: 28%;
	}
}
@media screen and (min-width: 1350px){
	.header .navigation-down{
		left: 29%;
	}
}
@media screen and (min-width: 1400px){
	.header .navigation-down{
		left: 30%;
	}
}
@media screen and (min-width: 1500px){
	.header .navigation-down{
		left: 32%;
	}
}
@media screen and (min-width: 1600px){
	.header .navigation-down{
		left: 32%;
	}
}
@media screen and (min-width: 1700px){
	.header .navigation-down{
		left: 35%;
	}
}

.container {
   word-wrap: break-word; /* ???????? */
}
.ins-main .ins-about .txt-box p{
	text-wrap:wrap!important;
}
.ins-main .news-show .show-txt p{
	text-wrap:wrap!important;
}
.ins-main .ins-about .txt-box p span{
	text-wrap:wrap!important;
}
.ins-main .news-show .show-txt p span{
	text-wrap:wrap!important;
}