body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
}

body {
    background-color: #fff;
    color: #123456;
    min-width: 1200px !important;
}

/* header css start */
.header__main {
    background-color: #323b4c;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.header__main .header_center {
    margin: 0 auto;
    /* width: 1200px; */
    padding-left: 50px;
    height: 60px;
}

.header__main .header_center .logo {
    vertical-align: middle;
    line-height: 60px;
    flex-shrink: 0;
    height: 60px;
}

.header__main .header_center .logo_img {
    vertical-align: top;
    border: 0;
    height: 60px;
    display: inline-block;
}

.header__main .header_center .logo_img img {
    vertical-align: top;
    border: 0;
    height: 40px;
    width: auto;
    margin-top: 10px;
}

.header__main .header_center .logo .logo_d {
    font-size: 30px;
    margin: 0 12px;
}

.header__main .header_center .logo .logo_text {
    font-size: 18px;
    margin-left: 20px;
}

.header__main .header_center .header_left {
    display: flex;
    align-items: center;
}

.header__main .header_center .header_left .nav_box {
    flex-shrink: 1;
    width: 100%;
}

/* header css end */

/* nav css end */
.nav {
    height: 60px;
    display: flex;
    width: 100%;
    padding: 0 40px;
}

.nav .nav_item {
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
}

.nav .nav_item:hover {
    /* color: rgb(255, 0, 0); */
    color: rgba(255, 255, 255, 1);
}

.nav .nav_item.active .line {
    position: absolute;
    color: rgba(255, 255, 255, 1);
    width: 80%;
    height: 2px;
    left: 10%;
    bottom: 0;
}

.nav .nav_item.active {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}

/* nav css end */

/* footer css start */
.footer {
    background-color: #262626;
    padding: 20px 0;
    color: #fff;
}

.footer .footer_center {
    width: 1200px;
    margin: 0 auto;
}

.icon_box {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    background-color: #0F64D1;
}

.footer_contact {
    display: flex;
}

.contact_item {
    display: flex;
    align-items: center;
    margin-right: 40px;
}

.contact_item .text {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    font-size: 14px;
    line-height: 1.8;
}

.icon_box .icon {
    fill: #fff;
    width: 28px;
    height: 28px;
    margin-top: 4px;
}

.icon_box .icon.adjust {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

.link_ship {
    font-size: 14px;
    color: #999;
    margin-top: 40px;
}

.link_ship a {
    display: inline-block;
    margin: 0 10px;
}

.footer .footer_bottom {
    font-size: 14px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    margin-top: 20px;
}

.footer_bottom_center {
    display: flex;
    justify-content: space-between;
    color: #999;
    width: 1200px;
    margin: 0 auto;
}

/* http://192.168.101.16:8091/images/contact_information.3f39.png */
.footer .footer_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer .footer_top .footer_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
}

.footer .footer_top .footer_right .qr_code {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    background: url('../images/qiyewchat.png') no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
}

/* footer css end */

.header_right {
    float: right;
    margin-top: -45px;
    margin-right: 20px;
    font-size: 17px;
    display: flex;
    flex-flow: row nowrap;
}

.header_right button.login {
    /* border: 1px solid #fff; */
    border: none;
    border-radius: 16px;
    background: none;
    box-shadow: none;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin: 0;
    height: 32px;
    width: 76px;
    line-height: 32px;
    font-weight: 400;
    font-size: 16px;


}

