* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: Microsoft Yahei;
}

body {
    background: #fff;
}

a {
    color: #333;
}

.clear {
    clear: both;
}

a:hover {
    color: #333;
}

.wrap {
    margin-top: 50px;
    padding-bottom: 60px;
}

.w1200 {
    width: 100%;
}

.top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.3rem 0 0.2rem;
    background: #15607f;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 10002;
}

.logo {
    display: block;
    max-width: 56%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    line-height:45px;color:#fff;
    font-size:22px;
    font-weight: bold;
}

.logo img {
    max-height: 37px;
    margin-top: 5px;
}



.nav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10010;
    padding: 50px 0 20px;
    /* display: none; */
}

.navclose {
    content: 'x';
    display: block;
    color: #fff;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-style: normal;
}

.nav li {
    text-align: center;
}

.nav li:after {
    content: '';
    display: block;
    margin: 0 auto;
    width: 0px;
    height: 2px;
    background: #FF8400;
    transition: all 0.3s;
}

.nav li:hover:after,
.nav li.on:after {
    width: 50px;
}

.nav li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}

.nav_btn {
    float: right;
    margin: 0.6rem;
    margin-top:0.85rem;
}

.nav_btn img {
    width: 1.5rem;
}

.tel {
    float: right;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2rem;
    margin-top: 0.2rem;
    font-weight: bold;
}
.tel span{font-size:0.8rem; display:block;}
.tel:hover {
    color: #ffffff;
}


/*banner*/

#banner_sli {}

#banner_sli .swiper-slide {}

#banner_sli .swiper-slide img {
    width: 100%;
}

#banner_page {
    text-align: center;
}

#banner_page span {
    margin: 3px;
    width: 30px;
    height: 3px;
    border-radius: 0;
}

#banner_page span.swiper-pagination-bullet-active {
    background: #ff8400;
}

.biaoti {
    overflow: hidden;
    margin: 1rem 0 1rem;
}

.biaoti dt {
    float: left;
    background: #15607f;
    height: 2.4rem;
    line-height: 2.4rem;
    position: relative;
    color: #ffffff;
    padding: 0 0.5rem;
    font-size: 1.2rem;
}

.biaoti dt:after {
    content: '';
    display: block;
    border-left: 1.2rem solid #15607f;
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    position: absolute;
    right: -1.2rem;
    top: 0;
}

.biaoti dd {
    font-size: 1.8rem;
    line-height: 2.4rem;
    float: left;
    color: #15607f;
    padding: 0 0.8rem 0 1.4rem;
    font-weight: lighter;
    background: #fff;
}

.biaoti a {
    float: right;
    display: inline-block;
    line-height: 2.4rem;
    background: #fff;
    padding: 0 0.5rem;
}

.biaoti i {
    display: block;
    height: 1.2rem;
    border-bottom: 1px solid #ddd;
    width: auto;
}

.biaoti2 dd {
    color: #bdc0c4;
    background: none;
}

.biaoti2 i {
    float: right;
    width: 3rem;
}

.service{
    margin-top: -2.3rem;
    padding-top: 10px;
    background: url(../images/service.jpg) center top no-repeat;
    background-size: 100%;
    height: 34.5rem;
}
.biaoti{margin-top: 0.95rem;text-align: center;}
.biaoti h2{ font-size: 2rem; text-align: center;}
.service_box {
    background: url(../images/service_bg.png) center top no-repeat;
    background-size: 100%;
    padding: 3.5rem 0 3rem 3rem;
    box-sizing: border-box;
    overflow: hidden;
}

.service_box li {
    width: 50%;
    overflow: hidden;
    height: 2.6rem;
}

.service_box li a {
    width: 100%;
    display: inline-block;
}

.service_box li span {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    padding: 3px;
    box-sizing: border-box;
    border: 1px dotted rgba(0, 87, 156, 1);
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0.1rem;
    transition: all 0.3s;
    float: left;
}

.service_box li p {
    float: left;
    line-height: 2.5rem;
    margin-left: 0.5rem;
}

