/*
===========================================
style common
===========================================*/

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffffff;
	
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: rgba(12, 104, 179,0.7);
}

::-webkit-scrollbar-thumb
{
	background:#aeaeae;
	border-radius: 0;
	
}
::-webkit-scrollbar-thumb:hover{
	background:#0B5593 ;
	border-radius: 0;
}
.content{
   /*margin-top: 88px;*/
   padding-top: 88px;
}
.content:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.auto-container{
	max-width: 1700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.row{
	width: 100%;
}
.half{
	width: 50%;
}
.btn{
	text-align: center;
	display: inline-block;
	border: 3px solid #fff;
	font-size: 1.666em;
	position: relative;
	z-index: 1;
	width: 196px;
	height: 42px;
	line-height: 42px;
    text-transform: uppercase;
	padding: 0;
}
.btn:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	z-index: -1;
}
.btn:hover:after{
	content: "";
	height: 100%;
}
/*btn-style-one*/
.btn-style-one{
	color: #fff;
}
.btn-style-one:after{
	background-color: #fff;
}
.btn-style-one:hover{
	color: #666!important;
}

/*.btn-style-two*/
.btn-style-two{
	border-color: #0C68B3;
    color: #0C68B3;
    font-weight: bold;
}
.btn-style-two:after{
	background-color: #0C68B3;
}
.btn-style-two:hover{
	color: #fff!important;
}
.mobile-only{
	display: none;
}



/*
===========================================
.header
===========================================
*/
/*搜索*/
.search-wrap {
	background-color: #000;
	width: 100%;
	height: 0;
	z-index: 999;
	overflow: hidden;
	position: relative;
}
.search-wrap form{
	height: 100%;
}
.search-wrap input{
	width: 90%;
	height: 18px;
	line-height: 18px;
	padding: 10px 10px 10px 40px;
	margin-top: 13px;
	border: 0;
	background: transparent;
	color: #fff;
}
.search-wrap .search-close{
	position: absolute;
	right: 50px;
	top: 50%;
	margin-top: -10px;

	width: 20px;
	height: 20px;
	background: url("../images/search-close.png") no-repeat center center;
	cursor: pointer;
	transition: all .4s ease;
}
.search-wrap .search-close:hover{
	transform: rotate(90deg);
}
.search-wrap .icon-search{
	position: absolute;
	left: 16px;
    top: 25px;
	width: 13px;
	height: 13px;
	background: url("../images/btn-search.png") no-repeat;
}
/*end search*/


/*hello*/
.overlay-hello{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url("../images/hello-bg.jpg") repeat-x left bottom #095fab;
	color: #fff;
	display: none;
	padding-top: 3%;
}



/*top*/
.overlay-hello .overlay-top{
	width: 1600px;
	margin-left: auto;
	margin-right: auto;
}
.overlay-hello .overlay-top .hello-close{
	cursor: pointer;
	transition: all .4s ease;
}
.overlay-hello .overlay-top .hello-close:hover{
	transform: rotate(90deg);
}

.overlay-hello .auto-container{
	max-width: 1242px;
	text-align: center;
	height: 100%;
}


/*h2*/
.hello-h2{
	top: 5%;
	position: absolute;
	width: 100%;
	text-align: center;
}

/*中间联系方式*/

.overlay-ul {
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
}
.overlay-ul li{
	float: left;
	text-align: left;
}
.overlay-ul li a,.overlay-ul li button{
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 4px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;
	background: none;
	padding: 0 10px;
}
.overlay-ul li h3{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 20px;

}
.overlay-ul li h2{
	font-size: 30px;
	font-weight: normal;
}
.overlay-ul li p{
	font-size: 13px;
}

.overlay-ul .hello-li-first{
	margin-right: 15%;
}


.overlay-ul .hello-li-second a{
	width: 225px;
	background: url("../images/hello-zx.png") no-repeat 47px center;
	padding-left: 25px;
}

