@font-face {
  font-family: 'Roboto'; 
  src: url(../font/Roboto-Regular.ttf) format('truetype'); 
}
@font-face {
  font-family: 'Roboto-Light'; 
  src: url(../font/Roboto-Light.ttf) format('truetype'); 
}


@font-face {
  font-family: 'en'; 
  src: url(../font/Poppins-Medium.ttf) format('truetype'); 
}

@font-face {
  font-family: 'fw300'; 
  src: url(../font/Poppins-Light.ttf) format('truetype'); 
}


@font-face {
  font-family: 'enbold'; 
  src: url(../font/Poppins-ExtraBold.ttf) format('truetype'); 
}
@font-face {
  font-family: 'Anton'; 
  src: url(../font/Oswald-SemiBold.ttf) format('truetype'); 
}

@font-face {
  font-family: 'Gloock'; 
  src: url(../font/Gloock-Regular.ttf) format('truetype'); 
}

.Roboto{
  font-family: 'Rotobo';  
}
.Roboto300{
  font-family: 'Roboto-Light';  
}

.en{
   font-family: 'en'; 
}
.enbold{
  font-family: 'enbold'; 
}
.Anton{
  font-family: 'Anton'!important; 
}

.Gloock{
  font-family: 'Gloock'; 
}


html,body{
	color:#333;
	max-width: 100%;
	overflow-x: hidden;
  font-family: 'en',pingfang SC,helvetica neue,arial,hiragino sans gb,microsoft yahei ui,microsoft yahei,simsun,sans-serif;
  background:#fff;
  font-size: 14px;
}

:root {
  --main-colorblue: #0068B7;
  --main-colorblue2:#1889DF;
  --main-coloryellow: #FB9614;
  --main-coloryellow2: #F3E734;
}


/**********重置一些原样式**************/
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1340px;
}
.fixed-top{
    z-index: 99999999999999999999;
}
.pages,.content{
    min-height: 200px; 
}
input:focus,
textarea:focus,
button:focus{
	outline: none; 
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}

 table{
        width: 100%!important;
        background: #fff;
    }
