﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
tr,
table,
tbody,
thead,
tfoot,
em,
strong,
span {
  padding: 0;
  margin: 0;
  font-family: arial, "微软雅黑";
}
*{
  outline: none;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0 none;
  vertical-align: middle;
  width: auto;
  height: auto;
}
input {
  vertical-align: middle;
}
em {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
body {
  position: relative;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '\20';
  display: block;
  clear: both;
}
._fl {
  float: left;
}

._fr {
  float: right;
}

.none {
  display: none;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}

.text_c {
  text-align: center;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.line20 {
  line-height: 200%;
}

.fc-fff {
  color: #fff;
}

/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #f3f5f9;
}

/* item统一背景样式 */

.t-cont-item {
  width: 100%;
  margin: 0 auto;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*overflow: hidden;*/
  font-size: 16px;
  position: relative;
}

/* item主体内容区 */

.t-content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
}

/* 通用一级标题 */

.t-main-title {
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  color: #33507a;
  padding: 80px 0px 40px 0;
  position: relative;
  margin: 0 auto;
  width: 96%;
  font-weight: bold;
}
.t-main-title span{
  display: block;
}
.box-visible{
  overflow: visible;
}

/* 通用二级标题 */
.t-sub-title {
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  color: #505251;
  width: 90%;
  margin: 0 auto;
  line-height: 26px;
  margin-bottom: 30px;
}
.text-left{
  text-align: left;
}
.sub-title{
  font-size: 16px;
  color: #505050;
  width: 78%;
  margin: 0 auto;
}

.t-main-des{
  font-size: 20px;
  color: #595757;
  font-weight: bold;
  text-align: center;
  line-height: 20px;
  margin: 20px auto;
}
/* 通用文字 */
.t-intro,
.t-intro p {
  font-size: 18px;
  line-height: 26px;
  color: #000;
  margin-top: 25px;
}

.t-img {
  position: relative;
  text-align: center;
  z-index: 1;
}
.t-img img {
  width: auto;
  max-width: 100%;
}
.t-intro span.tips {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fd300e;
  text-align: left;
}
.hidden{
  overflow: hidden;
}
.t-cont-item .btn{
  min-width: 168px;
  width: 168px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  background: #e50039;
  border: 1px solid #e50039;
  border-radius: 44px;
  text-decoration: none;
  margin: 10px auto;
  font-size: 16px;
  display: block;
  clear: both;
  overflow: hidden;
}
.t-cont-item .btn:hover{
  background: #fff;
  color: #e50039;
}
.t-page1 {
  background-image: url('../images/banner.png');
  background-position: center bottom;
  height: 690px;
}
.page1-cont{
  width: 55%;
  float: left;
  margin: 170px auto 0 auto;
}
.page1-title{
  width: 100%;
  font-size: 64px;
  color: #505251;
  font-weight: bold;
}
.page1-des{
  font-size: 30px;
  margin: 45px 0 80px 10px;
  color: #e60039;
}

