@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
}
html,body{
	background:#fff;
}
body{
	font-family:"Microsoft YaHei";
	line-height: 1.6;
	color: #333333;
}
.fwbold{
	font-weight: bold;
}
#head{
	background: #fff;
	position: fixed;
	z-index: 9990;
	left: 0;
	top: 0;
}
#main{
	padding-top: 89px;
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
}
#foot{
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
}
.text-up{
	text-transform: uppercase;
}
.t-center{
	text-align: center;
}
.font50{
	font-size: 50px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
}
.font35{
	font-size: 35px;
}
.font32{
	font-size: 32px;
}
.font30{
	font-size: 30px;
}
.font28{
	font-size: 28px;
}
.font26{
	font-size: 26px;
}
.font24{
	font-size: 24px;
}
.font22{
	font-size: 22px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.font15{
	font-size: 15px;
}
.font14{
	font-size: 14px;
}
.c-7b{
	color: #7B7B7B;
}
.c-2585CF{
	color: #2585CF;
}
.c-33{
	color: #333;
}
.c-65{
	color: #656565;
}
.c-fff{
	color: #fff;
}
.bgr-2585CF{
	background-color:#2585CF;
}

a,.slow{
	transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
}
#head,#main,#foot{
    width:100%;
}
.hidden{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
.head_m ,.page-navigation{
	display: none;
}
.head_pc{
	height:89px;
	position:relative;
	padding:0 1%;
	border-bottom: 1px solid #C9C0AB;
}
.head_pc .logo_pc{
	position:absolute;
	left:1%;
	top:0;
	display: table;
	height: 100%;
}
.head_pc .logo_pc a{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.head_pc .nav_pc{
	text-align:center;
	display:table;
	width:100%;
	height:84px;
}
.head_pc .nav_pc ul{
	font-size:0;
}
.head_pc .nav_pc li{
	display:inline-block;
	position: relative;
	z-index: 999;
}
.head_pc .nav_pc li a.pca{
	height:34px;
	line-height:34px;
	font-size:16px;
	color:#555555;
	padding:27px 23px;
	display:block;
	box-sizing:content-box;
}
.head_pc .nav_pc li a.pca:hover ,.head_pc .nav_pc li a.pca.a_hv ,.head_pc .nav_pc li.on a.pca{
	color:#2685CF
}
.head_pc .nav_pc li .sub{
	display: none;
	position: absolute;
	left: 0;
	top: 88px;
	width: 170%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
}
.head_pc .nav_pc li .sub dl{
	padding: 5px 10%;
}
.head_pc .nav_pc li .sub dl dt{
	border-bottom: 1px dashed #DDDDDD;
	text-align: left;
}
.head_pc .nav_pc li .sub dl dt:last-child{
	border-bottom: none;
}
.head_pc .nav_pc li .sub dl dt a{
	display: block;
	line-height: 19px;
	padding: 8px 0;
	font-size: 14px;
}
.head_pc .nav_pc li .sub dl dt a:hover{
	color: #2685CF;
}

.head_pc .tel_pc{
	position:absolute;
	right:1%;
	top:0;
	padding-left: 50px;
	border-left: 1px solid #E5E5E5;
	height: 100%;
	display: table;
	background: url(../images/tel_ico.png) no-repeat 20px center;
}
.head_pc .tel_pctr{
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
.head_pc .tel_pc p{
	display:inline-block;
	color:#2685CF;
	line-height:1.1;
}
.head_pc .tel_pc span{
	vertical-align:top;
	color:#999999;
	line-height:1.2;
	display: block;
}
/*head end*/
.forcefullwidth_wrapper_tp_banner{
	overflow: hidden;
}
/*公共*/
.w_1200{
	width: 1200px;
	margin: 0 auto;
}
.w_1220{
	width: 1220px;
	margin: 0 auto;
}
.w_1230{
	width: 1230px;
	margin: 0 auto;
}
.w-50{
	width: 50%;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.max-img{
	max-width: 100%;
}


.f_lycom{
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
	background-image: url(../images/ct_bg.png);
	background-size:cover;
	padding:30px 0;
}
.f_lypad{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f_lypad .ly_l{
	width:43%;
}
.f_lypad .ly_l h1{
	font-size: 46px;
	color: #FFFFFF;
}
.f_lypad .ly_l h2{
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
}
.f_lypad .ly_r{
	width:55%;
}
.f_lypad .ly_r .lyr_top{
	color: #FFFFFF;
}
.f_lypad .ly_r .lyr_top h1{
	font-size: 14px;
}
.f_lypad .ly_r .lyr_top p{
	font-size: 26px;
}
.f_lypad .ly_r .lyr_bot{
	margin-top: 15px;
}
.f_lypad .ly_r .lyr_bot ul li{
	width: 40%;
	float: left;
	padding-right:20px;
}

.f_lypad .ly_r .lyr_bot ul li:nth-child(3){
	width: 20%;
	padding-right:0;
}
.f_lypad .ly_r .lyr_bot ul li .ly_txt ,.f_lypad .ly_r .lyr_bot ul li .button{
	width: 100%;
	padding: 8px 15px;
	border-radius: 3px;
	line-height:24px;
	font-size:14px;
}
.f_lypad .ly_r .lyr_bot ul li .button{
	display: block;
	text-align: center;
	background: #FFB10D;
	color: #FFFFFF;
	padding:8px;
	cursor:pointer;
}


/*底部*/
#foot{
	background: #282929;
	padding: 30px 0 0;
	color: #8B8B8B;
}
#foot a{
	color: #8B8B8B;
}
#foot a:hover{
	color: #2685CF;
}
#foot .foot_a{
	padding-bottom: 26px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#foot .foot_a dl{
	padding-right: 15px;
}
#foot .foot_a dl dt{
	padding: 3px 0 14px;
}
#foot .foot_a dl dt a{
	color: #fff;
}
#foot .foot_a dl dd{
	padding: 3px 0;
}
#foot .foot_a .dlr{
	padding-top: 5px;
}
#foot .foot_a .dlr span{
	display: block;
	color: #2685CF;
	padding-bottom: 8px;
}
#foot .foot_a .dlr .f_ewm{
	margin-top: 15px;
	max-width: 110px;
	max-height: 110px;
}


