* {
    margin: 0;
    padding: 0;
}


li {
    list-style: none;
}

input,
button,
textarea,
video {
    outline: 0;
    border: 0;
    background: none;
    resize: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '' !important;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.swiper-button-lock,
.swiper-pagination-lock {
    display: block !important;
}

.swiper-pagination-bullet {
    outline: none;
}

@font-face {
    font-family: pfm;
    src: url(../font/pfm.TTF);
}

body {
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto !important;
    font-size: 18px;
    font-family: pfm !important;
    color: #333333;
    background: #F4F4F4;
}

.box {
    width: 1200px;
    margin: auto;
}

/* header */
header {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    min-width: 1200px;
}

.htop {
    background: #fff;
}

.htop .box {
    height: 80px;
}

.htop .logo {
    font-size: 30px;
    color: #262626;
    letter-spacing: 9px;
}

.htop .line {
    width: 1px;
    height: 19px;
    background: #d7d7d7;
    margin: 0 23px 0 22px;
}

.htop .txt {
    font-size: 20px;
    color: #656565;
}

.htop .phone {
    width: 196px;
    height: 34px;
    border-radius: 47px;
    border: 1px solid #DBDBDB;
    padding: 5px 6px;
    font-size: 13px;
    color: #969696;
}

.htop .phone span {
    color: #6D94E3;
}

.hbtm {
    background: rgba(40, 62, 105, 0.45);
}

.hbtm .box {
    height: 60px;
}

.hbtm .txt {
    font-size: 20px;
    color: #fff;
}

nav {
    width: 664px;
}

nav a {
    font-size: 16px;
    color: #fff;
    position: relative;
}

nav .active,
nav a:hover {
    color: #fff;
}

nav .active::after,
nav a:hover::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #3366CC;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -18px;
}

/* header end */

/* footer */
footer {
    background: #3366CC;
    color: #fff;
    font-size: 14px;
    padding: 39px 0 0;
}

footer a,
footer a:hover {
    color: #fff;
}

.ft_top .tit {
    width: 69px;
    text-align-last: justify;
    font-size: 30px;
    color: #F4F4F4;
}

.ft_top .line {
    width: 1px;
    height: 19px;
    background: rgb(255, 255, 255, .6);
    margin: 0 23px 0 28px;
}

.ft_top .txt {
    font-size: 20px;
    color: rgba(244, 244, 244, 0.6);
}

.ft_top ul {
    width: 584px;
}

.ft_top {
    border-bottom: 1px solid #ABB7C7;
    padding-bottom: 17px;
}

.ft_btm {
    padding: 53px 0 0;
}

.ftb_left p:nth-child(2) {
    font-size: 30px;
    line-height: 42px;
    margin-top: 6px;
    font-weight: bold;
}

.ftb_right {
    width: 834px;
    color: #fff;
}

.ftb_right .aaa {
    margin-top: 10px;
}

.ftb_right .imgs {
    width: 244px;
}

.ftb_right .imgs p {
    font-size: 14px;
    margin-top: 8px;
}

.ftb_right .imgs img {
    width: 107px;
    height: 109px;
    padding: 6px;
    background: url(../images/qr.png) no-repeat center;
    background-size: contain;
}

.f_bottom {
    line-height: 50px;
    background: #393326;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 64px;
}

.f_bottom a,
.f_bottom a:hover {
    color: #fff;
}

/* footer end */

/* 列表分页 */
.pagination {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 38px;
}

.pagination li {
    width: 48px;
    text-align: center;
    line-height: 48px;
    display: inline-block;
    margin: 0 7px;
    background: #D5D5D5;
}

.pagination li a {
    display: block;
    color: #fff;
}

.pagination li.active,
.pagination li a:hover {
    color: #fff;
    background: #3366CC;
}

.sxy {
    padding-top: 30px;
    border-top: 1px solid #cccccc;
    font-size: 18px;
    color: #111111;
    margin-top: 70px;
}

.sxy>div {
    max-width: 45%;
}

/* 列表分页 end */


/* index */
.swiper0 .swiper-pagination {
    bottom: 33px !important;
}

.swiper0 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d9d9d9;
    opacity: 0.7;
}

.swiper0 .swiper-pagination-bullet-active {
    width: 32px;
    height: 12px;
    border-radius: 14px;
    opacity: 1;
}

.title .aa b {
    font-size: 40px;
    color: #262626;
    margin: 0 19px;
}

.title .aa img:nth-child(3) {
    transform: rotateY(180deg);
}

.title .bb {
    font-size: 26px;
    color: #D2D2D2;
}

.title .cc {
    font-size: 32px;
    color: #515151;
}

.index1 {
    background: #F4F4F4;
    padding: 131px 0 105px;
}

.index1 li {
    margin-top: 47px;
}

