@charset 'utf-8';

.main {
    width: 100%;
    background-color: #eff1f6;
    /* float: left; */
    /* min-height: 900px; */
}

.banner{
    float: left;
    width: 100%;
    height: 440px;
    background:url("../images/zwxmt/banner.jpg") no-repeat center center #fff ;
}

        
.top1
{
	width: 100%;
	height: 356px;
	background: url(../images/zwxmt/newxmt_01.jpg) no-repeat center 0px ;
	clear: both;
}

.top2
{
	width: 100%;
	min-height: 156px;
	background: url(../images/zwxmt/newxmt_02.jpg) no-repeat center 0px ;
	padding-top:20px;
	clear: both;
}
.xmtc{max-width: 1100px;
    width: 100%;
    margin: 0px auto; clear: both;  }
.ico{ width: 20%; float: left; position: relative;  text-align: center;}
.ico:hover>ul{
    display: block;
   z-index:100;
}
.ico>ul{ width:155px; position: absolute; top: 100px; left: 40px; display: none; background-color: #fff;  }
.ico>ul li{ float: left; text-align: center; }
.ico>ul li img{ width: 120px; height: 120px; display: block; }
.banner_box {
    position: relative;
    top: 58%;
    left: 38%;
    width: 630px;
    height: 170px;
    background-color: rgba(255, 255, 255,0.2);
    border-radius: 10px;
    box-shadow: 0.3px 0.3px 0.3px 0.3px #999;
    padding: 10px 20px;
}

.banner_title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 100%;
    width: 5%;
    float: left;
}

.banner_contect {
    float: left;
    width: 95%;
    height: 100%;
}

.banner_contect ul {
    width: 100%;
    height: 100%;
}

.banner_contect ul li {
    width: 100px;
    margin:4px 0 0 40px;
    float: left;
}

.banner_contect ul li p{
    border-radius: 5px;
    border: 1px  solid skyblue;
    padding: 2px;
    width: 100%;
    height: 100px;
    margin-bottom: 5px;
    overflow: hidden;
}
.banner_contect ul li p img{
    width: 100%;
    height: 100%;
}

.banner_contect ul li .name{
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.side_boxs {
    width: 100%;
    /* float: left; */
}

.theme-dqwz {
    height: 30px;
    width: 1200px;
    line-height: 30px;
    margin: 10px auto 0;
}

/* 内容 */
.zwxmt_box {
    /* float: left; */
    width: 100%;
    margin: 50px auto 15px;
    position: relative;
}

.zwxmt_box .bg {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100px;
}

.zwxmt_title {
    background-color: #537bd5;
    border-radius: 20px;
    height: 85px;
    /* padding: 5px 0; */
    width: 900px;
    left: 50%;
    top: -42px;
    position: absolute;
    overflow: hidden;
     margin-left: -450px
}

.title_content{
    overflow: hidden;
    float: left;
    width: 33%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.title_content p{
    line-height: 80px;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    letter-spacing: 5px;
}

.zwxmt_title .line {
    float: left;
    height: 100%;
    width: 3px;
    background-color: #fff;
}

.title_content .mark{
    position: absolute;
    bottom: -12px;
    left: 45%;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
} 

.title_content:hover{
    background-color: #2a5ac8;
}

.jianju {
    height: 120px;
    width: 100%;
}

.jianju2 {
    height: 60px;
    width: 100%;
}

.zwxmt_contect .cont_box{
    margin: 0 auto;
    width: 1100px;
    border: 1px solid #cfcfcf;
    background-color: #f5f5f5;
    display: none;
}

.code_title{
    margin: 30px;
    height: 42px;
}

.code_title ul {
    margin-right: 5px;
    float: left;
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 3px;
    background-color: #b5b5b5;
    cursor: pointer;
}

.code_contect {
    min-height: 100px;
    height: auto;
    overflow:hidden
}

.code_contect ul{
    height: 100%;
    margin: 0 30px;
}

.code_contect ul li{
    float: left;
    margin-left: 40px;
    width: 160px;
    margin-bottom: 20px;
}

.code_contect ul li img{
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
}

.code_contect ul li p{
    text-align: center;
    width: 160px;
    font-size: 12px;
}

.pc_contect {
    margin: 30px auto;
    width: 1000px;
    overflow: hidden;
}

.pc_contect li {
    margin: 10px 0 0 70px;
    float: left;
}

.pc_contect li img {
    height: 160px;
    width: 160px;
    margin-bottom: 10px;
}

.pc_contect li p{
    text-align: center;
    width: 160px;
    font-size: 12px;
}

.web_zwxmt_box {
    display: none;
}

/* web */
@media (max-width:768px) {
    .banner {
        width: 100%;
        height: 180px;
        background-image: url('../images/index/web_banner.jpg');
    }

    .banner_box {
        display: none;
    }

    .theme-dqwz {
        padding-left: 10px;
    }

    .zwxmt_box {
        display: none;
    }
    .web_zwxmt_box{
        display: block;
        min-height: 200px;
        margin: 240px 10px 30px;
    }

    .web_content {
        padding: 30px 10px 20px;
        position: relative;
        min-height: 100px;
        height: auto;
    }
    .web_title {
        position: absolute;
        letter-spacing: 2px;
        top: -15px;
        left: 34%;
        border-radius: 5px;
        padding: 5px 20px;
        color: #fff;
        background-color: rgb(0, 122, 198);
        font-size: 16px;
    }

    .content_main {
        height: 32px;
    }

    .content_main .contect_title{
        float: left;
        width: 48%;
        color: #fff;
        background-color: rgb(0, 122, 198);
        font-size: 14px;
        letter-spacing: 1px;
        text-align: center;
        border-radius: 5px;
        padding: 3px 0;
    }

    .web_hide {
        display: none;
    }

    .web_show{
        display: block;
    }

    .code_list {
        margin-top: 15px;
        min-height: 100px;
        overflow: hidden;
    }

    .code_list li{
        width: 100px;
        margin-left: 10px;
        float: left;
	min-height: 150px;
    }

    .code_list li img{
        width: 100px;
        height: 100px;
        margin-bottom: 10px;
    }
    
    .code_list li p{
        width: 100%;
        text-align: center;
    }
    .web_content_box {
        margin-bottom: 35px;
        background-color: #fff;
    }
}

