﻿@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: #e8edf2;
  padding-bottom: 40px;
}
.page3-cont{
  margin: 20px auto;
  position: relative;
  padding-bottom: 20px;
}
.page3-cont > img{
  width: 90%;
  display: block;
  margin: 0 auto;
}
.page3-cont .page3-des-list{
  position: absolute;
  height: 100%;
  width: 67%;
  left: 0;
  top: 0;
  /*background: rgba(0,0,0,0.3);*/
}
.page3-cont .page3-des-list p{
  font-size: 16px;
  color: #222;
  position: absolute;
  width: 11%;
  height: 4%;
  text-align: center;
  /*background: rgba(255,255,255,0.2)*/
}
.page3-cont .page3-des-list p:nth-child(1){
  left: 13%;
  top: 48%;
  width: 8%;
}
.page3-cont .page3-des-list p:nth-child(2){
  left: 19%;
  top: 12.5%;
}
.page3-cont .page3-des-list p:nth-child(3){
  left: 45%;
  top: 10%;
  width: 14%;
}
.page3-cont .page3-des-list p:nth-child(4){
  left: 88%;
  top: 51%;
  width: 12%;
}
.page3-cont .page3-des-list p:nth-child(5){
  left: 79%;
  top: 72%;
}
.t-page3 .cont-item{
  position: absolute;
  width: 33%;
  right: 0;
  top: 0;
}
.t-page3 .cont-item .item-btn{
  height: 230px;
  padding-top: 50px;
  position: relative;
}
.t-page3 .cont-item .item-btn .btn{
  height: 36px;
  line-height: 36px;
  background: #1c57a8;
  border-radius: 5px;
  color: #fff;
  margin: 0 10px;
  padding: 0 20px;
  display: inline-block;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.t-page3 .cont-item .item-btn .btn:hover{
  text-decoration: none;
}
.t-page3 .cont-item .item-btn .btn:last-child{
  position: absolute;
  right: 20%;
  bottom: 10px;
}
.page3-cont ul li{
  display: flex;
  margin: 10px 0;
  line-height: 48px;
  font-size: 16px;
}
.page3-cont ul li img{
  margin-right: 15px;
  width: 44px;
  height: 44px;
}

.t-page4 {
  background-image: url('../images/page4-bg.png');
  padding-bottom: 50px;
}
.page4-cont .cont-item{
  padding: 20px 0;
}
.page4-cont .item-info{
  display: flex;
  width: 90%;
  margin: 30px auto;
}
.page4-cont .item-info li > img{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.page4-cont .item-info .tag-border{
  width: 200px;
  min-height: 22px;
  line-height: 22px;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  color: #1c57a8;
  border: 2px dotted #6fc7ac;
  border-radius: 5px;
  margin: 10px 0;
}
.page4-cont .item-info .tag-bg{
  padding: 0;
}
.page4-cont .item-info .tag-bg span{
  border-radius: 5px;
  display: block;
  margin: 1px;
  padding: 5px;
  background: -webkit-linear-gradient(left, #67c5a8, #f7f7f8);
  background: -moz-linear-gradient(left, #67c5a8, #f7f7f8);
  background: -o-linear-gradient(left, #67c5a8, #f7f7f8);
  background: -ms-linear-gradient(left, #67c5a8, #f7f7f8);
  overflow: hidden;
}
.page4-cont .item-info dt{
  display: flex;
  margin: 10px 0;
  line-height: 48px;
  font-size: 18px;
}
.page4-cont .item-info dt img{
  margin-right: 15px;
}
.page4-cont .item-info li{
  flex: 3;
}
.page4-cont .item-info li:first-child{
  padding-top: 40px;
  flex: 2;
}
.page4-cont .item-info li:nth-child(2){
  flex: 5;
}
.page4-cont .item-info li:first-child p{
  margin: 10px auto;
}
.page4-cont .item-tag{
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 24px;
  background: #a0a0a0;
  border-radius: 10px;
  padding: 0 40px;
  margin-bottom: 20px;
  display: inline-block;
}
.page4-cont .item-img img{
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
.btn-list{
  display: flex;
  text-align: center;
  margin: 20px auto;
  justify-content: center;
}
.btn-list .btn{
  height: 36px;
  line-height: 36px;
  background: #1c57a8;
  border-radius: 5px;
  color: #fff;
  margin: 0 10px;
  padding: 0 20px;
  display: block;
  text-decoration: underline;
  color: #fff;
  font-weight: bold;
}
.btn-list .btn:hover{
  text-decoration: none;
}
.t-page5 {
  background-image: url('../images/page5-bg.png');
  padding-bottom: 50px;
}
.page5-cont{
  display: flex;
}
.page5-cont .cont-item{
  flex: 1;
  margin: 20px;
}
.page5-cont .cont-item .item-img{
  border-bottom: 1px solid #87abd3;
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.page5-cont .cont-item .item-img p{
  position: absolute;
  bottom: 24px;
  left: 70px;
}
.page5-cont .cont-item img{
  width: 100%;
  display: block;
}
.page5-cont .item-info{
  color: #fff;
  font-size: 16px;
}
.page5-cont .item-info .info-tit{
  font-weight: bold;
}
.page5-cont .item-info .info-link a{
  color: #fff;
  display: block;
  padding: 8px 0 15px 0;
  font-weight: bold;
  text-decoration: underline;
}
.page5-cont .item-info .info-link a:hover{
  text-decoration: none;
}
.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: 100px;
  }
  .page3-cont .page3-des-list{
    height: 50%;
    width: 100%;
    top: 50%;
  }
  .page3-cont .page3-des-list p{
    font-size: 12px;
    height: 6%;
    width: 12%;
    /*background: rgba(0,0,0,0.4);*/
  }
  .page3-cont .page3-des-list p:nth-child(1) {
    left: 10%;
    top: 48%;
    width: 10%;
  }
  .page3-cont .page3-des-list p:nth-child(2) {
    left: 14%;
    top: 15.5%;
    width: 12%;
  }
  .page3-cont .page3-des-list p:nth-child(3) {
    left: 40%;
    top: 8.5%;
    width: 18%;
  }
  .page3-cont .page3-des-list p:nth-child(4) {
    left: 82%;
    top: 52.5%;
    width: 14%;
  }
  .page3-cont .page3-des-list p:nth-child(5) {
    left: 74%;
    top: 72%;
    width: 14%;
  }
  .page3-cont > img{
    width: 94%;
  }
  .t-page3 .cont-item{
    width: 96%;
  }
  .t-page3 .cont-item .item-btn{
    padding-top: 0;
    height: 152px;
    position: absolute;
    right: 0;
    top: 80px;
  }
  .t-page3 .cont-item .item-btn .btn{
    height: 30px;
    line-height: 30px;
    background: #1c57a8;
    border-radius: 5px;
    color: #fff;
    margin: 0 10px;
    padding: 0 10px;
  }
  .page4-cont .item-tag{
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    display: block;
    padding: 5px 3%;
    min-width: 85%;
    text-align: center;
  }
  .page4-cont .item-info{
    display: block;
  }
  .page4-cont .item-info li:first-child{
    display: block;
    padding-top: 0;
  }
  .btn-list{
    display: block;
  }
  .btn-list .btn{
    margin: 5px 0;
    height: 30px;
    line-height: 30px;
    display: inline-block;
  }
  .page4-cont .cont-item{
    padding: 0;
  }
  .page4-cont .item-img img{
    width: 94%;
    margin-top: 20px;
  }
  .page5-cont{
    display: block;
  }
  .page5-cont .cont-item img{
    width: 75%;
  }
  .page5-cont .cont-item .item-img{
    font-size: 18px;
  }
  .page5-cont .cont-item .item-img p{
    bottom: 18px;
    left: 60px;
  }
}


.right-bar ul li .more {
    width: 280px;
}

.right-bar ul li:last-child .more {
    width: 250px;
}

.page1-cont {
    width: 90%;
}

.page1-title {
    margin-top: 45px;
}

.page3-cont .page3-des-list p:nth-child(2),
.page3-cont .page3-des-list p:nth-child(1) {
    left: 19%;
    top: 11%;
    border: 2px dashed #4071b5;
    height: 30px;
    background: #e8edf2;
    border-top-right-radius: 6px;
    width: 16%;
    border-left: none;
    line-height: 30px;
    border-bottom-right-radius: 6px;
}

.page3-cont .page3-des-list p:nth-child(1) {
    left: 12.6%;
    top: 46.6%;
    width: 14%;
}

.page3-cont .page3-des-list p:nth-child(3) {
    top: 10.4%;
}

.page3-cont .page3-des-list p:nth-child(4) {
    top: 51.4%;
}

.page3-cont .page3-des-list p:nth-child(5) {
    top: 72.4%;
}

@media screen and (max-width: 768px) {
    .ns-subnav .l {
        line-height: 28px;
        padding: 10px 0;
    }

    .page1-title p {
        width: 100%;
    }

    .page3-cont .page3-des-list p:nth-child(2),
    .page3-cont .page3-des-list p:nth-child(1) {
        left: 14%;
        top: 14%;
        border: 1px dashed #4071b5;
        height: 19px;
        background: #e8edf2;
        border-top-right-radius: 6px;
        width: 24%;
        border-left: none;
        line-height: 19px;
        border-bottom-right-radius: 6px;
    }

    .page3-cont .page3-des-list p:nth-child(1) {
        left: 9.6%;
        top: 46.6%;
        width: 22%;
    }

    .page3-cont .page3-des-list p:nth-child(3) {
        border: 1px dashed #4071b5;
        height: 19px;
        background: #e8edf2;
        border-top-left-radius: 6px;
        width: 24%;
        border-right: none;
        line-height: 19px;
        border-bottom-left-radius: 6px;
        top: 6.4%;
        left: 33%;
    }

    .page3-cont .page3-des-list p:nth-child(4) {
        top: 52.4%;
    }

    .page3-cont ul li {
        margin: 3px 0;
        align-items: center;
        line-height: 44px;
    }
}



@media screen and (max-width: 320px) {
}

