/*头部nav变蓝*/
.header3_nav2:nth-child(5){
	color: #00a4e9;
}
.header3_hide_left{
	display: none;
}
/*轮播图隐藏*/
.banner{
	background-image: url(../../../imgs/module/jinpo/banner.jpg);
}
/*通用标题*/
.common_title{
	width: 100%;
	min-width: 1200px;
	height: 138px;
	border-bottom: 2px solid #DADADA;
	position: relative;
	text-align: center;
}
.common_title_div1{
	width: 230px;
	height: 40px;
	font-size: 30px;
	text-align: center;
	color: #323232;
	margin: 0 auto;
	line-height: 150px;
}
.common_title_div2{
	height: 20px;
	text-align: center;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 60px;
}
.common_title_div3{
	width: 70px;
	height: 6px;
	margin: 0 auto;
	margin-top: 16px;
	background-color: #ff9238;
}
.common_title_color{
	background-color: #2e3f51;
}
.common_title_color .common_title_div1{
	color: #FFFFFF;
}
.common_title_color .common_title_div2{
	color: #FFFFFF;
}
/*下方的输入框*/
.footer0_consult_div1{
	border: 2px solid #ff9238;
}
.footer0_consult_div1 span{
	color: #ff9238;
}
.footer0_consult_div2{
    background-color: #ff9238;
}
/*one*/
.one_wrap{
	width: 1200px;
	height: 167px;
	margin: 0 auto;
}
.one_wrap div,.one_wrap input{
	float: left;
}
.one_div1{
	font-size: 24px;
	margin-left: 147px;
	margin-top: 55px;
}
.one_div2{
	width: 950px;
	margin-left: 147px;
	margin-top: 22px;
}
.one_div2 input{
	width: 626px;
	height: 56px;
	border: 2px solid #ff9238;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-image: url(../../../imgs/module/jinpo/jin_2.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	padding-left: 85px;
	font-size: 16px;
	outline: none;
	color: #999999;
}
.one_div2 div{
	width: 187px;
	height: 62px;
	background-color: #ff9238;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 62px;
	text-align: center;
	letter-spacing: 2px;
	cursor: pointer;
}
/*two*/
.card-data-wrap,
.card-top,
.card-img>img,
.card-title,
.card-title-2,
.card-title-3>div,
.card-data,
.card-img-show,
.card-img-hide {
	-webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-ms-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	-moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
	transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s, color 0.4s ease-in-out, background 0.4s ease-in-out, border-color 0.4s ease-in-out;
}

.card {
	width: 1200px;
	height: 625px;
	margin: 0 auto;
}

.card-wrap {
	width: 1180px;
	height: 100%;
	margin: 0 auto;
}

.card-data-wrap {
	height: 550px;
	float: left;
	margin-top: 55px;
	margin-left: -1px;
	position: relative;
}

.card-data {
	height: 550px;
	width: 252px;
	border: 1px solid #c4c4c4;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.card-top {
	position: relative;
	height: 170px;
	background-color: #ebebec;
}

.card-top-content {
	position: absolute;
	bottom: 17px;
	width: 100%;
}

.card-img {
	width: 49px;
	height: 43px;
	margin: 0 auto;
	position: relative;
}

.card-img>img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.card-img-show {
	opacity: 1;
	z-index: 10;
}

.card-img-hide {
	z-index: 1;
	opacity: 0;
}

.card-title {
	margin-top: 10px;
	font-size: 18px;
	color: #535353;
	font-weight: bold;
	text-align: center;
}

.card-title-2 {
	margin-top: 5px;
	font-size: 13px;
	text-align: center;
}

.card-title-3 {
	padding-top: 10px;
}

.card-title-3>div {
	width: 70px;
	height: 2px;
	margin: 0 auto;
	background-color: #ff9238;
}

.card-btm-wrap {
	position: relative;
	top: 0;
	left: 0;
}

.card-btm {
	position: absolute;
	width: 100%;
	height: 320px;
	padding-top: 60px;
	background-color: #FFFFFF;
	-webkit-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-ms-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-moz-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	z-index: 10;
}

.card-btm>p {
	margin-bottom: 40px;
	text-align: center;
}

