﻿* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  line-height: 24px;
  font-size: 16px;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
  font-family: "microsoft yahei";
}
body,div,span,h1,h2,h3,h4,h5,h6,p,em,img,strong,b,small,u,i,center,dl,dt,dd,ol,ul,li,sub,sup,tt,var,del,dfn,ins,kbd,q,s,samp,strike,applet,object,iframe,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,blockquote,pre,a,abbr,acronym,address,big,cite,code,mark,audio,video,input,textarea,select{margin:0;padding:0}ol,ul{list-style:none}img{border:0;max-width:100%}table{border-collapse:collapse;width:100%}input[type='reset'],input[type='button'],input[type='submit'],input[type='radio']{cursor:pointer;outline:none}input[type='checkbox'],input[type='radio']{position:relative;vertical-align:middle;margin:-2px 5px 1px}textarea,input[type='email'],input[type='date'],input[type='password'],input[type='text']{padding:0;color:#ca8189;outline:none}.f-l{float:left}.f-r{float:right}.clearfix:after{clear:both;height:0;content:"";line-height:0;font-size:0;display:block}.vcenter{position:absolute;top:0;bottom:0;left:0;right:0;max-width:100%;max-height:100%;display:block;vertical-align:middle;text-align:center;margin:auto}
@media (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: top;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  will-change: transform, opacity;
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.animated.slideDown {
  -webkit-animation-name: slideDown;
  animation-name: slideDown;
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}


@keyframes up03{
    0% {
      opacity:0.5;
	  transform: translate3d(0, 0, 0);
	  -webkit-transform:scale(0.8);
    }
    50% {
     opacity: 1;
	 transform: translate3d(0, 0, 0);
    }
	100% {
     opacity:0.4;
	 transform: translate3d(0, 0, 0);
	 -webkit-transform:scale(0.8);
    }
}
@-webkit-keyframes up03{
    0% {
      opacity:1;
	  transform: translate3d(0, 0, 0);
    }
    50% {
     opacity: 1;
	 transform: translate3d(0, 0, 0);	 
    }
	100% {
     opacity:0.4;
	 transform: translate3d(0, 0, 0);
	 -webkit-transform:scale(0.8);
    }
}



.animated.slideUp {
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.inside-warp .container {
  max-width: 1400px;
}
@media (max-width: 1600px) {
  .inside-warp .container {
    max-width: 1200px;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes dong2 {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}


.inside-menu {
  z-index: 3;
  overflow: hidden;
  padding-top: 80px;
  position: relative;
}
.inside-menu ul {
  margin: 0 -20px;
}
    .inside-menu li {
        width: 25%;
        float: left;
        padding: 0 20px;
        font-family: "microsoft yahei";
    }
.inside-menu li a {
  color: #22282d;
  display: block;
  height: 67px;
  line-height: 65px;
  text-align: center;
  border-radius: 60px;
  overflow: hidden;
  border: solid 1px #e1e4e6;
}
.inside-menu li a:hover {
  color: #fff;
  background: #01539f;
  border-color: #01539f;
  text-decoration: none;
}
.inside-menu li.active > a {
  color: #fff;
  background: #01539f;
  border-color: #01539f;
}

@media (max-width: 1200px) {
  .inside-menu {
    padding-top: 30px;
  }
  .inside-menu ul {
    margin: 0 -5px;
  }
  .inside-menu li {
    width: 50%!important;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .inside-menu li a {
    font-size: 12px;
    height: 42px;
    line-height: 40px;
  }
}

.inside-promenu {
  padding-top: 35px;
}
.inside-promenu ul {
  border-bottom: solid 1px #ececec;
}
    .inside-promenu ul li {
        float: left;
        padding: 0 35px;
        height: 80px;
        line-height: 80px;
        position: relative;
        font-family: "microsoft yahei";
    }
.inside-promenu ul li a {
  display: block;
  font-size: 18px;
  color: #222222;
  position: relative;
}
.inside-promenu ul li a:after {
  content: "";
  height: 2px;
  bottom: 0;
  left: 50%;
  width: 0;
  opacity: 0;
  position: absolute;
  background: #165ea0;
  transition: all 700ms ease;
}
.inside-promenu ul li:hover a,
.inside-promenu ul .active a {
  font-weight: 700;
}
.inside-promenu ul li:hover a:after,
.inside-promenu ul .active a:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
@media (max-width: 1600px) {
  .inside-promenu ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .inside-promenu ul {
    overflow: hidden;
  }
  .inside-promenu ul li {
    height: 60px;
    line-height: 60px;
    overflow:hidden;
  }
  .inside-promenu ul li a {
    font-size: 16px;
  }
}
.inside-text {
    font-size: 16px;
    color: #222;
    line-height: 30px;
    padding: 60px 0;
    font-family: "microsoft yahei";
}
@media (max-width: 1200px) {
  .inside-text {
    padding: 30px 0;
  }
}


.inside-apption {
  color: #222;
  padding-bottom: 70px;
}
.inside-apption a {
  color: #222;
}
.inside-apption a:hover {
  color: #005fb6;
}
    .inside-apption .title-gy {
        font-size: 40px;
        line-height: 40px;
        color: #222;
        padding-bottom: 40px;
        font-family: "microsoft yahei";
        border-bottom: solid 1px #dadada;
    }
.inside-apption .text-gy {
  margin-top: 10px;
  padding-left: 15px;
  position: relative;
}
.inside-apption .text-gy:before {
  content: "";
  width: 7px;
  height: 7px;
  top: 8px;
  left: 0;
  position: absolute;
  border-radius: 100%;
  background: #005fb6;
}
.inside-apption .text-gy a:hover {
  text-decoration: underline;
}
.inside-apption .box-1 {
  position: relative;
  padding-top: 120px;
}
.inside-apption .box-1 .item {
  margin-top: 50px;
}
.inside-apption .box-1 .item .tu {
  width: 50%;
  float: right;
  position:relative;
}

.inside-apption .box-1 .item .tu img{
	z-index:9;
  position:relative;
}

.inside-apption .box-1 .item .tu:before{
	content: "";
	width: 76%;
	height: 100%;
	top: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	position: absolute;
	background: #F6F7FB;	
}

.inside-apption .box-1 .item .textbox {
  width: 40%;
  float: left;
  padding-top: 120px;
}
.inside-apption .box-1 .item .textbox .tit {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
.inside-apption .box-2 {
  padding-top: 60px;
  position: relative;
}
.inside-apption .box-2 .text-gy {
  margin-top: 25px;
}
.inside-apption .box-3 {
  position: relative;
  margin-top: 70px;
}
.inside-apption .box-3 .title-gy {
  margin-bottom: 35px;
}
.inside-apption .box-4 {
  position: relative;
}
.inside-apption .box-4 .text-gy {
  width: 50%;
  float: left;
  font-size: 18px;
  padding-right: 20px;
}
.inside-apption .box-5 {
  overflow: hidden;
  margin-top: 70px;
}
.inside-apption .box-5 ul {
  margin: 0 -5px;
  margin-top: 60px;
}
.inside-apption .box-5 ul li {
  padding: 0 5px;
  width: 25%;
  float: left;
}
.inside-apption .box-5 ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.inside-apption .box-5 ul li .pic {
  overflow: hidden;
  position: relative;
  background:#F6F7FB;
}
.inside-apption .box-5 ul li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  position: absolute;
  transition: all 700ms ease;
  background: url(../images/app-cases.png) no-repeat;
}
.inside-apption .box-5 ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 81%;
}
.inside-apption .box-5 ul li .pic img {
  transition: all 700ms ease;
}
    .inside-apption .box-5 ul li .txtbox {
        color: #fff;
        bottom: 20px;
        left: 0;
        width: 100%;
        opacity: 0;
        z-index: 2;
        font-size: 14px;
        padding: 0 20px;
        font-family: "microsoft yahei";
        transition: all 700ms ease;
        position: absolute;
    }
.inside-apption .box-5 ul li .tit,
.inside-apption .box-5 ul li .txt {
  height: 24px;
  overflow: hidden;
}
.inside-apption .box-5 ul li:hover .txtbox {
  opacity: 1;
}
.inside-apption .box-5 ul li:hover .pic:before {
  opacity: 1;
}
.inside-apption .box-6 .text-gy {
  width: 25%;
  float: left;
  margin-top: 15px;
  padding-right: 15px;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .inside-apption .title-gy {
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
  }
  .inside-apption .box-4 .text-gy,
  .inside-apption .box-6 .text-gy {
    font-size: 14px;
    width: 50%;
    margin-top: 5px;
    padding-right: 10px;
  }
  .inside-apption .box-1 {
    padding-top: 30px;
  }
  .inside-apption .box-3,
  .inside-apption .box-5 {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  .inside-apption .box-1 .item .textbox {
    width: 100%;
    float: none;
    padding-top: 40px;
  }
  .inside-apption .box-1 .item .textbox .tit {
    font-size: 18px;
  }
  .inside-apption .box-1 .item .tu {
    width: 100%;
    float: none;
    text-align: center;
  }
  .inside-apption .box-4 .text-gy,
  .inside-apption .box-6 .text-gy {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .inside-apption .box-5 ul {
    margin-top: 30px;
  }
  .inside-apption .box-5 ul li {
    width: 50%;
    padding: 5px;
  }
}
.inside-investor {
  min-height: 400px;
  padding: 80px 0 40px 0;
}
.inside-investor .leftmenu {
  width: 20%;
  float: left;
}
.inside-investor .leftmenu li {
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  background: #f2f2f2;
  margin-bottom: 1px;
}
.inside-investor .leftmenu li:hover,
.inside-investor .leftmenu .active {
  background: #005fb6;
}
.inside-investor .leftmenu li:hover a,
.inside-investor .leftmenu .active a {
  color: #fff;
}
.inside-investor .rightbox {
  width: 78.5%;
  float: right;
}
.inside-investor .item {
  width: 49.2%;
  float: left;
}
.inside-investor .item h3 {
  font-size: 18px;
  color: #222;
  height: 45px;
  line-height: 45px;
  padding: 0 40px;
  position: relative;
  background: #f4f5f7;
}
.inside-investor .item h3:before {
  content: "";
  width: 4px;
  height: 4px;
  top: 50%;
  left: 20px;
  margin-top: -2px;
  position: absolute;
  background: #005fb6;
}
.inside-investor .item li {
  height: 43px;
  line-height: 42px;
  overflow: hidden;
  padding-right: 40px;
  padding-left: 20px;
  border-top: solid 1px #dfdfdf;
}
.inside-investor .item li a {
  color: #222222;
  display: block;
}
.inside-investor .item li span {
  color: #999;
  padding-left: 30px;
  float: right;
  display: inline-block;
}
.inside-investor .item li:first-child {
  border-top: 0;
}
.inside-investor .item li:hover {
  background: #f9f9f9;
}
.inside-investor .item li:hover a {
  color: #005fb6;
}
.inside-investor .item:nth-child(2) {
  float: right;
}
@media (max-width: 1200px) {
  .inside-investor {
    padding-top: 40px;
  }
  .inside-investor .leftmenu {
    display: none;
  }
  .inside-investor .rightbox {
    width: 100%;
    float: none;
  }
  .inside-investor .item {
    width: 100%;
    float: none;
  }
}
.inside-investor-2 {
  padding-bottom: 100px;
}
.inside-investor-2 .inside-page {
  padding-top: 80px;
}
.dw {
  zoom: -1;
  top: -30px;
  height: 1;
  position: absolute;
}

.inside-product-show {
  margin-top: 240px;
  padding-bottom: 100px;
}
.inside-product-show .pbox-1 {
  position: relative;
}
.inside-product-show .pbox-1 .leftbox {
  width: 52%;
  float: left;
}
.inside-product-show .pbox-1 .leftbox .bigimg {
  width: 78%;
  float: left;
}
.inside-product-show .pbox-1 .leftbox .bigimg span {
  display: block;
  position: relative;
}
.inside-product-show .pbox-1 .leftbox .bigimg span:after {
  content: "";
  display: block;
  padding-bottom: 96%;
}
.inside-product-show .pbox-1 .leftbox .smallimg {
  width: 20%;
  float: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.inside-product-show .pbox-1 .leftbox .smallimg span {
  margin-top: 15px;
  border: solid 1px #d5d5d5;
  display: block;
  position: relative;
}
.inside-product-show .pbox-1 .leftbox .smallimg span img {
  padding: 10px;
}
.inside-product-show .pbox-1 .leftbox .smallimg span:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.inside-product-show .pbox-1 .leftbox .smallimg .slick-current span {
  border-color: #005fb6;
}
.inside-product-show .pbox-1 .leftbox .slick-prev,
.inside-product-show .pbox-1 .leftbox .slick-next {
  width: 100%;
  height: 20px;
  border: 0;
  margin-top: auto;
}
.inside-product-show .pbox-1 .leftbox .slick-prev {
  left: 0;
  top: 0;
  background: url(../images/jt-t.png) no-repeat center center #eaebf0;
}
.inside-product-show .pbox-1 .leftbox .slick-next {
  right: 0;
  top: auto;
  bottom: -20px;
  background: url(../images/jt.png) no-repeat center center #eaebf0;
}
.inside-product-show .pbox-1 .rightbox {
  width: 48%;
  float: left;
  padding-left: 50px;
  padding-right: 0px;
}
.inside-product-show .pbox-1 .rightbox h2 {
  font-size: 50px;
  line-height: 60px;
  position: relative;
  font-weight: 700;
  padding-bottom: 20px;
  height:120px;
  overflow:hidden;
}
.inside-product-show .pbox-1 .rightbox .txt {
  font-size: 16px;
  color: #394854;
  line-height: 30px;
  margin-top: 20px;
}
    .inside-product-show .pbox-1 .rightbox .button {
        bottom: 0;
        position: absolute;
        margin-top: 40px;
        font-family: "microsoft yahei";
    }
.inside-product-show .pbox-1 .rightbox .button a {
  color: #fff;
  width: 220px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 5px;
  display: inline-block;
  border-radius: 30px;
  background: #005fb6;
}
.inside-product-show .pbox-1 .rightbox .button a img {
  margin: 15px 5px 0 0;
}
.inside-product-show .pbox-1 .rightbox .button a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.inside-product-show .title-gy {
  font-size: 28px;
}
.inside-product-show .title-gy .index-more {
  float: right;
}
.inside-product-show .title-gy .index-more a {
  color: #9a9da2;
  width: 200px;
}
.inside-product-show .title-gy .index-more .icon {
  fill: #9a9da2;
}
.inside-product-show .title-gy .index-more a:hover {
  color: #fff;
  background: #005fb6;
}
.inside-product-show .title-gy .index-more a:hover .icon {
  fill: #fff;
}
.inside-product-show .tabcot {
position: relative;
  padding-top: 80px;
}
.inside-product-show .tabcot .text-gy {
  margin: 0 20px;
  display: inline-block;
}
.inside-product-show .tabcot .box-3 {
  margin-top: 0;
}
.inside-product-show .tabcot .title-gy {
  margin-bottom: 50px;
}
.inside-product-show .tabcot .list1 li {
  margin-top: 40px;
  padding-left: 100px;
  position: relative;
}
.inside-product-show .tabcot .list1 li img {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-product-show .tabcot .list1 li .tit {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.inside-product-show .tabcot .list1 li .txt {
  overflow: hidden;
}
.inside-product-show .tabcot .list1 li .txt span {
  display: block;
  float: left;
  width: 25%;
}
.inside-product-show .tabcot .list1 .li02 .txt span {
  width: 50%;
}
.inside-product-show .tabcot .list2 {
  overflow: hidden;
}
.inside-product-show .tabcot .list2 h3 {
  height: 45px;
  font-size: 18px;
  padding-left: 40px;
  line-height: 45px;
  background: #f4f5f7;
  font-weight: normal;
  position: relative;
}
.inside-product-show .tabcot .list2 h3:before {
  top: 20px;
  left: 30px;
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  background: #005fb6;
}
.inside-product-show .tabcot .list2 ul {
  margin: 0 -20px;
}
.inside-product-show .tabcot .list2 ul li {
  width: 50%;
  float: left;
  font-size: 14px;
  padding: 0 20px;
}
.inside-product-show .tabcot .list2 ul li .item {
  overflow: hidden;
  height: 43px;
  line-height: 43px;
  border-bottom: solid 1px #dfdfdf;
}
.inside-product-show .tabcot .list2 ul li p {
  float: left;
  width: 70%;
  padding-left: 40px;
}
.inside-product-show .tabcot .list2 ul li p:first-child {
  width: 30%;
  color: #999;
}

.inside-product-show .tabcot .list2 ul .li03 p:last-child {
  line-height: 20px;
}


.inside-product-show .tabcot .list2 table td{
	border: solid 1px #dfdfdf;
	padding:10px 20px;
}

.inside-product-show .dow {
  overflow: hidden;
  margin-top: 60px;
}
.inside-product-show .dow ul {
  margin: 0 -30px;
  margin-top: 60px;
}
.inside-product-show .dow li {
  float: left;
  padding: 0 30px 10px 30px;
  width: 50%;
}
.inside-product-show .dow li .item {
  height: 95px;
  padding-left: 120px;
  background: #f8f9fa;
  position: relative;
}
.inside-product-show .dow li .item img {
  top: 2px;
  left: 2px;
  position: absolute;
}
.inside-product-show .dow li .txtbox {
  width: 45%;
  height: 95px;
  line-height: 95px;
  overflow: hidden;
  font-size: 22px;
  color: #222;
}
.inside-product-show .dow li .btn {
  height: 37px;
  width: 100px;
  line-height: 37px;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  right: 30px;
  top: 50%;
  color: #596874;
  font-size: 14px;
  margin-top: -18px;
  position: absolute;
}
.inside-product-show .dow li .btn .icon {
  width: 10px;
  height: 10px;
  fill: #596874;
  margin-left: 5px;
  display: inline-block;
}
.inside-product-show .dow li:hover .txtbox {
  color: #005fb6;
}
.inside-product-show .dow li:hover .btn {
  color: #fff;
  background: #005fb6;
}
.inside-product-show .dow li:hover .btn .icon {
  fill: #fff;
}
@media (max-width: 1200px) {
  .inside-product-show {
    margin-top: 90px;
    padding-bottom: 40px;
  }
  .inside-product-show .pbox-1 {
    padding-bottom: 20px;
  }
  .inside-product-show .pbox-1 .leftbox {
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span {
    margin-top: 10px;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span img {
    padding: 5px;
  }
  .inside-product-show .pbox-1 .rightbox {
    width: 100%;
    float: none;
    padding-top: 30px;
    padding-left: 0;
  }
  .inside-product-show .pbox-1 .rightbox h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .inside-product-show .pbox-1 .rightbox .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0;
  }
  .inside-product-show .pbox-1 .rightbox .button {
    bottom: auto;
    left: auto;
    position: relative;
    text-align: center;
  }
  .inside-product-show .pbox-1 .rightbox .button a {
    border-radius: 5px;
    width: 100%;
  }
  .inside-product-show .tabcot {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .inside-product-show .tabcot .list1 li .txt span {
    width: 100%;
    float: none;
  }
  .inside-product-show .title-gy .index-more {
    display: none;
  }
  .inside-product-show .dow ul {
    margin: 0;
  }
  .inside-product-show .dow li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .inside-product-show .dow li img {
    display: none;
  }
  .inside-product-show .dow li .item {
    height: 60px;
    padding-left: 10px;
  }
  .inside-product-show .dow li .txtbox {
    width: 60%;
    height: 60px;
    line-height: 60px;
  }
  .inside-product-show .dow li .tit {
    font-size: 16px;
  }
  .inside-product-show .dow li .btn {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .inside-product-show .title-gy {
    font-size: 20px;
  }
  .inside-product-show .pbox-1 .leftbox .smallimg span {
    margin-top: 2px;
  }
  .inside-product-show .pbox-1 .leftbox .slick-next {
    bottom: -2px;
  }
  .inside-product-show .tabcot .title-gy {
    margin-bottom: 30px;
  }
  .inside-product-show .tabcot .list1 li:first-child {
    margin-top: 0;
  }
  .inside-product-show .tabcot .list1 li {
    text-align: center;
    padding-left: 70px;
  }
  .inside-product-show .tabcot .list1 li .tit {
    font-size: 14px;
    text-align: left;
    line-height: 20px;
  }
  .inside-product-show .tabcot .list1 li .txt {
    text-align: left;
    line-height: 20px;
    font-size: 12px;
  }
  .inside-product-show .tabcot .list1 li .txt span {
    width: 100%!important;
    float: none;
  }
  .inside-product-show .tabcot .list2 ul li {
    width: 100%;
    float: none;
  }
  .inside-product-show .tabcot .list2 ul li .item {
    height: auto;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-product-show .tabcot .list2 ul li p {
    padding-left: 0;
  }
}

/*.inside-page1{
    width:50%;
    float:left;
}
.inside-page2 {
    width: 50%;
    float: right;
}*/

@media(max-width:1400px) {
    .nav li .subnav-2{
        left:-90px;
    }
    .nav li .subnav {
        left: -90px;
    }
    /*.index-industry .tab li {
        width: 33%;
    }*/
    .inside-dow li .btn{
        right:60px;
    }
}
@media(max-width:1200px) {
    .inside-investor-2 .inside-page{
        padding-top: 40px;
    }
    .inside-page1 {
        margin-bottom:40px;
    }
}