/* 友情链接 */
#foot .foot_b{
	border-top: 1px dashed #8B8B8B;
}
#foot .foot_b .fb_list{
	padding:10px 0 0 80px;
	position:relative;
}
#foot .foot_b .fb_list ul{
	font-size:0;
}
#foot .foot_b .fb_list ul li{
	font-size: 14px;
	position: relative;
	display:inline-block;
	padding:0 10px;
	margin-bottom: 10px;
}
#foot .foot_b .fb_list ul li::after{
	position: absolute;
	content: "";
	width: 1px;
	height: 70%;
	right: 0;
	top: 15%;
	background: #acacac;
}
#foot .foot_b .fb_list span{
	font-size: 14px;
	color: #fff;
	position:absolute;
	left:0;
	top:10px;
}
#foot .foot_b .fb_list ul li a{
	color: #acacac;
}
#foot .foot_b .fb_list ul li a:hover{
	color: #2685CF;
}



#foot .foot_cpr{
	background: #1B1B1B;
	padding: 7px 0;
	line-height: 20px;
}
#foot .foot_cpr .f_cpr{
	padding: 8px 0;
}
#foot .foot_cpr .f_cpr span{
	
	padding-right: 12px;
}
#foot .foot_cpr .cpr_com{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#foot .foot_cpr .cpr_com .fzc_r{
	display: flex;
	white-space:nowrap;
}
#foot .foot_cpr .cpr_com .fzc_r span{
	padding: 7px 15px 7px 0;
}
#foot .foot_cpr .cpr_com .f_link{
	position: relative;
	display: none;
}
#foot .foot_cpr .cpr_com .f_link p{
	display: inline-block;
	padding:7px 20px 7px 20px;
	background: #fff;
	border-radius: 20px;
	color: #333;
	position: relative;
	z-index: 99;
	cursor: pointer;
}
#foot .foot_cpr .cpr_com .f_link p i{
	width: 15px;
	height: 20px;
	display: inline-block;
	background: url(../images/f_lico.png) no-repeat center center;
	vertical-align: middle;
	margin-left: 15px;
}
#foot .foot_cpr .cpr_com .f_link .link_list{
	position: absolute;
	left: 0;
	width: 100%;
	bottom:4px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 10px 0 36px;
	display: none;
}
#foot .foot_cpr .cpr_com .f_link .link_list ul{
	max-height: 200px;
	overflow-y: auto;
}
#foot .foot_cpr .cpr_com .f_link .link_list li{
	font-size: 12px;
	padding:2px 13px 2px 20px;
	white-space: normal;
}

