body {
    font-family: Helvetica , "Microsoft Yahei";
    font-weight:100;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    overflow-x: hidden;
}

a {
    color: #999;
    font-family: Helvetica , "Microsoft Yahei";
    cursor:pointer;
}
a:hover,a:focus {
    color: #0c6ab0;
    text-decoration: none;
    font-family: Helvetica , "Microsoft Yahei";
}
ul li{
	list-style: none;
}
select{
   -webkit-appearance: none;
   }
.row{
 	margin: 0px;
 }
 input:focus, textarea:focus {
    outline: none;
}
/*top开始*/
@media (min-width:1200px){
.container{
	width: 1200px;
	margin: 0px auto;
	padding:0px 0px;
    position: relative;
}
}
@media (max-width:768px) {
*{
   overflow-x: hidden; 
}
.container{
	width:100%;
	margin: 0px;
	padding:0px 0px;
}
img{
    width: 100%;
 }
}
.navbar-inverse {
	width: 100%;
	background-color: #fff;
	margin:0px;
	padding: 0px;
	position:relative;
	display: block;
    top: 0px;
    left: 0px;
    z-index:9999;
}
@media (max-width:768px) {
.navbar-inverse {
    background-color: #fff;
    border-color: transparent;
    position:relative;
    top: 0px;
    left: 0px;
}
}
.navbar-inverse .navbar-brand {
    margin:30px 0px;
    padding: 0px;
    position: relative;
    height:70px;
}
.navbar-inverse .navbar-brand img{
    height:70px;
    float: left;
}
@media (max-width:768px) {
.navbar-inverse .navbar-brand {
    margin:0px 0px 0px 20px;
    padding: 0px;
    position: relative;
    height:50px;
}
.navbar-inverse .navbar-brand img{
	width:auto;
	margin:6px 0px;
    height:38px; 
}
}
.navbar-inverse .navbar-nav  li  a{
    color: #333333;
    font-size:21px;
    margin:45px 0px 0px 60px;
    padding: 0px 20px;
    height:35px;
    line-height:35px;
    text-align: center;
    display: block;
}
.navbar-inverse .navbar-nav  li  a:hover{
	color: #0c6ab0;
	border-bottom:3px #0c6ab0 solid;
}
.navbar-inverse .navbar-nav  .active  a,
.navbar-inverse .navbar-nav  .active  a:focus,
.navbar-inverse .navbar-nav  .active  a:hover {
    color: #0c6ab0;
	border-bottom:3px #0c6ab0 solid;
	background: none;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #0c6ab0;
    margin: 0px 0px;
    width: 100%;
    padding:0px;
}
.navbar-inverse .navbar-toggle {
    height: 50px;
    border:none;
    margin:0px 15px 0px 0px;
    padding:0px;
    background-color: #0c6ab0;
    border-radius: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
    width:27px;
    margin:6px 13px;
    border-radius:10px; 
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color:#0c6ab0;
    border: none;
}
.navbar-inverse .navbar-nav  li  a.log-submit{
    color: #333333;
    font-size: 14px;
    margin:30px 10px 30px 20px;
    padding: 0px 0px;
    height: 30px;
    min-width: 70px;
    line-height:30px;
    border: 1px #0c6ab0 solid;
    border-radius: 5px;
}
.navbar-inverse .navbar-nav  li a.reg-submit  , .navbar-inverse .navbar-nav  li  a.log-submit:hover{
	color: #333333;
    font-size: 14px;
    margin:30px 10px 30px 20px;
    padding: 0px 0px;
    height: 30px;
    min-width: 70px;
    line-height:30px;
	border: 1px #0c6ab0 solid;
    border-radius: 5px;
    background-color: #0c6ab0;
    color: #fff;
}
.navbar-inverse .navbar-nav  li  a.reg-submit:hover{
	color: #333333;
    font-size: 14px;
    margin:30px 10px 30px 20px;
    padding: 0px 0px;
    height: 30px;
    min-width:70px;
    line-height:30px;
	border: 1px #0c6ab0 solid;
    border-radius: 5px;
    background-color: #0172b9;
    color: #fff;
}
@media (min-width: 768px) {
.site-navbar .navbar-nav {
    float: right!important;
}
}
@media (max-width: 768px) {
.navbar-inverse .navbar-collapse {
    border-color:#0c6ab0;
    background-color: #0c6ab0;
    max-height:none;
    margin:0px 0px 0px;
} 
.navbar-inverse ul.navbar-nav{
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.navbar-inverse ul.navbar-nav li{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px #0771bb solid;
    height:auto;
    text-align: center;
}
.navbar-inverse ul.navbar-nav li.active{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    border-bottom: 1px #0771bb solid;
    text-align: center;
}
.navbar-inverse ul.navbar-nav li a , .navbar-inverse ul.navbar-nav li.active a{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    display: block;
    border: none;
}
.navbar-inverse ul.navbar-nav li a:hover , .navbar-inverse ul.navbar-nav li.active a:hover{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height:40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 100;
    display: block;
    border: none;
}
}
header.affix,
.secondary-navigation.affix {
  transition: transform .3s;
  transform-origin: top center;
}

.scroll-down header.affix {
  transform: translateY(-100px);
}

.scroll-down .secondary-navigation.affix {
  transform: translateY(-100px);
}
header #hw1_global_nav {
  position: relative;
  z-index:9999;
  height: auto;
}
header.affix {
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
}
.navicon{
    display: none;
}

/*首页 banner*/
.banner{
    width: 100%;
    margin:0px auto 0px;
    padding: 0px;
    position: relative;
    display: block;
}
.banner .carousel {
    position:static;
}
.banner .carousel-inner .item{
    float: left;
    width: 100%;
    margin: 0px;
}
.banner .carousel-inner .item img{
    width: 100%;
}
.banner .carousel-control.left , .banner .carousel-control.right {
    background:none;
}
.banner .item div.container{
    width: 1200px;
    height: auto;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    margin:0px auto;
    overflow: hidden;
    padding: 0px;
    display: inline-block;
}
.banner .item div.container .banner-font{
    width: 100%;
    margin: 0px 0px;
    padding:210px 0px 30px;
    font-size: 50px;
    line-height:100px;
    color: #fff;
    display: block;
    font-weight: 400;
}
.banner .item div.container .banner-font:hover{
    color: #fff;
}
.banner .item div.container .more{
    width:auto;
    display:inline-block;
    margin: 0px 50px 0px 0px;
    padding:0px;
    font-size: 36px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-weight: 400;
}
.banner .item div.container .more:hover{
    color: #1a3a66;
}
.banner .item div.container .more img{
    width: 45px;
    height: 45px;
    margin: 0px 0px 0px 50px;
    display: inline-block;
    vertical-align: top;
}
.banner .item div.container .more:hover img{
    position: relative;
    animation:mymove 1.5s infinite;
    -webkit-animation:mymove 1.5s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
from {left:0px;}
to {left:50px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:50px;}
}
.banner-icon{
    width:35px;
    height: 60px;
    display: block;
    position:absolute;
    margin: 0px auto;
    bottom:20px;
    left:45%;
    z-index: 88;
    display: block;
     animation:mymove1 1.5s infinite;
    -webkit-animation:mymove1 1.5s infinite; /*Safari and Chrome*/
}
@keyframes mymove1
{
from {bottom:40px;}
to {bottom:20px;}
}

