@charset "utf-8";
.main-header {
    position:fixed;
    left: 0px;
    top: 0px;
    padding-top: 20px;
    z-index: 999;
    background: rgba(245, 245, 245, 0.75);
    width: 100%;
    margin-bottom: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.fixed-header{
   position: fixed;
    z-index: 199;
    opacity: 1;
    visibility: visible;
    left: 0px;
    top: 0px;
    width: 100%;
       background: rgba(245, 245, 245, 0.90);
    background-color: #fff !important;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.main-header .logo{
  position: relative;
  float: left;
  width: 30%;
}
.main-menu{
  position:relative;
  display: inline-block;
  left: 60px;
  top: 0px;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation{
  position:relative;
  margin:0px;
}

.main-menu .navigation > li{
  position:relative;
  display: inline-block;
}
.main-menu .navigation > li:last-child{
  margin-right: 0px;
}

.main-menu .navigation > li > a > i:before{
  margin-right: 5px;
  font-size: 16px;
}
.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:15px;
  color: #000;
  line-height: 26px;
  font-weight:600;
  padding:0px 0px 25px 0px;
  margin: 0px 20px 0px 20px;
  text-align: center;
  text-transform:uppercase;
  font-family: 'Open Sans', sans-serif;
  opacity:1;
  -webkit-transition:all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a{
  line-height: 39px;
}
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  position: relative;
  color: #da251d;
  transition: all 500ms ease;
}
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li:hover > a:before{
  position: absolute;
  content: '';
  background: #da251d;
  width: 32px;
  height: 2px;
  left: 0px;
  bottom: 15px;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a:after{
  opacity:1;
}

.main-menu .navigation .dropdown{
  position:absolute;
  left:0px;
  top:130%;
  margin-top: 0px;
  width:220px;
  padding:0px;
  z-index:100;
  display:none;
  background:#da251d;
  border-top:3px solid #da251d;
  transition:all 1000ms ease;
  -moz-transition:all 1000ms ease;
  -webkit-transition:all 1000ms ease;
  -ms-transition:all 1000ms ease;
  -o-transition:all 1000ms ease;
}
.sticky-header .main-menu .navigation .dropdown{
  margin-top: -6px;
}

.main-menu .navigation .dropdown li{
  position:relative;
  width:100%;
 
}
.main-menu .navigation  .dropdown li:last-child{
  border-bottom:none; 
}

.main-menu .navigation .dropdown li a{
  position:relative;
  display:block;
  padding:10px 15px;
  line-height:28px;
  font-weight:400;
 background-color: #f5f5f5;
  font-size:14px;
  font-family: 'Rubik', sans-serif;
  text-transform:capitalize;
  color: #333;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation .dropdown li:hover > a{
  background-color: #ddd;
    color: #3a9e77;
  transition:all 500ms ease;
  padding: 10px 15px 10px 18px;
}


.main-menu .navigation > li > div.dropdown:hover > a:after{
  color:#ffffff;
  transition:all 500ms ease;  
}

.main-menu .navigation > div.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top:100%;
  transition:all 500ms ease;  
}


.main-menu .navbar-collapse > div.dropdown .dropdown-btn{
  position:absolute;
  display: none;
  right: 2px;
  top: 5px;
  border:none;
  font-size:16px;
  line-height:28px;
  color:#d4dae3;
  cursor:pointer;
  z-index:5;
}
.main-menu .navbar-collapse > ul li.current .dropdown-btn{
  color: #a29afb;
}
.sticky-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  top: 0px;
}
.main-header .more-option {
    display: inline-block;
    position: relative;
    top: 5px;
    left: 7%;
    margin-left: 5px;
    z-index: 1;
}
.menu-bar {
    position: relative;
   float: left;
}

