body {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    color:#333;
}
a{
    text-decoration: none;
    color:#333;
}
a:hover{
    text-decoration: none;
    color:#333;
}
li{
    list-style: none;
}
ul{
    margin: 0;
    padding: 0;
}


.scrollsidebar{position:absolute; z-index:999; top:350px;right:0}
.side_content{width:154px; height:auto; overflow:hidden; float:left; }
.side_content .side_list {width:154px;overflow:hidden;}
.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}
.show_btn span { display:none;}
.close_btn{width:24px;height:24px;cursor:pointer;}
.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}
.side_title {height: 30px;background: #3396fb;text-align: center;line-height: 30px;color: #fff;font-weight: bold;font-size: 14px;}
.side_bottom { height:8px;}
.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}
.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}
.close_btn span { display:none;}
.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}
.other  { text-align:center;}
.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}
.msgserver { text-align:center; margin-bottom:5px;}
.msgserver a { background:url(..../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}
/* blue skin as the default skin */
.side_title, .side_blue .side_title {background-position:-195px 0;}
.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;background: #fff;}
.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}
.close_btn, .side_blue .close_btn {background-position:-44px 0;}
.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}
.show_btn , .side_blue .show_btn {background-position:-119px 0;}
.msgserver a, .side_blue .msgserver a {color:#06C;}
.dja{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w1200{
    width:1200px;
    margin: 0 auto;
}
.head{
        height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.logo img{
    height: 50px;
    display: block;
}
.nav a{
    font-size: 16px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 80px;
    height: 80px;
    display: block;
    float: left;
}
.tel{
    margin-left: 20px;
}
.tel span{
    background: #3396fb;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
}
.nav .active{
    color: #3396fb;
}
.nav a:hover{
    color: #3396fb;
}
.list_r_n_n span {
    white-space: break-spaces !important;
    overflow: hidden;
    width: 100%;
    text-wrap: nowrapimportant;
}
.banner{
    margin-top: 80px;
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    background: #3396fb;
    padding: 15px;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
        font-size: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    background: #3396fb;
    padding: 15px;
    color: #fff;
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
     font-size: 20px;
}
.section1{
    background: #f2f2f2;
    padding: 50px 0;
}
.section_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_t h2{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
}
.section_t span{
    font-size: 18px;
    font-weight: bold;
    color: #3396fb;
}
.section_t span i{
    margin-right: 5px;
}
.section_t em{
    display: block;
    width: 45px;
    border: 2px solid #3396fb;
    margin-top: 5px;
}
.section1_box li{
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 346px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.section1_box{
    margin-top: 30px;
}
.clear{
    clear:both;
}
.section1_box ul li:nth-child(3n) {
    margin-right: 0;
}
.section1_box_i {
    width: 64px;
    height: 64px;
    background: #3396fb;
    border-radius: 100%;
    line-height: 62px;
    text-align: center;
    font-size: 35px;
    color: #fff;
    margin: 0 auto;
}
.section1_box_t{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}
.section1_box_p{
    text-align: center;
    line-height: 25px;
}
.section1_box_a a{
   background: #3396fb;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box; 
        display: block;
}
.section1_box_a{
    margin-top:15px;
        text-align: center;
}
.section2{
padding: 50px 0;
       background-image: url(../images/cityscape-8950510_960_720.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.section2_box{
        margin-top: 20px;
    line-height: 25px;
    background: rgb(255 255 255 / 90%);
    padding: 30px;
    border-radius: 20px;
}
.section_t2{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section_t2 h2{
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color:#fff;
}
.section_t2 span{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.section_t2 span i{
    margin-right: 5px;
}
.section_t2 em{
    display: block;
    width: 45px;
    border: 2px solid #fff;
    margin-top: 5px;
}
.section1_box_a2 a{
   background: #3396fb;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box; 
}
.section1_box_a2{
    margin-top:30px;
}
.section3{
    padding: 50px 0;
    background: #f2f2f2;
}
.section3_box{
    margin-top: 30px;
}
.section3_box li {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 550px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.section3_box_l {
    overflow: hidden;
    border-radius: 10px;
}
.section3_box_l {
    width: 150px;
    height: 100px;
}
.section3_box_l img {
    transition: all 0.3s;
}
.section3_box_l img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.section3_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section3_box_r {
    width: 425px;
    margin-left: 15px;
}
.section3_box_r_t h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
.section3_box_r_p {
    color: #999;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
    margin-bottom: 5px;
}
.section3_box_r_d{
    font-size: 13px;
    color: #999;
}
.section3_box li:nth-child(2n) {
    margin-right: 0;
}
.section1_box_a3 a{
   background: #3396fb;
    padding: 10px 45px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box; 
    margin: 0 10px;
}
.section1_box_a3{
    margin-top:30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section4_box li{
    width: 224px;
    float: left;
    background: #e7f3ff;
    margin-right: 20px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}
.section4_box1{
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #3396fb;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section4_box{
    margin-top: 35px;
}
.section4{
    padding: 50px 0;
}
.section4_box2{
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    margin-top: 20px;
}
.section4_box3{
    text-align: center;
}
.section4_box li:nth-child(5n) {
    margin-right: 0;
}
.section5{
    padding: 50px 0;
}
.section5_box img {
    display: block;
    width: 152px;
    margin-right: 20px;
    float: left;
    margin-bottom: 20px;
    border: 1px solid #3396fb;
    background: #fff;
}
.section5_box img:nth-child(7n) {
    margin-right: 0;
}
.section5_box{
    margin-top: 30px;
}
.section1_box_a4 a{
   background: #3396fb;
    padding: 10px 45px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    box-sizing: border-box; 
    margin: 0 10px;
}
.section1_box_a4{
    margin-top:10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.foot{
        background: #1f2937;
        padding: 50px 0 30px;
        border-top: 3px solid #3396fb;
}
.link {
    color: #fff;
    /* border-bottom: 1px solid #667283; */
    margin-bottom: 30px;
    /* padding-bottom: 20px; */
    background: #3b4e68;
    padding: 20px;
}
.link a {
    color: #fff;
    padding-left: 10px;
}
.foot_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
    margin-top: 20px;
}
.foot_box_r{
    font-size: 13px;
    color: #8f9db1;
}
.foot_box_l_t{
    color: #3396fb;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.foot_box_l_p span{
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
    color: #3396fb;
}
.foot_box_l_p{
font-size: 25px;
margin-bottom: 20px;
}
.section3_box_r_d i{
    margin-right: 5px;
}
.list{
background: #f2f2f2;
padding: 30px 0;
}
.list_l_box{
    width: 300px;
    margin-right: 20px;
    background: #fff;
}
.list_l_box_t{
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    background: #3396fb;
    color:#fff;
}
.list_l_box_n a{
    font-size: 16px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_l_box_n{
    padding-bottom: 20px;
}
.list_l_box_n a:last-child{
    margin-bottom: 0;
}
.list_l_box_n a:hover{
    color:#3396fb;
}
.list_l_box{
margin-bottom: 20px;
}
.list_l_box2{
    padding: 20px;
    display: flex;
    align-items: center;
}
.list_l_box2 span{
    display: block;
    font-size: 25px;
    font-weight: bold;
    color: #3396fb;
}
.list_l_box2 i{
        font-size: 16px;
        background: #3396fb;
        border-radius: 100%;
        color: #fff;
        padding: 10px;
        margin-right: 20px;
}
.list_l_box_n2 a{
    display: block;
    padding: 0 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 25px;
}
.list_l_box_n2 a:hover{
    color:#005bad;
}
.list_l_box_n2{
    padding: 10px 0 0;
}
.dj{
    display: flex;
    justify-content: space-between;
}
.list_r{
    width: 880px;
    float: right;
}
.list_r_d{
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}
.list_r_d h3{
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #3396fb;
}
.list_r_d span{
    color: #666;
}
.list_r_d span a{
    color: #666;
}
.list_r_box a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_r_box_l img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
}
.list_r_box_l {
    width: 150px;
    height: 100px;
    overflow: hidden;
    border-radius: 10px;
}
.list_r_box_r {
    width: 671px;
    margin-left: 15px;
}
.list_r_box_r_t h3 {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    font-weight: bold;
    margin-bottom: 5px;
}
.list_r_box_r_p {
    color: #999;
    line-height: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 50px;
    margin-bottom: 5px;
}
.list_r_box_r_d {
    font-size: 13px;
    color: #999;
}
.list_r_box li{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.list_r_box li:hover .list_r_box_r_t h3{
    color:#3396fb;
}
.list_r_n_t{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.list_r_n_d{
    text-align: center;
    margin: 10px 0 20px;
}
.list_r_n_n{
    line-height: 25px;
    margin-bottom: 30px;
}
.list_r_n_n img{
    max-width: 100%;
}
.list_l{
float: left;
}
.list_t{
       padding: 15px;
       font-size: 16px;
       font-weight: bold;
       color: #3396fb;
       text-align: center;
       border-top: 1px solid #f2f2f2;
       border-bottom: 1px solid #f2f2f2;
}
.section1_box_a5 a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #3396fb;
    margin: 0 auto;
    border-radius: 500px;
    margin-top: 20px;
    display: block;
    text-align: center;
}
.qt{
        display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f2f2f2;
    padding: 30px;
    line-height: 25px;
    margin-top: 30px;
}
.qt_l{
       margin-right: 30px;  
}
.sx {
        margin-top: 30px;
}
.sx a{
      color: #fff;
      padding: 10px 20px;
      background: #3396fb;
      display: block;
      margin-bottom: 8px;
}
.xg{
        background: #fff;
        box-sizing: border-box;
}
.xg_list a{
    position: relative;
}
.xg_list  a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background: #005bad;
    float: left;
    margin-top: 24px;
    position: absolute;
    left: 0px;
    top: -17px;
}
.list_r_list{
    background: #fff;
}
.list_l a:hover{
    color: #3396fb;
}
.list_r_boxx{
    padding: 20px;
    background: #fff;
    margin-bottom: 20px;
}
.xg_t {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
        font-weight: bold;
}
.xg_list a {
    display: block;
    width: 390px;
    float: left;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pages {
	margin: 40px auto 0;
	color: #666;
	font-size: 15px;
	text-align: center;
	padding-bottom: 40px;
}
.pages a {
	display: inline-block;
	padding: 0 15px;
	background-color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 5px;
	border-radius: 2px;
	color: #666;
	font-size: 14px;
	border: 1px solid #ddd;
}
.pages a:hover {
	background-color: #3396fb;
	color: #fff;
	border: 1px solid #3396fb;
}
.pages a.pnnum1 {
	background-color: #3396fb;
	color: #fff;
	border: 1px solid #3396fb;
}
.pages input {
	display: inline-block;
	padding: 0 5px;
	background-color: #3396fb;
	width: 40px!important;
	height: 32px!important;
	line-height: 32px;
	text-align: center;
	border-radius: 2px;
	margin: 0 5px;
	color: #fff;
	cursor: pointer;
	border: 0;
	outline: none;
	background: #3396fb;
}
.pages .p_input {
	display: inline-block;
	padding: 0 5px;
	background-color: #fff;
	width: 40px!important;
	height: 32px;
	line-height: 30px;
	text-align: center;
	margin: 0 5px;
	color: #555;
	font-size: 14px;
	cursor: default;
	border: 1px solid #efefef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
