﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/bg.jpg) center no-repeat;
	background-size: 100%;
	background-attachment: fixed;
}
a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	border: none;
	padding: 0;
	margin: 0;
}
a:hover {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
	border: 0;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.top {
	width: 100%;
	overflow: hidden;
	background: #eee;
	padding: 22px 0;
}
.top img {
	float: left;
	margin-left: 50px;
	width: 176px;
	height: 72px;
	background: #fff;
}
h3 {
	padding-top: 30px;
	padding-left: 15px;
}
.cz {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.cz input {
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ccc;
	width: 100%;
	padding-left: 10px;
	outline: none;
}
.cz button {
	float: right;
	background: #e8e8e8;
	height: 40px;
	font-size: 16px;
	color: #888;
	width: 100%;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 4px;
}
.cz a {
	font-size: 16px;
	color: #438cd8;
	line-height: 44px;
	padding-left: 15px;
}
.yc {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 0 0;
}
.yc p {
	padding-left: 15px;
	font-size: 18px;
}
.yc p span {
	color: #ff2c51;
	font-size: 34px;
}
.yf {
	width: 100%;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.yf p {
	padding-left: 15px;
	font-size: 18px;
}
.yf a {
	display: inline-block;
	width:200px;
	height:68px;
	line-height: 68px;
	float: left;
	text-align: center;
	margin: 10px 0 0 15px;
	background:url(../images/f1.jpg) no-repeat;
	font-size: 16px;
}
.yf a:hover, .yf a.on {
	background:url(../images/f.jpg) no-repeat;
}
.zf a {
	display: block;
	text-align: center;
	vertical-align: top;
	padding: 14px 0;
	border-radius: 4px;
	margin-top: 20px;
	line-height: 23px;
	background: #ff5500;
	font-size: 18px;
	color: #fff;
}
.zf a img {
	vertical-align: top;
}
.yd {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}
.yd p {
	font-size: 12px;
	padding-left: 15px;
}
.yd p a {
	color: #438cd8;
}
.foot {
	width: 100%;
	overflow: hidden;
	background: #f4eaf2;
	padding: 30px 0;
        text-align: center;
        color: grey;
}
.cpxm {
	width: 100%;
	overflow: hidden;
}
.cpxm .hd {
}
.cpxm .hd li {
	display: block;
	background: #f8f8f8;
	border: 1px solid #f8f8f8;
	text-align: center;
	padding: 20px 0;
	display: block;
	margin: 15px 0 0 0;
}
.cpxm .hd h2 {
	font-size: 26px;
}
.cpxm .hd p {
	font-size: 16px;
	color: #666;
}
.cpxm .hd li.on {
	background: #ffe8ee;
	border: 1px solid #b74d63;
	cursor: pointer;
}
.cpxm .bd {
	width: 100%;
	overflow: hidden;
}
.main{
	width:100%;
	overflow:hidden;
	background:#fff;
}
.modal {
    display: none; /* 默认隐藏 */
    position: fixed; 
    z-index: 1; 
	top:100px;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
}

/* 弹窗内容 */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.modal-content img{
	width:100%;}

/* 添加动画 */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* 关闭按钮 */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
	margin-top:12px !important;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

 @media (max-width:768px) {
h3 {
	padding-top: 10px;
}
.cz button {
	margin-top: 14px;
}
.yf {
	padding-top: 0;
}
.modal-content {
    width:80%;
}
}
