.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {*height:1%; }
.flex-center{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.flex-ver{
  display: flex;
  align-items: center;
}
.flex-hor{
  display: flex;
  justify-content: space-around;
}
.flex-jus{
  display: flex;
  justify-content: space-between;
}
.pos-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos-ver{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.pos-hor{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
.ellipsis{
  overflow: hidden; 
  text-overflow:ellipsis; 
  white-space: nowrap;
}
.row-ellipsis{
  display: -webkit-box !important;    
  -webkit-box-orient: vertical;   
  -webkit-line-clamp: 3;    
  overflow: hidden;
}
.attach{
  background-position: center 0; 
  background-repeat: no-repeat; 
  background-size: cover; 
  -webkit-background-size: cover; 
  -o-background-size: cover; 
  zoom: 1;
}
body{
  min-width: 1280px;
  font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif;
}
ul, ul li{
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 1367px) {
  .container{
    width: 1340px;
  }
}
@media (max-width: 1200px) {
  .container{
    width: 1200px !important;
  }
}
.container{
  padding: 0;
  max-width: 1340px;
  min-width: 1200px !important;
}
.og-top{
  padding: 20px 0 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: url(../img/bg-top.jpg) top center no-repeat;
}
.og-top .t-links{
  justify-content: flex-end;
}
.og-top .t-links li{
  margin-left: 30px;
}
.og-top .t-links li:first-child{
  margin-left: 0;
}
.og-top .t-links li a{
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.og-top .t-tip{
  margin-top: 2px;
  justify-content: flex-end;
}
.og-top .t-tip p{
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}


.og-nav{
  background-color: #04629e;
}
.og-nav li a{
  display: block;
  padding: 0 40px;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  text-decoration: none;
}
.og-nav li.cur a{
  background-color: #398cba;
}



.og-form .container{
  padding: 58px 0 64px;
}
.og-form .f-intro p{
  margin-bottom: 0;
  font-size: 18px;
  color: #404040;
  word-break: break-all;
  line-height: 32px;
}
.og-form .f-step,
.og-form .f-params{
  margin-top: 32px;
  padding: 25px 20px 15px;
  box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 1);
  border-radius: 6px;
  background: #F2F2F2;
}
.og-form .f-step{
  width: 88vw;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background: #F2F2F2;
}
.og-form .f-step .snum{
  flex-shrink: 0;
  padding-left: 12px;
  width: 108px;
  height: 40px;
  border-radius: 2px;
  background-color: #04629E;
}
.og-form .f-step .snum:before{
  margin-right: 11px;
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  background: url(../img/icons.png) -1px -47px no-repeat;
}
.og-form .f-step .snum p{
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.og-form .f-step .cas{
  flex-shrink: 0;
  padding-left: 12px;
  width: 140px;
  height: 40px;
  border-radius: 2px;
  background-color: #04629E;
}
.og-form .f-step .cas:before{
  margin-right: 11px;
  content: "";
  display: block;
  width: 14px;
  height: 19px;
  background: url(../img/icons.png) -1px -47px no-repeat;
}
.og-form .f-step .cas p{
  margin-bottom: 0;
  font-size: 20px;
  color: #fff;
}
.og-form .f-step .right{
  margin-left: 18px;
  flex: 1;
}
.og-form .f-step p.tit{
  margin-bottom: 20px;
  font-size: 20px;
  color: #04629E;
  font-weight: 600;
  line-height: 40px;
}
.og-form .f-step .form-inline label,
.og-form .f-params .form-inline label{
  font-size: 18px;
  color: #121212;
}
.og-form .f-step .form-inline .form-control,
.og-form .f-params .form-inline .form-control{
  height: 38px;
  margin-left: 20px;
}
.og-form .f-step select.form-control,
.og-form .f-params select.form-control,
.og-form .f-params .form-inline input.form-control{
  width: 522px;
}
.og-form .f-step textarea.form-control{
  width: 85%;
}
.og-form .f-step .radios-group label{
  margin-bottom: 8px;
  display: block;
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  cursor: pointer;
}
.og-form .f-step .radios-group label input[type=radio]{
  margin-right: 4px;
}


.og-form .f-params .p-tit{
  margin-bottom: 20px;
  font-size: 20px;
  color: #04629E;
  font-weight: 600;
}
.og-form .f-params .form-group{
  padding-left: 126px;
}
.og-form .f-params label{
  font-size: 16px;
  color: #404040;
  font-weight: 400 !important;
}
.og-form .f-params label.param_label{
  font-weight: 600 !important;
  margin-bottom: 0;
  vertical-align: -2px;
}
.og-form .f-submit{
  margin-top: 40px;
}
.og-form .f-submit .btn{
  width: 200px;
  height: 78px;
  font-size: 30px;
}
.btn{
  margin-top: 40px;
  width: 100px;
  height: 50px;
  font-size: 20px;
}
.og-form .f-params .slide-jui,
.og-form .f-params .no-jui{
  margin-top: 6px;
}
.og-form .f-params .slide-jui label{
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 600 !important;
}
.og-form .f-params .slide-jui label~div{
  margin-top: 3px;
}
.og-form .f-params .no-jui label{
  vertical-align: 1px;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  font-weight: 600 !important;
}
.og-form .f-params .form-inline label.label{
  font-weight: 600 !important;
}


.og-footer{
  padding: 30px 0 40px;
  background: url(../img/bg-bot.jpg) top center no-repeat;
}

.og-footer .right{
}
.og-footer .shares{
  justify-content: flex-end;
}
.og-footer .shares li{
  margin-left: 14px;
}
.og-footer .shares li:first-child{
  margin-left: 0;
}
.og-footer .shares li a{
  display: block;
  position: relative;
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
}
.og-footer .shares li a:before{
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/icons.png) no-repeat;
}
.og-footer .shares li a.facebook:before{
  background-position: 0 0;
}
.og-footer .shares li a.twiter:before{
  background-position: -47px 0;
}
.og-footer .shares li a.ins:before{
  background-position: -93px 0;
}
.og-footer .copyright{
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
/*#nav > li*/
/*{*/
/*  padding-left: 30px;*/
/*  height:20px;*/
/*  background:url(../img/rect1.svg) no-repeat;*/
/*  background-size: 30px 20px;*/
/*}*/

.nav-tabs li a::before
{
  background-image: url("../img/rect1.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}

.nav-tabs li.active a::before
{
  background-image: url("../img/rect2.svg");
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content:"";
}
.primerNAV {
  color: white;
  background: rgb(4,98, 158);
}
.recommend_table{
  border: 0;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.recommend_table td,th{
  border: 0;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  padding: 8px;
}