.cpxq{
	background-color: #eeeeee;
    padding: 0px 0 40px 0;
}
.cpxq h2{
	text-align: center;
	color: #000;
	font-size: 30px;
	line-height: 120px;
}
.cpxq_box{
	display: flex;
	justify-content: space-between;
}

.cpxqleft_box{
	width: 35%;
}
.cpxqleft_box img{
	width: 100%;
}
.cpxqright_box{
	width: 45%;
}

.cpontit {
    padding-bottom: 14px;
    border-bottom: 1px solid #c8c7c7;
    display: flex;
}
.cpontit p {
    font-size: 22px;
    line-height: 26px;
    color: #333;
}

.cpontit .cpsubmit {
    font-size: 16px !important;
    font-weight: normal;
    margin-top: 8px;
    color: #716c6c;
    line-height: 30px;
    margin: 0px 8px;
}

.cpxqright_box ul li {
    padding: 14px 0;
    font-size: 14px;
    border-bottom: 1px dotted #908989;
    color: #716c6c;
}

.cpxqright_box ul li .cpming {
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.cpxqright_box ul li .cpzhi {
    display: inline-block;
    vertical-align: middle;
}

.cpxqcontent{
	margin: 40px auto 60px auto;
}
/* .cpxqcontent>.container{
	text-align: center;
} */
.cpxqcontent>.container img{
	width: 100%;
}

.xiangguancp {
    background-color: rgba(238,238,238,.4); 
    padding: 50px 0;
}
.w80 {
    margin: 0 auto;
    width: 95%;
    max-width: 1480px;
}

.xgcp h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #333;
}


.donghuatwo {
	transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;  
}
.promb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: rgba(120,20,150,.5); */
    opacity: 1;
    }
    
.prombdiv {
    z-index: 20;
    color: #000;
    text-align: center;
    }
    

.suofang {
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    -webkit-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
}

.prombdiv .promb01 {
    font-size: 16px;
}
.prombdiv .promb02 {
    font-size: 26px;
    margin-top: 15px;
    letter-spacing: 2px;
}
.chakanbtn {
    height: 60px;
    width: 100%;
    color: #fff;
    background-color: rgba(0,30,180,.7);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
}

.xgcp .swiper-slide:hover .promb {
    opacity: 1;
}
.xgcp .swiper-slide:hover .suofang {
	 opacity: 1;
    transform: scale(1);
      -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}

.xgcp .swiper-slide a img{
	width: 100%;
}
.xgcp .swiper-slide{
	background-color: #bbb !important;
}

.cpxqh{
    margin-top: 40px;
    border-bottom: 1px solid #ccc;
}
.cpxqh h3{
    font-size: 20px;
    color: #000;
    padding: 15px 0;
    font-weight: bold;
}

.cpxqcontent table {
    margin-top: 30px;
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    display: table;
    border-collapse: collapse;
    box-sizing: border-box;
    border-spacing: 0px;
    border-color: grey;
    font-size: 14px;
}
.cpxqcontent  tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.cpxqcontent .container>p{
line-height: 30px;
}

.cpxqcontent tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    line-height: 30px;
}
.cpxqcontent tr:nth-of-type(2n){
    text-align: -webkit-center;
    background-color: rgb(192, 192, 192);
}
.cpxqcontent tr td{
    border: 1px solid #333;
    text-align: center;
}
.cpxqcontent tr:nth-of-type(1) td{
    padding: 15px 0 !important;
}