body {
  font-family:PingFang SC, PingFang SC-Regular, PingFang SC-Bold,"微软雅黑","microsoft yahei", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background:#EFF1F2;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}

@media (max-width: 1450px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 7px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 9px;
  }
}
body > iframe {
  display: none;
}
a {
  text-decoration: none!important;
  transition: 0.3s;
}
a:hover{
  transition: 0.3s;
}
h1, .h1, h2, .h2, h3, .h3{
	margin-top:0px;
}
.flex {
    display: flex;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header {
position: relative;
    z-index: 999;
    width: 100%;
  transition: 0.3s;
  background:#F3F4F6;
}
.pointer {
    cursor: pointer;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header .header-top {
  height: 95px;
   transition: 0.3s;
}
.header .header-top .logo-box {
  float: left;
  margin-top: 15px;
   transition: 0.3s;
}
@media (max-width: 1200px) {
  .header .header-top .logo-box {
    margin-top: 35px;
  }
}

.header .header-top .logo-box .logo {
  float: left;
}
.header .header-top .logo-box .logo img {
   transition: 0.3s;
}

@media (max-width: 1200px) {
  .header .header-top .logo-box .logo img {
    width: 90px;
  }
}
.header .header-top .logo-box .txt {
  float: right;
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .header .header-top .logo-box .txt {
    margin-left: 1rem;
  }
}
@media (max-width: 992px) {
  .header .header-top .logo-box .txt {
    display: none;
  }
}
.header .header-top .logo-box .txt h5 {
  font-size: 3rem;
  color: #d31518;
  font-weight: 900;
  margin: 0;
  line-height: 100%;
}
@media (max-width: 1200px) {
  .header .header-top .logo-box .txt h5 {
    font-size: 2.2rem;
  }
}
.header .header-top .logo-box .txt h6 {
  font-size: 2rem;
  color: #D02C27;
  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;
}
@media (max-width: 1200px) {
  .header .header-top .rt-box {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .header .header-top .rt-box {
    width: 80%;
  }
}

.header .header-top .rt-box .language {
  position: relative;
  float:right;
  margin-top:38px;
  transition: 0.3s;
}

.header .header-top .rt-box .language a {
	color:#333;
	padding:0 5px;
}
.header .header-top .rt-box .language a:hover {
	color:#004891;
}
.header .header-top .rt-box .language font{
	color:#999;
}


.div2 .header-top .rt-box .language{
  margin-top:25px;
   transition: 0.3s;
}


.header .header-top .rt-box .nav-con {
  height: 95px;
  float: right;
  margin-right:5%;
}

.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:100px;
  line-height: 100px;
  transition: 0.3s;
  margin: 0 3.5rem;
  text-transform: capitalize;
}
@media (max-width: 1430px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 2.5rem;
  }
}
@media (max-width: 1200px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 1rem;
  }
}
@media (max-width: 992px) {
  .header .header-top .rt-box .nav-con #nav .sub-nav {
    margin: 0 2rem;
  }
}

.header .header-top .rt-box .nav-con #nav .sub-nav:hover span {
  width: 100%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: block;
  height: 100%;
  transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a img{
  transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
  color: #004891;
  transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a:hover img{
	transform:rotate(180deg);
  transition: 0.3s;
}
.header .header-top .rt-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 2px;
  left: 50%;
  top: 93px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #004891;
  transition: width .3s;
}

.header .header-top .rt-box .nav-con #nav .sub-nav:last-child {
  margin-right: 0;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected span {
  width: 100%;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected a{
  color: #004891;
}
.header .header-top .rt-box .nav-con #nav .nav-up-selected a img{
	transform:rotate(180deg);
}
.header .navigation-down {
  position: absolute;
  top:96px;
  width: 100%;
  z-index: 999;
   transition: 0.3s;
}

.div2{
	height:70px;
	position:fixed;
	left:0px;
	top:0px;
	background:#F3F4F6;
    transition: 0.3s;
}

.div2 .navigation-down{
  top: 70px;
   transition: 0.3s;
}
.header .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:60px;
}
.div2 .header-top .logo-box .logo img{
   transition: 0.3s;
   max-height:40px;
}

.div2 .header-top .logo-box{
    margin-top: 10px;
   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:#666;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#004891;
}

.header .navigation-down .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-bottom:10px;
  background:#F3F4F5;
  border-radius:8px;
  padding:10px 30px;
  padding-top:0px;
  margin-left:10%;
}
.header .navigation-down .list-box .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  float:left;
  width:280px;
  margin-right:20px;
}
.header .navigation-down .list-box .list ul:last-child{
	margin-right:0px;
}
.header .navigation-down .list-box .list ul h3{
	font-size:16px;
	color:#000;
	border-bottom:1px solid #999;
	padding:10px 0;
}
.header .navigation-down .list-box .list li {
  padding:4px 0px
}
.header .navigation-down .list-box .list li a {
  font-size: 14px;
  color: #333;
  font-weight:bold;
}
.header .navigation-down .list-box .list li a:hover {
	color:#004891;
}
.header .navigation-down .list-box .list li p{
	padding-bottom:10px;
	color:#666;
	font-size:12px;
	line-height:240%;
}

.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: 130px;
}
.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: 11px;
}
.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;
}
.header .mobile-con .language2 {
  display: inline-block;
  position: relative;
  margin: 17px 12px 0 0;
  float: right;
  color: #666;
}
.header .mobile-con .language2 a {
  font-size: 14px;
  padding: 0px 6px;
  color: #666;
}
.header .mobile-con .language2 a:hover {
  color: #D02C27;
}
.header .mobile-con .language2 .active {
  color: #fff;
  background:#D02C27;
}
/*mobile-header*/
@media (max-width: 768px) {
  .pc-con {
    display: none!important;
  }
  .mobile-con {
    display: block!important;
  }
}
/*main*/
.main {
  clear: both;
}
@media (max-width: 768px) {
  .main {
    margin-top: 55px;
  }
}
.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: 0px;
  height:31px;
  line-height:30px;
  z-index: 99;
  background:url(../images/banner_btn_bg.png) no-repeat center top;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border-radius: 12px;
  margin: 0 4px;
  transition: 0.4s;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-button-next-pc {
  width: 33px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  right: 8%;
  top: 50%;
  margin-top: -33px;
  background:rgba(0,0,0,0.3);
  background-image: url("../images/ad-btn_03.png");
  background-repeat:no-repeat;
  background-position:center;
  z-index: 6;
  opacity: 0.5;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-button-next-pc:hover{
  opacity: 0.7;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 33px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -33px;
  background:rgba(0,0,0,0.3);
  background-image: url("../images/ad-btn_05.png");
  background-repeat:no-repeat;
  background-position:center;
  z-index: 6;
  opacity: 0.5;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-button-prev-pc:hover{
  opacity: 0.7;
  transition: 0.4s;
}
@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: #D02C27;
  }
}
.search{
	padding:10px;
}
.search .content{
	background: #fff;
    border-radius: 12px 12px 12px 12px;
    box-shadow: 0 20px 20px 0 rgba(22,23,24,.1);
    box-sizing: border-box;
}
.search .content .tab_nav{
	width:100%;
  display: inline-block;
  *display: inline;
  float:left;
}
.search .content .tab_nav ul{
	width:100%;
	height:50px;
}
.search .content .tab_nav li{
	width:248px;
	height:50px;
	line-height:50px;
	font-size:20px;
	text-align:center;
	color:#004991;
	float:left;
    border-radius: 0px 0px 0px 0px;
    transition: all .3s ease-out;
    box-shadow: 0 5px 5px 0 rgba(22,23,24,.05);
}
.search .content .tab_nav li:nth-child(2){
    transition: all .3s ease-out;
}
.search .content .tab_nav .active{
	background:#004991;
	color:#fff;
    transition: all .3s ease-out;
}
.search .content .search_list{
	width:100%;
   float:left;
   padding:20px;
}
.search .content .search_list .left{
	width:42%;
   float:left;
}
.search .content .search_list .left .search_box{
  display: inline-block;
  *display: inline;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 40%;
    padding: 7px 13px;
    box-sizing: border-box;
    transition: all .3s ease-out;
	margin-right:30px;
	position:relative;
}
.search .content .search_list .left .search_box .list_box{
	position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    transform: scale(0);
    margin-top: 3px;
    transform-origin: top left;
    transition: all .3s ease-out;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.16);
	width: 396px; 
	left: 0px;
	padding:20px;
	z-index:99999;
}

