/*主题色值  蓝 色#E9184A,  咖色   #E9184A   浅 __ 支持批量替换色彩*/
body{color:#666;background:#F8F7F6 url(../images/bg_back.gif);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/GOTHAMRND-BOOK.OTF'); /* 字体样式 */}
@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 14px/1 FontAwesome;transform: translate(0, 0);} /* 字体箭头样式 */
.menuarrow:before {content:"\f107"; transform: translate(0, 0);opacity:0.8;}

/*字体大小，行高属性_css*/ 
h1{font-size:16px;line-height:3;font-weight:normal;margin:0;text-transform:uppercase; }/* 列表标题 */
h2{font-size:12px;color:#999;text-transform:uppercase;font-weight:normal; margin:0;}/* 副标题 */
h2:first-letter{}/*选择每个 <h2> 元素的首字母，并为其设置样式 */
h3{font-size:14px;line-height:1.7; font-weight:normal; margin:0; opacity:0.7;}/* 列表摘要 */
h4{font-size:25px; line-height:1.2;font-weight:lighter; max-width:820px; margin:0; text-transform:uppercase; opacity:1}/* 内容大标题 */
h5{font-size:14px;font-weight:normal;margin:0;}/* 文章内容 */
h6{font-size:14px; color:#999;font-weight:normal; margin:0; text-transform:uppercase; opacity:0.8}/* 时间/数字 */
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:#666;text-decoration:none}
a:visited {color:#666}

/*主菜单链接_css*/
.menu_important {width:100%;position:relative;display:flex;justify-content:space-between;align-items:center;}/* 菜单平均分 */

.menu {background:#; 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.3s}
.menu:hover {border:0px solid rgba(0,0,0,0.0)}
.menu:last-child{margin-right:0px;}

.menu >a{font-size:14px; font-weight:bold;position: relative;padding:0px 20px; height:auto;/* 高度自适应 */ line-height:100px;display: block;overflow:hidden;border-radius:0px; text-align:center;transition:0.5s}
.menu a:hover span {transform:translate3d(0, -100%, 0);}

.menu a .menuarrow{position:absolute; top:40%;right:15px;}/*有二级菜单显示箭头*/  
.menu span {position:relative;text-transform:uppercase;display: block;transition:0.5s}
.menu span:before{color:#E9184A;content:attr(data-title);left:0px;right:0px;top:0px;bottom:0px;position:absolute;top:100%;transition:0.5s}/*经过菜单滚动文字'字母*/

.menu .erji {position:fixed;opacity:0;top:100px; left:0; width:90%; padding:5%; text-align:center;overflow:hidden;background:rgba(255,255,255, 1);visibility:hidden;display:flex;justify-content:space-between;align-items:center;z-index:-99; transition:0.2s;}/*二级菜单盒子*/ 
.menu .erji li img {width:55px; display:block; margin:0 auto}
.menu:hover .erji {padding-top:6%;top:100px;visibility:inherit;opacity:1;background:#eee;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);z-index:-99}

.menu .erji li a {background:#E9184A;color:#fff;padding:50px;line-height:40px; border:0px solid #F8F8F8; display:block;box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.01); transition:0.2s}
.menu .erji li a:hover {background:#333;color:#CCAD79;border:0px solid #E9184A;box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.01);}

#menu .select{background:rgba(0,0,0,0);color:#E9184A;}/*栏目高亮*/  
#menu:hover .select span{transform:translate3d(0, 0%, 0); }
#menu .selecterji{background:#EFEFF0; color:#666;border:1px solid rgba(206,176,126,0.2);}/*二级栏目高亮*/  
#menu_page {background:#E9184A;color:#fff;border-radius:0px; }
#menu_page:visited {background:#E9184A;color:#fff;}
#menu_danye {background:#E9184A;color:#fff;border-radius:0px; }/*单页高亮*/  
#menu_danye:visited {background:#E9184A;color:#fff;}


/*二级菜单链接_css*/
.left_menu { background:#fff; color:#999;border:1px solid rgba(0,0,0,0.05);display:block;margin:0px 2px 0px 2px;padding:12px 50px; border-radius:100px;text-transform:uppercase;overflow: hidden;transition:0.2s}
.left_menu:link {color:#999}
.left_menu:visited {color:#999}
.left_menu:hover {background:#E9184A;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:#E9184A; border:1px solid rgba(206,176,126,0.2);color:#fff}


/*more按钮链接_css*/
.more{color:#E9184A;background:#fff;display:block;border:#333 1px solid; line-height:55px; height:55px;overflow:hidden;width:100%;border-radius:100px;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:100px;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:#E9184A;color:#fff;border:1px solid rgba(255,255,255,0.1)}


/*分页链接_css*/
.page{background:#fff;padding:12px 17px;  border-radius:100px; border:1px solid rgba(0,0,0,0.1); color:#666; margin: 0 5px;transition:0.5s}
.page:link{}
.page:visited {} 
.page_ding{padding:12px 17px; border-radius:100px; border:1px solid rgba(0,0,0,0.1);color:#fff; margin: 0 5px; background:#E9184A}
.page:hover{background:#E9184A;  color:#fff;  border:1px solid rgba(0,0,0,0.1);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{display:block;width:20%}
.box_top_left img{width:70%; margin-right:5px;opacity:1;transition:0.5s}
.box_top_left .logo{display:flex;justify-content:left;align-items:center}
.box_top_left a:link{ color:#fff;font-size:25px; line-height:1.3; transition:0.2s}
.box_top_left a:visited{color:#fff;}
.box_top_left .en{font-size:33px;line-height:20px;letter-spacing:3px}
.box_top_left .kouhao{font-size:10px;text-transform:uppercase;letter-spacing:1px; display:block;opacity:0.6;transition:0.5s}

.box_top_right{width:80%}/*右侧宽度*/
.box_menu_position{width:100%;}/*挡板*/
.box_menu_class>li{float:left}

.box_index{overflow:hidden}

.box_main{overflow:hidden; padding:3% 0 3% 0}
.box_main_padding{  border:1px solid rgba(255,255,255,0.2);padding:0% 10%; margin:0 0%; border-radius:0px;overflow:hidden}
.box_main_nopadding{margin:0;  overflow:hidden}

.box_main_news{background:#fff url(../images/back_news.jpg) no-repeat top; 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}
.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:#F7F7F7; padding:3% 0 }
.box_column{ display:flex;justify-content:/*space-between*/center;align-items:center;flex-direction:column;padding:0% 8%; border-radius:0; margin-bottom:15px;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:0 0 2% 0;margin-top:-1px;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{padding-top:120px}
.box_view{border:1px solid rgba(255,255,255,0.2);padding:0% 5%;width:auto;margin:2% 10% 5% 10% ;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{line-height:30px;  margin:0 0}
.box_view_content p{ text-indent: 0em}
.box_view_content img{width:70%; margin:0% 0}

.box_faq{margin:0}
.box_faq_lie{margin:3% 0;display:flex;justify-content:space-between;align-items:top;}

.box_page{ background:#fff; 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:#E9184A}

.box_foot_back{ background:; padding-top:0px; }
.box_foot{ background:#333;color:#999; text-transform:uppercase;border:#FFF 0px solid;width:100%; padding:2% 0; margin-top:20px; border-radius: 0;overflow:auto;text-align:center}
	
/*字体样式_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;font-size:18px; font-weight:lighter; line-height:1.5;color:#fff;opacity:1}
.font_banner_en{display:none;color:#fff;letter-spacing:0px;  font-size:16px;line-height:1.2; text-transform:uppercase;opacity:0.8}

@keyframes fadeIn { 0% {font-size:0px; opacity: 0; margin-right:0px } 50% {} 100% {}/*动画控制*/}

.font_column_ch{font-size:16px;display:block;text-align:center; opacity:1;}
.font_column_line{display:block;border-bottom:#eee 0px solid; text-align:center; line-height:0; width:100%;transform: rotatez(0deg);}
.font_column_en{opacity:0.5;text-transform:uppercase;display:block; text-align:center;}
.font_column_position{display:none;color:#999}

.font_time{}
.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:#E9184A;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 {}
.list_one h1 {font-size:30px; text-align:center;font-weight:lighter;line-height:1.5}
.list_one h2 {text-align:center;  opacity:.5}
.list_one img{max-width:80%;display:block; margin:30px auto}

/*针对两列布局two_css*/
.list_two {display:flex;justify-content:space-between;align-items:top}
.list_two .left {width:45%}
.list_two .left img{width:100%}
.list_two .right {width:50%}
.list_two .right h1 {line-height:1.5}

/*图文混排两列列表_css*/
.list_text2{-webkit-column-count:2;-webkit-column-gap:20px;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:48%; margin:0px 4% 0 0;transition:0.5s}
.list_news:nth-of-type(2n) {margin-right:0px}

.list_news:nth-of-type(odd){}/*奇数行 */
.list_news:nth-of-type(even){}/*偶数行 */

.list_news:after {width:0%; height:0px; margin-bottom:-1px; display: block;content: ""; opacity:.5;transition:0.5s}/*after 选择器*/
.list_news:hover:after {width:100%;}

.list_news .box {position:relative;border-bottom:#eee 1px solid; padding-bottom:30px; margin-bottom:40px;display:flex;justify-content:space-between;overflow:hidden;transition:0.5s}
.list_news .box:hover {box-shadow:0px 0px 0px #ccc; border-bottom:#eee 1px solid; }

.list_news .color{position:absolute;background:#E9184A;width:100%; height:100%; top:0; opacity:0.0; overflow:hidden;transition:0.2s} /*颜色*/
.list_news:hover .color{border-radius:0px; top:0;opacity:0} 

.list_news .picposition {position:relative;width:35%; margin:15px 0;/*填充*/ border-radius:0px; overflow:hidden}
.list_news .picposition img { background-size:cover;width:100%; border-radius:0px; opacity:1;transition:0.2s}
.list_news a:hover .picposition img {transform:scale(1.2);/*html5变化移动命令*/opacity:1;}

.list_news .position {position:relative;width:60%;padding:0 0 0 0%;display:flex;justify-content:center;flex-direction:column;transition:0.5s}
.list_news:hover .position {transform:translate(0,0px)}

.list_news .font_01{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;transition:0.5s}
.list_news:hover .font_01 {color:#E9184A;transform:translate(0px,0px);}


.list_news .font_06{}
.list_news:hover .font_06 {color:#E9184A}

.list_news .pingjun{display:flex;justify-content:space-between;align-items:center;width:100%;padding:20px 0}

.list_news .botton {color:#ccc;display:block;line-height:15px;text-transform:lowercase; border-radius:100px; padding:10px 15px; border:1px solid #eee;transition:0.5s;}
.list_news:hover .botton { background:#E9184A;color:#fff;display:block;opacity:1;transform:translate(0px,0px);}


 /*服务范围_css */ 
.list_service{float:left;width:50%;}
.list_service:nth-of-type(2n) {margin-right:0}
.list_service .box{position:relative;border-right:1px solid #eee;border-bottom:1px solid #eee; overflow:hidden;transition:0.5s;}
.list_service .box:hover{background:#E9184A;border-right:1px solid #E9184A;border-bottom:1px solid #E9184A}
.list_service .box img{background:center  bottom -50px;background-size:0%;width: 0%;transition:1s; display:block}
.list_service:hover .box img{transform:scale(1.0); background:center  bottom 0 ;background-size:0%; opacity:0.1}
.list_service .color{background:#fff;position:absolute;width:100%;height:100%;top: 0; transition:0.5s} 
.list_service:hover .color{background:#E9184A;} 

.list_service .position{position:relative;top:0;width:80%; padding:20% 10%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1}
.list_service .font_01{} 
.list_service:hover .font_01{color:#fff}  
.list_service .font_02{ line-height:1.2;background:#E9184A;color:#fff;text-transform:uppercase;width:100px; height:100px;border:1px solid #E9184A;border-radius:500px;box-shadow: 0px 0px 0px #999; padding:15px; 
display:flex;justify-content:center;align-items:center;flex-direction:column; text-align:center; margin:15px 0;transition:0.5s} 
.list_service:hover .font_02{background:#fff;color:#E9184A;width:100px; height:100px; border:1px solid #fff;border-radius:500px;box-shadow: 0px 0px 0px #999} 
.list_service .font_03{ text-align:center;display:block} 
.list_service:hover .font_03{color:#fff} 


/*作品列表products_css */

.list_products{ float:left;width:31.33%;margin-right:3%;border-right:0px solid #f1f1f1; border-bottom:0px  solid #f1f1f1;margin-bottom:2%}
.list_products:nth-of-type(3n) {margin-right:0px;border-right:0px}

.list_products .box{position:relative; border:0px solid #eee; border-radius:0px; padding-top:0px; display:block;overflow:hidden;}
.list_products:hover .box{ background:#E9184A}

.list_products .box img{border-radius:0px;background-size:cover;width:100%; margin:0 auto; display:block;transition:0.2s}
.list_products:hover .box img{transform:scale(1.1)}

.list_products .color{position:absolute;background:#000;opacity:0;width:100%; height:100%; top:0;transition:0.2s} 
.list_products:hover .color{opacity:0.4} 

.list_products .biankuang{position:absolute;width:100%;height:100%;top:0;border:#E9184A0px solid;transition:0.2s;z-index:1}
.list_products:hover .biankuang{border:#E9184A 0px solid;width:100%;height:100%; margin:0%; top:0;}

.list_products .position{ background:#FFF;position:relative; top:0; width:80%;padding:10% 10%;  display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.5s; }
.list_products:hover .position{background:#E9184A;opacity:1;}

.list_products .font_01{text-align:center; display:block; line-height:1.5;opacity:1} 
.list_products:hover .font_01{opacity:1;color:#fff;}  

.list_products .font_03{text-align:center; display:block}
.list_products:hover  .font_03{color:#fff}

.list_products .font_06{text-transform:uppercase; text-align:center;opacity:0.5;display:block;max-width:300px;} 
.list_products:hover .font_06{opacity:0.5;color:#fff;}

.list_products .font_line{background:#eee; display:none;width:100%;height:1px; margin:10px 0;opacity:0.5} 
.list_products:hover .font_line{background:#eee;width:100%}

.list_products .botton{ display:none; background:#FFF; color:#E9184A;border:#E9184A 1px solid; border-radius:0px;margin:10px auto; text-align:center; padding:10px 20px;  width:100px;opacity:0.8} 
.list_products:hover .botton {background:#fff;border:#fff 1px solid;color:#E9184A; transform:scale(1);opacity:1}  

.list_products .svg{ display:none; width:15%; margin:10px 0;opacity:0.5;} 
.list_products:hover .svg {opacity:1;}  


/*案例列表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{position:relative; border:0px solid #eee; border-radius:0px; padding-top:0px; display:block;overflow:hidden;}
.list_project:hover .box{}

.list_project .box img{border-radius:0px;background-size:cover;width:100%; margin:0 auto; display:block;transition:0.2s}
.list_project:hover .box img{transform:scale(1.1)}

.list_project .color{position:absolute;background:#eee;opacity:0;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:#E9184A0px solid;transition:0.2s;z-index:1}
.list_project:hover .biankuang{border:#E9184A 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:#E9184A;border:#E9184A 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:#E9184A;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;}  


/*常识列表skill_css */
.list_skill{float:left;width:48%; margin:0px 4% 0 0;border-bottom:#1A1A1A 0px solid; transition:0.5s}
.list_skill:nth-of-type(2n) {margin-right:0px}

.list_skill:after {background:#E9184A;width:0%; height:1px; margin-bottom:-1px; display: block;content: ""; opacity:.5;transition:0.5s}/*after 选择器*/
.list_skill:hover:after {width:100%;}

.list_skill .box {position:relative;padding:0%;border-top:#eee 0px solid;border-bottom:#eee 1px solid; padding:0 0 3% 0; margin:3% 0 0 0;display:flex;justify-content:space-between;overflow:hidden;transition:0.5s; 
 /*flex-direction:row-reverse*//*倒叙*/}/*左右平均盒子*/
 
.list_skill .box:hover  {box-shadow:0px 0px 0px #ccc; border-bottom:#fff 1px solid; }

.list_skill .color{position:absolute;width:100%;top:0; opacity:.1; border-radius:0px;overflow:hidden;transition:0.5s} /*颜色*/
.list_skill:hover .color{height:100%; border-radius:0px; top:0;opacity:0.1} 

.list_skill .picposition {position:relative; display:none;width:0%;border-radius:0px; overflow:hidden}
.list_skill .picposition img {background:#eee; background-size:cover;width:100%;border-radius:0px; opacity:1;transition:0.2s}
.list_skill a:hover .picposition img {transform:scale(1.0);/*html5变化移动命令*/opacity:1;}

.list_skill .position {position:relative;width:100%;padding:0;display:flex;justify-content:center;flex-direction:column;transition:0.5s}
.list_skill:hover .position {transform:translate(0,0px)}

.list_skill .pingjun{display:flex;justify-content:space-between;align-items:center;width:100%; padding:20px 0}

.list_skill .font_01{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;transition:0.5s}
.list_skill:hover .font_01 {color:#E9184A;transform:translate(0px,0px);}

.list_skill .botton {color:#ccc;display:block;line-height:15px;text-transform:uppercase; border-radius:0px; padding:2px 5px;transition:0.5s;}
.list_skill:hover .botton {color:#E9184A;display:block;opacity:1;transform:translate(0px,0px);}


/*历史列表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}
.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}
.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:help;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{ color:#666;position:absolute; top:0; width:60%; padding:0 20%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1; }
.list_index_count:hover .position{opacity:1;}
.list_index_count .font_01{color:#E9184A;font-size:30px; line-height:1.2;transition:0.5s} 
.list_index_count:hover .font_01{color:#E9184A; opacity:1;}  
.list_index_count .font_01 sup{font-size:14px;} 

.list_index_count .font_03{text-align:center;display:block;opacity:1; transition:0.5s} 
.list_index_count:hover .font_03{display:block; opacity:1; }


/*首页服务体系豆腐块_css */ 
.list_index_service{ float:left;width:32%;margin-right:2%;border-left:0px solid #333; margin-bottom:0px}
.list_index_service:nth-of-type(3n) {margin-right:0;}

.list_index_service .box{position:relative; display:block;overflow:hidden;}
.list_index_service:hover .box{ border:0px solid #eee;}

.list_index_service .box img{background-size:cover;opacity:1;width: 100%;transition:0.2s}
.list_index_service:hover .box img{transform:scale(1.0)}

.list_index_service .color{position:absolute;background:#E9184A;opacity:0;width:100%; height:100%; top:0; transition:0.2s} 
.list_index_service:hover .color{background:#000;bottom:0px; opacity:0;} 

.list_index_service .biankuang{position:absolute;width:100%;height:100%;top:0; border-radius:0px;  transition:0.2s;z-index:1}
.list_index_service:hover .biankuang{ width:0%;height:0%; margin:50%; top:0;  border:0px solid #FFF; border-radius:1000px;opacity:0;}

.list_index_service .position{position:relative; background:#fff;top:0; width:100%;padding-top:0%; height:200px; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.2s}
.list_index_service:hover .position{opacity:1;padding-top:0%}

.list_index_service .font_01{opacity:1;line-height:1.5;transition:0.2s;} 
.list_index_service:hover .font_01{opacity:1}  

.list_index_service .font_02{line-height:1;opacity:0.5;text-transform:uppercase; text-align:center;max-width:250px; display:block; transition:0.2s} 
.list_index_service:hover .font_02{ color:#999;opacity:1}

.list_index_service .font_03{ text-align:center; padding:0 0%; margin-top:15px; display:block;-webkit-box-orient: vertical;-webkit-line-clamp:3;word-break: break-all;overflow: hidden;opacity:0.8;transition:0.2s} 
.list_index_service:hover .font_03{color:#999;opacity:1;} 

.list_index_service .font_line{background:#E9184A; display:block;width:20px;height:3px;display:block; margin:10px 0;opacity:1; transition:0.2s} 
.list_index_service:hover .font_line{width:100px}

.list_index_service .svg img{ display:none;width:50px;opacity:1;background:#;border-radius:1000px; padding:10px; margin:10px 0;transition:0.2s} 
.list_index_service:hover .svg img{ background:#E9184A; border-radius:1000px; opacity:1;}  

.list_index_service .botton{background:#E9184A;color:#fff; text-transform:uppercase; text-align:center;border-radius:100px;margin:10px 0;padding:10px 20px;width:100px;opacity:1;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);transition:0.2s;} 
.list_index_service:hover .botton {opacity:1;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01)}  


/*首页list_index_about*/ 
.list_index_about{float:left;width:50%;margin-right:0%;border-left:0px  solid #333; margin-bottom:0px}
.list_index_about:nth-of-type(2n) {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{ 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;background:#fff;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:absolute;top:0; width:80%; padding:10% 10%; height:80%; display:flex;justify-content:bottom;align-items:left;flex-direction:column;z-index:1;opacity:1;transition:0.5s}
.list_index_about:hover .position{opacity:1;padding-top:10%;}

.list_index_about .font_01{text-transform:uppercase;font-size:20px;line-height:1.5} 
.list_index_about:hover .font_01{}  

.list_index_about .font_02{text-transform:uppercase;opacity:0.6;transition:0.5s} 
.list_index_about:hover .font_02{opacity:1;} 

.list_index_about .font_04{display:block;/*宽度*/ margin:20px 0;max-width:500px;  opacity:0.9;transition:0.2s;} 
.list_index_about:hover .font_04{} 

.list_index_about .font_05{ background:#E9184A;color:#fff; text-transform:uppercase;border:#eee 0px solid; padding:10px 20px; width:100px; margin:30px 0;display:flex;justify-content:center;align-items:center;flex-direction:column; border-radius:50px;transition:0.1s;opacity:1} 
.list_index_about:hover .font_05 {}  


/*首页店面豆腐块_css */ 
.list_index_dianmian{ float:left;width:100%;margin-right:0%;border-left:0px solid #333; margin-bottom:0px}
.list_index_dianmian:nth-of-type(3n) {margin-right:0;}

.list_index_dianmian .box{position:relative; display:block;overflow:hidden;}
.list_index_dianmian:hover .box{ border:0px solid #eee;}

.list_index_dianmian .box img{background-size:cover;opacity:1;width: 100%;transition:0.2s}
.list_index_dianmian:hover .box img{transform:scale(1.0)}

.list_index_dianmian .color{position:absolute;background:#000;opacity:0.6;width:100%; height:100%; top:0; transition:0.2s} 
.list_index_dianmian:hover .color{background:#000;bottom:0px; opacity:0.8;} 

.list_index_dianmian .biankuang{position:absolute;width:100%;height:100%;top:0; border-radius:0px;  transition:0.2s;z-index:1}
.list_index_dianmian:hover .biankuang{ width:0%;height:0%; margin:50%; top:0;  border:0px solid #FFF; border-radius:1000px;opacity:0;}

.list_index_dianmian .position{position:absolute; top:0; width:100%;padding-top:0%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.2s}
.list_index_dianmian:hover .position{opacity:1;padding-top:0%}

.list_index_dianmian .font_01{ font-size:20px; color:#FFF; opacity:1;line-height:1.5;transition:0.2s;} 
.list_index_dianmian:hover .font_01{opacity:1}  

.list_index_dianmian .font_02{color:#FFF;font-size:14px; line-height:1.5;opacity:0.5;text-transform:uppercase; text-align:center;max-width:500px; display:block; transition:0.2s} 
.list_index_dianmian:hover .font_02{ color:#999;opacity:1}

.list_index_dianmian .font_line{background:#E9184A; display:block;width:100px;height:3px;display:block; margin:10px 0;opacity:1; transition:0.2s} 
.list_index_dianmian:hover .font_line{width:150px}

.list_index_dianmian .svg img{ display:none;width:70px;opacity:1;background:#;border-radius:1000px; padding:10px; margin:10px 0;transition:0.2s} 
.list_index_dianmian:hover .svg img{ background:#E9184A; border-radius:1000px; opacity:1;}  

.list_index_dianmian .botton{background:#E9184A;color:#fff; text-transform:uppercase; text-align:center;border-radius:100px;margin:40px 0;padding:10px 20px;width:100px;opacity:1;box-shadow: 0px 10px 20px rgba(0, 0, 0, 0);transition:0.2s;} 
.list_index_dianmian:hover .botton {opacity:1;text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.01)}  
 
@media all and (min-width:1024px) 
{.header{background:#fff;width:80%; height:100px;padding:0 10%;position: relative;display:flex;justify-content:space-between;align-items:center;transition:0.5s ease; border-bottom:1px solid rgba(51,51,51,0.1); box-shadow:0px 0px 0px #999; border-radius: 0px;z-index:10000000000000000000;}
.header.mini {background:#fff;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 .select{line-height:80px}/*定位栏目高亮*/  

.header.mini .box_top_left a:link{font-size:23px;  color:#fff}
.header.mini .box_top_left a:visited{color:#fff}

.mheader {display:none}
}
@media all and (max-width:1024px) 
{
body {font-size:14px;/*适合手机的行高*/}
.header {display:none;}
.mheader {background:#fff;width:100%;height:80px;position:fixed;display:flex;justify-content:space-between;align-items:center;z-index:10000;border-bottom:0px solid #f1f1f1; box-shadow:0px 0px 10px #eee; border-radius: 0 0 20px 20px;transition:0.5s;}
.mheader.mini {background:rgba(0,0,0,0.9)}

h1{font-size:16px; line-height:2; font-weight:normal;}/* 列表标题 */
h2{font-size:14px}/* 副标题 */
h3{font-size:14px; line-height:1.5}/* 列表摘要 */
h4{font-size:20px; line-height:30px; max-width:96%; margin:0 auto;}/* 内容大标题 */
h5{font-size:16px}/* 文章内容 */
h6{font-size:14px; line-height:24px}/* 时间/数字 */
hr{margin:10px 0}

/*链接_css*/	
#menup .select{background:#fff; color:#E9184A}/*栏目高亮*/
.left_menu {padding:20px 13px; border:0; text-align:center; line-height:1.2; border-bottom:1px solid rgba(51,51,51,0.05); margin-bottom:0px;margin:0}
.left_menu:hover {border:0px;border-bottom:1px solid rgba(51,51,51,0.05);}
#navi ul li.h1 a{border:0px}

/*主体box_css*/	
.box_top{padding:0 4%;width:92%}
.box_top_left{width:50%}
.box_top_left img{width:60%}
.box_top_left a:link{font-size:20px;line-height:1.2;}
.box_top_left a:visited{}
.box_top_left .kouhao{font-size:9px;letter-spacing:0px;opacity:0.5;}

.box_main{padding:10% 0}
.box_main_padding{ padding:6% 4%; margin:0 0%; border-radius:0px;overflow:hidden}

.box_banner img{ padding-top:0px; width:300%; background-size:100%; margin-left:-50%; }

.box_column{padding:8% 4%;}
.box_erji{display:block}

.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); margin:5% 4%}
.box_view_top{flex-wrap: wrap;display:flex;flex-direction:column;padding:4% 2% 1% 2%}
.box_view_content img{width:100%; }
.bow_view_content_news{-webkit-column-count:1;-webkit-column-gap:30px;column-fill:no;-webkit-column-rule:0px dotted #ccc}

.box_page{padding:10% 2% 10% 2%}

.box_next .font{color:#999;width:100%; padding:30px 0px}

.box_foot{padding:5% 0}

/*字体_css*/	

.font_banner_ch{font-size:20px;line-height:1.5;}
.font_banner_en{font-size:20px}

.font_column_ch{ font-size:16px; line-height:1.5}

.font_copyright{display:block;}

/*以下是各种列表，重点部分*/

/*针对一列布局one_css*/
.list_one {text-align:left;}
.list_one h1 { font-size:18px; line-height:1.5 }
.list_one h2 {}
.list_one img{max-width:100%;}

/*针对两列布局two_css*/
.list_two {flex-wrap:wrap}
.list_two .left {width:100%}
.list_two .right {width:100%;padding-top:5%}

/*图文混排两列列表_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{float:left;width:100%; margin:0px 0% 0% 0;transition:0.5s}
.list_news:nth-of-type(1n) {margin-right:0px}
.list_news:nth-of-type(odd){background:#fff; padding:}/*奇数行 */
.list_news:nth-of-type(even){background:#fff;}/*偶数行 */

.list_news .box { padding-bottom:20px; margin-bottom:20px;}
.list_news .color{opacity:0}
.list_news .picposition {width:40%; margin:10px 0;/*填充*/}
.list_news .position {width:53%;/*填充*/}
.list_news .font_03{text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}
.list_news .pingjun{ display:none;padding:5px 0}

/*服务范围 list_service*/	
.list_service{ background:#FFF;width:100%}
.list_service:nth-of-type(1n) {margin-right:0px}
.list_service .position{width:85%; padding:20% 7.5%;}
.list_service .font_03{text-align:left;display:block} 

/*作品列表products_css */
.list_products{width:100%; margin-right:0%; margin-bottom:5%;border-bottom:0px  solid #eee; /*百分比间隙2018.03.15*/}
.list_products:nth-of-type(1n) {margin-right:0;}
.list_products .position{}
.list_products .font_01{ font-size:16px;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}

/*案例列表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{ font-size:16px;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;}

/*首页数字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:250%}
.list_index_count .position{ width:80%; padding:0 10%;} 
.list_index_count .font_01{font-size:30px}
.list_index_count .font_01 sup{font-size:16px;} 

/*首页服务类豆腐块_css */ 
.list_index_service{width:100%; padding:0% 0;margin-bottom:0px;border-right:0px/*距离相隔2%最佳*/ }
.list_index_service .box img{}

/*首页list_index_about*/	
.list_index_about{width:100%}
.list_index_about:nth-of-type(1n) {margin-right:0px}
.list_index_about .font_03{ text-align:center;display:block; padding:0 8%;} 
}