/* 
    Editor: fan
    Time: 2020.1.7

    Less compilation
    node.js 命令
    > npm install -g less
    国内镜像命令
    > cnpm i -g less
    下载less
    > lessc style.less style.css
*/

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
address,
em,
img,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
i,
b,
s {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", "微软雅黑", "MicrosoftJhengHei";
}

body {
    min-width: 1240px;
}

button::-moz-focus-inner {
    padding: 0;
}

input,
button,
textarea {
    resize: none;
    outline: none;
    border: none;
}

ul {
    list-style: none;
}

textarea:focus,
input:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

.basecont {
    width: 1460px;
    margin: 0 auto;
}

@media (max-width: 1460px) {
    .basecont {
        width: 1240px;
    }
}


/* banner */

.bannerbox {
    width: 100%;
}

@media (max-width: 1460px) {
    .bannerbox {
        height: 600px;
    }
}

.bannerbox .img {
    width: 100%;
}

@media (max-width: 1460px) {
    .bannerbox .img {
        height: 100%;
    }
}

.bannerbox .img img {
    width: 100%;
}

@media (max-width: 1460px) {
    .bannerbox .img img {
        height: 100%;
        object-fit: cover;
    }
}

.bannerbox .bannerbox-pagination {
    bottom: 35px;
}

.bannerbox .bannerbox-pagination span {
    outline: none;
    background-color: #fff;
    opacity: 0.3;
    width: 40px;
    height: 2px;
    border-radius: 0;
}

.bannerbox .bannerbox-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}


/* End */


/* footerbox */

.footerbox {
    width: 100%;
    padding: 140px 0 70px;
    background-color: #222;
}

.footerbox .menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: -50px;
}

.footerbox .menu .lt {
    width: 60%;
}

.footerbox .menu .lt .h1 {
    font-size: 48px;
    height: 200px;
    color: #fff;
    line-height: 72px;
    font-weight: bold;
    margin-bottom: 57px;
    position: relative;
}

.footerbox .menu .lt .h1 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.footerbox .menu .lt .h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 56%;
    left: 0;
    width: 650px;
    height: 15px;
    z-index: 1;
    background-color: #0187ff;
}

.footerbox .menu .lt .list {
    width: 92%;
    display: flex;
    flex-wrap: wrap;
}

.footerbox .menu .lt .list a {
    display: flex;
    align-items: center;
    width: 350px;
    height: 60px;
    margin-bottom: 40px;
    border-right: 1px solid #4e4e4e;
    margin-right: 100px;
    color: #fff;
    font-size: 20px;
}

.footerbox .menu .lt .list a:nth-child(2n) {
    border-right: none;
    margin-right: 0;
}

@media (max-width: 1460px) {
    .footerbox .menu .lt .list a {
        width: 300px;
        margin-right: 80px;
    }
}

.footerbox .menu .lt .list a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-right: 18px;
    border: 2px solid #4e4e4e;
}

.footerbox .menu .lt .list a i img {
    width: 28px;
}

.footerbox .menu .gt {
    margin-top: 30px;
    margin-right: 40px;
}

@media (max-width: 1400px) {
    .footerbox .menu .gt {
        margin-right: 20px;
    }
}

.footerbox .menu .gt form {
    width: 500px;
}

.footerbox .menu .gt form input,
.footerbox .menu .gt form textarea,
.footerbox .menu .gt form select {
    display: block;
    -webkit-appearance: none;
    margin-bottom: 8px;
    background-color: transparent;
    padding: 23px 0;
    font-size: 16px;
    opacity: 1;
    color: #c6c6c6;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.footerbox .menu .gt form .sec1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.footerbox .menu .gt form .sec1 select {
    width: 48%;
    border: none;
    background: url(../image/san.png) no-repeat;
    background-position: 80% 45%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    outline: none;
    color: #666;
}

.footerbox .menu .gt form textarea {
    height: 120px;
}

