@charset "utf-8";
html {
    box-sizing: border-box;
    /* font-size: 10px; */
}


/* *, *:before, *:after {
    box-sizing: inherit;
} */

body {
    /* font-size: 1.6rem; */
    font-family: Microsoft YaHei, Heiti SC, pingFangSC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    background-color: #ffffff !important;
}


/* 初始化标签 */

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-weight: normal;
    vertical-align: baseline; */
}


/* 清除列表的默认风格 */

ul,
ol,
dl {
    list-style: none;
}


/* 表单相关的元素 */

button,
input,
fieldset,
img,
textarea {
    border: none;
    margin: 0;
    padding: 0;
    /* 清除外边线 */
    outline: none;
}


/* 超链接 */

a {
    text-decoration: none;
}


/* h家族 */

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
    font-weight: normal;
    color: #025455;
}


/* 浮动 */

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 清除浮动 */

.clearfix::before,
.clearfix::after {
    content: '';
    display: table;
    clear: both;
}


/* 版心 */

.w {
    width: 1190px;
    margin: 0 auto;
}


/* 水平对齐方式 */

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}


/* 页面通用颜色 */

.color {
    color: #2b80ff;
}


/* 清除em属性 */

i em {
    font-style: normal;
    /* text-decoration: none; */
}


/**************   导航栏 start  ************** */


/* 上面 */

.nav_top {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 上面左边 */

.nav_top li:nth-of-type(1) img {
    width: 200px;
    height: 60px;
}


/* 上面中间搜索框 */

.middle_search form {
    width: 380px;
    height: 44px;
    background-color: #ffffff;
}

.middle_search form .search_box {
    width: 300px;
    height: 42px;
    border: 1px solid #017171;
    padding-left: 20px;
}

.middle_search form .search_box::placeholder {
    font-size: 14px;
    color: #999999;
}

.middle_search form .search_box:focus {
    border: 1px solid #017171;
}

.middle_search form .search_submit {
    width: 80px;
    height: 44px;
    background-color: #017171;
    border: none;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
}

.middle_search form .search_submit:hover,
.middle_search img:hover {
    cursor: pointer;
}

.middle_search img {
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    left: 29px;
    top: 11px;
}


/* 上面右边 */

.nav_top li:nth-of-type(3) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_top li:nth-of-type(3) img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav_top li:nth-of-type(3) p {
    color: #666666;
    font-weight: 600;
}


/* 下面 */

.nav_bottom {
    width: 100%;
    height: 46px;
    background: linear-gradient(to top, #014041 0%, #028a89 100%);
}

.nav_bottom ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav_bottom ul li {
    width: 18%;
    text-align: center;
}

.nav_bottom ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #ffffff;
    /* background-color: blueviolet; */
}

.nav_bottom ul li a:hover {
    font-weight: bold;
    background-color: rgba(10, 62, 61, 0.8);
}


/**************   导航栏 end  ************** */


/************** 24小时服务热线 start **************/

.hour {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    background: url(../images/footer.png);
    background-size: cover;
    overflow: hidden;
}

.hour_zi {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 50px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.hour_call {
    width: 170px;
    margin: 0 auto;
    margin-top: 10px;
    padding-bottom: 2%;
}

.hour_call img {
    width: 100%;
}


/************** 24小时服务热线 end **************/


/***************** 底部 start *****************/

.bt {
    /* height: 450px; */
    background: url(../images/bottom_bg.png) no-repeat;
    padding-top: 100px;
    width: 100%;
    display: inline-block;
}

.bt .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bt_left {
    width: 30%;
}


/********* 底部右边 *********/

.bt_right {
    width: 70%;
}


/* 右边上面 */

.bt_right_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

.bt_right_top li a {
    color: #ffffff;
}

.bt_right_top li a:hover {
    color: #005f5f;
}


/* 右边下面 */

.bt_right_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0;
}

.bt_right_bottom li {
    width: 25%;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/

}

.bt_right_bottom li>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.bt_right_bottom li>p {
    color: #ffffff;

    height: 40px;
}

.bt_right_bottom li>div>div {
    margin-left: 10px;
}

.bt_right_bottom li>div>div p {
    color: #ffffff;
}


/* 最底部 */

.wb {
    width: 100%;
    /* height: 78px; */
    text-align: center;
    line-height: 60px;
    border-top: 1px solid #ffffff;
}

.wb span {
    color: #ffffff;
    font-size: 14px;
}

.wb a {
    color: #ffffff;
    font-size: 14px;
}

/* 分页样式 */
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom;margin-top:50px;margin-bottom:30px;}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;float:left;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/
/***************** 底部 end *****************/