/*======pc端样式start========*/


/*第一部分start*/

.zhst_banner {
	background-image: url(../img/zhst_banner.png);
	background-size: cover;
	width: 100%;
	height: 850px;
}

.zhst_title_div {
	padding-top: 80px;
	padding-left: 50px;
}

.zhst_title_div h1 {
	text-indent: 1em;
	font-size: 28px;
	color: #FFFFFF;
	position: relative;
	top: 0;
	z-index: 1;
}

.zhst_title_div p {
	max-width: 480px;
	min-width: 200px;
	overflow: hidden;
	padding: 0 5px;
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
}

.apply_btn_div {
	margin-top: 80px;
	padding-left: 50px;
	width: 130px;
	height: 40px;
}

.dj_flag_text {
	float: right;
	font-size: 16px;
	margin-top: 100px;
	margin-right: 200px;
	color: #FFFFFF;
}


/*第一部分end*/


/*第二部分start*/

.second_intro {
	background-color: #FFFFFF;
	width: 100%;
	height: 410px;
}

.second_intro .left_div {
	width: 40%;
	float: left;
	margin-left: 100px;
}

.second_intro .right_div img {
	display: inline-block;
	margin-right: 20px;
}

.second_intro .right_div {
	padding-top: 50px;
	margin-right: 60px;
	width: 40%;
	float: right;
}

.second_intro .right_div h3 {
	background-image: url(../img/zhst_g.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0 5px;
	line-height: 40px;
	text-indent: 2.5em;
}

.second_intro .right_div p {
	color: darkgray;
	padding-left: 50px;
}


/*第二部分end*/


/*--第三部分start*/

.third_intro {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 40px;
}

.third_intro .only_one {
	width: 100%;
	height: 400px;
	background-image: url(../img/zhst_bg2.png);
	background-size: cover;
}

.third_intro .only_one .text1_div {
	padding-top: 80px;
	padding-left: 120px;
	color: #FFFFFF;
}

.third_intro .only_one .text2_div {
	padding-top: 5px;
	padding-left: 120px;
	color: #FFFFFF;
}


/*--第三部分end*/


/*--第四部分*/

.forteen_intro {
	background-color: #FFFFFF;
	width: 100%;
	height: 410px;
}

.forteen_intro .left_div {
	width: 40%;
	float: left;
	margin-left: 100px;
}

.forteen_intro .right_div img {
	display: inline-block;
	margin-right: 20px;
}

.forteen_intro .right_div {
	padding-top: 50px;
	margin-right: 60px;
	width: 40%;
	float: right;
}

.forteen_intro .right_div h3 {
	background-image: url(../img/zhst_g2.png);
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	background-position: 0 5px;
	line-height: 40px;
	text-indent: 2.5em;
}

.forteen_intro .right_div p {
	color: darkgray;
	padding-left: 50px;
}


/*--第四部分end*/


/*--第五部分start*/

.fifteen_intro {
	width: 100%;
	height: 260px;
	margin-bottom: 1px;
}

.fifteen_intro img{
	width: 100%;
	
}

.fifteen_intro .only_one {
	background-image: url(../img/zhst_kh.png);
	background-size: cover;
	width: 100%;
	height: 260px;
}


/*--第五部分end*/


/*--申请入口弹框start*/

.try_using {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10000;
	
}


/* 申请框主体 */

.try_using .apply {
	position: fixed;
	width: 762px;
	height: 404px;
	z-index: 9999;
	display: none;
	background-color: white;
	/* 这里要注意绝对定位的盒子怎么在屏幕显示居中 */
	left: 43%;
	top: 15%;
	margin-left: -256px;
	margin-top: 142px;
	
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	
	/*box-shadow: 5px 5px 5px 5px #CCCCCC;*/
	
/*	border-image: -webkit-linear-gradient(#F80, #2ED) 10 10;
	border-image: -moz-linear-gradient(#F80, #2ED) 10 10;
	border-image: -o-linear-gradient(#F80, #2ED) 10 10;
	border-image: linear-gradient(#F80, #2ED) 10 10;*/
}


/* 申请框标题 */

.try_using .apply-title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 20px;
	cursor: move;
}

