@charset "utf-8";

/*reset start*/
.container{
    padding: 0;
}
.navbar-default{
    background: transparent;
    border: none;
}
.navbar-brand{
    padding: 0;
    height: 78px;
}
.navbar-header{
    padding: 23px 0;
}
.navbar-collapse{
    padding: 0;
    background: #1b1b1b;
}
.navbar{
    margin: 0;
    background: #fff;
}
.navbar-nav{
    margin: 0;
}
.container .navbar-header{
    margin: 0;
}
.navbar-default .navbar-nav>li>a{
    padding: 0;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a{
    background: #00a3dc;
    color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover{
    background: #00a3dc;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover{
    background: #00a3dc;
    color: #fff;
}
.navbar-header{
    width: 100%;
}
.navbar-default .navbar-nav>li>a:focus{
    background: #00a3dc;
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background: #00a3dc;
    color: #fff;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: #00a3dc;
    color: #fff;
}
/*reset end*/

/*top start*/
header{
    border-bottom: 1px solid #eee;
    height: 30px;
    background: #fff;
}
.top{
    font-size: 14px;
    line-height: 30px;
}
.ce{
    overflow: hidden;
}
.ce a{
    display: block;
    float: left;
}
.ce a:hover{
    color: #00a3dc;
}
.ce a.on{
    color: #00a3dc;
}
.ce a i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    background-size: 30px;
}
.chinese{
    margin-right: 20px;
}
.chinese i{
    background-image: url("../img/cflag.png");
}
.english i{
    background-image: url("../img/eflag.png");
}
.navbar-header a{
    overflow: hidden;
}
.navbar-header a img{
    display: block;
    float: left;
    height: 78px;
}
.navbar-header .fr{
    padding: 10px 0;
    width: 150px;
}
.navbar-header .fr span{
    display: block;
    font-size: 16px;
    color: #666;
}
.navbar-header .fr span i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    vertical-align: middle;
    margin-right: 5px;
}
.navbar-header .fr span i.phone{
    background-image: url("../img/phone.png");
}
.navbar-header .fr span i.tel{
    background-image: url("../img/tel.png");
}
.navbar-nav li a i{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background: url("../img/home.png") no-repeat center center;
    background-size: 24px;
    margin-right: 5px;
}
/*top end*/

/*product start*/

.product ul{
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
    font-size: 16px;
}
.product ul li img{
    display: block;
    width: 100%;
    position: relative;
}
.product ul li a{
    display: block;
}
.product ul li span{
    display: block;
    line-height: 36px;
    transition: all .3s;
    height: 36px;
    overflow: hidden;
}
.product ul li:hover span{
    color: #00a3dc;
}
/*product end*/

/*case start*/
.case ul{
    overflow: hidden;
}
.case ul li a{
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
}
.case ul li a hr{
    position: absolute;
    bottom: 0;
    left: -100%;
    border: none;
    width: 100%;
    height: 1px;
    background: #00a3dc;
    margin: 0;
    z-index: -1;
    transition: all .3s;
}
.case ul li a:hover hr{
    left: 0;
    z-index: 1;
}
.case ul li a div{
    display: block;
    overflow: hidden;
}
.case ul li a img{
    display: block;
    width: 100%;
    transition: all .3s;
}
.case ul li a:hover img{
    transform: scale(1.1);
}
.case ul li span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    transition: all .3s;
    height: 36px;
    overflow: hidden;
}
.case ul li a:hover span{
    color: #00a3dc;
}
.case ul li i{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
/*case end*/

/*footer start*/
footer{
    background: #1b1b1b;
}
.footer-nav{
    width: 800px;
    margin: 0 auto;
    border-bottom: 1px solid #313131;
}
.footer-nav ul{
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #000;
}
.footer-nav ul li{
    width: 12.5%;
    float: left;
}
.footer-nav ul li a{
    color: #fff;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.footer-nav ul li a:hover{
    color: #00a3dc;
}
.footer-logo{
    margin-top: 40px;
}
.ewm{
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-contact{
    width: 600px;
    margin: 30px 0 20px 120px;
}
.footer-contact p{
    width: 50%;
    float: left;
    font-size: 14px;
    color: #747677;
    line-height: 30px;
}
.footer-contact p i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/phonee.png") no-repeat center;
    background-size: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
.footer-contact p.tell i{
    background-image: url("../img/tell.png");
}
.footer-contact p.fax i{
    background-image: url("../img/fax.png");
}
.footer-contact p.mail i{
    background-image: url("../img/mail.png");
}
.footer-contact p.address i{
    background-image: url("../img/address.png");
}

/*footer end*/

@media(min-width: 768px){
    .navbar-nav{
        width: 100%;
    }
    .navbar-nav>li{
        width: 12.5%;
    }
    .navbar>.container .navbar-brand{
        margin: 0;
    }
}
@media(max-width: 768px){
    .navbar-default .navbar-nav .open .dropdown-menu>li>a{
        text-align: center;
    }
    .container{
        padding: 0 5px;
    }
    .navbar-header{
        padding: 5px 0;
    }
    .navbar-header a img{
        height: 45px;
    }
    .navbar{
        min-height: 36px;
    }
    .navbar-brand{
        height: 45px;
    }
    .navbar-toggle{
        margin-right: 5px;
    }
    .navbar-default .navbar-nav>li>a{
        line-height: 36px;
    }
    .footer-contact{
        width: 100%;
        margin: 10px 0;
    }
    .footer-contact p{
        width: 100%;
    }
}

/*record*/
.record{
    text-align: center;
    line-height: 30px;
    background: #222;
    width: 100%;
    height: 30px;
}
.record span{
    padding: 0 10px;
    font-size: 12px;
    color: #fff;
}
.record span a{
	color: #fff;
}
.record span a:hover{
	text-decoration: underline;
    color: #00a3dc;
}

/*********** 翻页 **************/
.num{padding:4px;solid #F00;margin:4px;}
.current{padding:4px;background:#2e6cb7;margin:4px;color:#FFF;font-weight:bold;}
.fanye{
clear:both;
}