.overlay-ul .hello-li-three{
	float: right;
}
.overlay-ul .hello-li-three input{
	vertical-align: middle;
	height: 18px;
	line-height: 18px;
	padding: 21px 0;
	width: 255px;
	margin-right: 25px;
	border:0;
	border-bottom: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 18px !important;
}

.overlay-ul .hello-li-three input:-moz-placeholder{
   color:#fff;
}
.overlay-ul .hello-li-three input::-webkit-input-placeholder{
   color:#fff;
}
.overlay-ul .hello-li-three a{
	width: 120px;
}



/*自动滚动*/

.overlay-hello .picMarquee-top{
	position: absolute;
	bottom: 18%;
	left: 0;
	width: 100%;
}
.overlay-hello .picList li{
	padding: 6px 0;
}







/*header 正式*/
.header{
	width: 100%;
	height: 46px;
	line-height: 46px;
	position: fixed;
	left: 0;
	/*top: 0;*/
	z-index: 10;
	padding-top: 25px;

	-webkit-transition: all .3s ease-in-out;	
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;	
	transition: all .3s ease-in-out;
}
.header .auto-container{
	height: 100%;
	-webkit-transition: all .3s ease-in-out;	
	-moz-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;	
	transition: all .3s ease-in-out;	
}
.header .logo{
	display: inline-block;
	width: 193px;
	height: 100%;
	background: url("../images/logo1.png") no-repeat left center;
}

.header .menubut{
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
	height: 100%;
	background: #0C68B3 url("../images/menu.png") center center no-repeat;
	display: none;
	z-index: 9;

	-webkit-tap-highlight-color: transparent;
}