.try_using .apply-title span a {
	text-decoration: none;
	border: 1px solid gray;
	font-size: 12px;
	color: black;
	border-radius: 20px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: absolute;
	top: -20px;
	right: -20px;
}


/* 申请表单 */

.try_using .apply-input {
	margin: 20px 0px 25px 0px;
}

.try_using .apply-input label {
	/*float: left;*/
	height: 35px;
	line-height: 35px;
	width: 85px;
	padding-left: 18px;
	text-align: right;
	font-size: 14px;
}

.try_using .apply-input input.list-input {
	height: 25px;
	line-height: 35px;
	width: 245px;
	text-indent: 5px;
	
	border-radius:5px;
}

.apply_reason_div textarea{
	
	border-radius: 5px;
    text-indent: 5px;
    width: 645px;
    height: 100px;
    margin-left: 0;
    margin-top: 0;
}

/* 申请、取消按钮 start */

.btns_div{
	
    width: 50%;
    margin: 30px auto 0;
	
}


.btns_div .left_btn{
	
	float:left;
	
}

.btns_div .left_btn div{
	
	width: 135px;
    height: 37px;
    display: inline-block;
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    font-size: 16px;
    color: #CCCCCC;
	
}

.btns_div .right_btn{
	
	float:right;
	
}

/* 申请、取消按钮 end*/




/* 遮盖层 */

.try_using .bg {
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	opacity: 0.3;
	-webkit-opacity: 0.3;
	-moz-opacity: 0.3;
	display: none;
}


/*--申请入口弹框end*/

/*脚部开start*/

.bottom{
	
	background-color:#FFFFFF;
		
}

.contacts li{
	
	color:black;
}


.bg1{
	
	background: url(../img/zhst_wz.png) no-repeat left center;
	
}

.bg2{
	
	background: url(../img/zhst_yx.png) no-repeat left center;
	
}


.bg3{
	
	background: url(../img/zhst_dh.png) no-repeat left center;
}


.bg4{
	
	background: url(../img/zhst_sj.png) no-repeat left center;
}

.bg5{
	
	background: url(../img/zhst_gj.png) no-repeat left center;
}

.copyright{
	
	color:black;
}


.bottom_nav a{
	
	color:black;
	
}



/*脚部开end*/

/***************申请试用框动效****************/


.apply-tk-show{
			
	display:block!important;
	animation: small_to_normal .3s;
	-webkit-animation: small_to_normal .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	
}

.apply-tk-hide{
			
	display:none;
		
}




@keyframes small_to_normal {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@-webkit-@keyframes small_to_normal {
	0% {
		opacity: 0;
		transform: scale(0);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}



.rotate-to-right{ /*****弹框动画2*****/
	display:block!important;
	animation: rotate_to_right .3s;
	-webkit-animation: rotate_to_right .3s;
/* 	-webkit-animation-fill-mode: both;
	animation-fill-mode: both; */
	
}


@keyframes rotate_to_right {
	0% {
		opacity: 1;
		transform: rotate(10deg);
	}
	
	20% {
		opacity: 1;
		transform: rotate(20deg);
	}
	
    40% {
		opacity: 1;
		transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
		transform: rotate(20deg);
	}
	
	80% {
		opacity: 1;
		transform: rotate(10deg);
	}

	100% {
		opacity: 1;
		transform: rotate(0)
	}
}

@-webkit-@keyframes rotate_to_right {
	0% {
		opacity: 1;
		transform: rotate(10deg);
	}
	
	20% {
		opacity: 1;
		transform: rotate(20deg);
	}
	
    40% {
		opacity: 1;
		transform: rotate(10deg);
	}
	
	60% {
		opacity: 1;
		transform: rotate(20deg);
	}
	
	80% {
		opacity: 1;
		transform: rotate(10deg);
	}

	100% {
		opacity: 1;
		transform: rotate(0)
	}
}


/***************申请试用框动效end****************/

/*=========pc端样式end============*/