.more-option .seach-toggle {
    background: transparent;
    border-radius: 0;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 15px;
    line-height: 21px;
    position: relative;
    text-align: center;
    padding: 0px 1px 0px 20px;
    transition: all 500ms ease;
}
.more-option .search-box {
    opacity: 0;
    position: absolute;
    right: 125px;
    top: 321%;
    transition: all 500ms ease 0s;
    visibility: hidden;
}
.more-option .search-box.now-visible {
    top: 216%;
    right: 0%;
    opacity: 1;
    visibility: visible;
}.sticky-header .more-option .search-box.now-visible {
    top: 234%;
}
.more-option .search-box .form-group {
    position: relative;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-width: 250px;
}
.more-option .search-box .form-group input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #da251d;
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 40px;
    text-align: left;
    padding-left: 2px;
    padding-right: 50px;
}
.more-option .search-box .form-group button, .nav_right_area .search-box .form-group input[type="submit"] {
    background: #da251d;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0px;
    width: 40px;
    transition: all 500ms ease 0s;
}
.fa-search:before{
   
    font-weight: normal;
}
.main-menu .navigation > .dropdown {
    margin-top: -6px;
}
.main-menu .navigation > li > ul, .main-menu .navigation > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}
.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 130%;
    margin-top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #da251d;
    border-top: 3px solid #da251d;
    transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
}
.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}
 .main-menu li.xxx:hover .dropdown {
    visibility: visible;
    opacity: 1;
    display: block;
    top: 100%;
    transition: all 500ms ease;
}
.sticky-header .main-menu .navigation > li > a {
    line-height: 39px;
}
.lunbo {
    position: relative;
}
.carousel {
    position: relative;
}
ol.carousel-indicators{
    bottom: 0px ;

}
.carousel-indicators li{
    background-color: #fff;
    width: 9px;
    height: 9px;
}
.glyphicon-chevron-left:before{
  content: '<';   
  background: #fff; 
  color: #000;
  font-weight: normal;   
  border-radius: 2px;padding: 10px 7px;
}
.glyphicon-chevron-right:before{    
  content: '>'; 
   background: #fff; 
   color: #000;
  font-weight: normal;
  border-radius: 2px;padding: 10px 7px;
}
.lunbo{
  position: relative;
}

.scroll-to-top{
  position:fixed;
  bottom:15px;
  right:15px;
  color:#ffffff;
  font-size:24px;
  line-height:45px;
  width:45px;
  height:45px;
  border: 2px solid #f8b239;
  background: #f8b239;
  text-align:center;
  z-index:100;
  cursor:pointer;
  display:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.scroll-to-top:hover{
  background:#15223f;
  color:#fab740;
  transition:all 500ms ease;
}
.popup_wrapper{
    /*height: 100%; */
    position: relative;
    width: 100%;
     background: url(../images/F9D4.jpg) center bottom;
    background-repeat: no-repeat;
   background-size: 100%; 
   /*  background-size: 100% auto;*/

 
}
.footer{
    background:#333333;
    width: 100%;
}
.single-item{
    text-align: center;
   color: #333;
   padding:90px 0px;
   letter-spacing: 1px;
    font-weight: bold;
    font-size: 40px;
    margin: 0;
 
}
#video {
    width: 100%;
 
    margin: 0 auto;
    position: relative;
}

#video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform:translate(-50%, -50%) ;
    transform:translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
.section-heading {
     font-size: 27px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    color: #000000;
}
.btn-secondary {
    background-color: #cd3534;
        font-size: 14px;
    color: #ffffff;
   padding: 8px 20px;
    border: 0;
   
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
	margin-top:38px;
}
.btn-secondary:hover {
    background-color:  #006457;
    color: #ffffff;

}
.spacer-10{
  margin-bottom: 0px;
  color: #333;  
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px;
}
.spacer-10 p{
      margin: 0 0 15px;
}
 .underline {
    width: 70px;
    height: 1px;
    background: #cd3534;
    margin: 7px 0 0;
}
.newsBody{
  width: 100%;
  padding: 35px 0px 0px;
}
.information-head h2{ 
    font-size: 36px;
    font-weight: 700;
    color: #333; letter-spacing: 2px;
    text-align: center;
    font-family: 'Playfair Display', serif; 
}
.section-heading{
   font-weight: 700;
 
   font-size: 20px;
}
.information-head p{
  color: #888888;
  line-height: 2;
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.main_index01{
  margin:27px 0px;
  width: 100%;
}
.in_index{
  width: 100%;
  margin-top: -40px;
}
.in_index a{
  display: block;
}
.in_indexH2{

  line-height: 2;
  text-align: left;
     font-size: 18px;
    font-weight: 700;
    color: #333;
   
}
.in_indexH2 a{
  text-align: left;
     font-size: 18px;
    font-weight: 700;
    color: #333;
      padding: 10px 0px;
}
.cldone{
  display: none;
}
.import-ant{
      display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}
.import-ant li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: center;
    margin:5px 6px;
     
}
.import-ant li a{
   border: 1px solid #cacaca;
  border-radius: 3px;
  display: block;
  color: #333;
}
.rcsp_1{
  color: #333333;
  font-weight: normal;
  font-size: 15px;
}
.rcsp_1 p{
  border-radius: 3px;

  padding: 5px 0px;
}
.import-ant li a{
  display: block;
}


