a:hover {
    text-decoration: none;
}

h3,
p,
span {
    letter-spacing: 0.5px;
}

.link {
    position: relative;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.link ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.link ul li {
    float: left;
    margin: 0 50px;
}

.link ul li a {
    display: inline-block;
    text-decoration: none;
    color: #333;
}

.link ul li img {
    width: 80px;
}

.link ul li img.cur {
    opacity: 0.5;
}

.link ul li p {
    font-size: 14px;
    font-weight: bold;
}

.link ul li p.cur {
    color: #0071e3;
}

.box {
    position: relative;
    margin: 0px auto;
    overflow: hidden;
    padding: 0;
}

.box ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.box ul li {
    position: relative;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    overflow: hidden;
    width: 237px;
    height: 237px;
}

.box ul li.last {
    margin-right: 0px;
}

.box ul li img {
    width: 100%;
    transition: all .4s ease-in-out;
}

.box ul li .top {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 99;
}

.box ul li .title {
    color: #fff;
    font-size: 24px;
    display: inline-block;
    font-weight: bold;
    padding-left: 12px;
}

.box ul li .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.box ul li .bg .txt {
    display: inline-block;
    margin-top: 30px;
    margin-left: 12px;
}

.box ul li .bg img {
    position: absolute;
    left: 0;
}

.box ul li .bg h3 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    position: relative;
    z-index: 999;
    margin-bottom: 10px;
}

*/ .box ul li .bg p {
    width: 100%;
    position: relative;
    z-index: 999;
}

.box ul li .bg a {
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 999;
    padding: 5px 12px;
    font-size: 16px;
    text-align: center;
    transition: all .2s ease-in-out;
}

.box ul li .bg a.cur {
    background: #0071e3;
    border-radius: 18px;
}

