﻿

.contentboxtop { background-color: #0054a3; width: 100%; padding: 65px 0px 55px 0px; }
    .contentboxtop .cntitle { font-size: 36px; color: #fff; text-shadow: 0px 1px 3px rgba(34,23,20,0.4) }
        .contentboxtop .cntitle b { font-size: 36px; font-weight: 400; color: #fff; margin-left: 10px; }

.contentbox { max-width: 1200px; width: 100%; }
    .contentbox .conn { width: 100%; margin: 20px 0px; font-size: 0px; text-align: left }

        .contentbox .conn .left { width: 50%; display: inline-block; vertical-align: top; }
            .contentbox .conn .left .title { font-size: 34px; color: #333; font-weight: bold; }

            .contentbox .conn .left ul { width: 100%; background-image: url('../images/contact/a1.png'); background-repeat: no-repeat; background-position: 27px 30px; margin: 40px 40px 40px 40px }
                .contentbox .conn .left ul li { border: solid 0px #000; overflow: hidden; width: 100%; font-size: 24px; text-align: left; padding-bottom: 40px; }
                    .contentbox .conn .left ul li div { float: left; }
                        .contentbox .conn .left ul li div.icon { width: 56px; }
                        .contentbox .conn .left ul li div.name { font-size: 16px; color: #333; margin-left: 20px; padding-top: 5px; }
                            .contentbox .conn .left ul li div.name i { font-style: normal; font-size: 14px; color: #85868c; display: block; }


        .contentbox .conn .right { width: 50%; display: inline-block; vertical-align: top; }
            .contentbox .conn .right .box { width: 100%; background-color: #f4f4f4; border-radius: 10px; padding: 20px 30px; }
                .contentbox .conn .right .box .title { text-align: center; margin-bottom: 20px; font-size: 36px; color: #333; font-weight: bold; text-shadow: 0px 1px 3px rgba(34,23,20,0.4) }

            .contentbox .conn .right ul { width: 100%; overflow: hidden; }
                .contentbox .conn .right ul li { font-size: 16px; width: 46%; margin-left: 2%; margin-right: 2%; float: left; text-align: left; line-height: 30px; color: #181818; margin-bottom: 20px; }
                    .contentbox .conn .right ul li b { font-weight: 400; color: #4f4f4f; }
                    .contentbox .conn .right ul li.txt { width: 96%; }
                    .contentbox .conn .right ul li.bom { width: 96%; margin-top: 10px; text-align: center; }



@media only screen and (max-width:960px) {
    .contentbox .conn .right { padding-left: 20px; }
}


@media only screen and (max-width:768px) {
    .contentboxtop .cntitle { font-size: 22px; }
        .contentboxtop .cntitle b { font-size: 16px; }
    .contentbox .conn { padding: 0px 10px; }
        .contentbox .conn .left { width: 80% }
        .contentbox .conn .right { width: 95%; padding-left: 0px; }
}



input[type='text'] { border: solid 1px #d0d0d0; line-height: 26px; height: 30px; width: 100%; padding: 0px 0px 0px 5px; color: #333; }
    input[type='text']:focus { border: solid 1px #5286b6; }
textarea { border: solid 1px #cccccc; line-height: 26px; height: 100px; width: 100%; padding: 0px 0px 0px 5px; }
input[type='submit'] { height: 30px; color: #fff; background-color: #0054a3; border-style: none; cursor: pointer; font-size: 14px; padding: 0px 85px; }
input[type='button'] { height: 30px; color: #fff; background-color: #0054a3; border-style: none; cursor: pointer; font-size: 14px; padding: 0px 85px; border-radius: 5px; }
