@charset "utf-8";
body{ min-width:1380px}
.en_up{
	text-transform: uppercase;
}
 
.w_100 {
	width: 100%;
}

/*图片经过效果*/
 
   
.pd_b_10 {
	padding-bottom: 10px;
}

.pd_b_20 {
	padding-bottom: 20px;
}

.pd_b_25 {
	padding-bottom: 25px;
}

.pd_b_30 {
	padding-bottom: 30px;
}

.pd_b_35 {
	padding-bottom: 35px;
}

.pd_b_40 {
	padding-bottom: 40px;
}

.pd_b_45 {
	padding-bottom: 45px;
}

.pd_b_50 {
	padding-bottom: 50px;
}

.pd_b_55 {
	padding-bottom: 55px;
}

.pd_b_60 {
	padding-bottom: 60px;
}

.pd_t_10 {
	padding-top: 10px;
}

.pd_t_15 {
	padding-top: 15px;
}

.pd_t_20 {
	padding-top: 20px;
}

.pd_t_25 {
	padding-top: 25px;
}

.pd_t_30 {
	padding-top: 30px;
}

.pd_t_35 {
	padding-top: 35px;
}

.pd_t_40 {
	padding-top: 40px;
}

.pd_t_45 {
	padding-top: 45px;
}

.pd_t_50 {
	padding-top: 50px;
}

.pd_t_55 {
	padding-top: 55px;
}

.pd_t_60 {
	padding-top: 60px;
}

.pd_t_65 {
	padding-top: 65px;
}

.in-blk {
	display: inline-block;
}

.t-cen {
	text-align: center;
}

 

/* CSS Document */
  

body {
	font-family: "Microsoft YaHei";
}



#head,
#main,
#foot {
	width: 100%;
	min-width: 1348px;
	margin: 0 auto;
}

#main {
	overflow: hidden;

}
 
.font_bold {
	font-weight: bold;
}
 
.w_1200 {
	width: 1200px;
	margin: 0 auto;
}
/*.small #head{
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.2);
}
.small .head_pc .nav_pc .logo_pc a img{
	transform: scale(0.8, 0.8);
-moz-transform: scale(0.8, 0.8);
-webkit-transform: scale(0.8, 0.8);
-o-transform: scale(0.8,0.8);
}*/

#head {
	height: 110px;
	padding: 0 5%;
	/*position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;*/
	background: rgba(255,255,255,0.8);
	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_pc {
	height: 100%;
	position: relative;
}

.head_pc .nav_pc {
	width: 100%;
	height: 100%;
	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;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
}

.head_pc .nav_pc .rit_con {
	display: flex;
	justify-content: flex-end;
}

