@import url("reset.css");
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}


html,
body{
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  max-width: 1920px;
  min-width:320px;
  height:auto;
  overflow-x: hidden;
  overflow-y: auto;
}
body{
  overflow: hidden;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}
img{
    border: none;
    width:100%; 
    height:auto;
}
.img_800{
  max-width:640px;
  height: auto;
  display: block;
  margin: 0px auto;
}
dl dt{
  font-weight: normal!important;
}
b{
  font-weight:normal;
}
a {
  color: #2d2d2d;
  text-decoration: none;
  transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
a:hover{
  color: #e60013;
  text-decoration:none;
}
a.h_red:hover{
  color: #e60013!important;
}

.a-link{ border-bottom:1px solid #4d4d4d;}
.a-link:hover{ border-bottom:1px solid #e60013;}
a:active{
text-decoration:none;
}
a:focus{
text-decoration:none;
    }   
.clearfix {
  *zoom: 1;
  clear:both;
}
.clearfix::after{
  content: "";
  display: block;
}

/*.line7{overflow: hidden;-webkit-line-clamp:8;line-clamp:8;-webkit-box-orient: vertical;box-orient: vertical;display: -webkit-box;display: box;}*/


#ver-sc,
#ver-tc{
  font: 19px/1.8 "Microsoft JhengHei", "STHeiti",  "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
  color: #2d2d2d;
}
#ver-en{
  font:16px/1.8 Arial, sans-serif, Verdana ,"Microsoft YaHei";
  color: #2d2d2d;
}

#footer,
#header{
  position: relative;
  width: 100%;
  height: auto;
  margin:0px auto;
  max-width: 1920px;
  min-width:320px;
  z-index: 6;
}
.container1,
.container{
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px 160px;
  margin:0px auto;
}
#header{
  position: fixed;
  background:#e1e1e1;
  z-index: 99;
}
#footer{
  border-top: 1px solid #b7b7b7;
}
.warp{
  position: relative;
  width: 100%;
  height: auto;
}
.flex{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.flex_wrap{
  flex-wrap:wrap;
}
.justify_center_stretch{
  justify-content:center;
  align-items:stretch;
}
.justify_around_center{
  justify-content:space-around;
  align-items:center;
}
.justify_around_start{
  justify-content:space-around;
  align-items:flex-start;
}
.justify_between_center{
  justify-content:space-between;
  align-items:center;
}
.justify_between_end{
  justify-content:flex-end;
  align-items:center;
}
.justify_between_star{
  justify-content:space-between;
  align-items:flex-start;
}
.justify_between_stretch{
  justify-content:space-between;
  align-items:stretch;
}
.justify_between_stretch{
  justify-content:space-between;
}
.justify_around_stretch{
  justify-content:space-around;
  align-items:stretch;
}

.justify_star_center{
  justify-content:flex-start;
  align-items:center;
}
.align_items_end{align-items:end;}
/*menu*/
span#menu {
    position: absolute;
    z-index: 6;
    width:24px;
    height:15px;
    right: 0px;
    cursor: pointer;
    display: none;
}
#menu i {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000000;
    transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
#menu i:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
}
#menu i:last-child {
    bottom: 0px;
}
#menu.active i:first-child {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
-ms-transform: rotateZ(-45deg);
-o-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
top: 50%;
}
#menu.active i:nth-child(2) {
visibility: hidden;
opacity: 0;
}
#menu.active i:last-child {
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
-ms-transform: rotateZ(45deg);
-o-transform: rotateZ(45deg);
transform: rotateZ(45deg);
top: 50%;
bottom: auto;
}
body h1{
  font-size: 56px;
}
body h2{
  font-size: 40px;
}
body h3{
  font-size: 20px;
  padding-bottom:15px;
}
body h6{
  font-size: 24px;
}
.color_b{
  color: #2e67c3;
}
.color_b1{
  color: #2e67c3;
  text-align: center;
}
.com_pad{
  position: relative;
  padding: 80px 0px;
}
.sm_toggle_pad{
  padding: 50px 0px;
}
.sm_com_pad{
  position: relative;
  padding: 50px 0px 80px 0px;
}
.com_padTop{
  position: relative;
  padding-top: 60px;
}
.com_padBot{
  position: relative;
  padding-bottom: 60px;
}

.com_padBot1{
  position: relative;
  padding-bottom:30px;
  font-size:28px;
  font-weight:bold;
}
.com_pad30{ padding-bottom:30px;}
.com_pad20{ padding-bottom:20px;}
.com_pad10{ padding-bottom:10px; color:#000; font-weight:bold;}
.ipad_hide{
  display: block;
}
.ipad_show1,
.ipad_show{
  position: relative;
  display: none!important;
}
.ipad_show,
.ph_show{
   display: none;
}
br.ph_br{
  display: none;
}


.color_red{
  color: #e60013;
}
.color_w{
  color: #fff;
}
.text_c{
  text-align: center;
}
.text_r{
	font-weight:bold;
  text-align: right;
}
.text_l{
	font-size:24px;
	padding-bottom:20px;
  font-weight:bold;
  text-align: left;
}
/*header*/

.logo_box{
  position: relative;
  width: 22%;
  max-width: 400px;
}
.nav_box{
  position: relative;
 width: 70%;
}
.nav_box ul{ display:table; margin:auto;}

/*#ver-en .nav_box ul li{width: 20%;}*/
.nav_box ul li.active a.big_a,
.nav_box ul li.current a.big_a,
.nav_box ul li:hover a.big_a{
  color: #fff!important;
  background: #E06B75;
  /*border-top: 3px solid #e60013;*/
}
.nav_box ul li{
	padding:0 20px;
	float:left;
  position: relative;
}
.nav_box ul li a.big_a{
      height: 100%;
    display: flex;
    align-items: center;
	  color: #000;
  padding:28px 25px;

  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-size:24px;
}
#ver-en .nav_box ul li{ padding:0 30px;}
#ver-en .nav_box ul li a.big_a{font-size:16px;padding:18px 20px; text-align: left; min-height:80px;}
.nav_box ul li .slide_dl{
  display: none;
  position: absolute;
  width: auto;
  min-width: 180px;
  max-width: 250px;
  background: #E06B75;
  top: 100%;
  padding:20px 0px;
  
}

#ver-en .nav_box ul li .slide_dl{
  min-width: 280px;
  max-width: 350px;
}
#ver-en .nav_box ul li:nth-of-type(4) .slide_dl{
  min-width: 380px;
  max-width: 450px;
}
.nav_box ul li .slide_dl dd{
  position: relative;
  
}
.nav_box ul li .slide_dl dd a{
  color: #fff!important;
  padding: 0px 20px;
  display: block;
  font-size: 17px;
}
.nav_box ul li .slide_dl dd a.current,
.nav_box ul li .slide_dl dd a:hover{
  background-color: #e9e9e9;
    color: #e60013!important;
}

.lang_box{width:100px;}

.lang_box a{ color: #E06B75;font-size: 20px;
    line-height: 0;}