.header .nav{
	position: absolute;
	right: 0;
	height: 100%;
	width: 80%;
	top: 0;
	text-align: right;
}
.header .nav:after{
	content: "";
	display: block;
	clear: both;
}
.header .nav .nav-con:after{
	content: "";
	display: block;
	clear: both;
}
.header .nav a{
	color: #fff;
	font-size: 1.5em;
	padding: 0 20px;
	font-family: "Microsoft yahei";
	vertical-align: middle;

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.header .nav a:hover{
	color: #bebebe;
}
.header .nav .btn-search{
	display: inline-block;
	width: 13px;
	height: 13px;
	background: url("../images/btn-search.png") no-repeat center center;
	vertical-align: middle;
	margin-left: 45px;
	margin-right: 30px;
	cursor: pointer;
	display: none;  /*1101 add*/

}
.header .nav .btn-search:hover{
	background: url("../images/btn-search-hover.png") no-repeat center center;
}


.header .nav .btn-hello{ /*1101 add*/
	color: #bebebe;
	font-family: "arial";
	vertical-align: middle;
	padding-left: 27px;
	
	height: 22px;
	line-height: 22px;
	display: inline-block;
	cursor: pointer;
	background: url("../images/icon-nav-phone.png") no-repeat left center;

	width: auto;  
	font-size: 18px;
	margin-left: 20px;
}
.header .nav .btn-hello:hover{
	color: #fff;
	background: url("../images/icon-nav-phone-hover.png") no-repeat left center;
}


/*up-header*/
.header.up-header{
	background-color: rgba(255,255,255,0.9);
	border-bottom: 1px solid #f2f2f2;
	padding: 0!important;
	height: 44px;
	line-height: 44px;

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9Fffffff,endColorstr=#9Fffffff);
}
.header.up-header .auto-container{
	width: 1170px;
}
.header.up-header .nav a{
	color: #666;
	font-size: 14px;
	/*padding-left: 30px;*/
	padding-left: 15px;
	padding-right: 15px;
}
.header.up-header .nav a:hover{
	color: #222
}
.header.up-header .logo,
.header.up-header.header-sub .logo{
	background: url("../images/up-logo.png") no-repeat left center;
}
.header.up-header .btn-search{
	display: none;
}
.header.up-header .btn-hello{
	text-align: center;
	margin-left: 30px;
	padding: 0;
	text-indent: 9999px;
	background: url("../images/btn-hello-bg.png") no-repeat center center;
	cursor: pointer;
}
.header.header-sub.up-header{
	background-color: rgba(255,255,255,0.9);
}
	 






/*子页面导航*/
.header.header-sub{
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
}
.header.header-sub a{
	color: #666;
}
.header.header-sub a:hover{
	color: #343433;
}
/*.header.white-.header a{
	color: #fff;
}*/
.header.header-sub .logo{
	height: 100%;
	background: url("../images/logo2.png") no-repeat left center;
}

.header.header-sub .nav .btn-hello{
	color: #0c68b3;
	background: url("../images/icon-nav-phone-sub.png") no-repeat left center;
}
.header.header-sub .nav .btn-hello:hover{
	color: #bebebe;
	background: url("../images/icon-nav-phone.png") no-repeat left center;
}

.header.header-sub.down-header .nav .btn-hello:hover{
	color: #bebebe;
	background: url("../images/icon-nav-phone-sub-down-hover.png") no-repeat left center;
}

.header.nav-show{
	margin-left: -74%;
}




/*down-header*/
.header.down-header{
	background: rgba(255,255,255,0.9);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9Fffffff,endColorstr=#9Fffffff);
	z-index:12;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec;
}
.header.down-header .auto-container{
	max-width: 1730px;
}
.header.down-header .logo{
	background: url("../images/logo-down.png") no-repeat left center;
}
.header.down-header .nav a{
	font-size: 1.41em;
	color: #666666;
}
.header.down-header .nav a:hover{
	color: #343433
}
.header.down-header .nav .btn-hello{
	color: #0c68b3;
	background: url("../images/icon-nav-phone-down.png") no-repeat left center;
	font-size: 16px;
}
.header.down-header .nav .btn-hello:hover{
	color: #bebebe;
	background: url("../images/icon-nav-phone-sub-down-hover.png") no-repeat left center;
}
/*end*/


@media (max-width: 1440px){
	.header.down-header{
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.header.down-header .nav a{
		font-size: 14px;
	}
	.header.down-header .nav .btn-hello{
		font-size: 15px;
	}
}






/*footer*/
.footer{
	background-color: #101a2b;
	position: relative;
	z-index: 1;
	color: #fff;
	padding: 50px 0;
	font-family: "Microsoft yahei"
}
.footer .auto-container{
	/*height: 20px;*/
	overflow: hidden;
}
.footer a{
	color: #fff;
}
.footer .left{
	margin-top: 5px;
}
.footer .left .footer-social,
.footer .left .footer-nav{
	display: inline-block;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
}
.footer .left .footer-social{
	height: 17px;
	margin-right: 6px;
}
.footer .left .footer-social a{
	display: inline-block;
	width: 23px;
	height: 17px;
	margin: 0 6px;
	background: url("../images/footer-social.png") no-repeat;
	padding:0 !important;
	float:none;
}
.footer .left .footer-social a:hover{
	background: url("../images/footer-social-hover.png") no-repeat;
}
.footer .left .footer-social a.wx,
.footer .left .footer-social a.wx:hover{
	background-position: 0 0;
}

.footer .left .footer-social a.em{
	background-position: -36px 0;
}
.footer .left .footer-social a.sina{
	background-position: -70px 0;
}


.footer .left .footer-nav a{
	position: relative;
	float: left;
	padding: 0 22px;
	font-size: 14px;
}
.footer .left .footer-nav a:hover{
	color: #bebebe
}
.footer .right{
	font-size: 13px;
}

.footer .right span{
	margin-left: 30px;
	display: inline-block;
}
.footer .right img{
	vertical-align: middle;
	margin-right: 10px;
}

@media (max-width: 1740px){
	.auto-container{
		width: 1560px;
	}
	.header .nav{
		margin-right: 15px;
	}
	.header .logo{
		margin-left: 15px;
	}


}
@media (max-width: 1620px){
	.overlay-hello .overlay-top{
		width: 1400px;
	}
}


@media (max-width: 1600px){
	.auto-container{
		width: 1440px;
	}

	.overlay-hello h2{
		margin-top: 5%;
	}
}

@media (max-width: 1480px){
	.header .nav a{
		font-size: 1.8em;
	}

	.footer .left .footer-nav a{
		font-size: 12px;
	}
	.footer .right{
		font-size: 12px;
	}
	.overlay-hello .overlay-top{
		width: 1200px;
	}
	.overlay-hello .picList li img{
		width: 1000px;
	}
	.overlay-ul li{
		float: none!important;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		vertical-align: top;
	}
	.overlay-ul .hello-li-first {
	    margin-right: 0;
	}
	.overlay-ul .hello-li-second{
		margin: 0 6%;
	}



	.auto-container{
		width: 1300px;
	}
	.header.down-header .auto-container{
		width: 1320px
	}
	/*footer*/
	.footer{
		padding: 30px 0;
	}
	.footer .left .footer-nav a{
		padding: 0 15px;
	}
	.footer .right span{
		margin-left: 10px;
	}
}

@media (max-width: 1340px){
	.overlay-hello .picList li img{
		width: 900px;
	}

	.auto-container{
		width: 1100px;
	}
	.header.down-header .auto-container{
		width: 1120px
	}
	.footer .left,
	.footer .right{
		float: none;
		text-align: center;
	}
	.footer .left .footer-social, 
	.footer .left .footer-nav{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer .left .footer-nav{
		margin-top: 20px;
	}
	.footer .left .footer-nav a{
		float: none;
	}
	.footer .right{
		margin-top: 15px;
	}
}


@media (max-width: 1190px){
	.header.up-header .auto-container{
		width: 1000px;
	}
}

@media (max-width: 1180px){
	.overlay-hello .picList li img{
		width: 700px;
	}
}

@media (max-width: 1280px){
	.overlay-hello .overlay-top{
		width: 1000px;
	}

	.overlay-hello h2 img{
		width: 900px;
	}

	.overlay-hello .query-tag a{
		background-size: 90px auto
	}
	#bizQQ_WPA{
		text-align: right;
		margin-top: -29px;
	}
	.query-tag img{
		width: 90px;

	}


}

@media (max-width: 1120px){
	.auto-container{
		width: 1000px;
	}

	.header.down-header .auto-container{
		width: 1020px
	}

	.overlay-hello .overlay-top{
		width: 900px;
	}
	.header.up-header .auto-container{
		width: 880px;
	}

}

@media (max-width: 1020px){
	.auto-container{
		width: 100%;
	}
	.header.down-header .auto-container{
		width: 100%
	}
	.overlay-hello .overlay-top{
		width: 100%;
	}
	.overlay-hello .overlay-top .left{
		margin-left: 15px;
	}
	.overlay-hello .overlay-top .right{
		margin-right: 15px;
	}
	.overlay-hello .overlay-top .right img{
		width: 30px;
	}
	.overlay-ul .hello-li-second a{
		width: 160px;
		background-position: 30px center;
		padding-left: 35px;
	}
	.overlay-ul li h2{
		font-size: 24px;
	}
	.overlay-ul .hello-li-three input{
		width: 230px;
	}

	/*header*/

}

@media (max-width: 900px){
	.overlay-hello h2 img{
		width: 95%;
	}
	/*common styel*/
	.content{
	   padding-top: 45px;
	}
	.mobile-only{
		display: block;
	}

	/*.header*/
	.header,
	.header.header-sub{
		background-color: #041124;
		padding: 0;
		line-height: 50px;
		z-index:999;
	}
	.header .logo,
	.header.header-sub .logo{
		background: url("../images/logo1.png") no-repeat left center;
	    background-size: 105px auto;
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 138px;
	    height: 46px;
	    z-index: 1
	    /*z-index: -1;*/
	}
	.header .menubut{
		display: block;

	}
	.header .nav{
		width: 74%;
		height: 667px;
		background-color: #041122;
		position: absolute;
		left: 100%;
		top: 0;
		text-align: center;
		z-index: -9;
	}

	
	.header .nav a{
		display: block;
		width: 90%;
		line-height: 26px;
	    text-align: left;
	    padding: 0 10px;
	    margin: 10px 10px 35px 10px;
	    color: #ffffff;
	}
	.header .nav-con {
		float: left;
	    margin-top: 47px;
	    text-align: right;
		width:100%;
	}
	.header .nav-con a{
		border-top:1px solid #333333;
		padding: 10px 15px 10px 60px;
		height:26px;
		line-height:26px;
		display:block;
		margin:0;
		
	}
	.header .nav-con a:hover{background-color:#333;color:#ffffff;}



	.header.header-sub{
		padding: 0; 	
		border-bottom: 0!important;
	}
	.header.header-sub a{
		color: #fff;
	}

	.header .nav .btn-hello,
	.header .nav .btn-search{
		display: none;
	}


	/*footer*/
	.footer{
		padding: 0;
	}
	.footer .auto-container{
		height: auto;
		padding: 15px 0 65px;
	}
	.footer .left {
		position: absolute;
		width: 100%;
		top: 132px;
	}
	.footer .left .footer-nav{
		display: none;
	}
	.footer .left .footer-social{
		padding-top: 20px;
		border-top: 1px solid #283245
	}
	/*	footer .left .footer-social a{
		margin-left: 6px;
		margin-right: 6px;
	}*/
	.footer .right{
		position: relative;
		z-index: 9;
		height: 100px;
	}
	.footer .right span{
		display: block;
		position: absolute;
		width: 100%;
		left: 0;
		font-weight: normal;
		margin-left: 0;
	}
	.footer .right .footer-bei{
		top: 30px;
	}
	.footer .right .footer-phone{
		top: 0;
	}
	.footer .right .footer-add{
		top: 60px;
	}
	.footer .right img{
		width: 16px;
	}
	.header .menubut.close{background: #0C68B3 url("../images/menu-close.png") center no-repeat }
}

@media (max-width: 480px){
	.header{
		height: 48px;
	}
	/*.header .logo,
	.header.header-sub .logo {
	    background-size: 50%;
	}*/
	.header .nav a{
	}

	.content {
	    padding-top: 68px;
	}


}


@media (max-width: 1480px){
	body, input, select, button, textarea{
		font-size: 10px!important;
	}
}

@media (max-width: 1440px){

}

@media only screen and (max-width: 1420px){
	body, input, select, button, textarea {
	    font-size: 9px!important;
	}
}
	


@media (max-width: 480px){

}



@media(max-height:480px) and (max-width:640px){
	.header .nav-con a{float:left;width:35%;padding-left:15%;padding-right:0;}

}



/*fixed right*/
@font-face {
    font-family: 'AVGARDM';
    src: url('../fonts/AVGARDM.TTF');
}
.cell_box{font-size: 0;}
.cell_box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell_box .cell{width: 100%; display: inline-block; vertical-align: middle;}
.fixed-right{
    position: fixed;
    right: 0;
    bottom: 120px;
    z-index: 15;
}
.fixed-right .block{
    width: 90px;
    height: 90px;
    margin-bottom: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fixed-right .block:last-of-type{
    margin-bottom: 0;
    border: none;
}
.fixed-right .cell_box{
    display: block;
    height: 100%;
    background-color: rgba(12,104,179,.85);
    text-align: center;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
}
.fixed-right .cell_box:hover{
    background: rgba(12,104,179,1);
}
.fixed-right i{
    display: block;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}
.fixed-right span{
    display: block;
    font-size: 14px;
    color: #fff;
}


/*fixed bottom*/
.fixed-bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.95);
    z-index: 15;
    padding: 12px 0;
    text-align: center;
    font-size: 0;
}
.fixed-bottom .close{
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/close-2.png);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.fixed-bottom h3{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #333333;
    line-height: 54px;
    padding-left: 70px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/icon-6.png);
    font-weight: normal;
}
.fixed-bottom form{
    display: inline-block;
    vertical-align: middle;
    margin-left: 100px;
}
.fixed-bottom input{
    width: 340px;
    height: 36px;
    border: 1px solid #e9e9e9;
    padding-left: 36px;
    font-size: 14px !important;
    color: #808080;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/icon-7.png);
}
.fixed-bottom button{
    width: 100px;
    height: 36px;
    background: #1362a7;
    font-size: 14px !important;
    margin-left: 10px;
    color: #fff;
    border: none;
}

/*market-main*/
.market-main{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/operate/bg.jpg);
	padding:20vh 0;
}
.market-main .cell_box{
    width: 100%;
    height: 100%;
    padding-top: 90px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.market-main .box{
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
    padding: 60px 70px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.market-main h3{
    font-size: 24px;
    color: #333;
    text-align: center;
}
.market-main p{
    font-size: 16px;
    color: #808080;
    text-align: center;
    margin: 30px 0;
}
.market-main input{
    display: block;
    height: 50px;
    width: 100%;
    padding: 0 24px;
    border: 1px solid #ededed;
    font-size: 14px !important;
    color: #bfbfbf;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.market-main input:focus{
    border-color: #1362a7;
    -webkit-transition: border .3s ease;
    transition: border .3s ease;
}
.market-main button{
    width: 100%;
    height: 50px;
    font-size: 20px !important;
    color: #fff;
    background: #1362a7;
    border: none;
}
.market-main .tip{
    font-size: 12px;
    color: #808080;
    padding-left: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/icon-4.png);
    margin-top: 20px;
}
@media screen and (max-width: 1500px){
    .market-main .box{
        max-width: 460px;
        padding: 50px 60px;
    }
    .market-main h3{
        font-size: 20px;
    }
    .market-main p{
        font-size: 14px;
        margin: 20px 0;
    }
    .market-main input{
        margin-bottom: 15px;
    }
    .market-main button{
        font-size: 18px !important;
    }
    .market-main .tip{
        margin-top: 15px;
    }
}
@media screen and (max-width: 1200px){
    .fixed-bottom form{
        margin-left: 40px;
    }
    .fixed-bottom h3{
        font-size: 16px;
    }
}
@media screen and (max-width: 992px){
    .fixed-bottom{
        padding: 20px 40px;
    }
    .fixed-bottom h3{
        background-image: none;
        padding-left: 0;
        line-height: 24px;
    }
    .fixed-bottom form{
        margin-left: 0;
        margin-top: 10px;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 80px;
    }
    .fixed-bottom input{
        display: block;
        width: 100%;
    }
    .fixed-bottom button{
        position: absolute;
        right: 0;
        top: 0;
    }
    .market-main .cell_box{
        padding-top: 50px;
    }
}
@media screen and (max-width: 640px){
    .footer{margin-bottom:40px !important}
	.fixed-right{
        left: 0;
        bottom: 0;
        font-size: 0;
    }
    .fixed-right .block{
        height: 40px;
        width: 33.33%;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        border-right: 1px solid #fff;
    }
    .fixed-right i{
        display: none;
    }
   
	.market-main{
		padding: 10vh 0;
	}
    .market-main .box{
        padding: 30px 10px;
        max-width: 360px;
    }
    .market-main h3{
        font-size: 18px;
    }
    .market-main p{
        margin: 10px 0;
        font-size: 13px;
    }
    .market-main input{
        height: 40px;
        padding: 0 15px;
    }
    .market-main button{
        font-size: 16px !important;
        height: 40px;
    }
}




/*2019-12-23 fixed pop*/
.n-fixed-pop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
    display: none;
}
.n-fixed-pop .bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
}
.n-fixed-pop .main{
    width: 570px;
    height: 320px;
    margin: 0 auto;
    -webkit-perspective: 800px;
    perspective: 800px;
    position: relative;
}
.n-fixed-pop .box{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/bg-3.jpg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.n-fixed-pop .box.show{
    z-index: 2;
}
.n-fixed-pop .box.hide{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1;
}
.n-fixed-pop.active .box.show{
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.n-fixed-pop.active .box.hide{
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.n-fixed-pop .close{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/close.png);
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    transition: transform .3s ease;
    z-index: 2;
}
.n-fixed-pop .close:hover{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.n-fixed-pop .main .cell_box{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.n-fixed-pop p.small{
    color: #fff;
    font-size: 16px;
}
.n-fixed-pop p.middle{
    color: #fff;
    font-size: 18px;
}
.n-fixed-pop p.free{
    padding: 30px 0;
    line-height: 30px;
}
.n-fixed-pop p.center{
    text-align: center;
}
.n-fixed-pop .tel{
    font-size: 42px;
    color: #ffffff;
    font-family: 'AVGARDM';
    line-height: 1;
    margin: 25px 0 5px;
}
.n-fixed-pop .a-btn{
    font-size: 0;
    margin-top: 15px;
}
.n-fixed-pop .a-btn a{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 6px);
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    border-radius: 26px;
}
.n-fixed-pop .a-btn a:nth-of-type(1){
    background-color: #fff;
    color: #0c68b3;
}
.n-fixed-pop .a-btn a:nth-of-type(2){
    margin-left: 12px;
    background-color: #0a528c;
    color: #fff;
}
.n-fixed-pop form{
    position: relative;
    padding-right: 140px;
    height: 50px;
    margin-top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 26px;
    overflow: hidden;
    border: 1px solid #fff;
}
.n-fixed-pop input{
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 18px !important;
    color: #fff;
    border: none;
    background-color: transparent;
}
.n-fixed-pop input::-webkit-input-placeholder,
.n-fixed-pop textarea::-webkit-input-placeholder{color:#fff;}
.n-fixed-pop input::-moz-placeholder,
.n-fixed-pop textarea::-moz-placeholder{color:#fff;}
.n-fixed-pop input:-moz-placeholder,
.n-fixed-pop textarea:-moz-placeholder{color:#fff;}
.n-fixed-pop input:-ms-input-placeholder,
.n-fixed-pop textarea:-ms-input-placeholder{color:#fff;}
.n-fixed-pop input:focus::-webkit-input-placeholder,
.n-fixed-pop input:focus::-moz-placeholder,
.n-fixed-pop textarea:focus::-moz-placeholder{color:#fff;}
.n-fixed-pop input:focus:-moz-placeholder,
.n-fixed-pop textarea:focus:-moz-placeholder{color:#fff;}
.n-fixed-pop input:focus:-ms-input-placeholder,
.n-fixed-pop textarea:focus:-ms-input-placeholder{color:#fff;}
.n-fixed-pop button{
    position: absolute;
    width: 140px;
    height: 44px;
    background: #fff;
    font-size: 18px !important;
    color: #0c68b3;
    right: 2px;
    top: 2px;
    border: none;
    border-radius: 22px;
}
.n-fixed-pop .tip{
    font-size: 12px;
    color: #fff;
    padding-left: 18px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/icon-8.png);
    margin-top: 5px;
}
.n-fixed-pop i{
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/operate/icon-5.png);
}
.n-fixed-pop h3{
    text-align: center;
    font-size: 36px;
    color: #fff;
    margin: 30px 0 20px;
}
@media screen and (max-width: 640px){
    .n-fixed-pop .main{
        width: 90%;
    }
    .n-fixed-pop .close{
        top: 20px;
        right: 20px;
    }
    .n-fixed-pop .tel{
        font-size: 30px;
        margin: 15px 0;
    }
    .n-fixed-pop p.small{
        font-size: 14px;
    }
    .n-fixed-pop p.middle{
        font-size: 16px;
    }
    .n-fixed-pop p.mar{
        margin: 10px 0 20px;
    }
    .n-fixed-pop .a-btn a{
        line-height: 40px;
    }
    .n-fixed-pop form{
        padding-right: 100px;
        height: 40px;
    }
    .n-fixed-pop input{
        padding: 0 10px;
        font-size: 16px !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .n-fixed-pop button{
        width: 100px;
        height: 34px;
        font-size: 16px !important;
    }
    .n-fixed-pop a{
        line-height: 40px;
        font-size: 16px;
    }
    .n-fixed-pop h3{
        font-size: 24px;
    }
}



