body {
    overflow-x: hidden;
}


/* 焦点图 */

.focus {
    position: relative;
    margin-top: 80px;
}

.focus .focus_img {
    width: 100%;
    left: -0px;
}

.focus .focus_img img {
    width: 100%;
}

.focus .focus_mask {
    position: absolute;
    bottom: 0rem;
    /* height: 142px; */
    width: 100%;
    background-color: rgba(16, 16, 16, 0.6);
}

.focus .focus_mask .focus_mask_con {
    width: 63%;
    margin: 0 auto;
}

.focus .focus_mask .focus_mask_con .focus_mask_con_box {
    width: 23%;
    /* height: 110px; */
    background-color: rgba(255, 255, 255, 0.1);
    margin: 1rem 0.5rem 0.8rem 0.5rem;
    float: left;
}

.focus .focus_mask .focus_mask_con .focus_mask_con_box .focus_mask_con_box_title, .focus_mask_con_box_txt {
    color: #fff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.focus_mask_con_box_title {
    margin: 8% 9% 4% 9%;
}

.focus_mask_con_box_txt {
    font-size: 2rem;
    text-align: center;
	padding-bottom: 1.2rem;
}


/* 行业解决方案 */

.basic_title {
    font-size: 3rem;
    color: #333;
    text-align: center;
}

.basic_describe {
    color: #888888;
    text-align: center;
}
.solution{
    margin-top:3rem;
}
.solution .basic_describe {
    margin-top: 0.6rem;
}

.basic_line {
    width: 200px;
    margin: 0 auto;
}

.solution .basic_line {
    margin: 0.5rem auto;
}

.solution_con {
    width: 60%;
    margin: 5rem auto 0 auto;
}

.solution_con_left {
    width: 50%;
}

.solution_con_right {
    width: 50%;
}

.solution_con_right_bottom_box {
    width: 33%;
    float: left;
    position: relative;
}

.solution_con_right_box {
    width: 33%;
    position: relative;
    float: left;
}

.solution_con_right_box_img_label {
    text-align: center;
    width: 50px;
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    position: absolute;
    top: 0;
    right: 20px;
    background: #ffd800;
    padding: 5px;
    border-radius: 10px;
}

.solution_con_right_box_img {
    width: 90px;
    margin: 0 auto;
}

.solution_con_right_box_txt {
    text-align: center;
    margin: 0.5rem 0rem;
    font-size: 1.1rem;
}

.solution_con_right_box_input {
    width: 100px;
    margin: 1.3rem auto 0 auto;
    height: 1.9rem;
    line-height: 1.9rem;
    border-radius: 20px;
    border: 1px solid #01a7ec;
    text-align: center;
    color: #01a7ec;
    cursor: pointer;
    font-size: 14px;
}

.solution_con_right_box_input a{
    font-size: 13px;
}
.solution_con_right_bottom {
    margin-top: 2rem;
}

.solution_con_right_bottom_box {
    height: auto;
    width: 29.5%;
    margin: 0 1.9%;
    float: left;
    /* border: 1px solid #eee; */
}

.solution_con_right_bottom_box_img {
    width: 56%;
    margin: 0.8rem auto 0 auto;
	padding: 0.5rem;
	border: solid 1px #eee;
}

.solution_con_right_bottom_box_img img {
    width: 100%;
    height: auto;
}

.solution_con_right_bottom_box_txt {
    text-align: center;
    margin-top: 1.2rem;
	white-space:nowrap;	
	overflow:hidden;	
	text-overflow:ellipsis;
}

.solution_bottom_txt {
    text-align: center;
    margin-top: 30px;
    color: #01a7ec;
    font-size: 14px;
}

.solution_con_table {
    background: #fff;
    width: 300px;
    height: 118px;
    position: absolute;
    padding: 10px;
    top: -30px;
    left: -48%;
    border: 1px solid #eee;
    z-index: 9;
}

.solution_con_table_box {
    width: 50%;
    float: left;
}

.solution_con_table_img {
    width: 95px;
    margin: 0 auto;
}

.solution_con_table_img img {}

.solution_con_table_txt {
    text-align: center;
}


/* 产品核心功能 */

.function {
    margin-top: 80px;
    width: 100%;
    height: 758px;
    background: url(../image/function_bg.jpg) no-repeat;
}

.function_title {
    color: #fff;
    margin-top:1rem;
}

.functionline {
    width: 100%;
    height: 2rem;
}

.function_describe {
    color: #fff;
    margin-top: 1.5rem;
}

.function_con {
    margin-top: 3rem;
}

