
@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
object,
iframe,
fieldset,
form,
label,
table,
tbody,
tfoot,
tr,
th,
td,
footer,
header,
a,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #3560F2;
}
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:#999;
  /*color: #ca8189;*/
  outline: none;
}
.fl {
  float: left;
}
.fr {
  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;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  padding: 0;
  margin: 0;
  color: #666;
  line-height: 24px;
  font-size: 16px;
  background-color: #fff;
  font-family: Source Han Sans CN, noto sans, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}
ul,
li {
  margin: 0;
  padding: 0;
  /*list-style: none;*/
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px;
}
select::-ms-expand {
  display: none;
}
a img {
  vertical-align: top;
}
a {
  text-decoration: none;
}
.pull-right {
  float: right;
}
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}
input:required:invalid,
input:focus:invalid,
textarea:required:invalid,
textarea:focus:invalid {
  box-shadow: none;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
.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 {
  content: "";
  clear: both;
  display: block;
}
@keyframes slideInDown2 {
  from {
    -webkit-transform: translate3d(0, -70px, 0);
    transform: translate3d(0, -70px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown2 {
  -webkit-animation-name: slideInDown2;
  animation-name: slideInDown2;
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  animation-name: fadeInUp2;
}
@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown2 {
  animation-name: fadeInDown2;
}
@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft2 {
  animation-name: fadeInLeft2;
}
@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight2 {
  animation-name: fadeInRight2;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1290px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 1119px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%!important;
  }
}
.header {
  height: 90px;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.header .logo {
  margin-top: 24px;
  position: relative;
  display: inline-block;
}
.header .logo .ph {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .logo img {
  max-height: 43px;
}
.header .nav {
  float: right;
}
.header .nav li {
  float: left;
  padding: 0 22px;
  line-height: 90px;
  position: relative;
}
.header .nav li > a {
  display: block;
  color: #fff;
  transition: 0s;
  position: relative;
}
.header .nav li > a i {
  width: 6px;
  height: 6px;
  margin-top: 42px;
  vertical-align: top;
  margin-left: 5px;
  transform: rotate(-45deg);
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  display: inline-block;
}
.header .nav li .subnav {
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 30px;
  padding-top: 20px;
  display: none;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  box-shadow: 0 4px 24px 0 rgba(47, 67, 82, 0.15);
}
.header .nav li .subnav:before {
  content: "";
  top: -7px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  transition: all 10ms ease;
  border-bottom: solid 8px #fff;
  border-left: solid 8px  transparent;
  border-right: solid 8px transparent;
}
.header .nav li .subnav a {
  display: block;
  color: #666;
  line-height: 24px;
  text-align: left;
  padding: 5px 0;
}
.header .nav li .subnav a:hover {
  color: #3560F2;
}
.header .nav li .subnav li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.header .nav li .subnav li a {
  color: #666;
  padding-left: 0;
  padding-right: 0;
}
.header .nav li .subnav li .tit {
  color: #333;
  font-weight: 600;
  font-size: 18px;
  line-height: 60px;
  margin-bottom: 20px;
  border-bottom: solid 1px #E7E7E8;
}
.header .nav li .subnav li .tit-2 {
  color: #666;
  font-weight: 700;
  margin: 10px 0;
  line-height: 24px;
}
.header .nav li .subnav-1 {
  /* width: 1080px; */
  width: 780px;
  left: 50%;
  transform: translateX(-30%);
}

.header .nav li .subnav-1 li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.header .nav li .subnav-1:before {
  left: 29%;
}
.header .nav li .subnav-2 {
  width: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-52%);
}
.header .nav li .subnav-2 .li-1 {
  width: 50%;
  float: left;
}
.header .nav li .subnav-2 .li-1 .item {
  width: 50%;
  float: left;
}
.header .nav li .subnav-2 .li-2 {
  width: 25%;
  float: left;
}
.header .nav li .subnav-3 {
  width: 230px;
  left: 50%;
  padding-left: 35px;
  padding-right: 35px;
  transform: translateX(-53%);
}
.header .nav li .subnav-3 a:last-child {
  border: 0;
}
.header .nav li .subnav-3 li {
  width: 100%;
  float: left;
}
.header .nav li .subnav-3 li.li-1 {
    width: 50%;
    float: right;
}
.header .nav li .subnav-3 li.li-2 {
    width: 50%;
    float: none;
}
.header .nav li:hover > a {
  text-shadow: 0 0 1px #fff;
}
.header .nav li:hover > a i {
  transform: rotate(135deg);
}
.header .nav li:hover .subnav {
  display: block;
}
.header .language {
  color: #fff;
  float: right;
  padding: 0 20px;
  cursor: pointer;
  position: relative;
  line-height: 90px;
}
.header .language img {
  max-height: 16px;
  margin: 37px 5px 0 0;
}
.header .language span {
  position: relative;
  display: inline-block;
}
.header .language span .iconh {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
}
.header .language i {
  font-style: normal;
}
.header .language .drap {
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background: #fff;
  position: absolute;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 2px rgba(225, 225, 225, 0.3);
}
.header .language .drap:before {
  content: "";
  top: -6px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  border-bottom: solid 6px #fff;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
}
.header .language .drap a {
  display: block;
  color: #666;
  text-align: center;
  padding: 10px;
  line-height: 24px;
  border-top: 1px solid rgba(151, 151, 151, 0.06);
}
.header .language .drap a:hover {
  color: #3560F2;
}
.header .language:hover .drap {
  display: block;
}
.header .button {
  float: right;
  margin-left: 30px;
  margin-top: 24px;
}
.header .button a {
  color: #fff;
  padding: 0 20px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  display: block;
  background: #d60c31;
}
.header .button a:hover {
  background: #B00E2B;
}
.header .phone-nav {
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
  color: #666;
  z-index: 78;
  width: 30px;
  height: 30px;
  background: url(/html/images/menu.png) no-repeat center center;
}
.header .phone-guanbi {
  background: url(/html/images/cloase.png) no-repeat center center;
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .phone-nav {
    display: block;
  }
  .header .logo {
    margin-top: 17px;
    position: relative;
    display: inline-block;
  }
  .header .logo img {
    max-height: 30px;
  }
  .header .nav,
  .header .button {
    display: none;
  }
  .header .language {
    margin-right: 30px;
    line-height: 60px;
  }
  .header .language img {
    margin-top: 22px;
  }
  .header .language .drap {
    top: 50px;
    width: 100px;
    left: 20px;
  }
  .header .language .drap a {
    font-size: 14px;
    padding: 5px;
  }
  .header .language-ph {
    margin-top: 0px;
  }
  .header .language-ph:after {
    content: "";
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.8);
    right: 12px;
    top: 24px;
    position: absolute;
  }
  .header .language-ph i {
    display: none;
  }
  .header .language-ph img {
    max-height: 18px;
  }
  .header .language-ph .drap {
    left: -24px !important;
  }
}
@keyframes dong {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-2 {
  top: 0;
  left: 0;
  height: 90px;
  z-index: 10;
  width: 100%;
  position: absolute;
  background: #fff;
}
.header-2 .logo {
  margin-top: 24px;
  position: relative;
  display: inline-block;
}
.header-2 .logo .ph {
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 1000ms ease;
}
.header-2 .logo img {
  max-height: 43px;
}
.header-2 .tel {
  float: right;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 90px;
}
.header-2 .logo .pc {
  opacity: 0;
}
.header-2 .logo .ph {
  opacity: 1;
}
.header-2 .nav li a {
  color: #333;
}
.header-2 .nav li a i {
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
}
.header-2 .language {
  color: #333;
}
.header-2 .language span .icon {
  opacity: 0;
}
.header-2 .language span .iconh {
  opacity: 1;
}
@media (max-width: 1200px) {
  .header-2 {
    background: #fff;
    height: 60px;
    z-index: 10;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
    position: fixed;
  }
  .header-2 .logo {
    margin-top: 10px;
    position: relative;
    display: inline-block;
  }
  .header-2 .logo .ph {
    top: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all 1000ms ease;
  }
  .header-2 .logo .ph img {
    transform: scale(0.7);
  }
  .header-2 .logo {
    margin-top: 17px;
    position: relative;
    display: inline-block;
  }
  .header-2 .logo img {
    max-height: 30px;
  }
  .header-2 .tel {
    font-size: 14px;
    line-height: 60px;
  }
}
.header-2 .phone-nav {
  background: url(/html/images/menu-2.png) no-repeat center center;
}
.header-3 {
  top: auto;
  position: relative;
}
.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  background: #fff;
  border-bottom: solid 1px #ddd;
  -webkit-transition: all 334ms ease-in-out;
  transition: all 334ms ease-in-out;
  -webkit-animation: 1s dong;
  animation: 1s dong;
}
.fixed .logo .pc {
  opacity: 0;
}
.fixed .logo .ph {
  opacity: 1;
  transform: scale(1);
}
.fixed .nav li a {
  color: #333;
}
.fixed .nav li a i {
  border-left: solid 2px #333;
  border-bottom: solid 2px #333;
}
.fixed .language {
  color: #333;
}
.fixed .language span .icon {
  opacity: 0;
}
.fixed .language span .iconh {
  opacity: 1;
}
.fixed .language-ph:after {
  background: #ccc;
}
@media (max-width: 1200px) {
  .fixed .phone-nav {
    background: url(/html/images/menu-2.png) no-repeat center center;
  }
  .fixed .phone-guanbi {
    background: url(/html/images/cloase-2.png) no-repeat center center;
  }
}
.banner {
  position: relative;
}
.banner .txtbox {
  top: 50%;
  left: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  position: absolute;
  height: 200px;
  transform: translateY(-50%);
}
.banner .box {
  max-width: 700px;
  width: 100%;
}
.banner .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}
.banner .title-2 {
  padding-top: 65px;
}
.banner .text {
  font-size: 18px;
  margin-top: 20px;
}
.banner .text-2 {
  max-width: 560px;
}
@media (max-width: 640px) {
  .banner .text-2 {
    max-width: 100%;
  }
}
.banner .text-4 {
  max-width: 580px;
}
@media (max-width: 640px) {
  .banner .text-4 {
    max-width: 100%;
  }
}
.banner .text-5 {
  max-width: 680px;
}
@media (max-width: 640px) {
  .banner .text-5 {
    max-width: 100%;
  }
}
.banner .search {
  font-size: 18px;
  margin-top: 60px;
}
.banner .search input {
  max-width: 251px;
  width: 100%;
  height: 44px;
  border: 0;
  color: #CED9FE;
  padding-left: 16px;
  font-size: 18px;
  background: #434DC0;
  font-family: Source Han Sans CN, noto sans, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
  background: rgba(255,255,255,0.2);
}
.banner .search ::-webkit-input-placeholder {
  color: #CED9FE;
}
.banner .search :-moz-placeholder {
  color: #CED9FE;
  opacity: 1;
}
.banner .search ::-moz-placeholder {
  color: #CED9FE;
  opacity: 1;
}
.banner .search :-ms-input-placeholder {
  color: #ced9fe;
}
.banner .search .button-1 {
  display: inline-block;
  width: 106px;
  height: 44px;
  color: #fff;
  vertical-align: top;
  margin-left: -6px;
  text-align: center;
  line-height: 44px;
  background: #d60c31;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.banner .search .button-1:hover {
  background: #B00E2B;
}
.banner .search .button-2 {
  width: 71px;
  height: 44px;
  color: #fff;
  margin-left: 14px;
  line-height: 44px;
  text-align: center;
  vertical-align: top;
  background: #3560F2;
  display: inline-block;
  border-radius: 4px;
}
.banner .search .button-2:hover {
  background: #3E5EC9;
}
.banner .button {
  margin-top: 60px;
}
.banner .button a {
  height: 44px;
  padding: 0 30px;
  line-height: 44px;
  background: #FFFFFF;
  font-size: 20pxrem;
  color: #20398e;
  font-weight: 600;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
}
.banner .button a:hover {
  color: #fff;
  background: #d60c31;
}
.banner .pic {
  text-align: center;
  display: block;
}
.banner .pic img {
  display: inline-block;
  width:100%;
}
.banner .ph {
  display: none;
  text-align: center;
}
@media (max-width: 1100px) {
  .banner {
    background-color: #2d39b9;
  }
  .banner .pic-1 {
    display: none;
  }
  .banner .ph {
    display: block;
  }
  .banner .box {
    max-width: none;
  }
  .banner .title {
    font-size: 28px;
    line-height: 40px;
  }
  .banner .text,
  .banner .text-3 {
    font-size: 14px;
    line-height: 24px;
  }
  .banner .text {
    margin-top: 15px;
  }
  .banner .search {
    font-size: 16px;
    margin-top: 20px;
  }
  .banner .search input {
    max-width: 150px;
    height: 36px;
    padding-left: 10px;
    line-height: 36px;
    font-size: 14px;
    display: none;
  }
  .banner .search .button-1,
  .banner .search .button-2 {
    width: auto;
    font-size: 14px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
  .banner .search .button-1 {
    padding: 0 25px;
    font-size: 16px;
    border-radius: 30px;
  }
  .banner .search .button-2 {
    display: none;
  }
  .banner .txtbox {
    top: 0;
    left: auto;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 100px 20px 0px 20px;
    position: relative;
    transform: translateY(0);
  }
  .banner .button {
    margin-top: 20px;
  }
  .banner .button a {
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-radius: 30px;
  }
}
.banner-2 .box {
  text-align: center;
  max-width: none;
}
.banner-2 .box .title {
  padding-top: 50px;
}
.banner-2 .box .text {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.banner-2-2 .box .text {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.banner-3 .box {
  text-align: center;
  max-width: none;
}
.banner-3 .box .text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.banner-4 .box .title {
  padding-top: 60px;
}
@media (max-width: 640px) {
  .banner-4 .box .title {
    padding-top: 0;
  }
}
.banner-5 .box {
  text-align: center;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
}
.banner-5 .box .title {
  font-size: 40px;
  line-height: 50px;
}
.banner-5 .box .text {
  font-size: 18px;
  line-height: 30px;
}
.banner-5 .box .button a {
  height: 52px;
  padding: 0 40px;
  font-size: 16px;
  line-height: 52px;
}
@media (max-width: 640px) {
  .banner-5 .box .title {
    font-size: 24px;
    line-height: 30px;
  }
  .banner-5 .box .text {
    font-size: 14px;
    line-height: 24px;
  }
  .banner-5 .box .button a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
  }
}
.banner-5 .box {
  max-width: none;
}
@media (max-width: 1100px) {
  .banner-gy {
    padding-bottom: 50px;
    background: #20388e;
  }
    .banner-gy .box .title {
        padding-top: 0px;
    }
}
.index-number {
  position: relative;
  z-index: 9;
  margin-top: -67px;
}
.index-number ul {
  margin: 0 -12px;
}
.index-number li {
  padding: 0 12px;
  float: left;
  width: 33.333%;
}
.index-number li .item {
  color: #666;
  padding-top: 20px;
  text-align: center;
  background: #fff;
  overflow: hidden;
  height: 134px;
  font-size: 18px;
  line-height: 30px;
  border-radius: 8px;
  box-shadow: 0px 4px 30px 0px rgba(191, 191, 191, 0.36);
}
.index-number li p:first-child {
  color: #333;
  font-size: 24px;
  line-height: 50px;
}
.index-number li p:first-child strong {
  font-size: 46px;
}
.index-number li p:first-child span {
  font-size: 46px;
  font-weight: 700;
  font-family: arial;
}
@media (max-width: 640px) {
  .index-number {
    margin-top: -70px;
  }
  .index-number .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-number ul {
    margin-left: 0px;
    margin-right: 0px;
  }
  .index-number li {
    padding: 0;
    position: relative;
    box-shadow: 0px 4px 30px -15px rgba(191, 191, 191, 0.36);
  }
  .index-number li:before {
    content: "";
    width: 1px;
    height: 40px;
    right: 0;
    top: 50%;
    position: absolute;
    background: #eee;
    transform: translateY(-50%);
  }
  .index-number li .item {
    height: auto;
    border-radius: 0;
    padding: 20px 0;
    padding-top: 15px;
    font-size: 12px;
    line-height: 20px;
    box-shadow: none;
  }
  .index-number li .item p:first-child {
    font-size: 16px;
    line-height: 20px;
  }
  .index-number li .item p:first-child span {
    font-size: 16px;
  }
  .index-number li .item p:first-child strong {
    font-size: 18px;
  }
}
.index-title {
  text-align: center;
}
.index-title .title {
  color: #333;
  line-height: 40px;
  font-size: 38px;
  font-weight: 500;
}
.index-title .text {
  color: #666;
  font-size: 18px;
  padding-top: 10px;
}
.index-title .more {
  padding-top: 10px;
  font-size: 18px;
  color: #3560F2;
  line-height: 30px;
}
.index-title .more a {
  color: #3560F2;
  text-decoration: underline;
}
.index-title .more a:hover {
  color: #20398e;
}
@media (max-width: 640px) {
  .index-title .title {
    font-size: 22px;
    line-height: 30px;
  }
  .index-title .text {
    font-size: 14px;
    line-height: 20px;
  }
  .index-title .more {
    font-size: 14px;
    line-height: 24px;
  }
}
.index-box-1 {
  padding: 90px 0;
}
.index-box-1 ul {
  padding-top: 18px;
  margin: 0 -30px;
}
.index-box-1 ul li {
  float: left;
  padding: 20px 30px;
  width: 33.333%;
}
.index-box-1 ul li .item {
  padding: 30px;
  height: 360px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  transition: all 500ms ease;
  box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.23);
}
.index-box-1 ul li .item:before {
  content: "";
  height: 4px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: #3560F2;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(to right, #7593fa, #3560f2);
}
.index-box-1 ul li .item .box {
  height: 290px;
  overflow: hidden;
  transition: all 700ms ease;
  position: relative;
}

@media(max-width:1300px) {
    .index-box-1 ul li .item {
        height: 460px;
    }
    .index-box-1 ul li .item .box {
        height: 410px;
}
}
.index-box-1 ul li .item .tit {
  color: #333;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}
.index-box-1 ul li .item .txt {
  color: #666;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  font-weight: 500;
}
.index-box-1 ul li .item .line {
  width: 50px;
  height: 3px;
  background:#3560F2;
  border-radius: 3px;
  margin-top: 10px;
}
.index-box-1 ul li .item .tag {
  margin-top: 10px;
}
.index-box-1 ul li .item .tag span {
  color: #666;
  padding-left: 15px;
  display: block;
  line-height: 20px;
  margin-top: 5px;
  position: relative;
}
.index-box-1 ul li .item .tag span:before {
  top: 50%;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.index-box-1 ul li .item .button {
  opacity: 1;
  margin-top: 30px;
  transition: all 300ms ease;
}
.index-box-1 ul li .item .button a {
  width: 99%;
  display: block;
  float: none;
  text-align: center;
  height: 44px;
  line-height: 44px;
  color: #3560F2;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #3560F2;
  margin-top: 10px;
}
.index-box-1 ul li .item .button a:hover {
  background: #c4cff5;
}
.index-box-1 ul li .item .button a:last-child {
  color: #fff;
  background: #3560F2;
  display:none;
}
.index-box-1 ul li:hover .item .button a:last-child {
    display:block;
}
.index-box-1 ul li .item .button a:last-child:hover {
  background: #5177f8;
}
.index-box-1 ul li:hover .item {
  border-radius: 0;
}
.index-box-1 ul li:hover .item:before {
  opacity: 1;
}
.index-box-1 ul li:hover .item .box {
  height: auto;
  transform: translateY(-80px);
}
.index-box-1 ul li:hover .item .box .tit {
  margin-top: 20px;
}
.index-box-1 .scroll-2 {
  display: none;
  margin-top: 40px;
}
.index-box-1 .scroll-2 .item {
  padding: 20px 15px;
  padding-bottom: 30px;
  height: auto;
  margin: 0 10px;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  transition: all 500ms ease;
  box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.23);
  min-height:400px;
}
.index-box-1 .scroll-2 .item:before {
  content: "";
  height: 4px;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 1;
  background: #3560F2;
  position: absolute;
  border-radius: 5px;
  transition: all 500ms ease;
  background: linear-gradient(to right, #7593fa, #3560f2);
}
.index-box-1 .scroll-2 .item .box {
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  transition: all 700ms ease;
  position: relative;
}
.index-box-1 .scroll-2 .item .tit {
  color: #333;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
.index-box-1 .scroll-2 .item .txt {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 10px;
}
.index-box-1 .scroll-2 .item .line {
  width: 50px;
  height: 2px;
  background: #3560F2;
  border-radius: 3px;
  margin-top: 5px;
}
.index-box-1 .scroll-2 .item .tag {
  margin-top: 10px;
  min-height:100px;
}
.index-box-1 .scroll-2 .item .tag span {
  color: #666;
  font-size: 14px;
  padding-left: 15px;
  display: block;
  line-height: 20px;
  margin-top: 5px;
  position: relative;
}
.index-box-1 .scroll-2 .item .tag span:before {
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 100%;
  position: absolute;
  transform: translateY(-50%);
}
.index-box-1 .scroll-2 .item .button {
  opacity: 1;
  margin-top: 30px;
  transition: all 300ms ease;
}
.index-box-1 .scroll-2 .item .button a {
  width: 100%;
  display: block;
  float: none;
  text-align: center;
  height: 34px;
  line-height: 32px;
  color: #3560F2;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #3560F2;
  margin-top: 10px;
}
.index-box-1 .scroll-2 .item .button a:hover {
  background: #c4cff5;
}
.index-box-1 .scroll-2 .item .button a:last-child {
  color: #fff;
  background: #3560F2;
}
.index-box-1 .scroll-2 .item .button a:last-child:hover {
  background: #5177f8;
}
@media (max-width: 640px) {
  .index-box-1 .scroll-2 {
    display: block;
  }
}
@media (max-width: 640px) {
  .index-box-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index-box-1 ul {
    display: none;
  }
  .index-box-1 ul li {
    margin-top: 20px;
    width: 100%;
  }
  .index-box-1 ul li .item {
    padding: 20px;
  }
  .index-box-1 ul li .item .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .index-box-1 ul li .item .txt {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index-box-1 ul li .item .tag {
    margin-top: 10px;
  }
  .index-box-1 ul li .item .tag span {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-box-1 ul li .item .tag span:before {
    width: 5px;
    height: 5px;
  }
  .index-box-1 ul li .item .button {
    margin-top: 20px;
  }
  .index-box-1 ul li .item .button a {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 3px;
  }
}
.index-box-2 {
  padding-bottom: 100px;
}
.index-box-2 ul li {
  padding: 30px 0;
}
.index-box-2 ul li .txtbox {
  width: 50%;
  float: left;
  padding-top: 100px;
}
.index-box-2 ul li .tit {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
}
.index-box-2 ul li .txt {
  padding-top: 20px;
}
.index-box-2 ul li .txt span {
  display: block;
  overflow: hidden;
  height: 30px;
  margin-top: 5px;
}
.index-box-2 ul li .txt a {
  display: block;
  color: #666;
  transition: all 500ms ease;
  padding-left: 15px;
  position: relative;
}
.index-box-2 ul li .txt a:before {
  top: 50%;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #666666;
  border-radius: 100%;
  transform: translateY(-50%);
  transition: all 500ms ease;
}
.index-box-2 ul li .txt a:after {
  content: "";
  width: 16px;
  height: 11px;
  margin-top: 8px;
  vertical-align: top;
  margin-left: 10px;
  display: inline-block;
  transition: all 500ms ease;
  background: url(/html/images/icon-9.png) no-repeat center right;
}
.index-box-2 ul li .txt a:hover {
  color: #3560F2;
}
.index-box-2 ul li .txt a:hover:before {
  background: #3560F2;
}
.index-box-2 ul li .txt .w50 a {
  width: 50%;
  float: left;
}
.index-box-2 ul li .pic {
  width: 50%;
  float: right;
}
.index-box-2 ul li:nth-child(2) {
  background: #FBFBFB;
}
.index-box-2 ul li:nth-child(2) .txtbox {
  float: right;
}
.index-box-2 ul li:nth-child(2) .pic {
  float: left;
}


@media(max-width:1300px) {
    .index-box-1 ul li .item .tag {
        min-height: 130px;
    }
}
@media (max-width: 640px) {
  .index-box-2 {
    padding-bottom: 40px;
  }
  .index-box-2 ul {
    padding-top: 0px;
  }
  .index-box-2 ul li {
    margin: 0 20px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.23);
    padding: 30px 20px;
  }
  .index-box-2 ul li .txtbox {
    width: 100%;
    padding-top: 0;
    padding-left: 60px;
    float: none!important;
    text-align: left;
  }
  .index-box-2 ul li .tit {
    font-size: 18px;
    line-height: 30px;
  }
  .index-box-2 ul li .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .index-box-2 ul li .txt span {
    height: auto;
  }
  .index-box-2 ul li .txt a {
    padding-left: 10px;
  }
  .index-box-2 ul li .txt a:before {
    width: 5px;
    height: 5px;
  }
  .index-box-2 ul li .txt a:after {
    margin-top: 6px;
    margin-left: 5px;
  }
  .index-box-2 ul li .txt .w50 a {
    width: 100%;
    float: none;
  }

    .index-box-2 ul li .txt .w50 a:nth-child(2){
        margin-top:5px;
    }
    .index-box-2 ul li .pic {
        width: 100%;
        float: none !important;
    }
}
@media (max-width: 640px) and (max-width: 380px) {
  .index-box-2 ul li .txtbox {
    padding-left: 50px;
  }
}
.index-box-3 {
  overflow: hidden;
  padding-bottom: 100px;
}
.index-box-3 ul {
  padding-top: 40px;
  margin: 0 -30px;
}
.index-box-3 li {
  width: 50%;
  float: left;
  padding: 0 30px;
  padding-top: 90px;
}
.index-box-3 li .box {
  height: 260px;
  text-align: center;
  padding: 0 50px;
  padding-bottom: 30px;
  position: relative;
  transition: all 700ms ease;
  box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.23);
}
.index-box-3 li .item .icon {
  display: block;
  top: -60px;
  position: relative;
}
.index-box-3 li .item .tit {
  color: #333;
  font-weight: 700;
  line-height: 36px;
  font-size: 20px;
  margin-top: -50px;
}
.index-box-3 li .item .txt {
  color: #666;
  text-align: left;
  margin-top: 20px;
}
@media (max-width: 640px) {
  .index-box-3 {
    padding-bottom: 50px;
  }
  .index-box-3 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .index-box-3 li:first-child {
    margin-top: 20px;
  }
  .index-box-3 li {
    width: 100%;
    float: none;
    padding-top: 0;
    margin-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  .index-box-3 li .box {
    height: auto;
    padding: 30px 20px;
  }
  .index-box-3 li .item {
    padding: 0;
  }
  .index-box-3 li .item .icon {
    top: -70px;
  }
  .index-box-3 li .item .icon img {
    max-height: 80px;
  }
  .index-box-3 li .item .tit {
    font-size: 14px;
    line-height: 24px;
    margin-top: -70px;
  }
  .index-box-3 li .item .txt {
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
  }
}
.index-box-4 {
  padding-bottom: 100px;
  position: relative;
}
.index-box-4:before {
  background-color: #c6d2fb;
  content: "";
  display: inline-block;
  height: 80px;
  position: absolute;
  width: 40%;
  z-index: 1;
  right: 0;
  top: 115px;
}
.index-box-4:after {
  background-image: radial-gradient(closest-side, transparent 60%, #ffffff 0), radial-gradient(closest-side, transparent 60%, #ffffff 0);
  background-position: 100% 50%;
  background-size: 25px 25px;
  border: 1px solid #fff;
  bottom: 120px;
  left: 0;
  background-color: #c6d2fb;
  content: "";
  display: inline-block;
  height: 80px;
  position: absolute;
  width: 40%;
  z-index: 1;
}
.index-box-4 .box {
  z-index: 2;
  height: 460px;
  position: relative;
  background: #fff;
  margin-top: 120px;
  box-shadow: 2px 2px 20px 5px rgba(92, 92, 92, 0.06);
}
.index-box-4 .scroll {
  color: #666;
  font-size: 18px;
  text-align: center;
  padding: 70px 0 60px 0;
}
.index-box-4 .scroll .tu img {
  display: inline-block;
}

.index-box-4 .scroll .tit {
	color: #333;
	font-size: 20px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	overflow:hidden;
	text-align: center;
}
.index-box-4 .scroll .txt {
  margin-top: 50px;
  padding: 0 240px;
  height: 114px;
  overflow: hidden;
}

.index-box-4 .scroll .xz-con{
  padding: 0 240px;	
  float:right;
}

.index-box-4 .scroll .xz-con a{
  color: #3560F2;
  text-decoration: underline;
}

.index-box-4 .scroll .slick-dots {
  bottom: 0;
}
.index-box-4 .scroll .slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #C6D2FB;
}


.index-box-4 .scroll .slick-dots li.slick-active button {
  background: #3560F2;
}
.index-box-4 .scroll .slick-prev,
.index-box-4 .scroll .slick-next {
  border: 0;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.index-box-4 .scroll .slick-prev {
  left: 70px;
  background-image: url(/html/images/arrow-l.png);
}
.index-box-4 .scroll .slick-prev:hover {
  opacity: 0.8;
}
.index-box-4 .scroll .slick-next {
  right: 70px;
  background-image: url(/html/images/arrow-r.png);
}
.index-box-4 .scroll .slick-next:hover {
  opacity: 0.8;
}
@media (max-width: 640px) {
  .index-box-4 {
    padding-bottom: 80px;
  }
  .index-box-4:before,
  .index-box-4:after {
    display: none;
  }
  .index-box-4 .scroll {
    padding: 30px 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 70px;
    box-shadow: 2px 2px 20px 5px rgba(92, 92, 92, 0.06);
  }
  .index-box-4 .scroll .slick-prev,
  .index-box-4 .scroll .slick-next {
    width: 33px;
    height: 33px;
    opacity: 0;
  }
  .index-box-4 .scroll .txt {
    height: auto;
    text-align: center;
    padding: 20px;
    margin-top: 0;
  }
  
  .index-box-4 .scroll .xz-con{
	  padding: 0 20px;	
	}
  .index-box-4 .scroll .slick-dots {
    bottom: -30px;
  }
  .index-box-4 .scroll .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .index-box-4 .scroll .tu img {
    max-height: 40px;
  }
  .index-box-4 .box {
    height: 260px;
    margin-top: 30px;
    padding-bottom: 70px;
    box-shadow: none;
  }
}
.index-box-5 {
  padding-bottom: 100px;
}
.index-box-5 .box {
  margin-top: 40px;
  box-shadow: 2px 2px 20px 5px rgba(92, 92, 92, 0.06);
}
.index-box-5 .box li {
  padding-left: 30px;
}
.index-box-5 .box li span:first-child {
  padding-left: 0;
  padding-right: 0;
  width: 8%;
}
.index-box-5 .box li span {
  display: block;
  float: left;
  width: 13.1%;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.index-box-5 .box li span em {
  font-style: normal;
  line-height: 110px;
  text-align: left;
  font-weight: 500;
}
.index-box-5 .box li span img {
  transition: all 700ms ease;
}
.index-box-5 .box li span:after {
  content: "";
  display: block;
  padding-bottom: 73%;
}
.index-box-5 .box li span:hover img {
  transform: scale(0.8);
}
@media (max-width: 640px) {
  .index-box-5 {
    padding-bottom: 50px;
  }
  .index-box-5 .box {
    margin-top: 20px;
    box-shadow: none;
  }
  .index-box-5 .box ul {
    padding: 0;
  }
  .index-box-5 .box li {
    padding-left: 0;
  }
  .index-box-5 .box li span:first-child {
    width: 100%;
    display: none;
  }
  .index-box-5 .box li span:first-child:after {
    padding-bottom: 5%;
  }
  .index-box-5 .box li span {
    overflow: hidden;
    width: 33.333%;
    border: solid 1px #eee;
    margin-left: -1px;
    margin-top: -1px;
  }
  .index-box-5 .box li span img {
    padding: 5px;
  }
  .index-box-5 .box li span:last-child {
    display: none;
  }
  .index-box-5 .box li span em {
    font-size: 16px;
    line-height: 20px;
  }
}
@media(max-width: 429px) {
    .index-box-5 {
        margin-top:20px;
    }
}
@media(max-width: 370px) {
    .index-box-5 {
        margin-top: 35px;
    }
} 
.index-box-6 {
    padding-bottom: 50px;
}
.index-box-6 ul {
  padding: 0 100px;
  padding-top: 50px;
}
.index-box-6 ul li {
  width: 20%;
  float: left;
  text-align: center;
}
.index-box-6 ul li .item {
  position: relative;
}
.index-box-6 ul li .tit {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  opacity: 0;
  padding: 0 10px;
  background: #373737;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.17);
  position: relative;
}
.index-box-6 ul li .tit:before {
  content: "";
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  border-bottom: solid 5px #373737;
}
.index-box-6 ul li:hover .tit {
  opacity: 1;
}
@media (max-width: 640px) {
  .index-box-6 ul {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .index-box-6 ul li {
    padding: 0 10px;
  }
  .index-box-6 ul li .tit {
    display: none;
  }
}
.index-ad {
  color: #fff;
  text-align: center;
  padding: 60px 0;
  background: url(/html/images/bg.png) no-repeat top center;
}
@media(min-width:1921px) {
    .index-ad {
        background-size: 100%;
    }
}
.index-ad .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}
.index-ad .text {
  font-size: 18px;
  margin-top: 15px;
}
.index-ad .button {
  margin-top: 30px;
}
.index-ad .button a {
  padding: 0 30px;
  display: inline-block;
  height: 48px;
  font-size: 20px;
  color: #20398e;
  line-height: 48px;
  background: #FFFFFF;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.index-ad .button a:hover {
  color: #fff;
  background: #d60c31;
}
@media (max-width: 640px) {
  .index-ad {
    height: auto;
    padding: 30px;
    background: url(/html/images/ad-bg.png) no-repeat center center;
  }
  .index-ad .title {
    font-size: 24px;
    line-height: 20px;
  }
  .index-ad .text {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
  }
  .index-ad .button {
    margin-top: 20px;
  }
  .index-ad .button a {
    padding: 0 20px;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
  }
}
.footer {
  padding-top: 60px;
}
.footer ul {
  padding-bottom: 10px;
}
.footer li {
  float: left;
  width: 19%;
  font-size: 14px;
  line-height: 30px;
}
.footer li h3 {
  color: #333;
  font-size: 18px;
  padding-bottom: 22px;
}
.footer li h3 a {
  margin-top: 0;
  font-size: 18px;
  color: #333;
}
.footer li a {
  display: block;
  color: #666;
}
.footer li a:hover {
  color: #3560F2;
}
.footer li:nth-child(3),
.footer li:nth-child(4),
.footer li:nth-child(5) {
  width: 16.5%;
}
.footer li:nth-child(5) {
  width: 16%;
}
.footer .last {
  width: 13%;
  text-align: left;
  font-size: 14px;
  color: #666;
}
.footer .last p {
  padding-bottom: 0px;
}
.footer .last .blue {
  color: #3560F2;
  font-size: 18px;
  font-weight: 700;
}
.footer .last .blue a {
  color: #3560F2;
}
@media (max-width: 640px) {
  .footer .last .blue {
    display: none;
  }
}
.footer .last .ph {
  display: none;
}
@media (max-width: 640px) {
  .footer .last .ph {
    display: block;
  }
}
.footer .last .weixin {
  color: #666;
  font-size: 14px;
  margin-top: 13px;
  font-weight: normal;
  line-height: 30px;
}
.footer .last .weixin img {
  max-height: 130px;
}
.footer .copy {
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
  color: #666;
}
.footer .copy a,
.footer .copy span {
  color: #666;
  padding: 0 10px;
  display: inline-block;
}
    .footer .copy a:hover {
        color: #3560F2;
    }
@media (max-width: 640px) {
  .footer {
    padding-top: 30px;
    margin-bottom: 70px;
  }
  .footer li {
    display: none;
  }
  .footer .last {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
  }
  .footer .last .weixin img {
    max-height: 140px;
  }
  .footer .copy {
    font-size: 12px;
    padding: 15px 0;
    line-height: 20px;
    text-align: center;
    border-top: solid 1px #ccc;
  }
  .footer .copy a,
  .footer .copy span {
    padding: 0 5px;
  }
}
.footer-2 {
  padding-top: 0;
  margin-top: 35px;
  background: #20398e;
}
.footer-2 .copy {
  color: #fff;
}
.footer-2 .copy span {
  color: #fff;
}
.footer-2 .copy a {
  color: #fff;
}
.footer-2 .copy a:hover {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .footer-2 {
    margin-top: 0;
  }
}
.inside-product-1 {
  padding: 100px 0;
}
.inside-product-1 ul {
  padding-top: 40px;
}
.inside-product-1 ul li {
  padding: 50px 0;
}
.inside-product-1 ul li .txtbox {
  width: 46%;
  float: left;
  text-align: justify;
  padding-top: 70px;
}
.inside-product-1 ul li .txtbox .tit {
  color: #333;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.inside-product-1 ul li .txtbox .txt {
  color: #666;
  font-size: 18px;
  margin-top: 20px;
  line-height: 28px;
}
.inside-product-1 ul li .txtbox-2 {
  display: table;
  height: 300px;
}
.inside-product-1 ul li .txtbox-2 .txt {
  display: table-cell;
  vertical-align: middle;
}
.inside-product-1 ul li .pic {
  width: 50%;
  float: right;
}
.inside-product-1 ul li:nth-child(2n) {
  background: #FBFBFB;
}
.inside-product-1 ul li:nth-child(2n) .txtbox {
  float: right;
}
.inside-product-1 ul li:nth-child(2n) .pic {
  float: left;
}
@media (max-width: 640px) {
  .inside-product-1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-product-1 ul {
    padding-top: 0px;
  }
  .inside-product-1 ul li {
    margin: 0 20px;
    margin-top: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 30px 10px;
  }
  .inside-product-1 ul li .txtbox {
    width: 100%;
    padding-top: 0;
    text-align: center;
    float: none!important;
  }
  .inside-product-1 ul li .txtbox .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-product-1 ul li .txtbox .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .inside-product-1 ul li .txtbox-2 {
    height: auto;
  }
  .inside-product-1 ul li .pic {
    width: 100%;
    margin-top: 0px;
    padding: 0;
    float: none!important;
  }
}
.inside-button {
  margin-top: 40px;
  padding: 0 30px;
  height: 44px;
  color: #3560F2;
  text-align: center;
  font-size: 16px;
  background: #fff;
  line-height: 42px;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #3560F2;
}
.inside-button a {
  color: #3560F2;
  display: block;
}
.inside-button:hover {
  border-color: #3560F2;
  background: #3560F2;
}
.inside-button:hover > a {
  color: #fff;
}
@media (max-width: 640px) {
  .inside-button {
    margin-top: 20px;
    padding: 0 30px;
    height: 34px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 30px;
  }
}
.inside-product-2 {
  padding-bottom: 100px;
}
.inside-product-2 .slider-for {
  margin-top: 70px;
}
.inside-product-2 .slider-nav {
  width: 19%;
  float: left;
  margin-top: 59px;
}
.inside-product-2 .slider-nav .smenu {
  color: #333;
  margin: 9px 0;
  font-size: 18px;
  display: block;
  height: 68px;
  text-align: left;
  cursor: pointer;
  padding-left: 36px;
  line-height: 62px;
  border-radius: 6px;
  border: 1px solid #C6D2FB;
  transition: all 700ms ease;
}
.inside-product-2 .slider-nav .slick-current .smenu {
  color: #fff;
  border-color: #3560F2;
  background: #3560F2;
}
.inside-product-2 .slider-for {
  width: 79.5%;
  float: right;
  height: 597px;
  border-radius: 6px;
  background: #FBFBFB;
}
.inside-product-2 .slider-for img {
  display: inline-block;
}
.inside-product-2 .slider-for .slick-active .item {
  animation: 1s fadeInRight2 ease;
}
.inside-product-2 .slider-for .item {
  overflow: hidden;
  padding-left: 0;
  padding: 55px 70px;
}
.inside-product-2 .slider-for .tu {
  width: 40%;
  float: left;
  position: relative;
}
.inside-product-2 .slider-for .tu:after {
  content: "";
  display: block;
  padding-bottom: 155%;
}
.inside-product-2 .slider-for .txtbox {
  width: 59%;
  float: right;
  height: 450px;
  padding-left: 50px;
  display: table;
}
.inside-product-2 .slider-for .txtbox .juzhong {
  display: table-cell;
  vertical-align: middle;
}
.inside-product-2 .slider-for .txtbox .tit {
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
}
.inside-product-2 .slider-for .txtbox .txt {
  color: #666;
  font-weight: 500;
  padding-left: 30px;
  margin-top: 15px;
  position: relative;
}
.inside-product-2 .slider-for .txtbox .txt img {
  top: 5px;
  left: 0;
  position: absolute;
}
@media (max-width: 1200px) {
  .inside-product-2 .slider-for {
    height: auto;
  }
}
@media (max-width: 640px) {
  .inside-product-2 {
    padding-bottom: 40px;
  }
  .inside-product-2 .slider-nav {
    width: 100%;
    float: none;
    overflow: hidden;
    margin: 0 -2px;
    margin-top: 30px;
  }
  .inside-product-2 .slider-nav .smenu {
    font-size: 14px;
    height: 40px;
    padding: 0 5px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    margin: 0 2px;
    border: 1px solid #C6D2FB;
  }
  .inside-product-2 .slider-for {
    width: 100%;
    float: none;
    height: auto;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .inside-product-2 .slider-for .item {
    padding: 0;
  }
  .inside-product-2 .slider-for .txtbox {
    height: auto;
    padding-top: 10px;
    padding-left: 20px;
  }
  .inside-product-2 .slider-for .txtbox .juzhong .tit {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-product-2 .slider-for .txtbox .juzhong .txt {
    font-size: 14px;
    line-height: 24px;
    padding-left: 20px;
  }
}
.inside-product-3 {
  padding-bottom: 100px;
}
.inside-product-3 ul {
  margin: 0 -10px;
  padding-top: 50px;
  text-align: center;
}
.inside-product-3 ul li {
  width: 25%;
  /*float: left;*/
  text-align: left;
  display:inline-block;
  padding: 0 10px;
}
.inside-product-3 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.inside-product-3 ul li .item {
  position: relative;
  border-radius: 15px;
  background: #FBFBFB;
  height: 358px;
  padding: 30px 20px;
  transition: all 700ms ease;
}
.inside-product-3 ul li .tit {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  margin-top: 14px;
  position: relative;
}

.inside-product-3 ul li .tit:before {
	content: "";
	border-bottom: 3px solid #3560F2;
	width: 22%;
	position: absolute;
	bottom: -7px;
}

.inside-product-3 ul li .txt {
  color: #666;
  margin-top: 20px;
  height:140px;
  overflow:hidden;
}

.inside-product-3 ul li .item .icon {
  bottom: 0;
  right: 0;
  position: absolute;
  transition: all 500ms ease;
}

.inside-product-3 ul li .inside-button {
  margin-top: 0;
}
.inside-product-3 ul li .inside-button {
  bottom: 33px;
  left: 23px;
  position: absolute;
}
.inside-product-3 ul li:hover .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-product-3 ul li:hover .inside-button {
  color: #fff;
  border-color: #3560F2;
  background: #3560F2;
}
.inside-product-3 ul li:hover .inside-button a {
  color: #fff;
}
.inside-product-3 .table {
  margin-top: 40px;
}
.inside-product-3 .table table {
  border: 1px solid #E6E6E6;
}
.inside-product-3 .table table th,
.inside-product-3 .table table tr,
.inside-product-3 .table table td {
  color: #666;
  padding: 15px 20px;
  padding-right: 15px;
  border: 1px solid #E6E6E6;
}
.inside-product-3 .table table th {
  color: #333;
  font-size: 18px;
  background: #FBFBFB;
  text-align: left;
}
.inside-product-3 .table table th:last-child {
  color: #333;
  font-weight: 600;
  background: #EDF1FE;
}
.inside-product-3 .table table td:last-child {
  color: #333;
  font-weight: 600;
  background: #EDF1FE;
}
@media (max-width: 640px) {
  .inside-product-3 {
    padding-bottom: 40px;
  }
  .inside-product-3 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
  }
  .inside-product-3 ul li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .inside-product-3 ul li .item {
    height: auto;
    border-radius: 8px;
    padding: 20px 10px;
  }
  .inside-product-3 ul li .tit {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  
	.inside-product-3 ul li .tit::before {

	  width: 13%;

	}  
  .inside-product-3 ul li .txt {
    font-size: 12px;
    line-height: 20px;
  }
  .inside-product-3 ul li .inside-button {
    bottom: auto;
    left: auto;
    margin-top: 20px;
    position: relative;
  }
  .inside-product-3 .table {
    margin-top: 20px;
    overflow-x: auto;
  }
  .inside-product-3 .table table {
    width: 700px;
  }
  .inside-product-3 .table table td,
  .inside-product-3 .table table th {
    font-size: 12px;
    line-height: 20px;
    padding: 5px;
  }
}
.inside-product-4 {
  padding-bottom: 100px;
}
.inside-product-4 ul {
  margin: 0 -10px;
  margin-top: 80px;
}
.inside-product-4 ul li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.inside-product-4 ul li .item {
  height: 334px;
  border-radius: 10px;
  background: #fbfbfb;
  position: relative;
  transition: all 500ms ease;
  padding: 40px 25px;
}
.inside-product-4 ul li .item .tit {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}
.inside-product-4 ul li .item .tit:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #3560F2;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 2px;
  transition: all 500ms ease;
}
.inside-product-4 ul li .item .txt {
  margin-top: 15px;
  color: #666;
  z-index: 2;
  position: relative;
}
.inside-product-4 ul li .item .icon {
  bottom: 0;
  right: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-product-4 ul li:hover .item {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-product-4 ul li:hover .item .tit:after {
  width: 20px;
}
.inside-product-4 ul li:hover .item .icon {
  opacity: 0.3;
}
.inside-product-4 ul li:hover .item .inside-button {
  color: #fff;
  border-color: #3560F2;
  background: #3560F2;
}
.inside-product-4 ul li:hover .item .inside-button a {
  color: #fff;
}
.inside-product-4 .scroll-3 {
  display: none;
  margin-top: 20px;
}
.inside-product-4 .scroll-3 .item {
  height: 334px;
  border-radius: 10px;
  background: #fbfbfb;
  position: relative;
  transition: all 500ms ease;
  padding: 40px 25px;
  margin: 10px 0;
}
.inside-product-4 .scroll-3 .item .tit {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}
.inside-product-4 .scroll-3 .item .tit:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #3560F2;
  bottom: 0;
  left: 0;
  position: absolute;
  border-radius: 2px;
  transition: all 500ms ease;
}
.inside-product-4 .scroll-3 .item .txt {
  margin-top: 15px;
  color: #666;
  z-index: 2;
  position: relative;
}
.inside-product-4 .scroll-3 .item .icon {
  bottom: 0;
  right: 0;
  position: absolute;
  transition: all 500ms ease;
}
.inside-product-4 .scroll-3 .item:hover {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.inside-product-4 .scroll-3 .item:hover .tit:after {
  width: 20px;
}
.inside-product-4 .scroll-3 .item:hover .icon {
  opacity: 0.3;
}
.inside-product-4 .scroll-3 .item:hover .inside-button {
  color: #fff;
  border-color: #3560F2;
  background: #3560F2;
}
.inside-product-4 .scroll-3 .item:hover .inside-button a {
  color: #fff;
}
@media (max-width: 640px) {
  .inside-product-4 .scroll-3 {
    display: block;
  }
  .inside-product-4 .scroll-3 .item {
    height: auto;
    margin-bottom: 50px;
  }
  .inside-product-4 .scroll-3 .swiper-container-horizontal > .swiper-pagination-bullets,
  .inside-product-4 .scroll-3 .swiper-pagination-custom,
  .inside-product-4 .scroll-3 .swiper-pagination-fraction {
    bottom: 10px;
  }
}
@media (max-width: 640px) {
  .inside-product-4 {
    padding-bottom: 40px;
  }
  .inside-product-4 ul {
    margin-top: 30px;
  }
  .inside-product-4 ul li {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-product-4 ul li .item {
    height: auto;
    border-radius: 5px;
    padding: 30px 20px;
  }
  .inside-product-4 ul li .item .tit {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .inside-product-4 ul li .item .tit:after {
    width: 30px!important;
    height: 2px;
  }
  .inside-product-4 ul li .item .txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }
  .inside-product-4 ul li .item .icon img {
    max-height: 50px;
  }
}

.inside-product-4 .scroll-3 .swiper-pagination-bullet {
    background: #C6D2FB;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    opacity:1;
}
.inside-product-4 .scroll-3 .swiper-pagination-bullet-active {
    background: #3560F2;
}
@media (max-width: 640px) {
    .inside-product-hide ul {
    display: none;
  }
}
.inside-product-5 ul li .item {
  height: 320px;
  text-align: center;
}
.inside-product-5 ul li .item .tit:after {
  left: 50%;
  transform: translateX(-50%);
}
.inside-product-5 ul li .item .txt {
  height: 120px;
}
.inside-product-5 ul li .item .inside-button {
  margin-top: 10px;
}
@media (max-width: 640px) {
  .inside-product-5 ul li .item {
    height: auto;
  }
  .inside-product-5 ul li .item .txt {
    height: auto;
  }
  .inside-product-5 ul li .item .inside-button {
    margin-top: 20px;
  }
}
.inside-productmj-1 {
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-productmj-1 ul {
  margin: 0 -20px;
  padding-top: 80px;
}
.inside-productmj-1 ul li {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.inside-productmj-1 ul li .item {
  padding: 50px 37px;
  border-radius: 12px;
  min-height: 670px;
  color: #666;
  box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.23);
}
.inside-productmj-1 ul li .item .tit {
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 50px;
}
.inside-productmj-1 ul li .item .tit img {
  margin: 5px 15px 0 0;
}
.inside-productmj-1 ul li .item .tu {
  margin-top: 30px;
}
.inside-productmj-1 ul li .item .txt {
  margin-top: 30px;
  text-align: justify;
}
@media (max-width: 640px) {
  .inside-productmj-1 {
    padding-bottom: 40px;
  }
  .inside-productmj-1 ul {
    padding-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .inside-productmj-1 ul li {
    width: 100%;
    float: left;
    padding: 0;
    padding-top: 20px;
  }
  .inside-productmj-1 ul li .item {
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    min-height: auto;
  }
  .inside-productmj-1 ul li .item .tit {
    line-height: 30px;
    font-size: 16px;
  }
  .inside-productmj-1 ul li .item .tit img {
    max-height: 16px;
    margin: 8px 5px 0 0;
  }
  .inside-productmj-1 ul li .item .txt {
    margin-top: 20px;
  }
  .inside-productmj-1 ul li .item .tu {
    margin-top: 20px;
  }
}
.inside-productmj-2 {
  overflow: hidden;
  padding-bottom: 50px;
}
.inside-productmj-2 ul {
  padding-top: 70px;
}
.inside-productmj-2 ul li {
  width: 47%;
  float: left;
  overflow: hidden;
  height: 180px;
  padding-bottom: 20px;
  position: relative;
}
.inside-productmj-2 ul li span {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-productmj-2 ul li .txtbox {
  padding-left: 130px;
  padding-top: 10px;
}
.inside-productmj-2 ul li .tit {
  color: #333;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.inside-productmj-2 ul li .txt {
  color: #666;
  margin-top: 10px;
}
.inside-productmj-2 ul li:nth-child(2n) {
  float: right;
}
@media (max-width: 640px) {
  .inside-productmj-2 {
    padding-bottom: 40px;
  }
  .inside-productmj-2 ul {
    padding-top: 0;
  }
  .inside-productmj-2 ul li {
    width: 100%;
    float: none!important;
    height: auto;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  .inside-productmj-2 ul li span {
    top: 10px;
  }
  .inside-productmj-2 ul li .txtbox {
    padding-top: 0;
    padding-left: 100px;
    text-align: left;
  }
  .inside-productmj-2 ul li .tit {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-productmj-2 ul li .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
}
.inside-productmj-3 ul li .item {
  height: 370px;
  position: relative;
}
.inside-productmj-3 ul li .txt {
  height: 140px;
}
@media (max-width: 640px) {
  .inside-productmj-3 ul li .item {
    height: auto;
  }
}
.inside-yxwx-1 {
  overflow: hidden;
  padding-bottom: 75px;
}
.inside-yxwx-1 ul {
  margin: 0 -25px;
}
.inside-yxwx-1 ul li {
  width: 33.333%;
  padding: 25px;
}
.inside-yxwx-1 ul li .item {
  padding-left: 35px;
  padding-right: 35px;
  height: 310px;
}
.inside-yxwx-1 ul li .tit img {
  max-height: 15px;
  margin: 7px 5px 0 0;
}
.inside-yxwx-1 ul li .txt {
  color: #666;
}
.inside-yxwx-1 ul li .inside-button {
  left: 30px;
}
@media (max-width: 640px) {
  .inside-yxwx-1 {
    padding-bottom: 40px;
  }
  .inside-yxwx-1 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-yxwx-1 ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
  .inside-yxwx-1 ul li .item {
    height: auto;
    padding: 30px 20px;
  }
  .inside-yxwx-1 ul li .tit img {
    max-height: 15px;
    margin-top: 5px;
  }
  .inside-yxwx-1 ul li .inside-button {
    left: auto;
  }
}
.inside-wlsb-1 {
  margin-top: -30px;
  overflow: hidden;
  padding-bottom: 100px;
}
.inside-wlsb-1 ul {
  margin: 0 -25px;
}
.inside-wlsb-1 ul li {
  padding: 0 25px;
  padding-top: 40px;
  width: 33.333%;
  float: left;
}
.inside-wlsb-1 ul li .item {
  padding: 30px;
  min-height: 330px;
  padding-top: 47px;
  background: #F9F9F9;
  border-radius: 8px;
}
.inside-wlsb-1 ul li .tit {
  color: #666;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin-top: 17px;
}
.inside-wlsb-1 ul li .tag {
  padding-top: 30px;
}
.inside-wlsb-1 ul li .tag span {
  display: block;
  color: #333;
  margin-top: 5px;
  padding-left: 20px;
  position: relative;
}
.inside-wlsb-1 ul li .tag span:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 7px;
  left: 0;
  border-radius: 100%;
  background: #3560F2;
  position: absolute;
}
@media (max-width: 640px) {
  .inside-wlsb-1 {
    padding-bottom: 50px;
  }
  .inside-wlsb-1 ul {
    margin-right: 0;
    margin-left: 0;
  }
  .inside-wlsb-1 ul li {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0;
  }
  .inside-wlsb-1 ul li .item {
    min-height: auto;
    padding: 30px;
    border-radius: 5px;
  }
  .inside-wlsb-1 ul li .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
  .inside-wlsb-1 ul li .en img {
    max-height: 19px;
  }
    .inside-wlsb-1 ul li:nth-child(3) .en img {
        max-height: 24px;
    }
    .inside-wlsb-1 ul li .tag {
        padding-top: 15px;
    }
  .inside-wlsb-1 ul li .tag span {
    padding-left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-wlsb-1 ul li .tag span:before {
    width: 5px;
    height: 5px;
    top: 9px;
  }
}
.inside-wlsb-2 {
  padding-bottom: 100px;
}
.inside-wlsb-2 ul {
  text-align: center;
  margin: 0 -15px;
}
.inside-wlsb-2 li {
  margin: 0 15px;
  display: inline-block;
  height: 104px;
  color: #fff;
  font-size: 24px;
  max-width: 380px;
  width: 100%;
  line-height: 30px;
  padding-top: 45px;
  margin-top: 60px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/html/images/pro-wlsb-13.png);
}
@media (max-width: 640px) {
  .inside-wlsb-2 {
    padding-bottom: 50px;
  }
  .inside-wlsb-2 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }
  .inside-wlsb-2 li {
    width: 50%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
    max-width: none;
    display: block;
    margin-top: 20px;
    height: 50px;
    padding-top: 15px;
  }
}
.inside-wlsb-3 {
  padding-bottom: 100px;
}
.inside-wlsb-3 ul li {
  text-align: center;
  width: 25%;
  float: left;
  padding: 0 20px;
  padding-top: 70px;
}
.inside-wlsb-3 ul li .tu {
  position: relative;
}
.inside-wlsb-3 ul li .tu:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}
.inside-wlsb-3 ul li .tit {
  font-size: 18px;
  margin-top: 20px;
  color: #333;
  font-weight: 600;
}
@media (max-width: 640px) {
  .inside-wlsb-3 {
    padding-bottom: 40px;
  }
  .inside-wlsb-3 ul li {
    padding-top: 20px;
    width: 50%;
  }
  .inside-wlsb-3 ul li .tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.inside-tysf-1 {
  overflow: hidden;
}
.inside-tysf-1 ul {
  margin: 0 -20px;
}
.inside-tysf-1 ul li {
  width: 33.3333%;
  padding: 0 20px;
  float: left!important;
}
.inside-tysf-1 ul li .txtbox {
  padding-left: 100px;
}
@media (max-width: 640px) {
  .inside-tysf-1 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-tysf-1 ul li {
    width: 100%;
    float: none;
    height: auto;
    padding: 20px;
    position: relative;
  }
  .inside-tysf-1 ul li span {
    top: 10px;
    left: 0;
    position: absolute;
  }
  .inside-tysf-1 ul li .txtbox {
    padding-top: 0;
    text-align: left;
    padding-left: 100px;
  }
}
.inside-tysf-2 {
  padding-bottom: 100px;
}
.inside-tysf-2 ul {
  margin-top: 60px;
  border: 1px solid #EFF2FB;
}
.inside-tysf-2 ul li {
  height: 270px;
  width: 16.666%;
  float: left;
  padding: 60px 12px 10px 12px;
  border-left: 1px solid #EFF2FB;
}
.inside-tysf-2 ul li h3 {
  padding-bottom: 17px;
}
.inside-tysf-2 ul li p {
  color: #666;
  font-weight: 500;
  padding-left: 20px;
  margin-top: 10px;
  font-size: 18px;
  position: relative;
}
.inside-tysf-2 ul li p:before {
  content: "";
  width: 6px;
  height: 6px;
  top: 7px;
  left: 0;
  background: #3560F2;
  border-radius: 100%;
  position: absolute;
}
.inside-tysf-2 ul li:first-child {
  border-left: 0;
}
@media (max-width: 640px) {
  .inside-tysf-2 {
    padding-bottom: 40px;
  }
  .inside-tysf-2 ul {
    margin-top: 20px;
  }
  .inside-tysf-2 ul li {
    height: auto;
    width: 50%;
    margin-top: -1px;
    margin-left: -1px;
    padding: 30px ;
    border-top: 1px solid #EFF2FB;
  }
  .inside-tysf-2 ul li h3 {
    padding-bottom: 0;
  }
  .inside-tysf-2 ul li p {
    font-size: 16px;
    margin-top: 5px;
    line-height: 24px;
    padding-left: 10px;
  }
  .inside-tysf-2 ul li p:before {
    width: 5px;
    height: 5px;
    top: 10px;
  }
}
.inside-dddl-1 {
  padding-bottom: 100px;
}
.inside-dddl-1 .tu {
  margin-top: 40px;
}
@media (max-width: 640px) {
  .inside-dddl-1 {
    padding-bottom: 40px;
  }
  .inside-dddl-1 .tu {
    margin-top: 20px;
  }
}
/*.inside-gcsfml li:first-child .inside-button {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}*/
/*.inside-gcsfml li:first-child .inside-button a {
  border: 0;
  padding-right: 0;
  padding-left: 0;
  text-decoration: underline;
}*/
.inside-gcsfml li:first-child .inside-button a:hover,
.inside-gcsfml li:first-child .inside-button:hover {
  color: #20398e;
  background: none;
}
.inside-gcsfml-2 ul li .item {
  max-height: 390px;
}
@media (max-width: 640px) {
  .inside-gcsfml-2 ul li .item {
    height: auto;
  }
}
.inside-solution {
  padding-top: 100px;
  padding-bottom: 20px;
}
.inside-solution ul {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 20px;
}
.inside-solution li {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.inside-solution li .box {
  height: 230px;
  min-height: auto;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
}
.inside-solution li .item .txt {
  text-align: justify;
  margin-top: 10px;
}
@media (max-width: 640px) {
  .inside-solution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inside-solution ul {
    padding-top: 40px;
  }
  .inside-solution li {
    width: 100%;
  }
  .inside-solution li .box {
    height: auto;
    padding: 30px 20px;
  }
}
.inside-solution-2 ul {
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
.inside-solution-2 ul li {
  float: none;
  display: inline-block;
}
@media (max-width: 640px) {
  .inside-solution-2 ul {
    margin-top: 0;
  }
}
.inside-case-menu {
  padding-top: 100px;
}

.inside-case-menu li {
  padding: 0 5px;
  display: inline-block;
  margin-bottom:10px;
}
.inside-case-menu li a {
  padding: 0 14px;
  background: #F6F7FD;
  line-height: 50px;
  height: 50px;
  color: #666;
  display: block;
  text-align: center;
  font-size: 18px;
  border-radius: 8px;
}
.inside-case-menu li a:hover {
  color: #fff;
  background: #3560F2;
}
.inside-case-menu .cur a {
  color: #fff;
  background: #3560F2;
}
@media (max-width: 640px) {
  .inside-case-menu {
    padding-top: 20px;
  }
  .inside-case-menu ul {
    margin: 0 -5px;
  }
  .inside-case-menu li {
    padding: 0 5px;
    width: 33.3333%;
    display: block;
    float: left;
  }
  .inside-case-menu li a {
    display: block;
    margin-top: 5px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    border-radius: 5px;
  }
}
.inside-case-lsit {
  padding-bottom: 100px;
}
.inside-case-lsit ul {
  margin: 0 -15px;
  padding-top: 25px;
}
.inside-case-lsit li {
  width: 25%;
  float: left;
  padding: 15px;
}
.inside-case-lsit li .item {
  text-align: center;
  height: 360px;
  padding: 0 20px;
  box-shadow: 0px 2px 13px 0px rgba(73, 112, 243, 0.11);
  border-radius: 8px;
  transition: all 700ms ease;
}
.inside-case-lsit li .tu {
  position: relative;
}
.inside-case-lsit li .tu:after {
  content: "";
  display: block;
  padding-bottom: 42%;
}
.inside-case-lsit li .txt {
  overflow: hidden;
  text-align: left;
  color: #666;
  line-height: 30px;
  height: 144px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.inside-case-lsit li .tag {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  padding-top: 15px;
  border-top: 1px solid rgba(151, 151, 151, 0.18);
}
.inside-case-lsit li:hover .item {
  box-shadow: 0px 2px 13px 0px rgba(53, 96, 242, 0.35);
}
@media (max-width: 640px) {
  .inside-case-lsit {
    padding-bottom: 40px;
  }
  .inside-case-lsit ul {
    padding-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .inside-case-lsit li {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 20px;
  }
  .inside-case-lsit li .item {
    height: auto;
    padding: 20px;
  }
  .inside-case-lsit li .txt {
    font-size: 16px;
    line-height: 24px;
    height: auto;
    margin-top: 0px;
  }
  .inside-case-lsit li .tag {
    padding-top: 10px;
    margin-top: 20px;
  }
}
.inside-about {
  padding-top: 100px;
}
.inside-about .box-1 {
  font-size: 18px;
  line-height: 30px;
}
.inside-about .box-1 .nr {
  padding-top: 45px;
}
.inside-about .box-2 {
  padding: 50px 0;
  margin-top: 50px;
  background: #FBFBFB;
}
.inside-about .box-3 {
  padding: 50px 0;
}
.inside-about .box-3 .bt {
  padding-top: 40px;
}
.inside-about .box-3 .bt span {
  display: inline-block;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  color: #fff;
  padding-right: 50px;
  padding-left: 50px;
  background: #20398E;
  position: relative;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.inside-about .box-3 .bt span:before {
  top: 50%;
  left: 20px;
  content: "";
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
}
.inside-about .box-3 .font22 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 30px;
  padding-left: 50px;
}
.inside-about .box-3 .font22 img {
  margin-top: 3px;
}
.inside-about .box-3 .font18 {
  font-size: 18px;
  line-height: 32px;
  padding-left: 75px;
  padding-top: 10px;
}
.inside-about .box-4 {
  padding: 50px 0;
}
.inside-about .box-4 ul {
  margin: 0 -10px;
  padding-top: 40px;
}
.inside-about .box-4 ul li {
  padding: 0 10px;
  width: 20%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}
.inside-about .box-4 ul li .pic {
  position: relative;
}
.inside-about .box-4 ul li .pic:after {
  content: "";
  display: block;
  padding-bottom: 143%;
}
.inside-about .box-4 ul li .tit {
  margin-top: 17px;
  height: 48px;
  overflow: hidden;
}
@media (max-width: 640px) {
  .inside-about {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .inside-about .box-1 {
    font-size: 14px;
    line-height: 24px;
    padding-top: 0px;
  }
  .inside-about .box-1 .nr {
    padding-top: 30px;
  }
  .inside-about .box-2 {
    padding: 40px 0;
    margin-top: 40px;
  }
  .inside-about .box-3 {
    padding: 40px 0;
  }
  .inside-about .box-3 .bt {
    margin-top: 20px;
  }
  .inside-about .box-3 .bt span {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0 15px;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .inside-about .box-3 .bt span:before {
    content: "";
    width: 5px;
    height: 5px;
    left: 10px;
  }
  .inside-about .box-3 .font22 {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
  }
  .inside-about .box-3 .font22 img {
    margin-top: 0;
  }
  .inside-about .box-3 .font18 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding-left: 0;
  }
  .inside-about .box-4 {
    padding: 0;
  }
  .inside-about .box-4 ul {
    margin-top: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .inside-about .box-4 ul li {
    width: 33.33333%;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 20px;
  }
  .inside-about .box-4 ul li .tit {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }
}
.inside-news {
  padding: 0 0 100px 0;
}
.inside-news ul li {
  padding: 50px 0;
  border-top: 1px solid rgba(225, 225, 225, 0.71);
}
.inside-news ul li a {
  display: block;
}
.inside-news ul li .pic {
  width: 26.7%;
  float: left;
  position: relative;
}
.inside-news ul li .pic:after {
  content: "";
  display: block;
  padding-bottom:62.5%;
}
.inside-news ul li .txtbox {
  width: 72.3%;
  float: left;
  padding-left: 20px;
}
.inside-news ul li .time {
  color: #d60c31;
  font-size: 16px;
  font-weight: 700;
}
.inside-news ul li .tit {
  color: #333;
  margin: 0.13rem 0 0.1rem 0;
  font-size: 20px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  font-weight: 600;
  margin-top: 10px;
}
.inside-news ul li .txt {
  font-size: 16px;
  height: 56px;
  line-height: 28px;
  overflow: hidden;
  color: #666;
  margin-top: 10px;
}
.inside-news ul li .more {
  color: #3560F2;
  display: inline-block;
  height: 36px;
  line-height: 34px;
  text-align: center;
  padding: 0 20px;
  float: right;
  margin-top: 15px;
  border-radius: 30px;
  border: 1px solid #3560F2;
  transition: all 334ms ease;
}
.inside-news ul li:hover .tit {
  color: #d60c31;
}
.inside-news ul li:hover .more {
  color: #fff;
  background: #3560F2;
}
@media (max-width: 640px) {
  .inside-news {
    padding: 40px 0;
  }
  .inside-news ul li {
    padding: 20px 0;
  }
  .inside-news ul li .pic {
    width: 100%;
    float: none;
  }
  .inside-news ul li .pic img {
    width: 100%;
  }
  .inside-news ul li .txtbox {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding-left: 0px 10px;
  }
  .inside-news ul li .time {
    font-size: 12px;
  }
  .inside-news ul li .tit {
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
  }
  .inside-news ul li .txt {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: justify;
  }
  .inside-news ul li .more {
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 15px;
    margin-top: 15px;
  }
}
.inside-page {
  padding-top: 40px;
  text-align: right;
  border-top: 1px solid rgba(225, 225, 225, 0.71);
}
.inside-page a {
  color: #999;
  padding: 0 9px;
  line-height: 28px;
  display: inline-block;
  border-radius: 6px;
  border: solid 1px #999999;
  margin:2px;
}
.inside-page a:hover {
  color: #fff;
  border-color: #3560F2;
  background: #3560F2;
}
.inside-page a.cpb {
color: #fff;
border-color: #3560F2;
background: #3560F2;
}

@media (max-width: 640px) {
  .inside-page {
    padding-top: 30px;
    text-align: center;
  }
  .inside-page a {
    padding: 0 5px;
    font-size: 14px;
    height: 30px;
    line-height: 28px;
    border-radius: 5px;
  }
}
.inside-news-show {
  color: #333;
  line-height: 28px;
  padding: 50px 0 100px 0;
}
.inside-news-show h1 {
  text-align: center;
  font-size: 32px;
  line-height: 48px;
}
.inside-news-show .info {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
  padding: 20px 0 30px 0 ;
  border-bottom: 1px solid rgba(225, 225, 225, 0.71);
}
.inside-news-show .bot {
  padding-top: 40px;
  margin-top: 40px;
  position: relative;
  border-top: 1px solid rgba(225, 225, 225, 0.71);
}
.inside-news-show .bot p:first-child {
  color: #666;
}
.inside-news-show .share {
  right: 0;
  bottom: 0;
  position: absolute;
}
.inside-news-show .share a {
  margin-left: 6px;
  display: inline-block;
}
@media (max-width: 640px) {
  .inside-news-show {
    padding: 0px 0 40px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-news-show h1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  .inside-news-show .info {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .inside-news-show .bot {
    padding-top: 30px;
    margin-top: 30px;
  }
  .inside-news-show .share {
    right: auto;
    bottom: auto;
    margin-top: 20px;
    position: relative;
  }
}
.inside-current {
  line-height: 80px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.71);
}
.inside-current em {
  color: #666;
  font-style: normal;
}
@media(max-width:640px){
    .inside-current em{
        display:none;
    }
}
.inside-current span {
  float: right;
  display: inline-block;
}
.inside-current span a:hover {
  color: #3560F2;
}
@media (max-width: 640px) {
  .inside-current {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    font-size: 14px;
  }
}
.inside-page-news {
  padding: 45px 0;
  background: #F9FAFF;
}
.inside-page-news li {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.inside-page-news li a {
  color: #3560F2;
}
.inside-page-news li:hover a {
  color: #20398e;
  text-decoration: underline;
}
@media (max-width: 640px) {
  .inside-page-news {
    padding: 20px 0;
    font-size: 14px;
  }
  .inside-page-news li {
    height: 30px;
    line-height: 30px;
  }
}
.inside-contact {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .inside-contact {
    padding: 40px 0;
  }
}
.inside-contact .box-1 ul {
  margin: 0 -10px;
}
.inside-contact .box-1 li {
  width: 28%;
  float: left;
  margin-top: 60px;
  padding: 0 10px;
}
.inside-contact .box-1 li .item {
  position: relative;
  height: 400px;
  background: #FBFBFB;
  padding: 24px;
  padding-top: 35px;
}
.inside-contact .box-1 li h3 {
  color: #333;
  font-size: 22px;
  line-height: 40px;
}
.inside-contact .box-1 li .txt {
  margin-top: 25px;
  margin-bottom: 40px;
  font-size: 20px;
  height: 76px;
  line-height: 38px;
}
.inside-contact .box-1 li .tel {
  color: #999;
  margin-bottom: 10px;
  font-size: 20px;
}
.inside-contact .box-1 li .tel img {
  margin: 1px 10px 0 0;
}
.inside-contact .box-1 li .button {
  width: 100%;
  display: block;
  color: #fff;
  margin-top: 37px;
  text-align: center;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  background: #3560F2;
  border-radius: 8px;
}
.inside-contact .box-1 li .button:hover {
  background: #20398e;
}
.inside-contact .box-1 li:last-child {
  width: 44%;
  float: left;
}
.inside-contact .box-1 li:last-child .wx {
  right: 30px;
  top: 100px;
  width: 35%;
  position: absolute;
}
.inside-contact .box-1 li:last-child .txt {
  width: 45%;
}
.inside-contact .box-1 li:last-child .yx {
  margin-top: 45px;
}
.inside-contact .box-1 li:last-child .yx a {
  color: #3560F2;
  font-weight: 600;
  font-size: 20px;
}
.inside-contact .box-1 li:last-child .yx a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .inside-contact .box-1 ul {
    margin-left: 0;
    margin-right: 0;
    margin-top:20px;
  }
  .inside-contact .box-1 li,
  .inside-contact .box-1 li:last-child {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 0px;
  }
  .inside-contact .box-1 li .item,
  .inside-contact .box-1 li:last-child .item {
    height: auto;
    padding: 30px 20px;
  }
  .inside-contact .box-1 li h3,
  .inside-contact .box-1 li:last-child h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .inside-contact .box-1 li .txt,
  .inside-contact .box-1 li:last-child .txt,
  .inside-contact .box-1 li .tel,
  .inside-contact .box-1 li:last-child .tel {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-contact .box-1 li .txt,
  .inside-contact .box-1 li:last-child .txt {
    margin-bottom: 20px;
    height: auto;
    margin-top: 10px;
  }
  .inside-contact .box-1 li .tel,
  .inside-contact .box-1 li:last-child .tel {
    margin-top: 10px;
  }
  .inside-contact .box-1 li .button,
  .inside-contact .box-1 li:last-child .button,
  .inside-contact .box-1 li .yx a,
  .inside-contact .box-1 li:last-child .yx a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 5px;
  }
  .inside-contact .box-1 li .yx,
  .inside-contact .box-1 li:last-child .yx {
    margin-top: 0;
  }
  .inside-contact .box-1 li .yx a,
  .inside-contact .box-1 li:last-child .yx a {
    margin-top: 0;
    line-height: 20px;
  }
  .inside-contact .box-1 li .tel2,
  .inside-contact .box-1 li:last-child .tel2 {
    display: none;
  }
  .inside-contact .box-1 li .txt,
  .inside-contact .box-1 li:last-child .txt {
    width: 100%;
    float: none;
  }
  .inside-contact .box-1 li .wx,
  .inside-contact .box-1 li:last-child .wx {
    top: auto;
    right: auto;
    display: block;
    margin-top: 20px;
    position: relative;
  }
}
.inside-contact .box-2 {
  padding-top: 100px;
}
.inside-contact .box-2 .itembox {
  margin-top: 25px;
  height: 480px;
  background: #FBFBFB;
  padding: 40px 20px;
}
.inside-contact .box-2 .tabmenu li {
  width: 13%;
  float: left;
  padding-right: 10px;
}
.inside-contact .box-2 .tabmenu li span {
  cursor: pointer;
  display: block;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  border-radius: 30px;
  transition: all 334ms ease;
  height:44px;
  overflow:hidden;
}
.inside-contact .box-2 .tabmenu .active span {
  color: #fff;
  background: #d60c31;
}
.inside-contact .box-2 .tabcontent {
  display: none;
  padding-right: 20px;
  margin-top: 30px;
}
.inside-contact .box-2 .tabcontent .tu {
  width: 50%;
  float: left;
  overflow: hidden;
}
.inside-contact .box-2 .tabcontent .txtbox {
  width: 50%;
  float: left;
  line-height: 28px;
  padding-top: 20px;
  padding-left: 30px;
}
.inside-contact .box-2 .tabcontent .txtbox h2 {
  color: #333;
  font-size: 24px;
  line-height: 30px;
  padding-bottom: 10px;
}
.inside-contact .box-2 .tabcontent .txtbox p {
  line-height: 28px;
  padding-left: 90px;
  margin-top: 25px;
  position: relative;
}
.inside-contact .box-2 .tabcontent .txtbox p span {
  top: 0;
  left: 0;
  position: absolute;
}
.inside-contact .box-2 .tabcontent .txtbox p span img {
  margin: 2px 10px 0 0;
}
@media (max-width: 640px) {
  .inside-contact .box-2 {
    padding-top: 40px;
  }
  .inside-contact .box-2 .itembox {
    padding: 30px 20px;
    margin-top: 20px;
    height: auto;
  }
  .inside-contact .box-2 .tabmenu li {
    width: 20%;
  }
  .inside-contact .box-2 .tabmenu li span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
  }
  .inside-contact .box-2 .tabcontent {
    padding: 0;
    margin-top: 20px;
  }
  .inside-contact .box-2 .tabcontent .tu {
    width: 100%;
    float: none;
  }
  .inside-contact .box-2 .tabcontent .txtbox {
    width: 100%;
    float: none;
    padding-left: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .inside-contact .box-2 .tabcontent .txtbox h2 {
    font-size: 18px;
    line-height: 30px;
    padding-top: 20px;
  }
  .inside-contact .box-2 .tabcontent .txtbox p {
    margin-top: 10px;
    padding-left: 80px;
  }
}
.inside-job {
  padding: 100px 0;
}
.inside-job .leftmenu {
  width: 19%;
  float: left;
  margin-top: 18px;
}
.inside-job .leftmenu li {
  border: 1px solid #eee;
  line-height: 58px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #333;
  border-radius: 6px;
  margin-bottom: 10px;
}
    .inside-job .leftmenu li a {
        color: #333;
    }
    .inside-job .leftmenu li span {
        width: 26px;
        height: 26px;
        vertical-align: top;
        margin-top: 17px;
        margin-right: 5px;
        display: inline-block;
    }
.inside-job .leftmenu li .icon {
  background: url(/html/images/job-icon-1.png) no-repeat left center;
}
.inside-job .leftmenu li .icon-2 {
  background: url(/html/images/job-icon-2.png) no-repeat left center;
}
.inside-job .leftmenu li .icon-3 {
  background: url(/html/images/job-icon-3.png) no-repeat left center;
}
.inside-job .leftmenu li .icon-4 {
  background: url(/html/images/job-icon-4.png) no-repeat left center;
}
.inside-job .leftmenu .active,
.inside-job .leftmenu li:hover {
  color: #fff;
  background-color: #3560F2;
}

    .inside-job .leftmenu li.active a,
    .inside-job .leftmenu li:hover a {
        color: #fff;
    }
.inside-job .leftmenu .active .icon,
.inside-job .leftmenu li:hover .icon {
  background: url(/html/images/job-icon-1-h.png) no-repeat left center;
}
.inside-job .leftmenu .active .icon-2,
.inside-job .leftmenu li:hover .icon-2 {
  background: url(/html/images/job-icon-2-h.png) no-repeat left center;
}
.inside-job .leftmenu .active .icon-3,
.inside-job .leftmenu li:hover .icon-3 {
  background: url(/html/images/job-icon-3-h.png) no-repeat left center;
}
.inside-job .leftmenu .active .icon-4,
.inside-job .leftmenu li:hover .icon-4 {
  background: url(/html/images/job-icon-4-h.png) no-repeat left center;
}
.inside-job .rightbox {
  width: 79%;
  float: right;
  line-height: 42px;
  margin-top: 8px;
}
.inside-job .rightbox .tit {
  border-radius: 6px;
  background: #F9FAFF;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  margin-top: 10px;
  cursor: pointer;
  padding: 0 25px 0 33px;
}
.inside-job .rightbox .tit .arrow {
  float: right;
  padding-right: 40px;
  display: inline-block;
  background: url(/html/images/job-icon-6.png) no-repeat center right;
}
.inside-job .rightbox .tit .arrow img {
  margin-right: 5px;
  margin-top: 22px;
}
.inside-job .rightbox .active .arrow {
  background: url(/html/images/job-icon-7.png) no-repeat center right;
}
.inside-job .rightbox .item {
  padding-bottom: 40px;
  line-height: 28px;
  border-top: 1px dashed #BCE5FF;
}
.inside-job .rightbox .txt {
  padding-left: 33px;
  background: #F9FAFF;
  padding-right: 25px;
  display: none;
}
.inside-job .rightbox .blue {
  color: #3560F2;
  font-weight: 600;
  padding: 20px 0 20px 0;
  position: relative;
}
.inside-job .rightbox .blue:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 10px;
  vertical-align: top;
  margin-right: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #3560F2;
}
.inside-job .rightbox .button {
  margin-top: 50px;
  text-align: right;
  color: #6A8AF5;
}
.inside-job .rightbox .button a {
  color: #6A8AF5;
}
.inside-job .rightbox .button:hover {
  color: #3560F2;
  text-decoration: underline;
}
.inside-job .rightbox .button:hover a {
  color: #3560F2;
}
@media (max-width: 640px) {
  .inside-job {
    padding: 40px 0;
  }
  .inside-job .leftmenu {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-top: 20px;
  }
  .inside-job .leftmenu li {
    width: 49%;
    float: left;
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
    line-height: 38px;
    border-radius: 5px;
    border: 1px solid #F9FAFF;
  }
  .inside-job .leftmenu li span {
    margin-top: 7px;
  }
  .inside-job .leftmenu li:nth-child(2n) {
    float: right;
  }
  .inside-job .rightbox {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .inside-job .rightbox .tit {
    margin-top: 10px;
    font-size: 14px;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
  }
  .inside-job .rightbox .tit .arrow {
    font-size: 14px;
    padding-right: 40px;
  }
  .inside-job .rightbox .tit .arrow img {
    margin-top: 17px;
  }
}
.inside-hzhb-1 ul {
  margin: 0 -15px;
  padding-top: 50px;
}
.inside-hzhb-1 ul li {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
.inside-hzhb-1 ul li .item {
  border-radius: 8px;
  height: 480px;
  padding: 45px 0em;
  text-align: center;
  position: relative;
  box-shadow: 0px 6px 8px 6px rgba(225, 225, 225, 0.22);
}
.inside-hzhb-1 ul li .tit {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
.inside-hzhb-1 ul li .txt {
  margin-top: 10px;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.inside-hzhb-1 ul li .txt span {
  color: #d60c31;
  font-family: arial;
}
.inside-hzhb-1 ul li .pic {
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  position: absolute;
}
@media (max-width: 640px) {
  .inside-hzhb-1 ul {
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }
  .inside-hzhb-1 ul li {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 20px;
  }
  .inside-hzhb-1 ul li .item {
    height: auto;
    padding: 30px 20px;
    border-radius: 5px;
  }
  .inside-hzhb-1 ul li .tit,
  .inside-hzhb-1 ul li .txt {
    font-size: 16px;
    line-height: 24px;
  }
  .inside-hzhb-1 ul li .pic {
    bottom: auto;
    left: auto;
    margin-top: 20px;
    position: relative;
  }
  .inside-hzhb-1 ul li .pic img {
    padding: 0 100px;
  }
}
.inside-hzhb-2 li .box {
  height: 270px;
  min-height: auto;
  padding-bottom: 10px;
}
.inside-hzhb-2 li .item .tit {
  color: #3560F2;
}
.inside-hzhb-2 li .txt {
  text-align: center!important;
}
.inside-hzhb-2 li .txt a {
  display: block;
  margin-bottom: 5px;
}
.inside-hzhb-2 li .txt a:hover {
  color: #85A0FA;
}
@media (max-width: 640px) {
  .inside-hzhb-2 li .box {
    height: auto;
    padding-bottom: 20px;
  }
  .inside-hzhb-2 li .item .txt {
    padding-left: 0px;
    text-align: center;
  }
}
.inside-hzhb-3 {
  margin-top: 100px;
  padding: 60px 0;
  overflow: hidden;
  background: #FBFBFB;
}
.inside-hzhb-3 ul {
  margin: 0 -14px;
  margin-top: 46px;
}
.inside-hzhb-3 ul li {
  width: 50%;
  float: left;
  padding: 14px;
}
.inside-hzhb-3 ul li .item {
  background: #fff;
  height: 170px;
  padding: 24px;
  line-height: 34px;
  text-align: left;
  border-radius: 8px;
  transition: all 500ms ease;
}
.inside-hzhb-3 ul li .tit {
  color: #333;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.inside-hzhb-3 ul li .tit img {
  margin-right: 10px;
}
.inside-hzhb-3 ul li .txt {
  line-height: 24px;
}
.inside-hzhb-3 ul li:hover .item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .inside-hzhb-3 {
    padding: 30px 0;
    margin-top: 0;
  }
  .inside-hzhb-3 ul {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .inside-hzhb-3 ul li {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .inside-hzhb-3 ul li .item {
    font-size: 14px;
    line-height: 16px;
    padding: 30px;
    height: auto;
  }
  .inside-hzhb-3 ul li .tit {
    font-size: 18px;
    line-height: 38px;
  }
}
.inside-hzhb-4 {
  margin-top: 100px;
}
.inside-hzhb-4 ul {
  padding: 70px 0;
}
.inside-hzhb-4 ul li {
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
}
.inside-hzhb-4 ul li:after {
  content: "";
  width: 70px;
  height: 49px;
  right: -10%;
  top: 7%;
  position: absolute;
  background: url(/html/images/hzhb-16.png) no-repeat center right;
}
.inside-hzhb-4 ul li p:first-child {
  min-height: 0.9rem;
height:89px;
}
.inside-hzhb-4 ul li .tit {
  color: #333;
  margin-top: 20px;
  font-weight: 600;
}
.inside-hzhb-4 ul li:last-child:after {
  display: none;
}
.inside-hzhb-4 .button {
  text-align: center;
}
.inside-hzhb-4 .button a {
  line-height: 60px;
  max-width: 280px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  border-radius: 8px;
  background: #3560F2;
  display: inline-block;
}
.inside-hzhb-4 .button a:hover {
  background: #20398e;
}
@media (max-width: 640px) {
  .inside-hzhb-4 {
    margin-top: 40px;
  }
  .inside-hzhb-4 ul {
    padding: 40px 0;
  }
  .inside-hzhb-4 ul li:after {
    /*display: none;*/
     top:-5%;
     right:-16%;
     background-size:30px;
     
  }
  .inside-hzhb-4 ul li p:first-child {
    min-height: auto;
    height:auto;
  }
  .inside-hzhb-4 ul li p:first-child img {
    max-height: 38px;
  }
  .inside-hzhb-4 ul li .tit {
    font-size: 14px;
    margin-top: 20px;
  }
  .inside-hzhb-4{
  	padding-bottom:50px!important;
  }
  .inside-hzhb-4 .button a {
    line-height: 40px;
    /*max-width: 100%;*/
    font-size: 20px!important;
    border-radius: 30px;
    width:auto;
    max-width:100%;
    min-width:150px;
  }
}
.inside-hzhb-5 {
  padding: 100px 0;
}
.inside-hzhb-5 .tu {
  margin-top: 40px;
  text-align: center;
}
.inside-hzhb-5 li {
  float: left;
  padding: 0 80px;
  text-align: center;
  width: 33.3333%;
  margin-top: 40px;
}
@media (max-width: 640px) {
  .inside-hzhb-5 {
    padding: 40px 0;
  }
  .inside-hzhb-5 .tu {
    margin-top: 10px;
  }
  .inside-hzhb-5 .tu img {
    max-height: 16px;
  }
  .inside-hzhb-5 li {
    padding: 0 10px;
  }
}
.inside-menu-2 {
  margin-top: 100px;
}
.inside-menu-2 ul {
  padding: 10px 0;
  background: #F6F7FD;
  border-radius: 8px;
}
.inside-menu-2 ul li {
  width: 33.333%;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.inside-menu-2 ul li a {
  color: #666;
  display: block;
  height: 60px;
  font-size: 24px;
  line-height: 60px;
  border-radius: 8px;
}
.inside-menu-2 ul li:hover > a,
.inside-menu-2 ul .active a {
  color: #fff;
  background: #3560F2;
}
@media (max-width: 640px) {
  .inside-menu-2 {
    margin-top: 20px;
  }
  .inside-menu-2 ul {
    padding-bottom: 10px 0;
    border-radius: 5px;
  }
  .inside-menu-2 ul li {
    padding: 0;
  }
  .inside-menu-2 ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 5px;
  }
}
.inside-hzhb-6 {
  padding-bottom: 90px;
}
   
.inside-hzhb-6 .leftnav {
  width: 13%;
  float: left;
  color: #333;
  font-size: 16px;
  min-height: 500px;
  line-height: 50px;
  margin-top: 60px;
}
    .inside-hzhb-6 .leftnav .tit {
        cursor: pointer;
        font-weight: 600;
        position: relative;
        overflow: hidden;
        height:50px;
        padding-right: 5px;
    }
    .inside-hzhb-6 .leftnav .tit a{
        color:#333;
    }
.inside-hzhb-6 .leftnav .tit i {
  font-style: normal;
  width: 10px;
  height: 10px;
  right: 3px;
  top: 19px;
  position: absolute;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  transform: rotate(-45deg);
  transition: all 500ms ease;
}
.inside-hzhb-6 .leftnav .tit:hover {
  color: #3560F2;
}
.inside-hzhb-6 .leftnav .txt {
  color: #666;
  display: none;
  padding-left: 10px;
  line-height: 38px;
}
.inside-hzhb-6 .leftnav .txt a {
  display: block;
  color: #666;
  overflow:hidden;
  height:48px;
}
.inside-hzhb-6 .leftnav .txt a:hover {
  color: #3560F2;
}
    .inside-hzhb-6 .leftnav .txt a.cur {
        color: #3560F2;
    }
.inside-hzhb-6 .leftnav .active {
  color: #3560F2;
}
    .inside-hzhb-6 .leftnav .active a {
        color: #3560F2;
    }
.inside-hzhb-6 .leftnav .active i {
  transform: rotate(45deg);
  border-right: solid 2px #3560F2;
  border-bottom: solid 2px #3560F2;
}
.inside-hzhb-6 .rightbox {
  width: 83%;
  float: right;
  margin-top: 60px;
}
.inside-hzhb-6 .rightbox ul {
  margin: 0 -10px;
}
.inside-hzhb-6 .rightbox li {
  width: 25%;
  float: left;
  overflow: hidden;
  padding: 10px;
}
.inside-hzhb-6 .rightbox li a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 30px;
  box-shadow: 0px 2px 13px 0px rgba(73, 112, 243, 0.11);
}
.inside-hzhb-6 .rightbox li .tit {
  color: #666;
  line-height: 30pxm;
  margin-top: 6px;
}
.inside-hzhb-6 .rightbox li .tit em {
  vertical-align: top;
  font-size: 12px;
  font-style: normal;
  display: inline-block;
}
.inside-hzhb-6 .rightbox li .tu {
  position: relative;
}
.inside-hzhb-6 .rightbox li .tu:after {
  content: "";
  display: block;
  padding-bottom: 29%;
}
.inside-hzhb-6 .rightbox li .more {
  height: 25px;
  color: #3560F2;
  padding: 0 30px;
  font-size: 14px;
  line-height: 23px;
  border-radius: 4px;
  margin-top: 16px;
  display: inline-block;
  transition: all 300ms ease;
  border: 1px solid #3560F2;
}
.inside-hzhb-6 .rightbox li:hover a {
  box-shadow: 0px 2px 13px 0px rgba(53, 96, 242, 0.35);
}
.inside-hzhb-6 .rightbox li:hover a .more {
  color: #fff;
  background: #3560F2;
}

    .inside-hzhb-6 .leftnav2 {
        display: none;
        width: 100%;
        float: left;
        color: #333;
        font-size: 16px;
        min-height: 50px;
        line-height: 50px;
        margin-top: 60px;
    }
        .inside-hzhb-6 .leftnav2 .tit {
            float: left;
            width: 33.333333%;
            text-align: center;
        }

    @media (max-width: 640px) {
        .inside-hzhb-6 {
    padding-bottom: 30px;
  }
  .inside-hzhb-6 .leftnav {
    display: none;
  }
    .inside-hzhb-6 .leftnav2 {
        display: block;
    }
  .inside-hzhb-6 .rightbox {
    width: 100%;
    float: none;
    margin-top: 0px;
  }
  .inside-hzhb-6 .rightbox ul {
    margin: 0 -10px;
  }
  .inside-hzhb-6 .rightbox li {
    width: 50%;
    float: left;
    overflow: inherit;
    padding: 0 10px;
    padding-top: 20px;
  }
  .inside-hzhb-6 .rightbox li a {
    height: auto;
    padding: 20px;
  }
  .inside-hzhb-6 .rightbox li .tit {
    font-size: 14px;
    line-height: 24px;
  }
  .inside-hzhb-6 .rightbox li .more {
    height: 26px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 15px;
    margin-top: 10px;
    border-radius: 5px;
  }
}
.inside-hehb-show {
  padding-bottom: 100px;
}
.inside-hehb-show .box-1 {
  padding: 47px 0;
  background: #F6F7FD;
}
.inside-hehb-show .box-1 li .tu {
  width: 30%;
  float: left;
  padding-left: 20px;
}
.inside-hehb-show .box-1 li .text {
  width: 70%;
  float: left;
  color: #333;
  line-height: 50px;
  font-size: 42px;
  font-weight: 600;
}
.inside-hehb-show .box-2 {
  padding-top: 60px;
}
.inside-hehb-show .box-2 .leftbox {
  width: 70%;
  float: left;
  text-align: justify;
}
.inside-hehb-show .box-2 .leftbox time {
  margin-bottom: 10px;
  display: block;
}
.inside-hehb-show .box-2 .leftbox .bt {
  color: #333;
  font-size: 20px;
  line-height: 40px;
  font-weight: 600;
}
.inside-hehb-show .box-2 .leftbox .bt img {
  margin-top: 2px;
  margin-right: 10px;
}
.inside-hehb-show .box-2 .leftbox .bt-2 {
  padding: 30px 0 15px 43px;
}
.inside-hehb-show .box-2 .leftbox .tu {
  margin-top: 30px;
}
.inside-hehb-show .box-2 .leftbox p {
  padding-left: 43px;
}
.inside-hehb-show .box-2 .rightbox {
  width: 27%;
  float: right;
  padding: 20px;
  background: #FAFAFF;
}

.inside-hehb-show .box-2 .rightbox2 {
    margin-top:20px;
}
.inside-hehb-show .box-2 .rightbox .tit {
  color: #333;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
}
.inside-hehb-show .box-2 .rightbox li {
  margin: 15px 0;
}
.inside-hehb-show .box-2 .rightbox li a {
  display: block;
  color: #666;
  height: 24px;
  overflow: hidden;
}
.inside-hehb-show .box-2 .rightbox li a:hover {
  color: #3560F2;
}
@media (max-width: 640px) {

.inside-hehb-show .box-2{padding-top:40px;}

  .inside-hehb-show {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .inside-hehb-show .box-1 {
    padding: 20px 0;
  }
  .inside-hehb-show .box-1 li .tu {
    padding-left: 0;
  }
  .inside-hehb-show .box-1 li .text {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
    padding-left: 0px;width:100%;
  }
  .inside-hehb-show .box-2 .leftbox,
  .inside-hehb-show .box-2 .rightbox {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 24px;
  }
  .inside-hehb-show .box-2 .leftbox .bt {
    font-size: 18px;
    line-height: 34px;
    margin-top: 20px;
  }
  .inside-hehb-show .box-2 .leftbox .bt-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .inside-hehb-show .box-2 .leftbox p {
    padding-left: 30px;
  }
  .inside-hehb-show .box-2 .leftbox .tu {
    margin: 20px 0;
  }
  .inside-hehb-show .box-2 .rightbox {
    margin-top: 30px;
    padding: 30px;
  }
  .inside-hehb-show .box-2 .rightbox .tit {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-hehb-show .box-2 .rightbox li a {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
  }
}
.bluebg {
  color: #fff;
  font-size: 42px;
  padding: 160px 0 80px 0;
  font-weight: 700;
  line-height: 50px;
  background: linear-gradient(90deg, #3560f2 0%, rgba(53, 96, 242, 0.74) 100%);
}
@media (max-width: 640px) {
  .bluebg {
    margin-top: 60px;
    height: auto;
    font-size: 24px;
    padding: 40px 0;
    line-height: 30px;
  }
}
.bluebg-two {
  color: #fff;
  margin-top: 90px;
  padding: 70px 0;
  background: linear-gradient(90deg, #3560f2 0%, rgba(53, 96, 242, 0.74) 100%);
}
.bluebg-two .title {
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
}
.bluebg-two .text {
  font-size: 18px;
  padding-top: 20px;
}
@media (max-width: 640px) {
  .bluebg-two {
    margin-top: 60px;
    height: auto;
    padding: 40px 0;
  }
  .bluebg-two .title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }
  .bluebg-two .text {
    font-size: 16px;
    padding-top: 20px;
    line-height: 24px;
  }
}
.bluebg-three {
  font-weight: 600;
  padding: 100px 0 160px 0;
}
.bluebg-three .title {
  font-size: 42px;
  line-height: 50px;
  text-align: center;
}
.bluebg-three .text {
  font-size: 18px;
  text-align: right;
  padding-top: 10px;
}
@media (max-width: 640px) {
  .bluebg-three {
    height: auto;
    padding: 50px 0;
  }
  .bluebg-three .title {
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }
  .bluebg-three .text {
    font-size: 14px;
    padding-top: 10px;
    text-align: center;
  }
}
.cwhzhb-1 {
  padding-bottom: 30px;
}
.cwhzhb-1 .leftbox {
  width: 47%;
  float: left;
  padding-top: 120px;
}
.cwhzhb-1 .leftbox ul {
  margin: 0 -14px;
}
.cwhzhb-1 .leftbox li {
  width: 50%;
  float: left;
  padding: 14px;
}
.cwhzhb-1 .leftbox li span {
  padding: 20px;
  position: relative;
  display: block;
  box-shadow: 0px 2px 6px 2px rgba(225, 225, 225, 0.59);
}
.cwhzhb-1 .leftbox li span:after {
  content: "";
  display: block;
  padding-bottom: 30%;
}
.cwhzhb-1 .leftbox .taghui {
  color: #666;
  margin-top: 20px;
}
.cwhzhb-1 .leftbox .tag {
  color: #333;
  margin-left: 20px;
  font-weight: 600;
  padding-left: 15px;
  margin-top: 5px;
  position: relative;
}
.cwhzhb-1 .leftbox .tag:before {
  content: "";
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 100%;
  background: #3560F2;
}
.cwhzhb-1 .leftbox-2 {
  padding-top: 20px;
}
.cwhzhb-1 .rightbox {
  width: 48%;
  float: right;
  position: relative;
  min-height: 500px;
  margin-top: -170px;
  z-index: 9;
  padding: 36px 30px;
  background: rgba(220, 220, 220, 0.18);
}
@media (max-width: 640px) {
  .cwhzhb-1 {
    padding-bottom: 0;
  }
  .cwhzhb-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .cwhzhb-1 .leftbox {
    width: 100%;
    float: none;
    font-size: 14px;
    display: none;
    padding-top: 0px;
    line-height: 24px;
  }
  .cwhzhb-1 .leftbox ul {
    margin-left: 0;
    margin-right: 0;
  }
  .cwhzhb-1 .leftbox li {
    padding: 5px;
  }
  .cwhzhb-1 .leftbox .tag {
    margin-top: 5px;
    margin-left: 0;
    padding-left: 10px;
  }
  .cwhzhb-1 .leftbox .tag:before {
    width: 5px;
    height: 5px;
    top: 10px;
    left: 0;
    margin-left: 0;
  }
  .cwhzhb-1 .rightbox {
    width: 100%;
    float: none;
    margin-top: 0px;
    padding: 20px;
    min-height: auto;
    border-radius: 5px;
  }
}
.inside-message {
  background: #fff;
  padding: 36px 55px;
  border: 1px solid rgba(151, 151, 151, 0.52);
}
.inside-message .bt {
  color: #666;
  font-size: 32px;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
}
.inside-message .txt {
  color: #999;
  text-align: center;
  padding-top: 20px;
}
.inside-message .button {
  text-align: center;
  margin-top: 25px;
}
.inside-message .button a {
  color: #fff;
  max-width: 280px;
  width: 100%;
  height: 50px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  background: #3560F2;
  border-radius: 6px;
}
.inside-message .button a:hover {
  background: #20398e;
}
.inside-message ul {
  padding-top: 20px;
}
.inside-message li .name {
  color: #333;
  font-weight: 500;
  font-size: 16px;
  padding: 14px 0 7px 0;
}
.inside-message li input,
.inside-message li textarea,
.inside-message li select {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  height: 36px;
  font-size: 16px;
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #D1D1D1;
}
.inside-message li textarea {
  resize: none;
  height: 72px;
  padding: 10px;
  font-family:  Source Han Sans CN, noto sans, helvetica neue, arial, hiragino sans gb, microsoft yahei ui, microsoft yahei, simsun, sans-serif !important;
}
.inside-message li input:focus,
.inside-message li textarea:focus {
  border-color: #999;
}
.inside-message li select {
  font-size: 14px;
  color: #999;
  background: url(/html/images/arrow.jpg) no-repeat center right #ffffff;
}
@media (max-width: 640px) {
  .inside-message {
    padding: 30px 20px;
  }
  .inside-message .bt {
    font-size: 20px;
    line-height: 30px;
  }
  .inside-message .button {
    margin-top: 20px;
  }
  .inside-message .button a {
    font-size: 16px;
    max-width: 100%;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
  }
  .inside-message .txt {
    font-size: 12px;
    line-height: 20px;
  }
  .inside-message li .name {
    font-size: 14px;
    line-height: 30px;
  }
  .inside-message li input,
  .inside-message li textarea,
  .inside-message li select {
    padding: 0 10px;
    height: 36px;
    line-height: 34px;
    border-radius: 3px;
    font-size: 14px;
  }
}
.inside-message-2 ul {
  margin-left: -25px;
  margin-right: -25px;
}
.inside-message-2 li {
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 25px;
}
.inside-message-2 .last {
  width: 100%;
  float: right;
}
@media (max-width: 640px) {
  .inside-message-2 ul {
    margin-left: 0;
    margin-right: 0;
  }
  .inside-message-2 li {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.inside-message-3 {
  padding-bottom: 48px;
}
.inside-message-3 .box {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
}
.inside-message-3 .box ul {
  padding-top: 0;
}
.inside-message-3 .box li {
  padding-top: 26px;
  position: relative;
}
.inside-message-3 .box li .name {
  width: 26%;
  float: left;
  padding: 0;
  line-height: 36px;
}
.inside-message-3 .box li p {
  width: 72%;
  float: right;
}
.inside-message-3 table {
  font-size: 16px;
  border: 0;
}
.inside-message-3 table th {
  width: 50%;
  border: 0;
  font-size: 20px;
  padding: 20px  27px;
  background: #EEF2FF;
}
.inside-message-3 table td {
  padding: 20px  27px;
  border: 0;
  border-top: 1px solid #EFEFEF;
}
@media (max-width: 640px) {
  .inside-message-3 .box {
    width: 100%;
    padding: 0px 0;
  }
  .inside-message-3 .box li .name {
    width: 100%;
    float: none;
    line-height: 30px;
  }
  .inside-message-3 .box li p {
    width: 100%;
    float: none;
  }
  .inside-message-3 table {
    font-size: 14px;
    line-height: 20px;
  }
  .inside-message-3 table th {
    font-size: 16px;
    padding: 8px 5px;
  }
  .inside-message-3 table td {
    padding: 8px 5px;
  }
}
.sqsh-1 .rightbox,
.ysxy-1 .rightbox {
  width: 100%;
  float: none;
}
@media (max-width: 640px) {
  .sqsh-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.sqsh-1 {
  padding: 100px 0;
}
@media (max-width: 640px) {
  .sqsh-1 {
    padding: 0;
  }
  .sqsh-1 .inside-message-3 .box li {
    padding-top: 10px;
  }
}
@media (max-width: 640px) {
  .sqsh-1 .rightbox {
    margin-top: -40px;
  }
}
.ysxy-1 {
  color: #333;
  line-height: 30px;
}
.ysxy-1 .t1 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}
.ysxy-1 .line {
  margin-top: 38px;
  border-top: 1px solid #E5E5E5;
}
.ysxy-1 .rightbox {
  margin-top: -130px;
}
.ysxy-1 .inside-message {
  padding-left: 35px;
  padding-right: 35px;
  text-align: justify;
}
@media (max-width: 640px) {
  .ysxy-1 {
    font-size: 14px;
    line-height: 24px;
  }
  .ysxy-1 .container {
    padding-left: 0;
    padding-right: 0;
  }
  .ysxy-1 .line {
    margin-top: 30px;
  }
  .ysxy-1 .t1 {
    font-size: 16px;
    line-height: 30px;
    padding: 0 10px;
  }
  .ysxy-1 .t2 {
    padding: 0 20px;
  }
  .ysxy-1 .rightbox {
    margin-top: 0;
  }
}
.tankuang-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  display:none;
}
.tankuang-1 .box {
  background: #fff;
  max-width: 1056px;
  width: 100%;
  height: 330px;
  top: 50%;
  left: 50%;
  padding-top: 106px;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}
.tankuang-1 .font24 {
  color: #333;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
}
.tankuang-1 a {
  color: #3560F2;
  padding-top: 40px;
  font-size: 18px;
  display: inline-block;
  text-decoration: underline;
}
.tankuang-1 a:hover {
  color: #20398e;
}
@media (max-width: 640px) {
  .tankuang-1 .box {
    max-width: 300px;
    height: 150px;
    padding: 30px;
    height: auto;
    line-height: 24px;
  }
  .tankuang-1 .font24 {
    font-size: 16px;
    line-height: 24px;
  }
  .tankuang-1 a {
    font-size: 14px;
    padding-top: 20px;
  }
}
.bc {
  padding-top: 200px;
  background: #f0f2f5;
}
.bc .container {
  padding: 0 100px;
  max-width: none;
}
.bc .pic {
  width: 50%;
  float: left;
  display: block;
}
.bc .txtbox {
  width: 50%;
  float: right;
  padding-top: 150px;
}
.bc .txtbox .t1 {
  color: #333;
  font-weight: 700;
  font-size: 42px;
  line-height: 60px;
}
.bc .txtbox .t2 {
  font-size: 20px;
  margin-top: 30px;
}
.bc .txtbox .button {
  margin-top: 100px;
}
.bc .txtbox .button a {
  max-width: 200px;
  width: 100%;
  color: #fff;
  border-radius: 12px;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #2151F2;
  text-align: center;
}
.bc .txtbox .button a:hover {
  background: #20398e;
}
.phone-nav-1 .box::-webkit-scrollbar {
  width: 2px;
  height: 1px;
}
.phone-nav-1 .box::-webkit-scrollbar-thumb {
  background: #000;
  width: 2px;
}
.phone-nav-1 .box::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
.phone-nav-1 {
  top: 60px;
  z-index: 10;
  position: fixed;
  right: 0%;
  width: 100%;
  height: 100%;
  display: none;
  padding-bottom: 100px;
}
.phone-nav-1 .close {
  position: absolute;
  z-index: 99;
  top: -40px;
  right: 20px;
  width: 30px;
  height: 20px;
  display: none;
  outline: solid 1px #f30;
  background: url(/html/images/cloase.png) no-repeat center center;
}
.phone-nav-1 .box {
  overflow-y: auto;
  padding: 40px 0;
  padding-bottom: 20px;
  padding-top: 10px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #f8f8f8;
}
.phone-nav-1 .list-menu li:last-child {
  border-bottom: 0;
}
.phone-nav-1 .list-menu li {
  font-size: 18px;
  position: relative;
  line-height: 30px;
  padding: 15px 10px;
  border-bottom: solid 1px rgba(179, 179, 179, 0.3);
}
.phone-nav-1 .list-menu li a {
  display: block;
  color: #333;
  padding: 7px 15px;
}
.phone-nav-1 .list-menu li span {
  z-index: 9;
  display: block;
  position: relative;
  color: #333;
  cursor: pointer;
  padding: 3px 15px;
}
.phone-nav-1 .list-menu li span:after {
  content: "";
  color: #666;
  font-size: 28px;
  width: 38px;
  height: 38px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  font-family: arial;
  width: 10px;
  height: 10px;
  right: 20px;
  top: 12px;
  position: absolute;
  transition: all 500ms ease;
  transform: rotate(-45deg);
  border-left: solid 2px #3560F2;
  border-bottom: solid 2px #3560F2;
}
.phone-nav-1 .list-menu li .active:after {
  transform: rotate(135deg);
}
.phone-nav-1 .list-menu .submenu {
  overflow: hidden;
  display: none;
  padding: 20px 0;
  padding-top: 10px;
}
.phone-nav-1 .list-menu .submenu .item {
  padding: 15px 0;
  overflow: hidden;
  border-top: solid 1px #eee;
}
.phone-nav-1 .list-menu .submenu h2 {
  font-size: 16px;
  color: #888;
  padding-left: 15px;
  position: relative;
}
.phone-nav-1 .list-menu .submenu a {
  color: #333;
  width: 50%;
  float: left;
  display: block;
  font-size: 16px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 15px;
}
.phone-nav-1 .list-menu li:first-child .submenu a {
  width: 33.333%;
  position: relative;
}
.inside-current-2 {
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 14px;
  border-top: solid 1px #ddd;
}
.footbottom {
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 99;
  position: fixed;
  background: #F3F6FE;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  box-shadow: 0 0 15px rgba(53, 96, 242, 0.2);
}
.footbottom li {
  width: 33.333%;
  float: left;
  color: #666;
  text-align: center;
}
.footbottom li span {
  width: 20px;
  height: 20px;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
  margin-right: 2px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  transition: all 0ms ease;
}
.footbottom li a {
  color: #666;
}
.footbottom .cur {
  background-color: #3560F2;
}
.footbottom .cur a {
  display: block;
  color: #fff;
}
.footbottom li:nth-child(1) span {
  background-image: url(/html/images/f2.png);
}
.footbottom li:nth-child(2) span {
  background-image: url(/html/images/f1.png);
}
.footbottom li:nth-child(3) span {
  background-image: url(/html/images/f3.png);
}
.footbottom .cur:nth-child(1) span {
  background-image: url(/html/images/f2-h.png);
}
.footbottom .cur:nth-child(2) span {
  background-image: url(/html/images/f1-h.png);
}
.footbottom .cur:nth-child(3) span {
  background-image: url(/html/images/f3-h.png);
}
@media (max-width: 640px) {
  .footbottom {
    display: block;
  }
}

.inside-hzhb-5 li span {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

    .inside-hzhb-5 li span::after {
        content: "";
        display: block;
        padding-bottom: 39%;
    }

.index-box-4 .scroll .item .tu span {
    display: block;
    width: 300px;
    padding: 0;
    overflow: hidden;
    position: relative;
    margin:0 auto;
}

    .index-box-4 .scroll .item .tu span::after {
        content: "";
        display: block;
        padding-bottom: 30%;
    }


    @media(max-width:480px){
        .inside-hzhb-6 .rightbox li .tit{
            height:48px;
        }
    }

#yingcang {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    line-height: 19px;
    border: 1px solid #333;
    cursor:pointer;
    border-radius:100%;
}


.banner .slick-dots {
    bottom: 100px;
}

    .banner .slick-dots li {
        margin: 0 5px;
    }

        .banner .slick-dots li button {
            width: 10px;
            height: 10px;
            opacity: 0.8;
        }

        .banner .slick-dots li.slick-active button {
            background: #d60c31;
            width: 30px;
            opacity: 1;
        }

.banner .slick-active img {
    animation: 1.5s fadeInRight2 ease;
}


.banner .txtbox a.bannerurltit {
    color: #fff;
}

.header .nav li .subnav-4 {
    width: 460px;
}

.inside-case-menu2 {
    margin-bottom: 20px;
    padding-top: 50px;
}
.inside-download-search{
    margin-top:50px;
    margin-bottom:20px;
}
.inside-download-search .search {
    width: 100%;
    max-width: 200px;
    background: none;
    border: 1px solid #D1D1D1;
    height: 36px;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
}
.inside-download-search .searchbtn {
    width: 100%;
    max-width: 100px;
    background: #3560F2;
    border: 1px solid #D1D1D1;
    height: 36px;
    border-radius: 5px;
    padding: 0 10px;
    margin-right: 10px;
    color:#fff;
    font-size:16px;
}
    .inside-download-search .searchbtn:hover {
        background: #20398e;
    }
   

   
@media(max-width:640px) {
	 .inside-case-menu2{
	 	padding-top:20px;
	 }
	 .inside-download-search{
	 	margin-top:20px;
	 	margin-bottom:0;
	 }
	 .inside-download-search .searchbtn{
	 	margin-right:0;
	 }
}
@media(max-width:1024px ) {
	 .inside-news-show img,
	 .inside-hehb-show{
	 	 max-width:auto!important;
	 	 height:auto!important;
	 }

.inside-hehb-show .box-2 .leftbox img{height:auto!important}

#_cl_qrcode{margin:0 auto;}



}







@media(max-width:415px){
	.inside-download-search .search{
	 	max-width:268px;
	 }
}
@media(max-width:413px){
	.inside-download-search .search{
	 	max-width:238px;
	 }
}
@media(max-width:380px){
	.inside-download-search .search{
	 	max-width:225px;
	 }
}

@media(max-width:360px) {
	.inside-download-search .search{
	 	max-width:209px;
	 }
}
@media(max-width:1100px){
    .bc{
        padding-top:50px;
    }
    .bc .container{
        padding:0 40px;
    }
    .bc .pic{
        width:100%;
        float:none;
    }
    .bc .txtbox{
        width:100%;
        float:none;
        text-align:center;
        padding-top:30px;
    }
    .bc .txtbox .t1{
        font-size:22px;
        line-height:30px;
    }
    .bc .txtbox .t2{
        font-size:15px;
        margin-top:15px;
    }
    .bc .txtbox .button{
        margin-top:50px;
    }
}

.inside-product-xz {
  padding-bottom: 100px;
}
.inside-product-xz table{
	margin-top: 50px;
}
.inside-product-xz table tr td{
	padding:10px;
	border:1px solid #999;
	color:#333;
}

.inside-product-xz table tr td:first-child{
	text-align:center;
}
@media (max-width: 640px) {
	.inside-product-xz {
	  padding-bottom: 40px;
	}
}
.home-partner {
	padding-bottom: 30px;
}
.home-partner .index-title .title {
	margin-bottom: 30px;
}
.home-partner .nr {
	margin-top: 40px;
}
.home-partner .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: -10px;
	margin-right: -10px;

}
.home-partner .list li {
	width: 50%;
	padding: 0 10px 20px 10px;
}
.home-partner .list .box {
	min-height: 100%;
	display: block;
	background: #fff;
	box-shadow: 0 0 10rem/10 0 rgba(0, 0, 0, .2);
	padding: 30px 20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
}
.home-partner .list .city-logo {
	height: 40px;
	line-height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.home-partner .list .city {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	position: relative;
	padding-left: 7px;
	flex: 1;
}
.home-partner .list .city img{
	position: absolute;
	left: 0;
	bottom: 0;
}
.home-partner .list .logo {
	height: 40px;
	display: block;
}
.home-partner .list .logo img {
	max-width: 100%;
	max-height: 100%;
}
.home-partner .list .title {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin-bottom: 10px;
}

.home-partner .list .div-1 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;

	border-bottom: 1px #eee solid;
	padding-bottom: 20px;
}
.home-partner .list .div-1>span {
	min-width: 110px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	color: #333;
	border-radius: 20px;
	padding: 0 10px;
	line-height: 40px;
	font-size: 16px;
	margin-right: 10px;
	margin-bottom: 10px;
	height: 40px;
}

.home-partner .list .div-1>span img{
	vertical-align: middle;
	margin-top: -5px;
}

.home-partner .list .div-2 {
	display: flex;
	flex-wrap: wrap;
}
.home-partner .list .div-2>span {
	display: inline-block;
	border-radius: 10px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
}

@media (max-width: 1366px) {
	.home-partner .list .div-2>span {
		font-size: 12px;
	}
.banner-5 .box{padding-top:40px;}	
}

@media (max-width: 640px) {
	.home-partner .list li {
		width: 100%;
	}
	.home-partner .list .box {
		padding-bottom: 20px;
	}

	.home-partner .list .div-1 {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
	.home-partner .list .div-1>span {
		min-width: 75px;
		padding: 0 5px;
		line-height: 30px;
		height: 30px;
		font-size: 12px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	
	.home-partner .list .div-1 > span img {
	  max-height: 20px;
	}
   
	.home-partner .list .div-2>span {
		min-width: 60px;
		padding: 0 5px;
		line-height: 30px;
		font-size: 12px;
		margin-right: 5px;
		margin-bottom: 10px;
	}
}


.inside-contact .box-2 .tabmenu #bgdd{display: flex;
  justify-content: center;}
  

.banner-5 .box .title-xz{
	font-size:62px;
	line-height:70px;
}

.banner-5 .box .text-xz{
	font-size:36px;
	line-height:40px;
	margin-top:50px;
}


.hzhbzm{
	padding:100px 0;
}

.hzhbzm .list ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
	padding-top:34px;
}

.hzhbzm .list li{
	width:50%;
	padding:0 10px;
	padding-top:20px;
	display:flex;
}

.hzhbzm .list li .item{
	background:#fff;
	width:100%;
	min-height:100%;
	padding:36px;
	transition:all 500ms ease;
	box-shadow: 0px 0px 0px 1px rgba(116,142,249,0.06), 0px 10px 36px 0px rgba(121,176,243,0.16);
	border-radius: 8px;
}

.hzhbzm .list li .title{
	display:flex;
	align-items:center;
}
.hzhbzm .list li .title .icon{
	width: 60px;
	height: 60px;
	position:relative;
	background: #EFF2FB;
	transition:all 500ms ease;
	box-shadow: 0px 2px 5px 0px rgba(225,225,225,0.3);
	border-radius: 14px 14px 14px 14px;
}

.hzhbzm .list li .bt{
	padding-left:10px;
	font-weight: 500;
	font-size: 28px;
	color: #333333;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}

.hzhbzm .list li .title .img-2{
	top:0;
	left:0;
	opacity:0;
	position:absolute;
	transition:all 500ms ease;
}

.hzhbzm .list li .text{
	font-weight: 400;
	
	font-size: 18px;
	color: #666666;
	line-height: 38px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-top:16px;
}

.hzhbzm .list li .t-1{
	position:relative;
	padding-left:20px;
}
.hzhbzm .list li .t-1:before{
	top:16px;
	left:0;
	content:"";
	width:4px;
	height:4px;
	background:#999;
	position:absolute;
	border-radius:50px;
}



@media(min-width:1025px ) {
	.hzhbzm .list li:hover .item{
		 transform:translateY(-10px);
	}
	.hzhbzm .list li:hover .bt{
		color:#3560F2;
	}
	.hzhbzm .list li:hover .title .icon{
		background:#3560F2;
	}
	.hzhbzm .list li:hover .title .img-1{
		opacity:0;
	}
	.hzhbzm .list li:hover .title .img-2{
		opacity:1;
	}
}

.hzhbzm-2{
	padding:100px 0;
	background: #FBFBFB;
}

.hzhbzm-2 .title-2{
	padding-top:15px;
	
	font-weight: 400;
	font-size: 22px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.hzhbzm-2 .list ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
	padding-top:60px;
}

.hzhbzm-2 .list li{
	width:25%;
	padding:0 10px;
	display:flex;
}

.hzhbzm-2 .list li .item{
	padding:25px 0;
    width:100%;
    position:relative;
    text-align:center;
    min-height:100%;
	background: #FFFFFF;
	/*box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2);*/
	border-radius: 0px 0px 0px 0px;
}

.hzhbzm-2 .list li .item:after{
	content:"";
	bottom:0;
	left:0;
	width:0;
	height:3px;
	position:absolute;
	background:#3560F2;
	transition:all 500ms ease;
}

.hzhbzm-2 .list li .t-1{
	margin-top:25px;
	font-weight: 600;
	font-size: 26px;
	color: #3560F2;
	line-height: 32px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.hzhbzm-2 .list li .t-2{
	margin-top:20px;
	
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.hzhbzm-2 .list li:hover .item{
 		box-shadow: 0px 8px 24px 0px rgba(149,157,165,0.2);
}
.hzhbzm-2 .list li:hover .item:after{
	width:100%;
}


.hzhbzm-3{
	padding:100px 0;
}
.hzhbzm-3 .title-2{
	padding-top:15px;
	
	font-weight: 400;
	font-size: 22px;
	color: #666666;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.hzhbzm-3 .list ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
	margin-top:60px;
}

.hzhbzm-3 .list li{
	width:16.25%;
	padding:0 10px;
	/*transition:all 500ms ease;*/
}
.hzhbzm-3 .list li .item{
	padding:50px 25px;
	position:relative;
	height:428px;
	overflow:hidden;
	background: linear-gradient( 180deg, rgba(147,121,255,0.6) 0%, rgba(255,255,255,0) 65%);
	border-radius: 18px 18px 18px 18px;
}

.hzhbzm-3 .list li.active{
	width:35%;
}
.hzhbzm-3 .list li.active .item{
	box-shadow: 0px 4px 31px 0px rgba(0,0,0,0.1);
}
.hzhbzm-3 .list li.active .t-2{
	opacity:1;
}
.hzhbzm-3 .list li.active .t-4{
	opacity:0;
}
.hzhbzm-3 .list li .t-1{
	width:120%;
	position:relative;
	padding-bottom:10px;
	font-weight:500;
	font-size: 22px;
	color: #6844FF;
	line-height: 26px;
	font-style: normal;
	text-transform: none;
	margin-bottom:30px;
}
.hzhbzm-3 .list li .t-1:before{
	content:"";
	width:70px;
	height:2px;
	bottom:0;
	left:0;
	position:absolute;
	background:#6844FF;
}

.hzhbzm-3 .list li .t-2{
	opacity:0;
	position:relative;
	padding-left:20px;
	
	font-weight: 400;
	font-size: 18px;
	color: #666;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
padding-bottom:15px;
}
.hzhbzm-3 .list li .t-2:before{
	top:9px;
	left:0;
	content:"";
	width:4px;
	height:4px;
	background:#666;
	position:absolute;
	border-radius:50px;
}
.hzhbzm-3 .list li .t-3{
	/*margin-top:50px;*/
position:absolute;
bottom:20px;
display:none
}
.hzhbzm-3 .list li.active .t-3{display:block;}
.hzhbzm-3 .list li .t-3 a{
	width: 115px;
	height: 35px;
	display:inline-block;
	background: #6844FF;
	border-radius: 4px 4px 4px 4px;
	
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height:35px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.hzhbzm-3 .list li .t-4{
	  right:0;
	  bottom:0;
	  /*width:108px;
	  height:108px;*/
	  overflow:hidden;
	  line-height:100px;
	  text-align:center;
	  vertical-align:middle;
	  position:absolute;
	  border-radius:20px;
	  transition:all 500ms ease;
	  background:rgba(147,121,255,0.6);
	  background-color:transparent!important;
}
.hzhbzm-3 .list li .t-4 img{
	max-height:160px;
}
.hzhbzm-3 .list li .t-4 span{
	z-index:5;
	display:inline-block;
	position:relative;
}
/*.hzhbzm-3 .list li .t-4:before{
	content:"";
	top:-42px;
	left:-10px;
	z-index:2;
	width:184px;
	height:184px;
	position:absolute;
	backdrop-filter: blur(5px);
	background:url(/html/images/hzhbzm-10.png) no-repeat center center;
	background-size:cover;
}*/
.hzhbzm-3 .list li .t-4 img{
	vertical-align:middle;
}

.hzhbzm-3 .list li:nth-child(2) .item{
	background: linear-gradient( 180deg, rgba(83,158,255,0.3) 0%, rgba(255,255,255,0) 65%);
}
.hzhbzm-3 .list li:nth-child(3) .item{
	background: linear-gradient( 180deg, rgba(255,230,190,0.5) 0%, rgba(245,255,236,0) 65%);
}
.hzhbzm-3 .list li:nth-child(4) .item{
	background: linear-gradient( 180deg, rgba(53,200,122,0.3) 0%, rgba(255,255,255,0) 65%);
}
.hzhbzm-3 .list li:nth-child(5) .item{
	background: linear-gradient( 180deg, rgba(7,211,197,0.3) 0%, rgba(255,255,255,0) 65%);
}
.hzhbzm-3 .list li:nth-child(2) .t-1{
	color:#1397EE;
}
.hzhbzm-3 .list li:nth-child(2) .t-1:before{
	background:#1397EE;
}
.hzhbzm-3 .list li:nth-child(3) .t-1{
	color:#D99017;
}
.hzhbzm-3 .list li:nth-child(3) .t-1:before{
	background:#D99017;
}
.hzhbzm-3 .list li:nth-child(4) .t-1{
	color:#0DA857;
}
.hzhbzm-3 .list li:nth-child(4) .t-1:before{
	background:#0DA857;
}
.hzhbzm-3 .list li:nth-child(5) .t-1{
	color:#1C958D;
}
.hzhbzm-3 .list li:nth-child(5) .t-1:before{
	background:#1C958D;
}
.hzhbzm-3 .list li:nth-child(2) .t-4{
	background:#5EBFFF;
}

.hzhbzm-3 .list li:nth-child(3) .t-4{
	background:#FDC669;
}
.hzhbzm-3 .list li:nth-child(4) .t-4{
	background:#3ED988;
}
.hzhbzm-3 .list li:nth-child(5) .t-4{
	background:#62F1E8;
}
.hzhbzm-3 .list li:nth-child(2) .t-3 a{
	background:#1397EE;
}
.hzhbzm-3 .list li:nth-child(3) .t-3 a{
	background:#D99017;
}
.hzhbzm-3 .list li:nth-child(4) .t-3 a{
	background:#0DA857;
}
.hzhbzm-3 .list li:nth-child(5) .t-3 a{
	background:#1C958D;
}
.hzhbzm-3 .list-2 {
	position:relative;
}
.hzhbzm-3 .list-2 ul{
	/*margin:0 -10px;*/
	padding-top:20px;
}
.hzhbzm-3 .list-2 li{
	 width:25%;
	 /*padding:0 10px;*/
	 /*padding-top:20px;*/
	 
}

.hzhbzm-3 .list-2 li .item{
	position:relative;
	margin-top:20px;
}

.hzhbzm-3 .list-2 li .pic{
	border-radius:8px;
	position:relative;
}
.hzhbzm-3 .list-2 li .pic:after{
	content:"";
	display:block;
	padding-bottom:32%;
}
.hzhbzm-3 .list-2 li .pic img{
	border-radius:8px;
}

.hzhbzm-3 .list-2 li .pic-hover{
		top:0;
		left:0;
		opacity:0;
		color:#fff;
		width:100%;
		height:100%;
		display:flex;
		padding:0 10px;
		font-size:26px;
		justify-content:center;
		align-items:center;
		background:#3560F2;
		text-align:center;
		position:absolute;
		border-radius:8px;
		transition:all 600ms ease;
}

.hzhbzm-3 .list-2 .swiper-button-prev,
.hzhbzm-3 .list-2 .swiper-button-next{
	width:48px;
	height:48px;
	transition:all 500ms ease;
	color:transparent;
}
.hzhbzm-3 .list-2 .swiper-button-prev{
	 left:-148px;
	 background:url(/html/images/prev.png) no-repeat center center;
	 background-size:48px; 
}
.hzhbzm-3 .list-2 .swiper-button-prev:hover{
	 background:url(/html/images/prev-h.png) no-repeat center center;
	 background-size:48px; 
}
.hzhbzm-3 .list-2 .swiper-button-next{
	 right:-148px;
	 background:url(/html/images/next.png) no-repeat center center;
	 background-size:48px; 
}
.hzhbzm-3 .list-2 .swiper-button-next:hover{
	 background:url(/html/images/next-h.png) no-repeat center center;
	 background-size:48px; 
}

@media(max-width:1024px) {
	.hzhbzm-3 .list-2 .swiper-button-prev{
		left:0;
		background:url(/html/images/prev.png) no-repeat center center!important;
	 	background-size:38px; 
	}
	.hzhbzm-3 .list-2 .swiper-button-next{
		right:0;
		background:url(/html/images/next.png) no-repeat center center!important;
	 	background-size:38px; 
	}
	
	.hzhbzm-3 .list-2 .swiper-button-prev,
	.hzhbzm-3 .list-2 .swiper-button-next{
		border-radius:50%;
		width:38px;
		height:38px;
		
	}
	
}

@media(min-width:1025px) {
	.hzhbzm-3 .list-2 li .item:hover .pic-hover{
		opacity:1;
	}
}

.hzhbzm-4{
	padding:100px 0;
}
.hzhbzm-4  .list ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.hzhbzm-4  .list li{
	text-align:center;
	position:relative;
}
/*.hzhbzm-4  .list li:after{
	content:"";
	width:70px;
	height:49px;
	top:50%;
	left:200%;
	transform:translateY(-20%);
	position:absolute;
	background:url(/html/images/hzhbzm-24.png) no-repeat center center;
	background-size:cover;
}*/
.hzhbzm-4  .list li:last-child:after{
	display:none;
}
.hzhbzm-4  .list li .icon{
	margin-top:80px;
height:89px;

}
.hzhbzm-4  .list .li-1 .icon{
         margin-top:100px;
}
@media(max-width:1024px) {
	
	.hzhbzm-4 .list .li-1 .icon{
	   margin-top:60px!important;
	}
}
@media (max-width:640px) {
        .hzhbzm-4  .list .li-1{
               /* display:none;*/
        }
}
.hzhbzm-4  .list li .tit{
	margin-top:20px;
	font-weight:500;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	font-style: normal;
	text-transform: none;
}
.hzhbzm-4 .button{
	margin-top:90px;
	text-align:center;
}
.hzhbzm-4 .button a{
	width: 380px;
	height: 70px;
	line-height:70px;
	text-align:center;
	display:inline-block;
	background: #3560F2;
	border-radius: 8px 8px 8px 8px;
	 
	font-weight: 500;
	font-size: 26px;
	color: #FFFFFF;
	font-style: normal;
	text-transform: none;
}


.hzhbzm-4 .button a:hover{
	background:#d60c31;
}

.hzhbzm-5{
	padding:70px 0;
	background: #FBFBFB;
}

.hzhbzm-5 .index-title{
	  text-align:left;
	  display:flex;
	  justify-content:space-between;
}
.hzhbzm-5 .more{
	font-size:22px;
}
.hzhbzm-5 .more a{
	text-decoration: none;
}
.hzhbzm-5 .more i{
	padding-left:10px;
	font-style:normal;
	font-family:"宋体";
	font-weight:700;
}

.hzhbzm-5 .list ul{
	display:flex;
	flex-wrap:wrap;
	margin:0 -10px;
}
.hzhbzm-5 .list li{
	width:33.333%;
	padding:0 10px;
	margin-top:45px;
}
.hzhbzm-5 .list li .pic{
	position:relative;
	overflow:hidden;
}
.hzhbzm-5 .list li .pic img{
	transition:all 700ms ease;
}
.hzhbzm-5 .list li .text{
	padding:20px;
	padding-bottom:50px;
	background: #F5F5F7;
}
.hzhbzm-5 .list li .time{
	  color:#666;
	  
}

.hzhbzm-5 .list li .tit{
	height: 56px;
	margin-top:11px;
	font-weight: 500;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	overflow:hidden;
}
.hzhbzm-5 .list li .txt{
	margin-top:20px;
	
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	height:56px;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

@media(min-width:1025px) {
	  .hzhbzm-5 .list li:hover .tit{
	  	 color: #3560F2;
	  }
	  .hzhbzm-5 .list li:hover .pic img{
	  	transform:scale(1.05);
	  }
}

.index-ad-2 .title{
	font-size:44px;
	line-height:50px;
}
.index-ad-2 .title-2{
	font-size:22px;
	padding-top:20px;
}

@media(max-width:1024px) {
	.hzhbzm{
		padding:50px 0;
	}
	 .index-ad-2 .title{
		font-size:20px;
		line-height:30px;
	}
	
	.index-ad-2 .title-2{
		font-size: 16px;
		padding-top:10px;
	}
	
	 .banner-5 .box .title-xz{
		 	font-size:30px;
		 	line-height:40px;
	 }
	 .banner-5 .box .text-xz{
	 	font-size:16px;
	 	margin-top:10px;
	 }
	 .hzhbzm .list li .item{
	 	padding:30px;
	 }
	 .hzhbzm .list li .text{
	 	font-size:15px;
	 	line-height:24px;
	 }
	 .hzhbzm .list li .bt{
	 	font-size:24px;
	 }
	 .hzhbzm-2{
	 	 padding:50px 0;
	 }
	 .hzhbzm-2 .title-2{
	 	font-size:15px;
	 	padding-top:0;
	 }
	 .hzhbzm-2 .list ul{
	 	padding-top:0px;
	 }
	 .hzhbzm-2 .list li{
	 	width:50%;
	 	margin-top:20px;
	 }
	 .hzhbzm-2 .list li .t-1{
	 	font-size:20px;
	 }
	 .hzhbzm-2 .list li .t-2{
	 	font-size:16px;
	 	line-height:26px;
	 	margin-top:10px;
	 }
	 
	 .hzhbzm-2 .list li .icon img{
	 	max-height:70px;
	 }
	 
	 .hzhbzm-3{
	  	padding:50px 0;
	 }
	 .hzhbzm-3 .title-2{
	 		padding-top:0px;
	 		font-size:14px;
	 }
	 .hzhbzm-3 .list ul{
	 	margin-top:10px;
	 }
	 .hzhbzm-3 .list li{
	 	margin-top:20px;
	 	width:50%!important;
	 }
	 .hzhbzm-3 .list li .t-2::before{
	 	 top:10px;
	 }
	 .hzhbzm-3 .list li .t-2{
	 	font-size:15px;
	 	line-height:24px;
	 	opacity:1!important;
	 }
	 .hzhbzm-3 .list li .t-3{
	 		margin-bottom:20px;
	 		margin-top:20px;
	 		position:relative;
	 		bottom:auto;
	 		display:block!important;
	 }
	 .hzhbzm-3 .list li .t-4{
	 	display:none!important;
	 }
	 .hzhbzm-3 .list li .t-1{
	 	width:100%;
	 }
	 .hzhbzm-3 .list li .item{
	 		height:auto;
	 		padding:30px;
	 		box-shadow: 0px 4px 31px 0px rgba(0,0,0,0.1)!important;
	 }
	 
	 .hzhbzm-4{
	 	padding:50px 0;
	 }
	 
	 .hzhbzm-4 .list li .icon{
	 			margin-top:40px;
			  height:89px;
	 }
	 .hzhbzm-4 .list li::after{
	 	 left:150%;
	 	 
	 }
	 .hzhbzm-4 .list li .tit{
	 	font-size:18px;
	 }
	 
	 .hzhbzm-4 .button{
	 	  margin-top:40px;
	 }
	 .hzhbzm-4 .button a{
	 	  width:220px;
	 	  font-size:20px;
	 	  height:50px;
	 	  line-height:50px;
	 }
	 .hzhbzm-5{
	 	padding:50px 0;
	 }
	 .hzhbzm-3 .list li .t-3{
			text-align:center;
	}
	 .float{
	 	display:none;
	 }
	#WECHAT_mini{
		display:none!important;
	}
}

@media(max-width:768px){
	.hzhbzm .list ul{
		padding-top:0px;
	}
	.hzhbzm .list li{
		width:100%;
	}
	.hzhbzm-3 .list-2 li{
		width:33.333%;
	}
	
}

@media(max-width:600px){
	.hzhbzm-2 .list li{
		width:100%;
	}
	.hzhbzm-3 .list li{
		width:100%!important;
	}
	.hzhbzm-4 .list ul{
		flex-wrap:nowrap;
	}
	.hzhbzm-4 .list li{
		width:30%;
	}
	.hzhbzm-4 .list{
		margin-top:40px;
	}
	.hzhbzm-4 .list li .icon{
		height:auto;
		margin-top:0;
	}
 .hzhbzm-4 .list li .icon img{
 			max-height:40px;
 }
 
 .hzhbzm-4 .list li .tit{
 		font-size:15px;
 		width:135%;
 		margin-left:-10%;
 }
 .hzhbzm-4 .list .li-1 .icon{
 	margin-top:0!important;
 }
.hzhbzm-4 .button a{
	  width:auto;
	  padding: 0 20px;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    border-radius: 30px;
	
}
	.hzhbzm-4 .list li:nth-child(2n):after{
		display:none;
	}
	.hzhbzm-5 .list li{
		width:50%;
		margin-top:20px;
	}
	.hzhbzm-5 .list li .text{
		padding:20px;
	}
	.hzhbzm-5 .list li .txt{
		margin-top:10px;
	}
	.hzhbzm-5 .more{
		font-size:16px;
	}
	.hzhbzm .list li .bt{
		font-size:20px;
	}
	.hzhbzm-5 .list li .time{
		font-size:12px;
	}
	.hzhbzm-5 .list li .tit{
		
		line-height: 24px;
    height: 24px;
    font-size: 16px;
    overflow: hidden;
    margin-top: 10px;
	}
	
	.hzhbzm-5 .list li .txt{
			font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-align: justify;
	}
	
}

@media(max-width:480px){
	.hzhbzm-3 .list-2 li{
		width:50%;
	}
	.hzhbzm-4 .list li:after{
		left:85%;
	}
	.hzhbzm-5 .list li{
		width:100%;
	}
	.hzhbzm-5 .list li .pic img{
		width:100%;
	}
}