@charset "UTF-8";
/*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;
}

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;
}

.wrapper{
padding: 0 .75rem;
margin:0 auto;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background: #fff;
  max-width: 480px;
  margin: 0 auto;
}

.ban{width: 100%; height:14rem; background: url(../imgs/banner.jpg) no-repeat center center;background-size: 100% 14rem;}

.title h3{ color: #333; font-weight: bold; text-align: center; font-size: 1.5rem; margin-bottom: .5rem}
.title span{ display: block; color: #eeeeee; font-weight: bold; text-align: center; font-size: 1rem; line-height: 1.5rem}
.title div {
    display: block;
    margin: 10px auto 0;
    width: 3rem;
    height: .075rem;
    background: #999;
}

.dd{ width: 100%; height: auto; padding: 1.5rem 0; background:#3271e7; margin: 1.5rem 0; border-radius: .8rem;}
.fl {float: left}
.dd-title{width:100%; padding: .5rem 0 2rem; margin-left: 3.92rem;}
.dd-title span{display: block; color: #fff; font-weight: bold; text-align: center; font-size: 1.5rem; margin-left: .3rem;}
.dd-con .dd-name,.dd-con .dd-tel,.dd-con .dd-code{width:90%; height: 2rem; line-height: 2rem; margin: .5rem 0 0 9%;color: #0f0f0f; position: relative;}
.dd-con .dd-select{width:100%; height: 2rem; line-height: 2rem; margin: .5rem 0 0 9%;color: #0f0f0f; position: relative;}
.dd-con input, .dd-con select{ height: 2rem; font-size: .72rem; padding-left:8%; line-height: 2rem;border:1px solid #c0c0c0; width: 83%;border-radius:2rem; margin: .5rem 0;}
.dd-con select{padding-left:6%;}
.dd-con .formCode{
    width: 82%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    height: 2rem;
    margin: .5rem auto 0.5rem;
    border-radius: 1rem;
  }
.dd-con .formCode .codeInput{
    width: 60%;
    height: 2rem;
    padding-left:0;
    float: left;
    text-align: center;
    background-color: #fff;
    border-radius: 1rem;
    font-size: 0.7rem;
    line-height: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #727c89;
    color: #000;
    margin-left: 0;
  }
.dd-con .formCode .codetxt{
   width: 36%;
   float: right;
   margin-top:.5rem;
   box-sizing: border-box;
   background: #e3e3e3;
   outline: none;
   height: 2rem;
   cursor: pointer;
   font-size: 0.7rem;
   border: 0;
   color: #000;
   border-radius: 1rem;
  }
.xf-btn{display: block;width: 85%;height: 2.5rem;line-height: 2.5rem;background: #ffaa00; margin: .72rem auto 0; border-radius: 5rem;}
.xf-btn i{font-size: 1.2rem;color: #fff;text-align: center; display:block}

.study{ width: 100%; height: auto; background:#f5f5f5; padding: 1.5rem 0;}
.study-con{ width: 92%; margin: 0 auto; overflow: hidden}
.study-con ul{ margin-top:.75rem;}
.study-con li{ float: left; width: 48%; margin-right: 4%}
.study-con li:nth-child(2n){ margin-right:0 }
.study-con li img{ display: block;margin: 0 auto; max-width: 60%; min-width: 60%}
.study-con li p{ font-size: 1rem; color: #222;text-align: center;padding-top: 4rem}
.study-con li span{ width: 80%; margin: 10px auto 0;text-align: center; display: block; font-size: .72rem; color: #444}
.study-bac1{width: 100%;height: 12.225rem;background: url(../imgs/img6.png) no-repeat;margin-top: -3rem;background-size: 100% 100%;} 
.study-bac2{width: 100%;height: 12.225rem;background: url(../imgs/img7.png) no-repeat;margin-top: -3rem;background-size: 100% 100%;} 
.study-con li .study-bac2 p,.study-con li .study-bac2 span{color: #fff}

.lb{ width: 100%; height: auto; padding: 1.5rem 0 2rem 0;background:#3271e7;}
.lb .title h3,.why .title h3{ color: #fff}
.lb .title div,.why .title div{ background: #fff}
.lb-box{ margin-top: 1.5rem; overflow: hidden; }
.lb-box li{ float: left; width:33%; border-right: 1px solid #fdfdfd;}
.lb-box li img{max-width: 35%; min-width: 35%; margin: 5px auto 0; display: block;}
.lb-box li div{ }
.lb-box li div p{font-size:1rem; color: #fff; margin: .5rem 0;text-align: center;}
.lb-box li div span{font-size: .72rem; color: #fff;display: block; text-align: center}
.lb-box li:last-child{ border-right: none}

.kc{ width: 92%; margin: 1.5rem auto 0;}
.kc-ul { width:100%; overflow: hidden; margin: 1.5rem 0;}
.kc-ul li {float: left;margin-right: .06rem; margin-top: .5rem;}
.kc-ul li div{float: left; padding:0 .6rem; height: 2rem; line-height: 2rem;background: #e1f1ff;font-size: .8rem;color: #2b2b2b;text-align: center;cursor: pointer}
.kc-ul li:nth-child(4) div{padding:0 1.25rem;}
.kc-ul li div.cur{float: left; width:10.3rem; height: 2rem; line-height: 2rem;background: #e1f1ff;font-size: .8rem;color: #2b2b2b;text-align: center;cursor: pointer}
.kc-ul li:nth-child(4){margin-right: 0;}
.kc-ul li:last-child{margin-right: 0;}
.kc-ul .kc-cur div{ background: #3271e7; color: #fff}
.kc-ul .kc-cur div.cur{ background: #3271e7; color: #fff}
.w1 {width: 20%}
.w2 {width: 30%}
.w3 {width: 20%}
.w4 {width: 30%}
.kc table tr{border-bottom: 1px solid #ebebeb}
.kc table tr th {font-size: .72rem;color: #333;font-weight: normal;text-align: center;padding: 1rem 0; border: 1px solid #ebebeb}
.kc table tr td {font-size: .66rem;color: #333;text-align: center;vertical-align: middle;line-height: 1.2rem;padding: .5rem 0px;border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb}
.kc-btn,.why-btn {display: block;width:80%;height: 2.4rem;line-height: 2.4rem;border-radius: 3rem;text-align: center;font-size: 1rem;color: #3271e7;border:2px solid #3271e7;margin: 1.5rem auto;}

.why{ width: 100%; height: auto; padding: 1.5rem 0; background:#3271e7;margin-top: 1.5rem }
.why-con{width: 96%; margin: 0 auto}
.why-box{ margin-top: 1.5rem;overflow: hidden}
.why-box li{ float: left; background: url(../imgs/img8.png) no-repeat center center; width: 48%;height:9rem;margin-right:4%;background-size: 100%}
.why-box li p{text-align: center;font-size: .8rem;color: #000; margin-top:2.4rem}
.why-box li span{ display: block; width: 70%; margin:.25rem auto 0; text-align: center;font-size: .66rem;color: #666; line-height: 1rem}
.why-box li:nth-child(2){ margin-right: 0}
.why-btn{ background: #fff; width: 80%; height: 2.4rem; color: #222;margin: 0 auto;font-size: .8rem}
.why-box li:last-child{ margin-left: 26%;margin-top: -1.8rem;margin-bottom: 1rem;}

.honor {background:#fafafa;
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width:100%;
  overflow: hidden;
}

.honor .btn_hg {
    display: block;
    width: 80%;
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #3271e7;
    border: 2px solid #3271e7;
    margin: .5rem auto;
}

.g_common{display: flex; justify-content:space-around; flex-flow: row nowrap; margin:0 auto; position: relative; }
.g_common .ys_l{text-align: right;}
.g_common .ys_l,.g_common .ys_r{padding-top: 0.6rem; float: left;}
.g_common .ys_l li,.g_common .ys_r li{font-size: 0.66rem; color: #606060; line-height: 1rem; margin-bottom: 0.6rem;}
.g_common .ys_l li h3,.g_common .ys_r li h3{font-size: 0.8rem; color: #004dbc; line-height: 1.6rem;}
.g_common .ys_r{text-align: left;}

.huanjing {background:#fff;
  margin:0 auto;
  box-sizing:border-box;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width:100%;
  overflow: hidden;
}

.huanjing .btn_hg {
    display: block;
    width: 80%;
    height: 2.4rem;
    line-height: 2.4rem;
    border-radius: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #3271e7;
    border: 2px solid #3271e7;
    margin: .5rem auto;
}
.banci_tit{
	padding:0 1rem;
	margin-top:1.52rem;
}
.banci_tit ul{
 display: flex;
 justify-content:space-between;
 flex-wrap:wrap;
}
.banci_tit ul li{
    width:30%;
    height: 1.6rem;
	   line-height: 1.6rem;
    text-align: center;
    background:#ffeddf;
    color:#f6492a;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    border:1px solid #f64a2a;
    cursor: pointer;
}
.banci_tit ul li:first-child{
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li:nth-child(2){
	width:48%;
	margin-bottom:0.72rem;
}
.banci_tit ul li.cur{
    width:30%;
	   height: 1.6rem;
  		line-height: 1.6rem;
    text-align: center;
    background: linear-gradient(to right, #ff4800, #f87128);
    background: -webkit-linear-gradient(to right, #ff4800, #f87128);
    background: -o-linear-gradient(to right, #ff4800, #f87128);
    background: -ms-linear-gradient(to right, #ff4800, #f87128);
    background: -moz-linear-gradient(to right, #ff4800, #f87128);
    color:#fff;
    font-size: 0.6rem;
    border-radius: 0.2rem;
    position: relative;
}
.banci_tit ul li:first-child.cur{
  	 width:48%;
  	 margin-bottom:0.5rem;
}
.banci_tit ul li:nth-child(2).cur{
	  width:48%;
   	margin-bottom:0.5rem;
}
.banci_tit ul li.cur:after{
	position: absolute;
	top: 1.6rem;
	left: 2rem;
	content:'';
	border-top:10px solid #f75d29;
	border-right:10px solid transparent;
	border-bottom:10px solid transparent;
	border-left:10px solid transparent;
}
.banci_tit ul li:first-child.cur:after{
  left: 3.6rem;
}
.banci_tit ul li:nth-child(2).cur:after{
	 left: 3.6rem;
}

.banci_zhuyao div img{
	margin-top: 0.5rem;
}

.bd{ width:100%; height:auto; background:#3b70fb; padding:0.98rem 0 1.8rem;}
.bd-con{ width:96%; margin:0 auto; overflow:hidden}
.bd-con h6{ font-size: 1.36rem; color:#fff;text-align: center;font-weight: bold;margin-bottom: 0.6rem}
.bd-con h6 span{color:#ef8266 }
.bd-con input,.bd-con select {width: 72%;height:2rem;line-height: 0.8rem;background: #fff;border-radius: 0.18rem;color: #666;font-size: 0.72rem;padding-left: 3%;line-height: 100%;margin:0 auto 0.6rem;border: none; display:block}
.bd-con .formCode{
    width: 75%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    height: 2rem;
    margin: 0 auto 0.5rem;
    border-radius: 0.18rem;
  }
.bd-con .formCode .codeInput{
    width: 60%;
    height: 2rem;
    background-color: #fff;
    border-radius: 0.2rem;
    font-size: 0.7rem;
    line-height: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;
    margin-left: 0;
    border-radius: 0.18rem;
  }
.bd-con .formCode .codetxt{
   width: 36%;
   margin-right: 0;
   background: #e3e3e3;
   outline: none;
   height: 2rem;
   cursor: pointer;
   font-size: 0.7rem;
   border: 0;
   color: #000;
   border-radius: 0.18rem;
  }
.bd-con select {width: 75%;padding-left: 2%;}
::-webkit-input-placeholder{color: #666;}
.bd-con button {width: 80%;display:block;margin:0 auto;height:2.16rem;line-height: 1.6rem;background: linear-gradient(45deg,#f19c76,#ed715c ); background: -webkit-linear-gradient(45deg,#f19c76,#ed715c );color: #fff;font-size: 0.8rem;text-align: center; border-radius: 2rem; }