td{
        border:1px solid #ddd;
        padding:10px 15px;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{         
        cursor: pointer;
     }    
 



.container {
    padding-right: 10px;
    padding-left: 10px;
}
.clear{
	clear:both;
}
.row{ 
    margin-right:-10px;
    margin-left: -10px;
}
.row0{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-right: -5px;
    margin-left: -5px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto{
	padding-right: 10px;
    padding-left: 10px;
}

.col-20{
	-ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.mr-0{
	margin: 0
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link,.nav-pills .nav-link{
	border:none;
}

.nav-link{
	padding:1rem 1rem;
}
.dropdown-menu{
	top:98%;
}
.nav-tabs .nav-link{
	margin-right: 2px;
}

/**********重置一些原结束**************/

/*********自定义一些基本设置**************/
pre{ position: relative; padding:40px 20px 20px; background:#222; color:#f8f8f8; padding-top:50px; border-radius:10px;}
pre::before {
    content: '';
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    top:10px;
    left: 20px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 2;
}

input:-webkit-autofill {
 box-shadow: 0 0 0 1000px #fff inset;
 -webkit-text-fill-color: #333;
}

table{
        width: 100%!important
    }
td{
        border:1px solid #ddd;
        padding-left: 15px;
        font-size: 18px;
     }
tr:nth-child(2n){
        background: #f8f8f8;
     }
tr:hover{
         
        cursor: pointer;
}

tr:hover td{
    background:#FFFAC2!important;
   
}


html ::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #233b67;
}
html ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}




.pt-mt-0{
	padding:0!important;
	margin:0!important;
}  

.d-flex-center{
	justify-content:center;    
	align-items:center;
}
.text-center-dflex{
	justify-content:center;   
}
.fweight{ 
	font-family: 'enbold';
}
.fw300{
	  font-family: 'fw300';
}
.coloron{
	color:var(--main-colorblue)!important;
}
 
.color000{
	color:#000!important;
}


.colorfff{
	color:#fff!important;
}

.color666{
	color:#6f6f6f!important;
}
 
.color888{
	color:#888!important;
}
.color333{
	color:#333!important;
}
 
 

.bg000 {
	background: #000!important;
}

.bgf8{
	background: #f8f8f8!important;
}
.bgf7{
	background: #f7f7f7!important;
}

.bgfff{
	background: #fff!important;
}
.bgf3f5f9{
   background: #f3f5f9!important;
}



.colorblue{
   color:var(--main-colorblue)!important;
}
.colorblue2{
   color:var(--main-colorblue2)!important;
}
.coloryellow{
   color:var(--main-coloryellow)!important;
}
.coloryellow2{
   color:var(--main-coloryellow2)!important;
}


.bgblue{
  background:var(--main-colorblue)!important;
} 
.bgblue2{
  background:var(--main-colorblue2)!important;
}
.bgyellow{
  background: var(--main-coloryellow)!important;
}
.bgyellow2{
   background: var(--main-coloryellow2)!important;
}

.content{
   color:#333;
}


.fa-square:before,
.fa-circle:before,
.fa-check-square:before{
	margin-right: 3px;
}

.title-bg{
	 background-image: url(../images/titilebg.jpg);
	 -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-repeat: no-repeat;
    background-size: center center;
    background-size: cover;
    color: #fff;
    display: inline-block; 
}

.leftmenus .onemenu .leftmenus-link{   
    display: block;
    }
.leftmenus .twomenu a{
      font-size: 12px;
      padding-left: 15px;
}


.navbar-light .navbar-toggler{
	border: none;
}


.navbar-toggler-icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      vertical-align: middle;
      content: "";
      background: no-repeat center center;
      background-size: 100% 100%;
}
.navbar-toggler-icon.open {
      background-image: url('../images/close.png'); 
}


.titlebig{ 
     color:#494547;
     position: relative;
     padding-bottom: 10px;
      cursor: pointer;
      font-family: "Gloock"
}
.titlebig:after{
     position: absolute;
     left:0;
     bottom:0;
     background:var(--main-coloryellow);
     width:50px;
     height: 4px;
     z-index: 1;
     content:"";
     transition: all 0.6s;
}

.titlebig:hover:after{
     width:80px;

}



.flex-center-x{ 
   justify-content: center;
}

.flex-center-y{ 
   align-items: center; 
}


.bg-info{
   background: var(--main-colorblue)!important;
}


.swiper-pagination-bullet{
   width:10px;
   height: 10px;
}


/**********自定义一些基本设置结束**************/

/*******顶部**************/
.logo-sm-height{
   height: 60px;
}

.navbar{
   padding:0;
}


.top{
   padding:5px 0;
}
.top-ico{
   display: inline-block;

}
.top-ico a{
  color:#fff;
   padding-top: 3px;
  display: inline-block;
}

.top-ico a:hover{
   color:var(--main-coloryellow2);
}


.top2{
   padding:1rem 0; 
}


.top-search-right{
   position: relative;
}
.top-search-right input{
   border:2px solid var(--main-colorblue);
   border-radius:25px;
   background: #fff;
   height: 34px;
   line-height: 34px;
   width:250px;
   padding-left: 15px;
}
.top-search-right .search-btn{
   border:none;
   background: none;
   outline: none;
   position: absolute;
   right:0px;
   top:0px;
   z-index: 9;
   width:40px;
   height: 34px;
   background: var(--main-colorblue);
   color:#fff;
   border-radius:0 25px 25px 0;
}

/*********多语言切换**************/
.top-phone2{ ; 
    color:#FFF;
    position: relative;     
  }
.earth{
    filter: grayscale(0) brightness(1);
    height: 20px;    
}

.bg-nav-white .earth{ 
    filter: grayscale(0) brightness(1);
}
.lang{
    position: absolute;
    top:100%;
    width:260px;
    height: auto;
    background: var(--main-colorblue);
    padding:10px 20px;
    right:-50px;
    display:none;
    z-index: 999;
    font-size: 12px;
    text-align: left;

}
.lang a{
   font-weight: bold;
}
.lang a:hover{
   font-weight: bold;
}
.lang img,
.wap-lang img{
    width:30px;
    height: 20px;
    margin-right: 10px;
}

 



.top-phone2:hover .lang{
    display: flex;
}


 

/******导航条  PC***************/
.nav-item{
  position: relative;
  line-height: 100%; 

}
 
.navbar-light .navbar-nav{
  display: flex;
  width: 100%;
   justify-content: space-around;
}
.navbar-light .navbar-nav .nav-link{
   color:#333; 
   font-size: 15px;
   padding:1.5rem 1rem;
}
.navbar-light .navbar-nav .nav-link:hover{
   background: #0068B7;
   color:#fff;
}


.nav-item:hover .sub_menu{
  display: block;
}

.sub_menu{
  display: none;
            position: absolute; 
            top:auto;            
            width: 100%;
            min-width: 260px;
            background:var(--main-colorblue);     
            padding:10px 0;      
            z-index: 99999;
            border:none;           
}

.sub_menu li{
    line-height: 40px; 
    padding-left: 15px;
}

.sub_menu li .menu2a img{
   width:30px;
   margin-right: 10px;
} 

.sub_menu li a{
  color:#fff;
  font-size: 14px;
}
.sub_menu li:hover{
   background:var(--main-colorblue2);
}
.sub_menu li:hover .menu2a{
   color:var(--main-coloryellow2);
}
.nav-item:hover .sub_menu,
.nav-item:hover .sub_menu2{
            display: block;
}



.sub_menu3{
  width:300px;
  max-width:300px; 
  left:100%;  
  background: var(--main-colorblue2);
  position:absolute;
  z-index: 99999;
  display:none;
  margin-top: -40px; 
  padding:10px 10px;
}
.sub_menu3 li{
   width: auto;
   margin-right: 20px;
   line-height: 30px;
}
.sub_menu3 li a{
   font-size: 12px;
}

.sub_menu3 li a img{
    width:30px;
    margin-right: 10px;
    background: #fff;
}

.sub_menu li:hover .sub_menu3{
  display: block;
}

.sub_menu li .sub_menu3 li:hover a{
   color:var(--main-coloryellow2);
}

.navbar-light .navbar-nav .cur{
   background: var(--main-colorblue);
   color:#fff!important;
}
/******导航条  PC结束 **************/

/*******手机端导航**开始**********/

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-side {
  width: 100%; 
  top:70px;
  left: 0; 
  bottom: 0;
  background-color: #fff; 
  padding: 10px;
}
.s-side .s-firstItem i {
  font-size: 20px;
}
.s-side .s-firstItem span {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  text-shadow: 0px 0px 5px #EEEEEE;
  white-space: 10px;
}
.s-side .first {
  padding: 10px 0px;
  border-top: 1px dashed #ddd;
}
.s-side .d-firstNav span {
  display: inline-block;
  margin-left: 10px;
}
.s-side .d-firstNav i.fr {
  font-size: 25px;
}
.s-side .s-secondNav,
.s-side .s-secondItem {
  margin-left: 10px;
  margin-top: 10px;
}

.d-firstNav{
  font-size: 16px;
}

.s-secondNav:hover,
.d-firstNav:hover{
  background-color: #fff;
  cursor: pointer
}
.s-side .d-secondDrop {
  margin-left: 30px;
  margin-top: 10px;
}
.iconRotate {
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.s-firstDrop,
.s-secondDrop {
  display: none;
}

.s-thirdItem{
   border-top: 1px dashed #ddd;
   padding:5px 0;
}

.s-thirdItem img,
.s-secondNav img{
   width:40px;
   margin-right: 10px;
}


/*******手机端导航**结束 **********/

/********留言*************/

.contact-box {
    padding:30px;
}
.message{
   display: flex;
   flex-wrap: wrap;
   margin: 30px 0 0 0;
}

.form-group{
   width:30%;
   margin-right: 3.3%;  
   margin-bottom:20px;
}

.form-control{
   border-radius: 0;
   height: 40px;
   line-height: 40px;

}

.form-group2{
   width:96.666%;
}

.form-group .send{
    padding:5px 60px;
    color:#FFF;
    border-radius: 30px;
    overflow: hidden;
    border:none;
    outline: none;
    font-size: 20px;
    background:var(--main-coloryellow) ; 
}

.form-group .send:hover{
   background:var(--main-colorblue);
  color:#fff;
}


.contact-box-shadow{
   box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
}
.contact-box .text-center{
  text-align: left!important;
}
.contact-box .form-group{
   width:48%;
   margin-right:2%;
}
.contact-box .form-group:nth-child(3),
.contact-box .form-group:nth-child(4){
    width:98%;
}
 /******公共底部***************/


 .footer{
   background: #333;
   padding-top: 50px;
   color:#fff;
   
 }

 .foot-logo img{
    max-height: 60px;
 }

 .foot-title{
   font-size: 24px;
   font-family: "Gloock";
   margin-bottom: 10px;
 }

 .foot-desc{
   font-size: 14px;
   padding-right: 20px; 
   line-height: 28px;
 }
.foot-desc li{
   text-align: left;
}
  .foot-desc li a{
     color:#fff;
  }

  .foot-desc li:hover a{
     color:var(--main-coloryellow2);
  }

.foot-desc li img{
   width:18px;
   filter: brightness(1000);
}  


.copyright{
   background: #222;
   line-height: 24px;
   padding:10px 15px;
}



.online{
  width:60px;
   right:0;
   bottom:100px;
}
.online dl{
   background: var(--main-colorblue);
}
.online dl:hover{
   background: var(--main-colorblue2);
}
.online dl dd{
  font-size: 10px;
}
.online dl dt{
  right:60px;
}

 /*******定义More按钮*************/



.more{
   min-width: 100px;
    padding: 0 30px;  
    text-align: center;
    border: 1px solid #ddd;
    display: inline-block;
    color: #333;
    padding-left: 20px;
    padding-right: 20px; 
    overflow: hidden;
    position: relative;
    z-index: 1; 
    border-radius: 25px;  
     height: 34px;
  line-height: 34px;
}
.more:hover{ 
    color:#fff!important;
    border: 1px solid #0c8e8e;
}

 
.more::before {
    content: '';
    position: absolute;
    background: var(--main-colorblue);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}

.more:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


/*******定义白色More按钮，在黑色背景上使用*************/


.more-btn-w{
  min-width: 100px;
  padding:0 30px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius:25px;
  font-size: 12px;
  color:#fff;
  border:1px solid #ddd;
  overflow: hidden;
  position: relative;  
    z-index: 1;
}

.more-btn-w  i{
  transition: all 0.5s;
  margin-left: 10px;
}
.more-btn-w:hover i{
  margin-left: 20px;
}
.more-btn-w:before {
       content: '';
    position: absolute;
    background:#FFF;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}
.more-btn-w:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.more-btn-w:hover{
    color:#333;
}




/*******定义花色More按钮，在黑色背景上使用*************/


.more-btn-blue{
  min-width: 100px;
  padding:0 30px;
  height: 34px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius:25px;
  font-size: 14px;
  color:#fff;
  border:1px solid #ddd;
  overflow: hidden;
  position: relative;  
  z-index: 1;
   background:var(--main-colorblue);
}

.more-btn-blue  i{
  transition: all 0.5s;
  margin-left: 10px;
}
.more-btn-blue:hover i{
  margin-left: 20px;
}
.more-btn-blue:before {
    content: '';
    position: absolute;
    background:var(--main-coloryellow);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition: transform .4s ease-out;
}
.more-btn-blue:hover::before {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.more-btn-blue:hover{
    color:#fff;
}



 /*******定义More按钮*************/

/*******左边*************/

.jumbotron{
   margin-bottom: 0;
}

.left-slide{
   border:1px solid #f8f8f8;
   background: #fff;
   padding:0 15px;
   margin-bottom: 30px;
   box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .08);
}


.leftmenus-link:hover{
   color:#00a2e9;
}

.left-slide .select-box{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
}


.left-box li a{
   color:#333;
}
.left-box li a:hover{
   color:var(--main-colorblue);
}
.left-box .foot-desc li img{
       filter: brightness(0);
}

/********左边 end*************/





/*******新闻 列表*************/
.news-list{
   border:1px solid #ddd;
   padding:15px;
   display: flex;
   background: #fff;
   box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .08)
}

.news-list .ico{
    width:150px;
    height: 120px;
    overflow: hidden;
    margin-right: 20px;
  }

.news-list .ico img{
   max-width: 100%;
   max-height: 100%;
   transition: all 0.6s;
}

.news-list .desc{
   width: calc(100% - 170px);
}

.news-list:hover{
   cursor: pointer;
   box-shadow: 2px 2px 5px #ddd;
   border:1px solid var(--main-colorblue);   
   background:#F3F5F9;
}

.news-list:hover .ico img{
   transform: scale(1.2);
}


.news-info{
   background: #fff;
   padding:20px; 
   box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .08) 

}


/*******新闻 列表 end*************/



/*******page*************/
.page-num, 
.page-link{
      color:  var(--main-colorblue);
}
.page-num-current{
    background-color: var(--main-colorblue);
    border-color: var(--main-colorblue);
    color:#fff;
}

/*******page end*************/



/*******下载中心*************/

.down-box{
   background: #fff;
}
.downlist{
  background: #fff;
}
.downlist:nth-child(2n){
  background: #fff
}
.downlist:hover{
  background: #f8f8f8;
} 

.downlist:hover a,
.downlist:hover{
  color:#0055A8;
}
.down-box .down-box-list{
      display: flex;
        align-items: center;
    }
/*******下载中心 end*************/



/******联系我们*************/


.bg-contact{
     background-size: cover;
   background:#f3f5f9 url(../images/map.jpg) center left;
    
}

.contact-box .contact-list {
   font-size: 18px;
   margin-bottom: 20px;
}
.contact-box .contact-list img{
   width:30px;
   margin-right: 15px;
}



.map-btn{ 
   width:80px; 
   height: 80px; 
   margin-left:0;
   margin-top:0px;
   display: flex;
   justify-content: center;
   align-items: center;
}
.map-btn i{
    color:var(--main-colorblue);
}
 
.map-btn:hover i{
   color:var(--main-coloryellow);
}
 .up-down3{
    -webkit-animation: chuxian 3s linear infinite;
    animation: chuxian 3s linear infinite;
 }

 

@-webkit-keyframes chuxian {
    0% {
        transform: translateY(0);
    }   
    
    50% {
        transform: translateY(-20px); 
    }

    100% {
        transform: translateY(0);
    }
}



/*******联系我们 end*************/


/*******u关于我们 begin************/

.bgabout{
   background:#fff
}

.about-container{ 
   padding:20px 15px 0 15px;
   margin:0 auto 30px auto;

}

.about-content strong{
   color: var(--main-colorblue);
}

 
.cta-section {
  background: var(--main-coloryellow);
  position: relative;
  text-align: center;
}
 

.gd-number{
   text-align: center;
}

.gd-number .timer{
   font-size: 60px;
}

.gd-number strong{
    font-weight: normal; 
    font-size: 20px;
    font-family: 'en';
}
/*******关于我们 begin************/


/*******产品中心begin*************/

.product-list-box{
   padding:0 5px;
}

.product-list{
   background: #fff;
   border:1px solid #ddd;
   background: #ddd;
}
.card-img-200 {
        height: 200px;
        overflow: hidden;
 }
.card-img-250 {
        height: 250px;
        overflow: hidden;
 }


   .productlist{background-color:#f8f8f8; width:100%; position:relative; display: inline-block;}  
   .product-img-box{margin-top: 100%;}
   .pro-box{position:absolute;left:0;right:0;top:0;bottom: 0;   width: 100%; height: 100%;}  
   .pro-box-content{ position: relative; width: 100%; height: 100%;} 
   .pro-box-content img{ width: 100%; height: 100%; }
   .pro-title-box{
      padding:0px 15px;
      padding-bottom: 15px;
   }


.product-list:hover{
   background:var(--main-colorblue);
   color:#fff;
}
.product-list:hover .title{ 
    color:#fff;
  }



.pro-info{
   display:inline-block;
   float: left;
   width: 100%;
}


.product-info{
	background: #fff;
	padding:30px 0;
}

.product-info-bigtitle{
	display: block;
	border-bottom:2px solid var(--main-colorblue)
 
}

.product-info-bigtitle .t1{
	display: inline-block;
	padding:5px 20px 3px 15px;
	background: #717171;
	border-radius:0 25px 0 0;
	color:#fff;
	font-size: 18px; 
	border:none;
}
.product-info-bigtitle .active{
	background:var(--main-colorblue);
}

.product-info-content{
background: #f8f8f8;
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    display: inline-block;
 
}

.pro-message{
    background: #f8f8f8;
    padding:15px; 
   border:1px solid #ddd;
   border-top:none;
}

.pro-message-on{   
   background: var(--main-colorblue);   
   padding:15px;
   border-radius: 0 0 15px 15px;
   border-color:var(--main-colorblue);
}


.pro-message-on .desc{
     color:#fff;
}


.freesamp{ 
   padding:30px 0px; 
   border:2px solid #00a2e9;
   box-shadow: 0 .2rem 1rem rgba(0, 0, 0, 0.2);
   border-radius: 0 0 15px 15px;
   text-align: center;
   background: url(/static/images/bg.jpg);
   background-size: cover;
}
.freesamp .free{
    text-align: center;
    padding:0 20px; 
}
.freesamp .free img{
   width:100px;
   margin-bottom: 15px; 
}





.Guarantee{
   border:2px solid #00a2e9;
   border-top:none;
   box-shadow: 0 .2rem 1rem rgba(0, 0, 0, .2);
  border-radius: 0 0 15px 15px;
  padding:30px 15px;
  background: url(/static/images/bg2.jpg);
   background-size: cover;
}




.top-yuding{      
     width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    left: 0%;
    top: 0%;
    margin-left: 0px;
    margin-top: 0px;
    z-index: 999999999999999;
    text-align: left;
    display: none;
    overflow-y: scroll;
}
.yuding-box{
    width: 640px;
    height: auto;    
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -320px;
    margin-top: -300px;
    background: #FFF;
    overflow-y: visible;
    padding:30px 30px 10px 30px; 
    border-radius: 30px;
}

.yuding-box .title{
   display: block; 
}
.yuding-box .subtitle{
   display: block;
   font-size:16px;
}

#yudingclose{
   position: absolute;
   right:15px;
   top:15px;
   z-index: 999;
   cursor: pointer;
   color:#00a2e9;
}
 

.input-tc{
  line-height: 50px;
  border-radius:0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
}

.input-tc-box{
  line-height:24px;
  border-radius: 0px;
  padding:0 15px;
  width:100%;
  margin-bottom: 15px;
  border:1px solid #ddd;
  display: block;
  color:#888;
}

.input-tc-btn{
  line-height:50px;
  border-radius: 25px;
  padding:0 15px;
  width:50%; 
  display: block;
  background: var(--main-coloryellow2); 
  border:none;
  color:#333;
  font-size: 18px;

}

.input-tc-btn:hover{
   background: var(--main-coloryellow); 
   color:#fff;
}



.top-yuding .form-group{
   width:100%;
   margin-bottom: 15px;
} 

.top-yuding .message{
   margin:30px auto;
}

.get-btn{
    color:#ff5900;
}

.get-btn:hover{
    color:#00A0E9
}

.get-btn i{
   margin-right: 10px;
   transition: all 0.6s;
}

.get-btn:hover i{
   margin-right:20px;
}

/*******产品中心 end***********/











/*************index-about***************************/

.index-about{
   background: url(../images/indexabout.jpg) right center;
   background-size: cover;
   position: relative;
}

.ind-part01_top{
  position: absolute; 
  right:0; top:0; 
  color:#fff; 
  width:49.4701%; 
  background: url(../images/about.jpg) no-repeat; 
  background-size: cover;
}

.ind-part01_top h3{ 
  padding:5% 13%; 
  text-align: right;
}

 


/*************index-product***********************/


.index-prodcut-bg{
  
   background-size: cover;
}

.p-index-list{
       -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
    padding-left: 5px;

}
.index-plist{
   background: #fff;
   padding:10px;
   overflow: hidden;
}
.index-plist .img{
   height: 250px;
   overflow: hidden;
}
.index-plist .img img{
   height: 250px;

   transition: all 0.6s;
}

.index-plist:hover .img img{
  transform: scale(1.2);
}

.tui-jian-box{
   background: #fff;
   padding:15px 0; 
   text-align: left;
   height: 110px;
}


.bg-adv{
  background: url(../images/bg.jpg);
   background-size: cover;
}


.index-ys{   
   padding:50px 30px; 
}
 
.index-ys .ico img{
    width:80px;
}
.index-ys .desc{
    height: 180px;
    padding-right:50px;
}
.index-ys:hover{
   background: var(--main-coloryellow);
   background-size: cover;
   color:#fff;
   cursor: pointer;
}





.index-newslist{
  padding:0px; 
}
.index-newslist .desc{
   padding:15px;
   height: 200px;
   background: #f8f8f8;
}
.index-newslist .ico{
    height: 300px;
}






/*******多个产品TAB切换***************/

#nav-tabContent{
   margin-top: 0px;
}

.nav-tabs-box{
    margin-top: 50px;
}
.nav-tabs .nav-link{
  margin-right: 2px;
}

.index-productlist{
  background-color:#fff;
  width:100%;
  position:relative;
  display:inline-block;
  border-radius: 15px 15px 0 0;
  overflow:hidden;  

}



.index-product-img-box{
  margin-top:100%;
}

 .index-pro-box{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  width:100%;
  height:100%; 
}
.index-pro-box img{
   transition: all 0.6s;
}
.index-pro-box:hover img{
   transform: scale(1.1);
}

.index-pro-box-content{
  position:relative;
  width:100%;
  height:100%;
}

.index-pro-box-content img {
  width:100%;
  height:100%;
}
 

.index-pro-title-box{
   background: #fff;
   border-radius: 0 0 15px 15px;
   padding:10px 15px;
   margin-top: -5px;   
}   

.index-pro-title-box .title{ 
  line-height: 24px;
  overflow-y: hidden; 
 
}

 
.index-pro-title-box2{
    position: absolute;
    left:0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding:10px 15px;
    background: rgba(0,104,183,0.9);

}
.index-pro-title-box2 .title{
    color:#FFF;
}
.index-productlist2:hover .index-pro-title-box2{
    background:var(--main-coloryellow);
}
.index-productlist2:hover .index-pro-title-box2 .title{
    color:#FFF;
}
        
.nav-tabs{
  border:none;
  display: block;
  text-align: center;

}

.nav-tabs .nav-link-tab{
  display: inline-block!important;
  cursor: pointer;
    line-height: 28px;
    margin: 0 10px;
    padding:0;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    background: none;
    color:#333;

}
.nav-tabs .nav-item.show .nav-link-tab, 
.nav-tabs .nav-link-tab.active{
  border:none!important;
  background: none;
  color:var(--main-colorblue);
  border-bottom: 2px solid var(--main-colorblue)!important;
  font-family: 'en'
}
.nav-tabs .nav-link-tab:hover{
  border:none;
}

/*******index why***************/

.why-list{
  margin:50px 0;
  text-align: center;
  background: #f5f7f9;
  padding:30px 15px;
  overflow:hidden; 
  position:relative;
   cursor: pointer;
  border-radius: 20px;
}
.why-list::before {
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:0;
  height:0;
  border-radius:50%;
  background-color:var(--main-colorblue);
  transition:all 1s;
  z-index: 1;
}
.why-list .ico{
    width:80px;
    margin:15px auto;
    position: relative;
    z-index: 5;
}
.why-list .title{
  color:#333;
  transition:all 0.6s;
       position: relative;
    z-index: 5;
}
.why-list .subtitle{
   height: 48px;
       position: relative;
    z-index: 5;
     color:#333;
  transition:all 0.6s;
}

.why-list:hover::before {
  width:500px;
  height:500px;
  transform:scale(5);
 
}

.why-list:hover .ico,
.why-list:hover .title,
.why-list:hover .subtitle{
  color:#fff;
}


.w-desc{
   width:80%;
   margin:0 auto;
}



/*******ask***************/

.ask-desc{
   padding: 20px;
    background: #FDFCFA;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 20px 0 0px;
    position: relative;
}

.accordion{
   padding:30px 15px;
   border: 1px solid #F2EEE6;
}

.card-header{
  background:#fff;
  border: none;
}

 .card{
  border:none;
  margin-bottom: 20px;
 }

.ask{
  font-size: 16px;    
  color:#333;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%; 
}
.card-header:hover .ask{
   color:var(--main-colorblue);
}
.ask-end{
      padding: 20px;
    background: #FDFCFA;
    border-radius: 5px;
    border: 1px solid #F2EEE6;
    margin: 20px 0 0px;
    position: relative;
}
 
 
.ask-end:after, .ask-end:before {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.ask-end:after {
  border-color: rgba(136, 183, 213, 0);
  border-color: transparent;
  border-bottom-color: #FDFCFA;
  border-width: 15px;
  margin-left: -15px;
}

.ask-end:before {
  border-color: rgba(194, 225, 245, 0);
  border-color: transparent;
  border-bottom-color: #F2EEE6;
  border-width: 17px;
  margin-left: -17px;
}





#Robust{
     height: 350px;
     padding-bottom: 50px;
}

#Robusts .swiper-pagination-bullet{
     width:10px;
     height: 10px;
}

#Robusts .swiper-pagination-bullet-active{
     background: #0C8E8E;
}