@media screen and (max-width: 768px) {
	.in_index{
  width: 100%;
  margin-top:0px;
}
  .section-heading{
    text-align: center;
  }
  .section-heading{
    margin-bottom: 13px;
  }
.underline{
  margin:0 auto;
  height: 2px;
} 
.spacer-10{
    font-size: 13px;
  }
.section-heading{
  padding-top: 23px;
  }
ol.carousel-indicators{
    
    margin-bottom: 1px;
}
.carousel-indicators li{
    background-color: #fff;
    width: 8px;
    height: 8px;
}
.main-header {
  padding-top: 0px;
  background:#fff;
}
.main-header{
  position: relative;
}

.popup_wrapper{
     position: relative;
    width: 100%;
    background: url(../images/F9D4.jpg) top bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;  
}
.section-heading{
  font-size: 20px;
}
.single-item{
  font-size: 20px;
  padding: 20px 0px 20px; 
}

}
 
.cl-earfix {

}
.ortant_rDl{
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
 }
 
 .ortant_rDt{
 
 }
 .ortant_rDD a{
  display: block;
 }
 .content-rDo{
  color: #666666;
  line-height: 2;
  font-size: 14px;
  text-align: left;
 }
 .title-rDo{
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;

 }
 .ortant_rDl{
  margin-bottom: 17px;
 }
 .ortant_rDt{
  border-right: 1px solid #333;
  margin-right: 25px;
 }
 .ortant_rDt h3{
  color: #666666;
  font-size: 50px;
  font-family: serif;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 3px;
  display:block;
  width: 77px;
 }
 .ortant_rDt h4{
  font-weight: normal;
    color: #666666;
  font-size: 14px; display:block;
 }
 .ortant_rDD a:hover .title-rDo{
  color: #cd3534
 }
 .fotbs{
  
 }
 .fotbs01{
 float: left;
 }
 .footer{
  padding:15px 0px 10px;
 }
 .youqian{
  font-weight: normal;
  border-left: 1px solid #fff;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
 }
 .humx{
     padding-left: 40px;
    text-align: left;
    padding-top: 7px;
 }
 .jilij{
  color: #fff;
  line-height: 2;
  font-size: 13px;
  font-weight: normal;
  text-indent: 1em;
  text-align: left;
 }
 .fotbs-ul{
  color: #fff;
  text-align: left;
  font-size: 13px;
 }
 .fotbs-ul a{
  display: inline-block;
  color: #f3f3f3;
  font-size: 13px;
  padding:2px 18px;
 }
 .Copyright{
  color: #f3f3f3;
  font-size: 12px;
  text-align: left;
 }
 .fotbs-ul{
  padding-bottom: 15px;
  margin-left: -15px;
 }
 .fot{
  display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 15px;
 }
 .fot02{
   /*  -webkit-box-flex: 1;
   -webkit-flex: 1;
   flex: 1;
   min-width: 0; */
    text-align: center;
     color: #f3f3f3;
 }
 .fot02:first-child{
    width: 220px;
 text-align: left;
 }
 .procudc-body{
  background:url(../images/pro-bg.png)no-repeat center 70px;
  width: 100%;
  background-size: contain;
 
  margin: 115px 0px;

 }
 .cudc-boDt{
  float: left;
  width: 55%;
 }
  .cudc-boDt .xiajsp{
 width: 543px;
 height: 294px;
 text-align: center;
 margin:0 auto;
 vertical-align: middle;
  overflow:hidden;
 }
 .cudc-boDt img{
  max-width: 100%;
   text-align: center;
 margin:0 auto;
 height: 294px;

 vertical-align: middle;
  overflow:hidden;
 }
 .cudc-boDd{
 
 }
 .dc-boDh2 {
     color: #333333;
      font-size: 16px;
    font-weight: bold;
    margin-bottom: 35px;
    padding:8px 21px;
 }
  .dc-boDh2 a{
      color: #333333;
     font-size: 16px;
     font-weight: bold;
 }
 .dc-boDh2{
  border: 1px solid #333333;
  border-radius: 3px;
  display: inline-block;
 }
 .dc-boDh3{
  width: 90%;
  text-align: left;
  line-height: 2;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  position: relative;
 text-decoration: underline;

 }
