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

/* Eric Meyer’s CSS RESET */
html, body, div, span, applet, object, iframe,table,  caption, 
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, 
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend { font-family: "微软雅黑";
    /*vertical-align: baseline;*/ 
    font-family: inherit; 
    font-style: inherit; 
    outline: 0; 
    padding: 0; 
    margin: 0; 
    /*border: 0; */ 
} 
:focus { 
    outline: 0; 
} 
body {background: white; 
    line-height: 1; 
    color: black; 
	font-size: 1.4rem;
} 
ol, ul, li { 
    list-style: none; 
} 
table { 
    border-collapse: separate; 
    border-spacing: 0; 
} 
caption, th, td { 
    font-weight: normal; 
    text-align: left; 
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: “”; 
} 
blockquote, q { 
    quotes: “” “”; 
}

::-webkit-input-placeholder { color:#ccc; }
::-moz-placeholder { color:#ccc; } /* firefox 19+ */
:-ms-input-placeholder { color:#ccc; } /* ie */
input:-moz-placeholder { color:#ccc; }

input{outline:none;}
a{ text-decoration:none; }
a:hover{color:#333; text-decoration:none;}


@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;padding: 0 0px; }

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



.block{padding: 10px 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;}
/*文字上下居中*/



@media screen and (max-width: 640px) and (min-width: 0px){/*屏幕 0-640px*/	
/*
.am-u-lg-12 { border:1px #f50 solid;}
.am-u-lg-6 { border:1px #f50 solid;}
*/
}
	
@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.clear_padding	{padding:0px 10px 0px 10px!important;}
/*
.am-u-lg-12 { border:1px #000 solid;}
.am-u-lg-6 { border:1px #000 solid;}
*/
}	  

@media screen and (min-width: 1024px) {/*屏幕大于1024px*/
.clear_padding	{padding:0px 7px 0px 7px!important;}
/*
.am-u-lg-12 { border:1px #f00 solid;}
.am-u-lg-6 { border:1px #f00 solid;}
*/
}	










/*  头部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("/images/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; } /*增加空白-移动端头部*/
	
.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(/images/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(/images/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("/images/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% - 150px);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;
}
   

/*首页新闻*/
.home_news_group01 {position: absolute; background:rgba(255,255,255,0.92); height: 230px; z-index: 2; bottom: 0px; left: 0px; width: 100%;  font-family: "微软雅黑";}


.home_news_group01 .comtxt01 {margin: 55px 0 0 120px;}



/* swiper-列表新闻标题 *************/
.homenews_tabs_group01 .news_tabs_head {background:none;width:100%;overflow:hidden; font-size: 1.8rem; border-bottom: 0px #ddd solid;  font-family: "微软雅黑";}
.homenews_tabs_group01 .news_tabs_head li {float:left;padding: 0px 15px;font-size:1.8rem; height:36px;line-height:36px; color:#333;text-decoration:none; cursor: pointer;}
.homenews_tabs_group01 .news_tabs_head li.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;}

.homenews_tabs_group01 .news_tabs_head li.ti01 {color:#333; background:none; font-weight:bold;font-size: 20px;}
.homenews_tabs_group01 .news_tabs_head li.ti01 span {color:#333; background:none; font-weight:bold; font-size: 14px; margin-left: 15px; border-left: 1px #999 solid; padding-left: 15px; height: 10px; line-height: 10px;}


.homenews_tabs_group01 .news_tabs_head a {float:left;padding: 0px 15px;font-size:1.8rem; height:36px;line-height:36px;color:#333;text-decoration:none; cursor: pointer;}
.homenews_tabs_group01 .news_tabs_head a.active {color:#2a70be; background:none;font-weight:bold;
	 border-bottom:3px solid #2a70be; }

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

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

.homenews_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;}

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

/* 列表新闻主体 */
.homenews_tabs_group01 .news_list {clear:both; position:relative;  text-align: left; background: none; }
.homenews_tabs_group01 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.homenews_tabs_group01 .news_list ul li{line-height:30px; height:30px; text-indent: 1rem;}
.homenews_tabs_group01 .news_list ul a{ color:#333;float:left; display:inline; width:75%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 1.4rem; line-height: 1.6rem;  font-family: "微软雅黑";
-webkit-transition: margin 0.3s ease-out;
-moz-transition: margin 0.3s ease-out;
-khtml-transition: margin 0.3s ease-out; }

.homenews_tabs_group01 .news_list ul a:hover{ color:#e22627; margin-left: 15px;}
.homenews_tabs_group01 .news_list ul a:hover:before{color:#f00; content: "?";font-size: 20px; margin-top: 3px; }

.homenews_tabs_group01 .news_list ul span{ color:#333; float:right; font-size: 1.4rem; line-height: 1.8rem;  padding-right: 10px;   }
.homenews_tabs_group01 .news_list ul li a:before {  content: "." ;color:#333; position:relative; top:-5px;  float: left;}

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







@media screen and (max-width: 1024px) and (min-width: 640px){
	.homenews_tabs_group01 .news_list ul li{line-height:36px; height:36px; } /* 改变新闻列表行高 */

}

@media screen and (max-width: 640px){
	.homenews_tabs_group01 .news_list ul {margin-top: 1rem;}
	.homenews_tabs_group01 .news_list ul li{line-height:32px; height:32px; }/* 改变新闻列表行高 */
}







/*首页-多屏切换*/

.business_bg {background: url("/images/pc_bg02_01.jpg") bottom center!important;background-size:cover!important;}

.multipage_tab  {}
.stroke {text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;} /*字体描边 */

.multipage_tab .ti01{font-size: 16px;text-align: center; width: 100%; margin: 0px auto 0px auto; color:#333; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.multipage_tab .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#333 ; line-height: 40px;font-weight: 600;text-shadow: 1px 1px 1px #fff; }






/* 首页-出资企业 */
.enterprise_bg { text-align: left; background:url("/images/pc_bg03_01.jpg") bottom center!important; background-size:cover!important;; height:100%!important;  width: 100%; width: 100%;}




/* 首页-按钮样式01 */
.imgbtn_style_group01 {margin:40px 0px 50px;}

.imgbtn_style_group01 a {width:280px; height:380px; margin:10px 40px 0px 40px; display: inline-block; box-shadow: 0 0 12px rgba(0,0,0,0.5);}


.imgbtn_style_group01 .ti01{font-size: 16px;text-align: center; width: 100%; margin: 0px auto 0px auto; color:#333; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.imgbtn_style_group01 .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#333 ; line-height: 40px;font-weight: 600;text-shadow: 1px 1px 1px #fff; }

.imgbtn_style_group01 dl { margin-top:20px}

.imgbtn_style01{ float:left; width:280px; height:380px;  position:relative;  border: 1px #eee solid;}

.imgbtn_style01 .img{ width: 100%; height:100%;  position:relative; text-align:center;background: rgba(70,0,0,0.5); border:1px #ccc solid；}

.imgbtn_style01 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left: 50%;margin-left: -139px;padding:0px;text-align: center; height: 100%; }

.imgbtn_style01:hover .img .con{ background: rgba(229,0,45,0.75); -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; height:100%; margin-top: 0px;top: 0px; }

.imgbtn_style01 .img .con .table01{ display:table; width:100%; height:100%;}

.imgbtn_style01 .img .con .table01 .table_cell{ display:table-cell; vertical-align:middle; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style01 .img .con h3{ height:96px; margin-bottom: 20px;}
.imgbtn_style01 .img .con h3 img{ width: 96px;}

.imgbtn_style01 .img .con h4{ font-size:16px; color:#fff; margin-bottom:8px; }

.imgbtn_style01 .img .con h5{ font-size:24px; color:#fff; position:relative;  width: 100%;line-height: 30px;}

.imgbtn_style01 .img .con h5:before{content:"";position:absolute;left:50%;top:35px;width:1px;height:0;background:rgba(255,255,255,0.5);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style01:hover .img .con h5:before{ height:20px; margin-top: 5px;}

.imgbtn_style01 .img .con p{text-align: center;font-size:14px;line-height:26px;color:rgba(255,255,255,0.95);opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;height:0; padding: 0 10px;}

.imgbtn_style01:hover .img .con p{ opacity: 1; height:auto;  margin-top:40px; -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} 



@media screen and (max-width: 640px) { /*屏幕小于640px*/

.imgbtn_style_group01{ margin:0px;}
    
.imgbtn_style_group01 a {width:calc(100% / 1 - 15px ); height:200px; margin:0px 6px 30px 6px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
    
.imgbtn_style01{ float:left; width:100%; height:200px;  position:relative;  border: 1px #eee solid;}
    
.imgbtn_style01 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left:0%;margin-left: 0px;padding:0px;text-align: center; height: 100%; } 
    
}









/* 首页-联系我们 */
.contact_bg { text-align: left; background:url("/images/pc_bg04_01.jpg") bottom center!important; background-size:cover!important;; height:100%!important;  width: 100%; width: 100%;}

.home_contact {float: left; margin-top: -150px;}

.home_contact .t01 {font-size: 36px; font-weight: 600; text-align: left; margin-bottom: 30px;}
.home_contact li {float: left; width: 100%; text-align: left; height: 50px; line-height: 50px;}
.home_contact li a { color:#000;}
.home_contact li a:hover { color:#e5002d;}
.home_contact li span { margin: 0px 20px; margin-left: -5px;}
.home_contact img {width: auto;}

.home_contact .ewm {  margin-top: 30px;}






/* 党建领航 *************/
    
/* 党建新闻标题 */
    
.news_list_group02 { margin-bottom: 10px; width: 100%; float: left;overflow: hidden;}
.news_list_group02 .news_tabs_head {background:none;width:100%;height:50px;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid; margin-top: 0px;}
.news_list_group02 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; }
.news_list_group02 .news_tabs_head li.active {color:#2a70be; background:none;border-bottom:0px solid #2a70be; font-weight:bold;height:5rem;line-height:5rem; font-size: 22px; color:#333}

.news_list_group02 .news_tabs_head a {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; cursor: pointer;}
.news_list_group02 .news_tabs_head a.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;height:5rem;line-height:5rem;}


.news_list_group02 .news_tabs_head a.sub{position:relative;color:#666; background:none;font-size: 1.6rem;
padding: 0px;margin-left: 30px; height: 3.5rem; line-height:3rem; margin-top: 10px}

.news_list_group02 .news_tabs_head a.sub+a.sub{ margin-left: 2rem; }
.news_list_group02 .news_tabs_head a.sub:hover {margin-top:8px; color:#ff5500;line-height:3rem;}
.news_list_group02 .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;}
.titel_group02 .news_tabs_head a.sub:hover:after{left:0;width:100%}


@media screen and (max-width: 640px){
.news_list_group02 .news_tabs_head li.active { font-size: 22px; }
}



/* 党建新闻列表02 */  

.news_tabs_group02 ul{   overflow: hidden;}
.news_tabs_group02 a{ position: relative; width: 100%; display: block;}
.news_tabs_group02 li{ padding-top: 14px; padding-bottom:14px; border-bottom:1px solid #eee; display:block; overflow: hidden; cursor: pointer; 
    -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;
    }
    

.news_tabs_group02 li:before{ content:""; position:absolute; width:0px; height:1px; background:#e5002d; left:10px; bottom:0px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;}

.news_tabs_group02 a:hover li:before{ width:100%; left:0px}




.news_tabs_group02 li .date{ float:left; background:#9f9f9f; width:70px; height:65px; border: 0px #ddd solid; margin-left: 10px;border-radius: 4px;color:#fff;

    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}


.news_tabs_group02 li .date strong{ display:block; font-size:28px; color:#296fc7; text-align:center; margin: 10px 0px 0px 0px; color:#fff;}
.news_tabs_group02 li .date span{ display:block; text-transform: uppercase;  font-size:12px;text-align:center; line-height: 20px;}

    
.news_tabs_group02 li .newsbox{ float:right; width: calc(100% - 80px);  height: auto;overflow: hidden;padding: 2px 20px 0px 20px; box-sizing: border-box;}    
    
.news_tabs_group02 li .newsbox h2 { font-size:18px; color:#383839; line-height:22px; display:block; margin-bottom:5px; margin-top:0px; white-space: nowrap;overflow:hidden;text-overflow: ellipsis; font-weight: 600; }
    
.news_tabs_group02 li .newsbox p{ font-size:12px; color:#8b8b8d; line-height:18px; height: 40px; overflow: hidden;}
    
.news_tabs_group02 a:hover li .newsbox h2 {color:#e5002d; }
    
.news_tabs_group02 a:hover li .date {background:#e5002d;}

.news_tabs_group02 a:hover li{ background-color:#fff;}



@media screen and (max-width: 640px){
    .news_tabs_group02 li .newsbox h2 { white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: 600; }
    .news_tabs_group02 li .newsbox p{ }
}




/* 党建专题 ****************************/  
.zt_party01 { }

.zt_party01 .titel {color:#333; background:none;font-weight:bold; border-bottom:0px solid #2a70be; font-size:22px; text-indent: 15px; line-height: 50px; }


.zt_party01 ul {margin-bottom: 20px; overflow: hidden; }

.zt_party01 .pic_style03 {position: relative;  box-shadow: 0px 0px 3px #aaa;  display: block; float: left;  border: 1px #ccc solid; width:calc(100% / 3 - 20px);box-sizing: border-box; margin: 5px 10px; }

.zt_party01 .pic_style03 a {display:block; overflow:hidden; position:relative; border: 5px solid #fff; display: block; }
.zt_party01 .pic_style03 a .img{ overflow:hidden;}
.zt_party01 .pic_style03 a .img img{ width:100%; height:100%; object-fit:cover;}
.zt_party01 .pic_style03 a .top{ height:40px; background:rgba(0,0,0,0.6); position:absolute; bottom:0; left:0; right:0; 
    -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;    }

.zt_party01 .pic_style03 a .top h5{ padding:0 8px; font-size:16px; color:#fff; line-height:40px;margin-top: 0px;font-weight: normal;}
.zt_party01 .pic_style03 a .top p{ padding:0px; font-size:14px; color:#fff; line-height:24px;  display: block; text-indent: 0px; background: #de7300; display:inline; padding: 5px 10px; border-radius: 20px;}
.zt_party01 .pic_style03 a .top h5 b{margin-right: 5px;font-size:16px; color:#ff0;}

.zt_party01 .pic_style03 a:hover h5 { margin-top: 0px;font-size:16px;}
.zt_party01 .pic_style03 a:hover h5 b { margin-top: 100px; display: block;font-size:20px; font-weight: normal; }
.zt_party01 .pic_style03 a:hover .top{ height:100%; background:rgba(0,0,0,0.65); }
.zt_party01 .pic_style03 a:hover .img img{ transform:scale(1.00)}
.zt_party01 .pic_style03 a:hover .top p{  line-height: 50px;}


.zt_party01 .pic_style03 a .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; bottom:0px; }

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

.zt_party01 .pic_style03 a:hover .ani_border:after{left:0;width:100%;bottom:0px;}

@media screen and (max-width: 640px){
 .zt_party01 .pic_style03 { width:calc(100% / 1 - 20px);}
}






/* 党建专题新闻列表03 ****************************/  

.news_tabs_group03 .news_tabs_head {background:none;width:100%;overflow:hidden; font-size: 1.8rem; border-bottom: 0px #ddd solid;}
.news_tabs_group03 .news_tabs_head li {float:left;padding: 0px 15px;font-size:18px; height:36px;line-height:36px;color:#333;text-decoration:none; cursor: pointer;}
.news_tabs_group03 .news_tabs_head li.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;}

.news_tabs_group03 .news_tabs_head a {float:left;padding: 0px 15px;font-size:1.8rem; height:36px;line-height:36px;color:#333;text-decoration:none; cursor: pointer;}
.news_tabs_group03 .news_tabs_head a.active {color:#333; background:none;font-weight:bold;
	 border-bottom:0px solid #2a70be; font-size:20px; }

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

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

.news_tabs_group03 .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_group03 .news_tabs_head a.sub:hover:after{left:0;width:100%}

/* 列表新闻主体 */
.news_tabs_group03 .news_list {clear:both; position:relative;  text-align: left; background: none; }
.news_tabs_group03 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.news_tabs_group03 .news_list ul li{line-height:36px; height:36px; text-indent: 1rem;}
.news_tabs_group03 .news_list ul a{ color:#333;float:left; display:inline; width:75%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 1.6rem; line-height: 2.2rem;
-webkit-transition: margin 0.3s ease-out;
-moz-transition: margin 0.3s ease-out;
-khtml-transition: margin 0.3s ease-out; }

.news_tabs_group03 .news_list ul a:hover{ color:#e22627; margin-left: 15px;}
.news_tabs_group03 .news_list ul a:hover:before{color:#f00; content: "?";font-size: 20px; margin-top: 3px; }

.news_tabs_group03 .news_list ul span{ color:#333; float:right; font-size: 1.6rem; line-height: 2.2rem;  padding-right: 10px;   }
.news_tabs_group03 .news_list ul li a:before {  content: "." ;color:#333; position:relative; top:-5px;  float: left;}






/* 人才理念 ****************************/  

.talents_group01 {}
.talents_group01 .txt {font-size: 30px; line-height: 48px; font-weight: 600; color:#333; text-align: center;margin-top: 40px;}
.talents_group01 .txt b {color:#e5002d;}

.talents_group01 .alink01 .f150 {margin-left: 170px;}

.talents_group01 .alink01 ul{ margin-top: 30px;}

.talents_group01 .alink01 ul li{ display:inline-block; width:calc(100% / 3 - 20px ); padding:2px 10px; overflow:hidden; box-sizing: border-box; display:block; border: 1px solid #ddd; margin: 10px; float: left;  height: 240px;position:relative;

    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;    

}


.talents_group01 .alink01 ul li:hover {  cursor: pointer; background: #f9f9f9; box-shadow: 0px 0px 10px rgba(0,0,0,0.15); }
.talents_group01 .alink01 ul li .img{ width:13%; height:35%; object-fit:cover; overflow:hidden;margin: auto;  float: left; margin: 6% 12% 0 12% ;  }
.talents_group01 .alink01 ul li .img img{ width:100%; height:35%; object-fit:cover; overflow:hidden;margin: auto; }
    

.talents_group01 .alink01 ul li h3{ font-size:18px; color:#666; height: 90px; line-height:30px;overflow:hidden;text-align: center; margin-top: 30px; font-weight: normal; }
.talents_group01 .alink01 ul li h4{ font-size:42px; color:#e5002d; line-height:36px;  overflow:hidden;margin-top:0px;text-align: center;margin-top: 25px; }

.talents_group01 .alink01 ul li h4 b{ font-size:18px; color:#e5002d; line-height:36px;  overflow:hidden;margin-top:0px; padding: 0 0 0 5px ; }



.talents_group01 .alink01 ul li h5 a{color:#666;  }
.talents_group01 .alink01 ul li h5 a:hover{color:#42a8f4;  }


.talents_group01 .alink01 ul li:after{content:"";position:absolute;height:3px;background:#e5002d;width:0;right:0;transition: 0.9s ease;bottom:0;}

.talents_group01 .alink01 ul li:hover:after{ left:0; width:100%;}




@media screen and (max-width: 640px) { /*屏幕小于640px*/
    
.talents_group01 .alink01 .f150 {margin-left: 10px;}
.talents_group01 .txt {font-size: 18px; line-height: 30px; font-weight: 600; color:#333; text-align: center;margin-top: 20px;}
    
.talents_group01 .alink01 ul{ margin-top: 10px;}
.talents_group01 .alink01 ul li{ display:inline-block; width:calc(100% / 1 - 20px );height: 90px;padding:0px 0px;  }

    
.talents_group01 .alink01 ul li h3{ font-size:14px; color:#666; height: 90px; line-height:20px;overflow:hidden; margin-top: 0px;font-weight: normal; width: 70%; float: left; }
.talents_group01 .alink01 ul li h4{ font-size:40px; color:#e5002d; height: 90px;line-height:80px;  overflow:hidden;margin-top:0px;text-align: left;margin-top: 0px; width: 30%; float: left;}

.talents_group01 .alink01 ul li h4 b{ font-size:18px; color:#e5002d; line-height:36px;  overflow:hidden;margin-top:0px; padding: 0 5px; }  
    
}







/* 人才理念 - 员工活动 ****************************/  


/*PC图片轮播*/
.pc_pic_move_group01 {display: block; position: relative;}

.pc_pic_move01 { width: 100%;  border: 0px solid #ccc; position: relative; margin-top: 15px; } /*图片&按钮轮播高度 位置*/

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




@media screen and (max-width: 640px) { /*屏幕小于640px*/
.pc_pic_move_group01 {display: block;}
.pc_pic_move_next_01a {display: none;} /*左箭头 位置*/
.pc_pic_move_next_01b {display: none;} /*右箭头 位置*/
}

@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕640px-1024px*/
.pc_pic_move01 {height: 135px; border: 0px solid #ccc; position: relative;} /*图片&按钮轮播高度 位置*/
.pc_pic_move_next_01a {display: none;} /*左箭头 位置*/
.pc_pic_move_next_01b {display: none;} /*右箭头 位置*/
	
.pc_btn_move_next_01a {display: none;} /*左箭头导航 位置*/
.pc_btn_move_next_01b {display: none;} /*右箭头 位置*/

}	 

@media screen and (min-width: 1024px) {/*屏幕大于1024px*/
.pc_pic_move01 {height: 265px;border: 0px solid #ccc; position: relative;} /*图片&按钮轮播高度 位置*/

}	 

/*人才招聘 ***************************/  

.job_table01{ font-size: 16px; line-height: 36px;  color:#666;overflow: hidden;} 
.job_table01 .thead{ font-size: 18px;background:rgba(0,0,0,0.03);line-height: 48px; height: 48px; font-weight: 600; color:#333;}   
         
.job_table01 li {border-bottom: 1px #eee solid; ;line-height: 48px; height: 48px; width: 100%;float: left; position: relative;} 
.job_table01 li:hover {background:rgba(0,0,0,0.01);cursor: pointer;} 

.job_table01 li:after {content:"";width: 2px; height: 0%; background: #e5002d;  position: absolute;bottom:15px; left:0;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}

.job_table01 li:hover:after { height: 100%;width:2px;bottom:0px; }
.job_table01 .t01 { float: left; width: 25%; padding-left: 15px;}     
.job_table01 .t02 { float: left; width: 40%; padding-left: 15px;}    
.job_table01 .t03 { float: left; width: 10%; padding-left: 15px;}       
.job_table01 .t04 { float: left; width: 15%; padding-left: 15px;}       
.job_table01 .t05 { float: left; width: 10%; padding-left: 15px;}  

.job_table01 .t05 a { padding: 2px 15px;; background:#e5002d; color:#fff; font-size: 14px; border-radius: 4px; margin-left: 10px; margin-top: 11px; float: left; line-height: 24px;} 






/* 出资企业 - 链接样式01*/
.alink_group01{ width: 100%; margin: 10px 0px;}
.alink_style01{display: block; height: 90px; position: relative; border: 1px solid #fff; text-decoration: none; width: calc(100% / 3 - 20px); margin:12px 10px; float: left; border-radius: 4px;  box-shadow: 0 0 10px rgba(0,0,10,0.1);}

.alink_style01 strong{ position: relative; z-index: 3; height: 90px; line-height: 90px; color: #535355; font-size: 18px; text-align: center; width: 100%; display: block;}

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

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


@media screen and (max-width: 640px) { /*屏幕小于640px*/
.alink_style01{ height: 50px;  width: calc(100% / 1 - 10px); margin:5px 5px;}
.alink_style01 strong{  height: 50px; line-height: 50px; font-size: 16px; text-align: center; }
}


/* 出资企业 - 单位信息框*/
.add_group01 {line-height: 40px; border:1px solid #e9e9e9; padding: 20px 15px ; margin-top: 20px; margin-left: 15px; }
.add_group01 .ti {color:#e5002d; font-weight: 600; font-size: 16px; }
.add_group01 li { border-bottom: 1px solid #eee;}





/* 业务板块-按钮样式02 */

.imgbtn_style_group02{ margin:40px 0px 50px;}


.imgbtn_style_group02 a {width:280px; height:390px; margin:10px 6px 0px 6px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4);}


.imgbtn_style_group02 .ti01{font-size: 16px;text-align: center; width: 100%; margin: 0px auto 0px auto; color:#333; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.imgbtn_style_group02 .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#333 ; line-height: 40px;font-weight: 600;text-shadow: 1px 1px 1px #fff; }

.imgbtn_style_group02 dl { margin-top:20px}

.imgbtn_style02{ float:left; width:280px; height:390px;  position:relative;  border: 1px #eee solid;}

.imgbtn_style02 .img{ width: 100%; height:100%;  position:relative; text-align:center;background: rgba(0,0,0,0.4); border:1px #ccc solid；}

.imgbtn_style02 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left: 50%;margin-left: -139px;padding:0px;text-align: center; height: 100%; }

.imgbtn_style02:hover .img .con{ background: rgba(229,0,45,0.75); -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; height:100%; margin-top: 0px;top: 0px; }

.imgbtn_style02 .img .con .table01{ display:table; width:100%; height:100%;}

.imgbtn_style02 .img .con .table01 .table_cell{ display:table-cell; vertical-align:middle; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style02 .img .con h3{ height:96px; margin-bottom: 20px;}
.imgbtn_style02 .img .con h3 img{ width: 96px;}

.imgbtn_style02 .img .con h4{ font-size:16px; color:#fff; margin-bottom:8px; }

.imgbtn_style02 .img .con h5{ font-size:24px; color:#fff; position:relative;  width: 100%;line-height: 30px; }

.imgbtn_style02 .img .con h5:before{content:"";position:absolute;left:50%;top:35px;width:1px;height:0;background:rgba(255,255,255,0.5);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style02:hover .img .con h3{height:50px; }
.imgbtn_style02:hover .img .con h3 img{ width: 80px;}
.imgbtn_style02:hover .img .con h5{font-size:28px; line-height: 40px; }

.imgbtn_style02:hover .img .con h5:before{ height:20px; margin-top: 15px;}

.imgbtn_style02 .img .con p{text-align: left;font-size:14px;line-height:22px;color:rgba(255,255,255,0.95);opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;height:0; padding: 0 25px;}

.imgbtn_style02:hover .img .con p{ opacity: 1; height:auto;  margin-top:40px; -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} 




@media screen and (max-width: 640px) { /*屏幕小于640px*/

.imgbtn_style_group02{ margin:0px;}
    
.imgbtn_style_group02 a {width:calc(100% / 2 - 15px ); height:250px; margin:0px 6px 30px 6px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
    
.imgbtn_style02{ float:left; width:100%; height:250px;  position:relative;  border: 1px #eee solid;}
    
.imgbtn_style02 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left:0%;margin-left: 0px;padding:0px;text-align: center; height: 100%; } 
    
}








/* 领导介绍 */  

.leader_group01 ul{   overflow: hidden;}
.leader_group01 a{ position: relative; width: 100%; display: block;}
.leader_group01 li{ padding-top: 14px; padding-bottom:14px; border-bottom:1px solid #eee; display:block; overflow: hidden; cursor: pointer; 
    -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;
    }
    

.leader_group01 li:before{ content:""; position:absolute; width:0px; height:1px; background:#e5002d; left:10px; bottom:0px;
    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;}

.leader_group01 a:hover li:before{ width:100%; left:0px}




.leader_group01 li .date{ float:left;  width:200px; height:200px; border: 0px #ddd solid; margin-left: 10px;border-radius: 4px;color:#fff;

    -moz-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;

}



.leader_group01 li .date img{ width: 178px; height: 194px;}




.leader_group01 li .date strong{ display:block; font-size:28px; color:#296fc7; text-align:center; margin: 10px 0px 0px 0px; color:#fff;}
.leader_group01 li .date span{ display:block; text-transform: uppercase;  font-size:12px;text-align:center; line-height: 20px;}

    
.leader_group01 li .newsbox{ float:right; width: calc(100% - 230px);  height: auto;overflow: hidden;padding: 2px 20px 0px 20px; box-sizing: border-box;}    
    
.leader_group01 li .newsbox h2 { font-size:18px; color:#383839; line-height:22px; display:block; margin-bottom:5px; margin-top:10px; white-space: nowrap;overflow:hidden;text-overflow: ellipsis; font-weight: 600; }

.leader_group01 li .newsbox h2 span { font-size:30px; line-height:40px; padding-right: 20px; }


.leader_group01 li .newsbox p{ font-size:16px; color:#8b8b8d; line-height:36px;  overflow: hidden;margin-top: 20px;}
    
.leader_group01 a:hover li .newsbox h2 {color:#e5002d; }
    

.leader_group01 a:hover li{ background-color:#fff;}



@media screen and (max-width: 640px){
    .leader_group01 li .newsbox h2 { white-space:nowrap;overflow:hidden;text-overflow: ellipsis;font-weight: 600; }
    .leader_group01 li .newsbox p{ }
}






    
 /***发展历程***/   
.history_group01{background:url(/images/n_about03_bg.jpg) center top no-repeat;position:relative;border: 0px #ccc solid;}
    
.history_group01 .title{text-align:center;}
.history_group01 .title h1{font-size:28px; line-height: 50px; color: #3b3b3b; margin-top: 10px;}
.history_group01 .title h3{font-size:16px;color: #3b3b3b;text-transform:uppercase;}
    
.history_group01 .history_container01{padding: 0 0px; margin-top: 30px; height: 100%;}
    
.history_group01 .history_container01 .line{position:absolute;top: 70px;left:50%; margin-left: -50%; width:100%;height:3px;background-color:#666;}
    
.history_group01 .history_container01{ position:static;}
.history_group01 .history_container01 .history-prev01,
.history_group01 .history_container01 .history-next01{position:absolute;top:80px;width: 40px;height: 40px;line-height: 40px;text-align:center;cursor:pointer;-moz-border-radius: 50%;-webkit-border-radius: 50%;border-radius: 50%;}

.history_group01 .history_container01 .history-prev01{left: 0; top:50px;background: #666 url(../images/Arrows01.png) 6px center no-repeat;}
.history_group01 .history_container01 .history-next01{right: 0;top:50px; background: #666 url(../images/Arrows02.png) 10px center no-repeat;}
.history_group01 .history_container01 .history-prev01:hover{background: #e5002d url(../images/Arrows01.png) 6px center no-repeat;}
.history_group01 .history_container01 .history-next01:hover{background: #e5002d url(../images/Arrows02.png) 10px center no-repeat;}
    
.history_group01 .history_container01 ul li .img{margin-top:-104.5px;text-align:  center;}
.history_group01 .history_container01 ul li .img img{ -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius:50%}
.history_group01 .history_container01 ul li .con{text-align:center;border: 1px #bbb dotted;margin-top: 20PX;}

.history_group01 .history_container01 ul li .con h3{ font-size: 24px;color: #e5002d;margin-bottom: 7px; padding-top: 7px;}
.history_group01 .history_container01 ul li .con h4{ margin-bottom:10px;}
.history_group01 .history_container01 ul li .ar_article {height:295px; overflow: auto; }
.history_group01 .history_container01 ul li p{ font-size:15px; overflow:hidden; color:#6b6b6e;text-align: left; padding: 5px; line-height: 22px; border-top: 1px #ddd solid; }    
.history_group01 .history_container01 ul li p b{display: block; color:#f50; } 
    

.history_group01 .history_container01 ul li .con h5{font-size: 28px; color: #3b3b3b; line-height: 40px; padding-top: 10px;}
.history_group01 .history_container01 ul li .ar_article_tit {height:332px; overflow: auto; }
.history_group01 .history_container01 ul li .pic{ font-size:15px; overflow:hidden; color:#fff;text-align: left; padding: 10px; line-height: 26px; margin-top: 0px;}



/* 功能定位-按钮样式03 */

.imgbtn_style_group03{ margin:0px 0px 20px;}


.imgbtn_style_group03 a {width:300px; height:400px; margin:10px 10px 0px 10px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4);}


.imgbtn_style_group03 .ti01{font-size: 16px;text-align: center; width: 100%; margin: 0px auto 0px auto; color:#333; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.imgbtn_style_group03 .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#333 ; line-height: 40px;font-weight: 600;text-shadow: 1px 1px 1px #fff; }

.imgbtn_style_group03 dl { margin-top:10px}

.imgbtn_style03{ float:left; width:300px; height:400px;  position:relative;  border: 1px #eee solid;}

.imgbtn_style03 .img{ width: 100%; height:100%;  position:relative; text-align:center;background: rgba(0,0,0,0.4); border:1px #ccc solid；}

.imgbtn_style03 .img .con{position:absolute;width: calc(100%) ;height: 400px;top: 0;margin-top: 0px;left: 50%;margin-left: -150px;padding:0px;text-align: center; height: 100%; }

.imgbtn_style03:hover .img .con{ background: rgba(229,0,45,0.75); -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out; height:100%; margin-top: 0px;top: 0px; }

.imgbtn_style03 .img .con .table01{ display:table; width:100%; height:100%;}

.imgbtn_style03 .img .con .table01 .table_cell{ display:table-cell; vertical-align:middle; -moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style03 .img .con h3{ height:96px; margin-bottom: 20px;}
.imgbtn_style03 .img .con h3 img{ width: 96px;}

.imgbtn_style03 .img .con h4{ font-size:16px; color:#fff; margin-bottom:8px; }

.imgbtn_style03 .img .con h5{ font-size:24px; color:#fff; position:relative;  width: 100%;line-height: 30px; }

.imgbtn_style03 .img .con h5:before{content:"";position:absolute;left:50%;top:35px;width:1px;height:0;background:rgba(255,255,255,0.5);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style03:hover .img .con h3{height:80px; }
.imgbtn_style03:hover .img .con h3 img{ }
.imgbtn_style03:hover .img .con h5{font-size:24px; line-height: 40px; }

.imgbtn_style03:hover .img .con h5:before{ height:20px; margin-top: 15px;}

.imgbtn_style03 .img .con p{text-align:center;font-size:18px;font-weight: 600; line-height:28px;color:rgba(255,255,255,0.95);opacity: 0;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;height:0; padding: 0 25px;}

.imgbtn_style03:hover .img .con p{ opacity: 1; height:auto;  margin-top:40px; -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} 




@media screen and (max-width: 640px) { /*屏幕小于640px*/

.imgbtn_style_group03{ margin:0px;}
    
.imgbtn_style_group03 a {width:calc(100% / 1 - 15px ); height:340px; margin:0px 6px 30px 6px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4);}
    
.imgbtn_style03{ float:left; width:100%; height:340px;  position:relative;  border: 1px #eee solid;}
    
.imgbtn_style03 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left:0%;margin-left: 0px;padding:0px;text-align: center; height: 100%; } 
    
}









/* 品牌文化-按钮样式04 */

.imgbtn_style_group04{ margin:0px 0px 20px;}


.imgbtn_style_group04 a {width:470px; height:430px; margin:10px 6px 15px 6px; display: inline-block; box-shadow: 0 0 10px rgba(0,0,0,0.4); background: #eee}


.imgbtn_style_group04 .ti01{font-size: 16px;text-align: center; width: 100%; margin: 0px auto 0px auto; color:#333; line-height: 40px; text-shadow: 1px 1px 1px #fff;}
.imgbtn_style_group04 .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#333 ; line-height: 40px;font-weight: 600;text-shadow: 1px 1px 1px #fff; }

.imgbtn_style_group04 dl { margin-top:10px}

.imgbtn_style04{ float:left; width:470px; height:430px;  position:relative;  border: 1px #eee solid;}

.imgbtn_style04 .img{ width: 100%; height:100%;  position:relative; text-align:center;background: rgba(0,0,0,0.0); border:1px #ccc solid；}

.imgbtn_style04 .img .con{position:absolute;width: 100% ;height: 430px;top: 0;margin-top: 0px;left: 50%;margin-left: -234px;padding:0px;text-align: center; height: 100%; }

.imgbtn_style04:hover .img .con{ background: rgba(255,255,255,0.2); -moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out; height:100%; margin-top: 0px;top: 0px;}

.imgbtn_style04 .img .con .table01{ display:table; width:100%; height:100%;}

.imgbtn_style04 .img .con .table01 .table_cell{ display:table-cell; vertical-align:middle; -moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}

.imgbtn_style04 .img .con h3{ height:80px; margin-top: 120px;
    
-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;
}
.imgbtn_style04 .img .con h3 img{ width: 96px;}



.imgbtn_style04 .img .con h5{ font-size:20px; color:#e5002d; position:relative;  width: 100%;line-height: 40px; margin-top: 30px; }

.imgbtn_style04 .img .con h5:before{content:"";position:absolute;left:50%;top:35px;width:1px;height:0;background:rgba(255,255,255,0.5);-moz-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}

.imgbtn_style04:hover .img .con h3{height:80px; margin-top: 50px; margin-bottom: 100px; }
.imgbtn_style04:hover .img .con h3 img{ }
.imgbtn_style04:hover .img .con h5{line-height: 40px;  font-size:24px;  }

.imgbtn_style04:hover .img .con h5:before{ height:0px; margin-top: 15px;}

.imgbtn_style04 .img .con p{text-align:center;font-size:16px;font-weight: 600; line-height:28px;color:rgba(0,0,0,0.55);opacity: 1;-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;transition: opacity 0.3s, transform 0.3s;height:auto; padding: 15px 25px 0px; }

.imgbtn_style04:hover .img .con p{ opacity: 1; height:28px; font-size:20px;  -moz-transition: all 0.3s ease-in-out;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;} 




@media screen and (max-width: 640px) { /*屏幕小于640px*/

.imgbtn_style_group04{ margin:0px;}
    
.imgbtn_style_group04 a {width:calc(100% / 1 - 15px ); height:300px; margin:10px 6px 20px 6px; display: inline-block; box-shadow: 0 0 5px rgba(0,0,0,0.2);}
    
.imgbtn_style04{ float:left; width:100%; height:250px;  position:relative;  border: 1px #eee solid;}
    
.imgbtn_style04 .img .con{position:absolute;width: calc(100%) ;height: 378px;top: 0;margin-top: 0px;left:0%;margin-left: 0px;padding:0px;text-align: center; height: 100%; } 
	
    
.imgbtn_style04 .img .con h3 { display: none;} 
.imgbtn_style04 .img .con h5{margin-top: 200px; line-height: 10px; color:#e5002d; font-size: 16px;  }
.imgbtn_style04 .img .con p {font-size: 14px;  height: 50px; line-height: 20px; }
    
    
.imgbtn_style04:hover .img .con h3 { display: none;}   
.imgbtn_style04:hover .img .con h5{margin-top: 200px;line-height:10px; color:#e5002d; font-size: 16px;  }
.imgbtn_style04:hover .img .con p {font-size: 14px;  height: 50px; line-height: 20px; }
    
}













/*新闻图片切换*/
.newspic_group01 .newspic_tab01 { border: 1px #ccc solid; background: #666;}
.newspic_group01 .swiper-slide h2{ 
	width: 100%; font-size:1.6rem;height:4rem;line-height:4rem;text-align:left;text-indent: 1rem;
	color:#fafafa;position:absolute;left:0;bottom:0;right:0;
	text-shadow:1px 1px 1px #000;
	background-color:rgba(0,0,0,0);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	background:-webkit-gradient(linear,top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	background:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
			
.newspic_group01 .swiper-slide h2 b{ width: 30rem; height: 4rem;line-height:4.4rem; display: inline-block; overflow: hidden;}
	
.newspic_group01  .swiper-pagination-bullet {width: 2rem;height: 2rem;line-height: 2rem;font-size: 1.2rem;color:#fff;text-align: center;
opacity: 1;background: rgba(0,0,0,0.9); } /*dot未选中背景*/

.newspic_group01  .swiper-pagination-bullet-active {color:#fff;background: #8f0000;} /*dot选中背景*/
		
.newspic_group01 .newspic_tab_dot01{ text-align: right; } /*dot居右*/

/*新闻图片切换*/


/*新闻图片切换*/

.newspic_group02 .newspic_tab02 { border: 1px #ccc solid; background: #666;}
.newspic_group02 .swiper-slide h2{ 
	width: 100%; font-size:16px;height:45px;line-height:45px;text-align:left;text-indent: 1rem;
	color:#fafafa;position:absolute;left:0;bottom:0;right:0;
	text-shadow:1px 1px 1px #000;
	background-color:rgba(0,0,0,0);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	background:-webkit-gradient(linear,top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.5)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	background:-o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
			
.newspic_group02 .swiper-slide h2 b{ width: 30rem; height: 4rem;line-height:4.4rem; display: inline-block; overflow: hidden;}
	
.newspic_group02  .swiper-pagination-bullet {width: 2rem;height: 2rem;line-height: 2rem;font-size: 1.2rem;color:#fff;text-align: center;
opacity: 1;background: rgba(0,0,0,0.4); border-radius: 0px; } /*dot未选中背景*/

.newspic_group02  .swiper-pagination-bullet-active {color:#fff;background:#0055FF;} /*dot选中背景*/
		
.newspic_group02 .newspic_tab_dot02{ text-align: right; } /*dot居右*/

/*新闻图片切换*/






/* 新闻图片切换 */
.news_pic_tab01 { position: relative; width: 100%;  overflow: hidden; text-align: left;font: 12px/1.5 Verdana, Geneva, sans-serif;  background: white; float:left; }
.news_pic_tab01 .pic img { width: 100%;  display: block; }
.news_pic_tab01 .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 36px; width:100%;  background: #000; filter: alpha(opacity=60); opacity: 0.6; overflow: hidden; }
.news_pic_tab01 .txt { position: absolute; bottom: 0; z-index: 2; height: 36px; width:100%; overflow: hidden; }
.news_pic_tab01 .txt li{ height:36px; line-height:36px; position:absolute; bottom:-36px;}
.news_pic_tab01 .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 14px; font-weight: bold; text-decoration: none; }
.news_pic_tab01 .num { position: absolute; z-index: 3; bottom: 7px; right: 7px; }
.news_pic_tab01 .num li{ float: left; position: relative; width: 25px; height: 22px; line-height: 22px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.news_pic_tab01 .num li a,.news_pic_tab01 .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.news_pic_tab01 .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.news_pic_tab01 .num li.on a,.news_pic_tab01 .num a:hover{ background:#8f0000;  }













/* 首页，企业新闻 */

.home_news_Nav_bg { text-align: left; background:url("/images/homenews_bg01_1080.jpg") bottom center!important; background-size: 100% 100%; height:100%!important;  width: 100%; width: 100%;}


.home_news_bg {margin:-18px auto 10px auto;  width:100%; height: 450px;  margin-bottom: 20px; position: relative; }








.home_news{}
.home_news .ti01{font-size: 16px;text-align: center; width: 100%; margin: 20px auto 0px auto; color:#666; line-height: 40px;}
.home_news .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#005b9a; line-height: 40px; font-weight: 600;}
.home_news .morefl {float: left;width: 100%;margin-top: -30px; padding-right: 20px; }






.home_nav_news{position:absolute; top:50%!important; margin-top:-280px; text-align: left;}
.home_nav_news .ti01{font-size: 16px;text-align: center; width: 100%; margin: 20px auto 0px auto; color:#666; color:#fff; line-height: 40px;}
.home_nav_news .ti02 { font-size: 24px; text-align: center; width: 100%;  color:#005b9a;color:#fff;  line-height: 40px; font-weight: 600;}
.home_nav_news .morefl {float: left;width: 100%;margin-top: -30px; padding-right: 20px; }



.about_nav_ad {width: 1200px; text-align: center;margin: 10px auto 0px auto;  }
.about_nav_ad img {width: 1171px; height: 120px; margin-left: -12px;}







/* 内页图片新闻列表01 *************/
.home_pic_news01{ width: 100%;}
.home_pic_news01 ul{ margin-top: 10px;}

.home_pic_news01 li{ width:calc(100% / 3 - 20px); background: #f4f6f8; position:relative; display:block; overflow:hidden; float:left; padding: 10px;margin:10px 8px; border: 1px #ddd solid;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.63s ease-in-out;
    transition: all 0.3s ease-in-out;}

.home_pic_news01 li a{ display:block; overflow: hidden;}
.home_pic_news01 li .pic_box{ position:relative; background:#000; }
.home_pic_news01 li .pic_box a{ display: block; width:100%;  height:100%; overflow: hidden;}
.home_pic_news01 li img{width:100%;  height:100%; display:block;}

.home_pic_news01 li h1 {margin-top: 10px;  border-left: 2px solid #186aa4;}

.home_pic_news01 li h1 a{  overflow:hidden; text-overflow: ellipsis;  color:#2a2a2c; font-size:16px;  display:block;  margin-top: 0px; margin-left: 10px; height: 44px; line-height: 22px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}


.home_pic_news01 li h1 .one{height: 44px; line-height: 44px;}


.home_pic_news01 li span {color:#9b9b9c; font-size: 12px; display:block; margin: 8px 0 10px 0px;}
.home_pic_news01 li p{ color: #9b9b9c; font-size:12px;  line-height: 22px; height: 66px; overflow: hidden; margin-top: 10px;}

.home_pic_news01 li:hover { box-shadow: 0 0 10px #888;}
.home_pic_news01 li h1:hover a{ color: #d83648;}

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

@media screen and (max-width: 640px){
    .home_pic_news01 li{ width:calc(100% - 20px);} 
}







/* 内页图片新闻列表01 *************/
.home_pic_news02{ width: 100%;}
.home_pic_news02 ul{ margin-top: 10px;}

.home_pic_news02 li{ width:calc(100% / 2 - 20px); background: #f9f9f9; position:relative; display:block; overflow:hidden; float:left; padding: 10px;margin:10px 8px; border: 1px #e9e9e9 solid;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.63s ease-in-out;
    transition: all 0.3s ease-in-out;}

.home_pic_news02 li a{ display:block; overflow: hidden;}
.home_pic_news02 li .pic_box{ position:relative; background:#000; width:100%;  height:100%; overflow: hidden;}
.home_pic_news02 li .pic_box a{ display: block; width:100%;  height:100%; overflow: hidden;}
.home_pic_news02 li img{width:100%;  height:100%; display:block;}

.home_pic_news02 li h1 {margin-top: 10px;  border-left: 3px solid #e5002d; background: #f9f9f9;}

.home_pic_news02 li h1 a{  overflow:hidden; text-overflow: ellipsis;  color:#005b9a; font-size:16px;  display:block;  margin-top: 0px; margin-left: 10px; height: 44px; line-height: 22px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}


.home_pic_news02 li h1 .one{ color:#333; height: 32px; line-height: 32px; font-size:16px; text-indent: 1em; overflow:hidden; padding-right: 10px; }

.home_pic_news02  li a:hover h1 .one{ color:#e5002d;  }


.home_pic_news02 li h1 .date01 { color:#666; height: 28px; line-height: 28px; font-size:14px; text-indent: 1em; overflow:hidden; background: none; font-weight: normal;}



.home_pic_news02 li span {color:#9b9b9c; font-size: 12px; display:block; margin: 8px 0 10px 0px;}
.home_pic_news02 li p{ color: #9b9b9c; font-size:12px;  line-height: 22px; height: 66px; overflow: hidden; margin-top: 10px;}

.home_pic_news02 li:hover { box-shadow: 0 0 10px #ccc; background: #fff;}
.home_pic_news02 li h1:hover a{ color: #333;}

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

@media screen and (max-width: 640px){
    .home_pic_news02 li{ width:calc(100% - 20px);} 
}




/* 内页图片新闻列表03 *************/
.home_pic_news03{ width: 100%;}
.home_pic_news03 ul{ margin-top: 10px;}

.home_pic_news03 li{ width:calc(100% - 10px ); background: #fff; position:relative; display:block; overflow:hidden; float:left; padding: 10px;margin:10px 8px; border: 1px #eee solid;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.63s ease-in-out;
    transition: all 0.3s ease-in-out;}

.home_pic_news03 li a{ display:block; overflow: hidden;}
.home_pic_news03 li .pic_box{ position:relative; background:#000; }
.home_pic_news03 li .pic_box a{ display: block; width:100%;  height:100%; overflow: hidden;}
.home_pic_news03 li img{width:100%;  height:100%; display:block;}

.home_pic_news03 li h1 {margin-top: 10px;  border-left: 2px solid #186aa4; background: #fafafa;}

.home_pic_news03 li h1 a{  overflow:hidden; text-overflow: ellipsis;  color:#005b9a; font-size:16px;  display:block;  margin-top: 0px; margin-left: 10px; height: 44px; line-height: 22px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}


.home_pic_news03 li h1 .one{ color:#005b9a; height: 44px; line-height: 44px; font-size:16px; text-indent: 1em; overflow:hidden; }

.home_pic_news03 li h1 .one:hover{ color:#333;  }

.home_pic_news03 li span {color:#9b9b9c; font-size: 12px; display:block; margin: 8px 0 10px 0px;}
.home_pic_news03 li p{ color: #9b9b9c; font-size:12px;  line-height: 22px; height: auto; overflow: hidden; margin-top: 10px; text-indent: 20px;}

.home_pic_news03 li:hover { box-shadow: 0 0 10px #ccc; background: #fff;}
.home_pic_news03 li h1:hover a{ color: #333;}

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

@media screen and (max-width: 640px){
    .home_pic_news03 li{ width:calc(100% - 20px);} 
}





/* 列表新闻主体 */
.news_htabs_group01 .news_tabs_container01 {width: 85%; }
.news_htabs_group01 .news_list ul li { width: 100%;  padding: 0px 0 0 25px; }

.news_htabs_group01 .news_list ul li .demo {float:left;  width: 60%;}

.news_htabs_group01 .news_list ul li .pic {float:left;  width: 40%; padding: 45px 20px 0 30px;  }
.news_htabs_group01 .news_list ul li .ssti {font-size: 22px; border-bottom: 1px #ccc solid; height: 45px; line-height: 45px; text-indent: 20px; color:#2b54af;}
.news_htabs_group01 .news_list ul li .sszi { font-size: 16px;line-height: 36px;  padding: 10px; }

.news_htabs_group01 .news_list ul li .ok {float:right; margin-right: 10px; }




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

.news_htabs_group01 {background: #fff; padding: 15px 0px 10px 0px;}
    
.news_htabs_group01 .news_tabs_head { width: 100%; background: none;
 margin: 1px 0 0 3px;  clear: both; padding: 0 0 0 0px;}
    
    
.news_htabs_group01 .news_tabs_container01 {width: 100%;}
.news_htabs_group01 .news_tabs_head li {width: 20%;float: left; font-size: 13px;border-left: 1px solid #ddd; margin-left: -1px; height: 45px;line-height: 45px;  }
    
.news_htabs_group01 .news_list ul li { width: 100%;  padding: 5px!important; }    
    
.news_htabs_group01 .news_tabs_head li:hover { background: #fff; color: #000; border-bottom: 1px solid #ddd;border-left: 1px solid #ddd; }

.news_htabs_group01 .news_tabs_head li.active { background: #2886ff; color: #fff; border-bottom: 3px solid #ff9125;border-left: 1px solid #ddd; }
    

.news_htabs_group01 .news_list ul li { width: 100%;  padding: 25px 0 0 5px; }
.news_htabs_group01 .news_list ul li .demo {float:left;  width: 100%;}
.news_htabs_group01 .news_list ul li {float:left;  width: 100%;}
.news_htabs_group01 .news_list ul li .pic {display: none;}   
 }


/* 解决方案 */




/* 合作伙伴 */

.linkfloor_bg {margin:auto; width:100%; margin-bottom: 30px; }
.linkfloor {margin:20px auto 0px; width: 100%; overflow: hidden }

.linkfloor .ti01 {text-align: center;color:#999;font-size: 28px;  height: 60px; line-height: 60px; margin-top:20px; }
.linkfloor .ti02{ text-align: center;color:#999;font-size: 16px; line-height: 22px;}


.linkfloor .box {width:100%;overflow: hidden;border: 1px #ddd solid; padding: 30px 20px;  margin-top: 30px;}
.linkfloor .box li { float: left; width: 24%; margin:0px 0.5%;  text-align: center;}

.linkfloor .box li a { float: left; width: 100%; }

.linkfloor .box li a img { margin: 10px auto; border: 3px #dde solid;
-webkit-transition:all 1.5s;-moz-transition:all 1.5s;
-o-transition:all 1.5s;transition:all 1.5s;
}
.linkfloor .box li a:hover img {border: 3px #2886ff solid; }



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

.linkfloor .ti01 {margin-top:-10px; }
    
.linkfloor .box {width:100%;overflow: hidden;border: 1px #ddd solid; padding: 10px 0px;  margin-top: 30px;}
.linkfloor .box li { float: left; width: 44%; margin:0px 3%; text-align: center;  }   
.linkfloor .box li a img { margin: 4px auto; border: 1px #dde solid;}
    
 }





/*侧边按钮*/
.side_ok_group01 {display:block; z-index:99999; position:fixed; top:170px; right:10px;}
.side_ok_group01 a{ width: 100px; display: block;}
.side_ok_group01 a li{ width: 100px; height: 100px;  border-radius: 5px; display: table;   float: left; margin-bottom: 10px; }



.side_ok_group01 li .box {text-align: center; display: table-cell; width: 100%;  vertical-align: middle; border-radius: 10px; box-shadow: 0px 3px 5px rgba(0,0,0,0.43); }
.side_ok_group01 li h3 {margin-top: 0px; }
.side_ok_group01 li h4 {color:#fff; font-size: 16px;margin-top: 10px;text-indent: 5px; }

.side_ok_group01 a:hover .box {background: #f50; border: 3px #ff9125 solid;}

.side_ok_group01 .ok01 .box {background: #fa9995; border: 3px #fa9995 solid;}
.side_ok_group01 .ok02 .box{background: #195cd7; border: 3px #195cd7 solid;}
.side_ok_group01 .ok03 .box{background: #5ec2a4; border: 3px #5ec2a4 solid;}



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






/* swiper-列表新闻标题 *************/
.news_tabs_group01 .news_tabs_head {background:none;width:100%;overflow:hidden; font-size: 18px; border-bottom: 1px #ddd solid;}
.news_tabs_group01 .news_tabs_head li {float:left;padding: 0px 15px;font-size:18px; height:36px;line-height:36px;color:#333;text-decoration:none; cursor: pointer; }
.news_tabs_group01 .news_tabs_head li.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;}

.news_tabs_group01 .news_tabs_head a {float:left;padding: 0px 15px;font-size:18px; height:36px;line-height:36px;color:#333;text-decoration:none; cursor: pointer; }
.news_tabs_group01 .news_tabs_head a.active {color:#2a70be; background:none;font-weight:bold;
	 border-bottom:3px solid #2a70be; }

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

.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; background: none; }
.news_tabs_group01 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.news_tabs_group01 .news_list ul li{line-height:36px; height:36px; text-indent: 1rem;}
.news_tabs_group01 .news_list ul a{ color:#333;float:left; display:inline; width:75%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 1.6rem; line-height: 2.2rem;
-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:#e5002d!important; margin-left: 15px;}
.news_tabs_group01 .news_list ul a:hover:before{color:#e5002d!important; content: "?";font-size: 20px; margin-top: 3px; }

.news_tabs_group01 .news_list ul span{ color:#333; float:right; font-size: 1.6rem; line-height: 2.2rem;  padding-right: 10px;   }
.news_tabs_group01 .news_list ul li a:before {  content: "." ;color:#333; position:relative; top:-5px;  float: left;}

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



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

.more a{float:left; width:20px;height:20px;border-radius:100%; color:#fff; 
	font-size:15px; line-height:16px;	
	text-align:center;
	font-weight:600;
	-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: #e5002d;
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
	color:#fff;}


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





.more01 {margin-top: -24px; margin-right: 10px; position:relative; z-index: 1;float: right;  background:none;  }

.more01 a{float:left;  color:#666;
	font-size:16px; line-height:16px;	
	text-align:center;
	font-weight:600;

	padding:0px;
}
.more01 a:hover{
	color:#e5002d;}



/* MORE样式 */



@media screen and (max-width: 1024px) and (min-width: 640px){
	.news_tabs_group01 .news_list ul li{line-height:36px; height:36px; } /* 改变新闻列表行高 */
	

}

@media screen and (max-width: 640px){
	.news_tabs_group01 .news_list ul {margin-top: 1rem;}
	.news_tabs_group01 .news_list ul li{line-height:32px; height:32px; }/* 改变新闻列表行高 */
	.more a{line-height:20px;}	
	
}




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

/* MORE样式 */









/* 多列新闻标题 *************/
.news_morelist_group01 .news_tabs_head {background:none;width:100%;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid;}
.news_morelist_group01 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:40px;line-height:40px;color:#333;text-decoration:none; cursor: pointer;}
.news_morelist_group01 .news_tabs_head li.active {color:#335baa; background:none;border-bottom:0px solid #2a70be; font-weight:bold;}

.news_morelist_group01 .news_tabs_head a {float:left;padding: 0px 15px;font-size:1.8rem; height:40px;line-height:40px;color:#333;text-decoration:none; cursor: pointer;}
.news_morelist_group01 .news_tabs_head a.active {color:#335baa; background:none;font-weight:bold;font-size:2rem;
	 border-bottom:0px solid #2a70be; }

/* 列表新闻子菜单 */
.news_morelist_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_morelist_group01 .news_tabs_head a.sub+a.sub{ margin-left: 20px; }
.news_morelist_group01 .news_tabs_head a.sub:hover {margin-top:-2px; color:#ff5500;}

.news_morelist_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_morelist_group01 .news_tabs_head a.sub:hover:after{left:0;width:100%}

/* 列表新闻主体 */
.news_morelist_group01 .news_list {clear:both; position:relative;  text-align: left;  }
.news_morelist_group01 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.news_morelist_group01 .news_list ul li{line-height:30px; height:30px; text-indent: 1rem;}
.news_morelist_group01 .news_list ul li:hover  span{color:#f00;}

.news_morelist_group01 .news_list ul span{ color:#666; float:left; font-size: 1.5rem; line-height: 2.2rem;  padding-right: 5px; text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }

.news_morelist_group01 .tabname01 {float:left; width: 100%;  display: block; border-bottom: 1px solid #ddd; }

.news_morelist_group01 .tabname01 .column{ color:#666; float:left; font-size: 1.5rem; line-height: 2.0rem;  padding-right: 5px; text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */  text-indent: 10px; font-weight: 600;height: 36px; line-height: 36px; }


.news_morelist_group01 .column01{ width: 30%; }
.news_morelist_group01 .column02{ width: 15%; }
.news_morelist_group01 .column03{ width: 15%; }
.news_morelist_group01 .column04{ width: 25%; }
.news_morelist_group01 .column05{ width: 15%; text-align: right;}


/* 多列新闻标题 *************/




/* 多列新闻标题 *************/
.news_morelist_group02 .news_tabs_head {background:none;width:100%;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid;}
.news_morelist_group02 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:40px;line-height:40px;color:#333;text-decoration:none; cursor: pointer;}
.news_morelist_group02 .news_tabs_head li.active {color:#335baa; background:none;border-bottom:0px solid #2a70be; font-weight:bold;}

.news_morelist_group02 .news_tabs_head a {float:left;padding: 0px 15px;font-size:1.8rem; height:40px;line-height:40px;color:#333;text-decoration:none; cursor: pointer;}
.news_morelist_group02 .news_tabs_head a.active {color:#335baa; background:none;font-weight:bold;font-size:2rem;
	 border-bottom:0px solid #2a70be; }

/* 列表新闻子菜单 */
.news_morelist_group02 .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_morelist_group02 .news_tabs_head a.sub+a.sub{ margin-left: 20px; }
.news_morelist_group02 .news_tabs_head a.sub:hover {margin-top:-2px; color:#ff5500;}

.news_morelist_group02 .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_morelist_group02 .news_tabs_head a.sub:hover:after{left:0;width:100%}

/* 列表新闻主体 */
.news_morelist_group02 .news_list {clear:both; position:relative;  text-align: left;  }
.news_morelist_group02 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.news_morelist_group02 .news_list ul li{line-height:30px; height:30px; text-indent: 1rem;}
.news_morelist_group02 .news_list ul li:hover  span{color:#f00;}

.news_morelist_group02 .news_list ul span{ color:#666; float:left; font-size: 1.5rem; line-height: 2.2rem;  padding-right: 5px; text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */ }

.news_morelist_group02 .tabname01 {float:left; width: 100%;  display: block; border-bottom: 1px solid #ddd;}

.news_morelist_group02 .tabname01 .column{ color:#666; float:left; font-size: 1.5rem; line-height: 2.0rem;  padding-right: 5px; text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */  text-indent: 10px; font-weight: 600;height: 36px; line-height: 36px; }


.news_morelist_group02 .column01{ width: 26%; }
.news_morelist_group02 .column02{ width: 26%; }
.news_morelist_group02 .column03{ width: 13%; }
.news_morelist_group02 .column04{ width: 12%; }
.news_morelist_group02 .column05{ width: 13%;}
.news_morelist_group02 .column06{ width: 10%; text-align: right;}


/* 多列新闻标题 *************/




/* 多列列表页，内页样式 *************/

.news_morelist_frame01 .news_tabs_head a.active { height: 70px; line-height: 70px;}
.news_morelist_frame01 .news_list ul li{line-height:45px; height:45px; text-indent: 1rem;}
.news_morelist_frame01 .tabname01 .column{height: 45px; line-height: 45px; }

















/* 标题样式01 *************/
.titel_group01 { margin-bottom: 10px;}
.titel_group01 .news_tabs_head {background:none;width:100%;height:4rem;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid;}
.titel_group01 .news_tabs_head li {float:left;padding: 0px 15px;font-size:1.8rem; height:40px;line-height:40px;color:#333;text-decoration:none; cursor: pointer;}
.titel_group01 .news_tabs_head li.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;}

.titel_group01 .news_tabs_head a {float:left;padding: 0px 15px;font-size:1.8rem; height:4rem;line-height:4rem;color:#333;text-decoration:none; cursor: pointer;}
.titel_group01 .news_tabs_head a.active {color:#2a70be; background:none;font-weight:bold;border-bottom:3px solid #2a70be; }


.titel_group01 .news_tabs_head a.sub{position:relative;color:#666; background:none;font-size: 1.6rem;
padding: 0px;margin-left: 30px; height: 3.5rem; line-height:4rem;}
.titel_group01 .news_tabs_head a.sub+a.sub{ margin-left: 2rem; }
.titel_group01 .news_tabs_head a.sub:hover {margin-top:-2px; color:#ff5500;}
.titel_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;}
.titel_group01 .news_tabs_head a.sub:hover:after{left:0;width:100%}



/* 新闻标题样式02 *************/
.titel_group02 { margin-bottom: 10px;}
.titel_group02 .news_tabs_head {background:none;width:100%;height:5rem;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid; margin-top: 10px;}
.titel_group02 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; }
.titel_group02 .news_tabs_head li.active {color:#4788ff; background:none;border-bottom:0px solid #666; font-weight:bold;height:5rem;line-height:5rem;}

.titel_group02 .news_tabs_head a {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; cursor: pointer;}
.titel_group02 .news_tabs_head a.active {color:#4788ff; background:none;border-bottom:3px solid #4788ff; font-weight:bold;height:5rem;line-height:5rem;}


.titel_group02 .news_tabs_head a.sub{position:relative;color:#666; background:none;font-size: 1.6rem;
padding: 0px;margin-left: 30px; height: 3.5rem; line-height:3rem; margin-top: 10px}

.titel_group02 .news_tabs_head a.sub+a.sub{ margin-left: 2rem; }
.titel_group02 .news_tabs_head a.sub:hover {margin-top:8px; color:#ff5500;line-height:3rem;}
.titel_group02 .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;}
.titel_group02 .news_tabs_head a.sub:hover:after{left:0;width:100%}




/* 新闻标题样式03 *************/
.titel_group03 { margin-bottom: 10px; margin-top: 0px; background: rgba(255,255,255,0.9)}
.titel_group03 .news_tabs_head {background:none;width:100%;height:5rem;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid; margin-top: 0px; }
.titel_group03 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; }
.titel_group03 .news_tabs_head li.active {color:#4788ff; background:none;border-bottom:0px solid #4788ff; font-weight:bold;height:5rem;line-height:5rem; font-size: 2.4rem; color:#666;}

.titel_group03 .news_tabs_head a {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; cursor: pointer;}
.titel_group03 .news_tabs_head a.active {color:#4788ff; background:none;border-bottom:3px solid #4788ff; font-weight:bold;height:5rem;line-height:5rem;}


.titel_group03 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4.6rem;}

.titel_group03 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.8rem;padding: 0px 20px 20px 20px;margin-right: 10px; height: 3.6rem; line-height:3.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 5px;  }

.titel_group03 .news_tabs_head a.on{background:#ff3600;}


.titel_group03 .news_tabs_head a.sub+a.sub{  }

.titel_group03 .news_tabs_head a.sub:hover {color:#fff;line-height:3.6rem; background:#ff5500;}

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

.titel_group03 .news_tabs_head a.sub:hover:after{left:30%;width:40%}




@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.titel_group03 .news_tabs_head {overflow:hidden;  }
    
.titel_group03 {margin: 0px; top: 100px!important; }
    
    
.titel_group03 .news_tabs_head li.active {color:#4788ff; background:none; font-weight:bold;height:3rem;line-height:3rem; font-size: 2.6rem; color:#666; width: 100%; margin-top: 15px;}
  
.titel_group03 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4rem; widows: 100%; border:1px solid #fff;}
    
.titel_group03 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.8rem; width: 19%; margin-right: 1%; height: 2.6rem; line-height:2.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 8px;  text-align: center; }

.titel_group03 .news_tabs_head a.sub:hover {color:#fff;line-height:2.6rem; background:#ff5500;}
    
}



@media screen and (max-width: 640px){
.titel_group03 .news_tabs_head {overflow:hidden;  }
.titel_group03 {margin: 0px; top: 100px!important; }
    
.titel_group03 .news_tabs_head li.active {color:#4788ff; background:none; font-weight:bold;height:3rem;line-height:3rem; font-size: 2rem; color:#666; width: 100%;margin-top: 15px;}
  
.titel_group03 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4rem; widows: 100%; border:1px solid #fff;}
    
.titel_group03 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.2rem; width: 19%; margin-right: 1%; height: 2.6rem; line-height:2.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 8px;  text-align: center; }

.titel_group03 .news_tabs_head a.sub:hover {color:#fff;line-height:2.6rem; background:#ff5500;}
}









/* 新闻标题样式04 *************/
.titel_group04 { margin-bottom: 10px; margin-top: 30px; background: rgba(255,255,255,0.9)}
.titel_group04 .news_tabs_head {background:none;width:100%;height:5rem;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid; margin-top: 10px; }
.titel_group04 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2.4rem; height:5rem;line-height:5rem;color:#ccc;font-weight:bold;text-decoration:none; }
.titel_group04 .news_tabs_head li.active {color:#4788ff; background:none;border-bottom:0px solid #4788ff; font-weight:bold;height:5rem;line-height:5rem; font-size: 2.4rem; color:#666;}

.titel_group04 .news_tabs_head a {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; cursor: pointer;}
.titel_group04 .news_tabs_head a.active {color:#4788ff; background:none;border-bottom:3px solid #4788ff; font-weight:bold;height:5rem;line-height:5rem;}


.titel_group04 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4.6rem;}

.titel_group04 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.8rem;padding: 0px 20px 20px 20px;margin-right: 10px; height: 3.6rem; line-height:3.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 5px;  }

.titel_group04 .news_tabs_head a.on{background:#ff3600;}


.titel_group04 .news_tabs_head a.sub+a.sub{  }

.titel_group04 .news_tabs_head a.sub:hover {color:#fff;line-height:3.6rem; background:#ff5500;}

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

.titel_group04 .news_tabs_head a.sub:hover:after{left:30%;width:40%}




@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.titel_group04 .news_tabs_head {overflow:hidden;  }
    
.titel_group04 {margin: 0px; top: 100px!important; }
    
    
.titel_group04 .news_tabs_head li.active {color:#4788ff; background:none; font-weight:bold;height:3rem;line-height:3rem; font-size: 2.6rem; color:#666; width: 100%; margin-top: 15px;}
  
.titel_group04 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4rem; widows: 100%; border:1px solid #fff;}
    
.titel_group04 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.8rem; width: 19%; margin-right: 1%; height: 2.6rem; line-height:2.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 8px;  text-align: center; }

.titel_group04 .news_tabs_head a.sub:hover {color:#fff;line-height:2.6rem; background:#ff5500;}
    
}





@media screen and (max-width: 640px){
.titel_group04 .news_tabs_head {overflow:hidden;  }
.titel_group04 {margin: 0px; top: 100px!important; }

.titel_group04 .news_tabs_head li {float:left; padding: 0px 10px;font-size:2rem; height:3rem;line-height:3rem; color:#ccc;font-weight:bold;text-decoration:none; margin-top: 15px;}    
.titel_group04 .news_tabs_head li.active {color:#4788ff; background:none; font-weight:bold;height:3rem; line-height:3rem; font-size: 2rem; color:#666; margin-top: 15px;}
	
	
.titel_group04 .news_tabs_head ul { overflow: hidden; margin-top: 5px;height:4rem; widows: 100%; border:1px solid #fff;}
    
.titel_group04 .news_tabs_head a.sub{position:relative;color:#666; background:#2763d1;font-size: 1.2rem; width: 19%; margin-right: 1%; height: 2.6rem; line-height:2.6rem; float: right; color:#fff; border-radius: 100px; margin-top: 8px;  text-align: center; }

.titel_group04 .news_tabs_head a.sub:hover {color:#fff;line-height:2.6rem; background:#ff5500;}
}





	


/* 图片样式01 */
 .pic_style01 {position: relative;  box-shadow: 0px 0px 3px #aaa;  display: block; overflow: hidden; float: left;  border: 1px #ccc solid; width: 100%; box-sizing: border-box; }

 .pic_style01 a{ border: 5px solid #fff; display: block;  position: relative; }


 .pic_style01 a img{ display: block;  width: 100%;}

 .pic_style01 a h3{ position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; display: block; height:40px; line-height: 40px;  filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#70000000', endColorstr='#70000000');background:rgba(45,45,45,0.65);}

.pic_style01 a h3 strong{color: #fff; font-size: 1.6rem; font-weight: 300;}
.pic_style01 a h3 span{color: #fff; font-size: 1.2rem;}


.pic_style01 a .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%;  }

.pic_style01 a .ani_border:after{position:absolute;bottom:-3px;
left:50%;width:0px;height:3px;background:#e10606;content:'';
-webkit-transition:all .25s;-moz-transition:all .25s;
-o-transition:all .25s;transition:all .25s;}
.pic_style01 a:hover .ani_border:after{left:0;width:100%}


/* 图片样式02 */
 .pic_style02 { width: 98%; margin-left: 2px!important;}










/*尾部*/

.pc_footer_group01 {}
.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); }
.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; }










/*友情链接*/
.fri_link_group01 { text-align: center;}
.fri_link_group01 .am-selected-btn {color: #333;background-color:#eee!important;border-color: #0e90d2!important;font-size: 1.5rem;}
.fri_link_group01 .am-selected-btn:hover {color: #333!important; background:#dddddd!important;}

.fri_link_group01 .am-selected-list { max-height: 25rem; max-width: 37.5rem;overflow-y:auto; overflow-x: hidden;}


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

/*版权地址信息*/
.copyright_group01 {line-height: 28px; margin: 10px 0px; overflow: hidden; color: #fff;  font-size: 1.4rem;}

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






/*版权地址信息*/
.pc_footer_group02 { position: absolute; bottom: 0px; width: 100%!important; text-align: left;}

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

.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;}




/*=======POP  AD==================*/
.pop_group01 {  overflow:hidden;}
.pop_ad { display:block; z-index:999; position:fixed; bottom:210px; right:20px; }
.pop_ad .box{ position:relative;}
.pop_ad .box a{ display:block; }
.pop_ad .box img{ display:block;  border: 1px #ccc solid;}
.pop_ad .box .pop_close img{ display:block;  border: 0px #ccc solid;}

.pop_ad .box .pop_close{ position: absolute; right: 5px; top: 5px; cursor: pointer; -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; border: 0px #000 solid;}
.pop_ad .box .pop_close:hover{ transform:rotate(360deg);-webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); }


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


/*=======POP  AD==================*/



/*=======搜索弹出窗口==================*/



.ver_box {float: left; margin: 52px 0 0 0px; }
.ver_box .en {color:#fff; font-size: 16px; }
.ver_box .en:hover { color:#ffc500;}

#btn_search{ position: absolute; right: 0px; top:40px; height: 40px; background: url(/images/line_search.png) left center no-repeat; width: 42px; }

#btn_search a{ display: block; background: url(/images/icon_search01.png) 15px center no-repeat; height: 40px; width: 40px; padding-left: 30px;background-color: none; }

#btn_search a:hover{background: url(/images/icon_search01_hover.png) 15px center no-repeat; background-color: none;}

#pop_seach_box{ position:fixed; z-index:9999; top:0;  left:0; display:none; height:100%; width:100%; }

#pop_seach_box .bg_box{ position:fixed; z-index:9994; top:0px; display:none;  height:100%; width:100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85);}
		
#pop_seach_box form{ position:absolute; border-radius: 4px; overflow: hidden; top:50%; z-index:9999; background: #fff;  height: 80px; width: 50%; left:50%; margin-left:-25%; margin-top:-40px;}

#pop_seach_box select{ border: none;  width:140px;  display: block; height:80px; text-align: left; color: #434343; font-size: 20px; background:none; line-height:80px; padding:0 20px; float: left;

}

#pop_seach_box input[type="text"]{ border: none;  width:calc( 100% - 300px );  display: block; height:80px; text-align: left; color: #434343; font-size: 20px; background:none; line-height:80px; padding:0 20px;}
 
#pop_seach_box input[type="text"]:focus{ text-align: left;}  

#pop_seach_box input[type="submit"]{  position:absolute; right:0; top:0; padding: 0; z-index:2; background:url(/images/icon_search.png) center no-repeat; height:80px; width:80px; cursor:pointer; border:none; background-color: #c2d7fe;}

#pop_seach_box input[type="submit"]:hover{background:url(/images/icon_search_hover.png) center no-repeat;background-color: #ffdfa7;}	

/*=======搜索弹出窗口==================*/





/*=======搜索口==================*/

.pop_seach_box{ width:100%; height:100%; }

.pop_seach_box .bg_box{  height:100%; width:100%;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85);}
		
.pop_seach_box form{  border-radius: 4px; overflow: hidden; top:50%; z-index:9999; background: #fff;  height: 80px; width: 100%; left:50%;}

.pop_seach_box select{ border: none;  width:140px;  display: block; height:80px; text-align: left; color: #434343; font-size: 20px; background:none; line-height:80px; padding:0 20px; float: left;

}

.pop_seach_box input[type="text"]{ border: none;  width:80%;  display: block; height:80px; text-align: left; color: #434343; font-size: 20px; background:none; line-height:80px; padding:0 20px;}
 
.pop_seach_box input[type="text"]:focus{ text-align: left;}  

.pop_seach_box input[type="submit"]{  position:absolute; right:10px; top:10px; padding: 0; z-index:2; background:url(/images/icon_search.png) center no-repeat; height:80px; width:80px; cursor:pointer; border:none; background-color: #eee;}

.pop_seach_box input[type="submit"]:hover{background:url(/images/icon_search_hover.png) center no-repeat;background-color: #eee;}	

/*=======搜索弹出窗口==================*/






	
/*=======二维码弹出===========*/

.emw_group01 { margin-top: 0px; float: right;}
.emw_group01 span { width: 100%; float: left; margin-right: 2%;border:0px solid rgba(255,255,255,0.2) ; padding:0px 0px; }
.emw_group01 img {margin:0 auto; }
.emw_group01 span:hover {cursor: pointer;}

.emw_group01 .fix_ewm_box {position:fixed; top: 0px; right: 0; z-index: 999999; display: none; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85); }


.emw_group01 .fix_ewm_box .ewm_pic img{ display: block; position: absolute; top: 50%; left: 50%;
	width: 240px; height: 280px;  margin-left: -120px; margin-top: -160px;  
	-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;}	



.emw_group02 { margin-top: 8px;}
.emw_group02 span { width: 100%; float: left; margin-right: 2%;border:0px solid rgba(255,255,255,0.2) ; padding:0px 0px; }
.emw_group02 img {margin:0 auto;  }
.emw_group02 span:hover {cursor: pointer;}

.emw_group02 .fix_ewm_box {position:fixed; top: 300%; right: 0; z-index: 999999; display: none; width: 100%; height: 100%; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#D8000000', endColorstr='#D8000000');background:rgba(0,0,0,0.85); }


.emw_group02 .fix_ewm_box .ewm_pic img{ display: block; position: absolute; top: 50%; left: 50%;
	width: 240px; height: 280px;  margin-left: -120px; margin-top: -160px;  
	-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;}	

	
/*=======二维码弹出===============*/
	


/*=======二维码弹出===============*/
.popweixi01{ top:0px; position: relative;}
.popweixi01 a{display:block;  right:15px; top:0; border: 1px solid #666; width: 90px; text-align: center; padding: 7px 0px; color:#aaa;}
.popweixi01 .smenu01{ background:#fff; text-align:center;  top:-50px; left: -20px; display:none; z-index:9999999; position: absolute; border:1px solid #ccc; padding: 0px;}
.popweixi01.on .smenu01{ display:block;border:1px solid #ccc;}
.popweixi01.on .smenu01:hover{ cursor: pointer;}  
.popweixi01.on .smenu01 img{width: 100%;}   
/*=======二维码弹出===============*/








/* 内页框架开始*****************************************************/
.color01{color:#e5002d!important; }
.color02{color:#4788ff!important; }
.color03{color:#ff5500!important; }
.color04{color:#666!important; }

.bgcolor00{background:#eee; }
.bgcolor01{background:#3c3c3c!important; }
.bgcolor02{background:#e5002d!important; }
.bgcolor03{background:#e8a043!important; }
.bgcolor04{background:#666!important; }



/* 路径**条件*/

.path_group01 {width:100%;line-height: 45px; border-bottom:#ddd 1px solid; overflow: hidden; padding: 5px 20px;}
.path01{margin:10px 0px; width:auto; height: 45px; font-size:16px; line-height:45px; }
.path01 strong{display: inline-block; color:#777;}
.path01 strong::before {content: ''; width: 20px; height: 19px; background: url("/images/path_icon01.png"); display: inline-block; margin-right: 10px; margin-top:12px; float: left;}
.path01 a{color:#777;}
.path01 a::after {content: '/'; color:#777;display: inline-block;padding:0px 10px;}
.path01 a:hover{color:#333;}
.path_group01 .swiper-slide {width:auto; }

@media screen and (max-width: 640px){
.path01 strong::before {display: none;}
.path01 a::after {content: '/'; color:#777;display: inline-block;padding:0px 5px;}
.path01{margin:10px 0px; width:auto; height: 30px; font-size:14px; line-height:30px; }
}




/********** 内页左侧树型三级菜单**********/

/* 左侧菜单*/
.left_nav01{ float:left; width:100%;  margin-top: 10px;}
.left_nav01 .titel{ float:left;font-size:20px; color:#fff; width:100%; height:70px; line-height:70px; text-indent:1.8em; font-weight: 600;}
.left_nav01 .titel em{float:right; background:url(/css/triangle.png) no-repeat; width:13px; height:13px;}


/* 翻页样式01*/
.nextpage {font-size:14px; font-family:Arial;width:100%; margin-bottom:15px;  overflow: hidden; margin-top: 15px;}
.nextpage ul{float:left;margin-left:5px;}
.nextpage a{float:left;padding:10px 10px; min-width:15px; background:#fff; color:#454545; margin-right:10px;text-align:center; border:#c3c9cd 1px solid; border-radius:2px; margin-top: 5px}

.nextpage span{float:left;padding:10px 0px; min-width:15px; background:#fff; color:#454545; margin-right:10px;text-align:center; border:#c3c9cd 0px solid; border-radius:2px; margin-top: 5px}
.nextpage a:hover{background:#eee; color:#000; }
.nextpage a.on01 {background:#e5002d; color:#fff; }
.nextpage a.on02 {background:#e5002d; color:#fff; }
.nextpage a.on03 {background:#e8a043; color:#fff; }
.nextpage a.on04 {background:#7eb876; color:#fff; }
.nextpage .keyword{float:left; width:40px; height:36px; line-height:25px; font-size:14px; font-family:"微软雅黑";color:#333; background:#fff;  border:#c3c9cd 1px solid; text-indent:5px; margin:0px 10px; margin-top: 5px }
.nextpage .ok{float:left;font-family:"微软雅黑";color:#fff;width:40px; height:36px; line-height:30px; font-size:14px; border:#c3c9cd 0px solid;margin-top: 5px;border-radius:2px;}




/********** 内页左侧树型三级菜单**********/
@media screen and (max-width: 1024px) and (min-width: 0px){
.sticky_top01 {top:100px!important;}  /*校正下拉移动时 左部固定头部高度*/
}


/* ==============树型菜单样式============== */

.tree_menu{ width:100%; border:#ddd 1px solid; float:left; font-family:"微软雅黑"; }
#tree_nav01 {width:100%;  margin:auto; margin-top:0px; margin-bottom:15px;list-style: none;}
#tree_nav01 ul {margin:0px;padding:0px; vertical-align:text-top; display: none;}
/***一级菜单***/
#tree_nav01 li {padding-left:15px; padding-right:15px;}
#tree_nav01 li a {font-size:18px; margin-top:5px; text-indent:1em;line-height:45px;display:block;text-decoration:none;outline:0; border-bottom:1px solid #ddd; color:#333;}
#tree_nav01 li a:hover { color:#e5002d;}
#tree_nav01 li a.on {background: #d0deec;color:#316ace;}
#tree_nav01 li.on a{background: #fff;color:#e5002d;}
/***二级菜单***/
#tree_nav01 ul li {margin:0;padding:0; padding-left:15px;}
#tree_nav01 ul li a {font-size:16px;color:#5477a4;line-height:30px; outline:0;background:none; border-bottom: 1px dotted #CCC;}
#tree_nav01 ul li a:hover {color:#ff4200; border-bottom:1px dotted #CCC;}
/***三级菜单***/
#tree_nav01 ul ul li a {font-size:14px;color:#666;background:none;}
#tree_nav01 ul ul li a:hover {color:#ff4200;}
#tree_nav01 span{float:right;}
/* ==============树型菜单样式============== */







/********** 移动端子菜单可以回收01**********/
#nav_slide{background: #ccc; line-height: 40px; position: relative;   height: 40px; margin-top: 10px;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-1px;  }
#nav_slide #bnt_back img{ height: 16px;}
#nav_slide .n_title{ height: 50px; border-bottom: 1px solid #d6dce0;}
#nav_slide h3{ font-size: 16px; color: #fff; text-align: center; display: block; font-weight: normal;}



#sub_nav_content{ display: none; background: #3b3b3c; position: absolute;top: 50px; right: 0; width: 100%;}
#sub_nav_content .content a{ display: block; position: relative; height: 40px; line-height: 3.8rem; text-align: center; width: 100%; }
#sub_nav_content .content a i{font-style: normal; padding-left: .7rem;  font-size: 12px; color: #fff;}
#sub_nav_content .content a:nth-child(2n+1){ background: #4d4d4e;}

#bnt_sub_nav{ position: absolute; right: 1rem; top: 12px; cursor: pointer; }
#bnt_sub_nav img{ display: block; height: 16px; }
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}


#sub_nav_content{background: #fff; display: none; box-shadow: 0 0 5px #999; z-index: 9999;}
#sub_nav_content ul{ padding:  10px;}
#sub_nav_content ul li { display: block; line-height: 28px; margin: 1rem 0; }
#sub_nav_content ul li a{ display:block; border-left:2px solid #999; height: 22px; line-height: 22px; font-size: 16px; padding-left: 10px; color: #666;}
#sub_nav_content ul li.on a{color: #666;  border-left:2px solid #df203d;}


#sub_nav_content dt{height:30px;line-height:30px;position:relative;background:#fafafb;  border-top:1px solid #e7e7e7; z-index: 999; }
#sub_nav_content dt a{ margin:0 10px; display:block;color:#5b5349; height: 30px; font-size:13px; font-weight: 400;  }
#sub_nav_content dt.title{background:#fafafb;}
#sub_nav_content dt.title_on  { background:#fafafb;}
#sub_nav_content dt.title_on a{ color:#fff; border-top:1px solid #fff;}
#sub_nav_content dt.last a{border-top:1px solid #f8f8f8;}
#sub_nav_content dt.title_on.on{  }
#sub_nav_content dt.title_on a{ color:#5b5349;}
#sub_nav_content dd{  display:block;}
#sub_nav_content dd .box{padding:0px 0px 0px 0px;}
#sub_nav_content dd a{ padding:0 25px;  line-height:30px;border-top:1px solid #e7e7e7;font-size:12px;color:#5b5349;display:block;height:30px;}
#sub_nav_content dd a.on{ color:#b7863e}

#bnt_more{ background: #e5e6e9; color: #727374; border-radius: 3px; height: 3.6rem; line-height: 3.6rem; text-align: center; font-size: 14px; display: block; margin: 0 1rem;}

/********** 移动端子菜单可以回收01**********/











/* 内页新闻列表01 *************/


/* 内页新闻标题 */
.news_list_group01 { margin-bottom: 10px;}
.news_list_group01 .news_tabs_head {background:none;width:100%;height:5rem;overflow:hidden; font-size: 1.8rem; border-bottom: 1px #ddd solid; margin-top: 10px;}
.news_list_group01 .news_tabs_head li {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; }
.news_list_group01 .news_tabs_head li.active {color:#4788ff; background:none;border-bottom:3px solid #666; font-weight:bold;height:5rem;line-height:5rem;}

.news_list_group01 .news_tabs_head a {float:left;padding: 0px 15px;font-size:2rem; height:5rem;line-height:5rem;color:#333;text-decoration:none; cursor: pointer;}
.news_list_group01 .news_tabs_head a.active {color:#2a70be; background:none;border-bottom:3px solid #2a70be; font-weight:bold;height:5rem;line-height:5rem;}


.news_list_group01 .news_tabs_head a.sub{position:relative;color:#666; background:none;font-size: 1.6rem;
padding: 0px;margin-left: 30px; height: 3.5rem; line-height:3rem; margin-top: 10px}

.news_list_group01 .news_tabs_head a.sub+a.sub{ margin-left: 2rem; }
.news_list_group01 .news_tabs_head a.sub:hover {margin-top:8px; color:#ff5500;line-height:3rem;}
.news_list_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;}
.titel_group02 .news_tabs_head a.sub:hover:after{left:0;width:100%}


/* 内页新闻列表 */
.news_list_group01 .news_list {clear:both; position:relative;  text-align: left;  }
.news_list_group01 .news_list ul {margin-top: 15px;width: 100%; overflow: visible; }
.news_list_group01 .news_list ul li{line-height:4rem; height:4rem; text-indent: 1rem;}
.news_list_group01 .news_list ul a{ color:#666;float:left; display:inline; width:75%;text-overflow:ellipsis;white-space: nowrap;overflow: hidden;/* 新闻标题超出字符隐藏 */font-size: 1.6rem; line-height: 2.2rem;
-webkit-transition: margin 0.3s ease-out;
-moz-transition: margin 0.3s ease-out;
-khtml-transition: margin 0.3s ease-out; }

.news_list_group01 .news_list ul a:hover{ color:#4788ff; margin-left: 15px;}
.news_list_group01 .news_list ul a:hover:before{color:#4788ff; content: "?";font-size: 20px; margin-top: 3px; }

.news_list_group01 .news_list ul span{ color:#666; float:right; font-size: 1.6rem; line-height: 2.2rem; padding-right: 10px; }
.news_list_group01 .news_list ul li a:before {  content: "." ;color:#333; position:relative; top:-5px;  float: left;}



@media screen and (max-width: 1024px) and (min-width: 640px){
	.news_list_group01 .news_list ul li{line-height:40px; height:40px; } /* 改变新闻列表行高 */

}

@media screen and (max-width: 640px){
	.news_list_group01 .news_list ul {margin-top: 1rem;}
	.news_list_group01 .news_list ul li{line-height:36px; height:36px; }/* 改变新闻列表行高 */
}







/* 内页图片新闻列表01 *************/
.pic_news_group01{ width: 100%;}
.pic_news_group01 ul{ margin-top: 10px;}

.pic_news_group01 li{ width:calc(100% / 3 - 20px); background: #f4f6f8; position:relative; display:block; overflow:hidden; float:left; padding: 10px;margin:10px 8px; border: 1px #ddd solid;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.63s ease-in-out;
    transition: all 0.3s ease-in-out;}

.pic_news_group01 li a{ display:block; overflow: hidden;}
.pic_news_group01 li .pic_box{ position:relative; background:#000; }
.pic_news_group01 li .pic_box a{ display: block; width:100%;  height:100%; overflow: hidden;}
.pic_news_group01 li img{width:100%;  height:100%; display:block;}

.pic_news_group01 li h1 a{  overflow:hidden;  white-space: nowrap;overflow:hidden;text-overflow: ellipsis;  color:#2a2a2c; font-size:15px;  display:block;  margin-top: 15px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;}

.pic_news_group01 li span {color:#9b9b9c; font-size: 12px; display:block; margin: 8px 0 10px 0px;}
.pic_news_group01 li p{ color: #9b9b9c; font-size:12px;  line-height: 22px; height: 44px; overflow: hidden; margin-top: 10px;}

.pic_news_group01 li:hover { box-shadow: 0 0 10px #888;}
.pic_news_group01 li h1:hover a{ color: #d83648;}

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

@media screen and (max-width: 640px){
    .pic_news_group01 li{ width:calc(100% - 20px);} 
}




/* 内页图片新闻列表02 *************/
.pic_news_group02{ width: 100%;;}
.pic_news_group02 ul{ margin-bottom:20px;}
.pic_news_group02 ul li{ overflow:hidden; padding:20px 0; border-bottom:#e0e0e0 1px dashed}
.pic_news_group02 ul li:hover{ cursor: pointer;}
    
.pic_news_group02 ul li .img,
.pic_news_group02 ul li .img img{ float:left; width:350px; height:220px; overflow:hidden; border: 1px #ccc solid; }
    
.pic_news_group02 ul li .img img{ border: 0px #ccc solid;} 
  
.pic_news_group02 ul li .con{ float:right; width:calc(100% - 350px ); padding:10px 10px 20px 20px}

.pic_news_group02 ul li .con h5,
.pic_news_group02 ul li .con h5 a{ font-size:17px; line-height: 20px; color:#169;text-decoration: none;}

.pic_news_group02 ul li .con h5 a:hover{ color:#B80000}

.pic_news_group02 ul li .con h6{ margin:18px 0 15px; font-size:13px; color:#828282}

.pic_news_group02 ul li .con p{ font-size:13px; line-height:22px; height:66px; overflow:hidden; color:#7f7f7f; margin-bottom:22px;}

.pic_news_group02 ul li .con .link_more a{ display:inline-block; padding:0 0 0 13px; font-size:13px; color:#7f7f7f;  border-left: 2px #169 solid; border-radius:0;text-decoration: none;
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;}

.pic_news_group02 ul li .con .link_more a:hover{color:#f50; border-left: 2px #f50 solid;}


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

@media screen and (max-width: 640px){
.pic_news_group02 ul li .con{ float:left; width:100%; padding:30px 10px 20px 20px}
}



/* 内页图片新闻列表03 *************/
.pic_news_group03 ul{font-size:0;margin:0px 0px;}
.pic_news_group03 ul li{ display:inline-block; width:calc(100% / 2 ); padding:8px 8px; overflow:hidden; box-sizing: border-box;}
    
.pic_news_group03 ul li a{ display:block;}
.pic_news_group03 ul li .img,
.pic_news_group03 ul li .img img{ width:100%; height:100%; object-fit:cover; overflow:hidden}
    
.pic_news_group03 ul li .con{ position:relative; float: left;}
.pic_news_group03 ul li .con .time{display:inline-block;width:70px;height:75px;background:#42a8f4;margin-top:-15px;text-align: center;padding: 15px 0 0;}
.pic_news_group03 ul li .con .time h3{font-size:22px;color:#fff;font-weight:bold; margin-top: 0px; margin-bottom: 10px;}
.pic_news_group03 ul li .con .time h5{font-size:14px;color:#fff;font-weight:100;}
.pic_news_group03 ul li .con_fr{width:calc(100% - 80px);padding: 10px 0 0;  float: right;}
.pic_news_group03 ul li .con_fr h5{ font-size:16px; color:#333232; line-height:24px; height:48px; overflow:hidden}
.pic_news_group03 ul li .bottom{border-top:#ddd 1px solid;padding: 10px 0 0;margin-top: 15px; position:relative}
.pic_news_group03 ul li .bottom:after{content:"";position:absolute;top:-1px;height:3px;background:#42a8f4;width:0;right:0;transition: 0.9s ease;}
.pic_news_group03 ul li .bottom p{font-size:12px;line-height:22px;height:66px;overflow:hidden;color:#9a9999;margin-bottom: 0;}
.pic_news_group03 ul li .bottom h6{ font-size:12px; color:#7c7b7b}
.pic_news_group03 ul li .bottom h6 img{ margin:-3px 6px 0 0}

.pic_news_group03 ul li a:hover .bottom:after{ left:0; width:100%}



/* 内页图片新闻列表03 *************/

.pic_news_group04 {}
.pic_news_group04 ul{font-size:0;margin-top:15px; width: 100%;}
.pic_news_group04 ul li{display:inline-block;width:calc(100% / 2);padding:0 5px;margin-bottom:25px;overflow: hidden;}
.pic_news_group04 ul li a{ display:block; overflow:hidden; position:relative}
.pic_news_group04 ul li a .img{ overflow:hidden}
.pic_news_group04 ul li a .img img{ width:100%; height:100%; object-fit:cover}
.pic_news_group04 ul li a .top{ height:40px; background:rgba(0,0,0,0.7); position:absolute; bottom:0; left:0; right:0; 
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;    }

.pic_news_group04 ul li a .top h5{ padding:0 15px; font-size:16px; color:#fff; line-height:24px;}
.pic_news_group04 ul li a .top p{padding:10px 25px 0px 25px; font-size:14px; color:#fff; line-height:24px; font-weight: 100; display: none; text-indent: 0px;}
.pic_news_group04 ul li a:hover .top{ height:100%; background:rgba(0,50,160,0.5); }
.pic_news_group04 ul li a:hover .img img{ transform:scale(1.07)}
.pic_news_group04 ul li a:hover .top p{ display:block;}




    
 









.article01{ margin:auto; width:100%; overflow: hidden;}
/*保护视力色*/
.vision_color { width:100%; line-height:20px; font-size:12px;  padding: 10px 0px;  position: absolute; right:5px;  margin-top: -50px; float: left;}

.vision_color b{font-size:12px; color:#aaa;float:left; margin-left: 10px;}
.vision_color .colors{ float: right; }
.vision_color .colors a {width: 10px; height:10px; float:left;border:#ccc 1px solid; margin:0px 3px; margin-top:5px; }

.vision_color .colors a:hover {border:#999 1px solid;float:left;}

.vision_color .colors00 {background:#ffffff;border:1px solid #000000;}
.vision_color .colors01 {background:#f1f2c6;border:1px solid #000000;}
.vision_color .colors02 {background:#efe1c4;border:1px solid #000000;}
.vision_color .colors03 {background:#f0dcd3;border:1px solid #000000;}
.vision_color .colors04 {background:#c4e86a;border:1px solid #000000;}
.vision_color .colors05 {background:#c5ecf3;border:1px solid #000000;}
.vision_color .colors06 {background:#d1c9ee;border:1px solid #000000;}
.vision_color .colors07 {background:#e6e7eb;border:1px solid #000000;}
.vision_color .colors08 {background:#ededea;border:1px solid #000000;}
.vision_color .font {float: right; }
.vision_color .font a{margin-right: 8px; }




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

.content_head01 .z_title { font-size:2.2rem; line-height:34px; padding: 5px 0px; width:100%; text-align:center; font-weight:bold; margin-top: 10px;}
.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-bottom:#ccc 1px dashed; padding:10px; }
.content_head01 .read li{padding: 8px 0px; text-align: center; }


@media screen and (max-width: 640px){
.content_head01 .z_title { font-size:1.8rem; line-height:34px; padding: 5px 0px; width:100%; text-align:center; font-weight:bold; margin-top: 10px;}
}



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

                


}
.article_cont .read{padding:15px 0px; color:#666; font-weight:bold;}
.article_cont .read li{width:100px;font-size:15px;line-height:28px;  float:left;}
.article_cont .read .file{float:left;font-size:15px;line-height:28px; width:800px; font-weight:100}


/* 分享样式*/
.articl_share { width:100%; font-size:16px; line-height:30px;  margin-bottom:0px; overflow: hidden;}
.articl_share .app{float:left; margin-top:30px;}
.articl_share .app a{margin-left:1px;}
.articl_share .print{float:right; margin-top:30px;}
.articl_share .print a{margin-left:1px;}





/* 文章页样式*/

.article001 { margin:auto; width:100%; overflow: hidden; padding: 0px 0px; line-height: 3rem;}

.article001 .margin_top { margin-top: 40px;  padding-top: 10px;}
.article001 .line_spacing {height: 60px; float: left;width: 100%;  }
.article001 .line_spacing01 {height: 10px; float: left;width: 100%;}

.article001 .b_box01 { border:1px solid #cadce5; padding: 0px 20px 25px; height: 200px;margin-top: 10px; }
.article001 .b_box02 { border:1px solid #cadce5; padding: 0px 20px 25px; height: 230px;margin-top: 10px; }



.article001 .article_cont { padding:0px 0px;}
.article001 p {line-height: 32px; font-size: 16px; padding: 15px;}
.article001 b { color:#177bb4}
.article001 h2 { font-size: 40px; line-height: 40px; margin-top: 40px; }
.article001 h3 { font-size: 20px; line-height: 24px; margin-top: 20px; }
.article001 h4 { font-size: 20px; color:#ff5500; line-height: 24px; margin-top: 20px;}


.article001 .addif01 { width: 96%; min-height: 210px; border: 1px solid #ccc; box-shadow: 0px 0px 10px #ccc; padding: 0px 20px 20px 20px; margin: 20px auto 0px auto; font-size: 15px;
	
}



.target_fix{position: relative;top: -100px;display: block;height: 0;overflow: hidden; clear: both;}




@media screen and (max-width: 640px){
.article001 .margin_top { margin-top: 10px;  padding: 0px; width: 100%;}
.article001 .article_cont { padding: 0px;}
.article001 p {line-height: 2.4rem; font-size: 15px;padding: 5px;}
.article001 h2 { font-size: 2.2rem; line-height: 4rem; margin-top: 10px;}
.article001 h3 { font-size: 1.8rem; line-height: 4rem; margin-top: 10px;}
.article001 h4 { font-size: 1.8rem; color:#ff5500; line-height: 3rem; margin-top: 10px;}
.article001 .line_spacing {height: 10px; float: left;width: 100%;} 
.article001 .line_spacing01 {height: 10px; float: left;width: 100%;}
    
.article001 .b_box01 { border:1px solid #cadce5; padding: 0px 20px 25px; height: auto;} 
.article001 .b_box02 { border:1px solid #cadce5; padding: 0px 20px 25px; height: auto;} 
}




/*产品DEMO链接*/
.products_demolink01 { width: 70%;  overflow: hidden; margin: 20px auto 0px auto;}
.products_demolink01 a { float: left;  margin:0px 10px; color:#fff; background: #ff6701;  border-radius: 20px;   text-align: center;width: calc(100% / 2 - 20px); overflow: hidden; height: 30px; line-height: 30px;}

.products_demolink01 a:hover { background:#f68a3a}


.products_demolink02 { width: 70%;  overflow: hidden; margin: 20px auto 0px auto;}
.products_demolink02 a { float: left;  margin:0px 10px; color:#fff; background: #ff6701;  border-radius: 20px;   text-align: center;width: calc(100% - 20px); overflow: hidden; height: 30px; line-height: 30px;}

.products_demolink02 a:hover { background:#f68a3a}



/*按钮001*/
.article001 .link001 {display: table;width: 200px; float: left; margin: 2% 6% 0 6% ; }
.article001 .link001 a {display: table-cell; vertical-align: middle;text-align: center; width:200px; height: 200px; padding: 0px 0px; position: relative;color:#fff;
background: #113e96;border-radius: 300px;  border:8px solid #bdcff2;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link001 a p {width: 100%;margin-top: -10px; }
.article001 .link001 a p img {width: 35%; }
.article001 .link001 a h3 {width: 100%;color:#335baa; font-size: 19px; margin-top: 15px;   color:#fff;}
.article001 .link001 a:hover{background:#ff6c00; border:8px solid #f0cdb3;}



.article001 ul .link001 .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; }

.article001 ul .link001 .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';
bottom:15px;left:50%;
    
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link001 a:hover .ani_border:after{width: 10%;height: 3px;bottom:15px; left:45%; }





@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.article001 .link001  {width: 31%; float: left; margin: 0 0 0 2%; border-radius: 10px; }
.article001 .link001 a{ width:100%; padding: 0px;  border-radius:10px; float: left; height: auto; }
}	


@media screen and (max-width: 640px){
.article001 .link001  {width: 31%; float: left; margin: 0 0 0 2%; }
.article001 .link001 a{ width:100%; padding-top: 20px;  border:2px solid #bdcff2; border-radius: 5px; float: left; height: auto; margin-top: 10px; }
.article001 .link001 a p img {width: 40%; }
.article001 .link001 a h3 {width: 100%;color:#335baa; font-size: 14px; margin-top: -12px; color:#fff;line-height:18px; padding: 20px 0 10px 0; min-height: 70px;}

.article001 ul .ani_border { display:none;}
.article001 .link001 a:hover{background:#ff6c00; border:5px solid #f0cdb3;}
    
}

/*按钮001*/




/*按钮001*/
.article001 .link001_x4 {display: table;width: 200px; float: left; margin: 2% 1.9% 0 1.9% ; }
.article001 .link001_x4 a {display: table-cell; vertical-align: middle;text-align: center; width:200px; height: 200px; padding: 0px 0px; position: relative;color:#fff;
background: #113e96;border-radius: 300px;  border:8px solid #bdcff2;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link001_x4 a p {width: 100%;margin-top: -10px; }
.article001 .link001_x4 a p img {width: 35%; }
.article001 .link001_x4 a h3 {width: 100%;color:#335baa; font-size: 19px; margin-top: 15px;   color:#fff;}
.article001 .link001_x4 a:hover{background:#ff6c00; border:8px solid #f0cdb3;}



.article001 ul .link001_x4 .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; }

.article001 ul .link001_x4 .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';
bottom:15px;left:50%;
    
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link001_x4 a:hover .ani_border:after{width: 10%;height: 3px;bottom:15px; left:45%; }





@media screen and (max-width: 1024px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.article001 .link001_x4  {width: 31%; float: left; margin: 0 0 0 2%; border-radius: 10px; }
.article001 .link001_x4 a{ width:100%; padding: 0px;  border-radius:10px; float: left; height: auto; }
}	


@media screen and (max-width: 640px){
.article001 .link001_x4  {width: 24%; float: left; margin: 0 0 0 1%; }
.article001 .link001_x4 a{ width:100%; padding-top: 20px;  border:2px solid #bdcff2; border-radius: 5px; float: left; height: auto; margin-top: 10px; }
.article001 .link001_x4 a p img {width: 40%; }
.article001 .link001_x4 a h3 {width: 100%;color:#335baa; font-size: 14px; margin-top: -12px; color:#fff;line-height:18px; padding: 20px 0 10px 0; min-height: 70px;}

.article001 ul .ani_border { display:none;}
.article001 .link001_x4 a:hover{background:#ff6c00; border:5px solid #f0cdb3;}
    
}

/*按钮001*/





/*按钮002*/
.article001 .link002 {display: table; margin:0 auto; }
.article001 .link002 a {display: table-cell; width:160px; height: 160px;vertical-align: middle;text-align: center;  padding: 0px 0px; position: relative;color:#fff;
background: #2763d1;border-radius: 300px;  border:5px solid #a6c1f7;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link002 a p {width: 100%;margin-top: 0px; }
.article001 .link002 a p img {width: 50%; }



.article001 .link002 a h3 {width: 100%;color:#335baa; font-size: 22px; margin-top:-19px;color:#fff; line-height: 30px;}

.article001 .link002 a .col01 {margin-top:-0px;}
.article001 .link002 a .col02 {margin-top:-5px;}



.article001 .link002 a:hover{background:#ff6c00; border:10px solid #f0cdb3;}


.article001 ul .link002 .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; }

.article001 ul .link002 .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';
bottom:15px;left:50%;
    
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link002 a:hover .ani_border:after{width: 10%;height: 3px;bottom:15px; left:45%; }



@media screen and (max-width: 1023px) and (min-width: 640px) {/*屏幕大于640-1024px*/
.article001 .link002  {float: left; margin: 0 0 0 2%; }
.article001 .link002 a{width:160px; height: 160px;  border-radius: 200px; margin: 30px 0 0 -20px; float: left; }
.article001 .link002 a p img {width: 50%; margin-top: 40px; }
.article001 .link002 a h3 {width: 100%;color:#335baa; font-size: 20px; line-height: 30px; margin-top: 40px; color:#fff;}
    
.article001 .link002 a .col01 {margin-top:60px;}
.article001 .link002 a .col02 {margin-top:40px;}
}	


@media screen and (max-width: 640px){
.article001 .link002  {float: left; margin: 0 0 0 2%; }
.article001 .link002 a{width:100px; height: 160px;   padding: 0px;  border-radius:100px; margin: 0 auto; }
.article001 .link002 a p img {width: 40%; }
.article001 .link002 a h3 {width: 100%;color:#335baa; font-size: 16px; margin-top: 0px; color:#fff;}

.article001 ul .ani_border { display:none;}
.article001 .link002 a:hover{background:#ff6c00; border:5px solid #f0cdb3;}
    
}

/*按钮002*/


/*按钮003*/
.article001 .link003 { margin: 0 0 0 1.3%; float: left; width: calc(100%/5 - 1.5%); }
.article001 .link003 a {display: block; height:auto;vertical-align: middle;text-align: center;  padding: 0px 0px; position: relative;color:#fff;
background: #2763d1; 
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link003 a p {width: 100%; }
.article001 .link003 a p img { margin: 0px; width: 100%;}
.article001 .link003 a .pic { width: 100%; position:absolute; top:50px;  left: 0; right:0;z-index: 99 }

.article001 .link003 a .pic img { width: 50%;  }

.article001 .link003 a h3 {width: 100%;color:#335baa; font-size: 22px; color:#fff;  position:absolute; top:0px; margin-top: 200px; left: 0; right:0;z-index: 99 }




.article001 .link003 a:hover{background:#ff6c00; }


.article001 ul .link003 .ani_border{position:absolute; display:block; left:0px;  bottom:0px; width:100%; height:0%; background:rgba(0,0,0,0);
-webkit-transition:all 0.6s;-moz-transition:all 0.6s;
-o-transition:all 0.6s;transition:all 0.6s;}

.article001 .link003 a:hover .ani_border{ background:rgba(0,0,0,0.4);height:100%; }



.article001 ul .link003 .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';bottom:15px;left:50%;
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link003 a:hover .ani_border:after{width: 80%;height: 3px;bottom:15px; left:10%; }



@media screen and (max-width: 1023px) and (min-width: 640px) {/*屏幕大于640-1024px*/

.article001 .link003 a h3 { font-size: 18px; }    
}	


@media screen and (max-width: 640px){
.article001 .link003 { margin: 10px 10px 0 0px; float: left; width: calc(100%/3 - 10px); }
    
.article001 .link003 a h3 { font-size: 16px; }
    

}

/*按钮003*/





/***按钮004***/  
.article001 .link004 {overflow: hidden;}
.article001 .link004 li{float: left; width: 33%; }
.article001 .link004 li a{width: 90%; height: 80px; line-height: 80px; background: #e2e9f7; border-radius: 5px; border:1px solid #a6c1f7; font-size: 18px; text-align: center; color:#335baa; font-weight: 600; margin: 10px auto; display: block;white-space:nowrap; text-overflow:ellipsis;overflow: hidden; padding: 0 5px;}



.article001 .link004 li a:hover{background: #1549b5; border:4px solid #a5beed; color:#fff;line-height: 76px;font-weight: 600; }


@media screen and (max-width: 1024px) and (min-width: 640px){
.article001 .link004 li{float: left; width: 33%; }
.article001 .link004 li a{ font-size: 16px;}
}


@media screen and (max-width: 640px){
.article001 .link004 li{float: left; width: 100%; }
.article001 .link004 li a{ font-size: 15px;height: 50px; line-height: 50px;}
    
 .article001 .link004 li a:hover{background: #1549b5; border:4px solid #a5beed; color:#fff;line-height: 46px;font-weight: 600; }
   
}

/***按钮004***/  



.article001 .link004b li{float: left; width: 50%; }
.article001 .link004b li a{width: 90%; height: 100px; line-height: 40px; background: #e2e9f7; border-radius: 5px; border:1px solid #a6c1f7; font-size: 18px; text-align: center; color:#335baa; font-weight: 600; margin: 10px auto; display: block;white-space:nowrap; text-overflow:ellipsis;overflow: hidden; padding: 10px 5px;}

.article001 .link004b li a:hover{background: #1549b5; border:4px solid #a5beed; color:#fff;line-height: 36px;font-weight: 600; }


@media screen and (max-width: 640px){
.article001 .link004 li{float: left; width: 100%; }
.article001 .link004 li a{ font-size: 15px;height: 60px; line-height: 20px;}
    
.article001 .link004 li a:hover{background: #1549b5; border:4px solid #a5beed; color:#fff;line-height: 16px;font-weight: 600; }
    
}

/***按钮004***/  





/*按钮005*/
.article001 .link005 { margin: 0 0 0 1.3%; float: left; width: calc(100% - 1.5%); }
.article001 .link005 a {display: block; height:auto;vertical-align: middle;text-align: center;  padding: 0px 0px; position: relative;color:#fff;
background: #2763d1; 
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link005 a p {width: 100%; }
.article001 .link005 a p img { margin: 0px; width: 100%;}
.article001 .link005 a .pic { width: 100%; position:absolute; top:30%;  left: 0; right:0;z-index: 99 }

.article001 .link005 a .pic img { width: 10%  }

.article001 .link005 a h3 {width: 100%;color:#335baa; font-size: 22px; color:#fff;  position:absolute; top:50%; left: 0; right:0;z-index: 99 }




.article001 .link005 a:hover{background:#ff6c00; }


.article001 ul .link005 .ani_border{position:absolute; display:block; left:0px;  bottom:0px; width:100%; height:0%; background:rgba(0,0,0,0);
-webkit-transition:all 0.6s;-moz-transition:all 0.6s;
-o-transition:all 0.6s;transition:all 0.6s;}

.article001 .link005 a:hover .ani_border{ background:rgba(0,0,0,0.4);height:100%; }



.article001 ul .link005 .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';bottom:15px;left:50%;
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link005 a:hover .ani_border:after{width: 10%;height: 3px;bottom:15px; left:45%; }



@media screen and (max-width: 1023px) and (min-width: 640px) {/*屏幕大于640-1024px*/


.article001 .link005 a .pic {top:30%;  }
.article001 .link005 a h3 { font-size: 18px; top:50%;}
}	


@media screen and (max-width: 640px){
.article001 .link005 { margin: 10px 10px 0 0px; float: left; width: calc(100% - 10px); }
.article001 .link005 a .pic {top:20%; }
.article001 .link005 a .pic img { width: 15%  }
.article001 .link005 a h3 { font-size: 16px; top:50%;}
    

}

/*按钮005*/



/*按钮006*/
.article001 .link006 { margin: 0 0 0 1.3%; float: left; width: calc(100%/5 - 1.5%); }
.article001 .link006 a {display: block; height:auto;vertical-align: middle;text-align: center;  padding: 0px 0px; position: relative;color:#fff;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}

.article001 .link006 a p {width: 100%; }
.article001 .link006 a p img { margin: 0px; width: 100%; }
.article001 .link006 a .pic { width: 100%; position:absolute; top:-10px; left: 0; right:0;z-index: 99; }

.article001 .link006 a .pic img { width: 0%;  position:absolute; top:100px; left:50%;
-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;


}

.article001 .link006 a h3 {width: 100%;color:#335baa; font-size: 22px; color:#fff;  position:absolute; top:0px; margin-top:70px; left: 0; right:0;z-index: 99 }


.article001 .link006 a:hover{background:none; }


.article001 .link006 a:hover .pic img {width: 100%; top:0%; left:0%; }


.article001 ul .link006 .ani_border{position:absolute; display:block; left:0px;  bottom:0px; width:100%; height:0%; background:rgba(0,0,0,0); border-radius: 12px;
-webkit-transition:all 0.6s;-moz-transition:all 0.6s;
-o-transition:all 0.6s;transition:all 0.6s;}

.article001 .link006 a:hover .ani_border{ background:rgba(0,0,0,0.4);height:100%; }

.article001 ul .link006 .ani_border:after{
position:absolute;width:0px;height:2px;background:rgba(255,255,255,0.5);content:'';bottom:60px;left:50%;
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;
-o-transition:all 0.3s;transition:all 0.3s;}

.article001 .link006 a:hover .ani_border:after{width: 0%;height: 2px;bottom:60px; left:30%; }


@media screen and (max-width: 1023px) and (min-width: 640px) {/*屏幕大于640-1024px*/

.article001 .link006 a h3 { font-size: 18px; margin-top:30px; }    
}	


@media screen and (max-width: 640px){
.article001 .link006 {display: none;    }
.article001 .link006 { margin: 10px 10px 0 0px; float: left; width: calc(100%/3 - 10px); }
.article001 .link006 a h3 { font-size: 16px; margin-top:20px;}
    

}

/*按钮006*/



/*分类导航*/
.item_nav_group { margin-top: -100px; padding-bottom: 30px; overflow: hidden;}
.item_nav_group .link01 {display: table;width: 25%; float: left; margin: 0 4% 0 4% ; }
.item_nav_group .link01 a {display: table-cell; vertical-align: middle;text-align: center; width:32%; padding: 40px 0px; position: relative; box-shadow: 0 5px 20px rgba(0,0,0,0.3);
background: #ff6c00;border-radius: 10px;  border:2px solid #00d7d4;background: linear-gradient(45deg,#2777d1,#00d7d4);

}
 
.item_nav_group .link01 .on { border:2px solid #ffa800;background: #ff6c00;background: linear-gradient(45deg,#ff6c00,#ffa800); }

.item_nav_group .link01 a p {width: 100%;margin-top: -20px; }
.item_nav_group .link01 a p img {width: 24%; }
.item_nav_group .link01 a h3 {width: 100%; color:#fff; font-size: 22px; margin-top: 15px;}
/*.item_nav_group .link01 a:hover{background: #ff6c00;  border:2px solid #a6c1f7; background: linear-gradient(165deg,#00d7d4,#2777d1); }*/


.item_nav_group ul .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; }

.item_nav_group ul .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';bottom:20px;left:50%;
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}


.item_nav_group .link01 a:hover .ani_border:after{left:0px; width: 30%;height: 3px; bottom:20px;left:35%;}


@media screen and (max-width: 640px){
.item_nav_group { margin-top: 20px; padding-bottom: 10px; overflow: hidden;}
    
.item_nav_group .link01  { right: -40px; top:350px; }
.item_nav_group .link01 a{ width:33%; padding: 20px 0px;  border-radius:5px; box-shadow: 0 0 0; background: #2763d1; border:1px solid #7994c9;}
.item_nav_group .link01 .on{ background: #2763d1; border:1px solid #7994c9;}
.item_nav_group .link01 a p img {width: 50%; }
.item_nav_group .link01 a p{ height:30px; margin-top: -10px;}  
.item_nav_group .link01 a h3{ font-size: 14px; margin-top: 25px;}  

.item_nav_group ul .ani_border { display:none;}
  
}

/*分类导航*/



/*分类导航*/
.item_nav_about { margin-top: -90px; padding-bottom: 30px; overflow: hidden;  padding-top: 20px; box-sizing:border-box;}
.item_nav_about ul {  width: 100%; height: 120px;   position: relative; 
background: linear-gradient(180deg,#fff,#ddd); box-shadow:  0px 0px 30px #666}


.item_nav_about .link01 {display: table;width: 22%; float: left; margin: -20px 1.5% 0 1.5% ; }
.item_nav_about .link01 a {display: table-cell; vertical-align: middle;text-align: center; width:32%; padding: 40px 0px 50px 0; position: relative; 
border-radius: 5px;  /*box-shadow: 0 5px 20px rgba(0,0,0,0.3);border:2px solid #2464be; background: #2464be;background: linear-gradient(0deg,#075aa5,#1966d3);*/}


.item_nav_about .link01 a:hover {display: table-cell; vertical-align: middle;text-align: center; width:32%; padding: 40px 0px 50px 0; position: relative; box-shadow: 0 5px 20px rgba(0,0,0,0.3);
background: #ff6c00;border-radius: 5px;  border:2px solid #ffa800;background: linear-gradient(180deg,#2270d9,#2270d9); background: linear-gradient(120deg,#ff6c00,#ffa800);}

 
.item_nav_about .link01 .on { border:2px solid #639ce6;background: linear-gradient(180deg,#2270d9,#1960bf);box-shadow: 0 5px 20px rgba(0,0,0,0.3);
 /*   background: linear-gradient(0deg,#ff6c00,#ffa800);*/ }

.item_nav_about .link01 .on h3 {width: 100%; color:#fff; font-size: 22px; margin-top: 5px;}
.item_nav_about .link01 .on h4 {width: 100%; color:#fff; font-size: 14px; margin-top: 25px; font-weight:normal;}
.item_nav_about .link01 .on h4 b {border:1px rgba(255,255,255,0.5) solid; border-radius: 30px; padding: 5px 10px;  }

.item_nav_about .link01 .on:hover {  border:2px solid #639ce6;background: linear-gradient(180deg,#2270d9,#2270d9);  /*   background: linear-gradient(180deg,#ff6c00,#ffa800);*/ }


.item_nav_about .link01 .on:hover h4 b {border:1px rgba(255,255,255,0.5) solid; border-radius: 30px; padding: 5px 10px;  }


.item_nav_about .link01 a p {width: 100%;margin-top: -20px; }
.item_nav_about .link01 a p img {width: 24%; }
.item_nav_about .link01 a h3 {width: 100%; color:#1664cb; font-size: 22px; margin-top: 5px;}
.item_nav_about .link01 a h4 {width: 100%; color:#666; font-size: 14px; margin-top: 25px; font-weight:normal;}
.item_nav_about .link01 a h4 b {border:1px rgba(0,0,0,0.15) solid; border-radius: 30px; padding: 5px 10px; margin:0px 2px}


.item_nav_about .link01 a:hover h3 {width: 100%; color:#fff; font-size: 22px; margin-top: 5px;}
.item_nav_about .link01 a:hover h4 {width: 100%; color:#fff; font-size: 14px; margin-top: 25px; font-weight:normal;}
.item_nav_about .link01 a:hover h4 b { border:1px rgba(255,255,255,0.5) solid; border-radius: 30px; padding: 5px 10px;}



.item_nav_about ul .ani_border{position:absolute; display:block; left:0px;  top:0px; width:100%; height:100%; }

.item_nav_about ul .ani_border:after{
position:absolute;width:0px;height:3px;background:#fff;content:'';bottom:20px;left:50%;
-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}


.item_nav_about .link01 a:hover .ani_border:after{left:0px; width: 10%;height: 3px; bottom:20px;left:45%;}

@media screen and (max-width: 640px){
.item_nav_about { margin-top: 20px; padding-bottom: 10px; overflow: hidden;}
.item_nav_about ul {  width: 100%; height: 0;   position: relative; 
background: none;box-shadow:  0px 0px 30px #666}
    
    
.item_nav_about .link01  { right: -40px; top:350px; }
.item_nav_about .link01 a{ width:33%; padding: 20px 0px;  border-radius:5px; box-shadow: 0 0 0; background: #154876; border:1px solid #7994c9; color:#fff;}
    
    
.item_nav_about .link01 a:hover {width:33%; padding: 24px 0px;  border-radius:5px; box-shadow: 0 0 0; background: #2763d1; border:1px solid #7994c9; }
    
.item_nav_about .link01 a:hover h3 { font-size: 14px;}
    
.item_nav_about .link01 .on h3{ font-size: 14px; margin-top: 15px; margin-bottom: 10px; color:#fff; }
    
    
.item_nav_about .link01 .on{ background: #2763d1; border:1px solid #7994c9;box-shadow: 0px 0px 0px #fff;}
.item_nav_about .link01 a p img {width: 50%; }
.item_nav_about .link01 a p{ height:30px; margin-top: -10px;}  
.item_nav_about .link01 a h3{ font-size: 14px; margin-top: 15px; margin-bottom: 10px; color:#fff;}  
.item_nav_about .link01 a h4{ display: none;}  
.item_nav_about ul .ani_border { display:none;}
  
}

/*分类导航*/


.table_css01 { width: 100%; border:1px solid #dedede; line-height: 42px; padding: 10px;} 
.table_css01 .tdbg { background: #ddd;}
.table_css01 td { padding-left: 15px; height: 42px; overflow: hidden; white-space:nowrap;text-overflow:ellipsis;}
.table_css01 tr { background: #eee;}
.table_css01 a { color:#555;}
.table_css01 a:hover { color:#000;}





@media screen and (max-width: 640px){
	.more a{line-height:17px;}	
	.more {margin-top: -19px;}
}

