body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
a {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none !important;
    font-weight: revert;
}

* {
    margin: 0;
    padding: 0
}

body {
    min-width: 1200px;
    /* background-color: #fafafa; */
}

[v-cloak] {
    display: none!important;
}

html,
body,
ul,
li {
    margin: 0;
    padding: 0
}

a {
    text-decoration: none;
    color: #555
}

ul,
li,
ol {
    list-style: none
}

input:focus,
textarea:focus {
    outline: none
}

.ms-banner {
    height: 337px
}

.ms-banner img {
    width: 100%;
    height: 100%
}

.flexslider {
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    height: 440px;
    overflow: hidden;
    zoom: 1
}

.flexslider .slides li {
    width: 100%;
    height: 100%
}

.flexslider .slides a img {
    width: 100%;
    height: 337px;
    display: block
}

.flexslider .flex-direction-nav {
    width: 100%;
    bottom: 10px;
    text-align: center
}

.flexslider .flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px
}

.flexslider .flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 10px
}

.flexslider .flex-direction-nav .flex-prev {
    left: 10px
}

.flexslider .flex-direction-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flexslider:hover .flex-next {
    opacity: .8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-prev {
    opacity: .8;
    filter: alpha(opacity=25)
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50)
}


/* 。。。。。。。。。。。。。。。。头部。。。。。。。。。。。。。。。。*/


/* 搜索框 */

.header {
    width: 100%;
    height: 0px;
    opacity: 0;
    transition: opacity 400ms;
    position: relative;
    z-index: 99;
}

.header.active {
    height: 60px;
    opacity: 1;
}

.headmain {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.headmain .topheadcover {
    display: none;
    width: 100%;
    height: 200px;
    background-color: #fff;
    box-shadow: 0 10px 10px -1px #ececec;
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .7);
}

.headmain .topheadcover.active {
    display: block;
}

