header{
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    width: 130px;
}

.nav > ul{
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav > ul > li{
	float: left;
	position: relative;
	width: 20%;
	margin: 0 15px;
}

.nav > ul > li > a{
	display: block;
	position: relative;
	width: 100%;
	height: 50px;
	white-space: nowrap;
	text-align: center;
	line-height: 50px;
	color: #333;
    font-size: 16px;
    font-weight: bold;
}

.nav > ul > li > a:hover,
.nav > ul > li.cur > a{
	color: #BF0230;
}

.nav > ul > li > a:hover::after,
.nav > ul > li.cur > a::after{
	position: absolute;
	width: 54px;
	height: 3px;
	bottom: -20px;
	left: 50%;
	margin-left: -27px;
    background: #BF0230;
    z-index: 2;
	content: "";
}

.nav ul ul{
	position: absolute;
	top: calc(100% + 22px);
	left: 50%;
    min-width: 130px;
    padding: 15px 0;
	background: #33322F;
    transform: translate(-50%,0);
	transition: .6s;
	opacity: 0;
	z-index: -1;
}

.nav ul li:hover ul{
	opacity: 1;
	z-index: 9;
}

.nav ul ul li a{
	display: block;
	width: 100%;
    height: 36px;
    padding: 0 10px;
    white-space: nowrap;
    text-align: center;
	line-height: 36px;
	color: #fff;
}

.nav ul ul li a:hover{
	background: #BF0230;
}

.home_btn{
	display: none;
}

/*banner*/

.banner{
    width: 100%;
	margin: 0 auto;
}

.banner img {
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner {
	position: relative;
	z-index: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	margin: 0 5px;
	border-radius: 50%;
	border: 1px solid #fff;
	outline: none;
	opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.banner .swiper-button-next {
	left: inherit;
	right: 30px;
	width: 30px;
	height: 30px;
	outline: none;
	opacity: .8;
    background: url(../images/icon_right.png) no-repeat center/cover;
}

.banner .swiper-button-prev {
    left: 30px;
	width: 30px;
	height: 30px;
	outline: none;
	opacity: .8;
    background: url(../images/icon_left.png) no-repeat center/cover;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
	opacity: 1;
}

.c_tit{
    text-align: center;
}

.c_tit span{
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 28px;
    color: #000;
}

.c_tit span::before{
    position: absolute;
    left: -80px;
    bottom: 15px;
    width: 69px;
    height: 1px;
    background: #707070;
    content: "";
}

.c_tit span::after{
    position: absolute;
    right: -80px;
    bottom: 15px;
    width: 69px;
    height: 1px;
    background: #707070;
    content: "";
}

.c_tit p{
    color: #999;
    font-size: 14px;
}

.content1 .wrap{
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
}

.content1 .wrap .col{
    display: block;
    width: calc(20% - 30px);
    height: 200px;
    margin: 15px;
    padding: 24px 0 0;
    text-align: center;
    border: 1px solid #eee;
}

.content1 .wrap .col .pic{
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
}

.content1 .wrap .col img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .6s;
}

.content1 .wrap .col img:nth-child(2){
    opacity: 0;
    z-index: 2;
}

.content1 .wrap .col:hover img:nth-child(1){
    opacity: 0;
}

.content1 .wrap .col:hover img:nth-child(2){
    opacity: 1;
}

.content1 .wrap .col p{
    margin-top: 45px;
    font-size: 18px;
    font-weight: bold;
    color: #3E3E3E;
    font-family: 'Source Han Sans CN';
}

.content2 .w1200{
    position: relative;
    padding: 0 80px;
}

.content2 .team_container{
    margin-top: 60px;
}

.team_box{
    width: 100%;
    padding: 0 5px 5px;
}

.team_box .wrap{
    width: 100%;
}

.team_box .wrap .pic{
    width: 100%;
    overflow: hidden;
}

.team_box .wrap .pic img{
    width: 100%;
	height: 235px;
	max-height: 247px;
    transition: .6s;
}

.team_box .wrap .pic:hover img{
    transform: scale(1.1);
}

.team_box .wrap .info{
    padding: 16px 10px 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.team_box .wrap .info .tit{
    display: flex;
    padding-bottom: 14px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #999;
}

.team_box .wrap .info .tit .name{
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.team_box .wrap .info .tit .type{
    font-size: 12px;
    color: #666;
}

.team_box .wrap .info .bot{
    display: flex;
    padding: 17px 0 0;
    flex-wrap: wrap;
}

.team_box .wrap .info .bot span{
    display: block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
}

.team_box .wrap .info .bot span:nth-child(3),
.team_box .wrap .info .bot span:nth-child(4){
    margin-bottom: 0;
}

.team_container .swiper-button-prev{
    position: absolute;
    background: url(../images/icon_left.png) no-repeat center/cover;
    outline: none;
}

.team_container .swiper-button-next{
    position: absolute;
    background: url(../images/icon_right.png) no-repeat center/cover;
    outline: none;
}

.team_container .swiper-pagination{
    transform: translate(-50%,0);
    left: 50%;
    bottom: -50px;
}

.team_container .swiper-pagination .swiper-pagination-bullet{
    margin: 0 8px;
}

.team_container .swiper-pagination .swiper-pagination-bullet-active{
    background: #BF0230;
}

.content3{
    width: 100%;
    height: 658px;
    background: url(../images/case_bg.png) no-repeat center/cover;
}

.case_tab{
    display: flex;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
}

.case_tab span{
    display: block;
    flex: 1;
    height: 40px;
    margin: 0 10px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border-radius: 10px;
    color: #BF0230;
    border: 1px solid #BF0230;
    cursor: pointer;
    white-space: nowrap;
    transition: .6s;
}

.case_tab span.cur,
.case_tab span:hover{
    background: #BF0230;
    color: #fff;
}

.case_wrap .wrap{
    display: none;
    margin: 30px auto 0;
    padding: 30px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
}

.case_wrap .wrap.cur{
    display: flex;
}

.case_wrap .wrap .pic{
    width: 390px;
    overflow: hidden;
}

.case_wrap .wrap .pic img{
    width: 100%;
    transition: .6s;
}

.case_wrap .wrap:hover .pic img{
    transform: scale(1.1);
}

.case_wrap .wrap .right{
    position: relative;
    width: calc(100% - 390px);
    padding: 0 0 0 40px;
}

.case_wrap .wrap .right .tit{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.case_wrap .wrap:hover .right .tit{
    color: #BF0230;
}

.case_wrap .wrap .right .info{
    margin: 35px 0 60px;
    color: #666;
    line-height: 150%;
    font-size: 14px;
}

.case_wrap .wrap .right .bot{
    display: flex;
    align-items: center;
}

.case_wrap .wrap .right .bot .tx{
    display: flex;
    align-items: center;
}

.case_wrap .wrap .right .bot .tx img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.case_wrap .wrap .right .bot .tx span{
    display: block;
    margin-left: 20px;
    color: #999;
    font-size: 12px;
}

.case_wrap .wrap .right .bot .tx p{
    color: #000;
    font-size: 12px;
}

.case_wrap .wrap .right .bot .tel{
    display: flex;
    margin-left: 50px;
    align-items: center;
}

.case_wrap .wrap .right .bot .tel span{
    color: #999;
    font-size: 12px;
}

.case_wrap .wrap .right .bot .tel p{
    color: #000;
    font-size: 12px;
}

.case_wrap .wrap .right p.more{
    position: absolute;
    right: 50px;
    bottom: 0;
    color: #BF0230;
}

.news_list .row{
    display: flex;
    padding: 20px 15px 25px;
    border-bottom: 1px dashed #CFCECE;
}

.news_list .row .pic{
    width: 270px;
    height: 136px;
    overflow: hidden;
}

.news_list .row .pic img{
    display: block;
    width: 100%;
    transition: .6s;
}

.news_list .row:hover .pic img{
    transform: scale(1.1);
}

.news_list .row .right{
    width: calc(100% - 270px);
    padding: 0 0 0 30px;
}

.news_list .row .right .tit{
    margin-bottom: 20px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

.news_list .row .right .info{
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 150%;
    color: #666;
}

.news_list .row .right .time{
    display: flex;
    align-items: center;
}

.news_list .row .right .time img{
    width: 18px;
    height: 18px;
}

.news_list .row .right .time span{
    margin-left: 14px;
    font-size: 14px;
    color: #999;
}

.news_list .row:hover .right .tit{
    color: #BF0230;
}

.c_more{
    display: block;
    width: 136px;
    height: 38px;
    margin: 45px auto;
    line-height: 38px;
    text-align: center;
    color: #BF0230;
    border: 1px solid #BF0230;
}

.c_more:hover{
    background: #BF0230;
    color: #fff;
}

footer{
    background: #33322F;
}

footer .w1200{
    display: flex;
    padding: 55px;
    justify-content: space-between;
}

footer .w1200 .left img.logo_white{
    width: 183px;
    height: 60px;
    margin-bottom: 22px;
}

footer .left p{
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}

footer .right{
    display: flex;
    padding-left: 20%;
}

footer .right .col .tit{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    font-size: 18px;
    color: #fff;
}

footer .right .col .tit::after{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 17px;
    height: 1px;
    background: #BF0230;
    content: "";
}

footer .right .col .foot_nav{
    display: flex;
    flex-wrap: wrap;
}

footer .right .col .foot_nav a{
    display: block;
    width: 50%;
    margin-bottom: 15px;
    color: #999;
    font-size: 14px;
}

footer .right .col .foot_nav a:hover{
    color: #BF0230;
}

.copyright{
    height: 100px;
    background: #1E1E1C;
    line-height: 100px;
}

.copyright .w1200{
    display: flex;
    justify-content: space-between;
}

.copyright .left{
    font-size: 14px;
    color: #fff;
}

.copyright .right{
    color: #fff;
}

.copyright .right a{
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    color: #fff;
}

.copyright .right a:hover{
    color: #BF0230;
}

.about .wrap{
    display: flex;
    margin: 70px 0;
    align-items: center;
}

.about .wrap .pic{
    width: 460px;
    height: 307px;
    overflow: hidden;
}

.about .wrap .pic img{
    width: 100%;
    height: 100%;
}

.about .wrap .info{
    width: calc(100% - 460px);
    padding-left: 30px;
}

.about .wrap .info p{
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 200%;
    text-indent: 2em;
}

.about .wrap:nth-child(2){
    flex-direction: row-reverse;
}

.about .wrap:nth-child(2) .info{
    padding-left: 0;
    padding-right: 30px;
}

.i_nav{
    height: 60px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.i_nav .w1200{
    display: flex;
    align-items: center;
}

.i_nav .w1200 a{
    display: block;
    flex: 1;
    margin: 0 20px 0 0;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    background: #e5e5e5;
    color: #3E3E3E;
    text-overflow: inherit;
    white-space: pre;
}

.i_nav .w1200 a.cur,
.i_nav .w1200 a:hover{
    background: #BF0230;
    color: #fff;
}

.area .w1200{
    padding: 0 60px;
}

.area .tit{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.area p{
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 200%;
}

.area p.red{
    color: #BF0230;
}

.case_tit{
    font-size: 30px;
    color: #000;
    font-weight: bold;
}

.team_list{
    display: flex;
    flex-wrap: wrap;
}

.team_list .col{
    width: calc(25% - 60px);
    margin: 26px 30px;
}

.c_page{
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_page span{
    margin: 0 4px;
}

.c_page span a{
    display: block;
    padding: 8px 12px;
    color: #333;
    border: 1px solid rgb(0, 0, 0,.15);
    border-radius: 2px;
}

.c_page span:hover a,
.c_page span.cur a{
    background: #BF0230;
    color: #fff;
}

.team_show{
    display: flex;
    border-bottom: 1px dashed #999;
}

.team_show .left{
    width: 300px;
}

.team_show .left img{
    width: 100%;
}

.team_show .left p{
    padding-left: 16px;
    margin-top: 35px;
    color: #666;
}

.team_show .right{
    width: calc(100% - 300px);
    padding-left: 76px;
}

.team_show .right .name{
    margin-bottom: 55px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
}

.team_show .right .row{
    padding: 20px 13px;
    border-bottom: 1px dashed #999;
}

.team_show .right p{
    padding: 0 0 0 13px;
    font-size: 16px;
    color: #666;
    line-height: 200%;
}

.team_show .right .row p{
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.team_show .right .row span{
    display: inline-block;
    margin: 20px 20px 0 0;
}

.team_show .right .tit_red{
    padding: 50px 0 50px 13px;
    color: #BF0230;
    font-size: 16px;
    font-weight: bold;
}

.c_return{
    display: block;
    width: 124px;
    height: 48px;
    color: #BF0230;
    border: 1px solid #BF0230;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    border-radius: 10px;
}

.team_return.c_return{
    float: right;
    margin: 44px 100px 80px 0;
}

.c_return:hover{
    background: #BF0230;
    color: #fff;
}

.news_show{
	padding: 60px 0;
}

.news_show .title{
	padding: 0 0 30px 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.news_show .title h1{
    margin-bottom: 20px;
	font-size: 28px;
    font-weight: bold;
    color: #000;
}

.news_show .news_show_info{
	padding: 40px 0;
	text-align: center;
}

.news_show .news_show_info p{
	margin: 20px 0;
	line-height: 150%;
	text-indent: 2em;
	text-align: left;
}

.news_show .news_show_info p img,
.news_show .news_show_info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news_show table{
    border-collapse: collapse;
    border-spacing: 0;
}

.news_show table td{
    border: 1px solid #333;
}

.news_show .title span{
    display: inline-block;
	margin: 0 10px;
	font-size: 18px;
}

.news_show .news_show_row{
	padding: 30px 0;
}

.news_show .news_show_row img{
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.news_show .news_show_row p{
	margin: 10px 0;
	text-indent: 2em;
    font-size: 18px;
    line-height: 200%;
}

.page{
    position: relative;
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

.page .row{
	display: block;
	margin: 30px 0;
	font-size: 18px;
}

.page .row a:hover{
	color: #BF0230;
}

.page .btn_return{
    position: absolute;
	width: 144px;
	height: 62px;
	text-align: center;
	line-height: 62px;
	font-size: 24px;
	right: 0;
	background: #BF0230;
	color: #fff;
	border-radius: 8px;
}

.law_form .flex{
    display: flex;
}

.law_form .flex .ipt_col{
    width: calc(100% - 40px);
    margin: 0 60px 40px 0;
}

.law_form .flex .ipt_col:last-child{
    margin: 0 0 40px 0;
}

.law_form .ipt_col .name{
    position: relative;
    padding-left: 15px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #333;
}

.law_form .ipt_col .name::after{
    position: absolute;
    left: 0;
    top: 2px;
    color: #DE3E2D;
    font-size: 20px;
    content: "*";
}

.law_form .flex input,
.law_form .flex select{
    width: 100%;
    height: 40px;
    padding: 12px;
    line-height: 40px;
    outline: none;
    font-size: 14px;
    border: 1px solid #D4D0D0;
    color: #666;
}

.law_form .flex input::-webkit-input-placeholder{
    color: #999;
}

.law_form .flex select{
    padding: 0 12px;
}

.law_form .textarea_box{
    padding: 18px 12px;
    border: 1px solid #D4D0D0;
}

.law_form .textarea_box textarea{
    width: 100%;
    height: 100px;
    color: #666;
    outline: none;
    font-family: 'Microsoft YaHei';
    resize: none;
}

.law_form .textarea_box textarea::placeholder{
    color: #999;
}

.law_form .submit{
    display: block;
    width: 193px;
    height: 40px;
    margin: 50px 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    background: #BF0230;
    cursor: pointer;
}

.file_bg{
    margin-top: 10px;
    border-radius: 4px;
}

.file_box {
    position: relative;
    width: 100%;
    margin: 0 auto 15px;
}

.file_box .file_wrap {
    width: 60px;
    height: 60px;
    margin: 0 12px 12px 0;
}

.file_box .file_photo {
    display: flex;
    flex-wrap: wrap;
}

.file_box .file_photo input {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    opacity: 0;
    z-index: 2;
}

.file_box .default_pic {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    background: url(../images/photo_defalut.png) no-repeat center top 10px;
    background-size: 23px 18px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.file_box_add {
    position: relative;
    display: flex;
    margin: 0 12px 12px 0;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
}

.file_box_add .file_close {
    position: absolute;
    top: -11px;
    right: -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-image: url(../images/login_close@2x.png);
    background-size: 22px 22px;
    background-repeat: no-repeat;
    background-position: center center;
}

.file_box_add img {
    max-width: 100%;
    max-height: 100%;
}

.file_box .default_pic p {
    margin-top: 34px;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    color: #D4D0D0;
}

/*遮罩层*/

.z_mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2000;
}

.z_alert {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 300px;
    margin-top: -60px;
    height: 90px;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    text-align: center;
    transform: translate(-50%,0);
}

.z_alert p:nth-child(1) {
    padding: 10px 0;
    font-size: 16px;
    line-height: 32px;
}

.z_alert p:nth-child(2) {
    display: flex;
}

.z_alert p:nth-child(2) span {
    width: 50%;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #ddd;
}

.z_cancel {
    border-right: 1px solid #ddd;
}


.job_table ul li{
    background: #fcfcfc;
    font-size: 0;
    position: relative;
}

.job_table ul li:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    bottom: 0;
    left: 0;
}

.job_table ul li:first-child{
    background: #BF0230;
    line-height: 55px;
    border-bottom: none;
}

.job_table ul li span{
    display: inline-block;
    font-size: 18px;
    line-height: 60px;
    color: #333;
    text-align: center;
}

.job_table ul li:first-child span{
    height: 55px;
    color: #fff;
    line-height: 55px;
}

.job_table ul li span.sp1{
    width: 30%;
    text-align: left;
    padding-left: 60px;
}

.job_table ul li span.sp2{
    width: 10%;
    margin-right: 40%;
}

.job_table ul li span.sp3{
    width: 20%;
    position: relative;
}

.job_table ul li span.sp3:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: url(../images/icon_addcircle.png) no-repeat center;
    background-size: 28px 28px;
}

.job_table ul li:first-child span.sp3::after{
    width: 0;
}

.job_table ul li span.sp3.down:after{
    background: url(../images/icon_deletecircle.png) no-repeat center;
    background-size: 28px 28px;
}

.job_table .job_hide{
    font-size: 16px;
    background: #f5f5f5;
    width: 100%;
    padding:20px 20px 20px 60px;
}

.job_table .job_hide .job_hide_wrap{
    font-size: 16px;
    line-height: 30px;
}

.job_table .job_hide .job_hide_wrap h1{
    color: #333;
    font-size: 16px;
}

.job_table .job_hide .job_email{
    margin-top: 60px;
}

.job_table .job_hide .job_email a{
    font-size: 16px;
    color: #BF0230;
    line-height: 30px;
}

.contact .flex{
    display: flex;
}

.contact .flex .col{
    display: flex;
    width: 33%;
}

.contact .flex .col img{
    width: 30px;
    height: 30px;
}

.contact .flex .col .right{
    margin-left: 30px;
}

.contact .flex .col .right .name{
    color: #999;
    font-size: 16px;
}

.contact .flex .col .right p{
    margin-top: 5px;
    color: #000;
    font-size: 16px;
}

.map{
    width: 100%;
    height: 500px;
}

.anchorBL{
    display: none;
}