.tip {
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.tip h3 {
    font-size: 24px;
    text-align: left;
}

.full {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

.industry {
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.industry .tab-contents {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.industry .tab-contents .tab-content {
    height: 320px;
    position: relative;
}

.industry .tab-contents .tab-content a {
    color: #000
}

.industry .tab-contents .tab-content a.more {
    color: #0071e3;
    position: absolute;
    bottom: 0;
    right: 0;
}

.industry .tab-contents .tab-content .fl {
    float: left;
    width: 36%;
    text-align: left;
    margin-right: 165px;
}

.industry .tab-contents .tab-content .fl img {
    width: 480px;
    border-radius: 10px;
}

.industry .tab-contents .tab-content .fr {
    float: left;
    width: 47%;
    padding: 70px 0
}

.industry .tab-contents .tab-content .fr h3 {
    color: #0071e3;
    font-size: 24px;
    margin-top: 10px;
    text-align: left;
    padding-left: 55px;
}

.industry .tab-contents .tab-content .fr p {
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
    line-height: 24px;
    padding-left: 55px;
}

.industry .tab-nav {
    list-style: none;
    margin: 10px 0;
    width: 100%;
    display: inline-block;
    padding: 0;
}

.industry .tab-nav li {
    float: left;
    margin-right: 9px;
}

.industry .tab-nav li a {
    display: block;
    margin-top: 20px;
}

.industry .tab-nav li img {
    width: 145px;
    height: 85px;
    opacity: 0.7;
    border-radius: 12px;
}

.industry .tab-nav li.active img {
    opacity: 1;
    width: 210px;
    height: 120px;
}

.industry .tab-nav li.active a {
    margin: 0;
}

.industry .tab-nav li.last {
    margin: 0;
}

.information {
    position: relative;
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.information .fl {
    float: left;
}

.information .fr {
    float: right;
}

.information img {
    width: 475px;
}

.fullnews {
    background-color: #f7f7f7;
    padding: 20px 0;
}

.news {
    position: relative;
    margin: 40px auto;
    overflow: hidden;
    text-align: center;
    padding: 0;
}

.news .fl {
    float: left;
    overflow: hidden;
    text-align: left;
    border-radius: 12px;
    background-color: #fff;
    width: 470px;
    height: 480px;
}

.news .fl img {
    width: 100%;
}

.news .fl .vr {
    display: block;
    height: 395px;
    margin-bottom: 15px;
}

.news .fl h3 {
    margin-top: 12px;
    margin-bottom: 20px;
    padding: 0px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.news .fl span {
    font-size: 12px;
    font-weight: normal;
    margin: 16px 0;
    color: #000;
    display: block;
    padding: 0 20px;
    line-height: 22px
}

.news .fl #case {
    margin: 0 20px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #fff;
    background-color: #0071e3;
    border-radius: 10px;
    transition: all .2s ease-in-out;
}



.news .fr {
    float: right;
    overflow: hidden;
    text-align: left;
    border-radius: 12px;
    background-color: #fff;
    width: 470px;
    height: 480px;
}

.news .fr ul {
    padding: 0;
    margin: 0;
    height: 395px;
}

.news .fr ul li {
    border-left: 4px solid #e1e1e1;
    padding-left: 15px;
    line-height: 24px;
    margin: 12px 20px;
    transition: all .2s ease-in-out;
}

.news .fr ul li:last-child {
    margin-bottom: 0;
}

.news .fr ul li:hover {
    border-left: 4px solid #007bff;
}

.news .fr ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
}

.news .fr ul li p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.news .fr ul li span {
    font-size: 12px;
    color: #666;
}

.news .fr a {
    margin: 0 20px;
    padding: 10px 20px;
    font-weight: bold;
    display: block;
    border-top: 2px solid #e1e1e1;
    color: #000;
    transition: all .2s ease-in-out;
}

.news .fr #news {
    margin: 0 20px;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: bold;
    display: block;
    color: #fff;
    background-color: #0071e3;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    border: none;
}

.main {
    margin: 10px auto;
}

.right_btn {
    position: fixed;
    top: 60%;
    right: -35px;
    height: 50px;
    width: 50px;
    background-color: blueviolet;
    color: #fff;
}

.flexslider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
    padding: 0;
}

.slides li img {
    display: block;
}

.slides li .page {
    position: absolute;
    right: 100px;
    bottom: 60%;
}

.slides li .page h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

.slides li .page h3.type1 {
    color: #00a0e9
}

.slides li .page p {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    margin-top: -15px
}

.slides li .page p.type1 {
    color: #62676e
}

.flex-control-nav {
    position: absolute;
    bottom: 5%;
    z-index: 2;
    padding: 0;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: #62676e;
    cursor: pointer;
    border-radius: 50%
}

.flex-control-nav .flex-active {
    background: #00a0e9;
}

/*背景层*/
    #popLayer {
        display: none;
        background-color: #000;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        opacity:0.6;
    }

    /*弹出层*/
    #popBox {
        display: none;
        background-color: #FFFFFF;
        z-index: 11;
        width: 525px;
        height: 435px;
        position:fixed;
        top:0;
        right:0;
        left:0;
        bottom:0;
        margin:auto;
        text-align: center;
    }
    /*关闭按钮*/
    #popBox .close{
        text-align: center;
        position: absolute;
        bottom: 30px;
        width: 100%;
    }

    #popBox .close a {
        text-decoration: none;
        background-color: #0075c2;
        cursor: pointer;
        padding: 10px 20px;
        border-radius: 10px;
        color: #fff;
        margin: 20px;
    }
    #popBox .close a.dis{
        cursor:default;
        pointer-events: none;
        background-color: #666;
    }

    #popBox .box{
        padding: 20px;
    }

    #popBox .box p{
        text-align: left;
        line-height: 28px;
        font-size: 14px;
            margin: 8px 0;
    }


