﻿
    .content .intro{
        padding:50px 90px;
        padding-right:70px;
        margin-bottom:35px;
        overflow:hidden;
		background-color: #4cc5b8;
    }
    .content .d-logo{
        padding:0 30px;
    }
        .content .d-logo img {
            display: inline-block;
            width: 230px;
            height: auto;
            vertical-align: middle;
            box-shadow: 0 0 5px 5px rgba(0,0,0,.3);
            border-radius: 20px;
        }
        .content .intro .main {
            color:#fff;
            width:100%;
        }
            .content .intro .main h2 {
                text-align: left;
                font-size: 30px;
                height: 46px;
                line-height: 46px;
                margin: 0;
            }
                .content .intro .main h2 span {
                    font-size: 18px;
                    padding: 0 4px;
                    border-radius: 6px;
                    border: 1px dashed #fff;
                    vertical-align: middle;
                    margin-left: 13px;
                    font-weight: normal;
                }
            .content .intro .main p {
                font-size:13px;
                line-height:200%;
                text-indent:2em;
                margin:0;
            }

    .content .mt{
    }
        .content .mt h3{
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            text-align:center;
            color:#fff;
            font-weight:normal;
            margin:0;
			background-color: #15b8c2;
        }
        .content .mt .m-sanjiao{
            height:12px;
            width:100%;
            background-repeat:repeat-x;
            background-size:auto 100%;
			background-image: url(/imgs/index/ico-sanjiao.png);
        }

    .content .qrcode-box {
        padding:16px 0;
        width:600px;
        margin:0 auto;
        border-radius:15px;
        margin-top:26px;
        margin-bottom:40px;
		border: 3px solid #15b8c2;
    }
        .content .qrcode-box .qrcode {
            width: 190px;
            height: 190px;
            padding: 20px;
            margin: 0 auto;
            background-image: url(../imgs/bg-qrcode.png);
            background-position: center;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            position: relative;
        }
            .content .qrcode-box .qrcode img{
                display:block;
                width:100%;
                height:100%;
            }
            .content .qrcode-box .qrcode .name {
                position: absolute;
                text-align: center;
                font-size: 16px;
                width: 100%;
                color: #373c3c;
                left:0;
                bottom: -8px;
            }

    .content hr.dotted {
        margin: 0;
        border: none;
        margin:0 28px;
		border-bottom: 3px dotted #15b8c2;
    }

    .content .c-img {
        padding: 60px;
    }
        .content .c-img img{
            display:block;
            width:auto;
            max-width:100%;
            height:auto;
            margin:0 auto;
        }

		