@charset "utf-8";
/* CSS Document */
html{color:#333;background:#fff}



body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
#w-1200{width:1260px; margin:0 auto; overflow:hidden;}
#w-1200-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
#w-90{margin:0 auto;width: 90%;overflow: hidden;}
#w-80{margin:0 auto;width: 80%;overflow: hidden;}
#w-1260{margin:0 auto;width: 1260px;overflow: hidden;}
#w-1260-1{margin:0 auto;width: 1260px;}
.p-img{width: 100%;}

/*====================top====================*/
.top-bg{
  width: 100%;
  height: 144px;
  position: fixed;
  top:0px;
  left:0px;
  z-index: 111111;
  /*background: rgb(241,241,241,0.8);
  ilter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f1f1f1,endColorstr=#33f1f1f1);
  -webkit-box-shadow: 0px 2px 3px rgba(102,102,102,0.2);*/
  background-color: #fff;
  box-shadow: 0px 2px 3px rgba(102,102,102,0.2);
  transition: all 0.3s;
}
.top-bg-hover{
  background-color:#fff;
  -webkit-box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  box-shadow: 0px 5px 8px rgba(102,102,102,0.35);
  transition: all 0.3s;
}
.ch-logo{
  position: relative;
}
/*====================menu====================*/
.menu-bg{
  width: 100%;
  height: auto;
}
.pc-menu li{
  position: relative;
  z-index: 200;
  float: left;
  width: 11%;
  padding:0px 0.1% 0px  0.1%;
  color: #222222;
  list-style: none;
  transition: all 0.3s ease-out;
}
.pc-menu-bg1{
/*  background: url(../images/menu-bg1.png) top right no-repeat;*/
}
.pc-menu-bg1:hover{
  background: none;
}
.pc-menu li:hover{
 /* background-color: #fd5f20;*/
}
.pc-menu li a{
  position: absolute;
  z-index: 1000;
  display: block;
  height: 150px;
  line-height: 150px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  position: relative;
}
.pc-menu li:hover a{
  color:#fff;
}
.pc-menu li .active{
  background-color: #ff3131;
  color: #fff !important;
}
.pc-menu li:after {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 10;
  background: url(../images/menu-bg.png) repeat-x #ff3131;
  background-position: 50px 50px;
  content: "";
  height: 150px;
  transition: all 0.4s ease 0s;
  width: 0%;
}
.pc-menu li:hover:after {
  width: 100%;
  left: 0px;
  background-position: 0px 0px;
}
.pc-menu li ul{
  position: absolute;
  top:150px;
  left:0px;
  z-index: 111111111;
  z-index: 1000;
  margin:0px;
  margin-left:0px;
  padding:15px 15px 30px 15px;
 /* width:230px;*/
  display: none;
  background-color: #fff;
  overflow: hidden;
}
.pc-menu li ul a{
  display: block;
  margin:0 auto;
  padding:0px;
  height: 30px;
  font-size: 15px;
  color: #333 !important;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  border-bottom: 1px solid #d7d7d7;
}
.pc-menu li ul a:hover{
  color: #fb8404 !important;
}
.pc-menu li ul a:hover:after{
  content: "";
  height: 0px;
  left: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 0%;
}
/*导航*/
/*导航*/
.header-nav .nav-list>li{float:left;padding:60px 0;position:relative;}
.header-nav .nav-list>li>a{padding:0 25px;font-size:16px;position:relative; color: #333;}
.header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#296acc;}
.header-nav .nav-list>li>a:after{content:'';position:absolute;width:1px;height:10px;background-color:#ddd;top:50%;margin-top:-5px;margin-left:25px;}
.header-nav .nav-list>li:last-child>a:after{display:none;}
.header-nav .header-contact{margin-top:32px; no-repeat left center;padding-left:42px;}
.header-nav .header-contact>p{color:#444;font-size:14px;margin-bottom:0;line-height:18px;}
.header-nav .header-contact>.fr p:first-child{font-size:12px;color:#bbb;line-height: 12px;}
.top-icon{width:12px;height:12px;position:absolute;margin-left:-18px;vertical-align:middle;margin-top:6px;}
.icon-follow{background:url("../images/top_icons2.png") no-repeat left center;}
.icon-global{background:url("../images/top_icons3.png") no-repeat left center;}
.dropdown-menu{border-radius:0;margin-top:0;border-top-color:#ddd;min-width:auto;display:block;display: none\9;display: block\9\0;-webkit-transform:scale(1.2,0);transform:scale(1.2,0);opacity:0;-webkit-transform-origin:top;transform-origin:top;-webkit-transition:all .2s ease-out;-webkit-transition:-webkit-all .2s ease-out;transition:-webkit-all .2s ease-out;transition:all .2s ease-out;transition:all .2s ease-out,-webkit-all .2s ease-out;-webkit-box-shadow:0px 5px 8px rgba(102,102,102,0.35);box-shadow:0px 5px 8px rgba(102,102,102,0.35);padding:17px 26px;}
.dropdown-menu > li:not(:last-child){border-bottom:1px solid #d7d7d7;}
.dropdown-menu > li>a{padding:5px 0;font-size:14px;line-height:28px; color: #666;}
.dropdown-menu > li>a:hover{color:#fb8404;background-color:transparent;}
.dropdown-active{display: block\9;-webkit-transform:scale(1,1);transform:scale(1,1);opacity:1;}

.chanpin_list_wrap{ -webkit-transition: all .2s ease-out;-webkit-transition: -webkit-all .2s ease-out;transition: -webkit-all .2s ease-out;transition: all .2s ease-out;transition: all .2s ease-out,-webkit-all .2s ease-out;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;position: absolute;z-index: 99;left: 0;right:-700px; top:97px; background-color: #fff;padding-top:30px;padding-bottom:22px;}
.chanpin_list_wrap .chanpin_list{/* margin:0 15px; */text-align:center;}
.chanpin_list_wrap .chanpin_list img{ border:1px solid #cccccc;}
.chanpin_list_wrap .chanpin_list h3{border-bottom:1px solid #ddd;padding-bottom:15px;color: #333;margin-top: 20px;margin-bottom: 10px;font-size:16px;font-weight:bold;}
.chanpin_list_wrap ul{padding-left:0;}
.chanpin_list_wrap ul li{line-height:24px;}
.chanpin_list_wrap ul li .pro_list_item a{color:#999;font-size:14px;margin:0 10px 14px;line-height:14px;display:inline-block;}
.chanpin_list_wrap ul li .pro_list_item a.active{color:#FF9900}
.chanpin_list_wrap li span{color:#3671CF;width:80px;border-right:1px solid #e4e4e4;line-height:14px;margin-right:15px;float:left;}
.chanpin_list_wrap li a{color:#777;}
.chanpin_list_wrap li a:hover{color:#f90;}
.chanpin_list_wrap li span>a{color:inherit;}
.chanpin_list_wrap li span>a:hover{color:inherit;}
.chanpin_list_wrap .pro_list_item{overflow:hidden;}
.hide{display:none; transition: all 0.3s;}
/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
	border-bottom:1px #b9c9d1 solid;
	padding-top:12px;
	padding-bottom:12px;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 20%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  width: 96%;
  font-size:15px;
  color: #2b2b2b;
  text-align: center;
  text-decoration: none;
  border-right:1px solid #dddddd;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 29px;
}
/*====================title====================*/
.ch-tit{
  padding:15px 15px;
  
}
.ch-tit h2{
  display: block;
  margin-top: 8px;
  padding-bottom: 12px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #efefef;

}
.ch-tit p.c-en{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #666;
}
.ch-tit p.c-con{
  display: block;
  margin-top:8px;
  font-size: 17px;
  color: #575757;
  text-align: center;
}

/*====================middle====================*/
  /*标题*/
.ch-tit{
  padding:15px 15px;
  
}
.ch-tit h2{
  display: block;
  margin-top: 8px;
  padding-bottom: 12px;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #efefef;

}
.ch-tit p.c-en{
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  color: #666;
}
.ch-tit p.c-con{
  display: block;
  margin-top:8px;
  font-size: 17px;
  color: #575757;
  text-align: center;
}
  /*标题*/
  .tit1{
    width: 100%;
    height: auto;
    overflow: hidden;
  }
 
  .tit1 h3{
    display: block;
    height:36px;
    text-align: center;
    font-size:28px;
    color: #296acc;
    font-weight: bold;
	text-transform: uppercase;
  }
  .tit1 .tit-1{
	  width:57px;
	  height:4px;
	  background:#e70012;
	  margin:0 auto;
	  margin-bottom:15px;
  }
  .tit1 p{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #737373;
    letter-spacing: 0px;
  }
  .tit1 .enzi{
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
  }
  /*分类*/
.about-pc{
	padding-bottom:21px;
	background:url(../images/about-bg.jpg) no-repeat top center;
}
.about-pc h3{
	color:#085fc0;
	font-size:32px;
	font-weight:bold;
	height:55px;
}
.about-pc h2{
	color:#085fc0;
	font-size:20px;
	height:48px;
}
.about-pc p{
	color:#666666;
	font-size:16px;
	line-height:34px;
}
.about-pc a{
	display:block;
	width:250px;
	height:55px;
	text-align:center;
	line-height:55px;
	color:#2a2a2a;
	border:1px solid #a0a0a0;
	font-size:18px;
	margin-top:25px;
}
  /*效果1*/
  .swiper-container {
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
    }
  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
  }
  .h-xg-a{
    position: relative;
  }
  .h-xg-a img{
    width: 100%;
    height: auto;
  }
  .h-xg-a .zi{}
  .h-xg-a .zi h3{
    display: block;
    margin-top: 10px;
    padding:5px 0px;
    font-size: 16px;
    color: #333;
    letter-spacing: 0px;
    border:1px solid #666;
    text-align: center;
  }

 /*====================优势====================*/
.youshi{
	padding-bottom:68px;
	background:url(../images/youshibg.jpg) no-repeat top center;
	width:100%;
	padding-top:40px;
}
.youshi .youshi-l h3{
	text-indent:20px;
	margin-top:36px;
	height:60px;
	font-size:45px;
	font-weight:bold;
	color:#fc3838;
}
.youshi .youshi-l h4{
text-indent:20px;
	height:45px;
	font-size:21px;
	color:#4f4f4f;
	text-transform: uppercase;
}
.youshi .youshi-l li{
	transition: all 0.3s ease-out;
	width:47%;
	height:235px;
	float:left;
	margin-left:15px;
	margin-bottom:15px;
	border:1px dashed #a1a1a1;
	padding:2%;
}
.youshi .youshi-l li h5{
	transition: all 0.3s ease-out;
	height:56px;
	line-height:30px;
	background:url(../images/libg.jpg) no-repeat left top;
	text-indent:40px;
	font-size:24px;
	color:#5f5f5f;
	font-weight:bold;
}
.youshi .youshi-l img{
	display:block;
	margin-top:20px;
	margin-bottom:36px;
}
.youshi .youshi-l li p{
	line-height:220%;
	font-size:16px;
	color:#5f5f5f;
}
.youshi .youshi-l li:hover{
	transition: all 0.3s ease-out;
	border:1px dashed #085fc0;
}
.youshi .youshi-l li:hover h5{
	transition: all 0.3s ease-out;
	color:#085fc0;
}

.youshi .youshi-r h3{
	height:48px;
	margin-top:36px;
	color:#08b2c1;
	font-size:33px;
	font-weight:bold;
}
.youshi .youshi-r h4{
	color:#085fc0;
	font-size:22px;
	font-weight:bold;
}
/*====================top====================*/
.ys-bg{
	padding-top:15px;
  width: 100%;

}
.ys-tit{
	padding-bottom:45px;
	background:url(../images/ys-tit.jpg) no-repeat top center;
}
.ys-tit h3{
	margin-bottom:10px;
	font-size:48px;
	font-weight:bold;
	text-align:center;
	color:#3d3d3d;
}
.ys-tit h3 span{
	font-size:48px;
	font-weight:bold;
	text-align:center;
	color:#a1a1a1;
}
.ys-tit h3 strong{
	font-size:48px;
	font-weight:bold;
	text-align:center;
	color:#d01815;
}
.ys-tit h5{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	color:#3d3d3d;
}
.ys-pr{
	width:100%;
}
.ys-pr .ys-top1{
	padding-bottom:30px;
	border-bottom:1px dashed #cccccc;
}
.ys-pr .ys-top1 h3{
	color:#fc3838;
	font-size:30px;
	background:url(../images/ys-pr.jpg) no-repeat top left;
	font-weight:bold;
	line-height:60px;
	height:75px;
	padding-left:55px;
}
.ys-pr .ys-top1 p{
	letter-spacing:1.5px;
	padding-left:45px;
	font-size:22px;
	color:#333333;
	line-height:180%;
}
 
  
/*news*/

.ql-m-img img{
  display: block;
  margin:0 auto;
  margin-top: 20px;
}
.gl-news-bg{
  padding:30px 30px 30px 30px;
  overflow: hidden;
}
.ql-news-tit h2{
  display: block;
  padding:5px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color:#085fc0;
}
.ql-news-tit p{
  padding:15px;
  font-weight: 500;
  line-height: 1.1;
  color: #333;
  text-align: center;
  font-size: 16px;
}
.ql-news li{
  padding:15px;
  overflow: hidden;
}
.ql-news li .tubiao{
  float: left;
  width: 8%;
}
.ql-news li .news-r{
  width: 92%;
  float: right;
}
.ql-news li .news-r a h3{
  display: inline-block;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.ql-news li .news-r p{
  font-size: 14px;
  color: #777;
  line-height: 170%;
}
.ql-news-b{

}
.ql-news-b a h3{
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
.ql-news-b p{
  font-size: 14px;
  color: #777;
  line-height: 170%;
}
.ql-news-b .tua{
  position: relative;
  margin-top: 60px;
  background-color: rgba(0,0,0,0.6);
  display: block;
}
.ql-news-b .tua a{
  display: block;
  position: absolute;
  top:35%;
  left:50%;
  z-index: 10;
  margin-left:-15%;
  width: 30%;
  padding:2%;
  border:2px solid #fff;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 3px;
  transition: all 0.3s;
}
.ql-news-b .tua a:hover{
  background-color: #085fc0;
}
.ql-news-b .tua:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
}
.ql-news-b .tua img{
  width: 100%;
}
/*合作伙伴*/
.ql-hb img{
  border:1px solid #efefef;
  box-sizing: border-box;
  width: 100%;
  display: block;
}

/*产品*/

.gj-pro-pad{
  padding:3px;
}
.gj-pro{
  transition: ease-in-out .5s;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
.gj-pro .por-content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(255,255,255,0);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,0);
  box-shadow: 0 0 12px rgba(0,0,0,0);
  transition: ease-in-out .5s;
  box-sizing: border-box;
/*  margin: 0;
  padding: 0;
  border: 0;*/
}
.gj-pro:hover .por-content{
  background-color: rgba(0, 0, 0, 0.80);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.2);
  box-shadow: 0 0 12px rgba(0,0,0,.2);
}
.thumb{
  opacity: 1 !important;
  width: 100%;
  border:1px solid #efefef;
  box-sizing: border-box;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-btn{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  margin-top: -23px;
  padding: 0px 15px;
  height: 46px;
  line-height: 46px;
  background-color: transparent;
  border: 1px #fff solid;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
  box-sizing: border-box;
}
.gj-pro .por-content .por-header{
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  padding: 12px 12px 4px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out .5s;
}
.gj-pro .por-content .por-header a{
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  color: #fba704;
}
.gj-pro .por-content .por-header span{
  display: inline-block;
  width: 50%;
  font-size: 12px;
  color: #fff;
}
.gj-pro:hover .por-header, .gj-pro:hover .por-btn {
  opacity: 1;
  visibility: visible;
}
.gj-pro:hover .por-content .por-btn{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.gj-pro .por-content .por-btn:hover {
  background-color: #fba704;
  border: 1px #fba704 solid;
  color: #fff;
}
.gj-pro:hover .por-content .por-header {

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);

}

/*新闻*/
.news-tit{
  padding-bottom: 30px;
  width: 100%;
  height: auto;
  text-align: center;
  overflow: hidden;
}
.news-tit p{
  font-size: 28px;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.news-tit h2{
  font-size: 21px;
  color: #4c4c4c;
  margin-bottom: 20px;
  font-weight: normal !important;
}
.news-tit span{
  display: block;
  height: 30px;
  width: 5px;
  margin:0 auto;
  position: relative;
}
.news-tit span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -0.5px;
    width: 1px;
    height: 30px;
    background: #787878;
}
.news-bg{
  padding:50px 0px;
  background:#f2f2f2;
  overflow: hidden;
}
/*æ–°é—»*/
.xt-news{
  position: relative;
  padding:4%;
  background-color: #fff;
  overflow: hidden; 
  transform: all 0.3s ease-out;
}
.xt-news:hover{
  box-shadow: 3px 3px 6px #ddd;
}
.xt-news:before{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 5px;
  background: #ff3131;
  transition: all 0.3s ease-out;
}
.xt-news:hover:before{
  width: 100%;
}
.xt-news .tu{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.xt-news .tu img{
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}
.xt-news:hover .tu img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.xt-news .tit{
  padding: 30px 20px;
}
.xt-news .tit p.date{
  font-size: 12px;
  color: #8a8a8a;
  margin-bottom: 14px;
}
.xt-news .tit a h3{
  display: block;
  margin-bottom: 12px;
  font-weight: normal !important;
  font-size: 17px;
  color: #505050;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
.xt-news .tit p.con{
  margin-bottom: 42px;
  font-size: 15px;
  line-height: 22px;
  color: #8a8a8a;
  height: 44px;
  overflow: hidden;
}
.xt-news .tit .more{
  position: relative;
  padding: 0 0 0 84px;
}
.xt-news .tit .more a{
  font-size: 12px;
  color: #a6a6a6;
  font-style: italic;
}
.xt-news .tit .more:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 10px;
    width: 70px;
    height: 1px;
    background: #a6a6a6;
}
/*简介*/
.gj-gs-img img{
  width: 100%;
}
.gj-gs{
  margin:5% 0px;
  padding-left: 5%;
}
.gj-gs-tit{

}
.gj-gs-tit h2 strong{
  display: block;
  font-size: 30px;
  font-weight: 700;   
  padding-bottom: 15px;
}
.gj-gs-tit p{
  display: block;
  font-size: 15px;
  color: #666;
}
.gj-gs-con{
  padding:20px 0px;
  height: 300px;
  overflow: hidden;
}
.gj-gs-con p{
  font-size: 15px;
  color: #666;
  line-height: 190%;
}
.gj-gs-more {
  margin-top: 30px;
}
.gj-gs-more a{
  display: inline-block;
  width: 250px;
  border: 1px solid #000;
  padding:12px 0px;
  text-indent: 10%;
  font-size: 14px;
  color: #000;
  line-height: 30px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gj-gs-more a:hover{
  background-color: #fba704;
  color: #000;
}
.gj-gs-more a i{
  float: right;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  position: relative;
  transition: all 0.5s;
}
.gj-gs-more a:hover i{
  margin-right: 20px;
}
.gj-gs-more a i:before{
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/about-jiantou.png);
  position: absolute;
  z-index: 11111;
  transition: all 0.5s;
}
.gj-gs-more a:hover i:before{
  background: url(../images/about-jiantoub.png);
}
/*中间宣传*/

/*====================end middle====================*/
/*====================middle====================*/
.fb-pro{
  margin-bottom: 30px;
}
.fb-pro li{
	padding-top:30px;
	width:100%;
	border:1px solid #cccccc;
}
.fb-pro li .biaoti{
	width:55px;
	height:5px;
	background:#296acc;
	margin:0 auto; 
}
.fb-pro .tu1{
  position: relative;
  width: auto;
  height: auto;
 /* border:1px solid #eeeeee;*/
  border-bottom:none;
  overflow: hidden;
}
.fb-pro .tu1 img{
  width: 100%;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.fb-pro:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}

.fb-pro .p01-cont{
  padding:22px 3px 18px 3px;
  border-bottom:4px solid #eeeeee;
  transition: all 0.35s ease-out;
}

.fb-pro .p01-cont a h3{
  display: block;
  text-align:center;
  font-size: 20px;
  color: #444444;
  font-weight:bold;
  margin-top:13px;
  height:42px;
  overflow: hidden;
  transition: all 0.35s ease-out;
}



.fb-pro .p01-cont .phone p{
	width:95%;
	margin:0 auto;
  display: block;
  margin-top: 5px;
  font-size:15px;
  line-height:170%;
  color: #747474;
  transition: all 0.35s ease-out;
}

.my-pro-phone{
  display: none;
}

/*====================foot====================*/
.foot-tit{
  margin-top: 15px;
}
.foot-tit p{
  font-size:17px;
  color: #f3e921;
  line-height: 190%;
}
.foot-lx{
  width: 100%;
  background: url(../images/foot-cont.jpg) top center no-repeat;
  overflow: hidden;
}
.foot-lx h2{
  display: block;
  width: 110px;
    height: 81px;
    margin: 0 auto;
    padding-top: 53px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}
.foot-lx .linea{
  width: 80px;
  height: 3px;
  background-color: #fff;
  margin:0 auto;
  margin-top: 5px;
}
.foot-lx-nr{
  margin-top: 43px;
  padding:15px;
  background: url(../images/foot-bg2.jpg);
  overflow: hidden;
}
.foot-lx-nr p.com-name{
  display: block;
  margin-top: 70px;
  text-align: center;
  font-size: 27px;
  color: #333;
  font-weight: 800;
  letter-spacing: 5px;
}
.foot-lx-nr p.con-name-en{
  display: block;
  margin-top: 5px;
  font-size: 15px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.foot-lx-nr p.con-phone{
  display: block;
  margin-top:5px;
  font-size: 37px;
  color: #085fc0;
  font-weight: bold;
  text-align: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.foot-lx-nr a{
  display: block;
  margin:0 auto;
  margin-top: 15px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  border:1px solid #eb0909;
  text-align: center;
  font-size: 15px;
  color: #eb0909;
}
.gl-foot-w{
  padding:30px 0px 30px 0px;
  background-color: #282828;
  overflow: hidden;
}
.gl-foot-tit h3{
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.gl-menu p{
	font-size:14px;
	line-height:25px;
	color:#e9e9e9;
}
.gl-menu a{
  display: block;
  padding:5px 0px;
  font-size: 14px;
  color: #fff;
}
.gl-f-proc{}
.gl-f-proc a{
  display: block;
  padding:5px 1%;
  font-size: 14px;
  color: #fff;
}
.foot-ewm{
  text-align: center;
}
.foot-ewm img{
  display: block;
  margin:0 auto;
}
.foot-ewm p{
  display: block;
  padding:10px 0px;
  text-align: center;
  font-size: 18px;
  color: #ffff20;
}
.gl-f-phone{
  
}
.gl-f-phone p{
  display: block;
  padding:5px 0px;
  line-height: 170%;
  color: #fff;
  text-align: center;
}
.gl-line{
  border-right:1px solid #4c4c4c;
}
.gl-bq{
  margin-top: 20px;
  border-top:1px solid rgba(255,255,255,0.05);
  padding-top: 28px;
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq p,
.gl-bq p strong,
.gl-bq p p{
  color: #bcbcbc;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
}
.gl-bq a{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
  /*分类*/
  .gl-proc{
    padding:15px 0px;
    text-align: center;
  }
  .gl-proc li{
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
    display: block;
    font-size: 17px;
    margin-right: 5px;
    margin-top: 10px;
    width: auto;
    border: #d3d6da 1px solid;
    padding: 8.5px 14px;
    color: #666;
    border-radius: 3px;
    transition: all 0.5s;
  }
  .gl-proc li:hover a{
    background-color: #296acc;
    color: #fff;
  }
/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #ffeb3b;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (min-width: 1260px){
	.about-mini{
		display:none;
	}
  #w-1200{width:80%}
  #w-1200-1{width:80%;}
  .pc-menu-bg{width: 100%;}
  /*menu*/
  /*.header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}*/
}

@media only screen and (max-width: 1260px){
	
	.about-pc{
		display:none;
	}
	.fb-pro .p01-cont a h3{
		font-size:18px;
	}
	.fb-pro .p01-cont .phone p{
		font-size:14px;
	}
	.mini-tit img{
		margin:0 auto;
		display:block;
	}
	.youshi{
		display:none;
	}
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 13px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  
}
@media only screen and (max-width: 992px){
	.about-pc{
		display:none;
	}
		.fb-pro .p01-cont a h3{
		font-size:18px;
	}
	.fb-pro .p01-cont .phone p{
		font-size:14px;
	}
	.youshi{
		display:none;
	}
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}

  .gj-pro-ys{padding:10px 15px;}
  .pro-ys .ys-l{width: 80px;  height:80px; margin:0 auto; float: none;}
  .pro-ys .ys-l p.numa{ margin:0 auto; left:0px;}
  .pro-ys .ys-r strong{text-align: center;}
  
  .tit1 h2{font-size: 20px;height: auto; letter-spacing: 2px; margin-bottom: 10px;}
  .tit1 .enzi{font-size: 12px;}
  .tit1 p{font-size: 14px; padding:5px 15px;}
  .gl-news-bg{padding:15px;}
  .ql-news li{padding:0px; padding-bottom: 15px;}
  .news-tit p{font-size: 20px;}
  .news-tit span{display: none;}
  .news-tit{padding-bottom: 10px;}
  .foot-lx-nr p.com-name{margin-top: 15px;font-size: 20px;}
  .foot-lx-nr p.con-phone{font-size: 20px;}
  .foot-lx{height: auto; padding-bottom: 15px;}
  .gj-pro-pad .pro-titb a h3{ display: block; text-align: center; font-size: 15px;color: #333; padding:10px 0px; }




}
/*====================手机====================*/
@media only screen and (max-width: 768px){
	.about-mini{
		padding:25px 10px;
		width:100%;
		background:url(../images/about-mini.jpg) no-repeat top center;
	}
	.about-mini img{
		width:90%;
		margin:0 auto;
		display:block;
	}
	.about-mini h3{
		font-weight:bold;
		margin-top:45px;
		height:54px;
		color:#085fc0;
		font-size:32px;
	}
	.about-mini h2{
		height:45px;
		color:#085fc0;
		font-size:21px;
	}
	.about-mini p{
		line-height:32px;
		color:#666666;
		font-size:16px;
	}
	.about-mini a{
		width:176px;
		height:40px;
		display:block;
		border:1px solid #a0a0a0;
		margin:25px auto 20px;
		text-align:center;
		line-height:40px;
		color:#666666;
		font-size:16px;
	}
	.about-pc{
		display:none;
	}
		.fb-pro .p01-cont a h3{
		font-size:18px;
	}
	.fb-pro .p01-cont .phone p{
		font-size:14px;
	}
	.youshi{
		display:none;
	}
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}




 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}
 
}
.fb-pro{
	width: 33.1%;
}