/*主题色值  蓝 色#243877  浅 __ 支持批量替换色彩*/
body{color:#4A4A4A;background:#fff;font-size:14px;line-height:25px;margin:0px;font-family:myFirstFont,"微软雅黑";list-style-type:none}
ul {margin:0;padding:0;list-style: none;}li {margin:0;padding:0; list-style: none;}P {margin-top:20px}
@keyframes fade-in { 0% {opacity: 0;}/*初始状态 透明度为0*/ 40% {opacity: 0;}/*过渡状态 透明度为0*/  100% {opacity: 1;}/*结束状态 透明度为1*/}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  0% {opacity: 0;}  40% {opacity: 0;}  100% {opacity: 1;}}  
#wrapper {animation: fade-in;/*动画名称*/  animation-duration: 1.0s;/*动画持续时间*/  -webkit-animation:fade-in 1.0s;/*针对webkit内核*/}  
@font-face{font-family: myFirstFont;src: url('../font/a_futuricamedium.ttf'); /* 字体样式 */}
@font-face{font-family: myFirstFont-title;src: url('../font/FontAwesome.otf'); /* 字体样式 */}
@font-face{font-family:'FontAwesome';src: url('../font/fontawesome-webfont.ttf?v=4.3.0'),url('../font/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular')}
.fa {font:normal normal normal 12px/1 FontAwesome;transform: translate(0, 0);} /* 字体箭头样式 */
.menuarrow:before { content:"\f105"; transform: translate(0, 0);opacity:0.3;}

