﻿@charset "utf-8";
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%;
}
.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;
}
/*part one*/
.com-box {
  max-width: 1200px;
  margin: 0 auto;
}
.ns-subnav {
  background-color: #f7f7f7;
  line-height: 50px;
}
.ns-subnav .l {
  float: left;
  font-size: 24px;
  color: #333;
}
.ns-subnav .r {
  float: right;
}
.ns-subnav .r a {
  display: inline-block;
  padding: 0 14px;
  color: #333;
  font-size: 16px;
}
.ns-subnav .r a.active, .ns-subnav .r a:hover {
  color: #35c0bb;
}
/*-------common---------*/

.t-mobile {
  display: none;
}

/* 主体容器 */

.t-main {
  width: 100%;
  margin: 0 auto;
  color: #202020;
  background: #fff;
  position: relative;
}

/* 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: #222222;
  padding: 60px 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;
}
.hidden{
  overflow: hidden;
}
.t-page1 {
  background-image: url('../images/banner.png');
  background-position: center bottom;
  height: 570px;
}
.page1-cont{
  width: 80%;
  float: left;
  margin: 30px auto 0 auto;
  color: #fff;
}
.page1-title{
  width: 100%;
  font-size: 60px;
  font-weight: bold;
  margin-top: 110px;
}
.page1-title p{
  font-weight: normal;
}
.t-page2{
  padding-bottom: 60px;
}
.page2-cont{
  width: 70%;
  text-align: center;
  margin: 20px auto;
}
.page2-cont img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
.t-page3{
  background-image: url('../images/page3-bg.png');
  padding-bottom: 40px;
}
.page3-cont{
  display: flex;
  margin: 20px auto;
  position: relative;
  padding-bottom: 20px;
}
.page3-cont .cont-img{
  position: relative;
}
.page3-cont .cont-img p:first-child{
  left: 55%;
  top: -4%;
  width: 30%;
}
.page3-cont .cont-img p:last-child{
  top: 42%;
  left: 5%;
}
.page3-cont .cont-word{
  flex: 1;
  border-radius: 10px;
  border: 2px dashed #49ba97;
  position: relative;
  margin-bottom: 4%;
  margin-right: 3%;
}
.page3-cont .cont-word:before{
  content: "";
  height: 8%;
  width: 2px;
  background: #e8edf2;
  position: absolute;
    left: -2px;
    top: 13%;
}
.page3-cont .cont-word:after{
  content: "";
  height: 20%;
  width: 20%;
  background: url(../images/page3-item-bg.png) no-repeat center center;
  left: -20%;
  top: 10%;
  position: absolute;
}
.page3-cont .cont-word ul{
  display: flex;
}
.page3-cont .cont-word ul li{
  text-align: center;
  flex: 1;
  padding-top: 3%;
}
.page3-cont .cont-word ul li img{
  display: block;
  margin: 0 auto 6px auto;
}
.page3-cont .cont-word .position-cont{
  position: absolute;
  width: 100%;
  left: 0;
  top: 49%;
  text-align: center;
  display: block;
}
.page3-cont .cont-word .position-cont img{
  display: block;
  margin: 0 auto;
  width: 66%;
}
.t-page3 .pos-btn{
  position: absolute;
  font-size: 16px;
  color: #fff;
  padding: 5px 25px;
  background: #1758a7;
  border-radius: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.position-cont{
  position: relative;
}
.position-cont .pos1{
  top: 13%;
  left: 50%;
}
.position-cont .pos2{
  top: 68%;
  left: 70%;
}
.position-cont .pos3{
  top: 58%;
  left: 29%;
  text-decoration: underline;
  font-weight: bold;
}
.position-cont .pos3:hover{
  text-decoration: none;
}
.t-page4 {
  background-image: url('../images/page4-bg.png');
  padding-bottom: 50px;
}
.t-page4 .cont-tit{
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #a0a0a0;
  border-radius: 10px;
  display: inline-block;
  min-width: 400px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.page4-btn{
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-decoration: underline;
  background: #4aba96;
  border-radius: 36px;
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  font-weight: bold;
}
.page4-btn:hover{
  text-decoration: none;
}
.t-page5 {
  background-image: url('../images/page5-bg.png');
  padding-bottom: 70px;
}
.page5-cont{
  position: relative;
}
.t-page5 .cont-tit{
  font-size: 24px;
  color: #222;
  padding: 0 20px;
  height: 36px;
  line-height: 36px;
  background: #dee3e8;
  border-radius: 10px;
  display: inline-block;
  min-width: 400px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.page5-btn{
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  text-decoration: underline;
  border-radius: 36px;
  display: block;
  color: #fff;
  margin: 0 auto;
  width: 180px;
  text-align: center;
  position: absolute;
  left: 53%;
  top: 80%;
  margin-left: -90px;
  font-weight: bold;
}
.page5-btn:hover{
  text-decoration: none;
}
.page4-cont > img,
.page5-cont > img{
  display: block;
  width: 90%;
  margin: 40px auto;
}
.t-page6 {
  background: #e8edf2;
  padding-bottom: 60px;
}
.t-page6 .cont-tit{
  font-size: 24px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  background: #a0a0a0;
  border-radius: 10px;
  display: inline-block;
  min-width: 400px;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.t-page6 .cont-info1{
  display: flex;
  margin: 20px auto 40px auto;
}
.t-page6 .cont-info1 .info1-tit{
  display: flex;
  font-size: 20px;
  color: #222222;
  line-height: 22px;
  margin: 20px 0;
  font-weight: bold;
}
.t-page6 .cont-info1 img{
  display: block;
  height: 66px;
  width: 66px;
  margin-right: 10px;
  margin: 0 auto;
}
.t-page6 .cont-info1 .info-item{
  flex: 1;
  padding-right: 40px;
}
.t-page6 .info1-des p{
  position: relative;
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 20px;
}
.cont-info2{
  margin: 20px auto;
  display: flex;
}
.cont-info2 .info2-tit{
  flex: 1;
  display: flex;
  line-height: 55px;
  margin: 5px 0;
}
.cont-info2 .info2-tit img{
  width: 55px;
  margin-right: 10px;
  height: 55px;
}
.cont-info2 .info2-tit:last-child{
  width: 100%;
}
.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;
  }
  .com-box {
    width: 90%;
    margin: 0 auto;
  }
  .ns-subnav .r a {
    padding: 0 8px;
  }
  .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;
  }
  .t-page1 {
    background-image: url('../images/banner-m.png');
    background-position: center bottom;
    height: 380px;
  }
  .page1-cont{
    width: 90%;
    margin: 10px auto;
    float: none;
  }
  .page1-logo img{
    width: 30%;
  }
  .page1-title{
    font-size: 26px;
    line-height: 30px;
    margin: 40px 0;
  }
  .page1-title p{
    font-size: 26px;
    width: 80%;
    margin-top: 15px;
  }
  .t-page2{
    padding-bottom: 20px;
  }
  .page2-cont {
    width: 92%;
  }
  .t-page3{
    padding-bottom: 0;
  }
  .page3-cont{
    padding-top: 10px;
    display: block;
  }
  .page3-cont .cont-img img{
    width: 94%;
  }
  .page3-cont .cont-word{
    margin: 10% 2% 10px 2%;
    padding: 4% 0 5% 0;
  }
  .page3-cont .cont-word:after {
    content: "";
    height: 20%;
    width: 20%;
    background: url(../images/page3-item-bg.png) no-repeat center center;
    left: 65%;
    top: -23%;
    position: absolute;
    transform: rotate(128deg);
    -ms-transform: rotate(128deg);
    -moz-transform: rotate(128deg);
    -webkit-transform: rotate(128deg);
    -o-transform: rotate(128deg);
  }
  .page3-cont .cont-word:before{
    content: "";
    height: 5px;
    width: 11%;
    left: 67%;
    top: -2%;
  }
  .page3-cont .cont-word ul{
    display: block;
    width: 50%;
  }
  .page3-cont .cont-word ul li{
    display: flex;
    overflow: hidden;
  }
  .page3-cont .cont-word ul li img{
    width: 55px;
    height: 55px;
    margin: 0 5px 0 5px;
  }
  .page3-cont .cont-word ul li p{
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  .page3-cont .cont-img p:last-child{
    top: 31%;
    left: 2%;
    padding: 5px 10px;
  }
  .page3-cont .cont-img p:first-child {
    left: 39%;
    top: 42%;
    width: 50%;
    padding: 5px 10px;
  }
  .page3-cont .cont-word .position-cont{
    position: absolute;
    width: 60%;
    left: 40%;
    top: 0;
    text-align: center;
    display: block;
    height: 100%;
  }
  .page3-cont .cont-word .position-cont img {
    display: block;
    margin: 5% auto;
    width: 100%;
  }
  .position-cont .pos1 {
    top: 10%;
    left: 9%;
    padding: 5px 10px;
  }
  .position-cont .pos3 {
    top: 51%;
    left: 13%;
    padding: 5px 10px;
  }
  .position-cont .pos2 {
    top: 66%;
    left: 54%;
    padding: 3px 10px;
  }
  .page4-cont,
  .page5-cont{
    position: relative;
  }
  .page4-cont > img, 
  .page5-cont > img{
    width: 100%;
    margin: 30px auto;
  }
  .t-page4 .cont-tit,
  .t-page5 .cont-tit,
  .t-page6 .cont-tit{
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    display: block;
    padding: 5px 3%;
    min-width: 85%;
    text-align: center;
  }
  .t-page5 .cont-tit{
    width: 45%;
    min-width: 45%;
  }
  .page4-cont .page4-btn{
    position: absolute;
    top: 70%;
    left: 50%;
    margin-left: -80px;
    height: 30px;
    line-height: 30px;
    width: 160px;
  }
  .page5-btn{
    left: 50%;
    top: 63%;
  }
  .t-page6 .cont-info1{
    display: block;
  }
  .t-page6 .cont-info1 .info-item{
    margin: 0 auto 5% auto;
    padding: 0 5%;
  }
  .t-page6 .cont-info1 img{
    height: 40px;
    width: 40px;
  }
  .t-page6 .cont-info1 .info1-tit{
    font-size: 16px;
    margin: 6px auto 8px auto;
    text-align: center;
    line-height: 16px;
    display: block;
  }
  .t-page6 .cont-info1 .info1-des{
    line-height: 18px;
  }
  .cont-info2{
    display: block;
    padding: 0 5%;
  }
  .cont-info2 .info2-tit p{
    line-height: 16px;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: flex;
  }
  .t-page4{
    padding-bottom: 30px;
  }
  .t-page5{
    padding-bottom: 10px;
  }
  .cont-info2 .info2-tit img{
    height: 44px;
    width: 44px;
  }
}


@media screen and (max-width: 320px){

}

