@import "style-screen.css";
/*Mobile v1*/
@media only screen and (max-width:767px){
body {
  padding:55px 0 0 0 !important;
}
.wrapper {
    width: 92%;
}
.content{
    width: 100%;
	padding: 30px 0 30px 0;
}
.pc{
    display: none !important;
}
.h5{
    display: block !important;
}
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 55px;
    padding-bottom: 0;
    border-bottom: none;
}
.header .wrapper {
	width: 92%;
    height: 55px;
    position: unset;
}
.header .logo {
    padding: 10px 0;
    margin: 0;
	width: 35%;
    height: 100%;
}
.header .logo img {
    display: block;
    width: auto;
    height: 35px;
}
.head-right {
    float: none;
    display: none;
    width: 100%;
    height: 100vh;
    padding-right: 0;
}
.header .nav {
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    width: 100%;
    height: 95vh;
    overflow: auto;
    padding: 20px 4% 15px 4%;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
}
.header .nav li {
    padding: 0px 0px;
    margin: 0 15px;
    position: relative;
    height: auto;
}
.header .nav li a {
    font-size: 16px;
    color: #333333;
    padding: 0;
    line-height: 50px;
}
.header .nav li a:hover, .header .nav li.cur a {
    font-weight: bold;
}
.header .nav li:hover dl {
    display: flex;
}
.header .nav li dl {
    position: relative;
    display: flex;
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    min-width: 100%;
    box-shadow: none;
    flex-direction: row;
    flex-wrap: wrap;
}
.header .nav .nav-arrow{
    display: none;
}
.header .nav li dl dd a {
    padding: 0 15px 0 0;
    font-size: 14px;
    height: 30px !important;
    line-height: 30px !important;
	color: #666 !important;
	font-weight: normal !important;
}
.header .nav li.cur a:after, .header .nav li a:hover:after {
    width: 30px;
    left: 0;
    margin-left: 0;
    background-color: #dc0a00;
}
.header .nav li:hover dl {
    left: 0;
    top: 0;
    padding: 0px 0 20px 0;
    display: flex;
    position: relative;
    min-width: 150px;
    background-color: #FFFFFF;
    border-radius: 0;
    border-top: none;
    transform: translate(0, 0);
}
.header .nav li:hover dl dd a {
    white-space: nowrap;
    border-bottom: none;
}
.header .toplogin{
	display: none;
}
.ba_left .title {
    margin-bottom: 3.2vw;
}
.ba_left select {
    width: 35.733333vw;
    height: 32px;
    padding: 0 5px;
    font-size: 14px;
    margin-right: 3.2vw;
    margin-bottom: 3.2vw;
}
.ba_left select:nth-child(3n){
    margin-right: 0 !important;
}
.ba_left .in {
    width: 100%;
}
.ba_left .tag {
    width: 24.86666666666667vw;
    margin-right: 3.2vw !important;
    margin-bottom: 3.2vw;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
}
.ba_left div.tag:nth-child(2n){
    margin-right: 0 !important;
}
.ba_left div.tag.hover{
    margin-right: 3.2vw !important;
}
.ba_left .gg {
    line-height: 32px;
    padding-left: 0;
}
.ba_left .in2 {
    width: 21.2vw;
    margin-left: 3.2vw;
}
.ba_left .fg {
    height: 3.2vw;
}
.ba_left .sub {
    margin-top: 3.5vw;
    margin-bottom: 4.5vw;
    width: 100%;
    height: 38px;
    position: relative;
    right: unset;
    left: 0;
    top: 0;
    margin-left: 0;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    background: url(/resource/modern/img/icon-search-m.png) no-repeat center center;
    background-size: auto 100%;
}
.ba_right {
    float: left;
    width: 100%;
    padding: 0 20px 20px 20px;
    height: 300px;
    background: rgba(255,255,255,1.0);
}
.ba_right.tracking_det{
  display: block;
  margin: 0 auto;
  float: none;
  height: 300px;
}
.ba_right .cnt {
    width: 100%;
    height: 165px;
    padding: 10px;
    font-size: 15px;
    margin-top: 12px;
}
.ba_right .sub {
    width: 100%;
    height: 38px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    border: none;
    margin-top: 12px;
    background: url(/resource/modern/img/icon-search-m.png) no-repeat center center;
    background-size: auto 100%;
}

