* {
            box-sizing: border-box;
            position: relative;
            margin: 0;
            padding: 0;
            font-family: 'Open Sans', Arial, sans-serif;

}
img{
    max-width: 100%;

}
.hide{
	display: none;
}
        .my-card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .kv {
            background-color: #68BE8D;

        }

        .kv .text {
            text-align: center;
        }



        .shape-ex2 {
            font-size: 16px;
            display: inline-block;
            vertical-align: middle;
            position: relative;
        }

        .shape-ex2-line {
            width: 0%;
            height: 3px;
            background-color: #FDC74E;
            position: absolute;
            padding-top: 6px;
            left: 0;
            transition: all .3s linear;
        }

        .shape-ex2:hover .shape-ex2-line {
            width: 100%;
        }

        .h1 {
            
            color: #68BE8D;
        }

        .h3 {
            text-align: center;
            color: #68BE8D;
        }

        .h2 {
            text-align: left;
            color: #68BE8D;
        }

        .h4 {
            text-align: center;
            color: #68BE8D;
        }

        h5 {
            font-size: 18px;
    line-height:32px;
           
        }

        .answer {
            width: 100%;
            height: 87px;
            background: #E0F0E2;
            -webkit-clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
            clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
        }

        .bg {
            background: #E0F0E2;
        }

        .bg-1 {
            background: #68BE8D;
            text-align: center;
        }

        .adaptiveImg {
            width: 100%;
            height: 100%;
            /*background: url('../images/bg10.jpg') no-repeat;
           background-attachment: fixed;
           background-position: center center;
           background-size: cover; */
        }

        
        .textLeft {
            position: absolute;
            top: 50%;
            right: 0%;
            transform: translate(-130%, -50%);
        }
        .textRight{
            position: absolute;
		    top: 10%;
		    right: 0%;
		    padding-left: 15%;
		    padding-right: 10%;
        }
        .textRight .h2 {
            color: #000;
        }

       /* .textLeft {
            left: 0;
            right: unset;
        }*/



        /*.T2 {
            background-image: url("file:///G:/%E9%AF%A8%E5%8B%95/%E9%AF%A8%E5%8B%95%E7%B6%B2%E9%A0%81/%E7%99%BC%E7%A5%A8%E7%B3%BB%E7%B5%B1/images/4.jpg");
            background-repeat: no-repeat;

            border: 1px #ccc solid;
            margin-top: 10px;
        }*/

        #footer .footer-top {
            padding: 60px 0 30px 0;
            background: #3E3A39;
        }

        #footer {
            color: #444444;
            font-size: 14px;
            background: #f6f4f4;
            box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
        }

        #footer .footer-nav {
            display: block;
            font-size: 0px;
        }

        #footer .footer-nav .footer-links {
            display: inline-block;
            width: calc(100% / 4);
            font-size: 15px;
            vertical-align: top;
        }

        #footer .footer-nav .footer-links ul {
            padding: 0;
        }

        #footer .footer-nav .footer-links ul li {
            list-style: none;
        }

        #content-sec3 {
            position: relative;
            max-width: 100%;
            height: auto;
            background-size: 100% auto;
            text-align: left;
        }



        #content-sec3 .title-sub-line {
            margin-top: 15px;
            margin-bottom: 18px;
            font-family: 微软雅黑;

            color: #fff;
            text-align: center;
        }

        #content-sec3 .title-more {
            margin-bottom: 10px;
            font-family: 微软雅黑;
            font-size: 12px;
            color: #2E84E9;
            text-align: center;
            cursor: pointer;
        }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #68BE8D;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

        #contact_box {
            padding: 20px 2% 30px;
            width: 100%;
            background-color: #68BE8D;
            color: #FFF;
            overflow: hidden;
            display: inline-flex;

        }

        #contact_box .title {
            text-align: center;
        }

        .intro_content {
            padding-top: 70px;
        }

        img {
            max-width: 100%;

        }
        .btn-info{
            background-color:#FDC74E;
            width: 100%;
            margin: auto;
        }


        @media (max-width: 575.98px) { 
            .btn-group,
            .btn-group-vertical {
                display: inline-block;
            }

.btn box{
    width: 90%;
}
.btn-info{
           
            width: 90%;
           
        }
            #footer .footer-nav .footer-links {
                width: calc(100% / 2);
            }

            .textRight,
            .textLeft {
                position: relative;
                top: 0%;
                right: 0;
                transform: translate(0px, 0%);
                color: #000;

                
            }

            .textRight .h2,
            .textLeft .h2 {
                color: #68BE8D;
            }

            .textLeft h5 {
                color: #000 !important;
            }

            .footer-links .h5{
                color: #68BE8D;
            }
         }

/* sm - Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) { 

    .textRight {
               
               /*transform: translate(-10%,-50%);*/
                display: flex;

           }

           .textLeft {
        
               width: 80%;
               transform: translate(-70%, -50%);

           }


}

/* md - Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .textRight {
               
               transform: translate(-10%,-50%);
                display: flex;

           }

           .textLeft {
        
               width: 80%;
               transform: translate(-70%, -50%);

           }
}

/* lg - Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
 }

/* xl - Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }








       /* @media (max-width:768px) {

            .btn-group,
            .btn-group-vertical {
                display: inline-block;
            }

.btn box{
    width: 90%;
}
.btn-info{
           
            width: 90%;
           
        }
            #footer .footer-nav .footer-links {
                width: calc(100% / 2);
            }

            .textRight,
            .textLeft {
                position: relative;
                top: 0%;
                right: 0;
                transform: translate(0px, 0%);
                color: #000;

                
            }

            .textRight .h2,
            .textLeft .h2 {
                color: #68BE8D;
            }

            .textLeft h5 {
                color: #000 !important;
            }

            .textLeft b {
               
            }
            .footer-links .h5{
                color: #68BE8D;
            }
        }

        @media (min-width: 770px) and (max-width: 1200px) {

            .textRight {
               
                transform: translate(-10%,-50%);
                 display: flex;

            }

            .textLeft {
         
                width: 80%;
                transform: translate(-70%, -50%);

            }
        }