.headmain-content {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.headmain-content .logo {
    display: flex;
    align-items: center;
}

.hader-static-one-content-left .logo {
    display: flex;
    align-items: center;
}

.headserchs {
    display: flex;
    align-items: center;
}

.searchtext {
    display: flex;
    height: 60px;
}

.searchtext>li {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.searchtext>li:hover>a {
    color: #2caeff;
}

.searchtext>li.active>a {
    color: #2caeff;
}

.searchtext>li.active::after {
    content: "";
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #2caeff;
    bottom: 0;
}

.searchtext>li a {
    color: #333;
}

.searchtext>li ul {
    padding: 10px 0;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 60px;
    left: -10px;
    z-index: 101;
    background-color: #fff;
}

.searchtext>li ul.active {
    display: block;
}

.searchtext>li ul li {
    padding: 10px 20px;
}

.searchtext>li ul li a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.searchtext>li ul li a:hover {
    color: #45aaff;
}

.input-box {
    width: 178px;
    height: 36px;
    border: 2px solid #2caeff;
    display: flex;
    box-sizing: border-box;
    margin: 12px 0;
}

.searchinput {
    width: 119px;
    height: 32px;
    background-color: #fff;
    outline: none;
    border: 0;
    padding-left: 4px;
}

.searchinput:focus {
    border: none;
}

.searchsubmit {
    flex: 1;
    height: 32px;
    background-color: #2caeff;
    color: #fff;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* 公共头部 */

.hader-static {
    position: relative;
    z-index: 999;
    width: 100%;
    background-color: #fcf9fc;
}

.hader-static-one {
    width: 100%;
    height: 85px;
    background-color: #fff;
    margin-bottom: 15px;
}

.hader-static-one-content {
    width: 1200px;
    height: 85px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.hader-static-one-content-right {
    flex: 1;
    padding-top: 20px;
    margin-left: 17px;
}

.hader-static-one-content-right-top {
    display: flex;
    align-items: center;
}

.hader-static-one-content-right-top-input-box {
    width: 662px;
    height: 37px;
    box-sizing: border-box;
    display: flex;
}

.hader-static-one-content-right-top-searchinput {
    width: 568px;
    height: 37px;
    line-height: 37px;
    padding-left: 15px;
    background-color: #fff;
    border: 2px solid #2caeff;
    outline: none;
    box-sizing: border-box;
}

.hader-static-one-content-right-top-searchsubmit {
    display: block;
    flex: 1;
    height: 37px;
    background-color: #2caeff;
    line-height: 37px;
    text-align: center;
    color: #fff;
}

.hader-static-one-content-right-top-phone {
    font-size: 20px;
    color: #00c2ff;
    margin-left: 27px;
}

.hader-static-one-content-right-top-phone .icon {
    font-size: 24px;
    margin-right: 4px;
}

.hader-static-one-content-right-bottom {
    display: flex;
    align-items: center;
    color: #999;
    font-size: 12px;
    margin-top: 7px;
}

.hader-static-one-content-right-bottom-item {
    margin-right: 20px;
}

.hader-static-one-content-right-bottom a {
    color: #999;
}

.hader-static-twobox {
    width: 100%;
    background-color: #00c2ff;
    position: relative;
}

.hader-static-twobox .covernav {
    display: none;
    width: 100%;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 0 20px #eceaea;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
}

.hader-static-twobox .covernav.active {
    display: block;
}

.hader-static-twoboxindex {
    width: 100%;
    position: relative;
}

.hader-static-twoboxindex .covernav {
    display: none;
    width: 100%;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 10px 10px -1px #ececec;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    background: rgba(255, 255, 255, .7);
}

.hader-static-twoboxindex .covernav.active {
    display: block;
}

.hader-static-two {
    background-color: #00c2ff;
    color: #fff;
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    display: flex;
}

.hader-static-two-item {
    text-align: center;
    font-size: 18px;
    height: 50px;
    position: relative;
    padding: 0px 20px;
}

.hader-static-two-item:hover {
    background-color: #45aaff;
}

.hader-static-two-item>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #fff;
}

.hader-static-two-item>a:hover {
    color: #fff;
}

.hader-static-two-item.active {
    background-color: #45aaff;
}

.hader-static-two-item ul {
    padding: 10px 20px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    backdrop-filter: saturate(180%) blur(6px);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 101;
}

.hader-static-two-item ul.active {
    display: block;
}

.hader-static-two-item ul li {
    width: 100%;
    padding: 10px;
}

.hader-static-two-item ul li a {
    display: block;
    font-size: 16px;
    color: #333;
    text-align: left;
    white-space: nowrap;
}

.hader-static-two-item ul li a:hover {
    color: #45aaff;
}

.headmain {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: saturate(180%) blur(6px);
}


/* 公共大标题 */

.titlebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 50px 0 0 0;
    width: auto!important;
}

.titlebox .line {
    display: block;
    width: 29px;
    height: 2px;
    background: #999999;
    margin: 0 20px;
}

.titlebox h1 {
    font-size: 35px;
    color: #333333;
}


/* 。。。。。。。。。。。。。。。。脚部。。。。。。。。。。。。。。。。 */

.ms-footer {
    width: 100%;
    height: 300px;
    background: url(../img/footer_bgc.jpg);
    background-size: 100% 100%;
}

.footmain {
    width: 1200px;
    height: 240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footmain .footbox1 {
    width: 95px;
    height: 100px;
}

.footmain .footbox2 {
    width: 240px;
    overflow: hidden;
    text-align: center;
}

.footmain .footbox2 h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.footmain .footbox2 .jytype {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footmain .footbox2 .jytype p {
    font-size: 14px;
    color: #fff;
}

.footmain .footbox3 {
    width: 124px;
    overflow: hidden;
}

.footmain .footbox3 img {
    width: 124px;
    height: 124px;
}

.footmain .footbox3 p {
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    text-align: center;
}

.ms-footer h1 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.ms-but-disabled2,
.ms-but-disabled {
    opacity: .6 !important;
    cursor: no-drop !important
}

.ms-but-disabled:hover {
    background-color: #009aff !important
}

.ms-loading {
    text-align: center;
    height: 700px;
    line-height: 700px
}

.ms-loading img {
    width: 60px
}

.topbar-info {
    display: flex;
    align-items: center;
    float: right;
    color: white;
    text-align: right
}

.topbar-info a {
    height: 30px;
    line-height: 30px
}

.topbar-info a .loginImg {
    width: 30px !important;
    height: 30px !important;
    vertical-align: super;
    border-radius: 50%;
    padding: 0;
    margin-right: 12px;
    opacity: .9;
    cursor: pointer
}

.topbar-info a .loginImg:hover {
    opacity: 1
}

.topbar-info a .userName {
    line-height: 30px !important;
    margin-right: 12px;
    color: #fff;
    cursor: pointer;
    font-weight: 500
}

.topbar-info a .userName:hover {
    color: #ffb800
}

.topbar-info .quitLogin {
    color: #fff;
    height: 30px;
    line-height: 30px
}

.topbar-info .quitLogin:hover {
    color: #ffb800
}

.topbar-info .ms-userName {
    max-width: 110px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis
}


/* 公共样式 */

.whitebgc {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.greybgc {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
}

.greenbgc {
    width: 100%;
    background: #f1f9ff;
    overflow: hidden;
}

.wow {
    opacity: 0;
    transform: translateY(60px);
    transition: all 1s;
}

.show-animate {
    opacity: 1;
    transform: translateY(0);
}


/* 公共标题 */

h1.tit {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal;
}

h1.tit span {
    display: block;
    width: 118px;
    height: 4px;
    background: #f7ad00;
}

.martopbtom40 {
    margin: 40px 0;
}


/*# sourceMappingURL=./base.css.map */
/* 2024-5-11 panting zytb start */
.mainbox1180 {
    width: 1180px;
    margin: 0 auto;
}

.erjitit {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-top: 50px;
}

.erjitit span {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
}

.erjitit span:after {
    content: "";
    width: 50px;
    height: 4px;
    background-color: #07c160;
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
/* 2024-5-11 panting zytb end */

.ml-5{
	margin-left:5px;
}

.ml-10{
	margin-left:10px;
}

.mr-5{
	margin-right:5px;
}

.mr-10{
	margin-right:10px;
}

.mt-10 {
	margin-top:10px;
}

.mt-20 {
	margin-top:20px;
}

.mb-10 {
	margin-bottom:10px;
}

.mb-20 {
	margin-bottom:20px;
}

.font-20 {
	font-size:20px;
}

.color-fff{
	color:#fff;
}