body,
html {
    font-size: 10px;
    /* max-width: 1200px; */
    margin: 0 auto;

}

* {
    margin: 0;
    padding: 0;
    color: #252b3a;
    font-family: "Microsoft YaHei";
}

.head-img {
    width: 420px;
    height: 420px;
}

.head-img img {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1200px) {}

/*页面大于1200时的样式*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {}

@media only screen and (min-width: 850px) and (max-width:1024px) {}

@media only screen and (min-width: 670px) and (max-width:850px) {}

@media only screen and (max-width: 670px) {}


/* 竖线 */
.s-line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #DADADA;
    margin: 0 15px;
}

.tran {
    opacity: 0;
}

/* 横线 */
.c_line {
    display: block;
    border-radius: 3px;
    width: 90px;
    height: 6px;
    background: #3784FF;
}

.hide {
    display: none !important;
}

/* 字体白色 */
.color-white {
    color: white !important;
}

.head2>ul li>span {
    color: #fff;
}

.head2>ul li a {
    /* padding: 10px 0; */
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    color: white;
}

header .logo {
    margin-right: 120px;
    cursor: pointer;
}
.tell {line-height: 70px;}
.tell img{width: 28px; vertical-align: middle; margin-top: -5px; padding-right: 5px;}
header .logo img {
	height: 60px;vertical-align: middle;
}

header .head {
    width: 1200px;
    height: 70px;
    margin: 0 auto;
    position: relative;
}

header .telephone {
    display: flex;
    flex-direction: row;
    color: white;
}

header .telephone .tel-box {
    display: flex;
    align-items: center;
}

header .tel-box>img {
    margin-right: 10px;
    width: 14px;
    height: 20px;
}

header .tel-box>span {
    white-space: nowrap;
    color: white;
}

header .list {
    height: 100%;
    width: 68%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

header .list>li {
    /* width: 15%; */
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    color: white;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 44px;
}

.head1 .list>li {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 19px;
}

header .list {
    position: relative;
}

header .userHead {
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

header .userHead>img {
    width: 50%;
    border-radius: 50%;
}

#special .special_list {
    text-align: left;
    position: absolute;
    font-weight: normal;
    top: 100%;
    left: -36px;
    width: 600px;
    height: auto;
   
    display: flex;
    border-radius: 2px;
    box-shadow: 0 0 8px 0 rgba(41, 61, 192, 0.2);
    cursor: hand;
}

.addColor {
    color: #3784FF;
}

.special_list {
    padding: 0 50px;
    padding-top: 30px;
    padding-bottom: 50px;
    justify-content: space-around;
}

.special_list .items ol {
    height: 100%;
}

.special_list .items ol li {
    padding-top: 20px;
    color: #dedede;
}

.special_list .items ol li span:first-child {
    background: #dedede;
    color: #6F6F6F;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
}

.special_list .items ol li span:nth-child(2) {
    color: #6F6F6F;
}

#special .special_list::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 43px;
    height: 20px;
    width: 20px;
    transform: rotate(45deg);
    background: white;
    box-shadow: 0 0 10px rgba(41, 61, 192, 0.2);
}

#special .special_list::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    border-radius: 2px;
    background: white;
}

#product {
    cursor: pointer;
}

#product,
#special {
    position: relative;
}

#product>span {
    padding: 10px;
}

#product .product_list {
    position: absolute;
    font-weight: normal;
    top: 54px;
    left: -47px;
    width: 640px;
    height: 308px;
    padding-top: 42px;
   
    display: flex;
    box-sizing: border-box;
    border-radius: 2px;
    box-shadow: 0px 8px 24px rgba(122, 122, 122, 0.16);
	background: #FFF;
}

#product .product_list::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 48px;
    width: 74px;
    height: 2px;
    background:#2d94f2;

}

#product .product_list::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 20px;
    border-radius: 2px;
    background: white;
}


#product .product_list .dot_line {
    width: 1px;
    height: 213px;
    border-right: 2px dotted #E7E7E7;
    margin-top: 50px;
    display: inline-block;
}

#product .product_list .pl_down {

    width: 320px;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 46px;
	background: #FFF;
}

#product .product_list .pl_down>img {
    width: 34px;
    height: 34px;
}

#product .product_list .pl_down .pl_title {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: 28px;
    margin-top: 8px;
}

#product .pl_title>span {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #404750;
}

#product .pl_title>a,
#product .product_list .pl_down .pl_title>p {
    font-size: 14px;
    font-weight: 400;
    color: #404750;
    margin-bottom: 12px;
    display: flex;
    align-items: center;

}

#product .pl_title>a:hover {
    color:#2d94f2;
	text-decoration: none;
}


#product .product_list .pl_down.pl_right .pl_title>p {
    color: #B4B4B4;
}

#product .product_list .pl_down.pl_left .pl_title>p:hover {
    color: #3784FF;
}