@media (min-width: 1500px) {
  .container {
    width: 1340px;
  }
}
.xuanzf{
  padding-bottom: 60px;
}

.phoneBody{
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #fff;
  width: 100%;
  border-top: 1px solid rgba(0,0,0,0.07);
  z-index: 555;
}
.honeBo{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding:2px 0px;
}
.phoneBody-navg{
      -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    text-align: center;
}
.phoneBody-navg h3{
  color: #333;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  line-height: 2;

}
.phoneImg{
  height: 27px;
  padding:5px 0px 0px;
}
@media screen and (max-width: 768px) {
  .glyphicon-chevron-left:before{
    padding: 7px 3px;
  }
  .glyphicon-chevron-right:before{
     padding: 7px 3px;
  }
  .newsBody{
    padding-top: 8px;
  }
.title-rDo{
  font-size: 14px;
 }
.content-rDo{
  font-size: 12px;
}
.ortant_rDt{
  display: none;
}
.rcsp_1{
  font-size: 13px;
}
.main_index01{
  margin-top: 18px;
}
.in_indexH2{
  
}
.in_indexH2 a{
  font-size: 15px;
  padding-bottom: 16px;
}
.newsBody{
  padding-bottom: 60px;
}

}
.lookMore{
   color: #da251d;
    text-align: center;
    border: 1px solid #da251d;
    border-radius: 2px;
       padding: 7px 20px;
    margin-top: 10px;
    display: inline-block;
}
.nim{
  text-align: center;
  width: 100%;
  margin:0 auto;
}
.newsXs{
  text-align: center;
  margin:0 auto;
  width: 100%;
  font-weight: bold;
  color: #333333;
  font-size: 25px;
}
.newsXs-Ul{
  text-align: center;


}
.newsXs-Ul a{
  color: #666666;
  font-size: 14px;
  line-height: 2;
  display: inline-block;
  margin-top:10px;
}
.ain-products{
  background: url(../images/phonepro-bg.png)no-repeat center center;
  width: 100%;
  margin:20px 0px;
 background-size: 100% auto;
 padding: 32px 0px;
}
.default__title2{
  font-size: 22px;
  padding: 20px 0px 100px;
}
.ain-boDt{
 
  text-align: center;
  margin:20px auto;
  overflow:hidden;
}
.ain-boDt img{
  max-width: 100%;
  overflow:hidden;
}
.ain-boDd{
  margin:0px 10px;
   

  
}
.ain-boDh3 {
  font-size: 14px;
   line-height: 1.5;

     text-decoration: underline;
     line-height: 2;
}
.ain-boDh3 a{
  color: #333;
text-indent: 2em;
}
.ain-boDh2{
  
    border-radius: 3px;
    display: inline-block;
   color: #333333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 8px 10px;
   
}
.ain-boDl{
 
    align-items: center;
    position: relative;
}
.eee {
 
 
    text-align: center;
    margin: 5px 6px;
}