#topcontrol{
	z-index: 99999;
}
#topcontrol span{
	width:54px;
	height:72px;
	display:block;
	background:url(../images/go_top.png) no-repeat 0 0;
}



@media screen and (max-width: 1400px) {
.font50{
	font-size: 40px;
}
.font40{
	font-size: 34px;
}
.font36{
	font-size: 32px;
}
.font35{
	font-size: 28px;
}
.font32{
	font-size: 26px;
}
.font30{
	font-size: 24px;
}
.font28{
	font-size: 22px;
}
.font26{
	font-size: 22px;
}
.font24{
	font-size: 20px;
}
.font22{
	font-size: 19px;
}
.font20{
	font-size: 16px;
}
.font18{
	font-size: 16px;
}
.head_pc .nav_pc li a.pca{
	font-size:14px;
	padding:27px 16px;
	display:block;
}
.head_pc .nav_pc li .sub dl dt a{
	font-size: 12px;
}
.head_pc .logo_pc a img{
	height: 54px;
}
}
@media screen and (max-width:1280px ) {
	.w_1230{
		width: 100%;
		padding: 0 30px;
	}	
}
@media screen and (max-width:1200px ) {
.w_1200{
	width: 100%;
	padding: 0 30px;
}
.w_1220{
	width: 100%;
	padding: 0 30px;
}

.head_pc .nav_pc li a.pca{
	font-size:13px;
	padding:27px 12px;
}
.head_pc .nav_pc li .sub dl dt a{
	font-size: 12px;
}
.head_pc .logo_pc a img{
	height: 50px;
}

.com-tt{
	padding: 40px 0;
}
.font50{
	font-size: 40px;
}
.font40{
	font-size: 32px;
}
.font36{
	font-size: 30px;
}
.font35{
	font-size: 28px;
}
.font32{
	font-size: 26px;
}
.font30{
	font-size: 22px;
}
.font28{
	font-size: 20px;
}
.font26{
	font-size: 20px;
}
.font24{
	font-size: 19px;
}
.font22{
	font-size: 18px;
}
.font20{
	font-size: 16px;
}
.font18{
	font-size: 16px;
}
.font16{
	font-size: 15px;
}
.font15{
	font-size: 14px;
}
.font14{
	font-size: 14px;
}

}
@media screen and (max-width:1025px ) {

.head_pc{
	display:none
}
.body-nav{
	height: 100%;
	overflow: hidden;
}
.body-nav #main, .body-nav #foot {
    -webkit-transform: translate(-176px);
    transform: translate(-176px);
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
}
#main{
	padding-top: 60px;
}
.head_pc{
	display:none
}
.page-navigation{
	display: block;
}
.head_m{
	display: block;
	height: 36px;
	position: relative;
	padding:12px 0;
	background:#fff;
	box-sizing: content-box;
}
.head_m .logo_m{
	display:block;
	padding-left:15px;
	float:left;
	position:absolute;
}
.head_m .logo_m img{
	height:36px;
	display:block;
}
.head_m .i_h{
	position: absolute;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.head_m .i_h span{
    position: absolute;
    top: 19px;
    left: 8px;
    width: 24px;
    height: 2px;
    background:#2685CF;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.head_m .i_h span:after, .head_m .i_h span:before {
    content: '\20';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #2685CF;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.head_m .i_h span:before{
	top: -6px;
}
.head_m .i_h span:after{
	bottom: -6px;
}
.body-nav .head_m .i_h span {
    background: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.body-nav .head_m .i_h span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav .head_m .i_h span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}
#head .head_m .hide-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 176px;
    bottom: 0;
}
.body-nav #head .head_m .hide-nav{
	display: block;
}

.page-navigation{
	position:fixed;
	z-index:9999;
	width:100%;
	top:60px;
	overflow-y: auto;
	position: fixed;
	z-index: 999999;
	right: -176px;
	bottom: 0;
	width: 176px;
	-webkit-transition: right 650ms;
	transition: right 650ms;
	background:#2685CF;
}
.body-nav .page-navigation{
	right: 0;
	-webkit-transition: right 350ms;
	transition: right 350ms;
}
.nav_pad{
	padding: 6px 0;	
}

