﻿
#top{
    height: 100px;
}
#top img{
    width: 350px;
    
    float: left;
    margin-top: 30px;
}
#top .top-left{float:left;}
#top .top-right{float:right;}
#top .top-1{
  
    height: 40px;
    margin-top:20px;
}
#top .top-1 span{
    display: inline-block;
    height: 40px;line-height: 22px;
    padding: 0 10px;
    font-size: 14px;
    float: right;
}

#top .top-1 span:first-child{
    font-family: Arial;
    color: #4789d4;
    font-size: 20px;
}


#top .top-2{
 
    height: 60px;
  
}

#nav-new{
    height: 45px;
  
    float: left;
}
#nav-new ul{
    float: left;
 
}
#nav-new ul li{
    /*position: relative;*/
    float: left;
}
#nav-new ul li a{
    display: inline-block;
    padding: 0 15px;
    height: 45px;
    color: #337ab7;
    line-height: 45px;
    font-size: 18px;
    border-top: 3px solid transparent;
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
}
#nav-new ul li a:hover{
    color: #0c8ed9;
    border-top: 3px #0a62c6 solid;
    background-color: #f4f4f5;
}

#search{
    float: right;
    width: 240px;height: 45px;
    margin-top: 15px;
    position: relative;
}
#search input{
    outline: none;
    border: 1px solid #B5DDF4;box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 35px;line-height: 35px;
    font-size: 14px;
    text-indent: 0.8em;
    position: absolute;left: 0;
    z-index: 10;
    top: 5px;
}
#search input:focus{
    border: 1px solid #0c8ed9;
    box-shadow: 0 0 10px #b5ddf4;
}
#search button{
    outline: none;border: none;
    background: none;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 45px;
    font-size: 14px;
    position: absolute;
    right: 3px;
    z-index: 10;
    color: #0c8ed9;
    cursor: pointer;
}
#search button:hover{
    color: #ff3333;
}


/* 每个li下面的内容 */
#nav-new .nav-content{
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 99;
    display: none;
    background-color: #f4f4f5;
}
#nav-new .nav-content ul{
    width: 900px;
    display: block;
    position: relative;
    background-color: #f4f4f5;
}
#nav-new .nav-content table{
    clear: both;
    font-size: 14px;
    position: relative;
    width: 900px;
    border-collapse: collapse;
    background-color: #f4f4f5;
}
#nav-new .products{
    padding-bottom: 30px;
}
#nav-new .nav-content table tr td{
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#nav-new .nav-content table tr td a{
    font-size: 12px;
}
#nav-new .nav-content table tr td a:hover{
    border: none;
    background: none;
}
#nav-new .nav-content table tr td:first-child{
    border: 1px solid #cccccc;
    padding: 0 20px;
}
#nav-new .nav-content table tr td:last-child{
    border-right: 1px solid #cccccc;
}

#nav-new .nav-content ul li{
    float: left;
    padding: 30px 0;
    margin-left: 50px;
}

#nav-new .nav-content ul li a{
    display: inline-block;
    border: none;
}
#nav-new .nav-content ul li a > i{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 50px;
}
#nav-new .nav-content ul li a > span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
}
#nav-new .nav-content ul li a:hover{
    background-color: inherit;
    color: #ff3333;
}

/***********************************************/

/* n-div 二级导航 */
#n-div{
    margin-top: 20px;
    /* background :url(img/n-divbg.png)repeat-x; */
    background-color:#4789D4;
    height: 30px;
    padding: 10px 0 15px 0;
    overflow: hidden;
}
#n-div ul li{
    float: left;
    margin-top: 13px;
}
#n-div ul li:nth-child(1){
    margin-top: 8px;
}
#n-div ul li:nth-child(2) a{
    margin-left: 0;
}
#n-div ul li a{
    margin-left: 20px;
    font-size: 15px;
    padding: 15px 15px;
    color: #f0f0f0;

    -moz-transition: 0.5s color ease;
    -webkit-transition: 0.5s color ease;
    -o-transition: 0.5s color ease;
    transition: 0.5s color ease;
}

