
.mt {
    font-size: 0.9rem;
    height: 29px;
    line-height: 29px;
    margin-left: 18%;
    position: relative;
}

.mt p {
    display: none;
    color: red;
    margin-left: 5px;
}

.mt1 {
    font-size: 0.9rem;
    height: 29px;
    line-height: 29px;
    margin-left: 18%;
    /* position: relative; */
}

.mt1 p {
    display: none;
    color: red;
    margin-left: -40px;
}

#xt {
    background-color: #eee;
    width: 78%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 4px;
    top: 0;
    display: none;
    z-index: 9999
}

#xt li {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    cursor: pointer;
}

#xt li:hover {
    background-color: #ccc;
}

.bg_collection{
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(0deg, #F7F7F7 0%, #C8E0F8 100%); */
    position: absolute;
    top: 0px;
    background: url(../images/bg_collection.png) no-repeat;
    left: 0px;
    /* background-size: auto 100%; */
    background-position: bottom center;
}

.zx_banner {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    background-size: 100%;
}


.ban_left {
    width: 50%;
    position: relative;
    height: 440px;
    padding-top: 10px;
    float: left;
}

.ban_left .b_left_rig {
    width: 92%;
    height: 300px;
    float: left;
    position: relative;
}

.ban_left .b_left_rig>h3 {
    width: 100%;
    height: 110px;
    font-family: "微软雅黑";
    font-size: 3.33rem;
    line-height: 130px;
    color: #ffffff;
}

.ban_left .b_left_rig>p {
    color: #ffffff;
    width: 90%;
    font-family: "微软雅黑";
    /* height: 150px; */
    font-size: 1.5rem;
    line-height: 31px;
    padding-bottom: 5px;
}

.ban_left .b_left_rig>div {
    width: 100%;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    height: 50px;
}

.ban_left .b_left_rig>div>a {
    text-align: center;
    line-height: 40px;
    text-decoration: none;
    font-size: 1.3rem;
    font-size: 16px;
    width: 160px;
    height: 40px;
    display: block;
    float: left;
}

.ban_left .b_left_rig>div>a {
    color: #fff;
    background-color: #09f;
    /* border: 1px solid #09f; */
    margin-left: 1.5rem;
}

.ban_left .b_left_rig>div>a:hover {
    background: -webkit-linear-gradient(left, #86c2ff, #349aff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #86c2ff, #349aff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #86c2ff, #349aff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #86c2ff, #349aff);
    /* ÃƒÂ¦Ã‚Â Ã¢â‚¬Â¡ÃƒÂ¥Ã¢â‚¬Â¡Ã¢â‚¬Â ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¨Ã‚Â¯Ã‚Â­ÃƒÂ¦Ã‚Â³Ã¢â‚¬Â¢ÃƒÂ¯Ã‚Â¼Ã‹â€ ÃƒÂ¥Ã‚Â¿Ã¢â‚¬Â¦ÃƒÂ©Ã‚Â¡Ã‚Â»ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¾ÃƒÂ¥Ã…â€œÃ‚Â¨ÃƒÂ¦Ã…â€œÃ¢â€šÂ¬ÃƒÂ¥Ã‚ÂÃ…Â½ÃƒÂ¯Ã‚Â¼Ã¢â‚¬Â° */
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 5px 10px 0 #A0BCDE;
}


.alert_wk {
    width: 600px;
    min-height: 530px;
    background: #fff;
    /* border-radius: 8px; */
    position: fixed;
    left: 50%;
    top: 100px;
    overflow: hidden;
    margin-left: -187.5px;
    z-index: 9;
    display: none;
}

.alert_wk2 {
    width: 600px;
    min-height: 530px;
    background: #fff;
    /* border-radius: 8px; */
    position: fixed;
    left: 50%;
    top: 100px;
    overflow: hidden;
    margin-left: -187.5px;
    z-index: 9;
    display: none;
}



.ban_right {
    width: 50%;
    height: 400px;
    float: right;
}

.b_r_top {
    width: 100%;
    height: 350px;
}

.jt {
    width: 100%;
    margin-top: 140px;
    cursor: pointer;
    display: none;
}

.b_r_top:hover .jt {
    display: block;
}

.r_t_cen {
    width: 100%;
    height: 350px;
    float: left;
}

.b_r_bot {
    width: 100%;
    height: 40px;
}

.b_r_bot>ul {
    width: 130px;
    height: 40px;
    margin: 0 auto;
}

.b_r_bot>ul>li {
    width: 15px;
    height: 15px;
    cursor: pointer;
    border-radius: 25px;
    background-color: #999;
    float: left;
    margin: 1rem 0 0 1rem;
}

.b_r_bot>ul>li:hover {
    background-color: #3399ff;
}



.nav_bot {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dce2ec;
    border-bottom: 1px solid #eee;
    /* box-shadow: 0 2px 5px 0 #DCE2EC; */
}

.unav {
    clear: both;
    width: 33%;
    margin: 0 auto;
    height: 50px;
}

.unav>li {
    float: left;
    width: 20%;
    height: 45px;
    margin-left: 1rem;
    line-height: 50px;
}

.unav>li>a {
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #000;
    /* font-weight: bold; */
    font-size: 1.2rem;
    /* font-size: 14px; */
}

@media screen and (max-width:1200px) {
    .lg_box {
        width: 25%;
        float: left;
    }

    .unav {
        clear: both;
        width: 50%;
        margin: 0 auto;
        height: 45px;
    }

    .unav>li {
        float: left;
        width: 20%;
        height: 40px;
        margin-left: 1rem;
        line-height: 45px;
    }

    .unav>li>a {
        width: 100%;
        height: 45px;
        display: block;
        text-align: center;
        text-decoration: none;
        color: #000;
        font-weight: bold;
        font-size: 1.34rem;
    }

    .col-lg-3.col-md-6.col-xs-12.lerig {
        width: 43%;
    }
}



.main_cp {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
}

.main_cp .main_cp_cent {
    max-width: 1200px;
    /* overflow: hidden;*/
    font-size: 1rem;
    line-height: 15px;
    /* margin-bottom: 10px; */
    margin: 0 auto;
}

.main_cp .main_cp_cent .cp_cent_top {
    width: 100%;
    height: 8rem;
    /* margin-bottom: 2rem; */
    /* border-bottom: 2px solid #dce2ec; */
}

.main_cp .main_cp_cent .cp_cent_top .cent_top_zi {
    width: auto !important;
    overflow: hidden;
    /* border-bottom: 4px solid #3399ff; */
    text-align: center;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    height: 8rem;
    line-height: 10rem;
    padding-left: 18px;
}



.main_cp .main_cp_cent .cp_cent_top .cent_top_zi2 {
    width: auto !important;
    overflow: hidden;
    /* border-bottom: 4px solid #3399ff; */
    text-align: center;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    height: 8rem;
    line-height: 10rem;
    padding-left: 18px;
    padding-block-end: 20px
}

.intro_text {
    letter-spacing: 1px;
    text-align: center;
}

.main_js {
    width: 100%;
    height: 180px;
    overflow-y: auto;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 35px;
    color: #666;
    text-align: center;
}

.main_js1 {
    width: 100%;
    height: 400px;
    overflow-y: auto;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 35px;
    color: #666;
    text-align: justify;
    text-justify: inter-ideograph;
}

.main_yewu img {
    width: 100%;
    margin-bottom: 50px;
    cursor: default;
}

.main_xitong img {
    width: 100%;
    margin-bottom: 50px;
    cursor: default;
    padding-left: 2%;
}


.main_tedian {
    width: 102%;
    height: 480px;
    padding-top: 20px;
    margin-right: 0px;
}

.col-lg-4 {
    margin-bottom: 2rem;
}


.dz_left {
    margin: 0;
    padding: 0;
}

.dz_left div input {
    outline: none;
    width: 100%;
    float: left;
    height: 30px;
    background-color: #FFFFFF !important;
    padding-left: 33px;
    border: 1px solid #dbe2ec;
    margin-top: 20px;
    height: 40px;
    background-size: auto 50% !important;
    background-position: 7px center !important;
}

.dz_left div input:focus {
    border: 1px solid rgba(0, 153, 255, 0.5);
    box-shadow: 0px 0px 8px rgba(0, 153, 255, 0.3);
}



.tit {
    width: 100%;
    opacity: 0;
    transition: 1.2s 0.6s;
    height: 60px;
    -webkit-transition: 1.2s 0.6s;
    /* font-weight: bold; */
    font-size: 2rem;
    text-align: center;
    position: relative;
    line-height: 60px;
    color: #2d4494;
    z-index: 9;
}

.p {
    width: 90%;
    margin: 0 auto;
    height: 90px;
    color: #fafbff;
    font-size: 1rem
}


.ou_border {
    border-radius: 50%;
    background: -webkit-linear-gradient(top, rgba(61, 147, 216, 0.61), rgba(0, 36, 76, 0.76));
    width: 60px;
    box-shadow: 0 5px 20px 0 #131A2C;
    height: 60px;
    margin: 0 auto;
    box-sizing: border-box;
}

.ou_border img {
    margin-top: 13px;
    position: relative;
    top: 10px;
}


.snav_now {
    background: #ECF6FF;
}

.snav_now a {
    color: #3399FE !important;
}

.snav_now .snav_border {
    display: block;
}

.unav {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
}


.unav li {
    cursor: pointer;
    line-height: 40px;
    width: 14%;
    margin: 0px;
    padding: 0px;
    float: left;
    height: 40px;
    box-sizing: border-box;
    position: relative;
}


.nav_bot {
    max-width: 100%;
    display: block;
    /* border-bottom:0px; */
}

.snav_border {
    position: absolute;
    height: 3px;
    width: 60px;
    left: 50%;
    background: #0099FF;
    bottom: 0px;
    margin-left: -30px;
    border-radius: 7px;
    display: none;
}

.snav_now .snav_border {
    display: block;
}


/**zhanghui*/
.main_cp .main_cp_cent .cp_cent_top .cent_top_zi3 {
    width: auto !important;
    overflow: hidden;
    text-align: center;
    font-size: 2rem;
    display: inline-block;
    position: relative;
    height: 8rem;
    line-height: 10rem;
    padding-left: 550px;
    padding-block-end: 20px
}
.main_js3 {
    width: 100%;
    height: 125px
}
.solution {
	float:left;
	width:50px;
	height:50px;
	margin:50px;
}
#content_introduced {
	float:left;
	left:650px;
	width:450px;
    position:relative;
	bottom:420px;	
	}
.title_name{
	font-size:2rem;
	font-weight:200px
	}
.introduced{
	font-size:1.5rem;
	line-height:25px;
	color:#666
}


.main_cp .main_cp_cent .main_gongeng {
    width: 100%;
    height: 4rem;
    /* margin-bottom: 2rem; */
    /* border-bottom: 2px solid #dce2ec; */
}
.main_cp .main_cp_cent .main_gongeng ul {
    width: 1200px;
    height: 50px;
    letter-spacing: -4px;
}
.main_cp .main_cp_cent .main_gongeng ul li {
    width:200px;
    display: inline-block;
    font-size: 1.6rem;
    text-align: center;
    height: 4rem;
    line-height: 4rem;
    border:1px solid rgba(221,221,221,1);
    border-radius:8px; 
    background-color: rgba(245,248,250,1);
    letter-spacing: normal;
}
.main_cp .main_cp_cent .main_gongneng_img {
    width: 100%;
    height: 695px;
    margin-top: 30px; 
    /* border-bottom: 2px solid #dce2ec; */
}
.main_cp .main_cp_cent .main_gongneng_imgdiv{
    width: 100px;
    vertical-align: middle;
    text-align:center;
    margin:17.5px 0px 17.5px 135px; 

}




.lg_box {
    height: auto;
}

.main_bushu .fangan_1 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    /* margin:25px 0 0 7px; */
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    cursor: default;
}


