html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}

fieldset, img, input, button {             /*fieldset组合表单中的相关元素*/
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;                /*清除列表风格*/
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体";
}

select, input {
    vertical-align: middle;
}

select, input, textarea {
    font-size: 12px;
    margin: 0;
}

textarea {
    resize: none;
}

/*防止多行文本框拖动*/
img {
    border: 0;
    vertical-align: middle;
}

/*  去掉图片低测默认的3像素空白缝隙*/
table {
    border-collapse: collapse;            /*合并外边线*/
}


body {
    font: 12px/150%  "Microsoft YaHei",Arial, Verdana, "\5b8b\4f53";    /*宋体，Unicode，统一码*/
    color: #666;
    background: #fff
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}
a {
    color: #666;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
 
.f{
    display: flex;
    -js-display: flex;
}
.fd{
    display: flex;
    align-items: center;
}
.fcc{
    display: flex;
    justify-content: center;
    align-items: center;
}
.fs{
    display: flex;
    justify-content: space-between;
}
.fsc{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fds{
    display: flex;
    justify-content: flex-end;
    align-items: center; 
}
.layui-carousel-ind ul {
    background-color: rgba(0,0,0,.0) !important; 
    
}

/* 头部导航 */
.index-top{
    width: 100%;
    padding:6px 0px;
    background-color:#f3f2f8;
    box-sizing: border-box;
}
.index-top .header-left{
    font-size: 14px;
}
.index-top .header-left-info{
    color: #848484;
}
.index-top .header-left .login-register{
    display: inline-block;
    width:130px;
    height:28px;
    text-align: center;
    line-height: 28px;
    color: #ffffff;
    background-color:#2ad2c5;
    border-radius: 20px;
    margin-left: 12px;
}
.index-top .header-left .login-register .user-icon{
    width:24px;
    height: 24px;
    vertical-align: middle;
}
.index-top .header-right{
    text-align: right;
    font-size: 14px;
    justify-content: flex-end;
}
.index-top .header-right .header-right-list{
    color: #848484;
}
.index-top .header-right .header-right-list a{
    display: inline-block;
    margin-right: 14px;
    position: relative;
}
.index-top .header-right .header-right-list a::after{
    content:"";
    position: absolute;
    top:18%;
    right: -6px;
    width:1px;
    height:64%;
    background-color:#848484;
}
.index-top .header-right .header-right-list a:last-of-type:after{
    width:0px;
    height:0px;
    background-color:#848484;
}
.index-top .header-right .phone{
    height:28px;
    line-height: 28px;
    font-weight: bold;
    font-size:14px;
    color: #1e283c;
    margin-left:6px;
}
.index-top .header-right .phone .phone-icon{
    width:24px;
    height: 24px;
    vertical-align: middle;
}
/* 导航部分 */
.index-header{
    width: 100%;
    padding:30px 0px;
    background-color: #ffffff;
}
.index-header .nav-wrap .layui-nav {
    padding:0px;
    background-color:#ffffff;
    color: #808080 !important;
}
.index-header .nav-wrap .layui-nav .layui-nav-item:last-of-type a{
    padding-right:0px !important;
}
.index-header .logo-wrap{
    position: relative;
    top: -4px;
}
.index-header .logo-iconwrap{
    width:220px;
    height: 50px;
    margin-right:20px;
}
.index-header .logo-icon{
    width:220px;
    height: 50px;
    vertical-align: middle;
}
.index-header .nav-wrap{
    justify-content:flex-end;
}
.index-header .nav-wrap .layui-nav .layui-nav-item a {
    font-size: 16px;
    color: #8e8e8e;
}  
.index-header .layui-nav .layui-this:after,.layui-nav-bar {
    height:0px !important;
}
.index-header .layui-nav .layui-nav-item a:hover, .index-header .layui-nav .layui-this a {
    color: #2ad2c5 !important;
}
.index-header .logo-info .logo-info-text{
    font-size: 14px;
    color: #1d2d3a;
}

/* 底部 */
.footer{
    width: 100%;
}
.footer .footer-nav{
    width: 100%;
    background-color:#26bdb2;
}
.footer .footer-nav .quick-nav-lists{
    width: 100%;
    padding:90px 20px 60px 20px;
    box-sizing: border-box;
}
.footer .footer-nav .quick-nav-list{
    text-align: left;
}
.footer .footer-nav .quick-nav-list .quick-nav-title{
    width: 100%;
    font-size: 22px;
    color: #ffffff;
    padding-bottom:16px;
    position: relative;
}
.footer .footer-nav .quick-nav-list .quick-nav-title::after{
    content:'';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width:80px;
    height:2px;
    background-color:#ffffff;
}
.footer .footer-nav .quick-nav-content {
    width: 100%;
    min-width:30%;
    margin-top:45px;
}
.footer .footer-nav .quick-nav-content p{
    line-height: 1.5;
    font-size:15px;
    color: #ffffff;
    margin-bottom:14px;
}
.footer .footer-nav .quick-nav-content p .foot-icon{
    width:20px;
    height: 20px;
    vertical-align: middle;
    margin-right:12px;
}
 
.footer .footer-nav .quick-nav-content .quick-content-list{
    width:90px;
    margin-right: 30px;
}
.footer .footer-nav .quick-nav-content .quick-content-list:last-of-type{
    margin-right: 0px;
}
.footer .footer-nav .quick-nav-content .quick-content-list a{
    display: block;
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 14px;
}
.footer .footer-nav .quick-nav-content .quick-content-list a .foot-arrow{
    width:20px;
    height:20px;
    vertical-align: middle;
    margin-right:2px;
}
.footer .footer-nav .quick-nav-content .quick-content-list a:last-of-type{
    margin-bottom: 0px;
}
.footer-copyright{
    padding: 24px 0px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color:#2ad2c5;
}
.footer-copyright span{
    color: #a15858;
    margin-left: 2px;
}
/* 平板 */
@media screen and (min-width: 750px) and (max-width:1200px) {
    .index-header .nav-wrap{
        justify-content:flex-start;
        margin-top: 10px;
    }
    .footer .footer-nav .quick-nav-lists{
        padding:90px 0px 60px 0px;
    }
    .footer .footer-nav .quick-nav-content .quick-content-list {
        margin-right:10px;
    }
}
/* 手机端 */
@media screen and (max-width: 750px){
    .index-header {
        padding:24px 0px 0px 0px;
    }
    .nav-wrap .layui-nav{
        /*white-space: nowrap;*/
        /*overflow-x: scroll;*/
    }
    ::-webkit-scrollbar{
        width: 0px !important;
    }
    .nav-wrap .layui-nav .layui-nav-item {
        width: auto !important;
        line-height:40px;
    }
    .index-top .header-right{
       justify-content: flex-start;
       margin-top: 4px;
    }
    .footer .footer-nav .quick-nav-lists {
        width: 100%;
        padding: 90px 0px 60px 0px;
        display: block;
    }
    .footer .footer-nav .quick-nav-list {
        margin-bottom:20px;
    }
    .footer-copyright {
        font-size: 14px;
    }
    .header-right-list{
        text-align: left;
        width: 70%;
    }
    .phone{
        width: 40%;
    }
}
  
 