#n-div ul li a:hover{
    color: #ff3333;
}
#n-div ul li:first-child a{
    color: #ffffff;
    font-size: 22px;
}
#n-div ul li.hide{
    display: none;
}


/* 产品页面的导航 */
/* pro-nav */
#pro-nav{
    min-width: 1200px;
    height: 45px;
    margin-top: 20px;
    background-color: #4789d4;
}

#pro-nav .nav-left,#pro-nav .nav-left li{
    float: left;
}
#pro-nav .nav-left > li:first-Child{
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #f0f0f0;
    cursor: pointer;
    letter-spacing: 3px;
}
#pro-nav .nav-left > li:last-Child{
    width: 343px;
    text-align: left;
}
#pro-nav .nav-left > li:last-Child:hover ul {
    display: block;
}
#pro-nav li ul{
    display: none;
    position: absolute;
    z-index: 10;
    width: 360px;max-height: 405px;
    overflow-x: hidden;overflow-y: auto;
    background-color: rgba(71,137,212,0.7);
}
#pro-nav li ul a{
    width: 340px;
    text-align: left;
    font-size: 15px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
#pro-nav li a,#pro-nav li span{
    display: inline-block;
    height: 45px;
    font-size: 16px;
    padding: 0 10px;
    color: #f0f0f0;
    line-height: 45px;
    text-align: center;
}

#pro-nav ul.nav-left li > ul li:hover{
    background-color: rgb(71,137,212);
}

#pro-nav li.current{
    background-color: rgb(71,137,212);
}



/* 右侧小图标 */
#fixed-div{
    position: fixed;
    right: 0;bottom: 250px;
    z-index: 15;
    width: 50px;
    background-color: #118df0;
    display: none;
}
#fixed-div ul li{
    position: relative;
}
#fixed-div ul li a{
    display: block;
    width: 50px;height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
#fixed-div ul li:last-child a{border-bottom: none;}
#fixed-div ul li a i{
    font-size: 28px;
    color: #f0f0f0;
}
#fixed-div .fixed-content{
   /* background-color: rgba(110,187,241,0.9);
    background-color: #6ebbf1;*/
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    display: none;
}
#fixed-div .fixed-content p{ 
	background-color: rgba(110,187,241,0.9);
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#fixed-div ul li:hover > .fixed-content{
    display: block;
}

/* 右侧小图标360 */

#fixed-360{
    position: fixed;
    right: 0;bottom: 250px;
    z-index: 15;
    width: 50px;
    background-color: #118df0;
    
}
#fixed-360 ul li{
    position: relative;
}
#fixed-360 ul li a{
    display: block;
    width: 50px;height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
#fixed-360 ul li:last-child a{border-bottom: none;}
#fixed-360 ul li a i{
    font-size: 28px;
    color: #f0f0f0;
}
#fixed-360 .fixed-content{
   /* background-color: rgba(110,187,241,0.9);
    background-color: #6ebbf1;*/
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    display: none;
}
#fixed-360 .fixed-content p{ 
	background-color: rgba(110,187,241,0.9);
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#fixed-360 ul li:hover > .fixed-content{
    display: block;
}

/* 右侧小图标aicaigou */

#fixed-aicaigou{
    position: fixed;
    right: 0;bottom: 250px;
    z-index: 15;
    width: 50px;
    background-color: #118df0;
    
}
#fixed-aicaigou ul li{
    position: relative;
}
#fixed-aicaigou ul li a{
    display: block;
    width: 50px;height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
#fixed-aicaigou ul li:last-child a{border-bottom: none;}
#fixed-aicaigou ul li a i{
    font-size: 28px;
    color: #f0f0f0;
}
#fixed-aicaigou .fixed-content{
   /* background-color: rgba(110,187,241,0.9);
    background-color: #6ebbf1;*/
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    display: none;
}
#fixed-aicaigou .fixed-content p{ 
	background-color: rgba(110,187,241,0.9);
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#fixed-aicaigou ul li:hover > .fixed-content{
    display: block;
}

