@import "style-screen.css";
/*Mobile v1*/
@media only screen and (max-width:767px){
body {
  padding:0 0 0 0 !important;
}
.wrapper {
    width: 92%;
}
.content{
    width: 92%;
    margin: 0 auto 50px auto;
}
.pc{
    display: none !important;
}
.h5{
    display: block !important;
}
.header {
    position: relative;
    height: 50px;
}
.header.home{
    position: relative;
    height: 50px;
}
.header .wrapper{
    display: flex;
    width: 92%;
    height: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
.header .logo {
    float: none;
    margin: 0;
    width: auto;
    height: 35px;
}
.header .logo img {
    display: block;
    width: auto;
    height: 100%;
}
.header .head-right{
	display: none;
}
.header .nav{
    display: block;
    height: 100%;
    width: 100%;
    top: 50px;
    left: 0;
    padding: 15px 4%;
    padding-top: 50px;
    position: fixed;
    background-color: #FFFFFF;
    border-top: 1px solid #EAEAEA;
    z-index: 1000;
}
.header .nav li{
    padding: 0 22px;
    position: relative;
}
.header .nav li:before {
    display: none;
}
.header .nav li a{
     line-height: 50px;
}
.header.home .nav li a{
     color: #333333;
}
.header.home .nav li a:hover, .header.home .nav li.cur a {
    color: #002F7B;
    opacity: 1;
}
.header .nav li.cur:after, .header .nav li:hover:after {
    top: 45px;
    left: 22px;
    width: 52px;
    transform: translate(0, 0);
}
.header .nav li:hover dl{
    display: none;
}
.head-right {
    height: 50px;
}
.header .icon-search {
    margin-right: 50px;
    width: 50px;
    height: 50px;
    margin-left: 22px;
}
.header .head-other{
    display: none;
}
.header .icon-close {
    position: absolute;
    right: 4%;
    left: unset;
    bottom: unset !important;
    top: 13px;
    display: block;
    width: 24px;
    height: 24px;
    margin-left:0 !important;
    background: #FFF url(../images/icon-topclose.png) no-repeat center center;
    background-size: 22px 22px;
    z-index: 100;
}

.header .icon-search h2{
    top: 52px;
}

.icon-menu{
     display: block;
}
.homebanner {
    width: 100%;
    height: 175px;
}
.homebanner .swiper-pagination {
    bottom: 10px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 2px;
    margin: 0 3px;
    border-radius: 0;
    display: inline-block;
    background: #FFFFFF;
    opacity: .28;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
.homeproduct {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-title strong {
    font-size: 26px;
    padding-bottom: 12px;
}
.home-title span {
    display: block;
    font-size: 18px;
    color: #999999;
}
.homeproduct .hp-list {
    display: block;
    padding-top: 30px;
}
.homeproduct .hp-list li.bg01 {
    width: 100%;
    height: 220px;
}
.homeproduct .hp-list li {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 10px;
}
.homeproduct .hp-list li.bg01 .hp-title {
    left: 25px;
    bottom: 86px;
    z-index: 100;
}
.homeproduct .hp-list li.bg01 .hp-title strong {
    font-size: 30px;
    padding-bottom: 20px;
}
.homeproduct .hp-list li .hp-title strong {
    display: block;
    font-size: 22px;
    padding-bottom: 12px;
}
.homeproduct .hp-list li .hp-title span {
    display: block;
    font-size: 16px;
}

.homesolution .hs-list {
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 48px;
    flex-direction: row;
    flex-wrap: wrap;
}
.homesolution .hs-list li {
    display: block;
    width: 50%;
    height: auto;
    min-height: 300px;
    position: relative;
}
.homesolution .hs-list li .hs-title {
    font-size: 22px;
}
.homeabout {
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.homeabout .ha-list {
    display: flex;
    width: 100%;
    min-height: auto;
    position: relative;
    margin-top: 40px;
    background: url(../images/bg-homeabout.jpg) no-repeat left bottom;
    background-size: auto 160px;
    flex-direction: column-reverse;
}
.homeabout .ha-list .ha-pic {
    position: relative;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: auto;
}
.homeabout .ha-list .ha-text {
	display: block;
    position: relative;
    height: auto;
}
.homeabout .ha-list .ha-text .hat-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-top: 45px;
}
.homeabout .ha-list .ha-text .hat-desc {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    color: #999999;
    padding-top: 10px;
    text-align: justify;
}

.homeabout .ha-list .hat-number {
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.homeabout .ha-list .hat-number li {
    display: block;
    color: #FFFFFF;
    width: 25%;
    padding-right: 5px;
    margin-right: 0;
    text-align: center;
}
.homeabout .ha-list .hat-number li .hatn-title {
    font-size: 26px;
    margin-bottom: 20px;
}
.homeabout .ha-list .hat-number li .hatn-text {
    display: block;
    font-size: 12px;
    line-height: 1.6;
}
.h5scroll{
    overflow: hidden;
    overflow-x: auto;
    vertical-align: text-top;
    white-space: nowrap;
    z-index: 2;
    height: auto;
    max-width: 100vw;
}
.table>thead>tr>th {
    font-size: 15px;
    line-height: 24px;
    height: 50px;
    padding: 0 10px;
}
.table>tbody>tr>td, .table>tfoot>tr>td {
    height: 50px;
    padding: 5px 10px;
    font-size: 14px;
}
.homenews {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}
.homenews .hn-box {
    display: flex;
    padding-top: 28px;
    justify-content: space-between;
    align-content: flex-start;
    flex-direction: column;
}
.homenews .hnb-activity {
    position: relative;
    width: 100%;
    height: 392px;
    overflow: hidden;
}
.homenews .hn-tab {
    padding-top: 35px;
}
.homenews .hnb-list {
    display: flex;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    flex-direction: column;
    margin-top: 15px;
}
.homenews .hnb-list .hnbl-pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.homenews .hnb-list .hnbl-pic li {
    display: block;
    width: 100%;
    height: auto;
}
.homenews .hnb-list .hnbl-text {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px 20px 15px 20px;
}
.homenews .hnb-list .hnbl-more {
    position: relative;
    right: 0;
    bottom: 0;
    display: block;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: right;
}

.subbanner {
    margin-bottom: 20px;
    height: 200px !important;
}
.subbanner .title {
    font-size: 26px;
}
.solution-title {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 32px;
}
.solution-list {
    padding-bottom: 55px;
}
.solution-list li {
    width: 100%;
    height: 231px;
    margin-right: 0;
    margin-bottom: 20px;
}
.solution-list li .title {
    font-size: 16px;
}
.solution-content {
    font-size: 15px;
    line-height: 1.8;
    padding-bottom: 25px;
}
.solution-advantage .solution-title {
    padding-top: 30px;
    padding-bottom: 38px;
}
.solution-advantage li {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 50px;
}
.solution-advantage li .title {
    width: 100%;
    font-size: 18px;
    padding-top: 28px;
}
.solution-advantage li .desc {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 20px;
}
.solution-advantage {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
}
.news-list {
    display: block;
    width: 100%;
    padding-bottom: 38px;
}
.news-list li {
    height: auto;
}
.news-list li a {
    display: flex;
    width: 100%;
    height: auto;
    padding: 25px 0 30px 0;
    flex-direction: column;
    justify-content: flex-start;
}
.news-list li .nl-time {
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-content: center;
    padding-bottom: 20px
}
.news-list li .nl-time strong {
    display: block;
    font-size: 18px;
    color: #333333;
    height: 30px;
    line-height: 30px;
    padding-bottom: 0;
    position: relative;
    margin-left: 40px;
}
.news-list li .nl-time strong:before {
    content: '';
    position: absolute;
    left: -50%;
    bottom: 14px;
    margin-left: 0;
}
.news-list li .nl-time span {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}
.news-list li .nl-pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.news-list li .nl-pic img {
    height: auto;
}
.news-list li .nl-title {
    display: block;
    align-items: center;
    flex: 0 0 100%;
    width: 100%;
    padding: 15px 10px 0 10px;
    font-size: 16px;
    line-height: 1.5;
    background: none;
}
.news-list ul {
    padding-bottom: 30px;
}
.news-info {
	float: none;
	width: 100%;
    padding: 20px 0 30px 0;
}
.news-info .h1title {
    font-size: 20px;
    line-height: 1.6;
    padding: 0 0 20px 0;
}
.news-info .h1box .time a {
    margin-right: 20px;
    font-size: 14px;
}
.news-info .h1box {
    padding: 0 0 15px 0;
}
.news-info .news-content {
    padding: 10px 0 20px 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}
.news-info .page-box {
    padding-top: 0px;
    padding-bottom: 0px;
}
.news-info .page-next a {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.news-info .page-btn {
    width: 100px;
    height: 30px;
}
.news-info .page-btn a {
    font-size: 14px;
    line-height: 28px;
}
.right-com {
    float: none;
    display: block;
    width: 100%;
}
.rnews-list li img {
	width: 100%;
	height: auto;
    margin-bottom: 12px;
}
.subnav {
    display: block;
    width: 100%;
    height: auto;
    background: #F5F5F5;
}
.subnav ul {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.subnav li {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 0;
    text-align: center;
    position: relative;
}
.subnav li a {
    width: auto;
    line-height: 50px;
    font-size: 16px;
    padding: 0 24px;
}
.subtwonav {
    height: auto;
    margin-bottom: 32px;
}
.subtwonav ul {
    display: flex;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.subtwonav li {
    height: 50px;
    margin: 0 0;
}
.subtwonav li a {
    line-height: 50px;
    font-size: 16px;
}
.products-info {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
}
.products-info .pi-pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.products-info .pi-pic img {
    display: block;
    width: 100%;
    height: auto;
}
.products-info .pi-text {
    flex: 0 0 100%;
    width: 100%;
}
.products-info .pi-text h1 {
    padding: 30px 0 20px 0;
    font-size: 22px;
}
.products-info .pi-text .pi-share {
    font-size: 20px;
    margin-top: 32px;
}
.products-info .pi-text .pi-btn {
    margin-top: 30px;
}
.products-info .pi-text .pi-btn a {
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}
.products-desc {
    display: block;
    width: 100%;
    padding-bottom: 30px;
}
.pd-nav {
    height: 50px;
    margin-bottom: 22px;
    margin-top: 48px;
}
.pd-nav li {
    width: auto;
    height: 50px;
    margin: 0 0;
    padding: 0 15px;
    line-height: 50px;
    font-size: 18px;
}
.pd-content {
    display: block;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.8;
    color: #666666;
}
.banner-about {
    height: 1080px;
    margin-bottom: 50px;
    padding-top: 80px;
}
.banner-about .ba-title {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.banner-about .ba-title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #FFFFFF;
    transform: translate(-50%, 0);
}
.banner-about .ba-subtitle {
	padding: 0 4%;
    font-size: 20px;
    padding-top: 50px;
    line-height: 1.5;
    padding-bottom: 120px;
}
.banner-about .ba-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.banner-about .ba-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 180px;
    background: #085EEC;
    border-radius: 30px;
    flex-direction: column;
    align-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.banner-about .ba-list li span {
    display: block;
    font-size: 18px;
}
.banner-about .ba-list li strong {
    display: block;
    font-size: 26px;
    padding-top: 30px;
    font-weight: normal;
}
.banner-about .ba-list li strong i {
    margin: 0 12px;
}
.about-honor {
    display: block;
    padding-top: 10px;
}
.about-honor .ah-title {
    font-size: 26px;
    padding-top: 0;
    padding-bottom: 15px;
    position: relative;
}
.about-honor .ah-list {
    display: flex;
    padding-top: 40px;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.about-honor .ah-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 354px;
    margin: 0 0 20px 0;
    background: #FFFFFF;
}
.about-market {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 970px;
    color: #FFFFFF;
    padding-top: 108px;
    background: url(../images/bg-about-market.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.about-market {
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: auto;
    color: #FFFFFF;
    padding-top: 58px;
}
.about-market .am-title li {
    width: auto;
    margin: 0 20px;
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 18px;
}
.about-market .am-list li {
    display: block;
    width: 100%;
    height: 780px;
    padding: 115px 65px;
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.4);
}
.about-market .am-list {
	padding-left: 0;
    width: 100%;
    height: 780px;
}
.swiper-button-prev {
    left: 20px;
}
.swiper-button-next {
    right: 20px;
}
.swiper-button-prev, .swiper-button-next {
    width: 36px;
    height: 36px;
    margin-top: -18px;
}
.contact-info {
    padding-top: 20px;
    padding-bottom: 40px;
}
.contact-info .ci-title {
    font-size: 22px;
}
.contact-info .ci-box {
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 32px;
    justify-content: flex-start;
    background-color: #F7F8FA;
    flex-direction: column;
}
.contact-info .ci-map {
    flex: 0 0 100%;
    width: 100%;
    height: 450px;
}
.contact-info #allmap{
    height: 450px !important;
}
.contact-info .ci-text {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 35px 15px 20px 15px;
}
.contact-info .ci-text .cit-title {
    font-size: 22px;
    padding-bottom: 24px;
}
.contact-info .ci-text .cit-desc {
    padding: 15px 6px 10px 6px;
}
.contact-info .ci-text .cit-desc p {
    display: block;
    margin-bottom: 22px;
    font-size: 16px;
}
.form-item.flex {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.form-input.w450 {
    width: 100%;
    margin-top: 20px;
	height: 45px;
    font-size: 16px;
    padding: 0 10px;
}
.form-textarea {
    height: 175px;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 10px;
}
.form-item.m60 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.form-btn {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    margin: 0 15px;
    text-align: center;
    border: none;
    border-radius: 0;
}

.contact-feedback {
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
}
.contact-feedback .cf-title {
    font-size: 22px;
}
.sh-pages {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:0;
}
.sh-pages a {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 50%;
}
.sh-pages span {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 50%;
}
.sh-pages a i {
    margin: 0 3px;
    font-size: 14px;
}
.footer {
    height: auto;
}
.footer .foot-box {
    padding: 30px 0 40px 0;
    justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav {
    flex: 0 0 100%;
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
	justify-content: flex-start;
    flex-direction: column;
}
.footer .foot-nav li {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 30px;
}
.footer .foot-nav li h3 {
    font-size: 20px;
    padding-bottom: 14px;
    margin-bottom: 6px;
}
.footer .foot-nav li a {
    line-height: 1.6;
    font-size: 13px;
}
.footer .foot-ercode{
	display: block;
	margin: 0 auto;
}
.footer .foot-links {
    font-size: 12px;
}
.footer .foot-links strong {
    margin-right: 10px;
}
.footer .foot-links a {
    color: #F7F7F7;
    margin-right: 8px;
}
.footer .foot-copyright {
    margin-top: 25px;
    line-height: 1.5;
    font-size: 12px;
	padding-bottom: 20px;
}
.popbox {
    display: block;
    width: 92%;
    padding: 10px 22px;
    height: auto;
    position: absolute;
    left: 4%;
    top: 50%;
    margin-left: 0;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 0;
}
.popbox .form-label {
    font-size: 16px;
    margin-bottom: 10px;
}
.popbox .form-item {
    margin-bottom: 22px;
}
.form-item {
    display: block;
    margin-top: 20px;
    position: relative;
}

}