@charset "utf-8";
/* CSS Document */


@media screen and (min-width:600px){/*屏幕 大于640px*/
	html{ font-size: 62.5%!important;}
}


.am-container {max-width: 1200px; }
.am-g-fixed {max-width: 1200px; margin: 0 auto!important;  }

.am-u-lg-12 { border:0px #000 solid;}
.am-u-lg-6 { border:0px #f00 solid;}


.block{padding: 20px 0;}
.center-vertical{position:relative;top:50%;transform:translateY(-50%);}/*盒子垂直居中*/
.center-vertical-text{display: flex;align-items: center;justify-content: space-around;flex-direction: column;}
/*文字上下居中*/




/*  头部01 */
.pc_header_bg{ background-color:rgba(1,47,105,0.80); height: 100px;}


/* logo01 */
.homepc_header_group01 { z-index: 9999; position:absolute; width: 100%;}
.pc_header_group01 { z-index: 9999;}

.pc_header_group01 .pc_logo{float:left; margin:20px 0 0 0px;} 
.pc_logo{float:left; margin:20px 0 0 0px;}
.pc_header_group01 .pc_logo{float:left; margin:20px 0 0 0px;}

.pc_header_group01 .top_link { display: inline-block; color:#cd2125; margin-top: 10px; float: right;}
.pc_header_group01 .top_link a {color:#555; font-weight: 600;font-size: 15px; padding: 0px 15px; }
.pc_header_group01 .top_link a+a { border-left: 1px #666 solid;padding: 0px 15px; }
.pc_header_group01 .top_link a:hover { color:#296fc7; }

.pc_header_group01 .nblogo a{ color:#cd2125; margin-top: 10px; float: right;}


/* PC搜索01 */
.pc_header_group01 input::-webkit-input-placeholder {color: #999;}
.pc_header_group01 input:-moz-placeholder {color: #999;}
.pc_header_group01 input::-moz-placeholder {color: #999;}
.pc_header_group01 input:-ms-input-placeholder {color: #999;}

.pc_header_group01 .pc_search01 {float:right;height:40px;  margin-top: 25px; margin-right: 0px; width: 100%; background: rgba(255,255,255,0.2);border-radius: 100px;}

/* 输入框样式 */
.pc_header_group01 .pc_search01 .keyword{ float:left; width:calc(100% - 60px); height:34px; line-height:34px; font-size:16px; padding-left:40px; font-family:"微软雅黑";color:#888;   border:#ccc 0px solid; margin: 4px 0px 0px 5px; background: url("/images2/search_bg02.png") no-repeat 10px center; }
/* 按钮样式 */

.pc_header_group01 .pc_search01 .ok{ cursor:pointer;margin: 0px 0 0 0px;  float:left; font-family:"微软雅黑"; color:#fff; width:55px; height:39px; line-height:39px; font-size:16px;  background:#729efd; border:0px ;border-radius: 100px; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */margin: 0px 0px 0px 0px; }
.pc_header_group01 .pc_search01 .ok:hover{background:#ff9600;}



@media screen and  (min-width: 1024px){/*屏幕大于 1024px*/	
.wap_header_blank{height: 0px; } /*WAP头部空白*/
.wap_search01 { display: none; } /* 移动端搜索隐藏 */
}




/* PC自适应主菜单 */
.pc_nav01{position: relative;width:100%;background: #3dadec;border-bottom:1px solid #ddd;height:48px;z-index: 9999}
.pc_nav01 .navbox{width: 1100px;margin: 0 auto; /* border: 1px solid #000;*/}
.pc_nav01 .nav{display: block; float: left;width:calc(100% - 0px); margin-left:0px; }
.pc_nav01 .nav .nav_pc{ width: 100%;}
.pc_nav01 .nav ul li{float:left;position: relative;border-right: 0px solid #ccc;box-sizing: border-box;z-index: 999;}
.pc_nav01 .nav ul li:first-child{border-left: 0px solid #ccc;}
.pc_nav01 .nav ul li .f_a{line-height:48px;display:block;text-align:center;font-size:18px;color:#fff;}
.pc_nav01 .nav ul li:hover .f_a{background-color:#036bae;color: #fff; transition:all .3s}
.pc_nav01 .nav ul li .s_navbox{display:none;position: absolute;left: 0;width: 100%; background:#fff;background-color: #00a2ff;z-index: 9999;box-sizing: border-box}
.pc_nav01 .nav ul li .s_navbox .s_a a{color:#fff;font-size:15px;text-transform:uppercase;display:block;text-align: center;padding: 10px 0;border-top: 1px solid #62c5fe; }
.pc_nav01 .nav ul li .s_navbox .s_a a:hover{background-color:#036bae;color: #fff;}
.wap_nav01{display:none}
.headlf .wap_logo{display: none;}
.headrg .m_menuimg{display: none;}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}

/* PC自适应主菜单 */


/*WAP导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
	
.homepc_header_group01{ display: none;} /*PC头部隐藏*/
.pc_nav01{display:none} /*PC导航隐藏*/
.wap_header_blank{height: 100px; display:none;} /*增加空白-移动端头部*/
	
.wap_header{display:block;height:100px;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;overflow: hidden; background:#fff; background-color:rgba(33,33,33,0.90);}
.wap_header .headlf{padding-top:2px;padding-left:5px;float: left;}
.wap_header .headlf .wap_logo{height:40px;display: block; margin-top: 5px; }
.wap_header .headrg{padding-right:5%;padding-top:14px;float: right;}
.wap_header .headrg a .m_menuimg{height:16px;vertical-align:top;display: block;margin-top: 3px; }
.wap_nav01 {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.wap_nav01 .closecover{position:absolute;width:100%;height:100%;background-color: rgba(0,0,0,0.7);filter:alpha(opacity=0.7);opacity:0.7;left:0px;top:0px;z-index:1}
.wap_nav01 .closeicon{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.wap_nav01 .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#eee;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
.wap_nav01 .m_navList ul{padding-left:5%;padding-right:5%}
.wap_nav01 .m_navList ul li{border-bottom:1px solid #ddd}
.wap_nav01 .m_navList ul li a{display:block;height:45px;color:#555;line-height:45px;padding-left:5%;font-size:16px}
.wap_nav01 .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
.wap_nav01 .m_navList ul li .m_f_a a{flex: 1;}
.wap_nav01 .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
.icon{ background:url(/images2/Mobile_b01.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.icon_on{background:url(/images2/Mobile_b02.png) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.wap_nav01 .m_navList ul li .m_s_nav{display:none;width: 100%;}
.wap_nav01 .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}




/* WAP搜索01 */

.wap_search01 { display: block; }
.wap_search01 .keyword{ float:left; width:96%; height:34px; line-height:34px; font-size:15px; padding-left:50px; font-family:"微软雅黑";color:#888; background:#fff url(search_bg01.png) no-repeat 12px center;  border:#ddd 1px solid; margin: 10px 2%; border-radius: 17px; }
/* 按钮样式 */


.wap_search01 .ok{display: none; cursor:pointer;margin: 0px 0 0 0px;  float:left; font-family:"微软雅黑"; color:#fff; width:60px; height:34px; line-height:30px; font-size:15px;  background:#42a8f4; border:0px ;transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.wap_search01 .ok:hover{background:#296fc7; }

.wap_search01 .login{ margin-left:5px; float: left; cursor:pointer; float:left; font-family:"微软雅黑"; color:#fff; width:100px; height:40px; line-height:40px; font-size:16px; text-align: center; background:#ff5400; border:0px ; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}

.wap_search01 .login:hover{background:#d53120;} 
}

/*WAP导航*/







/* 竖项主菜单 */
.pc_nav_h01 {width:100%; margin:40px auto 0px; height:50px;}
.pc_nav_h01 .menunav{ width:100%; margin:0 auto; padding-left:0px;}
.pc_nav_h01 .menunav{ background:none; position:relative; z-index:9990; }

.pc_nav_h01 .menunav a{ color:#fff; transition: background-color 0.3s; -moz-transition: background-color 0.3s; /* Firefox 4 */ -webkit-transition: background-color 0.3s; /* Safari and Chrome */ -o-transition: background-color 0.3s; /* Opera */}
.pc_nav_h01 .menunav .nLi{ float:left; position:relative; display:inline; }
.pc_nav_h01 .menunav .nLi h3{ float:left;}
.pc_nav_h01 .menunav .nLi h3 a{ display:block; padding:0 12px; font-size:16px; font-weight:normal;background:none;margin-right:0px;height:40px; line-height:38px; border-radius: 100px; border:1px solid rgba(255,255,255,0); margin-right: 8px;}

.pc_nav_h01 .menunav .sub{display:none; width: 140px; left:-20px; top:15px; position:absolute;}

.pc_nav_h01 .menunav .sub .box{ margin-top: 17px; background:rgba(2,15,55,0.85); line-height:35px; padding:10px 0; font-size:16px; border-radius: 10px; border: 1px solid #12406d; box-shadow: 5px 5px 5px rgba(2,15,55,0.25); }

.pc_nav_h01 .menunav .sub li{ zoom:1; }
.pc_nav_h01 .menunav .sub a{ display:block; padding:5px 20px;  text-indent: 0.6em;
transition: background-color 0.5s; -moz-transition: background-color 0.5s; /* Firefox 4 */ -webkit-transition: background-color 0.5s; /* Safari and Chrome */ -o-transition: background-color 0.5s; /* Opera */ color:#fff; }
.pc_nav_h01 .menunav .sub a:hover{ background:#12406d; color:#ffbb03;}
.pc_nav_h01 .menunav .on h3 a{ border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);    color:#ffbb03; color:#fff;}

.pc_nav_h01 .menunav .all h3 a{float:left;  position:relative; display:inline; padding:0 30px; font-size:18px; font-weight:normal; color:#fff; width: 170px; margin-right: 0px; background:url("/css/all_bg01.png") 190px 15px no-repeat; background-color:#ed586f;}
.pc_nav_h01 .menunav .all h3 a:hover{background-color:#d9213e;}

.pc_nav_h01 .menunav .nLi a.li_z01 {border:1px solid rgba(255,255,255,0.1); background-color:#2464be; color:#fff;}
.pc_nav_h01 .menunav .nLi a.li_z01:hover {border:1px solid rgba(255,255,255,0.1); background-color:#2464ff; color:#fff;}

/* 竖项主菜单 */



/* 竖项主菜单 */
.pc_nav_h02 {width:100%; margin:40px auto 0px; height:50px;}
.pc_nav_h02 .menunav{ width:100%; margin:0 auto; padding-left:0px;}
.pc_nav_h02 .menunav{ background:none; position:relative; z-index:9990; }

.pc_nav_h02 .menunav a{ color:#fff; transition: background-color 0.3s; -moz-transition: background-color 0.3s; /* Firefox 4 */ -webkit-transition: background-color 0.3s; /* Safari and Chrome */ -o-transition: background-color 0.3s; /* Opera */}
.pc_nav_h02 .menunav .nLi{ float:left; position:relative; display:inline; }
.pc_nav_h02 .menunav .nLi h3{ float:left;}
.pc_nav_h02 .menunav .nLi h3 a{ display:block; padding:0 12px; font-size:16px; font-weight:normal;background:none;margin-right:0px;height:40px; line-height:38px; border-radius: 100px; border:1px solid rgba(255,255,255,0); margin-right: 8px;}


.pc_nav_h02 .menunav .sub{ display: none;width: 100vw; left:calc(-50vw + 150px); top:0px; position:absolute;}

.pc_nav_h02 .menunav .sub .box{ margin-top: 17px; background:rgba(2,15,55,0.85); line-height:35px; padding:10px 0; font-size:16px; border-radius: 10px; border: 1px solid #12406d; box-shadow: 5px 5px 5px rgba(2,15,55,0.25); }

.pc_nav_h02 .menunav .sub li{ zoom:1; }
.pc_nav_h02 .menunav .sub a{ display:block; width: 100%;padding:5px 20px;  text-indent: 0.6em;
transition: background-color 0.5s; -moz-transition: background-color 0.5s; /* Firefox 4 */ -webkit-transition: background-color 0.5s; /* Safari and Chrome */ -o-transition: background-color 0.5s; /* Opera */ color:#fff; }
.pc_nav_h02 .menunav .sub a:hover{ background:#12406d; color:#ffbb03;}
.pc_nav_h02 .menunav .on h3 a{ border:1px solid rgba(255,255,255,0.2);background:rgba(255,255,255,0.1);    color:#ffbb03; color:#fff;}

.pc_nav_h02 .menunav .all h3 a{float:left;  position:relative; display:inline; padding:0 30px; font-size:18px; font-weight:normal; color:#fff; width: 170px; margin-right: 0px; background:url("/css/all_bg01.png") 190px 15px no-repeat; background-color:#ed586f;}
.pc_nav_h02 .menunav .all h3 a:hover{background-color:#d9213e;}

.pc_nav_h02 .menunav .nLi a.li_z01 {border:1px solid rgba(255,255,255,0.1); background-color:#2464be; color:#fff;}
.pc_nav_h02 .menunav .nLi a.li_z01:hover {border:1px solid rgba(255,255,255,0.1); background-color:#2464ff; color:#fff;}
/* 竖项主菜单 */






/*全局swiper切换*/ 
.swiper-container {margin-bottom: 10px;} 
.img_center {margin: 0 auto;} /*banner图片居中*/ 


/*PC_BANNER切换*/
.pc_banner_group01 {}
.add_blankhead {margin-top: 90px;}
.pc_banner_bg00{background: #f6f6f6;}
.pc_banner_bg00a{background:#000967;}

.pc_banner_bg01{background: #fff!important;}
.pc_banner_bg01 .bgpic01  {background-image: url("/images2/pc_banner01_1080.jpg"); width: 100%; height: 100%;background-size: cover!important;} 
.pc_banner_bg01 .txt {position: absolute; font-size: 38px;font-weight: bold; color:#e5002d;top:calc(50% - 100px);left: calc(50% - 400px);z-index: 99;text-shadow: 0 0 5px #999; }



.pc_banner_bg02{background: #1d1d1d!important;}
.pc_banner_bg03{background: #1d1d1d!important;}
.pc_banner_bg04{background: #4e4f8f!important;}
.pc_banner_bg05{background: #78c9e6!important;}



/*wap_BANNER切换*/
.wap_banner_group01 {}
.wap_banner_bg01{background: #020f38;}
.wap_banner_bg02{background: #072633;}
.wap_banner_bg03{background: #1d1d1d;}
.wap_banner_bg04{background: #4e4f8f;}
.wap_banner_bg05{background: #78c9e6;}


/*PC & WAP BANNER 切换*/

@media screen and (max-width: 640px) and (min-width: 0px){/*屏幕 0-640px*/	
	.pc_banner_group01 {display: none;}
}
	
@media screen and (min-width: 640px) {/*屏幕大于640px*/
	.wap_banner_group01 {display: none;}
}	  





/*切屏视频*/
.home_Nav_video_h { height: 100%!important;}

.home_Nav_video {
    z-index: 100;
    position: absolute;
    top: 0px;

    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;/*这里是关键*/
 width: 100%; height: 100%;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: url(/video/cover.jpg) no-repeat;
    background-size: cover;
}


@media screen and (max-width: 640px) {

.home_Nav_video_h { height:300px!important;}
    
.home_Nav_video {
    z-index: 100;
    position: absolute;
    top: calc(0% -100px);
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;/*这里是关键*/
 width: 100%; height: 210px!important;;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: url(/video/cover.jpg) no-repeat;
    background-size: cover;
}
    
    
}

    
/*banner视频*/
    
.home-video {
    z-index: 100;
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;/*这里是关键*/
    width: auto;
    height: 690px;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: url(/video/cover.jpg) no-repeat;
    background-size: cover;
}
   

/*wap视频*/
    
.home_Wap_video {
    z-index: 100;
    position: absolute;
    top: 0%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: fill;/*这里是关键*/
    width: 100%;
    height: 210px;
    -ms-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    background: url(/video/cover.jpg) no-repeat;
    background-size: cover;
}
   




/* 通用样式 *****************************************************************/

.bgimg {background: url("/images2/bg_in.jpg") center no-repeat;}
.imghover {cursor: pointer; transition: all 0.6s;}
.imghover:hover { transform: scale(1.2);}


.img_center {margin: 0 auto; text-align:center ;} /*banner图片居中*/ 
.img_auto {display: block; max-width: 100%; height: auto; }


.sm_padding	{padding:0px 10px 0px 10px;}
.lr_padding	{padding:0px 5px 0px 5px!important;}
.clear_padding	{padding:0px 0px 0px 0px!important;}

.no_padding	{padding:0px 0px 0px 0px!important;}
.left_nopadding {padding-left:0px!important;}
.right_nopadding {padding-right:0px!important;}

.no_margin_T{margin-top: 0px!important;}
.no_margin_B{margin-bottom: 0px!important;}

.margin_T10px { margin-top: 10px;}
.margin_T30px { margin-top: 30px;}
.margin_T40px { margin-top: 40px;}
.margin_T50px { margin-top: 50px;}
.margin_TR20px {margin:20px 20px 0 0;}

.no_border {border: 0px!important;;}
.border000 {border: 1px solid #000!important;}
.border001 {border: 1px solid #ddd!important; padding: 0px 10px;}


.ft18px {font-size: 18px!important;}
.ft16px {font-size: 16px!important;}
.ft14px {font-size: 14px!important;}
.ft12px {font-size: 12px!important;}

.z_bold { font-weight: 600;}
.z_left {text-align:left!important; text-indent: 20px;} 
.z_center {text-align:center; } 
.f_center {text-align: center; float: left;}

.fl_left {float: left!important;}
.fl_right {float: right!important;}





/* 通用PC搜索 */
.pc_search_a01 { float: left; width: 100%; max-width: 650px; overflow: hidden; padding-left: 20px;}

/* 输入框样式 */
.pc_search_a01 .keyword{ float:left; width:calc(100% - 80px); height:32px; line-height:32px; font-size:14px; padding-left:40px; font-family:"微软雅黑";color:#888; background:#fff url("../images/search_bg01.png")no-repeat 10px center;  border:1px solid #ddd;  border-radius: 4px;}

/* 按钮样式 */
.pc_search_a01 .ok{ cursor:pointer;margin: 0px 0 0 8px; border-radius: 4px; float:left; font-family:"微软雅黑"; color:#fff; width:70px; height:32px; line-height:30px; font-size:14px; font-weight: 600; background:#999; border:1px solid #ddd; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.pc_search_a01 .ok:hover{background:#a80010;}
.pc_search_a01 .login{ margin-left:5px; float: left; cursor:pointer; float:left; font-family:"微软雅黑"; color:#fff; width:100px; height:40px; line-height:40px; font-size:18px; text-align: center; background:#ff5400; border:0px ; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.pc_search_a01 .login:hover{background:#d53120;}



/* 通用链接样式 *****/

.link_style_a01{ color:#666;float:left; display:inline; width:100%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 16px; line-height: 30px;
    -webkit-transition: margin 0.3s ease-out;
    -moz-transition: margin 0.3s ease-out;
    -khtml-transition: margin 0.3s ease-out; }
    
    .link_style_a01:hover{ color:#2b7dd1; margin-left: 10px; }
    .link_style_a01:hover:before{color:#2b7dd1; content: "?";font-size: 20px; margin-top: 3px;  }
    .link_style_a01:before {  content: "." ;color:#333; position:relative; top:-5px;  float: left; margin-right: 10px;}


/* 通用浏览器滚动条 *****/

.sm_box01::-webkit-scrollbar{width:4px; height: 4px; }
.sm_box01::-webkit-scrollbar-track{background-color:#fff;}
.sm_box01::-webkit-scrollbar-thumb{background-color:#ccc;}
.sm_box01::-webkit-scrollbar-thumb:hover {background-color:#00b7fd}
.sm_box01::-webkit-scrollbar-thumb:active {background-color:#00b7fd}



/* 通用样式 *****************************************************************/




/* 竖项主菜单 */
.pc_nav_h01 { background:#636363; width:100%; margin:0 auto; height:50px;  padding: 0; top: 150px; position: fixed;  z-index:1; }

.pc_nav_h01 .menunav{ max-width:1200px;  margin:0 auto; padding: 0; height:50px; line-height:50px; background:#636363; position:relative; z-index:1; font-size:18px; }
.pc_nav_h01 .menunav a{ color:#fff; transition: background-color 0.3s; -moz-transition: background-color 0.3s; /* Firefox 4 */ -webkit-transition: background-color 0.3s; /* Safari and Chrome */ -o-transition: background-color 0.3s; /* Opera */ }
.pc_nav_h01 .menunav .nLi{ float:left; height:50px; position:relative; display:inline-block;  /*width:calc(100% / 12 );*/ }
.pc_nav_h01 .menunav .nLi h3{ float:left; width: 100%; }
.pc_nav_h01 .menunav .nLi h3 a{ display:block; font-size:18px; padding: 0 12.5px;font-weight:normal; background:#636363; text-align: center; }
/*.pc_nav_h01 .menunav .nLi h3 a .w120{ padding: 0 5px; display:block; font-size:18px; font-weight:normal; background:#636363; text-align: center; }*/
.pc_nav_h01 .menunav .on h3 a{ background:#4c4c4c; color:#fff;}


.pc_nav_h01 .menunav .sub{ float:left; display:none; width:340px;  left:0; top:34px; position:absolute; background:#636363; opacity:0.9; line-height:35px; padding:10px 0px; font-size:16px; }
.pc_nav_h01 .menunav .sub li{ zoom:1;}
.pc_nav_h01 .menunav .sub a{ float:left; display:block; width:170px;  padding:5px 5px; text-indent:1.5em;
transition: background-color 0.5s; -moz-transition: background-color 0.5s; /* Firefox 4 */ -webkit-transition: background-color 0.5s; /* Safari and Chrome */ -o-transition: background-color 0.5s; /* Opera */ color:#fff; }
.pc_nav_h01 .menunav .sub a:hover{ background:#4c4c4c; color:#fff; }




/* banner */
.bannerbox { width:100%;  height: 450px; min-width: 1200px; margin: 0px auto; }
#focus { width: 1920px; height: 450px; clear:both; overflow: hidden; position: relative; text-align:center;  margin: 0px auto;}
#focus ul { width:1920px; height: 450px; position: absolute; clear: both; padding: 0px; margin: 0px; }
#focus ul li { float: left; width:1920px; height: 450px; overflow: hidden; position: relative; padding: 0px; margin: 0px; }
#focus .preNext { width:1800px; height:450px; position: absolute; top: 0px; cursor: pointer; }
#focus .pre { left:10px; background: url(/images2/sprite.png) no-repeat left center; }
#focus .next { right:10px; background: url(/images2/sprite1.png) no-repeat right center; }





/*全局swiper切换*/ 
.swiper-container {margin-bottom: 10px;} 



/*PC_BANNER切换*/
.pc_banner_group01 {}
.pc_banner_bg01{background: #b1d6f5;}
.pc_banner_bg02{background: #004392;}
.pc_banner_bg03{background: #4280cb;}
.pc_banner_bg04{background: #4e4f8f;}
.pc_banner_bg05{background: #78c9e6;}



/*wap_BANNER切换*/
.wap_banner_group01 {}
.wap_banner_bg01{background: #b1d6f5;}
.wap_banner_bg02{background: #004392;}
.wap_banner_bg03{background: #4280cb;}
.wap_banner_bg04{background: #4e4f8f;}
.wap_banner_bg05{background: #78c9e6;}








/****************首页图片新闻横杠切换******************/
/*图片新闻*/
.tpxw {width: 580px;height: 385px;float: left;overflow: hidden; margin-top: 15px; }

/*首页新闻*/
div.slideBox{ position:relative; width:580px;height:385px; overflow:hidden;}
div.slideBox ul.items{ position:absolute; float:left; background:none; list-style:none; padding:0px; margin:0px;}
div.slideBox ul.items li{ float:left; background:none; list-style:none; padding:0px; margin:0px; width:580px;height:385px; }
div.slideBox ul.items li a{ float:left; line-height:normal !important; padding:0px !important; border:none;}
div.slideBox ul.items li a img{ margin:0px !important; padding:0px !important; display:block; width:580px;height:385px; border:none;}

div.slideBox div.tips{ position:absolute; bottom:0px; width:100%; height:50px; background-color:#000; overflow:hidden;}
div.slideBox div.tips div.title{ position:absolute; left:0px; top:0px; height:100%;}
div.slideBox div.tips div.title a{ color:#faa755; font-size:20px;font-weight:normal; line-height:50px; margin-left:10px; text-decoration:none;}
div.slideBox div.tips div.title a:hover{ /*text-decoration:underline !important; */color:#fff; }
div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%;}
div.slideBox div.tips div.nums a{ display:inline-block; float:left/*For IE.ADD.JENA.201206300844*/; width:18px; height:5px; background-color:#fff; text-indent:-99999px; margin:22px 12px 0px 0px;}
div.slideBox div.tips div.nums a.active{ background-color:#faa755;}


@media screen and (max-width: 400px) {
	.tpxw{width: 357px; height: 224px;float: left;overflow: hidden;}
	div.slideBox{ position:relative; width:357px !important;height:224px; overflow:hidden;}
	div.slideBox ul.items li{  width:357px ;height:224px;}
	div.slideBox ul.items li a img{ width:357px ;height:224px;}
	div.slideBox div.tips div.title a{ width:250px;  text-decoration:none;display: inline-block; text-overflow:ellipsis; white-space: nowrap; overflow: hidden;}
	div.slideBox div.tips div.nums{ position:absolute; right:0px; top:0px; height:100%; margin-right: 10px;}
	div.slideBox div.tips div.nums a{ display:inline-block; float:left/*For IE.ADD.JENA.201206300844*/; width:15px; height:3px; background-color:#FFF; text-indent:-99999px; margin:18px 4px 0px 0px;}
}






/* 首页列表新闻标题 *************/
.news_tabs_group01 .news_tabs_head { background:none; width:100%; overflow:hidden; font-size: 22px; border-bottom: 0px #ddd solid;  }
.news_tabs_group01 .news_tabs_head li {float:left; padding: 0px 15px; font-size:30px; font-weight:bold;height:40px; line-height:40px; color:#999; text-decoration:none; cursor: pointer;  }
.news_tabs_group01 .news_tabs_head li.active {color:#333; background:none; border-bottom:0px solid #0059b5; font-weight:bold;    }

.news_tabs_group01 .news_tabs_head a {float:left;padding: 0px 15px; font-size:30px; color:#999; text-decoration:none; cursor: pointer; }
.news_tabs_group01 .news_tabs_head a.active {color:#333; background:none; font-weight:bold;  }




/* 列表新闻子菜单 */
.news_tabs_group01 .news_tabs_head a.sub{position:relative;color:#666; background:none;font-size: 1.6rem; padding: 0px;margin-left: 30px; height: 35px; line-height:40px;}

.news_tabs_group01 .news_tabs_head a.sub+a.sub{ margin-left: 20px; }
.news_tabs_group01 .news_tabs_head a.sub:hover {margin-top:-2px; color:#ff5500;}

.news_tabs_group01 .news_tabs_head a.sub:after
{position:absolute;content:'';bottom:0;left:50%;width:0;height:2px;background:#ff5500;
	-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-khtml-transition:all 0.3s;}

.news_tabs_group01 .news_tabs_head a.sub:hover:after{left:0;width:100%}




/* 首页列表新闻 */
.news_tabs_group01 .news_list {clear:both; position:relative;  text-align: left; }
.news_tabs_group01 .news_list ul {margin-top:10px;width: 100%; overflow: visible; padding: 0; margin: 0;}
.news_tabs_group01 .news_list ul li{ line-height:50px; height:50px; text-indent: 0.8rem;  color:#333; }
.news_tabs_group01 .news_list ul a{ color:#333; float:left; display:inline; width:77%; text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 20px; line-height:50px; 
-webkit-transition: margin 0.3s ease-out;
-moz-transition: margin 0.3s ease-out;
-khtml-transition: margin 0.3s ease-out; }

.news_tabs_group01 .news_list ul a:hover{ color:#2b7dd1; margin-left: 15px;}
.news_tabs_group01 .news_list ul a:hover:before{color:#2b7dd1; content: "?";font-size: 20px; top:-2px; }

.news_tabs_group01 .news_list ul span { color:#999; float:right; font-size: 20px; line-height:50px;  padding-right: 5px;   }
.news_tabs_group01 .news_list ul li a:before { content: "." ;color:#666; font-weight: bold;position:relative; top:-5px;  float: left;  }


/* swiper-列表新闻标题 *************/





/* TEL样式 */
.tel {width:200px; height:20px; margin-top: -25px; position:relative; z-index: 1;float: right; border-radius:100%; background: #036bae; background: #fff;  display: none; font-size:15px; line-height:20px;	}



/* MORE样式 */
.more {width:60px;height:20px; margin-top: -28px; position:relative; z-index: 1;float: right; border-radius:100%;  background: #fff;  display: none;}

.more a{float:left; width:60px;height:20px;border-radius:100%; color:#999; 
	font-size:18px; line-height:18px;	 
	text-align:center;
	font-weight:600; font-weight:normal;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	padding:0px;
}
.more a:hover{
	background: #036bae; background: #fff;
	/* -webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg); */
	 color: #036bae;}


.show {z-index: 99; display: block; background: #fff; color:#333; } /* 显示more */
.one_more {z-index: 99; width:2rem;height:2rem;display: block; } /* 第一个more */
.top_more {	z-index: 999;  background: #ff5500; display: block;}  /* 点击加载MORE到最上面 */
/* MORE样式 */


/* 业务版块 */
.icon01box {min-height: 250px; margin: 30px 0; padding: 0;  }
.icon01box li{ float:left; width:calc(100% / 4 - 0px); }
.icon01 { height: 250px;  margin:0 10px; padding: 0; background: #fff; border-top: 5px solid #cc0000; border-bottom: 5px solid #ececec; border-left: 1px solid #ececec; border-right: 1px solid #ececec;}
.icon01:hover{ background:#f0faff; }
.icon01 p { float:left; width: 100%; font-size: 24px; color: #333; font-weight: bold; text-align: center; padding: 0px;  margin: 0; }
.icon01 img { float:left; margin: 15px 55px; disply: flex; justify-content:center; padding: 15px; border-radius: 95px; border: 10px solid #ececec; transition: all .3s;}
.icon01:hover img { transform: rotateY(180deg); border: 10px solid #fff; }

@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.icon01box li{ float:left; width:calc(100% / 4);  }
	.icon01 p { float:left; width: 100%; font-size: 20px; color: #333; font-weight: bold; text-align: center; padding: 0px;  margin: 0; }
	.icon01 img { float:left; width: 100%;margin:10px 28px 5px 0px;  transition: all .3s;}
}




/* 党建领航 */
.icon02box {margin:0 auto; overflow: hidden;}






/* 直接管理企业 */
.in-box{ width: 100%; margin-top:10px; overflow:hidden; }

.xkpd-box{ position:relative; overflow:hidden; }
.xkpd-box .prev,.xkpd-box .next{ color:#999; width:45px; height:45px; left:-20%; font:bold 35px/45px "宋体";  background:rgba(255, 255, 255, 0.8); margin:-20px 15px 0; position:absolute; top:50%; text-align:center; z-index:2000; display:block; cursor:pointer;
   -moz-border-radius:50%;
-webkit-border-radius:50%;
		border-radius:50%;
}

.xkpd-box .next{ left:auto; right:-20%;}
.xkpd-box:hover .prev{ left:0;}
.xkpd-box:hover .next{ right:0;}
.xkpd-box .prev:hover,.xkpd-box .next:hover{ color:#fff; background:#0c4daa;}
.xk-img-list li,.xk-img-list li h4{
   -moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
		transition:all 0.3s;
}
.xkpd-box .bd { height:250px; overflow:hidden; position:relative; width:none;}

.xk-img-list li{ float:left; /*width:160px; height:300px; margin: 0 17px 0 17px; border:0px solid #e5e5e5;*/}
.xk-img-list li p{ height:230px; position:relative; z-index:100;  margin: 0; }
.xk-img-list li img{ height:100%; min-width:100%;  }
.xk-img-list li a{ display:block; margin:2px; overflow:hidden; border-color:#f4f7f8; color: #666;}
.xk-img-list li h4{ text-align: center; background-color: #f4f7f8; font-size:16px; font-weight: normal; line-height: 24px; height:62px; 
	text-overflow: -o-ellipsis-lastline; 
	word-break: break-all;
	overflow:hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient: vertical;
	
	margin:0px; 
	padding: 10px 5px; }

.xk-img-list li:hover{ background-color: #fff;}
.xk-img-list li a:hover h4{ color:#0e90d2; }




/* 图片样式03 */

.pic_style03 {position: relative;  display: block; float: left;  width: 100%; box-sizing: border-box;  /*box-shadow: 0px 0px 3px #aaa;*/ }

.pic_style03 a {display:block; overflow:hidden; position:relative; border: 4px solid #fff; display: block; }
.pic_style03 a .img{ overflow:hidden}
.pic_style03 a .img img{ width:100%; height:100%; object-fit:cover}
.pic_style03 a .top{ height:50px; background:rgba(255, 255, 255, 0.8); position:absolute; bottom:0; left:0; right:0; text-align: center; 
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;    }

.pic_style03 a .top h5{ padding:0 2px; font-size:20px; color:#333; line-height:20px;margin-top: 15px;font-weight: normal;}
.pic_style03 a .top p{padding:0px ; font-size:15px; color:#ff0; line-height:20px;  display: block; text-indent: 0px;}
.pic_style03 a .top h5 b{margin-right: 5px;font-size:16px;}

.pic_style03 a:hover h5 {  padding:0 50px; margin-top: 45px; font-size:24px; line-height:30px;font-weight: bold;}
.pic_style03 a:hover h5 b { margin-top: 100px; display: block; font-size:18px;}
.pic_style03 a:hover .top{ height:100%; background:rgba(255, 255, 255, 0.8); }
.pic_style03 a:hover .img img{ }
.pic_style03 a:hover .top p{ display:block;}


.pic_style03 a .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; bottom:0px; }
.pic_style03 a .ani_border:after{position:absolute;bottom:-5px;
left:50%;width:0px;height:5px;background:#c30823;content:'';
-webkit-transition:all 0.7s;-moz-transition:all 0.7s;
-o-transition:all 0.7s;transition:all 0.7s;bottom:0px;}
.pic_style03 a:hover .ani_border:after{left:0;width:100%;bottom:0px;}


.list01 {width: calc(100% / 5 - 10px); margin: 10px 5px; }
.list02 {width: calc(100% / 3 - 20px); margin: 10px 10px 0 10px; }











/*按钮样式01*/

.btn_style01 {position: relative; display: block;  float: left;  width: 100%; box-sizing: border-box;}
.btn_style01 a {
/*文字上下居中*/display: flex;align-items: center;justify-content: space-around;flex-direction: column;/*文字上下居中*/
width:100%;height: 6rem; text-align: center; color:#086eba; font-weight: 600;background: #b9def0; box-shadow: 0px 0px 3px #aaa;
border-radius: 5px; border: 1px #fff solid; font-size: 1.5rem; line-height: 2rem;overflow: hidden;
}
.btn_style01 a:hover { border: 3px #aefcff solid;  }


/*按钮样式02*/
.btn_style02 {width: 98%; margin-top: 1px; margin-left: 2px!important; }


/*链接样式01*/
.alink_group01{ width: 100%; margin: 10px 0px;}
.alink_style01{display: block; height: 48px; position: relative; border: 1px solid #ddd; text-decoration: none; width: 23%; margin-left: 1%; float: left;}

.alink_style01 strong{ position: relative; z-index: 3; height: 48px; line-height: 48px; color: #535355; font-size: 14px; padding-left: 30px;}

.alink_style01 i{position: absolute; left: 0; top: 0; display:block; background: #d83648; height: 48px; width: 0px; z-index: 0;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; 
    }
    
.alink_style01:hover{border: 1px solid #ddd; }
.alink_style01:hover strong{ color: #fff;}      
.alink_style01:hover i{ width: 100%;}

.alink_on i{width: 100%;}
.alink_on strong{ color: #fff; }




/*PC图片轮播*/
.pc_pic_move_group01 {display: block; width: 100%; margin: 0 auto; margin-top: 15px;}

.pc_pic_move01 {height: 185px; border: 0px solid #ccc; position: relative;} /*图片&按钮轮播高度 位置*/

.pc_pic_move_next_01a {position: absolute; top:50px;right:30px;} /*左箭头 位置*/
.pc_pic_move_next_01b {position: absolute; top:50px;left:30px;} /*右箭头 位置*/
.pc_pic_move_dot01 {bottom: 0px!important;display: block;}  /*导航-点点点 位置*/





/*PC按钮轮播*/

.pc_btn_move_group01 {display: block;}
.pc_btn_move01 {height: 95px; border: 0px solid #ccc; position: relative;} /*图片&按钮轮播高度 位置*/

.pc_btn_move_next_01a {position: absolute; top:32px;right:-10px;} /*左箭头导航 位置*/
.pc_btn_move_next_01b {position: absolute; top:32px;left:-10px;} /*右箭头 位置*/
.pc_btn_move_dot01 {bottom: 0px!important;}  /*导航-点点点 位置*/






/*侧边按钮轮播*/

.side_ok {   }
.side_ok li { float: left; width: 100%; height:90px; margin-top: 10px; }
.side_ok li .s1 { display: block; width: 100%; height: 100%;background: #028ac9; border-radius: 5px;}
.side_ok li .s2 { display: block; width: 100%; height: 100%;background: #e78d52; border-radius: 5px;}
.side_ok li .s3 { display: block; width: 100%; height: 100%;background: #13ac5d; border-radius: 5px;}

.side_ok li a:hover {background: #ff5400;}



/* 右侧导航 */
.side{ width:72px; height:300px; top:70%; right:3%; position:fixed;z-index:100;}
.side ul li{ width:72px; height:73px; margin-bottom:2px;}




/*尾部*/

.pc_footer_group01 { overflow: hidden;}
.pc_footer_group01 .titel {  color:#fff;  font-size: 16px; height: 35px; line-height: 35px; border: 1px #66a5f4 solid; width: 84%; margin: auto;}

.footer_homebg01 { width: 100%; padding: 5px 0px 15px 0px; background: rgba(0,0,0,0.7); overflow: hidden; }
.footer_bg01 { width: 100%; padding: 5px 0px 15px 0px; background: #4d4949; }
.footer_bg02 { width: 100%; background: #eee; }

.footer_bg .titel { color:#fff; margin-top: 18px; text-indent: 80px; font-size: 16px; font-weight: 600;}
.copyright_bg  {background: #eee;  line-height: 28px; padding: 0px 0px 0px 0px; color:#666; }






/*版权菜单*/
.bottom_menu_group01 {text-align: left;  /*设置子元素因为inline-block出现的间隙*/display: table;word-spacing:-1em; padding-left: 30px; margin-top: 40px ;}
.bottom_menu_group01 li {}
.bottom_menu_group01 li+li {}
.bottom_menu_group01 a { font-size: 15px; color:#fff; padding: 0 20px; margin: 0px;  border-left: 1px #fff solid;  border-right: 1px #fff solid; height: 18px; line-height: 18px; margin-left: -1px; display: inline-block;}
.bottom_menu_group01 a:hover { color:#d7f2ff;}




/*版权地址信息*/
.pc_footer_group02 {  width: 100%!important; text-align: left; overflow: hidden; margin-top: 30px;}

.pc_footer_group02 img { width: auto;}
.copyright_group02 {line-height: 30px; margin: 10px 0px; color: #fff;  font-size: 1.6rem;}

.copyright_group02 a { color: #fff; }
.copyright_group02 a:hover{ color: #ff0;}

.copyright_group02 .ft { color: #fff; margin:0 10px 0 0px; border-right:  1px #fff solid; padding-right: 10px;}
.copyright_group02 .ft:hover{ color: #ff0;}


.copyright_group02 .big {line-height: 30px; margin: 0px 0px; overflow: hidden; color: #fff;  font-size: 2.6rem;}







/* 文章头部样式01*/
.content_head01 { width:100%; border-bottom:#ccc 0px dashed; margin-bottom:0px; }

.content_head01 .z_title { font-size:24px; line-height:34px; padding: 15px 0px 5px 0px; width:100%; text-align:center; font-weight:bold;}
.content_head01 .f_title { font-size:1.6rem; line-height:28px; width:100%; text-align:center;}

.content_head01 .voice {width:100%; padding:10px 0px 10px 0px;text-align: center; overflow: hidden;}
.content_head01 .read{margin: 10px auto; border:#ccc 1px dashed; }
.content_head01 .read li{padding: 8px 0px; text-align: center; }

.content_head01 .split{margin: 10px 0 20px 0 ; border:#ccc 1px dashed; }



/* 文章内容*/
.article_cont { width:100%; font-size:16px; line-height:32px; margin:10px 0; color:#666;  padding: 0;}
.article_cont img{ /*margin:10px auto; vertical-align: middle; display: table-cell; /*主要是这个属性*/}

.article_cont .pic { display: block;  width: 200px; height: 255px; margin: 10px 0; }
.article_cont .name { display: block; color: #333; font-size: 24px; margin: 20px 0; padding-top: 10px; }






/* PC搜索通用 */
.pc_search_a01 { float: left; width: 100%; max-width: 650px; overflow: hidden; padding-left: 20px;}

/* 输入框样式 */
.pc_search_a01 .keyword{ float:left; width:calc(100% - 80px); height:32px; line-height:32px; font-size:14px; padding-left:40px; font-family:"微软雅黑";color:#888; background:#fff url("../images/search_bg01.png")no-repeat 10px center;  border:1px solid #ddd; margin: 0px 0px 0px 0px;  border-radius: 4px;}
/* 按钮样式 */

.pc_search_a01 .ok{ cursor:pointer;margin: 0px 0 0 8px; border-radius: 4px; float:left; font-family:"微软雅黑"; color:#fff; width:70px; height:32px; line-height:30px; font-size:14px; font-weight: 600; background:#999; border:1px solid #ddd; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}
.pc_search_a01 .ok:hover{background:#0059b5;}

.pc_search_a01 .login{ margin-left:5px; float: left; cursor:pointer; float:left; font-family:"微软雅黑"; color:#fff; width:100px; height:40px; line-height:40px; font-size:18px; text-align: center; background:#0059b5; border:0px ; transition: background-color 0.9s; -moz-transition: background-color 0.9s; /* Firefox 4 */ -webkit-transition: background-color 0.9s; /* Safari and Chrome */ -o-transition: background-color 0.9s; /* Opera */}

.pc_search_a01 .login:hover{background:#0059b5;}


@media screen and (max-width: 640px) and (min-width: 0px){/*屏幕 0-640px*/	
.pc_search_a01 {padding-left: 35px; margin-top: 5px;}
    }


/* MORE样式 */

.more {width:60px;height:20px; margin-top: -28px; position:relative; z-index: 1;float: right; border-radius:100%;  background: none;  display: none;}



.more a:hover{
	background: none;
	/* -webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg); */
	 color: #036bae;}


.show {z-index: 99; display: block; background: none; color:#333; } 



/* 直接管理企业 */
.in-box{ width: 100%; margin-top:10px; overflow:hidden; }

.xkpd-box{ position:relative; overflow:hidden; }
.xkpd-box .prev,.xkpd-box .next{ color:#999; width:45px; height:45px; left:-20%; font:bold 35px/45px "宋体";  background:rgba(255, 255, 255, 0.8); margin:-20px 15px 0; position:absolute; top:50%; text-align:center; z-index:2000; display:block; cursor:pointer;
   -moz-border-radius:50%;
-webkit-border-radius:50%;
		border-radius:50%;
}

.xkpd-box .next{ left:auto; right:-20%;}
.xkpd-box:hover .prev{ left:0;}
.xkpd-box:hover .next{ right:0;}
.xkpd-box .prev:hover,.xkpd-box .next:hover{ color:#fff; background:#0c4daa;}
.xk-img-list li,.xk-img-list li h4{
   -moz-transition:all 0.3s;
-webkit-transition:all 0.3s;
		transition:all 0.3s;
}
.xkpd-box .bd { height:300px; overflow:hidden; position:relative; width:none;}

.xk-img-list li{ float:left;  height:300px; width: calc(100% / 3 - 20px); margin: 0 10px; border:0px solid #fff; background: #fff; }
.xk-img-list li p{ height:250px; position:relative; z-index:100;  margin: 0; }
.xk-img-list li img{ height:100%; width:100%;  }
.xk-img-list li a{ display:block; margin:2px; overflow:hidden; color: #666;}
.xk-img-list li h4{ text-align: center; background-color: #fff; font-size:20px; font-weight: normal; line-height: 24px; height:62px; 
	text-overflow: -o-ellipsis-lastline; 
	word-break: break-all;
	overflow:hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp:2; 
	-webkit-box-orient: vertical;
	
	margin:0px; 
	padding: 10px 5px; }

.xk-img-list li:hover{ background: #fff;}
.xk-img-list li a:hover h4{ color:#0e90d2; }











/* 业务图标 */
.servicesBox { width:100%; height:250px; margin-top:20px; clear:both; }
.servicesBox .serBox { cursor:pointer; border-top:5px solid #ececec; border-bottom:5px solid #ececec; border-left:0px solid #ececec; border-right:0px solid #ececec; display:inline; width:calc(100% / 4 - 16px);  height:250px; float:left; overflow:hidden; background-color:#fff; position:relative; margin: 0 8px;}
.servicesBox .serBoxOn { font-family:"Microsoft Yahei"; display:none; width:320px; height:250px; background:#fffaf2; position:absolute; left:0px; top:-5px; z-index:19; }
.servicesBox .serBox .pic1 { width:130px; height:130px; text-align:center; position:absolute; top:40px; right:74px; z-index:99;}
.servicesBox .serBox .pic2 { width:130px; height:130px; text-align:center; position:absolute; top:40px; left:-240px; z-index:99;}
.servicesBox .serBox .txt1 { width:100%; height:100px; color:#999999; position:absolute; top:180px; left:0px; z-index:99;}
.servicesBox .serBox .txt2 { width:100%; height:100px; color:#a9cf4f; position:absolute; top:180px; right:-240px; z-index:99;}
.servicesBox .serBox span.tit { font-size:24px; font-weight: bold; display:block; text-align:center;}
.servicesBox .serBox .txt1 .tit { color:#005bac; line-height:30px;}
.servicesBox .serBox .txt2 .tit { color:#cc3300; line-height:30px; font-family:"Microsoft Yahei";}



/* 业务板块三 */
.icon03box {min-height: 250px; margin: 30px 0; padding: 0; }
.icon03box li{ float:left; width:calc(100% / 4 - 0px); }
.icon03 { height: 250px;  margin:0 10px; padding: 0; background: #fff; box-shadow: 0 0 20px -15px #ccc; border-top: 5px solid #ececec; border-bottom: 5px solid #ececec; }
.icon03:hover{ background: url("/images2/iconc_bg.png")center no-repeat; }
.icon03 p { float:left; width: 100%; font-size: 24px; line-height: 0px; color: #5296d0; font-weight: bold; text-align: center; padding: 0px;  margin: 0; }
.icon03 img { float:left; margin: 20px 55px 10px 55px; disply: flex; justify-content:center; padding: 15px; }




@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.more {width:50px;}
}


@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.news_tabs_group01 .news_list ul li{ line-height:40px; height:40px; text-indent: 0.6rem; }
	.news_tabs_group01 .news_list ul a{ width:68%; font-size: 18px; line-height:40px; }
	.news_tabs_group01 .news_list ul a:hover{ margin-left: 10px; }
	.news_tabs_group01 .news_list ul a:hover:before{font-size: 16px; }
	.news_tabs_group01 .news_list ul span { font-size: 18px; line-height:40px; padding-right: 0px; }
	.news_tabs_group01 .news_list ul li a:before {  margin-left: -3px;  }
}


@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.news_tabs_group01 .news_tabs_head li {float:left; padding: 0px 15px 0px 15px; font-size:28px;   }
	.news_tabs_group01 .news_tabs_head a {float:left;padding: 0px 15px 0px 15px; font-size:28px;  }

}

@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.icon03box {min-height: 120px; margin: 15px 0 5px 0; padding: 0; }
	.icon03box li{ float:left; width:calc(100% / 4 - 0px); }
	.icon03 { height: 120px;  margin:0 5px; border-top: 3px solid #ececec; border-bottom: 3px solid #ececec; }
	.icon03 p { float:left; width: 100%; font-size: 16px; }
	.icon03 img { float:left; width:100%; margin: 10px 5px 5px 0px; disply: flex; justify-content:center; padding: 0px; width:100%; }

}


@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.xk-img-list li{ float:left;  height:300px; width: calc(100% / 1 - 10px); margin: 0 5px; }
}

@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.icon02box {margin:0 auto; overflow: hidden;}
	.icon02box img {height:120px; margin-left: -170px;}

}

@media screen and (max-width: 640px) { /*屏幕小于640px*/
	.bgimg { background: #fff;}
}
