* {
    margin: 0;
    padding: 0;
}

h4 {
    font-weight: 700;
}

html,
body {
    height: 100%;
}
@media screen and (min-width:1400px){
    
}

.section1 {
    width: 100%;
    background-color: #f2f2f2;
}

.wrapper {
    width: 80%;
    margin: 0px auto;
    overflow: hidden;
    height: 100%;
}

.section1_box1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 510px;
    background-color: white;
    padding: 2% 3%;
    margin: 40px 0px;
}

.detactionPic {
    width: 35%;
    height: 100%;
}

/* 本例子css */
.game163 {
    position: relative;
    width: 100%;
    height: 100%;
}

.game163 .bigImg {
    width: 100% !important;
    height:408px !important;
    position: relative;
}
.game163 .bigImg>li{
    width: 100% !important;
    height: 100%;
}
.game163 .bigImg li img {
    vertical-align: middle;
    width: 100%;
}

.game163 .smallScroll {
    height: 77px;
    margin-top: 33px;
}

.game163 .sPrev,
.game163 .sNext {
    float: left;
    display: block;
    width: 18px;
    height: 72px;
    text-indent: -9999px;
    background: url(../images/sprites1008.png) no-repeat 0 -3036px;
}
.game163 .sNext {
    background-position: 0 -2860px;
    float: right;
}
.game163 .smallImg {
    float: left;
    display: inline;
    height: 100%;
    width: 90%;
    margin: 0 auto;
}
.game163 .tempWrap{
    width: 100% !important;
}

.game163 .smallImg ul {
    height: 77px;
    width: 90% !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto !important;
}

.game163 .smallImg li {
    width: 17%;
    height: 100%;
    cursor: pointer;
    display: inline;
}
.game163 .smallImg li .icon_bofang{
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 93%;
    left: 30%;
}
.game163 .smallImg a>img:nth-child(1) {
    border: 1px solid #dcdddd;
    width: 100%;
    height: auto;
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}
.line{
    width: 4px;
    height: 34px;
    display: inline-block;
    background-color: #024ea1;
    position: absolute;
    top: 5px;
}
.detactionText {
    width: 57%;
    height: 100%;
    margin-right: 4%;
}
.detactionText>h4{
    font-size: 33px;
    margin-bottom: 40px;
    position: relative;
}

.detactionText ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #666666;
    padding-top: 18px;
    margin-top: 10px;
}

.detactionText ul>li {
    margin-right: 10%;
    list-style: disc inside;
    color: #666666;
}
.detactionText ul>li::marker{
    color: #024ea1;
    font-size: 22px;
}


.detactionText button {
    background-color: #024ea1;
    width: 210px;
    height: 45px;
    line-height: 45px;
    margin-top:15px;
    border: none;
}
.detactionText button a{
    color: white;
}

.section1_box2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.section1_box2_left {
    width: 78%;
    height: 100%;
    background-color: white;
    padding: 0px 30px;
}


.grid-container {
    width: 100%;
    height: 584px;
    display: grid;
    grid-template-columns: 35% 65%;
    grid-template-rows: 230px 74px 74px 36px 168px;
    background-color: white;
    border: 0.5px solid #666666;
}

.grid-container>div[class~="1"] {
    background-color: #f2f2f2;
}

.grid-container>div[class~="2"] {
    color: #666666;
    font-size: 17px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.grid-container>div {
    border: 0.5px solid #bdbcbc;
}

.grid-container>div[class=2] {
    text-align: center;
}

.section1_box2 h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

.section1_box2 p {
    line-height: 33px;
}
.right_box2 p{
    line-height: 30px;
    font-size: 14px;
}

.left_box4_pic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}

.left_box4_pic>div {
    width: 27.2%;
    height: 250px;
    background-color: white;
    margin-bottom: 2%;
    padding: 2%;
    box-shadow: 1px 1px 5px #f2f2f2, -1px -1px 5px #f2f2f2;
}
.left_box4_pic>div img{
    transition: all 1s;
}
.left_box4_pic>div:hover img {
    transform: scale(1.2);
}
.pic_nanning{
    margin:10px 0px; 
    text-align: center;
    line-height: 28px;
}
.left_box4_pic>div .pic_nanning>div{
    transition: all 300ms;
    font-weight: 700;
    line-height: 50px;
}
.left_box4_pic>div:hover .pic_nanning>div{
    color: #024ea1;
    font-weight: 700;
}

.section1_box2_right {
    width: 25%;
    height: 100%;
    margin-left: 28px;
}

.section1_box2_right>div {
    margin-bottom: 36px;
    background-color: white;
}
.section1_box2_right>div.right_box2>div:nth-child(4){ display:}
.section1_box2_right>div.right_box2>div:nth-child(5){ display:}
img {
    height: 100%;
}

.right_box1 {
    margin: auto;
    padding-top: 25px;
    overflow: hidden;
}

.right_box1>div p {
    text-align: center;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 30px;
    border: 1px solid #024ea1;
    margin-bottom: 15px;
    background-color: white;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px;
}

.right_box1>div p a {
    color: #024ea1;
}

.right_box1>div p:hover {
    background-color: #024ea1;
}

.right_box1>div p:hover a {
    color: white;
}

.right_box2 {
    overflow: hidden;
}

.right_box2>div {
    height: 90px;
    border-bottom: 1px solid #e7e7e7;
    padding: 24px 26px;
    display: flex;
    align-items: center;
}

.right_box2>div:hover {
    background-color: #eceaea;
}

.zhengshu {
    margin-right: 30px;
    width: 78px;
}

.zhengshu>img {
    width: 100%;
}

.right_box3 {
    overflow: hidden;
    padding: 25px 0px;
}

.right_box3 .inp {
    width: 80%;
    margin: 0 auto;

}

.right_box3 .inp input {
    margin-bottom: 17px;
    height: 30px;
    width: 100%;
    outline: none;
}

.right_box3 .inp input:focus div {
    display: block;
}
.right_box3_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.input-help {
    width: 160px;
    background-color: red;
    color: white;
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    display: none;
}


.section2 {
    width: 100%;
    /*height: 900px;*/
    text-align: center;
    background-image: url(../images/tran_ad_bg.png);
    padding: 92px 0px 74px;
    background-size:cover;
    background-position:center;
}
.section2 .wrapper .subTitle{
    margin-bottom: 48px;
}
/*.tempWrap {*/
/*    overflow: visible !important;*/
/*    height: 100% !important;*/
/*}*/

.section3 {
    height: 502px;
    background-image: url(../images/xiangqing_bg.png);
}

.section3_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.section3_wrapper>div {
    width: 33.3%;
    text-align: center;
    height: 50%;
    color: white;
}
.section3 .section3_wrapper .wrapperItems .sTitle{
    font-size: 28px; 
    margin-bottom: 5px;
    font-weight: 700;
}
.wrapperItems {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapperItems div>div:nth-child(1) {
    width: 50px;
    height: 50px;
    margin: 10px auto;
}
.main5_line{
    width: 40px;
    height: 4px;
    background-color: #024ea1;
    margin: 15px auto;
}
@media screen and (max-width:1600px){
    .detactionText>h4{
        font-size: 30px;
        margin-bottom: 18px;
        position: relative;
}
.left_box4_pic>div {
    width: 27.2%;
    height: 311px;
    background-color: white;
    margin-bottom: 4%;
    padding: 2%;
    box-shadow: 1px 1px 5px #f2f2f2, -1px -1px 5px #f2f2f2;
}
}
