@media screen and (max-width: 1200px) {
    .page-header {
    	width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0;
        top: 15px;
    } 
    .page-header .nav {
        padding-top: 30px;
    }
    .page-header .nav > ul > li > a.hasdown.hasdown-mobile {
        display: block
    }
    .page-header .nav > ul > li > a.hasdown.hasdown-pc{
        display: none;
    }
    .page-header .nav > ul > li .dropdown > a  {
        font-size: 13px;
    }
    .swiper-container .banner-inner {
        background-size: 100% auto;
    }
    .home-mark {
    	margin-bottom: 50px;
    }
    .home-mark li {
    	width: 50%;
    }
    .home-solution .solution-container .swiper-slide .bg {
        opacity: 0.8;
    }
    .process-wrapper-pc {
    	display: none;
    }
    .process-wrapper-mobile {
        display: block;
    }
    .home-news .news-wrapper{
    	width: 100%;
    }
    .home-news .news-wrapper .news-left {
    	width: 96%;
    	margin: 0 auto;
    	float: none;
    }
    .home-news .news-wrapper .news-right {
    	display: none;
    }
    .footer {
    	padding: 30px 0;
    }
    .footer .footer-wrapper {
    	width: 100%;
    	height: auto;
    }
    .footer .footer-nav {
    	float: none;
    	text-align: center;
    }
    .footer .footer-logo {
    	float: none;
        text-align: center;
        margin-top: 20px !important;
    }
    /* page market */
    .page-market .market-access-nav {
        width: 100%;
    }
    .page-market .market-access-wrapper {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .page-market .e-mark-box {
        width: 100%;
    }
    /* common news */
    .common-news-wrapper .news-container {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    /* detection page */
    .page-detection .detection-wrapper {
        width: calc(100% - 30px);
        margin: 70px auto 0;
    }
    .page-detection .detection-wrapper .pic {
        width: 100%;
    }
    .page-detection .detection-wrapper .content {
        width: 100%;
    }
    /* common solution */
    .page-solution .solution-title img {
        max-width: 100%;
    }
    .common-solution .common-solution-wrapper {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    /* page solution */
    .page-solution .solution-wrapper {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    .page-solution .solution-desc {
        width: 100%;
        box-sizing: border-box;
    }
    .page-solution .solution-wrapper .pic {
        width: 100%;
        float: none;
        height: auto;
    }
    .page-solution .solution-wrapper .content {
        width: 100%;
        flex: none;
    }
    .page-solution .solution-wrapper .pic img {
        width: 100%;
    }
    .page-solution .solution-wrapper > div {
        margin-bottom: 25px;
    }
    /* news */ 
    .page-news .news-nav  {
        width: 100%;
    }
    .page-news .news-container {
        width: calc(100% - 30px);
    }
    .page-news .news-container li {
        width: 48%;
        margin-right: 4%;
    }
    .page-news .news-container li:nth-child(3n) {
        margin-right: 4%;
    }
    .page-news .news-container li:nth-child(2n) {
        margin-right: 0;
    }
    .news_infr {
        width: calc(100% - 30px);
    }
    .wrapper {
        width: 100%;
    }
    .wrapper img {
        max-width: 100%;
    }
    .ztitle2 {
        width: 98%;
    }
    .news_infr_con {
        width: 95%;
    }
    /* page contact */
    .page-contact .contact-wrapper {
        width: calc(100% - 30px);
    }
    .page-contact .contact-wrapper .pic {
        width: 42%;
    }
    .page-contact .contact-wrapper .content {
        padding-top: 0;
        width: 55%;
    }
    .home-about-wrapper {
        height: auto;
        background: url('../images/home-about-bg.jpg') no-repeat center right;
        margin-bottom: 80px;
    }
    .home-about-wrapper .wrapper > div {
        padding: 60px;
    }
    .home-about-wrapper .wrapper > div h5 {
        font-size: 25px;
        line-height: 25px;
        margin: 0 0 32px;
        color: #122a88;
    }
    .home-about-wrapper .wrapper > div p {
        font-size: 20px;
        line-height: 34px;
        margin: 0 0 15px;
        text-align: justify;
    }
}