@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
	border: 0 none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: '微软雅黑';
	list-style-type: none;
	line-height: 150%;
	letter-spacing: 1px;
}
body {
	background: #fff;
  overflow-x: hidden;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.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-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-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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	/*padding: 0;*/
}


.container{
	margin: 0 auto!important;
	display: block;
}
.head{
  background: #fff;
  padding: 10px;
}

.nav {
	list-style: none;
	margin: 0 auto;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
}
.nav li a:hover{
	background-color: #017ecb;
}
.nav li a:focus {
	-moz-outline-style: none;
}
.nav li .sub-nav {
	position: absolute;
	top: 50px;
	left: -1px;
	list-style: none;
	background-color: #222;
	display: none;
    z-index: 99;
}
.nav li .sub-nav li {
	text-align: center;
	clear: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	position: relative;
    padding: 0;
}
.nav li .sub-nav li a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 120px;
	padding: 0;
    color: #fff;
	display: inline-block;
}
.nav li .sub-nav li a:hover{
    background-color: #017ecb;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  line-height: 1;
  text-align: right;

  float: right;
  z-index: 999;
/*  position: absolute;*/
  top: 0;
  right: 0;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;

  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
 display: inline-block;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px 13px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #017ecb;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a img{
  width: 25px;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
  width: 100%;
}
#cssmenu ul ul li a {
  padding: 15px 20px;

  display: block;
  font-size: 14px;
  background: #1f2428;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  text-align: center;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
  background: #266ad8;
}
/*#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
*/}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;

}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
  
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    text-align: center;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;

  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #999;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 7px;
    border-top: 2px solid #999;
    border-bottom: 2px solid #999;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;

  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

.banner_li{
  position: relative;
}
.top{
  background: #000;
  padding: 10px 0;
}
.top_box_left p{
  font-size: 14px;
  color: #fff;
}
.top_box_right{
  padding-top: 3px;
}
.top_box_right img{
  display: inline-block;
  width: 25px;
  height: auto;
  margin-right: -50px;
}
.top_box_right input{
  background: none;
  width: 100%;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding-left: 65px;
  font-size: 14px;
  color: #fff;
}

.head_left img{ 
  max-width: 80px;
}

.product{
  padding:30px 0;
}
.product_t{

  color: #017ecb;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.product_t span{
  display: inline-block;
  height: 12px;
  background: #e60012; 
  width: 3px;
  margin-right: 5px;
}
.product_li{
  padding: 10px;
}
.product_li_img img{
  height: 250px;
  width: 100%;
  display: block;
}
.product_li_t1{
  font-size: 14px;
  color: #017ecb;
  height: 55px;
  padding: 10px 0;
  font-weight: 600
}
.product_li_t2{
  min-height: 75px;
}

.product_li_t2 span{
  display: block;
  font-size: 13px;
  color: #333;
}
.product_li_more{
  margin-top: 10px;
}
.product_li_more span{
  background: #000;
  padding: 3px 5px;
  color: #fff;
  font-size: 13px;
}
.product_li_more span img{
  width: 30px;
  display: inline-block;
  margin-left: 40px;
}
.product_li a{
  position: relative;
  display: block;
}
.product_li a:hover{
  opacity: 0.8
}
.company_left video{
  width: 100%;
  height: 320px;
}
video::-webkit-media-controls-timeline {
        display: none;
    }

video::-webkit-media-controls-current-time-display{
    display: none;            
}

video::-webkit-media-controls-time-remaining-display {
    display: none;            
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
.company_r1 p{
  text-indent: 2em;
  color: #000;
  font-size: 14px;
}
.company_right{
  padding-left: 15px;
}
.company_r2{
  margin: 10px 0;
}
.company_r2 span{
  display: inline-block;
  padding: 5px 15px;
  border:1px solid #eee;
  box-shadow: 0 0 10px #ccc;
  border-radius: 3px;
  margin-right: 5px;
  color: #017ecb;
  font-size: 18px;
  font-weight: bold;
}
.company_r3{
  font-size: 14px;
  color: #000;
}

.cooperation{
  background: url(../images/b_bj.jpg) no-repeat;
  background-size: 100%100%;
  padding: 5% 0;
  width: 100%;
  margin: 10px 0;

}

.cooperation_lis{
  margin: 5px;
  position: relative;
}
.cooperation_lis img{
  width: 100%;
  height: 200px;
}
.cooperation_lis_back{
  opacity: 1;
  position: absolute;
  z-index: 9;
  left: 0;
  top:0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
   transition: all 1s;

}
.cooperation_lis_back .p1{
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}
.cooperation_lis_back .p2{
   padding: 5px 10px;
  color: #fff;
  font-size: 14px;
}

.cooperation_lis:hover .cooperation_lis_back{
  display: flex;
  -webkit-display: flex;
  align-items: center;
  -webkit-align-items: center;
  transition: all 1s;
 
}
.cooperation_t{
      color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.cooperation_t span{
      display: inline-block;
    height: 12px;
    background: #e60012;
    width: 3px;
    margin-right: 5px;
}
.sw_li img{
  margin: 0 auto;
  display: block;
}
.foot_li .p1 span{
  display: inline-block;
  width: 200px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.foot_li .p2 span{
  display: block;
  color: #333;
  font-size: 14px;
  padding: 5px 0;
}
.foot_li .p2 span a{
  display: block;
  color: #333;
  font-size: 14px;
}
.foot_li .p2 span a:hover{
  color: #017ecb;
}
.foot{
  padding-bottom: 30px;
  clear: both;
  overflow: hidden;
}
.foot_li .p2 span img{
  width: 25px;
  margin-right: 5px;
}
.cooperation_r1{
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  color: #fff;
  text-align: center;
}
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev1{
  background-image: url(../images/b_right.png);
}
.swiper-button-prev1, .swiper-container-rtl .swiper-button-next1{
    background-image: url(../images/b_left.png);
}

@media (max-width: 768px){
  .company_r2 span{
    font-size: 14px;
  }
  .company_right{
    padding: 10px;
  }
  .product_li_img img{
    height: auto;
  }
  .head_left img{
    max-width: 60px;
  }
  .top_box_left p{
    font-size: 12px;
  }
 .head_right{
  margin-top: -45px;
 }
 #cssmenu > ul > li > a img{
  display: none
 }
 .top_box_right{
  text-align: center;
 }
 .top_box_right img{
  position: relative;
    margin-right: -50px;
    left: 10px;
 }
 .top_box_right input{
  margin-left: 15px;
 }
}
