* {
	margin: 0;
	padding: 0;
	outline:none
}
 
li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border-style: none;
}

html {
	overflow-x: hidden;
}

body,
html {
	font-family: "microsoft yahei";
}
.head {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
	background: url(../img/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.header_top{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22222;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.tou{
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}
.logo{
	margin-top: 25px;
	float: left;
}
.logo img{
	height: 40px;
}
.tou_r{
	float: right;
}
.tou_r>ul>li{
	position: relative;
	margin:  0 15px;
	float: left;
}
.tou_r>ul>li>i{
	position: absolute;
	bottom: 0;
	left: 50%;
	width:0;
	height: 2px;
	background: #fff;
	transform:translate(-50%,-50%);
	display: inline-block;
}
.tou_r>ul>li>a{
	cursor: pointer;
	color: #fff;
	margin: 35px 0;
	display: block;
	font-size: 16px;
}
.tou_zhan{
	position: absolute;
	top: 90px;
	width: 600px;
	height: 0px;
	left: -280px;
	overflow: hidden;
}
.tou_c{
	width: 600px;
	height: 200px;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0,0.2);
	margin: 0 auto;
}
.zhan_l dl{
	float: left;
	width: 170px;
}
.zhan_l dl:nth-child(1){
	margin-left: 50px;
}
.zhan_l dl dt{
	margin-top: 30px;
	font-size: 14px;
	color: #333;
	font-family: "microsoft yahei";
	font-weight: bold;
}
.zhan_l dl dt span:nth-child(2){
	width: 100px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	display: block;
	margin: 10px 0;
}
.zhan_l dl dd a{
	color: #333;
	font-family: "microsoft yahei";
	font-size: 14px;
}
.zhan_l dl dd{
	margin: 15px 0;
}
.zhan_l dl dd a:hover{
	color: #2358EA;
}
.banner {
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	height: 450px;
	text-align: center;
	/* background: url(../img/banner.jpg); */
}
.banner_l p:nth-child(1) {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	margin-top: 185px;
}

.banner_l p:nth-child(2) {
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	margin-top: 30px;
	opacity: 0.8;
}

.banner_l p:nth-child(3) span {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}

.banner_l p:nth-child(3) {
	font-size: 18px;
	color: #fff;
	margin-top: 35px;
}

/* 填写表单 */
.tianxie {
	width: 100%;
	/* overflow: hidden; */
}

.tx_box {
	width: 1200px;
	height: 241px;
	border-radius: 121px;
	box-shadow: 0px 5px 15px 0px rgba(245, 245, 255, 1);
	margin: 70px auto 0;
	/* overflow: hidden; */
	border: 1px solid rgb(235, 235, 235);
}

.tx_box>p {
	text-align: center;
	font-weight: bold;
	font-size: 26px;
	margin: 38px 0 30px;
	color: #2358ea;
}

.tx_top {
	height: 52px;
}

.tx_yi,
.tx_er,
.tx_san,
.tx_si {
	float: left;
}

.xuanze {
	position: relative;
}

.xuanze>p {
	font-size: 14px;
	color: #333;
	cursor: pointer;
	border: 1px solid rgb(230, 230, 230);
	border-radius: 5px;
}

.xz_box {
	z-index: 3;
	max-height: 240px;
	overflow: auto;
	display: none;
	background: #fff;
	border: 1px solid rgb(230, 230, 230);
}

.dz_xz {
	position: absolute;
	top: 55px;
	left: 133px;
	width: 218px;
	z-index: 21;
	background: #fff;
}

.lb_xz {
	position: absolute;
	top: 55px;
	left: 30px;
	width: 313px;
	z-index: 22;
	background: #fff;
}

.xz_box p {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	padding-left: 30px;
}

.xz_box p:hover {
	background: #2358EA;
	color: #fff;
}

.tx_yi>p {
	width: 218px;
	height: 50px;
	line-height: 50px;
	margin-left: 133px;
}

.tx_er>p {
	width: 313px;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
}

.xuanze>p span {
	margin-left: 20px;
}

.xuanze>p i {
	float: right; 
	margin-top: -2px;
	margin-right: 20px;
}

.tx_san {
	width: 219px;
	height: 50px;
	border: 1px solid rgb(230, 230, 230);
	border-right: none;
	margin-left: 30px;
}

input {
	border: none;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input:focus {
	outline: medium;
}

#tx_inp {
	width: 189px;
	height: 100%;
	color: #999;
	margin-left: 30px;
	font-size: 14px;
	border-radius: 5px 0 0 5px;
}

.tx_si {
	width: 120px;
	height: 52px;
	cursor: pointer;
	background: #2358ea;
	text-align: center;
	line-height: 52px;
	color: #fff;
	border-radius: 0 5px 5px 0;
	font-size: 14px;
}

/*滚动条样式*/
div::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
}

div::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(230, 230, 230, 0.5);
}

