/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-ivr5ln');
  src: url('fonts/icomoon.eot?#iefix-ivr5ln') format('embedded-opentype'), url('fonts/icomoon.ttf?-ivr5ln') format('truetype'), url('fonts/icomoon.woff?-ivr5ln') format('woff'), url('fonts/icomoon.svg?-ivr5ln#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?kabozi');
  src: url('fonts/icomoon.eot?#iefixkabozi') format('embedded-opentype'), url('fonts/icomoon.woff?kabozi') format('woff'), url('fonts/icomoon.ttf?kabozi') format('truestype'), url('fonts/icomoon.svg?kabozi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"],
i {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cma-box-title {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  padding: 50px 0px 31px 0px;
  text-align: center;
}
@media (min-width: 640px) {
  .cma-box-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .cma-box-title {
    padding: 100px 0px 40px 0px!important;
  }
}
.cma-box-title::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  text-align: center;
  background: #fff;
}
.cn-box-title,
.cn-left-title {
  font-size: 20px;
  color: #999;
  line-height: 20px;
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 640px) {
  .cn-box-title,
  .cn-left-title {
    font-size: 30px;
    line-height: 36px;
  }
}
.cn-box-title::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  text-align: center;
}
.cn-box-title::after {
  background-color: #078cca;
}
.cs_title {
  padding: 20px 0px 0px;
}
.cs_title h2 {
  font-size: 26px;
  color: #078cca;
  text-align: center;
  font-family: "幼圆";
}
.button-click {
  font-size: 16px;
  color: #ffffff;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 2px solid #078cca;
  margin: 60px auto 0px;
  height: 35px;
  line-height: 36px;
  width: 235px;
  text-align: center;
  display: block;
  background-color: #078cca;
  border-radius: 4px;
}
.button-click:hover {
  background: #ffffff;
  color: #078cca;
}
.button-click {
  margin: 20px auto 0px !important;
}
.button-click:hover {
  color: #078cca;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 2px solid #078cca;
}
@media (min-width: 640px) {
  .cs_title h2 {
    font-size: 36px;
  }
  .button-click {
    margin: 30px auto 0px !important;
  }
}
@media (min-width: 860px) {
  .cs_title {
    padding: 60px 0 0 0;
  }
  .button-click {
    margin: 40px auto 0px !important;
  }
}
@media (min-width: 1024px) {
  .cs_title {
    padding: 100px 0px 0px;
  }
  .cs_title h2 {
    font-size: 60px;
  }
}
.header .topheadertwo dl dd ul li span {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #0d357e;
}
.header .topheadertwo dl dd ul li nav {
  background: #0d357e;
}
.cn-banner_bg {
  padding: 55px 10px;
  background: url("../images/cn_banner.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}
.cn-banner_bg h1 {
  position: fixed;
  top: -200px;
}
.cn-banner_bg .cn_banner img {
  width: 100%;
  max-width: 801px;
}
@media (min-width: 640px) {
  .cn-banner_bg {
    padding: 80px 20px 100px;
  }
  .cn-banner_bg p {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .cn-banner_bg {
    padding: 220px 0px 260px 0px;
  }
  .cn-banner_bg .cn_banner {
    max-width: 1024px;
    margin: 0 auto;
    text-align: right;
  }
}
.cn-course {
  background: #fff;
  width: 100%;
  margin-bottom: 20px;
}
.cn-course .grap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0;
}
.cn-course .grap p.p_cont {
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.cn-course .grap section {
  padding: 0 10px;
  *zoom: 1;
}
.cn-course .grap section:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-course .grap section > div {
  width: 100%;
}
.cn-course .grap section > div#videodiv {
  height: 420px;
}
@media (max-width: 750px) {
  .cn-course .grap section > div#videodiv {
    height: 400px;
  }
}
@media (max-width: 550px) {
  .cn-course .grap section > div#videodiv {
    height: 300px;
  }
}
@media (max-width: 420px) {
  .cn-course .grap section > div#videodiv {
    height: 250px;
  }
}
.cn-course .grap section > div img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cn-course .grap section .img-right p {
  font-size: 24px;
  color: #333;
  font-family: "微软雅黑";
  line-height: 30px;
  margin-top: 20px;
}
.cn-course .grap section .img-right p label {
  color: #078cca;
  font-size: 20px;
  font-weight: bold;
}
.cn-course .grap section .img-right p:nth-of-type(1) {
  margin-top: 5%;
}
.cn-course .grap section .img-right p.img-right_cont {
  line-height: 18px;
  font-size: 16px;
  color: #120605;
  margin-top: 15px;
}
.cn-course .grap section .img-right p.img-right_cont label {
  color: #078cca;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 414px) {
  .cn-course .grap section .img-right p.img-right_cont {
    font-size: 18px;
  }
  .cn-course .grap section .img-right p.img-right_cont label {
    font-size: 18px;
  }
}
@media (min-width: 860px) {
  .cn-course .grap p.p_cont {
    font-size: 30px;
    margin-top: 14px;
  }
  .cn-course .grap .section-l {
    width: 55%;
    max-width: 551px;
    float: left;
  }
  .cn-course .grap section .img-right {
    width: 45%;
    float: left;
  }
  .cn-course .grap section .img-right p {
    margin-left: 40px;
    line-height: 50px;
  }
  .cn-course .grap section .img-right p label {
    font-size: 24px;
  }
  .cn-course .grap section .img-right p:nth-of-type(1) {
    margin-top: 10%;
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
}
@media (min-width: 1024px) {
  .cn-course {
    margin-bottom: 0;
  }
  .cn-course .grap p.p_cont {
    font-size: 30px;
    margin-top: 14px;
  }
  .cn-course .grap section .img-right p:nth-of-type(1) {
    margin-top: 65px;
    font-size: 18px;
  }
}
.cn-system {
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
}
.cn-system .grap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0;
}
.cn-system .grap p.p_cont {
  margin-top: 10px;
  width: 100%;
  margin: 0 auto;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.cn-system .grap .system_cont {
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
}
.cn-system .grap .system_cont ul {
  width: 100%;
  margin: 0 auto;
  max-width: 532px;
  max-height: 273px;
  opacity: 0.9;
  background-color: #078cca;
  border: 4px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 0 5px 10px #ddd;
  -moz-box-shadow: 0 5px 10px #ddd;
  -webkit-box-shadow: 0 5px 10px #ddd;
}
.cn-system .grap .system_cont ul li {
  color: #fff;
  font-size: 16px;
  padding-left: 60px;
  height: 36px;
  margin-bottom: 10px;
}
.cn-system .grap .system_cont ul li:nth-child(1) {
  background: url(../images/cfa_01.png) no-repeat left center;
}
.cn-system .grap .system_cont ul li:nth-child(2) {
  background: url(../images/cfa_02.png) no-repeat left center;
}
.cn-system .grap .system_cont ul li:nth-child(3) {
  background: url(../images/cfa_03.png) no-repeat left center;
}
@media (min-width: 768px) {
  .cn-system .grap p.p_cont {
    font-size: 30px;
    margin-top: 14px;
  }
  .cn-system .grap .system_cont {
    background: url(../images/stu_bg.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  .cn-system .grap .system_cont ul {
    margin-left: 30%;
    margin-top: 40px;
    padding: 50px 0 30px 76px;
    background: none;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .cn-system .grap p.p_cont {
    font-size: 30px;
    margin-top: 14px;
  }
  .cn-system .grap .system_cont ul {
    margin-left: 34%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 50px 0 60px 76px;
  }
  .cn-system .grap .system_cont ul li {
    padding-left: 60px;
    line-height: 56px;
    margin-bottom: 0;
    height: auto;
  }
}
.cn-model {
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
}
.cn-model .grap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0;
}
.cn-model .grap .cs_title {
  max-width: 261px;
  margin: 0 auto;
}
.cn-model .grap .model_cont {
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
  margin-top: 50px;
}
.cn-model .grap .model_cont ul {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  max-width: 1024px;
}
.cn-model .grap .model_cont ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-model .grap .model_cont ul li {
  width: 49%;
  color: #333;
  font-size: 16px;
  float: left;
  text-align: center;
  padding-top: 105px;
  padding-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  border-right: 2px solid #e7e7e7;
  border-bottom: 2px solid #e7e7e7;
  margin-right: 1%;
  margin-bottom: 10px;
}
.cn-model .grap .model_cont ul li:hover {
  color: #fff;
  background: #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(1) {
  background: url(../images/model_01.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(2) {
  background: url(../images/model_02.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(3) {
  background: url(../images/model_03.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(4) {
  background: url(../images/model_04.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(5) {
  background: url(../images/model_05.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(6) {
  background: url(../images/model_06.png) no-repeat center;
}
.cn-model .grap .model_cont ul li:nth-child(1):hover {
  background: url(../images/model_h01.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(2):hover {
  background: url(../images/model_h02.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(3):hover {
  background: url(../images/model_h03.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(4):hover {
  background: url(../images/model_h04.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(5):hover {
  background: url(../images/model_h05.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont ul li:nth-child(6):hover {
  background: url(../images/model_h06.png) no-repeat center #078cca;
}
.cn-model .grap .model_cont img {
  display: none;
  width: 100%;
  max-width: 1024px;
}
@media (min-width: 414px) {
  .cn-model .grap .model_cont ul li {
    width: 32.6%;
  }
  .cn-model .grap .model_cont ul li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 640px) {
  .cn-model .grap .cs_title {
    max-width: 360px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .cn-model .grap .cs_title {
    max-width: 360px;
    margin: 0 auto;
  }
  .cn-model .grap .model_cont ul li {
    width: 15.66%;
    margin-bottom: 0;
  }
  .cn-model .grap .model_cont ul li:last-child {
    margin-right: 0;
  }
  .cn-model .grap .model_cont ul li:nth-child(3n) {
    margin-right: 1%;
  }
  .cn-model .grap .model_cont img {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .cn-model .grap .cs_title {
    max-width: 600px;
    margin: 0 auto;
  }
}
.cn-knowledge {
  background: #fff;
  width: 100%;
  padding-bottom: 30px;
}
.cn-knowledge .grap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0;
}
.cn-knowledge .grap .knowledge_cont {
  width: 100%;
  max-width: 1024px;
  margin-top: 50px;
}
.cn-knowledge .grap .knowledge_cont .newcma-list {
  *zoom: 1;
  width: 100%;
  box-sizing: border-box;
  margin-top: 25px;
  padding: 0 10px;
  margin-bottom: 45px;
}
.cn-knowledge .grap .knowledge_cont .newcma-list:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl {
  position: relative;
  max-width: 340px;
  width: 33%;
  max-height: 200px;
  margin-right: 0.5%;
  float: left;
  padding: 20px 0 20px 0;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl dt {
  margin-bottom: 5px;
  text-align: center;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl dd {
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl .cont {
  *zoom: 1;
  position: absolute;
  left: 0;
  bottom: -228px;
  max-width: 340px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: #078cca;
  box-sizing: border-box;
  transition: ease 1s all;
  -webkit-transition: ease 1s all;
  cursor: pointer;
  display: none;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl .cont:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl .cont .ys_title {
  font-size: 18px;
  line-height: 28px;
  padding: 20px 0 10px 0;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl .cont p {
  text-align: center;
  color: #fffefe;
  font-size: 16px;
  padding: 0 15px;
  line-height: 28px;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl:nth-child(3n) {
  margin-right: 0;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl:nth-child(1) {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl:nth-child(2) {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
}
.cn-knowledge .grap .knowledge_cont .newcma-list dl:nth-child(3) {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-position: center center;
}
.cn-knowledge .grap .knowledge_cont section {
  padding: 0 10px;
  *zoom: 1;
}
.cn-knowledge .grap .knowledge_cont section:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-knowledge .grap .knowledge_cont section > div img {
  width: 100%;
  max-width: 100%;
}
.cn-knowledge .grap .knowledge_cont section .img-right p {
  font-size: 20px;
  color: #333;
  font-family: "微软雅黑";
  line-height: 38px;
  margin-top: 20px;
  text-align: center;
}
.cn-knowledge .grap .knowledge_cont section .img-right p label {
  color: #078cca;
  font-size: 20px;
  font-weight: bold;
}
.cn-knowledge .grap .knowledge_cont section .img-right p:nth-of-type(1) {
  margin-top: 5%;
}
.cn-knowledge .grap .knowledge_cont section .img-right p.img-right_cont {
  line-height: 18px;
  font-size: 16px;
  color: #120605;
  margin-top: 15px;
}
.cn-knowledge .grap .knowledge_cont section .img-right p.img-right_cont label {
  color: #078cca;
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .cn-knowledge .grap .knowledge_cont .new-title {
    color: #153a60;
    font-size: 30px;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl {
    width: 33%;
    padding: 68px 0 50px 0;
    margin-right: 0.5%;
    float: left;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl dt {
    margin-bottom: 18px;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl dd {
    font-size: 18px;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl .cont {
    display: block;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl:nth-child(3n) {
    margin-right: 0;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl:hover {
    max-width: 340px;
    max-height: 200px;
  }
  .cn-knowledge .grap .knowledge_cont .newcma-list dl:hover .cont {
    display: block;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .cn-knowledge {
    margin-bottom: 50px;
  }
  .cn-knowledge .section-l {
    width: 45%;
    max-width: 460px;
    float: left;
  }
  .cn-knowledge .img-right {
    width: 45%;
    float: left;
  }
  .cn-knowledge .img-right p {
    font-size: 22px;
    margin-left: 40px;
    text-align: left !important;
  }
  .cn-knowledge .img-right p.img-right_cont {
    text-align: left !important;
  }
  .cn-knowledge .img-right p label {
    font-size: 22px;
  }
  .cn-knowledge .img-right p:nth-of-type(1) {
    margin-top: 10%;
    line-height: 36px;
  }
}
@media (min-width: 992px) {
  .cn-knowledge {
    margin-bottom: 50px;
  }
  .cn-knowledge .newcma-list dl {
    width: 30.3%;
  }
  .cn-knowledge .section-l {
    width: 55%;
    max-width: 551px;
    float: left;
  }
  .cn-knowledge .img-right {
    width: 45%;
    float: left;
  }
  .cn-knowledge .img-right p {
    line-height: 50px !important;
  }
  .cn-knowledge .img-right p:nth-of-type(1) {
    margin-top: 10%;
    font-size: 24px !important;
  }
  .cn-knowledge .img-right p:nth-of-type(1) label {
    font-size: 24px !important;
  }
}
@media (min-width: 1024px) {
  .newcma-list dl {
    height: 200px;
    margin-right: 42px;
    float: left;
  }
  .newcma-list dl .cont {
    padding: 48px 40px 40px 40px;
  }
  .newcma-list dl .cont .cma-box-title {
    padding: 0!important;
  }
  .newcma-list dl .cont p {
    padding: 0;
  }
}
.cn-auto {
  background: #fff;
  width: 100%;
  padding-bottom: 40px;
  background: url(../images/c2_03.jpg) no-repeat;
  background-size: cover;
}
.cn-auto .grap {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto 0;
}
.cn-auto .grap .cs_title {
  text-align: center !important;
}
.cn-auto .grap .cs_title .cn-left-title {
  text-align: center !important;
}
.cn-auto .grap p.p_cont {
  margin-top: 10px;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 13px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}
.cn-auto .grap p.p_cont label {
  font-family: "TRENDS";
  color: #078cca;
  font-size: 15px;
}
.cn-auto .grap .system_cont {
  overflow: hidden;
  width: 100%;
  max-width: 1024px;
}
.cn-auto .grap .system_cont ul {
  width: 100%;
  margin: 0 auto;
  max-width: 395px;
  max-height: 294px;
  background-color: #078cca;
  margin-bottom: 40px;
  border: 4px solid #fff;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-shadow: 0 5px 10px #ddd;
  -moz-box-shadow: 0 5px 10px #ddd;
  -webkit-box-shadow: 0 5px 10px #ddd;
}
.cn-auto .grap .system_cont ul li {
  color: #fff;
  font-size: 16px;
  padding-left: 30px;
  height: 36px;
  margin-bottom: 10px;
  position: relative;
}
.cn-auto .grap .system_cont ul li i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #fff;
  position: absolute;
  left: 8px;
  top: 6px;
}
@media (min-width: 640px) {
  .cn-auto .grap p.p_cont {
    font-size: 20px;
  }
  .cn-auto .grap p.p_cont label {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .cn-auto {
    padding-bottom: 70px;
  }
  .cn-auto .grap .system_cont {
    background: url(../images/c3_03.jpg) no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
  }
  .cn-auto .grap .system_cont .backs {
    width: 460px;
    height: 390px;
    float: left;
    background: #078cca;
  }
  .cn-auto .grap .system_cont ul {
    padding: 50px 0 30px 76px;
    background: none;
    background: #078cca;
    margin: 50px 0 65px 65px;
    height: 276px;
    border-right: none;
    padding: 50px 50px 40px 70px;
    float: left;
  }
  .cn-auto .grap .system_cont ul li {
    padding-left: 0px;
  }
  .cn-auto .grap .system_cont ul li i {
    position: absolute;
    left: -29px;
    top: 11px;
  }
  .cn-auto .grap .system_cont .blue-border {
    float: left;
    width: 40px;
    height: 270px;
    margin-top: 50px;
    border: 3px solid #078cca;
    border-left: none;
    margin-left: -1px;
  }
}
@media (min-width: 1024px) {
  .cn-auto {
    padding-bottom: 120px;
  }
  .cn-auto .grap .cs_title {
    max-width: 480px;
    margin: 0 auto;
    text-align: left !important;
  }
  .cn-auto .grap p.p_cont {
    max-width: 480px;
    font-size: 24px;
    margin: 0 auto 30px;
  }
  .cn-auto .grap p.p_cont label {
    font-size: 31px;
    font-weight: bold;
  }
  .cn-auto .grap .system_cont ul {
    margin: 50px 0 65px 65px;
    height: 276px;
    border-right: none;
    padding: 50px 50px 40px 70px;
    float: left;
  }
  .cn-auto .grap .system_cont ul li {
    line-height: 35px;
    margin-bottom: 0;
    height: auto;
  }
  .cn-auto .grap .system_cont .blue-border {
    float: left;
    width: 40px;
    height: 270px;
    margin-top: 50px;
    border: 3px solid #078cca;
    border-left: none;
    margin-left: -1px;
    z-index: 3;
  }
}
.cn-service {
  *zoom: 1;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}
.cn-service:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-service .cs_title {
  color: #fff;
}
.cn-service .cs_title img {
  margin-bottom: 20px;
}
.cn-service section {
  *zoom: 1;
  padding: 30px 0px;
}
.cn-service section:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-service section h3 {
  font-size: 25px;
  margin-bottom: 18px;
  color: #078cca;
  font-family: "幼圆";
  text-align: left;
}
.cn-service section h4 {
  color: #373737;
  text-align: left;
  position: relative;
  padding-bottom: 20px;
}
.cn-service section h4::before {
  content: " ";
  width: 5px;
  height: 3px;
  margin-right: 5px;
  background: #383838;
  display: inline-block;
}
.cn-service section h4::after {
  content: " ";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-right: 5px;
  background: #383838;
  display: inline-block;
}
.cn-service section p {
  font-size: 16px;
  color: #373737;
  margin-top: 18px;
  max-height: 52px;
}
.cn-service section span {
  font-size: 14px;
  color: #808080;
  display: block;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cn-service ul {
  *zoom: 1;
  padding: 10px;
}
.cn-service ul:after {
  content: " ";
  clear: both;
  display: table;
}
.cn-service li {
  background: #fff;
  padding: 15px 14px;
  box-sizing: border-box;
  max-width: 338px;
  border: 2px solid #e6e6e6;
  height: 220px;
  margin: 5px auto;
  color: #666;
  font-size: 16px;
  line-height: 27px;
}
.cn-service li:hover {
  border: 2px solid #078cca;
}
.cn-service dl {
  display: none;
  float: right;
  transition: 1s;
  background: #fff;
  border: 2px solid #e6e6e6;
  margin-top: 15px;
  width: 330px;
  padding: 30px 20px 25px 30px;
  font-size: 16px;
  color: #666;
  box-sizing: border-box;
  line-height: 29px;
}
.cn-service dl span {
  display: block;
  color: #333;
  position: relative;
  padding-left: 20px;
}
.cn-service dl i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #1497f3;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  float: left;
  font-family: "Arial";
  font-weight: bold;
  margin-top: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: -3px;
  margin-right: 4px;
  color: #fff;
  text-align: center;
}
.cn-service dl button {
  padding: 8px 54px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.cn-service dl span {
  margin-top: 16px;
  line-height: 20px;
  color: #373737;
  font-size: 16px;
}
.cn-service dl label {
  line-height: 20px;
  color: #808080;
}
.cn-service dl:hover {
  border: 2px solid #078cca;
}
@media (min-width: 640px) {
  .cn-service {
    *zoom: 1;
    padding: 0 0 30px 0px;
  }
  .cn-service:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cn-service section p {
    font-size: 18px;
  }
  .cn-service section span {
    font-size: 16px;
  }
  .cn-service ul {
    width: 624px;
    box-sizing: border-box;
    margin: auto;
  }
  .cn-service li {
    width: 297px;
    float: left;
  }
  .cn-service li:nth-child(2n) {
    margin-left: 5px;
    float: left;
  }
  .cn-service .button-click {
    margin: 10px auto 0px !important;
  }
}
@media (min-width: 1024px) {
  .cn-service section {
    width: 1024px;
    margin: auto;
  }
  .cn-service section h3 {
    font-size: 40px;
  }
  .cn-service section h4 {
    font-size: 24px;
  }
  .cn-service section p {
    font-size: 18px;
  }
  .cn-service ul {
    width: 691px;
    padding-left: 0px;
    float: left;
  }
  .cn-service li {
    width: 338px;
    padding: 33px 30px;
    height: 251px;
  }
  .cn-service dl {
    display: block;
  }
}
.sp_sub {
  padding: 35px 10px;
  background: url(../images/9_02.jpg) center center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  *zoom: 1;
}
.sp_sub:after {
  content: " ";
  clear: both;
  display: table;
}
.sp_sub section {
  max-width: 1200px;
  margin: auto;
  *zoom: 1;
}
.sp_sub section:after {
  content: " ";
  clear: both;
  display: table;
}
.sp_sub .sp_pic {
  display: block;
  height: 100%;
  text-align: center;
}
.sp_sub .sp_pic img {
  max-width: 72%;
}
.sp_sub ul {
  max-width: 460px;
  margin: auto;
  background-color: #116d9f;
  -webkit-background-color: #116d9f;
  -moz-background-color: #116d9f;
  -ms-background-color: #116d9f;
  padding: 18px 10px;
  opacity: 0.8;
  box-sizing: border-box;
}
.sp_sub ul li {
  position: relative;
  margin-bottom: 20px;
}
.sp_sub ul li input {
  width: 100%;
  height: 50px;
  border: none;
  background: none;
  outline: none;
  border-bottom: 4px solid #fff;
  padding-left: 54px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}
.sp_sub ul li > span {
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}
.sp_sub ul li > div {
  width: 85px;
  height: 36px;
  border: 1px solid #fff;
  position: absolute;
  top: 6px;
  right: 0;
}
.sp_sub ul li > div img {
  width: 100%;
  height: 100%;
}
.sp_sub ul li button {
  outline: none;
}
.sp_sub ul li:nth-of-type(3) input {
  padding-right: 100px;
}
.sp_sub ul li:nth-of-type(3) button {
  width: 95px;
  height: 26px;
  border: 1px solid #fff;
  background: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0;
}
.sp_sub ul li:nth-of-type(4) input {
  padding-left: 72px;
}
.sp_sub ul li:nth-of-type(2) input {
  padding-left: 108px;
  padding-right: 90px;
}
.sp_sub ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.sp_sub ul li:nth-last-of-type(1) button {
  width: 100%;
  height: 38px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  background: none;
  -webkit-box-shadow: inset 0 0 10px #004d7c;
  -moz-box-shadow: inset 0 0 10px #004d7c;
  box-shadow: inset 0 0 10px #004d7c;
}
@media (min-width: 360px) {
  .sp_sub ul {
    padding: 38px 30px;
  }
}
@media (min-width: 480px) {
  .sp_sub {
    padding: 50px 10px;
  }
  .sp_sub ul li > div {
    width: 100px;
  }
  .sp_sub ul li span {
    font-size: 24px;
  }
  .sp_sub ul li input {
    padding-left: 72px;
    font-size: 24px;
  }
  .sp_sub ul li:nth-of-type(3) input {
    padding-right: 130px;
  }
  .sp_sub ul li:nth-of-type(3) button {
    width: 120px;
    height: 36px;
    font-size: 18px;
    top: 6px;
  }
  .sp_sub ul li:nth-of-type(4) input {
    padding-left: 96px;
  }
  .sp_sub ul li:nth-of-type(2) input {
    padding-left: 144px;
    padding-right: 110px;
  }
}
@media (min-width: 980px) {
  .sp_sub {
    padding: 60px 10px;
  }
  .sp_sub .sp_pic {
    display: block;
    width: 50%;
    float: left;
    padding-top: 70px;
  }
  .sp_sub .sp_pic img {
    max-width: 100%;
  }
  .sp_sub ul {
    float: left;
  }
}
.nc-container #nc_1_wrapper,
.nc-container.tb-login #nc_1_wrapper {
  width: 100% !important;
}
.nc-container .nc_scale span {
  box-sizing: initial !important;
}
.nc-container.tb-login .errloading,
.nc-container .errloading {
  width: 100% !important;
  box-sizing: border-box !important;
}
.sp_sub ul li.DataCode {
  height: 50px !important;
  width: 100% !important;
}
@media (max-width: 768px) {
  .sp_sub ul li.DataCode {
    height: 40px !important;
  }
}
.sp_sub ul li.DataCode > div.nc-container {
  width: 100% !important;
  border: none;
}
.sp_sub ul li.DataCode > div.nc-container .nc_scale {
  height: 50px !important;
}
.sp_sub ul li.DataCode > div.nc-container .nc_scale span {
  height: 48px !important;
  line-height: 48px !important;
}
.sp_sub ul li.DataCode > div.nc-container .nc_scale span.nc-lang-cnt {
  height: 50px !important;
  line-height: 50px !important;
}
@media (max-width: 768px) {
  .sp_sub ul li.DataCode > div.nc-container .nc_scale {
    height: 40px !important;
  }
  .sp_sub ul li.DataCode > div.nc-container .nc_scale span {
    height: 38px !important;
    line-height: 38px !important;
  }
  .sp_sub ul li.DataCode > div.nc-container .nc_scale span.nc-lang-cnt {
    height: 40px !important;
    line-height: 40px !important;
  }
}
