@charset "utf-8";
@font-face {
    font-family: "iconfont";
    src: url('iconfont.eot?t=1541654117982');
    /* IE9*/
    src: url('iconfont.eot?t=1541654117982#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAASMAAsAAAAABuwAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8d0fzY21hcAAAAYAAAABLAAABcOcpta1nbHlmAAABzAAAANkAAAD0HXtwdWhlYWQAAAKoAAAALAAAADYTMhKiaGhlYQAAAtQAAAAcAAAAJAfeA4NobXR4AAAC8AAAAAgAAAAICAAAAGxvY2EAAAL4AAAABgAAAAYAegAAbWF4cAAAAwAAAAAeAAAAIAENAFxuYW1lAAADIAAAAUUAAAJtPlT+fXBvc3QAAARoAAAAIQAAADM+7dfaeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMT5jZG7438AQw9zA0AAUZgTJAQDdTQvleJxjYGBgZWBgYAZiHSBmYWBgDGFgZAABP6AoI1icmYELLM7CoARWwwISf8b4/z+MBPJZwCQDIxvDKOABkzJQHjisIJiBEQArXAltAHicNc/BTsJAFAXQua8wrVLGBabNdKZlaIgVmCDtSAkl0YUJGwwuWPFL/gWJOz6Jn7Gm8S3uTe5ZPQbWnnejG/tibBTFGbnqDZt6s0TRtqviDPEj9//lHR10K/cF+QL5U7Gkog2sOxLwf7yemJWp2dpwgPkadGwoCF4/UC8wCBfbia5mgqsJqLG2gVFe/05Po8PlevmMpuq+35MZ/oiQp/jmXM4T40yqH/YvzZEQHOrVXmg9diZ5TsJhaewO2NlxOZTSnk+50lrlp7NNpFhlnRkXtt/+An2eH2gAAAB4nGNgZGBgAGKzKH7ReH6brwzcLAwgcIPzeSoyzcLAdBtIcTAwgXgA2CcHqnicY2BkYGBu+N/AEMPCAAJAkpEBFTABAEcIAmsEAAAABAAAAAAAAAAAegAAeJxjYGRgYGBiCGAA0SAWAwMXEDIw/AfzGQAQZwFqAAB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICJkYmRmYEzozQxLz0dSDAwAAAdagPdAAAA') format('woff'), url('iconfont.ttf?t=1541654117982') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('iconfont.svg?t=1541654117982#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-huangguan:before {
    content: "\e601";
}


/***此文件的样式主要针对移动端页面，pc端个别样式在pc_style.css中写***/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    box-sizing: border-box;
    font-family: "Mircrosoft YaHei", "微软雅黑";
    color: #3e3e3e;
    padding: 0;
    margin: 0;
    background: #ffffff;
    -webkit-user-select: text;
    user-select: text;
    -webkit-tap-highlight-color: none;
}

em,
i {
    display: inline-block;
    font-style: normal;
}

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

a {
    text-decoration: none;
    color: #3d3d3d;
}

div,
section {
    margin: 0 auto;
}

img {
    max-width: 100%;
}

button,
input,
select,
textarea {
    border: 0;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px #638eb6 inset;
}

input:-webkit-autofill:focus {
    background-color: transparent!important;
}

.lf {
    float: left;
}

.rt {
    float: right;
}

.flex {
    display: flex;
}

.clear {
    clear: both;
}

.indent {
    text-indent: .28rem;
    line-height: .25rem;
}

.main {
    width: 100%;
    font-size: .16rem;
}

.text-lg {
    font-size: .2rem;
}

.bold {
    font-weight: bold;
}

.content {
    width: 75%;
}

.iconfont {
    font-size: .3rem;
    /* vertical-align: middle; */
}

.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner img {
    width: 100%;
    min-width: 14.4rem;
    height: auto;
    min-height: 3rem;
}

.bg-img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, 0);
    z-index: 0;
}

.banner div {
    position: absolute;
    top: 30%;
    left: 10%;
    display: inline-block;
    padding: .15rem 1.2rem;
    z-index: 5;
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, 1);
    letter-spacing: .03rem;
    box-shadow: 0.2rem 0.2rem 0.02rem 0.1rem rgba(0, 0, 0, .15);
}

.banner div span {
    font-family: Arial, Helvetica, sans-serif;
}

.banner div p {
    text-indent: .5rem;
    font-size: .21rem;
}

.intro {
    text-align: center;
    padding: 0 .2rem;
}

.icon-huangguan {
    position: relative;
    padding: 0 .2rem;
    margin: .15rem 0;
    color: #f97c4a;
    font-size: .35rem;
    background: #fff;
    z-index: 5;
}

.down .icon-huangguan {
    transform: rotate(180deg)
}

.intro-icon {
    position: relative;
}

.intro-icon::before,
.intro-icon::after,
.partner h3::before,
.partner h3::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 50%;
    left: 0;
    width: 50%;
    height: .03rem;
    background: rgba(249, 124, 74, 0.3);
    z-index: 1;
    border-radius: 50%;
}

.title {
    padding: .1rem 0;
}

.title span {
    margin-left: .1rem;
    font-weight: normal;
    font-size: .16rem;
    color: #f97c4a;
}

