/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: inline-block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}
  /* åŒ—äº¬ç•™å­¦å¯¼èˆªæ ·å¼ */
  .top_nav {
    background: #444546;
  }
  
  .top_nav .top_nava_dh {
    margin-left: 35px;
  }
  
  .top_nav .top_nava_dh .top_nav_cg:hover {
    background: rgba(255, 255, 255, 0.9);
  }
  
  .top_nav .top_nava_dh .top_nav_cg:hover:before {
    background: none;
  }
  
  .top_nav .top_nava_dh .top_nav_cg:hover span {
    color: #333;
    height: 80px;
  }
  
  .top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no {
    background: rgba(255, 255, 255, 0.9);
    top: 80px;
    padding-top: 0;
    z-index: 9;
  }
  
  .top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no a {
    color: #333;
  }
  
  .top_nav .top_nava_dh .top_nav_cg .top_nav_cg_no a:first-child {
    margin-top: -20px;
  }
  
  .yx-footer {
    padding-top: 1px;
  }
  
  .yx-footer .title {
    margin-top: 25px;
  }
  
  .yx-footer ul {
    padding-top: 10px;
  }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
  overflow-x: hidden;
}

/* -返回顶部- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;}
#back-top span {width:54px; height:54px; background:url(https://www.xhd.cn/fuzhou/topic/PC/public/img/icon.png) no-repeat; display:block;}
#back-top a{outline:none}

.pubwrap {
  width: 1200px;
  margin: 0 auto;
}

.mr0 {
  margin-right: 0 !important;
}

.pulse {
  animation: pulse infinite 2s ease;
}

.W280 {
  width: 280px;
  margin: 0 auto;
}

.W400 {
  width: 400px;
  margin: 0 auto;
}

.W795 {
  width: 795px;
  margin: 0 auto;
}

.W680 {
  width: 680px;
  margin: 0 auto;
}

.W389 {
  width: 389px;
  margin: 0 auto;
}

.W480 {
  width: 480px;
  margin: 0 auto;
}

.W580 {
  width: 580px;
  margin: 0 auto;
}
.W555 {
  width: 555px;
  margin: 0 auto;
}
.pullL {
  float: left;
}

.pullR {
  float: right;
}

@keyframes scale1 {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  25% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  75% {
    -webkit-transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes mymove {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1.1);
  }

  50% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.1);
  }
}

@keyframes ballon2 {
  0% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateY(-3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(3px);
    opacity: 1;
  }
}

@keyframes ballon3 {
  0% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }

  25% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }

  75% {
    -webkit-transform: translateX(-3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(3px);
    opacity: 1;
  }
}
@keyframes mymove2 {
  0% {
    transform: translateY(3px) scale(1);
  }

  25% {
    transform: translateY(-3px) scale(1.1);
  }

  50% {
    transform: translateY(3px) scale(1);
  }

  75% {
    transform: translateY(-3px) scale(1.1);
  }
}

@keyframes zhuan {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.wrapper{
  width: 1200px;
  margin:0 auto;
}
/* æ–°åŠ å¡ç•™å­¦æœåŠ¡ */
.banner1 {
  width: 100%;
  height: 860px;
  background: url(../images/banner1.jpg) top center no-repeat;
}

.banner1 .pubwrap {
  text-align: left;
  position: relative;
  margin-top: 0;
}

.banner1 .imgtit {
  position: absolute;
  top: 162px;
  left: 0;
}

.banner1 .tit_text1 {
  height: 50px;
  position: absolute;
  top: 325px;
  left: 0;
  border-bottom: 2px solid #efdaa5;
}

.banner1 .tit_text1 ul li {
  color: #efdaa5;
  height: 50px;
  font-size: 32px;
  float: left;
  margin-right: 35px;
}

.banner1 .tit_text2 {
  height: 32px;
  position: absolute;
  top: 442px;
  left: 0;
}

.banner1 .tit_text2 ul li {
  color: #f0e5b8;
  width: 108px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 20px;
  float: left;
  margin-right: 35px;
  border-radius: 50px;
  border: 1px solid #f0e5b8;
}