.header_right button.login2 {
    width: 80px;
    height: 30px;
    background: #1462FF;
    border-radius: 0px 0px 0px 0px;
    font-weight: 400;
    /* font-size: 20px; */
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    border: none;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 2px;
    z-index: 99;

}
.header_right .hear_right_phone{
width: 120px;
padding-left: 80px;
}
.header_right .hear_right_phone img{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.header_right .hear_right_phone span{
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin-left: 10px;
}

.header_right button.login:hover {
    /* background-color: rgba(255, 255, 255, 0.8); */
    /* background-color: #fff; */
    /* border-width: 2px; */
    border-color: #2D77E6;
    color: #2D77E6;
    font-weight: 600;
    cursor: pointer;
}

.header_right button.login2:hover {
    cursor: pointer;
}

.product_introduce {
    width: 100%;
    height: 750px;
    background-image: url(../images/jjfaBg.png);
    background-size: 100% 100%;
}

.product_introduce_img_box {
    width: 100%;
    text-align: center;
}

.product_introduce_img_box img {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
}

.product_architecture_center {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
}

.product_architecture_center .architecture_title {
    color: #1A1311;
    font-size: 16px;
}

.product_architecture_center .architecture_content {
    width: 100%;
    height: 421px;
    background: #F4F8FE;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 10px 10px 10px 10px;
    border: 6px solid #FFFFFF;
    margin-top: 50px;
    padding: 0 30px;
    padding-top: 50px;
}

.product_architecture_center .architecture_content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.architecture_content .content_left {
    width: 30%;
    height: 230px;
    margin: 0 auto;
    margin-top: 20px;
}

.architecture_content .content_left .content_left_line {
    margin-top: 10px;
}

.architecture_content .content_left .content_left_line span {
    margin-left: 20px;
    display: inline-block;
    font-size: 15px;
    color: #000000;
    /* height: 28px; */
}

.architecture_content .content_left img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.architecture_content .content_imgbox {
    background: #fff;
    height: 250px;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    /* border: 4px solid #FFFFFF; */
    border-radius: 6px;
    /* opacity: 0.69; */
}

.architecture_content .content_imgbox div {
    font-size: 15px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    /* padding: 20px 20px 20px 30px; */
}

.architecture_content .content_imgbox img {
    width: 310px;
    height: 200px;
}

.product_introduce2 {
    height: 1110px;
    background-image: url(../images/cpkjbg.png);
}

.product_introduce_main {
    width: 1200px;
    /* text-align: center; */
    margin: 0 auto;
}

.product_introduce2 .product_introduce_img_box {
    margin-top: 50px;

}

.product_introduce2 .product_introduce_img_box img {
    width: 1200px;
    height: auto;
}

.product_introduce2 .product_introduce_title {
    color: #1A1311;
    font-size: 16px;
}

.product_introduce2 .swiper_box {
    width: 100%;
    margin-top: 20px;
}

.product_introduce2 .swiper-slide {
    width: 240px;
    height: 175px;
    background: #EBF3FE;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
}

.product_introduce2 .swiper-slide img {
    width: 100%;
    height: 133px;
}

.product_introduce2 .swiper-slide div {
    width: 100%;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    color: #000;
}

.product_introduce2 .product_introduce_title2 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-top: 45px;
}

.product_function2 {
    width: 100%;
    height: 800px;
    margin-top: 20px;
}

.product_function2 .product_function_main2 {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 20px 0;
}

.product_function2 .product_function_main2 h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 45px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.product_function2 .product_function_center {
    width: 100%;
    height: 750px;
}

/* 平台管理 */
.product_ptguanli {
    width: 100%;
    height: 800px;
    margin-top: 60px;
    background: #F6F8FA;
}

.product_ptguanli .product_ptguanli_main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}