.function_item {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.function_item_li_left {
    width: 30%;
    height: 5.4rem;
    line-height: 5.4rem;
    background-color: rgba(115, 115, 115, 0.6);
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    font-size: 22px;
    cursor: pointer;
    position: relative;
}

.function_item_li_right {
    width: 69%;
    height: 31rem;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.menu_active {
    width: 15px;
    height: 30px;
    position: absolute;
    right: -13px;
    top: 30px;
    z-index: 99
}

.function_item_check {
    padding: 10px 0 0 80px;
}

.function_item_check_li {
    width: 25%;
    float: left;
    margin-top: 20px;
    text-align: center;
}

input[type=checkbox] {
    margin: 2px 10px 0 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    background: #fff;
    border: 1px solid #eee;
}

.function_item_check_li_txt {
    float: left;
}

.function_img {
    margin-top: 1rem;
}


/* 永友动态 */

.new_center {
    background: #fff;
    height: 650px;
}

.new_center_title {
    margin: 1.5rem 0 2rem 0;
}

.new_center_box {
    width: 60%;
    margin: 0 auto;
    height: 300px;
}

.new_center_box_left {
    width: 47%;
    margin-right: 4%;
}

.new_center_box_right {
    width: 47%;
}

.new_center_box_title {
    text-align: left;
    font-size: 24px;
}

.new_center_box_con {
    margin-top: 40px;
}

.new_center_box_con_first {
    position: relative;
}

.new_center_box_con_first_img {
    width: 100%;
    height: 245px;
}

.new_center_box_con_first_img img {
    width: 100%;
    height: 100%;
}

.new_center_box_con_first_txt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(40, 41, 35, 0.6);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-indent: 10px;
    letter-spacing: 2px;
	white-space:nowrap;
	overflow:hidden;	
	text-overflow:ellipsis;
}

.new_center_box_con_item {
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}

.new_center_box_con_item_index {
    width: 4.5%;
	float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #eee;
    color: #fff;
    background: #999999;
    margin: 0.3rem 2% 0 0;
}

.new_center_box_con_item_txt {
	width: 90%;
    font-size: 14px;
    color: #333333;
	white-space:nowrap;
	overflow:hidden;	
	text-overflow:ellipsis;
}

.new_center_box_con_item_txt a {
	/* width: 100%; */
	float: left;
    font-size: 14px;
    color: #333333;
	
}

.new_center_box_right_item {
    margin-top: 40px;
}

.new_center_box_right_item_li_type {
    font-size: 14px;
    color: #000;
}

.new_center_box_right_item_li_txt {
	width: 56%;
	float: left;
    font-size: 14px;
    color: #000;
	white-space:nowrap;
	overflow:hidden;	
	text-overflow:ellipsis;
}

.new_center_box_right_item_li {
    height: 43px;
}

.new_center_box_right_item_li_date {
	width: 20%;
	float: right;
    font-size: 14px;
    color: #888888;
	white-space:nowrap;
	overflow:hidden;	
	text-overflow:ellipsis;
}

.case {
    background: #F5F5F5;
}

.case_con {
    width: 60%;
    margin: 20px auto 0 auto;
    min-height: 360px;
}

.case_con_img_item {
    width: 19.5%;
    float: left;
    margin: 2px 2px -2px 2px;
}

.case_con_img_item img {
    width: 100%;
    height: 80px;
}

.case_title {
    margin-top:1rem;
}

.case_line {
    margin-top: 10px;
}

.case_describe {
    margin-top: 10px;
}

.case_input {
    width: 100%;
    margin-top: 20px;
}

.case_input_txt {
    width: 220px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 20px auto;
    color: #01a7ec;
    background: #fbfbfb;
}

.case_input_txt .case_input_txt_font {
    float: left;
    margin-left: 28px;
}

.case_input_txt img {
    width: 20px;
    height: 20px;
    float: left;
    margin: 14px 0 0 10px;
}


/*** 1440 **/

@media screen and (max-width:1440px) {
    .focus .focus_mask {
        position: absolute;
        bottom: 0.4rem;
        /* height: 142px; */
        width: 100%;
        background-color: rgba(16, 16, 16, 0.6);
    }
	.focus .focus_mask .focus_mask_con{
		 width: 81%;
	}
    .solution_con {
        width: 81%;
    }
    .container {
        width: 81%;
    }
    .new_center_box {
        width: 81%;
    }
    .case_con {
        width: 81%;
    }
    .function_item {
        width: 81%;
    }
}


/*** 1366 **/

@media screen and (max-width:1366px) {
    .focus .focus_mask {
        position: absolute;
        bottom: 0.4rem;
        /* height: 142px; */
        width: 100%;
        background-color: rgba(16, 16, 16, 0.6);
    }
	.focus .focus_mask .focus_mask_con{
		 width: 85%;
	}
    .solution_con {
        width: 85%;
    }
    .container {
        width: 85%;
    }
    .new_center_box {
        width: 85%;
    }
    .case_con {
        width: 85%;
    }
    .function_item {
        width: 85%;
    }
}
