/*报检达人*/
.product_model .bj{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/bj_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 36px;
	left: 260px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;

}
.product_model .bj:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .bj .bj_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/bj_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .bj:hover .bj_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
	
}
/*货代达人*/
.product_model .hd{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/hd_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 166px;
	left: 129px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .hd:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .hd .hd_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/bj_bg_hover.jpg);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .hd:hover .hd_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
	
}

/*税费达人*/
.product_model .sf{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/sf_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 296px;
	left: 0px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .sf:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .sf .sf_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/sf_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .sf:hover .sf_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*报关达人*/
.product_model .bg{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/bg_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 36px;
	left: 520px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .bg:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .bg .bg_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/bg_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .bg:hover .bg_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*单证达人*/
.product_model .dz{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/dz_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 166px;
	left: 390px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .dz:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .dz .dz_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/dz_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .dz:hover .dz_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*国际营销*/
.product_model .gj{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/gj_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 296px;
	left: 259px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .gj:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .gj .gj_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/yx_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .gj:hover .gj_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*外贸函电*/
.product_model .wm{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/wm_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 426px;
	left: 129px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .wm:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .wm .wm_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/hd_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .wm:hover .wm_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*保税达人*/
.product_model .bs{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/bs_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 165px;
	left: 648px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .bs:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .bs .bs_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/bs_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .bs:hover .bs_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*归类达人*/
.product_model .gl{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/gl_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 297px;
	left: 520px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .gl:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .gl .gl_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/gl_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .gl:hover .gl_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*商务英语*/
.product_model .swyy{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/swyy_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 426px;
	left: 390px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .swyy:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .swyy .swyy_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/swyj_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .swyy:hover .swyy_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*Qp达人*/
.product_model .qp{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/qp_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 554px;
	left: 259px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .qp:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .qp .qp_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/qp_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .qp:hover .qp_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*国际贸易*/
.product_model .gjmy{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/gjmy_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 297px;
	left: 778px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .gjmy:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .gjmy .gjmy_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/my_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .gjmy:hover .gjmy_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*跨境电商*/
.product_model .kj{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/kj_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 426px;
	left: 648px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .kj:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .kj .kj_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/ds_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .kj:hover .kj_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}
/*物流达人*/
.product_model .wl{
	width: 175px;
	height: 175px;
	/*background: #83e8da;*/
	background: url(../images/wl_bg.jpg);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: 554px;
	left: 520px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 200;
	-webkit-transition:transform 1s;
}
.product_model .wl:hover{
	-webkit-transform: rotate(135deg);
}
.product_model .wl .wl_hover{
	width: 173px;
	height: 173px;
	/*background: #f4c64f;*/
	background: url(../images/wl_hover.png);
	transform: rotate(90deg);
	position: absolute;
	top: 1px;
	left: 1px;
	line-height: 175px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	-webkit-transition:opacity 0.5s,transform 1s;

}
.product_model .wl:hover .wl_hover{
	width: 175px;
	height: 175px;
	top: 0px;
	left: 0px;
	opacity: 1;
	transform: rotate(-90deg);
}

/*模板弹窗*/
.model_tanchuang{
	width: 100%;
	height: 100%;
	position: fixed;
	background:rgba(0,0,0,0.4);
	top: 0;
	left: 0;
	z-index: 10000;
}
.model_tanchuang_box{
	width: 433px;
	height: 436px;
	position: absolute;
	left: 50%;
	margin-left:-216px;
	background: #ffffff;
	border-radius: 10px;
	top: 80px; 
}
.model_tanchuang_box em{
	position: absolute;
	width: 13px;
	height: 13px;
	background: url(../images/model_close.png);
	top: 15px;
	right: 15px;
	cursor: pointer;
}
.model_tanchuang_box em:hover{
	background: url(../images/model_close_hover.png);
}
.model_tanchuang_box .model_tanchuang_box_title{
	width: 425px;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #d4453e;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 32px;
}
.model_tanchuang_box p{
	width: 359px;
	word-break: break-all;
	font-size: 14px;
	color: #161616;
	margin: 0 auto;
	margin-top: 26px;
	line-height: 25px;

}



















