html,body,h1,h2,h3,h4,h5,h6,p,ul,li{
	padding:0;
	margin:0;
}
li{list-style-type:none;}
.cp_content{
	width:100%;
	min-width:1024px;
	overflow:hidden;
	background:#ffffff;
}
.cp_act_banner{
	width:100%;
}
.cp_act_img{
	width:100%;
}
.pc_hdyh_welfare{
	width:100%;
	margin:0 auto;
}
/*表单样式*/
.pc_content_form{
	width:100%;
	position:relative;
}
.pc_hdyh_form{
	width:78%;
	position:absolute;
	left:11%;
	right:11%;
	top:0%;
}
.pc_hdyh_left{
	width:38%;
	float:right;
	overflow:hidden;
}
.hdyh_left_tit{
	margin-bottom:5%;
	text-align:center;
	font-weight:bolder;
	font-size:34px;
	color:#ffffff;
	letter-spacing:2px;
	/*margin-top:13.2%;*/
	margin-top:66px;
	/*display:none;*/
}
.hdyh_left_subtit{
	margin-left:15%;
	text-align:center;
	color:#214191;
	letter-spacing:1px;
	font-size:35px;
	margin-top: 7%;
    margin-bottom: 4%;
}
.hdyh_left_num{
	color:#f36c3d;
	font-weight:bolder;
}
.hdyh_left_box{
	width:85%;
	margin-left:15%;
	overflow:hidden;
}
.hdyh_left_list{
	-webkit-animation: 10s hdyh_left_list linear infinite normal;
    animation: 10s hdyh_left_list linear infinite normal;
	text-align:center;
	color:#666666;
	font-size:22px;
	line-height:1.8;
	font-weight:400;
}
.pc_hdyh_right{
	clear:both;
	width:100%;
	/*float:right;*/
	overflow:hidden;
}
.form_ct_info{
	width:92%;
	overflow:hidden;
	margin:0 auto;
}
.cp_form_box{
	/*padding:28px 0;*/
	margin:0 auto;
	overflow:hidden;
	width:100%;
	text-align:center;
}
.cp_form_list{
	width:21.5%;
	float:left;
	display:block;
	list-style-type:none;
	margin:2.5% 0 2.5% 3.3%;
	overflow:hidden;
	border-radius:10px;
	border:1px solid #ffffff;
	background:rgba(246,246,246,0);
}
.cp_form_btn{
	border:0;
    /*float: none;
    margin: 0 auto;	*/
    /*padding:10px 10%;*/
}
.cp_form_input{
	width:100%;
	padding:0 6%;
	font-size:16px;
	height:58px;
	color:#ffffff;
	background:rgba(0,0,0,0);
	border:0;
	font-weight:500;
	float:left;
	outline:0;
}