.service_box li div {
    display: block;
    background: rgba(0, 87, 156, 1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    transition: all 0.6s;
}

.service_box li div {
    padding-top: 1px;
}

.service_box li div img {
    width: 1.2rem;
    display: block;
    margin: 0.2rem auto 0;
}

.service_box li.on a span {
    border: 1px dotted rgba(255, 132, 0, 1);
}

.service_box li.on a span div {
    background: rgba(255, 132, 0, 1);
}

.service_box li:nth-child(2n+1) {
    float: left;
}

.service_box li:nth-child(2n) {
    float: right;
}

.advantage {
    background: url(../images/youshi_bg.png) right top no-repeat;
    padding-top: 1px;
    background-size: auto 100%;
}

.advantage_box {
    text-align: center;
}

.advantage_box dl {
    display: inline-block;
    width: 45%;
    background: #15607f;
    border-radius: 50px 0;
    display: inline-block;
    margin: 1rem 0.2rem;
    box-sizing: border-box;
    padding: 30px 20px;
    transition: all 0.3s;
}

.advantage_box dl dt {
    font-size: 1.3rem;
    font-weight: bold;
    color: #fff;
}

.advantage_box dl dt i {
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    background-image: url(../images/youshi_icon.png);
    background-repeat: no-repeat;
    background-color: #ff8400;
    border-radius: 50%;
    margin: 0 auto 10px;
    transition: all 0.3s;
}

.advantage_box dl dt i img {
    width: 2.8rem;
    margin-top: 0.3rem;
}


/* .advantage_box dl:nth-child(1) dt i {
    background-position: -37px -35px;
}

.advantage_box dl:nth-child(2) dt i {
    background-position: -172px -35px;
}

.advantage_box dl:nth-child(3) dt i {
    background-position: -307px -35px;
}

.advantage_box dl:nth-child(4) dt i {
    background-position: -442px -35px;
}

.advantage_box dl:nth-child(5) dt i {
    background-position: -578px -35px;
}

.advantage_box dl:hover dt i {
    background-position-y: -110px;
}

.advantage_box dl:hover {
    background: #FF8400;
} */

.advantage_box dl dd {
    min-height: 9rem;
    overflow: hidden;
    text-align: left;
    font-size: 0.8rem;
    line-height: 1.2rem;
    color: #fff;
    ;
    margin-top: 0.4rem;
}

.videodv p {
    background: rgb(47, 118, 174);
    color: #fff;
    text-align: left;
   
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 16px;
    
    box-sizing: border-box;
    overflow: hidden;
	text-align:center;
}

.videodv p:hover {
    background: rgba(30, 30, 30, 1);
}
.video_l {
    width: 600px;
    height: 450px;
    float: left;
    display: block;
    position: relative;
}

.video_l:after {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background: url(../images/play_icon.png);
    background-size: 100%;
    position: absolute;
    left: 250px;
    top: 150px;
    cursor: pointer;
}

.video_l img {
    width: 100%;
}

.video_l p {
    background: rgba(30, 30, 30, 0.9);
    color: #fff;
    text-align: left;
    position: absolute;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    font-size: 16px;
    bottom: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.video_l p:hover {
    background: rgba(30, 30, 30, 1);
}

.video_box .w1200 {
    overflow: hidden;
}

.more_btn {
    display: block;
    width: 168px;
    height: 36px;
    line-height: 36px;
    border: 1px solid rgba(2, 2, 2, 1);
    border-radius: 50px;
    margin: 20px auto 30px;
    text-align: center;
    transition: all 0.3s;
}

.more_btn:hover {
    border: 1px solid #ff8400;
    color: #ff8400;
}

.more_btn2 {
    border: 1px solid #fff;
    color: #ffffff;
    transition: all 0.5s;
}

.more_btn2:hover {
    background: #ffffff;
    color: #333333;
}

.video_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.video_wrap {
    min-height: 5rem;
    width: 100%;
    top: 40%;
    display: none;
    position: fixed;
    z-index: 1001;
    text-align: center;
    ;
}

.video_wrap button {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    margin: 0.8rem;
    background: none;
    border: 1px solid #fff;
    color: #fff;
}

.video_r {
    overflow: hidden;
    text-align: center;
}

.video_r a {
    display: inline-block;
    width: 45%;
    position: relative;
    margin: 0.2rem;
}

.video_rs a:after {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../images/play_icon.png);
    background-size: 100%;
    position: absolute;
    left: 36%;
    top: 25%;
    cursor: pointer;
}

.video_r a img {
    width: 100%;
    height: 8rem;
}

.video_r a p {
    height: 28px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.tonglan {
    display: block;
    margin: 2rem 0;
}

.tonglan img {
    width: 100%;
}

.btn2 {
    width: 162px;
    height: 37px;
    background: rgba(255, 132, 0, 0);
    border: 2px solid rgba(255, 132, 0, 1);
    opacity: 1;
    border-radius: 19px;
    float: right;
    margin: -70px 30px 0 0;
    font-weight: 400;
    color: rgba(255, 132, 0, 1);
    line-height: 36px;
    text-align: center;
    transition: all 0.5s;
}

.btn2:hover {
    background: rgba(255, 132, 0, 1);
    color: #ffffff;
}

.team {
    position: relative;
    padding: 0 0.6rem;
    box-sizing: border-box;
}

#team {
    margin: 0.5rem auto;
}

#team .swiper-slide {
    text-align: center;
    padding-top: 8px;
    transition: all 0.5s;
}