.lang_box a.cont_iconBox img{ width: 22px;}
#slide_nav_box{
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
}
.pc_nav ul.slide_nav_ul li.addbg .slidenavbg{
  content: "";
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0,0,0,0.68);
  z-index: -1;
}
ul.slide_nav_ul{
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
}
ul.slide_nav_ul li{
  position: relative;
  display: none;
}
ul.slide_nav_ul li.op_show{
  opacity: 1;
}
.slide_nav_l{
  position: relative;
  width: 60%;
  flex-direction:row-reverse;
  /*align-items: center;*/
  padding:30px 0px;
  min-height: 300px;
}
.slide_nav_l.flex_star{
  align-items: start;
}
.slide_nav_r{
  position: relative;
  width: 40%;
  overflow: hidden;
}
.slide_nav_r img{
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  opacity: 0;
}
.slide_sm_item{
  position: relative;
  width: 20%;
}
.slide_sm_item a{
  position: relative;
  display: block;
  width: 100%;
  padding:5px 0px;
}
.slide_sm_item a.current{
  color: #e60013;
}
.slide_sm_item a.slide_bg_a{
  color: #e60013;
  margin-bottom: 20px;
  padding:8px 0px;
}
.slide_sm_item a.slide_bg_a::before{
  content: '';
  display: block;
  width: 1920px;
  height: 1px;
  background: #dedede;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.nan_homeBtn{
  /*padding-left: 20px;*/
}
.nan_homeBtn a{
  font-size: 26px;
}
/*.nan_homeBtn a:hover{
  color: #000!important;
}*/
/*ph_nav*/
nav.ph_nav{
  position: relative;
  width: 100%;
  height: 100%;
}
.ph_nav_scoll{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
ul.toggle_nav_ul{
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
}
ul.toggle_nav_ul li{
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
ul.toggle_nav_ul li a.ph_bg_a{
  position: relative;
  display: block;
  padding-bottom: 3px;
   margin-bottom: 10px;
   font-size: 20px;
}
ul.toggle_nav_ul li .ph_slide_box a{
   display: block;
   padding:5px 0px;
   font-size: 16px;
   color: #2d2d2d;
}
/*ul.toggle_nav_ul li .ph_slide_box a.ph_slide_bg_a{
  
}*/
ul.toggle_nav_ul li .ph_slide_box a.current{
  color: #e60013;
}
ul.toggle_nav_ul li a.ph_bg_a::after{
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  bottom: 0px;
  left: 50%;
  height: 2px;
  background: rgba(0,0,0,0);
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}
ul.toggle_nav_ul li.active a.ph_bg_a,
ul.toggle_nav_ul li.current a.ph_bg_a,
ul.toggle_nav_ul li a.ph_bg_a:hover{
  color: #e60013;
}
ul.toggle_nav_ul li.active a.ph_bg_a::after,
ul.toggle_nav_ul li.current a.ph_bg_a::after,
ul.toggle_nav_ul li a.ph_bg_a:hover::after{
  background: #e60013;
}
.phsm_slide_box,
.ph_slide_box{
  position: relative;
  display: none;
}
ul.toggle_nav_ul li .phsm_slide_box a{
  font-size: 14px;
  color: #2d2d2d;
}
.ph_slide_box dl.active{
  position: relative;
  background: #e5e5e5;
}
.ph_slide_box dl.active a.ph_slide_bg_a{
  color: #e60013;
  border-bottom: 1px solid #d0d0d0;
}

/*foot*/
ul.foot_ul{
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}
ul.foot_ul li{
  position: relative;
  /*width: 100%;*/
  height: auto;
}
ul.foot_ul li:last-child a{ padding-bottom:10px;}
ul.foot_ul li a{
  position: relative;
  display: block;
}
ul.foot_ul li a.big_a{
  color:#e60013;
  font-size: 18px;
}
.copy_box{
  position: relative;
  width: 100%;
  height: auto;
  border-top: 1px solid #b7b7b7;
  padding: 30px 0px 30px 0px;
  text-align: center;
}
a.wisd{
  width:160px;
  position: relative;
  display: inline-block;
}
p.wisd_p{
  padding-top: 10px;
  justify-content: center;
  font-size: 12px;
}

p.font_12{
  font-size: 12px;
}



/*index-banner*/
.index_banner{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.index_banner .ban_info h1{
  font-weight: 600;
}
/*.gray{ 
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray;
}*/

.banner li img{
    position: relative;
    width: 100%;
    height:100%!important;
}

.ban_info{
  position: absolute;
  width: 100%;
  height: auto;
  top: 80%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
  left: 0px;
  color: #fff;
  transition:all 2s;
 -moz-transition: all 2s;
 -webkit-transition: all 2s;
 -o-transition: all 2s;
 opacity: 0;
}
.ban_info.active_show{
  top: 30%;
  opacity: 1;
}
.ban_down{
  position: absolute;
  bottom: -10px;
  cursor: pointer;
}
.ban_down p{
  color: #fff;
}
p.down_btn span{
  line-height: 1.2;
  display: block;
  padding-bottom: 6px;
}
span.circle{
  position: relative;
  width: 15px;
  height:15px;
  border-radius: 50%;
  display: block;
  border:3px solid #fff;
  margin: 50px 0px;
}
span.circle::before,
span.circle::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 40px;
  left: 50%;
  background: #fff;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}
span.circle::before{
  top: -50px;
}
span.circle::after{
  top: 20px;
}

/*index-news*/
.index_news .sm_com_pad{
   padding: 80px 0px;
}
ul.news_slick li{
  position: relative;
  padding: 0px 30px;
  cursor: pointer;
}

ul.news_slick li dl{
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0px auto;
  padding: 50px 30px;
  background: #e1e1e1;
}
ul.news_slick li dl::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0px;
  left: 0px;
  background: #e1e1e1;
}
ul.news_slick li dl dt{
   margin-bottom: 10px;
   position: relative;
}
ul.news_slick li dl dd{
  position: relative;
}
ul.news_slick li dl dt::after{
  content: "";
  display: block;
  width: 16%;
  height: 5px;
  background: #ff0000;
  margin-top: 10px;
  transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
ul.news_slick li:hover dl dt::after{
  width: 80%;
}
ul.news_slick li dl dt a.web_box{
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
ul.news_slick li dl dt a.web_box:hover{
  color: #2d2d2d!important;
}
a.more_btn{
  position: relative;
  padding: 10px 55px;
  border:1px solid #e60013;
  color: #e60013;
  border-radius: 30px;
  display: inline-block;
}
a.more_btn:hover{
  border:1px solid #02437f;
  color: #02437f!important;
}


/*index-about*/
.index_about{
  position: relative;
  width: 100%;
  height: auto;
}
ul.about_slick li{
  position: relative;
/*  -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}
ul.about_slick li.slick-current{
/*  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;*/
}
ul.about_slick li.about_bg1{
  background: url("../jpg/index_about_img2.jpg") center bottom no-repeat;
  background-size: cover;
}
ul.about_slick li.about_bg2{
  background: url("../jpg/index_about_img1.jpg") center bottom no-repeat;
  background-size: cover;
}
ul.about_slick li.about_bg3{
  background: url("../jpg/index_about_img3.jpg") center bottom no-repeat;
  background-size: cover;
}
.about_neiH{
  position: relative;
  width: 60%;
  margin:0px auto;
  height: 800px;
}

.pos_about_info{
  position: absolute;
  top: 0px;
  width: 65%;
  max-width: 850px;
  height: auto;
  top: 120px;
  left: 50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  
}
.pos_about_info .sm_com_pad{
  padding-bottom:0px;
}

.ind_about_info_bgt{
  position: relative;
  width: 100%;
  height: auto;
  padding:30px;
  background:rgba(255,255,255,0.5);
}

.pos_about_info .ind_about_more{
  margin-top: 50px;
}





/*index_aontact*/
.index_contact{
  position: relative;
  overflow: hidden;
}
.ind_con_l{
  position: relative;
  width: 67%;
  background: url("../jpg/ind_cont_bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ind_con_r{
  position: relative;
  width: 33%;
  background: #e5e5e5;
  padding: 0px 20px;
}
.ind_con_r .com_pad{
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0px auto;
}
ul.contact_ul{
	flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: auto;
}
.ind_con_r .com_pad ul.contact_ul li{width:100%;padding-bottom:0px;}
ul.contact_ul h3{font-weight: bold;}
ul.contact_ul li{width:45%;padding-bottom: 30px;}
ul.contact_ul li div{
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  padding-bottom: 5px;
}
ul.contact_ul li div p{
  font-weight: bold;
}
ul.contact_ul li div span{
  width:65px;
}
ul.contact_ul li div b{flex:1;}
ul.contact_ul li div:last-child{
  padding-bottom: 0px;
}
ul.contact_ul h4{ font-weight:bold !important; padding-bottom:10px;}
ul.contact_ul h5{ font-size:14px;padding-bottom:10px;}
img.qr_img{
  width: 110px;
  height: 110px;
}
.contact_ol div{flex-wrap:wrap;display: flex;justify-content: space-between;align-items: end;}
.contact_ol div li{width:45%!important;}
.cont_link_box{
  position: relative;
  width: 100%;
  max-width: 1000px;
  height: auto;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  z-index: 8;
}
.cont_link_box ul li{
  position: relative;
  width: 30%;
  height: auto;
}
.cont_link_box ul li a{
  color: #fff;
  display: block;
  position: absolute;
  height: 0px;
  width: 100%;
  padding-bottom: 100%;
  top: 40%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
}
.cont_link_box ul li a:hover{
  color: #fff!important;
}
.cont_link_box ul li a span{
  position: absolute;
  display: block;
  width: 80%;
  height: 80%;
  max-width: 180px;
  max-height: 180px;
  border:8px solid #e60013;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
}
.cont_link_box ul li a span img{
  width: 50%;
  max-width: 100px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
}
.cont_link_box ul li a b{
	line-height:1.2;
  display: block;
  width: 100%;
  text-align: center;
  padding-top:95%;
  font-size: 24px;

  /*color: #e60013;*/
}

.cont_bg_blue{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: url("../png/blue_bg.png") left top no-repeat;
  background-size: 100% 100%;
}
#skew_red_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    background: url("../png/blue_bg.png") left top no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}

.index_contact .sm_com_pad{
  padding-bottom: 0px;
}
.ind_cont_btn{
  position: absolute;
  right: 80px;
  bottom:110px;
}


/*page_banner*/
.page_banner{
	margin-top:75px;
  position: relative;
  width: 100%;
  height:680px;
}
.page_ban_img{
  position: relative;
  width: 100%;
  height: 100%;
}
.about_infoBan.page_banner .page_ban_img{
   background: url(../jpg/about_banner.jpg) bottom center no-repeat!important;
   background-size:  cover!important;
}
.about_awardsBan.page_banner .page_ban_img{
  background:#000 url(../jpg/about_banner_award.jpg) top center no-repeat!important;
   background-size:  cover!important;
   background-position-y:40px!important; 
}
.page_ban_img img{
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}

.page_ban_info{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  color: #fff;
  /* width: 80%; */
  text-align: center;
  padding: 20px;
  background: rgba(0,0,0,0.22);
  border: 1px solid #ffffff;
}
.page_ban_info .container1,
.page_ban_info .container{
  padding: 0px!important;

}
.page_ban_info .container1 h1,
.page_ban_info .container h1{
  font-size: 72px;
  text-align: center!important;
      white-space: nowrap;
	  line-height:1;
}
 #ver-en .page_ban_info.bus_haihong_banner h1{ white-space: normal;}

.page_content{
  position: relative;
  width: 100%;
  height: auto;
}

.page_content p{
  padding-bottom:30px;
}
.page_content p.no_pad{
  padding-bottom: 0px;
}

.page_content h2.color_red.com_padBot{
  display: none;
}





/*.row_5{
  position: relative;
  width: 50%;
}*/

.com_flex_l{
  position: relative;
  width:52%;
  padding-left: 60px;
}
.com_flex_r{
  position: relative;
  width: 48%;
}

.com_flex_l.no_padleft{
  padding-left: 0px;
}

.com_flex_r.padleft{
  padding-left:60px;
}


.com_flex_text{
  position: relative;
  width: 100%
}

.com_flex_img{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/*.com_flex_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  height: 100%;
  width: auto;
}

*/
/*news*/
/*ann_year*/
.year-show-box {
    position: relative;
    width: 100%;
}
ul.year-select {
    position: absolute;
    display: inline-block;
    width: 150px;
    z-index: 6;
    border: 2px solid #0359b0;
    padding: 2px 0;
    background: #0359b0;
    right: 0px;
    font-size: 14px;
    top: 10px;
}
ul.year-select::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 50%;
    margin-top: -4px;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    z-index: -1;
}
ul.year-select li {
    position: relative;
    width: 100%;
    height: 100%;
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 5px 10px;
    cursor: pointer;
}
ul.year-select li a {
    color: #fff;
}
ol.sub-year-box {
    position: absolute;
    display: none;
    width: 150px;
    height: auto;
    top: 38px;
    left: -2px;
    border-bottom: 0px;
}
ol.sub-year-box::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    right: 8px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #b9b9b9;
    border-left: 8px solid transparent;
}
ol.sub-year-box li {
    background: #b9b9b9;
    border-bottom: 1px solid #fff;
}
ol.sub-year-box li a {
    padding: 6px 0;
    display: block;
}
ul.data_ul {
    position: relative;
    width: 100%;
    height: auto;
    line-height: 1.3;
}

ul.data_ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 50px;
}
ul.data_ul li:nth-of-type(even){
  background: #eeeeee;
}
ul.data_ul li span {
    display:block;
    padding-bottom: 10px;
    color: #58a9e7;
}
ul.data_ul li a {
    display:block;
    color: #7d7d7d;
}
ul.data_ul li strong {
    display: block;
    color: #2c2c2c;
    font-weight: 600;
    padding-bottom: 10px;
}





.news_year_slick {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0px auto;
}

.news_year_slick li a{
  display: block;
  color: #58a9e7;
  text-align: center;
}
.news_year_slick li.active_cur a{
  color: #e60013;
  font-size: 24px;
  line-height: 1.4;
}

.new_detail_item{
  position: relative;
  display: none;
}
.new_detail_item.active{
  display: block;
}
/*abour*/
dl.about_dl{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
dl.about_dl:first-child{
  margin-top: 0px;
}
dl.about_dl dt{
  position: relative;
  width: 15%;
  max-width: 160px;
}
dl.about_dl dt img{
  border:0px;
  font-size: 0px;
}
dl.about_dl dd{
  position: relative;
  width: 85%;
  padding-left: 50px;
}
dl.about_dl dd b{
  position: relative;
  display: block;
  padding-bottom:20px;
}
dl.about_dl dd p{
    padding-bottom: 0px;
}

p.manage_info_buf{
    /*overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;*/
}
p.manage_info_all{
  display: none;
}
p.more_txt{
  margin-top: 30px;
  font-weight: normal;
}
p.more_txt a{
  display: inline-block;
  padding:2px 20px;
  border: 1px solid #0078ce;
  color:#0078ce;
}
p.more_txt a:hover{
  color: #0078ce!important;
}
ul.milestone-list {
    list-style: none;
    position: relative;
    padding-left: 0px;
    margin-top: 40px;
    /*overflow: hidden;*/
}
ul.milestone-list::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -27px;
    border-bottom: 36px solid #474747;
    border-right: 27px solid transparent;
    border-left: 27px solid transparent;
}
ul.milestone-list li {
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: none;
    position: relative;
}
ul.milestone-list li::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top:45px;
}
ul.milestone-list li .inner-li {
    display: table;
    width: 100%;
}
ul.milestone-list li .m-wrap {
    padding-top: 40px;
}
ul.milestone-list li .inner-li > div {
    display: table-cell;
    width: 50%;
    padding-right: 20px;
    padding-left: 20px;
}
ul.milestone-list .list-table {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}
ul.milestone-list .list-table .d-cell img{
  width:25%;
  height: auto;

  display: block;
}
ul.milestone-list li .inner-li > div:first-child {
    border-right: 13px solid #474747;
}
ul.milestone-list li .inner-li > div:last-child {
    border-left: 13px solid #474747;
}
ul.milestone-list li .year {
    font-size: 26px;
    color: #0078ce;
    line-height: 1.2;
}
ul.milestone-list .list-table p{ position:relative; padding-left:20px;}
ul.milestone-list .list-table p::before {
    content: "";
    display: block;
    width:5px;
    height:5px;
    left:0;
    border-radius: 50%;
    background-color: #2d2d2d;
    position: absolute;
    top: 10px;
}
ul.milestone-list .list-table p:last-child::before{ content:none}
ul.milestone-list li:nth-child(odd) .m-wrap .m-list{
  padding-right: 100px;
}
ul.milestone-list li:nth-child(even) .m-wrap .m-list{
  padding-left: 100px;
}
ul.milestone-list li:nth-child(odd) .m-wrap .year {
    float: right;
}
ul.milestone-list li:nth-child(even) .m-wrap .year {
    float: left;
}
ul.milestone-list li:last-child:after{
  content: "";
  width: 30px;
  top: 72px;
  bottom: 0px;
  background: #fff;
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -15px;
}


ul.milestone-list_2 .slick-track,
ul.milestone-list_2{
  position:relative;
  display: flex;
  /*flex-wrap:wrap;*/
  justify-items: stretch;
 
}
ul.milestone-list_2 .slick-list{
 width:94%;
  margin:0px auto;
}
ul.milestone-list_2 li{
  position:relative;
  width: 20%;
}

ul.milestone-list_2 .slick-slide{
  float: none;
  height: auto;
  padding-bottom: 10px;
}
ul.milestone-list_2 .slick-next{
  right: -10px;
}
ul.milestone-list_2 .slick-prev{
  left: -20px;
}
ul.milestone-list_2 .slick-list:after{
  content: "";
  display: block;
  position:absolute;
  width:1px;
  height: 100%;
  right: -2px;
  top: 0px;
  background: rgba(255,255,255,0.3);
   -webkit-box-shadow:#fff 0px 10px 40px 30px;
-moz-box-shadow:#fff 0px 10px 40px 30px;
box-shadow:#fff 0px 10px 40px 30px;
  z-index: 10;
}
ul.milestone-list_2 .slick-list:before{
  content: "";
  display: block;
  position:absolute;
  width:1px;
  height: 100%;
  left: -2px;
  top: 0px;
  background: rgba(255,255,255,0.3);
   -webkit-box-shadow:#fff 0px 10px 40px 30px;
-moz-box-shadow:#fff 0px 10px 40px 30px;
box-shadow:#fff 0px 10px 40px 30px;
z-index: 10;
}


ul.milestone-list_2 li::after{
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: #e96fa0;
  border-radius: 30px;
}
ul.milestone-list_2 li:nth-of-type(2)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(3)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(4)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(5)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(7)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(8)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(9)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(10)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(12)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(13)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(14)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(15)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(17)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(18)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(19)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(20)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(22)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(23)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(24)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(25)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(27)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(28)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(29)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(30)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(32)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(33)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(34)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(35)::after{
  background: #ff7800;
}
ul.milestone-list_2 li:nth-of-type(37)::after{
  background: #c384e8;
}
ul.milestone-list_2 li:nth-of-type(38)::after{
  background: #65a6e9;
}
ul.milestone-list_2 li:nth-of-type(39)::after{
  background: #7ec912;
}
ul.milestone-list_2 li:nth-of-type(40)::after{
  background: #ff7800;
}
ul.milestone-list_2 li::before{
  content: "";
  display: block;
  position:absolute;
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.6);
  z-index: 10;
  border-radius: 50%;
  right: 0px;
  bottom: 0px;
}

ul.milestone-list_2 .inner-li{
  position:relative;
  padding:0px 20px;
  width: 100%;
  height: 100%;
}
ul.milestone-list_2 .inner-li .m-wrap{
  position:relative;
  width: 100%;
  height: 100%;
}
ul.milestone-list_2 .inner-li .m-wrap .year{
  position:absolute;
  top: 0px;
  left: 0px;
      color: #0078ce;
	   font-size:18px !important;

}
ul.milestone-list_2 .inner-li .m-wrap .m-list{
  position:relative;
  width: 100%;
  height: 100%;
  padding-top:40px;
}

ul.milestone-list_2 .inner-li .m-wrap .m-list .list-table .d-cell,
ul.milestone-list_2 .inner-li .m-wrap .m-list .list-table{
  position:relative;
  width: 100%;
  height: 100%;
}
ul.milestone-list_2 .inner-li .m-wrap .m-list .list-table .d-cell{
  display: flex;
  flex-wrap:wrap;
}
ul.milestone-list_2 .inner-li .m-wrap .m-list .list-table .d-cell p{
  width: 100%;
  padding-bottom: 0px;
}
ul.milestone-list_2 .inner-li .m-wrap .m-list .list-table .d-cell p.last_img{
   align-self: flex-end;
}
ul.milestone-list_2 .inner-li a.fancy{
  position:relative;
  display: block;

  width: 100%;
  overflow: hidden;
}
ul.milestone-list_2 .inner-li a.fancy img{
  height:300px;
  width: auto;
  margin:0px auto;
}




.company_safety{
  position: relative;
  width: 100%;
  height: auto;
}
.company_safety .com_item{
  position: relative;
  margin-bottom: 50px;
}
.company_safety .com_item:last-child{ margin-bottom:0;}
.company_safety .com_item h3{
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.company_safety ul{
  position: relative;
}
.company_safety ul li{ list-style-type:decimal; margin-left:20px; padding-left:5px;}
.company_safety img{ max-width:220px; border:1px solid #CCC}
.company_safety{vertical-align:auto;}


.award_infobox{
  position: relative;
  width: 100%;
  height: auto;
 /* display: none;*/
}
.award_infobox.active{
  display: block;
}
ul.award_ul{
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
ul.award_ul li{
  position: relative;
  width: 48%;
  border:1px solid #dadada;
  margin-bottom: 30px;
  cursor: pointer;
}
ul.award_ul li table{
  position: relative;
  width: 100%;
  height: 100%;
}
ul.award_ul li table tr{
  position: relative;
  width: 100%;
  height: auto;
}
ul.award_ul li table tr td{
  position: relative;
  padding: 6px 15px;
  /*width: 85%;*/
  flex:1;
}
ul.award_ul li table tr td:first-child{
  position: relative;
  width: 30%;
  max-width: 150px;
  background: #e8e8e8;
  border-right: 1px solid #dadada;
  text-align: center;
}

.award_img{
  position: absolute;
  z-index: 2;
  top: -40%;
  width: 160px;
  right:-30px;
  display: none;
  transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
ul.award_ul li:hover .award_img{
  display: block;
}

ul.bus_house_ul{
  position: relative;
  justify-content: stretch;
}
ul.bus_house_ul li{
  position: relative;
  width: 30%;
  text-align: center;
  cursor: pointer;
  margin-bottom: 50px;
  margin-right: 5%;
}
ul.bus_house_ul li:nth-of-type(3n){
  margin-right: 0px;
}
ul.bus_house_ul li dl dt{
  position: relative;
  height: 250px;
  width: 100%;
  overflow: hidden;
}
ul.bus_house_ul li dl dt img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  opacity: 0;
}
ul.bus_house_ul li dl dd{
  width: 100%;
  height: auto;
  padding:20px 10px;
  line-height:1.3;
  bottom: 0px;
  background:#eeeeee;
  display: flex;
    align-items: center;
	justify-content: center;
}
ul.bus_house_ul li:hover dl dd{ background:#dddddd;}
.bus_house_pop{
  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: rgba(0,0,0,0.85);
  z-index: 99;
  display: none;
}

.bus_house_scroll{
  position: absolute;
  width: 90%;
  height:93%;
  top: 53%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  display: none;
  overflow: hidden;
  z-index: 100;
}

span.house_pop_close{
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 30px;
  right: 5%;
  top:3%;
  cursor: pointer;
  color:#fff;
}
.bus_scroll_main{
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}
a.bus_hou_more{
  display: none;
}
ul.bus_haihong_ul{
  position: relative;
  justify-content: stretch;
}
ul.bus_haihong_ul li{
  position: relative;
  width:47%;
  text-align: center;
  cursor: pointer;
  margin-bottom:50px;
  margin-right:6%;
}
ul.bus_haihong_ul li:nth-of-type(2n){
  margin-right: 0px;
}
ul.bus_haihong_ul li:nth-of-type(2n+1){
  margin-right:6%;
}
ul.bus_haihong_ul li dl dt{ background:none !important; height:inherit !important}
ul.bus_haihong_ul li img{ opacity:1!important; position:relative !important;-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;transform:none !important; top:0 !important; left:0 !important}
ul.bus_sunrise_ul{justify-content: space-between;    flex-wrap: wrap;display: flex;}
ul.bus_sunrise_ul li{width:100%; max-width:300px;}
ul.bus_sunrise_ul li dl dt{border:1px solid #eeeeee;}
ul.bus_sunrise_ul li dl dd{ text-align:center;background: #eeeeee;padding: 20px 10px;}
ul.bus_sunrise_ul li:hover dl dd{background: #dddddd;}
.bus_haihong_ul_new{
  position:relative;
  width: 100%;
  height: auto;
}
.bus_haihong_ul_new li{
  position:relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.bus_haihong_ul_new li span{
  display: block;
  position:relative;
  width: 50%;
  padding:2px 10px;
  background:#134282;
  color:#fff;
  font-size: 20px;
}
.bus_haihong_ul_new li dl{
  position:relative;
  padding:10px 0px;
  align-items: stretch;
}
.bus_haihong_ul_new li dt{
  position:relative;
  flex:1;
  padding-left: 80px;
  margin-top: -20px;
}
.bus_haihong_ul_new li dt img{
  position:relative;
  /*height:200px;*/
  width: 100%;
}
.bus_haihong_ul_new li dd{
  position:relative;
  width: 50%;
}
.bus_haihong_ul_new li dl p{
  padding-bottom: 10px;
}
.bus_haihong_ul_new li dl p:last-child{
  padding-bottom: 0px;
}
.bus_tab_col .bus_insu_box.bus_haitong2bg{
  padding-bottom: 0px;
}
.bus_haitong2bg::before{
  content: "";
  display: block;
  width: 114%;
  left: -7%;
  top: 0px;
  height: 100%;
  position:absolute;
  background:url("../png/haitong2_bg.png") center no-repeat;
  background-size: 100% 100%;
}

img.img_1000{
  max-width: 800px;
  margin:0px auto;
  display: block;
}
img.img_500{
  max-width:500px;
  margin:0px auto;
  display: block;
}
img.img_350{
  max-width: 350px;
  margin:0px auto;
  display: block;
}

.bus-list li{    list-style-type: disc;
    margin-left: 25px;}
.bus_house_item{
  position: relative;
  width: 100%;
  height: 100%;
  /*max-width: 600px;*/
  margin:0px auto;
  display: none;
}
.bus_coit_box p{ padding-bottom:30px;}
.bus_coit_box h6{ padding-bottom:20px; font-weight:bold;}
.bus_coit_box .bus_scroll_popo{ padding:50px; width:100% !important; margin:0 !important;overflow:auto;}
.bus_coit_over_1{padding:0 0 30px 0 !important;display:flex;justify-content:space-between;align-items: stretch;flex-wrap: wrap;}
.bus_coit_over_1 li:nth-child(1){width:55%;}
.bus_coit_over_1 li:nth-child(2){width:40%;}
.bus_coit_over_2{padding:0 0 50px 0 !important;display:flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.bus_coit_over_2 li{width:49%; text-align:center; line-height:1;}
.bus_coit_over_3{padding-right:0 !important;display:flex;justify-content: space-between;flex-wrap: wrap;}
.bus_coit_over_3 li{width:32%; text-align:center;line-height:1;}
.bus_coit_over_2 li img, .bus_coit_over_3 li img{ padding-bottom:15px;}
.bus_coit_over_4{padding-right:0 !important;display:flex;justify-content: space-between;flex-wrap: wrap;}
.bus_coit_over_4 li{width:24%; text-align:center;line-height:1;}

.bus_house_item .bus_flex_pad{
  position:relative;
  background: #fff;
  height:85%;
  overflow: hidden;
}
ul.bud_pop_ul li{
  position: relative;
  width: 100%;
}
ul.bud_pop_ul li h6{
  padding-bottom:5px;
  font-weight: bold;
}
ul.bud_pop_ul li p{
  padding-bottom:20px;

}
ul.bud_pop_ul ol.dise_ol li{
  margin-bottom:5px;
  line-height:1.2;
}
ul.bud_pop_ul ol.dise_ol li li{list-style-type: circle;
    margin-left: 20px;}
ol.dise_ol{
  position: relative;
  width: 100%;
  height: auto;
   padding-left: 20px;
}
ol.dise_ol li{
	line-height:1.3;
  width: 100%;
  list-style-type: disc;
  list-style-position: outside;
  margin-top:10px;
}

.dise_ul li{ list-style-type:none!important;background: url(../jpg/sus_icon.jpg) left center no-repeat;
    background-size: 20px auto;
    background-position-y: 5px;margin-left:1px!important;padding-left:30px !important}
.csr_quality{ display:flex;}
.csr_quality p{width:130px;margin-right:50px;}
.csr_quality p img{ border:0;}
ul.bus_house_slick{    height: 100%;
  position: relative;
  top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  /*padding: 0px 50px 0px 50px;*/
  /*margin-bottom: 30px;*/
}
ul.bus_house_slick .slick-list, ul.bus_house_slick .slick-track, ul.bus_house_slick .bus_imgi{height:100%}
ul.bus_house_slick li{
  position: relative;
/*  height: 240px;*/
}
ul.bus_house_slick li img{
/*  position: absolute;
  display: block;
  height: 0px;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);*/
}
/*ul.bus_house_slick .slick-track{
  width: 100%!important;
}*/
.bus_imgi{
  position:relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
ul.bus_house_slick li .bus_imgi img{

     width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: table;
    padding-left: 30px;
}
.bus_popiteml{
  position:absolute;
  width:52%;
  top:30px;
  bottom:30px;
  overflow: hidden;
  left: 0px;
}

.bus_scroll_popo{
  position:relative;
  padding:30px 0 30px 30px;
  width:48%;
  height: 100%;
  margin-left:52%;
}
.bus_popiteml_scroll{
  position:relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: block;
}
.bus_popiteml_scroll ul{ padding-right:5%;}







.about_awards{justify-content:center;}
.about_awards li{ padding:0 10px;}
ul.about_awards{
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
ul.about_awards li{
  position: relative;
  width:33%;
  max-width: 450px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
ul.about_awards li:last-child{
  margin-right: 0px;
}
ul.about_awards li a{
  display: block;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  background: #007cd6;
  border:1px solid #007cd6;
}
ul.about_awards li.active a,
ul.about_awards li:hover a{
  background: #fff;
  color: #007cd6!important;

}
.csr_photo .bus_house_ul li dl dt{height:200px;}
.csr_photo{justify-content: space-around;display: flex;}
.csr_photo .com_item{width:50%;}
.csr_personnel .com_item:last-child{ padding-left:5%;}
.csr_personnel .com_item:last-child li:last-child{width:99%}

.csr_photo .bus_house_ul li{width:33%;list-style-type:none !important; margin:0px !important;padding:0px !important;}
.csr_photo .com_item:last-child{margin-bottom:50px;}


.bus_house .com_pad{padding:0!important;}
ul.bus_tab{
  position: relative;
  width: 100%;

}
ul.bus_tab li{
  position: relative;
  width:33%;
  max-width: 450px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
#ver-en ul.bus_tab li{
  width:45%;
}
ul.bus_tab li:last-child{
  margin-right: 0px;
}
ul.bus_tab li a{
  display: block;
  font-size:18px;
  line-height:1.3;
  position: relative;
  padding: 10px;
  color: #fff;
  border:1px solid #ffffff;
  border-radius:5px;
  font-weight:bold;
}

ul.bus_tab li a img{ display:table; padding-bottom:10px;}
ul.bus_tab li.active a,
ul.bus_tab li:hover a{
  background: #fff;
  color: #81a3b9 !important;
}
ul.bus_tab_blue li a{border:1px solid #81a3b9;
  color: #81a3b9}
ul.bus_tab_blue li.active a,
ul.bus_tab_blue li:hover a{
  background: #81a3b9;
  color: #ffffff !important;
}
ul.bus_tab_blue li{ padding-right:20px;}
.bus_insu_box{
  position: relative;
  width: 100%; 
    min-height: 500px;
}
.bus_insu_item{
  position: relative;
  display: none;
}
.bus_insu_item.active{
  display: block;
}
.bus_insu_box h6{
  padding-bottom: 20px;
  padding-top:20px;
  position: relative;
}
.bus_insu_item_ul{ display:flex;align-items: center;max-width: 700px; margin: auto;flex-flow: wrap; padding-top:30px;}
.bus_insu_item_ul ul.contact_ul{width:50%}
.bus_insu_item_ul ul.contact_ul li{width:100%}

ul.cir_ul{
  position: relative;
  padding-left:10px;
}

ul.cir_ul li.cir_li{
  margin-bottom: 10px;
  width: 21%;
}
ul.cir_macul.cir_ul li.cir_li{
  width:45%;
}
.company_safety ol.dise_ol{
  padding-left: 0px;
}
ul.cri_blue li{
  list-style-type: disc;
  list-style-position: outside;
  color: #007cd6;
}
ul.cri_blue li span{
  color: #2d2d2d;
}
.bus-haihong-list{ display:flex; padding:30px 0;flex-wrap: wrap;justify-content: center;}
.bus-haihong-list li{width:30%; margin:10px; text-align:center;}
.bus-haihong-list li a{ display:block; padding:10% 0; font-size:20px; font-weight:bold; text-align:center;background-color:#eeeeee;}
.bus-haihong-list li a:hover{ background-color:#02437f; color:#FFF;}
.bus_tab_col ul.bus_tab {
  position: relative;
  width: 25%;
  padding:60px 20px 0 20px;
 background: rgba(114,152,178,0.88);
}
.bus_tab_col ul.bus_tab li{
  width: 100% !important;
}
.bus_tab_col .bus_insu_box{
  width: 70%;
  padding:100px 0 60px 0;
}
#ver-en .bus_tab_col .bus_insu_box{ padding-top:130px;}
.bus_tab_col .bus_insu_box .bus_insu_item h3{
  padding-bottom:20px;
  font-weight: bold;
  font-size:24px;
}
.bus_haihong_tab ul.bus_tab{
  margin-top: -55px;
}
.bus_haihong_tab ul.bus_tab1{
  margin-top: 0px!important;
}
.bus_haihong_tabph{
  position:relative;
  width: 100%;
  height:70px;
  display: none;
  z-index: 8;
}
.bus_haihong_tabph::before{
  content: "";
  display: block;
  position:absolute;
  width:4920px;
  left: -1000px;
  top: 0px;
  height: 100%;
  background: rgba(114,152,178,0.88);
  z-index: 1;
}
.bus_haihong_tab .bus_insu_box  h3{
  color:#2e67c3;
}
.bus_hh3_bg{
  background:url("../jpg/bus_banner_haihong1.jpg") center no-repeat;
  background-size: cover;
}
.bus_hh3_bg1{
  background:url("../jpg/bus_banner_haihong2.jpg") center no-repeat;
  background-size: cover;
}

.bus_haihong3{
  position:relative;
}

.bus_tab_col .bus_insu_box.bus_insu_box1{
  position:relative;
  padding:0px;
}
.bus_tab_col .bus_insu_box.bus_insu_box1 .bus_insu_item{
  padding:0px 0px;
}
.bus_insu_box1 .bus_insu_item .bus_hait3_infobg::before{
  content: "";
  display: block;
  position:absolute;
  width: 165%;
  height: 100%;
  top: 0px;
  left: -54%;
  background:url("../png/haitong4_bg.png") center no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.bus_hait3_infobg{
  position:relative;
  width: 100%;
  padding:30px 0px;
  height: auto;
}
.bus_haih_zh{
  position:relative;
  padding:40px 0px 60px 0px;
  justify-content: space-between;
}
.bus_haih_zh h3.color_w{
  color:#fff!important;
}
.bus_haih_zh h3.color_bl{
  color:#000!important;
}
.haitong3_icon{
  max-width: 600px;
  width: 70%;
  position:relative;
}
.haitong3_icon2{
  position:relative;
  width: 70%;
  margin-right: -160px;
  max-width: 300px;
}



.bus_haihong3 .bus_tab ,
.bus_hait3_z{
  position:relative;
  z-index: 2;
  padding-right: 280px;
}
.bus_haihong3 .bus_insu_box {
  z-index: 1
}
.bus_hait_choose{
  position:absolute;
  width: 260px;
  bottom: 30px;
  right: 0px;
  display: flex;
  justify-content: space-around;
}
.bus_hait_choose a{
  position:relative;
  display: block;
  color:#7298b2!important;
  width: 120px;
  padding:2px 0px;
  border-radius: 5px;
  border:1px solid #7298b2;
  z-index: 2;
  text-align: center;

}
.bus_hait_choose a.active,
.bus_hait_choose a:hover{
  background:#7298b2;
  color:#fff!important;
}
.other_flexl{
  width: 25%;
}
.other_flexr{
  flex:1;
  padding:30px 0px 30px 5%;
}




.bus_nav_tab{
  position:absolute;
  z-index: 2;
  width:200px;
  background:#ffffff;
  border-radius: 10px;
  color:#83a5bb;
  text-align: center;
  top:18px;
  left:50%;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}
.bus_slide_tab li,
.bus_nav_tab span.tab_current{
  position:relative;
  display: block;
  width: 100%;
  height: auto;
  padding:3px 10px;
  cursor: pointer;
}
.bus_nav_tab span.tab_current i{
  position:absolute;
  right: 10px;
  top: 44%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
}
.bus_slide_tab{
  position:relative;
  width: 100%;
  height: auto;
  display: none;
  box-shadow: 2px 2px 5px #7298b2;
}
.bus_slide_tab li{
  border-top: 1px solid rgba(114,152,178,0.88);
}
.bus_slide_tab li a{
  display: block;
  position:relative;
  color:#83a5bb!important;
}
.bus_slide_tab li:hover a{color:#02437f!important;}
/*
.bus_haihong_tab ul.bus_tab li a{ text-align:left; padding-left:80px !important;}
.bus_haihong_tab ul.bus_tab li:nth-child(1) a{ background:#007cd6 url("../images/bus_haihong_icon_1_o.png") 20px 5px no-repeat;
  background-size:40px;}
.bus_haihong_tab ul.bus_tab li:nth-child(2) a{ background:#007cd6 url("../images/bus_haihong_icon_2_o.png") 20px 5px no-repeat;
  background-size:40px;}
.bus_haihong_tab ul.bus_tab li:nth-child(3) a{ background:#007cd6 url("../images/bus_haihong_icon_3_o.png") 20px 5px no-repeat;
  background-size:40px;}
.bus_haihong_tab ul.bus_tab li:nth-child(4) a{ background:#007cd6 url("../images/bus_haihong_icon_4_o.png") 20px 5px no-repeat;
  background-size:40px;}
  
.bus_haihong_tab ul.bus_tab li:nth-child(1).active a, .bus_haihong_tab ul.bus_tab li:nth-child(1):hover a{ background: url("../images/bus_haihong_icon_1.png") 20px 5px no-repeat;
  background-size:40px; padding-left:50px}
.bus_haihong_tab ul.bus_tab li:nth-child(2).active a, .bus_haihong_tab ul.bus_tab li:nth-child(2):hover a{ background: url("../images/bus_haihong_icon_2.png") 20px 5px no-repeat;
  background-size:40px;}
.bus_haihong_tab ul.bus_tab li:nth-child(3).active a, .bus_haihong_tab ul.bus_tab li:nth-child(3):hover a{ background: url("../images/bus_haihong_icon_3.png") 20px 5px no-repeat;
  background-size:40px;}
.bus_haihong_tab ul.bus_tab li:nth-child(4).active a, .bus_haihong_tab ul.bus_tab li:nth-child(4):hover a{ background: url("../images/bus_haihong_icon_4.png") 20px 5px no-repeat;
  background-size:40px;}
  */
  
 
.bus_other{ position:absolute; height:100%;width:60%;padding-top:65px; right:10%;} 
.bus_other li{ position:absolute;width:30%; display:table;}
.bus_other li a{ display:block;   position: relative; padding:20%;}
.bus_other li:nth-child(1){top:45%;left:10%; } 
.bus_other li:nth-child(2){top:30%;left:38% } 
.bus_other li:nth-child(3){top:52%;left:60% } 
.bus_other li:nth-child(4){top:68%;left:30%} 

.news-list{
	margin-top:30px;
  position: relative;
  justify-content:flex-start;
  align-items: stretch;
  color: #515151;
  flex-wrap:wrap;
  padding-right: 15px;
}

.news-list li{
  position: relative;
  width: 28%;
  margin-right: 8%;
  margin-top: 30px;
  margin-bottom: 80px;
}
.news-list li:nth-of-type(3n){
  margin-right: 0px;
}

.news_item{
  padding:30px 20px 60px 20px;
  border-radius: 3px;
  box-shadow: 0 0 10px #ccc;
  height: 100%;
}
.news_item:hover{box-shadow: 0 0 10px #000000;}
.news_item p{
	font-family: "Microsoft JhengHei", "宋体","STHeiti",  "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
padding-bottom: 0px;
margin-bottom: 30px;
overflow: hidden;
  -webkit-line-clamp:4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
}
.news_item h6{
	font-family: "Microsoft JhengHei", "宋体","STHeiti",  "Microsoft YaHei", Arial, Helvetica, Verdana, sans-serif;
font-weight:bold;
  color: #000000;
  font-size: 22px;
  width: 80%;
  padding-bottom: 0px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-line-clamp:2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: -webkit-box;
  display: box;
  line-height: 1.2;

}
.news_box em{ color:inherit !important;}
.news_details ul li{ margin-left:20px; list-style-type:disc; padding:3px 0;}
.news_details ul li ul li{ list-style-type:circle}
a.read_more{
  position: absolute;
  display: block;
  right: 20px;
  color: #0357af;
  bottom: 30px;
  font-size:12px;
}
.data_box{
  position: absolute;
  width: 80px;
  height: 80px;
  background: #d8d8d8;
  right: -15px;
  font-size: 16px;
  top: -15px;
  text-align: center;
}
.data_box span{
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}


ul.csr_tab{
  position:relative;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

ul.csr_tab li{
  position:relative;
  width: 100%;
  max-width:300px;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
ul.csr_tab li:last-child{
  margin-bottom: 0px;
}
ul.csr_tab li a{
  display: block;
    position: relative;
    padding: 10px 20px;
    color: #fff;
    background: #007cd6;
    border: 1px solid #007cd6;
}

ul.csr_tab li.active a, 
ul.csr_tab li:hover a {
    background: #fff;
    color: #007cd6!important;
}

ul.csr_imgul{
  position:relative;
  display: flex;
}
ul.csr_imgul li{
  position:relative;
  width: 33.33333%;
}
ul.csr_imgul li a{
  display: flex;
    align-items: center;
    height: 100%;
}
.csr_developbox{ margin:auto;}
.csr_developbox dl{
  position:relative;
  margin-bottom: 40px;
}
.csr_developbox dl dt{
  position:relative;
  width: 120px;
  height:120px;
  position: relative;
  text-align: center;
  padding:10px;
    display: flex;
	    justify-content:center;
    align-items: center;
}
#ver-en .csr_developbox dl dt{
   width: 140px;
   height: 140px;
}
.csr_developbox dl dt img{ width:60px;}
.csr_developbox dl dt strong{ display:table; margin:auto; line-height: 1.2; padding:15px 0px;}
.csr_developbox dl dt.mar_ll{
  margin-left: 50px;
}
.csr_developbox dl dt.mar_rr{
  margin-right: 50px;
}

.csr_developbox dl dd{
  position: relative;
  flex: 1;
  padding: 10px 15px;
  background: #f2f2f2;
}
.csr_developbox dl.color1 dt{
  color:#e78c2f;
  border:4px solid #e78c2f;
}

.csr_developbox dl.color2 dt{
  color:#9e693c;
  border:4px solid #9e693c;
}

.csr_developbox dl.color3 dt{
  color:#48285a;
  border:4px solid #48285a;
}

.csr_developbox dl.color4 dt{
  color:#d45556;
  border:4px solid #d45556;
}

.csr_developbox dl.color5 dt{
  color:#55a43a;
  border:4px solid #55a43a;
}

.bus_tech_ul li:nth-child(7), .bus_tech_ul li:nth-child(8){ width:49.5% !important}


ul.bus_min li span{
  position:absolute;
  display: block;
  width: 100%;
  height: auto;
  background:#3a5976;
  bottom: 0px;
  color:#fff;
  padding:5px;
}



.about_box_new{
  position:relative;
  width: 100%;
  height: auto;
}
.about_info{ max-width:640px !important;}
.about_info li{width:45% !important;}
.about_data{
  position:relative;
  width: 100%;
  max-width:1280px;
  margin:0px auto;
  color: #ff4f01;
  z-index: 6;
  margin-bottom: 50px;
}
.about_data.about_award_data{
  color: #ffca34 ;
}
.about_data li{
	cursor:pointer;
  text-align: center;width: 25%;


}
.about_data li a{
  color: #d6b82c!important;
}
.about_data h1{
  display: block;
  text-align: center;
  font-weight: bold;
}
.about_data h1 span{
  font-size: 20px;
}
.about_data h1 i{
  font-size: 16px;
  padding:0 5px;
  font-weight: normal;
}
.about_data h3{ padding:0 10%;  line-height:1.2;}
.aboutinfo_top{
  padding-top: 40px!important;
  position:relative;
}
.aboutinfo_top::after,
.aboutinfo_top::before{
  content: "";
  display: block;
  position:absolute;
  width: 100%;
}
.aboutinfo_top::before{
  background:#f2f2f2;
  top: 0px;
  height:95%;
  left: 0px;
  z-index:-1;
}
.aboutinfo_top::after{
  background:#ddd5b5;
  bottom: -2px;
  left: 0px;
  height:92px;
  z-index: 2;
}
.aboutinfo_top h2{ text-align:center; color: #ff4f01; padding-bottom:35px; font-weight:bold;}
.about_z{
  position:relative;
  z-index: 3;
}
.aboutinfo_min{
  position:relative;
 padding-top: 50px!important;
 background:#ddd5b5 url("../jpg/aboutinfo_min_bg.jpg");
 background-size: cover;
}

.aboutinfo_bot{
  padding-bottom: 80px!important;
}
.aboutinfo_bot::after,
.aboutinfo_bot::before{
  content: "";
  display: block;
  position:absolute;
  width: 100%;
}
.aboutinfo_bot::before{
  background:#ddd5b5;
  top: -2px;
  height:52px;
  left: 0px;
  z-index: 2
}
.aboutinfo_bot::after{
  background:#a3daf4;
  bottom: 0px;
  left: 0px;
  height:95%;
  z-index: 1;
}

.about_flex{
  position:relative;
  display: flex;
  justify-content: stretch;
}

.about_flex_img{
  position:relative;
  width: 600px;
  left: 0px;
  z-index: 2;
}
.about_flex_img_l{
  position:relative;
  width: 600px;
  left: 0px;
  z-index: 2;
  margin-left: -7%;
}
.about_flex_txt{
  position:relative;
  background:#fff;
  width: 72%;
  margin-left: -7%;
  padding: 50px 40px 80px 10%;
  z-index: 1;
  display: flex;
  align-items: center;
}
.about_flex_txt_l{
   position:relative;
    background:#fff;
    width: 72%;
    padding: 50px 10% 40px 40px;
    z-index: 1;
    display: flex;
    align-items: center;
}
.about_mar_top{
  margin-top: 50px;
}
.about_mar_bot{
  margin-bottom: 50px;
}
.about_flex_txt p:last-child{
  padding-bottom: 0px!important;
}


.about_organ_bg{
  background:url("../jpg/about_organ_bg.jpg") center no-repeat;
  background-size: cover;
}



.about_awwad_bg{
  background:url("../jpg/about_award_bg.jpg") center no-repeat;
  background-size: cover;
}
.pad_big{
  padding:100px 0px;
}
ul.award_ul_new{
  position:relative;
  width:100%;
  max-width:660px;
  padding-bottom:80px;
  margin:0px auto;
  justify-content: center;
  align-items: center;

}
ul.award_ul_new li{
  position:relative;
  width:48%;
      display: flex;
    align-items: center;
  height: 170px;
  background: url(../png/award_item_bg.png) center no-repeat;
    background-size: initial;
}
ul.award_ul_new li a{
 position: relative;
    width: 280px;   
    margin: 0px auto;
    padding: 0 50px;
	justify-content: center;
    text-align: center;
    color: #d6b82c!important;
    font-size: 18px;
    line-height: 1.2;

}
ul.award_ul_new li:hover a::before,
ul.award_ul_new li.active a::before{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top:-10px;
  margin-left: -5px;
  border-top: 6px solid #d6b82c;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.award_imgboxb{ display:none;
  position:relative;
  width: 100%;
  height: auto;
}
.award_imgboxb .awardimg{
  position:relative;
  width: 100%;
  height: auto;
  /*display: none;*/
  padding-bottom:80px;
}
.award_imgboxb .awardimg .about_data{ margin-bottom:0;}
img.img_1300{
  max-width: 1300px;
  margin:0px auto;
  display: block;
}
img.img_1024{
  max-width: 1024px;
  width:85%;
  margin:0px auto;
  display: block;
}
.com_pad_top{
  padding-top: 80px;
}
.com_pad_top1{
  padding-top: 40px;
}
.color_y{
  color:#ffae00;
}
.about_award_detail_box{
  position: relative;
  width: 100%;
  height: auto;
}
.about_award_detail_item{
  position: relative;
  display: none;
}

.scroll_box {
    position: relative;
    margin-top: 60px;
}
i#tab-hover {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../png/hand_hover.png) center 50px no-repeat;
    display: none;
}
table.award_tab {
    position: relative;
    width: 100%;
    min-width: 900px;
    margin-bottom: 50px;
}
table.award_tab .huanJ_xifen{
  display: none;
}
table.award_tab tr th{
  padding: 15px;
  background:#ffd200;
}
table.award_tab tr td{
    padding: 15px;  
    background:#f0f0f0;
}
table.award_tab tr:nth-of-type(even) td{
  background:#ffffff;
}

table.award_tab tr.add_c td{
  background:#ffffff;
}
table.award_tab tr.add_c.bg1 td{
  background:#f0f0f0;
}


.award_item{
  position:relative;
  /*display: none;*/
}
.award_item h3{font-size: 24px;padding-bottom: 20px;}
ul.bus_prof_ul{
  max-width: 1280px;
  margin:0px auto;
}
ul.bus_prof_ul li{
  position:relative;
  width:45%;
margin-bottom: 80px;    min-height: 880px;
}
ul.bus_prof_ul li a{
  position:relative;
  display: block;
  width: 100%;
  height: auto;
}

ul.bus_prof_ul li a span{
  position:absolute;
  display: block;
  bottom: 15%;
  text-align: center;
  width: 90%;
  left: 5%;
  font-size: 20px;
  line-height: 1;
      padding: 0 3%;
}
#ver-en ul.bus_prof_ul li a span{
  font-size: 18px;
}
.txt_color1{
  color:#3a3a00;
}
.txt_color2{
  color:#181b83;
}
.txt_color3{
  color:#3e8016;
}
.txt_color4{
  color:#ADB5DA;
}

.page_overhide{
  overflow: hidden;
}

ul.bus_prof_ul li::before{
  content: "";
  display: none;
  position:absolute;
  width: 100%;
  height: 150%;
  top: -80px;
  transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
ul.bus_prof_ul li:nth-of-type(1)::before{
  background:#f7edc6;
}
ul.bus_prof_ul li:nth-of-type(2)::before{
  background:#96bcef;
}
ul.bus_prof_ul li:nth-of-type(3)::before{
  background:#c4ebaa;
}
ul.bus_prof_ul li:nth-of-type(4)::before{
  background:#ADB5DA;
}
ul.bus_prof_ul li.active::before,
ul.bus_prof_ul li.active .profess_tab{
  display: block;
}
.profess_tab{
  position:relative;
  display: none;
  padding:50px 20px;
  transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.profess_tab table{
  position: relative;
  width: 100%;
}
.profess_tab table tr th{
  text-align: left;
}
.profess_tab table tr th,
.profess_tab table tr td {
    padding:0 0 20px 0px;
	line-height:1.3;
}
.profess_tab table tr th:nth-child(2), .profess_tab table tr td:nth-child(2){ padding-left:10px;}

.bus_busbg{
  background:url("../jpg/bus_banner_bus.jpg") center no-repeat;
  background-size: cover;
}
.bus_busbg2{
  background:url("../jpg/bus_banner_bus2.jpg") center no-repeat;
  background-size: cover;
}
.bus_box_poa{
  position:relative;
  padding-top:80px;
}
.bus_box_poa .flex_wrap,
.bus_box_poa .container{
  width: 100%;
  height: 100%;
}

.bus_tit{
  position:relative;
  text-align: center;
  flex:1;
}
.bus_tit h2{
  font-weight: bold;
  font-size: 42px;
}
.bus_nav{
  position:relative;
  width:1200px;
  height: 100%;
}

.bus_box_other .bus_tit{ position:absolute;left: 5%;top: 20%;}
.bus_box_other .bus_nav{width:90%;}

img.bus_nav_img{
  position:relative;
  display: block;
}
.bus_nav_box{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
}

.bus_nav_box a{
  position:absolute;
  width: 22%;
  height:26%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bus_nav_box a h3{
  position:relative;
  display: inline-block;
  padding:10px 20px;
  text-align: center;
  color:#fff;
  font-size: 28px;
  font-weight: bold;
  background:rgba(234,95,107,0.7);
  transform: rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
}

/*#ver-en .bus_nav_box a h3{width: 80%; height: 100px; display: flex; align-items: center;
    justify-content: center;
}*/
.bus_nav_box a:hover h3{ background:rgba(234,95,107,1);}

a.busnav1{
  top:10%;
  left:80%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav2{
  top:19%;
  left:53%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav3{
 top:53%;
  right:19%;  
  transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
  -moz-transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
}
a.busnav4{
  top:47%;
  left:20%;
  transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
  -moz-transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
}
a.busnav5{
  top:54%;
  left:48%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav6{
   top:64%;
    left:22%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav7{
  top:10%;
  left:80%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav8{
  top:19%;
  left:53%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}
a.busnav9{
 top:53%;
  right:19%;  
  transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
  -moz-transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
}
a.busnav10{
  top:47%;
  left:20%;
  transform:translateY(-50%) rotate(45deg);
  -webkit-transform:translateY(-50%) rotate(45deg);
  -moz-transform:translateY(-50%) rotate(45deg);
  -ms-transform:translateY(-50%) rotate(45deg);
}
a.busnav11{
 top:54%;
  left:48%;
  transform:translateX(-50%) rotate(45deg);
  -webkit-transform:translateX(-50%) rotate(45deg);
  -moz-transform:translateX(-50%) rotate(45deg);
  -ms-transform:translateX(-50%) rotate(45deg);
}

.other_teach_content{
  position:relative;
  width: 100%;
  height: auto;
  padding:40px 0px;
}
.other_infobox{
  position:relative;
  z-index: 2;
}
.other_teach_content::before{
  content: "";
  display: block;
  position:absolute;
  width: 5000px;
  height: 100%;
  background:#f7f0e7;
  top: 0px;
  left: -1920px;
  z-index: 1;
}
img.teach_logo{
  position:relative;
  width: 100%;
  max-width: 500px;
  display: block;
  margin: 0px auto;
}

table.other_tab {
    position: relative;
    width: 100%;
    min-width: 800px;
    max-width: 900px;
    margin: 0px auto;
}
table.other_tab tr th{
  padding:10px 30px;
  background:#e2dcd5;
 
}
table.other_tab tr td{
    padding:10px 30px;

}
table.other_tab tr:nth-of-type(even) td{
  /*background:#fff;*/
}
table.other_tab tr:nth-of-type(odd) td{
  background:#ede7e7;
}
.bus_csim_imgbox .other_img_i span{ text-align:center;}
.other_img_i{
  position:relative;
  width: 100%;
  height: auto;
}
.other_img_i img{
  opacity: 0.2;
}
.other_img_i p{ text-align:center; font-size:14px;position:absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  padding:10px;
  color:#ffffff;
  background:rgba(0,0,0,0.37);}
.other_img_i span{
  position:absolute;
  width: 100%;
  height: auto;
  bottom: 0px;
  left: 0px;
  padding:20px;
  background:rgba(0,0,0,0.37);
  display: none;
}
.other_img_i span b{
  position:relative;
  color:#fff;
}
.other_img_i span b.lineo{
    line-height: 1.2;
}
.other_img_i span b strong{
  font-weight: bold;
}
.other_img_i span b i{ display:block; padding-bottom:0px;}
ul.other_slide li.slick-active .other_img_i img{
  opacity: 1;
}
ul.other_slide li.slick-active .other_img_i span{
  display: block;
}


.bus_tech_logo{
  position:relative;
  max-width: 1080px;
  margin: 0px auto;
  display: flex;
  justify-content: space-around;
    align-items: center;
    /*margin-bottom: 30px;*/
}

.bus_tech_logo li{
  position:relative;
  padding:20px;
}
.bus_tech_logo li img{
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  position:relative;
}



.csr_quality_box{
  position:relative;
  width: 100%;
  height: auto;
  /*max-width: 1280px;*/
  margin:0px auto;
  
}
.csr_cir_ul{
  padding-bottom:100px;
  margin-top: 30px;
}
.csr_cir_ul.nopadb{
  padding-bottom: 0px;
}
.csr_cir_ul.csr_cir_ul_smw{
  width: 80%;
  margin: 0px auto;
}
.csr_cir_ul.csr_cir_ul_smw li{
  width: 25.7%;
}
.csr_cir_ul.csr_cir_ul_sanip li{
  width:30%;
}
.csr_cir_ul li{
  position:relative;
  width: 25%;
  height: auto;
 padding: 0px 1%;
padding-bottom:10px;
}

.over_detailSlideItem .csr_cir_ul li{width:50%; margin:inherit;}
.csr_over_detail{ margin-top:0;padding-bottom:15px;}

.csr_cir_ul li .quali_item::before{
  content: "";
  display: block;
  position:absolute;
  width: 140%;
  height: 120%;
  top: 20%;
  right:20%;
  background:url("../png/hui_bg.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul li .quali_item{
  position: relative;
  width: 148px;
  height: 148px;
  margin:0px auto;
}
.csr_cir_ul li .quali_item .quali_iconBox{
  position:relative;
  width: 100%;
  height: 100%;
  margin:0px auto;
  border-radius: 50%;
  background:#fff;
  display: flex;
      justify-content: center;
    align-items: center;
}
.csr_cir_ul li .quali_item .quali_iconBox img{
  position: relative;
  height: 40%;
  width: auto;
}
.csr_cir_ul li .quali_item .quali_iconBox img.csr_icon_wcom{height: 30%;}
.csr_cir_ul li:nth-of-type(1) .quali_item .quali_iconBox{
  background:url("../png/hui_bg1.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul li:nth-of-type(2) .quali_item .quali_iconBox{
  background:url("../png/hui_bg2.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul li:nth-of-type(3) .quali_item .quali_iconBox{
  background:url("../png/hui_bg3.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul li:nth-of-type(4) .quali_item .quali_iconBox{
  background:url("../png/hui_bg4.png") center no-repeat;
  background-size: 100% 100%;
}

.csr_cir_ul li:nth-of-type(5) .quali_item .quali_iconBox{
  background:url("../png/hui_bg4.png") center no-repeat;
  background-size: 100% 100%;
}

.csr_cir_ul li:nth-of-type(6) .quali_item .quali_iconBox{
  background:url("../png/hui_bg3.png") center no-repeat;
  background-size: 100% 100%;
}

.csr_cir_ul li:nth-of-type(7) .quali_item .quali_iconBox{
  background:url("../png/hui_bg2.png") center no-repeat;
  background-size: 100% 100%;
}

.csr_cir_ul li:nth-of-type(8) .quali_item .quali_iconBox{
  background:url("../png/hui_bg1.png") center no-repeat;
  background-size: 100% 100%;
}


.csr_cir_ul.csr_cir_ul_smw li:nth-of-type(1) .quali_item .quali_iconBox{
  background:url("../png/hui_bg5.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul.csr_cir_ul_smw li:nth-of-type(2) .quali_item .quali_iconBox{
  background:url("../png/hui_bg6.png") center no-repeat;
  background-size: 100% 100%;
}
.csr_cir_ul.csr_cir_ul_smw li:nth-of-type(3) .quali_item .quali_iconBox{
  background:url("../png/hui_bg7.png") center no-repeat;
  background-size: 100% 100%;
}


.csr_cir_ul li h3{
  position:relative;
  width: 100%;
  height:auto;
  text-align: center;
  display: block;
  color:#2e67c3;
  padding:20px 20px 0 20px;
}
.csr_cir_ul li .fa_check_icon{
  margin-bottom: 15px;
}
b.fa_check_icon{
  position:relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #31af91;
  border-radius: 50%;
  margin:0px auto;
  text-align: center;
}
b.fa_check_icon i{
  font-size: 26px;
  color:#fff;
  line-height: 40px;
}

.csr_bg1::before{
  content: "";
  width: 5000px;
  height: 100%;
  position:absolute;
  left: -1920px;
  top: 0px;
  background:#f7f0e7;
}
.csr_cir_ul1{
  padding-top: 50px;
}

.csr_cir_ul1 li{
  position:relative;
  width: 48%;
  padding:40px 30px;
  margin-bottom: 50px;
}
.csr_cir_ul1 li:first-child{
  background:#23cd60;
}
.csr_cir_ul1 li:nth-of-type(2){
  background:#f9982f;
}
.csr_cir_ul1 li:nth-of-type(3){
  background:#36b4ef;
}
.csr_cir_ul1 li:nth-of-type(4){
  background:#ef3636;
}
.csr_cir_ul1 li:nth-of-type(5){
  background:#f24dc5;
}
.csr_cir_ul1 li:nth-of-type(6){
  background:#dbda79;
}
.csr_cir_ul1 li:nth-of-type(7){
  background:#1bcdbf;
}
.csr_cir_ul1 li span{
  position:relative;
  display: flex;
  width: 100%;
  height: 100%;
  color:#fff;
  text-align: center;
    align-items: center;
    justify-content: center;
}
.csr_cir_ul1 li b.fa_check_icon{
   position:absolute;
  left: 50%;
  top: -20px;
  margin-bottom: 0px;
  transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
}


.csr_cir_ul2 li{
  position:relative;
  width: 48%;
  height: auto;
   border:1px solid #c7c7c7;
}
.csr_cir_ul2 li:first-child{
  width: 48%;
}
.csr_cir_ul2 li:last-child{
  width: 48%;
  margin-bottom:0;
}
.csr_cir_ul2 li h3{
  text-align: left;
}
.csr_cir_ul2_o{width:80% !important; max-width:768px;    margin: auto;}
.csr_cir_ul2_o li{
  position:relative;
  width: 100% !important;
  height: auto;
   border:1px solid #c7c7c7;
}

.csr_cir_ul3{
  position:relative;
  height: 100%;
}
.csr_rz_item{
  position:relative;
  width: 50%;
}
.csr_rz_item a{
  position: relative;
  display: block;
  height: 100%;
 
  align-items: center;
    display: flex;
}
.csr_rz_item a img{
  display: block;
  position: relative;

}
.csr_rz_item1,.csr_rz_item2{
  padding:25px 20px;
}
.csr_rz_item1{
  background:url("../jpg/csr_rz_bg1.jpg") center no-repeat;
  background-size: cover;
}
.csr_rz_item2{
  background:url("../jpg/csr_rz_bg2.jpg") center no-repeat;
  background-size: cover;
}
.csr_rz_item img.rzimg,
.csr_rz_item span,
.csr_rz_item strong{
  display: block;
  padding-bottom:2px;
}
.csr_rz_item strong{ line-height:1.2;padding-bottom:10px;}
.csr_rz_item span{
  font-size: 18px;
    line-height: 1.2;
    padding:6px 0;
}
#ver-en .csr_rz_item span{
  font-size:16px;
}
.csr_rz_item img.rzimg{
  width: 50px;
  height: auto;
  margin: 0px auto;
  padding-bottom: 20px;
}




.csr_box_new{
  position:relative;
  width: 100%;
  height: auto;
}

.csr_perinfo_top{
  padding-top: 80px!important;
  padding-bottom: 80px!important;
  position:relative;
  background:#f2f2f2;
}
.csr_perinfo_top p:last-child{
  padding-bottom: 0px!important;
}

.csr_per_z{
  position:relative;
  z-index: 3;
}
.csr_perinfo_min{
 position:relative;
 padding-bottom: 80px!important;
}
.csr_per_minitem{
  margin-bottom: 60px;
}
.csr_perinfo_min .csr_per_minitem:last-child{
  margin-bottom: 0px;
}
.csr_perinfo_min::after,
.csr_perinfo_min::before{
  content: "";
  display: block;
  position:absolute;
  width: 100%;
}
.csr_perinfo_min::before{
  background:#f2f2f2;
  top: 0px;
  height:150px;
  left: 0px;
  z-index: 2;
}
.csr_perinfo_min::after{
   background:#ddd5b5 url("../jpg/aboutinfo_min_bg.jpg");
   background-size: cover;
  bottom: 0px;
  left: 0px;
  height:95%;
  z-index: 1;
}
.csr_per_flex{
  position:relative;
  display: flex;
}
.csr_per_flex_img .csr_photo .com_item{
  margin-bottom: 0px;
}
.csr_per_flex_img{
  position:absolute;
  width:auto;
  z-index: 5;
}
.csr_per_flex_img.img_r{
  right: 0px;
}
.csr_per_flex_img img{
  height: 320px;
  width: auto;
}
.csr_per_flex_txt{
  position:relative;
  background:#fff;
  width: 70%;
  margin-left: 30%;
  padding:350px 60px 80px 60px;
  z-index: 1;
}
.csr_per_flex_txt_l{
  position:relative;
  background:#fff;
  width: 100%;
  margin-right: -70%;
  padding:350px 35% 80px 60px;
  z-index: 1;
}
.csr_per_mar_top{
  margin-top: 60px;
}
.csr_per_mar_top1{
  margin-top: 180px;
}

.csr_per_flex_txt p:last-child{
  padding-bottom: 0px!important;
}
.csr_xd_t{
  padding-top: 350px!important;
}

.csr_xd_t1{
  padding-top: 200px!important;
}

.csr_zzfx1{
  position:absolute;
  width: 200px;
  height: 200px;
  background:#61ce85;
  right:75%;
  bottom: 50px;
  z-index: 4;
}
.csr_zzfx2{
  position:absolute;
  right: 0px;
  width: 30%;
  bottom: 0px;
  z-index: 4;
}

.csr_zzfx3{
  position:absolute;
  right:75%;
  width: 150px;
  height: 220px;
  bottom: -80px;
  z-index: 4;
  background:#00baff;
}
.csr_zzfx4{
  position:absolute;
  right:-160px;
  width: 80px;
  height: 180px;
  bottom: -10%;
  z-index: 4;
  background:#d98ddc;
}
.csr_zzfx5{
  position:absolute;
  right: 110%;
  width: 200px;
  height: 140px;
  top: 65%;
  z-index: 4;
  background:#d6589f;
}

.csr_zzfx6{
  position:absolute;
  right:-160px;
  width: 80px;
  height: 280px;
  top: 30px;
  z-index: 4;
  background:#d6a258;
}

.csr_per_yuang{
  position:relative;
  width: 50%;
}

.csr_per_imgbox{
  position:relative;
  width: 55%;
  margin-left: -5%;
}
.csr_per_imgbox .ph_hide,
.csr_per_imgbox .ph_show{
    z-index: 6;
    position:relative;
  }




.csr_socilty_only .csr_per_flex_txt_l{
  width: 70%;
  padding: 350px 60px 40px 60px;
}
.csr_socilty_only .csr_zzfx2{
  top: 320px;
  bottom: auto;
}
.csr_socilty_only .csr_per_mar_top1{
  margin-top: 150px;
}
dl.csr_wrap{
  position:relative;
}
dl.csr_wrap dt{
  position:relative;
  width: 30%;
}
dl.csr_wrap dd{
  flex:1;
  position:relative;
  padding-left: 30px;
}
dl.csr_wrap dd span{
  display: block;
  padding-bottom: 5px;
}
.justify_h{
  justify-content: space-between;
}
.csr_socilty_only .csr_per_imgbox{
  width: 45%;
  margin-left: 0px;
}


.ban_btn{
  position:absolute;
  display: block;
  bottom: 30px;
}
.banner_mouse {
    display: block;
        width: 23px;
    height: 40px;
        background: url(../png/banner_mouse.png) no-repeat -23px 0px;
       -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
    text-shadow: 0 0 black;
}
.banner_mouse:after, 
.banner_mouse:before {
    content: "";
    position: absolute;
}
.banner_mouse:before {
   width: 23px;
    height: 40px;
        background: url(../png/banner_mouse.png) no-repeat 0px 0px;
 -webkit-animation: colorSlide 1.6s linear infinite;
    animation: colorSlide 1.6s linear infinite;
    top: 0;
    left: 0;
}
.banner_mouse::after {
    background-color: #ffffff;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 1.6s linear infinite;
    animation: trackBallSlide 1.6s linear infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.trans_x{
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.trans_y{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.trans_xy{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}


.mile_box{
  position:relative;
  width: 100%;
  height: auto;
}
.mile_tab{
  position:absolute;
  top: 20%;
  width: 100%;
  max-width: 900px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.mile_tab h1{
  text-align: center;
}
.mile_tab ul{
  position:relative;
  width: 100%;
  height: auto;
  padding-top: 60px;
}
.mile_tab ul li{
  position: relative;
  text-align: center;
}
.mile_tab ul a{
  color: #fff!important;
}
.mile_tab ul li:hover a{
  border-bottom: 2px solid #fff;
}
.mile_tab ul li.active a{
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 2px solid #fff;
}
.mile_info_box{
  position:relative;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden
}
ul.mile_slide_ul .slick-track,
ul.mile_slide_ul .slick-list,
ul.mile_slide_ul,
.mile_item{
  position:relative;
  width: 100%;
  height: 100%;
}
.mile_item{
  display: none;
}
.mile_item.active{
  display: block;
}

ul.mile_slide_ul li::after{
  content: "";
  display: block;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.4);
}
ul.mile_slide_ul li {
  overflow: hidden;
}
ul.mile_slide_ul li img{
  width: 100%;
  height: auto;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
ul.mile_slide_ul li.cen_h img{
  height: 100%;
  width: auto;
}
.year_text_box{
  position:absolute;
  width: 100%;
  height: auto;
  top: 70%;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.year_text_box h2{
  font-weight: bold;
}




.csr_perinfo_min_add{
  position:relative;
  width: 100%;
  height: auto;
}
.csr_perinfo_min_add .csr_info_item .other_teach_itembox{ padding-top:30px;}
ul.csr_tab_ul{
  margin:0px auto;
  padding-top: 80px;
  padding-bottom:70px;
}
ul.csr_tab_ul li{
	background-color:#eeeeee;
  width: 22%;
  
  text-align: center;
}
ul.csr_tab_ul li.active, ul.csr_tab_ul li:hover{background-color:#2e67c3!important;}
ul.csr_tab_ul li a{color: #2e67c3;    width: 100%;
    display: table; padding:10px;line-height: 1.2;height: 100%;
    display: flex;align-items: center;justify-content: center;}
ul.csr_tab_ul li.active a, ul.csr_tab_ul li:hover a{
  color: #ffffff !important;
}

ul.csr_tab_ul_o{max-width:768px;}
ul.csr_tab_ul_o li{width:48%;}

.csr_info_item{
  position:relative;
  display: none;
}
.csr_info_item.active{
  display: block;
}
.csr_info_item .other_teach_itembox{
  min-height: 200px;
}

ul.csr_slide li.slick-active .other_img_i img{
  opacity: 1;
}
ul.csr_slide li.slick-active .other_img_i span{
  display: block;
}


.back_busBtn{
  position: absolute;
  z-index: 2;
  right: 0px;
  margin-top:35px;
}
.bus_back_ul{ display: flex;flex-wrap:wrap;justify-content:space-around; align-items:stretch;}
.bus_back_ul li{margin-left: 10px;margin-bottom: 10px;    text-align: center;}
.bus_back_ul li a{display: flex;height: 100%;align-items: center;justify-content: center;}
.back_busBtn a{ background-color:#02437f; color:#ffffff;line-height:1; padding:10px;}
.back_busBtn a:hover, .bus_back_ul li.current a{background-color:#E06B75; color:#ffffff !important; }
#ver-en .bus_back_ul{max-width:800px;float: right; flex-wrap: nowrap;}
#ver-en .bus_back_ul li{width:19%; margin-left:2%;}




/*动画*/
@-webkit-keyframes colorSlide {
	 	 0% {
	  	    height:0;
	  	  }

  	 90%{
  	  	height:40px;
  	  }


	}

	@keyframes colorSlide {
		 	 0% {
	  	    height:0;
	  	  }

	  	 90%{
	  	  	height:40px;
	  	  }
	}
	@-webkit-keyframes trackBallSlide {
	  0% {
	    opacity: 1;
	    -webkit-transform: scale(1) translateY(-8px);
	            transform: scale(1) translateY(-8px);
	  }
	  34% {
	    opacity: 1;
	    -webkit-transform: scale(0.9) translateY(4px);
	            transform: scale(0.9) translateY(4px);
	  }
	  68% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(16px);
	            transform: scale(0.4) translateY(16px);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(-8px);
	            transform: scale(0.4) translateY(-8px);
	  }

	}
	@keyframes trackBallSlide {
	  0% {
	    opacity: 1;
	    -webkit-transform: scale(1) translateY(-8px);
	            transform: scale(1) translateY(-8px);
	  }
	  34% {
	    opacity: 1;
	    -webkit-transform: scale(0.9) translateY(4px);
	            transform: scale(0.9) translateY(4px);
	  }
	  68% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(16px);
	            transform: scale(0.4) translateY(16px);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(-8px);
	            transform: scale(0.4) translateY(-8px);
	  }
	}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}


.csr_content_add{
  position: relative;
  width: 100%;
  height: auto;
}
.csrsafe_intro_box{
  position: relative;
  width: 100%;
  height: auto;
  background:#ede1dd url("../jpg/csr_safety_bg.jpg") right top no-repeat;
  background-size:auto 100%;
}
#ver-en .csrsafe_intro_box{
  position: relative;
  width: 100%;
  height: auto;
  background:#ede1dd url("../jpg/csr_safety_bg_en.jpg") right top no-repeat;
  background-size:auto 100%;
}

.csr_content_add .csr_intro_box{
  position: relative;
  width: 100%;
  height: auto;
}
.csr_content_add .csr_intro_box::before{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 100px;
  width: 100%;
  background:#ede1dd url("../png/intro_bg.png") left top no-repeat;
  background-size: 60% auto;
}
.csr_content_add .csr_intro_box::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background:#fff;
}
.csr_content_add .csr_intro_box .pad_center{
  padding-bottom: 150px;
  padding-top: 50px;
}
.csr_content_add .csr_bigW{
  width: 105%;
  position: relative;
  z-index: 2;
}
.csr_content_add .csr_col5{
  position: relative;
  width: 50%;
  height: auto;
}
.csr_content_add .csr_col5.ph_wimg{
  align-self: flex-end;
}


.csr_ider_box{
  position: relative;
  margin-top: -15px;
}
.csr_ider_box.safe_nomar{
  margin-top: 0px;
  padding-top: 80px;
}
.csr_addrBox{
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0px auto;
}

.csr_addrBox.sm_w{
  max-width: 520px;
}

.csr_addrBox .csr_addr_info{
  position: absolute;
  width: 105%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.csr_addrBox .csr_addr_info span.csr_addr_item{
  position: absolute;
  line-height: 1.2;
  font-size: 22px;
}
#ver-en .csr_addrBox .csr_addr_info span.csr_addr_item{
  font-size:18px;
}

span.csr_info1{
   top: 30%;
   right: 0px;
}

  #ver-en span.csr_info1{
    top: 22%;width:200px;
  }
span.csr_safe1{
  top: 25%;
   right:-20%;
}
#ver-en span.csr_safe2,
#ver-en span.csr_safe1{
  width: 180px;
}
span.csr_safe2{
  top: 25%;
   left:-15%;
}

span.csr_environ1{
     top:40%;
    right: -20%;
	width: 220px;
}

span.csr_environ2{
  top: 0%;
   left: 56%;
}


span.csr_environ3{
       top:40%;
    left: -20%;
  width: 220px;
}
#ver-en span.csr_environ1,
#ver-en span.csr_environ3{
  width:240px;
}

.csr_new .about_box{
  background:#ebebeb;
}
.csr_new .about_box.bg1{background:#fff;}

.cmpadt_bg{
  position: relative;
  width: 100%;
  height: auto;
}

.cmpadt_bg::before {
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    left: -1920px;
    top: 0px;
    background: #fff;
}


.csrsafe_intro_box .csr_col5.pad_center{
  padding: 15% 0px 8% 0px;
      display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
p.safe_padL_pos{
  position: relative;
  width: 65%;
}

.flex_h3Box h2{
  padding-bottom: 10px!important;
  font-weight: bold;
  margin-bottom: 10px;
}

img.safe_img_list{
  opacity: 0;
}



ul.dise_ul_red{
  position: relative;
  padding: 30px 0px;
}
ul.dise_ul_red li{
  position: relative;
  padding-left: 20px;
  line-height: 1.4;
  padding-bottom: 20px;
}
ul.dise_ul_red li::before{
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background:#f92f7b;
  left: 0px;
  top: 8px;
}

.other_teach_itembox{
  position: relative;
}

.ov_hide1{
  background: url("../jpg/overview_develop.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide2{
  background: url("../jpg/overview_quality.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide3{
  background: url("../jpg/overview_safety.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide4{
  background: url("../jpg/overview_environ.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide5{
  background: url("../jpg/overview_personnel.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide6{
  background: url("../jpg/overview_socity.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide7{
  background: url("../jpg/overview_report.jpg") center no-repeat;
  background-size: cover;
}
.ov_hide8{
  background: url("../jpg/overview_ov_hide8.jpg") center no-repeat;
  background-size: cover;
}

.csr_over_detail1{
  background: url("../jpg/csr_over_detail1.jpg") center no-repeat;
  background-size: cover;
}
.csr_over_detail2{
  background: url("../jpg/csr_over_detail2.jpg") center no-repeat;
  background-size: cover;
}
.csr_over_detail3{
  background: url("../jpg/csr_over_detail3.jpg") center no-repeat;
  background-size: cover;
}
.csr_over_detail4{
  background: url("../jpg/csr_over_detail4.jpg") center no-repeat;
  background-size: cover;
}
.csr_over_detail5{
  background: url("../jpg/csr_over_detail5.jpg") center no-repeat;
  background-size: cover;
}
.csr_report{
  background: url("../jpg/csr_report.jpg") center no-repeat;
  background-size: cover;
}

.csr_overBox{
  position: relative;
  /*background: #fee566;*/
  overflow: hidden;
}
.ov_hide{overflow: hidden; position: relative;}
.csr_overItem{
  position: relative;
  width: 50%;
  padding:100px 0px;
  /*background: #e5e5e5;*/
}
.csr_overItem p{text-align: justify; text-justify:inter-ideograph;min-height: 170px;}
.csr_overItem .z_index{position: relative;z-index: 2;}
.csr_overItem_l{padding-right: 200px;}
.csr_overItem.csr_overItem_l::before{
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(255,255,255,0.89);
  right: 150px;

  top: 0px;
}
@-moz-document url-prefix() { .csr_overItem.csr_overItem_l::before{right: 149.5px;}}
.csr_overItem.csr_overItem_l::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 560px solid transparent;
    border-left: 150px solid rgba(255,255,255,0.89);;
    border-bottom: 0px solid transparent;
    z-index: 1;
}


.csr_overItem_r{padding-left: 200px;}
.csr_overItem.csr_overItem_r::before{
  content: "";
  display: block;
  position: absolute;
  width: 200%;
  height: 100%;
  background: rgba(255,255,255,0.89);
  left: 150px;
  top: 0px;
}
.csr_overItem.csr_overItem_r::after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    border-top: 560px solid transparent;
    border-right: 150px solid rgba(255,255,255,0.89);
    border-bottom: 0px solid transparent;
    z-index: 1;
}
@-moz-document url-prefix() { .csr_overItem.csr_overItem_r::before{left:149.8px;}}

.csr_overItem h3{
  color: #6AB033;
}
.csr_overItem_r h3{text-align: right;}
a.csr_more{position: absolute;    width: 24px;
    height: 12px; right: 0px; bottom:0px;
    transform: skewX(45deg);
    -moz-transform: skewX(45deg);
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg); }
a.csr_more::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0px 3px 3px 0;
    border-color: #6AB033;
    -webkit-transform-origin: 75% 25%;
    -webkit-transition: 100ms ease-in .1s;
    transition: 100ms ease-in .1s;
    left: 0px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


ul.sus_link_ul{
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

ul.sus_link_ul li{
  position: relative;
  width: 25%;
  height: auto;
}
ul.sus_link_ul li::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.3);
}
ul.sus_link_ul li:hover::before{ background: rgba(0,0,0,0);}
ul.sus_link_ul li a{
  position: relative;
  display: block;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
}
ul.sus_link_ul li a span{position: absolute; width: 90%; height: auto; text-align: center; font-size:22px; color: #fff; line-height: 1.2; left: 5%;}
ul.sus_link_ul li.sus_link_li1{
  background: url("../jpg/sus_link1.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.sus_link_li2{
  background: url("../jpg/sus_link2.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.sus_link_li3{
  background: url("../jpg/sus_link3.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.sus_link_li4{
  background: url("../jpg/sus_link4.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.sus_link_li5{
  background: url("../jpg/sus_link5.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.csr_develop_1{
  background: url("../jpg/csr_develop_1.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.csr_develop_2{
  background: url("../jpg/csr_develop_2.jpg") center no-repeat;
  background-size: cover;
}
ul.sus_link_ul li.csr_develop_3{
  background: url("../jpg/csr_develop_3.jpg") center no-repeat;
  background-size: cover;
}

.col_27{position: relative; width: 20%; height: auto;}
.col_70{position: relative; width: 75%; height: auto;}

ul.csr_overTabUl{position: relative; width: 100%; height: auto;}
ul.csr_overTabUl li{position: relative; width: 100%; height: auto; margin-bottom:20px;}
ul.csr_overTabUl li a{position: relative; display: block; padding:8px; text-align: center; background: #eeeeee; color: #2e67c3!important;}
ul.csr_overTabUl li.active a,ul.csr_overTabUl li:hover a{background: #2e67c3; color: #fff!important}
.padRL15{padding-left: 15px; padding-right: 15px; position: relative;}
.flex_slide_item .padBOxIMg{
	position: relative;
	width: 94%;
	margin: 0px auto;
}

.flex_slide_item img{display: block; opacity: 0;}

.over_detailSlideItem{position: relative; display: none;}
.over_detailSlideItem:first-child{display: block;}



ul.csr_deve_link.sus_link_ul li{width:33.333333%;}

.csr_jians_l{position: relative;flex:1;}

.csr_jians_r{
  position: relative;
  width:35%;
  padding-left:5%;
  height: auto;
}


.csr_deve2_l{position: relative;
width: 47%; height: auto;}

.csr_deve2_r{position: relative;width: 47%; height: auto;}


ul.sus1_ul1 li,
ul.sus1_ul li{
  position: relative;
  width: 23%;
  padding: 20px;
  margin-bottom: 20px;
}
ul.sus1_ul1 li .sus1_infobox,
ul.sus1_ul li .sus1_infobox{
  position: relative;
  text-align: center;
}
.sus1_infobox strong{ display:block; padding-bottom:10px; font-size:20px;}
.sus1_icon1_addBox{flex-wrap: wrap;}


.videoItem{
  position: relative;
  width: 48%;
  height: auto;
  text-align: center;
}
.videoItem a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom:10px;
}
.videoItem a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.videoItem a img{width:100%;}
.videoItem a i {
    font-size: 60px;
    position: absolute;
    color: #ffffff;
    opacity: 0.8;
    z-index: 4;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.videoItem a:hover i {
    opacity: 1;color: #000000;
}
.videoItem a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}



ul li .sus1_infobox img{
  display: block;
  width: 60px;
  margin: 0px auto;
  margin-bottom:20px;
}
ul li .sus1_infobox a{
  color: inherit;
}
.sus1_color1{
  border:2px solid #aa662b;
  color:#aa662b;;
}
.sus1_color2{
  border:2px solid #eb8c2c;
  color:#eb8c2c;;
}
.sus1_color3{
  border:2px solid #4a275c;
  color:#4a275c;;
}
.sus1_color4{
  border:2px solid #2ca5c3;
  color:#2ca5c3;;
}
.sus1_color5{
  border:2px solid #126681;
  color:#126681;;
}
.sus1_color6{
	position:relative;
  border:2px solid #d55456;
  color:#d55456;;
}
/*.sus1_color6 .sus1_infobox strong::after{content: "";}
.sus1_color6 .sus1_infobox strong::before{content: "";}*/
.sus1_color7{
  border:2px solid #52a736;
  color:#52a736;;
}

.sus1_width{
  position: relative;
  width: 75%;
  margin:0px auto;
}

ul.sus1_ul1 li{
  width: 32%;
  position: relative;
}



ul.reportsdown-list{
  position: relative;
}
ul.reportsdown-list li{
  width:22%;
  position: relative;
  margin-right:4%;
  margin-bottom: 30px;
}

ul.reportsdown-list li:nth-of-type(4n){
  margin-right: 0px;
}
ul.reportsdown-list li:hover .sus_hoverdown{
  display: flex;
}
ul.reportsdown-list li .inner-li{  position: relative;  width:330px; height:440px;    margin: auto;border:1px solid #eeeeee;    align-items: center; display:flex}

  ul.reportsdown-list li .inner-li img{    width: auto;height: auto;max-height: 100%; max-width: 100%;position: absolute;   top: 50%;left: 50%;
  transform:translate(-50%,-50%);
  -webkit-transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);}
ul.reportsdown-list li .inner-li-cell a{ display:flex; width:100%;}
ul.reportsdown-list li .inner-li-cell{display: initial;}
ul.reportsdown-list li strong{ font-size:16px; padding-top:10px; display:block; text-align:center}
.sus_hoverdown {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    z-index: 6;
    display: none;
    justify-content: center;
    align-items: center;
}
.sus_hoverdown a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sus_hoverdown a:hover{ color:#ffffff !important;}
.sus_hoverdown a i {
    font-size: 20px;
    padding-right: 10px;
    color: #ffffff;
}
.danweiBox ul.about_data.about_award_data { padding-top:30px;}
.danweiBox ul.about_data.about_award_data li{ width:33%;    align-items: flex-end; display: flex;}
.danweiBox ul.about_data.about_award_data li p{text-align: left; font-size: 20px; line-height: 1.2; color: #1e70aa;}

.danweiBox ul.about_data.about_award_data li h1{text-align: left; color: #0177ce; font-size:68px;}

.danweiBox ul.about_data.about_award_data li h1 span{font-weight: normal; font-size: 16px;}

.csrjians_mainBox{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}
.csrjians_mainBox ul.csr_tab_ul{    justify-content: center;}
.csrjians_mainBox ul.csr_tab_ul li{ margin:0 1%; width:16%;}
.csrjians_mainBox::before{
  content: "";
  display: block;
  position: absolute;
  width: 150%;
  left: -25%;
  height: 100%;
  background: #efefef;
  top: 0px;

}
.csrjians_mainBox ul.csr_tab_ul li{background: #fff;}

ul.about_data1 li{width: 45% !important;}

.csr_developSUS li{margin:10px 0 30px 0 !important;}
.csr_developSUS li .sus1_infobox a strong{
  position: absolute;
  top: -60px;
  display: block;
  width: 100%;
  text-align: center;
}

.csr_jians_r.padddd{padding-left: 0px; padding-right:5%; width:30%; margin-bottom:30px; }
table.new_tab tr th,table.new_tab tr td{padding:10px;}
table.new_tab tr th{
  background: #cbeccf;text-align: left;

}

table.new_tab tr:nth-of-type(odd) td{
  background: #ebffe7;
}
table.new_tab tr:nth-of-type(even) td{
  background: #ffffff;
}
.csr_over_txt{ display:flex;justify-content: space-between; align-items: stretch;}
.csr_over_txt p:first-child{ width:30%;}
.csr_over_txt p:last-child{ width:65%;}

.col_40{
  position:relative;
  width:40%;
  height: auto;
}
.col_60{
  position:relative;
  width:60%;
  height: auto;
}
.padd_l{
  padding-left: 50px;
}
.padd_R{
  padding-right: 50px;
}
.mart_30{margin-top: 30px;}

.bus_csimType{
  position:relative;
  display: flex;
  justify-content:space-between;
  align-items:stretch;
  flex-wrap: wrap;
  width: 100%;
}
.bus_csimType .slick-prev, .bus_csimType .slick-next{border-color: #ffffff;}
.bus_csimType .slick-list {
  width: 100%!important;
}
.bus_csimType li{
  position:relative;
  width:50%;
  height:400px;
  overflow: hidden;
}
.bstypeTetx{position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content:center;
  z-index: 2;
  top: 0px;left:0px;
}
.itebb{
  position:relative;
  color: #fff;
  text-align: center;
  padding:20px 15%;

}

.bstypeTetx img.iconb{
	position:relative;
  position:relative;
  width: 40px;
  left: 20px;
  height: auto;
  display: block;
  margin:0px auto;
  margin-bottom:5px;
}
.bstypeTetx h4{
	    font-weight: bold;
    font-size:18px;
  color: #fff;
  padding-bottom: 20px;
  position:relative;
  width: 100%;
}
.bstypeTetx p{
	    font-size: 14px;
  position:relative;
  width: 100%;
  height: auto;
  line-height: 1.3;
 /* ord-break: break-all;
overflow:hidden; 
text-overflow:ellipsis; 
display:-webkit-box; 
 -webkit-box-orient:vertical;  
-webkit-line-clamp:7; */
padding-bottom: 0px;
}
.bus_csimType img{
  display: block;
}
/*ul.bus_video{max-width:1024px; margin:auto; display:flex;  justify-content:space-between;
  align-items:center;    padding-top:80px;}
.bus_video li{ width:45%;}*/
.bus_video{ padding-top:80px !important;max-width:1280px; margin:auto;}
.bus_video li{ padding:0 30px;}
.bus_video ul.milestone-list_2 .slick-list:after, .bus_video ul.milestone-list_2 .slick-list:before{content:inherit}
.bus_video .slick-prev, .bus_video .slick-next{top:40%;}
.bus_video li::after{content:inherit !important;}
.bus_video li a{position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bus_video li a img{width:100%;}
.bus_video li a i {
    font-size: 60px;
    position: absolute;
    color: #ffffff;
    opacity: 0.8;
    z-index: 4;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.bus_video li a:hover i {
    opacity: 1;color: #000000;
}
.bus_video li a::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.bus_video li a:hover::after { background: rgba(0,0,0,0);}

.bus_video li p{ padding:10px; text-align:center;}
.pdf_icon li{ padding-bottom:20px;}
.pdf_icon b{ display: block;font-weight: bold;padding-bottom:5px;}
.pdf_icon p { padding-bottom:0 !important;}
.pdf_icon p a{ font-size:16px;display:flex;align-items: center;}
.pdf_icon p a img{width:20px; height:25px; margin-left:10px;}
.bus_coit_content{width:70%; padding-top:100px; }
.bus_coit_content .bus_insu_box{width:100%; padding-top:20px;}
.bus_coit_content .csr_jians_r{width:50%;}
#ver-en .bus_coit_content .bus_insu_box{ padding-top:20px;}


.flex_w{
  position: relative;
  display: flex;
  flex-wrap:wrap;
  width: 100%;
  height: auto;
}
ul.media_imgbox{
  align-items: stretch;
  justify-content: flex-start;
}
ul.media_imgbox li{
  position: relative;
  width:30%;
  margin-right: 5%;
  margin-bottom:60px;
}
ul.media_imgbox li:nth-of-type(3n){
  margin-right: 0px;
}

ul.media_imgbox li dl{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
ul.media_imgbox li dl dt{
  border: 1px solid #eeeeee;
  position: relative;
  width: 100%;
  height:290px;
  overflow: hidden;
   transition:all 0.3s;
 -moz-transition: all 0.3s;
 -webkit-transition: all 0.3s;
 -o-transition: all 0.3s;
}
ul.media_imgbox li dl dt div{
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
ul.media_imgbox li dl dd{
  position: relative;
  padding-top: 10px;
  display:flex;
  flex: auto;
  text-align: center;
}
ul.media_imgbox li dl dd span{
   position: relative;
   display: block;
   width: 100%;
   font-size: 16px;
   font-weight:bold;
}
ul.js_bgmedia li dl dt img{
  opacity: 0;
}
ul.media_imgbox li dl dt img{
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0px auto;
  align-self: center;
}
ul.media_imgbox li:hover dl dt{
  border: 1px solid #e60013;
}