/*字体大小，行高属性_css*/ 
h1{font-size:22px;font-weight:normal; text-transform:uppercase;margin:0;}/* 列表标题 */
h2{font-size:12px;text-transform:uppercase;font-weight:normal; margin:0;}/* 副标题 */
h2:first-letter{}/*选择每个 <h2> 元素的首字母，并为其设置样式 */
h3{font-size:14px;font-weight:normal; margin:0; opacity:1;}/* 列表摘要 */
h4{font-size:30px;font-weight:normal; max-width:820px; margin:0; text-transform:uppercase; opacity:1}/* 内容大标题 */
h5{font-size:14px;font-weight:normal;margin:0;}/* 文章内容 */
h6{font-size:12px; line-height:4;font-weight:normal; margin:0; text-transform:uppercase; opacity:0.6}/* 时间/数字 */
hr{height:1px; background:#eee; display:block; border:0; margin:30px 0}
p:first-letter{text-transform:capitalize}/*选择器每个 <p> 元素的首字母设置样式：*/

/*公用链接_css*/ 
a{-webkit-tap-highlight-color:rgba(255,0,0,0);} /* 去除移动端点击色块遮罩层 */
a:link{color:#333;text-decoration:none}
a:visited {color:#333}

/*主菜单链接_css*/
.menu_important {width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;}/* 菜单平均分 */

.menu {background:#; height:100px;line-height:100px;position:relative;display:block;width:25%; margin-right:0px;/* 按钮平均分 */ height:auto;border-right:0px solid #F7F7F7; border-radius:0px;border:0px solid rgba(0,0,0,0.0); transition:0.2s}
.menu:hover {background:rgba(255,255,255,0.1);}
.menu:last-child{margin-right:0px;}

.menu >a{color:#eee;position: relative;padding:0px 20px; height:auto;/* 高度自适应 */ display: block;overflow:hidden;border-radius:0px; text-align:center;transition:0.2s}
.menu a:hover span {transform:translate3d(0, -0%, 50);}

.menu a .menuarrow{position:absolute; top:44%;right:15px;}/*有二级菜单显示箭头*/  
.menu span {position:relative;text-transform:uppercase;display: block;transition:0.2s}
.menu span:before{color:#eee;content:attr(data-title);left:0px;right:0px;top:0px;bottom:0px;position:absolute;top:100%;transition:0.2s}/*经过菜单滚动文字'字母*/

.menu .erji {position: absolute;opacity:0;top:100px; left:50%; margin-left:-100px; text-align:center;overflow:hidden;visibility:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:-99; transition:0.2s;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);opacity:1;}/*二级菜单盒子*/ 
.menu .erji li img {width:0px; height:0; display:block; margin:0 auto}
.menu:hover .erji {padding-top:0%;top:100px;visibility:inherit;opacity:1;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);z-index:-99}

.menu .erji li a {background:rgba(255, 255, 255, 1);width:200px;display:block; padding:5px;line-height:50px; border:0px solid #F8F8F8; display:block;box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.0); transition:0.2s}
.menu .erji li a:hover {background:#243877;color:#fff;border:0px solid #243877;box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.01);}

#menu .select{background:rgba(0,0,0,0);color:#fff;border-bottom:1px solid rgba(0,0,0,0.1); /*text-decoration:underline*/  }/*栏目高亮*/  
#menu:hover .select span{transform:translate3d(0, 0%, 0); }
#menu .selecterji{background:#243877; color:#fff;}/*二级栏目高亮*/  
#menu_page {background:#243877;color:#fff;border-radius:0px; }
#menu_page:visited {background:#243877;color:#fff;}
#menu_danye {background:#243877;color:#fff;border-radius:0px; }/*单页高亮*/  
#menu_danye:visited {background:#243877;color:#fff;}


/*二级菜单链接_css*/
.left_menu {background:#F5F5F5;border:1px solid rgba(0,0,0,0.05);display:block;margin:0px 2px 0px 2px;padding:12px 50px; border-radius:0px;text-transform:uppercase;overflow: hidden;transition:0.2s}
.left_menu:link {color:#666}
.left_menu:visited {color:#666}
.left_menu:hover {background:#243877;color:#fff;border:1px solid rgba(255,255,255,0.1); transform:translate(0,-0px);}
.left_menu:after {width:0px;height:60px;margin-top:-60px; display: block;content: ""; transition:0.5s}/*after 选择器*/
.left_menu:before {width:0px;height: 60px;content: ' ';position: absolute;background: #fff;top:0;left:-45px;opacity: 0;-webkit-transition: all 0.25s ease-out;transition: all 0.25s ease-out;-webkit-transform: skewX(-25deg);transform: skewX(-25deg);}
.left_menu:hover:before {width: 45px;left: 205px;}
#navi ul li.h1 a{background:#243877; border:1px solid rgba(206,176,126,0.2);color:#fff}


/*more按钮链接_css*/
.more{color:#243877;background:#fff;display:block;border:#333 1px solid; line-height:55px; height:55px;overflow:hidden;width:100%;border-radius:0px;text-transform:uppercase;transition:0.5s;opacity:0.9}
.more:link {padding:0px 0px;}
.more:visited {color:#fff;} 
.more:hover{color:#fff; transform:translate(0,10px); z-index:1000}
.more:after {background:#000;width:0%;height:60px; margin-top:-60px; display: block; content: ""; transition:0.5s}/*after 选择器*/
.more:hover:after {background:#000;width:100%}


/*back按钮链接_css*/

.back {background:#fff;width:100px; border:1px solid  #eee; margin:20px  auto; border-radius:0px;display:block; text-transform:uppercase;display:flex;justify-content:center;align-items:center;padding:15px 35px;transition:0.2s}
.back:link {color:#999}
.back:visited {color:#999}
.back:hover {background:#243877;color:#fff;border:1px solid rgba(255,255,255,0.1)}


/*分页链接_css*/
.page{background:#243877; text-transform:uppercase;padding:12px 17px;  border-radius:0px; border:1px solid rgba(255,255,255,0.4); color:#fff; margin: 0 5px;transition:0.5s}
.page:link{color:#fff}
.page:visited {color:#fff} 
.page_ding{padding:12px 17px; border-radius:0px; border:1px solid rgba(255,255,255,0.4);color:#243877; margin: 0 5px; background:#fff}
.page:hover{background:#fff;  color:#243877;text-decoration: none;}

/*底部链接_css*/
.foot_link{}
.foot_link:link{color:#999;}
.foot_link:visited {color:#999;}
.foot_link:hover{color:#999}
.foot_link:active {color:#999}	


/*主体盒子box_css*/	
.box_top{width:100%;opacity:1;display:flex;justify-content:space-between;align-items:center}
.box_top_left{background:rgba(255,255,255,0);border:0px solid (0,0,0,1);display:block;width:300px}
.box_top_left img{width:25%;margin-right:5px;opacity:1;transition:0.5s}
.box_top_left .logo{padding-right:15px;display:flex;justify-content:left;align-items:center}
.box_top_left a:link{ font-weight:bold;color:#fff;font-size:22px;  line-height:1.2; }
.box_top_left a:visited{color:#fff;}
.box_top_left .en{font-size:16px;line-height:20px;letter-spacing:0px}
.box_top_left .kouhao{ font-size:13px;letter-spacing:0px; text-transform:uppercase; color:#fff; display:block;opacity:1; text-align:left}

.box_top_right{width:70%}/*右侧宽度*/
.box_menu_position{width:100%;}/*挡板*/
.box_menu_class>li{float:left}

.box_index{overflow:hidden}

.box_main{ background:#F5F5F5;overflow:hidden; padding:5% 0 5% 0}
.box_main_padding{ border:0px solid rgba(255,255,255,0.2);padding:0% 8%; margin:0 0%; border-radius:0px;overflow:hidden}
.box_main_nopadding{margin:0;  overflow:hidden}

.box_main_news{background:# ; background-size:100%; background-attachment:fixed}
.box_main_video{background:# url(../images/back_video.jpg) no-repeat bottom; background-size:100%; background-attachment:fixed}
.box_main_products{background:# url(../images/back_products.jpg); background-size:100%; background-attachment:fixed}
.box_main_project{background:# url(../images/back_products.jpg); background-size:100%; background-attachment:fixed}
.box_main_count {padding:60px 0; background:# url(../images/back_count.jpg);background-size:100%}
.box_main_team{background:#fff url(../images/back_team0.jpg); background-size:100%; background-attachment:fixed}

.box_banner{position:relative;background:#333;overflow:hidden;}
.box_banner img{background:no-repeat; background-size:cover; background-size:100%; background-attachment:fixed/*固定*/;
-webkit-animation-name: fadeIn02;-webkit-animation-iteration-count: 1; /*动画次数*/-webkit-animation-duration: 1s; /*动画持续时间*/}
@-webkit-keyframes fadeIn02 {0%{ transform:scale(1.0)}50% {transform:scale(1.0)}100% {transform:scale(1.0)}}

.box_banner_color{position:absolute;background:#000; width:100%;height:100%;top:0;/*遮罩位置*/opacity:0.1}
.box_banner_text{position:absolute;width:84%;padding:0 8%;height:100%;top:12%;/*保证居中的条件，适当让位*/display:flex;justify-content:center;align-items:center;flex-direction:column;transition:0.5s}

.box_column_back{ background:#fff; padding:4% 0; border-top:1px solid rgba(0,0,0,0.1);border-bottom:1px solid rgba(0,0,0,0.15);}
.box_column{ display:flex;justify-content:/*space-between*/center;align-items:center;flex-direction:column;padding:0% 8%; border-radius:0;margin-top:-1px;border:20px 0 0 0; /*灰度酌情*/border:1px solid rgba(255,255,255,0.2); border-bottom:0;margin-top:0px;z-index:999999}
.box_erji{padding:20px 0 0% 0;margin-top:15px;display:flex; flex-wrap: nowrap;justify-content:center;align-items:center}

.box_more{background:#080808; padding:0px 0;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}

.box_view_rangwei{ background:#243877;padding-top:100px}
.box_view{border:1px solid rgba(255,255,255,0.2);padding:0% 5%;width:auto;margin:2% 5% 5% 5% ;border-radius:0px}
.box_view_top{background:;display:flex;justify-content:center; align-items:center; text-align:center;padding:4% 2% 0% 2%}
.box_view_content{ }
.box_view_content p{ text-indent: 0em}
.box_view_content img{max-width:100%; margin:0% 0}


.box_view_column_ch{font-size:22px;line-height:1.2; font-weight:normal; margin:20px 0 20px 0; display:block}

.box_faq{margin:0}
.box_faq_lie{margin:3% 0;display:flex;justify-content:space-between;align-items:top;}

.box_page{ background:#243877; margin:0;overflow:hidden;padding:5% 0 5% 0;text-align: center;}

.box_next {display:flex;justify-content:space-between;align-items:center;margin-top:10px;}/*创建两列等宽布局*/
.box_next > span {width:30%;}
.box_next > span:first-child {display:flex; width:50% }
.box_next > span:last-child { display:flex; width:50%; text-align:right}
.box_next .font{color:#999;width:100%; padding:30px 0; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.box_next .font:hover{color:#243877}

.box_foot_back{background:#1D1D1D; background-size:100%; padding-top:0px  }
.box_foot{color:#999999; text-transform:uppercase;border-top:#eee 0px solid;width:84%; padding:5% 8%; border-radius: 0;overflow:hidden}

.box_foot_list{color:#fff; float:left;width:10.3%;padding-left:30px; border-right:1px solid rgba(255,255,255,0.05); height:230px;}
.box_foot_list:nth-of-type(7n) {margin-right:0px}
.box_foot_list:first-child{padding-left:0px}
.box_foot_list:last-child{margin-right:0px; border-right:0px solid #CCC}
.box_foot_list:nth-of-type(7){width:20%;}
.box_foot_list ul{font-size:15px; text-transform:capitalize; margin-bottom:10px;}
.box_foot_list li{ color:#999;line-height:2.0;  text-transform:lowercase;}
.box_foot_list li:hover{color:#fff; text-decoration: none}

.box_copyright{ text-transform:uppercase;background:#E2E2E2;display:block;  color:#999; border-top:0px solid rgba(255,255,255,0.2); margin-top:0px; padding:20px 5%; text-align:right}

	
/*字体样式_css*/	
.font_banner_title{display:none;color:#fff; margin-left:0px;text-transform:uppercase;opacity: 1.0}
.font_banner_line{letter-spacing:0px;text-align:center}
.font_banner_ch{ display:none;line-height:1.5;color:#fff;opacity:1}
.font_banner_en{ display:none;color:#fff;letter-spacing:0px;  line-height:1.2; text-transform:uppercase;opacity:0.4}

@keyframes fadeIn { 0% {font-size:0px; opacity: 0; margin-right:0px } 50% {} 100% {}/*动画控制*/}

.font_column_ch{ font-size:25px;font-weight:normal; display:block;text-align:center; opacity:1;}
.font_column_line{display:none;border-bottom:#000 1px solid; margin:10px auto; text-align:center; line-height:1; width:20%;opacity:0.4;transform: rotatez(0deg);}
.font_column_en{font-size:12px;line-height:1.5; margin-top:5px;text-transform:uppercase;display:block; text-align:center;opacity:0.3;}
.font_column_position{display:none;}

.font_time{}
.font_tel{font-size:18px; background:#243877 url(../img/tel.svg) no-repeat left 20px center; background-size:10%;color:#FFF; padding:15px 15px 15px 60px; margin:20px 0; display:block; width:240px}
.font_beizhu{ color:#999; margin:10px 0;}

.font_nodata {color:#ccc; width:130px;display:block; margin:80px auto}
.font_brand{display:block; text-transform:uppercase}

.font_select{height:37px;color:#999;text-transform:capitalize;display:block;border:1px #eee solid; cursor:pointer}
.font_select_big{color:#666;background:#243877;color:#FFF;  }
.font_select_small{border-bottom:#666 1px solid;color:#999}

.font_input{color:#666; background:#fff;border:0px; border-bottom:1px solid #eee;line-height:55px;height:55px;width:50%;padding: 0 6.4% 0 0%;}
.font_input_width{width:30%;}

.font_faq{background:#333; color:#fff; border:0;height:50px; width:200px;cursor:pointer;transition:0.2s}
.font_faq:hover{background:#eee; color:#666; opacity:1;}

.font_copyright{color:#999;opacity:1;}

/*以下是各种列表，重点部分*/

/*针对流动布局 liudong_css*/
.list_liudong {display:flex;justify-content:space-around;/*左右分布，不顶边*/ flex-direction:row;/*从左到右控制*/align-items:center;/*元素垂直居中*/}

/*针对一列布局one_css*/
.list_one {background:#FFF; padding:20px;}
.list_one h1 { margin-top:50px; text-align:center;line-height:1.5}
.list_one h2 {text-align:center;  opacity:.5}
.list_one .left img{width:90%; display:block; border:1px #eee solid; padding:5%; background:no-repeat center; background-size:cover}
.list_one .new_content{ display:block; margin:30px 100px 100px 100px;}
.list_one .new_content img{max-width:100%;}

/*针对两列布局two_css*/
.list_two {display:flex;justify-content:space-between;align-items:top}
.list_two .left {width:45%}
.list_two .left img{ max-width:98%;border:10px solid rgba(255,255,255,1);}
.list_two .right {width:50%}
.list_two .right h1 { line-height:1.5}
.list_two .right h2 { line-height:1.5}


/*图文混排两列列表_css*/
.list_text2{-webkit-column-count:2;-webkit-column-gap:50px;column-fill:no;-webkit-column-rule:1px dotted #ccc}
.list_text2 img{ width:100%; margin-bottom:2%}
.list_text2 .text{ display:block; margin:5% 0}

/*图文混排三列列表_css*/
.list_text3{-webkit-column-count:3;-webkit-column-gap:30px;column-fill:no;-webkit-column-rule:0px dotted #ccc}
.list_text3 img{width:100%;}/*其他属性不能给，确保兼容*/
.list_text3 .text{ }/*其他属性不能给，确保兼容*/



/*新闻列表news_css*/
.list_news{float:left;width:32.6%; margin:0 1% 10px 0; overflow:hidden;border-bottom:0px solid rgba(0,0,0,0.1); transition:0.5s}
.list_news:nth-of-type(3n) {margin-right:0px;}

.list_news:after {background:#243877;width:0px; height:5px; display: block;content: ""; transition:0.6s}/*after 选择器*/
.list_news:hover:after {width:100%;}

.list_news .box{position:relative;overflow:hidden; border:1px #E4E4E4 solid;  transition:0.5s;}
.list_news:hover .box{box-shadow: 0px 0px 0px #000;}

.list_news .box img { display:none;width:100%;background:no-repeat center; background-size:100%; transform:scale(1) rotatey(0deg);opacity:1;transition:0.5s}
.list_news:hover .box img {transform:scale(1.1) rotatey(180deg);opacity:1;} 

.list_news .svg{position:absolute;background:url(../img/products0.svg) no-repeat center; background-size:15%;width:100%;height:100%;top:-50%;opacity:0;transition:0.5s;z-index:1;}
.list_news:hover .svg{position:absolute;background:url(../img/product0.svg) no-repeat center; background-size:15%;top:0;opacity:1;}

.list_news .biankuang{border-bottom:#ccc 0px solid; width:100%;opacity:1; border-bottom:#fff 0px solid;top:50%; transition:0.5s;}
.list_news:hover .biankuang{width:100%; border-bottom:#243877 0px solid;opacity:1}

.list_news .color{position:absolute;background:linear-gradient(to bottom, #fff,#fff);width:100%;height:100%; top:0; border-radius:0px;opacity:.0; transition:0.5s} /*颜色*/
.list_news:hover .color{background:linear-gradient(45deg, #fff 20%, #fff 50%, #fff 80%, #fff 100%);width:100%;height:100%; border-radius:0px; top:0;opacity:0;} 

.list_news .position {position:relative/*决定了文本的位置*/;background:#fff; background-size:0;width:80%; padding:15% 10%;top:0px;display:flex;justify-content:center;flex-direction:column;z-index:10;transition:4s;}
.list_news:hover .position{background:#fff}

.list_news .font_01{display:block;width:90%;text-overflow:ellipsis;white-space: nowrap;-webkit-line-clamp:1;overflow:hidden;transition:0.5s}
.list_news:hover .font_01 {color:#262626}

.list_news .font_03 {margin-top:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;word-break: break-all;overflow: hidden;transition:0.5s;transition:0.5s;}
.list_news:hover .font_03 {}

.list_news .font_04 {opacity:0.3}
.list_news:hover .font_04 {}

.list_news .font_05 { display:block; z-index:1; opacity:0;transition:0.5s}
.list_news:hover .font_05 {opacity:.8;}

.list_news .font_line{background:#000;width:100%; height:1px; margin-top:20px; display:block;opacity:0.1;transition:0.5s;} 
.list_news:hover .font_line{color:#fff; width:100%;}

.list_news .pingjun{display:flex;justify-content:left;align-items:center;transition:1.5s; padding-top:10px}
.list_news:hover .pingjun{display:flex;justify-content:space-between;align-items:center; }



 /*服务范围_css */ 
.list_service{float:left;width:100%; margin:0 0% 0px 0;border-left:0px  solid #333; }
.list_service:nth-of-type(2n) {margin-right:0px;border-right:0px  solid #333}

.list_service .box{position:relative;display:block; border-right:0px solid #eee; border-radius:0px; overflow:hidden;}
.list_service:hover .box{}

.list_service .box img{ background:center;background-size:cover;opacity:1;width: 100%;transition:0s}
.list_service:hover .box img{opacity:1;}

.list_service .color{position:absolute;background:#000;width:100%; height:100%; top:0;opacity:0.4;transition:0.5s} 
.list_service:hover .color{background:#fff;transform:scale(1.0) rotatex(0deg);border-radius:0px; opacity:0.9;} 

.list_service .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 0px solid; opacity:0;transition:0.5s;z-index:1}
.list_service:hover .biankuang{ background:#eee;width:93.5%;height:95%; margin:3% 3%; top:0; opacity:0;}

.list_service .position{position:absolute;color:#eee ;top:0; width:100%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;transition:0.5s;}
.list_service:hover .position{opacity:1;  }

.list_service .svg{width:4%;  height:65px; display:block; margin-top:20px;opacity:1;transition:0.5s;} 
.list_service:hover .svg {filter: brightness(0)/*反白*/ }  

.list_service .font_line{ background:#fff;width:150px;height:1px; margin:5px 0;display:block;border-radius:100px;opacity:0.2;transition:0.5s;} 
.list_service:hover .font_line{background:#000;width:300px;height:1px;opacity:0.5; border-radius:100px}

.list_service .font_01{display:block;  opacity:1; transition:0.5s} 
.list_service:hover .font_01{ color:#333}

.list_service .font_02{opacity:1} 
.list_service:hover .font_02{color:#333}  


.list_service .font_03{ text-align:center;display:block; max-width:60%; margin:20px auto; opacity:0.5; transition:0.5s} 
.list_service:hover .font_03{color:#333;pacity:1;} 


/*作品列表products_css */

.list_products{float:left;width:100%; margin:0px 0% 40px 0}
.list_products:nth-of-type(1n) {margin-right:0px}

.list_products:nth-of-type(odd) .box{position:relative;background:#FAFAFA; display:flex;justify-content:space-between;overflow:hidden;/*flex-direction:row-reverse;/*反向*/}/*奇数行 */
.list_products:nth-of-type(even) .box{position:relative;background:#FAFAFA; display:flex;justify-content:space-between;overflow:hidden;flex-direction:row-reverse;/*反向*/}/*偶数行 */

.list_products .box:hover {}

.list_products .color{position:absolute;width:100%; height:100%;top:0;background:#000;opacity:0;overflow:hidden;transition:0.5s} /*颜色*/
.list_products:hover .color{background:#000;opacity:0} 

.list_products .picposition {background:#000 center;background-size:cover;position:relative;width:50%;/*左侧百分比*/ overflow:hidden;}
.list_products .picposition img {background: top;background-size:cover;width:100%;opacity:1;transition:5.5s}
.list_products a:hover .picposition img {background: bottom;background-size:cover;opacity:1;}

.list_products .position {position:relative; width:40%;/*右侧百分比*/ padding:0 5%; display:flex;justify-content:center;flex-direction:column}
.list_products:hover .position {}

.list_products .font_number{ position:absolute; font-size:70px; text-transform:uppercase; left:10%; opacity:0;transition:0.5s} 
.list_products:hover .font_number {opacity:0.05;}

.list_products .font_01{ display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;transition:0.5s}
.list_products:hover .font_01 {}

.list_products .font_02{opacity:1; display:block;transition:0.5s}
.list_products:hover .font_02 {}

.list_products .font_03 { display:block;margin-top:20px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:8;overflow:hidden}
.list_products:hover .font_03 {}

.list_products .svg{display:block; position:absolute; left:50%;top:50%; width:60px;margin-left:-30px; margin-top:-30px;opacity:0;transition:0.5s} 
.list_products:hover .svg{opacity:1;}

.list_products .botton {color:#ccc;width:130px;margin-top:20px; border:1px #eee solid; text-align:center;line-height:50px;transition:0.2s}
.list_products:hover .botton{color:#eee; padding-left:-10px} 
.list_products .botton:after {background:# ;width:100%;height:50px;margin-top:-50px; display: block; content: ""; transition:0.2s}/*选择器*/
.list_products:hover .botton:after {background:#243877; width:100%} 



/*案例列表product_css */ 
.list_project{ float:left;width:48%;margin-right:4%;border-right:0px solid #f1f1f1; border-bottom:0px  solid #f1f1f1;margin-bottom:3%}
.list_project:nth-of-type(2n) {margin-right:0px;border-right:0px}

.list_project .box{ background:#FFF; position:relative;border:1px solid #eee;border-radius:0px; padding-top:0px; display:block;overflow:hidden;}
.list_project:hover .box{}

.list_project .box img{background:top;border-radius:0px;background-size:100%;width:100%; margin:0 auto; display:block;transition:3.0s}
.list_project:hover .box img{background:bottom ;background-size:cover;transform:scale(1.0)}

.list_project .color{position:absolute;background:#;opacity:1;width:100%; height:100%; top:0;transition:0.2s} 
.list_project:hover .color{opacity:0} 

.list_project .biankuang{position:absolute;width:100%;height:100%;top:0;border:#2438770px solid;transition:0.2s;z-index:1}
.list_project:hover .biankuang{border:#243877 0px solid;width:100%;height:100%; margin:0%; top:0;}

.list_project .position{position:relative; background:#fff;top:0; width:100%;padding:5% 0%;  display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.2s; }
.list_project:hover .position{color:#333;opacity:1;}

.list_project .font_01{text-align:center; display:block; line-height:1.5;opacity:1;transition:0.5s;} 
.list_project:hover .font_01{opacity:1;}  

.list_project .font_03{text-align:center; display:block}

.list_project .font_06{text-transform:uppercase; text-align:center;opacity:0.5;display:block;max-width:300px;transition:0.5s;} 
.list_project:hover .font_06{opacity:0.5;}

.list_project .font_line{background:#eee; display:none;width:100%;height:1px; margin:10px 0;opacity:0.5;transition:0.2s} 
.list_project:hover .font_line{background:#eee;width:100%}

.list_project .botton{ display:none; background:; color:#243877;border:#243877 1px solid; border-radius:0px;margin:10px auto; text-align:center; padding:10px 20px;  width:100px;opacity:0.8;transition:0.5s;} 
.list_project:hover .botton {background:#243877;color:#FFF; color:#fff;transform:scale(1);opacity:1;}  

.list_project .svg{ display:none; width:15%; margin:10px 0;transition:0.5s;opacity:0.5;} 
.list_project:hover .svg {opacity:1;}  


/*历史列表history_css*/
.list_history{ background:#eee;float:left;width:37%; margin:0px 0% 0 0;transition:0.5s}
.list_history:hover { background:#FFF}
.list_history:nth-of-type(1n) {margin-right:0px}

.list_history:nth-of-type(odd){border:1px solid #eee;text-align:right;margin-right:55%; padding:4%;}/*奇数行 */
.list_history:nth-of-type(even){border:1px solid #eee;margin-left:55%;padding:4%}/*偶数行 */

.list_history:nth-of-type(odd) .arrow{position:absolute;left:46.1%;border:10px solid;border-left-color:#eee;border-right-color: transparent;border-top-color: transparent;border-bottom-color: transparent; z-index:1}
.list_history:nth-of-type(even) .arrow{position:absolute;right:46%;border:10px solid;border-right-color:#eee;border-left-color: transparent;border-top-color: transparent;border-bottom-color: transparent; z-index:1}

.list_history .round{display:block; position:absolute;background:#eee; border:10px solid #FFF;border-radius:100px; width:15px; height:15px;left:50%; margin-left:-17.5px; margin-top:-0.3%;}

.list_history .box{overflow:hidden}

.list_history .box img{ display:none;background-size:cover;width:50%;transition:0.2s}
.list_history:hover .box img{transform:scale(1.2)}



/*首页数字list_index_count*/ 
.list_index_count{ float:left;width:24.9%;margin-right:0%;border-right:1px solid rgba(0,0,0,0.1);}
.list_index_count:nth-of-type(4n) {border-right:0px solid #333;}

.list_index_count .box{position:relative;display:block;  border-radius:0px; overflow:hidden; cursor:;transition:0.5s}
.list_index_count:hover .box{}

.list_index_count .box img{background-size:cover;opacity:0;width: 100%;transition:0.5s}
.list_index_count:hover .box img{transform:scale(1.2);opacity:0;}

.list_index_count .color{position:absolute;opacity:0;width:100%; height:100%; top:0; border:1000px; transition:0.5s} 
.list_index_count:hover .color{background:rgba(0, 0, 0, 0);transform:scale(1.0) rotatez(0deg);bottom:0px;opacity:0;} 
.list_index_count .position{position:absolute;top:0; width:100%;padding:0 0%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;transition:0.5s;opacity:0.8;}
.list_index_count:hover .position{color:#000;opacity:1;}
.list_index_count .font_01{color:#333;font-size:40px; line-height:1.2;transition:0.5s} 
.list_index_count:hover .font_01{color:#243877;opacity:1;}  
.list_index_count .font_01 sup{font-size:12px;} 

.list_index_count .font_03{text-align:center;display:block; max-width:250px; margin:10px auto; opacity:1; transition:0.5s} 
.list_index_count:hover .font_03{display:block; opacity:1; }


/*首页服务体系豆腐块_css */ 
.list_index_service{float:left;width:100%;margin-right:0%;margin-bottom:0%}
.list_index_service:nth-of-type(2n) {margin-right:0px}

.list_index_service .box{position:relative; display:block;overflow:hidden;border:10px solid rgba(255,255,255,0.1);transition:0.2s}
.list_index_service:hover .box{border:10px solid #FFF;}

.list_index_service .box img{background-size:cover;width:100%;transition:0.2s}
.list_index_service:hover .box img{transform:scale(1.0)}

.list_index_service .color{position:absolute;background:rgba(0, 0, 0, 0.3);width:100%; height:100%; top:0; overflow:hidden} 
.list_index_service:hover .color{background:#1D2E64;opacity:0} 

.list_index_service .biankuang{position:absolute;width:100%;height:100%;top:0;border:0px solid #fff; transition:0.2s;z-index:1}
.list_index_service:hover .biankuang{border:#1D2E64px solid;width:100%;height:100%; margin:0%; top:0;}

.list_index_service .position{position:relative;background:#fff;top:0; width:100%; padding:8% 0%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.2s; }
.list_index_service:hover .position{ background:#1D2E64;color:#fff;opacity:1}

.list_index_service .font_01{line-height:30px; text-align:center; opacity:1;transition:0.2s;} 
.list_index_service:hover .font_01{color:#fff; opacity:1;}  

.list_index_service .font_line{background:#666;width:20px;height:1px;margin:10px 0; border-radius:10px;opacity:0.5;transition:0.2s} 
.list_index_service:hover .font_line{background:#eee;width:120px}

.list_index_service .font_02{ max-width:400px; text-align:center;opacity:0.8;} 
.list_index_service:hover .font_02{opacity:0.5;}

.list_index_service .font_03{display:block;text-align:center;max-width:300px; margin:20px auto; display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;word-break: break-all;overflow: hidden;transition:0.5s;} 
.list_index_service:hover .font_03{opacity:1;} 

/*首页list_index_about*/ 
.list_index_about{float:left;width:100%;margin-right:0%;border-left:0px  solid #333; margin-bottom:0px}
.list_index_about:nth-of-type(1n) {margin-right:0px;border-right:0px  solid #333}

.list_index_about .box{position:relative;display:block; border-right:0px solid #eee; border-radius:0px; overflow:hidden;}
.list_index_about:hover .box{}

.list_index_about .box img{ display:none; background:no-repeat;background-size:cover; background:right;opacity:1;width: 100%; background-size:100%;filter: grayscale(0%); transition:0.2s}
.list_index_about:hover .box img{transform:scale(1.0) translate(0px,-0px);opacity:1;}

.list_index_about .color{position:absolute;opacity:0.9;width:100%; height:100%; top:0; transition:0.2s} 
.list_index_about:hover .color{bottom:0px; border-radius:0px; opacity:0.9;} 

.list_index_about .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 0px solid; opacity:0;transition:0.2s;z-index:1}
.list_index_about:hover .biankuang{width:93.5%;height:91%; margin:3% 3%; top:0; opacity:0.2;}

.list_index_about .position{position:relative; top:0; width:80%; padding:60px 10%;  display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.5s}
.list_index_about:hover .position{opacity:1;}

.list_index_about .font_01{ text-transform:uppercase;text-align:center; line-height:1.5} 
.list_index_about:hover .font_01{}  

.list_index_about .font_02{ display:none;text-transform:uppercase; text-align:center;transition:0.5s} 
.list_index_about:hover .font_02{opacity:1;} 

.list_index_about .font_03{display:block;/*宽度*/ margin:20px 0;max-width:800px; text-align:center;  opacity:0.9;transition:0.2s;} 
.list_index_about:hover .font_03{} 

.list_index_about .font_05{ text-transform:uppercase;border:#eee 1px solid; padding:0 20px; width:150px;height:50px; margin:0px 0;display:none;;justify-content:center;align-items:center;flex-direction:column; border-radius:0px;transition:0.1s;opacity:1} 
.list_index_about:hover .font_05 {opacity:1;color:#fff; background:#333;border:#333 1px solid;}  

/*首页产品列表11开始 */ 
.list_class{float:left;width:100%; margin:0 0% 0px 0;border-left:0px  solid #333; }
.list_class:nth-of-type(4n) {margin-right:0px;border-right:0px  solid #333}

.list_class .box{position:relative;background:#eee;display:block; border-right:0px solid #eee; border-radius:0px; overflow:hidden;}
.list_class:hover .box{}

.list_class .box img{ background:top; background-size:cover;opacity:1;width: 100%;transition:0.5s}
.list_class:hover .box img{background-size:cover;transform:scale(1.0)rotatex(0deg) translate(0px,0px);opacity:1;}

.list_class .color{position:absolute;background:#000;width:100%; height:100%; top:0;  opacity:0.4;transition:0.5s} 
.list_class:hover .color{background:#243877;transform:scale(1.0) rotatey(0deg);bottom:0px;height:100%; border-radius:0px; opacity:0;} 

.list_class .biankuang{background:#000;position:absolute;width:100%;height:100%;top:0;border-top:#000 0px solid;border-bottom:#000 0px solid; opacity:0;transition:0.1s;z-index:1}
.list_class:hover .biankuang{width:100%;height:100%; margin:0% 0%; top:0; opacity:0;}


.list_class .position{position:absolute;top:0; width:100%; height:100%;color:#fff;padding-left:0%;padding-top:0%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;transition:0.5s;opacity:1 }
.list_class:hover .position{opacity:1}

.list_class .font_number{ display:none; margin:10px 0;transition:0.5s} 
.list_class:hover .font_number{opacity:1;}

.list_class .font_01{ font-size:28px; text-align:left;  display:block; max-width:300px;/*宽度*/transition:0.5s} 
.list_class:hover .font_01{ color:#fff;opacity:1;}

.list_class .font_02{text-align:center;text-transform:uppercase; margin:10px 0; line-height:1.2;max-width:150px;/*宽度*/opacity:0.5;transition:0.5s} 
.list_class:hover .font_02{opacity:1;}  


.list_class .font_line{ background:#fff;width:10px; height:1px;margin:10px 0; display:block;opacity:0.3;transition:0.5s;} 
.list_class:hover .font_line{width:60%; height:1px; }

.list_class .font_03{ text-align:center;display:block; max-width:60%; margin:20px auto; opacity:0.5; transition:0.5s} 
.list_class:hover .font_03{opacity:1;} 

.list_class .font_05{ position:absolute; bottom:0; right:0;color:#fff;background:#fff;width:75px; height:75px;margin:0px auto; opacity:0; border-radius:0px;display:flex;justify-content:center;align-items:center;transition:0.5s;} 
.list_class:hover .font_05 {opacity:0;}  


/*资质荣誉开始 */ 
.list_honor{float:left;width:23.5%; margin:0 2% 2% 0}
.list_honor:nth-of-type(4n) {margin-right:0px;}

.list_honor .box{ background: #fff;position:relative;display:block; border:1px #eee solid; padding:20px 0 0 0; transition:0.5s}
.list_honor:hover .box{background:#}

.list_honor .box img{background:#eee no-repeat center; background-size:cover;width:100%;display:block; margin:20px auto;transition:0.5s}
.list_honor:hover .box img{background:#eee no-repeat center; background-size:100%;  border:0px solid rgba(255,255,255, 0.1)}

.list_honor .color{position:absolute;background:rgba(0,0,0,0);width:100%; height:100%;bottom:0;transition:0.5s} 
.list_honor:hover .color{background:rgba(0,0,0,0);transform:scale(1.0);height:100%;bottom:0; border-radius:0px; } 

.list_honor .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 1px solid; opacity:0;transition:0.5s}
.list_honor:hover .biankuang{width:93.5%;height:91%; margin:3% 3%; top:0; opacity:0;}

.list_honor .position{background:#fff;position:relative; bottom:0; width:70%; padding:40px 15%; height:20px; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:2;opacity:1}
.list_honor:hover .position{ background:#243877;color:#FFF;opacity:1; transform:translate(0px,-0px)}

.list_honor .font_01{text-align:center; line-height:1.5} 
.list_honor:hover .font_01{ color:#FFF}  

.list_honor .font_02{transition:0.5s;} 
.list_honor:hover .font_02{ color:#FFF}

.list_honor .font_line{ background:#999;width:20%; height:1px; margin:10px 0;opacity:0.2;transition:0.5s;} 
.list_honor:hover .font_line{background:eee;width:100%; }

.list_honor .font_03{ display:block; text-align:center;transition:0.5s;} 
.list_honor:hover .font_03{opacity:0.5;} 

.list_honor .font_05{ display:block; margin:20px 0; text-align:center; opacity:0.5;transition:0.5s;} 
.list_honor:hover .font_05{} 


/*首页视频 */ 
.list_demo20{float:left;width:100%; margin:0px 2% 0 0}
.list_demo20:nth-of-type(1n) {margin-right:0px}

.list_demo20 .box {background:#fff; position:relative;display:flex;justify-content:space-between;overflow:hidden;/*flex-direction:row-reverse;反向 */}
.list_demo20 .box:hover {}

.list_demo20 .color{position:absolute;width:100%; height:100%;top:0;overflow:hidden;transition:0.5s} /*颜色*/
.list_demo20:hover .color{opacity:0} 

.list_demo20 .picposition {background:#fff url(../images/video_back.jpg) no-repeat center; position:relative;width:40%;/*左侧百分比*/ overflow:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}

.list_demo20 .font_001{font-size:24px; width:100%;}
.list_demo20 .font_002{font-size:14px; opacity:1; display:block;opacity:0.5}

.list_demo20 .picposition img {background-size:cover;width:100%;opacity:1}
.list_demo20 a:hover .picposition img {}

.list_demo20 .position {background:#243877 url(../images/employ.jpg) no-repeat bottom 0 right 10%; color:#fff;position:relative;width:50%;/*右侧百分比*/padding:40px 5%;/*留白*/display:flex;justify-content:center;flex-direction:column}
.list_demo20:hover .position {}

.list_demo20 .font_01{font-size:14px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:0.5s;opacity:0.5}
.list_demo20:hover .font_01 {}

.list_demo20 .font_02{ font-size:22px;opacity:1; display:block;transition:0.5s}
.list_demo20:hover .font_02 {}

.list_demo20 .font_03 {opacity:0.5; }
.list_demo20:hover .font_03 {}

.list_demo20 .botton { width:130px;margin-top:10px; border:1px rgba(255,255,255,0.2) solid;  border-radius:100px;text-align:center;line-height:30px;transition:0.2s}
.list_demo20:hover .botton{ background:#FFF;color:#243877;} 




@media all and (min-width:1024px) 
{.header{background:rgba(0,0,0,0.1);width:84%; height:100px;padding:0 8%;position:fixed;display:flex;justify-content:space-between;align-items:center;transition:0.2s ease; border-bottom:1px solid rgba(51,51,51,0.1); box-shadow:0px 0px 0px #999; border-radius: 0px;z-index:1000;}
.header.mini {background:#243877;height:80px; border-bottom:1px solid rgba(51,51,51,0.1);box-shadow:0px 0px 0px #ccc}
.header.mini .box_top_left img{opacity:1; /*filter: brightness(1.2) sepia(1) hue-rotate(330deg) saturate(20)*/}
.header.mini .menu >a{line-height:80px }
.header.mini .menu a:hover span {line-height:80px}
.header.mini .menu:hover .erji {top:80px;}


.mheader {display:none}
}
@media all and (max-width:1024px) 
{
body {font-size:12px;/*适合手机的行高*/ line-height:1.5}
.header {display:none;}
.mheader {background:#243877;width:100%;height:80px;position:fixed;display:flex;justify-content:space-between;align-items:center;z-index:1000;border-bottom:0px solid #f1f1f1; box-shadow:0px 0px 0px #eee; border-radius: 0 0 0px 0px;transition:0.5s;}
.mheader.mini {background:rgba(0,0,0,0.9)}

@font-face{font-family: myFirstFont;src: url('../font/方正兰亭中黑简体.TTF'); /* 字体样式 */}

h1{font-size:18px; font-weight:bold}/* 列表标题 */
h2{font-size:10px;}/* 副标题 */
h3{font-size:12px;}/* 列表摘要 */
h4{font-size:20px;max-width:100%; margin:0 auto}/* 内容大标题 */
h5{}/* 文章内容 */
h6{}/* 时间/数字 */
hr{margin:10px 0}

/*链接_css*/	
#menup .select{background:#fff; color:#243877}/*栏目高亮*/
.left_menu {background:;  font-size:12px;display:block; width: auto;padding:12px 15px;margin:5px 2px 0px 2px; text-align:center; line-height:1.2; border:0px solid rgba(51,51,51,0.05);}
.left_menu:hover {border:0px;}
#navi ul li.h1 a{border:0px}

/*主体box_css*/	
.box_top{padding:0 4%;width:92%}
.box_top_left{width:180px}
.box_top_left img{width:25%}
.box_top_left a:link{font-size:18px;}
.box_top_left a:visited{}
.box_top_left .kouhao{font-size:9px;letter-spacing:0px;opacity:1;}

.box_main{padding:10% 0}
.box_main_padding{ padding:0% 4%; margin:0 0%; border-radius:0px;overflow:hidden}
.box_banner img{ background:right; padding-top:30px; width:200%; background-size:100%; margin-left:-60%; }

.box_column_back{padding:10% 0}
.box_column{padding:0% 8%;}
.box_erji{/*display:block*/ background:#;display:flex; flex-wrap: wrap; padding:0 0%; padding-top:0px}

.box_shouji{padding-top:0px}

.box_view_rangwei{padding-top:100px}
.box_view{width:92%; padding:0;border:1px solid rgba(255,255,255,0.2); }
.box_view_top{flex-wrap: wrap;display:flex;padding:10% 2% 1% 2%}
.box_view_content img{width:100%; }

.box_page{padding:10% 2% 10% 2%}

.box_next .font{color:#999;width:100%; padding:30px 0px}

.box_foot_back{padding-top:0px  }
.box_foot{display:none;padding:0% 0}
.box_foot_list{width:100%}
.box_copyright{ text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}

/*字体_css*/	

.font_banner_ch{}
.font_banner_en{}

.font_column_ch{font-size:20px;font-weight:bold;line-height:1}
.font_column_en{font-size:10px; line-height:1 }


.font_copyright{display:block;}

/*以下是各种列表，重点部分*/

/*针对一列布局one_css*/
.list_one {text-align:left;}
.list_one h1 {margin-top:20px; }
.list_one h2 {}
.list_one .new_content{ display:block; margin:0px;}

.list_one .left img{width:90%; display:block; border:1px #eee solid; padding:5%; height:150px; background:no-repeat center; background-size:cover}

/*针对两列布局two_css*/
.list_two {flex-wrap:wrap}
.list_two .left {width:100%}
.list_two .right {width:100%;padding-top:5%}
.list_two .right h1 {}
.list_two .right h2 {}



/*图文混排两列列表_css*/
.list_text2{-webkit-column-count:1}

/*图文混排三列列表_css*/
.list_text3{-webkit-column-count:1; padding:5% 0; flex-wrap: wrap}
.list_text3 .text{ display:block; margin:5% 0}


/*新闻列表list_history*/
.list_news{width:100%; margin-right:0%;margin-bottom:2%;/*百分比间隙2018.03.15*/}
.list_news:nth-of-type(1n) {margin-right:0px;}

/*服务范围 list_service*/	
.list_service{width:100%; margin-bottom:0px;/*百分比间隙2018.03.15*/}
.list_service .svg{ height:40px} 
.list_service:nth-of-type(1n) {margin-right:0px;}
.list_service .box img{ width:280%; margin-left:-90%;/*图片放大，同时要向左平均*/}


/*作品列表products_css */
.list_products{width:100%; margin-bottom:0px;/*百分比间隙2018.03.15*/}
.list_products:nth-of-type(1n) {margin-right:0px;}
.list_products .box {flex-wrap: wrap;}/*流动命令*/
.list_products .picposition {width:100%;/*流动上侧百分比*/}
.list_products .position {width:100%;/*流动下侧百分比*/padding:10%}

/*案例列表project_css */
.list_project{width:100%; margin-right:0%; margin-bottom:5%;border-bottom:0px  solid #eee; /*百分比间隙2018.03.15*/}
.list_project:nth-of-type(1n) {margin-right:0;}
.list_project .position{}
.list_project .font_01{text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}


/*常识列表skill_css */
.list_skill{width:100%; margin-right:0%;margin-bottom:20px;/*百分比间隙2018.03.15*/}
.list_skill:nth-of-type(1n) {margin-right:0px;}
.list_skill .font_03{text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}


/*视频列表video_css */ 
.list_video{width:100%; margin-right:0%;margin-bottom:2%;/*百分比间隙2018.03.15*/}
.list_video:nth-of-type(1n) {margin-right:0px;}
.list_video .font_03{width:100%; }


/*首页数字list_index_count*/ 
.list_index_count{ width:49.8%; margin-right:0%; }
.list_index_count:nth-of-type(2n) {margin-right:0px;border-right:0px}
.list_index_count .box img{width:200%}
.list_index_count .position{width:80%; padding:0 10%;} 
.list_index_count .font_01{ font-size:25px}
.list_index_count .font_01 sup{} 

/*首页服务类豆腐块_css */ 
.list_index_service{width:100%; padding:0% 0;margin-bottom:0px;border-right:0px/*距离相隔2%最佳*/ }
.list_index_service .box img{}
.list_service .font_line{ margin:10px 0;} 
.list_service .font_03{ margin:0px auto;} 

/*首页list_index_about*/	
.list_index_about{width:100%; padding:50px 0}
.list_index_about:nth-of-type(1n) {margin-right:0px}
.list_index_about .position{ width:90%; padding:0px 5%}
.list_index_about .font_01{  } 
.list_index_about .font_03{text-align:center;display:block; padding:0 8%;} 
.list_index_about .font_04{max-width:100%; }

/*首页list_class*/	
.list_class{width:100%; margin-bottom:20px;/*百分比间隙2018.03.15*/}
.list_class:nth-of-type(1n) {margin-right:0px;}	
.list_class .font_01{font-size:20px; }
.list_class .font_02{font-size:8px;}  


/*资质荣誉 */ 
.list_honor{width:100%; margin-bottom:20px /*百分比间隙2018.03.15*/}
.list_honor:nth-of-type(1n) {}	


/*首页视频 */ 
.list_demo20{width:100%; margin-bottom:0px;/*百分比间隙2018.03.15*/}
.list_demo20:nth-of-type(1n) {margin-right:0px;}
.list_demo20 .box {flex-wrap: wrap;}/*流动命令*/
.list_demo20 .picposition {width:100%;/*流动上侧百分比*/ padding:40px 0}
.list_demo20 .position {width:100%;/*流动下侧百分比*/padding:10% 10%}
.list_demo20 .position {background:#243877 url(../images/employ.jpg) no-repeat bottom 0  left 100%; background-size:60%}
.list_demo20 .font_001{font-size:20px; width:100%;}
.list_demo20 .font_002{font-size:10px; opacity:1; display:block;opacity:0.5}
	}