* {
    margin: 0px;
    padding: 0px;
    font-family: tahoma, arial;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img,
iframe {
    _display: block;
    display: block;
    border: 0;
    outline: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover {
    color:  #81258A;
}

input,
textarea,
button,
select {
    border: 0;
    outline: none;
    resize: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
}
input {
    background-color: transparent;
}
input[type='radio'] {
    width: 20px;
    height: 20px;

    border: 1px solid #333;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 50%;
    background: #fff;
    position: relative;
    background-color: #fff;
}
input[type='radio']:after {
    content: '';
    opacity: 1;
    width: 10px;
    height: 10px;
    z-index: 10;
    position: absolute;
    top: 4px;
    border-radius: 50%;
    left: 4px;
    background: #333;
}
input[type='radio']:checked {
    border: 1px solid  #81258A;
    position: relative;
}
input[type='radio']:checked:after {
    border: 1px solid  #81258A;
    background:  #81258A;
}

input[type='checkbox'] {
    opacity: 1;
    width: 20px;
    height: 20px;
    z-index: 10;
    display: inline-block;
    vertical-align: text-top;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #333;
    background: #fff;
}
input[type='checkbox']:checked {
    border: 1px solid  #81258A;
    position: relative;
}
input[type='checkbox']:checked::after {
    content: '';
    top: 5px;
    left: 4px;
    position: absolute;
    border: solid 2px  #81258A;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg);
}
ol,
ul {
    list-style: none;
}

body {
    background: #fff;
}

.bg-f7 {
    background: #f7f7f7;
}
.clearfix {
    position: relative;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* .clearfix {
    *zoom: 1;
} */

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.text-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.elastic-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.elastic-box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.elastic {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
/* header */
.header-box {
    background: #fff;
    padding: 10px 0;
}
.header-top {
    justify-content: space-between;
}

.header-top .head-logo {
/*     width: 216px; */
    height: 50px;
    margin-right: 40px;
}
.header-top .head-logo img {
    width: 100%;
    height: 100%;
}
.header-nav {
    flex: 1;
}
.header-nav li {
    flex: 1;
    text-align: center;
}
.header-nav li a {
    color: #333;
    padding: 15px;
    font-size: 18px;
    position: relative;
}
.header-nav li a.elastic-box {
    padding: 0 15px;
}
.header-nav li.active a {
    color:  #81258A;
}
.header-nav li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40px;
    height: 4px;
    border-radius: 6px;
    margin: auto;
    background:  #81258A;
}
.header-nav li img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
/* footer */
.footer {
    background: #000000;
    padding: 30px 0;
}
.footer-text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
}
.footer-text span {
    margin: 0 10px;
}
.footer-text a{
    color: #81258A;
}
.footer-text a:hover{
    color: #81258A;
}
/* footer-end */
/* banner */

#main {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}
#main .box {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
}
#main .box img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    object-fit: cover;
}

#main .page {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
}
#main .page a {
    display: inline-block;
    width: 30px;
    height: 6px;
    margin: 0px 10px;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    opacity: 0.6;
}
#main .page a.active {
    opacity: 1;
}
/* banner-end */
.icon-ul {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.icon-ul li {
    
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}
.icon-ul li img {
   border-radius: 30px; 
    width:88px;
    height: 88px;
    margin: auto;
}
.icon-ul li h2 {
    font-size: 18px;
    margin: 20px 0 5px;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
    font-weight: normal;
    color: #333;
}
.icon-ul li p {
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}
/* 内容区 */
.cury-pad {
    padding: 40px 0;
}
.cont-title {
    color: #333;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
}
/*  关于我们*/
.gywm-box {
    display: flex;
}
.gywm-lef {
    margin-right: 50px;
    flex: 1;
}
.gywm-lef h2 {
    font-size: 60px;
    text-align: right;
    margin-bottom: 50px;
    font-style: oblique;
    line-height: 70px;
    letter-spacing: 10px;
}
.gywm-lef h2:first-letter {
    color:  #81258A;
}
.gywm-lef h6 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 20px;
}
.gywm-lef p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}
.gywm-rig img {
    width: 600px;
    height: 500px;
    object-fit: cover;
}
/*  关于我们-end*/

/*  我们的产品*/
.cplb-ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.cplb-ul li {
    width: 50%;
    margin-bottom: 20px;
   
}
.cplb-ul li .cplb-list {
    margin: 0 15px;
    color: #666;
    box-shadow: 0 0 10px #ddd;
    font-size: 13px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}
.cplb-ul li img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  
}
.cplb-ul li .cplb-text {
    padding: 20px 30px;
    background: #fafafa;
}
.cplb-ul li h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
}
.cplb-ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #727272;
    line-height: 26px;
    font-size: 15px;
    text-align: center;
}
.ny-cpfl {
    margin: 0 -10px;
}
.ny-cpfl li{
    width: 25%;
}
.ny-cpfl li .cplb-list{
margin: 0 10px;
}
.ny-cpfl li .cplb-text{
    padding: 20px;
}
.ny-cpfl li img{
    height: 230px;
}
/*  我们的产品-end*/

/*  我们的业务*/

.wdys-ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.wdys-ul li {
    width: 25%;
    margin-bottom: 20px;
    height: 285px;
}
.wdys-ul li .wdys-list {
    margin: 0 10px;
    background:  #81258A;
    color: #fff;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    letter-spacing: 5px;
    padding: 90px 0;
    box-sizing: border-box;
    /* border-radius: 100%; */
}
.wdys-ul li .wdys-list h2 {
    /* font-size: 22px;
    height: 72px;
    font-weight: normal;
    padding-top: 40px;
    box-sizing: content-box;
    overflow: hidden;
    line-height: 36px;
    padding: 40px 30px 0;
    margin-bottom: 30px; */

    font-size: 30px;
    font-weight: normal;
    box-sizing: content-box;
    overflow: hidden;
    line-height: 100px;
}
.wdys-ul li .wdys-list p {
    padding: 0 30px;
    font-size: 18px;
    line-height: 28px;
}
.wdys-ul li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: auto;
    /* border-radius: 100%; */
    filter:brightness(0) invert(1);
}
/*  我们的业务-end*/

/*  联系我们*/
.lxwm-box {
    background: #fff;
    padding: 50px;
    box-shadow: 0 0 10px #ddd;
    position: relative;
    margin-top: -50px;
    margin-bottom: 50px;
}
.lxwm-cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lxwm-lef li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin-top: 40px;
}
.lxwm-lef li span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    margin-right: 15px;
    background:  #81258A;
}
.lxwm-lef li span img {
    width: 26px;
    height: 26px;
    margin: 12px;
    transition: transform 0.4s ease-out;
}
.lxwm-lef li span:hover img {
    transform: rotate(360deg);
}
.lxwm-rig {
    display: flex;
    align-items: center;
}
.lxwm-rig-img {
    margin-left: 20px;
    color: #333;
    text-align: center;
    font-size: 16px;
}
.lxwm-rig-img img {
    width: 200px;
    height: 200px;
    margin: auto;
 }
/*  联系我们-end*/
.ysxy-text{
    width:200px;
    color:  #81258A;
    border: 1px solid  #81258A;
    text-align: center;
    display: block;
    padding: 15px;
    margin: 30px auto;
    border-radius: 30px;
}
/* 兼容手机站 */
@media screen and (max-device-width: 480px) {
    .w-1200 {
        width: 100%;
    }
}
