.banner {
    height: auto;
    background: no-repeat center center;
    background-size: cover;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .info {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
}

.index_title h3 {
    line-height: 1.2em;
}

.index_title h4 {
    margin-top: 2em;
}

.index_title p {
    margin-top: 1em;
}

.modular1 {
    overflow: visible;
}

.modular1 ul {
    overflow: visible;
    position: relative;
    width: auto;
    font-size: 0;
    margin-left: -10px;
}

.modular1 ul li.lookup {
    background: #ec6700;
    text-align: center;
    width: calc(16% - 20px);
    height: auto;
    padding: 0.5em 1em;
    color: #fff;
    border: none;
    cursor: pointer;
}

.modular1 ul li i {
    float: none;
}

.modular1 ul li {
    background: none;
    margin: 0 10px;
    width: calc(21% - 20px);
    display: inline-block;
    height: 70px;
    font-size: 20px;
    vertical-align: middle;
    border-bottom: 3px solid #6d6d6d;
    box-sizing: border-box;
}

.modular1 .layui-block {
    background: none;
    width: 100%;
    height: 100%;
    border: 0;
}

.layui-select-title input,
.layui-select-title,
.layui-form-label,
.layui-form-mid,
.layui-form-select,
.layui-input-block,
.layui-input-inline,
.layui-textarea {
    border: 0;
    border-radius: 0;
    background: none;
    height: 100%;
    color: #3b3e41;
}

.layui-form-select dl {
    top: 70px;
}

.layui-form-select dl dd.layui-this {
    background: #ec6700;
}

.layui-form-selectup dl {
    top: auto;
    bottom: 70px;
}

.layui-btn,
.layui-edge,
.layui-inline,
img {
    vertical-align: top;
}

.modular2 .wrap>ol>li,
.modular2 .wrap>ul>li {
    width: 15%;
    float: left;
    padding: 20px 20px;
    box-sizing: border-box;
 
    font-size: 16px;
}

.modular2 .wrap>ol>li:last-child,
.modular2 .wrap>ul>li+li+li+li+li {
    width: 15%;

}
.modular2 .wrap>ul>li:nth-child(5){
       width: 30%;
        float: right;
        text-align: left;
}
.modular2 .wrap>ul>li:nth-child(4){
       width: 20%;
     
        text-align: right;
}
.modular2 .wrap>ul>li:nth-child(3){
       width: 10%;
        text-align: right;
}
.modular2 .wrap>ul>li:nth-child(2){
       width: 10%;
        text-align: right;
}
.modular2 .wrap>ul>li:nth-child(1){
           width: 20%;
}
.modular2 ol,
.modular2 ul {
    margin: 10px 0;
    overflow: hidden;
}
.modular2 ol{
    border-bottom: 1px solid #cccccd;
}
.modular2 .wrap>ul>li > em{
	display: none;
}
.modular2 ul {
    background: #f7f8f9;
	
}

.modular2 ul li {
    border-bottom: 0 !important;
    background: #f7f8f9;
    color: #ec6700;
}

.modular2 ul>li+li {
    color: #3b3e41;

}

.modular2 ul li span {
    color: #ec6700;
    float: right;
    cursor: pointer;
}

.modular2 ul li span i,
.modular2 ul li em {
    display: inline-block;
    vertical-align: middle;
}

.modular2 ul li span i {
    margin-left: 0.2em;
    transform: rotate(90deg);
    transition: all .3s;
}

.modular2 ul.on li span i {
    transform: rotate(-90deg);
}

.modular2 ul li:last-child {
    width: 100% !important;
    display: none;
}

.modular1,
.modular2 {
    margin: 80px 0;
}

.modular2 ul ol li {
    width: 100%;
    color: #3b3e41;
    float: left;
    line-height: 1.8em;
}

.modular2 li p {
    font-size: 18px;
}

.modular2 .btn {
    padding: 5px 1em;
    display: inline-block;
    font-size: 16px;
    border: 2px solid #ec6700;
    background: #ec6700;
    color: #fff;
    transition: .3s;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
}

.modular2 .btn a {
    top: 0;
    left: 0;
    /*position: absolute;*/
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}



.modular2 .btn input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 9;
}

.modular2 .btns {
    float: right;
}

.modular2 ul ol li:last-child {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid #c2c2c3;
}
#sousuo input{
	line-height: 70px;
}
#sousuo{
	position: relative;
}
#sousuo i{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (min-width:1025px){
	.modular2 .btn:hover {
	    background: #fff;
	}
	.modular2 .btn:hover a{
		color: #EC6700;
		}
}

