body{
    background-color:#fff;
}
.banner {
    width: 100%;
    height: 240px;
    background: url(./banner.png) center center no-repeat;
    margin-bottom: 58px;
    line-height:240px;
    background-size: 100% 100%;
    overflow: hidden;
}
.layui-form {
    width: 500px;
    height: 60px;
    border-radius: 0px 0px 0px 0px;
    position: absolute;
    top: -208px;
    right: 0px;
}
.layui-form input[type="text"] {
    float: left;
    width: 405px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding: 20px 0;
    border: none;
    padding-left: 20px;
    border-radius: 0;
}
.layui-form button.layui_btn {
    float: left;
    width: 95px;
    height: 60px;
    padding: 0 18px;
    border: none;
    cursor: pointer;
    border-color: white;
    background-color: #4393f5;
    font-size: 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
.search {
    width: 1200px;
    margin: 0 auto;
}

.search .search-info {
    width: 611px;
    height: 60px;
    position: relative;
}

.search .search-info .input {
    width: 404px;
    height: 60px;
    background: #ffffff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.search .search-info .input input {
    width: 100%;
    height: 100%;
    padding: 0 21px;
    background: none;
    outline: none;
    border: none;
    font-size: 18px;
    color: #666666;
    letter-spacing: 0;
}

.search .search-info .btn {
    width: 96px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 404px;
    padding: 0;
}

.search .search-info .btn input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 6px;
    background: #4393F5;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    cursor: pointer;
}

.search .associational {
    width: 400px;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 10px 10px 21px;
    box-shadow: 0 0 5px #999990;
}

.search .associational .associational-content {
    height: auto;
    width: 100%;
}

.search .associational .associational-content li {
    /*padding: 0.25rem;
    */
    font-size: 14px;
    color: #333333;
    display: block;
    line-height: 2.5;
}

.search .associational .associational-content li a {
    font-size: 14px;
    color: #333333;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.banner p {
    width: 1200px;
    margin: 0 auto;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.ztList {
    width: 1200px;
    margin: 0 auto;
    margin-bottom:30px;
    min-height:450px;
}

.ztList .title{ font-size:32px; margin-bottom:37px; color:#333;}
.ztList ul{ margin-bottom:30px;}
.ztList ul li {
    float: left;
    width: 380px;
    height: 60px;
    margin-bottom: 30px;
    margin-right: 30px;
    background: #F5F5F5;
}

.ztList ul li:nth-child(3n) {
    margin-right: 0px;
}

.ztList ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 54px;
    padding-right: 20px;
    background-position-x: 20px;
    background-position-y: center;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('tag.png') no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}
.ztList ul li:hover{
    background-color: #4393F4;
}
.ztList ul li a:hover{
    color: #FFF;
    background: url(/cms_files/filemanager/1759171972/picture/20232/38bd2d5ebb8e4f1396ed26e417cd3e4c.png) no-repeat;
    background-position-x: 20px;
    background-position-y: center;
}

@media screen and (max-width: 768px) {
    .banner{ height:2.4rem; margin-bottom:0.58rem; line-height:1.7rem; padding-left:0.3rem;}
    .banner p{ width:100%; font-size:0.52rem; margin-bottom:0.2rem;}
    .ztList{ width:100% !important; margin-bottom:0.3rem !important; min-height:4.5rem !important; padding: 0 0.3rem !important;}
	.ztList .title{ font-size:0.38rem; margin-bottom:0.3rem;}
	.ztList ul{ margin-bottom:0.3rem; }
    #form_rZkjOG_455189{ width:100% !important; margin-top:-2rem !important;}
    .layui-form{ margin-bottom:1.1rem !important;}
    .layui-input, .layui-textarea{ width:5rem !important; height:0.72rem !important; font-size:0.24rem !important; line-height:0.72rem !important; padding:0 0 0 0.2rem !important; border-radius: 0.1rem 0 0 0.1rem !important;}
    .layui-input-block{ min-height:0.36rem !important; line-height:0 !important;}
    .layui-btn{ width:0.95rem !important; font-size:0.24rem !important; height:0.72rem !important; line-height:0.72rem !important; padding:0 !important;border-radius: 0 0.1rem 0.1rem 0 !important;}
    .ztList li{ width:100% !important; height:1.08rem !important; margin-bottom:0.32rem !important; margin-right:0 !important;}
    .ztList li a { padding-left:0.96rem !important; padding-right:0.2rem !important; line-height: 1.08rem !important; font-size:0.30rem !important;}
}