/* .xjsja{
  background: url(../images/phonews-bg.png)no-repeat center top;
  width: 100%;
  background-size: contain;
} */
.NavBtn {
    float: right;
    margin-right: 1%;
    display: block;
    width: 13%;
    height: 60px;
    line-height: 60px;
    background: url(../images/menuicon2.png)no-repeat center center;
    background-size: 25px;
    outline: none;
}
.Inn01-erSiteTop {
    float: left;
    width: 80%;
    padding-left: 6px;
    padding-top: 15px;
}
.mxjhui{
  display: block;
}
/*ÊÖ»ú×ó±ßµ¯³öµ¼º½*/
 .wrap_menu {
     background-color: #222222;
    z-index: 10000001;
}
.wrap_menu {
  width: 250px;
  position: fixed;
  top: 0px;
  left: -250px;
  height: 100%;
  text-align: left;
  z-index: 10000001;
  overflow-y: scroll;
}
.wrap_menu li:nth-child(2) a {
  font-size: 15px;
  font-weight: normal;
  background: rgba(255,255,255,0.3);
}
.wrap_menu p {
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 18px;
}
.wrap_menu li.menu_close {
  font-size: 20px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #fff;
  border-bottom: none;
  z-index: 1000;
  text-align: right;
  width: 40px;
}
.wrap_menu li {
  margin-bottom: 2px;
  font-size: 14px;
  position: relative;
}
.black_cloth {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9910;
    overflow-x: hidden;
    overflow-y: hidden;
}
.wrap_menu li a {
  text-decoration:none;
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-transform: Uppercase;
  color: #fff;
  background: rgba(255,255,255,0.1);
  padding: 6px 14px;
  outline: none;
}
.wrap_menu li .wrap_menu_2 a {
  display: block;
  background: none;
  color: rgba(255,255,255,0.8);
  overflow: hidden;
  line-height: 30px;
  font-size: 10px;
  outline: none;
  border-bottom: rgba(255,255,255,0.1) solid 1px;
}
.wrap_menu_2 {
  display: none;
}
.wrap_menu_2 a {
  display: block;
  color: #fff;
  overflow: hidden;
  line-height: 24px;
  font-size: 12px;text-decoration:none;
}
.wrap_menu_2 a i {
  float: left;
  width: 4px;
  height: 4px;
  background-color: #9b151c;
  margin: 13px 10px 0 5px;
}
.wrap_menu_2 a span {
  float: left;
   
  font-size:12px;
}
.wrap_menu-imges{
  height: 60px;
  overflow: hidden;
}
.dc-boDh2 a{
  color: #333333;
  font-size: 16px;
  font-weight: bold
}
.import-ant05{
  position: relative;
  text-align:right;
}
.rcsp_105 p {
  border-radius: 3px;
  padding: 6px 14px;
}
.import-ant05 li {
  text-align: center;
  margin: 5px 4px;
  display: inline-block;
  
}
.rcsp_105 {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}
.import-ant05 li a {
    display: block;
}
.import-ant05 li a {
    border: 1px solid #cacaca;
    border-radius: 3px;
    display: block;
    color: #333;
}
.import-ant05 li:hover a{
    background: rgb(218, 37, 29);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(218, 37, 29);
}
.import-ant05 li.on a{
    background: rgb(218, 37, 29);
    color: rgb(255, 255, 255);
    border: 1px solid rgb(218, 37, 29);
}
.page-turn-01 {
    margin: 20px 0;
    text-align: center;
    width: 100%;
}
.page-turn-01 a, .page-turn-01 span {
    display: inline-block;
    margin: 3px;
    padding: 2px 9px;  
    border: 1px #b1adad solid;   
    line-height: 24px;
    color: #333333;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    transition: all .1s linear;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.page-turn-01 .current {
    background: #da251d;
    border: 1px #da251d solid;
    color: #fff;
}
.page-turn-01 a:hover ,.page-turn-01 span:hover{
   background: #da251d;
    border: 1px #da251d solid;
    color: #fff;
}
.ckos{
  width: 100%;
  overflow:hidden;
}
.box-gallery{
  background: #fff;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
   padding: 12px;
}
.img-fluidImg{
  width: 100%;
  height: 243px;
  line-height: 243px; 
  text-align: center;
  vertical-align:middle;
  overflow:hidden;
}
.img-fluid{ 
  text-align: center;
  vertical-align:middle;
  max-height: 250px;
}
 .box-gallery a{
  display: block;
 }
 .project-icon{
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 2;
  padding: 8px 0px 3px;
      font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
 }
 .project-detail{
  color: #888888;
  text-align: center;
  font-size: 15px;
  padding-bottom: 10px;
 }
 @media screen and (max-width: 768px) {
  .img-fluidImg{
    height: auto;
    line-height: 0px;
    padding-bottom: 16px;
  }
 /*  .import-ant05 li{
   width: 25%;
 } */
.import-ant05{
    text-align: center;
    font-size: 12px;
}
.rcsp_105 p{
    padding: 6px 14px;
}
.rcsp_105{
  font-size: 12px;
}
.zuzhiBody{
  font-size: 16px;
}


 }
 .newsXs-hons{
      text-align: center;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
    color: #333333;
    font-size: 25px;
    line-height: 2;
 }