.cp_form_list input::-webkit-input-placeholder{color:#ffffff;}

.cp_form_list input:-moz-placeholder {color:#ffffff;}

.cp_form_list input::-moz-placeholder {color:#ffffff;}

.cp_form_list input:-ms-input-placeholder {color:#ffffff;}

.cp_input_btn{
	font-size:20px;
	font-weight:600;
	border-radius:50px;
	letter-spacing:2px;
	height:58px;
	color:#ffffff;
	background-image:-webkit-linear-gradient(106deg, #0609d2, #86b5fe);
	/*background-color:#f7edca;*/
	border:0px solid #f7edca;
	width:83%;
	margin:0 auto;
	display:block;
}
.cp_input_btn {
	-webkit-animation: cp_input_btn 3s ease infinite;
	-moz-animation: cp_input_btn 3s ease infinite;
	-o-animation: cp_input_btn 3s ease infinite;
	animation: cp_input_btn 3s ease infinite;
	animation-fill-mode: both;
}
@keyframes cp_input_btn{
    0%{
        transform:scale(1);
    }
    25%{
        transform:scale(1.2);
    }
    50%{
        transform:scale(1);
    }
    75%{
        transform:scale(1.2);
    }
}

/*end*/

/*数据滚动*/
@-webkit-keyframes hdyh_left_list {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -307px, 0);
        transform: translate3d(0, -318px, 0);
    }
}
@keyframes hdyh_left_list {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, -307px, 0);
        transform: translate3d(0, -318px, 0);
    }
}
/*end*/

/*窗口*/
.cp_wicket{
	width:100%;
	height:1000px;
	background:url(http://www.jiuyidec.cn/Images/bgpic/hh.png) top center;
    overflow: hidden;
    text-align: center;
    padding: 0px;
    margin: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.cp_wicket_ct{
	width:402px;
	background:#fff;
	margin:12% auto;
	position:relative;
    border-radius: 10px;
}
.cp_wicket_tit{
	font-size:22px;
	padding-top:30px;
	color:#353535;
	letter-spacing:2px;
}
.cp_wicket_subtit{
	font-size:14px;
	padding-top:6px;
	color:#858585;
	letter-spacing:0.5px;
}
.form_ct_wicket{
	width:100%;
	overflow: hidden;
}
.cp_wicket_box{
	padding-bottom:20px;
}
.cp_wicket_list{
	width: 76%;
    list-style-type: none;
    margin: 4% auto 0;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #dddddd;
    background: rgba(246,246,246,0);
}
.cp_wicket_input{
	width:80%;
	padding:0 3%;
	font-size:15px;
	height:42px;
	line-height:42px;
	color: #ffffff;
    background: rgba(0,0,0,0);
    border: 0;
    font-weight: 500;
    float: left;
    outline: 0;
}
.cp_wicket_btn{
	border:0;
}
.cp_input_wbtn{
	font-size:20px;
	font-weight:600;
	border-radius:4px;
	letter-spacing:5px;
	height:45px;
	color:#ffffff;
	background-image:-webkit-linear-gradient(90deg, #579fef, #1356a9);
	border:0px solid #ffffff;
	width:100%;
	margin:0 auto;
	display:block;
}
.bg_img {
    border-right: 1px solid #ddd;
    width: 28px;
    height: 28px;
    margin: 6px 0 8px 5px;
    padding-right: 7px;
    float: left;
    display: block;
}
.bg_img_user {
    background: url(http://www.jiuyidec.cn/Upfile/images/yxy/user.png) no-repeat;
}
.bg_img_tel {
    background: url(http://www.jiuyidec.cn/Upfile/images/yxy/tel.png) no-repeat;
}
.bg_img_mj {
    background: url(http://www.jiuyidec.cn/Upfile/images/yxy/mj.png) no-repeat;
}
.cp_wicket_closed{
	position: absolute;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	background: #d1cdcd;
	color: #fff;
	right: 5px;
	top: 5px;
	text-align: center;
}
/*end*/
.cp_cursor{
	cursor: pointer;
}
@media screen and (max-width:1700px){
	.hdyh_left_tit{
		font-size:32px;
	}
	.hdyh_left_tit{
		margin-top:60px;
	}
	.hdyh_left_subtit{
		font-size:22px;
	}
	.hdyh_left_box{
		height:166px;
	}
	.hdyh_left_list{
		font-size:18px;
		line-height:1.8;
		font-weight:400;
	}
	.cp_form_input{
		height:48px;
	}
	.cp_input_btn{
		height:48px;
	}
}
@media screen and (max-width:1600px){
	.hdyh_left_tit{
		font-size:28px;
	}
	.hdyh_left_tit{
		margin-top:52px;
	}
	.cp_input_btn {
	    font-size: 18px;
	    letter-spacing: 3px;
	}
	.hdyh_left_subtit{
		font-size:20px;
	}
	.hdyh_left_box{
		height:146px;
	}
	.hdyh_left_list{
		font-size:17px;
		line-height:1.8;
		font-weight:400;
	}
	.cp_form_input{
		height:48px;
	}
	.cp_input_btn{
		height:48px;
	}
}
@media screen and (max-width:1500px){
	.hdyh_left_tit{
		font-size:28px;
		margin-bottom: 4%;
	}
	.hdyh_left_tit{
		margin-top:42px;
	}
	.cp_input_btn {
	    font-size: 18px;
	    letter-spacing: 3px;
	}
	.cp_form_btn {
/*    border: 0;
    float: none;
    margin: 0 auto;*/
    /*padding: 6px 10%;*/
}
	.hdyh_left_subtit{
		font-size:20px;
	}
	.hdyh_left_box{
		height:146px;
	}
	.hdyh_left_list{
		font-size:17px;
		line-height:1.8;
		font-weight:400;
	}
	.cp_form_input{
		height:48px;
	}
	.cp_input_btn{
		height:48px;
	}
}

@media screen and (max-width:1400px){
	.hdyh_left_tit{
		font-size:25px;
	}
	.hdyh_left_tit {
	    margin-top: 48px;
	}
	.cp_input_btn {
    	font-size:16px;
    	letter-spacing:3px;
	}
	.cp_form_btn {
	    /*padding:6px 10%;*/
	}
	.hdyh_left_subtit{
		font-size:16px;
	}
	.hdyh_left_box{
		height:146px;
	}
	.hdyh_left_list{
		font-size:16px;
		line-height:1.8;
		font-weight:400;
	}
	.cp_form_input{
		height:44px;
	}
	.cp_input_btn{
		height:44px;
	}
}
@media screen and (max-width:1350px){
	.hdyh_left_tit{
		font-size:24px;
	}
	.hdyh_left_tit {
	    margin-top: 43px;
	}
	.cp_form_btn {
	    /*padding: 6px 10%;*/
	}
	/*.cp_form_box{
		margin:4% auto 0;
	}*/
	.cp_form_input{
		font-size:14px;
	}
	.cp_input_btn{
		font-size:15px;
		letter-spacing:2px;
	}
}
@media screen and (max-width:1250px){
	.hdyh_left_tit{
		font-size:24px;
	}
	.hdyh_left_tit {
	    margin-top: 40px;
	}
	.hdyh_left_box{
		height:116px;
	}
	.hdyh_left_list {
	    font-size: 15px;
	    line-height: 1.6;
	    font-weight: 400;
	}
	.cp_form_btn {
	    /*padding: 6px 10%;*/
	}
/*	.cp_form_box{
		margin:4% auto 0;
	}*/
	.cp_form_input{
		font-size:14px;
		height:40px;
	}
	.cp_input_btn{
		font-size:15px;
		letter-spacing:2px;
		height:40px;
	}
}
@media screen and (max-width:1050px){
	.hdyh_left_tit{
		font-size:20px;
	}
	.hdyh_left_tit {
	    margin-top: 32px;
	}
	.hdyh_left_subtit{
		font-size:14px;
	}
	.hdyh_left_box{
		height:110px;
	}
	.hdyh_left_list{
		font-size:14px;
		line-height:1.6;
		font-weight:100;
	}
	.cp_form_btn {
	    /*padding: 6px 10%;*/
	}
/*	.cp_form_box{
		margin:4% auto 0;
	}*/
	.cp_form_input{
		height:32px;
		font-size:14px;
	}
	.cp_input_btn{
		font-size:15px;
		letter-spacing:2px;
		height:36px;
	}
}