.main_jiaz .jiaz_xl .jz_tu {
    width: 100%;
    border: 1px solid #eeeeee;
    height: 100px;
    overflow: hidden;
    background-color: #ecf6ff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main_jiaz .jiaz_xl .jz_tu .t_xs {
    width: 40px;
    height: 40px;
    margin: 2rem auto 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main_jiaz .jiaz_xl .jz_bt {
    width: 100%;
    border: 1px solid #eeeeee;
    border-top: none;
    overflow: hidden;
    height: 220px;
    background: url(../images/shuiyin.png) no-repeat;
    /* background-size: 100% 100%; */
    background-position: center center;
    line-height: 220px;
    text-align: center;
    font-size: 2.5rem;
    color: #4a4a4a;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.t_yc {
    display: none;
    width: 55px;
    height: 55px;
    position: relative;
    margin: 2rem auto 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main_jiaz .jiaz_xl .b_yc {
    width: 100%;
    height: 0;
    /* border: 1px solid #eee; */
    border-top: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.main_jiaz .jiaz_xl .b_yc>div {
    width: 100%;
    text-align: center;
    height: 60px;
    padding-top: 9px;
    color: #243b51;
    /* font-weight: bold; */
    font-size: 2.5rem;
    line-height: 70px;
}

.main_jiaz .jiaz_xl .b_yc>p {
    width: 80%;
    color: #666;
    height: 90px;
    font-size: 1.33rem;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 20px;
}

.main_cp .main_cp_cent .main_bushu {
    width: 100%;
    height: 350px;
    font-weight:bold;
}
.main_cp .main_cp_cent .main_bushu ul {
    width: 1200px;
    height: 300px;
    letter-spacing: 53px;
}
.main_cp .main_cp_cent .main_bushu ul li {
    width:360px;
    display: inline-block;
    line-height: 6rem;
    height: 300px;
    border:5px solid rgba(221,221,221,1);
    border-radius:8px; 
    letter-spacing: normal;
    text-align: center;
    font-size: 21px;
    font-family: MicrosoftYaHei-Bold;
    background-color: #fff;
    font-weight:bold;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}
.main_cp .main_cp_cent .main_bushu ul li img{
   padding-top: 60px;
}

.main_cp .main_cp_cent .main_bushu .img-responsive:hover {
    box-shadow: 0 0 30px 0 #bbbbbb;
    transform: scale(1.22);
    z-index: 99;
 
}

.main_cp .main_cp_cent .main_bushu .img-responsive:hover .jgover {
    transition: all .3s;
    left: 0px;
    display: block;
}

.main_cp .main_cp_cent .main_bushu .img-responsive .xs {
    transition: all .3s;
    background-position: 3px 0px;
    overflow: hidden;
}

.main_cp .main_cp_cent .main_bushu .img-responsive jgover {
    position: absolute;
    height: 60px;
    left: 100%;
    top: 0px;
    width: 100%;
    transition: all .6s;
}