.footerbox .menu .gt form input:-internal-autofill-selected {
    background-color: transparent!important;
}

.footerbox .menu .gt form .but {
    display: block;
    width: 100%;
    height: 66px;
    font-size: 18px;
    color: #fff;
    background: url(../image/but.png) no-repeat center;
    background-size: 100% 100%;
    opacity: 1;
    margin-top: 60px;
    border-bottom: none;
}

.footerbox .font {
    color: #656565;
    font-size: 14px;
    width: 48%;
}

.footerbox .font a {
    color: #656565;
    font-size: 14px;
    display: inline-block;
    zoom: 1;
    margin-left: 10px;
}

.footerbox .font a:hover {
    color: #fff;
}


/* End */


/* home */

.home {
    overflow: hidden;
    position: relative;
}

.home-tit {
    width: 100%;
}

.home-tit strong {
    font-weight: 500;
    font-size: 48px;
}

.home-tit span {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #222;
}

.home-section1 {
    padding: 25px;
    background-color: #f5f5f5;
}

.home-section1 .basecont {
    display: flex;
}

.home-section1 .item {
    font-size: 16px;
    color: #666;
    border-radius: 20px;
    margin-right: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 8px 30px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.home-section1 .item:hover {
    color: #fff;
    background-color: #0187ff;
}

.home-section1 .on {
    color: #fff;
    background-color: #0187ff;
    opacity: 1;
}

.home-section1 .on:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    margin-left: 10px;
    margin-top: 3px;
    -webkit-transition: border 0.2s linear;
    transition: border 0.2s linear;
    opacity: 1;
}

.home-section2 {
    margin-top: 135px;
    margin-bottom: 90px;
}

.home-section2 .cont {
    margin-top: 76px;
}

.home-section2 .cont .item {
    width: 100%;
    height: 340px;
    position: relative;
}

.home-section2 .cont .item .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.home-section2 .cont .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-section2 .cont .item .font {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 90%;
    background-color: #f1f8ff;
    height: 115px;
    padding: 20px 30px;
}

