/*通用*/
ul,li,a,em,i{
    list-style: none;
    margin:0;
    padding:0;
}

*{
    /*font:12px/1.5 Microsoft YaHei, \5b8b\4f53, tahoma, arial, sans-serif;*/
    font:14px/1.5 'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;'Hiragino Sans GB', 'Open Sans', Arial, 'Microsoft YaHei', 微软雅黑, STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
}
input:focus{outline:none;}
a,a:hover,a:link{
    text-decoration: none;
}
a:focus{
    border:none;
}
*:hover{
    /*transition: .3s;*/
    /*-webkit-transition: .3s;*/
}
body{
    /*min-width:1000px;*/
    overflow-x:hidden;
}

.myCarousel {
    height:550px;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    width:100%;
    min-height: 550px;
}

.carousel-inner .item .hidden-xs{
    height:550px;width:100%;
}

.clear{
    clear:both;
}
.container{
    max-width:1200px;
    margin:0 auto;
    padding-left:0;
    padding-right:0;
}
.navbar-toggle{
    background:#1B3F9B;
}
.icon-bar{
    background:white;
}
/**/

.navs,.navs .nav li,.navs .nav li .navbar,.nav,.nav>ul>li ul,.nav>ul>li ul li{
    z-index: 9999;
}
.carousel-inner,#myCarousel{
    z-index:1;
}

/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#ff2222;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#ff2222;
}

.met_page .pageleft{
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    overflow:hidden;
    height:22px;
    width:100%;
}
.met_page a{
    width:80%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

/*inner-banner*/
.inner-banner{
    max-width:1920px;
    margin:0 auto;
    background:url("../img/inner-banner.jpg") no-repeat center center;
    height:300px;
}

/*2018.1.31*/

#sitemap{
    /*width:100%;*/
    height:350px;
    border:1px solid #ccc;
}
#sitemap label{
    max-width:none !important;
}

/**/
#scroll-top{
    position:fixed;
    display:none;
    bottom: 10px;
    right: 25px;
    z-index: 9;
}
#scroll-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
#scroll-top a:hover{
    color:#979797;
}
#scroll-top a{
    background:transparent url(../img/backTop.png) no-repeat;
    border-radius:6px;
    display:block;
    height:40px;
    width:40px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}