.product_ptguanli .product_ptguanli_main h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 45px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.product_ptguanli .ptguanli_img_box{
    width: 100%;
    height: 500px;
    margin-top: 30px;
    background: #F4F8FE;
box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
border-radius: 10px 10px 10px 10px;
border: 6px solid #FFFFFF;
    
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content{
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* flex-flow: row;
    justify-content: space-between; */
    display: none;
    

}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_left{
    display: inline-block;
    width: 40%;
    height: 100%;
    color: #000;
    box-sizing: border-box;
    padding: 50px;
    line-height: 30px;
    font-weight: 400;
    padding-top: 100px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right{
    display: inline-block;
    width: 50%;
    height: 100%;
    float: right;
    top: 0;
    right: 0;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs1{
    width: 500px;
    height: 410px;
    vertical-align: middle;
    margin-top: 30px;

}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs2{
    width: 450px;
    height: 300px;
    margin-top: 95px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs3{
    width: 450px;
    height: 320px;
    margin-top: 60px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs4{
    width: 450px;
    height: 320px;
    margin-top: 60px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs5{
    width: 450px;
    height: 350px;
    margin-top: 60px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right .ptguanli_img_cs6{
    width: 450px;
    height: 350px;
    margin-top: 60px;
}
.product_ptguanli .ptguanli_img_box .ptguanli_img_content_right img{
    width: 100%;
    height: 100%;
}
.ptguanli_content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.ptguanli_content .ptguanli_content_line {
    width: 150px;
    height: 110px;
    text-align: center;
}
.ptguanli_content .active{
    border-bottom: 2px solid #2380FD;
    color: #5C92FF;

}
.ptguanli_content .active div{
    color: #5C92FF !important;
}

.ptguanli_content .ptguanli_content_line img {
    width: 50px;
    height: 60px;
}

.ptguanli_content .ptguanli_content_line div {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

.ptguanli_content_line:hover {
    cursor: pointer;
    border-bottom: 2px solid #2380FD;
}

.ptguanli_content_line:hover div {
    color: #5C92FF;

}

.fanganys {
    width: 100%;
    /* height: 900px; */
    background: #fff;
    margin-top: 20px;
}

.fanganys .fanganys_main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 50px;
}

.fanganys .fanganys_main h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 45px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.fanganys_txt {
    color: #1A1311;
    line-height: 25px;
}

.fanganys .fanganys_content {
    width: 100%;
    margin-top: 50px;
}

.fanganys .fanganys_content img {
    width: 100%;
}

.yingycj {
    width: 100%;
    /* height: 900px; */
    background: #fff;
    margin-top: 20px;
}

.yingycj .yingycj_main {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    padding-top: 50px;
}

.yingycj .yingycj_main h3 {
    font-size: 30px;
    font-weight: 400;
    margin: 0 0 45px 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.fanganys_txt {
    color: #1A1311;
    line-height: 25px;
}

.yingycj_content {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.yingycj_content .yingycj_line {
    width: 150px;
    height: 400px;
    border-radius: 5px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    transition: width 0.5s ease-in-out;
    /* opacity: 0.5; */
}
.yingycj_content .yingycj_line1{
    background-image: url(../images/cj1.png);
}
.yingycj_content .yingycj_line2{
    background-image: url(../images/cj2.png);
}
.yingycj_content .yingycj_line3{
    background-image: url(../images/cj3.png);
}
.yingycj_content .yingycj_line4{
    background-image: url(../images/cj4.png);
}
.yingycj_content .yingycj_line5{
    background-image: url(../images/cj5.png);
}
.yingycj_content .yingycj_line6{
    background-image: url(../images/cj6.png);
}
.yingycj_content .yingycj_line_opac{
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 180deg, rgba(3,95,255,0.03) 0%, #0A378A 100%);
    z-index: 9;
    top: 0;
    left: 0;
}


.yingycj_content .yingycj_line .yingycj_line_title {
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 15px;
    bottom: 40px;
    z-index: 20;
}

.yingycj_content .yingycj_line:hover {
    cursor: pointer;
    width: 250px;
    background-size: 100% 100%;

    /* opacity: 1; */
}
.tip_bottom{
    margin-top: 20px;
    width: 100%;
    height: 250px;
    background-image: url(../images/bottomTipBg.png);
    background-size: 100% 100%;
}
.tip_bottom_content{
    width: 100%;
    padding-left: 200px;
    padding-top: 60px;
}
.tip_bottom_content div{
    font-size: 17px;
    color: #1A1311;
    margin-bottom: 20px;
}
.tip_bottom_content .zixunbtn{
    background: #0B78F6;
border-radius: 29px 29px 29px 29px;
font-size: 16px;
color: #FFFFFF;
border: none;
padding: 7px 15px;
}
/* 底部 */
.footer_box{
    width: 100%;
    height: 320px;
    background: #131416;
}
.footer_box .footer_main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 25px;
}
.footer_box .footer_main_top{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  
}
.footer_box .footer_main_top .footer_main_top_line{
    width: 200px;
    color: #fff;
    line-height: 40px;
}
.footer_box .footer_main_top .footer_main_top_line img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.footer_box .footer_main_top .footer_main_top_line span{
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}
.footer_box .footer_main_top .footer_main_top_line1 img{
    width: 115px;
    height: 40px;
}
.footer_box .footer_main_content{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.footer_box .footer_main_content >div{
    width: 50%;
}
.footer_box .footer_main_content_left{
    /* margin-top: 20px; */
}
.footer_box .footer_main_content_left .content_left_line{
    display: flex;
    flex-flow: row nowrap;
    margin-top: 20px;

}
.footer_box .footer_main_content_left .content_left_line .content_left_line_txt{
    width: 120px;
    text-align: left;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    opacity: 0.8;
}
.footer_box .footer_main_content_right{
    width: 30% !important;
}
.footer_box .footer_main_content_right .conyent_right_line{
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
}
.footer_box .footer_main_content_right .conyent_right_line img{
width: 20px;
height: 20px;
vertical-align: middle;
}
.footer_box .footer_main_content_right .conyent_right_line2 img{
    width: 120px;
    height: 120px;
    margin-left: 25px;
}
.beian_box{
    width: 100%;
    height:50px ;
    background-color:#1b1f22;
    color: #515456;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 40px;
    
}
.beian_box div{
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: 700;
}