*{
    margin:0;
    padding:0;
    list-style: none;
}
a:hover{
    text-decoration: none;
}
a{
    text-decoration: none;
}

.index{
    overflow: hidden;
}
.slide ul li{
    min-width: 1190px;
}

/* 内容区 */
.content{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    margin-top:45px;
}



/* 公司介绍 */
.content .company_profile{
    display: flex;
    align-items: center;
    margin-bottom:45px;
    width: 100%;
}

.content .company_profile .company_profile_img{
    width: 100%;
    flex: 30%;
    text-align: right;
}
@media only screen and (max-width: 770px)
{
    .content .company_profile .company_profile_img{
        width: 100%;
    }
    
}

.content .company_profile .company_profile_img img{
    width: 80%;
}

.content .company_profile .company_pro{
    margin-left:140px;
    flex: 50%;
    width: 100%;
}
.content .company_profile .company_pro .com_file{
    font-size:29px;
    color:#01a6a0;
    font-family:SourceHanSerifCN-SemiBold;
}
.content .company_profile .company_pro .com_file_english{
    font-size:16px;
    color:#01a6a0;
    margin-top:7px;
    font-family:Helvetica;
}
.content .company_profile .company_pro .company_profile_introduce{
    font-size:16px;
    color:#333333;
    width:100%;
    /*margin-top:42px;*/
    padding: 5px;
    box-sizing:border-box;
    width: 90%;
}
.content .company_profile .company_pro .company_profile_introduce .company_profile_introduce_title{
    text-indent:2em;
    font-family:SourceHanSansCN-Regular;
    /*width:87%;*/
}
.content .company_profile .company_pro .biuy{
    /*margin-top:50px;*/
    /*width:120px;*/
    /*height:33px;*/
    /*display:flex;*/
    /*justify-content: center;*/
    /*align-items:center;*/
    /*background:#01A6A0;*/
    /*border-radius:3px;*/
    /*font-size:16px;*/
    /*color:#fff;*/
}
.content .company_profile .company_pro .biuy a{
    color:#fff;
    font-weight:bold;
    font-family:SourceHanSansCN-Medium; 
    background:#01A6A0;
    padding: 10px 20px;
    box-sizing: box-sizing;
}
.content .company_profile .company_pro .biuy a:hover{
    text-decoration: none;
}
.view_more a{
    color:#fff;
    font-weight:bold;
    font-family:SourceHanSansCN-Medium;
}
.view_more a:hover{
    text-decoration: none;
}




 /*公司优势 */
