@charset "UTF-8";

@font-face {
    font-family: "customFont";
    src: url("../fonts/YSBTH.TTF") format("truetype");
}
@font-face {
    font-family: "contentFont";
    src: url("../fonts/DMFT.TTF") format("truetype");
}
.header_top{
     height: 70px;
}
.header_top .logo{
    margin-left: 20px;
    line-height: 70px;
}
.header_top .logo img{
    margin-right: 10px;
    vertical-align: top;
    margin-top: 13px;
}
.header_top  .logo span{
    font-size: 24px;
    color: #001737;
    font-weight: 600;
    display: inline-block;
}
.banner{
    width: 100%;
    height: 410px;
    background: url(../images/sxpt/sxpt_banner.png) no-repeat  center;
    overflow: hidden;
}
.header_con{
     width: 1200px;
     margin:0 auto;
}
.header_title{
     font-size: 58px;
     height: 46px;
     color:#333;
     margin-top:70px;
     margin-bottom: 40px;
    font-family: "customFont";
}
.header_title i{
    font-size: 36px;
    color:#679be5;
    font-style: italic;
    margin-left: 10px;
}
.header_profile{
     font-size: 14px;
     color:#666;
     width: 600px;
     line-height: 30px;
}
.header_con .loginBtn{
    width: 164px;
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    color:#fff;
    font-size: 16px;
    background: #466afd;
    border-radius: 3px;
    margin-top:20px;
}
.header_con .loginBtn:hover{
     text-decoration: none;
     opacity: 0.8;
}

/*main*/
.main{
   overflow: hidden;
}
.sxpt_item{
   width: 1200px;
   margin:0 auto;
}
.item_title{
    font-size: 22px;
    height: 30px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 5px;
    color: #333;
    background: url(../images/sxpt/title_tip.png) no-repeat left bottom;
    position: relative;
    margin: 40px auto 20px;
}
.item_title span{
    position: relative;
    z-index: 2;
}
.item_title i{
    display:inline-block;
    font-size: 32px;
    letter-spacing: 2;
    color:rgba(235,235,235,0.5);
    position: absolute;
    z-index: 1;
    position: absolute;
    left: 50%;
    top:0;
    transform:translate(-50%);
}
.majorbox{
    width: 1200px;
    height: 280px;
    background: url(../images/sxpt/item_bg.png) no-repeat;
}
.systembox{
    width: 100%;
    height: 340px;
    background: url(../images/sxpt/system_bg.png) no-repeat center;
    overflow: hidden;
    margin-top:40px;
}

.nav_tabbox {
  min-height: 200px;
}
.nav_tab{
    width: 197px;
    height: 200px;
    float: left;
    cursor: pointer;
}
.nav_tab.active i{
    width: 252px;
    height: 20px;
    display: block;
    margin:-10px auto 10px;
    background: url(../images/sxpt/item_act.png) no-repeat;
}
.nav_tab i{
    width: 20px;
    height: 20px;
    display: block;
    margin:-10px auto 10px;
    background: url(../images/sxpt/item_dot.png) no-repeat;
}
.nav_tab h3,.sxdtjc h3{
    font-size: 20px;
    font-weight: 600;
    color:#333;
    margin: 12px 15px 10px;
}
.sxdtjc h3{
  margin: 2px 25px 8px
}
.nav_tab h3 span,.sxdtjc h3 span{
  color:#466afd;
}
.nav_tab p,.sxdtjc p{
  margin: 0px 15px;
  color:#666;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}
.sxdtjc{
     clear: both;
      margin-left: 100px;
}

.system_ul{
  overflow: hidden;
}
.system_li{
  width: 240px;
  height: 85px;
  float: left;
  display: table;
}
.system_li p{
    color: #fff;
    font-size: 18px;
    font-family: "contentFont";
    display: table-cell;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}
.system_li:nth-child(5) p{
    padding:0 32px;
}
