.section {
    margin-bottom:30px;
}

.section .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

}
.section .row .col  {
  width:25%;
}
.section .row .col span.title {
    display: block;
	font-size:18px;
	line-height:40px;
}
.section .row .col span.title2 {
    display: block;
	font-size:20px;
	line-height:40px;
}

.section2 .row {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom:20px;
}

.section2 .row .col {
    padding: 15px 35px 15px 35px;
    background: #ffffff;
    text-align: center;
    margin-right: 20px;
	cursor: pointer;
    border: 2px solid #666;
	font-size: 23px;
	width: 230px;
	border-radius: 200px;
}

.section2 .row .curr {
    color: #fff;
    background: #d5042a;
	border: 2px solid #d5042a;
}

.section2 .row-huawen {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.section2 .row-huawen .item {
    width: 49%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    border: solid 1px #DCDFE6;
    margin-top:8px;
    margin-bottom:20px;
	padding: 20px 30px 20px;
	border-radius:10px;
	background: #ffffff;
	/* box-shadow: 0 5px 15px rgba(0,0,0,.03);*/
}
.section2 .row-huawen .item:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,.09);
}
.section2 .row-huawen .item .left {
    width: 200px;
    display: flex;
    align-items: center;
}

.section2 .row-huawen .item .left img {

    max-width: 100%;
	transition: transform 0.5s ease;

}
.section2 .row-huawen .item .left img:hover {

    transform:scale(1.1);

}
.section2 .row-huawen .middle{
    padding: 30px 20px 30px;
    font-size: 16px;
    line-height: 26px;
	width: 500px;
}
.section2 .row-huawen .middle p {

    text-align: left;color: #797979;

}
.section2 .row-huawen .right{
    width: 100px;
    display: flex;
    align-items: center;
}
.section2 .row-huawen .right .btn{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: solid 0px #d5042a;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: #d5042a;
    color: #fff;
    display: block;
}
.mc{ font-size:24px;
     color:#d5042a;
     font-weight: 600;
     padding-bottom:8px;
	 line-height: 28px;
}
.cx {
    width: 86%;
    min-width: 1300px;
    padding:65px 0 150px;
    margin: 0 auto;
}
button, textarea, input, select {
    width: 96%;
    height: 50px;
    font-size: 20px;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}
h5{ font-size: 40px;
    color: #d5042a;
    margin-bottom: 20px;
}
.x_search button {
    background-color: #d5042a;
    color: #fff;
    border: 1px solid #d5042a;
    cursor: pointer;
	border-radius:8px;
	height:94px;
	width: 100%;
}
.x_search button:hover {
	background: #333;
	color: #fff;
	border: 1px solid #333;
}
.x2_search button {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    cursor: pointer;
	border-radius:200px;
	height: 68px;
	width: 100%;
}
.x2_search button:hover {
	background: #d5042a;
	color: #fff;
	border: 1px solid #d5042a;
}
/*.ck{*/
/*    border: 2px solid #dadada;*/
/*    width:96%;*/
/*}*/
