
/**/
*{
  margin :0;padding:0;}

div,address,b,big,blockquote,body,center,cite,code,dd,del,dl,dt,em,fieldset,font,form,b,b,h3,h4,h5,h6,html,i,iframe,img,ins,label,legend,li,ol,p,pre,small,span,strong,u,ul,var,th,td,input {
  margin: 0;padding: 0;}

div,dl,dt,dd,form,input,button,textarea,p,ul,li,ol,table,tr,td,header,footer,aside,nav,b,b,h3,h4,h5,h6,section{
  box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
body{ font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;}
button:foucs{   border: none!important; outline: none!important;}	
button::-moz-focus-inner {border-color: transparent;}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
}  
ul,ol{list-style:none; padding: 0; margin: 0;}
i{ font-style: normal;}
a{ color: #333; text-decoration: none; }
a:hover {text-decoration: none; }
video, embed, iframe{
  width: 100% ;
}  
img{border:none !important;vertical-align:middle}
input{outline:none;}
input[type="button"], input[type="submit"], input[type="reset"],button,select {-webkit-appearance: none;outline:none;}
textarea {-webkit-appearance: none;outline:none}
.clear{ clear:both; height:0px; overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; visibility: hidden; clear: both; }
.clearfix { /*兼容 IE*/ zoom: 1;}
.fl{ float: left;}
.fr{ float: right;}
/*t图片样式*/
.center-block{display:block;margin-right:auto;margin-left:auto;}
 img { border: 0px; vertical-align: middle;  }
.img-responsive{display:block;height:auto;max-width:100%}
.avatar {  display: block;overflow: hidden; width: 100%; }
.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*fullPage  左侧数字*/
#slide_menu {
  z-index: 92;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 52px;
}

#slide_menu li {
  line-height: 40px;
  height: 40px;
  position: relative;
  list-style: none;

}

#slide_menu a {
  float: left;
  padding: 10px 20px;
  text-decoration: none;

}


#slide_menu .pgslide_nav {
  opacity: 0;
  font: bold 14px/20px Arial;
  transition: all 0.4s ease 0.6s;
  position: absolute;
  right: 28px;
  top: 0;
  width: 100px;
  text-align: right;
  color: #fff;
  transform: translateX(-50px);
}

#slide_menu .pgslide_num {
  position: absolute;
  transition: all 0.4s ease;
  top: 0%;
  right: 0px;
  color: rgba(255, 255, 255, .7);
  font: bold 14px "微软雅黑";
}


#slide_menu .active .pgslide_num {
  color: rgba(255, 255, 255, 1);
}

#slide_menu .active .pgslide_nav {
  opacity: 1;
  transform: translateX(0px);
  transition-delay: 0.6s;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #004c95;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: #F44E50;
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.page-wrapper { position: absolute; width: 100%; }
.language {  border-radius: 20px; background: #f5f5f5; display: flex; align-items: center; justify-content: flex-end;}
.language a{ padding: 10px; color: #666;}
.language a:hover { color: #E60012;}
.mob_language { display: flex; margin-bottom: 20px; }
.mob_language a { color: #333; background: #f5f5f5; padding:8px 20px;}
.main-header {
  position: relative;
  display: block;

 
}

.main-menu {
  position: relative;
  background: rgba(0,0,0, 0.3);
  z-index: 91;
}

.main-menu-wrapper {
  position: relative;
  display: block;
}

.main-menu-wrapper-inner {
  position: relative;

}

.main-menu-wrapper__left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;

}

.main-menu-wrapper__logo {
  position: relative;
  margin-right: 35px;
}

.main-menu-wrapper__main-menu {
  position: relative;
  display: block;
  height: 90px;
  line-height: 90px;

}



.main-menu-wrapper__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 80px;
}

.main-menu-wrapper__call-icon {
  font-size: 30px;
  color: var(--thm-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__call-icon:hover {
  color: var(--thm-extra);
}

.main-menu-wrapper__call-number {
  margin-left: 20px;
}


.main-menu-wrapper__call-number a:hover {
  color: var(--thm-extra);
}

.main-menu-wrapper__call-number p {
  font-size: 14px;
  margin: 0;
  line-height: 14px;
  color: #67656f;
}

.main-menu-wrapper__cart:hover {
  color: var(--thm-extra);
}


.stricky-header.main-menu {

  background-color:#fff
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}



.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {

  position: relative;
}


.main-menu .main-menu__list>li>a
 {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
  transition: all 500ms ease;
  padding: 0 30px;
}


.stricky-header .main-menu__list>li>a {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #333;
  position: relative;
  transition: all 500ms ease;
  padding: 0 30px;
}


.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
background: #004c95;
color: #fff;
}



.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  background: rgba(255,255,255, .9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  transition: 500ms ease;
  z-index: 99;

}



.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
display: block;
  
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
  line-height: 45px;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height:40px;
  color:#666;
  text-align: center;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {

  color: #F44E50;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}



.stricky-header.stricky-fixed {
  transform: translateY(0);

  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;

  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}


.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a+a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.mobile-nav__toggler {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  transition: 500ms;
  margin-right: 20px;
}

.sticky-header__content .mobile-nav__toggler i {
  color: #333!important;
}


/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear, visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color:#004c95;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
}
.mobile-nav__close i{ color: #fff;}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 56px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color:#F44E50;
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #F44E50;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}


.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}


.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}



/*page1 首页banner图*/

#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}



#banner .swiper-slide .pcimg { display:block !important;}
#banner .swiper-slide .mobimg {display:none !important;}
#banner .swiper-button {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  color:#fff;
  background:rgba(0, 0, 0, 0.3);
  border-radius:50%;
  cursor:pointer;
  overflow:hidden;
  z-index:999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition:all .5s ease;
  outline: none;

}
#banner .swiper-button:hover {
  background:#003F98;
}

.btn-prev {
  left:5%;
}

.btn-next {
  right:5%;
}

#banner .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.3);
  outline: none;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0 10px;

}

