@charset "utf-8";
@media screen and (max-width:767px) {
    body, html {
        width: 100%;
        height: auto;
    }
    .container, .friendship_link,
    .nav_bottom, .links_list, .copyright {
        display: none;
    }
    .language_but {
        position: absolute;
        display: inline-block;
        right: 72px;
        top: 23px;
    }
    .language_but a {
        display: inline-block;
        font-size: 13px;
        color: #aaa;
        line-height: 13px;
        padding: 3px;
        border: 1px solid #aaa;
    }
    .language_but .chinese {
        margin-right: 5px;
    }
    .language_but .checked_language {
        font-weight: bold;
        color: rgb(32,56,131);
        border: 1px solid rgb(32,56,131);
    }
    .swiper-slide {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      opacity: .9;
      margin-left: 11px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
    }
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #9395a7;
    }
    .container_top {
        width: 100%;
        background: url(../img/top_bg.png) no-repeat top right;
        background-size: 145px 69px;
        background-color: #fff;
    }
    .mobile_container .banner {
        display: block;
    }
    .mobile_container > .swiper-container {
        width: 100%;
        display: block;
    }
    .swiper-slide {
        width: 100%;
    }
    .swiper-wrapper .pic1 img,
    .swiper-wrapper .pic2 img,
    .swiper-wrapper .pic3 img,
    .swiper-wrapper .pic4 img,
    .swiper-wrapper .pic5 img {
        display: block;
        width: 100%;
        height: auto;
    }
    .main {
        width: 100%;
        height: auto;
    }
    .introduce {
        width: 92%;
        margin: 12px auto 0 auto;
        border: 1px solid #e2e2e2;
    }
    .introduce .intro_top {
        width: 100%;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #e2e2e2;
    }
    .intro_top .title {
        float: left;
        width: auto;
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        color: #0037e8;
        margin-left: 10px;
        margin-top: 12px;
        padding-left: 10px;
        border-left: 4px solid #0037e8; 
    }
    .intro_top .more a {
        display: block;
        font-size: 14px;
        color: #0037e8;
        float: right;
        margin-right: 10px;
    }
    .intro_content {
        width: 100%;
        padding: 17px 10px;
    }
    .intro_content .contents {
        font-size: 16px;
        color: #666;
        line-height: 25px;
        text-align: left;
        text-indent: 2em;
    }
    .content_bottom {
        width: 92%;
        height: auto;
        margin: 10px auto;
    }
    .content_bottom > ul {
        width: 100%;
        height: auto;
    }
    .content_bottom > ul > li {
        float: left;
        width: 100%;
        height: auto;
    }
    .content_bottom ul li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }
    .content_bottom ul li .pic1,
    .content_bottom ul li .pic2 {
        display: block;
        width: 100%;
        height: 100%;
    }
    .content_bottom ul li .pic1 img,
    .content_bottom ul li .pic2 img {
        display: block;
        width: 100%;
        height: auto;
    }
    .content_bottom ul li .text {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 98%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #fff;
        padding-left: 2%;
        background: rgba(0, 0, 0, .45);
    }
    .mobile_copyright {
        width: 100%;
        height:  73px;
        text-align: center;
        background: #e0e0e0;
    }
    .mobile_copyright .company {
        font-size: 12px;
        color: #666;
        padding-top: 19px;
        margin-bottom: 10px;
    }
    .mobile_copyright .num {
        font-size: 12px;
        color: #666;
    }
}
@media screen and (min-width:768px) {
    body, html {
        width: 100%;
        height: 100%;
    }
    .container {
        position: relative;
        width: 100%;
        min-height: 100%;
    }
    .checkd_language {
        font-weight: bold;
        color: rgb(32,56,131);
    }
    .logo_ipad {
        display: none;
    }
    .swiper-slide {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    .content_bottom > .swiper-container > .swiper-pagination {
        margin-bottom: 5px;
        margin-left: -170px;
    }
    .content_bottom > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: inline-block;
      border-radius: 100%;
      background: #c6cacd;
      opacity: 1;
      margin-left: 10px;
    }
    .content_bottom > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #0376e8;
    }
    /*banner*/
    .content_banner {
        position: relative;
        width: 100%;
        min-width: 100%;
    }
    .content_banner > .swiper-container > .swiper-wrapper > .swiper-slide {
        width: 100%;
        height: 416px;
    }
    .swiper-wrapper .pic1 {
        background: url(../common/img/banner_pic_1.png) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic2 {
        background: url(../common/img/banner_pic_2.png) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic3 {
        background: url(../common/img/banner_pic_3.png) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic4 {
        background: url(../common/img/banner_pic_4.png) no-repeat center center;
        background-size: contain 100%;
    }
    .swiper-wrapper .pic5 {
        background: url(../common/img/banner_pic_5.jpg) no-repeat center center;
        background-size: contain 100%;
    }
    .content_banner > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 100%;
      background: #fff;
      opacity: .9;
      margin-left: 11px;
      box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
      -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px inset;
    }
    .content_banner > .swiper-container > .swiper-pagination > 
    .swiper-pagination-bullet-active {
      opacity: 1;
      background: #9395a7;
    }
    /*content_main*/
    .content_main {
        width: 1000px;
        height: auto;
        margin: 0 auto;
    }
    .content_main .MA_content {
        float: left;
        width: 658px;
        height: 100%;
        background: #fff;
        border: 1px solid rgb(232,232,232);
    }
    .MA_content .MA_title {
        width: 100%;
        height: 22px;
        line-height: 20px;
        font-size: 20px;
        color: rgb(32,56,131);
        margin-top: 28px;
        margin-bottom: 36px;
        padding-left: 10px;
        border-left: 6px solid rgb(32,56,131);
    }
    .MA_content .MA_introduce {
        width: 100%;
        height: auto;
    }
    .MA_introduce .MA_pic {
        height: auto;
        margin-left: 16px;
        margin-right: 16px;
        padding-bottom: 28px;
    }
    .MA_introduce .MA_pic img {
        display: block;
        float: left;
        width: 312px;
        height: 240px;
        margin-right: 16px;
    }
    .MA_introduce .MA_pic p {
        font-size: 14px;
        color: rgb(102,102,102);
        line-height: 25px;
        text-indent: 2em;
    }
    .content_main .content_right {
        float: right;
        width: 333px;
        height: 382px;
    }
    .content_right a {
        display: block;
        width: 333px;
        height: 262px;
    }
    .content_right a.join {
        display: block;
        height: 109px;
        margin-top: 10px;
    }
    .content_right a img {
        display: block;
        width: 100%;
        height: 100%;
    }
}