.home-section2 .cont .item .font strong,
.home-section2 .cont .item .font span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-section2 .cont .item .font strong {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.home-section2 .cont .item .font span {
    font-size: 16px;
    color: #666666;
}

.home-section2 .cont .item:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.home-section3 {
    margin-bottom: 135px;
}

.home-section3 .tit {
    text-align: center;
    margin-bottom: 135px;
}

.home-section3 .tit strong,
.home-section3 .tit span {
    display: block;
}

.home-section3 .tit strong {
    font-size: 30px;
    color: #0187ff;
}

.home-section3 .tit span {
    margin-top: 20px;
    font-size: 18px;
}

.home-section3 .cont {
    width: 100%;
    height: 795px;
    background: url(../image/bag1.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 130px 0;
}

.home-section3 .cont .home-tit {
    margin-bottom: 70px;
}

.home-section3 .cont .home-tit strong {
    color: #fff;
}

.home-section3 .cont .home-section3-cont {
    margin-bottom: 40px;
}

.home-section3 .cont .home-section3-cont .swiper-slide:nth-child(1) .item {
    background: url(../image/b1.png) no-repeat center;
    background-size: 100% 100%;
}

.home-section3 .cont .home-section3-cont .swiper-slide:nth-child(2) .item {
    background: url(../image/b2.png) no-repeat center;
    background-size: 100% 100%;
}

.home-section3 .cont .home-section3-cont .swiper-slide:nth-child(3) .item {
    background: url(../image/b3.png) no-repeat center;
    background-size: 100% 100%;
}

.home-section3 .cont .home-section3-cont .item {
    padding: 103px 0 90px 50px;
    position: relative;
    height: 330px;
}

.home-section3 .cont .home-section3-cont .item .shu {
    position: absolute;
    top: 10%;
    left: 10%;
    z-index: 1;
    font-size: 100px;
    color: #007AFF;
    opacity: 0.1;
    font-weight: bold;
}

.home-section3 .cont .home-section3-cont .item .font {
    position: relative;
    z-index: 2;
}

.home-section3 .cont .home-section3-cont .item .font strong,
.home-section3 .cont .home-section3-cont .item .font span {
    display: block;
}

.home-section3 .cont .home-section3-cont .item .font strong {
    font-size: 16px;
    color: #007AFF;
    margin-bottom: 25px;
    font-weight: 500;
}

.home-section3 .cont .home-section3-cont .item .font span {
    font-size: 24px;
    margin-bottom: 18px;
}

.home-section3 .cont .home-section3-cont .item .font p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    width: 70%;
}

@media (max-width: 1460px) {
    .home-section3 .cont .home-section3-cont .item .font p {
        width: 91%;
    }
}

.home-section3 .cont .xian img {
    width: 100%;
}

.home-section4 {
    margin-bottom: 140px;
}

.home-section4 .cont {
    width: 100%;
    margin-top: 55px;
    position: relative;
}

.home-section4 .cont img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.home-section4 .cont:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.home-section5 {
    padding: 150px 0 140px;
    margin-bottom: 160px;
    width: 100%;
    background: url(../image/bag2.jpg) no-repeat center;
}

.home-section5 .home-tit {
    color: #fff;
    margin-bottom: 80px;
}

.home-section5 .home-tit span {
    color: #fff;
}

.home-section5 .cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.home-section5 .cont .item {
    width: 260px;
    margin-bottom: 60px;
    margin-right: 80px;
}

.home-section5 .cont .item:nth-child(4n) {
    margin-right: 0;
}

.home-section5 .cont .item span {
    color: #fff;
    font-size: 20px;
    display: block;
    margin-top: 20px;
}

.home-section5 .cont .item i {
    display: block;
    height: 40px;
}

.home-section5 .cont .item i img {
    height: 100%;
}

.home-section5 .but {
    width: 185px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/but.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 80px;
    color: #fff;
}

.home-section5 .but i {
    width: 20px;
    display: block;
    margin-left: 32px;
}

.home-section5 .but i img {
    width: 100%;
}

.home-section5 p {
    text-align: center;
    margin-top: 5px;
    color: #666;
    color: #fff;
    font-size: 14px;
}

.home-section6 {
    margin-bottom: 140px;
}

.home-section6 .cont {
    margin-top: 50px;
    height: 590px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.home-section6 .cont .item {
    width: 466px;
    margin-right: 30px;
    height: 175px;
    background: url(../image/tu2.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 40px 34px;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1460px) {
    .home-section5 .cont .item {
        margin-right: 64px;
    }
    .home-section6 .cont .item {
        margin-right: 14px;
        width: 403px;
    }
}

.home-section6 .cont .item:nth-child(3n) {
    margin-right: 0;
}

.home-section6 .cont .item i {
    width: 55px;
    height: 55px;
    background: url(../image/icon2.png) no-repeat center;
    background-size: 100% 100%;
    font-style: normal;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    color: #007AFF;
    margin-right: 45px;
}

.home-section6 .cont .item .font {
    width: 70%;
}

@media (max-width: 1460px) {
    .home-section6 .cont .item .font {
        width: 69%;
    }
}

.home-section6 .cont .item .font strong,
.home-section6 .cont .item .font span {
    display: block;
}

.home-section6 .cont .item .font strong {
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: bold;
}

.home-section6 .cont .item .font span {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 1460px) {
    .home-section6 .cont .item .font span {
        line-height: 26px;
    }
}

.home-section6 .but {
    width: 185px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../image/but.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
    font-size: 20px;
    margin-top: 80px;
    color: #fff;
}

.home-section6 .but i {
    width: 20px;
    display: block;
    margin-left: 32px;
}

.home-section6 .but i img {
    width: 100%;
}

.home-section6 p {
    text-align: center;
    margin-top: 5px;
    color: #666;
    font-size: 14px;
}

.home-section7 {
    padding: 140px 0;
    background-color: #f9f9f9;
}

.home-section7 .tit {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.home-section7 .tit .h1 strong {
    font-size: 48px;
    font-weight: 500;
}

.home-section7 .tit .h1 {
    margin: 0;
}

.home-section7 .tit .h1 span {
    font-size: 16px;
    color: #666;
    display: block;
    margin-top: 10px;
}

.home-section7 .tit .gt {
    display: flex;
}

.home-section7 .tit .gt .item {
    color: #666;
    font-size: 26px;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    display: block;
    margin-left: 70px;
    height: 45px;
}

.home-section7 .tit .gt .on {
    color: #007AFF;
    border-bottom: 2px solid #007AFF;
}

.home-section7 .cont {
    width: 100%;
    display: flex;
}

.home-section7 .cont .lt {
    width: 48%;
    position: relative;
    z-index: 2;
}

.home-section7 .cont .lt .logo1 {
    width: 100%;
}

.home-section7 .cont .lt .logo1 span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.home-section7 .cont .lt .font {
    width: 767px;
    height: 500px;
    margin-top: 50px;
    background: url(../image/bag4.jpg) no-repeat center;
    background-size: 100% 100%;
    padding: 70px 10% 70px 44px;
    color: #fff;
}

.home-section7 .cont .lt .font strong {
    font-size: 30px;
    font-weight: bold;
}

.home-section7 .cont .lt .font span {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
}

.home-section7 .cont .lt .font .list {
    padding-top: 30px;
    border-top: 1px dashed rgba(255, 255, 255, 0.2);
    display: flex;
    flex-wrap: wrap;
}

.home-section7 .cont .lt .font .list .item {
    width: 48%;
    margin-bottom: 15px;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}

.home-section7 .cont .lt .font .list .item:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 38%;
    left: 0;
}

.home-section7 .cont .lt .font .but {
    display: block;
    margin-top: 50px;
    width: 180px;
    height: 52px;
    background: #fff;
    text-align: center;
    line-height: 52px;
    color: #007AFF;
    font-size: 16px;
}

.home-section7 .cont .gt {
    width: 52%;
    position: relative;
    z-index: 1;
}

.home-section7 .cont .gt img {
    width: 100%;
}

.home-section8 {
    margin-bottom: 635px;
    height: 616px;
    background: url(../image/bag3.jpg) no-repeat center;
    background-size: 100% 100%;
}

.home-section8 .basecont {
    position: relative;
}

.home-section8 .basecont .font {
    color: #fff;
    padding-top: 145px;
    display: flex;
    justify-content: space-between;
}

.home-section8 .basecont .font>strong {
    font-size: 48px;
    font-weight: 500;
}

.home-section8 .basecont .font .gt {
    display: flex;
}

.home-section8 .basecont .font .gt .item {
    display: block;
    width: 171px;
    text-align: center;
    margin-left: 100px;
}

.home-section8 .basecont .font .gt .item:first-child {
    margin-left: 0;
}

.home-section8 .basecont .font .gt strong,
.home-section8 .basecont .font .gt span {
    display: block;
}

.home-section8 .basecont .font .gt strong {
    font-weight: bold;
    font-size: 30px;
}

.home-section8 .basecont .font .gt strong i {
    font-style: normal;
    font-size: 72px;
}

.home-section8 .basecont .font .gt span {
    font-size: 16px;
    opacity: 0.5;
}

.home-section8 .basecont .cont {
    margin-top: 78px;
    width: 100%;
    background-color: #fff;
    padding: 45px 0 70px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

.home-section8 .basecont .cont .logo1 {
    display: flex;
    justify-content: space-between;
}

.home-section8 .basecont .cont .logo1 .list {
    height: 570px;
}

.home-section8 .basecont .cont .logo1 .list .item {
    width: 110px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    background-color: #007AFF;
    margin-bottom: 76px;
    margin-top: 30px;
    position: relative;
}

.home-section8 .basecont .cont .logo1 .list .item:after {
    content: "";
    display: block;
    right: -6px;
    top: 38%;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #007AFF;
    position: absolute;
}

.home-section8 .basecont .cont .logo1 img {
    width: 1240px;
    margin-right: 40px;
}

@media (max-width: 1460px) {
    .home-section8 .basecont .cont .logo1 img {
        width: 1100px;
        margin-right: 35px;
    }
}

.home-section8 .basecont .but {
    display: inline-block;
    margin: 60px auto 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    text-decoration: underline;
}

.home-section9 {
    padding: 135px 0 140px;
    background-color: #f5f5f5;
    margin-bottom: 145px;
}

.home-section9 .tit {
    font-size: 48px;
    margin-bottom: 47px;
}

.home-section9 .cont {
    display: flex;
    justify-content: space-between;
}

.home-section9 .cont .lt {
    width: 56%;
    position: relative;
    padding: 0 70px;
}

.home-section9 .cont .lt .home-section9-container {
    width: 100%;
}

.home-section9 .cont .lt .home-section9-container .img {
    width: 100%;
}

.home-section9 .cont .lt .home-section9-container .img img {
    width: 100%;
}

.home-section9 .cont .gt {
    width: 41%;
}

.home-section9 .cont .gt .item {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    height: 131px;
}

@media (max-width: 1460px) {
    .home-section9 .cont .gt .item {
        height: 9rem;
    }
}

.home-section9 .cont .gt .item img {
    width: 50%;
    height: 100%;
    object-fit: cover;
}

.home-section9 .cont .gt .item span {
    width: 50%;
    display: block;
    text-align: center;
    font-size: 24px;
}

.home-section9-next,
.home-section9-prev {
    width: 50px;
    height: 85px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-section9-next:hover,
.home-section9-prev:hover {
    background-color: #0187ff;
}

.home-section9-prev {
    background: #999 url(../image/lt.png) no-repeat center;
    background-size: 12px 22px;
}

.home-section9-next {
    background: #999 url(../image/gt.png) no-repeat center;
    background-size: 12px 22px;
}

.home-section10 {
    margin-bottom: 200px;
}

.home-section10 .home-tit span {
    margin-top: 25px;
}

.home-section10 .cont {
    margin-top: 90px;
    margin-bottom: 150px;
    position: relative;
}

.home-section10 .cont img {
    width: 100%;
    z-index: 1;
    position: relative;
}

.home-section10 .cont:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.home-section10 .tit {
    text-align: center;
    color: #0187ff;
    font-size: 48px;
}

.home-section11 {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 888;
    width: 100%;
}

.home-section11 img {
    width: 100%;
}

.home-section11 .img {
    position: relative;
    font-size: 0;
}

.home-section11 .lun {
    position: absolute;
    right: 0;
    left: 0;
    top: 35%;
}

.home-section11 .lun .img1 {
    width: 60%;
}

@media (max-width: 1460px) {
    .home-section11 .lun .img1 {
        width: 50%;
    }
}

.home-section11 .lun .img1 .img3 {
    width: 100%;
}

.home-section11 .lun .img1 .img3 img {
    width: 100%;
}

.home-section11 .lun .img1-next {
    right: 10%;
    width: 55px;
    height: 55px;
    background: url(../image/wogt1.png) no-repeat center;
}

.home-section11 .lun .img1-next:hover {
    background: url(../image/wogt1-1.png) no-repeat center;
}

.home-section11 .lun .img1-prev {
    left: 10%;
    width: 55px;
    height: 55px;
    background: url(../image/wolt1.png) no-repeat center;
}

.home-section11 .lun .img1-prev:hover {
    background: url(../image/wolt1-1.png) no-repeat center;
}

.home-section11 .lun .img1-pagination {
    width: 100%;
    bottom: -20px;
}

@media (max-width: 1460px) {
    .home-section11 .lun .img1-pagination {
        bottom: -40px;
    }
}

.home-section11 .lun .img1-pagination span {
    margin: 0 10px;
}

.home-section11 .cox {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 71px;
    display: block;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.home-section11 .cox img {
    width: 71px;
}

.home-section12 {
    top: -100%;
}

.home .top1 {
    top: 0;
}

.home .top1 .cox {
    bottom: 10%;
}


/* End */

.fixedbox {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url(../image/fix1.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 148px;
    z-index: 666;
    display: none;
}

.wodecox {
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.wodecox img {
    width: 20px;
}

.fixedbox .basecont {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 30px;
}

.fixedbox .basecont .lt {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
}

.fixedbox .basecont .gt .font {
    text-align: right;
    margin-bottom: 20px;
}

.fixedbox .basecont .gt .font span {
    background-color: #f52c2c;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    padding: 9px 24px;
}

.fixedbox .basecont .gt .font strong {
    margin-left: 10px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}

.fixedbox .basecont .gt .form {
    display: flex;
}

.fixedbox .basecont .gt .form input {
    width: 270px;
    height: 40px;
    padding: 0 20px;
    margin-left: 20px;
}

.fixedbox .basecont .gt .form a {
    display: block;
    margin-left: 20px;
    width: 190px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    color: #333;
}


/* 弹窗 */

.popusbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
}

.popusbox .bag {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}

.popusbox .popusbox-section1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    padding: 30px 48px;
    width: 37%;
    border: 2px solid #0187ff;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 1460px) {
    .popusbox .popusbox-section1 {
        padding: 48px 38px;
    }
    .wodecox {
        right: 5px;
        top: -3px;
    }
    .fixedbox .basecont .gt .form input {
        width: 250px;
    }
    .fixedbox .basecont .lt {
        font-size: 26px;
    }
}

@media (max-width: 1199px) {
    .popusbox .popusbox-section1 {
        padding: 38px 28px;
    }
}

@media (max-width: 991px) {
    .popusbox .popusbox-section1 {
        padding: 28px 18px;
    }
}

@media (max-width: 767px) {
    .popusbox .popusbox-section1 {
        padding: 20px 25px;
        width: 85%;
    }
}

.popusbox .popusbox-section1 .down {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    line-height: 66px;
    /* text-align: center; */
    text-indent: 1rem;
    cursor: pointer;
}

.popusbox .popusbox-section1 .tit {
    width: 100%;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 1460px) {
    .popusbox .popusbox-section1 .tit {
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .popusbox .popusbox-section1 .tit {
        font-size: 26px;
        margin-bottom: 15px;
    }
}

.popusbox .popusbox-section1 form {
    width: 100%;
}

.popusbox .popusbox-section1 form input,
.popusbox .popusbox-section1 form select {
    width: 100%;
    padding: 15px 28px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    outline: none;
}

.popusbox .popusbox-section1 form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 49%;
    display: inline-block;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: #f5f5f5 url(../image/san1.png) no-repeat;
    background-position: 94% 45%;
    background-size: 15px 15px;
    /* float: left; */
    margin-left: 2%;
}

#ch1 {
    margin-left: 0;
}

.sele {
    float: right!important;
}

.popusbox .popusbox-section1 form select option {
    font-size: 16px;
}

@media (max-width: 1460px) {
    .popusbox .popusbox-section1 form input {
        padding: 15px 20px;
    }
}

@media (max-width: 1199px) {
    .popusbox .popusbox-section1 form input {
        padding: 15px 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {
    .popusbox .popusbox-section1 form input {
        margin-bottom: 10px;
    }
}

.popusbox .popusbox-section1 form p {
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .popusbox .popusbox-section1 form p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

.popusbox .popusbox-section1 form p i {
    display: block;
    width: 16px;
    height: 19px;
    margin-right: 5px;
}

.popusbox .popusbox-section1 form p i img {
    width: 100%;
    float: left;
}

.popusbox .popusbox-section1 form button {
    width: 100%;
    border: none;
    outline: none;
    padding: 20px 0;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    background: url(../image/but.png) no-repeat center;
    background-size: 100% 100%;
}

@media (max-width: 1199px) {
    .popusbox .popusbox-section1 form button {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .popusbox .popusbox-section1 form button {
        padding: 10px 0;
        font-size: 13px;
    }
}

.popusbox .popusbox-section2 {
    width: 26%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border: 2px solid #15b28d;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    display: none;
}

@media (max-width: 1460px) {
    .popusbox .popusbox-section2 {
        width: 32%;
    }
}

@media (max-width: 1365px) {
    .popusbox .popusbox-section2 {
        width: 30%;
    }
}

@media (max-width: 1199px) {
    .popusbox .popusbox-section2 {
        width: 36%;
    }
}

@media (max-width: 991px) {
    .popusbox .popusbox-section2 {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .popusbox .popusbox-section2 {
        width: 90%;
    }
}

.popusbox .popusbox-section2 img {
    width: 100%;
    height: 60%;
}

.popusbox .popusbox-section2 .down {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    top: -20px;
    right: -20px;
    line-height: 66px;
    /* text-align: center; */
    text-indent: 1rem;
    cursor: pointer;
}

.popusbox .popusbox-section2 .popusbox-butpho {
    width: 100%;
    padding: 15px 0;
    background: url(https://ldpage.cloudpivot.authine.com/Public/Home/default/chanpinz/image/basebut.jpg) no-repeat center;
    background-size: 100% 100%;
    color: #Fff;
    text-align: center;
    font-size: 16px;
}

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear: both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    width: 1460px;
    margin: 0 auto;
}

@media (max-width: 1460px) {
    .c-container {
        width: 1240px;
    }
}


/*顶部*/

#c-header {
    /* padding-top: 60px; */
    position: relative;
    z-index: 20;
    width: 100%;
    font-size: 16px;
    line-height: 118px;
    text-align: center;
}

#c-header .c-topImg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    min-width: 1240px;
    height: 60px;
    background: #ec6e00;
    overflow: hidden;
}

#c-header .c-topImg img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    height: 100%;
}

#c-header .c-logo a {
    display: inline-block;
    vertical-align: top;
}

#c-header .c-logo a img {
    height: 36px;
    vertical-align: middle;
}

#c-header .c-logo .c-text {
    margin: 0 0 0 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

#c-header .c-topPhone .c-phone {
    margin-right: 60px;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    font-size: 24px;
    color: #0086ff;
    background: url(../image/top-phone.png) no-repeat left center;
}

#c-header .c-topPhone .c-btn {
    vertical-align: middle;
    display: inline-block;
    width: 140px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    background: #0086ff;
    background: -webkit-linear-gradient(left, #0086ff, #3ab5ff);
    background: linear-gradient(to right, #0086ff, #3ab5ff);
}


/* 右侧固定 */

@media (max-width: 991px) {
    .butheight {
        height: 40px;
    }
}

.rightfiexd {
    position: fixed;
    right: 0;
    top: 50%;
    display: none;
    z-index: 999;
}

@media (min-width: 992px) {
    .rightfiexd {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (max-width: 991px) {
    .rightfiexd {
        top: initial;
        bottom: 0;
        width: 100%;
        display: flex!important;
    }
}

.rightfiexd .item {
    display: block;
    width: 80px;
    padding: 10px 0;
    text-align: center;
    background-color: #0187ff;
    border-radius: 3px;
    position: relative;
    margin-bottom: 1px;
}

@media (max-width: 991px) {
    .rightfiexd .item {
        border-right: 1px solid #fff;
        border-bottom: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25%;
    }
}

.rightfiexd .item i {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto 5px;
}

@media (max-width: 991px) {
    .rightfiexd .item i {
        width: 20px;
        height: 20px;
        margin: 0;
        margin-right: 5px;
    }
}

.rightfiexd .item i img {
    width: 100%;
    height: 100%;
    float: left;
    object-fit: contain;
}

.rightfiexd .item p {
    font-size: 14px;
    color: #fff;
}

@media (max-width: 991px) {
    .rightfiexd .item p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .rightfiexd .item p {
        font-size: 10px;
    }
}

.rightfiexd .item .hover1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 180px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #333;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 18px;
}

.rightfiexd .item .hover1:hover,
.rightfiexd .item .hover1:focus {
    color: #333;
}

@media (max-width: 991px) {
    .rightfiexd .item .hover1 {
        display: none;
    }
}

.rightfiexd .item:hover .hover1 {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.leftfixedhover {
    display: block;
}

.fixedbox .basecont .gt .font p {
    display: inline-block;
    color: #fff;
    margin-left: 17px;
    display: inline-block;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}

.fixedbox .basecont .lt {
    width: 162px;
    display: flex;
    align-items: center;
}

.fixedbox .basecont .lt img {
    width: 100%;
}

.fixedbox .basecont .gt .font {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixedbox .basecont .gt .font span {
    margin-bottom: 0;
    margin-left: 0;
}

.fixedbox .basecont .gt .font strong {
    font-weight: bold;
    margin-left: 40px;
}

.fixedbox .c-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: url(../image/bi.png) no-repeat center center;
    background-size: 20px;
    cursor: pointer;
}


/* 新的 */

.home-section7 .basecont {
    position: relative;
}

.home-section7-next,
.home-section7-prev {
    width: 50px;
    top: 55%;
    height: 85px;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-section7-next:hover,
.home-section7-prev:hover {
    background-color: #0187ff;
}

.home-section7-prev {
    background: #999 url(../image/lt.png) no-repeat center;
    background-size: 12px 22px;
    left: -55px;
}

.home-section7-next {
    background: #999 url(../image/gt.png) no-repeat center;
    background-size: 12px 22px;
    right: -55px;
}


/* End */

@media (max-width:1460px) {
    .home-section7-next,
    .home-section7-prev {
        width: 40px;
        height: 70x;
    }
    .home-section7-prev {
        left: -40px;
    }
    .home-section7-next {
        right: -45px;
    }
}

.popusbox .popusbox-section1 form select {
    padding: 15px 28px 15px 20px;
    background-position: right 15px center;
}

.popusbox .popusbox-section1 form .sele2 {
    width: 100%;
    margin-left: 0;
}

.popusbox .popusbox-section1 form .c-item {
    overflow: hidden;
}

.popusbox .popusbox-section1 form .c-item input {
    width: 49%;
}

.popusbox .popusbox-section1 form .c-item input:last-child {
    float: right;
}


/*顶部导航*/

#c-header .c-topPhone .c-phone {
    margin-right: 50px;
}

#c-header .c-menu {
    position: relative;
    margin-top: 39px;
    width: 90px;
    height: 46px;
    margin-left: 50px;
    cursor: pointer;
}

#c-header .c-menu .c-text {
    font-size: 18px;
    line-height: 23px;
    color: #0187ff;
    width: 40px;
}

#c-header .c-switch {
    position: absolute;
    top: 6px;
    right: 0;
    width: 40px;
    height: 34px;
}

#c-header .c-switch i {
    position: absolute;
    display: block;
    height: 2px;
    border-radius: 1px;
    width: 100%;
    background: #0187ff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 0;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

#c-header .c-menu:hover .c-switch i:nth-child(2) {
    opacity: 0;
}

#c-header .c-menu:hover .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#c-header .c-menu:hover .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#c-header .c-list {
    display: none;
    position: absolute;
    top: 46px;
    right: 0;
    width: 120px;
    overflow: hidden;
    background: #fff;
    line-height: 40px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

#c-header .c-list a {
    display: block;
    padding: 0 15px;
    border-bottom: 1px solid #f5f5f5;
    color: #333;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#c-header .c-list a:hover {
    color: #0187ff;
}