.search .content .search_list .left .search_box:hover .list_box{
    transform: scale(1);
    transition: all .3s ease-out;
}
.search .content .search_list .left .search_box .list_box ul{
	flex: 1;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -8px -8px;
}
.search .content .search_list .left .search_box .list_box ul li{
    width: 82px;
    text-align: center;
    line-height: 28px;
    height: 28px;
    border-radius: 4px;
    margin: 0 0 8px 8px;
    background-color: #f1f3f5;
    color: #5b5c5d;
    font-size: 14px;
    transition: all .3s;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search .content .search_list .left .search_box .list_box ul li:hover{
	background:#FF6B01;
    transition: all .3s;
	color:#fff;
}
.search .content .search_list .left .search_box .list_box .label-title{
	font-size: 16px;
    font-weight: 700;
    color: #161718;
    line-height: 24px;
    margin-bottom: 10px;
}
.search .content .search_list .left .search_box:hover{
    border: 1px solid #161718;
    transition: all .3s ease-out;
}
.search .content .search_list .left .search_box .title{
	width:100%;
	font-size:14px;
	color:#999;
}
.search .content .search_list .left .search_box .list{
	width:100%;
	font-size:16px;
	color:#333;
	padding:0px 0;
}
.search .content .search_list .left .search_box .list span{
	float:right;
    transition: all .3s ease-out;
}
.search .content .search_list .left .search_box:hover .list span{
    transition: all .3s ease-out;
	transform: rotate(180deg);
}
.search .content .search_list .right{
	width:15%;
   float:left;
}
.search .content .search_list .right a{
	width: 100%;
    height: 57px;
	line-height:57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 8px;
    font-weight: 700;
    background-color: #004891;
    color: #fff;
}
.search .content .search_list .right a:hover{
	background:#0193DE;
    transition: all .3s;
}
.search .content .search_list .more{
	width:40%;
	margin-left:3%;
   float:left;
   display:flex;
   padding-top:0px;
}
.search .content .search_list .more .m_left{
	width:10%;
	font-size:200%;
	font-size:20px;
}
.search .content .search_list .more .m_right{
	width:90%;
}
.search .content .search_list .more .m_right a{
	background:#EAEAEA;
	color:#004991;
	font-size:12px;
	padding:5px 10px;
	border-radius:8px;
	width:auto;
	margin:0 2px;
	display:inline-block;
	text-align:center;
	margin-bottom:5px;
}
.search .content .search_list .more .m_right a:hover{
	background:#004991;
	color:#fff;
}

.main .banner_btn{
	width:100%;
	background:#fff;
}
.main .banner_btn ul{
	width:100%;
	float:left;
	padding-top:40px;
	padding-bottom:30px;
}
.main .banner_btn ul li{
	float:left;
	width:16.666666%;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#333;
	border-right:1px solid #999999;
}
.main .banner_btn ul li:nth-child(6){
	border:0px;
}

.main .btn_more{
	width:100%;
	text-align:right;
}
.main .btn_more a {
  font-size: 14px;
  margin-top:0px;
  height: 30px;
  color: #666;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
  margin-bottom:10px;
  margin-right:10px;
  background:url(../images/ico_jt.png) no-repeat right 50%;
  padding-right:20px;
}
.main .btn_more a:hover{
  color: #004991;
  transition: 0.4s;
  margin-right:15px;
}
/*section_content*/
.section_content{
	width:100%;
}
.section_content_txt{
	width:100%;
	padding:3% 0;
}
.hover_bg{
	background:#F3F4F5;
}
.section_content_txt .container{
	display:flex;
    justify-content: space-between;
}
.section_content_txt .txt{
	width:40%;
}
.section_content_txt .txt .title_h3{
	font-size:34px;
	color:#000;
	margin-bottom:20px;
	font-weight:bold;
}
.section_content_txt .txt p{
	font-size:16px;
	color:#000;
	line-height:180%;
}
.section_content_txt .img{
	width:45%;
}
.section_content_txt .img img{
	width:100%;
	max-width:460px;
}
.section_content_list{
	padding:3% 0;
}
.section_content_list .title_h4{
	width:100%;
	text-align:center;
	margin-bottom:5%;
}
.section_content_list .title_h4 span{
	color:#194D8C;
	font-size:16px;
	padding:5px 30px;
	border-radius:10px;
	background:#BBD7F9;
}
.section_content_list .list{
	display:flex;
    justify-content: space-between;
	z-index: 9;
    position: relative;
}
.section_content_list .list .img{
	width:45%;
}
.section_content_list .list .img img{
	width:100%;
}
.section_content_list .list .txt{
	width:40%;
	padding-top:50px;
}
.section_content_list .list .txt_h3{
	font-size:34px;
	color:#000;
	margin-bottom:40px;
	margin-top:10px;
}
.section_content_list .list p{
	font-size:16px;
	color:#000;
	line-height:180%;
}
.section_content_list .line{
	text-align:center;
	margin-top:-5px;
	margin-bottom:-5px;
	z-index:0;
}
.section_content_list .line img{
	width:100%;
	max-width:600px;
}
.section_content_img{
	width:100%;
}
.section_content_img img{
	width:100%;
}
.section_content_txt .txt{
	margin-top:50px;
}
.section_content_txt .list_li ul{
	display:flex;
	justify-content: space-between;
	margin-top:20px;
}
.section_content_txt .list_li ul li{
	text-align:center;
}
.section_content_txt .list_li ul li h3{
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.section_content_txt .list_li ul li img{
   transition: 0.4s;
   width:100%;
   max-width:74px;
}
.section_content_txt .list_li ul li:hover img {
   transition: 0.4s;
	transform: scale(1.2, 1.2);
}
.section_content_txt .bg_black{
	width:100%;
	display:flex;
    justify-content: space-between;
	padding:30px;
	background:#3D3D3F;
	border-radius:10px;
	color:#fff;
}
.section_content_txt .text_2wm{
	width:60%;
}
.section_content_txt .img_2wm{
	width:35%;
	display:flex;
    justify-content: space-between;
	text-align:center;
}
.section_content_txt .text_2wm .list li{
	padding:10px 0;
}
.section_content_txt .text_2wm .list li img{
	max-width:20px;
	margin-right:10px;
}
.section_content_txt .img_2wm img{
	max-width:166px;
}
.section_content_txt .oneimg{
	text-align:left;
	display:inline-block;
	padding-top:50px;
}
.section_content_txt .oneimg img{
	width:205px;
	height:169px;
}
.section_content_imgbg{
	width:100%;
	background:url(../images/pic_g_8.jpg) no-repeat center 50%;
	color:#fff;
	padding:60px 0;
}
.section_content_imgbg p{
	letter-spacing:2px;
	padding-bottom:40px;
}
.section_content_imgbg a{
	padding:20px 30px;
	color:#333;
	background:#fff;
	border-radius:10px;
	font-size:16px;
	letter-spacing:2px;
}
.section_content_imgbg a:hover{
	background:#FF6B01;
	color:#fff;
}

.section_content_faq .container{
	padding:3% 0;
	display:flex;
    justify-content: space-between;
}
.section_content_faq .left{
	width:60%;
}
.section_content_faq .left h3{
	font-size:20px;
	font-weight:normal;
	color:#333;
}
.section_content_faq .right{
	width:30%;
}
.section_content_faq .right h3{
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px solid #efefef;
}
.section_content_faq .right h3 a{
	font-size:18px;
	font-weight:normal;
	color:#666;
}
.section_content_faq .right .list{
	width:100%;
	border:1px solid #efefef;
	border-radius:5px;
	padding:10px 20px;
}
.section_content_faq .right li{
	padding:5px 0px;
	color:#666;
	background:url(../images/ico_g_10.png) no-repeat left 50%;
	text-indent:10px;
}
.section_content_faq .right li a{
	color:#666;
}
.section_content_faq .right li a:hover{
	color:#0193DD;
}

.section_content_zlist{
	padding:3% 0;
}
.section_content_zlist .title_h3{
	width:100%;
	text-align:center;
}
.section_content_zlist .title_h3_p{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.section_content_zlist .list{
	width:100%;
	position:relative;
}
.section_content_zlist .list .list_li{
	width:48%;
	margin:1%;
	display:inline-block;
	float:left;
	padding:5%;
	border-radius:10px;
	border:1px solid #ccc;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	text-align:center;
}
.section_content_zlist .list .list_li .img{
	margin-bottom:20px;
}
.section_content_zlist .list .list_li .img img{
	max-width:128px;
	width:100%;
}
.section_content_zlist .list .list_li .txt{
	text-align:left;
}
.section_content_zlist .list .list_li .txt span{
	font-size:16px;
	color:#333;
	font-weight:bold;
	line-height:200%;
}
.section_content_zlist .list .list_li .txt p{
	font-size:14px;
}
.section_content_zlist .list .list_logo{
	position:absolute;
	width:200px;
	height:200px;
	left:50%;
	margin-top:23%;
	margin-left:-100px;
}
.section_content_zimg{
	width:100%;
	background:url(../images/pic_g_5.jpg) no-repeat left top;
	height:330px;
	padding-top:80px;
	color:#fff;
}
.section_content_zimg .txt{
	width:100%;
	background:url(../images/ico_z_6.png) no-repeat left top;
	background-size:105px;
	padding-left:140px;
	font-size:26px;
	padding-top:30px;
}
.section_content_zimg .txt p{
	padding-bottom:30px;
}
.section_content_zimg .txt label{
	font-size:16px;
	line-height:140%;
}
.section_content_zimg .txt label font{
	font-weight:normal;
}

.section_content_tabs{
	padding:3% 0;
	color:#333;
	padding-bottom:0;
}
.section_content_tabs .title_h3{
	width:100%;
	text-align:center;
}
.section_content_tabs .title_h3_p{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.section_content_tabs .tabs{
	text-align:center;
	font-size:16px;
	color:#333;
	width:100%;
}
.section_content_tabs .tabs a{
	display:inline-block;
	padding:10px 40px;
	color:#333;
	border-bottom:3px solid #F3F4F5;
	line-height:200%;
	margin:0 10px;
}
.section_content_tabs .tabs a.active{
	border-bottom:3px solid #057DC9;
}
.section_content_tabs_content{
	padding:3% 0;
}

.section_content_tabs_content .list{
	display:flex;
    justify-content: space-between;
	z-index: 9;
    position: relative;
}
.section_content_tabs_content .list .img{
	width:45%;
	text-align:right;
}
.section_content_tabs_content .list .img img{
	width:100%;
	max-width:257px;
}
.section_content_tabs_content .list .txt{
	width:50%;
	padding-top:50px;
}
.section_content_tabs_content .list .txt span{
	color:#333;
}
.section_content_tabs_content .list .txt_h3{
	font-size:28px;
	color:#000;
	margin-bottom:40px;
	margin-top:10px;
}
.section_content_tabs_content .list p{
	font-size:16px;
	color:#000;
	line-height:180%;
}


.section_content_zlist{
	padding:3% 0;
}
.section_content_zlist .title_h3{
	width:100%;
	text-align:center;
}
.section_content_zlist .title_h3_p{
	width:100%;
	text-align:center;
	margin-bottom:30px;
}
.section_content_zlist .content{
	text-align:center;
	font-size:16px;
	color:#333;
	width:100%;
}
.section_content_zlist .content li{
	display:inline-block;
	padding:10px 40px;
	color:#333;
	line-height:200%;
	margin:0 10px;
}
.section_content_zlist .list{
	text-align:center;
	font-size:16px;
	color:#333;
	width:100%;
}
.section_content_zlist .list li{
	width:23%;
	float:left;
	display:flex;
	margin:1%;
	background:#fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
	border-radius:5px;
	padding:15px;
	min-height:120px;
}
.section_content_zlist .list li .img{
	width:30%;
	text-align:center;
}
.section_content_zlist .list li .img img{
	width:90%;
	max-width:55px;
}
.section_content_zlist .list li .txt{
	width:70%;
	text-align:left;
	font-size:12px;
}
.section_content_zlist .list li .txt span{
	font-weight:bold;
	height:30px;
	line-height:30px;
	display:inline-block;
}

.section_content_zlist .list_3 li{
	width:31.333%;
	float:left;
	display:inline-block;
	margin:1%;
	background:none;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px;
	border-radius:5px;
	padding:35px;
	min-height:120px;
	padding-top:10px;
}
.section_content_zlist .list_3 li .img{
	width:100%;
}
.section_content_zlist .list_3 li .img img{
	width:100%;
	max-width:137px;
}
.section_content_zlist .list_3 li .txt{
	width:100%;
	text-align:center;
	font-size:12px;
}
.section_content_zlist .list_3 li .txt span{
	font-weight:bold;
	height:30px;
	line-height:30px;
	display:inline-block;
	font-size:16px;
}
.section_content_zlist .list_3 li .txt p{
	font-size:14px;
}

.section_content_lic{
	padding:3% 0;
}
.section_content_lic .container{
	display:flex;
    justify-content: space-between;
}
.section_content_lic .img{
	width:60%;
	margin-right:10px;
}
.section_content_lic .txt{
	width:30%;
	padding-top:50px;
}
.section_content_lic .txt span{
	font-size:14px;
	color:#999;
}
.section_content_lic .txt h3{
	font-size:20px;
	color:#333;
	margin-bottom:40px;
}
.section_content_lic .txt .txt_list{
	background:url(../images/pic_z_28.jpg) no-repeat left top;
	padding-left:70px;
	padding-top:60px;
	padding-bottom:60px;
}
.section_content_lic .txt .txt_list li{
	width:100%;
	font-size:18px;
	color:#333;
	margin-bottom:65px;
}
.section_content_lic .txt .txt_list li p{
	font-size:14px;
	color:#333;
}
/*accordion*/
.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
	padding:10px 5px;
}
.accordion .accordion-item button[aria-expanded=true] {
	border-bottom: 0px solid #03b5d2;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #333;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover, .accordion button:focus {
	cursor: pointer;
	color: #0193DD;
}
.accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #0193DD;
	border: 1px solid #0193DD;
}
.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
	font-size:16px;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 0;
	width: 18px;
	height: 18px;
	border: 1px solid;
	border-radius: 18px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: "";
	top: 7px;
	left: 4px;
	width: 8px;
	height: 2px;
	background: currentColor;
}
.accordion button .icon::after {
	display: block;
	position: absolute;
	content: "";
	top: 4px;
	left: 7px;
	width: 2px;
	height: 8px;
	background: currentColor;
}
.accordion button[aria-expanded=true] {
	color: #0193DD;
}
.accordion button[aria-expanded=true] .icon::after {
	width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
	opacity: 1;
	max-height: 120em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.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: 14px;
	margin: 2em 0;
	margin-top:0px;
	margin-bottom:10px;
	padding-bottom:10px;
	color:#333;
	line-height:160%;
}



/* product */
.main .index-tit {
    display: flex;
    justify-content: center;
    width: 436px;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
    z-index: 7;
}
.main .index-tit:before {
    content: "";
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    z-index: 10;
    background: #d8d8d8;
}
.main .index-tit:after {
    content: "";
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    z-index: 10;
    background: #d8d8d8;
}
.main .index-tit .first-title{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 28px;
    line-height: 100%;
    color: #5b5c5d;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    margin: 0 12px;
    z-index: 9;
    transition: all .3s ease-out;
    flex-shrink: 0;
}
.main .index-tit .active{
    color: #161718;
    font-weight: 700;
    position: relative;
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.main .index-tit .nav-border{
	width: 112px;
    height: 10px;
    border-radius: 5px;
    background: linear-gradient(90deg,#ffd121,rgba(255,209,33,0));
    position: absolute;
    left: 50px;
    bottom: 0;
    z-index: 8;
    transition: all .3s ease-out;
}
.main .product {
  padding-bottom: 3%;
  padding-top:3%;
}
.swiper-pagination1_pro{
	text-align:center;
}
.swiper-pagination1_pro .swiper-pagination-bullet{
	width: 26px;
    height: 6px;
    background: #d8d8d8;
    border-radius: 4px;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin: 0 10px 0 0;
  transition: 0.4s;
}
.swiper-pagination1_pro .swiper-pagination-bullet-active{
	background:#004991;
  transition: 0.4s;
}
.main .product .indexpronav{
	width:100%;
	padding:2% 0;
	text-align:center;
}

.main .product .indexpronav a{
  display: inline-block;
  *display: inline;
  line-height:32px;
  color: #999;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  margin:0 1%;
    transition: all .6s ease;
	border-radius:30px;
	padding:0 10px;
	margin:0 20px;
}
.main .product .indexpronav a:hover{
  color: #fff;
  background: #004991;
    transition: all .6s ease;
}
.main .product .indexpronav .active{
  color: #fff;
  background: #004991;
    transition: all .6s ease;
}
.main .product .indexpronav span{
    background: #d8d8d8;
    width: 1px;
    height: 14px;
    display: inline-block;
}
.main .product .carousel-navs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.main .product .carousel-navs>li{
    width: 386px;
    height: 180px;
    border-radius: 12px;
    background: linear-gradient(180deg,hsla(0,0%,100%,.6),#fff);
    cursor: pointer;
    margin-bottom: 20px;
    margin-right: 10px;
	margin-left:10px;
    transition: all .6s ease-out;
}

.main .product .carousel-navs>li:hover {
    transform: translateY(1px);
    box-shadow: 0 10px 10px 0 rgba(22,23,24,.2);
    transition: all .6s ease-out;
}
.main .product .carousel-navs>li .nav-inner{
    padding: 20px;
}

.main .product .carousel-navs>li .nav-title{
    font-size: 16px;
    font-weight: 700;
    color: #161718;
    margin-bottom: 6px;
	margin-top:0px;
	height:25px;
}
.main .product .carousel-navs>li .nav-inner .nav-tips-wrap{
    height: 64px;
}
.main .product .carousel-navs>li .nav-inner .nav-tips-wrap span{
    padding: 3px 8px;
    line-height: 18px;
    border-radius: 4px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-align: center;
    background: #f1f4f8;
    color: #116df3;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
}
.main .product .carousel-navs>li .nav-inner .nav-labels{
    display: inline-block;
    color: #5b5c5d;
    font-size: 14px;
    margin-bottom: 10px;
	margin-top:10px;
}
.main .product .carousel-navs>li .nav-inner .nav-labels .nav-label{
	width:100%;
	padding:3px 0;
}
.main .product .carousel-navs>li .nav-inner .nav-labels .nav-label span:first-child {
    color: #a2a2a3;
    margin-right: 6px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-price{
    display: flex;
    align-items: center;
    margin-left: 2px;
    white-space: nowrap;
	margin-top:20px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-price .hot-price{
    font-size: 14px;
    font-weight: 700;
    color: #fc3a17;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-price .hot-price span{
    font-size: 16px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-price .hot-price font{
	color: rgb(91, 92, 93);
    margin: 0px 2px;
    font-weight: 400;
}

.main .product .carousel-navs>li .nav-inner .nav-feature .hot-icon{
    min-width: 86px;
    height: 24px;
    line-height: 24px;
    display: flex;
    font-size: 13px;
    background: url(../images/zj.png) left center no-repeat;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .hot-icon .hot-word-down{
    width: 48px;
    padding-left: 6px;
	text-indent:10px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .hot-icon .hot-num-down{
    min-width: 58px;
    background: linear-gradient(-75deg,transparent 15px,rgba(255,209,33,.2) 0);
    text-align: left;
    margin-left: -14px;
    padding: 2px 16px;
	color:#161718;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate{
    width: 132px;
    height: 38px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
	margin-top:-70px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-im{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-right: 4px;
    transition: all .6s ease-out;
	color:#343535;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-im a{
	color:#666;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-im a:hover{
	color:#0193DD;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-im img{
    margin-right:5px;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-im:hover {
    color: #004991;
    cursor: pointer;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-pay{
    width: 100%;
    height: 100%;
    background: #004991;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #FFF;
    font-size: 14px;
    border-radius: 8px;
    transition: all .6s ease-out;
}
.main .product .carousel-navs>li .nav-inner .nav-feature .nav-feature-operate .nav-feature-pay:hover{
    background: #0193DD;
    transition: all .6s ease-out;
}

.main .product .swiper-button-next {
  width: 29px;
  height: 34px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 69px;
  background: url("../images/pro-btn_10.png") no-repeat center;
  z-index: 6;
}


/* solution */
.main .solution {
  padding-bottom: 2%;
  background:url(../images/s_bg.jpg) no-repeat center bottom;
  background-color:#125598;
  padding-top: 2%;
}
.main .solution .section-title{
    color: #fff;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    position: relative;
	text-align:center;
}
.main .solution .section-title:before {
    content: "";
    position: absolute;
    left: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    z-index: 10;
    background: #fff;
}
.main .solution .section-title:after {
    content: "";
    position: absolute;
    right: 300px;
    top: 50%;
    transform: translateY(-50%);
    width: 80px;
    height: 1px;
    z-index: 10;
    background: #fff;
}
.main .solution .title_p{
	text-align:center;
	font-size:14px;
	color:#fff;
	opacity:0.8;
}

.main .solution .s_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top:50px;
}
.main .solution .s_list .list_li{
	width: 225px;
    border-radius: 12px;
    background: linear-gradient(360deg,#fff,rgba(255,255,255,.95));
    box-shadow: 0 8px 10px 0 rgba(10,64,118,.6);
    margin-right: 20px;
    margin-bottom: 20px;
   transition: 0.4s;
   padding:20px;
}
.main .solution .s_list .list_li .img{
	margin-bottom:10px;
}
.main .solution .s_list .list_li .img img{
	max-width:50px;
}
.main .solution .s_list .list_li:hover {
    transform: translateY(1px);
    box-shadow: 0 10px 10px 0 rgba(22,23,24,.2);
    transition: all .6s ease-out;
}
.main .solution .s_list .list_li:hover img{
	animation:list_li_img .5s infinite;
	-webkit-animation:list_li_img .5s infinite; 
	animation-timing-function:ease-in-out;
	animation-direction:alternate;
	animation-iteration-count: 1;
}
@keyframes list_li_img
{
	from {	filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1; margin-left:0px;}
to {filter:alpha(Opacity=50);-moz-opacity:0.5;opacity: 0.5; margin-left:-5px;}

}



.main .solution .s_list .list_li .txt h3{
	font-size:18px;
	font-weight:bold;
	color:#004991;
}
.main .solution .s_list .list_li .txt p{
	font-size:12px;
	color:#666;
}

/* service */
.main .service {
  padding-bottom: 2%;
  background-color:#fff;
  padding-top: 2%;
}
.main .service .section-title{
    color: #666;
    font-size: 16px;
    line-height: 22px;
    position: relative;
	text-align:center;
}
.main .service .section-title:before {
    content: "";
    position: absolute;
    left: 520px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .service .section-title:after {
    content: "";
    position: absolute;
    right: 520px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .service .title_p{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#004991;
}

.main .service .ser_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top:50px;
}
.main .service .ser_list .list_li{
	width: 12.5%;
    border-radius: 12px;
    margin-bottom: 20px;
   transition: 0.4s;
   padding:20px;
   text-align:center;
}
.main .service .ser_list .list_li .img{
	margin-bottom:15px;
}
.main .service .ser_list .list_li .txt h3{
	font-size:16px;
	color:#333;
}
.main .service .ser_list .list_li .txt p{
	font-size:12px;
	color:#004991;
}
.main .service .ser_list .list_li img{
   transition: 0.4s;
}
.main .service .ser_list .list_li:hover img {
   transition: 0.4s;
	transform: scale(1.2, 1.2);
}



/* advantage */
.main .advantage {
  padding-bottom: 2%;
  padding-top: 2%;
}
.main .advantage .section-title{
    color: #666;
    font-size: 16px;
    line-height: 22px;
    position: relative;
	text-align:center;
}
.main .advantage .section-title:before {
    content: "";
    position: absolute;
    left: 520px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .advantage .section-title:after {
    content: "";
    position: absolute;
    right: 520px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .advantage .title_p{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#004991;
}

.main .advantage .ser_list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
	margin-top:50px;
}
.main .advantage .ser_list .list_li{
	width: 30.333%;
    border-radius: 12px;
    margin-bottom: 20px;
	margin:0 1.5%;
   transition: 0.5s;
   padding:20px;
   text-align:center;
    background: linear-gradient(360deg,#fff,rgba(255,255,255,.95));
    box-shadow: 0 8px 10px 0 rgba(10,64,118,.1);
}
.main .advantage .ser_list .list_li .img{
	margin-bottom:20px;
}
.main .advantage .ser_list .list_li img{
	max-width:90px;
}
.main .advantage .ser_list .list_li:hover{
    background: linear-gradient(360deg,#fff,rgba(255,255,255,.9));
   transition: 0.5s;
    box-shadow: 0 8px 10px 0 rgba(10,64,118,.4);
}
.main .advantage .ser_list .list_li:hover img{
   transform: rotateY(360deg);
   transition: 0.5s;
}

.main .advantage .ser_list .list_li .txt h3{
	font-size:20px;
	font-weight:bold;
	color:#004991;
	text-align:left;
}
.main .advantage .ser_list .list_li .txt p{
	font-size:12px;
	color:#666;
	text-align:left;
}

/*shuju*/
.shuju {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.row {
  padding: 0px;
  margin: 0px;
}
.shuju .col-md-3, .shuju .col-lg-3 {
  padding: 0px 0px;
}
.shuju .container {
/*  max-width: 1450px;*/
  padding: 70px 0px;
}
.shuju .container .row > div {
  text-align: center;
}
.shuju_icon {
  position: relative;
}
.shuju_icon img {
  padding-bottom: 57px;
}
.right_half {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  width: 50%;
  opacity: 0.12;
  transform: translateY(50%);
  background-color: #014991;
}
.right_qb {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  width: 100%;
  opacity: 0.12;
  transform: translateY(50%);
  background-color: #014991;
}
.right_right {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  width: 50%;
  opacity: 0.12;
  transform: translateY(50%);
  background-color: #014991;
}
.yuand_ab {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(50%);
  border-radius: 100%;
  height: 9px;
  width: 9px;
  background-color: #014991;
}
.shuzhi_itemboxt {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.shuzhi_itemboxt span {
  color: #014991;
  line-height: 1;
  font-size: 48px;
  font-weight: bold;
}
.shuzhi_itemboxt sup {
  color: #014991;
  font-size: 24px;
  margin-top: 35px;
  margin-left: 5px;
}
.shuzhi_itembox {
  margin-top: 8px;
  padding: 0px 10%;
  text-align: center;
  color: #333333;
  opacity: 0.6;
  font-size: 14px;
  line-height: 22px;
}
.numCount > div img {
  transition: all 0.3s;
}
.numCount > div:hover img {
  transform: rotateY(180deg);
}

/* toutiao */
.main .toutiao {
  padding-bottom: 2%;
  background-color:#fff;
  padding-top: 2%;
}
.main .toutiao .section-title{
    color: #666;
    font-size: 16px;
    line-height: 22px;
    position: relative;
	text-align:center;
}
.main .toutiao .section-title:before {
    content: "";
    position: absolute;
    left: 320px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .toutiao .section-title:after {
    content: "";
    position: absolute;
    right: 320px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    z-index: 10;
    background: #999;
}
.main .toutiao .title_p{
	text-align:center;
	font-size:28px;
	color:#004991;
}

.main .toutiao .main-box {
    margin-top: 35px;
    border: 1px solid #E3E7EB;
    display: flex;
    padding: 20px;
}
.main .toutiao .main-box .left-box {
    width: 75%;
}
.main .toutiao .main-box .left-box ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.main .toutiao .main-box .left-box ul:before {
    content: '';
    position: absolute;
    top: 45%;
    left: -50px;
    right: 0;
    width: 90%;
    height: 1px;
    margin: auto;
    background: #E3E7EB;
}
.main .toutiao .main-box .left-box ul li {
    width: 50%;
    margin-bottom: 80px;
    position: relative;
    padding-left: 20px;
}
.main .toutiao .main-box .right-box {
    padding-left: 20px;
    flex: 1;
    position: relative;
}
.section-headlines{
    padding-top: 70px;
    padding-bottom: 85px;
}
.section-headlines .main-box{
     margin-top: 35px;
     border: 1px solid #E3E7EB;
     display: flex;
     padding: 20px;
}
.section-headlines .main-box .left-box{
    width: 75%;
}
.section-headlines .main-box .left-box ul{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.section-headlines .main-box .left-box ul:before{
    content: '';
    position: absolute;
    top: 45%;
    left: -50px;
    right: 0;
    width: 90%;
    height: 1px;
    margin: auto;
    background: #E3E7EB;
}
.section-headlines .main-box .left-box ul li{
    width: 50%;
    margin-bottom: 80px;
    position: relative;
    padding-left: 20px;
}
.section-headlines .main-box .left-box ul li:nth-child(3),.section-headlines .main-box .left-box ul li:nth-child(4){
margin-bottom: 0px;
}

.section-headlines .main-box .left-box ul li:nth-child(2n):before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    height: 100%;
    width: 1px;
    margin: auto;
    background: #E3E7EB;
}
.section-headlines .main-box .left-box ul li .img-box{
    font-size: 16px;
    font-weight: 700;
    color: #014991;
    line-height: 22px;
}
.section-headlines .main-box .left-box ul li .img-box>span{
    font-weight: bold;
}
.section-headlines .main-box .left-box ul li .img-box a{
	color:#004991;
}
.section-headlines .main-box .left-box ul li .img-box img{
    width: 27px;
    margin-right: 20px;
}

.section-headlines .main-box .left-box ul li .content-box{
    margin-top: 20px;
    font-size: 14px;
    line-height: 40px;
    padding-right: 30px;

}
.section-headlines .main-box .left-box ul li .content-box p{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.section-headlines .main-box .left-box ul li .content-box p a span{
    margin-right: 5px;
    font-weight: 700;
}
.section-headlines .main-box .left-box ul li .content-box p a{
    color: #014991;
	transition: 0.4s;
}
.section-headlines .main-box .left-box ul li .content-box p a:hover{
   color:#0193Dd;
   transition: 0.4s;
   padding-left:5px;
}
.section-headlines .main-box .right-box{
    padding-left: 20px;
    flex: 1;
    position: relative;
}
.section-headlines .main-box .right-box:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 95%;
    background: #E3E7EB;
    margin: auto;
}
.section-headlines .right-box h4{
    font-size: 16px;
    font-weight: 600;
    color: #223266;
    line-height: 22px;
    display: flex;
}
.section-headlines .right-box h4 a{
	color:#004991;
}
.section-headlines .right-box h4 span{
    margin-left: auto;
    font-weight: bold;
}
.section-headlines .right-box ul{
    margin-top: 10px;
	margin-bottom:20px;
}
.section-headlines .right-box ul li{
    min-height: 128px;
    margin-bottom: 40px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}
.section-headlines .right-box ul li:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.section-headlines .right-box ul li img{
    width: 100%;
}
.section-headlines .right-box ul li:last-child{
    margin-bottom: 0;
}

.ptswp .swiper-container .swiper-slide .row {
    margin: 0px 0px;
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    background: #FFF;
}



/* toutiao */

.main .partners {
	padding-top:3%;
	padding-bottom:3%;
	background-color:#f0f4f8;
}
.main .partners .index-tit{
	width:306px;
}
.main .partners .index-tit .first-title:nth-child(2){
	display:none;
}

.main .partners .row {
    margin: 0px 0px;
    border-top: 1px solid #F1F1F1;
    border-left: 1px solid #F1F1F1;
    background: #FFF;
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
}
.main .partners .row div {
    width: 20%;
    padding: 15px;
    margin: 0px;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main .partners .row div img {
    opacity: 1;
    width: 80%;
}

.main .partners .swiper-container-news {
    overflow: hidden;
	padding-top:30px;
}

.main .partners .container {
    position: relative;
}

.swiper-button-next-pcnews{
	top: 60%;
    left: -54px;
	position:absolute;
	background:url(../images/jt_1.png) no-repeat center 50%;
	background-color:#fff;
	z-index:9;
  transition: 0.4s;
	height: 60px;
    width: 60px;
    z-index: 2;
    background-color: #fff;
    opacity: .8;
    display: flex;
    color: #222;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    transform: translateY(-50%);
    border-radius: 60px;
box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.swiper-button-next-pcnews:hover{
	background:url(../images/jt_1_1.png) no-repeat center 50%;
  background-color: #014991;
  transition: 0.4s;
}
.swiper-button-prev-pcnews{
	top: 60%;
    right: -54px;
	position:absolute;
	background:url(../images/jt_2.png) no-repeat center 50%;
	background-color:#fff;
	z-index:9;
  transition: 0.4s;
	height: 60px;
    width: 60px;
    z-index: 2;
    background-color: #fff;
    opacity: .8;
    display: flex;
    color: #222;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    transform: translateY(-50%);
    border-radius: 60px;
box-shadow: 0 0 5px rgba(0,0,0,.15);
}
.swiper-button-prev-pcnews:hover{
	background:url(../images/jt_2_1.png) no-repeat center 50%;
  background-color: #014991;
  transition: 0.4s;
}

.main .partners .swiper-pagination-news{ text-align:center; padding-top:20px;}
.main .partners .swiper-pagination-bullet{ margin-right:5px;}
.main .partners .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border:1px solid #efefef;
  opacity: 1;
}
.main .partners .swiper-pagination-bullet-active{background:#DB261D;}
.main .product .container{
	position:relative;
}
.swiper-container-pc1{
	overflow:hidden;
}
.swiper-button-next-pc1{
	width:54px;
	height:54px;
	top: 60%;
    left: -54px;
	border-radius:34px;
	position:absolute;
	background:url(../images/jt_1.png) no-repeat center 50%;
	background-color:#fff;
	z-index:9;
  transition: 0.4s;
}
.swiper-button-next-pc1:hover{
	background:url(../images/jt_1_1.png) no-repeat center 50%;
	background-color:#DB261D;
  transition: 0.4s;
}
.swiper-button-prev-pc1{
	width:54px;
	height:54px;
	top: 60%;
    right: -54px;
	position:absolute;
	border-radius:34px;
	background:url(../images/jt_2.png) no-repeat center 50%;
	background-color:#fff;
	z-index:9;
  transition: 0.4s;
}
.swiper-button-prev-pc1:hover{
	background:url(../images/jt_2_1.png) no-repeat center 50%;
	background-color:#DB261D;
  transition: 0.4s;
}




/* footer */
.footer {
	background:url(../images/footer_bg.jpg) no-repeat center bottom;
	background-color:#024A92;
}
.footer .footer-top{
	width:100%;
    box-sizing: border-box;
	padding:20px 0;
	padding-top:50px;
}
.footer .footer-top .container{
    display: flex;
	justify-content: space-between;
}
.footer .footer-top .left{
	width:30%;
	color:#fff;
    box-sizing: border-box;
	padding-right:40px;
	font-size:12px;
}
.footer .footer-top .left img{
	margin-bottom:20px;
}
.footer .footer-top .left p{
	margin-bottom:20px;
	line-height:200%;
	opacity:0.8;
}

.footer .footer-top .center{
	width:40%;
    display: flex;
    box-sizing: border-box;
	padding-right:50px;
}
.footer .footer-top .center div{
	width:50%;
    text-align:center;
	padding-top:20px;
}
.footer .footer-top .center p{
	font-size:14px;
	color:#fff;
	opacity:0.8;
	line-height:300%;
}
.footer .footer-top .right{
	width:30%;
	height:270px;
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 20px 50px;
    box-sizing: border-box;
	color:#fff;
}
.footer .footer-top .right .title{
	font-size:26px;
	color:#fff;
}
.footer .footer-top .right p{
	margin-bottom:20px;
}
.footer .footer-top .right .ivu-input {
    height: 48px;
    background: #f1f3f5;
    border-radius: 8px;
    font-size: 14px;
    color: #161718;
    border: none;
    padding: 4px 10px;
	width:100%;
}
.footer .footer-top .right .form-button{
	width:100%;
    height: 48px;
    background: #0193DD;
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
	margin-top:20px;
}
.footer .footer-top .right .form-button:hover{
  transition: 0.4s;
    background: #FF6A00;
}
.footer-link .container{
	border-top:1px solid #4F83B8;
	border-bottom:1px solid #4F83B8;
	padding:10px 0;
	font-size:12px;
	color:#fff;
	line-height:200%;
}
.footer-link .container a{
	opacity:0.8;
	color:#fff;
}
.footer-link .container span{
	opacity:0.5;
	color:#fff;
	padding:0 10px;
}
.footer-bot{
	text-align:center;
	font-size:14px;
	color:#fff;
	padding:20px 0;
	opacity:0.8;
}



/* slide-content-box */

.slide-content-box{
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: #fff;
    margin: 0;
    padding: 0;
    transform: translateX(0);
    transition: all .3s;
    box-shadow: 0 0 20px 0 rgba(22,23,24,.2);
    display: flex;
}

.slide-content-box .tool-bar-box{
    position: relative;
}

.slide-content-box .tool-bar-box .tool-bar-scroll{
    height: 100vh;
    min-height: 100vh;
    /*overflow: auto;*/
    padding-top: 8vh;
    padding-bottom: 40px;
}
.slide-content-box .tool-bar-box .tool-list{
    padding: 0 14px;
}
.slide-content-box .tool-bar-box .tool-list li{
    font-size: 13px;
    color: #161718;
    line-height: 18px;
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: all .3s;
	margin-top:5px;
	padding-top:5px;
}
.slide-content-box .tool-bar-box .tool-list li a{
    color: #161718;
}
.slide-content-box .tool-bar-box .tool-list li:hover{
	background:#DEDEDE;
}
.slide-content-box .tool-bar-box .tool-list li .tool-name{
    margin-top: 4px;
}

.slide-content-box .tool-bar-box .tool-list .pointer:nth-child(2) .left_nav{
	position:absolute;
	background:#fff;
	width:400px;
	border-radius:10px;
	right:75px;
	top:0px;
    display: flex;
    justify-content: center;
	padding:20px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    white-space: nowrap;
    transition: all .3s;
	display:none;
}
.slide-content-box .tool-bar-box .tool-list .pointer:nth-child(2):hover .left_nav{
    display: flex;
    transition: all .3s;
}
.slide-content-box .tool-bar-box .tool-list .pointer:nth-child(2) .ivu-poptip-arrow{
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent;
    border-style: solid;
	right: -26px;
    border-width: 7px 0 7px 7px;
    border-left-color: #fff;
	top: 20%;
    margin-top: -7px!important;
	display: block;
}

.slide-content-box .tool-bar-box .tool-list .pointer:nth-child(2) .left_nav div{
	margin:0 20px;
}
.slide-content-box .tool-bar-box .tool-list .pointer:nth-child(2) .left_nav div img{
	width:140px;
	margin-bottom:20px;
}


.slide-content-box .tool-bar-box .active-list{
    margin-top: 40px;
    padding: 0 8px;
    text-align: center;
}
.slide-content-box .tool-bar-box .active-list li{
    width:100%;
	margin-top:5px;
	position:relative;
}
.slide-content-box .tool-bar-box .active-list li img{
    width:80%;
	max-width:40px;
}
.slide-content-box .tool-bar-box .tool-tel{
	width:100%;
	border-top:1px solid #E5EAED;
	border-bottom:1px solid #E5EAED;
	padding:20px 0;
	text-align:center;
	margin-top:20px;
	color:#333;
}
.slide-content-box .tool-bar-box .tool-tel .tel{
	font-size:14px;
	font-weight:bold;
}


.slide-content-box .returnTop {
    z-index: 999;
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    right: 20px;
    opacity: 0;
    width: 54px;
    height: 54px;
    background: url(../images/return-top.png) no-repeat center;
}

.slide-content-box .tool-bar-box .active-list li .left_nav_1{
	position:absolute;
	background:#fff;
	width:350px;
	border-radius:10px;
	right:75px;
	top:0px;
    display: flex;
    justify-content: center;
	padding:20px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
    white-space: nowrap;
    transition: all .3s;
	display:none;
	font-size:14px;
	color:#333;
	text-align:center;
}
.slide-content-box .tool-bar-box .active-list li .left_nav_1 .txt{
	width:100%;
	line-height:200%;
}
.slide-content-box .tool-bar-box .active-list li .left_nav_1 .txt font{
	font-size:16px;
	font-weight:bold;
	color:#004891;
}
.slide-content-box .tool-bar-box .active-list li:hover .left_nav_1{
    display: flex;
    transition: all .3s;
}
.slide-content-box .tool-bar-box .active-list li .ivu-poptip-arrow{
    width: 0;
    height: 0;
    position: absolute;
    border-color: transparent;
    border-style: solid;
	right: -7px;
    border-width: 7px 0 7px 7px;
    border-left-color: #fff;
	top: 20%;
    margin-top: -7px!important;
	display: block;
}
.slide-content-box .tool-bar-box .active-list li .left_nav_1 .img{
	width:100%;
	line-height:200%;
	text-align:center;
}
.slide-content-box .tool-bar-box .active-list li .left_nav_1 .img img{
	width:136px;
	max-width:136px;
}

/* 弹出层 */
#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.50;
	filter: alpha(opacity=80);
}
#code {
	width: 600px;
	height: auto;
	background:#fff;
	border-radius: 8px;
	margin-top:10px;
	padding: 20px;
	padding-top:0px;
	position: fixed;
	display: none;
	left: 50%;
	margin-left:-300px;
	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;
}
.close{
	font-size:16px;
	font-weight:bold;
	color:#333;
	text-align:center;
	padding-top:20px;
    position: absolute;
    right: 20px;
    z-index: 9999;
    opacity: 1;
    transition: all .3s;
}
.close:hover{
    opacity: 0.4;
    transition: all .3s;
}




.goodtxt {
	text-align: left;
	float:left;
	width:100%;
}
.goodtxt p {
	font-size: 13px;
	color: #333;
	line-height:160%;
	padding-bottom:10px;
}
.goodtxt p font{
	font-size: 13px;
	color: #999;
}
.m_login .slideTxtBox .hd {
  height: 50px;
  line-height: 50px;
  position: relative;
  border-bottom:1px solid #ccc;
}
.m_login .slideTxtBox .hd h4 {
  float: right;
  font-size: 2.6rem;
  color: #333;
}
.m_login .slideTxtBox .hd ul li {
  width: 120px;
  text-align: center;
  margin-right: 15px;
  float: left;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  color: #333;
  height: 50px;
  line-height: 50px;
}
.m_login .slideTxtBox .hd ul li.on {
  background: #fff;
  color:#004891;
  border-bottom:2px solid #004891;
}
.m_login .slideTxtBox .bd {
  margin: 0;
  padding: 30px 20px 10px;
  zoom: 1;
  background: #fff;
}
.m_login .slideTxtBox .bd ul {
  margin: 0;
}
.m_login .slideTxtBox .bd .form-box-phone .list {
  margin-bottom: 20px;
}
.m_login .slideTxtBox .bd .form-box-phone .list input::-webkit-input-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-phone .list input:-moz-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-phone .list input::-moz-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-phone .list input:-ms-input-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-phone .list b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  margin-right: 30px;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) input {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: #f6f8fc;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 116px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 8px;
  background: #f6f8fc url("../images/phone-lit_03.jpg") no-repeat right center;
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) .btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) .dropdown-menu {
  left: 180px;
  background: #f6f8fc;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) .dropdown-menu li {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(1) .dropdown-menu li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(2) input {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: #f6f8fc;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  margin-right: 12px;
  font-size: 14px;
}
.m_login .slideTxtBox .bd .form-box-phone .list:nth-child(3) .yanzheng {
  margin-left: 131px;
  cursor: pointer;
  width: 415px;
  height: 44px;
  background: url("../images/yanzheng_03.jpg") no-repeat center;
}
.m_login .slideTxtBox .bd .form-box-phone .bot {
  text-align: center;
  padding-top:20px;
}
.m_login .slideTxtBox .bd .form-box-phone .bot button {
  width: 250px;
  text-align: center;
  background: #0B5094;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  outline: none;
}
.m_login .slideTxtBox .bd .form-box-email .list {
  margin-bottom: 20px;
}
.m_login .slideTxtBox .bd .form-box-email .list input::-webkit-input-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-email .list input:-moz-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-email .list input::-moz-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-email .list input:-ms-input-placeholder {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-email .list b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 100px;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #666;
  margin-right: 30px;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) input {
  width: 320px;
  height: 40px;
  line-height: 40px;
  background: #f6f8fc;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  font-size: 14px;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 116px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 8px 0 0 8px;
  background: #f6f8fc url("../images/phone-lit_03.jpg") no-repeat right center;
  font-size: 14px;
  color: #333;
  border: none;
  outline: none;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) .btn-group.open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) .dropdown-menu {
  left: 180px;
  background: #f6f8fc;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) .dropdown-menu li {
  color: #999;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(1) .dropdown-menu li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 50px;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(2) input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #f6f8fc;
  border: none;
  border-radius: 8px;
  padding: 0 10px;
  margin-right: 12px;
  font-size: 14px;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(2) button {
  width: 121px;
  text-align: center;
  background: #0B5094;
  font-size: 14px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  outline: none;
}
.m_login .slideTxtBox .bd .form-box-email .list:nth-child(3) .yanzheng {
  margin-left: 131px;
  cursor: pointer;
  width: 415px;
  height: 44px;
  background: url("../images/yanzheng_03.jpg") no-repeat center;
}
.m_login .slideTxtBox .bd .form-box-email .bot {
  text-align: center;
}
.m_login .slideTxtBox .bd .form-box-email .bot button {
  width: 250px;
  text-align: center;
  background: #0B5094;
  font-size: 18px;
  color: #fff;
  height: 52px;
  line-height: 52px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  outline: none;
}
.m_login .slideTxtBox .txt-bot {
  background: #fff;
  padding: 0px 60px 30px 20px;
}
.m_login .slideTxtBox .txt-bot p {
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 19px;
  font-size: 14px;
  color: #999;
}
.m_login .slideTxtBox .txt-bot p a {
  color: #0B5094;
  text-decoration: underline!important;
}
.m_login .slideTxtBox .txt-bot .link{
    padding-top: 10px;
}
.m_login .slideTxtBox .txt-bot .link a {
  color: #0B5094;
  font-size: 14px;
}
.m_login .slideTxtBox .txt-bot .link a:nth-child(1) {
  float: left;
}
.m_login .slideTxtBox .txt-bot .link a:nth-child(2) {
  float: right;
}

.m_login .slideTxtBox .bd .list input {
    width: 320px;
    height: 40px;
    line-height: 40px;
    background: #f6f8fc;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    font-size: 14px;
}

.ins-main{
	background:#fff;
}
.pro-main{
	background:#EFF1F2;
}

.section-banner img{
	width: 100%;
}
/*section-nav-box*/
.section-nav-box ul{
	background:#fff;
	box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
	display: flex;
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 80px;
}
.section-nav-box ul li{
	text-align: center;
	width: 20%;
	line-height: 55px;
}
.service ul li{
	width: 25%;
}
.section-nav-box ul li a{
	width: 100%;
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
}
.section-nav-box ul li.active a{
	background:#004891;
	color: #ffffff;
}
.section-nav-box ul li:hover a{
	background:#004891;
	color: #ffffff;
}
/*section-video*/
.section-video>div.container{
	display: flex;
}
.section-video .left-box{
	width: 43%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.section-video .left-box .title-box{
	font-size: 38px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #000000;
}
.section-video .left-box .vc-title-box{
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Bold;
	font-weight: 700;
	text-align: LEFT;
	color: #000000;
}
.section-video .left-box .desc-box{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: justify;
	color: #828282;
	padding-right: 24%;
	line-height: 24px;
}
.section-video .right-box{
  width: 57%;
}
.section-video .right-box .about-video-box{
 width: 100%;
}

/*Culture*/
.comm_pads {
    padding: 0px 0px;
    position: relative;
}
.Cultures{
	background:url(../images/bjt.jpg) no-repeat center top;
	margin-top:60px;
}
.Culture {
  height: 360px;
  position: relative;
  padding-top: 90px;
}
.Culture h4 {
  font-size: 40px;
  line-height: 30px;
  color:#fff;
}
.Culture > p {
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #9ac4ef;
}
.Culture .swiper-slide {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  height: 270px;
  width:19%;
  margin-right:1%;
}
.cul_abs {
  width: 100%;
  position: absolute;
  bottom: -160px;
}
.cul_abs .swiper-pagination {
  display: none;
  left: 50%;
  transform: translateX(-50%);
}
.cul_abs .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 3px 2px;
  outline: none;
}
.cul_abs .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
  opacity: .4;
}
.cul_abs .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.cul_cumbers {
  display: flex;
  align-items: center;
  padding: 50px 10% 0px 10%;
}
.cul_Numbers_lin {
  margin-left: 5%;
  flex: 1;
  height: 1px;
  background-color: #e5e8eb;
}
.cul_cumbersyuan {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #014991;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
.cul_conts {
  padding: 35px 10% 0px 10%;
}
.cul_conts h4 {
  color: #333;
  font-size: 24px;
  line-height: 18px;
}
.cul_conts p {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
}



/*licheng*/
.licheng{
	padding: 260px 0 90px 0;
	background: #f0f4f8;
	overflow: hidden;
}
.licmain{
	width: 90%;
	margin: 0 auto;
}
.lictitle{
	
}
.lictitle h4{
	color: #014991;
    font-size: 40px;
    line-height: 20px;
    text-align: center;
}
.lictitle p{
	    margin-top: 20px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.licsuoyou{
	display: none;
}
.lictop{
/*	overflow: hidden;*/
	padding-left: 10px;
	margin-top: 60px;
	border-bottom: 2px solid #0094de;
	height: 160px;
}
.lictopli{
	width: 18%;
	float: left;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #0094de;
	height: 160px;
	position: relative;
}
.licwen h5{
	font-weight: 700;
    color: #014991;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}
.licwen p{
	    color: #999999;
    font-size: 14px;
    line-height: 18px;
}
.yuandian{
	height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0094de;
    background: #f0f4f8;
	position: absolute;
	bottom: -10px;
	left:-11px;
}
.yuandian p{
	height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #0094de;
}
.licbootom{
	
	clear: both;
	
/*	overflow: hidden;*/
/*	padding-left: 10%;*/
	padding-left: 10px;
	position: relative;
	height: 170px;
}
.licdili{
	    width: 18%;
    float: left;
    padding-left: 10px;
    border-left: 1px solid #0094de;
    height: 160px;
    position: relative;
}
.licdili:nth-child(1){
	position: absolute;
	left: 9%;
}
.licdili:nth-child(2){
	position: absolute;
	left: 27%;
}
.licdili:nth-child(3){
	position: absolute;
	left: 45%;
}
.licdili:nth-child(4){
	position: absolute;
	left: 63%;
}

.licdili:last-child{
	position: absolute;
	left: 81%;
	width: 18%;
}

.licwen02{
	position: absolute;
	bottom: 0px;
	padding-right: 15px;
}
.licwen02 h5 {
    font-weight: 700;
    color: #014991;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
}
.licwen02 p {
    color: #999999;
    font-size: 14px;
    line-height: 18px;
}
.yuandian02 {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0094de;
    background: #f0f4f8;
    position: absolute;
    top:-10px;
    left: -11px;
}
.yuandian02 p {
    height: 6px;
    width: 6px;
    border-radius: 100%;
    background: #0094de;
}



/*section-honor-box*/
.section-title {
    color: #014991;
    font-size: 40px;
    line-height: 20px;
    text-align: center;
	font-weight:bold;
}
.section-title-p{
    margin-top: 20px;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding-bottom: 40px;
}
.section-honor-box .honor-main-box ul{
	display: flex;
	flex-wrap: wrap;
}
.section-honor-box .honor-main-box ul li{
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
	display: flex;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 45px;
	flex-direction: column;
	justify-content: space-between;
}
.section-honor-box .honor-main-box ul li:nth-child(3n){
	margin-right: 0;
}

.section-honor-box .honor-main-box ul li .img-box{
	width: 100%;
	padding: 10px 20px;
}
.section-honor-box .honor-main-box ul li .img-box img{
	width: 100%;
}
.section-honor-box .honor-main-box ul li .title-box{
	padding-top: 18px;
	height: 75px;
	font-size: 18px;
	padding: 10px 30px 0 30px;
}
.section-honor-box #page{
	text-align: center;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 120px;
}
.section-honor-box #page .layui-laypage a:hover{
	color: unset;
}
.section-honor-box #page .layui-laypage-next,.section-honor-box #page .layui-laypage-prev{
	color: rgba(128,128,128,1);
}

.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 10px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity = 50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	margin: 0 auto;
	/* overflow: hidden; */
}

.bigbox .imgbox {
	width: 265px;
	height: 185px;
	border: 1px solid #e4ecf3;
	/* overflow: hidden; */
	margin: 0 auto;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 10px;
}

.bigbox .imgbox img {
	width: 100%;
	height: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}
.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}
.mask>img:hover {
	cursor: pointer
}

.section-fc-box .honor-main-box{
	padding-top: 30px;
}
.section-hfconor-box .honor-main-box ul{
	display: flex;
	flex-wrap: wrap;
}
.section-fc-box .honor-main-box ul li{
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
	display: inline-block;
	text-align: center;
	margin-right: 5%;
	margin-bottom: 45px;
	position: relative;
	overflow: hidden;
	max-height: auto;
}
.section-fc-box .honor-main-box ul li:nth-child(3n){
	margin-right: 0;
}

.section-fc-box .honor-main-box ul li .img-box{
	width: 100%;
	max-height: 306px;
	padding: 1px;
}
.section-fc-box .honor-main-box ul li .img-box img{
	width: 100%;
	height: auto;
}
.section-fc-box .honor-main-box ul li .title-box{
	padding-top: 18px;
	height: 55px;
	font-size: 14px;
	padding: 10px 30px 0 30px;
	color:#161718;
}
.section-fc-box .honor-main-box ul li .img-num{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,0.5);
	border-radius: 50%;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	font-weight: 700;
	color: #ffffff;
}

/*分页*/
.ins-main .layui-laypage a, .ins-main .layui-laypage span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
}
.ins-main .layui-laypage a, .ins-main .layui-laypage span{
	background: #f0f0f0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	color: #000000;
	margin-right: 10px;
}
.ins-main .layui-laypage .layui-laypage-curr{
	margin-right: 10px;
	position: relative;
}
.ins-main #page{
	text-align: center;
	padding-top: 20px;
	padding-bottom: 40px;
}
.ins-main #page .layui-laypage a:hover{
	color: unset;
}
.ins-main #page .layui-laypage-next,.ins-main #page .layui-laypage-prev{
	color: rgba(128,128,128,1);
}
.ins-main .layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
}
.ins-main .layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #004891!important;
	border-radius: 4px;
}

/* section-zhaopin-box */
.section-zhaopin-box .zhaopin-main-box{
	display: inline-block;
    padding-top: 50px;
	width:100%;
}
.section-zhaopin-box .zhaopin-desc{
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	color: #000000;
	line-height: 26px;
}
.section-zhaopin-box .zhaopin-desc p{
	font-size: 16px;
}
.section-zhaopin-box .zhaopin-contact{
	padding-top: 40px;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	color: #000000;
	line-height: 26px;
}
.section-zhaopin-box .zhaopin-content{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 85px;
	padding-bottom: 100px;
}
.section-zhaopin-box .zhaopin-content .zhaopin-list{
	width: 32%;
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
	padding: 15px 20px;
	margin-bottom: 45px;
}
.section-zhaopin-box .zhaopin-content .zhaopin-list .title-box{
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	color: #000000;
	line-height: 25px;
}
.section-zhaopin-box .zhaopin-content .zhaopin-list .title-box span{
	font-size: 14px;
	font-weight:400;
}
.section-zhaopin-box .zhaopin-content .zhaopin-list .content-box{
	display: flex;
	justify-content: space-between;
	padding-top: 36px;
}
.section-zhaopin-box .zhaopin-content .zhaopin-list .content-box .desc{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #000000;
	line-height: 25px;
}
.section-zhaopin-box .zhaopin-list .content-box .desc span{
	border-right: #000000 1px solid;
	padding: 0 10px;
}
.section-zhaopin-box .zhaopin-list .content-box .desc span:first-child{
	padding-left: 0;
}
.section-zhaopin-box .zhaopin-list .content-box .desc span:last-child{
	border-right: 0;
}
.section-zhaopin-box .zhaopin-btn{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 34px;
	width: 80px;
	height: 34px;
	background: #004891;
	border-radius: 4px;
	cursor: pointer;
}
.section-zhaopin-box .table_list_content{
	display: none;
}
.zhaopin_content .table_title_box{
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 15px;
}
.zhaopin_content .table_desc_box{

	padding-bottom: 15px;
}
.zhaopin_content .table_desc1_box{
	background:#f8fbfd;
	padding:20px 20px 20px;
	height: 500px;

}
.zhaopin_content .table_desc_box span{
	border-right: 1px solid #000000;
	padding: 0 10px;
}
.zhaopin_content .table_desc_box span:first-child{
	padding-left: 0;
}
.zhaopin_content .table_desc_box span:last-child{
	border-right:0;
}
.zhaopin_content h3{
    margin: 20px 0;
	font-size: 16px;
	font-weight: 700;
}
.zhaopin_content h3 span{
	color: #004891;
	margin-right: 5px;
	font-size: 10px;
	line-height: 14px;
}
.zhaopin_content .table_content_box{
	padding: 20px 30px;
}
.zhaopin_content .table_content_box p{
	line-height: 24px;
}
.layui-layer.layui-layer-page.zhaopin_content.layer-anim{
	border-radius: 8px;
}
.layui-layer-setwin .layui-layer-close2{
	right: 0px;
	top: -10px;
	background-position: 14px -31px;
}
.layui-layer-setwin .layui-layer-close2:hover{
	background-position: 14px -31px;

}

.bread-crumbs-nav{
    font-size: 14px;
    font-weight: 400;
    color: #223266;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.bread-crumbs-nav a{
    color: inherit;
}
.bread-crumbs-nav .home-icon{
    width: 18px;
    margin-right: 6px;
}


/*ins-style*/
@media (max-width: 768px) {
  .ins-main {
    margin-top: 55px;
  }
}
.ins-main .ins-ad .container2 {
  height: 400px;
  position: relative;
}
@media (max-width: 768px) {
  .ins-main .ins-ad .container2 {
    height: 100px;
  }
}
.ins-main .ins-ad .container2 h4 {
  font-size: 4rem;
  color: #D02C27;
  font-weight: 900;
  margin: 0;
  transform: translate(0%, -50%);
  text-align:center;
  width:100%;
    display: inline-block;
    *display: inline;
}
.ins-main .news-ad {
  background: url("../images/news-ad_02.jpg") no-repeat center;
}
.ins-main .a-ad {
  background: url("../images/a-ad.jpg") no-repeat center;
}
.ins-main .s-ad {
  background: url("../images/s-ad.jpg") no-repeat center;
}
.ins-main .about-ad {
  background: url("../images/about-ad_02.jpg") no-repeat center;
}
.ins-main .service-ad {
  background: url("../images/service-ad_02.jpg") no-repeat center;
}
.ins-main .pro-ad {
  background: url("../images/pro-ad_02.jpg") no-repeat center;
}
@media (max-width: 768px) {
  .ins-main .service-ad {
    background: url("../images/service-ad_02.jpg") no-repeat 80% center;
  }
}



.ins-main .ins-about{
	background:url(../images/a_bg_1.jpg) no-repeat center top;
	background-color:#FAFAFA;
}

.ins-main .ins-about .about-box{
	min-height:500px;
}


.ins-main .ins-about{
	background:url(../images/a_bg_1.jpg) no-repeat center top;
	background-color:#FAFAFA;
}

.ins-main .ins-about .about-box{
	min-height:500px;
}


.ins-main .ins-about .txt-box{
	float:left;
	width:45%;
	padding-bottom:6%;
}
.ins-main .ins-about .txt-box .title_h3{
	font-size:3rem;
	color:#DB261D;
	margin-bottom:30px;
	margin-top:0px;
}
.ins-main .ins-about .txt-box p {
  font-size: 1.6rem;
  color: #333;
  line-height: 160%;
}
.ins-main .ins-about .img-box{
	float:right;
	width:50%;
	text-align:center;
}
.ins-main .ins-about .img-box img{
	width:90%;
}

.ins-main .ins-about .ico_list{
  width: 100%;
  float: left;
  text-align:center;
  padding-top:5%;
}
.ins-main .ins-about .ico_list li{
  width: 25%;
  float: left;
  background:url(../images/a_list_line.png) no-repeat right 50%;
}
.ins-main .ins-about .ico_list li:nth-child(4){
  background:none;
}
.ins-main .ins-about .ico_list li p{
	font-size:1.6rem;
	padding-top:5%;
}



.ins-main .ins-about .txt-box{
	float:left;
	width:45%;
	padding-bottom:6%;
}
.ins-main .ins-about .txt-box .title_h3{
	font-size:3rem;
	color:#DB261D;
	margin-bottom:30px;
	margin-top:0px;
}
.ins-main .ins-about .txt-box p {
  font-size: 1.6rem;
  color: #333;
  line-height: 160%;
}
.ins-main .ins-about .img-box{
	float:right;
	width:50%;
	text-align:center;
}
.ins-main .ins-about .img-box img{
	width:90%;
}

.ins-main .ins-about .ico_list{
  width: 100%;
  float: left;
  text-align:center;
  padding-top:5%;
}
.ins-main .ins-about .ico_list li{
  width: 25%;
  float: left;
  background:url(../images/a_list_line.png) no-repeat right 50%;
}
.ins-main .ins-about .ico_list li:nth-child(4){
  background:none;
}
.ins-main .ins-about .ico_list li p{
	font-size:1.6rem;
	padding-top:5%;
}



.ins-main .ins-con {
  padding: 2% 4% 3%;
}
.ins-main .show-nav {
  height: 60px;
  line-height: 60px;
}
.ins-main .show-nav .container {
  position: relative;
}
.ins-main .show-nav p {
  margin: 0;
  font-size: 1.6rem;
  color: #5e5e5e;
  text-transform: capitalize;
  padding-left: 44px;
  background: url("../images/location_03.png") no-repeat left center;
}
.ins-main .show-nav p a {
  color: #5e5e5e;
}
.ins-main .show-nav p a:hover {
  color: #D02C27;
}
.ins-main .show-nav p .active {
  color: #D02C27;
}
.ins-main .show-nav .back {
  position: absolute;
  right: 15px;
  top: 12px;
}
.ins-main .show-nav .back a {
  display: block;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #D02C27;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .ins-main .show-nav {
    height: auto;
    line-height: 39px;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
  }
  .ins-main .show-nav .container {
    position: relative;
  }
  .ins-main .show-nav p {
    margin: 0;
    font-size: 1.6rem;
    color: #5e5e5e;
    margin-left: 0px;
    padding-left: 0;
    background: none;
  }
  .ins-main .show-nav p a {
    color: #5e5e5e;
  }
  .ins-main .show-nav p a:hover {
    color: #D02C27;
  }
  .ins-main .show-nav p .active {
    color: #D02C27;
  }
  .ins-main .show-nav .back {
    display: none;
    position: static;
    right: 15px;
    top: 12px;
  }
  .ins-main .show-nav .back a {
    display: block;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    background: #D02C27;
    color: #fff;
    font-size: 1.6rem;
  }
}

.ins-main .ins-nav {
  padding: 40px 0 40px;
  text-align: right;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    text-align: left;
    padding: 10px 0;
  }
}
.ins-main .ins-nav p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
}
.ins-main .ins-nav p a {
  color: #999;
}
.ins-main .ins-nav p a:hover {
  color: #D02C27;
}
.ins-main .ins-tit {
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .ins-tit h5 {
  font-size: 2.4rem;
  color: #1a1a1a;
  text-transform: uppercase;
}
.ins-main .ins-tit b {
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #D02C27;
}
.ins-main .pro-category {
  background: #efefef;
  padding: 4% 0;
}
.ins-main .pro-category .list {
  float: left;
  width: 18%;
  margin-right: 2.5%;
  overflow-y: auto;
  margin-bottom: 2.5%;
  border: 1px solid #e3e3e3;
  height: 398px;
  background: url("../images/pro-list_03.jpg") no-repeat center;
  background-size: cover;
}
@media (max-width: 768px) {
  .ins-main .pro-category .list {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
  }
}
.ins-main .pro-category .list h6 {
  font-size: 1.6rem;
  color: #333;
  font-weight: 600;
  text-align: center;
}
.ins-main .pro-category .list ul {
  padding: 0 10%;
}
.ins-main .pro-category .list ul li {
  font-size: 1.4rem;
  margin-bottom: 1px;
}
.ins-main .pro-category .list ul li a {
  color: #666;
  padding-left: 15px;
  background: url("../images/pro-lit_03.jpg") no-repeat left center;
}
.ins-main .pro-category .list ul li a:hover {
  color: #d31518;
}
.ins-main .pro-category .list .more a {
  display: block;
  padding-left: 25px;
  font-size: 1.4rem;
  color: #D02C27;
}
@media (max-width: 768px) {
  .ins-main .pro-category .list .more a {
    padding-left: 35px;
  }
}
.ins-main .pro-category .list:nth-child(5n+5) {
  margin-right: 0;
}
.ins-main .pro-category .list::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 4px;
}
.ins-main .pro-category .list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.ins-main .pro-category .list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.ins-main .ins-join .top-con {
  padding: 4% 0;
}
.ins-main .ins-join .top-con .img {
  width: 50%;
  float: left;
}
.ins-main .ins-join .top-con .img img {
  width: 100%;
}
.ins-main .ins-join .top-con .txt-box {
  width: 44%;
  float: right;
}
.ins-main .ins-join .top-con .txt-box h6 {
  font-size: 3rem;
  color: #1f1f1f;
  text-transform: uppercase;
  margin-top: 5%;
}
.ins-main .ins-join .top-con .txt-box h4 {
  font-size: 4.8rem;
  color: #D02C27;
  text-transform: uppercase;
}
.ins-main .ins-join .top-con .txt-box .txt {
  margin: 8% 0;
}
.ins-main .ins-join .top-con .txt-box .txt p {
  font-size: 1.6rem;
  color: #6c6c6c;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box p {
  font-size: 1.6rem;
  color: #1f1f1f;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .top-con .txt-box a {
  display: block;
  width: 200px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #dabaa3;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 6%;
}
.ins-main .ins-join .center-con {
  padding: 4% 0;
  background: #f6f6f6;
}
.ins-main .ins-join .center-con li {
  background: #fff;
}
.ins-main .ins-join .center-con li .txt {
  padding: 5%;
  width: 50%;
  float: left;
}
.ins-main .ins-join .center-con li .txt h6 {
  font-size: 2.4rem;
  color: #D02C27;
  text-transform: uppercase;
  margin-bottom: 6%;
}
.ins-main .ins-join .center-con li .txt p {
  font-size: 1.8rem;
  color: #1f1f1f;
  line-height: 200%;
  margin: 0;
}
.ins-main .ins-join .center-con li .img {
  width: 50%;
  float: right;
}
.ins-main .ins-join .center-con li .img img {
  width: 100%;
}
.ins-main .ins-join .center-con li:nth-child(2) .txt {
  float: right;
}
.ins-main .ins-join .center-con li:nth-child(2) .img {
  float: left;
}
.ins-main .ins-join .bot-con {
  padding: 4% 0;
}
.ins-main .ins-join .bot-con .list {
  width: 45%;
  float: right;
}
.ins-main .ins-join .bot-con .list li {
  margin-bottom: 9%;
}
.ins-main .ins-join .bot-con .list h6 {
  font-size: 2.4rem;
  color: #D02C27;
  text-transform: uppercase;
}
.ins-main .ins-join .bot-con .list p {
  font-size: 1.6rem;
  color: #0b0b0b;
}
.ins-main .ins-join .bot-con .img {
  width: 50%;
  float: left;
}
.ins-main .ins-join .bot-con .img img {
  width: 100%;
}
.ins-main .ins-join .three-years {
  padding: 4% 0;
  background: #f6f6f6;
}
.ins-main .ins-join .three-years .list li {
  width: 32.333333%;
  float: left;
  margin-right: 1.5%;
  text-align: center;
  background: #fff;
  height: 320px;
  border-radius: 10px;
  transition: 0.4s;
}
.ins-main .ins-join .three-years .list li:hover {
  background: #dabaa3;
}
.ins-main .ins-join .three-years .list li:hover h4 {
  color: #fff;
}
.ins-main .ins-join .three-years .list li:hover p {
  color: #fff;
}
.ins-main .ins-join .three-years .list li h4 {
  font-size: 3.6rem;
  color: #D02C27;
  padding: 10% 0 8%;
}
.ins-main .ins-join .three-years .list li p {
  font-size: 1.6rem;
  color: #595959;
  margin: 0;
  line-height: 200%;
}
.ins-main .ins-join .three-years .list li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-join .choose {
  padding: 4% 0;
}
.ins-main .ins-join .choose .list {
  border: 1px solid #eee;
  border-left: none;
  border-bottom: none;
}
.ins-main .ins-join .choose .list li {
  width: 33.333333%;
  float: left;
  height: 308px;
  border-right: 1px solid #eee;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-join .choose .list li span {
  display: inline-block;
  height: 50px;
  border-radius: 50px;
  background: #dabaa3;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin: 16% 0 8%;
  width: 50px;
}
.ins-main .ins-join .choose .list li h6 {
  font-size: 1.8rem;
  color: #D02C27;
  text-transform: uppercase;
  margin-bottom: 5%;
}
.ins-main .ins-join .choose .list li p {
  font-size: 1.4rem;
  color: #595959;
  margin: 0 10%;
}
.ins-main .ins-join .contact {
  height: 550px;
  background: url("../images/now-bg_02.jpg") no-repeat center;
}
.ins-main .ins-join .contact a {
  display: block;
}
@media (max-width: 768px) {
  .ins-main .ins-join .top-con {
    padding: 4% 0;
  }
  .ins-main .ins-join .top-con .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .top-con .img img {
    width: 100%;
  }
  .ins-main .ins-join .top-con .txt-box {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .top-con .txt-box h6 {
    font-size: 3rem;
    color: #1f1f1f;
    text-transform: uppercase;
    margin-top: 5%;
  }
  .ins-main .ins-join .top-con .txt-box h4 {
    font-size: 4rem;
    color: #D02C27;
    text-transform: uppercase;
  }
  .ins-main .ins-join .top-con .txt-box .txt {
    margin: 8% 0;
  }
  .ins-main .ins-join .top-con .txt-box .txt p {
    font-size: 1.6rem;
    color: #6c6c6c;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .top-con .txt-box p {
    font-size: 1.6rem;
    color: #1f1f1f;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .top-con .txt-box a {
    display: block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #dabaa3;
    color: #fff;
    font-size: 1.6rem;
    margin-top: 6%;
  }
  .ins-main .ins-join .center-con {
    padding: 4% 0;
    background: #f6f6f6;
  }
  .ins-main .ins-join .center-con li {
    background: #fff;
  }
  .ins-main .ins-join .center-con li .txt {
    padding: 5%;
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .center-con li .txt h6 {
    font-size: 2.4rem;
    color: #D02C27;
    text-transform: uppercase;
    margin-bottom: 6%;
  }
  .ins-main .ins-join .center-con li .txt p {
    font-size: 1.8rem;
    color: #1f1f1f;
    line-height: 200%;
    margin: 0;
  }
  .ins-main .ins-join .center-con li .img {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .center-con li .img img {
    width: 100%;
  }
  .ins-main .ins-join .center-con li:nth-child(2) .txt {
    float: right;
  }
  .ins-main .ins-join .center-con li:nth-child(2) .img {
    float: left;
  }
  .ins-main .ins-join .bot-con {
    padding: 4% 0;
  }
  .ins-main .ins-join .bot-con .list {
    width: 100%;
    float: right;
  }
  .ins-main .ins-join .bot-con .list li {
    margin-bottom: 9%;
  }
  .ins-main .ins-join .bot-con .list h6 {
    font-size: 2.4rem;
    color: #D02C27;
    text-transform: uppercase;
  }
  .ins-main .ins-join .bot-con .list p {
    font-size: 1.6rem;
    color: #0b0b0b;
  }
  .ins-main .ins-join .bot-con .img {
    width: 100%;
    float: left;
  }
  .ins-main .ins-join .bot-con .img img {
    width: 100%;
  }
  .ins-main .ins-join .three-years {
    padding: 4% 0;
    background: #f6f6f6;
  }
  .ins-main .ins-join .three-years .list li {
    width: 100%;
    float: left;
    margin-right: 0%;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    height: auto;
    padding-bottom: 12%;
  }
  .ins-main .ins-join .three-years .list li h4 {
    font-size: 3.6rem;
    color: #D02C27;
    padding: 10% 0 8%;
  }
  .ins-main .ins-join .three-years .list li p {
    font-size: 1.6rem;
    color: #595959;
    margin: 0;
    line-height: 200%;
  }
  .ins-main .ins-join .three-years .list li:nth-child(3) {
    margin-right: 0;
  }
  .ins-main .ins-join .choose {
    padding: 4% 0;
  }
  .ins-main .ins-join .choose .list {
    border: 1px solid #eee;
    border-left: none;
    border: none;
  }
  .ins-main .ins-join .choose .list li {
    width: 100%;
    float: left;
    height: 278px;
    border-right: 1px solid #eee;
    text-align: center;
    border: 1px solid #eee;
  }
  .ins-main .ins-join .choose .list li span {
    display: inline-block;
    height: 50px;
    border-radius: 50px;
    background: #dabaa3;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 16% 0 8%;
    width: 50px;
  }
  .ins-main .ins-join .choose .list li h6 {
    font-size: 1.8rem;
    color: #D02C27;
    text-transform: uppercase;
    margin-bottom: 5%;
  }
  .ins-main .ins-join .choose .list li p {
    font-size: 1.4rem;
    color: #595959;
    margin: 0 10%;
  }
  .ins-main .ins-join .contact {
    height: 250px;
    background: url("../images/now-bg_02.jpg") no-repeat center;
  }
  .ins-main .ins-join .contact a {
    display: block;
  }
}
.ins-main .ins-profile {
  margin: 7% 0 3%;
}
.ins-main .ins-profile .txt-box {
  width: 50%;
  float: left;
}
.ins-main .ins-profile .txt-box h5 {
  font-size: 2.5rem;
  color: #1f56a8;
  text-transform: uppercase;
  margin-bottom: 5%;
  font-weight: 600;
}
.ins-main .ins-profile .txt-box p {
  font-size: 1.6rem;
  color: #666;
  line-height: 180%;
}
.ins-main .ins-profile .video-box {
  width: 40.5%;
  float: right;
  padding: 1.3%;
  border: 1px solid #eee;
}
@media (max-width: 768px) {
  .ins-main .ins-profile .video-box {
    width: 100%;
  }
}
.ins-main .ins-profile .video-box video {
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main .ins-profile {
    margin: 7% 0 3%;
  }
  .ins-main .ins-profile .txt-box {
    width: 100%;
    float: left;
  }
  .ins-main .ins-profile .txt-box h5 {
    font-size: 2.5rem;
    color: #1f56a8;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-weight: 600;
  }
  .ins-main .ins-profile .txt-box p {
    font-size: 1.6rem;
    color: #666;
    line-height: 180%;
  }
  .ins-main .ins-profile .video-box {
    width: 100%;
    float: right;
    padding: 1.3%;
    border: 1px solid #eee;
  }
  .ins-main .ins-profile .video-box video {
    width: 100%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-profile .video-box {
    width: 100%;
  }
}
.ins-main .ins-partner .list {
  padding: 3% 0;
}
.ins-main .ins-partner .list .swiper-container-list {
  overflow: hidden;
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
  width: 20%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-partner .list .swiper-container-list .swiper-slide li {
    width: 50%;
  }
}
.ins-main .ins-partner .list .swiper-container-list .swiper-slide li img {
  width: 100%;
  border: 1px solid #eee;
}
.ins-main .ins-partner .list .swiper-pagination-list {
  text-align: center;
  z-index: 99;
  width: 100%;
  margin-top: 2%;
}
.ins-main .ins-partner .list .swiper-pagination-bullet {
  background: #e5e5e5;
  border-radius: 0px;
  height: 9px;
  width: 9px;
  opacity: 1;
  border-radius: 9px;
}
.ins-main .ins-partner .list .swiper-pagination-bullet-active {
  background: #D02C27;
  opacity: 1;
}
.ins-main .ins-partner .list:nth-child(2n+2) {
  background: #f6f6f6;
}
.ins-main .ins-reviews {
  padding: 3% 0;
}
.ins-main .ins-reviews li {
  width: 32.333333%;
  float: left;
  margin: 0 1.5% 3% 0;
}
@media (max-width: 768px) {
  .ins-main .ins-reviews li {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
.ins-main .ins-reviews li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-reviews li .img {
  overflow: hidden;
}
.ins-main .ins-reviews li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-reviews li .txt {
  border-bottom: 1px solid #eee;
  padding: 3% 0;
}
.ins-main .ins-reviews li .txt h6 {
  font-size: 1.8rem;
  color: #000;
  text-transform: uppercase;
}
.ins-main .ins-reviews li .txt span {
  font-size: 1.4rem;
  color: #D02C27;
}
.ins-main .ins-reviews li .txt p {
  font-size: 1.4rem;
  color: #616161;
  line-height: 180%;
  margin-top: 2%;
  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;
  height: 50px;
}
.ins-main .ins-reviews li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-culture {
  padding: 3% 0;
}
.ins-main .ins-culture .img {
  margin-bottom: 2%;
}
.ins-main .ins-culture .img img {
  width: 100%;
}
.ins-main .ins-culture .list-box li {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
  border: 1px solid #eee;
  padding: 2% 3%;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .ins-main .ins-culture .list-box li {
    width: 100%;
    margin: 0 0 4% 0;
  }
}
.ins-main .ins-culture .list-box li:hover {
  background: #dabaa3;
}
.ins-main .ins-culture .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-culture .list-box li:hover p {
  color: #fff;
}
.ins-main .ins-culture .list-box li h6 {
  font-size: 2.4rem;
  color: #D02C27;
}
.ins-main .ins-culture .list-box li p {
  font-size: 1.6rem;
  color: #191919;
}
.ins-main .ins-culture .list-box li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-environment {
  padding: 2% 0;
}
.ins-main .ins-environment li {
  width: 31.8333333%;
  float: left;
  margin-right: 2.25%;
  margin-bottom: 2%;
  padding: 1.7%;
  border: 1px solid #f0f0f0;
}
.ins-main .ins-environment li .img-box {
  position: relative;
  cursor: pointer;
}
.ins-main .ins-environment li .img-box:hover .masking {
  opacity: 1;
}
.ins-main .ins-environment li .img-box .img {
  width: 100%;
}
.ins-main .ins-environment li .img-box .img img {
  width: 100%;
}
.ins-main .ins-environment li .img-box .masking {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.ins-main .ins-environment li:nth-child(3n+3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-environment {
    padding: 2% 0;
  }
  .ins-main .ins-environment li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    padding: 1.7%;
    border: 1px solid #f0f0f0;
  }
  .ins-main .ins-environment li .img-box {
    position: relative;
    cursor: pointer;
  }
  .ins-main .ins-environment li .img-box:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-environment li .img-box .img {
    width: 100%;
  }
  .ins-main .ins-environment li .img-box .img img {
    width: 100%;
  }
  .ins-main .ins-environment li .img-box .masking {
    opacity: 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
  }
  .ins-main .ins-environment li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .ins-main .ins-environment li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-honor .tag-top img {
  width: 100%;
}
.ins-main .ins-honor .content {
  padding: 6% 0;
}
.ins-main .ins-honor .content .certify {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
.ins-main .ins-honor .content .certify .swiper-container {
  padding-bottom: 60px;
}
.ins-main .ins-honor .content .certify .swiper-slide {
  width: 340px;
  height: 530px;
}
.ins-main .ins-honor .content .certify .swiper-slide img {
  display: block;
  width: 100%;
  box-shadow: 0 0px 18px #ddd;
  padding: 2%;
  background: #f7f7f7;
}
.ins-main .ins-honor .content .certify .swiper-slide h6 {
  font-size: 1.6rem;
  color: #4d4d4d;
  margin-top: 20px;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
  opacity: 0;
}
.ins-main .ins-honor .content .certify .swiper-slide-active p {
  opacity: 1;
}
.ins-main .ins-honor .content .certify .swiper-slide p {
  line-height: 180%;
  text-align: center;
  color: #585858;
  font-size: 1.6rem;
  margin: 5% 0;
}
.ins-main .ins-honor .content .certify .swiper-slide a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 120px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  background: #009944;
  color: #fff;
  font-size: 1.4rem;
}
.ins-main .ins-honor .content .certify .swiper-pagination {
  width: 100%;
  display: none;
  bottom: 20px;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn {
  width: 23px;
  height: 45px;
  position: absolute;
  left: -5%;
  top: 40%;
  margin-top: -12px;
  background: url(../images/honor-btn_03.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-prev-btn:hover {
  background: url(../images/honor-btn_10.png) no-repeat;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn {
  width: 23px;
  height: 45px;
  position: absolute;
  right: -5%;
  top: 40%;
  margin-top: -12px;
  background: url(../images/honor-btn_05.png) no-repeat;
  cursor: pointer;
  z-index: 99;
}
.ins-main .ins-honor .content .certify .swiper-button-next-btn:hover {
  background: url(../images/honor-btn_08.png) no-repeat;
}
.ins-main .ins-honor .content .swiper-container-tag {
  overflow: hidden;
}
.ins-main .ins-honor .content .swiper-container-tag img {
  width: 100%;
}
.ins-main .ins-honor .content .swiper-container-tag p {
  line-height: 180%;
  text-align: center;
  color: #585858;
  font-size: 1.6rem;
  margin: 5% 0;
}
.ins-main .ins-solution {
  padding: 3% 0;
}
.ins-main .ins-solution li {
  margin-bottom: 3%;
}
.ins-main .ins-solution li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-solution li:hover .txt h6 {
  color: #D02C27;
}
.ins-main .ins-solution li .img {
  overflow: hidden;
  width: 22%;
  float: left;
  border: 1px solid #eee;
}
.ins-main .ins-solution li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-solution li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-solution li .txt h6 {
  font-size: 1.8rem;
  color: #242424;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-solution li .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -moz-line-clamp: 4;
  -o-line-clamp: 4;
  margin: 3% 0 7%;
  font-size: 1.4rem;
  color: #7b7b7b;
  line-height: 220%;
}
.ins-main .ins-solution li .txt span {
  display: block;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #D02C27;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-solution {
    padding: 3% 0;
  }
  .ins-main .ins-solution li {
    margin-bottom: 3%;
  }
  .ins-main .ins-solution li:hover .img img {
    transform: scale(1.1);
  }
  .ins-main .ins-solution li:hover .txt h6 {
    color: #D02C27;
  }
  .ins-main .ins-solution li .img {
    overflow: hidden;
    display: none;
    width: 22%;
    float: left;
    border: 1px solid #eee;
  }
  .ins-main .ins-solution li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-solution li .txt {
    width: 100%;
    float: right;
  }
  .ins-main .ins-solution li .txt h6 {
    font-size: 1.8rem;
    color: #242424;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-solution li .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -moz-line-clamp: 4;
    -o-line-clamp: 4;
    margin: 3% 0 7%;
    font-size: 1.4rem;
    color: #7b7b7b;
    line-height: 220%;
  }
  .ins-main .ins-solution li .txt span {
    display: block;
    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #D02C27;
    font-size: 1.4rem;
    color: #fff;
  }
}
.ins-main .ins-equipment {
  padding: 3% 0;
}
.ins-main .ins-equipment img {
  max-width: 100%;
}

.ins-main .ins-about .txt-box {
  width: 100%;
  float: left;
  text-align:center;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box {
    width: 100%;
  }
}
.ins-main .ins-about .txt-box h5 {
  font-size: 3rem;
  color: #1f56a8;
  font-weight: 600;
  margin-bottom: 6%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-about .txt-box p {
  font-size: 1.8rem;
  color: #999999;
  line-height: 200%;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-about .txt-box p {
    line-height: 160%;
  }
}
.ins-main .ins-about .img {
  width: 30%;
  float: right;
  margin: 7% 0 0 0;
}
@media (max-width: 768px) {
  .ins-main .ins-about .img {
    width: 100%;
  }
}
.ins-main .ins-about .img img {
  width: 100%;
}
.ins-main .ins-service {
  margin: 8% 0;
}
.ins-main .ins-service .txt-box {
  width: 60%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-service .txt-box {
    width: 100%;
  }
}
.ins-main .ins-service .txt-box h6 {
  font-size: 3rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 5%;
}
@media (max-width: 768px) {
  .ins-main .ins-service .txt-box h6 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-service .txt-box p {
  font-size: 2rem;
  color: #666;
  line-height: 190%;
}
.ins-main .ins-service .txt-box p a {
  color: #666;
}
.ins-main .ins-service .img {
  width: 40%;
  float: right;
  text-align: center;
}
@media (max-width: 768px) {
  .ins-main .ins-service .img {
    width: 100%;
  }
}
.ins-main .ins-service .img img {
  max-width: 100%;
}
.ins-main .ins-contact .txt-box {
  width: 61%;
  float: left;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box {
    width: 100%;
  }
}
.ins-main .ins-contact .txt-box h5 {
  font-size: 3rem;
  color: #1f56a8;
  font-weight: 600;
  margin-bottom: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .txt-box h5 {
    font-size: 2.5rem;
  }
}
.ins-main .ins-contact .txt-box li {
  font-size: 1.6rem;
  color: #666;
  line-height: 210%;
}
.ins-main .ins-contact .txt-box li a {
  color: #666;
}
.ins-main .ins-contact .img {
  width: 32%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-contact .img {
    width: 100%;
  }
}
.ins-main .ins-contact .img img {
  width: 100%;
}
.ins-main #map {
  height: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .ins-main #map {
    height: 300px;
    width: 100%;
  }
}
.ins-main .ins-download {
  padding: 3% 0;
}
.ins-main .ins-download .download-top {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.ins-main .ins-download .download-top li {
  width: 222px;
  text-align: center;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  float: left;
  margin-left: -1px;
  line-height: 59px;
}
.ins-main .ins-download .download-top li a {
  display: block;
  font-size: 1.6rem;
  color: #555;
  text-transform: capitalize;
  transition: 0.4s;
}
.ins-main .ins-download .download-top li a:hover {
  color: #fff;
  background: #D02C27;
}
.ins-main .ins-download .download-top .active a {
  color: #fff;
  background: #D02C27;
}
.ins-main .ins-download .content {
  margin: 2% 0;
  padding: 0 2%;
}
.ins-main .ins-download .content li {
  height: 88px;
  line-height: 88px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.ins-main .ins-download .content li:hover a {
  color: #D02C27;
}
.ins-main .ins-download .content li a {
  display: block;
  font-size: 1.6rem;
  color: #555;
}
.ins-main .ins-download .content li span {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.ins-main .ins-download .content li b {
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 54px;
  background: url("../images/download2_03.jpg") no-repeat left center;
}
@media (max-width: 768px) {
  .ins-main .ins-download {
    padding: 3% 0;
  }
  .ins-main .ins-download .download-top {
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
  }
  .ins-main .ins-download .download-top li {
    width: 50%;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    float: left;
    margin-left: -1px;
    line-height: 40px;
  }
  .ins-main .ins-download .download-top li a {
    display: block;
    font-size: 1.6rem;
    color: #555;
    text-transform: capitalize;
    transition: 0.4s;
  }
  .ins-main .ins-download .download-top li a:hover {
    color: #fff;
    background: #D02C27;
  }
  .ins-main .ins-download .download-top .active a {
    color: #fff;
    background: #D02C27;
  }
  .ins-main .ins-download .content {
    margin: 2% 0;
    padding: 0 2%;
  }
  .ins-main .ins-download .content li {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #eee;
    position: relative;
  }
  .ins-main .ins-download .content li:hover a {
    color: #D02C27;
  }
  .ins-main .ins-download .content li a {
    display: block;
    font-size: 1.6rem;
    color: #555;
  }
  .ins-main .ins-download .content li span {
    display: none;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .ins-main .ins-download .content li b {
    font-weight: 500;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 44px;
    background: url("../images/download2_03.jpg") no-repeat left center;
  }
}
.ins-main .ins-faq {
  padding: 3% 0;
}
.ins-main .ins-faq li {
  padding: 2% 0;
  border-bottom: 1px solid #eee;
  transition: 0.4s;
}
.ins-main .ins-faq li h6 {
  font-size: 1.8rem;
  color: #151515;
  padding-left: 60px;
  line-height: 40px;
  background: url("../images/faq-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-faq li p {
  font-size: 1.6rem;
  color: #7e7e7e;
  line-height: 180%;
  padding-left: 60px;
  padding-top: 8px;
  background: url("../images/faq-lit_06.jpg") no-repeat left top;
  min-height: 40px;
}
.ins-main .ins-exhibition {
  padding: 3% 0;
}
.ins-main .ins-exhibition .content li {
  width: 31.83333%;
  float: left;
  margin: 0 1.75% 1.5% 0;
  position: relative;
}
.ins-main .ins-exhibition .content li:hover .img-box img {
  transform: scale(1.1);
}
.ins-main .ins-exhibition .content li:hover .txt {
  background: #D02C27;
}
.ins-main .ins-exhibition .content li:hover .txt h6 {
  color: #fff;
}
.ins-main .ins-exhibition .content li:hover .txt p {
  color: #fff;
}
.ins-main .ins-exhibition .content li .img-box {
  overflow: hidden;
}
.ins-main .ins-exhibition .content li .img-box img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt {
  background: #f7f7f7;
  height: 144px;
  padding: 3%;
  transition: 0.3s;
}
.ins-main .ins-exhibition .content li .txt h6 {
  font-size: 1.6rem;
  color: #343434;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-exhibition .content li .txt p {
  font-size: 1.4rem;
  color: #949494;
}
.ins-main .ins-exhibition .content li .txt span {
  display: block;
  width: 90px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 1.4rem;
  color: #363636;
  margin-top: 20px;
}
.ins-main .ins-exhibition .content li:nth-child(3n+3) {
  margin-right: 0%;
}
@media (max-width: 768px) {
  .ins-main .ins-exhibition {
    padding: 3% 0;
  }
  .ins-main .ins-exhibition .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-exhibition .content li:hover .img-box img {
    transform: scale(1.1);
  }
  .ins-main .ins-exhibition .content li:hover .txt {
    background: #D02C27;
  }
  .ins-main .ins-exhibition .content li:hover .txt h6 {
    color: #fff;
  }
  .ins-main .ins-exhibition .content li:hover .txt p {
    color: #fff;
  }
  .ins-main .ins-exhibition .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-exhibition .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition .content li .txt {
    background: #f7f7f7;
    height: 115px;
    padding: 3%;
    transition: 0.3s;
  }
  .ins-main .ins-exhibition .content li .txt h6 {
    font-size: 1.6rem;
    color: #343434;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-exhibition .content li .txt p {
    font-size: 1.4rem;
    color: #949494;
  }
  .ins-main .ins-exhibition .content li .txt span {
    display: block;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #fff;
    font-size: 1.4rem;
    color: #363636;
    margin-top: 15px;
  }
  .ins-main .ins-exhibition .content li:nth-child(3n+3) {
    margin-right: 2;
  }
  .ins-main .ins-exhibition .content li:nth-child(2n+2) {
    margin-right: 0%;
  }
}
.ins-main .ins-case {
  padding: 3% 0;
}
.ins-main .ins-case .case-top {
  height: 50px;
  line-height: 50px;
  margin-bottom: 3%;
}
.ins-main .ins-case .case-top li:first-child {
  padding: 0 1rem;
  color: #fff;
  background: #D02C27;
}
.ins-main .ins-case .case-top li {
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
}
.ins-main .ins-case .case-top li a {
  color: #5a5a5a;
  padding: 0 1rem;
  display: block;
}
.ins-main .ins-case .case-top li a:hover {
  color: #fff;
  background: #D02C27;
}
.ins-main .ins-case .content {
  margin-bottom: 2%;
}
.ins-main .ins-case .content ul {
  margin: 0;
}
.ins-main .ins-case .content li {
  width: 24%;
  float: left;
  margin: 0 1.25% 1.5% 0;
  position: relative;
}
.ins-main .ins-case .content li:hover .masking {
  opacity: 1;
}
.ins-main .ins-case .content li:hover p {
  color: #D02C27;
}
.ins-main .ins-case .content li .img-box {
  overflow: hidden;
}
.ins-main .ins-case .content li .img-box img {
  cursor: pointer;
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-case .content li .masking {
  transition: 0.3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ins-main .ins-case .content li p {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #5a5a5a;
  margin: 15px 0 0 0;
}
.ins-main .ins-case .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-case {
    padding: 3% 0;
  }
  .ins-main .ins-case .case-top {
    height: auto;
    line-height: 40px;
    margin-bottom: 3%;
  }
  .ins-main .ins-case .case-top li:first-child {
    padding: 0 1rem;
    color: #fff;
    background: #D02C27;
  }
  .ins-main .ins-case .case-top li {
    font-size: 1.4rem;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 40px;
    line-height: 40px;
  }
  .ins-main .ins-case .case-top li a {
    color: #5a5a5a;
    padding: 0 1rem;
    display: block;
  }
  .ins-main .ins-case .case-top li a:hover {
    color: #fff;
    background: #D02C27;
  }
  .ins-main .ins-case .content {
    margin-bottom: 2%;
  }
  .ins-main .ins-case .content ul {
    margin: 0;
  }
  .ins-main .ins-case .content li {
    width: 49%;
    float: left;
    margin: 0 2% 2% 0;
    position: relative;
  }
  .ins-main .ins-case .content li:hover .masking {
    opacity: 1;
  }
  .ins-main .ins-case .content li:hover p {
    color: #D02C27;
  }
  .ins-main .ins-case .content li .img-box {
    overflow: hidden;
  }
  .ins-main .ins-case .content li .img-box img {
    cursor: pointer;
    width: 100%;
    transition: 0.3s;
  }
  .ins-main .ins-case .content li .masking {
    transition: 0.3s;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ins-main .ins-case .content li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #5a5a5a;
    margin: 15px 0 0 0;
  }
  .ins-main .ins-case .content li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-case .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
.ins-main .ins-zhichi {
  margin-bottom: 2%;
}
.ins-main .ins-zhichi li {
  border: 1px solid #ececec;
  margin-bottom: 20px;
}
.ins-main .ins-zhichi li a {
  display: block;
  padding: 3%;
}
.ins-main .ins-zhichi li:hover {
  border: 1px solid #c10002;
}
.ins-main .ins-zhichi li:hover .date {
  background: #c10002;
}
.ins-main .ins-zhichi li:hover .date h5 {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .date p {
  color: #fff;
}
.ins-main .ins-zhichi li:hover .txt h6 {
  color: #c10002;
}
.ins-main .ins-zhichi li:hover .txt span {
  color: #fff;
  border-color: #c10002;
  background: #c10002;
}
.ins-main .ins-zhichi li .date {
  height: 132px;
  background: #f9f9f9;
  transition: 0.4s;
  text-align: center;
  width: 20%;
  float: left;
}
.ins-main .ins-zhichi li .date h5 {
  font-size: 3.6rem;
  color: #c10002;
  padding: 20px 0 10px;
}
.ins-main .ins-zhichi li .date p {
  font-size: 1.6rem;
  color: #474747;
}
.ins-main .ins-zhichi li .txt {
  width: 75%;
  float: right;
}
.ins-main .ins-zhichi li .txt h6 {
  font-size: 1.8rem;
  color: #474747;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
}
.ins-main .ins-zhichi li .txt p {
  font-size: 1.4rem;
  color: #474747;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ins-main .ins-zhichi li .txt span {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 113px;
  text-align: center;
  border: 1px solid #ececec;
  font-size: 1.4rem;
  color: #474747;
}
@media (max-width: 768px) {
  .ins-main .ins-zhichi {
    margin-bottom: 2%;
  }
  .ins-main .ins-zhichi li {
    border: 1px solid #ececec;
    margin-bottom: 20px;
  }
  .ins-main .ins-zhichi li a {
    display: block;
    padding: 1% 0;
  }
  .ins-main .ins-zhichi li:hover {
    border: 1px solid #c10002;
  }
  .ins-main .ins-zhichi li:hover .date {
    background: #c10002;
  }
  .ins-main .ins-zhichi li:hover .date h5 {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .date p {
    color: #fff;
  }
  .ins-main .ins-zhichi li:hover .txt h6 {
    color: #c10002;
  }
  .ins-main .ins-zhichi li:hover .txt span {
    color: #fff;
    border-color: #c10002;
    background: #c10002;
  }
  .ins-main .ins-zhichi li .date {
    height: 111px;
    background: #f9f9f9;
    transition: 0.4s;
    text-align: center;
    width: 25%;
    float: left;
  }
  .ins-main .ins-zhichi li .date h5 {
    font-size: 3.6rem;
    color: #c10002;
    padding: 20px 0 10px;
  }
  .ins-main .ins-zhichi li .date p {
    font-size: 1.6rem;
    color: #474747;
  }
  .ins-main .ins-zhichi li .txt {
    width: 70%;
    float: right;
  }
  .ins-main .ins-zhichi li .txt h6 {
    font-size: 1.8rem;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
  }
  .ins-main .ins-zhichi li .txt p {
    font-size: 1.4rem;
    color: #474747;
    line-height: 180%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .ins-main .ins-zhichi li .txt span {
    display: block;
    height: 28px;
    line-height: 28px;
    width: 93px;
    text-align: center;
    border: 1px solid #ececec;
    font-size: 1.4rem;
    color: #474747;
  }
}
.ins-main .ins-recruit {
  padding: 3% 0;
}
.ins-main .ins-recruit .table .tit2 {
  height: 60px;
  line-height: 60px;
  background: #D02C27;
}
.ins-main .ins-recruit .table .tit2 li {
  float: left;
  text-align: center;
  width: 16.6666666%;
  font-size: 1.6rem;
  color: #fefefe;
}
.ins-main .ins-recruit .table .table-con {
  position: relative;
  z-index: 6;
  margin-top: 15px;
}
.ins-main .ins-recruit .table .table-con ul {
  margin: 0;
  cursor: pointer;
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con li {
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 1.6rem;
  background: #fff;
  color: #333;
  width: 16.6666666%;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #cdcdcd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .ins-recruit .table .table-con li span {
  color: #D02C27;
}
.ins-main .ins-recruit .table .table-con li:first-child {
  border-left: 1px solid #cdcdcd;
}
.ins-main .ins-recruit .table .table-con .txt-box {
  display: none;
  border: 1px solid #cdcdcd;
  clear: both;
  border-top: none;
  padding: 2%;
  position: relative;
  background: #fff;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
  font-size: 2.4rem;
  color: #333;
  display: inline-block;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
  color: #D02C27;
  font-weight: 500;
}
.ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
  display: inline-block;
  font-size: 1.4rem;
  color: #666;
  margin: 0 1%;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
  font-size: 16px;
  color: #666;
  padding: 1% 0 1% 13px;
  line-height: 180%;
  background: url("../images/h6-lit_03.jpg") no-repeat left center;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt p {
  font-size: 1.4rem;
  color: #666;
  line-height: 24px;
}
.ins-main .ins-recruit .table .table-con .txt-box .txt a {
  display: inline-block;
  width: 160px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #D02C27;
  font-size: 1.6rem;
  margin: 3% 0 2%;
  color: #fff;
}
@media (max-width: 768px) {
  .ins-main .ins-recruit {
    padding: 3% 0 0;
    background: #f3f3f3;
  }
  .ins-main .ins-recruit .table-box {
    overflow: auto;
  }
  .ins-main .ins-recruit .table {
    width: 700px;
    max-width: 700px;
  }
  .ins-main .ins-recruit .table .tit2 {
    height: 60px;
    line-height: 60px;
    background: #D02C27;
  }
  .ins-main .ins-recruit .table .tit2 li {
    float: left;
    text-align: center;
    width: 16.6666666%;
    font-size: 1.6rem;
    color: #fefefe;
  }
  .ins-main .ins-recruit .table .table-con {
    position: relative;
    z-index: 6;
    margin-top: 15px;
  }
  .ins-main .ins-recruit .table .table-con ul {
    margin: 0;
    cursor: pointer;
    height: 58px;
    line-height: 58px;
    border-top: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con li {
    float: left;
    height: 58px;
    line-height: 58px;
    font-size: 1.6rem;
    background: #fff;
    color: #333;
    width: 16.6666666%;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #cdcdcd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ins-main .ins-recruit .table .table-con li span {
    color: #D02C27;
  }
  .ins-main .ins-recruit .table .table-con li:first-child {
    border-left: 1px solid #cdcdcd;
  }
  .ins-main .ins-recruit .table .table-con .txt-box {
    display: none;
    border: 1px solid #b5b3b3;
    clear: both;
    border-top: none;
    padding: 2%;
    position: relative;
    background: #fff;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 {
    font-size: 2.4rem;
    color: #333;
    display: inline-block;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit h5 b {
    color: #D02C27;
    font-weight: 500;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .box-tit span {
    display: inline-block;
    font-size: 1.4rem;
    color: #666;
    margin: 0 1%;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt h6 {
    font-size: 16px;
    color: #666;
    padding: 1% 0 1% 13px;
    line-height: 180%;
    background: url("../images/h6-lit_03.jpg") no-repeat left center;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt p {
    font-size: 1.4rem;
    color: #666;
    line-height: 24px;
  }
  .ins-main .ins-recruit .table .table-con .txt-box .txt a {
    display: inline-block;
    width: 160px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    background: #D02C27;
    font-size: 1.6rem;
    margin: 3% 0 2%;
    color: #fff;
  }
}
.ins-main .ins-question {
  padding: 3% 0;
}
.ins-main .ins-question .list-box {
  margin-top: 3%;
}
.ins-main .ins-question .list-box li {
  padding: 17px 22px;
  border: 1px solid #f5f5f5;
  transition: 0.3s;
  margin-bottom: 2%;
  background: #f7f7f7;
}
.ins-main .ins-question .list-box li:hover {
  background: #D02C27;
}
.ins-main .ins-question .list-box li:hover b {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover h6 {
  color: #fff;
}
.ins-main .ins-question .list-box li:hover span {
  color: #fff;
}
.ins-main .ins-question .list-box li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 2.4rem;
  color: #D02C27;
  font-weight: 600;
  margin-right: 8px;
  vertical-align: top;
}
.ins-main .ins-question .list-box li h6 {
  font-size: 1.8rem;
  color: #1c1c1c;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 600;
}
.ins-main .ins-question .list-box li span {
  font-size: 1.4rem;
  color: #464646;
  line-height: 180%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 97%;
}
@media (max-width: 768px) {
  .ins-main .ins-question {
    padding: 3% 0;
  }
  .ins-main .ins-question .list-box {
    margin-top: 3%;
  }
  .ins-main .ins-question .list-box li {
    padding: 17px 22px;
    border: 1px solid #f5f5f5;
    transition: 0.3s;
    margin-bottom: 4%;
    background: #f7f7f7;
  }
  .ins-main .ins-question .list-box li:hover {
    background: #D02C27;
  }
  .ins-main .ins-question .list-box li:hover b {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover h6 {
    color: #fff;
  }
  .ins-main .ins-question .list-box li:hover span {
    color: #fff;
  }
  .ins-main .ins-question .list-box li b {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 2.4rem;
    color: #D02C27;
    font-weight: 600;
    margin-right: 8px;
    vertical-align: top;
    float: left;
  }
  .ins-main .ins-question .list-box li h6 {
    font-size: 1.8rem;
    color: #1c1c1c;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
  }
  .ins-main .ins-question .list-box li span {
    font-size: 1.4rem;
    color: #464646;
    line-height: 180%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 92%;
  }
}
.ins-main .ins-news {
  padding: 3%;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 3% 0;
  }
}
.ins-main .ins-news li {
  padding: 3% 0;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-news li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news li:hover .txt h6 {
  color: #D02C27;
}
.ins-main .ins-news li .img {
  width: 24%;
  float: left;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .img {
    display: none;
  }
}
.ins-main .ins-news li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-news li .txt {
  width: 72%;
  float: right;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .txt {
    width: 100%;
  }
}
.ins-main .ins-news li .txt h6 {
  font-size: 1.8rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom:3%;
}
.ins-main .a-news li .txt h6 {
  color: #D02C27;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .txt h6 {
    margin-top: 10px;
  }
}
.ins-main .ins-news li .txt p {
  font-size: 1.6rem;
  color: #999;
  line-height: 220%;
  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%;
}
.ins-main .ins-news li .txt span {
  font-size: 1.6rem;
  color: #999;
  line-height: 20px;
  display: block;
}
@media (max-width: 768px) {
  .ins-main .ins-news li .txt span {
    display: none;
  }
}
.ins-main .a-news li .txt span{
	padding: 1% 2%;
    color: #fff;
    font-size: 1.6rem;
    width: 15%;
    background: #D02C27;
    text-align: center;
}
.ins-main .ins-news li:first-child {
  padding-top: 0;
}
.ins-main .news-show {
  padding: 3% 0;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 3% 0;
  }
}
.ins-main .news-show .show-tit {
  margin-bottom: 3%;
  text-align: center;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #D02C27;
  margin: 0 0 1%;
  font-weight: 600;
}
.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.6rem;
  color: #666;
  line-height: 180%;
  margin-bottom: 2%;
}
.ins-main .news-show .link {
  padding: 3% 0 0;
  border-top: 1px solid #eee;
}
.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;
}
.ins-main .news-show .link p a {
  font-size: 1.4rem;
  color: #006ebd;
}
@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-main .ins-product {
  margin-bottom: 4%;
  padding-top:4%;
}
.ins-main .ins-product .pro-tit {
  position: relative;
  margin-bottom: 4%;
  margin-top: -60px;
}
.ins-main .ins-product .pro-tit button {
  border: none;
  width: 245px;
  height: 36px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  text-align: left;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #b1b8cd;
}
.ins-main .ins-product .pro-tit button span {
  float: right;
  margin-top: 10px;
}
.ins-main .ins-product .pro-tit .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    padding: 3% 0;
  }
}
.ins-main .ins-product ul {
  margin: 0;
}
.ins-main .ins-product .content li {
  position: relative;
  width: 33.33333333%;
  float: left;
  transition: 0.4s;
  border: 1px solid #eee;
  margin-left:-1px;
  margin-top:-1px;
}
.ins-main .ins-product .content li:hover .img img {
  transform: scale(1.05);
}
.ins-main .ins-product .content li:hover h6 {
  color: #fff;
  background:#D02C27;
}
.ins-main .ins-product .content li .img {
  overflow: hidden;
  position: relative;
}
.ins-main .ins-product .content li .img img {
  width: 100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li h6 {
  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%;
  font-size: 2rem;
  color: #333;
  padding:4% 0;
  text-align:center;
  margin:0px;
}
.ins-main .ins-product .content li span {
  font-size: 1.4rem;
  color: #D02C27;
}
.ins-main .ins-product .content li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-product {
    margin-bottom: 4%;
  }
  .ins-main .ins-product .pro-tit {
    position: relative;
    margin-bottom: 4%;
    margin-top: 0px;
  }
  .ins-main .ins-product .pro-tit button {
    border: none;
    width: 245px;
    height: 36px;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #b1b8cd;
  }
  .ins-main .ins-product .pro-tit button span {
    float: right;
    margin-top: 10px;
  }
  .ins-main .ins-product .pro-tit .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }
  .ins-main .ins-product ul {
    margin: 0;
  }
  .ins-main .ins-product .content li {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li:hover .img img {
    transform: scale(1.05);
  }
  .ins-main .ins-product .content li:hover h6 {
    color: #D02C27;
  }
  .ins-main .ins-product .content li .img {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
  }
  .ins-main .ins-product .content li .img img {
    width: 100%;
    transition: 0.4s;
  }
  .ins-main .ins-product .content li h6 {
    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%;
    font-size: 1.6rem;
    color: #333;
    margin-top: 10px;
    height: 40px;
  }
  .ins-main .ins-product .content li span {
    font-size: 1.4rem;
    color: #D02C27;
  }
  .ins-main .ins-product .content li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .ins-main .ins-product {
    padding: 3% 0;
  }
}
.ins-main .ins-advantage {
  padding: 3% 0;
  text-align: center;
}
.ins-main .ins-advantage img {
  width: 100%;
}
.ins-main .ins-advantage .txt p {
  font-size: 1.6rem;
  color: #1e1e1e;
  line-height: 180%;
}
.ins-main .product-show .pro-tit {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #e8e8e8;
}
.ins-main .product-show .pro-tit button {
  border: none;
  width: 245px;
  height: 36px;
  border-radius: 3px;
  border: 2px solid #e5e5e5;
  text-align: left;
  padding: 0 10px;
  font-size: 1.6rem;
  color: #b1b8cd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .product-show .pro-tit button span {
  float: right;
  margin-top: 10px;
}
.ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.ins-main .product-show .pro-tit .title {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: 600;
  font-size: 2rem;
  color: #D02C27;
  margin: 0 2rem;
  vertical-align: -5px;
}
.ins-main .product-show .pro-tit .show-nav {
  float: right;
  height: 100px;
  line-height: 100px;
}
.ins-main .product-show .pro-tit .show-nav p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
}
.ins-main .product-show .pro-tit .show-nav p a {
  color: #999;
}
.ins-main .product-show .pro-tit .show-nav p a:hover {
  color: #D02C27;
}
@media (max-width: 1200px) {
  .ins-main .product-show .pro-tit {
    padding: 16px 0 0;
    height: auto;
    line-height: normal;
    border-bottom: 1px solid #e8e8e8;
  }
  .ins-main .product-show .pro-tit button {
    border: none;
    width: 245px;
    height: 36px;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
    text-align: left;
    padding: 0 10px;
    font-size: 1.6rem;
    color: #b1b8cd;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .ins-main .product-show .pro-tit button span {
    float: right;
    margin-top: 10px;
  }
  .ins-main .product-show .pro-tit .btn-group.open .dropdown-toggle {
    box-shadow: none;
  }
  .ins-main .product-show .pro-tit .title {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: 600;
    font-size: 2rem;
    color: #D02C27;
    margin: 0 2rem;
    vertical-align: -5px;
  }
  .ins-main .product-show .pro-tit .show-nav {
    float: left;
    height: auto;
    line-height: 40px;
    width: 100%;
    background: none;
  }
  .ins-main .product-show .pro-tit .show-nav p {
    font-size: 1.4rem;
    color: #999;
    margin: 0;
    padding: 0;
  }
  .ins-main .product-show .pro-tit .show-nav p a {
    color: #999;
  }
  .ins-main .product-show .pro-tit .show-nav p a:hover {
    color: #D02C27;
  }
}
@media (max-width: 1200px) and (max-width: 768px) {
  .ins-main .product-show .pro-tit .title {
    margin: 15px 0 0;
  }
}
.ins-main .product-show {
	background:#F8F8F8;
}
.ins-main .product-show .content .lf-box {
  width: 50%;
  float: left;
  padding: 3%;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box {
    width: 100%;
  }
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container {
  height: 100%;
  padding: 1px;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide {
  width: 100%;
}
.ins-main .product-show .content .lf-box .pc-slide .view .swiper-container .swiper-slide img {
  width: 100%;
  border: 0px solid #F2F2F2;
  background: #fff;
}
.ins-main .product-show .content .lf-box .pc-slide .preview {
  width: 100%;
  padding: 2% 0;
  position: relative;
  border-top: none;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-container {
  width: 100%;
  margin: 0 auto;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide {
  float: left;
  width: auto;
  box-sizing: border-box;
  border: 1px solid transparent;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .swiper-slide img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #efefef;
  background: #f3f3f3;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .active-nav img {
  border: 1px solid #D02C27;
}
.ins-main .product-show .content .lf-box .swiper-wrapper{
	padding-top:2%;
}
.ins-main .product-show .content .lf-box .lf-tit {
  margin: 4% 0;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number {
  float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number span {
  display: block;
  float: left;
  margin-top: 4px;
  height: 60px;
  font-size: 1.4rem;
  color: #999;
}
.ins-main .product-show .content .lf-box .lf-tit .part-number b {
  font-size: 2rem;
  color: #D02C27;
  font-weight: 600;
  display: block;
  float: left;
}
.ins-main .product-show .content .lf-box .lf-tit .price {
  float: right;
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box .lf-tit .price {
    width: 100%;
    float: left;
  }
}
.ins-main .product-show .content .lf-box .lf-tit .price a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 86px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border-radius: 3px;
  background: #D02C27;
  color: #fff;
}
.ins-main .product-show .content .lf-box .list li {
  width: 30.33333%;
  float: left;
  height: 44px;
  position: relative;
  margin: 0 4.5% 4.5% 0;
}
.ins-main .product-show .content .lf-box .list li a {
  display: block;
  background: #fff;
  width: 100%;
  height: 44px;
  border-radius: 5px;
}
.ins-main .product-show .content .lf-box .list li a:hover {
  background: #D02C27;
}
.ins-main .product-show .content .lf-box .list li a:hover span {
  color: #fff;
}
.ins-main .product-show .content .lf-box .list li span {
  font-size: 1.5rem;
  color: #333;
  width: 100%;
  text-align: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media (max-width: 768px) {
  .ins-main .product-show .content .lf-box .list li span {
    font-size: 1.4rem;
  }
}
.ins-main .product-show .content .lf-box .list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .product-show .content .lf-box .list .active a {
  background: #D02C27;
}
.ins-main .product-show .content .lf-box .list .active a span {
  color: #fff;
}
.ins-main .product-show .content .lf-box .bot h6 {
  margin: 5% 0;
  font-size: 1.6rem;
  color: #D02C27;
}
.ins-main .product-show .content .rt-box {
  width: 46%;
  float: right;
}
.ins-main .product-show .content .rt-box dl{
	padding-top:20%;
}
.ins-main .product-show .content .rt-box dl dd{
	padding:2% 0px;
	color:#666666;
	font-size:1.8rem;
}
.ins-main .product-show .content .rt-box dl dd span{
  display: inline-block;
  *display: inline;
  width:24%;
  text-align:right;
  padding-right:3%;
	font-size:2rem;
	color:#999;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1){
	font-size:2.8rem;
	color:#D02C27;
	font-weight:bold;
}
.ins-main .product-show .content .rt-box dl dd:nth-child(1) span{
	font-size:2.8rem;
	color:#999;
	font-weight:normal;
}

@media (max-width: 768px) {
  .ins-main .product-show .content .rt-box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ins-main .product-show .content .rt-box h6 {
  font-size: 1.6rem;
  color: #333;
  margin: 5% 0 3%;
}
.ins-main .product-show .content .rt-box table {
  width: 100%;
  border: 1px solid #e0e0e0;
}
.ins-main .product-show .content .rt-box td {
  height: 45px;
  line-height: 45px;
}
@media (max-width: 768px) {
  
}
.ins-main .product-show .content .bt-box {
    width: 100%;
	float:left;
	margin-bottom:3%;
}
.ins-main .product-show .content .bt-box .title_h3 {
    width: 100%;
	float:left;
	padding:15px 0px;
	text-indent:30px;
	font-size:2rem;
	background:url(../images/line.jpg) no-repeat 20px 50%;
	background-color:#fff;
}
.ins-main .product-show .content .bt-box .content {
    width: 100%;
	float:left;
	background-color:#fff;
	padding:3%;
	line-height:180%;
	font-size:1.6rem;
	color:#666;
}

.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #D02C27;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #eee;
  color: #333;
  font-size: 14px;
}
.page-num a:hover {
  color: #fff;
  border-color: #D02C27;
  background-color: #D02C27;
}
@media (max-width: 768px) {
  .page-num {
    clear: both;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    padding: 4% 0 4%;
  }
  .page-num span {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #D02C27;
    color: #fff;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    margin: 0 2px;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    margin-bottom: 1%;
  }
  .page-num a:hover {
    color: #fff;
    border-color: #D02C27;
    background-color: #D02C27;
  }
}



.m_body .container{
	width:100%!important;
}
.m_body .slide-content-box{
	transform: translateX(150%)!important;
}
.m_body .main .product .carousel-navs>li{
	width:306px!important;
	margin-left:5px!important;
	margin-right:5px!important;
}
.m_body .main .solution .s_list .list_li{
	width:225px!important;
	margin-right:5px!important;
	margin-left:5px!important;
}
.m_body .col-xs-6{
	width:25%;
}
.m_body .swiper-container-news .swiper-slide{
	margin-right:0!important;
}
.m_body .search .content .search_list .left{
	width:39%;
}
.m_body .search .content .search_list{
	padding-right:0px;
}
.m_body .search .content .search_list .more{
	width:45%;
	margin-left:1%;
}
.m_body .search .content .search_list .more .m_left{
	width:20%;
}
.m_body .section-video .left-box{
	width:60%;
}
.m_body .section-video .right-box{
	width:40%;
}

/*弹窗样式*/
.layui-layer-page .layui-layer-content {
  height: auto!important;
}
.layui-layer .layui-layer-title {
  font-size: 0;
  background-color: #fff;
  border-bottom: 0;
}
.layui-layer .layui-layer-title {
  background: transparent;
}
@media (max-width: 768px) {
  .layui-layer {
    width: 96%!important;
  }
  .mod_player {
    width: 96%!important;
  }
  .layui-layer-photos {
    width: auto!important;
  }
}
.detail-page .s-top {
  text-align: center;
  height: 950px;
  background: url("../images/s-top-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-top {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-top {
    height: 650px;
  }
}
.detail-page .s-top .container {
  position: relative;
  height: 950px;
}
@media (max-width: 1200px) {
  .detail-page .s-top .container {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-top .container {
    height: 650px;
  }
}
.detail-page .s-top .txt {
  text-align: center;
  padding: 5% 0 2%;
}
.detail-page .s-top .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin-bottom: 1%;
}
.detail-page .s-top .txt p {
  font-size: 1.6rem;
  color: #000;
}
.detail-page .s-top .img {
  width: 82%;
  position: absolute;
  left: 11%;
  bottom: 0;
}
.detail-page .s-top .img img {
  width: 100%;
}
.detail-page .s-tel {
  overflow: hidden;
  background: url("../images/s-tel-bg_02.jpg") no-repeat center;
}
.detail-page .s-tel .container {
  position: relative;
  height: 950px;
}
@media (max-width: 1200px) {
  .detail-page .s-tel .container {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-tel .container {
    height: 600px;
  }
}
.detail-page .s-tel .txt {
  float: left;
  margin: 35% 0 0 0%;
  width: 50%;
}
@media (max-width: 1200px) {
  .detail-page .s-tel .txt {
    margin: 20% 0 0 0%;
  }
}
@media (max-width: 992px) {
  .detail-page .s-tel .txt {
    margin: 35% 0 0 0%;
  }
}
.detail-page .s-tel .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin-bottom: 7%;
}
.detail-page .s-tel .txt p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 170%;
}
.detail-page .s-tel .img {
  width: 55%;
  right: -2%;
  bottom: 0;
  position: absolute;
}
.detail-page .s-tel .img img {
  width: 100%;
}
.detail-page .s-application {
  padding: 5% 0;
}
.detail-page .s-application .img {
  width: 50%;
  float: left;
}
.detail-page .s-application .img img {
  width: 100%;
}
.detail-page .s-application .txt {
  width: 43%;
  float: right;
}
.detail-page .s-application .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin: 7% 0;
}
.detail-page .s-application .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 180%;
}
.detail-page .s-application .txt img {
  margin-top: 4%;
  max-width: 100%;
}
.detail-page .s-rich {
  background: #444;
  padding: 5% 0 8%;
}
.detail-page .s-rich .txt {
  text-align: center;
}
.detail-page .s-rich .txt h5 {
  font-size: 4rem;
  color: #008cff;
  margin: 0 0 3%;
}
.detail-page .s-rich .txt p {
  font-size: 1.6rem;
  color: #d2d2d2;
  line-height: 180%;
  margin-bottom: 0;
}
.detail-page .s-rich .txt img {
  margin-top: 4%;
}
.detail-page .s-rich .list-box {
  text-align: center;
  margin-top: 5%;
}
.detail-page .s-rich .list-box li {
  width: 25%;
  float: left;
  text-align: center;
}
.detail-page .s-rich .list-box li p {
  font-size: 1.4rem;
  color: #d2d2d2;
  margin-top: 8%;
}
.detail-page .s-rich .list-box li img {
  max-width: 100%;
}
.detail-page .s-720 {
  text-align: center;
  height: 950px;
  background: url("../images/s-720-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-720 {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-720 {
    height: 750px;
  }
}
.detail-page .s-720 .txt {
  padding: 5% 0 2.5%;
}
.detail-page .s-720 .txt h5 {
  font-size: 4.8rem;
  color: #101010;
}
.detail-page .s-720 .txt p {
  font-size: 2.4rem;
  color: #3c3c3c;
}
.detail-page .s-720 .img img {
  max-width: 100%;
}
.detail-page .s-rich2 {
  height: 950px;
  background: url("../images/rich2-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-rich2 {
    height: 700px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-rich2 {
    height: 550px;
  }
}
.detail-page .s-rich2 .container .txt {
  width: 40%;
  float: left;
  margin: 23% 0 0 0;
}
.detail-page .s-rich2 .container .txt h5 {
  font-size: 3.5rem;
  color: #008cff;
  margin-bottom: 6%;
}
.detail-page .s-rich2 .container .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 160%;
}
.detail-page .s-rich2 .container .img {
  width: 55%;
  float: right;
  margin: 12% 0 0 0;
}
.detail-page .s-rich2 .container .img img {
  max-width: 100%;
}
.detail-page .s-wireless {
  text-align: center;
  height: 950px;
  background: url("../images/wireless-bg_02.jpg") no-repeat center;
}
@media (max-width: 1200px) {
  .detail-page .s-wireless {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-wireless {
    height: 750px;
  }
}
.detail-page .s-wireless .txt {
  padding: 10% 0 7%;
}
.detail-page .s-wireless .txt h5 {
  font-size: 3.5rem;
  color: #008cff;
  margin-bottom: 3%;
}
.detail-page .s-wireless .txt p {
  font-size: 1.6rem;
  color: #818181;
  line-height: 160%;
  margin: 0;
}
.detail-page .s-wireless .img img {
  max-width: 100%;
}
.detail-page .s-open {
  height: 950px;
  background: url("../images/open-bg_02.jpg") no-repeat center;
  position: relative;
}
@media (max-width: 1200px) {
  .detail-page .s-open {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .detail-page .s-open {
    height: 750px;
  }
}
.detail-page .s-open .txt-box {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 45%;
  top: 48%;
}
.detail-page .s-open .txt-box .txt {
  border-radius: 20px;
  padding: 2% 0;
  width: 120%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.detail-page .s-open .txt-box h5 {
  font-size: 4.8rem;
  color: #fff;
  margin-bottom: 2.5%;
}
.detail-page .s-open .txt-box p {
  font-size: 1.6rem;
  color: #fff;
}
.detail-page .lunbo {
  background: #f7f7f7;
  padding: 2% 0 5%;
}
.detail-page .lunbo .txt {
  padding: 5% 0;
  text-align: center;
}
.detail-page .lunbo .txt h5 {
  font-size: 4.8rem;
  color: #008cff;
}
.detail-page .lunbo .txt p {
  font-size: 2.8rem;
  color: #3c3c3c;
}
.detail-page .lunbo .swiper-container-lunbo {
  overflow: hidden;
  position: relative;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide {
  text-align: center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
  max-width: 100%;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
  position: absolute;
  width: 23px;
  height: 45px;
  cursor: pointer;
  right: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  background: url("../images/lunbo-btn_14.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
  background: url("../images/lunbo-btn_08.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
  position: absolute;
  width: 23px;
  height: 45px;
  cursor: pointer;
  left: 20px;
  top: 50%;
  margin-top: -25px;
  z-index: 9;
  background: url("../images/lunbo-btn_06.png") no-repeat center;
}
.detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
  background: url("../images/lunbo-btn_03.png") no-repeat center;
}
@media (max-width: 768px) {
  .detail-page .s-top {
    text-align: center;
    height: auto;
    background: url("../images/s-top-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-top .container {
    position: relative;
    height: auto;
  }
  .detail-page .s-top .txt {
    text-align: center;
    padding: 5% 0 2%;
  }
  .detail-page .s-top .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin-bottom: 1%;
  }
  .detail-page .s-top .txt p {
    font-size: 1.6rem;
    color: #000;
  }
  .detail-page .s-top .img {
    width: 82%;
    margin: 0 auto;
    position: static;
    left: 11%;
    bottom: 0;
  }
  .detail-page .s-top .img img {
    width: 100%;
  }
  .detail-page .s-tel {
    overflow: hidden;
    background: url("../images/s-tel-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-tel .container {
    position: relative;
    height: auto;
  }
  .detail-page .s-tel .txt {
    float: left;
    margin: 15% 0 0 0%;
    width: 100%;
  }
  .detail-page .s-tel .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin-bottom: 7%;
  }
  .detail-page .s-tel .txt p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 170%;
  }
  .detail-page .s-tel .img {
    width: 100%;
    right: 0%;
    bottom: 0;
    position: static;
  }
  .detail-page .s-tel .img img {
    width: 100%;
  }
  .detail-page .s-application {
    padding: 5% 0;
  }
  .detail-page .s-application .img {
    width: 100%;
    float: left;
  }
  .detail-page .s-application .img img {
    width: 100%;
  }
  .detail-page .s-application .txt {
    width: 100%;
    float: right;
  }
  .detail-page .s-application .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin: 7% 0;
  }
  .detail-page .s-application .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 180%;
  }
  .detail-page .s-application .txt img {
    margin-top: 4%;
    max-width: 100%;
  }
  .detail-page .s-rich {
    background: #444;
    padding: 5% 0 8%;
  }
  .detail-page .s-rich .txt {
    text-align: center;
  }
  .detail-page .s-rich .txt h5 {
    font-size: 4rem;
    color: #008cff;
    margin: 0 0 3%;
  }
  .detail-page .s-rich .txt p {
    font-size: 1.6rem;
    color: #d2d2d2;
    line-height: 180%;
    margin-bottom: 0;
  }
  .detail-page .s-rich .txt img {
    margin-top: 4%;
  }
  .detail-page .s-rich .list-box {
    text-align: center;
    margin-top: 5%;
  }
  .detail-page .s-rich .list-box li {
    width: 25%;
    float: left;
    text-align: center;
  }
  .detail-page .s-rich .list-box li p {
    font-size: 1.4rem;
    color: #d2d2d2;
    margin-top: 8%;
  }
  .detail-page .s-rich .list-box li img {
    max-width: 100%;
  }
  .detail-page .s-720 {
    text-align: center;
    height: auto;
    background: url("../images/s-720-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-720 .txt {
    padding: 5% 0 2.5%;
  }
  .detail-page .s-720 .txt h5 {
    font-size: 3.8rem;
    color: #101010;
  }
  .detail-page .s-720 .txt p {
    font-size: 2.4rem;
    color: #3c3c3c;
  }
  .detail-page .s-720 .img img {
    max-width: 100%;
  }
  .detail-page .s-rich2 {
    padding-bottom: 6%;
    height: auto;
    background: url("../images/rich2-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-rich2 .container .txt {
    width: 100%;
    float: left;
    margin: 6% 0 0 0;
  }
  .detail-page .s-rich2 .container .txt h5 {
    font-size: 3.5rem;
    color: #008cff;
    margin-bottom: 6%;
  }
  .detail-page .s-rich2 .container .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 160%;
  }
  .detail-page .s-rich2 .container .img {
    width: 100%;
    float: right;
    margin: 12% 0 0 0;
  }
  .detail-page .s-rich2 .container .img img {
    max-width: 100%;
  }
  .detail-page .s-wireless {
    text-align: center;
    padding-bottom: 5%;
    height: auto;
    background: url("../images/wireless-bg_02.jpg") no-repeat center;
  }
  .detail-page .s-wireless .txt {
    padding: 10% 0 7%;
  }
  .detail-page .s-wireless .txt h5 {
    font-size: 3.5rem;
    color: #008cff;
    margin-bottom: 3%;
  }
  .detail-page .s-wireless .txt p {
    font-size: 1.6rem;
    color: #818181;
    line-height: 160%;
    margin: 0;
  }
  .detail-page .s-wireless .img img {
    max-width: 100%;
  }
  .detail-page .s-open {
    height: 450px;
    background: url("../images/open-bg_02.jpg") no-repeat center;
    position: relative;
  }
  .detail-page .s-open .txt-box {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 35%;
    top: 48%;
  }
  .detail-page .s-open .txt-box .txt {
    border-radius: 20px;
    padding: 2% 0;
    width: 145%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .detail-page .s-open .txt-box h5 {
    font-size: 4.8rem;
    color: #fff;
    margin-bottom: 2.5%;
  }
  .detail-page .s-open .txt-box p {
    font-size: 1.6rem;
    color: #fff;
  }
  .detail-page .lunbo {
    background: #f7f7f7;
    padding: 2% 0 5%;
  }
  .detail-page .lunbo .txt {
    padding: 5% 0;
    text-align: center;
  }
  .detail-page .lunbo .txt h5 {
    font-size: 3.8rem;
    color: #008cff;
  }
  .detail-page .lunbo .txt p {
    font-size: 2.8rem;
    color: #3c3c3c;
  }
  .detail-page .lunbo .swiper-container-lunbo {
    overflow: hidden;
    position: relative;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-slide {
    text-align: center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-slide img {
    max-width: 100%;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo {
    position: absolute;
    width: 23px;
    height: 45px;
    cursor: pointer;
    right: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    background: url("../images/lunbo-btn_14.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-next-lunbo:hover {
    background: url("../images/lunbo-btn_08.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo {
    position: absolute;
    width: 23px;
    height: 45px;
    cursor: pointer;
    left: 20px;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    background: url("../images/lunbo-btn_06.png") no-repeat center;
  }
  .detail-page .lunbo .swiper-container-lunbo .swiper-button-prev-lunbo:hover {
    background: url("../images/lunbo-btn_03.png") no-repeat center;
  }
}
.html_template2 {
  text-align: center;
  background: #fff;
  height: 550px;
}
.html_template2 .top-txt {
  text-align: left;
  background: #D02C27;
  padding: 0.1% 4%;
}
.html_template2 .top-txt h3 {
  font-size: 2.5rem;
  color: #fff;
  text-transform: uppercase;
}
.html_template2 form {
  padding: 20px 6%;
  text-align: left;
  height: 484px;
}
.html_template2 form ul:nth-child(1) li {
  margin-bottom: 10px;
}
.html_template2 form ul:nth-child(1) li span {
  display: block;
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 1px;
}
.html_template2 form ul:nth-child(1) li span sup {
  color: red;
}
.html_template2 form ul:nth-child(1) li input {
  width: 100%;
  border: none;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: #f7f7f7;
}
.html_template2 form ul:nth-child(2) {
  margin-top: 15px;
  text-align: center;
}
.html_template2 form ul:nth-child(2) li {
  vertical-align: top;
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 14px;
}
.html_template2 form ul:nth-child(2) li input {
  cursor: pointer;
  border: none;
  color: #fff;
  text-transform: uppercase;
  width: 120px;
  height: 40px;
  line-height: 40px;
}
.html_template2 form ul:nth-child(2) .submit {
  background: #D02C27;
  position: relative!important;
}
.html_template2 form ul:nth-child(2) .reset {
  background: #8a8a8a;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}


.swiper-container {
  height:auto;
  width: 100%;
  float:left
}
.product2 .swiper-container {
  width: 76%;
}
.product2 .swiper-container {
  width: 76%;
  border:1px solid #F2F2F2;
  background:url(../images/product2_bg.jpg) repeat-y right top;
}
.swiper-slide {
  height:auto;
  width: 100%;
  background: none;
  color: #fff;
}

.ins-main .ins-s .txt-box .top_img{
	width:50%;
	float:left;
	padding-top:5%;
}
.ins-main .ins-s .txt-box .top_img img{
	width:100%;
}
.ins-main .ins-s .txt-box .top_txt{
	width:40%;
	float:right;
	padding-top:10%;
}
.ins-main .ins-s .txt-box .top_txt h3{
	width:100%;
	color:#D02C27;
	font-size:4rem;
	font-weight:bold;
}
.ins-main .ins-s .txt-box .top_txt p{
	color:#999;
	font-size:1.8rem;
	line-height:200%;
	padding-top:5%;
}
.ins-main .ins-s .txt-box .list-con{
	width:100%;
	float:left;
	padding-top:5%;
}


.ins-main .ins-s .list-con ul {
  margin: 0;
}
.ins-main .ins-s .list-con li {
  width: 22%;
  float: left;
  margin-right: 3.33333333%;
  text-align: center;
  margin-bottom: 3%;
}

.ins-main .ins-s .list-con li .img img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-s .list-con li p {
  font-size: 1.6rem;
  color: #292929;
  margin: 10px 0;
}
.ins-main .ins-s .list-con li:nth-child(4n+4) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ins-main .ins-s {
    padding: 0 0 2%;
  }
  .ins-main .ins-s .tit {
    text-align: center;
  }
  .ins-main .ins-s .tit p {
    line-height: 220%;
    font-size: 1.4REM;
    color: #292929;
  }
  .ins-main .ins-s .list-con {
    margin-top: 3%;
  }
  .ins-main .ins-s .list-con li {
    width: 49%;
    float: left;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;
  }

  .ins-main .ins-s .list-con li .img img {
    width: 100%;
    cursor: pointer;
  }
  .ins-main .ins-s .list-con li p {
    font-size: 1.6rem;
    color: #292929;
    margin: 10px 0;
  }
  .ins-main .ins-s .list-con li:nth-child(4n+4) {
    margin-right: 0;
  }
  .ins-main .ins-s .list-con li:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .main .about {
    padding-bottom: 0px;
    background: none;
    padding: 4% 0;
  }
  .main .about .about_left{
	  width:100%;
	  margin:0px;
  }
.main .about .index-tit h4 {
    font-size: 2rem;
    color: #999;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 3rem;
}
.main .about .index-tit h4 b {
    font-size: 2rem;
    width: 100px;
    height: 40px;
    line-height: 40px;
}
.main .about .index-tit h4 span {
    font-size: 2rem;
    width: 200px;
    height: 40px;
    line-height: 40px;
}
.main .about .txt h3:nth-child(1){
    font-size:2rem;
}
.main .about .txt ul li {
    padding: 3% 0px;
}
.main .about .txt p {
    letter-spacing:0rem;
}
.main .about .about_right {
    width: 100%;
	padding-top:3%;
}

.main .product .content .swiper-slide a {
    display: inline;
}
.main .product .content .swiper-slide p {
    font-size: 2rem;
}
.main .product2 .index-tit h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .product2 .index-tit div{
	display:none;
}
.main .product2 .content li{
	width:100%;
}
.main .product2 .content li:nth-child(3) {
	width:100%;
}
.main .partner .content li {
    width: 50%;
}


  
.tabs {
  width:100%;
  float:left;
  padding-bottom:30px;
  text-align:center;
  padding-top:20px;
}
.tabs a{
  display: inline-block;
  *display: inline;
  width: 240px;
  color: #333;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  margin:0 1%;
	padding:10px;
  font-family:"MontserratSemiBold";
  position:relative;
    transition: all .6s ease;
border-radius: 25px;
    -moz-border-radius: 25px;
	background:#FFFFFF;
}

.tabs a:last-child::after {
    display:none;
}
.tabs a.active {
  color: #fff;
  background: #DB261D;
border-radius: 25px;
    -moz-border-radius: 25px;
-moz-box-shadow:2px 2px 14px #DB261D; -webkit-box-shadow:2px 2px 14px #DB261D; box-shadow:2px 2px 14px #DB261D;
    transition: all .6s ease;
}

.ins-main .list-nav {
  text-align: center;
  padding: 1% 0;
}
.ins-main .list-nav ul {
  margin: 0;
}
.ins-main .list-nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 6rem;
  background:url(../images/a_nav_bg.png) no-repeat right 50%;
}
.ins-main .list-nav li:last-child {
  background:none;
}
.ins-main .list-nav li a {
  display: block;
  font-size: 1.8rem;
  color: #333;
  height: 38px;
  line-height: 38px;
  border-radius: 7px;
}
.ins-main .list-nav li a:hover {
  color: #DB261D;
}
.ins-main .list-nav .active a {
  color: #DB261D;
}

.ins-main .ins-nav {
  padding: 40px 0 40px;
  text-align: right;
}
@media (max-width: 768px) {
  .ins-main .ins-nav {
    text-align: left;
    padding: 10px 0;
  }
}
.ins-main .ins-nav p {
  font-size: 1.4rem;
  color: #999;
  margin: 0;
}
.ins-main .ins-nav p a {
  color: #999;
}
.ins-main .ins-nav p a:hover {
  color: #DB261D;
}



.ins-main .bread-nav{
	width:100%;
	padding-bottom:20px;
	margin-bottom:5%;
	text-align:right;
	padding-top:20px;
}
.ins-main .bread-nav a{
	color:#999999;
}
.ins-main .bread-nav a:hover{
	color:#002F82;
}


.ins-main .index-tit {
  margin: 4% 0;
  text-align: center;
  margin-top:0px;
}
.ins-main .index-tit h4 {
  color: #999;
  text-transform: uppercase;
  padding-bottom: 15px;
  background: url("../images/tit-bg_03.png") no-repeat center bottom;
  margin-top:0px;
  padding-top:30px;
  line-height:3rem;
font-family: "AvantGarde-Bold";
}
.ins-main .index-tit h4 b{
  font-size: 4rem;
  color: #333;
}
.ins-main .index-tit h4 font{
  color: #DB261D;
}
.ins-main .index-tit h4 span{
  color: #CCCCCC;
  font-size:1.6rem;
}


@media (max-width: 768px) {
.ins-main .index-tit h4 {
    font-size: 2.2rem;
  }
}
.ins-main .ins-process{
	background:#FAFAFA;
}
.ins-main .ins-process .img-box{
	width:100%;
	padding-bottom:3%;
}
.ins-main .ins-process .img-box img{
	width:100%;
	max-width:1700px;
}


.ins-main .ins-about{
	background:url(../images/a_bg_1.jpg) no-repeat center top;
	background-color:#FAFAFA;
}

.ins-main .ins-about .about-box{
	min-height:500px;
}


.ins-main .ins-about .txt-box{
	float:left;
	width:45%;
	padding-bottom:6%;
}
.ins-main .ins-about .txt-box .title_h3{
	font-size:3rem;
	color:#DB261D;
	margin-bottom:30px;
	margin-top:0px;
}
.ins-main .ins-about .txt-box p {
  font-size: 1.6rem;
  color: #333;
  line-height: 160%;
}
.ins-main .ins-about .img-box{
	float:right;
	width:50%;
	text-align:center;
}
.ins-main .ins-about .img-box img{
	width:90%;
}

.ins-main .ins-about .ico_list{
  width: 100%;
  float: left;
  text-align:center;
  padding-top:5%;
}
.ins-main .ins-about .ico_list li{
  width: 25%;
  float: left;
  background:url(../images/a_list_line.png) no-repeat right 50%;
}
.ins-main .ins-about .ico_list li:nth-child(4){
  background:none;
}
.ins-main .ins-about .ico_list li p{
	font-size:1.6rem;
	padding-top:5%;
}



.ins-main .ins-culture{
	background:url(../images/a_bg_2.jpg) no-repeat center top;
	background-color:#F0F0F0;
	padding-bottom:6%;
} 
.ins-main .ins-culture ul{padding-top:5%;}
.ins-main .ins-culture li{
	float:left;
	width:29%;
	text-align:center;
	color:#fff;
	font-size:1.8rem;
	margin-right:4%;
	position:relative;
}
.ins-main .ins-culture li::after{content: '';width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: absolute;left: 0;top: 0;transition: all .6s ease; z-index:1;}
.ins-main .ins-culture li:hover::after{background:#DB261D;  opacity: 0.8;}
.ins-main .ins-culture li img{
	width:100%;
}


.ins-main .ins-culture li h3{
	width:100%;
	position:absolute;
	top:30%;
	left:0px;
	font-size:2rem;
	z-index:999;
	line-height:240%;
}

.ins-main .ins-culture li b{
	font-size:3rem;
}


@media (max-width: 768px) {
.ins-main .ins-culture li{
	width:50%;
	margin-right:0%;
}
.ins-main .ins-culture li h3{
	top:15%;
	font-size:1.4rem;
}
}



.ins-main .a_path{
	width:100%;
	height:830px;
	padding-top:40px;
	background:url(../images/a_path_bg.jpg) no-repeat center 50%;
}
.ins-main .a_path .index-tit h4 b{
  font-size: 4rem;
  color: #333;
}
.ins-main .a_path .index-tit h4 font{
  color: #DB261D;
}
.ins-main .a_path .index-tit h4 span{
  color: #333333;
  font-size:1.6rem;
}
.ins-main .a_path .title_h3{
	text-align:center;
	color:#333;
	background:url(../images/a_title_h3_line.jpg) no-repeat center bottom;
}
.ins-main .a_path .title_h3 b{
	color:#333;
}


.ins-main .a_path  .path_list{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
}

.ins-main .a_path  .path_list .swiper-slide{
	padding-bottom:5%;
	background:url(../images/a_path_jt.png) no-repeat left 48px;
}

.ins-main .a_path  .path_list .swiper-slide .txt{
	float:left;
	width:70%;
	padding-left:10%;
	padding-top:10%;
}
.ins-main .a_path  .path_list .swiper-slide:nth-child(2n+2){
	background:url(../images/a_path_jt_1.png) no-repeat left 243px;
}
.ins-main .a_path  .path_list .swiper-slide:nth-child(2n+2)  .txt{
	padding-top:100%;
}
.ins-main .a_path  .path_list .swiper-slide .txt h4{
	font-size:4rem;
	color:#333;
	font-weight:bold;
}
.ins-main .a_path  .path_list .swiper-slide .txt h4 b{
	font-size:1.8rem;
	font-weight:normal;
	padding-left:30px;
}
.ins-main .a_path  .path_list .swiper-slide .txt p{
	font-size:1.6rem;
	font-weight:normal;
	padding:20px 0px;
	line-height:180%;
	opacity:0.9;
	filter:alpha(opacity=90);
	color:#333;
}
.ins-main .a_path .path_list .swiper-slide .txt a{
	color:#333;
}
.ins-main .a_path  .path_list .swiper-slide .txt a:hover{
	color:#DB2A1D;
	text-decoration:underline;
}

.ins-main .a_path .path_list .swiper-pagination {
  position: absolute;
  bottom: 0;
  z-index: 99;
}

.ins-main .a_path .path_list .swiper-button-next-pc {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 228px;
  background:url(../images/j_1.png) no-repeat center 50%;
  z-index: 6;
}
.ins-main .a_path .path_list .swiper-button-next-pc:hover {
  background:url(../images/j_1_1.png) no-repeat center 50%;
}
.ins-main .a_path .path_list .swiper-button-prev-pc {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 228px;
  background:url(../images/j_2.png) no-repeat center 50%;
  z-index: 6;
}
.ins-main .a_path .path_list .swiper-button-prev-pc:hover {
  background:url(../images/j_2_1.png) no-repeat center 50%;
}


.ins-main .a_office{
	width:100%;
	padding-top:3%;
	background:#FAFAFA;
	padding-bottom:3%;
}

.ins-main .a_office .pic li{
	width:22%;
	float:left;
	margin:2% 1.5%;
}
.ins-main .a_office .pic li img{
	width:100%;
}
.ins-main .a_office .pic li h3{
	width:100%;
	background:#fff;
	text-align:center;
	margin:0px;
	padding:15px 0px;
	font-size:1.8rem;
}





/* Tab Styling */
.tab-group {
  position: relative;
  border: 0px solid #eee;
  margin-top: 50px;
  border-radius: 0 0 10px 10px;
  border-top:1px solid #E4E4E4;
}
.tab-group section {
  opacity: 0;
  height: 0;
  padding: 0 1em;
  overflow: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
.tab-group section.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  padding-top:20px;
}

.tab-nav {
  list-style: none;
  margin: -2.5em -1px 0 0;
  padding: 0;
  height: 2.5em;
  overflow: hidden;
}
.tab-nav li {
  display: inline-block;
  *display: inline;
  width:50%;
  text-align:center;
  position:relative;
}
.tab-nav li.active::after {
    content: '';
    width: 40%;
    height: 3px;
    background:#A10101;
    position: absolute;
    left: 30%;
    bottom: -8px;
    transition: all .6s ease;
	border-radius: 5px;
}
.tab-nav li a {
  float: left;
  text-decoration: none;
  color:#333333;
  transition: background .2s ease, line-height .2s ease, margin .2s ease;
  font-size:16px;
  width:100%;
}
.tab-nav li.active a {
  color:#A10101;
}
.border-warn {
  border:1px solid red;
}
