body, dl, dd, ul, ol ,h1, h2, h3, h4 ,form, input, button, textarea, p, th, td{ margin:0; padding:0;}
body{ font:12px/1.5 Arial,'Microsoft YaHei'; color:#222222; font-size:12px; background: #fff;}
img{vertical-align: middle; border:none;}
ul,ol{list-style:none outside none;}
table{border-collapse:collapse; border-spacing:0;}
button, input, select, textarea {font-size: 100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none; blr:expression(this.onFocus=this.blur()); }
a:hover{ text-decoration:none; text-decoration:none!important; color: #ac052a; }
:focus {outline: 0 none;}
h1,h2,h3{ font-size:100%; font-weight:normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] {cursor: pointer; -webkit-appearance: button;-moz-appearance: button;}
.text,.btn,textarea{font-family:arial,'Microsoft YaHei';}
.clearfix:after{ content:"."; clear:both; height:0; visibility:hidden; display:block;}
.clearfix{*zoom:1;}
em,i{ font-style:normal;}
li{ list-style:none;}
h3{ font-weight:normal;}
.fl{float: left;}
.fr{float: right;}
.wrap{ width: 1200px; margin: auto;}
a,
img,
.ind_svc_bg,
.pro_icon,
.pro_pos_list p,
.video_titel,
.video_bg,
.pos_video_box,
.video_bgs{
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
img { max-width: 100%; }
/*头部*/
.head{
  width: 100%;
}
.head_top{
  height: 80px;
  background: #f7f7f7;
}

.logo{
  float: left;
  padding-top: 20px;
  overflow: hidden;
}
.search{
  float: right;
  width: 186px;
  height: 34px;
  border-radius: 34px;
  padding: 0 15px;
  background: #f1f1f1;
  border:1px solid #dddddd;
  position: relative;
  margin-top: 22px;
}
.search_sub{
  position: relative;
  top: 0;
  right: 0;
  width: 14px;
  height: 16px;
  border:none;
  text-indent: -9999px;
  background: url('../images/search.png') no-repeat;
}

.search_text{
  width: 85%;
  height: 100%;
  font-size: 14px;
  border:none;
  background: none
}

.register{
  float: right;
  width: 110px;
  height: 36px;
  color: #fff;
  margin-left: 20px;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #ac052a;
  border-radius: 36px;
  margin-top: 22px;
}
.register:hover{color: #fff;}

.head_btm{
  background:#ac052a;
}
.navs li{
  float: left;
  font-size: 18px;
  color: #fff;
  margin: 0 52px;
  line-height: 70px;
  position: relative;
}
.navs li a{ color: #fff;}
.navs li:before{
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: "";
  opacity: 0;
}
.navs li:hover:before,.navs li.on:before{ opacity: 1; }

.nav-two-list {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 438px;
  padding: 28px 0;
  height: auto;
  margin-left: -50px;
  background: #f7f9fb;
  z-index: -1;
  display: none;
  background-size: 100% 100%;
}

.nav-two-listl {
  width: 140px;
  float: left;
  min-height: 180px;
  text-align: center;
  border-right: 1px solid #e4e5e6
}

.nav-two-img {
  float: left;
  width: 220px;
  height: 150px;
  margin: 15px 0 0 40px;
}

.nav .nav-two-listl a {
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-bottom: 18px;
}
.nav .nav-two-listl a:last-child{margin-bottom: 0}
.nav-two-list a:last-child {
  border-bottom: none;
}




/*nav*/
.nav__trigger { float: right; width: 30px; height: 30px; position: relative; right: 0; top: 14px; margin-left: 20px; z-index: 9999; display: none; cursor: pointer; }
.nav__icon { display: block; position: absolute; width: 30px; height: 5px; top: 0; left: 0; background-color:#ac052a; -webkit-transition-property: background-color, -webkit-transform; transition-property: background-color, -webkit-transform; transition-property: background-color, transform; transition-property: background-color, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before, .nav__icon:after { content: ''; display: block; width: 30px; height: 5px; position: absolute; background: #ac052a; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.nav__icon:before { margin-top: 20px; }
.nav__icon:after { margin-top: 10px; }
.zjq-mnav { width: 100%; height: 100%; padding: 0 0; position: fixed; z-index: 1024; opacity: 0; -webkit-transition-property: all; transition-property: all; -webkit-transition-duration: 300ms; transition-duration: 300ms; -webkit-transform: translateY(-100%); transform: translateY(-100%); right: 0; top: 0; overflow: hidden; }
.zjq-msons { margin: 14px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.zjq-msons dt { font-size: 14px; margin-bottom: 8px; line-height: 1.6rem; text-align: center; }
.zjq-msons a { color: #fff }
.zjq-msons dd { line-height: 24px; margin-left: -20px }
.zjq-msons dd a { margin-left: 20px; display: inline-block; color: #e9e8e8 }
.nav--active .nav__trigger { opacity: 0.5; }
.nav--active .nav__icon { top: 8px; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.nav--active .nav__icon:before { display: none; }
.nav--active .nav__icon:after { margin-top: 0; -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.nav--active .zjq-mnav {top: 52px; opacity: 1; height: 100%; background: #ac052a; -webkit-transform: translateY(0); transform: translateY(0); padding: 3rem 0; }

/*轮播图*/
.slide-img { overflow: hidden; position: relative; height:824px;}
.slide-img li,.slide-b{ height: 100%;}
.slide-img li{ background-size: cover!important; text-align: center;}
.slide-img .flex-control-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: auto;
  z-index: 999;
  text-align: center;
  /*display: none;*/
}
.slide-img .flex-control-nav li{
  display: inline-block;
}
.slide-img .flex-control-nav li a{
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #565656;
  text-indent: -9999px;
  margin: 0 8px;
  cursor: pointer;
}
.slide-img .flex-control-nav li a.flex-active{ background: #cecece;}


.slide_pos{
  position: absolute;
  top: 50%;
  left: 50%;
  width:700px;
  color: #fff;
  text-align: center;
  transform: Translate(-50%,-50%);
}
.slide_pos_title{
  font-size: 36px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 20px;
}
.slide_pos_txt{
  font-size: 24px;
  line-height: 44px;
  text-align: left;
}

.slide-img .flex-direction-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
  z-index: 1022;
  display: none;
}


.ind_svc{
  background: url('../images/bg_03.jpg') no-repeat top center;
  background-size: cover;
  position: relative;
}
.ind_svc:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  content: ""
}
.ind_svc .wrap{
  width:1300px;
}
.ind_svc_box{
  position: relative;
}
/*.ind_svc_box:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/icon.png') no-repeat center top;
  background-size: 100% 100%;
  z-index: 9;
  content: "";
}*/
.ind_svc_item:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 100%;
    top: 0;
    z-index: 20;
}
.ind_svc_item:nth-child(odd):before{
  left:0;
  background:url(../images/firula.png) center center no-repeat
}
.ind_svc_item:nth-child(even):before{
  right:0;
  background:url(../images/firula-right.png) center center no-repeat
}

.ind_svc_item{
  float: left;
  width: 650px;
  max-width: 50%;
  max-height: 430px;
  overflow: hidden;
  position: relative;
}
.ind_svc_item a{
  display: block;
  position: relative;
}
.ind_svc_item img{opacity: 0;}
.ind_svc_pos{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 9;
}
.ind_svc_call{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: TranslateY(-50%);
}
.ind_svc_call h3{
  font-size: 40px;
  font-weight: 700;
}
.ind_svc_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b2052a;
  opacity: 0;
}
.ind_svc_item:hover .ind_svc_bg{
  opacity: 0.6;
}
.ind_svc_item:hover img{
  opacity: 1;
}

.separator{
  position:absolute;
  width:100%;
  height:30px;
  top:50%;
  left:0;
  transform:translateY(-50%);
  z-index:22}
.separator:before,
.separator:after{
  top:0;
  width:2px;
  background-color:#fff;
  position:absolute;
  content:"";
  transform:rotateZ(45deg);
  height:100%}
.separator:before{left:0}
.separator:after{right:0}
.closen,
.closen:after{
  content:"";
  width:2px;
  height:100%;
  background-color:#fff;
  position:absolute;
  left:0;
  top:0;
  right:0;
  margin:auto
}
.closen{
  transform:rotateZ(45deg)
}
.closen:after{
  transform:rotateZ(-90deg)
}

/*底部*/
.foot{
  overflow: hidden;
}
.foot_box{
  padding: 60px 0 40px;
  background: #eaeaea;
}
.foot_loto{
  margin-bottom: 24px;
}
.foot_con li{
  float: left;
  width: 28.3%;
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-right: 5%;
}
.foot_btm{
  font-size: 14px;
  color: #999;
  text-align:right;
  line-height: 46px;
  background: #f2f2f2;
}
.foot_btm a{ color: #999 }


.client_nav{
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9;
}
.client_nav:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, .45);
  content: "";
  z-index: -1;
}
.client_nav_bdr{
  height: 130px;
  border-bottom: 5px solid #b1052a;
}
.client_menu{
  width: 50%;
  color: #fff;
  position: relative;
}
.client_title{
  font-size: 3em;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  padding-top: 25px;
  margin-bottom: 10px;
}
.link_full{
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  position: relative;
}
.anchor{margin-right: 20px;}
.anchor:before{
  position: absolute;
  top: 50%;
  right: -14px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.anchor:last-child:before{
  display: none;
}
.client_menu_r{
  padding-top: 46px;
  font-size: 18px;
  line-height: 40px;
  text-align: right;
}

.banner{
  position: relative;
}
.banner img{
  border: 0;
  width: 100vw;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.bnr_client{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  font-weight: 700;
}
.bnr_client .wrap{height: 100%; position: relative;}
.bnr_client_txt{
  position: absolute;
  top: 60%;
  transform: translateY(-60%);
}
.left{
  left: 0;
  text-align: left;
  width: 35%;
}
.right{
  right: 0;
  text-align: right;
  width:30%;
}

.client_car{
  padding: 60px 0 54px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
  text-align: center;
  
}
.client_car h3{
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 14px;
}

.client_titles{
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  line-height: 80px;
  padding:60px 0;
  border: 5px solid #ac052a;
  border-right: 0;
  border-left: 0;
  background: #888888; 
}
.client_title_icon{
  display: inline-block;
  padding-left: 110px;
  /*background: url('../images/icon_03.png') no-repeat left center;*/
}

.client_con{border-top:5px solid #ac052a; }
.flex{
  display: flex;
  flex-wrap: wrap;
  float: none;
  align-items: stretch;
}
.client_con_img,.client_con_box{
  display: block;
  flex: 1 1 50%;
  max-width: 50%;
  min-height: 500px;
}
.client_con_img{
  /*background: url('../images/clt_06.jpg') no-repeat center top;*/
  background-size: cover!important;
}
.client_con_box{
  padding:90px 18% 90px 58px;
  color: #fff;
  background: #888888;
  font-size: 18px;
  line-height: 32px;
  box-sizing: border-box;
}
.client_con_title{
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 24px;
}

.client_list{
  padding: 60px 0 54px;
}
.client_list_title{
  width: 550px;
  height: 46px;
  margin: auto;
  font-size: 18px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 60px;
  background: #ac052a;
}
.client_ul{text-align: center;}
.client_ul li{
  display: inline-block;
  padding: 0 100px;
  font-size: 18px;
  color: #222;
  line-height: 30px;
  text-align: center;
  position: relative;
}
.client_ul li:before{
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 40px;
  margin-top: -20px;
  background: #ccc;
  content: "";
}
.client_ul_imgs{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 12px;
}
.client_ul li:last-child:before{display: none;}
.heater{
  background-image: url('../images/icon_10.png');
}

.foot_nav{
  height: 70px;
  background: #888888;
}
.foot_nav .nav{
  padding: 0 56px;
}

/*产品*/

.pro_pos{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: rgba(0,0,0,.5);
}
.pro_pos:before{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 230px;
  background: rgba(103,0,23,.45);
  content: "";
}
.pro_pos_head { height: 230px; }
.pro_pos_title{
  float: left;
  width: 47%;
  font-size: 18px;
  line-height: 30px;
  padding: 60px 0 0 3%;
  position: relative;
  z-index: 9;
}
.pro_pos_title h3{
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}
.pro_pos_title a{color: #fff;}

.pro_pos_list{
  float: right;
  width: 44%;
  padding: 0 3%;
}
.pro_pos_list li{
  float: left;
  width: 33.3%;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
  padding-top: 56px;
}
.pro_icon{
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin:0 auto 14px;
}
.pro_pos_list li:nth-child(1) .pro_icon{
  background-image: url(https://www.josam.se/wp-content/uploads/2018/03/wheel-alignment.svg)!important; 
  -webkit-mask-image: url(https://www.josam.se/wp-content/uploads/2018/03/wheel-alignment.svg)!important;
}
.pro_pos_list li:nth-child(2) .pro_icon{
  background-image: url(https://www.josam.se/wp-content/uploads/2018/03/collision-repair.svg)!important;
  -webkit-mask-image: url(https://www.josam.se/wp-content/uploads/2018/03/collision-repair.svg)!important;
}
.pro_pos_list li:nth-child(3) .pro_icon{
  background-image: url(https://www.josam.se/wp-content/uploads/2018/03/induction.svg)!important;
  -webkit-mask-image: url(https://www.josam.se/wp-content/uploads/2018/03/induction.svg)!important;
}
.pro_pos_list li p{ color: #fff;}

.pro_pos_txt{
  padding-top: 52px;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}
.pro_pos_list li:hover p{ color: #ac052a; }
.pro_pos_list li:hover .pro_icon{ background: #ac052a!important; }
.pro_head li.show .pro_icon{ background: #ac052a!important; }

.pro_head{
  height: 280px;
  background: #e8e8e8;
}
.pro_head_title{
  float: left;
  height: 280px;
  line-height: 280px;
  font-size: 50px;
  font-weight: 700;
  color: #828282;
}
.pro_head li{ padding-top: 82px; }
.pro_head li p{ color: #828282; }
.pro_head li:nth-child(1) .pro_icon{
  background:url('../images/pro6.png') no-repeat;
}
.pro_pos_list li:nth-child(2) .pro_icon{
  background-image: url('../images/pro7.png');
}
.pro_pos_list li:nth-child(3) .pro_icon{
  background-image: url('../images/pro8.png');
}


.pro_list li{
}
.full_bar_bottom:after{
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1200px;
  height: 5px;
  margin-left: -600px;
  background: #ac052a;
  z-index: 10;
  content: "";
}
.svg_line:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 20;
    content: "";
    background: url(../images/icon1.png) center center no-repeat;
}
.flex._center{
  justify-content: center;
  align-items: center;
  /*min-height:500px;*/
  position: relative;
}
.pro_list_bgimg,.pro_list_links{
  position: absolute;
  right: 50%;
  display: block;
  top: 0;
  height: 100%;
  width: 80%;
  max-width: 80%;
  z-index: 10;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}
.pro_list_links{
  z-index: 11;
}




.pro_list_img,.pro_list_con{
  float: left;
  text-align: left;
  max-width: 50%;
}
.pro_list_con{
  padding: 30px 0 30px 50px;
  box-sizing: border-box;
}
.pro_list_title{
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  color: #ac052a;
  margin-bottom: 14px;
}
.pro_list_title a{ color: #ac052a; }
.pro_list_txt{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 22px;
}
.pro_list_desc{
  font-size: 18px;
  color: #222;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.pro_more{
  display: block;
  width: 116px;
  height: 26px;
  line-height: 26px;
  color: #ac052a;
  font-size: 14px;
  margin-top: 52px;
  border-radius: 30px;
  text-align: center;
  border:2px solid #ac052a;
}
.pro_more:hover{
  color: #fff;
  border-color: #bbbbbb;
  background: #bbbbbb;
}

.pro_info{ position: relative; }
.pro_info:after{
  position: absolute;
  top: 0;
  right: 0;
  width:50%;
  height:100%;
  background-color: #868686;
  display: block;
  z-index: -1;
  content:"";
}
.pro_info .svg_line:before{display: none;}
.pro_info .pro_list_con{
  color: #fff;
  background: #888888;
}
.pro_info .pro_list_title,.pro_info .pro_list_desc{ color: #fff; }

.pro_info_nav{
  height: 90px;
  background: #ffffff;
}
.pro_info_nav_box{
  padding:0 120px;
}
.pro_info_nav_box a{
  float: left;
  width: 240px;
  line-height: 90px;
  color: #666666;
  text-align: center;
  font-size: 22px;
}
.pro_info_nav_box a:hover,.pro_info_nav_box a.on{
  background: #bbbbbb
}

.pro_info_box{
  display: none;
  background: #bbbbbb;
  padding-top: 40px;
  padding-bottom: 60px;
}
.pro_info_box.active{ display: block; }
.pro_info_item_title{
  font-size: 18px;
  color: #222;
  height: 38px;
  line-height: 38px;
  text-align: center;
}
.pro_info_table{margin-bottom: 40px;}
.pro_info_table li{
  height: 50px;
  line-height: 50px;
  background: #fff;
}
.pro_info_table li:nth-child(even){
  background: #dddddd
}
.pro_info_name,.pro_info_para{
  float: left;
  width: 42%;
  color: #222;
  font-size: 16px;
  padding-left: 8%;
}

.pro_info_config li{
  height: auto;
  line-height: 28px;
  padding: 18px 0;
}
.pro_info_config .pro_info_name{
  width: 30%;
}
.pro_info_config .pro_info_para{
  padding-left: 0;
  width: 62%;
} 
.table tr td{
  padding: 18px 0;
  font-size: 16px;
  line-height: 28px;
  color: #222;
}
.table tr td:nth-child(odd){
  padding-left: 8%;
  width: 36%;
}
.table tr td:nth-child(even){
  width: 56%;
}

.pro_info_video li{
  float: left;
  width: 580px;
  margin-right: 40px;
  margin-bottom: 40px;
}
.pro_info_video li:nth-child(2n){ margin-right: 0; }
.video{
  height: 355px;
  position: relative;
  border-bottom: 5px solid #ac052a;
}
.video_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url('../images/video_player.png') no-repeat center rgba(0,0,0,.5);
  opacity: 0;
}
.video_titel{
  line-height: 60px;
  background: #888888;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.pro_info_video li:hover .video_bg{
  opacity: 1;
}
.pro_info_video li:hover .video_titel{ background: #ac052a; }


.pro_info_box .box{
  font-size: 16px;
  color: #222;
  line-height: 36px;
}
/*培训*/
.bnr_banner{
  height: 350px;
  background-size: cover!important;
}


.train_box{
  padding: 60px 0;
  font-size: 16px;
  line-height: 32px;
  color: #222;
}

.train_list{padding-top: 30px;}
.train_list li{
  float: left;
  margin-right: 16px;
}
.train_list li:nth-child(4n){ margin-right: 0; }
.train_list li a{
  display: block;
  width: 288px;
  height: 180px;
  overflow: hidden;
  position: relative;
}
.train_name{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.train_name span{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 36px;
  transform: translateY(-50%);
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-shadow:2px 2px 5px rgba(0,0,0,0.8);
}

.train_slt{
  float: left;
  width: 210px;
  padding: 20px;
  background: #ac052a;
}
.train_slt li a{
  display: block;
  font-size: 18px;
  color: #fff;
  padding-left: 20px;
  line-height: 40px;
}
.train_slt li.on a,.train_slt li:hover a{
  background: #7f0e28;
}
.train_con{
  float: right;
  width: 900px;
  padding: 60px 0;
  font-size: 16px;
  line-height: 28px;
}

.form{
  width: 500px;
}
.train_item{ margin-bottom: 10px; }
.train_item_head{
  text-align: right;
  font-size: 16px;
  color: #222;
  line-height: 48px;
}
.train_names{
  float: left;
}
.train_text{
  width: 100%!important;
  height: 38px;
  padding: 0 4%;
  background: #f7f7f7;
  border:1px solid #dddddd;
}
.train_textarea{
  height: 168px;
  padding: 15px;
  background: #f7f7f7;
  resize: none;
}
.train_sub{
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  border: none;
  margin-top: 10px;
  background: #ac052a;
}



/*新闻中心*/
.news_head{ padding-top: 60px;}
.news_head_imgs{
  float: left;
  width: 560px;
  height: 340px;
  overflow: hidden;
}
.news_head_con{
  margin-left: 610px;
  padding-top: 34px;
}
.news_head_title{
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_head_title a{
  color: #ac052a;
}
.news_head_desc{
  font-size: 16px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.news_head_more{
  display: block;
  width: 118px;
  height: 34px;
  font-size: 14px;
  color: #fff;
  border-radius: 34px;
  text-align: center;
  line-height: 34px;
  background: #ac052a;
  margin-top: 16px;
}
.news_head_more:hover{ background: #828282; color: #fff; }

.news_list li{
  padding-top: 32px;
  padding-bottom: 35px;
  border-top: 5px solid #ac052a;
}
.news_list li:last-child{border-bottom: 5px solid #ac052a;}
.news_list_head{
  line-height: 36px;
  margin-bottom: 16px;
}
.news_list_title{
  float: left;
  width: 70%;
  font-size: 22px;
  overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_list_date{
  float: right;
  font-size: 16px;
}
.news_list_desc{
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}


/*分页*/
.pagings{
  padding: 40px 0 54px;
  text-align: center;
}
.pags_item{
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #666666;
  margin: 0 2px;
  font-size: 18px;
  background: #eeeeee;
}
.pags_s{
  font-family: "宋体"
}
.cur,.pags_item:hover{
  color: #fff;
  background: #ac052a;
}


.news_info_head{
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  padding: 60px 0 18px;
}
.news_info_head h3{
  font-size: 22px;
  color: #222222;
  line-height: 22px;
  margin-bottom: 10px;
}
.news_info_box{padding-bottom: 60px;}
.box{
  font-size: 16px;
  line-height: 28px;
  color: #222;
}

.abt_box{
  padding: 60px 0;
}


.list_dates{
  margin-top: 65px;
  margin-bottom: 100px;

  width: 100%;
  position: relative;
}
#content_date{
  margin-bottom: 80px;
}
.navigator_bar{
  background-color: #ac052a;
}
._line.back{
  width: 100%;
  top: 0;
  background-color: #A4A4A4;
  height: 5px;
  display: block;
}
#content_date{
  align-items: flex-end;
  position: relative;
}

.who-we-are .heading-default{
  margin-bottom: 100px;
}

.sub_date {
    display: inline-block;
    position: relative;
    color: #ac052a;
    padding: 5px 10px;
    margin: 15px 5px;
    border: 1px solid #ac052a;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 10;
    -webkit-box-shadow: inset 0 0 #ac052a;
    -moz-box-shadow: inset 0 0 #ac052a;
    box-shadow: inset 0 0 #ac052a;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.hover_ball,.sub_date:hover{
  background: transparent;
  cursor: pointer;
  -moz-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01) .3s;
  -ms-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01) .3s;
  -webkit-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01) .3s;
  -o-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01) .3s;
  background: #ac052a!important;
}
.sub_date:hover, .active_subdate {
    -webkit-box-shadow: inset 250px 0 #ac052a;
    -moz-box-shadow: inset 250px 0 #ac052a;
    box-shadow: inset 250px 0 #ac052a;
    color: #fff;
}

._line{
  width: 0%;
  top: 0;
  position: absolute;
  left: 0;
  height: 4px;
  background-color: #ac052a;
  -moz-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -ms-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -webkit-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -o-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
}

.flex._center{
  justify-content: center;
  align-items: center;
}
._ball,._ball_dater{
  background: #ac052a;
  width: 20px;
  border: 2px solid #ac052a;
  height: 20px;
  position: absolute;
  left: 0;
  top: -9px;
  border-radius: 25px;
}
._ball{
  -moz-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -ms-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -webkit-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
  -o-transition: all .3s cubic-bezier(0.01, 0.1, 1, 1.01);
}
._ball_dater{
  position: relative;
  margin: 0 30px;
  cursor: pointer;
  background-color: #fff;
}

._ball_dater.active{
  background-color:#ac052a;
}
._ball_dater .date{
  position: absolute;
  transform: rotateZ(-60deg);
  top: -35px;
  left: 5px;
}
.list_dates{
  margin-top: 50px;
  margin-bottom: 100px;

  width: 100%;
  position: relative;
}
#content_date{
  margin-bottom: 80px;
}
.navigator_bar{
  background-color: #ac052a;
}
._line.back{
  width: 100%;
  top: 0;
  background-color: #A4A4A4;
  height: 5px;
  display: block;
}
.years{
  position: absolute;
  top: -130%;
  left: 50%;
  width: 62px;
  text-align: center;
  margin-left: -31px;
  font-size: 14px;
  opacity: 1;
}

.date_content{
  width:100%;
}
._invisible {
    display: none !important;
    opacity: 0;
}



.his_item{
  display: none;
}
.his_item.active{ display: block; }
.his_img{
  float: left;
  width: 460px;
  height: 280px;
}
.his_con{
  margin-left: 500px;
  padding-top: 36px;
  font-size: 16px;
  line-height: 28px;
}
.his_year{
  margin-bottom: 20px;
  font-size: 18px;
}


.conts_head{ margin-bottom: 24px;
  padding: 30px 0;
  border:1px solid #dddddd;
  border-left: none;
  border-right: none; }
.conts_head li{
  float: left;
  width: 33.3%;
  font-size: 16px;
}
.msg_txt{
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 12px;
}



.pro_info .pro_list_desc{ -webkit-line-clamp: unset; }



.specs {
    width: 100%;
    margin: 0 auto;
    margin-top: 75px;
    font-size: 16px;
  }


.specs table {
    width: 100%;
}
.specs table {
    font-size: 1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.specs tr {
    background-color: #fff;
}
.specs th{
  line-height: 50px;
  font-size: 18px;
  text-align: center;
}
.specs td {
    text-transform: none;
}
.specs td {
    padding: 5px 75px;
}
.specs tr:nth-child(even) {
    background-color: #ccc;
}



.video_bgs{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.pos_video_box{
  position: fixed;
  top: -100%;
  left: 50%;
  padding: 30px;
  transform: TranslateX(-50%);
  background: #fff;
  border-radius: 14px;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
}
.closes{
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  background: url('../images/icon_12.jpg') no-repeat center #fff;
  border-radius: 50%;
}
.video_con_title{
  font-size:22px;
  line-height: 22px;
  margin-bottom: 14px;
}
.video_desc{
  font-size:18px;
  line-height: 30px;
  margin-bottom: 12px;
}
.video_date{
  font-size:16px;
  color: #9a9a9a;
}

.video_bgs.active,.pos_video_box.active{
  opacity: 1;
  z-index: 1300;
  visibility: visible;
}
.pos_video_box.active{
  top: 25%;
  transform: TranslateX(-50%);
  z-index: 1350;
}


.course_list{
  list-style: disc;
  margin: 25px 0;
}
.content_distributors p, .content_distributors h3{
  padding: 0 !important;
}
.course_list a{
  font-size: 1.1em;
  margin-top: 5px;
}




