*{outline:0;margin:0;padding:0; box-sizing: border-box;}
img,a img,a:hover img{ border:0; }
i,em{font-style:normal}
ol,ul,dl,li,dt,dd{list-style:none; }
:focus{outline:0;}
a{color:#3e3a39;text-decoration:none; }
a:hover{color:#d6000f;text-decoration:none;}
a,a:active,.btn,.more{ transition:all 300ms ease; appearance:none;}
input,select,textarea,button{ font-size: 14px; appearance: none; font-family: Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, sans-serif; }
::-webkit-input-placeholder { color:#999999; }
.clear{height:0;font-size:0;overflow:hidden;clear:both;float:none;}
iframe { border:0;}

html { height:100%; }
body{ color:#3e3a39; background: #ffffff; font-size: 14px; line-height: 1.8; font-family: Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, sans-serif; }

.pc_show { display: block;}
.wap_show { display: none;}

.wow { /*visibility: hidden;*/ }

.wrap { overflow: hidden; }

.mainbox { width: 1210px; margin: 0 auto; position: relative; transition:all 300ms ease;}

.header { }

.topbox { height: 92px; background: #ffffff; position: relative; }

.head_logo { float: left; padding: 13px 0;}
.head_logo img { display: block; height: 65px; }

.head_tool { float: right; padding-top: 15px;}
.head_weather { margin-right: -12px; margin-bottom: 8px;}
.head_weather iframe { display: block; width: 260px; }

.head_search { position: relative; height: 27px;}
.head_search .input { float: right; display: block; border: 1px #d7000f solid; width: 186px; height: 27px; line-height: 25px; text-indent: 10px; font-size: 12px;}
.head_search .btn { display: block; border: 0; position: absolute; right: 0; top: 0; width: 27px; height: 27px; background: url(../img/search.png) center center no-repeat; cursor: pointer;}

.navbox { background: #d7000f;}

.head_nav { height: 50px;}
.head_nav ul li { float: left; width: 12.5%; position: relative; }
.head_nav ul li a { display: block; height: 50px; line-height: 50px; font-size: 16px; color: #ffffff; font-weight: bold; text-align: center; }
.head_nav ul li a:hover { background: #fdf2f3; color: #d7000f;}
.head_nav ul li a.on { background: #fdf2f3; color: #d7000f;}
.head_nav ul li:hover>a { background: #fdf2f3; color: #d7000f;}

.head_nav ul li .m { display: none; position: absolute; left: 0; right: 0; top: 50px; background: rgba(255, 255, 255, 0.8); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 1px #d7000f solid; border-bottom: none; z-index: 999; }
.head_nav ul li .m a { display: block; height: auto; line-height: 20px; padding: 6px 15px; font-size: 14px; color: #d7000f; text-transform: none; border-bottom: 1px #d7000f solid;}
.head_nav ul li .m a:hover { background: #d7000f; color: #ffffff;}

.head_nav ul li:hover .m { display: block;}

.nav_btn { display: none;}

.ibanner{position: relative; z-index: 1; width: 100%;}
.bannerpic { position: relative; z-index: 1;}
.bannerpic .img { display: block; width: 100%; height: 487px;position: relative;z-index: 1; background-position: center center !important; background-repeat: no-repeat !important;}
.bannerpic .con { position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); color: #ffffff; font-size: 36px; line-height: 52px; }
.bannerpic .con img { display: block; margin: 0 auto;}

.bannerpic .swiper-pagination { bottom: 40px; line-height: 0; font-size: 0; text-align: center; z-index: 100;}
.bannerpic .swiper-pagination .swiper-pagination-bullet { border-radius: 0; margin: 0 4px; width: 40px; height: 8px; background: #fff; opacity: 0.5; }
.bannerpic .swiper-pagination .swiper-pagination-bullet-active { background: #d7000f; opacity: 1; }

.bannerpic .banbtn { position: absolute; top: 50%; width: 42px; height: 62px; margin-top: -31px; opacity: 0.5; cursor: pointer; transition:all 300ms ease; z-index: 99;}
.bannerpic .banbtn:hover { opacity: 0.9;}
.bannerpic .banbtnl { left: 0; background: url(../img/ban_l.png) no-repeat; background-size: contain;}
.bannerpic .banbtnr { right: 0; background: url(../img/ban_r.png) no-repeat; background-size: contain;}

.imainer { background: #f2f2f2;}

.mainm { background: #fff; position: relative; padding-bottom: 10px;}
.mainm:before ,.mainm:after{ display: block; content: ''; width: 30px; height: 210px; position: absolute; top: 0;}
.mainm:before { left: -30px; background: url(../img/ml.png) right top no-repeat;}
.mainm:after { right: -30px; background: url(../img/mr.png) left top no-repeat;}


.imain1 { padding: 35px 40px 30px 40px;}
.imain2 { padding: 0 40px; }

.inewsban { float: left; position: relative; overflow: hidden; width: 607px; height: 332px;}
.inewsban .item { display: block; position: relative; color: #fff;}
.inewsban .item .img { overflow: hidden; position: relative; z-index: 1;}
.inewsban .item .img img{ display: block; width: 607px; height: 332px; object-fit: cover; transition:all 300ms ease;}
.inewsban .item .tit { position: absolute; left: 0; bottom: 0; right: 100px; height: 50px; line-height: 50px; padding: 0 15px; font-size: 15px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; z-index: 3;}
.inewsban .item:after { display: block; content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 50px; background: #000; opacity: 0.5; z-index: 2;}
.inewsban .item:hover .img img { transform: scale(1.1);}

.inewsban .swiper-pagination { left: auto !important; width: auto !important; bottom: 18px; right: 18px; line-height: 0; font-size: 0; text-align: center; z-index: 100;}
.inewsban .swiper-pagination .swiper-pagination-bullet { border-radius: 0; margin: 0 3px; width: 12px; height: 12px; background: #fff; opacity: 0.5; }
.inewsban .swiper-pagination .swiper-pagination-bullet-active { background: #ffffff; opacity: 1; }

.itopnews{ float: right; width: 480px;}
.itopnews .itab_t{ height: 44px;}
.itopnews .itab_t ul li { float: left; padding: 0 30px; border: 1px #c9c9c9 solid; line-height: 42px; font-size: 19px; cursor: pointer;}
.itopnews .itab_t ul li.on { background: #d7000f; color: #fff; border: 1px #d7000f solid;}

.ihot_news { padding: 12px 0 8px 0; border-bottom: 1px #bebdc6 dotted; margin-bottom: 8px;}
.ihot_news .tit{ color: #d7000f;}
.ihot_news .tit h2{ display: block; height: 30px; line-height: 30px; font-size: 18px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.ihot_news .time{ line-height: 22px; font-size: 12px; color: #bebdc6; }
.ihot_news .con{ text-indent: 2em; line-height: 24px; height: 48px; overflow: hidden;}


.itab_m { display: none;}


.inews_list {}
.inews_list ul li { position: relative;}
.inews_list ul li a{ position: relative; display: block; margin-right: 100px; height: 28px; line-height: 28px; padding-left: 22px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.inews_list ul li a:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; margin-top: -3px; background: #d7000f;}
.inews_list ul li .time { position: absolute; right: 0; top: 0; color: #666; line-height: 28px;}

.inews_list2 ul li:nth-child(odd){ background: #f8f8f8; }
.inews_list2 ul li a:before{ left: 4px;}
.inews_list2 ul li .time{ right: 4px;}

.inews_list ul li:hover { background: #f9f9f9;}

.itopnews .inews_list { margin-bottom: -10px;}

.ihf img { display: block; width: 100%;}

.ibox { padding: 10px 0; margin-bottom: 10px;}
.ibox_t { position: relative; padding-left: 12px; line-height: 54px; }
.ibox_t:before { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 3px; height: 14px; margin-top: -7px; background: #d7000f;}
.ibox_t b { font-size: 16px;}
.ibox_t .more { position: absolute; right: 0; top: 0; color: #bebdc6;}
.ibox_t .more:hover { color: #d7000f;}

.ibox1 { float: left; width: 520px;}
.ibox2 { float: right; width: 520px;}

.iline { clear: both; padding-top: 3px; border-top: 3px #dfdfdf solid; border-bottom: 1px #dfdfdf solid;}

.icase_box { position: relative; padding: 10px 0;}
.icase_list { position: relative; overflow: hidden; margin: 0 -9px;}
.icase_list .item { display: block; margin: 0 9px; width: 210px; color: #fff; position: relative;}
.icase_list .item .img { overflow: hidden; position: relative; z-index: 1;}
.icase_list .item .img img{ display: block; width: 100%; height: 145px; object-fit: cover; transition:all 300ms ease;}
.icase_list .item .tit { position: absolute; left: 0; bottom: 0; right: 0; height: 32px; line-height: 32px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; background: rgba(0, 0, 0, 0.55); text-align: center; transition:all 300ms ease; z-index: 3;}
.icase_list .item:hover { color: #ffffff;}
.icase_list .item:hover .img img { transform: scale(1.1);}
.icase_list .item:hover .tit { background: rgba(214, 0, 15, 0.7);}

.icase_box .banbtn { position: absolute; top: 50%; width: 21px; height: 45px; margin-top: -22px; opacity: 0.5; cursor: pointer; transition:all 300ms ease; z-index: 99;}
.icase_box .banbtn:hover { opacity: 0.9;}
.icase_box .banbtnl { left: -30px; background: url(../img/ban_l2.png) no-repeat; background-size: contain;}
.icase_box .banbtnr { right: -30px; background: url(../img/ban_r2.png) no-repeat; background-size: contain;}


.iservice_list { position: relative; overflow: hidden; margin: 0 -4px;}
.iservice_list .item { float: left; width: 12.5%; padding: 10px 0;}
.iservice_list .item_m { display: block; margin: 0 4px; border-radius: 10px; text-align: center; position: relative; background-size: cover !important; background-position: center center !important; background-repeat: no-repeat !important;}
.iservice_list .item_m p { display: block; border-radius: 10px; padding: 40px 10px; background: rgba(214, 0, 15, 0); transition:all 300ms ease;}
.iservice_list .item_m i { display: block; margin: 0 auto 10px auto; width: 70px; height: 70px; border-radius: 50%; background: url(../img/iicon.png) no-repeat; background-color: #d6000f; transition:background-color 300ms ease; }
.iservice_list .item_m i.t1 { background-position: 0 0;}
.iservice_list .item_m i.t2 { background-position: 0 -70px;}
.iservice_list .item_m i.t3 { background-position: 0 -140px;}
.iservice_list .item_m i.t4 { background-position: 0 -210px;}
.iservice_list .item_m i.t5 { background-position: 0 -280px;}
.iservice_list .item_m i.t6 { background-position: 0 -350px;}
.iservice_list .item_m i.t7 { background-position: 0 -420px;}
.iservice_list .item_m i.t8 { background-position: 0 -490px;}
.iservice_list .item_m b { display: block; line-height: 22px; font-size: 15px;}
.iservice_list .item_m span { display: block; margin: 0 -30px; line-height: 14px; font-size: 12px; text-transform: uppercase; transform: scale(0.7);}
.iservice_list .item_m:hover { color: #ffffff;}
.iservice_list .item_m:hover p{ background: rgba(214, 0, 15, 0.7); color: #ffffff;}
.iservice_list .item_m:hover i { background-color: #ffffff;}
.iservice_list .item_m:hover i.t1 { background-position: -70px 0;}
.iservice_list .item_m:hover i.t2 { background-position: -70px -70px;}
.iservice_list .item_m:hover i.t3 { background-position: -70px -140px;}
.iservice_list .item_m:hover i.t4 { background-position: -70px -210px;}
.iservice_list .item_m:hover i.t5 { background-position: -70px -280px;}
.iservice_list .item_m:hover i.t6 { background-position: -70px -350px;}
.iservice_list .item_m:hover i.t7 { background-position: -70px -420px;}
.iservice_list .item_m:hover i.t8 { background-position: -70px -490px;}


.mbanner { background-position: center bottom !important; background-repeat: no-repeat !important; height: 418px; position: relative;}
.mbanner .con { position: absolute; left: 50%; top: 50%; margin-left: -500px; margin-top: -86px; width: 300px; height: 172px; color: #ffffff; text-align: center; background: url(../img/mban.png) no-repeat;}
.mbanner .con p { display: inline-block; text-align: left; padding: 46px 0; max-width: 220px;}
.mbanner .con p b { display: block; font-size: 45px; line-height: 54px;}
.mbanner .con p span { display: block; font-size: 14px; line-height: 26px; text-transform: uppercase;}

.mbanner3 .con { left: auto; right: 50%; margin-right: -500px;}
.mbanner4 .con { left: auto; right: 50%; margin-right: -500px;}
.mbanner5 .con { left: auto; right: 50%; margin-right: -500px;}
.mbanner7 .con { left: auto; right: 50%; margin-right: -600px;}

.crumbs_box { padding: 30px 0; line-height: 26px; font-size: 16px;}
.crumbs_box i { color: #898989; font-style: normal; font-family: '瀹嬩綋'; margin: 0 5px; font-size: 14px;}
.crumbs_box span { color: #d7000f;}
.crumbs_box a { color: #898989;}
.crumbs_box a:hover { color: #d7000f;}


.main_l { float: left; width: 210px; padding-bottom: 100px;}
.main_r { float: right; width: 950px; padding-bottom: 100px; min-height:600px;}

.lnav {}
.lnav .item { margin-bottom: 4px;}
.lnav .item .tit ,.lnav .item .tits{ border: 2px #d9d9d9 solid;}
.lnav .item .tit a ,.lnav .item .tits a{ display: block; background: #f2f2f2; border: 1px #fff solid; line-height: 32px; padding-left: 80px; position: relative; }
.lnav .item .tit a:before ,.lnav .item .tits a:before{ display: block; content: ''; position: absolute; left: 62px; top: 50%; margin-top: -7px; width: 13px; height: 13px; background: url(../img/lnavli.png) center center no-repeat;}
.lnav .item .con { }
.lnav .item .con ul li { display: block; border-bottom: 1px #eb7f87 dotted;}
.lnav .item .con a { display: block; line-height: 32px; padding-left: 80px; position: relative;}
.lnav .item .con a:before { display: block; content: ''; position: absolute; left: 66px; top: 50%; margin-top: -2px; width: 3px; height: 3px; background: #3e3a39;}
.lnav .item .con a.on { color: #d7000f; }
.lnav .item .con a:hover { color: #d7000f; }
.lnav .item .con a.on:before { background: #d7000f; }
.lnav .item .con a:hover:before { background: #d7000f; }

.lnav .item_on .tit ,.lnav .item_on .tits{ border: 2px #d7000f solid; }
.lnav .item_on .tit a ,.lnav .item_on .tits a{ background: #d7000f; color: #fff; border: 1px #d7000f solid; }
.lnav .item_on .tit a:before ,.lnav .item_on .tits a:before{ background: url(../img/lnavlis.png) center center no-repeat; color: #fff;}


.page_tit { text-align: center; line-height: 38px; text-align: center; font-size: 27px; color: #595757; margin-bottom: 24px;}
.page_tit h1 { display: block; font-size: 27px; font-weight: normal;}
.page_con { font-size: 15px; }
.page_con img { max-width: 100%; }
.page_con2 { margin-right: -10px;}


.culture_list { background: url(../img/culture.jpg) center bottom no-repeat; background-size: 100% auto; padding: 0 36px 138px 36px;}
.culture_list .item { float: left; width: 25%;}
.culture_list .item_m { margin: 0 12px; background: #fff; box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); padding: 50px 0  56px 0; text-align: center; transition:all 300ms ease;}
.culture_list .item_m i { display: block; margin: 0 auto 10px auto; width: 70px; height: 70px; background: url(../img/culture_icon.png) no-repeat; }
.culture_list .item_m i.t1 { background-position: 0 0;}
.culture_list .item_m i.t2 { background-position: 0 -70px;}
.culture_list .item_m i.t3 { background-position: 0 -140px;}
.culture_list .item_m i.t4 { background-position: 0 -210px;}
.culture_list .item_m .tit {}
.culture_list .item_m .tit b { display: block; font-size: 22px; line-height: 34px; color: #d7000f;}
.culture_list .item_m .tit span { display: block; text-transform: uppercase; font-size: 12px; line-height: 18px;}
.culture_list .item_m .tit:after { display: block; content: ''; margin:24px auto 0 auto; width: 28px; height: 2px; background: #d7000f;}
.culture_list .item_m .con { line-height: 26px; min-height: 102px; padding-top: 24px;}
.culture_list .item_m:hover { background: #d7000f; color: #fff;}
.culture_list .item_m:hover .tit b{ color: #fff;}
.culture_list .item_m:hover .tit:after{ background: #fff;}
.culture_list .item_m:hover i.t1 { background-position: -70px 0;}
.culture_list .item_m:hover i.t2 { background-position: -70px -70px;}
.culture_list .item_m:hover i.t3 { background-position: -70px -140px;}
.culture_list .item_m:hover i.t4 { background-position: -70px -210px;}

.history_box { position: relative; padding-left: 85px;}
.history_tit { padding: 20px 0; margin-bottom: 70px;}
.history_tit img{ display: block;}
.history_list .item{ position: relative; z-index: 10; }
.history_list .item .tit { display: block; width: 92px; height: 92px; padding-top: 28px; line-height: 24px; border-radius: 50%; text-align: center; background: #eeeeee; }
.history_list .item .tit b { display: block; font-size: 25px; font-weight: normal;}
.history_list .item .con { position: relative; padding: 34px 0;}
.history_list .item .con ul li{ position: relative; padding: 20px 0 20px 84px; line-height: 24px;}
.history_list .item .con ul li:before { display: block; content: ''; position: absolute; left: 45px; width: 2px; top: 0; bottom: 0; background: #eeeeee; z-index: 1;}
.history_list .item .con ul li:after { display: block; content: ''; position: absolute; left: 35px; width: 12px; height: 12px; border-radius: 50%; top: 50%; margin-top: -11px; border: 5px #eee solid; background: #c91a1d; z-index: 2;}
.history_list .item .con ul li:first-child:before { top: -34px; bottom: 0; }
.history_list .item .con ul li:last-child:before { bottom: 50%;}
.history_list .item .con ul li p { display: block; padding: 15px; background: #eeeeee;}
.history_list .item .con ul li p img { float: left; display: block; height: 110px;}
.history_list .item .con ul li p span { float: left; display: flex; align-items: center; height: 110px; padding: 0 44px;}
.history_list .item .con ul li p:after { display: block; content: '';clear: both;}

.history_list .item .text { position: absolute; left:-81px; top:46px; padding: 20px 0; border-top: 2px #ffffff solid; width: 35px; font-size:28px; color:#fff; line-height: 34px;}
.history_box:before { display: block; content: ''; position: absolute; left: 0; top:43px; width: 43px; bottom:0; background:#d7000f; z-index: 1;}
.history_box:after { display: block; content: ''; position: absolute; left: 0; top:0; width: 43px; height: 200px; background: url(../img/ht.png) left top no-repeat; z-index: 2;}


.mnav { border-bottom: 2px #d7000f solid; margin-bottom: 30px;}
.mnav ul { display: flex; }
.mnav ul li { flex: 1;}
.mnav ul li a { display: block; text-align: center; font-size: 22px; line-height: 66px;}
.mnav ul li a.on { background: url(../img/mnav.png) right top no-repeat #d7000f; color: #fff;}

.honor_list { margin: 0 -13px; }
.honor_list ul li { float: left; text-align: center; line-height: 36px; padding: 8px 11px;}
.honor_list ul li img { display: block; border: 1px #484443 solid;}

.honor_line { border-top: 1px #b0aeae dotted; margin: 20px 0 30px 0;}

.honor_list2 { margin: 0 -16px; }
.honor_list2 ul li { padding: 8px 16px;}

.honor_list3 { margin: 0 -7px; }
.honor_list3 ul li { padding: 8px 7px;}


.cert_list { display: table; border-collapse: collapse; width: 100%;}
.cert_list_t { display: table-header-group; font-weight: bold;}
.cert_list_m { display: table-row-group;}
.cert_list ul { display: table-row; border-bottom: 1px #b0aeae dotted;}
.cert_list ul li{ display: table-cell; text-align: left; font-size: 16px; padding: 5px 15px; height: 58px; line-height: 48px; overflow: hidden;}
.cert_list ul li:nth-child(1){ text-align: center;}
.cert_list ul li:nth-child(3){ text-align: center;}
.cert_list ul:hover { background: #f9f9f9;}
.cert_list_t ul { background: #f2f2f2; border-top: 1px #e59a9d dotted; border-bottom: 1px #e59a9d dotted;}


.news_list {}
.news_list ul li { position: relative; border-bottom: 1px #b0aeae dotted;}
.news_list ul li a{ position: relative; display: block; height: 62px; line-height: 62px; padding-left: 38px; font-size: 20px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis;}
.news_list ul li a:before { display: block; content: ''; position: absolute; left: 16px; top: 50%; width: 8px; height: 8px; border-radius: 50%; margin-top: -4px; background: #3e3a39;}
.news_list ul li a:hover:before { background: #d7000f;}
.news_list ul li .time { position: absolute; right: 0; top: 0; font-size: 20px; line-height: 62px; color: #595757;}

.news_list_hastime {}
.news_list_hastime ul li a { margin-right: 80px;}
.news_list_hastime ul li a:before { background: #d7000f;}


.service_title { text-align: center; padding-top: 14px; line-height: 130px; font-size: 33px; color: #656565;}
.service_title b { color: #d7000f;}

.service_inav { padding-bottom: 2px;}
.service_inav .item { margin-bottom: 48px; position: relative; background: #fff; height: 298px; color: #656565;}
.service_inav .item .img { position: absolute; right: 0; top: 0; overflow: hidden;}
.service_inav .item .img img { display: block; height: 298px; transition:all 300ms ease;}
.service_inav .item .img:after { display: block; content: ''; position: absolute; left: 0; top: 50%; width: 0; height: 0; margin-top: -16px; border-top: 16px transparent solid; border-bottom: 16px transparent solid; border-left: 16px #fff solid;}
.service_inav .item .con { position: absolute; left: 0; top: 0; padding: 56px 60px 0 60px; width: 605px; box-sizing: border-box;}
.service_inav .item .con .t { display: block; margin-bottom: 30px;}
.service_inav .item .con .t b { display: block; font-size: 30px; line-height: 42px; font-weight: normal;}
.service_inav .item .con .t span { display: block; font-size: 18px; line-height: 32px; margin-bottom: 10px; text-transform: uppercase;}
.service_inav .item .con .t i { display: inline-block; width: 84px; line-height: 24px; font-size: 16px; text-align: center; background: #d7000f; color: #fff;}
.service_inav .item .con .t:hover i { background: #fd1222; color: #fff; font-style:normal;}
.service_inav .item .con .m { font-size: 16px; line-height: 28px; }
.service_inav .item .con .m a{ color: #656565;}
.service_inav .item .con .m a:hover{ color: #d7000f;}

.service_inav .item:nth-child(even) .img{ left: 0; right: auto;}
.service_inav .item:nth-child(even) .img:after { left: auto; right: 0; border-right: 16px #fff solid; border-left: none;}
.service_inav .item:nth-child(even) .con{ right: 0; left: auto; text-align: right;}

.service_inav .item .img:hover img { transform: scale(1.06);}


.service_nav { margin-top: -23px; height: 57px; background: #f2f2f2; margin-bottom: 20px;}
.service_nav ul { height: 57px;}
.service_nav ul li{ float: left; width: 16.66%; position: relative;}
.service_nav ul li:after{ display: block; content: ''; position: absolute; right: 0; top: 50%; width: 2px; height: 14px; margin-top: -7px; background: #7a7878;}
.service_nav ul li a { display: block; height: 57px; line-height: 57px; text-align: center;}
.service_nav ul li a span { display: inline-block; position: relative;}
.service_nav ul li a.on { color: #d7000f;}
.service_nav ul li a.on span:after { display: block; content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: #d7000f;}
.service_nav ul li:last-child:after { display: none;}

.service_mtit { padding: 10px 0;}
.service_mtit a{ display: block; line-height: 40px; font-size: 18px; position: relative; }
.service_mtit a span { color: #d7000f; padding: 0 18px;}
.service_mtit a i { position: absolute; right: 0; top: 5px; font-size: 14px; line-height: 30px; background: #f2f2f2; border-radius: 4px; display: block; padding: 0 15px; color: #d7000f; font-style: normal;}
.service_mtit a:hover i { background: #d7000f; color: #ffffff;}


.service_list { margin: 0 -10px;}
.service_list .item { float: left; width: 20%; margin-bottom: 20px;}
.service_list .item_m { display: block; margin: 0 auto; width: 226px; border-bottom: 2px #848484 solid;}
.service_list .item_m .img { position: relative; overflow: hidden;}
.service_list .item_m .img img { display: block; width: 100%; height: 150px; object-fit: cover; transition:all 300ms ease;}
.service_list .item_m .tit { text-align: center; padding: 10px; line-height: 20px; min-height: 60px; font-size: 15px;}
.service_list .item_m:hover { border-bottom: 2px #df333f solid;}

.service_minfo { padding: 15px 0; margin-bottom: 20px;}
.service_minfo .tit h2 { display: block; color: #d7000f; font-size: 25px; line-height: 76px;}
.service_minfo .con { font-size: 15px; line-height: 24px;}


.service_details { padding: 60px 0;}
.service_details .tit{ margin-bottom: 30px;}
.service_details .tit h1{ font-size: 27px; line-height: 48px; color: #595757; font-weight: normal;}
.service_details .info{ padding: 20px 0; font-size: 18px; line-height: 34px; color: #595757;}
.service_details .con { font-size: 16px; }
.service_details .con img { max-width: 100%;}
.service_details .cons img { display: block; margin: 0 auto 1em auto;}


.job_list { margin-bottom: 4px; border-bottom: 3px #dfdfdf solid; padding-bottom: 12px; }

.job_list_t { background:#d7000f; height:70px; font-size: 20px; color: #fff;}
.job_list_t ul li{ float:left; height:70px; line-height:70px; text-align:center; }
.job_list_t ul li.li1{ width:40%;}
.job_list_t ul li.li2{ width:18%; }
.job_list_t ul li.li3{ width:18%; }
.job_list_t ul li.li4{ width:20%; }
.job_list_t ul li.li5{ width:auto; }


.job_list_m { }
.job_list_m .item .tit{ cursor:pointer; height:60px; font-size: 18px; color: #595757; border-bottom:1px #e59a9d dotted; }
.job_list_m .item .tit ul li{ float:left; height:60px; line-height:60px; text-align:center;}
.job_list_m .item .tit ul li.li1{ width:40%; }
.job_list_m .item .tit ul li.li2{ width:18%; }
.job_list_m .item .tit ul li.li3{ width:18%; }
.job_list_m .item .tit ul li.li4{ width:20%; }
.job_list_m .item .tit ul li.li5{ width:auto;  color: #d7000f;}
.job_list_m .item .tit ul li.li5 span:nth-child(2){ display: none;}

.job_list_m .item .tit:hover{ font-weight:bold; background:#f9f9f9; }

.job_list_m .item .con { display:none; background: #f2f2f2; padding:25px 50px 35px 50px; font-size:15px; line-height: 28px; color: #595757;}
.job_list_m .item .con b{ font-size: 20px; line-height: 50px; font-weight: normal;}

.job_list_m .item_on .tit{ font-weight:bold; }
.job_list_m .item_on .tit ul li.li5 span:nth-child(1){ display: none;}
.job_list_m .item_on .tit ul li.li5 span:nth-child(2){ display: block;}


.welfare_tit { background: #d7000f; color: #fff; padding: 15px; line-height: 40px; font-size: 22px; text-align: center;}
.welfare_tit:before ,.welfare_tit:after{ display: inline-block; content: ''; margin: 0 20px; width: 46px; height: 2px; background: #fff; vertical-align: middle;}

.welfare_list { margin: 0 -4px 8px -4px; padding: 4px 0;}
.welfare_list .item { float: left; width: 33.33%; padding: 4px 0;}
.welfare_list .item_m{ display: block; margin: 0 4px; border: 1px #d7000f solid; padding: 30px 30px 16px 30px; text-align: center; transition:all 300ms ease;}
.welfare_list .item_m img { display: block; margin: 0 auto 2px auto; width: 70px; border-radius: 50%; background: #d7000f;}
.welfare_list .item_m b { display: block; font-size: 21px; line-height: 54px; color: #d7000f;}
.welfare_list .item_m p { display: block; font-size: 16px; line-height: 22px; height: 88px;}
.welfare_list .item_m:hover { box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); background: #f9f9f9;}
.welfare_list:after { display: block; content: ''; clear: both;}


.treatment_list { position: relative;}
.treatment_list .tit { position: absolute; left: 0; top: 50%; background: url(../img/human/lt.png) left center no-repeat; width: 230px; height: 108px; margin-top: -54px; text-indent: 46px; line-height: 108px; color: #fff; font-size: 22px;}
.treatment_list .con { padding: 24px 70px 24px 330px; background: #f2f2f2;}
.treatment_list .con ul li{ float: left; width: 50%; font-size: 15px; line-height: 26px;}
.treatment_list .con ul li b{ font-size: 20px;}


.human_contact { text-align: center; counter-reset: #595757; padding-top: 30px;}
.human_contact .tit{ font-size: 18px; line-height: 3; font-weight: bold;}
.human_contact .con{ font-size: 15px;}

.team_list { margin: 0 -36px;}
.team_list .item { float: left; width: 50%; padding: 25px 0;}
.team_list .item_m{ display: block; margin: 0 auto; width: 437px; background: #f8f8f8; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.13); transition:all 300ms ease;}
.team_list .item_m .img { position: relative; overflow: hidden;}
.team_list .item_m .img img{ display: block; width: 100%; position: relative; z-index: 1; transition:all 300ms ease;}
.team_list .item_m .img:after { display: block; content: ''; position: absolute; left: 0; right: 0; bottom: -1px; top: 0; background: url(../img/human/human_t.png) center bottom no-repeat; background-size: 100% auto; z-index: 2;}
.team_list .item_m .con { padding: 20px 55px 10px 55px;}
.team_list .item_m .con .t { font-weight: bold; text-align: center; font-size: 20px; line-height: 58px; color: #000000;}
.team_list .item_m .con .m { font-size: 14px; line-height: 26px; height: 156px;}
.team_list .item_m .con .m b { text-align: center; display: block;}
.team_list .item_m .cons { padding: 46px 0 46px 0; height: 176px;}
.team_list .item_m .cons p { display: block; width: 300px; margin: 0 auto;}
.team_list .item_m .cons p img{ float: left; width: 70px; margin-right: 14px;}
.team_list .item_m .cons p b{ display: block; padding-top: 8px; font-size: 23px; line-height: 36px; color: #d7000f; font-weight: normal;}
.team_list .item_m .cons p span{ display: block; font-size: 12px; line-height: 14px; }
.team_list .item_m:hover { box-shadow: 0 0 16px rgba(0, 0, 0, 0.2); }
.team_list .item_m:hover .img img { transform: scale(1.06);}

.team_list .item_full { float: none; width: auto; padding: 25px 0;}
.team_list .item_full .item_m { width: 947px; }
.team_list .item_full .item_m .img:after { background: url(../img/human/human_t2.png) center bottom no-repeat; background-size: 100% auto; }
.team_list .item_full .item_m .cons p { width: 320px; }

.team_list2 { margin: 0 -11px;}
.team_list2 .item { width: 25%; padding: 25px 0;}
.team_list2 .item_m{ width: 220px; }
.team_list2 .item_m .con { padding: 20px 15px 10px 15px; text-align: center;}


.team_list3 { margin: 0 -21px;}
.team_list3 .item_m{ width: 450px; }

.team_list4 { margin: 0 -9px;}
.team_list4 .item { width: 20%; padding: 0; margin-bottom: 18px;}
.team_list4 .item_m{ width: 175px; }
.team_list4 .item_m .con { padding: 20px 10px 10px 10px; text-align: center;}

.team_view_t { position: relative; height: 406px;}
.team_view_t .img { float: right; padding: 9px; border: 2px #d7000f solid;}
.team_view_t .img img{ display: block; height: 352px;}
.team_view_t .con { position: absolute; left: 0; bottom: 0; background: #f2f2f2; box-shadow: -8px 8px 8px rgba(0, 0, 0, 0.2); width: 400px; height: 226px; padding: 108px 0 0 42px;}
.team_view_t .con img { display: block; position: absolute; right: 24px; top: 24px;}
.team_view_t .con b{ display: block; font-size: 25px; line-height: 46px; color: #d7000f; }
.team_view_t .con span{ display: block; font-size: 15px; line-height: 24px; }
.team_view_m { font-size: 15px; line-height: 24px; padding: 40px 0;}
.team_view_f { text-align: right; padding-top: 18px; }
.team_view_f a { display: inline-block; font-size: 18px; line-height: 36px; color: #d7000f; padding-left: 30px; background: url(../img/human/back.png) left center no-repeat;}
.team_view_f a:hover { text-decoration: underline;}


.contact_list{ color: #595757;}
.contact_list .item { border-bottom: 1px #eba3a5 dotted; margin-bottom: 20px;}
.contact_list .item .tit{ font-size: 22px; line-height: 1.5;}
.contact_list .item .con{ padding: 10px 0 16px 0;}
.contact_list ul li{ float: left; margin-right: 40px; padding: 10px 0 10px 36px; line-height: 30px; font-size: 18px;}
.contact_list ul li.li1 { background: url(../img/contact/b1.png) left center no-repeat; }
.contact_list ul li.li2 { background: url(../img/contact/b2.png) left center no-repeat; }
.contact_list ul li.li3 { background: url(../img/contact/b3.png) left center no-repeat; }
.contact_list ul li.li4 { background: url(../img/contact/b4.png) left center no-repeat; }

.contact_form { border: 1px #cecece solid; padding: 18px 44px; font-size: 16px; color: #595757; }
.contact_form .item { padding: 12px 0 12px 124px; position: relative;}
.contact_form .item .t { position: absolute; left: 0; top: 12px; line-height: 38px;}
.contact_form .item .t i { font-style: normal; color: #d7000f;}
.contact_form .item .m { min-height: 36px; }
.contact_form .item:after { display: block; content: ''; clear: both;}
.contact_form .input { display: block; width: 100%; border: 1px #eeeeee solid; border-radius: 2px; background: #f7f7f7; height: 36px; line-height: 34px; text-align: left; font-size: 16px; text-indent: 20px; }
.contact_form .input2 { float: left; width: 270px;}
.contact_form .code { float: left; height: 36px; margin-left: 5px;}
.contact_form .textarea { display: block; width: 100%; border: 1px #eeeeee solid; border-radius: 2px; background: #f7f7f7; height: 100px; line-height: 24px; text-align: left; padding: 5px 20px; box-sizing: border-box; font-size: 16px;}
.contact_form label { float: left; line-height: 36px; cursor: pointer; margin-right: 10px;}
.contact_form label input { display: none;}
.contact_form label span { display: block; padding:0 5px 0 26px; background: url(../img/radio.png) left center no-repeat; background-size: 20px auto;}
.contact_form label input:checked + span { background: url(../img/radios.png) left center no-repeat; background-size: 20px auto; color: #d7000f;}

.contact_form .btn { margin-top: 12px; display: block; width: 200px; border: 0; border-radius: 5px; height: 38px; line-height: 38px; text-align: center; font-size: 16px; box-sizing: border-box; background: #d7000f; color: #fff; cursor: pointer; }
.contact_form .btn:hover { background: #fc1222; color: #fff;}


.pages { text-align:center; padding-top: 26px;}
.pages a ,.pages span{ vertical-align:middle; display:inline-block; margin:0 3px; padding: 0 10px; min-width: 16px; height:32px; line-height:32px; text-align:center; color:#777777; border:1px #c9c9c9 solid; border-radius:17px;}
.pages a:hover{ background-color: #d7000f; color:#ffffff; border:1px #d7000f solid; }
.pages span{ background-color: #d7000f; color:#ffffff; border:1px #d7000f solid; }


.pf_box { position: fixed; top: 650px; z-index: 999;  transition:all 300ms ease; }
.pf_boxl { left: 20px;}
.pf_boxr { right: 20px;}
.pf_box a{ display: block;}
.pf_box img{ display: block; height: 104px;}
.pf_box a:hover { transform: translateY(-10px);}

.pf_boxs { top: auto; bottom: 260px;}


.footer { background: #ffffff; }

.footbox { background: #d7000f; height: 46px; padding-top: 1px;}
.flogo { float: left; padding: 7px 30px 4px 30px; margin-top: -7px; background: #f2f2f2; margin-left: 35px;}
.flogo img { display: block; height: 42px;}
.ftext { float: left; color: #fff; font-size: 15px; font-weight: bold; padding: 0 30px; line-height: 46px;}

.footbox2 { padding: 4px 0; line-height: 28px;}
.fcontact { float: left; padding: 24px 35px;}
.fcontact ul li { position: relative; padding-left: 3.5em; display: inline-block;}
.fcontact ul li span { position: absolute; left: 0; top: 0;}
.fcontact ul li:nth-child(1){ display: block;}
.fcontact ul li:nth-child(2){ margin-right: 20px;}
.ferwei { float: right; padding: 0 35px 4px 35px; text-align: center;}
.ferwei img { display: block; width: 88px;}
.ferwei span { display: block; margin: 0 -30px; line-height: 12px; font-size: 12px; text-transform: uppercase; transform: scale(0.8);}

.fcopy { text-align: center; padding: 15px 0; background: #3e3a39; color: #ffffff;}
.fcopy a { color: #ffffff;}
.fcopy a:hover { color: #ffffff; text-decoration: underline; }

.tt_main { position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 99990; background: rgba(0,0,0,0.7); display: none;}
.tt_main .bg { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 99991; }
.tt_box { position: absolute; left: 50%; top: 50%; margin-left: -550px; transform: translateY(-50%); background: url(../img/ttbox.png) left bottom no-repeat #014099; background-size: 100% auto; width: 1100px; padding: 65px 90px; height: 700px; color: #ffffff; z-index: 99992; }
.tt_clo { position: absolute; right: 0; top: 0; width: 100px; height: 100px; cursor: pointer; background: url(../img/ttclo.png) center center no-repeat; background-size: 24px auto;}
.tt_clo:hover { opacity: 0.8;}

.tt_box_t { font-size: 36px; line-height: 98px; font-weight: bold; border-bottom: 1px #fff solid; }

.tt_box_m .item{ float: left; width: 50%; padding: 40px 20% 40px 0; font-size: 16px; line-height: 24px; }
.tt_box_m .item .t{ font-size: 24px; line-height: 56px; }
.tt_box_m .item .m{ margin-bottom: 14px; }
.tt_box_m .item .f { padding: 10px 0; border-top: 1px #fff solid;}

.etip { position: fixed; left: 50%; top: 50%; width: 300px; margin-left: -150px; box-sizing: border-box; display: none; transform:translate(0,-50%); background: rgba(0,0,0,0.9); color: #fff; padding: 20px; text-align: center; font-size: 16px; line-height: 2; border-radius: 20px; z-index: 9999991;}


@media (max-width:999px){
body { font-size: 14px;}
.wrap { padding-top: 50px;}

.mainbox { width: auto; margin: 0 15px; position: relative;}
.mainer .mainbox { margin: 0;}

.header { position: fixed; left: 0; right: 0; top: 0; z-index: 999;}

.topbox { height: 50px; box-shadow: 0 0 8px rgba(0,0,0,0.1);}

.head_logo { padding: 7px 0;}
.head_logo img { height: 36px; }

.head_tool { display: none;}

.navbox { float: none; position: fixed; left: 0; right: 0; bottom: 0; overflow-y: auto; top: 50px; padding: 20px 0; background: #f8f8f8; box-shadow: 0 5px 10px rgba(0,0,0,0.1); display: none; z-index: 9999;}

.head_nav { font-size: 16px; height: auto; }
.head_nav ul li { float: none; width: auto; }
.head_nav ul li a { height: 52px; line-height: 52px; padding: 0 12px; text-align: center; color: #333;}
.head_nav ul li a.on { background: #fff;}
.head_nav ul li a.on:after { bottom: 9px; margin-left: -20px; width: 40px; height: 3px;}
.head_nav ul li .m { position: relative; top: auto; left: auto; right: auto; display: flex !important;}
.head_nav ul li .m a { flex: 1; width: 33.33%; text-align: center;}
.head_nav ul li .m:after { display: block; content: ''; clear: both;}


.nav_btn { display:block; position:absolute; right:0; top:9px; cursor:pointer; background:#d6000f; color: #fff; font-size:13px; padding:3px 8px 3px 5px; border-radius:3px;}
.nav_btn i{ display:block; font-style:normal; width:2px;height:2px;box-shadow:inset 0 0 0 28px,0 -7px 0 0,0 7px 0 0;margin:12px 24px 12px 4px; position:relative; text-align: left; text-indent: -9999px; direction: ltr; box-sizing: border-box; color:#ffffff; float:left; }
.nav_btn i:before{width:16px;height:2px;left:5px;box-shadow:inset 0 0 0 28px,0 -7px 0 0,0 7px 0 0;position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.nav_btn i:after, .nav_btn i:before { content: ''; pointer-events: none; }


.bannerpic .img { height: 46vw; background-size: cover !important; }
.bannerpic .con { font-size: 26px; line-height: 40px; }
.bannerpic .con img { width: 90%;}

.bannerpic .swiper-pagination { bottom: 10px; }
.bannerpic .swiper-pagination .swiper-pagination-bullet { margin: 0 2px; width: 20px; height: 4px; }

.bannerpic .banbtn { width: 21px; height: 31px; margin-top: -15px; }

.mainm:before ,.mainm:after{ display: none; }

.imain1 { padding: 20px 15px 20px 15px;}
.imain2 { padding: 0 15px; }

.inewsban { float: none; width: auto; height: auto; margin-bottom: 20px;}
.inewsban .item .img img{ width: 100%; height: 54vw; }
.inewsban .item .tit { right: 80px; height: 34px; line-height: 34px; padding: 0 10px; font-size: 14px; }
.inewsban .item:after { height: 34px; }

.inewsban .swiper-pagination { bottom: 12px; right: 12px;}
.inewsban .swiper-pagination .swiper-pagination-bullet { margin: 0 2px; width: 6px; height: 6px; }

.itopnews{ float: none; width: auto;}
.itopnews .itab_t{ height: 34px;}
.itopnews .itab_t ul li { padding: 0 20px; line-height: 32px; font-size: 16px; }

.ihot_news { padding: 12px 0 8px 0; margin-bottom: 8px;}
.ihot_news .tit h2{ height: auto; line-height: 26px; font-size: 16px; white-space: normal; }


.inews_list ul li a{ margin-right: 70px; height: 28px; line-height: 28px; padding-left: 14px; }
.inews_list ul li a:before { width: 4px; height: 4px; margin-top: -2px; }
.inews_list ul li .time { line-height: 28px; font-size: 12px;}

.inews_list2 ul li a:before{ left: 2px;}
.inews_list2 ul li .time{ right: 2px;}

.itopnews .inews_list { margin-bottom: -10px;}

.ihf img { display: block; width: 100%;}

.ibox { padding: 10px 0; margin-bottom: 10px;}
.ibox_t { line-height: 40px; }
.ibox_t:before { width: 3px; height: 14px; margin-top: -7px; }
.ibox_t b { font-size: 16px;}
.ibox_t .more { font-size: 12px;}

.ibox1 { float: none; width: auto; margin-bottom: -10px;}
.ibox2 { float: none; width: auto;}

.iline { padding-top: 2px; border-top: 2px #dfdfdf solid; border-bottom: 1px #dfdfdf solid;}

.icase_box { padding: 10px 15px;}
.icase_list { margin: 0 -5px;}
.icase_list .item { margin: 0 5px; width: auto; }
.icase_list .item .img img{ width: 100%; height: 55vw; }
.icase_list .item .tit { height: 32px; line-height: 32px; }

.icase_box .banbtn { width: 15px; height: 34px; margin-top: -17px; }
.icase_box .banbtnl { left: -10px; }
.icase_box .banbtnr { right: -10px; }


.iservice_list { margin: 0 -4px;}
.iservice_list .item { width: 50%; padding: 5px 0;}
.iservice_list .item_m { margin: 0 4px; border-radius: 10px; }
.iservice_list .item_m p { padding: 25px 5px; }
.iservice_list .item_m i { margin: 0 auto 10px auto; width: 70px; height: 70px; }
.iservice_list .item_m i.t1 { background-position: 0 0;}
.iservice_list .item_m i.t2 { background-position: 0 -70px;}
.iservice_list .item_m i.t3 { background-position: 0 -140px;}
.iservice_list .item_m i.t4 { background-position: 0 -210px;}
.iservice_list .item_m i.t5 { background-position: 0 -280px;}
.iservice_list .item_m i.t6 { background-position: 0 -350px;}
.iservice_list .item_m i.t7 { background-position: 0 -420px;}
.iservice_list .item_m i.t8 { background-position: 0 -490px;}
.iservice_list .item_m b { line-height: 22px; font-size: 16px;}
.iservice_list .item_m span { margin: 0; line-height: 14px; font-size: 11px; transform: scale(1);}
.iservice_list .item_m:hover i.t1 { background-position: -70px 0;}
.iservice_list .item_m:hover i.t2 { background-position: -70px -70px;}
.iservice_list .item_m:hover i.t3 { background-position: -70px -140px;}
.iservice_list .item_m:hover i.t4 { background-position: -70px -210px;}
.iservice_list .item_m:hover i.t5 { background-position: -70px -280px;}
.iservice_list .item_m:hover i.t6 { background-position: -70px -350px;}
.iservice_list .item_m:hover i.t7 { background-position: -70px -420px;}
.iservice_list .item_m:hover i.t8 { background-position: -70px -490px;}


.mbanner { height: 40vw; background-size: cover !important; }
.mbanner .con { left: 0; right: 0; top: 50%; margin-left: 0; margin-top: -45px; width: auto; height: 90px; background-size: contain; background-position: center center !important;}
.mbanner .con p { padding: 16px 0; max-width: auto;}
.mbanner .con p b { font-size: 25px; line-height: 40px;}
.mbanner .con p span { font-size: 11px; line-height: 18px; }

.mbanner3 .con { left: 0; right: 0; margin-right: 0;}
.mbanner4 .con { left: 0; right: 0; margin-right: 0;}
.mbanner5 .con { left: 0; right: 0; margin-right: 0;}
.mbanner7 .con { left: 0; right: 0; margin-right: 0;}

.crumbs_box { padding: 10px 15px; line-height: 20px; font-size: 12px;}
.crumbs_box i { margin: 0 3px; font-size: 12px;}


.main_l { display: none;}
.main_r { float: none; width: auto; padding:0 15px 30px 15px; min-height: 45vh;}


.page_tit { line-height: 32px; font-size: 24px; margin-bottom: 15px;}
.page_tit h1 { font-size: 24px; }
.page_con { font-size: 14px; }
.page_con img { max-width: 100%; height: auto !important; }
.page_con2 { margin-right: 0;}


.culture_list { background-size: cover; padding: 10px 15px;}
.culture_list .item { float: none; width:auto; padding: 10px 0;}
.culture_list .item_m { margin: 0; padding: 20px 0 25px 0; }
.culture_list .item_m .tit {}
.culture_list .item_m .tit b { font-size: 22px; line-height: 34px; }
.culture_list .item_m .tit span { font-size: 12px; line-height: 18px;}
.culture_list .item_m .tit:after {  margin:15px auto 0 auto; width: 28px; height: 2px; }
.culture_list .item_m .con { line-height: 26px; min-height: auto; padding-top: 15px;}

.history_box { background-size: 20px auto; padding-left: 35px;}
.history_tit { padding: 10px 0; margin-bottom: 30px;}
.history_tit img{ height: 40px;}
.history_list .item .tit { width: 72px; height: 72px; padding-top: 20px; line-height: 22px; }
.history_list .item .tit b { font-size: 20px; }
.history_list .item .con { padding: 24px 0;}
.history_list .item .con ul li{ padding: 10px 0 10px 64px; line-height: 24px;}
.history_list .item .con ul li:before { left: 35px; width: 2px; top: 0; bottom: 0; background: #eeeeee; }
.history_list .item .con ul li:after { left: 25px; width: 12px; height: 12px; margin-top: -11px; border: 5px #eee solid; }
.history_list .item .con ul li:first-child:before { top: -24px; bottom: 0; }
.history_list .item .con ul li:last-child:before { bottom: 50%;}
.history_list .item .con ul li p { padding: 15px; }
.history_list .item .con ul li p img { float: none; height: auto; width: 100%; margin-bottom: 10px;}
.history_list .item .con ul li p span { float: none; display: block; align-items: center; height: auto; padding: 0;}

.history_list .item .text { display: none;}
.history_box:before { top:21px; width: 21px; }
.history_box:after { width: 21px; height: 99px; background-size: 100% auto;}

.mnav { margin-bottom: 20px;}
.mnav ul li a { font-size: 14px; line-height: 40px;}
.mnav ul li a.on { background-size: 30px auto;}

.honor_list { margin: 0; }
.honor_list ul li { float: none; line-height: 30px; padding: 5px 0;}
.honor_list ul li img { width: 100%;}

.honor_line { margin: 15px 0 20px 0;}

.honor_list2 { margin: 0; }
.honor_list2 ul li { padding: 5px 0;}

.honor_list3 { margin: 0; }
.honor_list3 ul li { padding: 5px 0;}


.cert_list { display: block; }
.cert_list_t { display: none; }
.cert_list_m { display: block;}
.cert_list ul { display: block; padding: 15px 0; }
.cert_list ul li{ float: left; display: block; font-size: 12px; padding: 5px 10px; height: auto; line-height: 28px; overflow: inherit; box-sizing: border-box;}
.cert_list ul li:nth-child(1){ width: 20%; text-align: left;}
.cert_list ul li:nth-child(2){ width: 60%; text-align: center;}
.cert_list ul li:nth-child(3){ width: 20%; text-align: right;}
.cert_list ul li:nth-child(4){ width: 100%; font-size: 15px;}
.cert_list ul:after { display: block; content: ''; clear: both;}

.news_list {}
.news_list ul li a{ height: 42px; line-height: 42px; padding-left: 20px; font-size: 14px; }
.news_list ul li a:before { left: 5px; width: 4px; height: 4px; margin-top: -2px; }
.news_list ul li .time { font-size: 12px; line-height: 42px; }

.news_list_hastime ul li a { margin-right: 60px;}


.service_title { padding-top: 0; line-height: 60px; font-size: 18px; }

.service_inav { padding-bottom: 2px;}
.service_inav .item { margin-bottom: 20px; height: auto; }
.service_inav .item .img { position: relative; }
.service_inav .item .img img { width: 100%; height: auto;}
.service_inav .item .img:after { display: none;}
.service_inav .item .con { position: relative; padding: 16px 20px; width: auto; }
.service_inav .item .con .t { margin-bottom: 15px;}
.service_inav .item .con .t b { font-size: 20px; line-height: 32px; }
.service_inav .item .con .t span { font-size: 14px; line-height: 22px; margin-bottom: 10px; }
.service_inav .item .con .t i { width: 84px; line-height: 24px; font-size: 14px; }
.service_inav .item .con .m { font-size: 14px; line-height: 24px; }

.service_inav .item:nth-child(even) .con{ text-align: left;}


.service_nav { margin: -23px 15px 20px 15px; height: auto; }
.service_nav ul { display: block; padding: 10px 0; height: auto;}
.service_nav ul li{ float: left; width: 50%;}
.service_nav ul li:after{ display: none; content: ''; position: absolute; right: 0; top: 50%; width: 2px; height: 14px; margin-top: -7px; background: #7a7878;}
.service_nav ul li a { height: 32px; line-height: 32px; }
.service_nav ul li:nth-child(odd):after { display: block;}
.service_nav ul:after { display: block; content: ''; clear: both;}

.service_mtit { padding: 10px 15px;}
.service_mtit a{ line-height: 30px; font-size: 16px; }
.service_mtit a span { padding: 0 12px;}
.service_mtit a i { top: 0; font-size: 12px; padding: 0 10px; }


.service_list { margin: 0 15px;}
.service_list .item { float: none; width: auto; margin-bottom: 16px;}
.service_list .item_m { width: auto; }
.service_list .item_m .img img { width: 100%; height: 55vw; }
.service_list .item_m .tit { padding: 5px; line-height: 20px; font-size: 14px;}

.service_minfo { padding: 15px 15px; margin-bottom: 20px;}
.service_minfo .tit h2 { font-size: 20px; line-height: 50px;}
.service_minfo .con { font-size: 14px; line-height: 20px;}


.service_details { padding: 20px 15px;}
.service_details .tit{ margin-bottom: 5px;}
.service_details .tit h1{ font-size: 18px; line-height: 32px; }
.service_details .info{ padding: 15px 0; font-size: 14px; line-height: 24px; }
.service_details .con { font-size: 14px; }
.service_details .con img { max-width: 100%; height: auto !important;}


.job_list { padding: 25px 0;}

.job_list_t { height:50px; font-size: 14px; }
.job_list_t ul li{ height:50px; line-height:50px; }
.job_list_t ul li.li1{ width:65%; text-indent:15px; }
.job_list_t ul li.li2{ display: none;}
.job_list_t ul li.li3{ width:15%; text-align:center;}
.job_list_t ul li.li4{ display: none;}
.job_list_t ul li.li5{ width:20%; text-align:center;}


.job_list_m { }
.job_list_m .item .tit{ height:50px; font-size: 13px; }
.job_list_m .item .tit ul li{ height:50px; line-height:50px;  }
.job_list_m .item .tit ul li.li1{ width:65%; text-indent:15px; }
.job_list_m .item .tit ul li.li2{ display: none;}
.job_list_m .item .tit ul li.li3{ width:15%; text-align:center;}
.job_list_m .item .tit ul li.li4{ display: none;}
.job_list_m .item .tit ul li.li5{ width:20%; text-align:center;}

.job_list_m .item .con { padding:10px 15px; font-size:14px;}
.job_list_m .item .con b { font-size: 15px; line-height: 30px;}


.welfare_tit { padding: 10px; line-height: 30px; font-size: 18px; }
.welfare_tit:before ,.welfare_tit:after{ margin: 0 10px; width: 36px; height: 2px; }

.welfare_list { margin: 0 -4px 8px -4px; padding: 4px 0;}
.welfare_list .item { width: 50%; padding: 4px 0;}
.welfare_list .item_m{  margin: 0 4px; padding: 20px 12px 12px 12px; }
.welfare_list .item_m img { margin: 0 auto 2px auto; width: 60px; }
.welfare_list .item_m b { font-size: 16px; line-height: 34px; }
.welfare_list .item_m p { font-size: 12px; line-height: 18px; height: 80px;}
.welfare_list .item_m:hover { box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
.welfare_list .item:last-child { width: 100%;}


.treatment_list { }
.treatment_list .tit { background-size: cover; width: 115px; height: 44px; margin-top: 0; top: 0; text-indent: 23px; line-height: 44px; font-size: 16px;}
.treatment_list .con { padding: 54px 20px 14px 20px; }
.treatment_list .con ul li{ float: none; width: auto; font-size: 14px; line-height: 26px;}
.treatment_list .con ul li b{ font-size: 16px;}


.human_contact { padding-top: 15px;}
.human_contact .tit{ font-size: 16px; }
.human_contact .con{ font-size: 14px;}


.team_list { margin: 0 -5px;}
.team_list .item { width: 50%; padding: 15px 0;}
.team_list .item_m{ margin: 0 5px; width: auto; }
.team_list .item_m .con { padding: 10px 15px 5px 15px;}
.team_list .item_m .con .t { font-size: 16px; line-height: 38px; }
.team_list .item_m .con .m { font-size: 12px; line-height: 20px; height: 220px;}

.team_list .item_m .cons { padding: 10px 15px 10px 15px; height: 70px;}
.team_list .item_m .cons p { display: block; width: auto; }
.team_list .item_m .cons p img{ width: 40px; margin-right: 6px; margin-bottom: 15px;}
.team_list .item_m .cons p b{ padding-top: 4px; font-size: 14px; line-height: 20px; }
.team_list .item_m .cons p span{ font-size: 9px; line-height: 12px; }
.team_list .item_m:hover { box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }

.team_list .item_full { float: none; width: auto; padding: 15px 0;}
.team_list .item_full .item_m { width: auto; }
.team_list .item_full .item_m .img:after { background: url(../img/human/human_t2.png) center bottom no-repeat; background-size: 100% auto; }
.team_list .item_full .item_m .cons p { width: auto; }

.team_list2 { margin: 0 -5px;}
.team_list2 .item { width: 50%; padding: 15px 0;}
.team_list2 .item_m{ width: auto; }
.team_list2 .item_m .con { padding: 10px 15px 5px 15px; text-align: center;}
.team_list2 .item_m .con .m { height: 140px;}


.team_list3 { margin: 0 -5px;}
.team_list3 .item { width: auto; float: none;}
.team_list3 .item_m{ width: auto; }

.team_list4 { margin: 0 -5px;}
.team_list4 .item { width: 50%; padding: 15px 0; margin-bottom:0;}
.team_list4 .item_m{ width: auto; }
.team_list4 .item_m .con { padding: 10px 15px 5px 15px; text-align: center;}
.team_list4 .item_m .con .m { height: 120px;}

.team_view_t { position: relative; height: auto;}
.team_view_t .img { float: none; padding: 5px; border: 1px #d7000f solid;}
.team_view_t .img img{ width: 90%; margin: 0 auto; height: auto;}
.team_view_t .con { position: relative; width: auto; height: auto; padding: 20px 15px; text-align: center; box-shadow: none;}
.team_view_t .con img { position: relative; right: auto; top: auto; margin: 0 auto 10px auto; height: 40px;}
.team_view_t .con b{ font-size: 20px; line-height: 26px; }
.team_view_t .con span{ font-size: 12px; line-height: 18px; }
.team_view_m { font-size: 14px; line-height: 22px; padding: 20px 0;}
.team_view_f { padding-top: 18px; }
.team_view_f a { font-size: 14px; line-height: 26px; padding-left: 20px; background-size: 14px auto;}


.contact_list .item { margin-bottom: 20px;}
.contact_list .item .tit{ font-size: 18px; }
.contact_list .item .con{ padding: 10px 0 16px 0;}
.contact_list ul li{ float: none; margin-right: 0; padding: 5px 0 5px 26px; line-height: 24px; font-size: 14px; background-size: 18px auto !important;}

.contact_form { padding: 12px 15px; font-size: 14px; }
.contact_form .item { padding: 8px 0; position: relative;}
.contact_form .item .t { position: relative; left: 0; top: auto; line-height: 30px;}
.contact_form .item .m { min-height: 36px; }
.contact_form .input { height: 36px; line-height: 34px; font-size: 14px; text-indent: 15px; }
.contact_form .input2 { width: 50%;}
.contact_form .code { height: 36px; margin-left: 5px;}
.contact_form .textarea { height: 100px; line-height: 24px; padding: 5px 15px; font-size: 14px;}
.contact_form label { line-height: 36px; margin-right: 5px;}
.contact_form label span { padding:0 5px 0 20px; background-size: 14px auto;}
.contact_form label input:checked + span { background-size: 14px auto; }

.contact_form .btn { margin-top: 12px; width: 160px; height: 38px; line-height: 38px; font-size: 16px; }


.pages { }
.pages a{ display: none; margin:0 2px; width:28px; height:28px; line-height:28px; font-size:14px; border-radius:15px;}


.pf_box { display: none;}

.footbox { height: 38px; }
.flogo { padding: 7px 12px; margin-top: -7px; margin-left: 0;}
.flogo img { height: 30px; margin: 0 auto;}
.ftext { line-height: 26px; padding: 5px 0 5px 12px; font-size: 12px; }

.footbox2 { padding: 4px 0; line-height: 22px;}
.fcontact { float: left; width: 78%; padding: 14px 0; font-size: 12px;}
.fcontact ul li { display: block;}
.fcontact ul li:nth-child(2){ margin-right: 0;}
.ferwei { float: right; width: 22%; padding: 0; text-align: center; padding-top: 16px;}
.ferwei img { width: 100%;}
.ferwei span {margin: 0; line-height: 12px; font-size: 8px; transform: scale(1);}

.fcopy { font-size: 12px; }

.etip { left: 5%; right: 5%; width: auto; padding: 20px; font-size: 16px; text-align: center; border-radius: 20px; }
}
/*婊氬姩鏉?/
::-webkit-scrollbar-corner { background-color:#ffffff;}
::-webkit-scrollbar{width: 10px; height:10px; border-radius:5px; }
::-webkit-scrollbar-track{ background:none; }
::-webkit-scrollbar-thumb{ background-color:rgba(0,0,0,0.2); border-radius:5px; }