.new_f1{
    width: 290px;
    overflow: hidden;
    float: right;
    margin-top: 15px;
}
.new_f1_in{
    width: 290px;
}
.new_f1_b{
    background-color: #ffffff;
	border-radius:0 0 10px 10px;
    border: solid 1px #e5e5e5;
    border-top: none;
    padding-top: 11px;
    padding-bottom: 32px;
}
#xx_list_inp{
    width: 254px;
    margin: 0 auto;
}
.act_li{
    color: #0c82e6;
}
.xx_inp1{
    width: 254px;
    margin-top: 17px;
    height: 40px;
	border-radius: 2px;
	border: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box;
    font-size:14px;
    letter-spacing: 1.4px;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    outline:0;
    text-decoration:none;
    vertical-align: middle;
    padding-left: 19px;
    color: #666666;
    background-color:#f1f1f1;
}
.xx_inp1::-webkit-input-placeholder {
    letter-spacing: 1.4px;
   	color: #666666;
}
.xx_inp1:-moz-placeholder {
  	color: #666666;
    letter-spacing: 1.4px;
}
.xx_inp1::-moz-placeholder {
  	color: #666666;
    letter-spacing: 1.4px;
}
.xx_inp1::-ms-input-placeholder {
  	color: #666666;
    letter-spacing: 1.4px;
}
.xx_inp1_btn{
    width: 254px;
	background-image: linear-gradient(266deg, 
		#1cb176 0%, 
		#21d88f 100%), 
	linear-gradient(
		#eaeaea, 
		#eaeaea);
	background-blend-mode: normal, 
		normal;
	border-radius: 2px;
	height: 40px;
	padding: 0;
    color: white;
    outline: none;
	font-size:21px;
	font-weight: 400;
    margin-top: 30px;
    border: none;
    cursor: pointer;
}
.new_news{
    width: 844px;
    margin: 20px 28px;
}
.new_news li{
    height: 123px;
    border-bottom: dashed 1px #d2d2d2;
    margin-top: 30px;
        padding-bottom: 20px;
}
.fl.menu_title {
    width: 100%;
}
.pages {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px;
}
.new_news li img{
    width: 120px;
    height: 80px;
}
.new_news_p1{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.new_news_p2{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
    color: #666666;
    margin-top: 15px;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new-footer{
    width: 100%;
    margin: 0 auto;
    height: 320px;
    background-color: #141414;
    margin-top: 20px;
    padding-top: 10px;
    position: relative;
}
.nf_in{
    width: 1200px;
    margin:0 auto;
}
.nf_in_tl{
    width: 230px;
    height: 86px;
    overflow: hidden;
}
.nf_in_t_p1{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #999999;
    text-align: left;
}
.nf_in_tr{
    width: 90px;
    text-align: center;
}
.nf_in_t_p2{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #999999;
    text-align: center;
}
.nf_b{
    position: absolute;
    height: 50px;
    background-color: #000000;
    bottom: 0;
    left: 0;
    right: 0;
}
.nf_b p{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 2px;
    color: #575757;
    text-align: center;
}
.nf_in_b_l{
    width: 1200px;
    position: relative;
}
.nf_in_b_l_ul{
    border-bottom: solid 1px #bfbebe;
}
.nf_in_b_li{
    float: left;
    margin: 0 20px;
    height: 40px;
    cursor: pointer;
}
.nf_in_b_li .nf_in_b_li_p1{
    font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
}
.nf_in_b_li_active{
    border-bottom: solid 2px #ffffff;
}
.nf_in_b_li_active .nf_in_b_li_p1{
    font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #ffffff;
}
.nf_in_b_li_hi{
    width: 1200px;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
}
.nf_in_b_li_hi li{
    width: 10%;
    float: left;
    line-height: 30px;
}
.nf_in_b_li_hi a{
    font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #999999;
    text-align: left;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nf_in_b_li_hi_active{
    display: block;
}
