@charset "utf-8";
/* CSS Document */

.logo {
	font-size: 0px;
}

.logo a {
	width: 360px;
	height: 36px;
	display: inline-block;
}

.logo a img {
	width: 100%;
}

h3.caption {
	margin-bottom: 5px;
    background: url(../../../images/desTitleIcon.jpg) no-repeat 0 50% transparent;
    font: normal 16px/28px "Courier New", "Times New Roman", "微软雅黑";
    color: #cc0000;
    text-indent: 22px;
}

.h > * {
	width: 50%;
}

.p_40px {
	padding-right: 40px;
}

.f_img img {
	max-width: 480px;
}

.txt {
	text-indent: 2em;
	text-align: justify;
}

h5.sub_caption {
	color: #006295;
    font-weight: bold;
}

[data-font~="c_006295"] {
	color: #006295 !important;
}

.b_box {
	position: relative;
}

.btn {
    width: 155px;
    height: 42px;
    background: url(../../../image/zdc/btn_sy.jpg) no-repeat 50% 50% transparent;
    border: 0px;
    cursor: pointer;
    display: block;
}

.b_box .aside {
	width: 80px;
	height: 20px;
    line-height: 20px;
    background: url(../../../images/address-book-open.png) no-repeat 0 50% transparent;
    color: #1074c0;
    text-indent: 20px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.img_b.i {
	position: relative;
}

.img_b.i > .icon_v {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.icon_v {
	width: 40px;
	height: 40px;
	display: block;
	position: relative;
	cursor: pointer;
}

.icon_v::before {
	content: "";
	width: 40px;
	height: 40px;
	border: 5px solid #DDD;
	background-color: rgba(255, 255, 255, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.icon_v::after {
	content: "";
	width: 10px;
	height: 16px;
	border-style: solid;
	border-color: transparent transparent transparent #A00;
	border-width: 8px 0px 8px 10px;
	position: absolute;
	top: 12px;
	left: 16px;
}

.icon_v.A_01, .icon_v.A_18 {
	left: 620px;
}

.icon_v.A_02, .icon_v.A_06 {
	left: 680px;
}