@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

body,html{
    scroll-behavior: smooth;
    transition: all ease-out 0.5s;
}

li, ol {list-style: none;}
.clear::after{
    content: "";
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}

a{
    outline: none;
    text-decoration: none;
    color: #000;
}
a:hover{
    outline: none;
    text-decoration: none;
    color: #000;
}

input, img{
    display: block;
    outline: none;
}


/* 头部样式 */
.head {
    width: 100%;
    height: 125px;
    background: #ffffff;
}

.container {
    width: 1200px;
    height: 125px;
    margin: 0 auto;
}

.container .logo img {
    margin-top: 40px;
    float: left;
}

.head .tiao{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    background-color: #2851A2;
}

.head .tiao ul{
    width: 1200px;
    margin: 0 auto;
}
.head .tiao ul li{
    height: 100px;
    float: left;
    padding: 0 9.7px;
    border-right: 1px solid #c0c0c0;
    background-color: #2851A2;
    transition: all ease-out 0.5s;
}
.head .tiao ul li:hover{
    background-color: #76a9fa;
}
.head .tiao ul li:nth-child(10){
    height: 100px;
    float: left;
    border-right: 0px solid #FFFFFF;
}
.head .tiao ul li a{
    color: #fff;
    display: inline-block;
    margin-top: 25px;
}
.head .tiao ul li p{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}






 .beijing{
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    background-image: url(https://www.drsmrh.com/statics/cdgsxy/images2024/beijingtu.png);
    background-size: 100% 100%;
}
 .beijing img{
    width: 100%;
}

.beijing .tiaoti img{
    width: 80%;
    margin: 0 auto;
}

.jieshi{
    width: 1200px;
    margin: 0 auto;
}
.jieshi .tiaoti{
    width: 100%;
    margin: 0 auto;
    padding-top: 140px;
}



.zhuti{
    width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
}
.zhuti .tiaozhuan{
    width: 1200px;
    height: 100px;
    margin-bottom: 60px;
}
.zhuti .zhongwen{
    width: 288px;
    height: 100px;
    background: #2851A2;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 100px;
    float: left;
    display: inline-block;
}
.zhuti .yinwen{
    width: 288px;
    height: 100px;
    background: #fff;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    text-align: center;
    line-height: 100px;
    border: 1px solid;
    float: left;
    margin-left: 30px;
    display: inline-block;
}




#zoom #abc1{
    border-top:1px solid #666666;
    border-bottom:1px solid #666666;
    padding-bottom: 30px;
}
#zoom #abc2{
    padding-bottom: 50px;
}

#zoom #abc1 h4{
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 30px;
}

#zoom #abc1 p{
    text-indent: 2em;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 44px;
    margin-bottom: 20px;
}

#zoom #abc2 h4{
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding: 30px;
}

#zoom #abc2 p{
    text-indent: 2em;                       
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    line-height: 44px;
    margin-bottom: 20px;
}








.end{
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    background-color: #2851A2;
}

.container123 {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.end .wh{
    float: left;
    width:675px;
    margin-top: 57px;
}
.end .wh .logoup{
    width:675px;
    background-color: #fff;
    float:left
}
.end .wh .logoup img{
    width:636px;
    margin: 20px;
    border: 1px dashed rgb(149, 149, 149);
}

.container123 ul{
    width: 1200px;
    margin: 0 auto;
    float: left;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.container123 ul li{
    height: 100px;
    float: left;
    padding: 0 10.2px;

}

.container123 ul li a{
    color: #fff;
    display: inline-block;
    margin-top: 25px;
}
.container123 ul li p{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}

.container123 .duan{
    float: left;
    color: #fff;
    margin-top: 35px;
}
.container123 .cahng{
    float: left;
    color: #fff;
    margin-top: 15px;
}

.suspension {
    position: fixed;
    z-index: 55;
    right: 50px;
    bottom: 85px;
    width: 75px;
    height: 75px;
}
.suspension a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    background-color: #2851A2;
    border-radius: 50%;
    transition: all ease-out 0.5s;
}
.suspension a:hover{
    background-color: #76a9fa;
}