.subbanner {
    height: 200px;
}
.subbanner .title {
    font-size: 22px;
    padding-top: 50px;
}
.subbanner .subtitle {
    font-size: 15px;
    padding-top: 12px;
    line-height: 1.3;
}
.subbanner .menubox {
    height: 38px;
}
.subbanner .submenu {
    display: none;
}
.subbanner .path {
    width: 100%;
    height: 38px;
    overflow: hidden;
    line-height: 38px;
    font-size: 14px;
}
.icon-menu {
    display: block;
}
.header .icon-close{
	display: block;
}
.icon-close{
    position: absolute;
    right: 20px;
    top: 80px;
    display: block;
    width: 22px;
    height: 22px;
    background:url(/resource/modern/img/icon-close.png) no-repeat center center;
    background-size: 100% 100%;
}
.homebanner {
    display: block;
    width: 100%;
    height: 480px;
    position: relative;
}
.homebanner .hbanner {
    width: 100%;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: unset;
    top: 0;
}
.swiper-pages {
    display: none;
}
.ba_intro {
    width: 92%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: unset;
    left: 4%;
    z-index: 60;
    top: 180px;
}
.ba_left {
    display: block;
    float: none;
    width: 100%;
    height: 300px;
    background: rgba(255,255,255,1.0);
    border-radius: 10px;
    padding: 0 20px;
    color: #2179BF;
    position: relative;
}