/* 右侧小图标baidu*/

#fixed-baidu{
    position: fixed;
    right: 0;bottom: 250px;
    z-index: 15;
    width: 50px;
    background-color: #118df0;
    
}
#fixed-baidu ul li{
    position: relative;
}
#fixed-baidu ul li a{
    display: block;
    width: 50px;height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
#fixed-baidu ul li:last-child a{border-bottom: none;}
#fixed-baidu ul li a i{
    font-size: 28px;
    color: #f0f0f0;
}
#fixed-baidu .fixed-content{
   /* background-color: rgba(110,187,241,0.9);
    background-color: #6ebbf1;*/
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    display: none;
}
#fixed-baidu .fixed-content p{ 
	background-color: rgba(110,187,241,0.9);
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#fixed-baidu ul li:hover > .fixed-content{
    display: block;
}

/* 右侧小图标 */
#fixed-sougou{
    position: fixed;
    right: 0;bottom: 250px;
    z-index: 15;
    width: 50px;
    background-color: #118df0;
    display: none;
}
#fixed-sougou ul li{
    position: relative;
}
#fixed-sougou ul li a{
    display: block;
    width: 50px;height: 50px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
}
#fixed-sougou ul li:last-child a{border-bottom: none;}
#fixed-sougou ul li a i{
    font-size: 28px;
    color: #f0f0f0;
}
#fixed-sougou .fixed-content{
   /* background-color: rgba(110,187,241,0.9);
    background-color: #6ebbf1;*/
    border-right: 1px solid #f0f0f0;
    box-sizing: border-box;
    color: #f0f0f0;
    position: absolute;
    top: 0;
    display: none;
}
#fixed-sougou .fixed-content p{ 
	background-color: rgba(110,187,241,0.9);
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    box-sizing: border-box;
}

#fixed-sougou ul li:hover > .fixed-content{
    display: block;
}

/***********************************************/

#footer{
    background-color: #333;
    margin-top: 50px;
}
#footer .footer-nav{
    background-color: #494949;
    height: 45px;
}
#footer .footer-nav ul{
    text-align: left !important;
}
#footer .footer-nav ul li{
    float: left;
}
#footer .footer-nav ul li a{
    display: inline-block;
    width: 250px;
    height: 45px;
    line-height: 45px;
    color: #f0f0f0;
    text-indent: 20px;
    font-size: 16px !important;
}
#footer .footer-nav ul li:last-child a{
    width: 450px;
}
#footer .footer-nav ul li a:hover{
    background-color: #333;
}
#footer .con{
    width: 250px;
    height: 200px;
    float: left;
    text-align: left !important;
}
#footer .con ul{
    margin-top: 15px;
}
#footer .con ul li{
    text-indent: 20px;
}
#footer .con ul li a{
    color: #f0f0f0;
    text-indent: 20px;
    line-height: 30px;
    font-size: 12px;

    -moz-transition: 0.5s color ease;
    -webkit-transition: 0.5s color ease;
    -o-transition: 0.5s color ease;
    transition: 0.5s color ease;
}
#footer .con ul li a:hover{
    color: #ff3333;
}

#footer .contact{
    text-align: left !important;
    width: 450px;
    float: left;
    background-color: #494949;
    height: 200px;
}
#footer .contact address{
    font-size: 14px;
    margin: 15px 0 0 20px;
    color: #f0f0f0;
}
#footer .contact p{
    margin: 15px 0 0 20px;
    color: #f0f0f0;
    font-size: 14px;
}