@-webkit-keyframes mymove1 /*Safari and Chrome*/
{
from {bottom:40px;}
to {bottom:20px;}
}
@media (max-width: 768px){
.banner{
    width:100%;
    margin:0px 0px 0px;
    padding: 0px;
    position: relative;
    display: block;
    overflow-x: auto;
}
}
.carousel-indicators{
    bottom: 60px;
}
@media (max-width: 768px){
.banner .carousel-inner .item img{
  width: 100%;
}
.carousel-indicators {
    width:40px;
    text-align: right;
    bottom:auto;
    top: 30%;
    right:20px;
    left: auto;
}
.banner-icon{
    width:25px;
    height: auto;
    display: block;
    position:absolute;
    margin: 0px auto;
    bottom:0px;
    left:45%;
    z-index: 88;
    display: block;
     animation:mymove1 1.5s infinite;
    -webkit-animation:mymove1 1.5s infinite; /*Safari and Chrome*/
}
@keyframes mymove1
{
from {bottom:20px;}
to {bottom:10px;}
}

@-webkit-keyframes mymove1 /*Safari and Chrome*/
{
from {bottom:20px;}
to {bottom:10px;}
}

}
@media (min-width: 1300px){
.carousel-indicators{
    width:40px;
    text-align: right;
    bottom:auto;
    top: 35%;
    right: 70px;
    left: auto;
}
}
.banner .carousel-indicators li{
    float: left;
    display:block;
    border-radius: 0px;
    width:15px;
    height: auto;
    border: none;
    border-bottom: 2px #fff solid;
    margin: 0px 0px 70px 25px;
    padding:10px 0px 0px;
    background: none;
}
.banner .carousel-indicators .active{
    border-radius: 0px;
    width:40px;
     height: auto;
     border: none;
    border-bottom: 2px #158ce9 solid;
     margin: 0px 0px 70px;
    padding:10px 0px 0px;
     background: none;
}
.banner .item div{
    width:100%; 
    height:720px;
    background-position: center center; 
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}
@media (max-width:768px){
.banner .carousel-indicators li{
    margin: 0px 0px 20px 25px;
}
.banner .carousel-indicators .active{
   margin: 0px 0px 20px; 
}
.banner .item div{
    width:auto; 
    height:260px;
    background-position: center center; 
    background-repeat: no-repeat;
}
.banner .item div.container{
    width: 96%;
    margin: 0px 0px 0px 4%;
    z-index: 88;
}
.banner .item div.container .banner-font{
    width: 80%;
    font-size: 16px;
    margin:0px;
    padding:80px 0px 20px;
    line-height: 25px;
}
.banner .item div.container .more{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
} 
.banner .item div.container .more img{
    width: 30px;
    height: 30px;
}
}
/*footer*/
.footer{
    width: 100%;
    background-color: #1f2024;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding:100px 0px;
}
.footer-conter{
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 0px;
}
.footer-new{
    float: left;
    width: 22%;
    margin: 0px 5% 0px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.footer-new img{
    width: 100%;
    float: left;
    margin: 30px 0px;
}
.footer-new h4{
    width: 100%;
    float: left;
    font-size:15px;
    color: #fff;
    font-weight:600;
    margin: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}
.footer-search{
    width: 100%;
    float: left;
    border: 1px #414243 solid;
    background: none;
    padding: 5px;
    margin:10px 0px;
}
.footer-search .text{
    width: 70%;
    float: left;
    background: none;
    border: none;
    height: 30px;
    line-height:30px;
    color: #fff;
}
.footer-search .submit{
    float: left;
    width: 30%;
    background-color: #0a6dad;
    font-size: 12px;
    color: #fff;
    border: none;
    height:30px;
    line-height:30px;
    border-radius:3px;
    margin: 0px;
    padding: 0px;
}
.footer-search .submit:hover{
    background-color: #0888e2;
    font-size: 14px;
}
.footer-new p{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    font-size: 10px;
    color: #ffffff;
    font-weight: 400;
}
.footer-item{
    width:14%;
    float: left;
    margin: 0px 0px 0px 10%;
    position: relative;
    padding: 0px;
}
.footer-item h4{
    width: 100%;
    float: left;
    font-size:15px;
    color: #fff;
    font-weight:600;
    margin: 0px;
    padding: 0px;
    height: 30px;
    line-height: 30px;
}
.footer-item ul{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:10px 0px;
    padding: 0px;
}
.footer-item li{
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 2px 0px;
    padding: 0px;
}
.footer-item li a{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.footer-item li a:hover{
    color: #0c6ab0;
}
.footer-copy{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:50px 0px 0px;
    padding: 0px;
}
.p-copyright{
    float: left;
    width: auto;
    position: relative;
    margin:60px 0px 0px 0px;
    font-size: 12px;
    color: #727374;
}
.copy-authen{
    width: auto;
    float: right;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.authen-logo{
    width: 100%;
    text-align: right;
    margin: 5px 0px 20px;
    padding: 0px;
}
.authen-logo a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0px 2px;
    background: #414243;
    border-radius: 50%;
    text-align: center;
}
.authen-logo a img{
    width: 100%;
    opacity: 0.4;
}
.authen-logo a:hover{
    background: #0a6dad;
}
.authen-logo a:hover img{
    width: 100%;
    opacity:1;
}
.copy-authen p{
    width: 100%;
    display: block;
    font-size: 12px;
    color: #727374;
    font-weight: 400;
    margin:0px 0px 0px;
    padding: 0px;
}
@media (max-width:768px){
.footer{
    padding: 10px 0px;
}
.footer-new{
    width: 90%;
    margin: 0px 5%;
}
.footer-new form{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding:0px;
}
.footer-item{
    width: 27.33%;
    margin: 10px 3% 0px;
}
.footer-item h4{
    font-size: 12px;
    text-align: center;
}
.footer-item p{
    font-size: 12px;
}
.footer-copy{
    width: 90%;
    margin: 10px 5%;
}
.p-copyright{
    width: 100%;
    margin: 10px 0px;
    text-align: center;
}
.copy-authen{
    width: 100%;
    text-align: center;
}
.authen-logo{
    text-align: center;
    margin: 0px 0px 10px;
}
.footer-item li a{
    text-align: center;
}
}
/*services*/
.services{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:50px 0px;
    padding: 0px;
}
.ser-title{
    width: 100%;
    float: left;
    position: relative;
    margin:20px 0px;
    padding: 0px;
}
.ser-title h2{
    width: 100%;
    font-size: 40px;
    color: #14191d;
    font-weight:400;
    margin: 20px 0px;
}
.ser-title span{
    width:45px;
    height: 3px;
    background-color: #14191d;
    display:block;
}
.services ul{
    width: 100%;
    float: left;
    margin:30px 0px;
    padding: 0px;
    position: relative;
}
.services ul li{
    float: left;
    width: 380px;
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.services ul li.margin{
    margin: 0px 30px;
}
.services ul li a{
    display: block;
    width: 100%;
    position: relative;
}
.services ul li img{
    width: 380px; 
    height: 350px; 
    -webkit-filter: grayscale(1);/* Webkit */
    filter:gray;
    filter: grayscale(1);/* W3C */ 
}
.services ul li img:hover{ 
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
}
@media (max-width:768px){
.services{
   width: 96%;
   margin:10px 2%;
   padding: 0px;
} 
.ser-title {
    margin:0px 0px;
}
.ser-title h2 {
    width: 100%;
    font-size: 30px;
}
.services ul{
    width: auto;
    position: relative;
    overflow: hidden;
    margin:30px 0px;
    padding: 0px 5px 0px 0px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: left;
}
.services ul::-webkit-scrollbar {
    display: none;
}
.services ul li {
    width:45%;
    float: none;
    margin:5px 0px;
    display:inline-block;
}
.services ul li img{
    width: 100%;
    height: auto;
}
.services ul li.margin{
    margin:5px 5px;
}
}
/*products*/
.products{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:  50px 0px 50px;
    padding: 0px;
}
.prod-left{
    float: left;
    width: 345px;
    position: relative;
    overflow: hidden;
}
.prod-left h2{
    width: 100%;
    font-size: 40px;
    color: #14191d;
    font-weight: 400;
    margin: 20px 0px;
    height:50px;
    line-height: 50px;
    border-right: 2px #cbcfd2 solid;
}
.prod-left span{
    width: 45px;
    height: 3px;
    background-color: #14191d;
    display: block;
}
.prod-right{
    width:820px;
    float: left;
    position: relative;
    margin:15px 0px 0px 35px;
}
.prod-right p{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #14191d;
    font-weight:300;
    margin: 0px;
}
.prod-list{
    width: 100%;
    float: left;
    margin:10px 0px;
    padding: 0px;
    position: relative;
}
.prod-list p{
    width: auto;
    float: left;
    font-size: 24px;
    height: 30px;
    line-height: 30px;
    font-weight:400;
    color: #010101;

}
.prod-list a.more{
    float: right;
    font-size:18px;
    color: #14191d;
    height: 30px;
    line-height: 30px;
}
.prod-list a.more:hover{
    color: #0c6ab0;
}
.products ul{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:50px 0px;
    padding: 0px;
}
.products ul li{
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
}
.prod-img{
    width: 100%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.products ul li img{
    width: 100%;
    height: auto;
    float: left;
}
.products ul li:hover .prod-img img , .list-right ul li:hover .prod-img img {
    transform:scale(1.2);
    -ms-transform:scale(1.2); 
    -webkit-transform:scale(1.2); 
    -o-transform:scale(1.2); 
    -moz-transform:scale(1.2);

}
.pro-item{
    display:none;
}
.pro-item a{
    width: 100%;
    height: 100%;
    display:block;
    cursor:pointer;
}
.products ul li:hover .pro-item{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    background-color: #0a6dad;
    margin: 0px;
    padding: 50px 0px 0px 50px;
    opacity: 0.88;
    filter(alpha=88);
}
.pro-item p{
    width: 100%;
    position: relative;
    margin: 0px;
    font-size:28px;
    color: #fff;
    font-weight:300;
}
.pro-item span{
    width: 45px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin:20px 0px;
}
.pro-item  .img-arrow{
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 50px;
    left: 50px;
}
.pro-item  .img-arrow img{
    float: left;
    width: 100%;
}
.pro-item  .img-arrow img:hover{
    position: relative;
    animation:mymove 1.5s infinite;
    -webkit-animation:mymove 1.5s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
from {left:0px;}
to {left:30px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:30px;}
}
@media (max-width:768px){
.products{
    margin-bottom: 10px;
}
.prod-left{
    width: 96%;
    margin: 0px 2% 20px;
}
.prod-left h2{
    font-size: 30px;
    margin: 10px 0px;
}
.prod-right{
  width: 96%;
  margin: 0px 2%;  
}
.prod-right p{
    font-size: 18px;
    margin: 0px 0px;
}
.prod-list a.more{
    font-size: 14px;
}
.products ul{
    margin: 10px 0px;
}
.products ul li{
    width: 50%;
}
.products ul li:hover .pro-item{
    padding:20px 0px 0px 10px;
}
.pro-item p{
    font-size: 16px;
}
.pro-item .img-arrow{
    left:10px;
    bottom:20px;
    width: 30px;
    height: 30px;
}
.pro-item .img-arrow img:hover{
    margin: 0px;
}
}
/*joren*/
.joren{
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    margin:60px 0px;
    padding: 0px;
}
.joren p{
    width:700px;
    margin: 0px auto;
    display: block;
    font-size: 36px;
    color: #000;
    font-weight:300;
    position: relative;
    text-align: center;
}
.joren  .a-submit{
    width:280px;
    background-color: #0771bb;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    height:60px;
    line-height:60px;
    margin:30px auto;
    padding: 0px;
    text-align: center;
    display: block;
}
.joren  .a-submit:hover{
    width:300px;
    background-color: #0888e2;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    height:70px;
    line-height:70px;
    margin:25px auto;
    padding: 0px;
    text-align: center;
    display: block;
}
/*customer*/
.customer{
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/cusback.jpg) no-repeat center top;
    position: relative;
    margin: 0px;
    padding: 0px 0px 50px;
}
.customer ul{
    width:1000px;
    margin:120px 100px;
    position: relative;
    overflow: hidden;
    padding: 0px;
    display: block;
    float: left;
}
.customer ul li{
    float: left;
    width: 230px;
    height: 130px;
    background: #fff;
    margin: 10px;
    border: none;
    overflow: hidden;
}
.customer ul li img{
    width: 230px; 
    height:130px; 
    -webkit-filter: grayscale(1);/* Webkit */
    filter:gray;
    filter: grayscale(1);/* W3C */ 
    border: none;
}
.customer ul li img:hover{ 
    -webkit-filter: grayscale(0);
    filter: none;
    filter: grayscale(0);
    transform:scale(1.2);
    -ms-transform:scale(1.2); 
    -webkit-transform:scale(1.2); 
    -o-transform:scale(1.2); 
    -moz-transform:scale(1.2);
}
@media (max-width:768px){
.ser-title{
    width: 96%;
    margin: 10px 2%;
}
.customer ul{
    width: 96%;
    margin: 10px 2%;
}
.customer ul li{
    width:23%;
    height: auto;
    margin: 5px 1%;
}
.customer ul li img{
    width: 100%;
    height: auto;
}
.joren{
    width: 96%;
    margin:20px 2%;
}
.joren p{
    width: 100%;
    font-size:24px;
}
.joren .a-submit{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
}
/*events*/
.events{
    width: 100%;
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.desogn2{
    width: 1440px;
    margin: 20px auto;
    padding:0px;
    position: relative;
    overflow: hidden;
}
.desogn2 .mr_frbox{
    height:550px;
    padding:0px 0px 0px;
}
.desogn2 .mr_frBtnL{
    cursor:pointer;
    display:inline;
    float:left;
    height:70px;
    margin:270px 0px 0px 0px;
    width:50px;
}
.desogn2 .mr_frUl{
    float:left;
    height:550px;
    width:1240px;
    margin:0px 40px 0px 50px;
    padding: 0px 0px; 
    overflow:hidden; 
    border:none; 
    position:relative;
}
.desogn2 .mr_frBtnR{
    float:right;
    margin-top:270px;
    cursor:pointer;
    width:50px;
    height:70px;
}
.desogn2 .mr_frUl ul#mr_fu{
    height:550px;
    overflow:hidden;
    display:block;
    min-height:550px;
    border:none;
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
}
.desogn2 .mr_frUl ul li{ 
    display:block;
    float:left; 
    width:370px;
    overflow:hidden;
    position:relative;
    height:525px; 
    border:none;
    margin: 0px 20px 0px 25px;
    background-color: #fff;
    border: 1px #eeeeee solid;
 }
.desogn2 .mr_frUl ul li img{
    width:368px; 
    height:285px; 
    display:block; 
    position:relative;
}
.desogn2 .mr_frUl ul li .mr-content{
    width: 368px;
    float: left;
    margin:20px 0px;
    position: relative;
    overflow: hidden;
    padding: 0px 20px;
    background-color: #fff;
}
.desogn2 .mr_frUl ul li .mr-content p{
    width: 100%;
    float:left;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 10px;
    padding: 0px;
    position: relative;
}
.desogn2 .mr_frUl ul li .mr-content a:hover p{
    color: #337ab7;
}
.desogn2 .mr_frUl ul li .mr-content span{
    font-size: 14px;
    display: block;
    width: 100%;
    float: left;
    font-size: 14px;
    color: #999;
    font-weight: 400;
    margin: 10px 0px 0px;
}
.desogn2 .mr_frUl ul li:hover{
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 30px rgba(0,0,0,.1);
    box-shadow: 1px 2px 30px  rgba(0,0,0,.1); 
}
.desogn2 .mr_frUl ul li:hover .mr-content{
    margin-top: -50px;
    padding-top: 30px;
}
.desogn2 .mr_frUl ul li  .mr-content .nodisplay{
    display: none;
}
.desogn2 .mr_frUl ul li:hover .mr-content .nodisplay {
    display: block;
}
.desogn2 .mr_frUl ul li  .mr-content .nodisplay img{
    width:45px;
    height: 45px;
    float: left;
    margin: 10px 0px 0px;
}
.desogn2 .mr_frUl ul li  .mr-content .nodisplay img:hover{
    position: relative;
    animation:mymove 1.5s infinite;
    -webkit-animation:mymove 1.5s infinite; /*Safari and Chrome*/
}
@keyframes mymove
{
from {left:0px;}
to {left:30px;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {left:0px;}
to {left:30px;}
}
@media (max-width:768px){
.desogn2{ 
    width:96%;
    float: left;
    margin:50px 2% 10px;
    text-align: center;
}
.desogn2 .mr_frBtnL{
    width:8%;
    float:left;
    height: auto;
    margin:100px 0px 0px;
    z-index: 22;
    display: inline-block;
    vertical-align: top;
}
.desogn2 .mr_frbox{
    height: auto;
}
.desogn2 .mr_frBtnR{
    width:8%;
    float:right;
    height: auto;
    margin:100px 0px 0px;
    position:relative;
    z-index: 22;
    display: inline-block;
    vertical-align: top;
}
.desogn2 .mr_frUl{
    width:290px;
    height: auto;
    float: none;
    position: relative;
    z-index:33;
    margin: 0px 0px;
    padding: 0px 0px;
    display:inline-block;
}
.desogn2 .mr_frUl ul#mr_fu{
    height: auto;
    min-height: auto;
    
}
.desogn2 .mr_frUl ul li{
    width:140px;
    margin: 0px 0px 0px 6px;
    overflow: hidden;
    height: auto;
}
.tempWrap{
    padding-left: 10px;
}
.desogn2 .mr_frUl ul li img{
    width:100%;
    height: auto;
}
.desogn2 .mr_frUl ul li .mr-content{
    width:100%;
    margin: 10px 0px;
    padding: 0px 2%;
    text-align: left;
}
.desogn2 .mr_frUl ul li:hover .mr-content{
    padding-top: 20px;
}
.desogn2 .mr_frUl ul li .mr-content p{
    width: 100%;
    font-size: 16px;
    height: 115px;
    overflow: hidden;
}
.desogn2 .mr_frUl ul li .mr-content span{
    width: 100%;
    font-size: 12px;
}
.desogn2 .mr_frUl ul li .mr-content span.frheight{
    width: 100%;
    font-size: 12px;
    height: 150px;
    overflow: hidden;
}
.desogn2 .mr_frUl ul li:hover .mr-content .nodisplay{
    display: block;
    width: 100%;
}
.desogn2 .mr_frUl ul li:hover .mr-content .nodisplay img{
    width: 30px;
    height: 30px;
}
}
@media (max-width:320px){
 .desogn2 .mr_frUl{
    width:248px;
    height: auto;
    float: none;
    position: relative;
    z-index:33;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    display:inline-block;
}
.desogn2 .mr_frUl ul li{
    width:120px;
    margin: 0px 0px 0px 6px;
    overflow: hidden;
    height: auto;
    min-height:535px;
}   
}
/*services*/
.oembanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px;
}
.service-main{
    width: 100%;
    position: relative;
    min-height:1000px;
    border-bottom: 1px #dcdcdc solid;
    margin: 0px;
    padding: 0px;
}
.dropdown{
    width: 100%;
    background: #f8f8f8;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.dropdown ul{
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.dropdown ul li{
    width: 33.33%;
    float: left;
    text-align: center;
    position: relative;
}
.dropdown ul li a{
    width: 100%;
    height: 105px;
    display: block;
    font-size: 38px;
    color: #575757;
    font-weight: bold;
    margin: 0px;
    padding:15px 0px;
}
.dropdown ul li  span{
    width: 100%;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: -10px;
}
.dropdown ul li a.active , .dropdown ul li a:hover{
    background: #fff;
    border-bottom: 3px #096eb0 solid;
}
.dropdown ul li a.active  , .dropdown ul li a.active span , .dropdown ul li a:hover , .dropdown ul li a:hover span{
    color: #096eb0;
}
.ser-comtent{
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.oem-title{
    width: 100%;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px #dcdcdc solid;

}
.oem-title h4{
    width: 100%;
    font-size: 45px;
    color: #14191d;
    font-weight: 400;
    margin:0px 0px;
    padding:60px 0px;
    overflow: hidden;
}
.oem-font{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 60px 0px;
}
.oem-font img{
    float: right;
    width: 530px;
    height: 335px;
    border-radius: 3px;
    margin:0px 0px 10px 100px;
}
.oem-font p{
    font-size: 18px;
    color: #424242;
    font-weight:300;
    margin: 0px 0px 40px;
    line-height: 30px;
}
.oem-font h5{
    font-size:36px;
    color: #585858;
    font-weight:400;
    margin:80px 0px 50px;
}
.img-contant{
    width: 1221px;
    float: left;
    margin:10px  0px 0px -21px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.img-contant img{
    float: none;
    width:380px;
    height: 380px;
    margin: 0px 0px 0px 21px;
}
@media (max-width:768px){
.oembanner{
    width: 100%;
    height:250px;
    background: url(../images/oembanner.jpg) no-repeat center center;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
.dropdown ul li a{
    font-size: 20px;
    height: 80px;
    overflow: hidden;
}
.dropdown ul li  span{
    font-size: 14px;
    margin-bottom: 0px;
}
.ser-comtent{
    width: 96%;
    margin: 0px 2%;
}
.oem-title h4{
    font-size:24px;
    padding:30px 0px;
}
.oem-font{
    margin: 30px 0px;
}
.oem-font img{
    width: 100%;
    height: auto;
    float: left;
    display: block;
    margin: 0px 0px 10px;
    padding: 0px;
}
.oem-font p{
    width: 100%;
    float: left;
    display: block;
    margin:10px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    line-height:30px;
}
.oem-font h5{
    width: 100%;
    float: left;
    margin: 20px 0px;
    padding: 0px;
    font-size: 24px;
}
.img-contant{
    width: 100%;
    float: left;
    margin:10px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.img-contant img{
    float: left;
    width:100%;
    height: auto;
    margin:5px 0px;
}
}
/*Christmas led*/
.ledbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.ledbanner{
    width: 100%;
    height:250px;
    background: url(../images/ledbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
/*Christmas led*/
.odmbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.odmbanner{
    width: 100%;
    height:250px;
    background: url(../images/odmbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
/*company*/
.aboutbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.aboutbanner{
    width: 100%;
    height:250px;
    background: url(../images/aboutbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.dropdown ul.four{
    width: 100%;
    position: relative;
    overflow: hidden;  
}
.dropdown ul.four li{
    width: 25%;
}
.dropdown ul.four li a{
    height:105px;
    line-height: 105px;
    font-size:24px;
    color: #575757;
    font-weight: bold;
    padding: 0px;
}
.dropdown ul.four li a.active , .dropdown ul.four li a:hover{
    color: #096eb0;
}
@media (max-width:768px){
.dropdown ul.four{
    width:auto;
    height: 80px;
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: left;
}
.dropdown ul.four::-webkit-scrollbar {
    display: none;
}
.dropdown ul.four li{
    width:auto;
    float: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.dropdown ul.four li a{
    width: 100%;
    height:80px;
    line-height:80px;
    font-size:18px;
    color: #575757;
    font-weight: bold;
    display:block;
    padding: 0px 15px;
    margin: 0px;
}   
}
.oem-font p.p-color{
    color: #000;
}
.oem-font p.p-font{
    font-size: 24px;
    font-weight:400;
    margin: 20px 0px;
}
.facbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.facbanner{
    width: 100%;
    height:250px;
    background: url(../images/facbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.quabanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.quabanner{
    width: 100%;
    height:250px;
    background: url(../images/quabanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.com-intem{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 80px;
    padding: 0px;
}
.com-intem img{
    float: left;
    width:550px;
    height: auto;
    margin: 0px 10px;
    border-radius: 0px;
    -webkit-box-shadow: -1px 2px 20px rgba(0,0,0,.1);
    box-shadow: -1px 2px 20px  rgba(0,0,0,.1); 
}
.intem-right{
    float: left;
    width:580px;
    margin-left: 50px;
    position: relative;
    overflow: hidden;
}
.r-margin{
    margin-left: 0px;
    margin-right: 50px;
}
.intem-title{
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.intem-title h5{
    width: 100%;
    font-size:34px;
    color: #585858;
    font-weight: 400;
    margin:0px 0px 20px;
    overflow: hidden;
}
.intem-title span{
    width: 45px;
    height: 3px;
    background-color: #14191d;
    display: block;
    margin: 0px 0px 50px;
}
.intem-right p{
    width: 100%;
    font-size: 18px;
    color: #424242;
    font-weight: 300;
    margin: 0px 0px 30px;
}
@media (max-width:768px){
.com-intem{
    margin: 0px 0px;
}
.com-intem img{
    width: 100%;
    margin: 0px;
}
.intem-right{
    width: 100%;
    margin:40px 0px 20px;
    overflow: hidden;
}
.intem-title h5{
    width: 100%;
    font-size:24px;
}
.intem-title span{
    margin: 0px 0px 20px;
}
.intem-right p{
    font-size: 16px;
}
}
/*新闻*/
.newsbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.newsbanner{
    width: 100%;
    height:250px;
    background: url(../images/newsbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.news-list{
    width: 100%;
    position: relative;
    margin:20px 0px;
    padding: 0px;
    overflow:hidden;
    background: url(../images/list-left.jpg) repeat-y 0px 0px;
}
.news-list ul{
    width:1226px;
    margin: 0px 0px 0px -26px;
    padding: 0px;
    overflow: hidden;
}
.news-list ul li{
    float: left;
    width: 382px;
    height:500px;
    overflow:hidden;
    display: block;
    position: relative;
    margin: 30px 0px 30px 26px;
    background-color: #fff;
    border: 1px #eeeeee solid;
}
.list-img{
    width: 380px;
    float: left;
    position: relative;
}
.list-img img{
    width: 100%;
    float: left;
    height: auto;
}
.news-content{
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0px;
    padding: 0px 10px;
    overflow: hidden;
}
.news-content p{
    width: 100%;
    float:left;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 10px;
    padding: 0px;
    position: relative;
    max-height: 50px;
    overflow: hidden;
}
.news-content span{
    display: block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #999;
    font-weight: 300;
    margin: 5px 0px 0px;
    max-height: 66px;
    overflow: hidden;
}
.news-list ul li:hover{
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 30px rgba(0,0,0,.1);
    box-shadow: 1px 2px 30px  rgba(0,0,0,.1); 
}
.news-list ul li:hover .news-content{
    margin-top: -50px;
    padding-top: 30px;
    background-color: #fff;
}
.news-list ul li .news-content .nodisplay{
    display: none;
}
.news-list ul li:hover .news-content .nodisplay {
    display: block;
    width: 100%;
    float: left;
}
.news-list ul li .news-content a:hover p{
    color: #096eb0;
}
.news-list  ul li  .news-content .nodisplay img{
    width:45px;
    height: 45px;
    float: left;
    margin: 10px 0px 0px;
}
.news-list  ul li  .news-content .nodisplay img:hover{
    position: relative;
    animation:mymove 1.5s infinite;
    -webkit-animation:mymove 1.5s infinite; /*Safari and Chrome*/
}
@media (max-width:768px){
.news-list{
    width:100%;
    margin: 20px 0px;
    background: none;
}
.news-list ul{
    width: 100%;
    margin: 0px;
}
.news-list ul li{
    width:48%;
    height: auto;
    float: left;
    margin:10px 1%;
}
.news-list ul li .list-img{
     width: 100%;
    float: left;
    height: auto;
}
.news-list ul li img{
    width: 100%;
    float: left;
    height: auto;
}
.news-list  ul li  .news-content .nodisplay img{
    width:30px;
    height:30px;
    float: left;
    margin: 10px 0px 0px;
}
}
/*分页*/
.page{
    width: 100%;
    float: left;
    margin: 30px 0px 50px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.page ul{
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page ul li{
    float: none;
    border:1px #dcdcdc solid;
    display: inline-block;
    margin: 0px 2px;
    padding:0px;
    height:40px;
    width:40px;
    line-height: 40px;
    text-align: center;
}
.page ul li a{
    width: 100%;
    display: block;
    font-size:20px;
    color: #666;
    font-weight:300;
}
.page ul li a.active , .page ul li a:hover{
    background-color: #0771bb;
    color: #fff;
}
@media (max-width:768px){
.page ul li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.page ul li a{
    font-size: 16px;
}
}
.news-main{
    width: 100%;
    margin:30px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.news-main h4{
    width: 100%;
    float: left;
    margin: 10px 0px;
    font-size: 40px;
    color: #000;
    font-weight:bold;
    position: relative;
    overflow: hidden; 
}
.news-main .time{
    width: 100%;
    float: left;
    margin: 10px 0px;
    font-size: 28px;
    color: #666;
    font-weight: 300;
    display: block;
}
.news-img{
    width: 511px;
    height: 592px;
    float: right;
    margin: 0px 0px 20px 40px;
    padding: 0px;
}
.news-img img{
    width: 100%;
    height: auto;
}
.news-main p{
    position: relative;
    font-size: 18px;
    color: #666;
    font-weight: 300;
    margin: 0px 0px 30px;
    display: block;
    line-height: 33px;
}
.news-back{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 20px 0px 0px;
    padding: 0px;
}
.news-back a{
    width:180px;
    display: block;
    background-color: #0771bb;
    font-size:20px;
    color: #fff;
    text-align: center;
    height:40px;
    line-height:40px;
    overflow: hidden;
}
.news-back a:hover{
    background-color: #0888e2;
}
.next{
    width: 100%;
    float: left;
    margin:20px 0px;
    position: relative;
    overflow: hidden;
}
.next p{
    width: 100%;
    font-size: 20px;
    color: #999;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin: 0px;
}
.next a{
    width: 100%;
    display: block;
}
.next a:hover p{
   color: #096eb0;
}
@media (max-width:768px){
.news-main h4{
    font-size: 24px;
}
.news-main .time{
    font-size: 16px;
}
.news-img{
    width: 100%;
    height:auto;
    float: left;
    margin: 0px 0px 20px;
    padding: 0px;
}
.news-main p{
    width: 100%;
    float:left;
    font-size: 16px;
    line-height: 30px;
}
.news-back a{
    font-size: 18px;
}
}
/*联系我们*/
.conbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.conbanner{
    width: 100%;
    height:250px;
    background: url(../images/conbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.dropdown ul.two{
    width: 100%;
    position: relative;
    overflow: hidden;  
}
.dropdown ul.two li{
    width: 50%;
}
.dropdown ul.two li a{
    height:105px;
    line-height: 105px;
    font-size:38px;
    color: #575757;
    font-weight: bold;
    padding: 0px;
}
.dropdown ul.two li a.active , .dropdown ul.two li a:hover{
    color: #096eb0;
}
@media (max-width:768px){
.dropdown ul.two li a{
    height:80px;
    line-height:80px;
    font-size:18px;
    color: #575757;
    font-weight: bold;
    padding:0px 0px;
}   
}
.contact-top{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin:50px 0px;
    padding: 0px;
}
.contact-top iframe.map{
    float: left;
    width: 550px;
    height:400px;
    margin: 0px;
    border: 1px #dcdcdc solid;
}
.address{
    width: 617px;
    float: left;
    position: relative;
    margin: 0px 30px 0px 0px;
}
.address p.name{
    width: 100%;
    float: left;
    font-size:28px;
    color: #000;
    font-weight: 400;
    margin: 0px 0px 30px;
    position: relative;
    padding: 0px;
}
.address p{
    font-size:26px;
    color: #585858;
    font-weight: 300;
    width: 100%;
    float: left;
    margin:10px 0px;
    padding-left: 160px;
    position: relative;
}
.address p span{
    position: absolute;
    top: 0px;
    left: 0px;
    display:block;
    width:160px;
    font-weight:500;
}
.contact-user{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
}
.contact-user img{
    float: left;
    width: 345px;
    height: 320px;
    margin: 40px 0px;
    border: 1px #dcdcdc solid;
}
.user-content{
    width:780px;
    float: left;
    margin:40px 0px 0px 75px;
}
.user-content h5{
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 36px;
    color: #585858;
    font-weight: 400;
}
.user-content h5.h-bold{
    color: #000;
}
.user-content p{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin:20px 0px 40px;
    font-size:26px;
    color: #585858;
    font-weight:600;
}
.user-content span{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0px 0px;
    font-size:18px;
    color: #585858;
    font-weight: 300;
    line-height: 32px;
}
@media (max-width:768px){
.contact-top{
    margin: 20px 0px 0px;
}
.contact-top img{
    width: 100%;
    height: auto;
    float: left;
}
.address{
    width: 100%;
    margin: 0px 0px 20px;
}
.address p.name{
    font-size: 24px;
    margin: 0px 0px 10px;
}
.address p{
    font-size: 18px;
    padding-left: 110px;
}
.address p span{
    width: 110px;
}
.contact-user img{
    width: 100%;
    height: auto;
    float: left;
}
.user-content{
    width: 100%;
    margin: 0px;
    padding:0px;
}
.user-content h5{
    font-size:28px;
}
.user-content p{
    font-size: 20px;
}
.user-content span{
    font-size: 16px;
}
}
.feedbanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
}
@media (max-width:768px){
.feedbanner{
    width: 100%;
    height:250px;
    background: url(../images/feedbanner.jpg) no-repeat center top;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}
}
.feed-title{
    width: 100%;
    float: left;
    margin: 50px 0px;
    position: relative;
    overflow: hidden;
}
.feed-title p{
    width: 100%;
    position: relative;
    font-size: 24px;
    color: #585858;
    font-weight:400;
}
.feed-form{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.form-group{
    float: left;
    width:42%;
    margin: 0px 8% 40px 0px;
    border-bottom: 1px #dcdcdc solid;
    position: relative;
    overflow: hidden;
}
.form-group label{
    float:left;
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #86949d;
    font-weight: 400;
    border: none;
}
.form-group label i{
    color: #ff0000;
    height: 20px;
    line-height:27px;
    font-style:normal;
    display: inline-block;
    margin: 0px 0px 0px 5px;
    font-size: 16px;
    vertical-align: top;
}
.form-group span{
    width:6px;
    height:6px;
    position: absolute;
    top:8px;
    right: 0px;
    background-color: #ff0000;
    border-radius: 50%;
}
.form-group .form-control{
    width: 100%;
    float: left;
    padding:0px 0px;
    border: none;
    font-size:22px;
    color: #585858;
    font-weight: 400;
    height:40px;
    line-height:40px;
    -webkit-box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
} 
.form-width{
    width: 92%;
}
.form-mar{
    margin-top: 60px;
}
.form-mar textarea{
    width: 100%;
    border: none;
    font-size: 22px;
    font-weight: 400;
}
.form-submit{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:45px 0px 60px;
    padding: 0px;
}
.form-submit a{
    width:180px;
    display: block;
    background-color: #0771bb;
    font-size: 24px;
    color: #fff;
    font-weight:300;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.form-submit a:hover{
    background-color:#0888e2;
}
@media (max-width:768px){
.feed-title{
    margin: 20px 0px;
}
.feed-title p{
    font-size: 18px;
}
.form-group{
    width:96%;
    margin: 0px 2% 20px;
}
.form-group label{
    font-size: 14px;
}
.form-group .form-control{
    font-size: 14px;
    height:30px;
    line-height:30px;
}
.form-submit{
    margin: 20px 0px 50px;
}
.form-submit a{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}
.service-main{
    min-height: 600px;
}
.form-mar textarea{
    font-size: 14px;
}
}
/*products*/
.probanner{
    width: 100%;
    height:250px;
    margin: 0px;
    padding: 0px; 
    background-position: center center;
    background-repeat: no-repeat;
}
@media (max-width:768px){
.probanner{
    width: 100%;
    height:250px;
    background-position: center center;
    margin: 0px;
    padding: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-left{
  background-position: -300px center;  
}
}
.dropdown ul.five{
    width: 100%;
    position: relative;
}
.dropdown ul.five li{
    width: 20%;
}
.dropdown ul.five li a{
    height:105px;
    line-height: 105px;
    font-size:24px;
    color: #575757;
    font-weight: bold;
    padding: 0px;
}
.dropdown ul.five li a.active , .dropdown ul.five li a:hover{
    color: #096eb0;
}
.news-list ul.prolist{
    width: 1010px;
    float: left;
    margin: 20px 0px 40px -30px;
}
.news-list ul.prolist li{
    margin: 20px 0px 0px 30px;
    border: none;
    height: auto;
    width: 305px;
    background: none;
}
.news-list ul.prolist li img{
    width: 100%;
}
.news-list ul.prolist li:hover {
  background:none;
  -webkit-box-shadow: 0px;
  box-shadow:0px;
}
.news-list ul.prolist li a{
    display: block;
}
.news-list ul.prolist .proicon{
    display: none;
}
.news-list ul.prolist li a:hover .proicon{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color:#000;
    opacity: 0.6;
    filter(alpha=60);
}
.news-list ul.prolist li a:hover .proicon img{
    width: 40px;
    height: 40px;
    margin: 10% auto 0px;
    display: block;
    position: relative;
    overflow: hidden;
}
@media (max-width:768px){
.news-list ul.prolist{
    margin: 0px;
    width: 100%;
    background: none;
}
.news-list ul.prolist li{
    width: 48%;
    margin: 10px 1% 0px;
}
.news-list ul.prolist li a:hover .proicon img{
   margin: 0% 0px 0px 40%; 
}
}
.similar{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.similar-title{
    width: 100%;
    float: left;
    position: relative;
    border-bottom: 1px #dcdcdc solid;
    margin:30px 0px;
    padding: 0px;
}
.similar-title h4{
    min-width:200px;
    float: left;
    text-align: center;
    font-size: 32px;
    height: 55px;
    line-height: 55px;
    background-color: #0771bb;
    color: #fff;
    font-weight:300;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.similar ul{
    width: 1260px;
    float: left;
    margin: 0px 0px 20px -60px;  
    padding: 0px;
    position: relative;
}
.similar ul li{
    float: left;
    width: 250px;
    display: block;
    margin: 10px 0px 0px 60px;
    text-align: center;
}
.similar ul li a{
    width: 100%;
    display: block;
}
.similar ul li img{
    width: 100%;
}
.similar ul li p{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    margin:20px 0px;
}
.similar ul li a:hover p{
    color: #0771bb;
}
.details{
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
.details table{
    width: 100%;
    max-width:100%;
    border: none;
    background-color: #d2d2d2;
    margin: 0px;
    padding: 0px;
    display: table;
    text-align:center;
}
.details table tr.back{
    background-color: #7d7d7d;
}
.details table tr.back1{
    background-color: #e5e5e5;
}
.details table tr.back td{
    width: 100%;
    text-align: center;
    font-size:32px;
    color: #fff;
}
.details table tr td{
    font-size: 32px;
    color: #5e5e5e;
    padding: 10px 0px;
    height: 120px;
    border-right: 1px #a0a0a0 solid;
}
.hits{
    width: 100%;
    text-align: right;
    margin:20px 0px;
    line-height: 30px;
    font-size: 24px;
    color: #8d8d8d;
}
.go{
    width:180px;
    margin:60px auto;
    padding:0px 0px;
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #0771bb;
}
.go:hover{
    color: #fff;
    background-color: #0888e2;
}
.product{
    width: 100%;
    float: left;
    margin: 30px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
@media (max-width:768px){
.go, .go:hover{
    width: 120px;
    margin:30px auto;
    font-size: 18px;
    font-weight: 300;
}
.similar-title h4{
    float: left;
    font-size:24px;
    min-width: 120px;
}
.hits{
    font-size: 14px;
}
.similar ul{
    width: 100%;
    margin: 0px 0px 20px;
}
.similar ul li{
    width: 46%;
    float: left;
    margin: 10px 1%;
}
.similar ul li p{
    font-size: 16px;
}
.details table tr.back td{
    font-size: 18px;
}
.details table tr td{
    font-size: 16px;
    height: 80px;
}
.ser-comtent .oem-title{
    border-bottom: none;
}
}
.detailtop-img{
    float: left;
    width:100%;
    position: relative;
    margin:60px 0px 0px;
    padding: 0px;
}
#zSlider {
    margin:0px;
    width:500px;
    position: relative;
    padding: 0px;
}
#picshow {
    position:relative;
}
#picshow, #picshow_img {
    width:500px;
    height:500px;
    float:left;
    margin: 0px;
    padding: 0px;
}
#picshow_img ul{
    margin: 0px;
    width: 100%;
    padding: 0px;
    position: relative;
    border: none;
}
#picshow_img li {
    width:500px;
    height:500px;
    float:left;
    display:none;
    border: none;
    position: relative;
    top: 0px;
}
#picshow_img img {
    width:100%;
    border: 1px #e9e9e9 solid;
}
#select_btn {
    width:100%;
    float:left;
    margin:0px 0px;
    display:inline;
    position: relative;
}
#select_btn ul{
    width:500px;
    height:70px;
    margin:10px 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
}
#select_btn li {
    float: left;
    padding:0px;
    width:70px;
    height:70px;
    border: 1px #eeeeee solid;
    cursor:pointer;
    position: relative;
    margin:0px 15px;
    border-radius:0px;
    top: 0px;
}
#select_btn li:hover {
   border: 1px #cdcdcd solid;
}
#select_btn li.current {
    border:1px #cdcdcd solid;
}
#select_btn li.current:hover {
    border:1px #cdcdcd solid;
}
#select_btn a {
    display: block;
}
#select_btn img {
    width:100%;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    position:relative;
}
.product-right{
    float: left;
    width:100%;
    margin: 0px 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.product-right h2{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
    padding: 0px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.product-right p{
    width: 100%;
    position: relative;
    float: left;
    font-size: 24px;
    color: #999;
    font-weight: 400;
    margin:0px 0px;
}
@media (max-width:768px){
.detailtop-img{
    width: 100%;
}
#zSlider{
    width: 100%;
    height: auto;
}
#picshow_img li{
    width: 100%;
    height:auto;
}
#picshow, #picshow_img{
    width: 100%;
    height:auto;
}
#select_btn ul{
    width: 100%;
    height: auto;
}
#select_btn li{
    width:18%;
    height: auto;
    height: auto;
    margin:0px 1%;
}
.product-right{
    width: 100%;
    margin: 0px;
    text-align: center;
}
.product-right h2{
    margin:10px 0px;
    font-size: 28px;
}
.product-right p{
    font-size: 20px;
}
}
.form-mar .form-control{
    padding: 5px 0px;
    height: auto;
    line-height: 30px;
    overflow-y: auto;
}
.desogn2-more{
    width: 100%;
    display: block;
    text-align: right;
    padding: 0px 60px 0px 0px;
}
.desogn2-more a{
    float: right;
    width: 100%;
    display:block;
    font-size: 18px;
    color: #14191d;
    font-weight: 400;
}
.desogn2-more a:hover{
    color: #0c6ab0;
}
/*商品列表*/
.pro-name{
    width:auto;
    position: absolute;
    top: 20px;
    left: 30px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
.pro-name h5{
    width: 100%;
    float: left;
    position: relative;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    margin:8px 0px;
    padding: 0px;
}
.pro-name p{
    width: 100%;
    float: left;
    position: relative;
    font-size:18px;
    color: #666;
    font-weight: 300;
    margin:5px 0px;
    padding: 0px;
}
.pro-name .p-dot{
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    margin:5px 0px;
    padding: 0px;
}
.p-dot .color1{
    width: 8px;
    height:8px;
    background-color: #b5b5b5;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
.p-dot .color2{
    width: 8px;
    height:8px;
    background-color: #820a04;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
.p-dot .color3{
    width: 8px;
    height:8px;
    background-color: #1805cf;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
.plus{
    width:auto;
    display: block;
    position: absolute;
    bottom:18px;
    right: 32px;
}
.plus p{
    width: 100%;
    font-size:30px;
    color:#7d7d7d;
    margin: 0px;
    padding: 0px;
    position: relative;
}
@media (max-width:768px){
.pro-name{
    width:auto;
    position: absolute;
    top: 10px;
    left:10px;
}
.pro-name h5{
    font-size: 14px;
    margin: 0px;
}
.pro-name p{
    font-size: 12px;
    margin:2px 0px 0px;
}
.pro-name .p-dot{
    margin:0px;
}
.pro-name .color1 , .pro-name .color2 , .pro-name .color3{
    width:5px;
    height:5px;
}
.plus{
    bottom:10px;
    right:15px;
}
.plus p{
    font-size:14px; 
}
}
/*左侧分类*/
.list-left{
    float: left;
    width: 200px;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.list-right{
    float: left;
    width: 980px;
    margin: 0px 0px 0px 20px;
    position: relative;
    overflow: hidden;
} 
.list-right .page{
    margin:0px;
}
@media (max-width:768px){
.list-left{
    display: none;
}
.list-right{
    width: 100%;
    margin: 0px;
    padding:0px;
} 
.list-right .page{
    margin:20px 0px 10px;
} 
}
.news-list .siderbar{
    position:relative; 
    width:200px;
    background:#f5f5f5;
    z-index: 1000;
    overflow:hidden;
    margin:40px 0px  0px;
}
.news-list .siderbar ul{
    width: 100%;
    margin:0px;
    padding: 0px;
    border: 1px #f2f2f2 solid;
}
.news-list .siderbar ul.siderbar2{
    border: none;  
}
.news-list .siderbar li, .news-list .siderbar li:hover{
    width: 100%;
    height: auto;
    position: relative;
    margin:0px;
    border: none;
    background-color:#ebeff4; 
    border-bottom: 1px #f2f2f2 solid;
    -webkit-box-shadow:none;
    box-shadow: none
}
.news-list .siderbar .siderbar2 li, .news-list .siderbar .siderbar2 li:hover{
    border-bottom:none;
}
.siderbar li:not(.switch) a{
    height:40px;
    display: block; 
    font-size: 0; 
    border-top:1px solid #f2f2f2; 
    border-bottom: none;
    color:#333;
}
.siderbar li .name{ 
    color: #666;
    vertical-align: top; 
    line-height:40px; 
    font-size: 14px; 
    width:100%; 
    display: inline-block; 
    transition: all .3s; 
    white-space: nowrap; 
    overflow: hidden;
    padding-left: 10px;
}
.siderbar li .oneNav .name{
    color: #666;
    font-weight: bold;
}
.siderbar li .name:hover , .siderbar li.active .oneNav .name{
     color:#096eb0;
}
.siderbar li.toggle>a::after, .siderbar2 li.extend>a::after{
    font-size:16px;
    color:#333!important;
    margin:17px 0px 0px; 
    width: 22px;
    height:20px; 
    line-height: 1; 
    text-align: center; 
    font-family: 'FontAwesome'; 
    position: absolute; 
    right:5px;
}
.siderbar li.toggle .tog-img{
    position: absolute;
    right:8px;
    top: 15px;
    width:10px;
    height:10px;
    text-align: center;
}
.siderbar li.toggle .tog-img img{
    float: left;
    width: 100%;
    transform: rotate(0deg); 
    -webkit-transform: rotate(0deg);
}
.siderbar li.active>a.oneNav:first-of-type .tog-img img { 
    transform: rotate(180deg); 
    -webkit-transform: rotate(180deg);
    margin-right: 0px;
     right: -4px;
}
.siderbar li.active>a+.scroll-box { 
    display: block;
}
.siderbar2 li a {
    background: #fcfcfc;
}
.siderbar2 li a:hover{
    background: #fcfcfc;
    color:#096eb0;
}
.scroll-box {
  display: none;
}
.product-in{
    display:none;
}
@media (max-width:768px){
#nav4_ul{
    width:100%;
    border-right: none;
    position: relative;
    overflow:hidden;
    background: none;
}
.dropdown ul.five{
    width:auto;
    margin: 0px;
    padding: 0px 0px;
    position: relative;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    text-align: left;
    z-index: 22; 
    background: url(../images/back.jpg) repeat-x left top;
}
.dropdown ul.five::-webkit-scrollbar {
    display: none;
}
.dropdown ul.five li{
    width:200px;
    float:none;
    line-height: 80px;
    margin: 0px;
    padding: 0px;
    display:inline-block;
    z-index: 22;
    position:relative;
    overflow-x: auto;
    vertical-align: top;
}
.dropdown ul.five li a{
    width:100%;
    float: left;
    text-align: center;
    height:80px;
    line-height:80px;
    font-size:18px;
    color: #575757;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position:relative;
    display:block;
    background-color: #f8f8f8;
}
.dropdown ul.five li a.on{
    background-color: #fff;
}
.dropdown ul.five li .product-in{
  min-width:100px;
  float: left;
  position:relative;
  right: auto;
  z-index: 100;
  padding:0px;
  display: none;
}
.dropdown ul.five li a.on + ul{
   display: block;
   border: 1px #e5e5e5 solid;
}
.dropdown ul.five li ul li{
    width:100%;
    float: left;
    text-align:center;
    position: relative;
    margin:0px 0px;
    border-top: 1px #e5e5e5 solid;

}
.dropdown ul.five li ul li a{
    width:100%;
    float: left;
    font-size: 15px;
    height:40px;
    line-height:40px; 
    display:block;
    color:#4f4d4f;
    font-weight: 400;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background-color: #fff;
}
.dropdown ul.five li ul li a:hover{
    color: #096eb0;
}
.dropdown ul.five li .masklayer_div.on{
    display: block;
    width: auto;
}
}
.model{
   width: 100%;
   text-align: center;
   margin: 35% 0px 0px; 
}
.model h5{
   font-size:24px;
   color: #fff;
   font-weight: 400;
   display: block;
}
@media (max-width:768px){
.model h5{
   font-size:16px;
   color: #fff;
   font-weight: 400;
   display: block;
}   
}
.navigation{
    width: 100%;
    padding:20px 0px 0px;
}
.navigation a{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
.navigation span{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0px 5px;
    padding: 0px;
    font-size: 14px;
    color: #999;
}
@media (max-width:768px){
.navigation{
    width: 100%;
    padding: 15px 0px 0px 10px;
}  
}
.container_image{
  width:100%;
  margin:0px 0px 10px;
  position:relative;
  overflow: hidden;
}
.container_image .i_btn{
    display:block;
    width:30px;
    height:71px;
    position:absolute;
    top:255px;
    z-index:3;
    background-image:url(../images/a_l.png);
}
.container_image .prev_L{
    left:10px;
    background-position:0 0;
}
.container_image .next_R{
    right:10px;
    background-position:-43px 0;
}
.container_image .prev_L:hover{
    left:10px;
    background-position:0px -84px;
}
.container_image .next_R:hover{
    right:10px;
    background-position:-43px -84px;
}
.slide_img {
    width:1000px;
    height:600px;
    position:relative;
    z-index:1;
    margin: 0px auto 20px;
}
.slide_img li{
    width:300px;
    height:300px;
    overflow:hidden;
    position:absolute;
    top:15px;
    background:#ffffff;
}
.slide_img li a{
    display:block;
    position:relative;
    width:100%;
    height:100%;
}
.slide_img li a img{
    position:absolute;
    height:100%;
}
.slide_img li.on{
    width:500px;
    left:300px;
    top:0;
    overflow:hidden;
}
.slide_img li.on img{
    width:100%;
}
.slide_img li.left{
    left:0;
}
.slide_img li.right{
    right:0px;
}
@media (max-width:768px){
.moble-slider .i_btn{
   display: block;
   width:20px;
   height:61px;
   position: absolute;
   top:33%;
   z-index: 3;
   background-image: url(../images/a_l.png);
}
.moble-slider .prev_L {
    left: 10px;
    background-position: 0 0;
}
.moble-slider .next_R{
   right: 10px;
   background-position: -53px 0;
}
.moble-slider .prev_L:hover{
    left: 10px;
    background-position:0px -84px;
}
.moble-slider .next_R:hover{
   right: 10px;
   background-position:-53px -84px;
}
.model{
    width: 100%;
    text-align: center;
    margin:30% 0px 0px;
}
}
.liimg{
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}
.liimg img{
    width: 100%;
    height: auto;
    position: relative;
}
.about-p{
    width: 100%;
    position: relative;
    overflow: hidden;
    margin:30px 0px;
    padding: 10px;
}
.about-p p{
    width: 100%;
    float: left;
    font-size: 16px;
    margin:20px 0px;
    line-height: 30px;
    display: block;
    position: relative;
    color: #000;

}
@media (max-width:768px){
.about-p p{
        width: 100%;
        float: left;
        font-size: 16px;
        margin:5px 0px;
        line-height: 30px;
        display: block;
        position: relative;
        color: #000;
    
    }  
.footer-new img{
    width: 80%;
    margin: 10px 10%;
}
}