.card-later-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-color: #FFFFFF;
	-webkit-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-ms-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	-moz-transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	transition: z-index 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.19s;
	z-index: 1;
}

.card-later {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 380px;
}

.card-later-top {
	width: 100%;
	height: 150px;
	border-bottom: 1px solid #E0E0E0;
}

.card-later-top-1,
.card-later-top-2,
.card-later-top-3 {
	padding-left: 8px;
}

.card-later-top-1 {
	font-size: 18px;
	color: #323232;
}

.card-later-top-2 {
	margin-top: 10px;
	font-size: 14px;
	color: #989898;
}

.card-later-top-3 {
	margin-top: 12px;
	font-size: 14px;
	color: #646464;
}

.card-later-top-3 span {
	font-family: "arial";
	font-size: 18px;
	color: #ff5a5d;
}

.card-later-top-4 {
	position: absolute;
	bottom: 20px;
	left: 8px;
	width: 98px;
	height: 28px;
	border: 1px solid #ff9238;
	color: #ff9238;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.card-later-top-4:hover {
	background-color: #ff9238;
	color: #FFFFFF;
}

.card-later-btm {
	position: absolute;
	top: 150px;
	width: 100%;
}

.card-later-btm-data {
	position: absolute;
}

.card-later-btm-data-1 {
	position: absolute;
	top: 22px;
	width: 185px;
	font-size: 14px;
	color: #323232;
}

.card-later-btm-data-2 {
	position: absolute;
	top: 48px;
	width: 185px;
	font-size: 12px;
	color: #979797;
}

.card-later-btm-data-3 {
	position: absolute;
	top: 70px;
	width: 185px;
	font-size: 12px;
	color: #ff9238;
}

.card-later-btm-data-3:hover {
	text-decoration: underline;
}

.card-later-btm-data-pst1,
.card-later-btm-data-pst3 {
	left: 8px;
}

.card-later-btm-data-pst2,
.card-later-btm-data-pst4 {
	left: 196px;
}

.card-later-btm-data-pst1 {
	top: 8px;
}

.card-later-btm-data-pst1,
.card-later-btm-data-pst2 {
	top: 0px;
}

.card-later-btm-data-pst3,
.card-later-btm-data-pst4 {
	top: 97px;
}
.card-data-wrapClass {
	margin-top: 40px;
	z-index: 20;
}

.card-data-wrapClass .card-data {
	width: 418px;
	height: 580px;
	box-shadow: 0 0 20px rgba(255, 146, 56, 0.5);
	border-color: #ff9238;
}

.card-data-wrapClass .card-top {
	height: 185px;
	background-color: #ff9238;
}

.card-data-wrapClass .card-top .card-title,
.card-data-wrapClass .card-top .card-title-2 {
	color: #ffffff;
}

.card-data-wrapClass .card-top .card-title-3 div {
	background-color: #FFFFFF;
}

.card-data-wrapClass .card-img-show {
	z-index: 1;
	opacity: 0;
}

.card-data-wrapClass .card-img-hide {
	z-index: 10;
	opacity: 1;
}

.card-data-wrapClass .card-btm {
	z-index: 1;
}

