﻿body {
  font-family: arial, sans-serif;
  overflow-x: hidden;
}
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}

@font-face {
font-family: 'AvantGarde-Bold';
src: url('../font/AvantGarde-Bold.eot');
src: url('../font/AvantGarde-Bold.eot') format('embedded-opentype'),
url('http://www.youfusz.com/statics/css/youf/fonts/AvantGarde-Bold.woff') format('woff'),
url('../font/AvantGarde-Bold.ttf') format('truetype'),
url('../font/AvantGarde-Bold.svg') format('svg');
}
@font-face {
font-family: 'Montserrat-Light';
src: url('../font/Montserrat-Light.eot');
src: url('../font/Montserrat-Light.eot') format('embedded-opentype'),
url('http://www.youfusz.com/statics/css/youf/fonts/Montserrat-Light.woff') format('woff'),
url('../font/Montserrat-Light.ttf') format('truetype'),
url('../font/Montserrat-Light.svg') format('svg');
}

@font-face {
font-family: 'MontserratSemiBold';
src: url('../font/MontserratSemiBold.eot');
src: url('../font/MontserratSemiBold.eot') format('embedded-opentype'),
url('http://www.youfusz.com/statics/css/youf/fonts/MontserratSemiBold.woff') format('woff'),
url('../font/MontserratSemiBold.ttf') format('truetype'),
url('../font/MontserratSemiBold.svg') format('svg');
}

@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;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.mobile-con {
  display: none;
}
.header {
position: relative;
    z-index: 999;
    width: 100%;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .header {
    height: auto;
  }
}
.header .header-top {
  height: 100px;
}
.header .header-top .logo-box {
  float: left;
  margin-top: 10px;
   transition: 0.5s;
   margin-left:60px;
}
@media (max-width: 1200px) {
  .header .header-top .logo-box {
    margin-top: 25px;
   margin-left:20px;
  }
}

.header .header-top .logo-box .logo {
  float: left;
  display: flex;
}
.header .header-top .logo-box .logo img {
   transition: 0.5s;
}

@media (max-width: 1200px) {
  .header .header-top .logo-box .logo img {
    width: 130px;
  }
}
.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: #198EDD;
  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: 70%;
  text-align: right;
  margin-right:60px;
}

.header .header-top .rt-box .language {
  position: relative;
  float:right;
  margin-top:35px;
  padding-right:10px;
  transition: 0.5s;
}
.header .header-top .rt-box .language img{
vertical-align: text-bottom;
}


.header .header-top .rt-box .language font{
  color: #198EDD;
  font-size:2rem;
  padding-right:15px;
    font-family: "MontserratSemiBold";
}


.div2 .header-top .rt-box .language{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .tel{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .email{
  margin-top:15px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .search-box{
  margin-top:15px;
   transition: 0.5s;
}



.header .header-top .rt-box .nav-con {
  height: 50px;
  float: left;
}

.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: 110%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a {
  color: #333;
  font-size: 1.6rem;
  display: block;
  height: 100%;
}
.header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
  color: #198EDD;
}
.header .header-top .rt-box .nav-con #nav .sub-nav span {
  display: inline-block;
  position: absolute;
  width: 0;
  height: 3px;
  left: 50%;
  top: 97px;
  content: '';
  transform: translateX(-50%) translateY(0%);
  background-color: #198EDD;
  transition: width .5s;
}
.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: 110%;
}
.header .navigation-down {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 999;
   transition: 0.5s;
}
.a_header{
	position:relative;
	background:#fff;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a{
	color:#666;
}
.a_header .header-top .rt-box .nav-con #nav .sub-nav a:hover{
	color:#198EDD;
}
.div2{
	height:60px;
	position:fixed;
	left:0px;
	top:0px;
	background:#fff;
    transition: 0.5s;
}

.div2 .navigation-down{
  top: 60px;
   transition: 0.5s;
}
.header .header-top .logo-box .logo img{
   transition: 0.5s;
   max-height:75px;
}
.div2 .header-top .logo-box .logo img{
   transition: 0.5s;
   max-height:45px;
}
.header .header-top .logo-box .logo .logo_title{
   display:inline-block;
   color:#20AF2A;
   font-weight:bold;
   font-size:16px;
   margin-left:20px;
	padding-top: 35px;
}
.div2 .header-top .logo-box{
    margin-top: 5px;
   transition: 0.5s;
}
.div2 .header-top .logo-box .logo .logo_title{
	padding-top: 20px;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav{
	height: 60px;
    line-height: 60px;
   transition: 0.5s;
}
.div2 .header-top .rt-box .nav-con #nav .sub-nav span {
  top: 57px;
   transition: 0.5s;
}
.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:#198EDD;
}
.header .navigation-down .list-box {
  padding: 2% 0;
  background: rgba(6, 60, 121, 0.9);
}
.header .navigation-down .list-box .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 3rem;
  vertical-align: top;
}
.header .navigation-down .list-box .list {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  padding-bottom:10px;
}
.header .navigation-down .list-box .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 3rem;
}
.header .navigation-down .list-box .list li {
  padding:8px 0px
}
.header .navigation-down .list-box .list li a {
  font-size: 1.6rem;
  color: #fff;
   transition: 0.5s;
}
.header .navigation-down .list-box .list li a:hover {
  color: #198EDD;
   transition: 0.5s;
}


