
/*内页*/
.subNavOut{border-bottom: 1px solid #eee; background:#fff;
}
.subNav{    
}
.crumbs {
  line-height: 79px;height: 79px;
  font-size: 12px;
  float:left; width:38%;
}
.crumbs .centerBlock {
font-size:13px;color: #999; padding-left:5px; 

}
.crumbs .centerBlock img{ margin-right:5px;}
.crumbs .centerBlock a {
  color: #999; font-size:13px;
}
.crumbsPro {
 width:98%;
}
.comon_top {
  width: 62%; float:right;

}
.comon_top .top_title {
  text-align: center;
  padding: 60px 0px;
}
.comon_top .top_title .hh1 {
  font-size: 36px;
  color: #050505;
  font-family: "å®‹ä½“";
  line-height: 60px;
  overflow: hidden;
  height: 60px;
}
.comon_top .top_title .hh2 {
  font-size: 14px;
  color: #3b3b3b;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.comon_top .top_title .hh3 {
  font-size: 10px;
  font-family: arial;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

@media (max-width: 640px) {
  .comon_top .top_title {
    padding: 20px 0;
  }
  .comon_top .top_title .hh1 {
    font-size: 32px;
  }
}
.comon_top .top_nav {
  text-align: right; height:79px; float:right;
  font-size: 14px; 
 
}
.comon_top .top_nav a {
  display:block; float:left; min-width:60px;
  padding: 0px 10px; 
  line-height: 79px;
  text-align: center;
  position: relative;
  z-index: 1;    color: #666666; font-size:13px;
}
.comon_top .top_nav a:before {
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background: #005baa;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.comon_top .top_nav a:hover {
  color: #fff;
}
.comon_top .top_nav a:hover:before {
  height: 79px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.comon_top .top_nav a span {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  height: 79px;
  display: block;
}
.comon_top .top_nav .active {
  color: #fff;
}
.comon_top .top_nav .active:before {
  height: 79px;
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width:1110px) {
.comon_top .top_nav a {
  padding: 0px 5px; }
  }
  @media screen and (max-width:1012px){
 .comon_top{ display:none;}
 .crumbs{ width:100%}
  }
@media (max-width: 640px) {
 .crumbs{ width:100%; float:none; line-height:39px; height:auto;}
	.crumbs .centerBlock { margin:0 auto; width:98%;}
  .comon_top .top_nav { display:none;
  }
  .comon_top .top_nav a {
    width: 100%;
    background: #c40324;
    margin-bottom: 15px;
  }
}
.comon_top .top_nav_er {
  background: #2d2d2d;
  margin-bottom: 50px;
}
.comon_top .top_nav_er ul {
  position: relative;
  left: 50%;
  float: left;
  padding: 15px 0px;
}
.comon_top .top_nav_er ul li {
  position: relative;
  right: 50%;
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}
.comon_top .top_nav_er ul li a {
  color: #fff;
  border-right: 1px solid #424242;
  padding: 0 26px;
  display: block;
  width: 100%;
  height: 16px;
  overflow: hidden;
  line-height: 16px;
}
.comon_top .top_nav_er ul li a:hover {
  color: #c40324;
}
@media (max-width: 640px) {
  .comon_top .top_nav_er {
    margin-bottom: 30px;
  }
}
.mainCon{ background:#eee;}
.case_nei {
  max-width: 1280px;
  width: 98%; margin:0 auto;
 
}
.case_nei ul li {
  width: 32.4%;
  float: left;
  margin-bottom: 1.3%;
  margin-right: 1.3%;
  position: relative;
  cursor: pointer;
}
.case_nei ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.case_nei ul li .pic {
  position: relative;
  overflow: hidden;
}
.case_nei ul li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.case_nei ul li .pic h5{ text-align:center; position:absolute; bottom:0px; background:#333; color:#fff; filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; width:100%; line-height:30px; margin-bottom:0px; margin-top:0px; padding:15px 0px;}
.case_nei ul li .pic i {
  display: block;
  padding-bottom: 62.4%;
}
.case_nei ul li .txt {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
  background: rgba(45, 45, 45, 0.85);
  color: #c40324;
  padding: 0 5%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.case_nei ul li .txt a { margin-top:20px;
  color: #c40324;
  display: block;
  text-align: center;
}
.case_nei ul li .txt a span {
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.case_nei ul li .txt a .num {
  font-size: 40px;
  font-family: AvantGardeITCbyBT-Book;
  font-weight: bold;
}
.case_nei ul li .txt a .tt1 {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
.case_nei ul li .txt a .tt2 {
  color: #ccc;
}
.case_nei ul li .txt a p {
  width: 90%;
  color: #fafafa;
  line-height: 20px;
  overflow: hidden;
  transition: 1s;
  max-height: 40px;
  margin: 30px auto;
}
.case_nei ul li .txt .more {
  width: 31px;
  height: 31px;
  display: block;
  margin: auto;
  background: url(../images/pro_quan.png) no-repeat;
}
.case_nei ul li:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.case_nei ul li:hover .txt span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.case_nei ul li:hover .pic img {
  transform: scale(1.1);
  }
  .case_nei ul li:hover .pic h5 { display:none;
}
@media (max-width: 640px) {
  .case_nei ul li {
    width: 49%;
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
  .case_nei ul li .txt {
    display: none;
  }
}
.pageing {

  font-family: arial;
  font-size: 14px;
  text-align: center; width:100%
}
.pageing li  {
  display: inline-block;
  padding:0 10px;
  line-height: 50px;
  transition: All .2s ease-in-out;
  color: #272727;
  text-decoration: none;
  border-bottom: 1px solid #fff; margin-bottom:20px;
}
.pageing li a{
	padding: 0 25px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #999;
    border: 1px solid #999;
    display: inline-block;
    background: #fff; border-radius:25px;
	
	}
.pageing li a:hover {
  color: #fff;
  font-size: 12px;
  background: #026fbf;
}
.pageing li.c {
    height: 50px;
    line-height: 50px;
    background: #026fbf;
    color: #fff;
	border: 1px solid #d9d9d9;
	padding: 0 15px;
	border-radius:25px;
	text-align: center;}
.pageing .active {
  color: #fff;
  font-size: 12px;
  background: #026fbf;
}
@media (max-width: 640px) {
  .pageing {
    margin: 30px auto;
  }
  .pageing li  {
  padding:0 4px;}
}
.zi_news {
  margin: auto;
  width: 100%;
  background: #e6e6e6;
  overflow: hidden;
  border-top: 1px solid #CCCCCC;
  margin-top: 25px;
}
.zi_news ul {
  margin: 40px auto 50px;
  max-width: 1280px;
  width: 98%;
  overflow: hidden;
}
.zi_news ul li {
  float: left;
  width: 32%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  margin-right: 2%;
  position: relative;
  padding-left: 15px;
}
.zi_news ul li a {
  color: #272727;
}
.zi_news ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.zi_news ul li:after {
  width: 9px;
  height: 0px;
  content: "";
  border-bottom: 2px solid #272727;
  position: absolute;
  top: 50%;
  left: 0px;
}
.zi_news ul li:hover a {
  color: #c40324;
}
.zi_news ul li:hover:after {
  border-color: #c40324;
}
@media (max-width: 480px) {
  .zi_news ul li {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 640px) {
  .zi_news {
    margin-top: 0px;
  }
  .zi_news ul {
    margin: 20px auto 30px;
  }
}
.zi_news_x {
  width: 100%;
  background: #e6e6e6;
  border-top: 1px solid #CCCCCC;
  padding: 25px 0px;
  overflow: hidden;
}
.zi_news_x .al_new {
  width: 98%;
  max-width: 1280px;
  margin: auto;
}
.zi_news_x .al_new .left {
  width: 12%;
}
.zi_news_x .al_new .left span {
  width: 138px;
  border: 1px solid #a0a0a0;
  height: 62px;
  display: inline-block;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  color: #0f0f0f;
  margin-top: 30%;
}
.zi_news_x .al_new .right {
  width: 88%;
}
.zi_news_x .al_new .right ul li {
  float: left;
  width: 45%;
  line-height: 48px;
  height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #d4d4d4;
  margin-left: 5%;
  position: relative;
  padding-left: 15px;
}
.zi_news_x .al_new .right ul li a {
  color: #272727;
}
.zi_news_x .al_new .right ul li:after {
  width: 9px;
  height: 0px;
  content: "";
  border-bottom: 2px solid #272727;
  position: absolute;
  top: 50%;
  left: 0px;
}
.zi_news_x .al_new .right ul li:hover a {
  color: #c40324;
}
.zi_news_x .al_new .right ul li:hover:after {
  border-color: #c40324;
}
@media (max-width: 480px) {
  .zi_news_x .al_new .right ul li {
    width: 100%;
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .zi_news_x .al_new .left,
  .zi_news_x .al_new .right {
    width: 100%;
  }
  .zi_news_x .al_new .left span {
    margin-top: 0px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .zi_news_x {
    margin-top: 20px;
  }
}
/**/
.kehu_nei ul li .txt {
  padding: 80px 70px;
}
.kehu_nei ul li .txt .tt1 {
  font-size: 20px;
}
.kehu_nei ul li .txt .more {
  margin-top: 20px;
}
.about_con {
  max-width: 1280px;
  margin: auto;
  width:100%;
  padding: 70px 0px;
}
.aboutusCon{ padding:0 1em; position:relative;}
.about_con img{ max-width:100%}

.about_con p {
  width:100%;
  margin-bottom:8px;
  font-size: 14px;
  color: #51514c;
  line-height: 26px;
}
.about_con .aboutusCon p {
  color: #333;

}
@media (max-width: 640px) {
  .about_con {
    padding: 20px 0px;
  }

}
.about_con .fuwu_con {
  width: 98%;
  max-width: 1050px;
  margin: auto;
}
.about_con .fuwu_con .left {
  vertical-align: middle;
  font-size: 40px;
  color: #000000;
  width: 30%;
  margin-top: 80px;
  text-align: left;
}
.about_con .fuwu_con .right {
  width: 70%;
}
.about_con .fuwu_con .right p {
  text-align: left;
  color: #363636;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 640px) {
  .about_con .fuwu_con .left,
  .about_con .fuwu_con .right {
    width: 100%;
  }
  .about_con .fuwu_con .left {
    margin-top: 0px;
    font-size: 34px;
  }
}
.about_img {
  position: relative;
  margin-bottom: 30px;
}
.about_img i {
  padding-bottom: 24.25%;
  display: block;
}
@media (max-width: 640px) {
  .about_img {
    margin-bottom: 0px;
  }
}
.about_fu {
  width: 100%;
  background: #505050;
  margin-bottom: 30px;
}
.about_fu .mun_3 {
  width: 98%;
  max-width: 1280px;
  margin: auto;
}
.about_fu .mun_3 span {
  width: 33.333%;
  display: block;
  float: left;
  text-align: center;
  font-family: Didot;
  box-sizing: border-box;
  font-size: 60px;
  color: #fff;
  border-right: 1px solid #737373;
  padding-bottom: 20px;
}
.about_fu .mun_3 span i {
  font-family: å¾®è½¯é›…é»‘;
  font-size: 13px;
  color: #cccccc;
  font-style: normal;
  display: block;
  margin-top: -10px;
}
.about_fu .mun_3 span:last-child {
  border: none;
}
@media (max-width: 640px) {
  .about_fu .mun_3 span {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #737373;
    font-size: 40px;
  }
}
.about_fu .about_fuwu_img {
  position: relative;
}
.about_fu .about_fuwu_img img {
  max-height: 100%;
  max-width: 100%;
}
/**/
.contact_con {
  max-width: 1280px;
  margin: auto;
  width: 98%;
  padding: 70px 0px;
}
.contact_con .left_img {
  float: left;
}
.contact_con .left_img .pic {
  position: relative;
}
.contact_con .left_img .pic i {
  display: block;
}
.contact_con .left_img span {
  background: #737373;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  padding: 10px 0px;
}
.contact_con .contact_nei {
  float: right;
  color: #4e4e4e;
  max-width: 370px;
  width: 38%;
  margin-top: 20px;
  font-size: 14px;
}
.contact_con .contact_nei a {
  color: #4e4e4e;
  line-height: 36px;
}
@media (max-width: 480px) {
  .contact_con {
    padding: 30px 0px;
  }
  .contact_con .left_img {
    margin: auto;
    float: none;
	display:none;
  }

  .contact_con .contact_nei {
    width: 100%;
 
  }
}
.contact_map {
  width: 100%;
}
.contact_map #map {
  width: 100%;
  height: 346px;
}

/**/
.news_con {
  max-width: 1280px;
  margin: 0 auto;
 width:100%; background:#fff;
}
.news_con ul {
 
}
.news_con ul li {
 margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding:2em;
  position: relative;box-shadow: 0 0 20px rgba(0,0,0,0.06); list-style-type:none;
}
.news_con ul li .pic {
  position: relative;
  overflow: hidden;
  transition: 0.5s; float:right;width:30%; 
}
.news_con ul li .pic img{max-width:100%; 
}
.news_con ul li .pic i {
  display: block;
}
.news_con ul li:first-child {
 
}
.news_con ul li:last-child {
  margin-right: 0px;
}
.news_con ul li:last-child:after {
  background: none;
}
.news_con ul li:after {

}
.news_con ul li .txt{ float:left; width:100%}
.news_con ul li .txt h3 {
  display: inline-block;
    max-width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-right: 10px;
}
.news_con ul li .txt .time {
display: inline-block;
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
}
.news_con ul li .txt p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.news_con ul li:hover .pic img {
  transform: scale(1.1);
}
.news_con ul li:hover .txt h3 {
  color: #005baa;
}
.news_con ul li:hover .txt .time {
  color: #005baa;
}
.news_con ul li:hover .txt p {
  
}
.news_con ul li:hover:after {
  background: #005baa;
}
.news_con ul li:hover:last-child:after {
  background: none;
}
@media (max-width: 640px) {
  .news_con ul li { margin:0 auto; padding:1em
  
  }
   .news_con ul li .txt{ width:100%}
  .news_con ul li .pic{ display:none;}
  .news_con ul li:first-child {
   
  }
  .news_con ul li:last-child {
   
  }
  .news_con ul li:after {
    
  }
}
.news_con ul .xian {
  border-bottom: 1px solid #e0e0e0;
}
/**/
.news_show {

  color: #1d1d1d;
  max-width: 1280px;  margin: 0 auto;
 width:100%; background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.news_show .news_s_top {
  
  width: 100%;
  margin: auto;
  text-align: center;
}
.news_show .news_s_top h3 {
  font-size: 28px; padding-top:30px; padding-bottom:10px;
}
.newsCon{  margin:0 auto; padding-top:20px;}
.newsCon { font-size:14px; line-height:24px; padding-left:2em; padding-right:2em;}
.newsCon img{ max-width:100%}
@media (max-width: 640px) {
  .news_show .news_s_top h3 {
    font-size: 20px;
  }
  .newsCon { padding-left:1em; padding-right:1em;}

}
.news_show .news_s_top div {
 
  line-height: 30px;
  height: 30px;
}
.news_show .news_s_top div span {
  display: inline-block;
  margin: 0px 2%;
}
.news_show p {
  
  display: block;
  font-size: 13px;
  line-height: 24px;

}
@media (max-width: 640px) {
  .news_show p {
    margin: 20px auto;
  }
}
.news_show .show_img {
  text-align: center;
}
.news_show .show_img img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 27.5%;
}
.prev_next { max-width:1280px; margin:0 auto; width:100%;
  margin-top: 45px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    padding-bottom: 60px; position:relative;
}
.prev_next ul { padding-left:1em; padding-right:1em;
 
}
.prev_next li { line-height:26px; list-style-type:none;
 
}
.prev_next li a {
  color: #1c1819;
  display: block; font-size:14px;
}
.prev_next li:last-child {
  
}
.prev_next li:hover {

}
.prev_next li:hover a {
  color: #026fbf;
}
.prev_next a.back{position:absolute; right:0; bottom:10px;
    padding: 5px 22px;
    border: 1px solid #eee;
    color: #888;
    transition: all 0.3s;}
	.prev_next a.back:hover{
	border-color: #026fbf;
	background: #026fbf;
	color: #fff;
}
@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 0px;
  }
  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev_next li:last-child {
    text-align: left;
  }
}

/*å›¢é˜ŸæœåŠ¡*/
.team_con {
  margin: auto;
  width: 98%;
  max-width: 1280px;
}
.team_con p {
  max-width: 995px;
  width: 100%;
  margin: 70px auto 60px;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  color: #2d2d2d;
}
@media (max-width: 640px) {
  .team_con p {
    margin: 20px auto 30px;
  }
}
.team_con .team_ul li {
  width: 20%;
  float: left;
  border-bottom: 8px solid #262626;
  border-right: 1px solid #fff;
}
.team_con .team_ul li .pic {
  position: relative;
  overflow: hidden;
}
.team_con .team_ul li .pic img {
  transition: 0.5s;
}
.team_con .team_ul li .pic i {
  display: block;
  padding-bottom: 105.8%;
}
.team_con .team_ul li .name_t {
  padding: 15px 0px;
  text-align: center;
}
.team_con .team_ul li .name_t span {
  display: block;
  color: #262626;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
}
.team_con .team_ul li:hover {
  border-bottom: 8px solid #c40324;
}
.team_con .team_ul li:hover .pic img {
  transform: scale(1.1);
}
.team_con .team_ul li:hover .name_t span {
  color: #c40324;
}
@media (max-width: 768px) {
  .team_con .team_ul li {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .team_con .team_ul li {
    width: 50%;
  }
}
.team_show {
  width: 100%;
}
.team_show .img_s {
  text-align: center;
}
.team_show .img_s img {
  max-height: 100%;
  max-width: 100%;
}
.team_show p {
  line-height: 24px;
  color: #4e4e4e;
  width: 100%;
  text-align: left;
  max-width: 1280px;
}
/**/
.case_show {
  width: 98%;
  margin: auto;
  max-width: 1280px;
  margin-bottom:40px;
}
.case_show .c_s_top {
  overflow: hidden;
}
.case_show .c_s_top .left {
  width: 100%;
  font-size:28px;
  color: #1c1c1c;
  vertical-align: middle;
  margin-top: 34px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.case_show .c_s_top .right {
  width: 68%;
  padding-bottom: 3px;
}
.case_show .c_s_top .right p {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.case_show .c_s_top .right .biao {
  height: 36px;
  line-height: 36px;
  color: #c40324;
  font-size: 13px;
  background: #2d2d2d;
  position: relative;
  padding-left: 10px;
  box-sizing: border-box;
}
.case_show .c_s_top .right .biao i {
  font-style: normal;
  width: 55%;
  display: inline-block;
}
.case_show .c_s_top .right .biao i span {
  margin: 0px 3%;
}
@media (max-width: 480px) {
  .case_show .c_s_top .right .biao i span {
    display: none;
  }
  .case_show .c_s_top .right .biao i span:first-child {
    display: block;
  }
}
.case_show .c_s_top .right .biao .yue {
  position: absolute;
  background: #c40324;
  top: -3px;
  right: 15%;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  color: #151515;
  padding: 0px 25px;
  font-size: 16px;
}
.case_show .c_s_top .right .biao .yue:hover {
  background: #2d2d2d;
  color: #fff;
}
@media (max-width: 640px) {
  .case_show .c_s_top .left {
    width: 100%;
    margin-bottom: 10px;
  }
  .case_show .c_s_top .right {
    width: 100%;
  }
  .case_show .c_s_top .right .biao i {
    width: 60%;
  }
  .case_show .c_s_top .right .biao i span {
    margin: 0px 1%;
  }
  .case_show .c_s_top .right .biao .yue {
    padding: 0px 15px;
    right: 8%;
    font-size: 14px;
  }
}
.case_show .case_show_img {
  margin: 35px auto;
}
.case_show .case_show_img li {
	text-align:center;
  position: relative;
 
  overflow: hidden;
  
}
.case_show .case_show_img li:nth-child(2n+2) {
  margin-right: 0px;
}
.case_show .case_show_img li i {
  display: block;
}
.case_show .case_show_img li img {
  transition: 0.5s;
}
.case_show .case_show_img li:hover img {

}
.case_show p {
  line-height: 24px;
  font-size: 13px;
  margin-bottom: 40px;
  color: #1f1f1f;
}
@media (max-width: 640px) {
  .case_show p {
    margin-bottom: 20px;
  }
}
.case_show .xiang_xi {
  width: 100%;
}
.case_show .xiang_xi li {
  width: 24.175%;
  float: left;
  margin-right: 1.1%;
}
.case_show .xiang_xi li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.case_show .xiang_xi li a img {
  transition: 0.5s;
}
.case_show .xiang_xi li a i {
  display: block;
  padding-bottom: 83.4%;
}
.case_show .xiang_xi li a:hover img {
  transform: scale(1.1);
}
.case_show .xiang_xi li:last-child {
  margin-right: 0px;
}
@media (max-width: 640px) {
  .case_show .xiang_xi li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .case_show .xiang_xi li:nth-child(2n+2) {
    margin-right: 0px;
  }
}


.btn-yellow {
    background-color: #38373c;
    color: #38373c;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}
a.btn-yellow:hover {
    background-color: #173b62; 
    color:#fff;
}
.btn-blue {
    background-color: #173b62;
    color: #fff;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}







/*我们的服务*/
.u-slick{position:relative;overflow:hidden}
.u-slick .item{position:relative;overflow:hidden}

.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block; max-width:100%;}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.slick-arrow{position:absolute;z-index:101;top:50%;margin-top:-20px;width:40px;height:40px;background:#000;font-family:FontAwesome!important;text-align:center}
.slick-prev{left:0}
.slick-prev:before{content:"\f104"}
.slick-next{right:0}
.slick-next:before{content:"\f105"}
.slick-dots{position:absolute;z-index:100;left:0;right:0;bottom:8%;text-align:center;letter-spacing:-6px;line-height:0}
.slick-dots li{display:inline-block;vertical-align:middle;width:10px;height:10px;border-radius:100%;background:#999;margin:0 6px;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.slick-dots li a{display:block;width:100%;height:100%}
.slick-dots .slick-active{background:#d9251d!important}
@media screen and (min-width:1025px){
.slick-dots li:hover{background:#d9251d!important}
}

.culture{
	background: #fff;
	width: 100%; padding:0;
	
}
.culture .list{
	background: #fff;
	position: relative;
}
.culture .list .item{
	float: left;
	width: 300px;
	cursor: pointer;
	position: relative;
}
.culture .list .item .font{
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	
	background: #fff;
	padding:23px 0 26px;
	z-index: 2;
	transition: height 0.3s;
}
.culture .list .item .font .one{ display:inline;vertical-align: middle;}
.culture .list .item .two{
	display: none;
}
.culture .list .item h2{
	font-size: 14px;
	color: #333;
	line-height: 48px; margin:0; text-align:center; font-weight:400;
}
.culture .list .item i{
	width: 0;
	height: 1px;
	background: #fff;
	display: block;
	margin:0 auto;
	position: relative;
	left: 5px;
	transition: width 0.3s;
}
.culture .list .item p{
	font-size: 13px;
	color: #fff;
	text-align: center;
	display: none;
	opacity: 0.8;
	line-height: 23px;
	width: 240px;
	margin: 0 auto;
	filter:alpha(opacity=80);
	transition: all 0.3s;
}
.culture .list .item .pic{
	max-width:100%;
	text-align:center;
	overflow: hidden; 
	position: relative;
	z-index: 1;
	transition: width 0.3s;
}
.culture .list .item .mun{
	text-align: center;
	font-size: 26px;
	color: #999;
	background: url(../images/about08.png) no-repeat center;
	line-height: 40px;
	display: block;
	opacity: 0.8;
	filter:alpha(opacity=80);
	transition: all 0.2s;
	font-family: 'Arial';
}

.culture .list .even .font{
	top:0;
}
.culture .list .odd .font{
	bottom:0;
}
.culture .list .odd .pic{
	padding-bottom: 170px;
}
.culture .list .item:hover .font{
	background:#005baa;
	height: 300px;
}
.culture .list .item:hover .one{
	display: none;
}
.culture .list .item:hover .two{
	display: inline;
	display: inline-block;
}
.culture .list .item:hover h2{
	color: #fff;
}
.culture .list .item:hover i{
	width: 20px;
	margin:0 auto 17px;
	left: 0;
}
.culture .list .item:hover p{
	display: block;
}
.culture .list .item:hover .mun{
	background: url(../images/about08_h.png) no-repeat center;
	color: #fff;
	opacity: 0.5;
	margin-top: 15px;
	filter:alpha(opacity=50);
}
.culture .list .hd a{
	width: 50px;
	height: 50px;
	position: absolute;
	top:50%;
	display: block;
	margin-top: -25px;
	transition: all 0.3s;
	z-index: 2;
}
.culture .list .hd a.prev{
	background: url(../images/btn05.png) no-repeat center;
	left:-100px;
}
.culture .list .hd a.next{
	background: url(../images/btn06.png) no-repeat center;
	right:-100px;
}
.culture .list .hd a.prev:hover{
	background: url(../images/btn05_h.png) no-repeat center;
}
.culture .list .hd a.next:hover{
	background: url(../images/btn06_h.png) no-repeat center;
}
.ab-cul{}
.ab-cul .item{width:20%;float:left}
.ab-cul .ac-a{}
.ab-cul .slick-dots{margin:30px 0 0 10px;position:static}
.ab-cul .slick-dots li{background:#ccc}
.ab-cul .slick-dots .slick-active {
    background: #32609e!important;
}
.ac-a{height:230px;padding:0 25px;background:#fff;overflow:hidden;-webkit-transition:.4s;-moz-transition:.4s;transition:.4s}
.ac-a .ico{margin-top:35px;height:50px;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .ti{position:relative;margin-top:5px;padding-bottom:8px;color:#d9251d;font-size:20px;text-align:center;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .ti:before{content:"";position:absolute;bottom:0;left:50%;margin-left:-20px;width:40px;height:2px;background:#d9251d;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.ac-a .txx{margin-top:20px;line-height:1.4; text-align: center;}
@media screen and (min-width:1025px){
.ac-a:hover{background:#d9251d;color:#fff}
.ac-a:hover .ti{color:#fff}
.ac-a:hover .ti:before{background:#fff}
.ac-a:hover .ico{background-position:center bottom}
}
.ab4{}
.ab4 .ab-cul{ padding:1em;}
@media screen and (max-width:1366px){

.ac-a .ico{margin-top:30px}
}

@media screen and (max-width:601px){

.ab-cul .slick-dots{margin-top:10vw}

}

@media screen and (max-width:401px){
.ab-cul .slick-dots{margin-left:0}
.ab-cul,.ab-cul .ac-a{margin-left:0}
}
/*研发生产*/

.ix2{position:relative; max-width:800px; margin:0 auto;}

.ix2 .ii-controls-box{position:absolute;left:0;right:0;bottom:70px;z-index:105}
.ix-ind-list{color:#fff}
.ix-ind-list a{color:#fff}
.ix-ind-list .pic2:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:url(../images/black5.png);}
.ix-ind-list .txts{position:absolute;left:0;right:0;bottom:250px}
.ix-ind-list .b{padding-left:10px;width:40%;-moz-box-sizing:border-box;box-sizing:border-box;border-left:4px solid #fff}
.ix-ind-list .nowti{font-size:18px}
.ix-ind-list .tx{margin-top:6px;max-height:40px;line-height:20px!important}
.ix-ind-list .more{margin-top:30px;padding-left:14px};
.ii-more{display:inline-block;vertical-align:bottom;line-height:24px}
.ii-more .icon{vertical-align:bottom;display:inline-block;margin-left:15px;font-size:20px}
.ix2 .slick-dots li button{ display:block; width:10px; height:10px; border:0; padding: 0;
    margin: 0;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;background-color: #fff;
    border-radius: 10px;
}



.ii-controls{color:#fff;overflow:visible}
.ii-controls .item{ width:25%; }
.ii-controls .item:first-child{margin-left:-10px;}
.ii-controls .item>a{display:block;height:80px; padding:15px 0; margin-left:10px;background:url(../images/white.png);background:rgba(255,255,255,.3);font-size:14px;white-space:nowrap;color:#fff;overflow:hidden}
.ii-controls .ico{width:50px;height:50px;margin-right:7px; margin-left:10px; display:block; float:left}
.ii-controls .ib{ display:block;
    font-size: 12px;
    color: #fff;
    line-height: 50px;float:left}
@media screen and (min-width:1025px){
	.ii-more:hover{color:#d9251d}
.ii-controls .item>a:hover{background:#173b62}
}
.ii-arrow .slick-arrow{bottom:100%;top:auto;margin:0 0 75px 0;width:44px;height:44px;border-radius:100%;border:2px solid #fff;background:0 0;font-weight:700;font-size:18px;color:#fff;line-height:44px;opacity:.3}
.ii-arrow .slick-prev{left:auto;right:62px}
@media screen and (min-width:1025px){
.ii-arrow .slick-arrow:hover{opacity:1}
}
@media screen and (max-width:1366px){
.ix2 .ii-controls-box{bottom:40px}
.ii-controls .item>a{height:85px;margin-left:10px;line-height:85px;font-size:14px}
.ii-controls{}
.ii-controls .ico{width:40px;height:40px;background-position:left bottom}
.ix-ind-list .txts{bottom:170px}
.ii-arrow .slick-arrow{margin-bottom:55px}
.ix2 .ix-ti{top:45px}

}
@media screen and (max-width:1201px){
.ix-pro .slick-prev{left:0}
.ix-pro .slick-next{right:0}
}

@media screen and (max-width:1024px){
.ix2 .ii-controls-box{display:none}
.ix-ind-list .slick-dots{position:static;margin-top:5px}
.ix-ind-list .slick-dots li{background:#999}
.ix2 .ix-ti{top:35px}

.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none; width:100%}
	.ix-ind-list .more{margin-top:30px;padding-left:14px; display: block;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #32609e;}
	.ix-ind-list .more a{color: #fff;}
.ii-more{display:inline-block;vertical-align:bottom; line-height:30px;}
}
@media screen and (max-width:861px){
.ix2 .ix-ti{position:static;margin-bottom:35px;color:#333}
.ix-ind-list .slick-dots{position:static;margin-top:45px}
.ix-ind-list .slick-dots li{background:#999}

}
@media screen and (max-width:641px){
.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none;}
}
@media screen and (max-width:601px){
.ix2 .ix-ti{margin-bottom:5.83vw}
.ix-ind-list .more{margin-top:5vw}
.ix-ind-list .txts{padding:3.33vw 0 5vw 0}
.ix-ind-list .slick-dots{margin-top:7.5vw}

}
@media screen and (max-width:481px){
.slick-dots li{width:8px;height:8px}
}
/*联系我们*/
/*联系我们*/
.contactCon{ background:#fff; border-radius:10px; padding:20px; max-width:1440px; margin:0 auto;}
.contactTitle{ color:#32609e; text-align:center;}
.contactContent{ margin:0 auto; padding-top:2em;}
.contactContent .pic{ margin-bottom:20px;}
.contactContent .pic a { display:inline-block;
	width: 40px;
	height: 40px;
	border-radius:50%;
	line-height: 40px;
	float: left;
	text-align: center;
	margin-right: 20px;
	background:#034c91;
	background-size: cover;
}
.contactContent .pic span{ font-weight:bold; font-size:18px; line-height:40px;}
.contactContent .con{

	float: left;
}
.contactContent h2{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	padding: 5px 0 20px;
}
.contactContent p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.contactContent img{
	max-width: 20px;

	transition:all 0.5s;
}
.contactContent1:hover img{
	transform: rotate(360deg);
}
@media screen and (max-width:667px){.contactContent .pic{ display:none;}}
@media screen and (max-width:640px){
	.subContact .comon_top{ display:none;}
.subContact .crumbs{ width:100%}
.contactTitle{ display:none;}
.contactCon{ padding:0 15px;}
}
/*产品详细页*/
.proSubInfoTitle{ font-size:1.5em; text-align:center;}
.proSubInfoTitle h2{ font-size:1.5em; margin-bottom:1.2em }
.proSubInfoDe{ line-height:30px; font-size:1.2em}
.proSubInfo a {
    margin-top: 34px;
    display: block;
    width: 122px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: #32609e;
}
.pro-big-pict-box{position:relative}
.pro-big-pict-box .pict-num{position:absolute;left:0;right:0;bottom:15px;z-index:105;text-align:center;color:#999}
.pro-big-pict .slick-dots{display:none!important}
.pro-small-pict{padding:0 40px;margin-top:20px}
.pro-small-pict .pic2{margin:0 5px;border:2px solid #f2f2f2;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.pro-small-pict .pic2.act{border-color:#d9251d}
.pro-small-pict .slick-arrow{line-height:40px;width:auto;background:0 0;font-size:22px;font-weight:700}
.pro-small-pict .slick-disabled{cursor:default;color:#f2f2f2}
@media screen and (min-width:1025px){
.pro-small-pict .pic2:hover{border-color:#999}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover{color:#d9251d}
}
.pro-btns{text-align:left}
.pro-btns a{vertical-align:top;margin-right:10px;width:158px;height:48px;background:#2a66aa;font-size:16px;text-align:center;white-space:nowrap;line-height:48px;color:#fff}
.pro-btns a:first-child{background:#d9251d}
.pro-btns .icon{display:inline-block;vertical-align:bottom;margin-right:15px;font-size:26px}
@media screen and (min-width:1025px){
.pro-btns a:hover{background:#666}
}
@media screen and (max-width: 861px){
.pro-big-pict .slick-dots {
    display: block!important;
}
.pict-num, .pro-small-pict {
    display: none;
}
}

.slick-slide:focus { outline:none;}
.aboutUs{   margin:0 auto; }
/*产品列表页*/
.pai{overflow:hidden;position:relative}
.pai>img{display:block;position:absolute;width:100%;height:100%;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
,.pic2,.picbox{display:block;position:relative;overflow:hidden}
.pic2>img{display:block;max-width:100%}
.pic2>p{ text-align:center; line-height:30px;  font-size:1.2em; color:#303030}
.proListCon{ 
  width: 100%; margin:0 auto; background:#fff}
  .proListCon .pic{ position:relative; overflow:hidden}
  .proListCon .pic:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #026fbf;
    opacity: 0;
    display: block;
    z-index: 1;
    transition: .4s;
}
.proListCon ul li:hover .pic:before {
    opacity: 0.6;
}
  .proListCon .txt{  }
  .proListCon ul li {
      margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
  cursor: pointer;box-shadow: 0 0 20px rgba(0,0,0,0.06);
    transition: .4s; list-style-type:none;
}
.proListCon ul li .pic img {
 transition: .4s;
  max-width: 100%;
}
.proListCon ul li:hover img{transform: scale(1.1);}
.proListCon ul li .pic h5{ text-align:center; position:absolute;  bottom:0px; margin-bottom:0px; margin-top:0px; padding:15px 0;background:#026fbf;filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; width:100%; line-height:30px; display:none; transition: .4s; color:#fff;}
.proListCon ul li:hover .pic h5{ display:block; z-index:2;}
.proListCon ul li .pic h5 a{ color:#fff; font-size:16px; display:block; width:100%; font-weight:bold; }
.proListCon ul li .txt {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
color: #c40324;
  padding: 0 5%;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.proListCon ul li .txt a {
  color: #c40324;
  display: block;
  
}
.proListCon ul li .txt a span {
	text-align: center;
  display: block;
  width: 90%;
  margin: auto;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.proListCon ul li .txt a .num {
  font-size: 40px;
  font-family: AvantGardeITCbyBT-Book;
  font-weight: bold;
}
.proListCon ul li .txt a .tt1 {
  color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}
.proListCon ul li .txt a .tt2 {
  color: #ccc;
}
.proListCon ul li .txt a p { text-align:left;
 
    color: #666666;
    font-size: 14px;
    line-height: 30px;
    height: 90px;
    overflow: hidden; margin-top:30px;
}
.proListCon ul li{
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
    transition: .4s;
    list-style-type: none; overflow:hidden;
}
.proListCon ul li .pic img {
  max-width: 100%;
  transition: 0.3s;
}
.proListCon ul li { width:31%; float:left; margin:1%; padding:10px;}
@media (max-width: 995px){
.proListCon ul li { width:48%; float:left; margin:1%; padding:10px;}
}
@media (max-width: 479px){
.proListCon ul li { width:100%; float:none; margin:1% 0px; padding:10px;}
}
.proListCon ul li  .more {
display:inline-block;vertical-align:bottom;position:absolute;width:120px;height:40px;border:2px solid #666;text-align:center;line-height:40px; bottom:0px; right:0px;}
.proListCon ul li  .more  span{position:relative; color:#666; font-size:14px; text-align:center; line-height:40px; height:40px; }
.proListCon ul li  .more:before{content:"";position:absolute;left:auto;right:0;bottom:0;width:0;height:100%;background:#013b84;-webkit-transition:.6s;-moz-transition:.6s;transition:.6s}
.proListCon ul li  .more:hover span{ color:#fff;}
@media screen and (min-width:1025px){
.proListCon ul li  .more:hover:before{left:0;right:auto;width:100%}
.proListCon ul li  .more:hover{border-color:#013b84;color:#fff}
}
 
 /*产品详细页*/
.proSubInfoTitle{ font-size:1.2em; text-align:center;}
.proSubInfoTitle h2{ font-size:1.2em; margin-bottom:1.2em }
.proSubInfoDe{ line-height:30px; font-size:1em}
.proSubInfo a {
    margin-top: 34px;
    display: block;
    width: 122px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: #026fbf;
}
.pro-big-pict-box{position:relative; }
.pro-big-pict-box .pict-num{position:absolute;left:0;right:0;bottom:65px;z-index:105;text-align:center;color:#999}
.pro-big-pict-box .pict-num .cnum{ color:#026fbf;}
.pro-big-pict .slick-dots{display:none!important}
.pro-small-pict{padding:0 40px;margin-top:20px}
.pro-small-pict .pic2{margin:0 5px;border:2px solid #f2f2f2;-webkit-transition:.3s;-moz-transition:.3s;transition:.3s}
.pro-small-pict .pic2.act{border-color:#d9251d}
.pro-small-pict .slick-arrow{line-height:40px;width:auto;background:0 0;font-size:22px;font-weight:700}
.pro-small-pict .slick-disabled{cursor:default;color:#f2f2f2}
@media screen and (min-width:1025px){
.pro-small-pict .pic2:hover{border-color:#999}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover{color:#d9251d}
}
.pro-btns{text-align:left}
.pro-btns a{vertical-align:top;margin-right:10px;width:158px;height:48px;background:#2a66aa;font-size:16px;text-align:center;white-space:nowrap;line-height:48px;color:#fff}
.pro-btns a:first-child{background:#d9251d}
.pro-btns .icon{display:inline-block;vertical-align:bottom;margin-right:15px;font-size:26px}
@media screen and (min-width:1025px){
.pro-btns a:hover{background:#666}
}
@media screen and (max-width: 861px){
.pro-big-pict .slick-dots {
    display: block!important;
}
.pict-num, .pro-small-pict {
    display: none;
}
}

.slick-slide:focus { outline:none;}
.aboutUs{   margin:0 auto; } 
.proSubCon table{ max-width:100%}
.proSubCon table tr td p{ margin:5px 3px}

/*合作伙伴*/
.page-partner {
    width: auto;
    max-width: 980px;
	margin:0 auto
}
.page-partner .list ul li {
    overflow: hidden;
    margin: 0 15px;
    float:left;
}
.page-partner .list ul li:nth-child(9n+6) {
    margin-left: 110px;
}
.page-partner .list ul li:nth-child(n) { margin-bottom:10px;
} 
/* 防止不支持CSS3浏览器出现重叠*/
.six-rabox {
    width: 164px;
    height: 188px;
}
.box-w,.box-w2,.box-w3,.br-lr,.br-tr,.br-tl {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;   
    /*width: 160px;
    height: 184px;*/
}
.box-w,.box-w2,.br-tr {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}
.box-w3 {
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}
.br-tl {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}
.br-lr,.br-tr,.br-tl {
    position: absolute;
    /*border-left: 2px solid #cecece;*/
    border-right: 1px solid #cecece;
    z-index: 2;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    
    /*transition: .1s transform;
    transform: translateZ(0);
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 3px 1px;
    -moz-box-shadow: 1px 1px 3px 1px;
    box-shadow: 1px 1px 3px 1px #cfcfcf;*/
}
.box-w3 {
    position: relative;
    background-position: center center;
    background-color: #f5f5f5;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.six-rabox:hover .box-w3 {
    background-size: 120%;
}
.box-w3:hover .br-lr,.box-w3:hover .br-tr,.box-w3:hover .br-tl {
    /*border-color: #4fc397;*/
}
@media (max-width: 476px) {
.six-rabox {
    width: 140px;}
}
@media (min-width: 996px){.indexAboutImg.p0{ padding:0;} }
@media (max-width: 996px) {
	.caseTwo, .caseThree{ display:none;}
	.newsTwo, .newsThree{ display:none;}
	}
/*研发生产*/
.ix2{position:relative; max-width:550px; margin:0 auto;}

.ix2 .ii-controls-box{position:absolute;left:0;right:0;bottom:70px;z-index:105}
.ix-ind-list{color:#026fbf; }
.ix-ind-list a{color:#fff}
.ix-ind-list .pic2:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:url(../images/black5.png);}
.ix-ind-list .txts{position:absolute;left:0;right:0;bottom:250px}
.ix-ind-list .b{padding-left:10px;width:60%;-moz-box-sizing:border-box;box-sizing:border-box;border-left:4px solid #026fbf; }
.ix-ind-list .nowti{font-size:18px}
.ix-ind-list .tx{margin-top:6px;max-height:40px;line-height:20px!important}
.ix-ind-list .more{margin-top:30px;padding-left:14px};
.ii-more{display:inline-block;vertical-align:bottom;line-height:24px}
.ii-more .icon{vertical-align:bottom;display:inline-block;margin-left:15px;font-size:20px}
.ix2 .slick-dots li button{ display:block; width:10px; height:10px; border:0; padding: 0;
    margin: 0;
    outline: none;
    line-height: 0;
    font-size: 0;
    cursor: pointer;background-color: #fff;
    border-radius: 10px;
}



.ii-controls{color:#fff;overflow:visible}
.ii-controls .item{ width:25%; }
.ii-controls .item:first-child{margin-left:-10px;}
.ii-controls .item>a{display:block;height:80px; padding:15px 3px; margin-left:10px;background:url(../images/white.png);background:rgba(2,111,191,.3);font-size:14px;white-space:normal;color:#fff;}
.ii-controls .ico{width:50px;height:50px;margin-right:7px; margin-left:10px; display:block; float:left}
.ii-controls .ib1{ 
    font-size: 12px;
    color: #fff;
    line-height: 20px; height:50px; text-align:center;}

.ix2 .slick-prev:before {
    content: "\f104"; }
@media screen and (min-width:1025px){
	.ii-more:hover{color:#d9251d}
.ii-controls .item>a:hover{background:#026fbf}
}
.ii-arrow .slick-arrow{bottom:100%;top:auto;margin:0 0 75px 0;width:44px;height:44px;border-radius:100%;border:2px solid #026fbf;background:0 0;font-weight:700;font-size:18px;color:#026fbf;line-height:44px;opacity:.3}
.ii-arrow .slick-prev{left:auto;right:62px; color:#fff;}
@media screen and (min-width:1025px){
.ii-arrow .slick-arrow:hover{opacity:1}
}
@media screen and (max-width:1366px){
.ix2 .ii-controls-box{bottom:40px}
.ii-controls .item>a{height:85px;margin-left:10px;line-height:85px;font-size:14px}
.ii-controls{}
.ii-controls .ico{width:40px;height:40px;background-position:left bottom}
.ix-ind-list .txts{bottom:170px}
.ii-arrow .slick-arrow{margin-bottom:55px}
.ix2 .ix-ti{top:45px}

}
@media screen and (max-width:1201px){
.ix-pro .slick-prev{left:0}
.ix-pro .slick-next{right:0}
}

@media screen and (max-width:1024px){
.ix2 .ii-controls-box{display:none}
.ix-ind-list .slick-dots{position:static;margin-top:5px}
.ix-ind-list .slick-dots li{background:#999}
.ix2 .ix-ti{top:35px}

.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none; width:100%}
	.ix-ind-list .more{margin-top:30px;padding-left:14px; display: block;
    width: 100px;
    height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: #32609e;}
	.ix-ind-list .more a{color: #fff;}
.ii-more{display:inline-block;vertical-align:bottom; line-height:30px;}
}
@media screen and (max-width:861px){
.ix2 .ix-ti{position:static;margin-bottom:35px;color:#333}
.ix-ind-list .slick-dots{position:static;margin-top:45px}
.ix-ind-list .slick-dots li{background:#999}

}
@media screen and (max-width:641px){
.ix-ind-list .txts {
    position: static;
    padding: 20px 0 30px 0;
    background: #fff;
}.ix-ind-list .nowti {
    color: #333;
}.ix-ind-list, .ix-ind-list a {
    color: #666;
}
.ix-ind-list .b {
    padding: 0;
    border: none;}
}
@media screen and (max-width:601px){
.ix2 .ix-ti{margin-bottom:5.83vw}
.ix-ind-list .more{margin-top:5vw}
.ix-ind-list .txts{padding:3.33vw 0 5vw 0}
.ix-ind-list .slick-dots{margin-top:7.5vw}

}
@media screen and (max-width:481px){
.slick-dots li{width:8px;height:8px}
}	
	