body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button,
input, textarea, th, td { margin:0; padding:0; }
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.clear {
  clear: both;
}
body,html{
  min-width: 1200px;
}
body{
  background: #F6F6F6;
}
header{}
header .top-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
header .top-box h1{
  font-size: 36px;
  color: rgb(31, 135, 232);
}
header .top-box .r-box{
  display: flex;
  align-items: center;
}
header .top-box .r-box .search-box{
  display: flex;
  align-items: center;
}
header .top-box .r-box .search-box input{
  display: block;
  width: 250px;
  background: #ffffff;
  padding: 0 14px;
  outline: none;
  color: #666;
  border: 1px solid #ddd;
  border-right: none;
  height: 38px;
}
header .top-box .r-box .search-box .searchbtn{
  display: block;
  background-color: #00a0e9;
  width: 75px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 10px;
}
header .top-box .r-box .search-box .searchbtn img{
  display: block;
  margin: 0 auto;
  width: 20px;
  height: auto;
}
header .top-box .r-box .contact-box{
  display: flex;
  align-items: center;
  margin-left: 80px;
}
header .top-box .r-box .contact-box img{
  display: block;
  width: 47px;
  height: auto;
}
header .top-box .r-box .contact-box .txt{
  margin-left: 30px;
  line-height: 26px;
}
header .top-box .r-box .contact-box .txt .txt1{
  font-size: 20px;
  color: rgb(0, 160, 233);
}
header .top-box .r-box .contact-box .txt .txt2{
  font-size: 14px;
  color: rgb(89, 89, 89);
}
header .nav {
  background: #009FE9;
  height: 50px;
}
header .nav .page-box{
  display: flex;
  align-items: center;
}
header .nav .nav-item{
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  min-width: 100px;
  padding: 0 20px;
  text-align: center;
  margin-right: 10px;
}
header .nav .nav-item.active, header .nav .nav-item:hover{
  background: #0094D9;
}
header .nav .nav-item.first-item{
  width: 220px;
  padding: 0;
  margin-right: 50px;
}
header .nav .list{
  display: flex;
  align-items: center;
}
footer {}
footer .footer-nav{
  background: #009FE9;
  height: 50px;
  line-height: 50px;
  display: flex;
  justify-content: center;
}
footer .footer-nav .item{
  display: block;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  min-width: 100px;
  padding: 0 20px;
  text-align: center;
}
footer .copyright{
  background: #333333;
  padding: 30px 0;
  text-align: center;
  font-size: 14px;
  color: #CCCCCC;
}
footer .copyright a{
  font-size: 14px;
  color: #CCCCCC;
}
.backToTop{
  background: url(../image/top-icon.png) no-repeat center center;
  background-size: 50px 50px;
  position: fixed;
  right: 57px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}


.page-box{
  width: 1200px;
  margin: 0 auto;
}

