.section{
    overflow: unset!important;
    /* padding:  160px 0 0 0; */
    position: relative;
    z-index: 1;
}
.common_bread{
    position: relative;
    z-index: 5;
}
.section .back{
    position: absolute;
    width: 100%;
    height: calc(100% + 93px);
    top: -93px;
    left: 0;
    z-index: -1;
}
.section .wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1920px) {
    .section .wrap{
        justify-content: unset;
    }
}
.section .wrap .images{
    display: flex;
    height: 335px;
    margin: 0 113px 0 0;
}
.section .wrap .images img{
    max-height: 100%;
}
.section .wrap .images div:first-child{
    width: 259px;
    height: 100%;
    margin: 0 32px 0 0;
}
.section .wrap .images div:last-child{
    width: 497px;
    height: 100%;
}
.section .wrap .text .title{
    font-size: 26px;
    
    font-weight: normal;
    color: #CAA672;
}
.section .wrap .text .english{
    font-size: 16px;
    
    font-weight: normal;
    color: #262626;
}
.section .wrap .text .line{
    width: 200px;
    height: 1px;
    background: #E8E8E8;
    margin: 44px 0 50px 0;
}
.section .wrap .text .line div {
    width: 80px;
    height: 1px;
    background: #CAA672;
}
.section .wrap .text .black{
    margin: 0 0 16px 0;
    font-size: 24px;
    
    color: #141414;
    line-height: 40px;
}
.section .wrap .text .black_english{
    font-size: 16px;
    
    color: #262626;
    line-height: 22px;
    margin: 0 0 45px 0;
}
.section .wrap .text .figure{
    display: flex;
}
.section .wrap .text .figure .item > div{
    width: 120px;
    height: 120px;
    border: 1px solid #CAA672;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 0 20px 0;
}
.section .wrap .text .figure .item:not(:last-child) {
    margin: 0 14px 0 0;
}
.section .wrap .text .figure .item span{
    font-size: 33px;
    
    font-weight: 800;
    color: #CAA672;
    line-height: 42px;
    position: relative;
    display: block;
}
.section .wrap .text .figure .item span:after{
    content: attr(data-text);
    display: inline-block;
}
.section .wrap .text .figure .item p{
    font-size: 16px;
    
    color: #1E1E1E;
    line-height: 20px;
    text-align: center;
}
.section2 .wrap{
    margin: 45px auto;
    max-width: 90%;
}
.section2 .wrap .title{
    text-align: center;
}
.section2 .wrap .title span{
    font-size: 26px;
    
    color: #CAA672;
    line-height: 40px;
}
.section2 .wrap .title .line{
    width: 200px;
    height: 1px;
    background: #E8E8E8;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section2 .wrap .title .line div{
    width: 80px;
    height: 1px;
    background: #CAA672;
}
.section2 .wrap .content{
	display: flex;
	justify-content: center;
	height: 430px;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.section2 .wrap .content .item{
    width: 200px;
    height: 100%;
    position: relative;
    cursor: pointer;
}
.section2 .wrap .content .item .circle{
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    border: 5px solid rgba(202,166,114,0.15);
    box-shadow: 0px 2px 43px 0px rgba(0,0,0,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}
.section2 .wrap .content .item .circle img{
    width: 120px;
}
.section2 .wrap .content .item .text{
    text-align: center;
}
.section2 .wrap .content .item .text span{
    font-size: 12px;
    color: #999188;
}
.section2 .wrap .content .item m{
    vertical-align: super;
}
.section2 .wrap .content .item .point{
	position: absolute;
	z-index:999;
	width:130%;
	height: 120%;
	top:-100px;
	left:-15%;
	background: #CAA672;
	border-radius: 0px;
	text-align: left;
	opacity: 0;
	transition: 1.5s;
	transform: translateX(-25px);
	color:	#FFFFFF;
	line-height:14px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left:5px;
	font-size:10px;
	overflow: scroll;
	font-family: Arial, Helvetica, sans-serif;	
	
}
::-webkit-scrollbar {
width: 5px;
}
::-webkit-scrollbar-track {
background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
background-color: #ccc;
border-radius: 5px;
}
.section2 .wrap .content .item .point .headline{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 19px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.section2 .wrap .content .item .point p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
}
.section2 .wrap .content .item .point p strong{
    
    font-weight: bold;
}
.section2 .wrap .content .item:hover .point{
    opacity: 1;
    transform: translateY(0);
}
.section2 .wrap .search{
    margin: 10px 165px;
    display: flex;
    height: 40px;
    width: 1395px;
}
.section2 .wrap .search .aa{
    width: 508px;
    height: 100%;
    background: #F7F7F7;
    border: none;
    padding: 0 0 0 50px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
	float:left;
}
.section2 .wrap .search aa::placeholder{
    color: #999999;
}
.section2 .wrap .search .color{
    width: 80px;
    height: 100%;
    background: #CAA672;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
	border: none;
}
.section2 .wrap .tab_cut {
    display: flex;
    justify-content: center;
}
.section2 .wrap .tab_cut .side{
    width: 120px;
    background: #CAA672;
    padding: 20px 0;
	text-align:center
}
.section2 .wrap .tab_cut .side .headline{
    font-size: 14px;
    
    color: #FFFFFF;
    margin: 0 0 28px 0;
    text-align: center;
}
.section2 .wrap .tab_cut .side .flex .item a{
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    
    color: #FFFFFF;
    transition: 0.6s;
    cursor: pointer;
}
.section2 .wrap .tab_cut .side .flex .item .on{
    background: rgba(0, 0, 0, 0.16);
}
.section2 .wrap .tab_cut .right{
    width: 1206px;
}
/* .section2 .wrap .tab_cut .right .big_cut{
    display: none;
}
.section2 .wrap .tab_cut .right .big_cut.on{
    display: block;
} */
.section2 .wrap .tab_cut .right .big_cut table{
    width: 100%;
}
.section2 .wrap .tab_cut .right .big_cut table tr:first-child td{
    background: #E8E8E7;
    height: 75px;
    font-size: 16px;
    
    color: #191919;
    text-align: center;
}
.section2 .wrap .tab_cut .right .big_cut table tr:first-child td:not(:last-child) {
    border-right: 1px solid rgba(243, 243, 243, 1);
}
.section2 .wrap .tab_cut .right .big_cut table tr:not(:first-child) td{
    text-align: center;
    font-size: 16px;
    
    color: #191919;
    height: 20px;
}
.section2 .wrap .tab_cut .right .big_cut table tr:not(:first-child) td p{
    width: 100%;
    height: 100%;
    background: rgba(202, 166, 114, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-family: MI LANTING b;
}
.section2 .wrap .tab_cut .right .big_cut table tr:not(:first-child) td{
    border-right: 1px solid rgba(232, 232, 231, 0.7);
    border-bottom: 1px solid rgba(232, 232, 231, 0.7);
}
.section2 .wrap .tab_cut .right .big_cut table tr td:first-child{
    width: 150px;
}
.section2 .wrap .tab_cut .right .big_cut table tr td:nth-child(2){
    width: 200px;
}
.section2 .wrap .tab_cut .right .big_cut table tr td:nth-child(3){
    width: 200px;
}
.section2 .wrap .tab_cut .right .big_cut table tr td:not(:nth-child(1)){
    min-width: 40px;
}

.section2 .wrap .tab_cut .right .big_cut .common_paging{
    margin-top: 40px;
}


@media screen and (max-width: 1600px) {
    .section .wrap .images{
        margin: 0 64px 0 0;
    }
    .section {
        padding: 0 0 0 0;
    }
    .section .wrap .text .line{
        margin: 44px 0 29px 0;
    }
    .section .wrap .text .figure .item span{
        font-size: 26px;
    }
    .section2 .wrap .tab_cut .right{
        width: 100%;
    }
    .section2 .wrap{
        max-width: 80%;
        padding: 0 10px;
    }
    .section2 .wrap .content {
        height:310px;
    }
    .section2 .wrap .content .item .circle {
        width: 150px;
        height: 150px;
    }
    .section2 .wrap .content .item .circle img {
        width: 100px;
    }
    .section2 .wrap .tab_cut .right .big_cut table tr:first-child td {
        font-size: 12px;
    }
    .section2 .wrap .tab_cut .right .big_cut table tr:not(:first-child) td {
        font-size: 12px;
    }
    .section2 .wrap .search {
        margin: 10px 0px;
    }
}
