﻿@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;
}
.t-page3 .cont-item{
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.t-page3 .item-btn{
  position: absolute;
  width: 100%;
  height: 100%;
}
.t-page3 .item-link{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9; 
}
.t-page3 .item-link .link{
  border: 1px solid #1758a7;
  color: #00308c;
  font-size: 16px;
  padding: 3px 12px;
  background: #e8edf2;
  border-radius: 10px;
  text-decoration: underline;
  position: absolute;
}
.t-page3 .item-link .link.link1{
  left: 8%;
  top: 52.5%;
}
.t-page3 .item-link .link.link2{
  left: 21.7%;
  top: 52.5%;
}
.t-page3 .item-link .link.link3{
  left: 38.5%;
  top: 11%;
}
.t-page3 .item-link .link.link4{
  left: 65%;
  top: 15%;
}
.t-page3 .item-link .link.link5{
  left: 83%;
  top: 37%;
}
.t-page3 .item-link .link.link6{
  left: 75%;
  top: 76%;
}
.t-page3 .item-btn p{
  font-size: 16px;
  color: #fff;
  padding: 10px 25px;
  background: #1758a7;
  border-radius: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.t-page3 .item-btn p:first-child{
  position: absolute;
  right: 10%;
}
.t-page3 .item-btn p:nth-child(2){
  position: absolute;
  left: 11%;
  bottom: 27%;
}
.t-page3 .item-btn p:last-child{
  position: absolute;
  left: 29%;
  bottom: 12%;
}
.t-page4 {
  background-image: url('../images/page4-bg.png');
  padding-bottom: 50px;
}

.t-page4 .cont-tit{
  font-size: 24px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  padding: 0 40px;
  background: #a0a0a0;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
  max-width: 90%;
  margin: 0 auto;
}
.t-page4 .cont-img{
  margin: 20px auto;
}
.t-page4 .cont-img img{
  display: block;
  max-width: 88%;
  margin: 0 auto 40px auto;
}
.t-page5 {
  background-image: url('../images/page5-bg.png');
  padding-bottom: 70px;
}
.page5-cont{
  display: flex;
  color: #fff;
}
.page5-cont .cont-img,
.page5-cont .cont-info{
  flex: 1;
  margin: 0 15px;
}
.page5-cont .cont-img {
  flex: 1.3;
  position: relative;
}
.page5-cont .cont-img img{
  display: block;
  width: 94%;
  margin: 0 auto;
}
.page5-cont .cont-img .position-cont{
  width: 94%;
  margin: 0 auto;
  display: flex;
}
.page5-cont .cont-img .position-cont .position-info{
  background: #fff;
  border-radius: 8px;
  border: 2px solid #888787;
  flex: 1;
  position: relative;
  padding-bottom: 6%;
}
.position-tit{
  text-align: center;
  color: #222222;
  margin-top: 4%;
  overflow: hidden;
  clear: both;
  height: 6%;
}
.page5-cont .cont-img .position-cont .position-info:nth-child(2){
  margin: 0 3%;
}
.position-tit a{
  text-decoration: underline;
  display: block;
  /*color: #222;*/
  color: #1758a7;
  font-size: 16px;
  position: absolute;
  width: 100%;
  height: 23%;
  z-index: 99;
  font-weight: bold;
}
.position-tit a:hover{
  text-decoration: none;
}
.position-link{
  overflow: hidden;
  clear: both;
  margin: 10px auto;
  color: #222;
  position: relative;
}
.position-link .link-cont{
  position: absolute;
  top: 30%;
  width: 100%;
  /*background: #f00;*/
  height: 50%;
}
.position-link img{
  display: block;
  margin: 0 auto;
}
.position-link a{
  font-size: 12px;
  width: 50%;
  text-align: center;
  float: right;
  text-decoration: underline;
  /*color: #222;*/
  color: #1758a7;
  display: block;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
.position-link a:hover{
  text-decoration: none;
}
.position-des{
  text-align: center;
  background: #1758a7;
  width: 94%;
  margin: 2px auto;
  border-radius: 6px;
  padding: 2px 0;
  position: absolute;
  bottom: 0;
  left: 3%;
}

.page5-cont .info-tit{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}

.page5-cont ul{
  margin-bottom: 40px;
}
.page5-cont li{
  line-height: 18px;
  padding: 8px 0;
  margin-bottom: 10px;
  position: relative;
  padding-left: 45px;
}
.page5-cont li > span.icon{
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  background: url(../images/page5-img1.png) no-repeat;
  background-size: 34px;
  margin-right: 10px;
}
.page5-cont li span.icon1{
  background-position: left top;
}
.page5-cont li span.icon2{
  background-position: left -40px;
}
.page5-cont li span.icon3{
  background-position: left -79px;
}
.page5-cont li span.icon4{
  background-position: left -118px;
}
.page5-cont li span.icon5{
  background-position: left -157px;
}

.page5-cont li span.icon6,
.page5-cont li span.icon7,
.page5-cont li span.icon8,
.page5-cont li span.icon9{
  background: url(../images/page5-img2.png) no-repeat;
  background-size: 34px;
}
.page5-cont li span.icon6{
  background-position: left top;
}
.page5-cont li span.icon7{
  background-position: left -40px;
}
.page5-cont li span.icon8{
  background-position: left -79px;
}
.page5-cont li span.icon9{
  background-position: left -118px;
}

.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;
    margin-top: 15px;
  }
  .t-page2{
    padding-bottom: 20px;
  }
  .page2-cont {
    width: 92%;
  }
  .t-page3{
    padding-bottom: 0;
  }
  .page3-cont > img{
    width: 94%;
  }
  .t-page4{
    padding-bottom: 0;
  }
  .t-page4 .cont-tit{
    width: 55%;
    margin: 0 auto;
    font-size: 16px;
    height: auto;
    line-height: 20px;
    display: block;
    padding: 5px 3%;
    min-width: 55%;
    text-align: center;
  }
  .t-page4 .cont-img img {
    display: block;
    max-width: 100%;
  }
  .t-page5{
    padding-bottom: 10px;
  }
  .page5-cont{
    display: block;
    position: relative;
  }
  .page5-cont > img{
    display: block;
    width: 94%;
    margin: 10px auto;
  }
  .page5-cont .info-tit{
    font-size: 20px;
  }
  .page5-cont li{
    line-height: 18px;
    margin-bottom: 10px;
  }
  .page5-cont li > span.icon{
    top: 10px;
  }
  .page5-cont .cont-img{
    margin: 0;
  }
  .page5-cont .cont-img .position-cont{
    width: 96%;
  }
  .position-tit a{
    font-size: 12px;
  }
  .position-des{
    font-size: 12px;
  }
  .position-link a{
    font-size: 8px;
  }
  .page5-cont .cont-img .position-cont .position-info:nth-child(2){
    margin: 0 1%;
  }

}


@media screen and (max-width: 320px){

}

