﻿body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "微软雅黑";
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0px;
   /*  display: block; */
}

input {
    outline: none;
}

button {
    outline: none;
}


/*设置浮动和清除浮动*/
.fix {
    *zoom: 1;
    *clear: both;
}

.fix::before, .fix::after {
    display: table;
    clear: both;
    content: '';
}
.fl {
    float: left;
}

.fr {
    float: right;
}
.wrap{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.elps{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 头部 */
.head_top{
    width:100%;
    height:36px;
    line-height: 36px;
    background:#f5f5f5;
}
.head_top p{
    float: left;
    font-size:14px;
    color:#676767;
}
.part_one{
    margin-left: 14px;
}
.part_one img{
    display: inline;
}
.part_one span{
    padding-left: 8px;
    font-size:14px;
    color:#676767;
}
.head_middle{
    padding:16px 0;
}
.logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.middle_rt{
    display: flex;
    align-items: center;
}
.search_box {
    margin-right: 66px;
}
.search_box input{
    display: block;
    float: left;
}
.search_txt{
    width: 360px;
    height: 40px;
    padding:0 11px;
    border:1px solid #CFCFCF;
}
.sub_btn{
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    background: #0B8FAC;
    border:none;
    cursor: pointer;
}
.sub_btn:hover{
    background:#0386a2;
}
.wx_gzh p{
    float: right;
    margin-left:12px;
    margin-top: 8px;
    font-size:14px;
    color:#676767;
}
.nav{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0B8FAC;
}
.nav_list li{
    position: relative;
    display: block;
    float: left;
    width: 9.09%;
    height: auto;
    text-align: center;
}
.nav_list li .list_item{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color:#fff;
}
.nav_list li .list_item::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.2);
    box-shadow: 0 0 1px #fff;
}
.nav_list li:last-child .list_item::after{
    content:'';
    position: absolute;
    top:0;
    right:0;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.2);
    box-shadow: 0 0 1px #fff;
}
.nav_list li .list_item:hover{
    background: #01809c;
}
.secnav_list{
    display: none;
    position: absolute;
    top:50px;
    left:0;
    width: 100%;
    height: auto;
    z-index: 999;
    background: rgba(255,255,255,.8);
}
.secnav_list a{
    display: block;
    font-size: 16px;
    color:#0B8FAC;
}
.secnav_list a::before{
    width: 0;
}
.secnav_list a:hover{
    color:#fff;
    background: #0B8FAC;
}
/* 内页banner */
.inline_banner{
    width: 100%;
    height: auto;
}
.inline_banner img{
    width: 100%;
    height: auto;
}
/* 快捷通道 */
.quick_aisle{
    width: 26.6%;
}
.inline_aisle{
    width: 100%;
}
.quick_aisle h2{
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding:0 20px;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
    background:#0B8FAC;
}
.aisle_list{
    width: 100%;
    height: auto;
    padding: 10px 27px;
    border:1px solid #E5E5E5;
}
.inline_aisle .aisle_list{
    padding: 0 9px;
}
.aisle_list li{
    float: left;
    width:100px;
    height: 100px;
    margin:15px;
    border:1px solid #EBEBEB;
}
.aisle_list li a{
    display: block;
    text-align: center;
}
.aisle_list li a:hover{
    opacity: .6;
}
.it_img{
    margin-top: 19px;
    margin-bottom: 5px;
    height: 46px;
}
.it_img img{
   display: inline;
   vertical-align: middle;
}
.aisle_list li a p{
    font-size: 14px;
    color:#9A9A9A;
    text-align: center;
}
/* 底部 */
.footer{
    width: 100%;
    height: auto;
}
.ft_top{
    width: 100%;
    height: auto;
    padding-top: 45px;
    padding-bottom: 51px;
    background: #0B8FAC;
}
.contact{
    width: 245px;
    height: 180px;
    margin-right: 50px;
}
.contact h4{
    line-height: 16px;
    padding-bottom: 25px;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
}
.cont_phone label{
    float: left;
}
.cont_phone label,.phone_list span{
    line-height: 14px;
    font-size: 14px;
    color:#fff;
}
.phone_list span{
    display: block;
    padding-bottom: 6px;
}
.contact p{
    padding-top: 14px;
    line-height: 24px;
    font-size: 14px;
    color:#fff;
}
.website_map{
    width: 60%;
    border-left:1px solid rgba(255,255,255,.2);
}
.web_list{
    padding:0 25px;
}
.web_list li{
    float: left;
    padding:0 25px;
}
.web_list li h3{
    line-height: 16px;
    padding-bottom: 12px;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
}
.web_list li a{
    line-height: 38px;
    display: block;
    font-size: 14px;
    color:#fff;
}
.web_list li a:hover{
    opacity: .6;
}
.attenention h3{
    line-height: 16px;
    padding-bottom: 20px;
    font-size: 16px;
    color:#fff;
    font-weight: normal;
    text-align: center;
}
.attenention img{
    width: 140px;
    height: 140px;
}
.ft_btm{
    width: 100%;
    height: auto;
    background: #0e749c;
}
.ft_btm p{
    line-height: 60px;
    font-size: 14px;
    color:#fff;
    text-align: center;
}

.card_intro_list {
    padding:0 7%;
}
.card_intro_list li{
    float: left;
    width: 48%;
    line-height: 30px;
    margin-right: 4%;
    font-size: 14px;
    color:#fff;
    list-style-type: disc;
}
.card_intro_list li:nth-child(2n){
    margin-right: 0;
}
/* 详情页 */
.container_box{
    padding-top: 30px;
    padding-bottom: 60px;
}
.rt_container{
    width: 890px;
    height: auto;
}
/* 侧边栏导航 */
.sub_menu{
    width: 280px;
    height: auto;
}
.big_tit{
    width: 100%;
    height: auto;
    padding:28px 32px;
    background: #0B8FAC;
}
.big_tit h4{
    font-size: 18px;
    color:#fff;
    font-weight: normal;
}
.big_tit h5{
    font-size: 14px;
    color:#fff;
    font-weight: normal;
}
.sec_nav{
    margin-bottom: 30px;
}
.sec_list{
    width: 100%;
    height: auto;
}
.sec_list li{
    width: 100%;
    height: 48px;
    line-height: 48px;
    margin-top: 4px;
}
.sec_list li a{
    display: block;
    width: 100%;
    height: auto;
    padding-left:40px;
    font-size: 16px;
    color:#333;
    background: #F4F7F7;
    transition: all .5s;
}
.sec_list li a:hover,.sec_list li a.active{
    position: relative;
    color:#0B8FAC;
    background: #fff;
    transition: all .5s;
}
.sec_list li a:hover::before,.sec_list li a.active::before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 6px;
    height: 100%;
    background: #0B8FAC;
    transition: all .5s;
}   
.sec_list li a:hover::after,.sec_list li a.active::after{
    content:'';
    position: absolute;
    top:50%;
    right:21px;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    background: url('../images/arrow.png') no-repeat;
    transition: all .5s;
}
/* 面包屑导航 */
.bread_menu{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    padding-right: 20px;
    margin-bottom: 20px;
    background: #F4F7F7;
}
.bread_menu h3{
    float: left;
    font-size: 18px;
    color:#0B8FAC;
    font-weight: normal;
}
.bd_menu{
    font-size: 14px;
    color:#9A9A9A;
}
.bd_menu a:hover{
    color:#0B8FAC;
}