.card-data-wrapClass .card-later-wrap {
	z-index: 10;
}
/*three*/
.threeWrap{
	width: 100%;
	min-width: 1200px;
	background-image: url(../../../imgs/module/jinpo/jin_3.jpg);
	background-size: 100% 100%;
	margin-top: 40px;
}
.three{
	width: 1200px;
	height: 600px;
	margin: 0 auto;
}
.three_conter{
	width: 245px;
	height: 372px;
	float: left;
	position: relative;
	margin-top: 50px;
	padding-top: 128px;
	margin-left: 19px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #f9f4ee;
	background-repeat: no-repeat;
	background-position: center 30px;
	border-radius: 10px;
}
.three_conter p{
	font-size: 14px;
	line-height: 25px;
}
.three_conter:hover{
	background-color: #f5bc75;
	color: #FFFFFF;
}
.three_conter:hover .three_div1_title{
	color: #FFFFFF;
}
.three_conter:hover .three_div1_btn{
	border: 2px solid #FFFFFF;
}
.three_div1{
	background-image: url(../../../imgs/module/jinpo/jin_4.png);
	margin-left: 0px;
}
.three_div1:hover{
	background-image: url(../../../imgs/module/jinpo/jin_4_x.png);
}
.three_div1_title{
	font-size: 20px;
	color: #323232;
	text-align: center;
	margin-bottom: 20px;
}
.three_div1_btn{
	width: 140px;
	height: 30px;
	position: absolute;
	left: 70px;
	bottom: 30px;
	background-color: #ffbd6c;
	border: 2px solid #f3f1ed;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
.three_div2{
	background-image: url(../../../imgs/module/jinpo/jin_5.png);
}
.three_div2:hover{
	background-image: url(../../../imgs/module/jinpo/jin_5_x.png);
}
.three_div3{
	background-image: url(../../../imgs/module/jinpo/jin_6.png);
}
.three_div3:hover{
	background-image: url(../../../imgs/module/jinpo/jin_6_x.png);
}
.three_div4{
	background-image: url(../../../imgs/module/jinpo/jin_7.png);
}
.three_div4:hover{
	background-image: url(../../../imgs/module/jinpo/jin_7_x.png);
}
/*four*/
.four{
	width: 1200px;
	height: 550px;
	margin: 0 auto;
}
.four_div1{
	margin-top: 40px;
	margin-bottom: 50px;
}
.four_div1 .four_div1_module:nth-child(1){
	margin-left: 0px;
}
.four_div1_module,.four_div1_front,.four_div1_contrary{
	width: 360px;
	height: 200px;
	float: left;
}
.four_div1_module,.four_div1_front,.four_div1_contrary{
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-sizing: border-box;
}
.four_div1_module{
	 perspective: 1000;
	 -ms-perspective: 1000;
	 -moz-perspective: 1000;
	 -webkit-perspective: 1000;
	 margin-left: 59px;
}
 
.four_div1_module2Class{
	animation: run 0.7s;
	-webkit-animation: run 0.7s;
	-ms-animation: run 0.7s;
	-moz-animation: run 0.7s;
	-o-animation: run 0.7s;
}

/*正转动画*/
@-webkit-keyframes run{
	0%{
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	}
	100%{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	}
}
@keyframes run{
	0%{
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	}
	100%{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	}
}
.four_div1_module2ClassX{
	
	animation: runX 0.7s;
	-webkit-animation: runX 0.7s;
	-ms-animation: runX 0.7s;
	-moz-animation: runX 0.7s;
	-o-animation: runX 0.7s;
}
/*反转动画*/
@-webkit-keyframes runX{
	0%{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	}
	100%{
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	}
}
@keyframes runX{
	0%{
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	}
	100%{
	transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	}
}
/**/
.four_div1_module2{
	transition: 0.8s;
	-ms-transition: 0.8s;
	-moz-transition:0.8s;
	-webkit-transition:0.8s;
    transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    position: relative;
    
    animation-fill-mode: forwards;
}
.four_div1_front,.four_div1_contrary{
	position: absolute;
	top: 0;
	left: 0;
	/*backface-visibility: hidden;
	-webkit-backface-visibility:hidden;	
	-moz-backface-visibility:hidden; 
	-ms-backface-visibility:hidden; */
}
.four_div1_front{
	border: 1px solid #FF9238;
	background-color: #fff8f2;
	background-repeat: no-repeat;
	background-position: center 20px; 
	z-index: 2;
}
#four_div1_front_id{
	background-position-y: 16px;
}
.four_div1_module_p1{
	font-size: 20px;
	margin-top: 155px;
	text-align: center;
	color: #FF9238;
}
.four_div1_contrary{
	background-color: #ff9238;
	border: 3px solid #FFD6B2;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.four_div1_module_p2{
	margin-top: 26px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.four_div1_module_p3{
	margin-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	color: #FFFFFF;
	text-indent: 2em;
	line-height: 25px;
}
/*five*/
.five{
	width: 100%;
	min-width: 1200px;
}
.five img{
	width: 100%;
}
/*six*/
.six{
	width: 1200px;
	margin: 0 auto;
}
.six_top{
	padding-left: 20px;
	padding-right: 20px;
	/*margin-top: 40px;*/
}
.six_top>div{
	float: left;
	background-repeat: no-repeat;
	margin-left: 25px;
	padding-top: 40px;
}
.six_top>div:first-of-type{
	margin-left: 0px;
}
.six_top_odd{
	position: relative;
	width: 170px;
	height: 190px;
	background-position: center 40px;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	background-size: 75%;
}
.six_top_odd>div{
	position: absolute;
	width: 100%;
	height: 142px;
	top: 0px;
	left: 0px;
	text-align: center;
}
.six_top_odd>div>img{
	width: 125px;
	vertical-align: text-bottom;
}
.six_top_odd>div>span{
	display: inline-block;
	height: 100%;
	vertical-align: text-bottom;
}
.six_top_odd>p:first-of-type{
	font-size: 18px;
	color: #323232;
	margin-top: 120px;
	text-align: center;
}
.six_top_odd>p:nth-child(2){
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}
.six_top_odd>p:nth-child(3){
	font-size: 14px;
	text-align: center;
}
.six_top_even{
	width: 26px;
	height: 28px;
	background-image: url(../../../imgs/module/jinpo/jin_8.png);
	margin-top: 35px;
	background-position: center 40px;
}
.six_btm{
	margin-top: 55px;
}
.six_btm_div1{
	width: 520px;
	height: 300px;
	float: left;
	border: 1px solid #fec06f;
}
.six_btm_div1:hover{
	box-shadow: 0 0 10px #fec06f;
	-ms-box-shadow: 0 0 10px #fec06f;
	-moz-box-shadow: 0 0 10px #fec06f;
	-webkit-box-shadow: 0 0 10px #fec06f;
}
.six_btm_div2{
	margin-left: 155px;
}
.six_btm_div1>div{
	width: 450px;
	height: 55px;
	margin-left: 35px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fec06f;
	text-align: center;
	font-size: 20px;
	color: #323232;
	line-height: 55px;
}
.six_btm_div1>p{
	height: 30px;
	padding-left: 80px;
	background-image: url(../../../imgs/module/jinpo/jin_9.png);
	background-repeat: no-repeat;
	background-position: 55px center;
	line-height: 30px;
}
/*地图seven*/
.seven{
	width: 100%;
	min-width: 1200px;
	margin-bottom: 60px;
	margin-top: 40px;
}
.seven img{
	width: 100%;
}
/*点击搜索显示弹窗*/
.popupInquire{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	z-index: 200;
	display: none;
}
.popupInquire>div{
	width: 680px;
	height: 357px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	
}
.popupInquire-title{
	position: relative;
	height: 60px;
	padding-left: 27px;
	background-color: #00a4e9;
}
.popupInquire-title>span{
	color: #FFFFFF;
	line-height: 60px;
}
.popupInquire-title>span:nth-child(1){
	font-size: 18px;
}
.popupInquire-title>span:nth-child(2){
	font-size: 12px;
	margin-left: 15px;
}
.popupInquire-title>div{
	position: absolute;
	top: 22px;
	right: 27px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url(../../../imgs/module/Acommon/com_1.png);
}
.popupInquire-conter{
	position: relative;
}
.popupInquire-conter>input{
	width: 348px;
	height: 38px;
	padding-left: 10px;
	position: absolute;
	left: 179px;
	border: 1px solid #cccccc;
	color: #646464;
}
.popupInquire-conter>input:nth-child(1){
	top: 30px;
}
.popupInquire-conter>input:nth-child(2){
	top: 90px;
}
.popupInquire-conter>input:nth-child(3){
	top: 150px;
}
.popupInquire-conter>input:nth-child(4){
	border: 0px;
	top: 223px;
	left: 259px;
	width: 200px;
	height: 42px;
	background: url(../../../imgs/module/Acommon/com_2.jpg) no-repeat;
	background-size: 100% 100%;
	font-size: 18px;
	color: #FFFFFF;
}
.popupInquire-conter>span{
	position: absolute;
	right: 502px;
	font-size: 16px;
}
.popupInquire-conter>span:nth-child(5){
	top: 40px;
}
.popupInquire-conter>span:nth-child(6){
	top: 100px;
}
.popupInquire-conter>span:nth-child(7){
	top: 160px;
}
