﻿@charset "utf-8";
.id_str{
	top: -150px;
}
.pd_menu{
	height: 110px;
	line-height: 110px;
	border-bottom: 1px solid #999999;
}
.pd_menu .pd_menu_nav{
	font-size: 24px;
	color:#666;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.pd_menu .pd_menu_nav:not(.line):after{
	content: "";
	height: 2px;
	background: #194698;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.pd_menu .pd_menu_nav:hover:not(.line):after{
	display: block;
}
.pd_menu .pd_menu_nav.line{
	margin: 0 40px;
	color:#194698;
}
.pd1_box{
	padding-top: 96px;
}
.pd1_left{
	width: 50%;
	overflow: hidden;
}
.pd1_left .img{
	max-width:100%;
	margin: auto;
	position: relative;
	top: -50px;
}
.pd1_right{
	width: 50%;
}
.pd1_box .title{
	font-size: 36px;
	position: relative;
	line-height: 50px;
	margin-bottom: 44px;
}

.pd1_box .title .txt{
	position: relative;
	padding-bottom: 24px;
}
.pd1_box .title .txt:after{
	content: "";
	position: absolute;
	left: 20%;
	width: 60%;
	bottom: 0;
	height: 2px;
	background: #194698;
}
.pd1_box .content{
	font-size: 20px;
	line-height: 42px;
}
.pd1_box .phone{
	font-size: 20px;
	margin-top: 50px;
}
.pd1_box .phone .img{
	margin-right: 10px;
}
.pd2_box{
	padding-top: 30px;
}


.pd2_title{
	font-size: 36px;
	text-align: center;
	line-height: 1;
}
.pd2_title .txt{
	position: relative;
}
.pd2_title .txt:after{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background: #999;
	left: -110px;
	top: 50%;
}
.pd2_title .txt:before{
	content: "";
	position: absolute;
	width: 80px;
	height: 1px;
	background: #999;
	right: -110px;
	top: 50%;
}
.pd2_content{
	width: 100%;
	padding-top: 100px;
}
.pd2_content img{
	max-width: 100%;
	margin: auto;
	display: block;
}
.pd3_box{
	padding-top: 80px;
	padding-bottom: 260px;
}
.pd3_content{
	margin-top: 110px;
}
.pd3_inner{
	width: 604px;
	height: 64px;
	border:1px solid #333;
	margin: auto;
	line-height: 64px;
	font-size: 18px;
	color:#666666;
}
.pd3_inner .pd3_left{
	padding-left: 60px;
	background: url(../img/pdf.png) no-repeat 16px center;
	background-size: 32px 31px;
	width: 90%;
}
.pd3_inner .pd3_right{
	width: 10%;
	cursor: pointer;
}
.pd3_inner .pd3_right .img{
	margin-right: 20px;
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.pd1_box .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1450px) {
	.pd1_box .title{
		font-size: 30px;
	}
	.pd1_box .content {
	    font-size: 16px;
	    line-height: 36px;
	}
	.pd1_box .phone{
		font-size: 16px;
	}
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.id_str{
		top: -80px;
	}
	.pd1_left .img{
		top: 0;
	}
	.pd_menu{
		height: 60px;
		line-height: 60px;
	}
	.pd_menu .pd_menu_nav{
		font-size: 18px;
	}
	.pd_menu .pd_menu_nav.line{
		margin: 0 14px;
	}
	.pd1_box{
		display: block;
		padding-top: 0;
	}
	.pd1_left,.pd1_right{
		width: 100%;
	}
	.pd1_box .title{
		font-size: 18px;
		text-align: center;
	}
	.pd1_box .content {
	    font-size: 14px;
	    line-height: 26px;
	}
	.pd1_box .phone {
	    font-size: 14px;
	    margin-top: 20px;
	}
	.pd1_box .phone .img{
		width: 16px;
	}
	.pd2_box {
	    padding-top: 40px;
	}
	.pd2_content{
		padding-top: 20px;
	}
	.pd3_content {
	    margin-top: 30px;
	}
	.pd3_box {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.pd2_title{
		font-size: 20px;
	}
	.pd2_title .txt:before {
	    width: 60px;
	    right: -80px;
	}
	.pd2_title .txt:after{
		width: 60px;
	    left: -80px;
	}
	.pd3_inner{
		width: 100%;
		height: auto;
		line-height: 26px;
		padding: 10px 0;
		font-size: 16px;
	}
	.pd3_inner .pd3_left{
		width: 70%;
		padding-left: 46px;
		background-size: 20px 19px;
	}
	.pd3_inner .pd3_right{
		width: auto;
	}
	.pd3_inner .pd3_right .img{
		width: 24px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 414px) {
	
}