div::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(255, 255, 255, 0.1);
}

.tongyi {
	text-align: center;
	margin-top: 30px;
}

.tongyi p {
	display: inline-block;
}

.tongyi_er {
	display: none;
}

.tongyi i {
	float: left;
	cursor: pointer;
}

.tongyi span {
	float: left;
	font-size: 14px;
	color: #999;
	margin-left: 5px;
}

.tongyi span a {
	color: #999;
}

.tongyi span a:hover {
	color: #2358EA;
}

.chenggong {
	display: inline-block;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	z-index: 3333;
	display: none;
	border-radius: 5px;
	background: rgba(0, 0, 0, .3);
	color: #fff;
	text-align: center;
}

/* 备案类型 */
.balx {
	width: 100%;
	overflow: hidden;
}

.beian_ul {
	width: 1200px;
	margin: 70px auto 0;
}

.beian_ul li {
	float: left;
	margin-left: 30px;
}

.beian_ul li:first-child {
	width: 310px;
	height: 234px;
	margin-left: 0;
	overflow: hidden;
	background: url(../img/balxpt.jpg);
}

.beian_yi p:nth-child(1) {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin: 45px 0 0 40px;
}

.beian_yi p:nth-child(2) {
	font-size: 17px;
	color: #fff;
	opacity: 0.5;
	margin: 15px 0 0 40px;
}

.beian_yi p:nth-child(3) a {
	display: block;
	width: 92px;
	height: 33px;
	line-height: 33px;
	border-radius: 17px;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 27px 0 0 40px;
}

/* .beian_yi p:nth-child(3) a:hover{
	text-decoration: underline;
} */
.beian_li {
	width: 413px;
	height: 232px;
	border: 1px solid rgb(235, 235, 235);
	border-radius: 10px;
	overflow: hidden;
}

.beian_li>p:nth-child(1) {
	margin: 27px 30px 0;
}