.index1 li p {
    width: 228px;
    height: 130px;
    font-size: 20px;
    color: #515151;
    background: #fff;
    margin-top: 8px;
    padding-top: 24px;
}

.index2 {
    background: url(../images/index2.png) no-repeat center;
    padding: 97px 0 86px;
}

.titlea .aa b,
.titlea .cc {
    color: #fff;
}

.index2 .tit {
    font-size: 25px;
    color: #fff;
    margin: 95px 0 48px;
}

.index2 a,
.index2 a:hover {
    width: 311px;
    height: 82px;
    border-radius: 9px;
    border: 3px solid rgba(51, 102, 204, 0.26);
    background: rgba(96, 121, 171, 0.42);
    font-size: 25px;
    color: #fff;
    margin: auto;
}

.index2 a img {
    margin-left: 42px;
}

.index3 {
    background: url(../images/index3.png) no-repeat center;
    padding: 72px 0 86px;
    color: #fff;
    margin-top: 13px;
}

.index3 .tit {
    font-size: 40px;
    color: #F4F4F4;
}

.index3 .con {
    font-size: 32px;
}

.index3 ul {
    width: 722px;
    font-size: 25px;
    margin-top: 11px;
}

.index3 li img {
    border-radius: 10px;
    margin: 37px 0 11px;
}

.index4 {
    padding: 74px 0 206px;
    overflow: hidden;
}

.index4 .swiper {
    overflow: initial;
    margin-top: 40px;
}

.index4 .swiper-slide {
    border-radius: 30px;
    overflow: hidden;
}

.index4 .swiper-slide>div {
    width: 100%;
    height: 122px;
    background: rgba(66, 66, 66, 0.9);
    bottom: 0;
    color: #fff;
}

.index4 .tt {
    font-size: 30px;
    font-weight: bold;
}

.index4 .cn {
    font-size: 24px;
    margin-top: 6px;
}

.index4 .swiper-button {
    width: 44px;
    height: 88px;
    background: url(../images/left.png) no-repeat center;
}

.index4 .swiper-button-prev {
    left: -84px;
}

.index4 .swiper-button-next {
    right: -84px;
    transform: rotateY(180deg);
}

.index5 {
    background: url(../images/index5.png) no-repeat center;
    padding: 176px 0 175px;
}

.index5 .box>div {
    width: 624px;
}

.index5 a,.index5 a:hover {
    width: 311px;
    height: 82px;
    border-radius: 9px;
    border: 3px solid rgba(51, 102, 204, 0.26);
    background: rgba(96, 121, 171, 0.42);
    font-size: 25px;
    color: #fff;
    margin: 78px auto 0;
}

.index6 {
    background: url(../images/index6.png) no-repeat center;
    padding: 103px 0 108px;
    margin-top: 34px;
}

.index6 .num {
    -webkit-text-stroke: 3px #3366CC;
    font-size: 63px;
    font-weight: bold;
    color: #fff;
    font-family: initial;
    letter-spacing: -4px;
    margin-top: -49px;
}

.index6 li {
    width: 289px;
    height: 439px;
    background: rgba(21, 82, 206, 0.64);
    padding: 0 21px;
    color: #fff;
    margin-top: 109px;
    border: 3px solid rgb(255, 255, 255, .56);
    border-radius: 7px;
}

.index6 li img {
    margin-top: 20px;
}

.index6 .tt {
    font-size: 30px;
    margin: 55px 0 15px;
}

.index6 .con {
    font-size: 24px;
}

.index7 {
    background: linear-gradient(to bottom, #fff, transparent);
    padding: 118px 0 135px;
}

.index7 .content {
    background: url(../images/index7.png) no-repeat center;
    color: #505050;
    background-position: center 331px;
    margin-top: 61px;
}

.index7 .box {
    padding: 0 73px 0 55px;
}

.index7 .tit {
    font-size: 30px;
    font-weight: bold;
    margin: 84px 0 17px;
}

.index7 .con {
    font-size: 23px;
    line-height: 30px;
}

.index8 {
    background: url(../images/index8.png) no-repeat bottom;
    padding: 114px 0 136px;
}

.index8 .box {
    margin-top: 48px;
}

.index8 .tit {
    height: 160px;
    background: #fff;
    border: 3px solid rgba(21, 82, 206, 0.5);
    border-radius: 16px 16px 0 0;
    border-bottom: none;
    font-size: 22px;
    color: #4A4A4A;
}

.index8 .phone {
    background: url(../images/index8_01.png) no-repeat center;
    height: 160px;
    font-size: 29px;
    color: #fff;
    border-radius: 0 0 16px 16px;
}

.index9 {
    padding: 124px 0 143px;
}
.index9 .box{
    margin-top: 55px;
}
.index9 .box>div {
    width: 513px;
}

.index9 .box>div:nth-child(-n+4) {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 31px;
    margin-bottom: 25px;
}

.index9 .time {
    font-size: 15px;
    color: #747474;
    margin-bottom: 3px;
}

.index9 .time img {
    margin-right: 15px;
}

.index9 .tag {
    width: 52px;
    height: 22px;
    background: #3366cc;
    font-size: 12px;
    color: #fff;
    margin-right: 13px;
}

.index9 .tit {
    font-size: 18px;
    color: #414141;
}

/* index end */
.bg {
    padding: 74px 0 0;
}

.top .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}

