@charset "utf-8";
html{ font-size:20px;
	/*-moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    -khtml-user-select:none;
      user-select:none;*/
      }
*{margin:0; padding:0; font-family:"arial";list-style-type:none; color: #4c4c4c; }
a,img{text-decoration:none;}
body{ margin:0; padding:0;overflow-y: auto;  overflow-x: hidden;}
/*section{letter-spacing:2px;}*/
/*导航*/
.nav{ background-color:#fff; height: 4rem; z-index: 9999; overflow: hidden;}
.nav-main{ width: 1200px; margin:0 auto;}
.nav-main .logo{float: left; height: 4rem;}
.nav-main .logo a img{display: inline-block; vertical-align: middle;}
.nav-main .chinese{ position: absolute; right: 1rem; top:1.5rem; }
.nav-main .chinese a{ border: 1px solid #ccc; border-radius: 3px; font-size:.7rem;line-height: 1.2rem; margin-right:1rem; color:#333; background:url(../img/chinese.png) left  no-repeat; padding: 5px 5px 5px 38px; }
.nav-main .chinese a:hover{ color:#0bb9f8; border: 1px solid #0bb9f8;}
.nav-main ul.list{ float: right;width:38rem; width:30rem; line-height:4rem; display:flex; -webkit-display:flex; -webkit-justify-content:space-between; justify-content:space-between;}
.nav-main ul.list li{ display: inline;}
.nav-main ul.list li a{ color:#000; font-size: .7rem;}
.nav-main ul.list li a:hover{ color: #0bb9f8;} 


.nav-main ul.list li.nav-products ul{padding-bottom: 60px; z-index:9999; position:absolute; top:3.9rem; left:0; background:#fff; width:100%;  box-shadow: 0 2px 3px #e0e0e0;border-top: 1px solid #e0e0e0; display: none; }
.nav-main ul.list li.nav-products:hover ul{ display: block;}
.nav-main ul.list li.nav-products ul li{ padding-top:2rem; width: 10rem; margin: 0 auto; display:flex;-webkit-display:flex;justify-content:center;-webkit-justify-content:center; }
.nav-main ul.list li.nav-products ul li a img{ border-right: 1px solid #e0e0e0;}
.nav-main ul.list li.nav-products ul li a:last-child img{border:1px solid #fff;}
.nav-main ul.list li.nav-products ul li p{text-align: center; color: #333; font-size: 14px; height: 1rem; line-height: 1.2rem; margin-top: -20px;}
.nav-main ul.list li.nav-products ul li p>font{ color: #0bb9f8;}
.nav-main ul.list li:nth-child(4){display: none;}
.nav-main ul.list li:nth-child(5){display: none;}
/*子页banner*/
.Smbanne{ height:10rem;}
.Smbanner img{ position:relative; top:50%; left:50%; margin-left:-48rem; }
/*footer*/
.footer{width: 100%;  background-color: #f7f7f8;}
.footer>p{border-top:solid 1px #c9c9c9;}
.footer>p a{ margin:0 2rem;}
.footer>p{margin: 0 auto; text-align: center; line-height: 3rem; width:60rem;}
.footer>p a{color:#666; font-size: .6rem; line-height: 1.5rem; padding-left: 1.1rem;}
.footer p .mail{ background:url(../img/foot-icon-mail1.png) no-repeat left center ;}
.footer p .phone{ background:url(../img/foot-icon-phone1.png) no-repeat left center ;}
.footer ul{width: 60rem; margin: 0 auto; padding: 1rem 0;display:flex; -webkit-display:flex; -webkit-justify-content:space-between; justify-content:center;}
.footer ul li p {display: inline-block;}
.footer ul li{color:#666; font-size: .6rem; line-height: 1.5rem; margin: 0 .5rem;}
.footer ul li:nth-child(1) input{width:7rem; }
.footer ul li:nth-child(2) input{width:9rem; }
.footer ul li:nth-child(3) input{width:18rem; }
.footer ul li:nth-child(4) input{width:4rem; }
.footer ul li input{height: 1.2rem; border:1px solid #ededf0; border-radius: 5px; padding-left: .3rem;}
.footer ul li input:focus{outline:none; }
.footer ul li input.button{background-color: #1ad924; padding-left:0;}
.footer ul li input.button:hover{background-color:#17bf1f ; color: #fff; cursor: pointer; }