.page-navigation a.s_a{
	height:35px;
	line-height:35px;
	padding: 0 15px;
	font-size:14px;
	color:#fff;
	display: block;
}
.page-navigation a.s_a.s_active{
	background: rgba(0,0,0,0.3);
}
.nav_m_sub{
	display: none;
	background:rgba(0,0,0,0.1);
	padding: 8px 0;
}
.nav_m_sub dt a{
	color: #f0f0f0;
	display: block;
	padding: 5px 15px 5px 20px;
	font-size:13px;
	line-height: 20px;
}
.nav_m_sub dt a:hover{
	background:rgba(0,0,0,0.2);
}

#foot .foot_a .dlr .f_ewm{
	width: 110px;
}
	

}
@media screen and (max-width:960px ) {
	.f_lypad .ly_l h1{
		font-size: 34px;
	}
	.f_lypad .ly_l h2 {
		font-size: 22px;
	}
}

@media screen and (max-width:768px ) {
	.w_1200{
		width: 100%;
		padding: 0 15px;
	}
	.w_1220{
		width: 100%;
		padding: 0 15px;
	}
	.w_1230{
		width: 100%;
		padding: 0 15px;
	}
	.w-50{
		width: 100%;
	}
	.com-tt{
		padding: 20px 0;
	}
	.font50{
		font-size:28px;
	}
	.font40{
		font-size:26px;
	}
	.font36{
		font-size: 25px;
	}
	.font35{
		font-size:24px;
	}
	.font32{
		font-size: 23px;
	}
	.font30{
		font-size: 22px;
	}
	.font28{
		font-size: 21px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size:18px;
	}
	.font22{
		font-size: 18px;
	}
	.font20{
		font-size: 17px;
	}
	.font18{
		font-size: 16px;
	}
	.font16{
		font-size: 15px;
	}
	.font15{
		font-size: 14px;
	}
	.font14{
		font-size: 13px;
	}
	#foot .foot_a dl dt{
		padding-bottom: 10px;
	}
	#foot .foot_a .dlr .f_ewm{
		width: 90px;
	}
	#foot .foot_cpr .cpr_com .f_link p{
		padding: 3px 15px;
		margin: 4px 0;
	}
	#foot .foot_cpr .cpr_com .f_link .link_list{
		padding-bottom: 30px;
	}
	#foot .foot_cpr .cpr_com .f_link .link_list li{
		padding-left: 15px;
		padding-right: 10px;
	}
	#topcontrol span{
		width: 34px;
		background-size: 100%
	}
	.f_lycom{
		padding:10px 0;
	}
	.f_lypad{
		display:block;
	}
	.f_lypad .ly_l,.f_lypad .ly_r{
		width:100%;
		padding:10px 0;
	}
	.f_lypad .ly_l h1{
		font-size: 30px;
	}
	.f_lypad .ly_l h2 {
		font-size: 20px;
	}
	.f_lypad .ly_r .lyr_top p{
		font-size: 22px;
	}
	.f_lycom{
		margin-top:18px;
	}
}
@media screen and (max-width:414px ){
	#foot{
		/*padding-top: 20px;*/
		padding-top: 0;
		
	}
	#foot .foot_a{
		display: none;
	}
	#foot .foot_a dl{
		padding-bottom: 12px;
	}
	#foot .foot_a dl dt{
		padding-bottom: 5px;
	}
	#foot .foot_a dl{
		display: block;
		width: 100%;
		padding-right: 0;
	}
	#foot .foot_a dl dd{
		display: inline-block;
		padding-right: 10px;
		padding-top: 4px;
	}
	#topcontrol{
		display: none;
	}
	.f_lypad .ly_r .lyr_bot ul li{
		padding-right:10px;
	}
	.f_lypad .ly_l h1{
		font-size: 28px;
	}
	.f_lypad .ly_l h2 {
		font-size: 18px;
	}
	#foot .foot_b .fb_list{
		padding: 20px 0;
	}
	#foot .foot_b .fb_list span{
		position:relative;
		left:auto;
		top:auto;
	}
	#foot .foot_b .fb_list ul{
		padding-left:0;
	}
	
	#foot .foot_b .fb_list ul{
		margin-left:-10px;
		padding-top:10px;
	}
}
@media screen and (max-width:320px ){
	.font18{
		font-size: 15px;
	}
	.font16{
		font-size: 14px;
	}
	.font15{
		font-size: 13px;
	}
	.font14{
		font-size: 12px;
	}
	.ind_a .ind_alist li a p{
		font-size: 16px;
	}
	.font40{
		font-size: 22px;
	}
	
}