.banner1 .ban1_btn {
  position: absolute;
  top: 704px;
  left: 0;
}

.banner1 .ban1_btn a {
  display: inline-block;
  width: 264px;
  height: 45px;
  border-radius: 50px;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #fff;
  top: 369px;
  left: 840px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
}

.banner1 .ban1_btn a.mr108 {
  margin-right: 115px;
  background: linear-gradient(to right, #e4c78b, #faeebd);
  color: #dc210e;
  border: 1px solid transparent;
  box-shadow: 0 5px 0 #ff682d;
}

/* æ–°åŠ å¡ç•™å­¦ä¼˜åŠ¿ */
.pubwrap {
  text-align: center;
  margin: 0 auto;
  margin-top: 84px;
}

.pubwrap h3.tit_h3 {
  color: #333;
  font-size: 48px;
  font-weight: bold;
  position: relative;
}

.pubwrap h3.tit_h3 span {
  color: #e88d18;
}

.pubwrap h3.tit_h3:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 20px;
  left: -13px;
  top: 23px;
  background: url(../images/ban1_iconL.png) 0 0 no-repeat;
}

.pubwrap h3.tit_h3:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 23px;
  height: 20px;
  right: -13px;
  top: 23px;
  background: url(../images/ban1_iconR.png) 0 0 no-repeat;
}

.pubwrap h4.tit_h4 {
  width: 481px;
  height: 11px;
  margin: 0 auto;
  margin-top: 20px;
  background: url(../images/new_chan.png) 0 0 no-repeat;
}

.banner2 {
  height: 700px;
}

.banner2 .youshi_main {
  margin-top: 30px;
  position: relative;
}

.banner2 .youshi_main img {
  width: 566px;
  height: 534px;
  margin-top: 80px;
  position: absolute;
  left: 50%;
  margin-left: -283px;
}

.banner2 .youshi_main ul li {
  width: 328px;
  height: 96px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 193, 67, .5);
  position: absolute;
}

.banner2 .youshi_main ul li .pullL {
  width: 68px;
  height: 96px;
  line-height: 96px;
  color: #f78826;
  font-size: 33px;
}

.banner2 .youshi_main ul li .pullR {
  width: 260px;
  height: 96px;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: left;
}