.home-service {
    padding-top: 35px;
    padding-bottom: 45px;
}
.home-service ul {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.home-service li {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 20px 0 30px 0;
    margin-bottom: 20px;
}
.home-service li p {
    width: 90%;
    margin: 15px auto 0 auto;
    line-height: 1.6;
    padding: 0 20px;
}
.home-service li strong {
    font-size: 20px;
    margin: 6px 0 10px 0;
}
.home-service li img {
    margin: 25px auto;
    width: 70px;
    height: 70px;
}
.home-about {
    padding-top: 30px;
}
.about-desc {
    display: block;
    width: 100%;
    height: auto;
}
.about-desc .title {
    font-size: 20px;
    padding: 10px 0;
}
.about-desc .text {
    font-size: 14px;
    line-height: 2;
}
.about-desc .number {
    padding-top: 10px;
}
.about-desc .number li strong {
    display: block;
    font-size: 20px;
    color: #FF7E45;
    font-weight: normal;
    padding-bottom: 10px;
}
.about-desc .number li span {
    font-size: 10px;
}
.home-about .ha-pic {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin-top: 35px;
}
.home-advantage {
    padding-top: 35px;
    padding-bottom: 15px;
}
.advantage-list {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    align-content: flex-start;
    flex-direction: column;
}
.advantage-list li {
    display: block;
    width: 100%;
    height: auto;
    padding: 45px 30px 30px 30px;
    background: #F5FAF9;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}
.home-partners {
    display: block;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 45px;
    background-color: #FFFFFF;
}
.news {
    padding: 30px 0 30px 0;
}
.news .wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.con-left {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
}
.article-list {
    padding-bottom: 0;
}
.article-list li {
    padding: 25px 0;
    display: flex;
    flex-direction: column;
}
.article-list .alt-pic {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.article-list .alt-pic img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: all 0.6s;
}
.article-list .alt-text {
    margin-left: 0;
    width: 100%;
}
.article-list .alt-title {
    display: block;
    padding-top: 12px;
    font-size: 16px;
    color: #323232;
    line-height: 1.3;
    height: auto;
    overflow: unset;
    white-space: unset;
}
.article-list .alt-desc {
    display: none;
}
.article-list .alt-con {
    margin-top: 10px;
    line-height: 1.2
}
.article-list .alt-tag {
    display: none;
}
.article-list .alt-time {
    font-size: 13px;
}
.con-right {
    flex: 0 0 100%;
    width: 100%;
}
.rbox{
    display: block;
    padding: 4px 15px 20px 15px;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.rbox .rb-title {
    padding: 12px 0;
    font-size: 18px;
}
.rbox .rbt-text {
    line-height: 16px;
    height: 16px;
    padding-left: 12px;
}
.rankinglist li {
    margin-top: 12px;
    display: flex;
}
.rkl-number {
    font-size: 16px;
    line-height: 20px;
}
.rkl-text {
    margin-left: 12px;
    line-height: 20px;
    font-size: 13px;
}
.news .rbox .tag span a {
    font-size: 13px;
}
.ard-top {
    padding: 10px 0 15px 0;
}
.ard-title {
    font-size: 20px;
    line-height: 1.45;
}
.ard-source, .ard-time {
    font-size: 12px;
}
.ard-time {
    margin-right: 0;
}
.ard-desc {
    margin: 25px 0 0 0;
    padding: 15px 10px;
    font-size: 14px;
    line-height: 1.8;
}
.ard-body {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 25px;
    padding-bottom: 30px;
    word-break:break-word;
}
.ard-body img{
	max-width: 100%;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-direction: column;
}
.det-tagbox .tag-title {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    margin-right: 0;
    padding-bottom: 10px;
}
.det-tag a {
    line-height: 26px;
    border-radius: 28px;
    padding: 0 13px;
    height: 26px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 12px;
}
.ard-next {
    padding-top: 12px;
    height: auto;
    line-height: 30px;
    font-size: 13px;
    border-top: dashed 1px #e7e7e7;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.ser-title {
    font-size: 22px;
    line-height: 1.35;
    padding-bottom: 25px;
}
.ser-title2 {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    padding-left: 8px;
    margin-bottom: 10px;
    border-left: 3px solid #FF9900;
}
.content .ard-body {
    padding-top: 20px;
    padding-bottom: 20px;
}
.partners-list a {
    width: 48.5%;
    height: 72px;
    margin-right: 3%;
    margin-bottom: 15px;
}
.partners-list a:nth-child(2n) {
    margin-right: 0 !important;
}
.partners-list a:nth-child(6n) {
    margin-right: 3%;
}
.partners-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sh-pages {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:0;
    padding: 20px 0;
}
.sh-pages a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin: 3px 5px;
}
.sh-pages span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin: 3px 5px;
}
.sh-pages a i {
    margin: 0 3px;
    font-size: 14px;
}
.h2title {
    padding-top: 16px;
    padding-bottom: 30px;
}
.h2title .cntitle {
    font-size: 22px;
}
.h2title .entitle {
    font-size: 15px;
    padding-top: 8px;
}
.contact-info {
    padding: 30px 0 20px 0;
}
.contact-map {
    display: flex;
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
}
.contact-map .map {
    height: 220px;
}
.contact-map .title {
    font-size: 20px;
}
.contact-map .text {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 20px 20px;
    display: flex;
    margin-top: 15px;
    align-items: flex-start;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    flex-direction: column;
    justify-content: center;
}
.contact-map .desc {
    margin-top: 28px;
    font-size: 15px;
}
.contact-map .desc p {
    margin: 0 0 18px 0;
    height: auto;
    line-height: 28px;
    padding-left: 32px;
}
.contact-map .desc p.icon-add2 {
    background: url(/resource/modern/img/icon-add.png) no-repeat left 6px;
    background-size: auto 22px;
}
.contact-map .desc p.icon-phone3 {
    background: url(/resource/modern/img/icon-phone2.png) no-repeat left center;
    background-size: auto 18px;
}
.contact-map .desc p.icon-mail2 {
    background: url(/resource/modern/img/icon-mail.png) no-repeat left center;
    background-size: auto 15px;
}
.contact-branch {
    padding: 20px 0 37px 0;
}
.contact-branch .cb-list li {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 20px 20px 20px;
    background: #F7F7F7;
    margin-right: 0;
    margin-bottom: 20px;
}
.contact-branch .cb-list .title {
    display: block;
    font-size: 18px;
    padding-bottom: 20px;
}
.contact-branch .cb-list .text .icon-add {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.45;
}
.contact-branch .cb-list .text .icon-phone {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 1.45;
}
.lg_bar {
    width: 92%;
    position: relative;
    left: unset;
    top: unset;
    transform: translate(0,0);
    padding: 0 25px 20px 25px;
    border-radius: 10px;
    margin: 0 auto;
    background: rgba(255,255,255,1.0);
}
.lg_page {
    height: auto;
    padding: 45px 0 120px 0;
}
.lg_bar .title {
    height: 100px;
    line-height: 100px;
    font-size: 22px;
}
.lg_bts {
    height: 60px;
    line-height: 60px;
}


.footer {
    padding: 25px 0 20px 0;
}
.footer .footbox {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 35px;
    flex-direction: column;
}
.footer .left {
    display: none;
}
.footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 0 15px 0;
    border-left: none;
    border-right: none;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.footer .foot-nav li {
    display: block;
    width: auto;
    min-width:auto;
    height: auto;
    padding-right: 10px;
    margin-bottom: 15px;
}
.footer .foot-nav li:nth-child(1){
    width: 40%;
    min-width:40%;
}
.footer .foot-nav li h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.footer .foot-nav li h3 a {
    display: block;
    font-size: 14px;
}
.footer .foot-nav li a {
    display: block;
    line-height: 2;
    font-size: 14px;
    white-space: nowrap;
    margin-right: 0;
}
.footer .right {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}
.footer .right .icon-phone {
    margin-top: 15px;
    font-size: 18px;
    line-height: 33px;
    padding-left: 25px;
    background: url(/resource/modern/img/icon-phone.png) no-repeat left center;
    background-size: 18px 18px;
}
.footer .right .ercode {
    margin-right: 10%;
}
.footer .right .text {
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
}
.footer .copyright {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}
.right-im {
    display: none;
}


}