.page-title{
  height: 46px;
  line-height: 46px;
  color: #009fe9;
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
}
.page-title p{
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #009fe9;
}
.index-box1{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
}
.index-box1 .indexbanner{
  width: 900px;
  height: 400px;
  overflow: hidden;
}
.index-box1 .swiper-container .swiper-slide{
  width: 100% !important;
}
.index-box1 .swiper-container .swiper-slide a{
  display: block;
  width: 100%;
}
.index-box1 .swiper-container a img{
  display: block;
  width: 100%;
  height: auto;
}
.index-box1 .box1-right{
  width: 250px;
  background: #ffffff;
}
.index-box1 .box1-right .title{
  height: 46px;
  line-height: 46px;
  color: #009fe9;
  border-bottom: 1px solid #eaeaea;
}
.index-box1 .box1-right .title p{
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #009fe9;
}
.index-box1 .box1-right .box{
  padding: 5px;
}
.index-box1 .box1-right .box .item{
  display: block;
  padding: 3px 5px;
  border-bottom: 1px dashed #e5e5e5;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box1 .box1-right .box .item:last-child{
  border-bottom: none;
}
.index-box1 .box1-right .box .item:hover{
  color: #009fe9;
}
.index-box2 .box2-top{
  height: 100px;
  background: url(../image/index-box2-bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.index-box2 .box{
  flex: 1;
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  color: rgb(68, 68, 68);
}
.index-box2 .box span{
  font-size: 36px;
  color: rgb(0, 159, 233);
}
.index-box2 .box2-bottom{
  background: #ffffff;
  padding: 20px;
  display: flex;
}
.index-box2 .box2-bottom .l-img{
  display: block;
  width: 234px;
  height: auto;
  margin-right: 20px;
}
.index-box2 .box2-bottom .img-list{
  display: flex;
  flex-wrap: wrap;
}
.index-box2 .box2-bottom .img-list img{
  display: block;
  width: 210px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 20px;
}
.index-box2 .box2-bottom .img-list img:nth-child(4n){
  margin-right: 0;
}
.index-box2 .box2-bottom .img-list img:nth-child(5){
  margin-bottom: 0;
}
.index-box2 .box2-bottom .img-list img:nth-child(6){
  margin-bottom: 0;
}
.index-box2 .box2-bottom .img-list img:nth-child(7){
  margin-bottom: 0;
}
.index-box2 .box2-bottom .img-list img:nth-child(8){
  margin-bottom: 0;
}
.index-box3 {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.index-box3 .box3-list{
  width: 31.5%;
}
.index-box3 .box3-list .list-title{
  height: 46px;
  line-height: 46px;
  color: #009fe9;
  font-size: 20px;
  border-bottom: 1px solid #eaeaea;
}
.index-box3 .box3-list .list-title p{
  display: inline-block;
  padding: 0 10px;
  border-bottom: 1px solid #009fe9;
}
.index-box3 .box3-list .list , .index-box3 .box3-list .teacher-list{
  padding-top: 20px;
}
.index-box3 .box3-list .list .item{
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e5e5e5;
  height: 50px;
  color: #555555;
  font-size: 15px;
}
.index-box3 .box3-list .list .item:hover{
  color: #0094D9;
}
.index-box3 .box3-list .list .item .txt1{
  flex: 1;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-box3 .box3-list .teacher-list .teacher{
  display: flex;
  margin-bottom: 15px;
} 
.index-box3 .box3-list .teacher-list .teacher:last-child{
  margin-bottom: 0;
}
.index-box3 .box3-list .teacher-list .teacher .img-box{
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.index-box3 .box3-list .teacher-list .teacher .img-box img{
  display: block;
  width: 100%;
}
.index-box3 .box3-list .teacher-list .teacher .txt-box{
  background: #ffffff;
  flex: 1;
  padding: 20px 40px;
  font-size: 14px;
  color: #666666;
}
.index-box3 .box3-list .teacher-list .teacher .txt-box .txt1{
  font-size: 16px;
  color: #0094D9;
  margin-bottom: 10px;
}
.index-box3 .box3-list .teacher-list .teacher .txt-box .txt2{}
.index-box4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
.index-box4 .curriculum-item{
  width: 215px;
  margin-right: 31.25px;
  margin-bottom: 31.25px;
  cursor: pointer;
}
.index-box4 .curriculum-item:nth-child(5n){
  margin-right: 0;
}
.index-box4 .curriculum-item .img-box{
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.index-box4 .curriculum-item .img-box img{
  display: block;
  width: 100%;
}
.index-box4 .curriculum-item .txt-box{
  background: #ffffff;
  padding: 10px 10px 20px;
  text-align: center;
}
.index-box4 .curriculum-item .txt-box .txt1{
  font-size: 16px;
  color: rgb(0, 160, 233);
  margin-bottom: 15px;
  text-align: center;
}
.index-box4 .curriculum-item .txt-box .txt2{
  text-align: center;
  color: rgb(136, 136, 136);
  font-size: 12px;
  line-height: 20px;
}
.index-box4 .curriculum-item .txt-box .txt3{
  display: inline-block;
  margin: 15px auto 0;
  border: 1px solid #cccccc;;
  text-align: center;
  border-radius: 40px;
  color: rgb(136, 136, 136);
  font-size: 12px;
  line-height: 26px;
  padding: 0 10px;
}
.index-box5 {
  margin-top: 50px;
}
.index-box5 .teachers {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.index-box5 .teachers .teacher{
  width: 215px;
  margin-right: 31.25px;
  margin-bottom: 31.25px;
  background: #ffffff;
  padding-top: 40px;
}
.index-box5 .teachers .teacher:nth-child(5n){
  margin-right: 0;
}
.index-box5 .teachers .img-box{
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.index-box5 .teachers .img-box img{
  display: block;
  width: 100%;
}
.index-box5 .teachers .txt-box{
  min-height: 100px;
  padding: 20px;
  text-align: center;
}
.index-box5 .teachers .txt-box .txt1{
  font-size: 16px;
  color: #0094D9;
}
.index-box6{
  margin-top: 20px;
}
.index-box6 .lc-list{
  padding-top: 100px;
  display: flex;
  background: url(../image/line-bg.png) no-repeat center 120px;
  background-size: auto 61px;
}
.index-box6 .lc-list .lc-item{
  flex: 1;
  padding: 0 40px;
  text-align: center;
}
.index-box6 .lc-list .lc-item img{
  display: block;
  width: 100px;
  height: auto;
  margin: 0 auto;
}
.index-box6 .lc-list .lc-item .txt1{
  color: rgb(51, 51, 51);
  font-size: 18px;
  margin: 40px 0 20px;
}
.index-box6 .lc-list .lc-item .txt2{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.link-list{
  font-size: 14px;
  color: #888888;
  padding: 50px 0;
}
.link-list a{
  font-size: 14px;
  color: #888888;
  margin-right: 5px;
}
.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 8;
  display: none;
}
.mask .mask-box{
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
}
.mask .mask-box .closemask{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
}
.mask .mask-box h2{
  text-align: center;
  font-size: 20px;
  text-align: center;
  color: #666666;
  font-weight: normal;
}
.form{
  padding-top: 30px;
}
.form .form-item {
  width: 600px;
  margin-bottom: 20px;
}
.form .form-item .label{
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}
.form .form-item .input-box{
  position: relative;
  padding-right: 20px;
}
.form .form-item.required .input-box::after{
  content: '*';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: red;
}
.form .form-item .input-box input{
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #DADADA;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  padding: 0 10px;
  outline: none;
}
.form .form-item .input-box textarea{
  display: block;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #DADADA;
  line-height: 20px;
  height: 102px;
  box-sizing: border-box;
  padding: 5px 10px;
  outline: none;
}
.form .submitBtn{
  display: block;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  width: 230px;
  background: url(../image/red_middle.png) 0 repeat-x;
  background-color: #f54f4f;
}


.banner{
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.banner img{
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pager-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.pager-list .btn{
  display: block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #EFEBEC;
  background: #ffffff;
  text-align: center;
  color: #666;
  padding: 0 12px;
  margin: 0 5px 5px;
}
.pager-list .btn.active, .pager-list .btn:hover{
  background: #0094D9;
  color: #ffffff;
  border-color: #0094D9;
}
.intro-box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 0 0;
}
.intro-box1 .item{
  width: 50%;
  margin-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.intro-box1 .item:nth-child(2n){
  padding-left: 25px;
}
.intro-box1 .item:nth-child(2n - 1){
  padding-right: 25px;
}
.intro-box1 .item .item-l {
  margin-right: 34px;
}
.intro-box1 .item .item-l img{
  display: block;
  width: 142px;
  height: auto;
  margin-bottom: 20px;
}
.intro-box1 .item .item-l p{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.intro-box1 .item .item-r{
  flex: 1;
  color: #666666;
  line-height: 40px;
  font-size: 14px;
}
.intro-box2 {
  background: #ffffff;
  padding: 80px 0;
}
.intro-box2 .box2-title{
  text-align: center;
  color: rgb(0, 160, 233);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 80px;
}
.intro-box2 .page-box{
  display: flex;
  flex-wrap: wrap;
}
.intro-box2 .box2-item{
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
}
.intro-box2 .box2-item .img-box{
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 40px;
}
.intro-box2 .box2-item .img-box img{
  display: block;
  width: 100%;
  height: auto;
}
.intro-box2 .box2-item .txt1{
  color: rgb(68, 68, 68);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.intro-box2 .box2-item .txt2{
  line-height: 30px;
  font-size: 14px;
  color: rgb(119, 119, 119);
}
.intro-box3 {
  padding: 80px 0;
}
.intro-box3 .box3-title{
  text-align: center;
  color: rgb(0, 160, 233);
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.intro-box3 .box3-s-title{
  line-height: 24px;
  color: rgb(102, 102, 102);
  font-size: 16px;
  text-align: center;
  margin-bottom: 100px;
}
.intro-box3 .box3-list{
  width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: url(../image/line-bg2.png) no-repeat center 0;
  background-size: 670px auto;
}
.intro-box3 .box3-list .item{
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.intro-box3 .box3-list .item img{
  display: block;
  height: 62px;
  width: auto;
  margin: 0 auto 20px;
}
.product-container{
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.product-container .p-l{
  width: 220px;
}
.product-container .p-l .title{
  padding: 0 10px;
  height: 45px;
  line-height: 45px;
  color: #ffffff;
  background: #0094D9;
  font-size: 16px;
}
.product-container .p-l .classify-list{
  background: #ffffff;
  padding: 0 10px;
}
.product-container .p-l .classify-list .item{
  border-bottom: 1px dashed #d9d9d9;
  cursor: pointer;
  line-height: 60px;
  padding: 0 5px;
  font-size: 14px;
  color: #666666;
}
.product-container .p-l .classify-list .item:last-child{
  border-bottom: none;
}
.product-container .p-l .classify-list .item.active{
  color: #0094D9;
}
.product-container .p-l .classify-list .item:hover{
  color: #0094D9;
}
.product-container .p-r{
  width: 950px;
}
.product-container .p-r .product-item{
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #EFEBEC;
  box-sizing: border-box;
  padding: 35px;
  display: flex;
  align-items: flex-end;
  background: #ffffff;
}
.product-container .p-r .product-item .item-l{
  flex: 1;
  margin-right: 50px;
}
.product-container .p-r .product-item .item-l .tit{
  line-height: 30px;
  color: rgb(0, 160, 233);
  font-size: 18px;
}
.product-container .p-r .product-item .item-l .content{
  line-height: 30px;
  color: #666666;
  font-size: 15px;
}
.product-container .p-r .product-item .ljbm{
  background: #00a0e9;
  font-size: 16px;
  width: 126px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.submitinfo-box1{
  background: #ffffff;
  box-sizing: border-box;
  padding: 50px 100px;
  margin: 50px auto;
}
.submitinfo-box1 h4{
  color: #0094D9;
}
.submitinfo-box1 .form .form-item {
  width: 100%;
  display: flex;
}
.submitinfo-box1 .form .form-item .label{
  width: 80px;
  text-align: right;
  margin-right: 20px;
}
.submitinfo-box1 .form .form-item .input-box{
  flex: 1;
}
.submitinfo-box1 .form .submitBtn{
  width: 300px;
  margin: 0 auto;
}

.news-container1{
  margin: 80px auto 40px;
}
.news-box{
  background: #ffffff;
  border: 1px solid #EBE6E6;
}
.news-list{
  padding: 5px;
}
.news-list .news-item{
  display: flex;
  align-items: center;
  line-height: 24px;
  height: 55px;
  padding: 0 10px;
  border-bottom: 1px dashed #e5e5e5;
}
.news-list .news-item:last-child{
  border-bottom: none;
}
.news-list .news-item:hover .name,.news-list .news-item:hover .time{
  color: #0094D9;
}
.news-list .news-item .name{
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #666666;
  margin-right: 20px;
}
.news-list .news-item .time{
  font-size: 14px;
  color: #666666;
}
.news-container2 {
  display: flex;
  align-items: flex-start;
  margin-bottom: 80px;
}

.news-container2 .news-box{
  width: 49%;
  margin-right: 2%;
}
.news-container2 .news-box:nth-child(2){
  margin-right: 0;
}

.details-container{
  background: #ffffff;
  margin: 20px auto;
  padding: 10px;
}
.details-container .top{
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 10px;
}
.details-container .top .title{
  font-size: 25px;
  line-height: 34px;
  color: #333;
  text-align: left;
  font-weight: 400;
  margin-bottom: 15px;
}
.details-container .top .time{
  font-size: 14px;
  color: #adadad;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.details-container .details-content{
  padding: 20px 0;
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  border-bottom: 1px dashed #e5e5e5;
}
.details-container .share{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  color: #666666;
  padding: 20px 0;
}
.details-container .share .share-box{
}

.searchresult{
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #EBE6E6;
  padding-bottom: 20px;
}
.searchresult .result-list{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px;
}
.searchresult .result-list .result-item{
  display: block;
  width: 9.1%;
  margin-right: 1%;
  color: #666666;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.searchresult .result-list .result-item .img-box{
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.searchresult .result-list .result-item .img-box img{
  display: block;
  width: 100%;
}
.searchresult .result-list .result-item:nth-child(10n){
  margin-right: 0;
}
.resultdetail{
  margin: 20px auto;
  background: #ffffff;
  border: 1px solid #EBE6E6;
  padding-bottom: 20px;
}
.resultdetail .box1{
  display: flex;
  align-items: flex-start;
  padding: 20px 10px;
}
.resultdetail .box1 .img-box{
  width: 150px;
  margin-right: 50px;
}
.resultdetail .box1 .img-box img{
  display: block;
  width: 100%;
}
.resultdetail .box1 .right{
  flex: 1;
}
.resultdetail .box1 .right .top{
  border-bottom: 1px solid #EBE6E6;
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #585858;
  font-size: 20px;
  word-break: break-word;
  height: 50px;
}
.resultdetail .box1 .right .top .qr-code{
  position: relative;
}
.resultdetail .box1 .right .top .qr-code .icon{
  display: block;
  width: 18px;
  margin-left: 10px;
}
.resultdetail .box1 .right .top .qr-code .code{
  display: none;
  position: absolute;
  top: 0;
  right: -140px;
  width: 130px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  background: #ffffff;
  line-height: 30px;
}
.resultdetail .box1 .right .top .qr-code .code img{
  display: block;
  width: 100%;
}
.resultdetail .box1 .right .top .qr-code:hover .code{
  display: block;
}
.resultdetail .box1 .right .r-content{
  padding: 20px 40px;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.resultdetail .box2{
  padding: 20px 10px;
}
.resultdetail .box2 .box2-nav{
  display: flex;
  border-bottom: 1px solid #0094D9;
}
.resultdetail .box2 .box2-nav .nav-item{
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
  line-height: 36px;
  height: 36px;
  background: #ffffff;
  border-top: 2px solid #0094D9;
  border-right: 1px solid #0094D9;
  border-left: 1px solid #0094D9;
  margin-bottom: -1px;
}
.box2-content{}
.box2-content .table{
  width: 350px;
  border: 1px solid #000000;
}
.box2-content .table .row{
  display: flex;
  border-bottom: 1px solid #000000;
  font-size: 14px;
  color: #666666;
}
.box2-content .table .row:last-child{
  border-bottom: none;
}
.box2-content .table .row .label{
  border-right: 1px solid #000000;
  width: 80px;
  padding: 5px 10px;
  line-height: 24px;
}
.box2-content .table .row .content{
  flex: 1;
  padding: 5px 10px;
  line-height: 24px;
}