#team .swiper-slide .team_img {
    width: 100%;
    height: 14rem;
    margin-bottom: 0.4rem;
}

#team .swiper-slide:hover {
    background: #e0e0e0;
}

#team .swiper-slide .phone {
    margin: 10px auto;
}

.team .swiper-pagination {
    width: 100%;
    position: static;
}

.team .swiper-pagination span {
    margin: 0.2rem;
}

.team .swiper-pagination span.swiper-pagination-bullet-active {
    background: #15607f;
    width: 1.5rem;
    border-radius: 1rem;
}

.team_btn1 {
    width: 4.8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    text-align: center;
    border: 1px solid #15607f;
    border-radius: 5rem;
    display: inline-block;
    color: #15607f;
    box-sizing: border-box;
}

.team_btn1:hover {
    color: #15607f;
}

.team_btn2 {
    width: 4.8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
    text-align: center;
    background: rgba(255, 132, 0, 1);
    ;
    border-radius: 17px;
    display: inline-block;
    color: #ffffff;
    box-sizing: border-box;
}

.team_btn2:hover {
    color: #ffffff;
}

#ny_team {
    text-align: center;
}

#ny_team .swiper-slide {
    display: inline-block;
    width: 48%;
    text-align: center;
    padding-top: 8px;
    transition: all 0.5s;
}

#ny_team .swiper-slide .team_img {
    width: 100%;
    height: 14rem;
    margin-bottom: 0.4rem;
}


.zixun_box {
    height: 805px;
    background: url(../images/zixun_bg.jpg)center top no-repeat;
    padding-top: 30px;
}

#zixun {
    height: 500px;
    overflow: hidden;
}

#zixun .swiper-slide {
    padding: 30px 10px;
    border-bottom: 1px dashed #bbbbbb;
    box-sizing: border-box;
    height: auto;
}

.dl_l {
    overflow: hidden;
    margin-bottom: 5px;
}

.dl_l dt {
    float: left;
    margin-top: 4px;
    font-size: 14px;
}

.dl_l dt img {
    display: block;
    margin-bottom: 0.3rem;
    width: 1.5rem;
}

.dl_l dd {
    width: 13rem;
    float: left;
    font-size: 14px;
    background: #ff8400;
    padding:8px 10px;
    border-radius: 3px;
    position: relative;
    font-size: 16px;
	margin-left:20px;
}

.dl_l dd a {
    color: #fff;
}

.dl_l dd a:hover {
    color: #fff;
}

.dl_l dd:after {
    content: '';
    display: block;
    border-right: 8px solid #ff8400;
    border-top: 5px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    left: -5px;
    top: 10px;
}

.dl_r {
    overflow: hidden;
}

.dl_r dt {
    float: right;
    text-align: center;
    font-size: 14px;
}