.banner2 .youshi_main ul li dl dt {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.banner2 .youshi_main ul li dl dd {
  margin-top: 8px;
  color: #5e5e5e;
  font-size: 14px;
}

.banner2 .youshi_main ul li:nth-child(4) .pullL {
  line-height: 110px;
}

.banner2 .youshi_main ul li.on {
  animation: scale1 2s linear infinite;
}

.banner2 .youshi_main ul li:nth-child(1) {
  left: 76px;
  top: 85px;
}

.banner2 .youshi_main ul li:nth-child(2) {
  left: 0;
  top: 259px;
}

.banner2 .youshi_main ul li:nth-child(3) {
  left: 43px;
  top: 490px;
}

.banner2 .youshi_main ul li:nth-child(4) {
  right: 0px;
  top: 96px;
  width: 348px;
  height: 110px;
}

.banner2 .youshi_main ul li:nth-child(5) {
  right: -13px;
  top: 416px;
}

/* å…è´¹æ–°åŠ å¡ç•™å­¦è§„åˆ’ */
.banner3 {
  width: 1200px;
  height: 378px;
  background: url(../images/form_bg.png) top center no-repeat;
  padding-top: 20px;
  box-sizing: border-box;
}

.banner3 h5 {
  color: #fff;
  font-size: 56px;
  text-shadow: 0 5px #f96c08;
}

.banner3 .ghtxt {
  width: 300px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  background: linear-gradient(to right, transparent, #f86b07);
}

.banner3 .ghtxt01 {
  margin-top: 30px;
}

.banner3 .ghtxt02 {
  width: 467px;
  background: linear-gradient(to right, #f86b07, transparent);
  margin-top: -10px;
}

.banner3 .form_dz {
  width: 962px;
  height: 46px;
  margin: 0 auto;
  margin-top: 35px;
}

.banner3 .form_input {
  width: 210px;
  height: 44px;
  border: 1px solid #efefef;
  border-radius: 5px;
  float: left;
  background: #fff;
  margin-right: 20px;
}

.banner3 .form_input p {
  float: left;
  width: 48px;
  height: 31px;
  box-sizing: border-box;
  line-height: 31px;
  font-size: 16px;
  padding-right: 4px;
  border-right: 1px solid #e5e5e5;
  margin-top: 8px;
  text-align: right;
}

.banner3 .form_input:nth-child(1) p {
  background: url(../images/name_icon.png) 0 0 no-repeat;
  background-size: 26px 28px;
  background-position: 15px 0;
}

.banner3 .form_input:nth-child(2) p {
  background: url(../images/tel_name.png) 0 0 no-repeat;
  background-size: 26px 25px;
  background-position: 15px 0;
}

.banner3 .form_input p img {
  display: inline-block;
  margin-top: 5px;
  margin-right: 5px;
}

.banner3 .form_input input {
  width: 136px;
  height: 41px;
  border-radius: 0 23px 23px 0;
  margin-top: 1px;
  border: 0;
  outline: none;
  margin-left: 5px;
  font-size: 16px;
}

.banner3 .formCode{
    width: 240px;
    float: left;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #999;
    margin-right: 20px;
  }
  
.banner3 .formCode .codeInput{
    width:130px;
    text-align: center;
    height: 42px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 42px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;

    border-radius: 50px 0 0 50px;
  }
  
.banner3 .formCode .codetxt{
    width: 106px;
    background: #e3e3e3;
    outline: none;
    height: 44px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    color: #000;
    border-radius: 0 50px 50px 0;
}


.banner3 .form_dz span {
  width: 200px;
  height: 50px;
  display: block;
  float: left;
  border-radius: 5px;
  font-size: 24px;
  text-align: center;
  line-height: 46px;
  color: #de3622;
  cursor: pointer;
  background: linear-gradient(to bottom, #fff4d7, #ffbd19);
  font-weight: bold;
  animation: mymove 3s infinite;
}

/* æ–°åŠ å¡é™¢æ ¡ç”³è¯·æ–¹æ¡ˆ  åŠ©ä½ ä¸€è‡‚ä¹‹åŠ› */
.banner4 .plan_listmain ul {
  margin-top: 30px;
  height: 491px;
  margin-bottom: 80px;
}

.banner4 .plan_listmain ul li {
  width: 380px;
  height: 491px;
  float: left;
  margin-right: 30px;
}

.banner4 .plan_listmain ul li .plan_img {
  width: 380px;
  height: 206px;
  box-sizing: border-box;
  padding-top: 56px;
  padding-left: 31px;
  text-align: left;
}

.banner4 .plan_listmain ul li .plan_img01 {
  background: url(../images/plan_pic01.jpg) 0 0 no-repeat;
}

.banner4 .plan_listmain ul li .plan_img02 {
  background: url(../images/plan_pic02.jpg) 0 0 no-repeat;
}

.banner4 .plan_listmain ul li .plan_img03 {
  background: url(../images/plan_pic02.jpg) 0 0 no-repeat;
}

.banner4 .plan_listmain ul li .plan_img dl dt {
  font-size: 20px;
  color: #fff;
}

.banner4 .plan_listmain ul li .plan_img dl dd {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}

.banner4 .plan_listmain .plan_list2 {
  width: 380px;
  height: 285px;
  background: #fff;
  box-shadow: 0 0 10px rgba(232, 141, 24, 0.3);
  box-sizing: border-box;
  padding: 20px 15px;
  text-align: left;
}

.banner4 .plan_listmain .plan_list2 h4 {
  font-size: 24px;
  color: #333333;
}

.banner4 .plan_listmain .plan_list2 .tag {
  width: 100%;
  margin: 10px 0 15px 0;
}

.banner4 .plan_listmain .plan_list2 .tag span {
  display: inline-block;
  margin-right: 15px;
  padding: 2px 5px;
  background: #fae8d1;
  color: #e88d18;
  border-radius: 5px;
}

.banner4 .plan_listmain .plan_list2 p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner4 .plan_listmain .plan_list2 a {
  display: block;
  width: 179px;
  height: 45px;
  margin: 0 auto;
  text-align: center;
  line-height: 45px;
  font-size: 24px;
  color: #e88d18;
  border-radius: 50px;
  border: 1px solid #e88d18;
  transition: all .3s;
  animation: ballon2 3s infinite;
}

.banner4 .plan_listmain .plan_list2 a:hover {
  color: #fff;
  background: #e88d18;
  box-shadow: 0 0 10px #e88d18;
}

/* æ–°èˆªé“ç•™å­¦è¯¾ç¨‹ */
.banner5 {
  background: #fff;
  width: 100%;
  height: 603px;
  box-sizing: border-box;
  padding-top: 84px;
}

.banner5 .pubwrap {
  margin-top: 0;
}

.banner5 .kecheng_list {
  margin-top: 45px;
}

.banner5 .kecheng_list ul li {
  float: left;
  width: 232px;
  height: 307px;
  margin-right: 10px;
  transition: all .3s;
}

.banner5 .kecheng_list ul li:hover .top_div {
  background: linear-gradient(to right, #ef9828, #f9ac0b);
}

.banner5 .kecheng_list ul li:hover .botmain {
  border: 1px solid #ef9828;
}

.banner5 .kecheng_list ul li .top_div {
  width: 232px;
  height: 131px;
  border-radius: 131px 131px 0 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner5 .kecheng_list ul li .botmain {
  width: 232px;
  height: 192px;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

/* æ¤­åœ† */
.banner5 .kecheng_list ul li .top_div {
  background: #cecece;
}

.section5 .kecheng_list ul li:nth-child(1) .top_div img {
  width: 50px;
  height: 59px;
}

.section5 .kecheng_list ul li:nth-child(2) .top_div img {
  width: 58px;
  height: 58px;
}

.section5 .kecheng_list ul li:nth-child(3) .top_div img {
  width: 60px;
  height: 60px;
}

.section5 .kecheng_list ul li:nth-child(4) .top_div img {
  width: 59px;
  height: 58px;
}

.section5 .kecheng_list ul li:nth-child(5) .top_div img {
  width: 83px;
  height: 51px;
}

.banner5 .kecheng_list ul li h5 {
  color: #333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 7px;
  margin-top: 15px;
  font-weight: bold;
}

.banner5 .kecheng_list ul li p {
  color: #333;
  font-size: 16px;
  height: 27px;
  line-height: 29px;
  text-align: center;
}

.banner5 .kecheng_list ul li a {
  display: inline-block;
  width: 132px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #e88d18;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 14px;
  border: 1px solid #e88d18;
  transition: all .3s;
  animation: ballon2 3s infinite;
}

.banner5 .kecheng_list ul li a:hover {
  border: 1px solid #e88d18;
  color: #fff;
  background: #e88d18;
  box-shadow: 0 0 10px #e88d18;
}

/* æ–°èˆªé“ç•™å­¦è¯¾ç¨‹â€”â€”ç•™å­¦è´¹ç”¨ */
.banner6 {
  width: 100%;
  height: 918px;
  background: url(../images/banner5.jpg) top center no-repeat;
  padding-top: 84px;
}

.banner6 .pubwrap {
  margin-top: 0;
}

.banner6 .pubwrap h3.tit_h3 {
  color: #fff;
}

.banner6 .pubwrap h3.tit_h3:before {
  background: url(../images/ban1_iconL2.png) 0 0 no-repeat;
}

.banner6 .pubwrap h3.tit_h3:after {
  background: url(../images/ban1_iconR2.png) 0 0 no-repeat;
}

.banner6 .lxfy_main {
  margin-top: 45px;
  height: 507px;
  margin-bottom: 60px;
}

.banner6 .lxfy_main ul li {
  width: 362px;
  height: 479px;
  float: left;
  margin-right: 56px;
  background: url(../images/kclist_bg01.png) 0 0 no-repeat;
  box-sizing: border-box;
  padding: 0 24px;
  transition: al .3s;
}

.banner6 .lxfy_main ul li:hover {
  background: url(../images/kclist_bg02.png) 0 0 no-repeat;
}

.banner6 .lxfy_main ul li:hover h5 {
  background: #f96c08;
  color: #fff;
}

.banner6 .lxfy_main ul li:hover a {
  border: 1px solid #fff;
  color: #fff;
}

.banner6 .lxfy_main ul li div {
  text-align: left;
}

.banner6 .lxfy_main ul li h5 {
  display: inline-block;
  background: #ef9827;
  color: #fff;
  font-size: 32px;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
}

.banner6 .lxfy_main ul li .bLine {
  border-bottom: 1px dashed #fff;
}

.banner6 .lxfy_main ul li .nobLine {
  border-bottom: 0 dashed #fff;
}

.banner6 .lxfy_main ul li div.line_text {
  padding: 20px 0;
}

.banner6 .lxfy_main ul li div.line_text h6 {
  color: #fff;
  font-size: 22px;
}

.banner6 .lxfy_main ul li div.line_text p {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}

.banner6 .lxfy_main ul li a {
  display: inline-block;
  width: 132px;
  height: 30px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #e88d18;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 14px;
  border: 1px solid #e88d18;
  transition: all .3s;
}

.banner6 .lxfy_main ul li.mr0 a {
  margin-top: 105px;
}

.banner6 .lxfy_main ul li a:hover {
  border: 1px solid #fff;
  color: #fff;
}

/* ç•™å­¦è®¡ç®—å™¨ */
.banner6 .liuxue_code {
  width: 1242px;
  height: 281px;
  margin: 0 auto;
  background: url(../images/banner5_bg6.png) 0 0 no-repeat;
  box-sizing: border-box;
  padding-top: 50px;
}

.banner6 .liuxue_code .pullL {
  width: 640px;
  height: 181px;
  margin-left: 284px;
}

.banner6 .liuxue_code .pullL p {
  font-size: 48px;
  color: #ffd584;
  text-shadow: 0 5px #ad2f00;
  font-weight: bold;
}

.banner6 .liuxue_code .pullL a {
  display: inline-block;
  width: 235px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  color: #854806;
  background: #ffc54a;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 14px;
  box-shadow: 0 3px 0 #ff682d;
}

.banner6 .liuxue_code .pullR {
  width: 165px;
  height: 167px;
  margin-right: 102px;
}

/* æ–°èˆªé“ç¡¬æ ¸å®žåŠ› */
.banner7 {
  margin: 100px 0 40px;
}

.banner7 .pubwrap h4.tit2_h4 {
  width: 325px;
  height: 19px;
  margin: 0 auto;
  margin-top: 20px;
  background: url(../images/new_chan2.png) 0 0 no-repeat;
}

.banner7 .ulTop {
  margin-top: 30px;
}

.banner7 .ulTop li {
  width: 286px;
  height: 313px;
  float: left;
  background: #fff;
  margin-right: 18px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-sizing: border-box;
}

.banner7 .ulTop li .zhengguiz {
  width: 181px;
  height: 187px;
  text-align: center;
  line-height: 30px;
  background: url(../images/ban7_bg1.png) 0 0 no-repeat;
  color: #202752;
  font-size: 20px;
  padding-top: 58px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 15px;
}

.banner7 .ulTop li dl {
  text-align: center;
  margin-top: 15px;
}

.banner7 .ulTop li dl dt {
  color: #333;
  font-size: 24px;
}

.banner7 .ulTop li dl dd {
  color: #333;
  font-size: 16px;
  margin-top: 10px;
}

.banner7 ul.rongyu_list {
  width: 1200px;
  height: 308px;
  margin-bottom: 65px;
  margin-top: 25px;
}

.banner7 ul.rongyu_list li {
  background: #fff;
  width: 370px;
  height: 311px;
  float: left;
  text-align: center;
  margin-right: 45px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.banner7 ul.rongyu_list li img {
  display: block;
  width: 346px;
  height: 228px;
  margin: 12px auto;
}

.banner7 ul.rongyu_list li p {
  width: 100%;
  font-size: 24px;
  color: #333;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 17px;
}

/* æ–°èˆªé“ç•™å­¦ç”³è¯·6å¯¹1ç»†è‡´æœåŠ¡ */
.banner8 {
  width: 100%;
  height: 1120px;
  box-sizing: border-box;
  margin-top: 0px;
  padding-top: 200px;
  background: url(../images/banner8.jpg) center top no-repeat;
}

.banner8 .pubwrap h3.tit_h3 {
  color: #fff;
}

.banner8 .pubwrap h3.tit_h3 span {
  color: #f94c08;
}

.banner8 .pubwrap h3.tit_h3:before {
  background: url(../images/ban1_iconL2.png) 0 0 no-repeat;
}

.banner8 .pubwrap h3.tit_h3:after {
  background: url(../images/ban1_iconR2.png) 0 0 no-repeat;
}

.banner8 .pubwrap h4.tit2_h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin-top: 15px;
}

.banner8 .fuwu_list {
  margin-top: 40px;
}

.banner8 .fuwu_list ul li {
  background: #fff;
  width: 379px;
  height: 314px;
  float: left;
  text-align: center;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  border-radius: 5px;
  padding-top: 34px;
  box-sizing: border-box;
  transition: all .3s;
}
.banner8 .fuwu_list ul li:hover{
   margin-top: -7px;
}
.banner8 .fuwu_list ul li .imgd {
  height: 59px;
}

.banner8 .fuwu_list ul li img {
  display: block;
  margin: 0 auto;
}

.banner8 .fuwu_list ul li h5 {
  color: #333;
  font-size: 30px;
  margin-top: 23px;
  margin-bottom: 22px;
}

.banner8 .fuwu_list ul li .wjsq {
  width: 291px;
  height: 31px;
  line-height: 31px;
  color: #d04615;
  font-size: 20px;
  margin-left: 44px;
  background: url(../images/wjsq_bg.png) 0 0 no-repeat;
  margin-bottom: 15px;
}

.banner8 .fuwu_list ul li p {
  line-height: 24px;
  color: #333;
  font-size: 16px;
}

/* æ–°åŠ å¡ç•™å­¦å¦‚ä½•ç”³è¯· */
.banner9 {
  height: 800px;
}

.banner9 .rhsq_picL {
  margin-top: 50px;
  width: 873px;
  height: 600px;
  position: relative;
}

.banner9 .rhsq_picL:after {
  position: absolute;
  content: "";
  width: 381px;
  height: 381px;
  background: url(../images/squre.png) 0 0 no-repeat;
  bottom: -190px;
  left: -190px;
}

.banner9 .rhsq_picR {
  position: absolute;
  top: 102px;
  right: -327px;
  z-index: 9;
  width: 650px;
  height: 398px;
}

.banner9 .rhsq_picR .rhsq_tit {
  background: #f09927;
  height: 88px;
  line-height: 88px;
  text-align: center;
  font-size: 36px;
  color: #fff;
}

.banner9 .rhsq_picR .rhsq_main {
  width: 650px;
  height: 310px;
  background: #fff;
  box-shadow: 0 0 20px rgba(240, 153, 39, 0.2);
  box-sizing: border-box;
  padding: 50px 30px;
  text-align: left;
  color: #5e5e5e;
  font-size: 20px;
  line-height: 43px;
  margin-bottom: 159px;
}

.banner9 .rhsq_picR .btn-group {
  width: 554px;
  margin: 0 auto;
}

.banner9 .rhsq_picR .btn-group a {
  display: inline-block;
  width: 220px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  font-size: 21px;
  color: #854806;
  border-radius: 50px;
  margin-top: 20px;
  margin-left: 14px;
  color: #e88d18;
  border: 1px solid #e88d18;
  animation: ballon2 3s infinite;
}
.banner9 .rhsq_picR .btn-group a.mr65 {
  margin-right: 65px;
}

.banner9 .rhsq_picR .btn-group a:hover {
  background: #ffc54a;
  box-shadow: 0 3px 0 #ff682d;
  color: #854806;
}

/* æ–°åŠ å¡ç•™å­¦çƒ­é—¨ä¸“ä¸š */
.banner10 {
  margin-top: 120px;
}

.banner10 .rmzy_hotm {
  margin-top: 40px;
  height: 185px;
  margin-bottom: 123px;
}

.banner10 .rmzy_hotm ul li {
  width: 370px;
  height: 185px;
  float: left;
  box-sizing: border-box;
  border: 4px solid #e97d08;
  border-radius: 10px;
  margin-right: 45px;
  position: relative;
  box-sizing: border-box;
  padding-top: 30px;
}

.banner10 .rmzy_hotm ul li div.tag {
  position: absolute;
  width: 90px;
  height: 90px;
  color: #f0cab2;
  font-weight: bold;
  font-size: 71px;
  background: #F7F8FC;
  top: -40px;
  left: -15px;
}

.banner10 .rmzy_hotm ul li dl dt {
  color: #333333;
  font-size: 42px;
  position: relative;
}

.banner10 .rmzy_hotm ul li dl dt:after {
  position: absolute;
  content: "";
  width: 90px;
  height: 4px;
  background: #e97d08;
  bottom: -6px;
  left: 50%;
  margin-left: -45px;
}

.banner10 .rmzy_hotm ul li dl dd {
  color: #333333;
  font-size: 14px;
  margin-top: 30px;
}

/* æ–°åŠ å¡ç•™å­¦çƒ­é—¨é™¢æ ¡æŽ¨è */
.banner11 {
  width: 100%;
  height: 482px;
  background: url(../images/banner11.jpg) top center no-repeat;
  padding-top: 84px;
}
.banner11 .pubwrap{
  margin-top: 0;
}
.banner11 .pubwrap h3.tit_h3 span {
  color: #e53a26;
}

.banner11 .yxtj_list {
  margin-top: 54px;
}

.banner11 .yxtj_list ul li {
  width: 200px;
  height: 220px;
  box-sizing: border-box;
  padding-top: 20px;
  float: left;
  background: #f7f7f7;
  transform: scale(1);
  transition: all 0.35s ease-in-out;
}
.banner11 .yxtj_list ul li:hover {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  position: relative;
}
.banner11 .yxtj_list ul li:hover:after{
  position: absolute;
  content: "";
  width: 90px;
  height: 4px;
  background: #e97d08;
  top: 0;
  left: 50%;
  margin-left: -45px;
}

.banner11 .yxtj_list ul li img {
  display: inline-block;
}

.banner11 .yxtj_list ul li .divImg {
  height: 56px;
}

.banner11 .yxtj_list ul li:nth-child(1) img {
  width: 112px;
  height: 51px;
}

.banner11 .yxtj_list ul li:nth-child(2) img {
  width: 141px;
  height: 50px;
}

.banner11 .yxtj_list ul li:nth-child(3) img {
  width: 140px;
  height: 56px;
}

.banner11 .yxtj_list ul li:nth-child(4) img {
  width: 175px;
  height: 30px;
}

.banner11 .yxtj_list ul li:nth-child(5) img {
  width: 89px;
  height: 56px;
}

.banner11 .yxtj_list ul li:nth-child(6) img {
  width: 60px;
  height: 54px;
}

.banner11 .yxtj_list ul li p.p1 {
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin: 10px 0;
}

.banner11 .yxtj_list ul li p.p2 {
  color: #d04615;
  font-size: 16px;
  background: linear-gradient(to right, transparent, #f7ca8e, transparent);
  margin-bottom: 25px;
}

.banner11 .yxtj_list ul li a{
  display: inline-block;
  width: 132px;
  height: 32px;
  margin: 0 auto;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #e88d18;
  border-radius: 50px;
  margin-left: 14px;
  border: 1px solid #e88d18;
  transition: all .3s;
  animation: ballon2 3s infinite;
}
.banner11 .yxtj_list ul li a:hover{
  background:#e88d18;
  color:#fff;
}
/* æ–°åŠ å¡ç•™å­¦  é€‰æ‹©æ–°èˆªé“ */
.banner12{
    width: 100%;
    height: 526px;
    background: url(../images/banner12.jpg) top center no-repeat;
    padding-top: 84px;
}
.banner12 .pubwrap {
  margin-top: 0;
}
.banner12 .pubwrap h3.tit_h3 {
  color: #fff;
}
.banner12 .pubwrap h3.tit_h3 span {
  color: #e88d18;
  margin-left: 20px;
}
.banner12 .pubwrap h3.tit_h3:before {
  background: url(../images/ban1_iconL2.png) 0 0 no-repeat;
}
.banner12 .pubwrap h3.tit_h3:after {
  background: url(../images/ban1_iconR2.png) 0 0 no-repeat;
}
.banner12 .form_main{
  width: 1049px;
  height: 332px;
  margin:0 auto;
  background:rgba(255,255,255,0.8);
  border-radius:8px;
  margin-top: 45px;
  box-sizing: border-box;
  padding:37px 66px;
}
.banner12 .form_main .form-item{
  width:412px;
  height: 64px;
  box-sizing: border-box;
  position:relative;
  margin-bottom: 20px;
  float: left;
  margin-right:87px;
}
.banner12 .form_main .form-item input{
  width: 100%;
  height: 64px;
  outline:0;
  border:1px solid #a0a0a0;
  border-radius:5px;
  text-indent: 53px;
  font-size: 20px;
  color: #555;
}
.banner12 .form_main .formCode{
    width: 418px;
    margin-bottom: 0;
	   float: left;
    margin-right: 0;
}
.banner12 .form_main .formCode .codeInput{
    width:248px;
    text-align: center;
    height: 68px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 16px;
    line-height: 68px;
    outline: 0;
    color: #000;
    margin-right: 10px;
    text-indent: 0;
    box-sizing: border-box;
    border:none;
	   float: left;
}
.banner12 .form_main .formCode .codetxt{
    width: 160px;
    background: #e3e3e3;
    outline: none;
    height: 68px;
    cursor: pointer;
    font-size: 16px;
    border: 0;
    color: #000;
    border-radius: 10px;
    box-sizing: border-box;
	   float: right;
}

.banner12 .form_main .form-item img{
  position:absolute;
  display:inline-block;
  left: 10px;
  top: 16px;
}
.banner12 .form_main .form-item:nth-child(2) img{
  position:absolute;
  display:inline-block;
  left: 18px;
  top: 16px;
}
.banner12 .form_main button{
  width: 100%;
  height: 64px;
  outline:0;
  line-height: 64px;
  font-size: 20px;
  color:#854806;
  background:#ffc54c;
  border:none;
  border-radius:5px;
}
.banner12 .form_main button:hover{
  box-shadow: 0 0 10px #e88d18;
}

.btnnl {
  width: 420px;
  height: 62px;
  border-radius: 31px;
  margin: 0 auto;
  display:block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  background: -webkit-gradient(linear, left top, right top, from(#dbb16a), to(#ba8646));
  background: -webkit-linear-gradient(left, #dbb16a, #ba8646);
  background: -o-linear-gradient(left, #dbb16a, #ba8646);
  background: linear-gradient(to right, #dbb16a, #ba8646);
  -webkit-box-shadow: 0 1px 8px 2px rgba(181, 99, 2, 0.4);
          box-shadow: 0 1px 8px 2px rgba(181, 99, 2, 0.4);
}

/*校区环境*/
.banner13{
  width: 100%;
  height: auto;
  padding: 1px 0 60px;
}