.head_pc .nav_pc .logo_pc {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.head_pc .nav_pc .logo_pc .text {
	padding-left: 20px;
}

.head_pc .nav_pc .logo_pc a {
	display: inline-block;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.head_pc .nav_pc .logo_pc a img {
	display: inline-block;
}

@media screen and (max-width:1500px ) {
.head_pc .nav_pc .logo_pc a img {
	height: 56px;
}
}

.head_pc .nav_pc .pc_ul {
	display: flex;
	text-align: center;
	font-size: 0;
	display: flex;
	width: auto;
	height: 100%;
}

.head_pc .nav_pc .pc_ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	position: relative;
}
.head_pc .nav_pc .pc_ul li:after{
	position:absolute;
	right:0;
	width:1px;
	height:14px;
	top:50%;
	margin-top:-10px;
	background:#E3E3E3;
	content:'';
}
.head_pc .nav_pc .pc_ul li:last-child:after{
	display:none;
}

.head_pc .nav_pc .pc_ul li a.a1 {
	display: inline-block;
	position: relative;
	padding-bottom: 12px;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 16px; 
	color: #333;
}
 .head_pc .nav_pc .pc_ul li a.a1:after{
 	width: 0%;
 	height: 2px;
 	background: #33339a;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0; 	
	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_pc .nav_pc .pc_ul li.a_hv a.a1:after,
.head_pc .nav_pc .pc_ul li:hover a.a1:after {
	width: 100%;
}
.head_pc .nav_pc .pc_ul li.a_hv a.a1,
.head_pc .nav_pc .pc_ul li:hover a.a1{
	color: #33339a;
}
.head_pc .nav_pc .pc_ul li.a_hv a.a1{
	font-weight: bold;
}

/*二级导航*/
 
.head_pc .nav_pc .pc_ul li .subnav {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 199;
	visibility: hidden;
	overflow: hidden;
	width: 100%;
	height: auto;
	border-top: 2px solid #4963c3;
	background-color: #fff;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all .36s ease
}

.head_pc .nav_pc .pc_ul li:last-child .subnav {
	right: 0;
	left: auto
}

.head_pc .nav_pc .pc_ul li .subnav dd {
	width: 100%
}

.head_pc .nav_pc .pc_ul li .subnav dd a {
	display: block;
	padding: 9px 5px;
	color: #666;
	font-weight: 500;
	font-size: 9pt;
	line-height: 22px;
	transition: all .2s ease-in-out
}

.head_pc .nav_pc .pc_ul li:hover .subnav {
	visibility: visible;
	opacity: 1
}

.head_pc .nav_pc .pc_ul li .subnav dd a.active,
.head_pc .nav_pc .pc_ul .subnav dd a:hover {
	background-color: #4963c3;
	color: #fff
}
    
#head .encn{
	font-size:14px;
	padding-top:40px;
	padding-left:15px;
}
#head .encn a{
	display:inline-block;
	padding:0 10px;
	color:#333;
}
#head .encn a:hover{
	color:#33339a;
}

/*底部导航*/
 
 #foot {
	height: auto;
	background: #0e0e3d;
}

#foot .foot_a{
	padding: 45px 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#foot .foot_a .foot_a-1{
	width: 410px;
}
 
.foot_links{
	padding-bottom: 15px;
	font-size: 14px;
	color: #fff;
}
.foot_links a{
	color: #aaa;
	display: inline-block;
	padding: 3px 8px;
	font-size: 13px;
}
.foot_links a:hover{
	color: #fff;
}

#foot .foot_a .foot_a-3{
	width: auto;
	text-align: left;
	color: #fff;
}
#foot .foot_a .foot_a-3 h3{
	font-size: 20px;
	padding-bottom: 20px;
	color: #fff;
}
#foot .foot_a .foot_a-3 p{
	text-align: left;
}
#foot .foot_a .foot_a-3 p a{
	font-size: 15px;
	color: #aaa;
	margin-right: 40px;
}
#foot .foot_a .foot_a-3 p a:hover{
	color: #fff;
}
#foot .foot_a .foot_a-3 p a:last-child{
	margin-right: 0;
}
 

#foot .foot_b .copy{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255,255,255,0.2);
	
}
#foot .foot_b .copy p,.foot_b .copy p a{
	color: #707070;
	font-size: 14px;
}
#foot .foot_b .copy p a:hover{
	color: #fff;
}




/* --------------------------------------------------------------------------------------- */
.t_flex {
	display: flex;
	justify-content: space-between;
	padding: 40px 0;
	font-size: 14px;
}

.t_footer {
	background: #0e0e3d;
}

.t_footer .t {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	padding-bottom: 30px;
	color: #fff;
	line-height: 1.8;
}
.t_footer .t  a{ color: #fff; display: inline-block;}

.t_footer .t::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 12px;
	background: rgba(0, 120, 245, 1);
	height: 3px;
	width: 40px;
}

.t_footer .p,
.t_footer a,
.t_foot a {
	color: #656565;
	line-height: 1.8;
}

.t_footer .p a:hover,
.t_foot a:hover {
	color: #1890ff !important;
}

.t_footer .p .tel {
	color: #fff;
	font-size: 36px !important;
	font-weight: bold;
	line-height: 1;
}

.t_foot {
	text-align: center;
	padding: 30px 0 20px 0;
	font-size: 14px;
	color: #656565;
	background: rgba(0, 0, 0, 0.3);
}