@charset='utf-8';

/* 首页公共 */
body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft YaHei", "SimSun", "SimHei", "PingFang SC", "Hiragino Sans GB", "Heiti SC", sans-serif !important;
}

ul,
li,
p,
h1,
h2,
h3,
dl,
dt,
dd,
input {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover {
    color: #00569b !important;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

.demo {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.clear {
    clear: both;
}

img {
    vertical-align: top;
    border: none;
}

input {
    font-family: "微軟正黑體", "Microsoft Yahei", "Hiragino Sans GB", "SimHei", "STHeiti" !important;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index-ban {
    display: none;
}

.pc-head-box {
    display: none;
}

.pg-ban {
    display: none;
}

.head-box {
    width: 100%;
    height: 4em;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0 5%;
}

.head-box .logo {
    width: 35%;
    height: 4em;
    float: left;
}

.loro {
    float: left;
    display: block;
    width: 120px;
    height: 100%;
}

.loro img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.head-box .logo img {
    height: 3em;
    margin-top: 0.5em;
}

.phoneicon {
    width: 2.75em;
    height: 1.875em;
    position: absolute;
    top: 1.125em;
    right: 5%;
    z-index: 9;
}

.phoneicon img {
    height: 1.875em;
    float: right;
    display: block;
}

.phoneicon img.phicon2 {
    display: none;
}

.phoneicon_h {
    width: 20%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
}

.phoneicon_h img.phicon1 {
    display: none;
}

.head-box #topBody {
    display: none;
}

.head-box .menu {
    width: 80%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    display: none;
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1)
}

.head-box .menu1>.layui-tab {
    display: none;
}

.head-box .layui-tab {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.head-box .layui-this:after {
    border: none !important;
    color: #104c89 !important;
}

.head-box .layui-tab .layui-tab-title {
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}

.head-box .layui-tab {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.head-box .layui-tab .layui-tab-title {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    z-index: 99999;
}

.head-box .layui-tab .layui-tab-title li {
    display: block !important;
    width: 90%;
    height: 11.1%;
    display: table !important;
    text-indent: 3em;
    border-bottom: solid 1px #eee;
    margin-left: 5%;
    padding: 0 !important;
    line-height: normal !important;
    text-align: left !important;
    color: #444;
}

.head-box .layui-tab .layui-tab-title li a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell !important;
    position: relative;
}

.head-box .layui-tab .layui-tab-title li span {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell !important;
    position: relative;
}

.submenu {
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fe5d02;
    overflow-y: auto;
    box-sizing: border-box;
    padding-top: 2.5em;
}

.submenu li {
    display: block !important;
    width: 90%;
    height: 4em;
    display: table !important;
    text-indent: 3em;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 0 auto;
    padding: 0 !important;
    line-height: normal !important;
    text-align: left !important;
    color: #444;
}

.submenu li a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: table-cell !important;
    position: relative;
    color: #fff;
}

.submenu li a:hover {
    color: #fff !important;
}

.layui-btn {
    padding: 0 !important;
    border-radius: 0 !important;
    width: 65% !important;
    background: url(../images/navblankicon.png) no-repeat left center #fe5d02 !important;
    position: fixed;
    top: 0;
    height: 2.5em;
    left: 5%;
    z-index: 9999999;
    opacity: 0;
}


.head-box-white {
    width: 100%;
    height: 4em;
}

/* 底部广告 */
.bottom-ban {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.bottom-ban img {
    width: 100%;
    height: auto;
}

/* 底部 */
.bottom-box {
    width: 95%;
    height: auto;
    padding: 2.5%;
    overflow: hidden;
}

.bottom_top {
    display: none;
}

.bottom-box .bottom-left {
    width: 100%;
    height: auto;
    font-size: 12px;
    box-sizing: border-box;
}

.bottom-box .bottom-left a {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #fff;
}

.bottom-box .bottom-left span {
    display: block;
    width: 100%;
    height: auto;
}

.bottom-box .bottom-right {
    display: none;
}