.content .company{
    width:100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.content .company .company_advantage{
    position:absolute;
    left:0;
    top:0;
    z-index:99;
    background-color: rgba(50,178,164,0.8);
    display:flex;
    flex-direction: column;
    align-items:center;
    height: 100%;
    width:100%;
}
.content .company .company_background img{
    width:100%;
    height:100%;
}
.content .company .company_advantage .company_advantage_headline{
    margin-top:40px;
    display:flex;
    flex-direction: column;
    text-align:center;
}
.content .company .company_advantage .company_advantage_headline .company_advantage_title{
    font-size:28px;
    color:white;
    font-family:SourceHanSerifCN-SemiBold;
}
.content .company .company_advantage .company_advantage_headline .company_advantage_englist{
    font-size:13px;
    color:white;
    font-family:Helvetica;
}
.content .company .company_advantage .company_advantage_advantage{
    display:flex;
    width: 70%;
    /*margin-top:85px;*/
}
.content .company .company_advantage .company_advantage_advantage ul{
    display:flex;
    justify-content: center;
    width: 100%;
}
.content .company .company_advantage .company_advantage_advantage ul li{
    display:flex;
    flex-direction: column;
    align-items:center;
    text-align:center;
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}
@media only screen and (min-width: 1600px){
    .content .company .company_advantage .company_advantage_headline{
        margin-top: 85px;
    }
    .content .company .company_advantage .company_advantage_advantage ul{
        margin-top: 120px;
    }
   .content .company .company_advantage .company_advantage_advantage ul li{
       padding: 10px 50px;
       box-sizing: border-box;
   }
}
.content .company .company_advantage .company_advantage_advantage ul li .five{
    font-size:46px;
    font-weight:bold;
    color:#ffcb34;
}
.content .company .company_advantage .company_advantage_advantage ul li .setup{
    font-size:19px;
    color:#FFCB34;
    margin-top:26px;
}
.content .company .company_advantage .company_advantage_advantage ul li .in_detail{
    font-size:16px;
    color:white;
    margin-top:10px;
    /*width:332px;*/
    display:flex;
    flex-direction: column;
    align-items:center;
    text-align: justify;
    text-indent: 2em;
    /*width:318px;*/
    font-family:SourceHanSerifCN-Regular;
}





/* 公司介绍 */
.content .company_profile{
    display: flex;
    justify-content:space-between;
    align-items: center;
    padding:0 10px;
}





/* 新闻中心 */
.content .press{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:85px;
    width:100%;
}
.content .press .press_center{
    width: 100%;
}
.content .press .press_center .press_center_headline{
    text-align: center;
}
.content .press .press_center .press_center_headline .press_center_title{
    font-size:27px;
    color:#01A6A0;
}
.content .press .press_center .press_center_headline .press_center_title a:hover{
    text-decoration: none;
}
.content .press .press_center .press_month ul{
    display:flex;
    justify-content: space-around;
    width:100%;
    margin:0 auto;
    flex-wrap: wrap;
    padding:0 10px;
}
.content .press .press_center .press_month ul li{
    display:flex;
    justify-content: space-around;
    align-items:center;
    margin-top:60px;
    width: 50%;
}
.content .press .press_center .press_month ul li .date{
    padding: 10px;
    box-sizing: border-box;
    background:#01A6A0;
    color:white;
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
    font-size:18px;
    flex: 20%;
}
.content .press .press_center .press_month ul li .oddnumber_detail{
    margin:0 10px;
    flex: 80%;
}
.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_title{
    font-size:18px;
    color:#01A6A0;
    font-weight:bold;
    overflow:hidden;
    text-overflow: ellipsis;
	white-space: normal;
	width: 400px;
}
.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_title a{
    color:#01A6A0;
}
.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_content{
    margin-top:12px;
    -webkit-line-clamp:2;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    text-overflow: ellipsis;
    overflow:hidden;
    /*width: 400px;*/
    font-size:12px;
    color:#999999;
}
.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_content a{

    color:#999999;
}
.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_content a:hover{
    text-decoration: none;
    color:#01A6A0;
}










/* 我要应聘 */
.content .wants{
    margin-top:75px;
    width:100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.content .want_background{
    width:100%;
    height:560px;
}
.content .want_background img{
    width:100%;
    height: 100%;
}

.content .want{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    margin:0 auto;
    display:flex;
    justify-content: space-around;
    align-items:center;
    z-index:99;
    background-color: rgba(70,183,176,0.8);
}

.content .wants .want .want_left{
    text-align:center;
    display:flex;
    flex-direction: column;
    flex: 30%;
}
.content .wants .want .want_left .want_left_logo{
    margin:0 auto;
}
.content .wants .want .want_left .want_left_logo img{
    width:100%;
}
.content .wants .want .want_left .sincere_hire{
    font-size:27px;
    color:white;
    margin-top:32px;
}
.content .wants .want .want_left .sincere_hire_english{
    font-size:15px;
    color:white;
}
.content .wants .want .want_content{
    vertical-align:middle;
    opacity: 1;
    flex: 60%;
}
.content .wants .want .want_content ul{
    display:flex;
    justify-content:flex-start;
    align-items:center;
    flex-wrap:wrap;
    opacity: 1;
}
.content .wants .want .want_content ul li{
    width:50%;
    display:flex;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
.content .wants .want .want_content ul li .pracharak{
    font-size:30px;
    color:#FFCB34;
    font-family:Adobe Heiti Std R;
}
.content .wants .want .want_content ul li .pracharak a{
    font-size:30px;
    color:#FFCB34;
    font-family:Adobe Heiti Std R;
}
.content .wants .want .want_content ul li .pracharak_condition{
    margin-top:16px;
    font-size:16px;
    color:white;
    display:flex;
    justify-content: space-around;
    align-items:center;
    font-family:SourceHanSansCN-Normal;
}
.content .wants .want .want_content ul li .pracharak_condition p{
    margin-left:18px;
    webkit-text-fill-color: #fff;
}
.content .wants .want .want_right{
    flex: 10%;
}
.content .wants .want .want_right .want_right_zi{
    writing-mode:tb-rl;
    padding: 5px;
    box-sizing: border-box;
    font-size:16px;
    font-weight:bold;
    color:#333333;
    background:#FFCB34;
    border-radius: 5px;
}

#my-table .table tbody tr td{
    vertical-align: middle!important;
}

.form-control{
    border: none!important;
    box-shadow: none!important;
}










/* 项目展示 */
.content .item_show{
    display:flex;
    justify-content: center;
    flex-direction: column;
    align-items:center;
}
.content .item_show .item_show_title{
    font-size:28px;
    color:#01A6A0;
    margin-top:45px;
    text-align:center;
}
.content .item_show .item_show_englist{

    font-size:12px;
    margin-top:9px;
    color:#01A6A0;
    text-align:center;
}
.content .item_show .project_display{
    display:flex;
    justify-content: space-around;
    align-items:center;
    width:100%;
    margin:0 auto;
    margin-top: 45px;
}
.content .item_show .project_display ul{
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
}

.content .item_show .project_display ul li{
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    width: 33.33%;
}
.content .item_show .project_display ul li a img{
    width:100%;
}






/* 广告展示 */
.content .notice_wrap{
    margin:0 auto;
    width:100%;

}
.content .notice_wrap .notice{
    margin-top:45px;
    display:flex;
    justify-content: space-around;
    align-items:center;
    background:#fcfbfb;
    height: auto;
    height:250px;
}
.content .notice_wrap .notice .gongcheng_notice{
    position:relative;
    width:350px;
    height:180px;
}
.content .notice_wrap .notice .gongcheng_notice img{
    width:350px;
    height:180px;
    position:absolute;
}


 .notice_dikuai p{
    font-weight:bold;
    opacity: 1;
    margin-bottom: 0;
}
 .notice_dikuai p a{
    color:#fff;
    webkit-text-fill-color: #fff;
    text-decoration: none;
}
 .notice_dikuai{
    position: absolute;
    background-color:rgba(51,51,51,0.6);
    width:100%;
    height: auto;
    margin:0 auto;
    z-index:999;
    height:100%;
    display:flex;
    justify-content: center;
    align-items:center;
    letter-spacing: 5px;
    font-size:25px;
    color:white;
}
.content .notice_wrap .notice .dikuai_notice{
    position:relative;
    width:350px;
    height:180px;
}
.content .notice_wrap .notice .dikuai_notice img{
    width:350px;
    height:180px;
    position:absolute;
}
.content .notice_wrap .notice .dikuai_notice p{
    font-weight:bold;
}
@media only screen and (max-width: 770px){
    .content .notice_wrap .notice .gongcheng_notice img{
        height:100%;
    }
    .content .notice_wrap .notice .dikuai_notice img{
        height:100%;
    }
}



/* 查看更多 */
.more{
    width:151px;
    height:42px;
    border-radius:3px;
    display:flex;
    justify-content: center;
    align-items:center;
    background:#01A6A0;
    color:white;
    margin-top:45px;
    font-size:17px;
}
.more a{
    color:white;
}

@media only screen and (max-width: 770px){
    
    /* 轮播图 */
    #slide{
        height: 200px!important;
        width: 100%;
	}
	.slide ul li{
	    min-width: inherit;
	}
	.slide .circle_btn{
	    margin-left: -39px;
	}
	/* 内容区 */
    .content{
        margin-top: 0;
        width: 100%;
    }
    
    
	/* 公司介绍 */
    .content .company_profile{
        margin-top: 20px;
        flex-direction: column; 
        margin-bottom: 50px;
    }

    .content .company_profile .company_pro .company_profile_introduce{
        margin-top: 20px;
    }
    .content .company_profile .company_pro{
        text-align: center;
        margin-left: 0;
    }
	.content .company_profile .company_profile_img img{
        width: 100%;
    }
    .content .company_profile .company_pro .company_profile_introduce{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .content .company_profile .company_pro .com_file{
        margin-top: 20px;
    }
    .biuy{
        margin-top: 20px;
    }
    .content .company_profile .company_pro .biuy a{
        padding: 12px 50px;
        font-size: 16px;
    }


	/* 公司优势 */
	.company{
	    
	}
	.content .company .company_advantage .company_advantage_headline{
	    margin-top: 20px;
	}
	.content .company .company_background{
	    display: none;
	}
	.content .company .company_advantage{
	    position: static;
	}
	.content .company .company_advantage .company_advantage_advantage{
	     background-color: rgba(70,183,176,0.8);
	}
	.content .company .company_advantage .company_advantage_advantage ul{
	    flex-direction: column;    
	}
	.content .company .company_advantage .company_advantage_advantage ul li .setup{
	    margin-top: 0;
	}
	.content .company .company_advantage .company_advantage_advantage ul li .in_detail{
	    margin-top: 0;
	}
	.content .company .company_advantage .company_advantage_advantage ul li .in_detail{
	    padding:0 20px;
	    padding-bottom: 30px;
	}
	.content .company .company_advantage .company_advantage_advantage{
	    background: transparent;
	}
	.content .company .company_advantage .company_advantage_advantage ul li{
	    padding: 0;
	}
	.content .company .company_advantage .company_advantage_advantage{
	    width: 100%;
	}
	.content .company .company_advantage .company_advantage_advantage ul{
	    width: 100%;
	}
	/* 新闻中心 */
	.content .press{
	    margin-top: 20px;
	}
	.content .press .press_center .press_month ul{
	    flex-direction: column;
	    width: 100%;
	    padding: 20px;
	    box-sizing: border-box
	}
	
	.content .press .press_center .press_month ul li{
	    width: 100%;
	    margin-top: 5px;
	    /*overflow: hidden;*/
	}
	.content .press .press_center .press_month ul li .date{
	    width: 100%;
	    display: none;
	}
	.content .press .press_center .press_month ul li .oddnumber_detail{
	    width: 100%;
	    flex: 100%;
	    margin-left: 0;
	}
	.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_title,
	.content .press .press_center .press_month ul li .oddnumber_detail .oddnumber_detail_content{
	    width: 100%;
	}
    .content .press .press_center .press_month ul li{
            justify-content: start;
    }
    .more{
        margin-top: 0;
    }
	.more-btn{
	    margin-top: -100px;
	}
	
	
	/* 我要应聘 */
	.content .wants{
	    margin-top: 30px;
	}
	.content .want{
	    flex-direction: column;
	}
	.content .wants{
	    height: 700px;
	}
	.content .wants .want_background{
	    display: none;
	}
	.content .wants .want .want_left{
	    margin-top: 20px;
	    flex: none;
	}
	.content .wants .want .want_left .want_left_logo img {
        width: 50%;
    }
    .content .wants .want .want_left .sincere_hire{
        margin-top:0;
    }
    .content .wants .want .want_content ul,
	.content .wants .want .want_content ul li{
        width:100%;
    }
    .content .wants .want .want_right .want_right_zi{
       writing-mode:horizontal-tb;
    }
    .content .wants .want .want_content ul li .pracharak_condition{
        margin-top: 0;
    }
    .content .wants .want .want_content{
        flex: none;
    }
    .content .wants .want .want_right{
        /*flex: none;*/
    }
    .content .want{
        height: 80%;
    }
    .content .item_show .item_show_title{
        margin-top: 20px;
    }
    .item_show .more{
        margin-top: 20px;
    }
    /* 广告位展示 */
    .content .notice_wrap .notice{
        flex-direction: column;
    }
    .content .notice_wrap .notice{
        margin-top: 30px;
    }
	
}