.top .left {
    border-left: 5px solid #242424;
    padding-left: 12px;
}

.top .left p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #242424;
}

.top .left p:nth-child(2) {
    font-size: 16px;
    color: #AFAFAF;
}

.top .right,
.top .right a {
    font-size: 16px;
    color: #838383;
}

/* 关于我们 */
.about .index8 {
    padding: 86px 0 95px;
    background-position: 0 435px;
}

.about .index6 {
    padding: 0;
    background: none;
    margin-top: 0;
}

.about .index6 li {
    margin-top: 68px;
}

/* 关于我们 end */

/* 产品中心 */

.prolist {
    padding-bottom: 95px;
}

.prolist .content {
    margin: 37px auto 101px;
}

.prolist .p_left {
    width: 210px;
}

.prolist .tit {
    height: 78px;
    background: #3366cc;
    font-size: 21px;
    color: #fff;
    padding-left: 21px;
}

.prolist .nav {
    background: #fff;
    margin-top: 9px;
    padding: 0 21px 0 18px;
}

.prolist .nav a {
    height: 75px;
    border-bottom: 1px dashed #E1E1E1;
    font-size: 18px;
    color: #484848;
}

.prolist .nav a:last-child {
    border-bottom: none;
}

.prolist .nav .active {
    color: #3366CC;
}

.prolist ul.list {
    width: 973px;
}

.prolist .list li {
    background: #fff;
}

.prolist .list li:nth-child(n+2) {
    margin-top: 18px;
}

.prolist .img {
    width: 100%;
    height: 442px;
    background: rgb(248, 248, 248);
    overflow: hidden;
}

.prolist .con {
    padding: 22px 24px 26px 26px;
}

.prolist .tt {
    font-size: 18px;
    font-weight: 700;
    color: #353535;
}

.prolist .cn {
    font-size: 14px;
    line-height: 19px;
    color: #B8B8B8;
    margin-top: 12px;
    -webkit-line-clamp: 2;
}

/* 产品中心 end */

/* 招商合作 */
.case .content {
    padding: 73px 0 98px;
}

.case .nav a {
    font-size: 18px;
    color: #5F5F5F;
    margin-right: 118px;
}

.case .nav a:nth-child(5n) {
    margin-right: 0;
}

.case .nav .active::after,
.case .nav a:hover::after {
    content: '';
    width: 48px;
    height: 5px;
    border-radius: 30px;
    background: #3366cc;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;
}

.case .list {
    margin-top: 64px;
    padding-bottom: 42px;
    border-bottom: 1px solid #E0E0E0;
}

.case .list .img {
    width: 595px;
    height: 442px;
    overflow: hidden;
    margin-top: 10px;
}

/* 招商合作 end */


/* 新闻中心 */

.news {
    padding-bottom: 65px;
}

.news>.box {
    margin-top: 46px;
}

.news .list {
    margin-bottom: 23px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 23px;
}

.news .img {
    width: 405px;
    height: 318px;
    overflow: hidden;
}

.news .img img {
    width: auto;
    height: 100%;
}

.news .list>div {
    width: 789px;
    height: 319px;
    padding: 47px 37px 0 32px;
}

.news .tit {
    font-size: 24px;
    color: #000000;
    line-height: 51px;
}

.news .describe {
    -webkit-line-clamp: 4;
    font-size: 16px;
    color: #7C7C7C;
    line-height: 25px;
    margin: 30px 0 8px;
}

.news .more {
    float: right;
    font-size: 18px;
    color: #44362A;
}

.news .content {
    line-height: 2;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 40px;
}

/* 新闻中心 end */
.arc .content {
    padding: 80px 0;
}

.arc h3 {
    font-size: 32px;
}

.arc .con {
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
    padding: 30px 0;
}

.arc img {
    display: block;
    max-width: 100%;
    margin: auto;
}

/* contactUs */
.contactus {
    padding-bottom: 121px;
}

.contactus .text {
    margin-top: 40px;
}

.contactus .text p {
    font-size: 18px;
    line-height: 28px;
    color: #3F3F3F;
    margin-left: 21px;
}

.contactus .map {
    height: 470px;
    margin: 56px 0 0;
    background: #eee;
}

/* contactUs end */