#product .product_list .pl_title>img {
    margin-right: 20px;
}

header .list>li.active {
    font-weight: bolder;
}

header .land-btn {
    width: 8.4%;
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

header .land-btn:hover {
    background: white;
    color: #3784FF;
}

header.newhead {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}


header.newhead .head2>ul li a,
header.newhead .head2>ul li>span {
    color: #333;

}

header.newhead .land-btn {
    background: #3986FF !important;
    color: white;
}

header.newhead .land-btn:hover {
    background: #0078c9 !important;
}

header.newhead .list>li {
    color: #252b3a !important;
}

header.newhead .list>li:hover {
    color: #3986FF !important;
}

header.newhead .telephone {
    color: #252b3a !important;
}

header.newhead .tel-box>span {
    color: white;
    color: #252b3a;
}

header.newhead .experience {
    color: #FFF;
    background: #3986FF;
    width: 102px;
    height: 36px;
    border: 1px solid #3986FF;
    opacity: 1;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
}

header.newhead .experience:hover {
    color: #fff;
    background: #0078c9;
}

header.newhead1 .experience {
    color: #FFF;
    background: #3986FF;
    width: 102px;
    height: 36px;
    border: 1px solid #3986FF;
    opacity: 1;
    border-radius: 2px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    top: 16px;
    right: 0;
    cursor: pointer;
}

header.newhead ul li {
    color: #333;
}

header.newhead1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

header.newhead1 ul li {
    color: #333;
}

header.newhead1 .head2>ul li a,
header.newhead1 .head2>ul li>span {
    color: #333;
}

header.newhead1 .land-btn {
    background: #3986FF !important;
    color: white;
}

header.newhead1 .land-btn:hover {
    background: #0078c9 !important;
}

header.newhead1 .list>li {
    color: #252b3a !important;
}

header.newhead1 .list>li:hover {
    color: #3986FF !important;
}

header.newhead1 .telephone {
    color: #252b3a !important;
}

header.newhead1 .tel-box>span {
    color: white;
    color: #252b3a;
}

.tell{font-size: 20px; color: #2d94f2;}

footer {

    width: 100%;
    background: #000421;

}

.foot1 {
    width: 1200px;
    height: 168px;
    position: relative;
    margin: 0 auto;
}

.foot1 img {
    width: 100%;
    height: 100%;
}

.tiyan_des {
    font-size: 26px;
    font-weight: 300;
    line-height: 65px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -190px;
    padding-top: 10px;
    letter-spacing: 2px;
}

.tiyan_btn {
    width: 206px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    /* padding: 11px 63px; */
    background: linear-gradient(90deg, #6D3AFF 0%, #2B0EF6 100%);
    opacity: 1;
    border-radius: 24px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 79px;
    left: 50%;
    margin-left: -103px;
}

.foot {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-top: 32px;
}

.foot .fta {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #43434a; */
    box-sizing: border-box;
    padding-bottom: 30px;
}

.fa_item {
    width: 25%;
    display: flex;
}

.fa_item>.iconfont {
    color: #91939A;
    font-size: 36px;
    margin-right: 10px;
}

.fa_item>P {
    color: #91939A;
    white-space: nowrap;
    font-size: 14px;
}

.fa_item>P>span {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.ftb {
    height: 325px;
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    background: #000421;
    border-top: 1px solid #8E8F96;
}

.fb_item {
    width: 240px;
    height: 324px;
    display: flex;
    flex-direction: column;
}

.fb_item>p {
    color: white;
    font-size: 20px;
    margin: 38px 0;
}

.fb_item>span {
    margin-bottom: 18px;

}

.fb_item .wechat {
    margin-top: 10px;
}

.fb_item>span>a {
    font-size: 16px;
    color: #8E8F96;
    font-size: 14px;
}

.fb_item>img {
    width: 180px;
    height: 180px;

}

.fb_item .fb_contact {
    color: white;
}

.fb_item .fb_tel {
    margin-bottom: 24px;
}

.fb_contact>span {
    color: white;
    font-size: 16px;
}

.fb_contact>.iconfont {
    margin-right: 10px;
}

.ftc {
    width: 100%;
    height: 80px;
    background: #000421;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.ftc>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    color: #8E8F96;

}

.ftc>p:nth-of-type(1) {
    margin-bottom: 5px;
}

.ftc>p>a {
    margin-right: 10px;
    color: #91939A;
}

.consult {
    width: 100%;
    height: 200px;
    text-align: center;
}

.consult .consult_title {
    font-size: 28px;
    color: white;
    padding: 34px 0 47px;
}

.consult .consult_btn {
    color: white;
    background: transparent;
    border: 1px solid #f9f7f7;
    width: 172px;
    height: 48px;
    cursor: pointer;
    font-size: 18px;
}

.d_line {
    width: 39px !important;
    height: 4px;
    background: #409EFF;
    opacity: 1;
    margin: 10px 0;
}