﻿


.banner { width: 100%; background-color: #000; background-image: url(/Tpl/ID1013/images/contactban.jpg); background-repeat: no-repeat; background-position: center top; }
    .banner .title { display: block; text-align: center; padding-top: 50px; padding-bottom: 25px; font-size: 0px; }
        .banner .title h3 { font-size: 36px; font-weight: 400; line-height: 1; color: #fff; display: inline-block; vertical-align: middle; }
        .banner .title i { font-style: normal; margin-left: 20px; font-size: 30px; color: #fff; display: inline-block; vertical-align: middle; }

    .banner .rote { display: inline-block; margin-bottom: 55px; font-size: 14px; color: #eee; border: solid 1px #eee; padding: 3px 10px; }
        .banner .rote a { font-size: 14px; color: #eee; font-style: oblique; }

@media only screen and (max-width:768px) {
    .banner .title { padding-top: 60px; }
        .banner .title h3 { font-size: 18px; }
        .banner .title i { font-size: 14px; }
    .banner .rote a { font-size: 12px; }
}



.contentbox { width: 100%; background-color: #f8f8f8; }
    .contentbox .conn { width: 100%; max-width: 1200px; padding: 20px 0px; margin: 0px auto; font-size: 0px; text-align: left }

        .contentbox .conn .left { width: 50%; display: inline-block; vertical-align: top; }
            .contentbox .conn .left .title { font-size: 32px; color: #333; font-weight: bold; }

            .contentbox .conn .left ul { width: 100%; background-image: url('../images/contact/a1.png'); background-repeat: repeat-y; 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; height: 56px; line-height: 56px; font-size: 0px; background-color: #161616; border-radius: 28px; text-align: center; }
                            .contentbox .conn .left ul li div.icon img { display: inline-block; vertical-align: middle; }
                            .contentbox .conn .left ul li div.icon:hover { background-color: #830010; cursor: pointer; }
                        .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%; }
                .contentbox .conn .right .box .title { text-align: center; margin-bottom: 20px; font-size: 32px; font-weight: bold; color: #333; }

            .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: 10px; }
                    .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; }
}


.maps { width: 100%; padding-bottom: 70px; max-width: 1200px; }



#fromemail input[type='text'] { border: solid 1px #d0d0d0; line-height: 26px; height: 30px; width: 100%; padding: 0px 0px 0px 5px; color: #333; }
    #fromemail input[type='text']:focus { border: solid 1px #5286b6; }
#fromemail textarea { border: solid 1px #cccccc; line-height: 26px; height: 100px; width: 100%; padding: 0px 0px 0px 5px; }
#fromemail input[type='button'] { height: 36px; border-radius: 4px; color: #fff; background-color: #830010; border-style: none; cursor: pointer; font-size: 14px; padding: 0px 50px; }