.dots {
  position: absolute;
  margin-left:88%;
  margin-bottom: 50px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;


}
.dots span {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.dots span:before
{
  width:12px;
  height:12px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -5px;

}
 .dots span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: rgba(255, 255, 255, 0.3) solid 1px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

 .dots span.swiper-pagination-bullet-active:before {
  background: #F44E50;}
  .banner_txt {
    position: absolute;
    top:40%;
    left:15%;
    z-index: 10;
    color: #fff;
    text-align: left;
  
  }
  .banner_txt span{  font-size: 60px;
    color: #fff;
    padding: 0px;
    text-shadow: none;
    font-weight: 700;
    margin: 0px;
    border: 0px;
    margin-bottom:50px;}
  .banner_txt p{ font-size:26px;   text-shadow: none;}
  
/*page2 简介*/
.homePg2{ background: url(../images/pg2.jpg) no-repeat center center; background-size:cover;}
.main_title {font-size: 36px;
  color: #fff;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;}
.ab_txt span {font-size: 26px;
  margin:8px 0;
  color: #fff;
  display: block;
}
.ab_txt p{font-size: 16px;
  color: #fff;}
.line { background: #fff; height: 3px; width:80px; margin: 20px 0;}
.ab_more{ display: flex; align-items: center; font-size: 14px; color: #666666;  height:52px; border:#fff solid 1px; border-radius:50px; line-height:50px;transition: all 0.5s ease 0s; width:190px;  margin-top: 50px; justify-content: center;}
.ab_more i{ color: #fff; padding-right: 10px; transition: all 0.5s ease 0s; }
.ab_more em{ color: #fff; font-style: normal;}
.ab_more:hover{ color:#fff; background:#003F98; border:1px solid #003F98; transition: all 0.5s ease 0s; }
.ab_more:hover i{ color:#fff; transition: all 0.5s ease 0s; padding-right: 20px;}

.ab_more2{ display: flex; align-items: center; font-size: 14px; color: #fff;  height:52px; border:#F44E50 solid 1px; background: #F44E50; border-radius:50px; line-height:50px; padding:0 30px; transition: all 0.5s ease 0s; width:170px;  margin-top: 20px; justify-content: center;}
.ab_more2 i{ color: #fff; padding-right: 10px; transition: all 0.5s ease 0s; }
.ab_more2 em{ color: #fff; font-style: normal;}
.ab_more2:hover{ color:#F44E50; background:none; border:1px solid #F44E50; transition: all 0.5s ease 0s; }
.ab_more2:hover em { color: #F44E50;}
.ab_more2:hover i{ color:#F44E50; transition: all 0.5s ease 0s; padding-right: 20px;}
.ab_bottom {

	margin:40px auto;
	transition: opacity .3s .6s, visibility 0s .6s, margin-top 0s .6s;
}
.ab_bottom b{ font-size:40px;}
.ab_bottom :after,.ab_bottom :before {
	content: "";
	display: table
}
.ab_bottom :after {
	clear: both
}
.ab_bottom  li {
	width: 25%;
	float: left;
  

}
.ab_bottom  li a {

	text-align: center;
	text-decoration:none;
	position: relative;
  margin: 0 auto;
	display: block;
	padding: 30px 26px 24px;
	transition: all .3s;
	border-left: 1px solid #727577;
	border-color: hsla(0,0%,100%,.08);
  background-color: hsla(0,0%,100%,.06);
}
.ab_bottom .ab_num { display: flex; align-items: center; justify-content: center;}
.ab_bottom  li a b {
	color: #fff;
	font-weight: bolder;
	margin-bottom: 8px
}
.ab_bottom li a i{  font-size: 19px; color: #fff; padding-left: 6px;}
.ab_bottom  li a p {
	color: #dedede;
	font-size: 16px;
	line-height: 24px;

}
.ab_bottom  li a:hover {
	background-color: hsla(0,0%,100%,0);
	text-decoration: none;
	border-color: transparent!important
}

.ab_bottom  li a:hover p {
	color: #fff;
}
.ab_bottom  li:last-child a {
	border-right: 1px solid #727577;
	border-color: hsla(0,0%,100%,.06)
}


/*page3 产品&案例*/

.pro_case_bg {

  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

}

.pro_case .swiper-slide { border-right:1px solid rgba(255,255,255,.2);  width: 25%; float: left;  }
.pro_case .swiper-slide:last-child{ border-right: none;}
.pro_case_mid{text-align:center;padding:85% 10px; overflow: hidden;  display:flex;  flex-direction: column; align-items: center; justify-content: center; }
.pro_case_tit{
  display: block;
  color:#fff;
  font-weight: bold;
  margin:20px 0;
font-size:40px;}
.pro_case_txt{ 
font-size:16px; color:#fff;  padding: 0 30px;}

.pro_case .swiper-slide a:after {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  background:rgba(244,78,80,.7);
  right: 0;
  left: 0;
  z-index: 1;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transition: transform 0.6s ;
}

.pro_case_mid { position: relative; z-index: 2;}
.pro_case_bg{ overflow:hidden;
position:absolute; left:0; top:0; width:100%; height:100%; z-index:0; }
.pro_case_bg div{ -webkit-transition-duration: 0.5s; -ms-transition-duration: 1.5s; -o-transition-duration: 1.5s; -moz-transition-duration: 1.5s; transition-duration: 1.5s;
position:absolute; left:0; top:0; width:100%; height:100%; background-position:center; background-repeat:no-repeat; background-size:cover;transition: all 2.6s } 
.pro_case_bg div.on{transform: scale(1.08, 1.08);
opacity:1; z-index:10;}
.pro_case .swiper-slide a:hover:after {
  transform: scaleZ(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}
/*page4 服务&支持*/
.homePg4{ background: url(../images/pg4.jpg) no-repeat center center; background-size:cover;}
.service { display: flex; align-items: center; justify-content:center; margin-top: 90px; }
.service_map { flex: 2; margin-right:30px; position: relative;}
.title2 { font-size: 40px; color: #fff; font-weight: bold;position: relative; cursor: pointer; margin-top: 20px;}
.service_txt { flex: 1; position: relative;}
.txt_flex { display: flex; align-items: center; justify-content: space-between;}
.ser_txt { font-size: 40px; color: #fff; font-weight: bold;position: relative; cursor: pointer; margin-top: 40px;  flex: 1;}
.name_ao { position: absolute; top:90%; left: 0; color: #fff; font-size: 20px; font-weight: normal;  transition: all .3s; opacity: 0; width: 100%;}
.ser_txt i {display: block;}
.img_dh { background: url(../images/yuan1.png) no-repeat;-webkit-animation:yq 3s linear infinite;animation:yq 3s linear infinite; position: absolute; top:-50px; left:-50px;}
.ser_txt:hover .name_ao { opacity: 1;}

.ser_list { margin-top:60px;}
.ser_list b { font-size: 40px; color: #fff;}
.ser_list span { font-size: 20px; font-weight: normal; padding-left: 10px;}
.ser_list p { color: #fff; font-size: 17px;}

.ser_txt2 { font-size: 40px; color: #fff; font-weight: bold;position: relative; cursor: pointer; flex: 1;  margin-top: 40px;}
.name_ao2 { position: absolute; top:90%; left: 0%; color: #fff; font-size: 20px; font-weight: normal; transition: all .3s; opacity: 0;}
.ser_txt2 i {display: block; }
.img_dh2 { background: url(../images/yuan1.png) no-repeat;-webkit-animation:yq 3s linear infinite;animation:yq 3s linear infinite; position: absolute; top:-50px; left:-40px;}
.ser_txt2:hover .name_ao2 { opacity: 1;}


@keyframes yq {
	0% {
	transform:rotate(0deg);
}
50% {
	transform:rotate(180deg);
}
100% {
	transform:rotate(360deg);
}
}

/**/

 .yunquan {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;


}
 .yunquan > img {
  width: 100%;
}
 .yunquan .dot-box {
   position:relative;

  width: 100%;
  height: 100%;
 
}
 .yunquan .dot-box .dot {
 position: absolute;
}
 .yunquan .dot-box .dot .d-mid {
  width: 0.3rem;
  height: 0.3rem;
  position: relative;
  pointer-events: auto;
  display: block;
}
 .yunquan .dot-box .dot .d-mid > em {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  line-height: 5px;
  text-align: center;
  background-color: #00fdfd;
}
 .yunquan .dot-box .dot .d-mid > .rip {
  position: absolute;

  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  width:130px;
  animation: yuan_icon 5s linear infinite;
  animation-fill-mode: both;
}
 .yunquan .dot-box .dot .d-mid > .rip:nth-child(2) {
  animation-delay: 1s;
}
 .yunquan .dot-box .dot .d-mid > .rip:nth-child(3) {
  animation-delay: 2.5s;
}
 .yunquan .dot-box .dot .d-mid > .rip:nth-child(4) {
  animation-delay: 4s;
}

.yunquan .dot-box .dot .d-msg {
  position: absolute;
  text-align: center;
  width: 0.3rem;
}
.yunquan .dot-box .dot .d-msg .line {
  position: absolute;
  height: 80px;
  background-color: #00fdfd;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 99%;
  width: 1px;
}

.map1 {left: 35%!important; top:20%!important; }
.map2 {left: 46%!important;  top:39%!important; }
.map3 {left: 25%!important;  top:80%!important;}
.map4 {left: 66%!important;  top:24%!important; }
.map5 {left:69%!important;  top:55%!important; }
.map6 {left:52%!important;  top:34%!important; }
.map7 {left: 26%!important;  top:44%!important; }
.map8 {left:32%!important;  top:54%!important; }
.map9 {left:68%!important;  top:34%!important; }
.map10 {left: 56%!important;  top:29%!important; }
.map11 {left:68%!important;  top:74%!important; }
.map12 {left: 56%!important;  top:79%!important; }
@keyframes yuan_icon {
  0% {
    transform: translate(-50%, -50%) scale(0.05);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0;
  }
}
/*page5 新闻*/
.homePg5{ background: url(../images/pg5.jpg) no-repeat center center; background-size:cover;}
.news { display: flex;  margin-top: 80px;}
.news_fl {flex: 2; border-right:1px solid rgba(255, 255, 255, 0.3); padding-right: 15px;}
.news_video { flex: 1; padding-left: 30px; }

.news_list .item {
	box-sizing: border-box;
    transition: all 0.3s;
    width: calc(50% - 15px);
    float: left;
    display: block;

    margin-right: 15px;

}
.news_list .item .info_box{ background: rgba(0,63,152, 0.4); padding: 10px;}
.news_list .item .date p {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 32px;
	letter-spacing: 0px;
	color: #fff;
}
.news_list .item .s_title {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: block; width:100%; height:30px; text-overflow: ellipsis;
}
 .news_list .item .info {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
  margin: 10px 0;
	letter-spacing: 0px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news_list .item:hover .info_box{ background: rgba(244,78,80,.5);}
.news_content { margin-top: 10px;}
.news_content a { display:flex; align-items:center; justify-content: center; border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding: 20px; margin-right: 15px; transition: all .3s;}
  
.news_content .day {
    color: #fff;
    flex: 1;
    height: 70px;
    margin: 7px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  
  }
  .news_content .newscon {
    flex: 5;
    padding-left: 40px;
 
  }

  .news_content .news-more{
      margin-top: 30px;
      transition: all .3s;
  }
  .news_content .newscon b {
    padding-bottom: 10px;
    font-size: 24px;
    color: #fff;
    display: block;
    font-weight: normal;
  
  }
  .news_content .newscon p {
    color: #fff;
    text-align: left;
    line-height: 24px;
    font-size: 14px;
  }
  
  .news_content .day span {
    font-size: 34px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight:normal;
  }
  .news_content .day p{ width: 100%;	text-align: center; font-size: 18px;}
  .news_content a:hover { background: url(../images/newsbg.jpg) no-repeat; background-size: 100%;}
  .news_content a:hover .news-more { padding-left: 30px;}
  .video_bg iframe{  height: 254px; object-fit:fill;}
  .rczp { position: relative; margin-top: 15px;}
  .rczp p {  padding: 10px;background:rgba(0,63,152,.3) ;color: #fff; font-size: 24px;  display: flex; align-items: center; justify-content: center; transition: all .3s;}
  .rczp:hover p { background: rgba(244,78,80,.5);}
  /*page6 底部*/
  .footer {
    background:url(../images/ftbg.jpg) no-repeat top center;
    background-size: cover;
  
  }
  .foot {
    padding: 80px 0 60px 0;
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
  }
  .foot b {
    font-size: 20px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom:32px;
  }


  .foot .ft-nav .ft-nav-list{
  
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #fff;
  }
  .foot .ft-nav .ft-nav-list dl{ margin-left:50px;}
  
  .foot .ft-nav .ft-nav-list dt{ font-size: 18px; margin-bottom: 20px; font-weight: normal;}
  .foot .ft-nav .ft-nav-list dd{ display: flex;align-items: flex-start; justify-content: space-between; flex-direction: column;  }
  .foot .ft-nav .ft-nav-list dd a{ color: #fff; display: block;  margin-bottom: 10px;
    font-size: 14px;}
  .foot .ft-nav .ft-nav-list dd a:hover{ color: #F44E50}
  
  .foot .ft-contact p{ width: 100%;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .foot .ft-contact i{ font-size: 20px; margin-bottom: 20px; margin-top: 10px; color: #fff;display: block; width: 100%;}
 .ewm { display: flex; align-items: center;}
 .ewm img { margin-bottom: 10px; max-width: 90px;}
 .ewm p{ margin-left: 10px;}
.ewm span{ display: block; font-size: 14px; color: rgba(255, 255, 255, 0.9); text-align: center;}
.copyright{ padding:10px; text-align: center; color: #fff; background: rgba(0, 0, 0, 0.4); }
.copyright a{ color: #fff;}


/**********************in企业简介****************************/
.ab_bannner { position: relative;}
.ab_bannner .nybanner-txt { position: absolute; left:17%; top:55%}
.ab_bannner .nybanner-txt b { font-size:36px; color: #fff; letter-spacing: 4px; position: relative; font-weight: 400;}
.ab_bannner .nybanner-txt b:before { content: " "; position: absolute; left: -60px; top:24px; width: 50px; height:6px; background: #F44E50;}
.ab_bannner .nybanner-txt p { font-size:33px; color: #f1f1f1; position: relative; font-weight: 400; opacity:0.7;}
.in_about_bg { background:#F5F5F5; padding:40px 0 0 0;}
.lead { padding: 40px 0; background: #fff; box-shadow: 0 0 10px #f1f1f1;}
.lead ul{ overflow: hidden; display: flex; align-items: center; justify-content:space-between; }
.lead li{ cursor: pointer;}
.lead a{ display:block; }
.lead a span{ 
  display:  inline-block;
  width: 5px;
  height: 2px;
  margin: 0 20px 0 0;
  transition: all 0.5s;
  background: #666;
}

.lead a:hover span {
  width: 20px;
  background: #F44E50;
}
.lead p{ color: #666; display: flex; align-items: center; font-size: 20px;}
.lead a:hover p{ color: #004c95; position: relative;}
.lead a i { padding-right: 10px;}
.lead a .ab_bf {display: block; transition: all .3s; }
.lead a .ab_af { display: none;}
.lead a:hover .ab_af {display: block;}
.lead a:hover .ab_bf {display: block;}
.in_tit_box { margin:0 auto; text-align: center;}
.in_title{
    color: #000;
    font-weight: 800;
    font-size: 36px;
    line-height: 54px;

    
}
.mark-bar {
  border-top-width: 8px;
  border-top-style: solid;
  border-top-color: #F44E50;
  width: 50px;
  height: 0;
  margin-top: 10px;
  border-right: 10px solid rgba(0,0,0,0);
}
.in_about_txt { font-size: 16px; line-height: 26px; color: #666; margin: 30px auto; width: 88%; text-align: center;}
.ab_bottom2 {
 position: relative;
 z-index: 2;
	margin:10px auto;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  background: #fff;
	
}
.ab_bottom2 b{ font-size:40px;}


.ab_bottom2  li {
	width: 25%;
	float: left;
  

}
.ab_bottom2  li a {

	text-align: center;
	text-decoration:none;
	position: relative;
  margin: 0 auto;
	display: block;
	padding: 30px 26px 24px;
	transition: all .3s;
	border-left: 1px solid #f1f1f1;
  background-color: #fff;
}
.ab_bottom2 .ab_num { display: flex; align-items: center; justify-content: center;}
.ab_bottom2 li a b {
	color: #F44E50;
	font-weight: bolder;
	margin-bottom: 8px
}
.ab_bottom2 li a i{  font-size: 19px; color: #333; padding-left: 6px;}
.ab_bottom2 li a p {
	color: #666;
	font-size: 16px;
	line-height: 24px;

}
.ab_bottom2 li:first-child a { border-left: none;}
.ab_bottom2 li a:hover b { color:#004c95 ;}
.in_ab_db{
  background: url(../images/in_about.png);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  margin-top:60px;
  height: 420px;
  position: relative;
  z-index:1;
  width: 100%;
}
/*面积构成*/
.mjgc { margin-top: 50px; position: relative;}
.mjgc_fl {  margin-top: 40px;  }
.mjgc_fr { position: absolute;  width: 60%; right: 0;top:25%; background: rgba(244,78,80,.9); padding: 40px; display: flex; flex-wrap: wrap; }
.mjgc_fr a { display: flex; align-items: center; color: #fff; width: 46%; margin: 40px 0;}
.mjgc_fr .mjgc_b { font-size:45px; font-weight: bold; margin-right:20px;} 
.mjgc_fr .mjgc_b i { font-weight: normal; font-size: 16px;}
.mjgc_fr .mjgc_txt { font-size: 28px; line-height: 40px;}
.mjgc_fr .mjgc_txt p { font-size: 18px;}
/*公司团队*/
.gstd { margin-top: 60px;}
.gstd .swiper-container {
  width: 100%;
  height: 100%;
  margin-top: 40px;
}
.gstd .swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #fff;
  height:300px;

  /* 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;
transition: 300ms;
transform: scale(0.7);
}
.gstd .swiper-slide .td_mark { position:absolute; top:0;left: 0; right: 0; bottom: 0; margin: auto; width: 100%; height: 100%;background: rgba(255,255,255,.5); z-index: 1;}
.gstd .swiper-slide a { color: #fff; position: relative; z-index: 2; display: block;  }
.gstd .swiper-slide:nth-child(1) { background: url(../images/td1.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(2) { background: url(../images/td2.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(3) { background: url(../images/td3.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(4) { background: url(../images/td4.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(5) { background: url(../images/td6.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(6) { background: url(../images/td5.jpg) no-repeat center 100%; }
.gstd .swiper-slide:nth-child(7) { background: url(../images/td7.jpg) no-repeat center 100%; }
.gstd .swiper-slide b { display: block; font-size: 26px;}
.gstd .swiper-slide p { margin-top: 10px; font-size: 20px;}
.gstd .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);

}
.gstd .swiper-slide-active .td_mark  {background: rgba(0,0,0,.1);}
.gstd .swiper-button-prev,.gstd .swiper-button-next { background: rgba(0,0,0, 0.3); width: 38px; height:65px; }
.gstd .swiper-button-prev span,.gstd .swiper-button-next span { display: block; color: #fff;  font-size: 30px; text-align: center; line-height: 65px;}
.gstd .swiper-button-prev:hover,.gstd .swiper-button-next:hover {background: rgba(244,78,80,.9); }
/*企业文化*/
.qywh { background: url(../images/wh-bg.jpg) no-repeat ; background-size: cover; padding: 60px 0; margin-top: 60px; }
.qywh .qywh_list { display: flex; align-items: stretch; justify-content: space-between; }
.qywh .qywh_list a { display: block; margin: 15px; background: #fff; text-align: center; padding-bottom: 20px;} 
.qywh .qywh_list b{ font-size: 30px; color: #F44E50; line-height: 40px; margin-top: 20px; display: block;}
.qywh .qywh_list p { margin-top: 10px; font-size: 17px; padding: 0 10px; }
.qywh .qywh_list a:hover { color: #fff; background: #F44E50;}
.qywh .qywh_list a:hover b { color: #fff;}
/*发展历程*/
.fzlc{ background: url(../images/ab_fzlc.jpg) no-repeat; background-size:cover ; padding: 60px 0;}
.fzlc .swiper-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;

}


.fzls_box .gallery-top {
  height:auto;
  width: 75%;
  float: left;

}
.fzls_box .gallery-thumbs { width: 20%; float:right; text-align: center;height: 450px; 


  background-color: #F44E50;
  box-sizing: border-box;

position: relative;}


.fzls_box .gallery-thumbs .swiper-slide  {cursor: pointer; display: block; width:100% ; height:75px!important; line-height: 75px; font-size: 17px;  color: rgba(255,255,255,.7); font-weight: bold;}
.fzls_box .gallery-thumbs .swiper-slide a { color: #fff;}
.fzls_box .gallery-thumbs .swiper-slide:hover {    color: #fff;}
.fzls_box .gallery-thumbs .swiper-slide:hover a, .fzls_box .gallery-thumbs .swiper-slide-thumb-active a { color: #fff;}


.fzls_box .gallery-thumbs .swiper-slide-thumb-active {
 color: #fff;
 font-size: 30px;

}
.fzls_box .gallery-thumbs .swiper-button-next {
  background:none!important;
  outline: none;
  position: absolute;
  top:420px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 44px;
  z-index: 10;
  background-color: #F44E50;
}
.fzls_box .gallery-thumbs .swiper-button-next span, .fzls_box .gallery-thumbs .swiper-button-prev span { color: #fff; font-size: 30px; width: 100%; display: block; text-align: center;}

.fzls_box .gallery-thumbs .swiper-button-prev {
  position: absolute;
  top:0px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 44px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background:none!important;
outline: none;
background-color: #F44E50;

}

.fzls_box .gallery-top .swiper-slide { margin-top:40px; display: flex; align-items: center; justify-content: space-between; }

.fzls_box .gallery-top .fzls_tit{font-size: 70px;
  flex: 2;
  color: #F44E50;
  font-weight: bold;
text-shadow: 0 20px 13px rgb(215 12 24 / 15%);
}
.fzls_box .gallery-top .fzls_tit p { color: #666; text-shadow:none; text-transform: uppercase; font-size: 24px;}
.fzls_box .gallery-top .fzls_list { flex: 3; }
.fzls_box .gallery-top .fzls_list p { line-height: 26px; font-size: 17px; padding: 10px 0;}
/*研发实力*/
.yfsl { margin-top: 60px;}
.yfsl_con {

  position: relative;

  margin-top: 40px;


}
.yfsl_con ul{
  width:100%;
  padding:0;
  margin:0;
  display: flex;
  align-items: center;
  justify-content: space-between;}
.yfsl_con li{position:relative;overflow:hidden; }

.yfsl_con li a{display:block; }
.yfsl_con em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.yfsl_con .dec_ar p{ margin-top:15px;  text-transform: uppercase;  }

.yfsl_con li .cont_ar{ color:#fff;
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  right:0;
  background: rgba(0,0,0,.3);
  transition:all 0.5s; -webkit-transition:all 0.5s;
}

.yfsl_con li .ar_title{
  width:80%;

  text-align:center;
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition:opacity 0.5s;-webkit-transition:opacity 0.5s;
}
.yfsl_con li .ar_title span{  padding: 20px;
  display: block;
  border: 1px solid #fff;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 10px;
  background: rgba(255,255,255,.2); }
.yfsl_con li .ar_title i{width:50px;height:45px;margin: 0 auto;}
.yfsl_con li .ar_title b{font-size:24px;font-weight:bold;text-align:center;margin-top: 25px; display: block; }
.yfsl_con li .dec_ar{
  line-height:28px;
  max-height:100%;
  position:absolute;
  z-index:1;
  left: 0;
    padding:20px;
  right: 0;
    bottom: 0;
    background: rgba(244,78,80,.7);
  color:#fff;
  opacity:0;
  filter:alpha(opacity=0);
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.yfsl_con li .dec_ar em{ font-size: 24px; margin-top: 15px;  font-weight: bold;}
.yfsl_con li .dec_ar p{ color: #fff; font-size: 15px; line-height: 26px;text-align: center; }
.yfsl_con li .more{ text-align: center; color: #fff; margin-top: 15px; }
.yfsl_con li.cur .cont_ar{ background: rgba(255,255,255,0);cursor: pointer; }
.yfsl_con li.cur .ar_title{  display: none;}
.yfsl_con li.cur .dec_ar{
  opacity:1;
  filter:alpha(opacity=100);

  transition-delay:0.3s;
  -webkit-transition-delay:0.3s;
}
/*企业荣誉*/
.honor_info { background:#F6F8FC url(../images/honorbg.jpg) no-repeat left; background-size:cover; margin-top: 60px; padding-bottom: 20px; margin-bottom: 60px;}
.honor_box {  display: flex; align-items: stretch; justify-content:center; }

.honor_tu { width: 30%;;padding:80px 60px 60px 0; color: #333; }
.honor_tu b { font-size:52px;  color:#000; display: block;}
.honor_tu span { display: block; font-size: 24px; color: #000; margin: 30px 0;}
.honor_tu p { line-height: 30px; margin:20px 0; font-size: 17px;}
.honor_tu p i{ padding-right: 8px;}
.honor {  width: 70%;; padding:50px 0;  margin-top: 80px;}
.honor .swiper-slide { margin-top: 40px;}
  .honor .swiper-slide span img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  
}
.honor .swiper-slide a { background: #fff; display: block; padding-bottom: 10px; box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);}
.honor .swiper-slide em { display: block; font-size: 18px; font-style: normal; text-align: center;  padding: 10px 15px; color: #333;white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.honor .swiper-slide p {

    color: #666;
    line-height: 26px;
    font-size: 14px;
    padding:0 15px;
}


.honor .swiper-button-next {
    position: absolute;
    top: 60px;
    left: 43px;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
  
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.honor .swiper-button-prev {
    position: absolute;
    top: 60px;
    left: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    font-size: 30px;
    line-height: 60px;
    height: 60px;
    transition: all .5s ease;
    outline: none;
}
.honor .swiper-button-prev:hover, .honor .swiper-button-next:hover {
    background: #F44E50;
}
/* 当前位置 */
#path{ margin-bottom: 20px;}
#path a{display: inline-block; font-size: 17px; color: #666;}
#path a:hover{text-decoration: underline;}
#path a>i{font-size: 17px; margin-right: 10px;}

/* **************in 产品中心***************** */
.in-product-box {padding: 50px 0 80px 0; background: #f7f7f7;}
.in-product a{display: flex; align-items: center; justify-content: space-between;  position: relative; z-index: 3;background: #fff;}
.in-product_txt, .in-product_tu{width: 50%; overflow: hidden; }
.in-product_txt { padding: 50px;}
.in-product_txt span { display: block; margin-top: 30px; transition: all .3s;}
.in-product_txt2 { padding: 50px;}
.in-product_txt p{    
  color: #545454;
  font-weight: 300;
  font-size:16px;
  margin-top: 20px;
  line-height: 36px;}
  .in-product .in-product_tu img {-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;}
  .in-product a:hover .in-product_tu img{  transform: scale(1.1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.1);}
    .in-product a:hover .in-product_txt span  { padding-left: 50px;}
/*产品详情*/

.in-productdetail {padding: 50px 0;}
.pro-detail {

	background:#fff;


}
.pro-detail_tu {
	width: 50%;
  display: flex;
  position: relative;
  display: flex;
  align-items: center;

}
.pro-detail_tu img {
	width: 100%;
 
}
.pro-detail_tu #gallery { flex: 4; border: 1px solid #dedede;}
.pro-detail_tu #thumbs { height: 429px;  overflow: hidden;  position: relative; margin-left: 20px; flex: 1; }
.pro-detail_tu #thumbs .swiper-slide{ display: flex; align-items: center;}
.pro-detail_tu #thumbs img { opacity: .6;  border: 1px solid #dedede!important;  width: 98%;}
.pro-detail_tu .swiper-button-prev i,.pro-detail_tu .swiper-button-next i { font-size: 28px; display: block; text-align: center; line-height: 40px; background:#999; color: #fff;}
.pro-detail_tu .swiper-button-next i {transform: rotateZ(90deg);}
.pro-detail_tu .swiper-button-prev i { transform: rotateZ(90deg);}
.pro-detail_tu .swiper-button-next { background: none;  top:calc(100% - 8px);left: 40%;}
.pro-detail_tu  .swiper-button-prev { background: none;  top:12px;  left:40%;}
.pro-detail_tu #thumbs .swiper-slide-thumb-active  img{ opacity: 1;}
.pro-detail_tu .swiper-button-next:hover i,.pro-detail_tu .swiper-button-prev:hover i { background: #EF350E;}
.pro-detail_zi {
	width:45%;
  padding:50px 30px;

}
.pro-detail_zi .pro-tel { display: flex; align-items: center; }  

.pro-detail_zi b { font-size: 30px; margin-bottom: 30px; display: block; }

.pro-detail_zi .pro-tel span { color: #EF350E; font-size:35px; display: block; margin-top: 20px;  margin-left: 20px;}
.pro-detail_zi p {

	font-size: 15px;
	color: #666;
	line-height: 26px;
  padding: 10px 0;
  border-bottom: 1px dashed #f1f1f1; text-align:justify;
}
/*详情页产品介绍  */
.in_prodetail_js { background: #F6F7FB;}
.in_prodetail_js .txt { padding: 50px 0; }
.in_prodetail_js .txt b { font-size: 26px; color: #333; display: block; margin-top: 30px;}
.in_prodetail_js .txt p{ line-height: 32px; color: #666; margin-top: 20px; font-size: 16px;}
.pager_zh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0;

}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 54px;
  line-height: 54px;
  width: 180px;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  position: relative;
  border: 1px solid #dedede;
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #7d7d7d;
  font-size: 18px;
  z-index: 10;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
.productdetail-pdf {text-align: center; border-bottom: 1px solid #f1f1f1; padding: 30px 0; font-size: 18px;}
.productdetail-pdf img {  margin-right: 20px;}
.in_prodetail_more { margin-bottom: 50px;}
.in_prodetail_more .txt { text-align: center; }
.in_prodetail_more .txt b { font-size: 26px; color: #333; display: block; margin-top: 30px;}
.case_list { display: flex; align-items: center; justify-content: space-between; margin-top: 20px;}
.case_list a { width:31.33%; margin: 10px 1%; box-shadow: 0 0 10px 0 #ccc;}
.case_list b{ font-size: 16px; text-align: center; display: block; padding: 10px;}

  /*工程案例*/
  .case { margin: 50px 0;

  }
  .case .case-box {   display: flex;
    align-items:stretch;
    justify-content: flex-start;
    flex-wrap: wrap;}
   #case-list { width:calc(33.33% - 40px);  margin:20px; padding: 20px 0 40px 0; transition: all .3s; position: relative;}
  
  
  #case-list .swiper-wrapper {
    margin-top: 20px;
  }
  
  #case-list .swiper-slide {
    text-align: center;
    font-size: 18px;
  }
  
  #case-list .swiper-slide img {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
  }
  
  
  #case-list .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
  
  #case-list .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  
  #case-list .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
  }
  
  #case-list .swiper-pagination-bullet-active {
    opacity: 1;
    background: #F18D00;
  }
  #case-list .info span {
    display: block;
    overflow: hidden;
  }
  
  #case-list .info b {
    display: block;
    padding: 15px 0;
    font-size: 20px;
    color: #333;
    font-weight: normal; float:left; padding-left:15px;
  }
  
  #case-list .info span {
    display: block;
    padding: 15px 0;
    font-size: 28px;
    color: #333;
    font-weight:bold; float:right; padding-right:15px;
  }
  #case-list .line { position: absolute;left: 0; bottom: 0; width: 0 ;height: 2px; background: #F44E50; transition: all .3s; }
  #case-list:hover .line { width: 100%;}
  #case-list .info p {
    font-size: 15px;
    color: #999;
    line-height: 28px; padding-left:15px; float:left;

  }
  #case-list .swiper-button-next, #case-list .swiper-button-prev{ background:rgba(7, 49, 144, 0.6); border-radius: 5px;}
  #case-list .swiper-button-next i, #case-list .swiper-button-prev i{ line-height: 44px; color: #fff; display: flow-root;text-align: center; font-size: 24px;}
  #case-list .swiper-button-next:hover, #case-list .swiper-button-prev:hover{ background:rgba(7, 49, 144, 1);}
 /*合作伙伴*/
 .hzhb { margin: 50px 0;}
 .hezuo { padding-bottom: 50px; margin-top: 30px;}

 .hezuo .swiper-slide a{ background:#fff;  display: block; border: 1px solid #f1f1f1;  }
 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
     .hezuo .swiper-pagination-bullet-active {
         opacity: 1;
         background: #F44E50;
     }

.hezuo em{ font-size:20px; margin:0; padding:0;font-style: normal; display: block; text-align: center; color: #fff; }
.hezuo .cont_info p{ margin-top:15px; overflow: hidden; }
.hezuo .cont_info span{ margin-top:15px; display: block; font-size: 30px; color: #fff; font-weight: bold; text-align: center; }
.hezuo .cont_box{ color:#fff;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	right:0;
	transition:all 0.5s; -webkit-transition:all 0.5s;
}

.hezuo .cont_info{
	line-height:28px;
  height:100%;
	position:absolute;
	z-index:1;
	left: 0;
	right: 0;
	top:50%;
	transform:translateY(0) scale(0);
	-webkit-transform:translateY(0) scale(0);
	padding:40px ;
    background: -webkit-linear-gradient(to right,  rgba(244,78,80,.7), rgba(0,76,149,.7));
    background: linear-gradient(to right,  rgba(244,78,80, 0.7), rgba(0,76,149,.7));
	color:#222;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}

.hezuo .cont_info em{ font-size: 18px;   font-weight: bold;}
.hezuo .cont_info p{ color: #fff; font-size: 14px; line-height: 30px;text-align: center; }

.hezuo a:hover .cont_info{
	opacity:1;
	filter:alpha(opacity=100);
	transform:translateY(-50%) scale(1);
	-webkit-transform:translateY(-50%) scale(1);
	transition-delay:0.3s;
	-webkit-transition-delay:0.3s;
}
.hezuo a:hover .more { color: #fff;}
/*****************in 新闻中心************************/
.lead2 {   padding: 40px 0; background: #fff; box-shadow: 0 0 10px #f1f1f1;}
.lead2 ul{ overflow: hidden; display: flex; align-items: center; justify-content:flex-start; }
.lead2 li{ cursor: pointer; margin-right: 60px;}
.lead2 li:first-child a{ font-size: 30px; color: #666; }
.lead2 a{ display:block; }
.lead2 a span{ 
  display:  inline-block;
  width: 5px;
  height: 2px;
  margin: 0 20px 0 0;
  transition: all 0.5s;
  background: #666;
}

.lead2 a:hover span {
  width: 20px;
  background: #F44E50;
}
.lead2 p{ color: #666; display: flex; align-items: center; font-size: 20px;}
.lead2 a:hover p{ color: #004c95; position: relative;}
.lead2 a i { padding-right: 10px;}
.lead2 a .ab_bf {display: block; transition: all .3s; }
.lead2 a .ab_af { display: none;}
.lead2 a:hover .ab_af {display: block;}
.lead2 a:hover .ab_bf {display: block;}
.in_news{ display: block; margin-top:50px;}
.in_news a{
  display: block;
	width: calc(33.33% - 1px);
	box-sizing: border-box;
	border: 1px #f1f1f1 solid;
  background: rgba(255,255,255,.4);
	float: left;
	padding:30px;
  margin-left: -1px;
  margin-bottom:30px;
	transition: .3s;
}

.in_news .img,.in_news .img img{
	width: 100%;

	overflow: hidden;
	transition: 1s;
}
.in_news .cont{
	padding: 20px 0px;
}


.in_news p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; min-height:52px;


}
.in_news b{
  font-size: 20px;
  line-height: 32px;
  display: block;
  height: 64px;
  margin: 15px 0;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.in_news span { display: block; font-size: 16px; color: #999;}
.in_news a:hover{ background: #004c95; background-size: 100%;}
.in_news a:hover img{
	transform: scale(1.1);
}
.in_news a:hover b{
	color: #ffffff;
}
.in_news a:hover{
	box-shadow: 0px 2px 10px #ddd;
}
.in_news a:hover p{ color: #ffffff;}
.in_news_more {
	margin-top: 20px;
	display: block;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}
/***上一页下一页***/
.num {
	margin: 20px auto;
	padding: 40px 10px;
	text-align: center;
}
.num ul {
	display: inline-block;
}
.num ul li {
	float: left;
	list-style: none;
	margin: 5px 0;
	padding-right: 10px;
}
.num ul li a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #ccc;
	text-align: center;
	color: #666;
	font-size: 14px;
	text-decoration: none;
}
.num ul li a:hover { background: #F44E50; color: #fff;border: 1px solid #F44E50;}
.num ul li a.selected {
	color: #fff;
  background: #F44E50;
  border: 1px solid #F44E50;
}
/**newsdetail*/
.in_news_detail { box-shadow: 0 0 20px #f1f1f1; background: #fff; margin: 50px 0; padding: 40px; }
.in_news_detail p{ line-height: 26px; color: #666; margin-top: 20px;}
.in_news_detail .news_info_tit { border-bottom: 1px solid #f1f1f1; padding-bottom: 20px;}
.in_news_detail .news_info_tit b{ 
  font-size: 32px;
  font-weight: 700;
  color: #333;
  line-height: 40px;}
 .in_news_detail .news_info_tit p span { margin-right: 30px; color: #999; }
 .in_news_detail .news_info_con{  font-size: 17px; line-height: 34px; margin-top: 20px;}
 .in_news_detail .news_info_con img { margin: 25px auto 0 auto;}
 .in_news_detail .news_bottom { display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #f1f1f1; margin-top: 30px; padding: 20px 0;}
 .in_news_detail .news_bottom p a{ font-size: 17px; color: #999;}
 .in_news_detail .news_back{
   
  display: block;
  margin-left: 10px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  background-color: #F44E50;
  text-align: center;
  outline: none;
  color: #fff;
  font-size: 18px;}
  .in_news_detail .news_back a { color: #fff;}
  /************in 联系我们*****************/
  .in_contact_box {position: relative; display: flex; align-items: stretch; }
  .in_contact_box .in_contact_map { width: 70%; height:650px;}
  .in_contact_box .in_contact_txt { width: 30%; padding: 50px;  background: #fff;height:650px;}
  .in_contact_box .in_contact_txt .map_tit { font-size: 32px; font-weight: 700; color: #F44E50;}
  .in_contact_box .in_contact_txt a { display: block; border-bottom: 1px solid #f1f1f1; padding: 20px 0;}
  .in_contact_box .in_contact_txt .map_tit { font-size: 32px; font-weight: 700; color: #333;}
  .in_contact_box .in_contact_txt a b {  color: #F44E50; font-size: 20px; padding-bottom: 5px; display: block; }
  .in_contact_box .in_contact_txt a p{ padding: 7px 0; line-height: 24px; font-size: 16px; color: #666;}
  .in_contact .contact_bottom { margin:60px 0;}
  .in_contact .contact_bottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
  }
  .in_contact .contact_bottom ul li { background: #004c95; flex: 1; margin: 10px;  padding: 35px; transition: all .3s; cursor: pointer; }
  .in_contact .contact_bottom  i {
    display: block;
    font-size:40px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
  }
  .in_contact .contact_bottom p { font-size: 18px; color: #fff;}
  .in_contact .contact_bottom ul li:hover { margin-top: -10px;transform: scale(1.05);}

  /**********加入海洋***************/
  .join_tit {margin-top:50px; position: relative; font-size: 36px; text-align: center;  font-weight: bold;}
  .join_tit span {position: absolute; z-index:1; top:20px;left: 0; right: 0; margin: auto; font-size: 90px; color: #F44E50; font-weight: bold;}
  .join_tit p{    position: relative;
    z-index: 2;}
  .join_py {display: flex; align-items: center; justify-content: space-between; margin-top: 40px; box-shadow: 0 0 20px #f1f1f1; position: relative; z-index: 3;background: #fff;}
  .join_py_txt, .join_py_tu{width: 50%; }
  .join_py_txt { padding: 50px;}
  .join_py_txt2 { padding: 50px;}
  .join_py_txt p{    
    color: #545454;
    font-weight: 300;
    font-size:18px;
    margin-top: 40px;
    line-height: 36px;}
    /****人才培养方式****/
    .join_pyfs{ background:#f5f5f5 url(../images/join2.jpg) no-repeat top;  padding: 50px 0 60px 0;}
    .join_pyfs { margin-top: 60px;}
    .join_pyfs_box { background: #fff; padding: 20px; margin-top: 100px; box-shadow:0 25px 20px -15px #f1f1f1; }
    .join_pyfs_box .join_pyfs_txt { margin-top: 50px; background: #fff; position: relative; z-index: 3; padding:10px 50px;}
    .join_pyfs_box .join_pyfs_txt b { font-size: 20px; display: block; margin: 20px 0;}
    .join_pyfs_box .join_pyfs_txt p{ color: #545454;
      font-weight: 300;
      font-size:16px;
      margin-top: 10px;
      line-height: 34px;
    }
    .join_rcxy { display: flex; align-items: center; justify-content: center; margin: 50px 0; position: relative; z-index: 3; background: #fff;}
    .join_rcxy_box { position: relative; margin: 20px;}
    .join_rcxy_box .join_rcxy_txt { position: absolute; left: 0; right: 0; margin: auto; width: 80%; bottom: 40px; color: #fff;     transition: bottom .3s ease-in-out;}
    .join_rcxy_box .join_rcxy_txt b{ font-size: 28px;}
    .join_rcxy_box .join_rcxy_txt p {font-weight: 300;
      font-size:18px;
      margin-top: 20px;
      line-height: 30px; }
    .join_rcxy_box:hover {cursor: pointer;}
    .join_rcxy_box:hover .join_rcxy_txt{   bottom: 70px; }
  /*****人才招聘******/
    .join_rczp {margin: 50px 0; }
    .join_rczp_list li  { display: block; background:#f1f1f1; margin: 20px 0; padding: 30px;}
    .join_rczp_list li  b { display: block; font-size: 24px;}
    .join_rczp_list li font {padding: 2px 7px;
      margin-left: 20px;
      border-radius: 4px;
      border: 1px solid #F44E50;
      color: #F44E50;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;}
    .join_rczp_list li i { font-size: 16px; font-weight: normal; float: right; color: #999; }
    .join_rczp_list li p{font-size: 16px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; margin-top: 15px;}
    .join_rczp_list .zp-content { display: flex; justify-content: space-between; align-items: center;}
    .join_rczp_list .zp-content div { margin-left: 60px;}
    .join_rczp_list .zp-content p {color: #666; margin: 15px 0; font-size: 16px; line-height: 26px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
    .join_rczp_list li:hover { box-shadow: 0 0 10px #f1f1f1;}
    .zp-con {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    display: none;
    line-height:200%;
    font-size: 15px;
    color: #666;
}
    
    /****配件展示*****/
    .pjzs { margin: 50px 0;}
    .pjzs_list {
  
      display: flex;
      align-items:center;
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 30px;
    
   }
   .pjzs_list a { width:calc(33.33% - 20px);  margin: 10px; background: #f5f5f5; padding-bottom: 20px; transition: all .3s;}
   .pjzs_list span {
       display: block;
       overflow: hidden;
   }
   
   .pjzs_list b {
       display: block;
       padding: 20px 40px;
       font-size: 20px;
       color: #333;
   }
   

   
   .pjzs_list img {
       display: block;
       width: 100%;
       transition: .8s;
   }
   
   .pjzs_list a:hover img {
       transform: scale(1.1);
   }
   .pjzs_list a:hover {box-shadow: 0 0  10px #dedede; margin-top: -10px;}
   .pjzs_list p {
       font-size: 14px;
       color: #606060;
       line-height: 25px;
       padding: 0 40px;
   }
   .jszc_tit { color: #545454;
    font-weight: 300;
    font-size:18px;
    margin-top: 20px;
    line-height: 34px;}
    .jszc_box { display: flex; align-items: stretch; justify-content: center; margin-top: 50px;}
    .jszc_fl{ width:30%; padding: 40px; background:#004c95; color: #fff;line-height: 32px; font-size: 18px; }
    .jszc_fl p { margin-top: 30px;}
    .jszc_fr { width: 70%;}
    .jszc_fr ul{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
    .jszc_fr ul li { width: 50%; padding: 50px 0; border: 1px solid #f1f1f1; margin-top: -1px; margin-left: -1px; display: flex; align-items: center; justify-content: center; flex-direction: column; cursor: pointer; height: 230px; transition: all.3s;}
    .jszc_fr ul li p{ font-size: 20px; line-height: 36px; padding: 0 30px; margin-top: 15px;}
    .jszc_fr ul li .jszc_con {font-size: 16px; margin-top: 15px; display: none; transition: all .3s; padding: 0 20px;}
    .jszc_fr ul li:hover { background:#F44E50;}
    .jszc_fr ul li:hover .jszc_con { display: block; color: #fff;}
    .jszc_fr ul li:hover p , .jszc_fr ul li:hover img{ display: none;}

/*links*/
.links{ width:100%; height: auto; background: #333; clear: both;}
.links ul{ width:1200px; height:auto; margin:0 auto; padding:10px 0px;clear:both;}
.links ul li{float:left; margin:0px; color: #fff;line-height:23px;}
.links ul li a{color:#fff; padding:0px 8px; font-size:14px; line-height:23px; display:inline-block; }
.links ul li a:hover{ color:#fff; text-decoration:none;}

/*图片集*/
#bodycontent .hov{ display: block;}
#bodycontent p{ display: none;}
.imgnav{  position:relative; margin:0 auto; width:100%; max-width:930px;}
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:565px; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#tabsmalimg img{ width:100%; display:none; vertical-align: middle;}
#pofront,#ponext{position:absolute;z-index:10;cursor:pointer;width:30px;height:auto;top:50%; margin-top: -30px;}
#pofront{left:10px}
#ponext{right:10px}
#pofront a,#ponext a{display:block;height:60px;}
#pofront a{background:url(../images/index_tab_l.png) no-repeat; }
#ponext a{background:url(../images/index_tab_r.png) no-repeat;}

#cbtn{ position:relative; height:420px; padding:0 14px; float:right; margin-top:10px; }
#cbtn ul{position:relative;  height:10000px;}
#cbtn ul li{width:116px; cursor:pointer; text-align:center; margin-bottom:10px; position:relative;}
#cbtn ul li img{ width:100%; display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20;font-size:12px; line-height:16px; padding:0 5px;}
#cbtn li.hov{ border:1px solid #ccc;/*background:url(../images/ico/imgHoverBg.gif) no-repeat;*/}
.ctrl div{ clear:both;}
#cSlideUl{width:100%; height:375px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:63px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:63px; z-index:9;}
@media (max-width: 1680px){
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:720px; width:68%; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#cbtn{ position:relative; width:30%; max-height:240px; padding:0 5px; float:right; margin-top:10px; }
#cSlideUl{width:100%; min-height:240px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:50px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:50px; z-index:9;}
}
@media (max-width: 1440px){
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:720px; width:68%; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#cbtn{ position:relative; width:30%; max-height:240px; padding:0 5px; float:right; margin-top:10px; }
#cSlideUl{width:100%; min-height:240px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:50px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:50px; z-index:9;}
}
@media (max-width: 1280px){
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:720px; width:68%; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#cbtn{ position:relative; width:30%; max-height:240px; padding:0 5px; float:right; margin-top:10px; }
#cSlideUl{width:100%; min-height:240px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:50px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:50px; z-index:9;}
}
@media (max-width: 1080px){
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:720px; width:68%; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#cbtn{ position:relative; width:30%; max-height:240px; padding:0 5px; float:right; margin-top:10px; }
#cSlideUl{width:100%; min-height:240px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:50px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:50px; z-index:9;}
}
@media (max-width: 740px){
#tabsmalimg{ z-index:10; position:relative; text-align:center; margin-top:11px; max-width:720px; width:68%; float:left; box-shadow: 0 0 10px 0 #ccc;display: table-cell; vertical-align: middle;}
#cbtn{ position:relative; width:30%; max-height:240px; padding:0 5px; float:right; margin-top:10px; }
#cSlideUl{width:100%; min-height:240px;overflow:hidden; position:relative; top:28px; margin:0 auto;}
.picSildeLeft{cursor:pointer; position:absolute; top:0px; left:50px; z-index:9;}
.picSildeRight{cursor:pointer; position:absolute; bottom:0px; left:50px; z-index:9;}
}