.header .mobile-con .navbar-header .navbar-brand {
  float: none;
  line-height: 0;
  padding: 0;
}
.header .mobile-con .navbar-brand > img {
  margin: 5px 0 0 10px;
  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: #198EDD;
}
.header .mobile-con .language2 .active {
  color: #fff;
  background:#198EDD;
}
/*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: 35px;
  z-index: 99;
}
.main .ad-box-pc .swiper-pagination-bullet {
  background: #fff;
  height: 12px;
  width: 12px;
  opacity: 1;
  border-radius: 12px;
  margin: 0 4px;
  transition: 0.4s;
}
.main .ad-box-pc .swiper-pagination-bullet-active {
  background: #198EDD;
  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: url("../image/ad-btn_05.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-next-pc:hover {
  background: url("http://www.youfusz.com/statics/css/youf/images/ad-btn_08.png") no-repeat center;
}
.main .ad-box-pc .swiper-button-prev-pc {
  width: 33px;
  height: 67px;
  cursor: pointer;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -33px;
  background: url("../image/ad-btn_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .ad-box-pc .swiper-button-prev-pc:hover {
  background: url("http://www.youfusz.com/statics/css/youf/images/ad-btn_10.png") no-repeat center;
}
@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: #198EDD;
  }
}
.main .index-tit {
  margin: 4% 0;
  text-align: center;
  margin-top:0px;
}


.main .index-tit h4 {
  font-size: 2rem;
  color: #999;
  text-transform: uppercase;
  margin-top:0px;
  padding-top:50px;
  padding-bottom:20px;
  line-height:3rem;
  font-family:"AvantGarde-Bold";
}
.main .index-tit h4 b{
  font-size: 2.5rem;
  color: #fff;
  background:#198EDD;
  display:block;
  width:150px;
  height:50px;
  line-height:50px;
  display: inline-block;
  *display: inline;
}
.main .index-tit h4 span{
  font-size: 2.5rem;
  color: #848484;
  background:#323232;
  width:235px;
  height:50px;
  line-height:50px;
  display: inline-block;
  *display: inline;
}
.main .index-tit p{
  font-size: 1.8rem;
}

@media (max-width: 768px) {
  .main .index-tit h4 {
    font-size: 2.2rem;
  }
}
.main .product {
  padding-bottom: 3%;
  background:#F2F2F2;
}
.main .product .content{
  padding-top: 2%;
  overflow:hidden;
}
.main .product .content .swiper-slide{
  display: inline-block;
  *display: inline;
 overflow: hidden;
}
.main .product .content .swiper-slide a{
	width:90%;
  display: inline-block;
  *display: inline;
 overflow: hidden;
}
.main .product .content .swiper-slide img{
  width:100%;
  transition: 0.4s;
}
.main .product .content .swiper-slide a:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
.main .product .swiper-pagination-pro{
  display: inline-block;
  *display: inline;
  text-align:center;
}
.main .product .swiper-pagination-pro .swiper-pagination-bullet{ margin-right:5px;}
.main .product .swiper-pagination-pro .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border:1px solid #999999;
  opacity: 1;
}
.main .product .swiper-pagination-pro .swiper-pagination-bullet-active{background:#198EDD;  border:1px solid #198EDD;}
.main .product .content .swiper-slide p{
  color: #666;
  font-size: 1.6rem;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  transition: 0.4s;
}
.main .product .content .swiper-slide a:hover p{
  color:#fff;
  background-color: rgba(243,128,1,1);
  transition: 0.4s;
}

@media (max-width: 1200px) {
.main .product .content .swiper-slide p {
    height: 40px;
    line-height: 40px;
  }
}


.main .product2 {
  padding-bottom: 6%;
  background:url(../image/p_bg_1.jpg) no-repeat center 50%;
  padding-top: 2%;
}

.main .product2 .index-tit{
  background:url(http://www.youfusz.com/statics/css/youf/images/pro_h3_bg.jpg) no-repeat left 50%;
  text-align:left;
  margin-bottom:0px;
}
.main .product2 .index-tit div{
	float:right;
	text-align:center;
	width:50%;
	font-size:3rem;
}
.main .product2 .index-tit h4{
    color: #fff;
    padding-top: 20px;
	padding-bottom:20px;
	margin-bottom:0px;
}
.main .product2 .index-tit h4 b{
	text-align:center;
	background:none;
}
.main .product2 .content{
	width:100%;
}
.main .product2 .content li{
  width:100%;
  background:#fff;
	position:relative;
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:20px;
	margin-bottom:10px;
	transition:0.4s;
}
.main .product2 .content li:hover{
	transition:0.4s;
    box-shadow: 0 10px 10px rgba(51, 51, 51, .25);
}
.main .product2 .content li:nth-child(2){
  width:49%;
  float:left;
}
.main .product2 .content li:nth-child(3){
  width:49%;
  float:right;
}
.main .product2 .content li .more{
	width:30%;
	height:100px;
	line-height:100px;
	color:#fff;
	  display: inline-block;
	  *display: inline;
	background:#323232;
	text-align:center;
	margin-left:35%;
	margin-top:35%;
}


.main .product2 .content li .img{
  width:60%;
  float:left;
}
.main .product2 .content li:nth-child(2) .img{
  width:70%;
}
.main .product2 .content li:nth-child(3) .img{
  width:70%;
}

.main .product2 .content li .img img{
  width:100%;
  transition: 0.4s;
}
.main .product2 .content li a:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
.main .product2 .content li .txt{
  width:40%;
  float:left;
}
.main .product2 .content li:nth-child(2) .txt{
  width:30%;
}
.main .product2 .content li:nth-child(3) .txt{
  width:30%;
}
.main .product2 .content li .txt .txt_li{
  width:50%;
  float:left;
  padding-bottom:10px;
}
.main .product2 .content li:nth-child(2) .txt .txt_li{
  width:100%;
}
.main .product2 .content li:nth-child(3) .txt .txt_li{
  width:100%;
}
.main .product2 .content li .txt .txt_li span{
  color:#999;
}
.main .product2 .content li .txt .txt_li p{
  color:#333;
  font-size:1.6rem;
  padding-top:5px;
}
.main .product2 .content li .txt h3{
	margin-top:10px;
	font-size:3.5rem;
	font-weight:bold;
	padding:20px 0;
}
.main .product2 .content li .txt a {
  font-size: 1.4rem;
  margin-top: 3%;
  width: 150px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  border:1px solid #198EDD;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color:#198EDD;
  transition: 0.4s;
  margin-top:3%;
  margin-bottom:4%;
}
.main .product2 .content li .txt a:hover{
  color: #fff;
  border:1px solid #20AF2A;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color:#20AF2A;
  transition: 0.4s;
}

.main .about {
  padding: 3% 0;
  background: url("../image/a_bg_index.jpg") no-repeat center top;
  padding-bottom:5%;
}

.main .about .numCount{
	width:100%;
	float:left;
	padding-bottom:2%;
}
.main .about .numCount .txt{
	float:left;
	text-align:center;
	font-size:2rem;
	width:33%;
}
.main .about .numCount .txt:last-child{
	border:0px;
}
.main .about .numCount .txt h3{
	font-size:4.5rem;
	text-align:center;
	font-family: "MontserratSemiBold";
	color:#fff;
}
.main .about .numCount .txt h3 font{
	font-size:2rem;
	color:#fff;
}
.main .about .numCount .txt p{
	text-align:center;
	color:#fff;
	opacity:0.5;
}


.main .about .about_left{
	float:left;
	width:50%;
	padding:3% 0;
}
.main .about .about_left .index-tit-h3{
	text-align:left;
	color:#fff;
}
.main .about .about_left .index-tit-h3 h4 b{
	color:#fff;
}
.main .about .about_left .index-tit-h3 h4 p{
	font-size:1.4rem;
	color:#fff;
	opacity:0.5;
}
.main .index-tit {
	margin: 2% 0;
    text-align: center;
    margin-top: 0px;
}

.main .about .txt {
  width: 100%;
  float: left;
  text-align:left;
}

.main .about .index-tit h4 {
  font-size: 3rem;
  color: #198EDD;
  text-transform: uppercase;
  margin-top:0px;
  padding-top:50px;
  padding-bottom:50px;
  line-height:3rem;
  text-align:left;
  font-weight:bold;
}
.main .about .index-tit h4 b{
  font-size: 2.5rem;
  color: #fff;
  background:#198EDD;
  display:block;
  float:left;
  width:150px;
  height:50px;
  line-height:50px;
}
.main .about .index-tit h4 span{
  font-size: 2rem;
  color: #848484;
  background:#323232;
  display:block;
  float:left;
  width:235px;
  height:50px;
  line-height:50px;
}
.main .about .txt ul {
	width:100%;
}
.main .about .txt ul li{
	width:33.333%;
	float:left;
	padding:6% 0px;
	text-align:center;
}
.main .about .txt ul li span{
	font-size:4rem;
	color:#198EDD;
  font-family:"AvantGarde-Bold";
}
.main .about .txt ul li span b{
	vertical-align:super;
	font-weight:none;
	font-size:2rem;
	margin-left:10px;
}

.main .about .txt ul li p{
	text-align:center;
		letter-spacing:0rem;
}
.main .about .txt h4{
	color:#fff;
	font-weight:bold;
}
.main .about .txt p {
  font-size: 1.5rem;
  line-height: 180%;
  margin: 1% 0;
  text-align: left;
  color:#fff;
}
.main .about .txt a {
  font-size: 1.4rem;
  margin-top: 3%;
  width: 140px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  *display: inline;
  background:url(../image/a_jt.png) no-repeat 90% 50%;
  background-color:#198EDD;
  transition: 0.4s;
  margin-top:5%;
  margin-right:20px;
}
.main .about .txt a:hover{
  color: #fff;
  background:url(../image/a_jt.png) no-repeat 90% 50%;
  background-color:#20AF2A;
  transition: 0.4s;
}
.main .about_right img {
  width: 100%;
}
@media (max-width: 768px) {
  .main .about .img {
    width: 100%;
  }
}
.main .about .img img {
  width: 100%;
}
.main .index-tit-h3{
	text-align:center;
}

.main .index-tit-h3 h4 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.main .index-tit-h3 h4 b {
    font-size: 3rem;
	color:#333;
}
.main .index-tit-h3 h4 p {
    color:#CCCCCC;
    font-size: 1.4rem;
	padding-top:10px;
}



.main .news {
	padding-top:3%;
	padding-bottom:3%;
}

.main .news .content{
	padding-top:3%;
	text-align:center;
}
.main .news .content li{
	text-align:left;
}
.main .news .content li:hover .img img {
  transform: scale(1.1);
}
.main .news .content li:hover .txt h6 {
  color: #d72324;
}
.main .news .content li .img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.main .news .content li .img img {
  width: 100%;
  transition: 0.3s;
}
.main .news .content li .txt {
  width: 100%;
  float: left;
  background:#fff;
  padding:5%;
  text-align:center;
}
.main .news .content li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  margin-top: 2%;
  line-height:160%;
}
.main .news .content li:hover .txt h6 {
  color: #198EDD;
}
.main .news .content .new_btn{
	width:100%;
	text-align:center;
	    display: inline-block;
}

@media (max-width: 768px) {
  .main .news .content li .txt h6 {
    margin: 0 0 5px;
  }
}
.main .news .content li .txt p {
  font-size: 1.6rem;
  color: #999;
  margin: 3% 0;
  height: 56px;
}
@media (max-width: 1200px) {
  .main .news .content li .txt p {
    height: 45px;
  }
}
.main .news .content li .txt span {
  font-size: 1.6rem;
  color: #999;
  padding:1% 0;
    display: block;
}
@media (max-width: 768px) {
  .main .news .content li .txt span {
    display: none;
  }
}

.main .news .content li .txt a {
  font-size: 1.6rem;
  margin-top: 3%;
  width: 150px;
  height: 40px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  border-bottom:1px solid #E5E5E5;
  border-top:1px solid #E5E5E5;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  transition: 0.4s;
  margin-top:3%;
  margin-bottom:4%;
}
.main .news .content li .txt a:hover{
  color: #fff;
  border-bottom:1px solid #198EDD;
  border-top:1px solid #198EDD;
  background:url(http://www.youfusz.com/statics/css/youf/images/a_jth.png) no-repeat 80% 50%;
  background-color:#198EDD;
  transition: 0.4s;
}


.main .news .more {
  font-size: 1.4rem;
  margin-top: 3%;
  width: 130px;
  height: 47px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  *display: inline;
  transition: 0.4s;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color: #198EDD;
}
.main .news a.more:hover{
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color: #20AF2A;
  color: #fff;
  transition: 0.4s;
}



@media (max-width: 768px) {
  .main .news .more a {
    width: 140px;
    height: 38px;
    line-height: 38px;
  }
}

.main .partner {
	background:url(../image/h_bg_2.jpg) no-repeat center 50%;
	padding-bottom:3%;
	padding-top:3%;
}
.main .partner .index-tit-h3 h4 b{
	color:#fff;
}
.main .partner .index-tit-h3 h4 p{
	color:#fff;
	opacity:0.5;
}

.main .partner .content{
	padding-top:3%;
	text-align:center;
}
.main .partner .content li{
	text-align:center;
	padding-bottom:5%;
}
.main .partner .content li img{
	width:100%;
	max-width:140px;
}
.main .partner .content .btn_a{
	width: 100%;
    display: inline-block;
}
.main .partner .more {
  font-size: 1.4rem;
  width: 200px;
  height: 47px;
  color: #fff;
  text-align: center;
  line-height: 47px;
  display: inline-block;
  *display: inline;
  transition:0.4s;
}
.main .partner a.more:hover {
	color:#198EDD;
  transition:0.4s;
}

@media (max-width: 768px) {
  .main .partner .more a {
    width: 140px;
    height: 38px;
    line-height: 38px;
  }
}



.main .morebtn {
	padding-bottom:4%;
	padding-top:3%;
}
.main .morebtn .content{
	padding-top:3%;
}
.main .morebtn li {
	float:left;
	width:25%;
	text-align:center;
}
.main .morebtn li img{
	max-width:73px;
   transition: 0.5s;
}
.main .morebtn li a h3 {
	color:#333;
	font-size:1.6rem;
  transition: 0.4s;
}
.main .morebtn li a:hover h3 {
	color:#198EDD;
	font-size:1.6rem;
  transition: 0.4s;
}
.main .morebtn li a:hover img{
   transform: rotateY(180deg);
   transition: 0.5s;
}






.footer {
  background:url(../image/footer-bg_02.jpg) no-repeat center 50%;
}
.footer .footer-top {
  padding: 5% 0 3%;
  position: relative;
	justify-content: space-between;
    display: flex;
}

.footer .footer-top .logo{
	float:left;
	width:30%;
	text-align:center;
	color:#fff;
}
.footer .footer-top .logo img{
	width:50%;
	max-width:75px;
}
.footer .footer-top .logo h5{
	font-size:4rem;
	color:#fff;
	padding:30px 0;
}
.footer .footer-top .logo p{
	font-size:1.6rem;
	color:#fff;
	opacity:0.5;
}
.footer .footer-top .list {
  margin: 0 3% 0 0;
  float: left;
  color: #fff;
  width: 13%;
}

.footer .footer-top .list h5 {
  font-size: 2rem;
  color: #fff;
  margin-bottom:20px;
}

.footer .footer-top .list li {
  font-size: 1.5rem;
  color: #cce2f2;
  line-height: 240%;
}
.footer .footer-top .list li a {
  color: #fff;
	opacity:0.6;
	filter:alpha(opacity=50); 
   transition: 0.5s;
}
.footer .footer-top .list li a:hover {
  color: #198EDD;
	opacity:1;
	filter:alpha(opacity=100); 
   transition: 0.5s;
}

.footer .footer-top .list:nth-child(6) {
  width:20%;
  margin:0;

}
.footer .footer-top .list:nth-child(6) li{
  color: #fff;
	opacity:0.6;
	filter:alpha(opacity=50); 
   transition: 0.5s;
}
.footer .footer-top .list:nth-child(6) li:nth-child(1){
  color: #198EDD;
	opacity:1;
	filter:alpha(opacity=100); 
	font-family: "AvantGarde-Bold";
	font-size:3rem;
}

.footer .footer-top .code {
  width: 30%;
  float:right;
}
.footer .footer-top .code li{
  color:#fff;
  padding:5px 0;
}
.footer .footer-top .code .tel{
  color:#198EDD;
font-family: "MontserratSemiBold";
font-size:3rem;
}
.footer .footer-top .code .mail{
  color:#fff;
	font-family: "MontserratSemiBold";
	opacity:0.5;
}
.footer .footer-top .code h5 {
  font-size: 2rem;
  color: #fff;
  margin-bottom:20px;
}
.footer .footer-top .code img {
  width: 100%;
  max-width:140px;
  margin-top:20px;
}
.footer .footer-top .code p {
  font-size: 1.6rem;
  color: #fff;
  margin-top: 15px;
}
.footer .footer-top .bottom_btn {
	float:left;
	width: 100%;
	border-bottom:1px solid #383A3D;
	border-top:1px solid #383A3D;
	padding:20px 0px;
	margin-top:3%;
}


.footer .footer-top .mess {
  width: 25%;
}
.footer .footer-top .mess li{
  padding:5px 0;
}
.footer .footer-top .mess li input{
  width:100%;
  height:40px;
  line-height:40px;
}
.footer .footer-top .mess li textarea{
  width:100%;
  height:100px;
}
.footer .footer-top .mess .btn_a input{
	background: #198EDD;
    border: none;
    color: #fff;
    width: 160px;
    font-size: 1.6rem;
    height: 50px;
    cursor: pointer;
    transition: 0.3s;
}
.footer .footer-top .mess .btn_a input:hover{
	background: #20AF2A;
    transition: 0.3s;
}

.footer .footer-top .mess h5 {
  font-size: 2rem;
  color: #fff;
  margin-bottom:20px;
}

.footer .footer-top .bottom_btn .left {
	float:left;
}
.footer .footer-top .bottom_btn .left span{
	font-size:1.6rem;
	color:#fff;
	padding-right:20px;
}
.footer .footer-top .bottom_btn .right {
	float:right;
}
.footer .footer-top .bottom_btn .right a{
	background:url(../image/bottom_btn.png) no-repeat 20px 50%;
	background-color:#198EDD;
	font-size:1.6rem;
	color:#FFFFFF;
	width:195px;
	height:44px;
	line-height:44px;
	display:block;
	  border-radius: 29px;
	  text-align:center;
	  text-indent:15px;
  transition: 0.3s;
}
.footer .footer-top .bottom_btn .right a:hover{
	background:url(../image/bottom_btn.png) no-repeat 20px 50%;
	background-color:#EB3D00;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  
}
@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
  .footer .footer-con2 {
    background: #006ebd;
    display: block!important;
    text-align: center;
  }
  .footer .footer-con2 p img {
    margin: 0;
  }
  .footer .footer-con2 p a {
    display: inline-block;
    margin: 20px 12px;
  }
  .footer .footer-con2 p a:hover img {
    margin-top: -4px;
  }
  .footer .footer-con2 h5 {
    background: #006ebd url("../image/lit_07.png") no-repeat right center;
    background-position: right 26px top 28px;
    text-transform: capitalize;
    margin: 0;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    padding: 18px 26px 18px 24px;
  }
  .footer .footer-con2 .list-con {
    display: none;
  }
  .footer .footer-con2 .list-con a {
    color: #fff;
    margin: 0;
    background: #017bd2;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 12px;
  }
  .footer .footer-con2 .list-con a:hover {
    color: #ccc;
  }
  .footer .footer-con2 .list-con li {
    color: #333;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding: 12px;
    background: #edf2f8;
  }
  .footer .footer-con2 .footer-form {
    position: relative;
  }
  .footer .footer-con2 .footer-form .txt {
    height: 45px;
    line-height: 45px;
    border: none;
    padding: 0 10px 0 60px;
    width: 100%;
    background: #ffffff url("http://www.youfusz.com/statics/css/youf/images/mail_03.jpg") no-repeat left center;
  }
  .footer .footer-con2 .footer-form .submit {
    position: absolute;
    top: 0;
    right: 3%;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 45px;
    background: url("http://www.youfusz.com/statics/css/youf/images/mail-arrow_03.jpg") no-repeat center;
  }
  .footer .footer-con2 .link {
    display: none;
    color: #333;
    border-bottom: 1px solid #aaa;
    font-size: 14px;
    padding: 12px;
    background: #2a2a2a;
  }
  .footer .footer-con2 .link a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3% 0 0;
  }
}
.footer .footer-bot {
  text-align: center;
  padding-top:2%;
  padding-bottom: 2%;
}
.footer .footer-bot .container {
  position: relative;
}
.footer .footer-bot .footer-logo {
  position: absolute;
  top: -20px;
  left: 15px;
}
.footer .footer-bot p {
  color: #fff;
	opacity:0.4;
	filter:alpha(opacity=40); 
}
.footer .footer-bot a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
}
@media (max-width: 768px) {
  .footer .footer-bot {
    text-align: center;
    padding-bottom: 1%;
  }
  .footer .footer-bot p {
    color: #d3deee;
    font-size: 1.2rem;
    margin: 17px 0;
  }
  .footer .footer-bot a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 3px;
  }
}
.footer .returnTop {
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  width: 54px;
  height: 54px;
  background: url("http://www.youfusz.com/statics/css/youf/images/return-top.png") no-repeat center;
}
@media (max-width: 768px) {
  .footer .returnTop {
    display: none;
  }
}
/*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("../image/news-ad_02.jpg") no-repeat center;
	background-size: cover;
}
.ins-main .a-ad {
  background: url("../image/a-ad.jpg") no-repeat center;
	background-size: cover;
}
.ins-main .zzrz-ad {
  background: url("http://www.youfusz.com/statics/css/youf/images/zzrz-ad.jpg") no-repeat center;
	background-size: cover;
}
.ins-main .about-ad {
  background: url("../image/about-ad_02.jpg") no-repeat center;
	background-size: cover;
}
.ins-main .contact-ad {
  background: url("../image/contact-ad_02.jpg") no-repeat center;
	background-size: cover;
}
.ins-main .pro-ad {
  background: url("../image/pro-ad_02.jpg") no-repeat center;
	background-size: cover;
}

.ins-main .service-ad {
    background: url("../image/par-ad_02.jpg") no-repeat 80% center;
	background-size: cover;
  }



  
  
.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: #198EDD;
border-radius: 25px;
    -moz-border-radius: 25px;
-moz-box-shadow:2px 2px 14px #198EDD; -webkit-box-shadow:2px 2px 14px #198EDD; box-shadow:2px 2px 14px #198EDD;
    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(../image/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: #198EDD;
}
.ins-main .list-nav .active a {
  color: #198EDD;
}

.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: #198EDD;
}



.ins-main .bread-nav{
	width:100%;
	padding-bottom:20px;
	margin-bottom:2%;
	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("../image/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: 3rem;
  color: #333;
}
.ins-main .index-tit h4 font{
  color: #198EDD;
}
.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-color:#FAFAFA;
}

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


.ins-main .ins-about .txt-box{
	float:left;
	width:100%;
	padding-bottom:6%;
	  font-size: 1.6rem;
	  color: #333;
	  line-height: 180%;
}
.ins-main .ins-about .txt-box .title_h3{
	font-size:3rem;
	color:#198EDD;
	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:100%;
	text-align:center;
	padding-bottom:30px;
}
.ins-main .ins-about .img-box img{
	width:100%;
	max-width:940px;
}

.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(http://www.youfusz.com/statics/css/youf/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(../image/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:#198EDD;  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(../image/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: #198EDD;
}
.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(http://www.youfusz.com/statics/css/youf/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(../image/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(../image/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(../image/j_1.png) no-repeat center 50%;
  z-index: 6;
}
.ins-main .a_path .path_list .swiper-button-next-pc:hover {
  background:url(../image/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(../image/j_2.png) no-repeat center 50%;
  z-index: 6;
}
.ins-main .a_path .path_list .swiper-button-prev-pc:hover {
  background:url(../image/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;
}


.ins-main .ins-product {
  padding-bottom: 4%;
  padding-top:4%;
  background:#FAFAFA;
}

.ins-main .ins-product .content{
	width:100%;
}
.ins-main .ins-product .content li{
  width:100%;
  background:#fff;
	position:relative;
	display:inline-block;
	border:1px solid #CCCCCC;
	padding:20px;
	margin-bottom:30px;
	transition:0.4s;
}
.ins-main .ins-product .content li:hover{
	transition:0.4s;
    box-shadow: 0 10px 10px rgba(51, 51, 51, .25);
}

.ins-main .ins-product .content li .more{
	width:30%;
	height:100px;
	line-height:100px;
	color:#fff;
	  display: inline-block;
	  *display: inline;
	background:#323232;
	text-align:center;
	margin-left:35%;
	margin-top:35%;
}


.ins-main .ins-product .content li .img{
  width:60%;
  float:left;
}
.ins-main .ins-product .content li:nth-child(2) .img{
  width:70%;
}
.ins-main .ins-product .content li:nth-child(3) .img{
  width:70%;
}

.ins-main .ins-product .content li .img img{
  width:100%;
  transition: 0.4s;
}
.ins-main .ins-product .content li a:hover img{
  transform: scale(1.05);
  transition: 0.4s;
}
.ins-main .ins-product .content li .txt{
  width:40%;
  float:left;
}
.ins-main .ins-product .content li:nth-child(2) .txt{
  width:30%;
}
.ins-main .ins-product .content li:nth-child(3) .txt{
  width:30%;
}
.ins-main .ins-product .content li .txt .txt_li{
  width:50%;
  float:left;
  padding-bottom:10px;
}
.ins-main .ins-product .content li:nth-child(2) .txt .txt_li{
  width:100%;
}
.ins-main .ins-product .content li:nth-child(3) .txt .txt_li{
  width:100%;
}
.ins-main .ins-product .content li .txt .txt_li span{
  color:#999;
}
.ins-main .ins-product .content li .txt .txt_li p{
  color:#333;
  font-size:1.6rem;
  padding-top:5px;
}
.ins-main .ins-product .content li .txt h3{
	margin-top:10px;
	font-size:3.5rem;
	font-weight:bold;
	padding:20px 0;
}
.ins-main .ins-product .content li .txt a {
  font-size: 1.4rem;
  margin-top: 3%;
  width: 150px;
  height: 40px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  border:1px solid #198EDD;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color:#198EDD;
  transition: 0.4s;
  margin-top:3%;
  margin-bottom:4%;
}
.ins-main .ins-product .content li .txt a:hover{
  color: #fff;
  border:1px solid #20AF2A;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color:#20AF2A;
  transition: 0.4s;
}


.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: #DB261D;
  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: #DB261D;
}
@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: #DB261D;
    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: #DB261D;
  }
}
@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: 60%;
  float: left;
  padding: 3% 0;
}
@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;
  float:left;
}
.ins-main .product-show .content .lf-box .pc-slide .preview a{
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
    z-index: 999;
	border-radius:30px;
	
}
.ins-main .product-show .content .lf-box .pc-slide .preview .arrow-left{
    left:-35px;
	top:50%;
	margin-top:-15px;
	background:url(../image/jt_1.png) no-repeat center 50%;
background-size: 8px;
	background-color:#fff;
	transition: 0.4s;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .arrow-left:hover{
	background:url(../image/jt_1_1.png) no-repeat center 50%;
	background-color:#198EDD;
	background-size: 8px;
	transition: 0.4s;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .arrow-right{
    right:-35px;
	top:50%;
	margin-top:-15px;
	background:url(../image/jt_2.png) no-repeat center 50%;
	background-color:#fff;
	background-size: 8px;
	transition: 0.4s;
}
.ins-main .product-show .content .lf-box .pc-slide .preview .arrow-right:hover{
	background:url(../image/jt_2_1.png) no-repeat center 50%;
	background-color:#198EDD;
	background-size: 8px;
  transition: 0.4s;
}

.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 #198EDD;
}
.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: #198EDD;
  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: #198EDD;
  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: #198EDD;
}
.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: #198EDD;
}
.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: #198EDD;
}
.ins-main .product-show .content .rt-box {
  width: 35%;
  float: right;
}

.ins-main .product-show .content .rt-box dl{
	padding-top:10%;
}
.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 .txt_li{
  width:50%;
  float:left;
  padding-bottom:10px;
}
.ins-main .product-show .content .rt-box dl dd span{
  color:#999;
}
.ins-main .product-show .content .rt-box dl dd p{
  color:#333;
  font-size:1.6rem;
  padding-top:5px;
}

.ins-main .product-show .content .rt-box .title{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:3rem;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
}
.ins-main .product-show .content .rt-box .nr li{
	list-style: circle;
	width:100%;
	padding:10px 0px;
}
.ins-main .product-show .content .rt-box .btn a{
font-size: 1.6rem;
    margin-top: 3%;
    width: 130px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    *display: inline;
    background-color: #198EDD;
    transition: 0.4s;
    margin-top: 2%;
    margin-right: 20px;
    border-radius: 40px;
}
.ins-main .product-show .content .rt-box .btn a:hover{
  background:#20AF2A;
  transition: 0.3s;
}
.ins-main .product-show .content .rt-box .btn a:nth-child(2){
  background:#333333;
  transition: 0.3s;
}
.ins-main .product-show .content .rt-box .btn a:nth-child(2):hover{
  background:#20AF2A;
  transition: 0.3s;
}

@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;
}


.ins-main .product-show .bt-box {
    width: 100%;
	float:left;
	margin-bottom:3%;
}
.ins-main .product-show .bt-box .title_h3 {
    width: 100%;
	float:left;
	padding:15px 0px;
	text-indent:30px;
	font-size:2rem;
	background:url(http://www.youfusz.com/statics/css/youf/images/line.jpg) no-repeat 20px 50%;
	background-color:#fff;
}
.ins-main .product-show  .bt-box .content {
    width: 100%;
	float:left;
	background-color:#fff;
	padding:3%;
	line-height:180%;
	font-size:1.6rem;
	color:#666;
}

.ins-main .product-show .bt-box .content p{
	line-height:200%;
}


.ins-main .ins-contact .bread-nav{
	margin-bottom:0px;
}
.ins-main .ins-contact .add-list{
  width: 100%;
  float: left;
  padding:2% 0;
}
.ins-main .ins-contact .add-list li{
  width: 23%;
  float: left;
  text-align:center;
}
.ins-main .ins-contact .add-list li:nth-child(1){
  width: 30%;
}
.ins-main .ins-contact .add-list li h3{
  font-size:2.8rem;
  font-weight:bold;
  color:#198EDD;
  text-align:center;
}
.ins-main .ins-contact .add-list li p{
  font-size:1.6rem;
  color:#666666;
}
.ins-main .ins-contact .add-list li span{
  display: inline-block;
  *display: inline;
  width:60px;
  height:60px;
  background:url(../image/c_tel.png) no-repeat center 50%;
  margin-bottom:10px;
}
.ins-main .ins-contact .add-list li:nth-child(3) span{
  background:url(../image/c_email.png) no-repeat center 50%;
}
.ins-main .ins-contact .add-list li:nth-child(4) span{
  background:url(../image/c_home.png) no-repeat center 50%;
}
.ins-main .ins-contact .map{
  width: 100%;
  float: left;
  padding:2% 0;
  background:#FAFAFA;
}
.ins-main .ins-contact .kf-list{
  width: 100%;
  float: left;
  padding:2% 0;
}
.ins-main .ins-contact .kf-list li{
  width:20%;
  padding-left:50px;
  float: left;
  background:url(../image/c_tx.png) no-repeat left 10px;
  position:relative;
}
.ins-main .ins-contact .kf-list li{
  width:20%;
  padding-left:50px;
  float: left;
  background:url(../image/c_tx.png) no-repeat left 10px;
  position:relative;
}
.ins-main .ins-contact .kf-list li::after{content: '';width: 1px;height: 100%; max-height:140px; background:#E9E9E9;position: absolute;right: 20px;top: 0;transition: all .6s ease;}
.ins-main .ins-contact .kf-list li:nth-child(5)::after{display:none;}
.ins-main .ins-contact .kf-list li h3{
  font-size:2rem;
}
.ins-main .ins-contact .kf-list li p{
  font-size:1.5rem;
  line-height:200%;
}


.ins-main .form-box {
  padding-top:2%;
  padding-bottom:2%;
  float:left;
  width:100%;
}
.ins-main .form-box .title_h3{margin-bottom:3%; text-align:center;color:#198EDD; font-size:3rem;}
.ins-main .form-box ul:nth-child(1) li {
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 28px;
  border: 1px solid #ccc;
}
.ins-main .form-box ul:nth-child(1) li input {
  background: transparent;
  border: none;
  padding: 0 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.ins-main .form-box ul:nth-child(1) li select {
  background: transparent;
  border: none;
  padding: 0 10px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 50px;
}
.ins-main .form-box ul:nth-child(1) li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .form-box ul:nth-child(1) li:last-child {
  width: 100%;
}
.ins-main .form-box ul:nth-child(1) li:last-child textarea {
  background: transparent;
  border: none;
  padding: 15px;
  color: #666;
  width: 100%;
  font-size: 1.6rem;
  height: 150px;
}
.ins-main .form-box ul:nth-child(2) {
  text-align: center;
}
.ins-main .form-box ul:nth-child(2) input {
  background: #198EDD;
  border: none;
  color: #fff;
  width: 160px;
  font-size: 1.6rem;
  height: 50px;
  cursor: pointer;
  transition: 0.3s;
}
.ins-main .form-box ul:nth-child(2):hover input {
  background:#20AF2A;
  transition: 0.3s;
}
.layui-layer .layui-layer-title {
  height: 0!important;
}
@media (max-width: 768px) {


  .ins-main .form-box ul:nth-child(1) li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 15px;
    border: 1px solid #f1f1f1;
  }
  .ins-main .form-box ul:nth-child(1) li input {
    background: transparent;
    border: none;
    padding: 0 8px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 40px;
  }
  .ins-main .form-box ul:nth-child(1) li select {
    background: transparent;
    border: none;
    padding: 0 5px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 40px;
  }
  .ins-main .form-box ul:nth-child(1) li:nth-child(2n+2) {
    margin-right: 0;
  }
  .ins-main .form-box ul:nth-child(1) li:last-child {
    width: 100%;
  }
  .ins-main .form-box ul:nth-child(1) li:last-child textarea {
    background: transparent;
    border: none;
    padding: 15px;
    color: #666;
    width: 100%;
    font-size: 1.6rem;
    height: 120px;
  }
.ins-main .form-box ul:nth-child(2) li{
	  width:auto;
  }
  .ins-main .form-box ul:nth-child(2) {
    text-align: center;
  }
  .ins-main .form-box ul:nth-child(2) input {
    background:#198EDD;
    border: none;
    color: #fff;
    width: 160px;
    font-size: 1.6rem;
    height: 40px;
    cursor: pointer;
  }
}




.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: #198EDD;
  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: #198EDD;
  background-color: #198EDD;
}
@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: #198EDD;
    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: #198EDD;
    background-color: #198EDD;
  }
}


.ins-main .ins-app {
  padding: 3% 0;
  background:#FAFAFA;
  padding-top:0px;
}

.ins-main .ins-news {
  padding: 3% 0;
  background:#FAFAFA;
  padding-top:0px;
}
@media (max-width: 768px) {
  .ins-main .ins-news {
    padding: 3% 0;
  }
}

.ins-main .ins-news .ins-con li{
	text-align:left;
	margin-bottom:3%;
}
.ins-main .ins-news .ins-con li:hover .img img {
  transform: scale(1.1);
}
.ins-main .ins-news .ins-con li:hover .txt h6 {
  color: #d72324;
}
.ins-main .ins-news .ins-con li .img {
  width: 100%;
  float: left;
  overflow: hidden;
}
.ins-main .ins-news .ins-con li .img img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .ins-news .ins-con li .txt {
  width: 100%;
  float: left;
  background:#fff;
  padding:5%;
  text-align:center;
}
.ins-main .ins-news .ins-con li .txt h6 {
  font-size: 1.6rem;
  color: #333;
  margin-top: 0%;
  margin-bottom: 0%;
  line-height:160%;
  height:50px;
}
.ins-main .ins-news .ins-con li:hover .txt h6 {
  color: #198EDD;
}

@media (max-width: 768px) {
.ins-main .ins-news .ins-con li .txt h6 {
    margin: 0 0 5px;
  }
}
.ins-main .ins-news .ins-con li .txt p {
  font-size: 1.6rem;
  color: #999;
  margin: 3% 0;
  height: 56px;
}
@media (max-width: 1200px) {
.ins-main .ins-news .ins-con li .txt p {
    height: 45px;
  }
    .header .header-top .logo-box .logo .logo_title{
	  padding-top:10px;
  }
}

@media (max-width: 1430px){
	.header .header-top .logo-box{
		margin-left:20px;
	}
.header .header-top .rt-box{
	margin-right:20px;
}
.header .header-top .logo-box .logo img{
	width: 140px;
    margin-top: 20px;
}
}

@media (min-width: 1430px) and (max-width: 1500px) {
.header .header-top .logo-box{
	margin-left:20px;
}
.header .header-top .rt-box{
	margin-right:20px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav{
	margin:0 2.5rem;
}
.header .header-top .logo-box .logo img{
	width: 140px;
    margin-top: 20px;
}
}
@media (min-width: 1500px) and (max-width: 1710px) {
.header .header-top .logo-box{
	margin-left:20px;
}
.header .header-top .rt-box{
	margin-right:20px;
}
.header .header-top .rt-box .nav-con #nav .sub-nav{
	margin:0 2.5rem;
}
.header .header-top .logo-box .logo img{
	width: 140px;
    margin-top: 20px;
}
}
.ins-main .ins-news .ins-con li .txt span {
  font-size: 1.4rem;
  color: #999;
  padding:5% 0;
    display: block;
}
@media (max-width: 768px) {
.ins-main .ins-news .ins-con li .txt span {
    display: none;
  }
}

.ins-main .ins-news .ins-con li .txt a {
  font-size: 1.6rem;
  margin-top: 3%;
  width: 150px;
  height: 40px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  *display: inline;
  border-bottom:1px solid #E5E5E5;
  border-top:1px solid #E5E5E5;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  transition: 0.4s;
  margin-top:3%;
  margin-bottom:4%;
}
.ins-main .ins-news .ins-con li .txt a:hover{
  color: #fff;
  border-bottom:1px solid #198EDD;
  border-top:1px solid #198EDD;
  background:url(../image/a_jt.png) no-repeat 80% 50%;
  background-color:#198EDD;
  transition: 0.4s;
}






.ins-main .news-show {
  padding: 3% 0;
}
@media (max-width: 768px) {
  .ins-main .news-show {
    padding: 3% 0;
  }
}
.ins-main .news-show .show-tit {
  padding-bottom: 3%;
  text-align: left;
}
.ins-main .news-show .show-tit .left{
  width:80%;
  float:left;
}
.ins-main .news-show .show-tit .right{
  width:20%;
  float:right;
}
.ins-main .news-show .show-tit .right a{
  width:100%;
  max-width:180px;
  height:38px;
  line-height:38px;
  background:#198EDD;
  color:#fff;
  float:right;
  text-align:center;
}
.ins-main .news-show .show-tit h5 {
  font-size: 2.4rem;
  color: #333;
  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: #333;
}
.ins-main .news-show .link p a:hover {
  color: #198EDD;
}

@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%;
  }
  .main .index-tit-h3 h4{
	  margin:0px;
  }
  .main .index-tit-h3 h4 b{
	  font-size:2.5rem;
  }
  .main .product2 .content li .txt{
	  width:100%;
  }
  .main .product2 .content li .img{
	  width:100%;
  }
  .main .product2 .content li .txt h3{
	  font-size:2.5rem;
	  padding:0px;
  }
  .main .product2 .content li:nth-child(2){
	  width:100%;
  }
  .main .product2 .content li:nth-child(3){
	  width:100%;
  }
  .main .product2 .content li:nth-child(2) .txt{
	  width:100%;
  }
  .main .product2 .content li:nth-child(2) .img{
	  width:100%;
  }
  .main .product2 .content li:nth-child(3) .txt{
	  width:100%;
  }
  .main .product2 .content li:nth-child(3) .img{
	  width:100%;
  }
  .main .product2 .content li .txt a{
	  font-size:1.2rem;
	  width:120px;
  }
  .main .about .about_left{
	  width:100%;
  }
  .main .about .numCount .txt h3{
	  font-size:2.5rem;
  }
  .partner .col-xs-12{
	  width:33.333%;
  }
  .main .morebtn li{
	  width:50%;
	  margin-bottom:20px;
  }
  .main .morebtn li img{
	  max-width:43px;
  }
  .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #198EDD;
}

.ins-main .list-nav li a{
	font-size:1.2rem;
}
.ins-main .list-nav li{
	padding:0 1rem;
}
.ins-main .bread-nav{
	padding:10px 0;
	font-size: 1.2rem;
}
.ins-main .index-tit h4{
	font-size:2rem;
}
.ins-main .index-tit h4 b{
	font-size:2rem;
}
.ins-main .ins-about .txt-box .title_h3{
	font-size:2rem;
}
.ins-main .ins-about .txt-box img{
	width:100%;
}
.ins-main .ins-product .content li .txt{
	width:100%;
}
.ins-main .ins-product .content li .img{
	width:100%;
}
.ins-main .ins-product .content li .txt h3{
	  font-size:2.5rem;
	  padding:0px;
}
.ins-main .product-show .bt-box .content p span{
	font-size:12px!important;
}
.ins-main .product-show .bt-box .content table{
	width:100%!important;
}
.ins-main .product-show .content .rt-box dl{
	padding:0px;
}
.ins-main .product-show .content .rt-box .title{
	font-size:2.5rem;
}
.ins-main .product-show .content .rt-box{
	margin-bottom:0px;
}
.ins-main .ins-app .app-top img{
	width:100%;
}
.ins-main .ins-contact .add-list li:nth-child(1){
	width:100%;
}
.ins-main .ins-contact .add-list li{
	width:100%;
}
#dituContent{
	height:350px!important;
}
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
	background:#fff;
}
.navbar{
	border:1px solid #fff;
}