#scroll-top a:hover{
    background:transparent url(../img/backTop_hover.png) no-repeat;
    display:block;
    height:40px;
    width:40px;
    border-radius:6px;
    transition: all .6s;
    -webkit-transition:  all .6s;;
}
/*write by william 2018.5.24*/
/*内页*/
.left-secondNav a,.pro-list ul li>a{border-bottom:1px dashed #ccc;}
.left-con span{display:block;font-size:14px;color:#888;padding:15px;line-height:24px;}
.left-con img,.timgNews img{display:none;max-width:100%;}
.left-con{background:#f8f8f8;margin-bottom:30px;margin-top:15px;}
.left-con h2{margin-top:0;}
/***********2018.06.12 by william***************/

/*2018.1.18产品页 bao*/
.product-box{
    margin-top:35px;
    margin-bottom:20px;
    padding-bottom:10px;
}

.pro-left{
    max-width:240px;
}

.pro-left h2{
    padding-left:15px;
    padding-top:15px;
    padding-bottom:15px;
    line-height: normal;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    background: #0073AA;
    margin-bottom:0;
}

.pro-list ul li{
    /*margin-bottom: 1px;*/
    background:#f8f8f8;
}
.pro-list ul li>a{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    color:#808080;
    font-size:14px;
    display:block;
    border-left: 1px solid #f2f2f2;
}
.pro-list ul li>a:hover{
    border-left:1px solid #0073AA;
    color:#0073AA;
}
.pro-list ul li.current-btn>a{
    color:#0073AA;
    border-left:1px solid #0073AA;
}

.navigation-box h3{
    font-size:16px;
    font-weight:bold;
    line-height:54px;
    color:#666;
    float:left;
    margin-bottom:0;
}

.navigation-box .navigation{
    float:right;
    line-height:54px;
    margin-top:20px;
}

.navigation-box{
    overflow:hidden;
    color:#808080;
    border-bottom:1px solid #e5e5e5;
}

.navigation i,.navigation a{
    color:#808080;
    display:inline-block;
}
.navigation a:hover{
    color:#FF6D00;
}

.pro-container ul li a{
    display:block;
    border:1px solid #ddd;
    box-shadow:1px 2px 3px #ddd;

}

.pro-container ul li img{
    display:block;
    max-width:100%;
}

.pro-container ul li span{
    color:#333;
    display:block;
    line-height:40px;
    height:40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background:#eee;
    padding-left:15px;
    padding-right:15px;
}
.pro-container ul li{
    padding:12px;
    float:left;
}

.pro-container ul li a:hover{
    border:1px solid #0365bc;
    box-shadow:2px 2px 5px #aaa;
}
.pro-container ul li a:hover span{
    background:#e3e3e3;
    color:#FF6D00;
}

.pro-container ul li a:hover img{
    /*width:120% !important;*/
    /*height:100%;*/
}


/*分页*/
.pageNavi {
    padding: 30px 0 25px 0;
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
    color:#6f6f6f;
}

.pageNavi li{display:inline-block}

.pageNavi li a{
    display:inline-block;
    color:#6f6f6f;
}
.pageNavi li strong{
    font-weight:bold;
}

.pageNavi li a:hover{
    color:#FF6D00;
}
.met_page a,.met_page i{
    color:#666;
    display:block;
    float:left;
    height:22px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.met_page a:hover{
    color:#FF6D00;
}

.met_page .pageleft{
    width:100%;
    height:22px;
    overflow:hidden;
}

.met_page .pageright{
    overflow:hidden;
    height:22px;
    width:100%;
}
.met_page a{
    width:80%;
}

.met_page{
    overflow:hidden;
    width:100%;
    margin:0 auto;
    margin-top:30px;
}

.pro-detail-t i{
    display:inline-block;
    color:#333;
}
.pro-detail-t{
    color:#333;
    width:300px;
    margin:0 auto;

}
.pro-detail{
    border-bottom:1px solid #d5d5d5;
    padding-bottom:10px;
}

.pro-detail h1{
    font-size:24px;
    font-weight:bold;
    text-align: center;
}

.pro-detail-box img{
    max-width:100%;
    display:block;
}

.pro-detail-box p{
    color:#333;
    line-height:28px;
}

.pro-detail-box{
    padding-bottom:50px;
}

/*news*/
.news-box ul li{
    border-bottom:1px dotted #d9d9d9;
    padding-bottom:25px;
    overflow:hidden;
    margin-top:25px;
}

.news-box ul li .news-img{
    display:block;
}
.news-img img{
    max-width:100%;
    margin:0 auto;
    vertical-align: middle;
    display:block;
    border:1px solid #ccc;
    /*border-radius:3px;*/
}

.news-list a{
    display:block;
    color:#333;
    font-size:15px;
    line-height:24px;
    height:24px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-list p{
    color:#808080;
    font-size:13px;
    line-height:22px;
    text-align:left;
    height:40px;
    overflow:hidden;
}

.news-box ul li:hover a{
    color:#FF6D00;
    font-weight:bold;
}
.news-list{padding-bottom:15px;}
.news-box ul li:hover{
    /*cursor: pointer;*/
    border-bottom:1px dotted #0365bc;
}

.news-box ul li:hover img{
    border:1px solid #0365bc;
}

.news-detail-box{
    margin-top:20px;
    min-height:200px;
}

.equipment ul li img{
    display:block;
    max-width:100%;
}
.equipment ul li{
    margin-top:15px;
}

/*contact*/
.contact-box h4{
    color: #666666;
    font-size: 13px;
    margin-top:30px;
    margin-bottom:20px;
    line-height:22px;
}
.contact-box{
    padding-bottom:30px;
}
.contact span{
    display:block;
    line-height:30px;
    font-size:13px;
    color:#666;
    padding-left:30px;
}
.contact span:hover{
    color:#FF6D00;
}
.tel1{
    background:url("../img/contact.png") no-repeat left center;
}
.fax1{
    background:url("../img/print.png") no-repeat left center;
}
.mobile1{
    background:url("../img/phone.png") no-repeat left center;
}
.address1{
    background:url("../img/bank.png") no-repeat left center;
}
.online1{
    background:url("../img/invoice.png") no-repeat left center;
}
.email1{
    background:url("../img/email.png") no-repeat left center;
}
/*********/
.left-secondNav a{
    display:block;
    color:#8E8E8E;
    padding-left:36px;
    padding-top:8px;
    padding-bottom:8px;
    border-left:1px solid #F5F5F5;
}

.left-secondNav a:hover{
    border-left:1px solid #0073AA;
    color:#0365bc;
}

.contact-box img{display:block;max-width:100%;}

.pro-list>ul>li:last-child a{border-bottom:1px dashed #ddd;}
.pro-list>ul>li:last-child{border-bottom:1px solid #ddd;}
.pro-list>ul>li>a,.left-secondNav a{border-left:1px solid #ddd;border-right:1px solid #ddd;}
.pro-list ul>li>a,.left-secondNav a{padding-right:10px;}
.left-con span{border-left:1px solid #ddd;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.pro-container ul li img{max-width:100%;margin:0 auto;}
.pro-container.photo-con ul li img{width:100%;margin:0 auto;}
.pro-container ul li span{text-align: center;}
.navigation-box{background:#0073AA;}
.pro-right{padding-top:20px;}
.navigation-box h3{margin-top:0px;color:#fff;}
.navigation-box .navigation{margin-top:0;}
.pro-container,.news-box,.pro-detail,.news-detail-box,.pro-detail-box,.about-content,.contact-content,.contact-box{background:#f8f8f8;padding:30px;padding-top:15px;box-shadow:2px 3px 3px #ccc;margin-top:0px;border-left:1px solid #dddddd;margin-bottom:5px;}
.news-detail-box{margin-top:0;}
#sitemap{box-shadow:2px 3px 3px #ccc;margin-top:0px;border-left:1px solid #dddddd;padding:15px;margin-bottom:5px;}
.left-con{margin-top:15px;}
.iw_poi_title{color:#FF6D00;font-weight:bold;}
/*2018.7.31*/
.timgNews{margin-bottom:15px;}
.pro-left{float:left;max-width:250px;}
.pro-right{width:75%;margin-left:2%;float:left;padding-top:0;}

.navigation i, .navigation a {
    color: #fff;
    display: inline-block;
}

.navigation{color:#fff;}
.navigation-box{padding:0 15px;}
.product-box .container{overflow:hidden;}
.pro-right .pro-container ul{overflow:hidden;}
.news-box ul li{padding:5px;margin-top:0px;}
.news-box ul li .news-img{display:none;}
.pro-detail{padding-bottom:15px;}
.pro-detail-t{margin-top:10px;}
.contact-box{margin-bottom:0;}
.pro-detail.mt0,.pro-detail.mt0{margin-bottom:0;}
.pro-detail-t,.pro-detail-t i{font-size:12px;}
.pro-detail-t{width:360px;margin:0 auto;margin-top:10px;}

.pro-left{width:250px;}
.pro-list ul{border-bottom:1px solid #DDDDDD;}
#JobContent tr td{padding:5px;}
#JobContent tr td span,#JobContent tr td div{color:#555;}
.pro-right .pro-detail-box{min-height:490px;}

@media (max-width:1100px) {
    .container{width:auto;}
    /*inner*/
    .hide-left .pro-left{display:none;}
    .pro-right{width:100%;margin:0;max-width:100%;}
    .product-box{margin-top:15px;}
    .bannerslide .swiper-slide{background-position: 35% center;}
    .inner-banner{width:100%;background-size:cover;min-height:150px;height:inherit;background-position:25% center;}
    .navigation-box .navigation{float:none;}
    .navigation-box{margin-top:15px;}
    .news-box ul li .news-img{display:none;}
    .news-box ul li{margin-top:0px;margin-bottom:5px;padding-bottom:15px;}
    .news-box{padding:15px;}
    .navigation-box h3,.navigation-box .navigation{line-height:40px;}
    .navigation-box h3{float:none;line-height:20px;padding-top:15px;}
    .pro-container ul{overflow:hidden;}
    .pro-list .timgNews{display:none;}
    .product-box{margin-top:0;padding:15px;padding-top:0;}
    .pro-container, .news-box, .pro-detail, .news-detail-box, .pro-detail-box, .about-content, .contact-content, .contact-box{border-right:1px solid #ddd;}
    .pageNavi{padding-top:15px;padding-bottom:15px;}
    .news-detail-box,.pro-detail-box{margin-bottom:5px;}
    #sitemap{height:250px;}
    .product-box{margin-bottom:0px;}

    .pro-left{float:none;max-width:100%;width:100%;margin-top:0;}
    .product-box{margin-top:20px;}
    .left-con{margin-top:15px;}
    .left-con{display:none;}
    .navigation-box{margin-top:0;}
    .homebox01{padding-top:30px;}
    .homebox04{padding-bottom:30px;}
    .homebox05{margin:15px 0;}
    .pro-right{margin-top:15px;}
    .pro-detail{overflow-x: scroll;}
    .pro-right .pro-detail-box{min-height:0px;padding:15px;overflow-x: scroll;}
    .pro-detail div img{max-width:100%;margin:0 auto;}
    .pro-container, .news-box, .pro-detail, .news-detail-box, .pro-detail-box, .about-content, .contact-content, .contact-box{padding:15px;}
    .pro-detail.mt0, .pro-detail.mt0{padding-bottom:0;box-shadow:0 0 0 #ddd;}
    .pro-detail-box img{display:block;max-width:100%;margin:0 auto;}

    .pro-yf,.news-box.download{min-height:0px;}
    .pro-yf img{display:block;margin:0 auto;max-width:100%; }

}