@font-face {
	font-family: BN;
	src: url("fonts/BebasNeue.otf");
}


/*		城市		*/



#consult{
	width: 100%;
	min-width: 1200px;
	height: 300px;
	background: url(../images/consult001.png) #0067ff no-repeat center;
	overflow: hidden;
	position: relative;
}
.consult_01{
	text-align: center;
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	margin-top: 64px;
	position: relative;
	z-index: 15;
}

.consult_01::selection , #consult h2::selection {
	color: #000000;
	background: #ffffff;
}

#consult h2 {
	font-size:16px;
	line-height:22px;
	letter-spacing:2px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	margin: 21px 0 50px;
}

#consult .consult_zx{
	width: 178px;
	height: 40px;
	border: 1px #fff solid;
	border-radius:24px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	margin-top: 25px;
	position: relative;
	z-index: 999;
	cursor: pointer;
	transition: all 0.6s;
}
#consult .consult_zx:hover{
	color: #3B7AFF;
}
.consult_one{
	position: absolute;
    top: -120px;
    left: 50%;
   	z-index: 10;
    margin-left: -120px;
    width: 240px;
    height: 240px;
    background: url(../images/consult002.png);
    animation: consult_one linear 10s infinite;
}
.consult_two{
	position: absolute;
    top: 50px;
    left: 34%;
    z-index: 11;
    width: 360px;
    height: 360px;
    background: url(../images/consult003.png);
    animation: consult_two linear 12s infinite;
}
.consult_three{
	position: absolute;
    top: 50px;
    left: 48%;
    z-index: 12;
    width: 300px;
    height: 300px;
    background: url(../images/consult004.png);
    animation: consult_three linear 11s infinite;
}
.consult{
	width: 100%;
	height: 1000px;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10001;
	display: none;
}
.consult input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}
.consult input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
.consult input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
.consult input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}
.consult_02{
	width: 690px;
	height: 620px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.consult_03{
	width: 615px;
	height: 620px;
	margin: 0 auto;
}
.consult_03_01,.consult_03_02,.consult_03_03{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.consult_03_01{
	width: 100%;
	height: 74px;
	border-bottom: 1px #eee solid;
}
.consult_03_01 span{
	font-size: 18px;
	color: #222;
	font-weight: bold;
}
.consult_03_01 img{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.consult_03_02,.consult_03_03,.consult_03_04,.consult_03_07{
	width: 100%;
	margin-top: 28px;
	overflow: hidden;
}
.consult_03_02 span,.consult_03_03 span,.consult_03_04 span{
	color: #666;
	font-size: 16px;
	line-height: 45px;
}
.consult_03_02 input,.consult_03_03 input{
	height: 43px;
	border: 1px #eee solid;
	padding: 0px 15px;
	outline: none;
	font-size: 14px;
}
.consult_03_02 input{
	width: 483px;
}
.consult_03_03 input{
	width: 158px;
}
.consult_03_04 span{
	width: 100%;
	float: left;
}
.consult_03_05{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.consult_03_05 img{
	display: none;
	margin: 2.5px auto;
}
.consult_03_05 input{
	display: none;
}
.consult_03_05 div{
	width: 16px;
	height: 16px;
	background: #eee;
	border: 1px #eee solid;
	float: left;
	cursor: pointer;
}
.consult_03_05 .active{
	border: 1px #3B7AFF solid;
	background: rgba(0,0,0,0);
}
.consult_03_05 .active img{
	display: block;
}
.consult_03_04 p{
	font-size: 14px;
	color: #999;
	line-height: 18px;
	float: left;
	margin-left: 16px;
}
.consult_03_06{
	width: 100%;
	height: 100px;
	border-top: 1px #eee solid;
	margin-top: 23px;
}
.consult_03_07{
	height: 45px;
}
.consult_03_06 button{
	width: 180px;
	height: 42px;
	background: #3B7AFF;
	outline: none;
	border: none;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 29px;
}
@-webkit-keyframes consult_one {
	from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}
@-moz-keyframes consult_one{
	from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}
@-o-keyframes consult_one {
	from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}
@keyframes consult_one{
	from {
        top: -120px
    }

    50% {
        top: -180px
    }

    to {
        top: -120px
    }
}
@-webkit-keyframes consult_two{
	from {
        top: 200px;
        left: 34%
    }

    50% {
        top: 230px;
        left: 24%
    }

    to {
        top: 200px;
        left: 34%
    }
}
@-moz-keyframes consult_two{
	from {
        top: 200px;
        left: 34%
    }

    50% {
        top: 230px;
        left: 24%
    }

    to {
        top: 200px;
        left: 34%
    }
}
@-o-keyframes consult_two{
	from {
        top: 200px;
        left: 34%
    }

    50% {
        top: 230px;
        left: 24%
    }

    to {
        top: 200px;
        left: 34%
    }
}
@keyframes consult_two{
	from {
        top: 200px;
        left: 34%
    }

    50% {
        top: 230px;
        left: 24%
    }

    to {
        top: 200px;
        left: 34%
    }
}
@-webkit-keyframes consult_three {
	from {
    	top: 200px;
    	left: 48%;
	}
	50% {
	    top: 230px;
	    left: 58%;
	}
	to {
	    top: 200px;
	    left: 48%;
	}
}
@-moz-keyframes consult_three{
	from {
	    top: 200px;
	    left: 48%;
	}
	50% {
	    top: 230px;
	    left: 58%;
	}
	to {
	    top: 200px;
	    left: 48%;
	}
}
@-o-keyframes consult_three {
	from {
	    top: 200px;
	    left: 48%;
	}
	50% {
	    top: 230px;
	    left: 58%;
	}
	to {
	    top: 200px;
	    left: 48%;
	}
}
@keyframes consult_three{
	from {
	    top: 200px;
	    left: 48%;
	}
	50% {
	    top: 230px;
	    left: 58%;
	}
	to {
	    top: 200px;
	    left: 48%;
	}
}



/*		底部		*/



#tops{
	width: 50px;
	height: 320px;
	padding: 0 10px;
	/* overflow: hidden; */
	position: fixed;
	right: 24px;
	bottom: 50px;
	z-index: 10001;
}
.tops_01{
	width: 42px;
	height: 270px;
	float: right;
}
.tops_01_01 img,.tops_01_02 img{
	width: 100%;
	display: block;
	margin: 12px auto;
}
.tops_01_01,.tops_01_02{
	width: 24px;
	height: 118px;
	padding: 0px 8px;
	margin-top: 20px;
	font-size: 14px;
	color: #252C3B;
	background: #fff;
	text-align: center;
	border: 1px rgba(230,233,240,1) solid;
	cursor: pointer;
	float: right;
	transition: all .5s
}
.tops_01_01{
	height: 120px;
	margin-top: 140px;
	border: none;
	color: #fff;
	background:linear-gradient(180deg,rgba(28,82,222,1) 0%,rgba(70,130,255,1) 100%);
	box-shadow: 0px 6px 14px 0px rgba(67,133,255,0.4);
}

.tops_01_02 {
	width: 22px;
	box-shadow: 0px 6px 14px 0px rgba(37,44,59,0.1);
}

#newBridge .icon-right-center {
	transform: translateY(140px);
	transition: all .5s;
}

.tops_02{
	position: relative;
	right: 45px;
	width: 180px;
	float: left;
	background: #fff;
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.1);
}
.tops_02 li{
	width: 160px;
	height: 67px;
	padding: 0 10px;
	border-bottom: 1px #eee solid;
	float: left;
	transition: 0.6s;
}
.tops_02 li:first-of-type a{
	width: 100%;
    height: 68px;
    display: block;
    overflow: hidden;
}
.tops_02 li:last-of-type{
	border: none;
}
.tops_02 li:nth-of-type(2) p{
	width: 113px;
	height: 108px;
	background: url(../images/tops009.png) no-repeat center center;
	position: absolute;
	display: none;
	left: -128px;
	top: 66px;
}
.tops_02 li:nth-of-type(2) p img{
	width: 100px !important;
	height: 100px !important;
	margin-top: 4px;
	margin-left: 2px;
	border-radius: 4px;
}
/*.tops_02 li:nth-of-type(2):hover p{
	display: block;
}*/
.tops_02 li img{
	position: relative;
	left: 12px;
	width: 24px;
	height: 26px;
	float: left;
	margin-top: 21px;
	margin-right: 32px;
}
.tops_02 li{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
.tops_02 li:hover{
	background: #f0f5ff;
}
.tops_02 li div{
	color: #252C3B;
	margin-top: 15px;
	font-size: 14px;
	font-weight: 700;
}
.tops_02 li div a{
	color: #252C3B;
}
.tops_02 li span{
	color: #666A75;
}
.tops_02 li p{
	font-size: 14px;
	letter-spacing: 2px;
	color: #3B7AFF;
	margin: 0;
}
.tops_01_01:hover .tops_03{
	display: block;
}
.tops_03{
	width: 203px;
	position: absolute;
	display: none;
	top: 0px;
	left: -138px;
	transition: all .5s;
	/*overflow: hidden;*/
}

.tops_03.on.on2 {
	opacity: 1;
}

#footer{
	width: 100%;
	height: 580px;
	background: #252B3A;
}
.footer{
	width: 1200px;
	height: 486px;
	margin: 0 auto;
}
.footer_01{
	width: 100%;
	height: 300px;
	border-bottom: 1px rgba(255, 255, 255, .2) solid;
	padding-bottom: 80px;
}
.footer_01_01{
	width: 840px;
	height: 230px;
	float: left;
	padding-top: 70px;
}
.footer_01_01 li{
	width: 190px;
	float: left;
	line-height: 34px;
	color: rgba(255,255,255,.8);
	font-size: 14px;
}
.footer_01_01 li div{
	margin-bottom: 10px;
	font-size: 16px;
}
.footer_01_01 a,.footer_01_01 li span{
	display: block;
	max-width: 100px;
	color: rgba(255,255,255,.4);
}
.footer_01_01 a:hover{
	color: #1f6cdd;
}
.footer_01_01 span{
	width: 90px;
	height: auto;
}
.footer_01_01 span img{
	width: 100px;
	height: 100px;
	display: none;
}
.footer_01_01 .active img{
	display: block;
}
.footer_01_02{
	width: 280px;
	height: 230px;
	padding-top: 70px;
	float: right;
	color: #fff;
	line-height: 30px;
}
.footer_01_02 div,.footer_01_02 h3{
	font-size: 16px;
}
.footer_01_02 div:first-of-type{
	margin-bottom: 10px;
	line-height: 34px;
	color: rgba(255, 255, 255, .8)
}
.footer_01_02 span{
	display: block;
	font-size: 32px;
	line-height: 40px;
	font-family: BN;
	letter-spacing: 2px;
	margin: 30px 0 6px;
}
.footer_01_02 p{
	font-size: 12px;
	color: rgba(255, 255, 255, .4);
	line-height: 20px;
	margin-bottom: 25px;
}
.footer_01_02 div span{
	font-size: 16px;
}
.footer_01_02 h3{
	margin-bottom: 10px;
}
.footer_02{
	width: 100%;
	height: 90px;
	border-bottom:1px rgba(255, 255, 255, .2) solid;
	font-size: 16px;
}
.footer_02 span,.footer_02 a{
	color: #999;
	margin-right: 80px;
	line-height: 90px;
}
.footer_02 a{
	font-size: 14px;
}
.footer_02 a:hover{
	color: #1f6cdd;
}
.footer_03{
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
	font-size: 14px;
}
.footer_03 span,
.footer_03 a {
	line-height: 24px;
	text-align: right;
	color: rgba(255,255,255,.4);
}
.footer_03 span a{
	float: right;
	overflow: hidden;
	color: rgba(255,255,255,.4);
}
.footer_03 span img{
	margin-right: 5px;
  margin-top: 3px;
  float: left;
}


#wxtc{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	z-index: 10001;
	display: none;
}
.wxtc{
	width: 330px;
	height: 405px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	text-align: center;
}
.wxtc_01{
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.wxtc_02{
	width: 225px;
	height: 225px;
	position: absolute;
	top: -70px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}
.wxtc div{
	float: left;
    font-size: 18px;
    width: 100%;
    margin-top: 260px;
    font-weight: bold;
}
.wxtc span{
	float: left;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
}
.guanzhu{
	width: 100px !important;
}
.jiatui{
	width: 100px !important;
	margin-top: 45px;
    margin-left: 40px;
}
.jiatui img{
	display: block !important;
}