/* 平板之类的宽度 1024 以下设备 */
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .swiper-container {
        margin-top: 90px;
    }

    .flexslider {
        margin-top: 90px;
    }

    .flex-control-nav {
        position: absolute;
        bottom: 5%;
        z-index: 2;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .flex-control-nav li {
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        *display: inline;
        zoom: 1;
    }

    .flex-control-nav a {
        display: inline-block;
        width: 14px;
        height: 14px;
        line-height: 40px;
        overflow: hidden;
        background: #62676e;
        cursor: pointer;
        border-radius: 50%
    }

    .flex-control-nav .flex-active {
        background: #00a0e9;
    }

    .slides li .page {
        right: 20px;
        bottom: 30%;
    }

    .slides li .page h3 {
        font-size: 28px;
    }

    .slides li .page p {
        font-size: 20px;
        margin-top: -5px;
    }

    .link {
        margin: 5px auto;
    }

    .link ul li {
        width: 18%;
        margin: 10px 1%;
        padding: 5px 0;
    }

    .link ul li p {
        font-size: 12px;
        margin-top: 0;
    }

    .link ul li img {
        width: 50%;
    }

    .link ul li:nth-child(5) {
        margin-right: 0;
    }

    .box {
        padding: 0 10px;
    }

    .box ul {
        width: 100%;
        display: inline-block;
    }

    .box ul li {
        margin: 10px 3px;
        width: 48%;
        height: auto;
    }

    .box ul li:nth-child(even) {
        float: right;
    }

    .box ul li.last {
        margin: 10px 3px;
    }

    .box ul li img {
        width: 100%;
        height: auto;
        display: block;
    }


    .box ul li .bg {
        width: 100%;
    }

    .box ul li .bg .txt {
        margin-top: 10%;
    }

    .box ul li .title {
        font-size: 16px;
    }

    .box ul li .bg h3 {
        font-size: 16px;
    }

    .box ul li .bg p {
        font-size: 12px;
        margin-bottom: 5px
    }

    .box ul li .bg a {
        font-size: 12px;
    }

    .tip h3 {
        font-size: 14px;
        padding: 0 10px;
    }

    .industry .tab-contents {
        margin: 10px 0;
        height: auto;
    }

    .industry .tab-contents .tab-content {
        padding: 0 10px;
        height: auto;
    }

    .industry .tab-contents .tab-content a.more {
        font-size: 14px;
        position: relative;
    }

    .industry .tab-contents .tab-content .fl {
        width: 100%;
        margin: 0;
        float: none;
    }

    .industry .tab-contents .tab-content .fl img {
        width: 100%;
    }

    .industry .tab-contents .tab-content .fr {
        float: none;
        width: auto;
        height: auto;
        padding: 5px 0;
    }

    .industry .tab-contents .tab-content .fr h3 {
        font-size: 14px;
        margin-top: 5px;
    }

    .industry .tab-contents .tab-content .fr p {
        font-size: 12px;
        line-height: 20px;
    }

    .industry .tab-nav {
        padding: 0;
        margin: 5px 0;
    }

    .industry .tab-nav li {
        width: 25%;
        margin: 4%;
    }

    .industry .tab-nav li.last {
        margin: 4%;
    }

    .industry .tab-nav li a {
        margin-top: 0px;
    }

    .industry .tab-nav li.active a {
        margin: 0px;
    }

    .industry .tab-nav li img {
        width: 100%;
        height: auto;
    }

    .industry .tab-nav li.active img {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .information {
        margin: 0px auto;
        padding: 0 10px;
    }

    .information .fl {
        float: none;
        margin: 10px 0;
    }

    .information .fr {
        float: none;
    }

    .information img {
        width: 100%;
    }

    .fullnews {
        padding: 10px 10px;
    }

    .news {
        margin: 10px auto;
    }

    .news .fl {
        float: none;
        width: auto;
        height: auto;
        padding: 10px 0;
    }

    .news .fl h3 {
        font-size: 14px;
        margin: 10px 0
    }

    .news .fl a {
        padding: 10px 0;
        font-size: 14px;
    }

    .news .fl #case {
        font-size: 14px;
    }

    .news .fr {
        float: none;
        width: auto;
        height: auto;
        margin-top: 10px;
        padding: 10px 0;
    }

    .news .fr ul {
        height: auto;
    }

    .news .fr ul li {
        padding-left: 5px;
        line-height: 20px;
        margin: 10px 5px;
    }

    .news .fr ul li p {
        font-size: 12px;
    }

    .news .fr ul li span {
        font-size: 12px;
    }

    .news .fr a {
        padding: 10px 0;
        font-size: 14px;
    }

    .news .fr #news {
        font-size: 14px;
    }

}