﻿body { font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu; font-size:16px; line-height:170%;}
ul,ol,li { list-style:none;}
img{ border:none; }
a { text-decoration:none; color:#666666; cursor:pointer; }
a:hover{ color:#01652d; text-decoration:none; }
.clear-both { clear:both; height:0; overflow: hidden; }
.left{float:left}
.right{float: right;}
*{margin: 0; padding: 0;}
#barrierfree_container{background: url(../images/top.jpg) top no-repeat;padding-top:375px;}
#container{
	padding: 25px 20px 20px 20px;
	width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

.title{
	border-bottom: 2px #e2e2e2 solid;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.title h3{text-align: left;}
.title span{
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #024dca;
}
.title a{
	font-size: 13px;
	float: right;
}

#footer{
	text-align: center;
	margin: 30px 0px;
	width: 100%;
	color: #FFFFFF;
}
.top{overflow: hidden;clear: both;margin-top: 15px;height: auto;}
.top dl{width:18%;display: block; margin:10px; float:left;}
.top dl dd{text-align: center;line-height: 30px;}
.top dl dt{text-align: center;cursor: pointer;}
.top dl dt img{height:180px;width:auto;}


        .box {
            width: 1000px;
            margin: 0 auto;
        }

        .box .branch {
            text-align: center;
        }

        .box .branch div.title img {
            width: 1000px;
            height: 38px;
        }

        .box .branch div.title {
            margin: 40px 0 35px 0;
            width: 1000px;
            height: 38px;
			border-bottom:none;
        }

        .branch ul li {
            float: left;
            width: 166px;
            text-align: center;
            height: 225px;
        }

        .branch ul li p {
            width: 120px;
            margin: 5px auto;
            height: 42px;
            font-size: 18px;
        }

        .branch ul li img {
            width: 146px;
            height: 146px;
        }

        .mask {
            position: fixed;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, .5);
            filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
            width: 100%;
            height: 100%;
            display: none;
            cursor:default;
        }

        .mask .mask_with {
            width: 320px;
            height: 380px;
            background-color: white;
            margin: 0 auto;
            margin-top: 100px;
        }

        .mask img {
            width: 210px !important;
            height: 210px !important;
            margin-top: 10px;
        }

        .close img {
            width: 60px !important;
            height: 60px !important;
            cursor:pointer;
        }

        .mask p {
            width: 100% !important;
            font-size: 16px !important;
            line-height: 42px;
        }

        .mask .mask_title {
            color: rgb(53, 139, 204);
            margin-bottom: 15px;
            border-bottom: 2px solid rgb(239, 239, 239);
            font-size: 24px !important;
            height: 60px;
			line-height: 60px;
        }

        .branch ul li {
            cursor: pointer;
        }
        .border_line {border-bottom:1px #777777 dashed; margin-bottom:20px;display: inline-block;width: 100%;}