.page1-btnList{
  margin: 30px auto;
}
.page1-btnList .btn{
  text-align: center;
  display: inline-block;
  min-width: 170px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e50039;
  font-size: 16px;
  text-decoration: none;
  border-radius: 43px;
  margin: 10px;
  border: 1px solid #e60039;
  padding: 0;
  cursor: pointer;
}
.page1-btnList .btn.btn2 span{
  background: url(../images/icon2.png) no-repeat right center;
  background-size: 20px;
  padding-right: 30px;
  display: inline-block;
}
.page1-btnList .btn:hover{
  background: #fff;
  color: #e50039;
}
.page1-btnList .btn.btn2:hover span{
  background: url(../images/icon1.png) no-repeat right center;
  background-size: 20px;  
}
.t-nav{
  background: #666666;
  height: 60px;
  line-height: 60px;
}
.t-nav .nav-page{
  float: left;
}
.t-nav .nav-page li{
  float: left;
  background: url(../images/next_1.png)  no-repeat right center;
  color: #a6a6a6;
  padding: 0 20px;
  font-size: 16px;
}
.t-nav .nav-page li a{
  color: #a6a6a6;
  text-decoration: none;
  cursor: pointer;
}
.t-nav .nav-page li:first-child img{
  display: block;
  margin: 19px 0;
}
.t-nav .nav-page li:last-child{
  background: none;
}
.t-nav .nav-page li:last-child a{
  color: #fff;
}
.t-nav .nav-lists{
  float: right;
}
.t-nav .nav-lists li{
  float: left;
}
.t-nav .nav-lists li a{
  text-decoration: none;
  color: #fff;
  padding: 0 20px;
  border-right: 1px solid #fff;
  font-size: 16px;
  cursor: pointer;
}
.t-page2 {
  background: #f7fcfe;
  padding-bottom: 50px;
}
.page2-cont{
  display: flex;
}
.page2-cont .page2-item{
  position: relative;
  flex: 1;
  margin: 20px 15px;
}
.page2-cont .page2-item > img{
  width: 100%;
}
.page2-cont .page2-item > p{
  position: absolute;
  top: 56%;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  width: 70%;
  left: 18%;
}
.t-page3 {
  background-image: url('../images/page3-bg.png');
  padding-bottom: 50px;
}
.t-page3 .page3-cont > img{
  display: block;
  width: 80%;
  margin: 20px auto;
}
.t-page3 .page3-cont .page3-item{
  overflow: hidden;
  position: relative;
  background: #e0ebf5;
  border: 1px solid #a6c6e0;
  width: 78%;
  margin: 0 auto;
}
.t-page3 .page3-cont .page3-item > img{
  display: block;
  width: 90%;
  margin: 20px auto;
}
.t-page3 .page3-cont .page3-item ul{
  position: absolute;
  width: 68%;
  left: 16%;
  top: 12%;
  height: 62%;
}
.t-page3 .page3-cont .page3-item ul li{
  position: absolute;
  color: #505050;
  font-size: 16px;
  line-height: 40px;
}
.t-page3 .page3-cont .page3-item ul li:nth-child(1){
  left: 0;
  top: 0;
}
.t-page3 .page3-cont .page3-item ul li:nth-child(2){
  left: 0;
  bottom: 0;
}
.t-page3 .page3-cont .page3-item ul li:nth-child(3){
  right: 0;
  top: 0;
}
.t-page3 .page3-cont .page3-item ul li:nth-child(4){
  right: 0;
  bottom: 0;
}
.t-page4 {
  background: #fff;
  padding-bottom: 20px;
}
.page4-cont{
  width: 78%;
  margin: 60px auto;
}
.t-page5 {
  background: #f7fcfe;
  padding-bottom: 70px;
}
.page5-cont > img{
  display: block;
  width: 94%;
  margin: 20px auto;
}
.t-page6{
  background-image: url(../images/page6-bg.png);
  padding-bottom: 30px;
}
.t-page6 .page6-tab{
  display: flex;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #a6c6e0;
  width: 80%;
  margin: 20px auto 30px auto;
  border-radius: 47px;
  overflow: hidden;
}
.t-page6 .page6-tab li{
  flex: 1;
  text-align: center;
  border-left: 3px solid #e8f1f8;
  cursor: pointer;
  color: #335078;
}
.t-page6 .page6-tab li.active{
  background: #379fdc;
  color: #fff;
}
.t-page6 .page6-tab li:first-child{
  border-left: none;
}
.page6-info .page6-item{
  display: none;
}
.page6-info .page6-item.active{
  display: block;
}
.page6-info .page6-item{
  overflow: hidden;
  clear: both;
  width: 100%;
  margin: 20px auto;
}
.page6-item .page6-img-left{
  float: left;
  width: 44%;
  margin: 20px auto;
}
.page6-item .item-cont{
  float: left;
  width: 48%;
  padding: 5% 2%;
}
.page6-item .item-cont .item-tit{
  font-size: 24px;
  color: #379fdc;
  line-height: 30px;
  padding: 10px 0;
}
.page6-item .item-cont .item-des{
  color: #505050;
  font-size: 16px;
  line-height: 26px;
}
.page6-item .item-cont .item-des.item-des-num{
  padding-left: 22px;
  position: relative;
}
.page6-item .item-cont .item-des.item-des-num span{
  left: 0;
  position: absolute;
}
.page6-item .item-cont .item-des span{
  color: #379fdc;
}
.page6-item .item-cont .item-des p{
  margin-bottom: 10px;
}
.page6-item .item-cont .item-info{
  padding: 30px 0 30px 0;
  margin-left: 70px;
  position: relative;
}
.page6-item .item-cont .item-info .page6-icon{
  position: absolute;
  left: -70px;
  top: 35px;
}
.page6-item .item-cont .item-info.border{
  border-bottom: 1px solid #acd1ec;
}
.page6-item1{
  width: 48%;
  float: left;
  margin: 40px 1%;
  border: 2px solid #a6c6e0;
  box-sizing: border-box;
  position: relative;
  padding: 50px 15px 10px 15px;
}
.page6-item1 ul{
  display: flex;
  margin: 90px 0 30px 0;
}
.page6-item1 ul li{
  background: #fff;
  padding: 70px 12px 31px 12px;
  position: relative;
  margin: 0 6px;
  width: 168px;
  box-sizing: border-box;
}
.page6-item1 ul li > img{
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -42px;
}
.page6-item1 .item-tit1{
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background: #6096c4;
  color: #fff;
  width: 70%;
  left: 15%;
  position: absolute;
  top: -23px;
  text-align: center;
}
.page6-item1 .img-cont{
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.page6-item1 .img-cont.margin12{
  margin-bottom: 12px;
}
.page6-item1 .img-cont1{
  width: 76.5%;
}
.page6-item1 .img-step{
  display: block;
  margin: 20px auto;
}
.page6-item1 .item-cont1{
  margin: 8px 20px 20px 20px;
  font-size: 16px;
  color: #505050;
  line-height: 26px;
}
.page6-item1 .item-cont1 h5{
  font-size: 20px;
  color: #379fdc;
  line-height: 30px;
  padding: 8px 0;
}
.page6-item1 .position{
  background: #fff;
  text-align: center;
  color: #505050;
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.page6-item1 ul li > img.item1-img{
  top: 8px;
  margin-left: -18px;
}
.page6-item1 ul li > img.item1-img+p{
  padding-top: 12px;
  font-size: 16px;
  color: #505050;
  text-align: center;
  line-height: 20px;
}
.page6-item1 ul li > img.item1-img+p span{
  display: block;
  text-align: center;
  color: #379fdc;
}
.page6-item1 ul.item-ul{
  margin: 20px 0;
}
.page6-item1 ul.item-ul li{
  padding: 42px 12px 10px 12px;
}
.page6-item1 .item-word{
  font-size: 20px;
  color: #379fdc;
  text-align: center;
  padding-bottom: 10px;
}
.t-page7{
  background-image: url(../images/page7-bg.png);
  padding-bottom: 30px;
}
.page7-cont{
  display: flex;
  margin: 40px auto;
}
.page7-cont .page7-item{
  flex: 1;
  box-sizing: border-box;
  margin: 0 10px;
  background: #f7fdff;
  border: 1px solid #cbe2e9;
  padding: 30px 14px 10px 14px;
  position: relative;
}
.page7-cont .page7-item .item-tit{
  position: absolute;
  left: 50%;
  margin-left: -93px;
  height: 44px;
  line-height: 44px;
  width: 186px;
  border-radius: 44px;
  background: #379fdc;
  font-size: 16px;
  color: #fff;
  text-align: center;
  top: -22px;
}
.page7-cont .page7-item .item-tit.item-tit1{
  background: #00a5a9;
}
.page7-cont .page7-item img{
  height: 90px;
  display: block;
  margin: 0 auto;
}
.page7-cont .page7-item img.page7-img{
  height: 75px;
  margin: 0 auto;
}
.page7-cont .page7-item .item-cont{
  border-bottom: 1px solid #d9e9f2;
  padding: 16px 0;
}
.page7-cont .page7-item .item-cont.border-none{
  border-bottom: none;
}
.page7-cont .page7-item .item-cont h5{
  font-size: 16px;
  font-weight: bold;
  color: #6096c4;
  line-height: 20px;
  margin: 5px 0;
}
.page7-cont .page7-item:last-child .item-cont h5{
  color: #00a5a9;
}
.page7-cont .page7-item .item-cont p{
  height: 55px;
  line-height: 24px;
  font-size: 16px;
  color: #505050;
}
.page7-cont .page7-item .item-cont p span{
  color: #6096c4;
}
.page7-cont .page7-item:nth-child(3){
  display: block;
  position: relative;
  padding: 0;
  background: none;
  border: none;
}
.page7-cont .page7-item:nth-child(3) > div{
  box-sizing: border-box;
  background: #f7fdff;
  border: 1px solid #cbe2e9;
  padding: 30px 14px 0 14px;
  position: relative;
}
.page7-cont .page7-item:nth-child(3) > div:last-child{
  margin-top: 40px;
  padding-bottom: 10px;
}
.page7-cont .page7-item:last-child{
  flex: 2;
  display: flex;
  padding: 30px 0 0 0;
}
.page7-cont .page7-item:last-child .item-info{
  padding: 0 10px;
}
.page7-cont .page7-item .item-info{
  border-right: 1px solid #d9e9f2;
}
.page7-cont .page7-item .item-info:last-child{
  border-right: none;
}
.t-page8 {
  background: #f8fdfe;
  padding-bottom: 50px;
}
.page8-cont {
  position: relative;
}
.page8-cont > img{
  display: block;
  width: 50%;
  margin: 0 auto 40px auto;
}
.page8-cont ul{
  position: absolute;
  width: 100%;
  height: 70%;
  top: 17%;
  left: 0;
}
.page8-cont ul li{
  width: 300px;
  height: 165px;
  position: absolute;
}
.page8-cont ul li img,
.page8-cont ul li p{
  float: left;
  width: 200px;
  font-size: 24px;
  color: #379fdc;
}
.page8-cont ul li p span{
  font-size: 16px;
  color: #505050;
  line-height: 22px;
  display: block;
  margin-top: 8px;
}
.page8-cont ul li img{
  width: 60px;
  margin: 0 20px;
}
.page8-cont ul li:nth-child(1){
  top: 0;
  left: 0;
}
.page8-cont ul li:nth-child(2){
  bottom: 0;
  left: 0;
}
.page8-cont ul li:nth-child(3){
  right: 0;
  top: 0;
}
.page8-cont ul li:nth-child(4){
  bottom: 0;
  right: 0;
}
.t-page9 {
  background-image: url('../images/page9-bg.png');
  padding-bottom: 70px;
}
.t-page9 .page9-cont{
  padding-bottom: 30px;
  overflow: hidden;
}
.t-page9 .page9-cont > img{
  width: 56%;
  display: block;
  float: left;
}
.t-page9 .page9-cont .info-item{
  float: right;
  width: 40%;
}
.t-page9 .page9-cont .info-item .item-word{
  background: #fff;
  margin-top: 60px;
  padding: 15px;
  color: #505050;
  font-size: 16px;
  line-height: 25px;
  border: 1px dashed #379fdc;
}
.t-page9 .page9-cont .info-item .item-word h5{
  font-size: 24px;
  color: #379fdc;
  padding: 5px 0;
  margin-bottom: 10px;
}
.t-page10{
  background: #f8fdfe;
  padding-bottom: 50px;
}
.page10-cont > img{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.page10-item{
  display: flex;
  margin-bottom: 50px;
}
.page10-item .item-cont{
  width: 280px;
  margin: 0 8px;
  background: #edf4fc;
  position: relative;
  padding-top: 90px;
  min-height: 180px;
  padding-bottom: 20px;
}
.page10-item .item-cont > img{
  position: absolute;
  left: 70px;
  width: 150px;
  height: 150px;
  top: -75px;
}
.page10-item .item-cont .item-tit{
  font-size: 24px;
  color: #379fdc;
  border: 1px solid #379fdc;
  padding: 5px 10px;
  margin: 20px auto 0 auto;
  text-align: center;
  width: 110px;
}
.page10-item .item-cont .item-des{
  text-align: center;
  font-size: 16px;
  color: #379fdc;
  height: 100px;
  display: table;
  border-bottom: 1px solid #379fdc;
  width: 90%;
  margin: 0 auto 20px auto;
}
.page10-item .item-cont .item-des p{
  display: table-cell;
  vertical-align: middle;  
}
.page10-item .item-cont ul{
  width: 90%;
  margin: 0 auto;
}
.page10-item .item-cont ul li{
  padding-left: 16px;
  position: relative;
  font-size: 16px;
  color: #505050;
  margin: 5px 0;
  line-height: 22px;
}
.page10-item .item-cont ul li:after{
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.t-page11{
  background-image: url('../images/page11-bg.png');
  padding-bottom: 60px;
}
.page11-cont{
  display: flex;
}
.page11-cont .cont-item{
  flex: 1;
  width: 390px;
  margin: 10px;
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
  overflow: hidden;
}
.page11-cont .cont-item img{
  display: block;
  transition:.3s linear;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
}
.page11-cont .cont-item:hover img{
  transform: scale(1.03, 1.03); 
  -moz-transform: scale(1.03, 1.03); 
  -webkit-transform: scale(1.03, 1.03);
}
.page11-cont .cont-item p{
  font-size: 24px;
  padding: 20px 0;
}
.page11-cont .page11-btn{
  display: flex;
  padding: 0 10px;
}
.page-next{
  position: absolute;
  bottom: -35px;
  left: 50%;
  z-index: 1;
  margin-left: -72px;
}
.page-next img{
  width: 147px;
  display: block;
  margin: 0 auto;
}
.t-page11 .btn-list{
  width: 92%;
  display: flex;
  margin: 0 auto;
}
.t-page11 .btn{
  color: #e50039;
  background: #fff;
}
.t-page11 .btn.btn4{
  color: #fff;
  background: #e50039;
}
.t-page11 .btn:hover{
  color: #fff;
  background: #e50039;
}
.t-page11 .btn.btn4:hover{
  color: #e50039;
  background: #fff;
}

.t-page12{
  background: #fff;
}
.page12-cont > img{
  display: block;
  width: 60%;
  margin: 30px auto;
}
.page12-cont > ul{
  width: 100%;
  display: flex;
}
.page12-cont ul li{
  flex: 1;
  display: flex;
  font-size: 24px;
  color: #505050;
  font-weight: bold;
}
.page12-cont ul li img{
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 10px;
}
.page12-cont ul li p span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10px;
}
.page12-btn-list {
  display: flex;
  width: 65%;
  margin: 20px auto 0 auto;
  padding-bottom: 60px;
}
.page12-btn-list .btn{
  width: 210px;
}
.t-page13{
  background-color: #fff;
  background-image: url('../images/page13-bg.png');
  padding-bottom: 60px;
}
.page13-cont{
  display: flex;
}
.page13-cont .cont-item{
  flex: 1;
}
.page13-cont .cont-item dt img{
  width: 80%;
  display: block;
  margin: 20px auto;
}
.page13-cont .cont-item dd .item-des{
  width: 50%;
  float: left;
  display: flex;
  font-size: 24px;
  color: #505050;
  font-weight: bold;
}
.page13-cont .cont-item dd .item-des img{
  display: block;
  width: 68px;
  height: 68px;
  margin-right: 10px;
}
.page13-cont .cont-item dd .item-des p{
  min-height: 130px;
}
.page13-cont .cont-item dd .item-des p span{
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 10px;
}



.t-page14{
  background-color: #fff;
  background-image: url('../images/page13-bg.png');
  padding-bottom: 60px;
}
.img-title {
  width: 402px;
  height: 50px;
  background: url(../images/page14-title-bg.png) center/100% no-repeat;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -70px;
}
.page14-cont {
  padding: 100px 10px 20px;
  font-size: 0;
}
.page14-cont img {
  display: block;
  width: 86%;
  margin: auto;
}
.page14-cont .left, .page14-cont .right {
  display: inline-block;
  width: 50%;
  position: relative;
  vertical-align: top;
}
.page14-cont .left img, .page14-cont .right img {
  width: 80%;
  margin: auto;
}
.page14-cont .list {
  padding: 0 30px;
}
.page14-cont .right-list {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: -30px;
}
.page14-cont .right-list li {
  display: inline-block;
}
.page14-cont .item {
  display: inline-block;
  padding-left: 80px;
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  margin-bottom: 30px;
}
.page14-cont img.icon {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  top: -12px;
  left: 0;
}
.page14-cont .title {
  margin-bottom: 16px;
  font-size: 24px;
  color: #505050;
  font-weight: bold;
}
.page14-cont .desc {
  font-size: 16px;
  color: #505050;
  line-height: 26px;
}
.t-page14 .btn-list {
    margin-top: 5px;
}
.btn-list {
  text-align: center;
}
.btn-list .btn {
  text-align: center;
  display: inline-block;
  min-width: 220px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e60039;
  font-size: 16px;
  text-decoration: none;
  border-radius: 43px;
  padding: 0 15px;
  margin: 0 15px;
  border: 1px solid #e60039;
  cursor: pointer;
}
.btn-list .btn-red {
  background: #fff;
  color: #e60039;
}




/*视频弹框*/
.ns-layer {
  z-index: 2000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.ns-layer.ns-video-layer .ns-layer-inner {
  position: relative;
  top: 10%;
  width: 720px;
  margin-left: auto;
  background-color: #000;
  margin-right: auto;
}
.ns-layer.ns-video-layer .ns-layer-inner .ns-title {
  padding: 0 17px;
  font-size: 16px;
  line-height: 45px;
  color: #fff;
}
.ns-layer.ns-video-layer .ns-layer-inner .ns-content {
  height: 405px;
  width: 100%;
}
.ns-layer.ns-video-layer .ns-layer-inner .btn-list {
  padding: 16px 0;
}
.ns-layer .close {
  background: url(../images/close.png) no-repeat center center;
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  cursor: pointer;
  width: 29px;
  height: 29px;
}
.show-pc{
  display: block!important;
}
.show-mobile{
  display: none!important;
}
@media screen and (max-width: 830px){

}
@media screen and (max-width: 768px){
  .show-pc{
    display: none!important;
  }
  .show-mobile{
    display: block!important;
  }
  .ns-layer.ns-video-layer .ns-layer-inner {
    width: auto;
    margin: 0 15px;
  }
  .ns-layer.ns-video-layer .ns-layer-inner .ns-title {
    padding: 0 15px;
  }
  .ns-layer.ns-video-layer .ns-layer-inner .ns-content {
    height: auto;
  }
  .ns-layer.ns-video-layer .ns-layer-inner .btn-list {
    padding: 10px 0;
  }
  
  .t-sub-title {
    font-size: 16px;
    margin-bottom: 10px;
    width: 92%;
    margin: 0 auto;
  }
  .t-main-title{
    font-size: 22px;
    padding: 30px 0px 10px 0;
  }
  .t-sub-tit{
    font-size: 20px;
    padding: 40px 0 20px 0;
    margin: 10px auto 10px auto;
  }
  .page1-title img{
    width: 100%;
    margin: 20px 0; 
  }
  .t-page1{
    background-image: url(../images/m-banner.png);
    height: auto;
    padding-bottom: 160px;
  }
  .page1-title{
    font-size: 28px;
  }
  .page1-cont{
    width: 94%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 8;
    float: none;
  }
  .page1-btnList .btn{
    min-width: 40%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .page1-btnList {
    margin: 5px auto 10px auto;
    text-align: center;
  }
  .page1-btnList .btn{
    display: inline-block;
    width: 43%;
    margin: 5px 8px;
  }
  .page1-btnList .btn.btn2 span{
    padding-right: 22px;
  }
  .t-nav{
    display: none;
  }
  .sub-title{
    width: 92%;
  }
  .t-page2{
    padding-bottom: 10px;
  }
  .page2-cont{
    display: block;
    overflow: hidden;
    clear: both;
  }
  .page2-cont .page2-item {
    width: 48%;
    margin: 10px 1%;
    float: left;
  }
  .page2-cont .page2-item > p {
    position: absolute;
    top: 52%;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    width: 80%;
    left: 10%;
  }
  .t-page3 .page3-cont > img{
    width: 94%;
  }
  .t-page3 .page3-cont .page3-item{
    width: 94%;
    padding: 20px 0;
  }
  .t-page3 .page3-cont .page3-item ul{
    left: 0;
    height: 93%;
    top: 4%;
    left: 19%;
  }
  .t-page3 .page3-cont .page3-item ul li{
    /*position: relative;*/
    line-height: 20px;
    width: 90px;
  }
  .page4-cont{
    width: 92%;
    margin: 20px auto;
  }
  .page4-cont img{
    width: 100%;
    display: block;
  }
  .t-page5{
    padding-bottom: 20px;
  }
  .t-page6{
    padding-bottom: 35px;
  }
  .t-page6 .page6-tab{
    display: block;
    text-align: center;
    width: 98%;
    background: none;
    height: auto;
    border-radius: 0;
    overflow: visible;
    margin: 10px auto 20px auto;
  }
  .t-page6 .page6-tab li{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    min-width: 32%;
    border-radius: 30px;
    border: 1px solid #379fdc;
    box-sizing: border-box;
    padding: 0 2%;
  }
  .page6-item .page6-img-left{
    width: 96%;
    float: none;
    margin: 0 auto;
    display: block;
  }
  .page6-item .item-cont{
    width: 92%;
    float: none;
    margin: 0 auto;
    padding: 3% 2% 0 2%;
  }
  .page6-item .item-cont .item-tit{
    font-size: 18px;
    padding: 2px 0;
  }
  .page6-item .item-cont .item-info{
    padding: 10px 0;
  }
  .page6-item .item-cont .item-info .page6-icon{
    top: 15px;
  }
  .page6-item1{
    width: 94%;
    float: none;
    margin: 15px auto 30px auto;
    padding: 20px 10px 10px 10px;
  }
  .page6-item1 .item-tit1{
    height: 30px;
    line-height: 30px;
  }
  .page6-item1 .item-tit1{
    top: -15px;
    width: 90%;
    left: 5%;
  }
  .page6-item1 .img-step{
    width: 90%;
    display: block;
    margin: 10px auto;
  }
  .page6-item1 ul{
    display: block;
    margin: 60px 0 0 0;
  }
  .page6-item1 ul li{
    width: 96%;
    margin: 40px auto 30px auto;
    padding: 40px 10px 15px 10px;
  }
  .page6-item1 ul li > img{
    width: 60px;
    margin-left: -30px;
    top: -30px;
  }
  .page6-item1 ul.item-ul li{
    margin: 10px auto 20px auto;
    min-height: auto;
  }
  .page6-item1 .item-cont1 h5{
    font-size: 16px;
    padding: 0;
    font-weight: bold;
  }
  .page6-item1 .item-cont1{
    line-height: 20px;
    margin: 0px 20px 10px 20px;
  }
  .page6-item1 .img-cont{
    margin-bottom: 10px;
  }
  .page6-item1 ul li > img.item1-img {
    top: 6px;
    margin-left: -20px;
    width: 40px;
  }
  .page6-item1 .position{
    height: auto;
    padding: 4px;
    line-height: 20px;
  }
  .page6-item1 .item-word{
    font-size: 16px;
    font-weight: bold;
  }
  .t-page7{
    padding-bottom: 5px;
  }
  .page7-cont{
    display: block;
    width: 92%;
  }
  .page7-cont .page7-item{
    margin-bottom: 30px;
    padding-top: 15px;
  }
  .page7-cont .page7-item:first-child .item-cont:last-child{
    border-bottom: none;
  }
  .page7-cont .page7-item img{
    /*width: 100%;*/
    height: 60px;
  }
  .page7-cont .page7-item:last-child .item-info{
    width: 50%;
  }
  .page7-cont .page7-item .item-cont h5{
    text-align: center;
  }
  .page7-cont .page7-item .item-tit{
    height: 34px;
    line-height: 34px;
    top: -17px;
  }
  .page-next img{
    width: 100px;
    margin: 0 auto;
  }
  .page-next{
    bottom: -24px;
    margin-left: -50px;
  }
  .page8-cont > img{
    width: 94%;
    margin-bottom: 20px;
  }
  .page8-cont ul{
    position: relative;
    width: 94%;
    margin: 0 auto;
  }
  .page8-cont ul li{
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
  }
  .page8-cont ul li img, 
  .page8-cont ul li p{
    font-size: 16px;
    font-weight: bold;
    width: 76%;
  }
  .page8-cont ul li img{
    width: 16%;
    margin: 0 3%;
  }
  .page8-cont ul li p span{
    font-weight: normal;
    margin-top: 2px;
  }
  .t-page9 .page9-cont > img,
  .t-page9 .page9-cont .info-item{
    width: 94%;
    float: none;
    margin: 0 auto;
  }
  .t-page9 .page9-cont .info-item .item-word{
    margin-top: 15px;
    padding-top: 8px;
  }
  .t-page9{
    padding-bottom: 20px;
  }
  .t-page9 .page9-cont .info-item .item-word h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 3px 0;
  }
  .t-page10{
    padding-bottom: 10px;
  }
  .page10-cont > img{
    width: 94%;
  }
  .page10-item{
    display: block;
    margin-bottom: 20px;
  }
  .page10-item .item-cont{
    width: 90%;
    margin: 10px auto;
    padding-top: 40px;
    margin-bottom: 60px;
  }
  .page10-item .item-cont:last-child{
    margin-bottom: 10px;
  }
  .page10-item .item-cont .item-tit{
    font-size: 16px;
    width: 90px;
  }
  .page10-item .item-cont > img{
    width: 100px;
    height: 100px;
    top: -50px;
    left: 50%;
    margin-left: -50px;
  }
  .page10-item .item-cont .item-des{
    display: block;
    height: auto;
    text-align: center;
  }
  .page10-item .item-cont .item-des p{
    text-align: center;
    display: block;
    margin: 10px auto;
  }
  .t-page11{
    padding-bottom: 20px;
  }
  .page11-cont{
    display: block;
  }
  .page11-cont .cont-item{
    width: 90%;
    margin: 10px auto;
    padding-bottom: 5px;
  }
  .page11-cont .cont-item img{
    width: 100%;
    display: block;
  }
  .page11-cont .cont-item p{
    font-size: 16px;
    padding: 10px 0;
  }
  .t-cont-item .btn{
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
  }

  /*新增*/
  .page12-cont > img{
    width: 90%;
  }
  .page12-cont > ul{
    display: block;
    width: 90%;
    margin: 10px auto;
  }
  .page12-cont ul li{
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page12-cont ul li p span{
    margin-top: 5px;
  }
  .page12-btn-list{
    width: 100%;
    display: block;
  }
  .t-page13{
    padding-top: 40px;
  }
  .page13-cont{
    display: block;
  }
  .page13-cont .cont-item dt img{
    display: block;
    width: 90%;
    margin-bottom: 10px;
  }
  .page13-cont .cont-item dd .item-des{
    width: 90%;
    margin: 10px auto;
    float: none;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page13-cont .cont-item dd .item-des p{
    min-height: auto;
  }
  .page13-cont .cont-item dd .item-des p span{
    margin-top: 5px;
  }
  .t-page11 .btn{
    min-width: 130px;
    width: 130px;
  }


  .t-page14{
    padding-top: 50px;
  }
  .img-title {
    top: 0;
  }
  .page14-cont {
    padding: 50px 10px 20px;
  }
  .page14-cont img {
    display: block;
    width: 86%;
    margin: auto;
  }
  .page14-cont .left, .page14-cont .right {
    display: block;
    width: 90%;
    margin: auto;
  }
  .page14-cont .left .item, .page14-cont .right .item {
    width: 50%;
  }
  .page14-cont .left-content, .page14-cont .right-content {
    padding-top: 110px;
  }
  .page14-cont .title {
    font-size: 20px;
  }

  .btn-list .btn {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin: 5px;
  }
}

@media screen and (max-width: 480px) {
  .img-title {
    font-size: 18px;
    top: 0;
  }
  .page14-cont {
    padding: 40px 10px 20px;
  }
  .page14-cont .left, .page14-cont .right {
    width: 100%;
  }
  .page14-cont .left .item, .page14-cont .right .item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
  }
  .page14-cont .left img, .page14-cont .right img {
    width: 90%;
  }
  .page14-cont .left-content, .page14-cont .right-content {
    padding-top: 90px;
  }
  .page14-cont .list {
    padding: 0;
  }
}
@media screen and (max-width: 414px) {
  .img-title {
    width: 370px;
    height: 46px;
    line-height: 46px;
  }
  .page14-cont {
    padding: 40px 10px 20px;
  }
  .page14-cont .left, .page14-cont .right {
    width: 100%;
  }
  .page14-cont .left .item, .page14-cont .right .item {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
  }
  .page14-cont .left-content, .page14-cont .right-content {
    padding-top: 90px;
  }
  .page14-cont .list {
    padding: 0;
  }
  .page14-cont img.icon {
    width: 50px;
    height: 50px;
    top: -9px;
  }
  .page14-cont .title {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 375px){
  .page6-cont .left-content, .page6-cont .right-content {
    padding-top: 70px;
  }
 .img-title {
    width: 306px;
    height: 38px;
    line-height: 38px;
  }
}