/* footer-add */
#footer .copy{
    width: 100%;
    background: #262626;
    height: 33px;
    line-height: 33px;
}
#footer .copy .innercopy{
    width: 1200px;
    margin: 0 auto;
    font-size:12px;
}
#footer .innercopy ul {
    float: left;
}
#footer .innercopy ul li {
    float: left;
}
#footer .innercopy ul li a {
    padding:0 17px;
    color: #b5b5b5;
}
#footer .innercopy p {
    color: #b5b5b5;
    text-align: right;
}
#footer .innercopy p span{
    margin-right: 5px;
}
#footer .innercopy p a{
    color: #b5b5b5;
}


	.footer h3{ color:#888}
	/* footer*/
.footer {
  padding-top: 45px;
  padding-bottom: 45px;
  min-width: 1200px;
  background: #2b2b2b;
  color: #888;    text-align: left;
}

.erweima{ float:left; text-align:center; line-height:2;}
.erweima img{ width:100px;}
.footer .companyinfo {
  width: 700px; float:left; line-height:1.8;
}

.footer .companyinfo p {
  margin-bottom: 20px;
  font-weight: normal;
  padding-left: 14px; font-size:14px;
}

.footer .companyinfo .footer-nav {
  font-size: 15px;
  padding-left: 0;
}
.footer .link{ margin-left:19px}
.footer .link a{ color:#888; font-size:14px;;}
.footer .companyinfo .footer-nav a { color:#888; font-size:14px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #888;
}

.footer .companyinfo .footer-nav a:last-child {
  border: none;
}
.footer .telinfo{}
.footer .telinfo .tel123,
.footer .qqinfo .tel123 {
  width: 180px;   line-height:1.6; margin-bottom:20px;
}

.telinfo{ width:360px;}
.footer .telinfo .tel123 a,
.footer .qqinfo .tel123 a{  color:#888;
}

.footer .telinfo .tel123 p,
.footer .qqinfo .tel123 p{ font-size:12px;
}


.footer .telinfo .tel123 .ms,
.footer .qqinfo .tel123 .ms {
  font-size: 24px;
}

.footer .telinfo .tel123 span,
.footer .qqinfo .tel123 span {
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 4px;
  margin-right: 18px;
  background: #9a9a9a;
  line-height: 39px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.footer .telinfo .tel123 p,
.footer .qqinfo .tel123 p {
  font-weight: normal;
}

.footer .telinfo .tel123 h3,
.footer .qqinfo .tel123 h3 {
  font-size: 16px;
}

.footer .ewm {
  width: 110px;
}
.footer td{vertical-align:auto !important}

.qqinfo{ float:left;}
/*right float*/
.contact-info {
  width: 50px;
  position: fixed;
  right: 20px;
  top: 300px;
  background: #fff;
  padding: 2px;
  z-index: 999;
}

.contact-info li {
  cursor: pointer;
  border-bottom: 2px solid #fff;
}

.contact-info li:hover dd {
  display: block;
}

.contact-info li:first-child dl {
  padding-top: 4px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 20px;
}

.contact-info li:first-child dd {
  background: #fff;
  width: 80px;
  height: 80px;
  padding: 2px;
  position: relative;
}

.contact-info li:first-child dd:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #fff;
  top: 50%;
  margin-top: -6px;
  right: -12px;
}

.contact-info li:first-child dd img {
  width: 100%;
}

.contact-info li:last-child {
  border-bottom: none;
}

.contact-info dl {
  height: 48px;
  background: #0e9a95;
  position: relative;
  color: #fff;
  text-align: center;
  line-height: 48px;
}

.contact-info .contact-tel dd {
  top: 0;
  left: -151px;
  color: #444;
}

.contact-info .contact-location dd {
  width: 240px;
  line-height: 1.4em;
  left: -248px;
  top: 0;
  color: #444;
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-info dt {
  height: 100%;
}

.contact-info dd {
  position: absolute;
  left: -90px;
  top: -60px;
  display: none;
  background: #f5f5f5;
  text-align: left;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-info .ms {
  font-size: 24px;
}.container:after{content:"";display:block;clear:both;}
.clearfix:after{content:"";display:block;clear:both;}


.fl {
    float: left;
}

.fr {
    float: right;
}

.center {
    margin-left: auto;
    margin-right: auto;
}