.el-a {
    color: #f92908;
    border-bottom: 1px solid #f97c4a
}

.intro-icon::after,
.partner h3::after {
    left: auto;
    right: 0;
}

.intro p {
    line-height: .3rem;
    color: #636060;
    margin: .05rem 0;
}

.pro {
    padding: .2rem .2rem;
    overflow: hidden;
}

.pro ul {
    display: inline-block;
    width: 70%;
}

.pro ul li {
    margin: .15rem 0;
    overflow: hidden;
    box-shadow: 0 0 0.3rem 0.01rem rgba(0, 0, 0, .1)
}

.pro ul li:nth-child(2n+1) {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pro ul li:nth-child(2n+2) {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.pro li div {
    width: 50%;
}

.pro li div.text {
    padding: .2rem .2rem;
    text-indent: .2rem;
    line-height: .23rem;
}

.pro li div.text h4 {
    line-height: .4rem;
}

.pro li div.text p {
    font-size: .15rem;
}

.rt-intro {
    width: 27%;
    padding: .32rem .2rem;
    margin: .15rem 0;
    background: rgba(253, 224, 213, 0.4);
}

.rt-intro h4 {
    line-height: .4rem;
    margin-top: .3rem;
}

.rt-intro p {
    font-size: .15rem;
    text-indent: .3rem;
    margin-bottom: .12rem;
}

.pro-1 {
    padding: 0 .2rem .3rem;
}

.pro1-desc {
    padding: .1rem .3rem;
    margin: .1rem 0;
    background: rgba(253, 224, 213, 0.3);
    overflow: hidden;
}

.pro1-desc p {
    width: 90%;
    padding: .2rem .3rem;
}

.pro1-desc img {
    width: 5%;
    height: auto;
}

.pro-1 .img-box {
    overflow: hidden;
    padding: .05rem;
    box-shadow: .01rem .01rem .04rem .01rem rgba(0, 0, 0, .06);
}

.pro-1 .img-box li {
    width: 33%;
    float: left;
    border-radius: .05rem;
    overflow: hidden;
}

.pro-1 .img-box li:nth-child(2) {
    margin: 0 .5%;
}


/**合作伙伴**/

.partner {
    background: #ccc;
    overflow: hidden;
    background: url(../images/index_bg_1.png) no-repeat center;
}

.partner>div {
    overflow: hidden;
    background: rgba(0, 0, 0, .7);
}

.partner h3 {
    position: relative;
    text-align: center;
    line-height: .5rem;
    color: #ffffff;
    font-size: .22rem;
    font-weight: normal;
}

.partner h3::before,
.partner h3::after {
    width: 44%;
    height: .02rem;
    background: rgba(255, 255, 255, .6);
}

.partner ul li {
    float: left;
    width: 30%;
    margin: .1rem .15rem .15rem;
    text-align: center;
    color: #ffffff;
}

.partner ul li span {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #ffffff;
    border-radius: 50%;
    border: .05rem solid #ffffff;
    overflow: hidden;
    text-align: center;
}

.partner ul li p {
    line-height: .35rem;
}


/*头部header*/

header {
    position: relative;
    height: .3rem;
    padding: 0 .2rem;
    background: #037acc;
    line-height: .3rem;
    color: #ffffff;
    overflow: hidden;
}

header p.lf {
    height: 100%;
}

header p.lf img {
    float: left;
    width: auto;
    height: .4rem;
    margin-top: -.05rem;
}


/***底部 footer*/

footer {
    padding: .1rem 0;
    text-align: center;
    background: #131212;
    font-size: .16rem;
    color: #aaa;
}

footer a {
    display: block;
    color: #ffffff;
    line-height: .35rem;
}


/**S 兼容M****/

@media screen and (max-width:958px) {
    .pro ul {
        width: 100%;
    }
    .rt-intro {
        float: none;
        width: 100%;
        padding: .1rem .2rem;
        margin: 0;
    }
    .rt-intro h4 {
        margin-top: .1rem;
    }
    .pro ul li {
        border-radius: .05rem!important;
    }
}

@media screen and (max-width:640px) {
    .content {
        width: 100%;
    }
}

@media screen and (max-width:585px) {
    .banner div {
        padding: .15rem .3rem
    }
}

@media screen and (max-width:420px) {
    .pro li div {
        width: 90%;
        float: none;
    }
    .pro li div.text {
        float: none;
        padding: .1rem 0;
    }
    .pro ul li {
        padding: .1rem 0;
    }
    .pro li .img {
        text-align: center
    }
    .pro li .img img {
        width: 80%;
    }
    .pro1-desc img {
        display: none;
    }
    .pro1-desc p {
        width: 100%;
        padding: .1rem 0;
    }
    .banner div {
        left: 0;
    }
}

@media screen and (max-width:356px) {
    .banner div p {
        text-indent: 0;
    }
}

@media screen and (max-width:311px) {
    .banner div {
        padding: .15rem .1rem;
    }
}


/**E 兼容M****/


/*S  media*/

@media screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }
    html {
        font-size: 80px;
    }
}

@media screen and (min-width: 1440px) {
    body {
        font-size: 14px;
    }
    html {
        font-size: 100px;
    }
}


/****E  media****/