.beian_li>p:nth-child(1) span:nth-child(1) {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

.beian_li>p:nth-child(1) span:nth-child(2) {
	padding: 5px 10px;
	color: #fff;
	font-size: 14px;
	border-radius: 14px;
	margin: 0 10px;
}

.beian_er>p:nth-child(1) span:nth-child(2) {
	background: #ff0000;
}

.beian_san>p:nth-child(1) span:nth-child(2) {
	background: #2358EA;
}

.beian_li>p:nth-child(1) span:nth-child(3) {
	padding: 5px 10px;
	color: #999;
	font-size: 14px;
	background: rgb(220, 220, 220);
	border-radius: 14px;
}

.beian_li>p:nth-child(2) {
	font-size: 14px;
	color: #999;
	line-height: 26px;
	margin: 10px 30px 0;
}

.beian_li>p:nth-child(3) {
	font-size: 16px;
	font-weight: bold;
	color: #2358EA;
	margin: 15px 30px 0;
}

.beian_li>p:nth-child(4) {
	margin: 16px 30px;
}

.bei_btn {
	border: 1px solid rgb(180, 180, 180);
	transform: perspective(1px) translateZ(0);
	font-size: 14px;
	transition-property: color;
	transition-duration: 0.5s;
	display: inline-block;
	padding: 4px 12px 5px;
	position: relative;
	color: #999;
}

.bei_btn:nth-child(2) {
	margin-left: 15px;
}

.bei_btn:hover {
	color: #fff;
}

.btnbg-x {
	background: #2358EA;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	display: block;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 0.5s;
	transition-timing-function: ease-out;
	opacity: 0;
}

.bei_btn:hover .btnbg-x {
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transform: scaleX(1);
	opacity: 1;
}

.bei_btn>span:nth-child(1) {
	position: relative;
	z-index: 1;
}

/* 办理须知 */
.blxz {
	width: 100%;
	height: 677px;
	background: url(../img/xzbanner.jpg);
	overflow: hidden;
	margin-top: 70px;
	background-position: center;
	background-repeat: no-repeat;
}

.bl_ti p:nth-child(1) {
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
	margin-top: 65px;
}

.bl_ti p:nth-child(2) {
	text-align: center;
	color: #fff;
	opacity: 0.5;
	font-size: 20px;
	margin-top: 16px;
}

.banli {
	width: 1200px;
	height: 362px;
	margin: 50px auto 0;
}

.banli_l {
	float: left;
	margin-left: 32px;
	width: 910px;
	height: 362px;
	overflow: hidden;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	background: #2c2e3b;
}

.bl_tj {
	width: 100%;
	height: 362px;

}

.bl_cl {
	width: 100%;
	height: 362px;
	display: none;
}

.banli_r {
	float: right;
	width: 200px;
	margin-right: 37px;
	height: 190px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	background: #2c2e3b;
}

.sb_ul {
	margin-left: -5px;
}

.sb_liang {
	background: #2358EA;
}

.sb_ul li {
	height: 80px;
	width: 210px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	margin-top: 10px;
	cursor: pointer;
	font-size: 18px;
}

.sb_ul li span {
	float: left;
	margin-left: 56px;
}

.sb_ul li i {
	float: left;
	margin: 1px 0 0 5px;
}

.bl_tj li {
	margin: 0 30px;
	overflow: hidden;
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.bl_tj li:nth-child(1) {
	margin-top: 20px;
}

.bl_tj li>span {
	float: left;
	color: #fff;
	font-size: 16px;
}

.bl_tj li a {
	float: right;
	color: rgba(255, 255, 255, .5);
}

.bl_tj li a img {
	margin-left: 5px;
}

.bl_er {
	display: none;
}

.bl_tj li a:hover {
	color: rgba(255, 255, 255, 1);
}

.bl_tj li a:hover .bl_yi {
	display: none;
}

.bl_tj li a:hover .bl_er {
	display: inline-block;
}

.xuzhi_ti {
	margin: 20px 30px 0;
	font-size: 16px;
	color: #fff;
}

.xuzhi_ti:nth-child(1) {
	margin-top: 36px;
}

.xuzhi_wen {
	margin: 15px 30px 0;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	opacity: 0.5;
}

.zhu {
	text-align: center;
	margin: 48px auto;
}

.zhu a {
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
	transition: 0.5s;
}
.zhu a:hover{
	opacity: 1;
}
/* 申办流程 */
.sblc {
	width: 100%;
	overflow: hidden;
}
.liucheng {
	width: 1200px;
	/* height: 455px; */
	/* background: pink; */
	margin: 0 auto;
}

.biaoti p:nth-child(1) {
	text-align: center;
	margin-top: 65px;
	font-size: 24px;
	color: #111;
	font-weight: bold;
}

.biaoti p:nth-child(2) {
	font-size: 20px;
	color: #999;
	text-align: center;
	margin-top: 14px;
}

.lc_ul {
	width: 100%;
	margin-top: 50px;
	height: 207px;
}

.lc_ul li {
	float: left;
	margin-left: 24px;
	width: 18px;
	height: 207px;
	overflow: hidden;
}

.lc_img img {
	margin-top: 98px;
}

.lc_ul li:nth-child(1) {
	margin-left: 0;
}

.lc_ul .lc_li {
	width: 250px;
	background: #fff;
	box-shadow: 0px 3px 7px 0px rgba(180, 180, 180, 0.3);
	border-radius: 10px;
	transition: 0.5s;
}

.lc_ul .lc_li:hover {
	box-shadow: 0px 12px 20px 0px rgba(51, 51, 51, 0.3);
}

.lc_li p:nth-child(1) {
	overflow: hidden;
	margin: 40px 40px 0;
}

.lc_li p:nth-child(1) span:nth-child(1) {
	float: left;
}

.lc_li p:nth-child(1) span:nth-child(2) {
	float: right;
	font-weight: bold;
	font-size: 36px;
	color: rgba(102, 102, 102, .2);
	margin-top: -10px;
}

.lc_li p:nth-child(2) {
	margin: 15px 40px 0;
	font-size: 18px;
	color: #2358EA;
}

.lc_li p:nth-child(3) {
	font-size: 14px;
	line-height: 22px;
	margin: 12px 40px;
	color: rgba(102, 102, 102, 1);
}

.lc_zhu {
	text-align: center;
	font-size: 14px;
	color: #999;
	margin-top: 48px;
}

/* 我们的优势 */
.wmys {
	width: 100%;
	height: 565px;
	background: #fafaff;
	margin-top: 70px;
	overflow: hidden;
}

.youshi {
	width: 1200px;
	margin: 48px auto 0;
}

.youshi_ul li {
	float: left;
	width: 580px;
	height: 136px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.youshi_ul li:nth-child(2n-1) {
	margin-left: 0;
}

.youshi_ul li .ys {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 136px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 10px 30px 0px rgba(153, 153, 153, 0.2);
	border-radius: 20px;
	transition: 0.5s;
}

.youshi_ul li:hover .ys {
	margin-top: -10px;
}

.ys>p:nth-child(1) {
	margin: 36px 0 0 40px;
	font-size: 20px;
	font-weight: bold;
}

.ys>p:nth-child(2) {
	margin: 15px 0 0 40px;
	font-size: 16px;
	color: rgb(102, 102, 102);
}

.youshi_ul li:nth-child(1) .ys>p:nth-child(1) {
	color: #2358EA;
}

.youshi_ul li:nth-child(2) .ys>p:nth-child(1) {
	color: rgb(78, 26, 153);
}

.youshi_ul li:nth-child(3) .ys>p:nth-child(1) {
	color: rgb(0, 134, 32);
}

.youshi_ul li:nth-child(4) .ys>p:nth-child(1) {
	color: rgb(255, 144, 0);
}

.ys>p:nth-child(3) {
	position: absolute;
	top: 30px;
	right: 0;
	width: 80px;
	overflow: hidden;
	border-radius: 38px 0 0 38px;
	text-align: center;
	height: 76px;
	line-height: 76px;
}

.ys>p:nth-child(3) img {
	margin-top: 20px;
	margin-left: 5px;
}

.youshi_ul li:nth-child(1) .ys>p:nth-child(3) {
	background: #2358EA;
}

.youshi_ul li:nth-child(2) .ys>p:nth-child(3) {
	background: rgb(78, 26, 153);
}

.youshi_ul li:nth-child(3) .ys>p:nth-child(3) {
	background: rgb(0, 134, 32);
}

.youshi_ul li:nth-child(4) .ys>p:nth-child(3) {
	background: rgb(255, 144, 0);
}

/* 证件展示 */
.zjzs {
	width: 100%;
	overflow: hidden;
}

.zhengjian {
	width: 1200px;
	margin: 30px auto 0;
}

.swiper_anlis {
	height: 370px;
}

.swiper_anlis .swiper-slide {
	margin-top: 20px;
	height: 250px;
	text-align: center;
}

.sli_box {
	width: 270px;
	margin: 10px auto;
	background: #fff;
	cursor: pointer;
	transition: 0.5s;
}

.sli_box p:nth-child(1) {
	/* box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.2); */
	border-radius: 5px;
}
.sli_box img{
	max-height: 185px;
}
.sli_box p:nth-child(2) {
	font-size: 14px;
	color: #333;
	line-height: 24px;
	margin-top: 16px;
}

.swiper_anlis .swiper-slide:hover .sli_box {
	margin-top: -5px;
}

.swiper_anlis .swiper-slide:hover .sli_box p:nth-child(2) {
	color: #2358EA;
}

div:focus {
	outline: none;
}

.prev_anli,
.next_anli {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #999;
	top: 92%;
}

.prev_anli:hover,
.next_anli:hover {
	background: #2358EA;

}

.prev_anli {
	left: 535px;
}

.next_anli {
	right: 535px;
}
.zhanshi_fd{
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 55555;
	background: rgba(0,0,0,0.5);
}
.big_tu {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17%;
	margin-left: -26.162%;
	width: 50%;
	height: 70%;
	text-align: center;
	overflow: auto;
	border-radius: 3px;
	background: #fff;
}
.big_tu  img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-height: 90%;
}

.zhanshi_guan{
	position: fixed;
	top: 50%;
	margin-right: -22.162%;
	margin-top: -16.5%;
	right: 50%;
	z-index: 222222;
	width: 35px;
	height: 35px;
	cursor: pointer;

}
.zhanshi_guan p{
	width: 30px;
	height: 3px;
	transform-origin: 44px;
	background: #666;
}
.zhanshi_guan p:nth-child(2){
	margin-top: 38px;
	transform: rotate(45deg);
}
.zhanshi_guan p:nth-child(1){
	transform: rotate(-45deg);
}
/* 常见问题 */
.cjwt {
	width: 100%;
	/* height: 700px; */
	overflow: hidden;
	margin-top: 70px;
	background: #fafaff;
	padding-bottom: 30px;
}

.wenti_ul {
	width: 1200px;
	margin: 50px auto 0;
}

.wenti_ul>li {
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	width: 580px;
	height: 122px;
}

.wenti_ul li:nth-child(2n-1) {
	margin-left: 0;
}

.wenti_box {
	position: relative;
	width: 100%;
	height: 122px;
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.2);
	border-radius: 10px;
	overflow: hidden;
	transition: 0.4s ;
}

.wenti_ul li:hover .wenti_box {
	margin-top: -5px;
}

.wt_top {
	overflow: hidden;
	margin-top: 25px;
}

.wt_top>p:nth-child(1) {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 25px;
	margin-right: 10px;
	background: #2358EA;
	color: #fff;
}

.wt_top>p:nth-child(2) {
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	color: #333;
	float: left;
	width: 490px;
	margin-right: 30px;
}

.wt_bot {
	margin-top: 16px;
}

.wt_bot>p:nth-child(1) {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	border-radius: 2px;
	margin-left: 25px;
	margin-right: 10px;
	background: #ff7800;
	color: #fff;
}

.wt_bot>p:nth-child(2) {
	font-size: 14px;
	color: #999;
	width: 493px;
	float: left;
	margin-right: 30px;
}

.wt_bot>p:nth-child(2) a {
	color: #999;
}

.wt_bot>p:nth-child(2) a:hover {
	color: #2358EA;
}

.huan {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

.huan img {
	height: 15px;
}

.wt_huan {
	display: none;
	font-size: 14px;
	color: #999;
	width: 493px;
	float: left;
	margin-right: 30px;
}

.huan img {
	cursor: pointer;
}

/* 相关服务 */
.xgfw {
	width: 100%;
	overflow: hidden;
}

.xiangguan {
	width: 1200px;
	height: 310px;
	margin: 50px auto 0;
}
.xg_ul{
	height: 211px;
}
.xg_ul li {
	float: left;
	width: 276px;
	/* overflow: hidden; */
	height: 211px;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(153, 153, 153, 0.15);
	border-radius: 5px;
	
}
.xg_ul a{
	float: left;
	margin-left: 32px;
}

.xg_ul a:first-child {
	margin-left: 0;
}
.xg_ul li p:nth-child(1){
	margin-top: 40px;
}
.xg_ul li p:nth-child(2){
	font-size: 16px;
	color: #333;
	margin: 22px 0 10px;
}
.xg_ul li p:nth-child(3){
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
.liaojie{
	text-align: center;
	margin-top: 50px;
}
.liaojie a{
	display:inline-block;
	padding: 12px 25px;
	background: #2358EA;
	border-radius: 21px;
	color: #fff;
	font-size: 14px;
}
.liaojie a img{
	margin-left: 5px;
}

.box2 {
	text-align: center;
	cursor: pointer;
	position: relative;
}

.box2:after,
.box2:before {
	content: '';
	display: block;
	position: absolute;
	border: 2px transparent solid;
	width: 0;
	height: 0;
	box-sizing: border-box;
}

.box2:after {
	left: 0;
	top: 0;
	transition: border-color 0s ease-in 0.4s, width 0.1s ease-in 0.3s, height 0.1s ease-in 0.2s;
}

.box2:before {
	right: 0;
	bottom: 0;
	transition: border-color 0s ease-in 0.2s, width 0.1s ease-in 0.1s, height 0.1s ease-in 0s;
}
.box2:hover:after {
	height: 100%;
	width: 100%;
	transition: width 0.1s ease-out 0s, height 0.1s ease-out 0.1s;
}
.box2:hover:before {
	height: 100%;
	width: 100%;
	transition: border-color 0s ease-out 0.2s, width 0.1s ease-out 0.2s, height 0.1s ease-out 0.3s;
}
.box_yi:hover:after {
	border-right-color: rgb(36,104,242);
	border-top-color: rgb(36,104,242);
}

.box_yi:hover:before {
	border-left-color: rgb(36,104,242);
	border-bottom-color: rgb(36,104,242);
}
.box_er:hover:after {
	border-right-color: rgb(78,26,153);
	border-top-color: rgb(78,26,153);
}

.box_er:hover:before {
	border-left-color: rgb(78,26,153);
	border-bottom-color: rgb(78,26,153);
}
.box_san:hover:after {
	border-right-color: rgb(255,144,0);
	border-top-color: rgb(255,144,0);
}

.box_san:hover:before {
	border-left-color: rgb(255,144,0);
	border-bottom-color: rgb(255,144,0);
}
.box_si:hover:after {
	border-right-color: rgb(0,134,32);
	border-top-color: rgb(0,134,32);
}

.box_si:hover:before {
	border-left-color: rgb(0,134,32);
	border-bottom-color: rgb(0,134,32);
}

.shenban{
	width: 1200px;
	margin: 70px auto 0;
	height: 200px;
	background: url(../img/bannergg.png);
	background-size: 100% 100%;
	overflow: hidden;
}
.shenban p:nth-child(1) {
	text-align: center;
	margin-top: 45px;
	font-size: 30px;
	color: #fff;
}
.shenban p:nth-child(2){
	width: 134px;
	height: 45px;
	cursor: pointer;
	border-radius: 45px;
	line-height: 45px;
	text-align: center;
	background: #ff6000;
	color: #fff;
	font-size: 16px;
	margin: 25px auto;
}
/* 表单 */
.biaodan{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 333;
}
.bd{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 450px;
	height: 410px;
	overflow: hidden;
	background: #fff;
}
.bd_kuang{
	margin-top: 10px;
}
.kuang_top{
	width: 320px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	height: 40px;
}
.kuang_top dt{
	float: left;
	font-size: 14px;
	color: #06f;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	/* margin-right: 15px; */
}
.kuang_top dd{
	position: relative;
	float: left;
	font-size: 14px;
	color: #06f;
	height: 30px;
	margin-left: 28px;
	line-height: 30px;
	cursor: pointer;
	text-align: center;
}
.kuang_bot{
	width: 320px;
	height: 160px;
	margin: 10px auto 0;
}
.kuang_bot dt{
	float: left;
	font-size: 14px;
	color: #666;
	height: 30px;
	height: 160px;
	line-height: 30px;
	font-weight: bold;
	
	/* margin-right: 15px; */
}
.kuang_bot dd{
	position: relative;
	float: left;
	font-size: 14px;
	color: #666;
	height: 30px;
	border-bottom: 1px solid #fff;
	line-height: 30px;
	margin-left: 28px;
	cursor: pointer;
	text-align: center;
}
.bd_kuang i{
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 2px;
	left: 0;
	transition: 0.5s;
	background:#06f;
}
.bd_kuang dd:hover i{
	width: 100%;
}
.bd_kuang dd:hover{
	color: #06f;
}

.bd_xuan{
	position: absolute;
	top: 155px;
	left: 50px;
	display: none;
	width: 350px;
	box-shadow: 0 3px 7px #ccc;
	height: 230px;
	overflow: auto;
	background: #fff;
}
.bd_lie{
	position: absolute;
	top: 210px;
	left: 50px;
	display: none;
	width: 350px;
	box-shadow: 0 3px 7px #ccc;
	max-height: 160px;
	overflow: auto;
	background: #fff;
}
.bd_lie p{
	height: 40px;
	padding-left: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #666;
	cursor: pointer;
}
.bd_lie p:hover{
	background: #2458eb;
	color: #fff;
}
.bd>p:nth-child(1){
	color: #2458eb;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}
.bd_fuwu{
	width: 350px;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	background: #f0f0f5;
	margin: 15px auto 0;
}
.bd_diqu{
	width: 350px;
	height: 45px;
	overflow: hidden;
	cursor: pointer;
	background: #f0f0f5;
	margin: 30px auto 0;
}
.bd_diqu i:nth-child(1),.bd_fuwu i:nth-child(1){
	float: left;
}
.bd_diqu i:nth-child(1) img,.bd_fuwu i:nth-child(1) img{
	margin-top:15px;
	margin-right: 10px;
	height: 14px;
	margin-left: 20px;
	
}
.cha {
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 222222;
	width: 35px;
	height: 35px;
	cursor: pointer;

}

.cha p {
	width: 30px;
	height: 3px;
	transform-origin: 44px;
	background: #666;
}

.cha p:nth-child(2) {
	margin-top: 38px;
	transform: rotate(45deg);
}

.cha p:nth-child(1) {
	transform: rotate(-45deg);
}
.bd_diqu p:nth-child(2),.bd_fuwu p:nth-child(2){
	float: left;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
}
.bd_diqu i:nth-child(3),.bd_fuwu i:nth-child(3){
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
.bd_sj{
	width: 350px;
	height: 45px;
	background: #f0f0f5;
	margin: 15px auto 0;
	overflow: hidden;
}
.bd_sj i{
	float: left;
}
.bd_sj img{
	margin-left: 20px;
	margin-top: 14px;
	margin-right: 18px;
	height: 14px;
}
.bd_sj input{
	float: left;
	height: 40px;
	margin-left: -10px;
	width: 310px;
}
.biaodan input{
	border: none;
	color: #666;
	font-size: 14px;
	width: 85%;
	background: #f0f0f5;
	box-sizing: border-box;
}
.biaodan input::-webkit-input-placeholder {
		   font-size: 14px;
		   color: #999;
}
.biaodan input:-ms-input-placeholder {
		  font-size: 14px;
		  color: #999;
		  font-family: "microsoft yahei";
}
.shen{
	width: 350px;
	height: 45px;
	border-radius: 45px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	margin: 20px auto 0;
	background: #2358eb;
	color: #fff;
}

.gou img{
	cursor: pointer;
}
.gx_er{
	display: none;
}
.gou{
	width: 260px;
	margin: 0 auto;
}
.gou p{
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #999;
}
.gou p:nth-child(2){
	margin-top: -2px;
	margin-left: 5px;
}
.gou p a{
	color: #999;
}
.gou p a:hover{
	color: #2458eb;
}


.footer{
	width: 100%;
	height: 482px;
	margin-top: 70px;
	background: url(https://51whz.oss-cn-shanghai.aliyuncs.com/img/pc/cpy/banner_d_pc.jpg) no-repeat;
	background-size: 100% 100%;
}
.footer_t{
	width: 1200px;
	height: 323px;
	/* background: pink; */
	margin:  0 auto;
}
.footer_l{
	float: left;
	width: 800px;
	height: 323px;
	/* background: yellow; */
}
.footer_r{
	float: right;
	width:310px;
	height: 323px;
	/* background: orange; */
}
.footerl_ul{
	margin-top: 70px;
}
.footerl_ul li{
	float: left;
	margin-left: 70px;
}
.footerl_ul li:first-child{
	margin: 0;
}
.footer dt{
	font-size: 20px;
	color: #fff;
	height: 20px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 20px;
}
.footer dd{
	margin-bottom: 15px;
	height: 14px;
	line-height: 14px;
}
.footer dd a{
	transition: 0.5s;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.footer dd:hover a{
	opacity: 1;
}
.footer_r>p{
	color: #fff;
	font-size: 18px;
	height: 18px;
	margin-left: 31px;
	line-height: 18px;
	margin-top: 70px;
}
.footer_r>p span{
	color: #fff;
	font-size: 14px;
}
.footerr_ul li{
	margin-top: 20px;
	float: left;
	width: 125px;
	height: 145px;
	text-align: center;
	margin-left: 28px;
	background: #fff;
}
.footerr_ul li p{
	font-size: 14px;
	color: #111;
	height: 14px;
	margin-top: -5px;
	line-height: 14px;
}
.footer_b{
	width: 1200px;
	height: 160px;
	/* background: pink; */
	margin: 0 auto;
}
.footer_bl{
	float: left;
}
.footer_br{
	float: right;
}
.footer_bul{
	overflow: hidden;
}
.footer_bul li{
	margin-top: 30px;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	transition: 0.5s;
}
.footer_bul li a{
	font-size: 12px;
	color: #fff;
}
.footer_bul li:hover{
	opacity: 1;
}
.footer_bl>p{
	font-size: 12px;
	color: #fff;
	opacity: 0.5;
	height: 12px;
	line-height: 12px;
	margin: 10px 0 25px 0;
}
.footer_bl>p a{
	font-size: 12px;
	color: #fff;
}
.footer_bl>p a:hover{
	text-decoration: underline;
}
.xinxi li{
	float: left;
	margin-right: 20px;
}
.xinxi li img{
	height: 36px;
}
.footer_br img{
	margin-top: 60px;
}
/* 杩斿洖 */
.fanhui {
	position: fixed;
	top: 55%;
	right: 2%;
	z-index: 55555;
	width: 60px;
}

.fanhui li {
	width: 50px;
	height: 50px;
	position: relative;
	border-radius: 2px;
	box-shadow: 0 0 10px 0 rgba(20, 34, 67, .1);
	background: #08f;
	margin-bottom: 5px;
	text-align: center;
}

.fanhui li:hover {
	cursor: pointer;
	background: #2469f2;
}

.fanhui .zhiding {
	display: none;
}

.fanhui li img {
	width: 40px;
	margin-top: 5px;
}

.fanhui li:nth-child(2) {
	height: 90px;
}

.fanhui li:nth-child(2) img {
	width: 27px;
	margin-top: 13px;
}

.fanhui li:nth-child(2) p:nth-child(2) {
	color: #fff;
	font-size: 14px;
}

.fanhui li:nth-child(3):hover {
	border-radius: 0 2px 2px 0;
}

.weixin {
	height: 145px;
	width: 145px;
	border-radius: 2px;
	background: #2469f2;
}

.weixin_d {
	position: absolute;
	top: 0px;
	right: 60px;
	height: 145px;
	width: 0px;
	overflow: hidden;
}

.xuanzuan {
	position: absolute;
	top: 15px;
	left: 140px;
	transform: rotate(45deg);
	width: 10px;
	height: 10px;
	background: #2469f2;
}

.weixin_l {
	float: left;
	margin: 20px 0 0 20px;
}

.weixin_l img {
	width: 105px;
}

.dianhua {
	position: absolute;
	top: 0;
	right: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px 0 0 2px;
	background: #2469f2;
	width: 0;
	overflow: hidden;
	height: 50px;
}
.zthd{
	position: absolute;
	top: 90px;
	left: 50%;
	transition: 0.5s;
	margin-left: -90px;
	width: 180px;
	height: 0;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	background: #fff;
}
.zthd p a{
	display: block;
	height: 35px;
	padding:0 20px;
	line-height: 35px;
	color: #666;
}
.zthd p:nth-child(1){
	margin-top:24px;
}
.zthd p a:hover{
	color: #2358EA;
}