.dl_r dt p {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.dl_r dt img {
    width: 100%;
}

.dl_r dd {
    width: 14rem;
    float: left;
    margin-right: 5px;
    background: #15607f;
    padding:15px 20px;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}

.dl_r dd a {
    color: #fff;
}

.dl_r dd a:hover {
    text-decoration: underline;
}

.dl_r dd:after {
    content: '';
    display: block;
    border-left: 5px solid #15607f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    right: -5px;
    top: 10px;
}

.anli {
    height: 600px;
    padding-top: 50px;
    background: url(../images/anli_bg.jpg) center top no-repeat;
    box-sizing: border-box;
}

.xiao_bt {
    border-left: 13px solid #15607f;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    margin-bottom: 1rem;
}

.xiao_bt dt {
    font-size: 20px;
    color: #333;
    float: left;
}

.xiao_bt dd {
    font-size: 18px;
    color: #aaa;
    line-height: 30px;
    margin-left: 6px;
    float: left;
}

.anli_l .w1200 {
    overflow: hidden;
}

.anli_l {}

.news_list {
    padding: 0 0.5rem;
}

.news_list li {
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    background: url(../images/list_icon.png) 5px 13px no-repeat;
    background-size: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li a {
    color: #333;
}

.news_list li a:hover {
    text-decoration: underline;
    color: #ff8400;
}

.news_list span {
    float: right;
    display: none;
    font-size: 16px;
    color: #999;
}

.anli_r {
    padding-top: 1px;
    background: url(../images/form_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.bd_box {
    text-align: center;
    padding-top: 15px;
}

.bd_box ul li {
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}

.bd_box ul li input,
.bd_box ul li textarea {
    height: 56px;
    line-height: 56px;
    width: 90%;
    border: 1px solid #15607f;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    color: #15607f;
    vertical-align: 1px;
    font-size: 16px;
    padding-left: 50px;
}

.bd_box ul li input::-webkit-input-placeholder {
    color: #15607f;
}

.bd_box ul li input:-moz-placeholder {
    color: #15607f;
}

.bd_box ul li input:-ms-input-placeholder {
    color: #15607f;
}

.bd_box ul li textarea {
    height: 100px;
    background: url(../images/zixun_form01.png) 14px 12px no-repeat rgba(255, 255, 255, 0.1);
    background-size: 2rem;
}

.bd_box ul input.zx_name {
    background: url(../images/zixun_form03.png) 14px 10px no-repeat rgba(255, 255, 255, 0.1);
    background-size: 2rem;
}

.bd_box ul input.zx_phone {
    background: url(../images/zixun_form04.png) 14px 10px no-repeat rgba(255, 255, 255, 0.1);
    background-size: 2rem;
}

.bd_box ul li .tijiao {
    background: #FF8400;
    outline: none;
    border: 0;
    font-size: 18px;
    color: #fff;
    border-radius: 5rem;
    margin-top: -5px;
    padding-left: 0;
}

.bd_box ul li .tijiao:hover {}

.xiala {
    display: inline-block;
    width: 90%;
    position: relative;
}

.xiala dt {
    height: 65px;
    width: 100%;
    border: 1px solid #15607f;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    padding: 0 15px;
    color: #15607f;
    vertical-align: 2px;
    font-size: 16px;
    line-height: 65px;
    background-size: 40px;
    text-align: left;
    border-radius: 10px;
    background: url(../images/zixun_form02.png) 14px 19px no-repeat rgba(255, 255, 255, 0.1);
    background-size: 2rem;
    padding-left: 50px;
}

.xiala dd {
    background: #fbfbfb;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none;
    text-align: center;
    z-index: 1000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.xiala dd p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd;
    cursor: pointer;
}

.xiala dd p:last-child {
    border: 0;
}

.xiala dd p:hover {
    background: #ddd;
    color: #333;
}

.about_home {}

.about_l {}

.about_l img {
    max-width: 100%;
}

.about_r {}

.text {
    line-height: 32px;
    color: #333;
    font-size: 1rem;
    padding: 0 0.5rem;
}


.text iframe{width:100%;height:240px;}

.text img {
    max-width: 100%;
}

.contact {
    margin-top: 30px;
}

.contact .xiao_bt {
    margin-bottom: 10px;
}

.contact .xiao_bt dt {
    color: #333333;
}

.contact .xiao_bt dd {
    color: #d0d0d0
}

.fensuo {
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 10px;
}

.fensuo p {
    
    float: left;
    text-align: center;
    cursor: pointer;
}

.fensuo p i {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin: 0.5rem 0 0 1.2rem;
}

.fensuo p.on {
    color: #FF8400;
}

.fensuo p.on i {
    background: #FF8400;
}

.map {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.foot{background: #333333;padding: 1rem 5px;overflow: hidden;text-align: center;}


.copyright{/* float: left; */color: #808080;line-height: 1.5rem;font-size: 14px;/* max-width:80%; */}
.erweima{
margin-top:0.2rem;
}
.erweima img{ width: 60%; max-width: 150px;}

.neiye_ban {
    height: 270px;
    background-repeat: no-repeat;
    background-position: center top;
}

.weizhi {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #000000;
    padding-left: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.weizhi img {
    vertical-align: -1px;
    margin-right: 5px;
}

.weizhi a {
    color: #000;
    display: inline-block;
    margin: 0 6px;
}

.weizhi a:hover {
    color: #ff8400;
}

.ny_team {
    overflow: hidden;
}

.ny_team #team {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 0;
}

.ny_team .swiper-slide {
    width: 280px;
    float: left;
    margin-bottom: 20px;
    margin-left: 8px;
    margin-right: 8px;
}

.ny_team .fenlei {
    text-align: left;
    padding-left: 10px;
}

.ny_team .fenlei dd a.on {
    font-weight: bold;
    color: #5553ca;
    text-decoration: underline;
}

.page {
    margin: 20px auto 35px;
    font-size: 14px;
    padding: 10px 0 0;
    height: 35px;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    /*border-top: 1px dotted #ddd;*/
    padding-top: 30px;
}

.page a {
    padding: 4px 9px;
    margin: 0 2px;
    border-radius: 2px;
    background-color: #fff;
    color: #333;
    border: 1px solid #E1E1E1;
}

.page a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #15607f;
}

.page a.hover {
    color: #fff;
    text-decoration: none;
    background-color: #15607f;
}

.text {
    font-size: 15px;
    line-height: 25px;
    color: #333;
}



.text img {
    max-width: 100%;
}

.lushi_img {
    text-align: center;
    margin-bottom: 1rem;
}

.lushi_img img {
    width: 100%;
    margin-bottom: 10px;
}

.lushi_img p {
    font-size: 18px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: -2px;
}

.news_showbt {
    text-align: center;
    padding: 0 20px;
}

.news_showbt h1 {
    font-size: 22px;
    color: #555;
    line-height: 34px;
    margin-bottom: 4px;
    letter-spacing: 1px;
}

.news_showbt_time {
    text-align: center;
    /* border-bottom: 1px dashed #dedddd; */
    background: #fcfcfc;
    padding: 10px 0 10px;
    margin-bottom: 20px;
}

.news_showbt_time>div {
    display: inline-block;
}

.news_showbt_time span {
    display: inline-block;
    padding: 0 10px;
    color: #62686b;
    font-size: 14px;
}

.news_showbt_time span a {
    color: #62686b;
}

.news_showbt_time span a:hover {
    color: #e10027;
}

#zuji_ny {
    margin-top: 30px;
}

.huanjing_ny {
    overflow: hidden;
}

.huanjing_ny li {
    width: 283px;
    float: left;
    padding: 0 8px;
    margin-bottom: 25px;
}

.huanjing_ny li a {}

.huanjing_ny li a p {
    width: 283px;
    height: 213px;
    overflow: hidden;
}

.huanjing_ny li a p img {
    width: 283px;
    height: 213px;
    transition: all 0.4s;
}

.huanjing_ny li:hover a p img {
    transform: scale(1.1);
}

.huanjing_ny li a span {
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    text-align: center;
    display: block;
}

.huanjing_ny li:hover a span {
    color: #333;
    background: #f5f5f5;
}

.next_page {
    padding: 0 20px;
    margin-top: 40px;
    line-height: 40px;
    background: #eee;
    /* border-top: 1px solid #eee; border-bottom: 1px solid #eee;*/
}

.next_page li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.next_page li a:hover {
    text-decoration: underline;
}

.ny_team .news_list a {
    color: #333333;
}

.ny_team .news_list span {
    display: block;
}

.fenge {
    height: 5px;
    background: #f3f3f3;
    /* border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee; */
    margin: 30px 0;
}

.ny_team .video_r {
    width: 100%;
    float: none;
}

.ny_team .video_r a {
    margin-left: 38px;
}

.hezuo {
    padding-top: 1rem;
    margin-top: 1.5rem;
}

.video_box{
    padding: 0.5rem 0 0.8rem;
    background: #f5f5f5;
}

.hezuo .biaoti span {
    font-size: 13px;
}

#hezuo {
    padding-bottom: 30px;
}

#hezuo .swiper-slide {
    height: auto;
    width: 50%;
    text-align: center;
}

#hezuo .swiper-slide img {
    width: 97%;
    height: auto;
}

.hezuo .swiper-pagination {
    width: 100%;
    position: static;
    margin-top: 0.5rem;
}

.hezuo .swiper-pagination span {
    margin: 0.2rem;
}

.hezuo .swiper-pagination span.swiper-pagination-bullet-active {
    background: #15607f;
    width: 1.5rem;
    border-radius: 1rem;
}

.map_b {
    text-align: center;
    padding: 0.6rem;
}

.map_b img {
    width: 1.5rem;
    vertical-align: -0.4rem;
}

.map_b a.hp {
    display: inline-block;
    color: #ff8400;
    margin-right: 1rem;
    margin-left: 0.3rem;
    font-weight: bold;
}

.map_b a.dh {
    display: inline-block;
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    background: #ff8400;
    color: #fff;
    text-align: center;
}

.xuanfu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1002;
    height: 60px;
    display: block;
    background: #005395;
    display: block;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    padding-bottom: 0.2rem;
}

.xuanfu ul {
    list-style: none;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    width: 100%;
}

.xuanfu ul li {
    height: 100%;
    -webkit-box-flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    display: block;
}

.xuanfu ul li a {
    width: 75px;
    margin: 0 auto;
    color: #fff;
    font-size: 12px;
    height: 60px;
    display: block;
    text-align: center;
    padding-top: 5px;
}

.xuanfu ul li img {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    overflow: hidden;
    display: block;
}

.xuanfu ul li a:hover {
    color: #fff;
}

#yewu .service_box {
    background-image: none;
    background-color: #f9f9f9;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.hetong{ padding-top: 1px; margin-top: 0.6rem;padding: 0.2rem 0.2rem 0.6rem;}
.hetong .biaoti p{ color: #fff;}
.hetong .biaoti{margin-bottom: 0.4rem;}

.hetong_fenlei{text-align: center;display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;}
.hetong_fenlei li{margin: 0 0.2rem 0.2rem; width: 47%;}
.hetong_fenlei li a{display: inline-block;width: 100%;height: 2.5rem;background: #15607f;color: #fff;border-radius: 0.3rem;font-size: 18px;line-height: 2.5rem;}
.hetong_fenlei li a:hover{text-decoration: underline;}

.hetong_list{background: #fff;border-radius: 0.1rem;padding: 0.6rem 0.6rem 0.2rem;box-shadow: 1px 2px 3px rgba(0,0,0,0.2);width: 96%;margin: 0 auto;}
.hetong_list ul{}
.hetong_list ul li{margin-bottom: 15px;border-bottom: 1px solid #eee;padding-bottom: 0.6rem;}
.hetong_fenlei li.active a{ background: #ff8500;}
.hetong_list ul li:last-child{ border: 0; padding-bottom: 0;}
.hetong_list ul li dl dt{font-size: 18px;color: #333;margin-bottom: 0.65rem;font-weight: bold;}
.hetong_list ul li dl dd{}
.hetong_list ul li dl dd div{font-size: 16px;line-height: 25px;}
.hetong_list ul li dl dd p{font-size: 14px;color: #999999;margin-top: 0.4rem;}
.hetong_list ul li dl dd p img{ vertical-align: -0.02rem;    width: 0.3rem;}
.hetong_list ul li dl dd p a{ display: inline-block; float: right;}
.hetong_list .xiaobiaoti a{display: block;float: none;margin: 0 auto;width: 5rem;}

.xiaobiaoti{color: #15607f;margin: 2.3rem 0;}
.xiaobiaoti h2{ font-size: 0.5rem; display: inline-block; margin-right: 0.1rem;}
.xiaobiaoti p{ font-size: 0.2rem; margin-top: 0.3rem; display: inline-block}
.xiaobiaoti a{display: inline-block;float: right;width: 5rem;height: 1.6rem;text-align: center;line-height: 1.6rem;color: #15607f;border-radius: 1rem;border: 1px solid #15607f;font-size: 0.26rem;margin-top: 0.0rem;transition: all 0.5s;}
.xiaobiaoti a:hover{ background: #15607f; color: #fff;}


.an-box {
	max-width: 640px;
	margin: 5% 0 1.5% 0;
}
.an-box h1 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center
}
.an-box h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center
}
.an-box li {
	width: 45%;
	text-align: center;
	margin: 5% 2.5% 2.5% 2.5%;
	float: left;
}
.an-box li img {
	width: 100%;
}