@media only screen and (max-width:1080px) {
    .modular2 .wrap>ol>li:last-child,
    .modular2 .wrap>ul>li+li+li {
        width: auto;
        float: none;
        clear: both;
    }
    .modular2 ul {
        padding: 10px 20px;
    }
    .modular2 .wrap>ol {
        display: none;
    }
    .modular2 .wrap>ol>li,
    .modular2 .wrap>ul>li {
        padding: 5px 20px;
        width: 50%;
        float: left;
        font-size: 16px;
    }
    .modular2 ul ol li {
        width: 100%;
    }
    .banner img {
        display: none;
    }
    .banner .info {
        position: relative;
        padding-bottom: 100px;
        padding-top: 120px;
    }
    .section {
        padding: 0;
    }
    .index_title h3 {
        /* font-size: 40px; */
    }
}
.jz input{
	margin-top: 4px;
	margin-right: 4px;
	float: left;
	display: block !important;
}
.jz .layui-form-checkbox{
	display: none;
}
.modular2 .wrap>ul>li+li+li+li+li br{
	display: none;
}
.modular2 ol li br{
	display: block !important;
}
@media only screen and (max-width:768px) {
	.modular2 li p {
	    font-size: 14px;
	}
	.modular2 .wrap>ul>li+li+li+li+li br{
		display: none;
	}
	.modular2 .wrap>ul>li > em{
		float: left;
		display: none;
	}
	#sousuo{
		width: 100%;
	}
	#sousuo input{
		padding: 0 10px;
		line-height: 50px;
	}
    .modular1,
    .modular2 {
        margin: 40px 0;
    }
    .modular1 ul li.lookup {
		width: 100% !important;
        margin-top: 14px !important;
    }
    .modular1 ul li.lookup,
    .modular1 ul li {
		margin: 0;
        display: block;
        float: left;
        width: 33.33%;
        font-size: 16px;
    }
    .modular1 ul li {
        height: 50px;
        line-height: 25px;
    }
    .layui-form-select dl {
        top: 50px;
    }
    .layui-form-selectup dl {
        top: auto;
        bottom: 50px;
    }
    .modular2 .wrap>ol>li:last-child,
    .modular2 .wrap>ul>li+li+li {
        width: auto;
        float: none;
        clear: both;
    }
    .modular2 .wrap>ol>li,
    .modular2 .wrap>ul>li {
        width: auto !important;
        float: none;
    }
    .modular2 .btns {
        float: none;
        margin-top: 20px;
    }
    .modular2 .btns .btn {
        margin-right: 10px;
        margin-left: 0;
        margin-bottom: 5px;
    }
    .modular2 ul ol li:last-child {
        padding-top: 20px;
        margin-top: 40px;
    }
	.modular2 .wrap>ul>li:nth-child(2){
		display: inline-block;
		padding-right: 0;
	}
	.modular2 .wrap>ul>li:nth-child(3){
		display: inline-block;
		padding: 5px 0px;
		padding-right: 10px;
	}
	
	.modular2 .wrap>ul>li:nth-child(4){
		display: inline-block;
		padding: 5px 0px;
		padding-right: 10px;
	}
	.modular2 .wrap>ul>li:nth-child(5){
		display: inline-block;
		padding: 5px 0px;
		padding-right: 10px;
	}
	.modular2 .wrap>ul>li{
		font-size: 14px;
		padding: 5px 0 !important;
	}
	.modular2 ul {
			position: relative;
	}
	.modular2 ul li span {
	    /*position: absolute;*/
	    color: #ec6700;
	    float: right;
	    cursor: pointer;
	    top: 45px;
	    right: 20px;
	}
	.modular2 .wrap>ul>li:nth-child(5) {
   
     float: none !important;
    overflow: hidden;
    clear: both;
    width: 100% !important;
 
}
}
    #images {
		font-size: 0px;
		cursor: pointer !important;
            opacity: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .jian {
            display: none;
            top: 0;
            left: 0;
            position: fixed;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, .3);
        }

        .boxjian {
            text-align: center;
            background: #fff;
            box-sizing: border-box;
            padding: 80px 80px 80px 100px;
            width: 64.10%;
        }

        .file {
			cursor: pointer !important;
            position: relative;
            display: block;
            margin: 0 auto;
            width: 20%;
            color: #fff;
            font-weight: bold;
            height: 50px;
            line-height: 50px;
            margin-bottom: 40px;
            background: #ec6700;
        }

        .boxjian p {
            font-weight: bold;
            text-align: center;
        }

        .zhan {
            margin-top: 50px;
            margin-bottom: 80px;
            box-sizing: border-box;
            padding: 0 35px;
            background: #f2f2f2;
        }

        .zhanlist {
            line-height: 68px;
            height: 68px;
        }

        .zhanlist .icon-lianjie {
            float: left;
            margin-right: 20px;
        }

        .zhanlist .icon-shanchu {
			cursor: pointer;
            float: right;
        }

        .ul {
            display: inline-block;
        }

        .ul li {
            cursor: pointer;
            height: 37px;
            background: #fff;
            color: #ec6700;
            border: 2px solid #ec6700;
            line-height: 37px;
            float: left;
            margin: 0 10px;
            padding: 0 60px;
        }

        .name {
			text-align: left;
            float: left;
			width: 80%;
			overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
        }

        .ul li:nth-child(2) {
            background: #ec6700;
            color: #fff;
        }
		@media only screen and (max-width:768px){
			.boxjian {
			    text-align: center;
			    background: #fff;
			    box-sizing: border-box;
			    padding: 10px;
			    width: 96.1%;
			}
			.file {
			    width: 35%;
			}
			.ul li {
			    cursor: pointer;
			    height: 37px;
			    background: #fff;
			    color: #ec6700;
			    border: 2px solid #ec6700;
			    line-height: 37px;
			    float: left;
			    margin: 0 10px;
			    padding: 0 25px;
			}
		}