*{
    font-size:16px;
    color:#333333;
    font-family:"微软雅黑",Tahoma,Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    list-style-type:none;
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,pre{margin:0;padding:0;}
h1,h2,h3,h4{font-size:18px; font-family:"微软雅黑",Tahoma,Arial,Helvetica,sans-serif;}

a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
img{ border:0 none; vertical-align:top;}

.content img, .detail img, .pro-detail-con img{
    max-width: 100%;
}
.container{
    width:1200px;
    margin:0 auto;
}

/* 页头 */
.header{
    height:120px;
    background: #132f63;
}
.header .container{
    border-bottom: 1px solid #e6e6e6;
}
.header .container:after{
    content: "";
    height:0;
    display: block;
    visibility: hidden;
    clear: both;
}
.logo{
    width:700px;
    height:120px;
    overflow: hidden;
    float:left;
}
.header-tel{
    max-width: 500px;
    float:right;
    height:60px;
    margin:30px 0;
}
.header-ico{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-ico img{
    margin-right: 5px;
}
.header-ico span{
    font-size: 14px;
    color:white;
}
.header-tel p{
    font-size: 30px;
    color:#fabb5a;
    font-weight: bold;
    font-family: "Times New Roman",Georgia,sans-serif;
    letter-spacing: 2px;
    line-height: 1.5em;
}
/* 导航下拉 */
.menu {
    height:80px;
    display: flex;
    justify-content: center;
    z-index: 999;
    background: #f5f5f5;
}
.menu * {
    box-sizing: border-box;
}
.menu .ul-list {
    width:1200px;
    display: flex;
}
.ul-list-li {
    height:80px;
    flex: 1;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.ul-list-a{
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 80px;
}
.ul-list-a:hover {
    color: #132f63;
    background: #fabb5a;
}
.ul-list-li:hover .ol-list {
    display: block;
}
.menu .ol-list {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 999;
    background:rgba(255,255,255,0.9);
    width: 100%;
    overflow: hidden;
}
.menu .ol-list > li > a {
    text-decoration: none;
    height: 40px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    justify-content: center;
    font-size: 14px;
}
.menu .ol-list > li > a:hover {
    color: white;
    background: #132f63;
}
.ul-list-li:hover{
    color: #132f63;
    background: #fabb5a;
}
.ul-list .active{
    color: #132f63;
    background: #fabb5a;
}
.ul-list .active .ul-list-a{
    color: #132f63;
    font-weight: bold;
}
.ul-list-li:hover .ul-list-a{
    color: #132f63;
    font-weight: bold;
}
/* 关键词 */
#banner{
    position: relative;
}
.keyword{
    width:1200px;
    height:60px;
    background: #132f63;
    position: absolute;
    bottom:-30px;
    left:50%;
    z-index: 333;
    margin-left: -600px;
}
.keyword-con{
    color: white;
    font-weight: bold;
    padding:0 10px;
    line-height: 60px;
    float:left;
}
.keyword-con a{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    font-weight: normal;
    margin-right: 15px;
}
.keyword-con a:hover{
    color: rgba(255,255,255,1);
}
.search{
    float:right;
    width:320px;
    height:36px;
    margin:12px 10px 12px 0;
    position: relative;
}
.search-input{
    width:320px;
    height:36px;
    border-radius: 50px;
    border: 1px solid #d9d9d9;
    outline: none;
    padding:0 50px 0 15px;
    font-size: 14px;
}
input::-webkit-input-placeholder{ /*WebKit browsers*/

    color: #999999;
}
.search-submit{
    width:50px;
    height:36px;
    position: absolute;
    right:0;
    cursor: pointer;
    background: url("../img/so.png") center no-repeat;
    outline: none;
    border: none;
    top: 0;
}

/* 标题 */
.title{
    text-align: center;
    padding:60px 0 40px;
}
.title h1{
    font-size: 30px;
    margin-bottom: 10px;
}
.title h1 span{
    font-size: 24px;
    color:#fabb5a;
    font-family: "Times New Roman",Georgia,sans-serif;
    text-transform: uppercase;
    margin-left: 10px;
}
.title h1 span:before{
    content: "/ ";
    font-size: 24px;
    color:#fabb5a;
    font-family: "Times New Roman",Georgia,sans-serif;
}
.title h2{
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 2em;
}

/* 大类标题 */
.product .title{
    padding-bottom: 0;
    margin-bottom: -20px;
}
.class-title{
    margin-top: 20px;
}
.class-title i{
    font-size: 70px;
    font-weight: bold;
    color:#fabb5a;
    font-family: "Times New Roman",Georgia,sans-serif;
    display: inline-block;
    height:70px;
    vertical-align: top;
}
.class-title span{
    height:70px;
    font-size: 24px;
    font-weight: bold;
    color:#132f63;
    display: inline-block;
    line-height: 100px;
}
.class-title span:after{
    content: "";
    display: inline-block;
    width: 935px;
    height:2px;
    background: #fabb5a;
    vertical-align: middle;
    margin: 0 10px;
}
.class-title a{
    display: inline-block;
    font-size: 14px;
}
.class-title a:hover{
    color: #132f63;
    font-weight: bold;
}
/* 产品选项卡 */

.tabbox{width:1200px;margin:20px auto;position:relative;overflow:hidden;}
.tabbox .tabbtn{width:210px;overflow: hidden;float: left;}
.tabbox .tabbtn li{width:210px;height:40px;position:relative;margin-bottom:10px;border-radius:3px;background: white;}
.tabbox .tabbtn li a,.tabbox .tabbtn li span{padding-left:40px;white-space:nowrap;display:block;width:210px;height:40px;line-height:40px;overflow:hidden;cursor:pointer;background: url("../img/xmfh1.png") 10px center no-repeat;}
.tabbox .tabbtn li.current{background: #132f63;}
.tabbox .tabbtn li.current a,.tabbox .tabbtn li.current span{width:210px;border-radius:3px;height:40px;color:white;background: url("../img/xmfh2.png") 10px center no-repeat;}
.tabbox .tabcon{width:950px;float:right;}


/* 产品 */

.product{
    background: url("../img/grid.png");
    padding: 30px 0;
}
.pro-list{
    margin-right: -25px;
    margin-top:-10px;
}
.pro-list:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.pro-list li{
    width:300px;
    height:275px;
    float:left;
    margin-right: 25px;
    margin-top: 10px;
}
.pro-img{
    width:300px;
    height:225px;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    position: relative;

}
.pro-img img{
    width:300px;
    height:225px;
}
.pro-list li h2{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.pro-img:before{
    content: "";
    display: block;
    width: 300px;
    height:0;
    background: rgba(19,47,99,0.8);
    position: absolute;
    left:0;
    bottom: 0;
    transition: all 0.2s ease-in-out;
}
.pro-list li:hover .pro-img:before{
    height:225px;
}
.pro-img:after{
    content: "";
    display: block;
    width: 40px;
    height:40px;
    background: url("../img/amp.png");
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
.pro-list li:hover .pro-img:after{
    position: absolute;
    left:130px;
    top:92px;
    opacity: 1;
}

/* 优势 */
.advantage{
    height:600px;
    background: #132f63 url("../img/adbg.jpg");
    padding:50px 0 30px
}

.advantage h1{
    font-size: 36px;
    font-weight: normal;
    color:white;
    text-align: center;
}
.advantage h2{
    font-size: 18px;
    color:rgba(255,255,255,0.5);
    text-align: center;
    text-transform: uppercase;
    line-height: 2em;
    margin: 10px 0;
}
.ad-list{
    margin-top: 46px;
    margin-right: -40px;
}
.ad-list li{
    width:270px;
    position: relative;
    float:left;
    margin-right: 40px;
}
.ad-img{
    width:270px;
    height:230px;
}
.ad-img img{
    width:270px;
    height:230px;
}
.ad-con{
    height:110px;
    background: white;
    padding:12px 15px;
    line-height: 1.8em;
}
.ad-tag{
    width:137px;
    height:45px;
    position: absolute;
    top:18px;
    left:-8px;
    background: url("../img/tag.png") center no-repeat;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 39px;
}

/* 案例 */
.case{
    padding-bottom: 60px;
}
.photo-list{
    margin-right: -30px;
    margin-top: -30px;
}
.photo-list:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.photo-list li{
    width:380px;
    margin-right: 30px;
    margin-top: 30px;
    float: left;
}
.photo-img{
    width:380px;
    height:285px;
    overflow: hidden;
}
.photo-img img{
    width:380px;
    height:285px;
    transition: all 0.3s ease-in-out;
}
.photo-name{
    height:50px;
    background: #f0f0f0;
    line-height: 50px;
    text-align: center;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
}
.photo-list li:hover .photo-img img{
    transform: scale(1.1);
}
.photo-list li:hover .photo-name{
    background: #132f63;
    color: white;
}

/* 关于我们 */
.aboutus{
    background: url("../img/grid.png");
}
.aboutus:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.aboutus .title{
    text-align: left;
}
.aboutus .title h1 span:before{
    visibility: hidden;
}
.aboutus .title h1 span{
    font-size: 60px;
}
.about-left{
    width:600px;
    float:left;
}
.about-left p{
    color: #666666;
    line-height: 2em;
    margin: -20px 0 30px;
}
.about-left a{
    width:130px;
    height:45px;
    border:1px solid #132f63;
    display: block;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-family: "Times New Roman",Georgia,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #132f63;
    position: relative;
    transition: all 0.2s ease-in-out;

}
.about-left a:after{
    display: block;
    content: "";
    width:60px;
    height:3px;
    background:#fabb5a;
    position: absolute;
    right:-46px;
    top:21px;
}
.about-left a:hover{
    background: #132f63;
    color: white;
}
.about-img{
    width:520px;
    height:330px;
    float: right;
    margin:80px 0;
    position: relative;
    z-index: 10;
}
.about-img img{
    width:520px;
    height:330px;

}
.about-img:after{
    content: "";
    display: block;
    width:520px;
    height:330px;
    border:1px solid #132f63;
    position: absolute;
    bottom: -20px;
    right:-20px;
    z-index: -1;
}

/* 新闻 */
.news{
    height:300px;
    background: #132f63 url("../img/newsbg.jpg");
}
.news .title h1, .news .title h2{
    color:white;
}
.news-con{
    margin-top: 40px;
    height:600px;
    background: url("../img/grid.png");
    position: relative;
}
.news-con .container{
    background: white;
    height:590px;
    position: absolute;
    top:-60px;
    left: 50%;
    margin-left: -600px;
    padding-bottom: 35px;
}
.news-list li{
    width:550px;
    height:150px;
    float:left;
    margin-left: 35px;
    margin-top: 35px;
    overflow: hidden;
}
.news-img{
    width:220px;
    height:150px;
    float:left;
    overflow: hidden;
}
.news-img img{
    width:220px;
    height:150px;
    transition: all 0.3s ease-in-out;
}
.news-intro{
    width:310px;
    height:150px;
    float: right;
    padding-top: 5px;
}
.news-intro h2{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-intro span{
    display: block;
    font-size: 14px;
    color: #999999;
    vertical-align: top;
    margin:12px 0 10px;
}
.news-intro img{
    margin-right: 5px;
}
.news-intro p{
    font-size: 14px;
    color: #666666;
    line-height: 1.8em;
}
.news-list li:hover .news-img img{
    transform: scale(1.1);
}
.news-list li:hover{
    background: #f0f0f0;
}

/* 联系我们 */
.contact{
    height:500px;
    background: url("../img/grid.png");
    margin-top: 500px;
    padding-top: 50px;
}
.contact-map{
    float:left;
    width:600px;
}
.contact-con{
    width:550px;
    float: right;
    height:390px;
}
.contact-con .title{
    text-align: left;
    padding:0 0 5px;
}
.contact-con .title h1 span:before{
    visibility: hidden;
}
.contact-con .title h1 span{
    font-size: 60px;
}
.contact-con p{
    color: #666666;
    line-height: 1.8em;
    margin-bottom: 10px;
}
.ewm{
    width:120px;
    display: inline-block;
    margin-right: 40px;
    margin-top: 10px;
}
.ewm img{
    width:120px;
    height:120px;
}
.ewm h3{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    line-height: 2em;
    text-align: center;
}


/* 地图样式 */
#allmap {overflow: hidden;width: 100%;height:390px; }
#result {width:100%;font-size:12px; }
.BMapLib_bubble_content{ color:#191919;}
.BMapLib_bubble_content p{ color:#666;margin:2px 0; line-height:18px;font-size: 12px;}
.BMapLib_nav_tab li{font-size: 12px;}
.BMapLib_SearchInfoWindow .iw_bt{font-size: 12px;}
.BMap_cpyCtrl span {font-size: 12px;}
.BMapLib_SearchInfoWindow input{outline: none;}
#BMapLib_search_text0{height:24px;line-height: 24px;}

/* 友链 */
.links{
    height:90px;
    background: #132f63;
    padding: 17px 0;
}
.links .title{
    display: inline-block;
    text-align: left;
    padding: 0 0 0 20px;
    background: url("../img/links.png") left no-repeat;
    width:230px;
    height:56px;
    line-height: 56px;
}
.links .title h1{
    font-size: 24px;
    color: white;
}
.links a{
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    margin-right: 20px;
}
.links a:hover{
    color: rgba(255,255,255,1);
}

/* 版权 */
.copyright{
    height:50px;
    background: #051430;
    line-height: 50px;
}
.copyright .container{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.copyright .container span{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    float: right;
    margin-left: 20px;
}
.copyright .container span a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.copyright .container span a:hover{
    color: rgba(255,255,255,1);
}

/* 右侧客服 */
.floating_ck{position:fixed;right:0;top:50%;z-index: 777;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:rgba(160,160,160,0.9);margin:2px 0;text-align:center;background-repeat:no-repeat;background-position:center 20%;}
.floating_ck dl dd:hover{background-color:#fabb5a;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../img/right1.png);}
.words{background-image:url(../img/right2.png);}
.qrcord{background-image:url(../img/right3.png);}
.return{background-image:url(../img/right4.png); cursor: pointer;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;font-size: 14px;}
.floating_left{position:absolute;left:-200px;top:0;width:200px;height:80px;background-color:#fabb5a;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{width:160px;height:160px;top:-80px;left:-160px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:7px auto 0;background-size:100% 100%; }
.floating_left{color:#fff;line-height:80px;font-size: 24px;}
.consult a{
    display: block;
    width:80px;
    height:80px;
    position: absolute;
    top:0;
    left:0;
}
/* 客服结束 */


/* 内页大图 */
.in-ban{
    height:250px;
    padding:100px 0;
}
.in-ban .container h1{
    font-size: 36px;
    color: white;
    text-align: center;
}

/* 内页内容分类 */
.in-container{
    padding:80px 0 50px;
    background: url("../img/grid.png");
}
.con-left{
    width:210px;
    float:left;
}
.con-right{
    width:950px;
    float: right;
}
.common-class{
    margin-top: 10px;
}
.common-class li{
    width:210px;
    height:40px;
    background: white;
    border-radius:3px;
    margin-bottom:10px;
    overflow: hidden;
}
.common-class li a{
    padding-left:40px;
    display:block;
    width:210px;
    height:40px;
    border-radius:3px;
    line-height:40px;
    background: url("../img/xmfh1.png") 10px center no-repeat;
}
.common-class li a:hover{
    color:white;
    background: #132f63 url("../img/xmfh2.png") 10px center no-repeat;
}
.in-container .container:after{
    content: "";
    display: block;
    clear: both;
    height:0;
    visibility: hidden;
}
.con-title{
    height:80px;
    background: #132f63;
    color: white;
    font-size: 24px;
    text-align: center;
    line-height: 80px;
}
.con-title img{
    width: 28px;
    height:28px;
    display: inline-block;
    margin:26px 0;
}
.in-contact{
    margin-top: 10px;
    background: white;
    padding-bottom: 10px;
}
.in-contact-tel{
    height:80px;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
    padding-top: 17px;
    background: #132f63;
}
.in-contact-tel img{
    display: inline-block;
    width:45px;
    height:45px;
}
.in-contact-tel em{
    display: inline-block;
    height:45px;
}

.in-contact-tel em h2{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgba(255,255,255,0.7);
}
.in-contact-tel em h3{
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    color: white;
}
.in-contact p{
    font-size: 14px;
    line-height: 1.6em;
    margin:8px;
    color: #777777;
}
.in-ewm{
    width:150px;
    height:150px;
    display: block;
    margin:15px 30px;
}

/*页码*/
.page{
    margin:0 auto;
    clear: both;
    padding-top: 40px;
    text-align: center;
    font-size: 0;
}
.page a,.page  span{
    display: inline-block;
    height:30px;
    background: white;
    font-size: 12px;
    padding:0 12px;
    line-height: 30px;
    margin: 0 2px;
    border-radius: 2px;
}
.page .current, .page a:hover{
    background: #132f63;
    color: white;
}
/*内容页*/
.content{
    padding-bottom:30px;
}
/*内页新闻*/
.in-news-list{
    margin-top: -35px;
}
.in-news-list li{
    width: 950px;
    height:150px;
    float: none;
    margin-top: 35px;
    overflow: hidden;
    margin-left: 0;
}
.in-news-list li .news-intro{
    padding-top: 15px;
    width:710px;
}
.in-news-list li:hover{
    background: white;
}

/*详情页*/
.in-title{
    text-align: center;
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold;
}
.in-time{
    font-size: 12px;
    color:#b0b0b0;
    text-align: center;
    line-height: 3em;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 10px;
}
.detail{
    padding:20px 0;
}
.detail-next{
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    padding:10px 0;
    line-height: 30px;
}
.detail-next a{
    max-width: 45%;
    font-size: 14px;
    display: inline-block;
    color:#888;
}
.detail-next a:hover{
    color:#132f63;
}
.detail-next a:nth-child(1){
    float: left;
}
.detail-next a:nth-child(2){
    float: right;
}

/*分页*/
.pagebox{ display: block; overflow: hidden; text-align: center;  padding: 20px; }
#page{ overflow:hidden; text-align:center; clear:both; margin: 0 -3px; position: relative; display: inline-block;}
#page a,#page span{padding:0 13px; font-size:12px!important;  height:34px; line-height:34px; background-color:#fff; border:1px solid #ebebeb;margin:2px 3px; display:inline; float:left; color:#666;border-radius: 3px;}
#page span.active,#page a:hover{ background: #132f63; color:#fff; border-color: #132f63; }
#page span input{ width:25px; height:16px; border:1px solid #ebebeb; background:none; margin-top:8px; float:left; margin-right:5px; padding-left:3px;}
#page span.disabled{ color: #ddd; border-color: #ebebeb; cursor: not-allowed}