.zuzhiBody{
  text-align: center;
  line-height: 2;
}
.newsaBody{
    text-align: center;
  line-height:2;
  font-weight: bold;
}
.newsBodyP{
  text-align: center;
  color: #888888;
  font-size: 16px;
}
.onlines{
  display: block;
  width: 100%;
  height: 1px ;
  background:#cdcdcd;
  margin: 18px 0px;
}
.newsa_index01{
    margin: 7px 0px 27px;
    width: 100%;
 
}
 .omcarouse p{
  line-height: 2;
  padding-bottom: 16px;
  font-size: 15px;

 }
 .omcarouse{
  margin:20px 0px;
 }

 @media screen and (max-width: 768px) {
  .newsaBody{
   font-size: 20px;
  }
 
  .omcarouse p{
    font-size: 13px;
  }
   .omcarouse{
  margin:0px;
 }

 }

 .shangxia{
  position: relative;
  padding-bottom: 15px;
 }

.shangxia p{
  line-height: 2;
}
.shangxia p:hover a{
  color: #da251d;
}
.fanhui-list{
  background: #da251d;
  color: #fff;
  border: 1px solid #da251d;
  padding: 5px 23px;
  border-radius: 2px;
  position:absolute;
  top: 6px;
  right: 0px;
}
.fanhui-list:hover{
  color: #fff;
}
 @media screen and (max-width: 768px) {
  .fanhui-list{
    position: relative;
    top: 11px;
    padding: 5px 16px;
  }
  .shangxia p{
    font-size: 12px;
    padding-bottom: 6px;
  }

 }
 .project-iconNews{
  color: #000;
  text-align: left;
  height: 55px;
  padding: 4px 15px;
 }
 .newsp-detail{
  text-align: left;
  padding: 0px 15px;
  font-size: 13px;
 }
  .newsp-detail span{
    float: right;
  }
  .newsp-detail{
    padding-bottom: 15px;
  }
  .project-iconNews{
    font-size: 16px;
  }
     .imgNews-fluidImg {
    width: 100%;
    height: 280px;
    line-height: 280px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
   @media screen and (max-width: 768px) {
    .project-iconNews{
      height: auto;
      padding-bottom: 10px;
      font-size: 13px;
    }
       .imgNews-fluidImg {height: auto;line-height: 0px;}
.project-iconNews{
  padding:15px 0px;
}
.newsp-detail{
   padding:0px 0px 10px;
}

   }
.zuzhiImg{
  margin:10px 0px;
}
.lfoatLeft{
  float: left;
  padding:0px 15px;
  width: 40%;
}
.lfoatRight{
  float: right;
   padding:0px 15px;
}
.omcaro-useDl{
  width: 100%;
  text-align: left;
}
.omcaro-useDt{
  float: left;
  width: 50%;
  padding-right: 30px;
}
.omcaro-useDD{
  float: left;
  width: 50%;
}
.useDD-jianj{
  color: #333333;
  font-size: 16px;
  text-align: left;
  line-height: 2;
  padding-top: 15px;
}
.useDD-since{
  color: #cd3534;
  font-weight: bold;
  font-size: 40px;
  padding:20px 0px;
  text-transform: uppercase;
}
.useDD-heading{
  padding-bottom: 15px;
  font-weight: bold;
  font-size: 22px;
}
.underline02 {
    width: 50px;
    height: 2px;
    background: #cd3534;
    margin: 7px 0 0;
}
.omcaro-useDl{
  margin-top: 20px;
}

 @media screen and (max-width: 768px) {
  .omcaro-useDt{
  float: none;
  width: 100%;
  padding-right: 0px;
}
.omcaro-useDD{
  float: none;
  width: 100%;
}
.useDD-jianj{
  font-size: 13px;
}
.useDD-heading{
  font-size: 18px;
}
.useDD-since{
  font-size: 36px;
}

}
.fanhui-list02{
      background: #da251d;
    color: #fff;
    border: 1px solid #da251d;
    padding: 8px 23px;
    border-radius: 3px;
    position: relative;
 
}
.fanhui-list02:hover{
  color: #fff;
}
.en-desktoH2{
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  padding-bottom: 15px;
}
.en-desktoDiv li{
  padding-bottom: 6px;
  text-align: left;
  line-height: 2;
 
}
.en-desktoDiv li span{
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  float: left;

}
.leds02{
  color: #000;
  font-size: 15px;
  float: left;

}
.leds{
  width: 100%;
  
}
.leds03{
  color: #000;
  font-size: 15px;
  float: left;
  width: 86%;

}

 @media screen and (max-width: 768px) {
 .leds {
    width: 100%;
    float: left;
}
.leds03{
  width: 100%;
}
.en-desktoDiv li span{
  font-size: 14px;
}
.leds03{
  font-size: 14px;
}

}
/*相关样式*/
/* sample CSS to for gallery */

  #gallerycontainer{
    width: 100%;
    max-width: 600px;
    margin: 0px auto 0px;
    overflow:hidden;
  }

  #gallery-target{
    max-width: 100%;
    height: auto;
  }

  #gallery-thumbs{
    text-align: center;
        display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    height: 76px;
    overflow:hidden;
  }

  #gallery-thumbs img{
    width: 16%;
    float: left;
    height: auto;
    /*  -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0; */
    text-align: center;
    cursor: pointer;
  }

  /* sample CSS to #celebrity image */

  #celebrity{
    width: 350px;
    height: auto;
  }
  .ccks{
  width: 470px;
  margin-bottom: 20px;
  height:298px;
  line-height: 298px;
  vertical-align: middle;
  text-align: center;
  overflow:hidden;
position: relative;
  }
  #gallery-target{
  	text-align: center;
  	vertical-align: middle;
  	overflow:hidden;
  	height: 280px;
  	line-height: 280px;
  }
   @media screen and (max-width: 768px) {
    .ccks {
    width: 100%;
    margin-bottom: 0px;
    height: auto;
    overflow: hidden;
}
.phoneBody-navg h3{
  font-size: 12px;
}
   }
   .boxco{
    position: relative;
   }
   #zoomiocontainer {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    background: none;
    visibility: hidden;
}

 .hover h3{
  color: #da251d;
}
.hajw {
    position: relative;
 
    width: 100%;
}
.default__title {
    font-size: 12px;
    left: 10px;
    top: 10px;
}
.default__button--big .ckin-play {
    font-size: 26px;
}
.default__title {
    font-size: 12px;
    left: 10px;
    top: 10px;
}
.default .progress {
    margin-top: 5px;
    margin-bottom:0px;
}.default__button--big .ckin-play {
 
    border-radius: 50%;
    height: 60px;
    width: 60px;
    border: 2px solid #fff;
    padding: 5px 0px 5px 8px;
}
.ckin-play:before {
    content: "\ea1c";
}
.news_li{
  background: #ffffff;
  padding: 20px 10px;
  margin-bottom:15px;
}
 .news_li:hover {
    background-color: #f8f8f8;
}
 .news_li .news_tu {
    float: left;
    margin-right: 26px;
    width: 340px;
    height: 190px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #f8f8f8;
}
 .news_li:hover .news_tu img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.news_li .news_tu img {
    
    width: 100%;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
  .news_li .news_info2 span {
    font-size: 15px;
    color: #999;
    text-align: left;
    line-height: 36px;
    height: 36px;
}
  .news_li p {
    color: #808080;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 10px 0;
    overflow: hidden;
}
  .news_li h2 {
    margin-top: 10px;
    line-height: 24px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4em;
}
  .news_li h2 a{
  display: block; font-size: 20px;
  color: #000;
}
.cksibwa{
  height: 300px;
  overflow:hidden; 
  position: relative;
}
.cksibwa img{
   height: auto;
   width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
	.cksibwa img{
   height: auto;
   width: 100%;
  text-align: center;
}
.news_li .news_tu{
  float: none;
  width: 100%;
  height: auto;
}
.news_li h2 a{
  font-size: 15px;
}
.cksibwa {
    height: auto;
    overflow: hidden;
}
#gallery-target{
	height: auto;
	line-height: auto;
}
.ccks{
	height: auto;
	line-height: 0px;
}
.mobile_hiddon{
	display:none;
}
}
@media screen and (max-width: 768px) {
  .import-ant05 li{
    width: 29.5%;
  }
  .rcsp_105 {
    font-size: 13px;
}
.omcarouse img{
  height: auto !important;
  width: 100% !important;
}
.popup-gallery .col-xs-12{
  padding-left:8px!important;
    padding-right:8px!important;
}
}
.omcarouse p span{
  background: none !important;
      line-height: 2;
    font-size: 16px;
}
.news_tu a{
  display: block;
}
.fotbs01{
  width: 50%;
}
.fotbs .fotbs01:last-child{
  float: right;
}