 
/* ----------基本元素重置----------- */
html,body {font-family: Signika, sans-serif; font-size:15px; color:#515151; line-height:1.6;  }
a:link { color:#515151; text-decoration:none; }
a:visited { text-decoration:none; color:#515151; }
a:hover { text-decoration:none; color:#009cdf; }
a:active { text-decoration:none; color:#515151; }
a img, img { border:none;vertical-align:middle; max-width:100%  } 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form,input,select,textarea,button, fieldset, table, th, td, span,form,p,a,img,object,embed  { padding:0px; margin:0px; list-style:none; }
table{border-collapse:collapse;border-spacing:0;border:0;}
input, textarea, select, button, file { vertical-align:middle;font-family: Signika, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-weight:normal}
.bold { font-weight: bold}
.fl { float: left;}
.fr { float: right;}
.fa {  display:inline-block; vertical-align:middle; background-repeat:no-repeat; background-position:center}
.overflow { overflow:hidden }
.clearfix{ clear:both; *zoom: 1;}
.clearfix:after{content: "";display: block;clear: both;}
.text-center { text-align:center }
.none { display:none }
.yellow { color:#009cdf }  
.block { height:20px; clear:both }
.bg { background:#e9edf0; margin-bottom:-3%; padding-bottom:4%; margin-top:-3%; padding-top:3% }
.page-wrapper,.wrapper,.page-wrapper-row { width:1400px; margin: 0 auto; max-width:92%; }
@media screen and (max-width: 1600px) {
.page-wrapper,.wrapper { width:1200px; }
}
@media screen and (max-width: 1350px) {
.page-wrapper,.wrapper { width: 90%; }
}
@media screen and (max-width: 960px) {
.page-wrapper,.wrapper { width: 92%; max-width:100%; }
}
.zoom { position: relative; display:block; overflow:hidden; width: 100%; height: 0; padding-bottom: 65%; }
.zoom span{ display: block; position: absolute; width: 100%; height: 100%;  background-position: center; background-repeat: no-repeat; background-size: cover;webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.zoom:hover span {webkit-transform: scale(1.1);-moz-transform: scale(1.1); -o-transform: scale(1.1);transform: scale(1.1); -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
li:hover .zoom span {webkit-transform: scale(1.1);-moz-transform: scale(1.1); -o-transform: scale(1.1);transform: scale(1.1); -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.box-shadow {
-webkit-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1); }
.box-shadow:hover {
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); }
/*分享*/
.ico-share { float:right; }
.ico-share a { 
    display:inline-block; vertical-align:middle;
    width: 30px; height: 30px;
    margin:0 5px; background-position:center; background-repeat:no-repeat; background-size:auto 28px;
}
.ico-share .s_list1 { background-image:url(../img/t-twitter.png) }
.ico-share .s_list2 { background-image:url(../img/t-youtube.png); }
.ico-share .s_list3 { background-image:url(../img/t-pinterest.png) }
.ico-share .s_list4 { background-image:url(../img/t-facebook.png) }
.ico-share .s_list5 { background-image:url(../img/t-ins.png) }
/* 头部 */
.header{ position: relative; height: auto; padding:10px 0; width:100%; background-color: rgba(255,255,255,.9); background:#fff; z-index:99; transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;}
.header .wrapper { position:relative }
.header .logo { float:left; margin-top:10px }
.header .logo .logo-img { height:60px; }
 
.headerbg { position:relative; height:100px; }
.navbox { float:right; }
.nav{ height: 80px; }
.nav li { position: relative;float: left; margin:0 20px; }
.nav li>a{ line-height: 80px; font-size:16px; padding:0px; text-transform: capitalize; position:relative }
.nav li.active>a { color:#009cdf }
.nav li>a::after { background:#009cdf; display: block; content: ""; width:0; height:2px; position:absolute; bottom:-12px; left:0; z-index:-1; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.nav li:hover a::after { width:100%; }
.nav li.active a::after { }
.nav li .nav-list {z-index:21;position:absolute;display:none;overflow:hidden;top:80px; left:-20px;width:100%; min-width:200px; padding:20px 0; background:#fff; background-color:rgba(255,255,255,.9); }
.nav li .nav-list dl dd { position: relative; padding:0 20px; }
.nav li .nav-list dl dd i{ display:inline-block; position:absolute; right:30px; top:13px;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #afafaf;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 1px;
}
.nav li .nav-list dl dd a { display:block; color:#555; height:40px; line-height:40px; overflow:hidden; padding:0 5px; font-size:15px; text-transform:capitalize }
.nav li .nav-list dl dd>a:hover { color:#009cdf }
.navbtn { display: none; z-index:100; width:60px; height:60px; line-height:60px; margin-top:15px; font-size:0; float:right; text-align:center; background:#009cdf url(../img/icon-nav.png) no-repeat center; margin-left:3% }
.nav li .nav-list:hover { overflow:inherit; }
.nav li .nav-list dl dd .nav-list-sub { display:none; background:#fff; background-color:rgba(255,255,255,.9); width: auto; padding:15px 0; position:absolute; left:100%; top:-20px; }
.nav li .nav-list dl dd .nav-list-sub p a { font-size:15px; height:42px; line-height:42px; min-width:160px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; }
.nav li .nav-list dl dd:hover .nav-list-sub { display:block }
.nav li .nav-list dl dd .nav-list-sub p a:hover { color:#009cdf  }
.searchbtn { float:right; display:block; font-size:0; width:40px; height:80px; line-height:80px; background:#066; background:url(../img/search2.png) no-repeat center;  }
a.en  { float:right; display:block; font-size:16px; width: auto; height:80px; line-height:80px; color:#009cdf; margin:0 2% 0 3% }
a.en::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #009cdf;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
	margin-left:5px;
	vertical-align: middle;
	border-radius:2px;
}
/* 搜索 */
.search { display:none; position: absolute; top:70px; right:-20px; z-index:99 }
.search form { width:280px; position:relative; height:40px; margin:25px 0 0 0 }
.search input { height:42px; width:100%; line-height:42px; border: none; border:1px solid #eee; background:#fff; color:#333; border-radius:40px; text-indent:15px }
.search button { height:42px; width:42px; line-height:42px; border: none; background:url(../img/search.png) no-repeat center; position:absolute; right:5px; top:0; cursor:pointer  }
.search .search-group { display:none }
/*底部*/
.footer { background:#353535; color:#ddd; padding:50px 0;  margin-top:3% }
#footer { margin-top:0 }
.foot-info { float:left; width:35%; max-width:none }
.foot-info p { position:relative; font-size:16px; margin-top:10px; }
.foot-info p span { }
 
.foot-info img { height:130px; margin-bottom:20px; vertical-align: top;  }
 
.foot-nav { float:right; }
.foot-nav a { color:#bbb }
.foot-nav ul { }
.foot-nav ul li { float:left;  margin-left:70px; line-height:24px; max-width:180px; }
.foot-nav ul li:last-child { }
.foot-nav ul li h3 { font-size:16px; margin-bottom:20px; color:#eee }
.foot-nav ul li h3::after { background:#ccc; display: block; content: ""; width:60px; height:1px; margin:12px 0 }
.foot-nav ul li p { margin-bottom:10px; }
.copyright { background:#353535; color:#ccc; padding:20px 0; border-top:1px solid #666; font-size:14px } 
.copyright a { color:#ccc } 
.copyright .top-share a { opacity:0.7; filter:alpha(Opacity=70);-moz-opacity:0.7; }
/*客服*/
.bottom_tools{position:fixed;z-index:99;right:8px; top:45%; }
.bottom_tools dl {  margin-bottom:10px; border-radius:30px; border-bottom:1px solid #eee;
   -webkit-box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2);
    box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2); }
.bottom_tools dd a { position:relative; display:block; width:48px; height:48px; line-height:48px; border-bottom:1px solid #ddd; background-color:#fff; background-repeat:no-repeat; background-position:center; background-size:24px auto;cursor:pointer;
  -webkit-filter: grayscale(99%);
  -moz-filter: grayscale(99%);
  -ms-filter: grayscale(99%);
  -o-filter: grayscale(99%);
  filter: grayscale(99%);
  filter: gray; }
.bottom_tools dd a:hover,.bottom_tools a.cerrar {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.bottom_tools dd a.tool_email { background-image: url(../img/tool_email2.png); background-position:center 20px; padding-top:5px; border-radius:30px 30px 0 0; }
.bottom_tools dd a.tool_whatsapp { background-image: url(../img/tool_whatsapp2.png); }
.bottom_tools dd a.tool_whatsapp p {display:none; position:absolute; right:48px; top:-1px; width:200px; height:48px; border:1px solid #ddd; border-right: none;overflow:hidden; color:#333; text-align:center; font-size:18px; background:#fff; }
.bottom_tools dd a.tool_whatsapp:hover p { display:block; }
.bottom_tools dd a.tool_feedback { background-image: url(../img/tool_feedback2.png); }
.bottom_tools dd a.tool_qr { background-image: url(../img/tool_qr2.png); border: none; padding-bottom:5px; background-position:center 13px; border-radius:0 0 30px 30px;}
#scrollup { display:none; border-radius:30px; width:45px; height:45px; margin:0 auto; text-align:center; line-height:40px; background:#009cdf }
#scrollup::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 14px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
	vertical-align: middle;
	border-radius:2px;
}
.qr_img{position:absolute; top:0px; right:58px; z-index:99; padding:5px; border:1px solid #ddd; background:#fff; display:none;  }
.qr_img img { width:200px; max-width:none }
.cart { position:relative; background-image: url(../img/cart.png); }
.cart span { position:absolute; right:3px; top:4px; background:#3fa5f0; color:#fff; display:inline-block; width:20px; height:20px; line-height:20px; font-size:13px; border-radius:50%; text-align:center; }
@media screen and (max-width: 1350px) {
.search { padding: 0 2%; margin-left: 4%;}
.nav li { margin:0 10px; }
.foot-nav ul li { margin-left:50px; }
}
@media screen and (max-width: 1080px) {
.header .wrapper {  }
.header .logo {  }
.header .logo img {  }
.navbox { background:#fff; float:none; padding:10px 15px; position: absolute; top:80px; right:0; z-index:1000; display:none }
.nav{ height: auto; min-width:200px; }
.nav li { position: relative; float: none; }
.nav li>a{ margin:5px 10px; line-height:45px; font-size:16px }
.navbtn { display: block; }
.search { float: none; position:absolute; right:0; top:40px; display:none }
.foot-nav { float: none; width:100%; margin-bottom:30px }
.foot-nav ul li { margin-left:30px; }
.foot-feedback { float:none; width:100%; }
}
/*栏目标题*/
.title { margin:3% auto; font-size:16px; color:#333 } 
.title h2 { font-size:32px; line-height:1.4; color:#333; font-weight:bold; margin-bottom:5px; letter-spacing:1px; text-transform:uppercase; }
.title h3 { font-size:20px; line-height:1.4; color:#009cdf; margin-bottom:5px; text-transform:uppercase; }
.title p { font-size:16px; line-height:1.4; color:#777; margin-top:25px; }
.title h2:after {content:""; display: none; width:80px; height:3px; background:#009cdf; margin:20px auto; border-radius:5px } 
.title.white h2,.title.white h3,.title.white p { color:#fff }
.title.white p:after { background:#eee } 
/*更多*/
.imore { margin:3% auto; }
.imore a { display:inline-block; height:40px; line-height:40px; padding:1px 50px; border-radius:30px; font-size:14px; color:#fff; background:#009cdf; }
.imore a:hover { }
/*栏目图*/
.column-bg { position: relative; width:100%; height:100px; padding:9% 0; background-color:#f4f4f4; background-size: cover; background-position:center; background-repeat:no-repeat; }
.column-bg .wrapper { position: relative; height:100px;  }
.columntit { position:absolute; bottom:0; left:0; right:0; text-align:center; line-height:1; font-size:18px; color:#fff; text-shadow: 0 1px 1px rgba(100,100,100,0.2); -webkit-animation: columntit 1.5s; animation: columntit 1.5s;/* text-shadow: 0 2px 2px rgba(0,0,0,0.5);*/ }
.columntit.blue { color:#009cdf }
.columntit h1 {  position:relative; display:inline-block; vertical-align:top; font-size:40px; letter-spacing:1px; font-weight: bold; text-transform: uppercase; text-shadow: 0 2px 2px rgba(100,100,100,0.2); }
.columntit h3 { position:relative; display:inline-block; vertical-align:top; font-size:32px; font-family:Arial, Helvetica, sans-serif; margin-top:30px; margin-left:-15px; text-transform: uppercase; }
.columntit h3 span { display:inline-block; -webkit-clip-path: polygon(100% 0%, 100% 100%, -10px 100%, 30px 0%); }
.columntit h3:after { position:absolute; top:10px; left:-36px; content:""; display:block; width:100px; height:1px; background:#fff; transform: rotate(-45deg); }  
@-webkit-keyframes columntit {
	0% { bottom: 10%; opacity: 0;}
	100% { bottom: 0; opacity: 1;}
}
@keyframes columntit {
	0% { bottom: 10%; opacity: 0;}
	100% { bottom: 0; opacity: 1;}
}
.column { position: relative; margin-bottom: 3%; padding:0px 0; background: #fff; border-bottom:1px solid #eee; z-index:9;
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2); }
.column ul { float:right }
.column ul li { position:relative; float:left; text-transform: capitalize; margin-right:40px; padding:10px 0px; line-height:50px } 
.column ul li>a { display:block; font-size:16px; position:relative; padding:0px 0px; }
.column ul li>a::after { background:#009cdf; display: block; content: ""; width:0; height:2px; position:absolute; bottom:-10px; left:0; z-index:-1 }
.column ul li.active>a::after { width:100% }
.column ul li.active>a { color:#009cdf }
.column ul li>a i { display:inline-block; 
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #777;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	margin-left:8px;
	vertical-align:middle;
	margin-top: -6px;
    border-radius: 1px;}
.column ul li.active>a i { border-color:#009cdf }
.column .back { position:absolute; right:50px; top:50%; margin-top:-15px; padding-left:35px; background:url(../img/back.png) no-repeat center left; background-size:24px auto; font-size:18px; color:#666; }
.column-subnav { display:none; background:#fff; width: auto; padding:15px 0; position:absolute; left:0; top:100%; z-index:11;
-webkit-box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2);
    box-shadow: 0 2px 5px 2px rgba(100, 100, 100, .2); }
.column-subnav dd a { height:40px; line-height:40px; padding:0 20px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; font-size:16px; }
.column-subnav dd.active>a { color:#009cdf }
.column ul li:hover .column-subnav { display:block }
/*面包屑*/
.breadcrumb { float:leftright; font-size:14px; line-height:70px;height:70px; background:url(../img/home.png) no-repeat center left; background-size:16px auto; color:#777; padding:0 0 0 22px;  }
.breadcrumb a { display:inline-block; color:#777 }
.breadcrumb i { display:inline-block; margin:0 1px; font-style:normal; font-family:"Simsun"; }
.breadcrumb .fa-circle { width:10px; height:12px; background-image:url(../img/icon-right.png)}
/*** 分页样式 **/
.search-pagination{ padding:2% 0; clear:both; text-align:center; height: auto; }
.search-pagination ul li{ display: inline-block; line-height:40px;height:40px; border-radius:50px; margin:0 5px;overflow:hidden; background:#fff; border:1px solid #ddd }
.search-pagination ul li a { color:#555; display: inline-block; min-width:40px; }
.search-pagination ul li.total a { padding:0px 20px; }
.search-pagination ul li:hover{ color:#009cdf; text-decoration:none; }
.search-pagination ul li:hover a { color:#009cdf; }
.search-pagination ul li.active,
.search-pagination ul li.active a,.pagebox ul li.active a:hover { color:#fff; background:#009cdf  }
.search-pagination ul li.active { }
@media screen and (max-width: 960px) {
/*面包屑*/
.breadcrumb {  padding:6px 0; font-size:12px; line-height:30px;height: auto }
.breadcrumb .home { padding-left:20px; background-size:14px auto }
/*** 分页样式 **/
.search-pagination ul li{  line-height:30px;height:30px; margin:0 3px; }
.search-pagination ul li a { padding:0px 12px;  }
}
/* banner */
.banner { position:relative; margin-bottom:5%;  }
.swiper-banner .swiper-slide { position:relative; }
.swiper-banner .swiper-slide .swiper-slide img { width:100% }
.swiper-banner .swiper-slide .detail{
	position:absolute;
	width:50%;
	max-width:550px;
	left:15%;
	bottom:25%;
	height: auto;
	color:#fff;
	font-size:24px;
	opacity:0;
    transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  
}
.swiper-banner .swiper-slide .detail a { color:#fff }
.swiper-banner .swiper-slide-active .detail{
	bottom:45%;
	opacity:1;
}
.swiper-banner .swiper-slide-active .detail h2 { font-size:42px; line-height:1.2; font-weight:bold; margin-bottom:20px; }


.banner .swiper-button-prev,.banner .swiper-button-next { display: none; background-image: url(../img/left-white.png); }
.banner .swiper-button-next { background-image: url(../img/right-white.png);  }
.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next { display: block }
.banner .swiper-container .swiper-pagination { bottom: 5%; text-align: center; left:0; }
.banner .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    margin: 0 8px;
    background-color: rgba(230,230,230,0.8);
    transition: background-color .5s ease;
}
.banner .swiper-container .swiper-pagination-bullet-active { width: 50px; }
.banner .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2,135,210,.8);
    transform: scaleX(0);
    transform-origin: 0 0;
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 6s linear forwards
}
.banner .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}
@keyframes sliderPagination {
 	100% {
		transform: scaleX(1);
        opacity: 1;
    }
}




/*首页产品*/
.iproductbox { position:relative; padding:3% 0; overflow:hidden; background-color:#F0F4F8; background-image:url(../img/iprobg.jpg); background-position:center top; background-repeat:no-repeat; background-size: cover;background-attachment: fixed;   }
.iproduct-tabs { margin:3% auto; text-align:center }
.iproduct-tabs ul { display:inline-block; background-color: rgba(255,255,255,.5); padding:3px 0; border-radius:30px; }
.iproduct-tabs li { position:relative; display:inline-block; text-transform: capitalize; font-size:16px; margin:0 3px; padding:7px 20px; border-radius:30px; } 
.iproduct-tabs li a { position:relative; color:#333 }
.iproduct-tabs li::before {  }
.iproduct-tabs li.active { background:#009cdf }
.iproduct-tabs li.active a { color:#fff }
.iproduct { position:relative; margin:2% auto }
.iproduct .pro-list ul li .clearfix {  background:#fff  }
.iproduct .pro-list ul li:nth-of-type(4n) .clearfix { }
.iproduct .pro-list ul li .text { padding-bottom:20px; }
.iproduct .pro-list ul li:hover .text::after { width:0; }
/*首页*/
.iabout .title { text-align:left; margin-top:0 }
 .about .about-text .title h2 span { font-size:16px; }
.iabout .txt { font-size:16px; line-height:2; margin:20px auto }
/*首页新闻*/
.inews-box { position:relative; padding:2% 0; overflow:hidden; background-image:url(../img/inewsbg.jpg); background-position:center top; background-repeat:no-repeat; background-size:100% auto;  }
.inews { position:relative; margin:5% auto; z-index:1;  }
.inews-l { width:50%; float:left; position:relative; overflow:hidden }
.inews-l .zoom { padding-bottom:75% }
.inews-l .txt { position:absolute; left:0px; bottom:-100%; color:#fff; padding:20px; background-color: rgba(2,135,210,.7); -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.inews-l:hover .txt { bottom:0px; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.inews-l .txt h3 { display:block; color:#fff; margin-bottom:10px; }
.inews-r { width:47%; float:right}
.inews-r ul li { position:relative; margin:0px auto; padding:0 0 20px 0; margin-bottom:20px; border-bottom:1px solid #ddd; }
.inews-r ul li a { display:block; }
.inews-r ul li h3 { display:block; color:#333; margin:5px auto; font-size:18px; font-weight:bold; }
.inews-r ul li p { color:#777 } 
.inews-r ul li .txt::after { display: block;content: ""; width:0; padding:0px; height:5px; background:#009cdf; position:absolute; bottom:0; left:0; }
.inews-r ul li:hover h3 { color:#009cdf;}
.inews-r ul li:hover .txt::after { width:100%; left:0; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;  }
@media screen and (max-width: 960px) {
}
/*--------------- ---------------*/
/*关于*/
.about { background:#fff; margin:4% auto }
.about-txt  {font-size:16px; line-height:2;   }
.about-txt img { max-width:40%; float:right; margin-left:3% }
/*关于*/
.about { position:relative; }
.about .about-img { float:left; width:50%; }
.about .about-text { float:right; width:45%; position:relative; font-size:17px; line-height:2; text-align:justify; text-justify:inter-ideograph; }
.about .about-text .tit { font-size:24px; line-height:1.2; color:#009cdf; font-weight:bold; margin:20px auto }

 
.about-pic { position:relative; margin:30px auto; } 
.about-pic .swiper-slide h3 { position:absolute; left:0; bottom:0; right:0; padding:10px; text-align:center; color:#fff; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);} 
.about-pic .swiper-button-prev { background-image: url(../img/left-white.png); left:0; top:auto; bottom:0; }
.about-pic .swiper-button-next { background-image: url(../img/right-white.png); right:0; top:auto; bottom:0; }
.video { position:relative;  }
 
.video a { display:block; position:relative; overflow:hidden }
.video a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: opacity 300ms linear;
    background: url(../img/play.png) no-repeat center rgba(0,0,0,.05);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-out .35s;
    transition: all ease-out .35s;
}
.video a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
#video_show{
	position: fixed; width: 100%; height: 100%;
	left: 0;
	top: 0;
    background-color: rgba(0,0,0,.7);
	z-index: 996;
	display: none;
}
#video_box{
	position: absolute;
	text-align: center;
	width: 70%;
	left: 15%;
	top: 10%;
}
#video_close{
  position: fixed;
  z-index: 999;
  width:43px;
  height: 43px;
  top: 20px;
  right: 20px;
}
.about-info { margin:5% auto 6% auto }
.about-info ul li { float:left; width:25%; text-align:center; color:#555 }
.about-info ul li img { max-width:80px; display:inline-block; vertical-align:middle }
.about-info ul li:hover img { transform:rotateY(180deg); transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  } 
.about-info ul li span { display:inline-block; vertical-align:middle; min-width:80px; margin-left:5px; }
.about-info ul li i { font-size:36px; color:#009cdf; font-style:normal; font-weight:bold; line-height:1; vertical-align:middle;font-family:"Century Gothic"; }
.about-info ul li sup {font-size:28px; color:#009cdf; font-weight:bold;vertical-align:middle }
.about-info ul li b {font-size:18px; color:#666; font-weight:normal; margin-left:5px; vertical-align: bottom }
.about-info ul li p { margin:5px auto}
.about-company  { margin:3% auto 0 auto; padding:2% 0 5% 0; background:url(../img/company.jpg) no-repeat center; background-size: cover;  }
.company-map { width:100%; height:600px;   }
.company-map .BMap_cpyCtrl.BMap_noprint { display:none }
.company-list { display:none; min-height:570px; width:31%; float:right; background-color: rgba(255,255,255,.7); padding:15px 2% }
.company-tit { position:relative; cursor:pointer;font-weight:bold;font-size:18px;color:#333; line-height:1.4; padding:9px 15px; background:#fff; margin-top:10px; }
.company-tit::before{
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height:2px;
  background:#009cdf;
}
.company-tit::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 10px;
  height: 22px;
  width:2px;
  background:#009cdf;
}
.company-tit.currentDt::after { transform: rotate(90deg); }
.company-con{ display: none; padding:15px; }
/*总裁寄语*/
.philosophy li { margin:5% auto; background:#F0F0F2  }
.philosophy-txt { width:45%; float:left; padding:3% 4%; font-size:16px; line-height:2; }
.philosophy-txt>h3 { font-size:20px; line-height:1.2; color:#333;  margin-bottom:30px; }
.philosophy-txt>h3 b { font-size:28px; color:#333; display:inline-block; margin-right:15px; }
 
.philosophy-img { width:46%; float:right; }
.philosophy-img img { width:100%;}
/*荣誉*/
.honor { padding:2% 0 2% 0; background:url(../img/honorbg.jpg) no-repeat center; background-size: cover;  }
.honor li .pic { padding:10px; background:#fff }
.honor li .pic .zoom {  }
.honor li .pic .zoom span {background-size: auto 100%; }
.honor li .txt { font-size:16px; margin:10px auto; text-align:center } 
.honor .swiper-container-horizontal > .swiper-pagination-bullets { position:relative; margin:20px auto; bottom:auto }
/*历程*/
.history-text { padding:2% 0 5% 0;background:url(../img/historymap.jpg) no-repeat right bottom; line-height:2  }
.history-text .tit { color:#89bc16; font-size:24px; margin-bottom:15px; font-weight:bold }
.history { padding:8% 0; background:#009cdf; margin-bottom:-3%;background:url(../img/historybox.jpg) no-repeat center; background-size: cover;  }
.history .wrapper { position:relative; background-color: rgba(255,255,255,.8); }
.history .history-tab { position:relative; z-index:2; width:25%; padding-left:5%; height:100%; float:right; background:#fff; background:url(../img/historytab.jpg) no-repeat right top; background-size: cover; }
.history .history-tab h3 { font-size:24px; border-bottom:1px solid #ccc; padding:15px 0; margin:10px 0 }
.history .history-tab ul { margin:30px 0 }
.history .history-tab ul li { position:relative; font-size:20px; font-weight:bold; margin:10px auto; cursor:pointer }
.history .history-tab ul li.hit { color:#009cdf }
.history .history-tab ul li span { background:#fff; padding-right:15px; padding-left:2px; }
.history .history-tab ul li:after { position:absolute; right:0; top:50%; margin-top:-2px; z-index:-1; content: ''; display:none; height:4px; width:80%; background:#009cdf; }
.history .history-tab ul li.hit:after { display:block; }
.history .history-con { width:60%; float:left; }
.history .history-pane { display:none; padding:7% }
.history .history-pane>h3 { font-size:20px; font-weight:bold; margin-bottom:20px; color:#009cdf }
.history .wrapper:after { position:absolute; right:0; top:0; z-index:0; content: ''; display:block; height:100%; width:30%; background:#fff; background:url(../img/historytab.jpg) no-repeat right top; background-size: cover; }
/*文化*/
.culture-subnav { margin:4% auto 2% auto; text-align:center }
.culture-subnav ul { display:inline-block; background:#ddd; border-radius:30px; }
.culture-subnav ul li { display:inline-block; float:left; padding:9px 30px; font-size:16px; border:1px solid #ddd; border-radius:30px; }
.culture-subnav ul li.active { border:1px solid #009cdf; background:#009cdf }
.culture-subnav ul li.active a { color:#fff }
.culture-list { padding:1% 0 }
.culture-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.culture-list ul li:nth-of-type(3n) { margin-right:0 }
.culture-list ul li .clearfix { position:relative;}
.culture-list ul li .zoom { padding-bottom:55%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.culture-list ul li .text { display: block; position:absolute; left:0; right:0; bottom:0; top:0; color:#333; padding:10%; font-size:16px; }
.culture-list ul li .text h3 { font-size:20px; font-weight:bold; color:#009cdf; margin-bottom:10px;  }
.culture-list ul li:hover .text a { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.culture-list ul li:hover .pic .zoom span {  }
/*员工*/
.yuangong-list { padding:1% 0 }
.yuangong-list ul li { position:relative; width:48%; float:left; margin-right:4%; margin-bottom:4%; background:#fff }
.yuangong-list ul li:nth-of-type(2n) { margin-right:0 }
.yuangong-list ul li .clearfix { position:relative;}
.yuangong-list ul li .pic { position:relative; background:#eee }
.yuangong-list ul li .pic .zoom { padding-bottom:55%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.yuangong-list ul li .text { display: block; position:absolute; left:0; right:0; bottom:0; color:#fff; padding:5%; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.3) 90%);  }
.yuangong-list ul li .text h3 { font-size:18px;  }
.yuangong-list ul li .text p { font-size:16px; color:#fff }
 
 
 
/*加入我们*/
.join li { width:40%; float:left; position:relative; font-size:24px; color:#fff }
.join li:nth-of-type(1) { width:56%; margin-right:4% }
.join li .zoom { padding-bottom:420px; }
.join li .txt { position:absolute; left:6%; bottom:7%; }
.join li .txt h3 { font-size:28px; }
.join .join-con { margin:3% auto; padding-top:60px; background:url(../img/marks-l.png) no-repeat left top; }
.join .join-con:after {
    content: ''; display:block; width:100%; height:60px; background:url(../img/marks-r.png) no-repeat center; }
.join-search { position:relative; margin:3% auto; }
.join-search .search-form { position:relative; width:40%; margin:0px auto; border-radius:30px; overflow:hidden; border:1px solid #ccc; border-radius:30px; max-width:550px;
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .2); }
.join-search .search-form input { width:100%; height:46px; line-height:46px; border:none; background:none; border-radius:30px; padding:0px 20px; }
.join-search .search-form input.btn { position:absolute; right:3px; top:3px; border-radius:30px; width:120px; height:40px; line-height:40px; padding:0px 20px; background:#009cdf; color:#fff; cursor:pointer }
.join-list { padding:4% 0 0 0; }
.join-list ul li { width:49%; float:left; background:#fff; margin-bottom:2%; }
.join-list ul li:nth-of-type(2n) { margin-left:2% }
.join-list ul li .txt { padding:20px; color:#666; min-height:120px; position:relative;}
.join-list ul li .txt span {}
.join-list ul li .txt h3 { font-size:18px; font-weight:bold; color:#333; padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #ddd; }
.join-list ul li .txt p { line-height:2 }
.join-list ul li .txt .more { float:right; border:1px solid #009cdf; color:#009cdf; font-size:13px; font-weight:normal; padding:4px 18px; border-radius:20px; }
.join-txt .close-reveal {font-size:30px;line-height:.5;position:absolute;top:20px;right:20px;color:#aaa;text-shadow:0 -1px 1px rbga(0,0,0,.6);font-weight:bold;cursor:pointer;} 
.join-txt { background:#fff; position:relative }
.join-txt .join-btn { position:absolute; right:10px; top:15px; display:inline-block; border:1px solid #009cdf; background:#009cdf; color:#fff; font-size:14px; font-weight:normal; padding:5px 20px; border-radius:20px;}
.join-txt h2 { font-size:22px;color:#009cdf; }
.join-txt h3 { font-size:14px;color:#666; border-bottom:1px solid #ddd; margin-bottom:15px; padding-bottom:10px; line-height:2 }
.join-txt h3 span { margin-right:20px; }
/*下载*/
.download { padding:1% 0; font-size:16px; line-height:30px; }
.download .download-list { background:#eee; padding:10px 20px; margin-bottom:30px; }
.download tr th { background:#eee; padding:20px; text-align:left; font-size:16px; text-transform:uppercase }
.download tr td { background:#eee; padding:15px 20px; text-align:left; border-top:1px solid #e3e3e3; text-transform:uppercase; }
.download tr .down-btn { display:inline-block; width:60px; height:30px; font-size:0;  background:url(../img/icon-download.png) no-repeat center; }


/*联系我们*/

.contact-img { width:48%; float:left }
.contact-info { width:48%; float:right }
.contact-info .tit { font-size:22px; margin:15px 0 }
.contact { min-height:300px; font-size:17px; line-height:2; background:#fff }
.contact-tit { text-align:center; font-weight:bold; font-size:30px; color:#015897 }
.contact-share { margin:20px auto }
.contact-share a { 
    display:inline-block; vertical-align:middle;
    width: 30px; height: 30px;
    margin:0 10px; background-position:center; background-repeat:no-repeat; background-size:auto 24px;
}
.contact-share .s_list1 { background-image:url(../img/twitter2.png) }
.contact-share .s_list2 { background-image:url(../img/youtube2.png); width:36px; }
.contact-share .s_list3 { background-image:url(../img/pinterest2.png) }
.contact-share .s_list4 { background-image:url(../img/facebook2.png) }
.contact-share .s_list5 { background-image:url(../img/ins2.png) }
.contact-con {   }
.contact-con table td { padding:10px; }
.contact-con table td p { margin-bottom:10px; }
.contact-con table td:nth-of-type(1) { width:55%; padding-right:5%; border-right:1px solid #ddd }
.contact-con table td:nth-of-type(2) { padding-left:5% }
/*表单*/
.feedback-box { position:relative; margin-bottom:-3% }
.feedback-box:before {
    content: ''; display:block; width:100%; height:300px; position:absolute; bottom:0px; left:0; z-index:0; background:#fff; border-top:1px solid #eee;
}
.feedback { position:relative; padding:1% 3%; margin-bottom:3%; background:#0067b4; color:#fff }
.feedback form { border-top:1px dashed #6cb8f2; padding-top:2% }
.feedback .form-group { width:46%; float:left; margin:15px 2% }
.feedback .form-code img { background:#fff }
.feedback label.mt-checkbox { display: inline-block; margin:10px 5% 10px 0; cursor:pointer }
.feedback textarea { background:none; border:1px solid #6cb8f2; width:100%; min-height:120px; padding:10px; box-sizing:border-box; color:#fff; font-family:Arial, Helvetica, sans-serif }
.feedback input[type=text] { display:inline-block; vertical-align:middle; background: none; border:1px solid #6cb8f2; width:100% !important; height:42px; line-height:42px; text-indent:10px; color:#fff }
.feedback input[type=radio],.feedback input[type=checkbox] { width:20px; height:20px; vertical-align:middle; -webkit-appearance:none;background-color: #fff; border:1px solid #ddd; margin-right:5px; position:relative }
.feedback input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 12px;
     font-weight: bold;
	 color:#015897;
	 border-radius: 3px;
	 margin-left:4px;
}
.feedback input::-webkit-input-placeholder{ color:#b0d2eb; }
.feedback input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#b0d2eb; }
.feedback input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b0d2eb; }
.feedback input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#b0d2eb; }
.feedback textarea::-webkit-input-placeholder{ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#b0d2eb; font-family:Arial, Helvetica, sans-serif }
.form-btn { text-align:center; margin:3% auto; } 
.form-btn button { display:inline-block; background:#04bb4a; cursor:pointer; border:none; color:#fff; margin:10px 10px 20px 10px; padding:12px 30px; font-size:18px; min-width:220px; border-radius:30px }
.form-btn button:hover { background:#04bb4a }
.feedback-list { background:#f8f8f8; padding:4%; margin-bottom:3%; text-align:center; }
.feedback-list>img { max-height:280px; }
.feedback-listtxt { max-width:800px; margin:5% auto; background:#f2f2f2; font-size:18px; color:#666; line-height:2; border:1px dashed #ccc; padding:2%; text-align:center }
.feedback-listtxt h3 { font-size:45px; text-transform:capitalize }


/*新闻*/
.news-list { padding:1% 0 }
.news-list ul li { position:relative; margin-bottom:3%; background:#fff }
.news-list ul li>div { padding:20px; }
.news-list ul li:nth-of-type(3n+1) { margin-right:0 }
.news-list ul li .pic { position:relative; float:left; width:35%; }
.news-list ul li .pic .zoom {  }
.news-list ul li .text { float:right; width:62%; color:#666; font-size:15px; }
.news-list ul li .text h3 { font-size:22px; font-weight:bold; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; margin:25px 90px 30px 0; }
.news-list ul li .text h3 a {  color:#333; }
.news-list ul li .text p { overflow: hidden;  margin:20px auto; }
.news-list ul li .text .date { position: absolute; right:30px; top:30px; display:block; font-size:12px; background:#009cdf; color:#fff; width:50px; height:50px; padding:5px; text-align:center; z-index:99 }
.news-list ul li .text .date big { display:block; font-size:28px; line-height:1.2 }
.news-list ul li .text .more { display:block; margin:6% 0 5px 0; border:1px solid #aaa; color:#aaa; font-size:22px; font-family:"Simsun"; border-radius:30px; width:36px; height:36px; line-height:36px; text-align:center  }
.news-list ul li:hover .text h3 a {  color:#009cdf; }
.news-list ul li:hover .text .more { border:1px solid #009cdf; color:#009cdf; }
 
/*新闻详情*/
.news-box { padding:30px; background:#fff }
.news-title { font-size:28px; margin-bottom:5px; text-align:center; color:#222 }
.news-desc { margin-bottom:30px; color:#666; text-align:center; padding-bottom:25px; border-bottom:1px solid #ddd }
.news-desc small {font-size:16px; margin:2px 6px;}
.news-desc .fa { width:18px; height:16px; margin-right:5px; margin-top:-2px }
.news-desc .fa-date { background-image:url(../img/icon-date.png) }
.news-desc .fa-hits { background-image:url(../img/icon-eye.png) }
.news-desc .fa-author { background-image:url(../img/icon-author.png) }
.page-prev-next { border-top:1px solid #ddd; padding:30px; background:#fff; font-size:18px }
.page-prev-next .page-prev { float:left; padding-left:30px; background:url(../img/prev.png) no-repeat center left; } 
.page-prev-next .page-next { float:right; padding-right:30px; background:url(../img/next.png) no-repeat center right;  } 
/*技术支持*/
.support { margin:3% auto; padding:3% 0; background:url(../img/support.jpg) no-repeat center; background-size: cover;  }
.support-list>ul li { width:48%; float:left; margin-bottom:3%; background:#fff; -webkit-box-shadow: 0 0px 5px 3px rgba(200, 200, 200, .3);
    -moz-box-shadow: 0 0px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 0px 5px 3px rgba(200, 200, 200, .3);}
.support-list>ul li:nth-of-type(2n) { margin-left:4%; }
.support-list>ul li>div { padding:20px; } 
.support-list>ul li h3 { font-weight: bold; margin-bottom:10px; }
.support .support-list>ul li span a { display:inline-block; border-radius:30px; padding:4px 15px; margin:5px 5px 5px 0; font-size:12px; background:#d3e9f6; color:#009cdf }
.support .support-list>ul li span a:nth-of-type(2n) { background:#d7f5ca; color:#40B200 }
/*案例*/
.case-list { padding:1% 0 }
.case-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.case-list ul li:nth-of-type(3n) { margin-right:0 }
.case-list ul li .clearfix { position:relative;}
.case-list ul li .pic { position:relative; background:#eee }
.case-list ul li .pic .zoom { padding-bottom:70%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.case-list ul li .text a { display: block; position:absolute; left:0; right:0; bottom:0; top:0; color:#fff; padding:10%; }
.case-list ul li .text h3 { position:absolute; bottom:0px; left:0; right:0; padding:20px; font-size:18px; text-align:center; background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.02) 10%, rgba(0, 0, 0, 0.3) 90%); }
.case-list ul li:hover .text a { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.case-list ul li:hover .pic .zoom span {  }
.case-list ul li .txt { padding:15px 5px; }
.case-tit { color:#009cdf; }
.case-tit>h3 { font-size:24px; }
.case-con { background:#fff; margin:2% auto }
.case-con>h2 { color:#009cdf; font-size:32px; margin-bottom:20px; line-height:1.3 }
.load-more { text-align:center }
.load-more a { display:inline-block; padding:12px 30px 12px 60px; background-color:#009cdf; color:#fff; text-transform:capitalize; cursor:pointer; background:#009cdf url(../img/yuan.png) no-repeat 20px center;}



/*产品展示*/
.pro-menu { position: relative; margin-bottom: 3%; padding-top:15px; background: #009cdf; background:url(../img/pro-menu.jpg) no-repeat center; background-size: cover;}
.pro-menu ul { text-align:center }
.pro-menu ul li { position:relative; display:inline-block; text-transform: capitalize; box-sizing:content-box; margin:0 20px; } 
.pro-menu ul li a { position:relative; display:block; padding:0px 40px; height:50px; line-height:45px; border-radius:20px 20px 0 0; font-size:18px; font-weight:bold; color:#fff; cursor:pointer }
.pro-menu ul li.hit a,.pro-menu ul li.active a { background:#e9edf0; color:#009cdf }
.pro-menu ul li.active a::before { display: block;content: ""; width:35px; height:60px; background:#fff; position:absolute; bottom:0; left:-35px; background: url(../img/pro-menu-l.png) no-repeat right bottom; background-size:35px auto; }
.pro-menu ul li.active a::after { display: block;content: ""; width:35px; height:60px; background:#fff; position:absolute; bottom:0; right:-35px; background: url(../img/pro-menu-l.png) no-repeat right bottom; background-size:35px auto; transform:rotateY(180deg); 
-ms-transform:rotateY(180deg); /* Internet Explorer */
-moz-transform:rotateY(180deg); /* Firefox */
-webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
-o-transform:rotateY(180deg); /* Opera */ }


.pro-menu-pane { margin:-2% auto 3% auto }
.pro-subnav { margin:10px auto; text-align:center }
/*.pro-subnav li { display:none; }*/
.pro-subnav .pro-subnav-sub { background:#fff; border-radius:30px; display:inline-block; }
.pro-subnav .pro-subnav-sub p { display:inline-block; margin:5px 5px; }
.pro-subnav .pro-subnav-sub p a { display:block; padding:8px 20px; border:1px solid #fff; border-radius:30px; background:#fff; font-size:14px }
.pro-subnav .pro-subnav-sub p.active a{ border:1px solid #009cdf; background:#009cdf; color:#fff }
.pro-list { padding:1% 0 }
.pro-list ul li { position:relative; width:23%; float:left; margin-right:2.666%; margin-bottom:2%; background:#fff; background-color: rgba(255,255,255,.5);  }
.pro-list ul li:nth-of-type(4n) { margin-right:0 }
.pro-list ul li .pic { position:relative; padding:10px; }
.pro-list ul li .pic .zoom { padding-bottom:75%; }
.pro-list ul li .pic .zoom span { }
.pro-list ul li .text { padding:5px 5% 20px 5%; text-align:center }
.pro-list ul li .text h3 { font-size:16px; color:#111 }
.pro-list ul li .text p { margin:5px auto; min-height:24px; }
.pro-list ul li:hover .text a { background:#009cdf; color:#fff }
.pro-list ul li:hover .text a.more { background:#009cdf; color:#fff }
.pro-list ul li .text::after { display: block;content: ""; width:0; padding:0px; height:5px; background:#009cdf; position:absolute; bottom:0; left:0; }
.pro-list ul li:hover .text::after { width:100%; left:0; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;  }
.pro-box { margin:2% auto; background:#fff; padding:2% 0 }
.pro-pic { float:left; width:48%; padding-right:4%; }
.pro-info { float: right; width:45%; font-size:16px; color:#666 }
.pro-info .pro-cat {}
.pro-info .pro-cat span{ display: inline-block;
    border-radius: 30px;
    padding: 6px 20px;
    font-size: 14px;
    background: #dbeaf3;
    color: #20a4f0;
	border:1px solid #20a4f0;
}
.pro-info .pro-tit { font-size:30px; color:#009cdf; margin:15px auto; }
.pro-info .pro-tit .back { font-size:0px; display:block; float: right; width:40px; height:40px; background:url(../img/back2.png) no-repeat center; background-size:30px auto }
.pro-info .pro-desc { padding:20px 0; font-size:18px; line-height:2; border-top:1px solid #ccc; }
.pro-info .pro-desc p { margin:5px 0 }
.buy-num .input-group { width:142px; border-radius:20px; position:relative }
.buy-num .input-group input { display: inline-block; width:140px; border:1px solid #c0c9d8; border-radius:20px; padding:2px 0px; height: 30px; text-align:center  }
.buy-num .input-group .form-control { text-align:center; border-left:none; border-right:none; border-radius:20px!important;}
.buy-num .input-group-btn .btn { border:1px solid #c0c9d8; color:#97a8bc; font-size:20px; padding:2px 12px; height: 36px; position:absolute; left:0; top:0 }
.buy-num .input-group-btn .btn.bootstrap-touchspin-down { border-radius:20px 0 0 20px; }
.buy-num .input-group-btn .btn.bootstrap-touchspin-up { border-radius:0 20px 20px 0; left:auto; right:0 }
.pro-info .pro-btn a { display:inline-block; margin:20px auto; border-radius:30px; padding:8px 30px; border:1px solid #009cdf; background:#009cdf; font-size:17px; color:#fff }
/**产品详情介绍**/
/*产品细节图*/
.goods-detail {
	float:left; width:50%; padding-right:3%; position:relative;
}
.goods-detail .goods-pic-box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-align: center;
}
.goods-detail .goods-big-pic {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 600px;
	width: 600px;
	width: 100%;
	height:auto;
	z-index: 10;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	/*border:1px solid #eee;*/
}
.goods-detail .goods-big-pic img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 600px;
	height: 600px;
	width: 100%;
	height:auto;
}
.goods-detail .goods-small-pic {
	position:relative; text-align: center;
	margin-top:20px;
	 
}
.goods-detail .goods-small-pic li {
	display:inline-block;
	float:left; margin-right:20px;
	height: auto;
	cursor: pointer;
	zoom: 1;
	margin-bottom: 14px;
	-webkit-transition: border-color 0.4s ease-out;
	transition: border-color 0.4s ease-out;
}
.goods-detail .goods-small-pic li img {
	width:100px;
	height: 100px;
}
.goods-detail .goods-small-pic li a {
	padding: 1px;
	border: 1px solid #e2e3e3; }
.goods-detail .goods-small-pic li a.current {
	cursor: default;
	border-color: #009cdf;
}
.MagicZoomPup { border:1px solid #eee; background:#fff url(dotted.png);cursor: move; }
.MagicZoomBigImageCont { border:1px solid #ddd; margin-left:-40px !important }
.pro-con { border-top:1px solid #ddd; padding:3% 0; margin:3% auto }
.pro-download { padding:1% 0; font-size:16px; line-height:30px; }
.pro-download .download-list {  }
.pro-download tr th { background:#eee; padding:20px; text-align:left; font-size:16px; text-transform:uppercase }
.pro-download tr td { background:#eee; padding:15px 20px; text-align:left; border-top:15px solid #fff; text-transform:uppercase; }
.pro-download tr .down-btn { display:inline-block; width:60px; height:30px; font-size:0;  background:url(../img/icon-download.png) no-repeat center; }
/*搜索筛选*/
.screen-result { margin:4% auto 2% auto  }
.screen-factor { display:inline-block; float:left }
.screen-factor a {display:inline-block; background: #009cdf; color: #fff; margin-right:5px; padding:3px 8px 3px 6px; font-size:12px; border-radius:2px; }
.screen-factor a .fa-clean { display:inline-block; vertical-align:middle; width:12px; height:12px; background:url(../img/clean.png) no-repeat center;} 
.sort-group { float:right }
.sort-group a { background: #fff; border:1px solid #adadad; padding:4px 8px; font-size:12px }
.sort-group a.active { background:#e6e6e6 }
.search-null  { color:#999; font-size:16px; }
.search-null .fa-search-null {  width:18px; height:18px; background-image:url(../img/close2.png);} 