.main_top{
    width: 100%;
    position: relative;
}
.img{
    position: relative;
    width: 100%;
}
.topTxt{
    position: absolute;
    width: 70%;
    top: 180px;
    left: 50%;
    transform: translateX(-50%);
}
.topCont{
    position: absolute;
    width: 85%;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.mainTop_input{
    position: relative;
    /* width: 1199px;
    margin: 0 auto; */
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #757575;
	width: 250px;
    height: 45px;
	overflow:hidden;
	background: rgba(255, 255, 255,.1);
}
.mainTop_input .s-txt{
    width: 100%;
    height: 45px;
	float:left;
    /* float: right; */
    padding-left: 10px;
	background:none;
	 color: #ffffff;
	 border-radius: 10px;
   
}
 /*.mainTop_img{
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    right: 10px;
	background:url(../images/shousuo.png) no-repeat;
}
*/
.mainTop_input .s-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 45px;
    border: 0px;
    cursor: pointer;
    background:url(../images/shousuo.png) no-repeat center center ;

}
.main_content{
    position: relative;
    width: 100%;
    background: #fff;
}
.content_yinyan{
    width: 70%;
    margin: 0 auto;
    padding: 35px;
}
.content_yinyan{
    padding-bottom: 60px;
    transform: translatey(-50px);
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}
.title{
    width: 227px;
    line-height: 48px;
    background: url(../images/icon2.png);
    font-size: 21px;
    color: #fff;
    text-align: center;
}
.content_fileItemTitle{
    width: 100%;
    border-bottom: 2px solid #bfbfbf;
    margin-top: 30px;
}
.titleEnglish{
    color: #adcaf8;
    line-height: 36px;
    font-size: 18px;
    text-transform:uppercase;
}
.contont{
    padding-top: 15px;
}
.contonttitle i{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1b63d9;
}
.contonttitle span{
    font-size: 20px;
    padding-left: 10px;
}
.contontTxt{
    margin-top: 25px;
}

.main_buttom{
    width: 70%;
    margin: 0 auto;
    text-align: right;
    margin-bottom: 60px;
}
.main_buttom a{
    font-size: 20px;
    font-weight: 600;
    color: #1b63d9;
}
.backg{
    width: 100%;
    height: 6px;
    background: #1b63db;
}
.main_buttom2{
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 16px;
	line-height:30px;
}
.main_buttom_left p{
    margin: 5px 0;
}
.main_buttom_left_list li:nth-child(2n){
    margin: 0 5px;
}
.button_icon1{
    display: inline-block;
    margin-right: 30px;
}
@media (max-width: 768px){
    .content_yinyan {
        transform: translatey(-15px);
    }
    .topCont {
        width: 95%;
        top: 28px;
    }
    .top_logo{
        width: 180px;
    }
    .mainTop-input{
        width: 103px;
    }
    .mainTop-input input {
        width: 96px;
        height: 30px;
        padding-left: 5px;
        font-size: 12px;
    }
    .mainTop-input img {
        width: 20px;
        height: 20px;
        top: 6px;
        right: 5px;
    }
    .topTxt {
        width: 300px;
        top: 86px;
    }
    .content_yinyan{
        width: 100%;
        padding: 15px;
    }
    .current{
        font-size: 12px;
    }
    .title{
        width: 160px;
        line-height: 34px;
        background-size: contain;
        background-repeat: no-repeat;
        font-size: 16px;
    }
    .titleEnglish{
        font-size: 14px;
    }
    .content_fileItemTitle {
        margin-top: 15px;
    }
    .content_fileItemTitle a{
        font-size: 13px;
    }
    
    .main_buttom {
        width: 100%;
        padding: 0 5px;
        text-align: right;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .main_buttom a{
        font-size: 16px;
		line-height:30px;
    }
    .backg {
        height: 20px;
    }
    .contonttitle span {
        font-size: 16px;
    }
    .main_buttom2{
        width: 90%;
    }
    .button_icon1{
        margin-right: 10px;
        margin-top: 10px;
    }
