@import 'currency.css';
p{margin: 0;}
.container{padding-left: 0px;padding-right: 0px;}




.service_item .brief{width: 280px;height: 34px;overflow: hidden;}
.home_module_title .title_right, .home_show_more{line-height: 40px;}
.home_news_item .brief{width: 335px;height: 73px;overflow: hidden;}
.about_culture_item .brief{width: 170px;height: 48px;overflow: hidden;}
.lost_goods_item span:first-child{width: 920px;height: 44px;overflow: hidden;display: inline-block;}
.news_item .brief{width: 565px;height: 53px;overflow: hidden;}
.change_title a{display: inline-block;}

/*头部菜单*/
.header{height: 70px;}
.menu_logo img{width: 188px;height: 50px;}
.menu_list{height: 70px;}
.menu_item{position: relative;}
.menu_item_title{height: 100%;line-height: 70px;color:#838383;border-bottom: 2px solid #fff;display: block;cursor: pointer;}
.menu_item_title:hover,.menu_item_title.active{border-bottom: 2px solid #0033a0;color:#0033a0;}
.menu_item_sub{position: absolute;width: 210px;top:70px;left:-79px;display: none;z-index: 99;}
.menu_item:hover .menu_item_sub{display: block;}
.menu_item_sub.long{left:-68px;}
.menu_item_sub a{display: block;width: 100%;height: 50px;background: #fff;border-bottom:1px solid #e6e6e6;line-height: 50px;padding-left: 17px;-webkit-box-sizing: border-box;box-sizing: border-box;color:#929292;position: relative;overflow: hidden;}
.menu_item_sub a:after{content:'';width: 16px;height: 16px;background-image: url(../image/icon_arrow.png);background-size: 100% 100%;position: absolute;right: -18px;top:17px;background-repeat: no-repeat;}
.menu_item_sub a:hover{background: #f2f2f2;-webkit-animation: menu_item_hover 0.5s forwards;animation: menu_item_hover 0.5s forwards;}
.menu_item_sub a:hover:after{-webkit-animation: menu_item_after_hover 0.5s forwards;animation: menu_item_after_hover 0.5s forwards;}
@-webkit-keyframes menu_item_hover{from{padding-left: 17px;}to{padding-left: 27px;}}
@keyframes menu_item_hover{from{padding-left: 17px;}to{padding-left: 27px;}}
@-webkit-keyframes menu_item_after_hover{from{right: -18px;}to{right: 18px;}}
@keyframes menu_item_after_hover{from{right: -18px;}to{right: 18px;}}

/*banner*/
.banner_swiper{width: 100%;height: 500px;}
.banner_swiper img{width: 100%;height: 100%;}
.banner_swiper .swiper-pagination-bullet{opacity: 1;background: #fff;}
.banner_swiper .swiper-pagination-bullet-active{background: #f28f00;}

/*首页模块*/
.home_module{padding-bottom: 70px;}
.home_module_title{margin: 100px 0 69px 0;}
.home_module_title .title_left span:first-child,.home_title span:first-child{font-size: 24px;display: block;}
.home_module_title .title_left span:last-child,.home_title span:last-child{font-size: 13px;margin-top: 5px;}
.home_module_title .title_right,.home_show_more{width: 130px;height: 40px;display: block; font-size: 13px; border:1px solid #959595;color:#959595;background: transparent; line-height: 38px;border-radius: 30px;}
.home_module_title .title_right:hover,.home_show_more:hover,.home_show_more.active{-webkit-animation: title_right_hover 0.5s forwards;animation: title_right_hover 0.5s forwards;}
@-webkit-keyframes title_right_hover{from{border:1px solid #959595;color:#959595;background: transparent;}to{border:1px solid #0033a0;color:#fff;background: #0033a0;}}
@keyframes title_right_hover{from{border:1px solid #959595;color:#959595;background: transparent;}to{border:1px solid #0033a0;color:#fff;background: #0033a0;}}

/*首页课程*/
.home_course_item{width: 370px;height: 320px;overflow: hidden;margin-bottom: 30px;display: inline-block;}
.home_course_item .imgbox{width: 370px;height: 240px;position: relative;}
.home_course_item .imgbox img{width: 100%;height: 100%;}
.home_course_item .title{font-size: 16px;color: #666;margin:13px 0;}
.home_course_item .brief{font-size: 12px;color: #bdbdbd;}
.home_course_item .img_hover{width: 100%;height: 100%;background: url(../image/add.png) no-repeat;position: absolute;top:0;left: 0;font-size: 0px;background-size: 100% 100%;}

/*服务列表*/
.service_item{width: 370px;height: 440px;border-radius: 10px; padding:50px 45px 35px 45px;-webkit-box-sizing: border-box;box-sizing: border-box;position: relative;top:0;margin-bottom: 40px;float: left;}
.service_item .img{width: 110px;height: 110px;}
.service_item .title{font-size: 18px;color: #2b2b2b;margin: 40px 0 20px 0;}
.service_item .line,.home_linkUs .line{width: 38px;height: 1px;background: #848484;}
.service_item .brief{font-size: 13px;color:#848484;margin: 40px 0;}
.service_item .show,.home_news_item .show{width: 42px;height: 42px;background: #0033a0;color:#fff;font-size: 30px;text-align: center;line-height: 1.2;border-radius: 100%;-ms-flex-negative: 0;flex-shrink: 0;}
.service_item:hover .show,.home_news_item:hover .show{-webkit-animation: service_show_hover 0.5s forwards;animation: service_show_hover 0.5s forwards;border-radius: 40px;}
.service_item:hover{-webkit-animation: service_item_hover 0.5s forwards;animation: service_item_hover 0.5s forwards;}
@-webkit-keyframes service_show_hover{from{width: 42px;}to{width: 200px;}}
@keyframes service_show_hover{from{width: 42px;}to{width: 200px;}}
@-webkit-keyframes service_item_hover{from{top: 0px;}to{top: -20px;}}
@keyframes service_item_hover{from{top: 0px;}to{top: -20px;}}

/*关于我们*/
.home_aboutUs{padding-top: 40px;border-bottom: 1px solid #f5f5f5;}
.home_aboutUs .home_module{padding-bottom: 35px;}
.home_aboutUs .img_box{width: 580px;height: 580px;}
.home_aboutUs .img_box img{max-width: 100%;max-height: 100%;}
.home_aboutUs .brief{font-size: 14px;color:#555555;line-height: 26px;margin:60px 0 40px 0;width: 535px;}
.home_aboutUs .cont{width: calc(100% - 580px);padding-left: 55px;}

/*新闻资讯*/
.home_news_item{width: 335px;height: 250px;display: inline-block;}
.home_news_item .time{font-size: 24px;color: #2b2b2b;}
.home_news_item .title{font-size: 16px;color: #333;margin: 30px 0;}
.home_news_item .brief{font-size: 13px;color: #777;line-height: 26px;margin-bottom: 15px;}

/*联系我们*/
.home_linkUs{width: 930px;margin:0 auto;}
.home_linkUs.home_module{padding-top: 80px;}
.home_linkUs .home_title span:last-child{padding-top: 7px;}
.home_linkUs .line{margin:30px auto;}
.home_linkUs input{width: 252px;height: 48px;border:none;border-radius: 50px;color: #929292;outline: none;padding-left: 20px;}
.home_linkUs input.email{width: 338px;}
.home_linkUs input.phone{width: 302px;}
.home_linkUs .msg{width: 100%;height: 110px;border:none;outline: none;border-radius: 8px;margin-top: 28px;padding:17px 20px;}
.home_linkUs .home_show_more{width: 140px;padding: 0;margin: 55px auto 17px auto;height: 40px;}

/*底部*/
.footer{background: #3e3e3e;}
.footer_cont{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footer_msg{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 200px;}
.footer_menu{ display: -webkit-box; display: -ms-flexbox; display: flex;width: 836px;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.footer_menu_item a{margin-top: 35px;display: block;}
.footer_menu_item a:hover{color:#999;text-decoration: underline !important;}
.footer .copyright{color:#c9caca;line-height: 35px;border-top: 2px solid #666;}

/*企业简介*/
.page_banner{width: 100%;height: 360px;background-repeat: no-repeat;background-size: 100% 100%;}
.page_title .num{font-size: 120px;color:#f5f5f5;line-height: 140px;}
.page_title .title{color:#373d41;font-size: 32px;position: relative;top:97px;}
.page_title .line{width: 120px;height: 4px;background: #0033a0;}

.about_num{display: -webkit-box;display: -ms-flexbox;display: flex;margin:80px auto 60px auto;}
.about_num img{float: left;}
.about_brief{line-height: 30px;color:#4a4a4a;}
.about_culture,.bg_lightGray{background: #f9fafa;}
.about_culture .page_title .num{color: #f2f2f2;}
.about_num_item{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align: center;}
.about_num_item b{font-size: 58px;font-weight: 900;display: block;}
.about_num_item span{font-weight: bold;margin-top: 20px;display: block;}
.about_num_item:not(:last-child){border-right: 1px solid #e6e6e6;}

.about_culture_list{margin:80px auto;}
.about_culture_item{width: 220px;height: 334px;background: #3c3c3c;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding:30px 25px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.about_culture_item .title{position: relative;}
.about_culture_item .title:after{content: '';width: 38px;height: 1px;background-color: #d5d5d5;position: absolute;bottom:-17px;display: block;left:23px;}
.about_culture_item:hover{-webkit-animation: about_culture_hover 0.5s forwards;animation: about_culture_hover 0.5s forwards;}
@-webkit-keyframes about_culture_hover{from{background: #3c3c3c;}to{background: #0033a0}}
@keyframes about_culture_hover{from{background: #3c3c3c;}to{background: #0033a0}}

/*服务优势*/
.adv_title{color:#2b2b2b;margin:100px 0 40px 0;}
.adv_title .title{font-size: 24px;}
.adv_title .enTitle{font-size: 13px;}
.adv_page .service_item:hover{-webkit-box-shadow: 0 0 30px #d8d5d5;box-shadow: 0 0 30px #d8d5d5;}

/*组织架构*/
.org_cont{background: #f9fafa;}
.org_cont .page_title .title{left:-10px;}
.orgImg{display: block;margin:80px auto;}

/*失物招领*/
.lost_wrap{padding:22px;border-top: 1px solid #ededed;}
.lost_cont{padding:6px 40px 20px 40px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.lost_cont .lost_title{color:#373d41;border-bottom: 1px solid #f5f5f5;}
.lost_cont .lost_title span{border-bottom: 2px solid #0033a0;line-height: 45px;padding-bottom: 13px;}
.hall_list{padding-left: 12px;}
.hall_item{color:#373d41;font-size: 14px;line-height: 40px;margin-right: 30px;}
.hall_item:hover,.hall_item.active{color: #0033a0;}
.lost_goods_title{background-color: #f5f5f5;line-height: 40px;color:#9b9ea0;padding:0 10px;}
.lost_goods_item{font-size: 14px;color:#373d41;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;border-bottom: 1px solid #f5f5f5;padding:14px 10px 15px 10px;line-height: 22px;}
.lost_goods_item:hover span:first-child{color: #0033a0;}
.lost_goods_item span:first-child{width: calc(100% - 150px)}

/*站点图片*/
.lineTop{border-top: 1px solid #ededed;}
.page_nav{color:#666666;margin-top: 25px;}
.page_nav span{margin:0 7px;}
.page_nav img{width: 14px;height: 14px;}
.page_nav .yet{color:#0033a0;}
.rich_title{font-size: 24px;color:#333;margin:50px auto;border-bottom: 1px solid #ededed;padding-bottom: 30px;}

.field_swiper{width: 913px; height: 415px;}
.field_swiper img{width: 100%;height: 100%;}

#certify {	position: relative;	width: 913px;	margin: 0 auto}
#certify .swiper-container {	padding-bottom: 60px;}
#certify  .swiper-slide {	width: 520px;	height: 415px;	background: #fff;}
#certify  .swiper-slide img{	display:block;}
#certify  .swiper-slide p {	position: absolute;bottom:20px;font-size: 18px;color:#fff;font-weight: bold;text-align: center;width: 100%;}
#certify .swiper-button-prev {	left: 60px;	width: 35px;	height: 35px;	background: url(../image/page_prev.png) no-repeat;	background-size: 100%;}
#certify .swiper-button-next {right: 60px;width: 35px;	height: 35px;	background: url(../image/page_next.png) no-repeat;	background-size: 100%;}
#certify .swiper-slide-prev,#certify .swiper-slide-next{position: relative;}
#certify .swiper-slide-prev:after,#certify .swiper-slide-next:after{content: "";width: 100%;height: 100%;background: rgba(255, 255, 255, 0.5);position: absolute;left: 0;top:0;}

/*出租费用*/
.rich_msg{width: 100%;min-height: 200px;}
/*新闻*/
.news_title{margin:100px 0 50px 0;}
.news_title .adv_title{margin:0;}
.change_title{display: -webkit-box;display: -ms-flexbox;display: flex;}
.change_title a{width: 96px;height: 32px;line-height: 32px;text-align: center;font-size: 12px;}
.change_title a.active{color:#fff;background: #0033a0;}
.change_title a:first-child{border-right: 1px solid #ededed;}
.change_title a:hover{-webkit-animation: change_title_hover 0.3s forwards;animation: change_title_hover 0.3s forwards;}
@-webkit-keyframes change_title_hover{from{color:#0033a0;background: #fff;}to{color:#fff;background: #0033a0;}}
@keyframes change_title_hover{from{color:#0033a0;background: #fff;}to{color:#fff;background: #0033a0;}}

.news_item{width: 100%;height: 200px;border-bottom: 1px solid #ededed;display: block;border-radius: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding:20px 30px;-webkit-box-sizing: border-box;box-sizing: border-box;margin-top: 60px;}
.news_item .imgbox{width: 280px;height: 160px;border-radius: 10px;overflow: hidden;}
.news_item .imgbox img{width: 100%;height: 100%;}
.news_item .news_msg{width: 565px;margin-left: 30px;}
.news_item .title{font-size: 16px;color:#2b2b2b;}
.news_item .brief{font-size: 13px;line-height: 30px;margin-top: 25px;}
.news_item .time{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.news_item .time .num{font-size: 24px;color:#2b2b2b;}
.news_item .time .more{width: 42px;height: 42px;color:#fff;font-size: 42px;background: #0033a0;border-radius: 50%;line-height: 32px;margin-top: 35px;opacity: 0;}
.news_item:hover{-webkit-animation: news_item_hover 0.3s forwards;animation: news_item_hover 0.3s forwards;}
.news_item:hover .more{-webkit-animation: news_item_more 0.3s forwards;animation: news_item_more 0.3s forwards;}
@-webkit-keyframes news_item_hover{from{-webkit-box-shadow: 0 0 0 #fff;box-shadow: 0 0 0 #fff;}to{-webkit-box-shadow: 0 0 35px #e4e2e2;box-shadow: 0 0 35px #e4e2e2;}}
@keyframes news_item_hover{from{-webkit-box-shadow: 0 0 0 #fff;box-shadow: 0 0 0 #fff;}to{-webkit-box-shadow: 0 0 35px #e4e2e2;box-shadow: 0 0 35px #e4e2e2;}}
@-webkit-keyframes news_item_more{from{opacity: 0;}to{opacity: 1;}}
@keyframes news_item_more{from{opacity: 0;}to{opacity: 1;}}

/*人才招聘*/
.job_title{width: 100%;height: auto;background: #fafafa;padding:8px 30px;border-top: none;}
.job_title a,.job_title{font-size: 12px;color: #555555;line-height: 35px;}
.job_title a{padding:5px 12px;margin:0 5px;}
.job_title a.active,.job_title a:hover{background: #0033a0;color:#fff;}
.job_item{width: 100%;height: auto;background: #fafafa;display: block;margin-top: 30px;border-left: 4px solid #0033a0;padding:10px 18px;}
.job_item .name{font-size: 16px;color: #0033a0;}
.job_item .time{font-size: 14px;}
.job_item .money{font-size: 20px;color: #fd7f65;white-space: nowrap;}
.job_item .member{font-size: 14px;color:#000;margin-left: 40px;}

/*联系我们*/
.linkUs{margin-top: 60px;}
.linkUs_left,.linkUs_right{padding:60px 30px;}
.linkUs .title{font-size: 20px;margin-bottom: 10px;}
.linkUs .small_title{border-bottom: 1px solid #ededed;padding-bottom: 29px;}
.link_form_input{width: 100%;height: 60px;border:1px solid #ededed;margin-top: 30px;}
.link_form_input.area{height: 118px;}
.link_form_input img{width: 30px;height: 30px;position: absolute;top:15px;left: 10px;z-index: 3;}
.link_form_input input,.link_form_input textarea{font-size: 16px;width: 100%;height: 100%;border:none;outline: none;position: absolute;top:0;left:0;padding:0 30px 0 47px;z-index: 2;}
.link_form_input textarea{padding-top: 20px;resize: none;}
.submitBtn{width: 104px;height: 48px;border:none;background: url(../image/form_submit.png) no-repeat;margin-top: 30px;}
.link_msg{margin:30px auto;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
.link_msg_item {font-size: 16px;line-height: 30px;}
#dituContent{width: 100%;height: 270px;}

.xs_time{display: none;}
.fixbody{position: fixed;top:0;left: 0;width: 100%;height: 100%;overflow: hidden}



@media screen and (max-width: 1200px) {
    .menu_logo img{width: 100%;height: auto;}
    .banner_swiper{height: 350px;}
    .home_course_item{width: 32%;}
    .home_module_title {margin: 50px 0 39px 0;}
    .home_course_item{margin-bottom: 15px;}
    .home_course_item .imgbox{width: 100%}
    .service_item{width: 32%;}
    /*首页关于我们*/
    .home_aboutUs .img_box{width: 370px;height: 370px;}
    .home_aboutUs .cont{width: calc(100% - 370px)}
    .home_aboutUs .brief{margin: 45px 0 31px 0;width: 100%;}
    /*首页新闻*/
    .home_news_item{width: 32%;}

    .footer_menu{width: calc(100% - 220px)}

    .page_banner{width: 100%;height: 220px;}

    .about_num{width: 90%;margin-top: 65px;}
    .about_num_item b{font-size: 32px;}
    .about_culture_item{width: 19%}
    .news_title{margin-top: 50px;}
    .news_item_left{width: calc(100% - 80px)}

    .home_news_item .brief{width: 100%}
}
@media screen and (max-width: 980px) {
    .home_course_item{height: 274px;}
    .home_course_item .imgbox{height: 200px;}
    .home_course_item .img_hover{}
    /*首页优势*/
    .service_item{padding:25px;height: auto;}
    .service_item .img{width: 90px;height: 90px;}
    .service_item .show, .home_news_item .show{width: 36px;height: 36px;line-height: 33px;}
    .service_item .title{margin: 17px 0 12px 0;}
    .service_item .brief{margin:29px 0;}
    @-webkit-keyframes service_show_hover{from{width: 42px;}to{width: 80%;}}
    @keyframes service_show_hover{from{width: 42px;}to{width: 80%;}}

    /*首页关于我们*/
    .home_aboutUs .img_box{width: 270px;height: 270px;}
    .home_aboutUs .cont{width: calc(100% - 270px);padding-left: 30px;}
    .home_module_title .title_left span:first-child, .home_title span:first-child{font-size: 18px;}
    .home_module_title .title_left span:last-child, .home_title span:last-child{margin-top: 0px;}
    .home_aboutUs .brief{margin: 14px 0 20px 0;}

    /*首页联系我们*/
    .home_linkUs.home_module{padding-top: 50px;padding-bottom: 40px;}
    .home_linkUs{width: 90%;}
    .home_linkUs input{width: 28%;height: 40px;}
    .home_linkUs input.email{width: 35%;}
    .home_linkUs input.phone{width: 33%;}
    .home_linkUs .msg{margin-top: 20px;}
    .home_linkUs .line{margin:23px auto;}
    .home_linkUs .home_show_more{margin: 35px auto 14px auto;}

    .footer_menu{width: 100%}
    .orgImg{width: 90%;}
    .adv_title{margin-top: 50px;}
    #certify{width: 100%;}
    .map_show_all{width: 100%;display: -webkit-box !important;display: -ms-flexbox !important;display: flex !important;}
    .map_show_all img{width:32%;height: auto;float: left;height: 185px;margin-bottom: 15px;}

    .news_title{margin-bottom: 0px;}
    .news_item{margin-top: 15px;padding:10px 15px;height: 165px;}
    .news_item .imgbox{width: 175px;height: 120px;}
    .news_item_left{width: calc(100% - 70px)}
    .news_item .news_msg{margin-left: 15px;width: calc(100% - 200px)}
    .news_item .time .more{width: 36px;height: 36px;line-height: 29px;font-size: 32px;}
}
@media screen and (max-width: 768px) {
    .menu_list{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;position: fixed;width: 100%;height: calc(100% - 45px);background: #fff;z-index: 99;left:0;top:45px;padding:10px 20px;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;overflow: auto;}
    .menu_item_title{line-height: 40px;border-bottom: 1px solid #e6e6e6;}
    .menu_item_sub{display: block;position: static;width: 100%;}
    .menu_item_sub a{height: 35px;line-height: 35px;border-bottom: none;}    
    .menu_logo img{width: auto;height: 30px;}

    .phone_menu{width: 50%;height: 26px;z-index: 99;}
    .phone_menu img{width: 26px;height: 26px;}
    .header{padding:8px 20px;height: 45px;}
    .toggle_nav{z-index: 99;display: none;}
    .banner_swiper{height: 250px;}

    .home_module{padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
    .home_module_title .title_left span:first-child, .home_title span:first-child{font-size: 18px;}
    .home_module_title .title_left span:last-child, .home_title span:last-child{font-size: 12px;margin-top: 0;}
    .home_module_title .title_right, .home_show_more{width: 100px;height: 35px;line-height: 35px;}
    .home_module_title{margin:23px 0 17px 0;}

    .home_course_item{height: 185px;}
    .home_course_item .imgbox{height: 140px;}
    .home_course_item .title{font-size: 14px;margin:7px 0 2px 0;}
    .home_course_item .img_hover{}

    /*首页优势*/
    .service_item{padding:20px;height: auto;}
    .service_item .img{width: 70px;height: 70px;}
    .service_item .show, .home_news_item .show{width: 30px;height: 30px;line-height: 25px;font-size: 26px;}
    .service_item .title{margin: 15px 0 10px 0;width: 100%;text-align: center;}
    .service_item .brief{margin:20px 0;width:100%;}

    /*首页关于我们*/
    .home_aboutUs .cont{width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding-left: 0;}
    .home_aboutUs .brief{text-indent: 2em;text-align: justify;}
    .home_aboutUs .home_title{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}

    /*首页新闻*/
    .home_news_item .time{font-size: 20px;}
    .home_news_item .title{margin:10px 0;}

    .home_linkUs{width: 100%}
    
    .footer_menu_item a{margin-top: 20px;}
    .footer_cont{padding:20px;}
    .footer .copyright{line-height: 20px;padding: 7px 0;}

    .page_banner{height: 150px;}
    .page_title .num{line-height: 90px;font-size:86px;}
    .page_title .title{font-size: 22px;top:64px;}
    .page_title .line{width: 76px;height: 3px;}
    .about_num{margin:36px auto 27px auto;}

    .about_num_item b{font-size: 26px;}
    .about_num_item span{margin-top: 2px;}
    .about_brief{padding:0 20px;}
    .about_culture {margin-top: 50px;}
    .about_culture_item .title{font-size: 16px;}
    .about_culture_item .title:after{bottom:-9px;left:15px;}
    .about_culture_item img{margin:13px auto;width: 45px;}
    .about_culture_item{padding:20px 12px;height: auto;width: 30%;margin:0 5px 15px 5px;}    
    .about_culture_list{
        margin:50px auto;padding:0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }
    
    .orgImg{width: 95%;}

    .adv_title{margin:35px 0 27px 0;padding-left: 15px;}

    .lost_cont{padding:0px 15px 15px 15px}
    .lost_goods_item{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .lost_goods_item span:first-child{width: 100%;height: 25px;}

    .rich_title{margin:35px auto;}
    .rich_cont{padding:0 15px;}

    .news_item .brief{margin-top: 10px;line-height: 22px;width: 100%;height: 48px;;}
    .news_item .imgbox{width: 120px;height: 78px;}
    .news_item .news_msg{width:calc(100% - 140px)}
    .xs_time{display: inline-block;}
    .news_list{padding:0 15px;}
    .news_item_left{width: 100%;}
    .news_item{height: 115px;}
    .paging{margin-right: 15px;}
    .adv_title .title{font-size: 18px;}
    .job_list{padding:0 15px;}
    .page_banner{background-size: auto 100%;background-position: bottom center;}
}

@media screen and (max-width: 480px) {
    header{position: fixed;top:0;left: 0;width:100%;background: #fff;z-index: 99;}
    .banner_swiper{height: 156px;}
    .xs_margT{margin-top: 45px;}

    .home_module{padding-left: 15px;padding-right: 15px;}
    .home_module_title .title_left span:first-child, .home_title span:first-child{font-size: 18px;}
    .home_module_title .title_left span:last-child, .home_title span:last-child{font-size: 12px;margin-top: 0;}
    .home_module_title .title_right, .home_show_more{width: 82px;height: 28px;line-height: 28px;font-size: 10px;}
    .home_module_title{margin:15px 0 11px 0;}

    .home_course_item{height: 185px;width: 48%}
    .home_course_item .imgbox{height: 140px;}
    .home_course_item .title{font-size: 14px;margin:7px 0 2px 0;}
    /* .home_course_item .img_hover{line-height: 140px;font-size: 40px;} */

    /*首页优势*/
    .service_list{flex-direction: column;}
    .service_item{padding:20px;height: auto;width: 80%;margin: 17px auto;} 
    @-webkit-keyframes service_item_hover{from{top: 0px;}to{top: -10px;}}
    @keyframes service_item_hover{from{top: 0px;}to{top: -10px;}}

    /*首页新闻*/
    .home_news_list{display: block;}
    .home_news_item{width: 100%;height: 189px;}
    .home_news_item .title{margin:4px 0;}

    .home_linkUs.home_module{padding-top: 30px;padding-bottom: 20px;}
    .form_line{display: block;}    
    .home_linkUs input{width: 100%;height: 38px;margin:7px auto;}
    .home_linkUs input.email{width: 100%;}
    .home_linkUs input.phone{width: 100%;}
    .home_linkUs .msg{margin-top: 7px;}
    .home_linkUs .home_show_more{margin: 26px auto 11px auto;}

    .footer_menu{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
    }    
    .footer_menu_item{margin:5px 10px;}
    .footer_menu_item a{margin-top: 10px;}
    .footer_cont{padding:20px 0;}

    .about_num{display: block;}
    .about_num_item{width: 49%;float: left;margin-bottom: 15px;}
    .about_num_item:not(:last-child){border: none;}
    .about_num_item b{font-size: 24px;}
    .about_num_item span{font-size: 12px;}
    .page_title .num{font-size: 78px;}
    .page_title .title{font-size: 20px;}
    .about_culture_item{width: 48%;margin:0 1% 7px 1%;}
    .about_culture_list,.about_brief{padding:0 15px;}

    .rich_title{margin:25px auto;padding-bottom: 10px;font-size: 18px;}
    .map_show_all img{width: 48%;height: 170px;}
    
    .news_item .imgbox{display: none;}
    .news_item .news_msg{width: 100%;margin-left: 0;}
    .news_item{margin-top: 0}

    .link_msg{-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
    .linkUs_left, .linkUs_right{padding:45px 30px;}
    .change_title{margin-right: 15px;}
    .link_form_input{height: 50px;}
    .link_form_input img{top:10px;}
    .link_form_input textarea{padding-top: 14px;}

    .submitBtn{width: 90px;height: 40px;background-size: 100% 100%;}
}

/*12.28样式修改*/
.full_wrap{min-height: calc(100% - 454px);}
html,body{height: 100%;}
.service_list.row_wrap_between{-ms-flex-pack: distribute;justify-content: space-around;}
.fee_table table{width: 100%;line-height: 40px;border-top: 1px solid #e6e6e6;border-left: 1px solid #e6e6e6;}
.fee_table table tr{border-bottom:1px solid #e6e6e6;}
.fee_table table tr.firstRow{background: #e6e6e6;}
.fee_table table tr td{border-right: 1px solid #e6e6e6;}
.pagination>.active>span{background-color: #033591;border-color: #033591;}
@media screen and (max-width: 480px) {
    .full_wrap{min-height: calc(100% - 313px);}
}


/*IE10兼容*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .service_item .brief{width: 280px;height: 34px;overflow: hidden;}
    .home_module_title .title_right, .home_show_more{line-height: 40px;}
    .home_news_item .brief{width: 335px;height: 73px;overflow: hidden;}
    .about_culture_item .brief{width: 170px;height: 48px;overflow: hidden;}
    .lost_goods_item span:first-child{width: 920px;height: 44px;overflow: hidden;display: inline-block;}
    .news_item .brief{width: 565px;height: 53px;overflow: hidden;}
    .change_title a{display: inline-block;}
}