body{color:#999;background:#212121 url(../images/bg.jpg);font-size:12px;margin:0px;font-family: myFirstFont,"微软雅黑";overflow-x:hidden;list-style-type:none;line-height:25px}
ul {margin:0;padding:0;list-style: none;}li {margin:0;padding:0; list-style: none;}P {margin-bottom: 0px}
@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/marcellussc.ttf'); /* 字体样式 */}
@font-face{font-family: myFirstFont-title;src: url('../font/本墨剪字0.ttf'); /* 字体样式 */}
h1{font-size:14px;color:#999; font-weight:normal; margin:0;text-transform:uppercase; }/* 单页/列表标题 */
h2{ font-size:12px;color:#666;font-style:inherit;text-transform:uppercase; font-weight:normal; margin:0;line-height:25px }/* 单页/列表副标题 */
h2:first-letter{text-transform:capitalize}/*选择每个 <h2> 元素的首字母，并为其设置样式 */
h3{ font-size:26px;color:#fff; font-weight:normal;margin:0;}/* 内容页/主标题 */
h4{font-style:inherit; font-weight:normal; margin:0; text-transform:uppercase; }/* 时间/数字 */
hr{height:1px;border:none;border-top: 1px solid #333; margin:40px 0}
p:first-letter{text-transform:capitalize}/*选择器每个 <p> 元素的首字母设置样式：*/

/*公用链接_css*/  
a:link{color:#999; text-decoration:none}
a:visited {color:#999}
/*a:hover{color:#1A1A1A;}*/

/*主菜单链接_css*/
.menu>li:first-child a{}/*第一child*/
.menu>li:last-child a{}/*最后child*/
.menu{color:; padding:35px 38px;display:block; overflow:hidden}
.menu:link{color:; transition:0.3s }
.menu:visited{color:#;}
.menu:hover{background:#;color:#126ACE; transform:translate(0px,-0px); border-bottom: 1px solid  transparent;border-color:transparent }

.menu span {}
.menu span:before {position: absolute;content: attr(data-title);transition:1.6s}
.menu:hover span {}

.menu:after {background:#fff;width:0px; height:0px; margin-top:2px;display: block; content: ""; transition:0.6s}/*after 选择器*/
.menu:hover:after {width:100%;}
.menu_erji:hover .menu{color:#fff}/*当前鼠标悬停颜色*/
.menu .en{}
.menu:hover .en{display:none}
.menu .ch{display:none}
.menu:hover .ch{display:block}
#navi01 .h2 a{background:#;color:#FFF;border-bottom:#126ACE 1px solid;display:block; opacity:1}
#navi01 .h2 a:after {width:100%}


/*二级菜单链接_css*/
.left_menu {border:#333 1px solid;display:block;margin:0px 10px 0px 0;padding:5px 30px; border-radius:0px;text-transform:uppercase;overflow: hidden;transition:0.5s}
.left_menu:link {}
.left_menu:visited {}
.left_menu:hover {background:linear-gradient(45deg, #126ACE 10%, #126ACE 10%, #126ACE 50%, #126ACE 100%);border:#126ACE 1px solid;color:#fff;border-radius:0px;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: #000;top:0;left:-45px;opacity: 0.5;-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:linear-gradient(45deg, #126ACE 10%, #126ACE 10%, #126ACE 50%, #126ACE 100%);color:#fff;}


.left_menu_index {background:#126ACE;color:#fff;border:1px solid #126ACE;border-radius:0px;}
.left_menu_index:link {color:#fff}
.left_menu_index:hover {background:#333;color:#fff;border:1px solid #ccc;}
.left_menu_index:visited {color:#fff}/*首页定位全部

/*more按钮链接_css*/
.button{font-size:12px;color:#666;display:block;border:#333 1px solid; line-height:36px; height:36px;overflow:hidden;width:120px;border-radius:0px;text-transform:uppercase;transition:0.5s;}
.button:link {padding:0px 0px;}
.button:visited {color:#999;} 
.button:hover{color:#fff; transform:translate(0,0px); z-index:1000 }
.button:after {background:#fff;width:0%;height:60px; margin-top:-60px; display: block; content: ""; transition:0.5s}/*after 选择器*/
.button:hover:after {background:#000;width:100%; font-size:20px;}

/*分页链接_css*/
.page{padding:12px 17px; border-radius:0px; border:#333 1px solid;color:#666; margin: 0 5px;transition:0.5s}
.page_ding{padding:12px 17px;border-radius:0px; border:#126ACE 1px solid;color:#fff; margin: 0 5px; background:#126ACE}
.page:hover{background:#126ACE; border:#126ACE 1px solid; color:#FFF;text-decoration: none;}

/*底部链接_css*/
.foot_link{}
.foot_link:link{ color:#999;}
.foot_link:visited {color:#999;}
.foot_link:hover{color:#fff}
.foot_link:active {color:#999}	

/*主体box_css*/	
.box_top{width:90%;opacity:1;display:flex;justify-content:space-between;align-items:center;}
.box_top_left{width:20%}
.box_top_left a:link{ display:block;font-size:25px; color:#FFF; }
.box_top_left a:visited{  color:#FFF}

.box_top_left img{width:75%;transition:0.5s;}
.box_top_right{width:80%}
.menu_position{float:right}/*主菜单位置*/
.menu_class>li{float:left}

.box_index{overflow:hidden}

.box_main{overflow:hidden; padding:5% 0 5% 0}
.box_main_padding{ padding:0 5%; overflow:hidden}
.box_main_nopadding{margin:0;  overflow:hidden}

.box_main_news{background: url(../images/back_news0.jpg) no-repeat bottom; background-size:100%; background-attachment:fixed}
.box_main_products{background: url(../images/back_products0.jpg) no-repeat  center; background-size:100%; background-attachment:fixed}

.box_banner{position:relative;background:#126ACE ;border-bottom-left-radius:0px;overflow:hidden;}
.box_banner img{  background:no-repeat; background-size:cover;width:100%; background-size:100%; background-attachment:fixed/*固定*/}
@keyframes left{0% {transform: translatex(-100px)}}
.box_banner_color{position:absolute;background:#000 url(../images/ppt_back.png); width:100%;height:100%;top:0;/*遮罩位置*/opacity:0.5}
.box_banner_text{color:#FFF;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{background:#252525;display:flex;justify-content:/*space-between*/center;align-items:center;flex-direction:column;padding:5% 8%;margin:0 auto; margin-top:-0px;border-top:0px solid #333;border-bottom:0px solid #333/*灰度酌情*/;box-shadow:0px 0px 0px #eee; z-index:999999}
.box_erji{ padding:10px 0 0 0; display:flex;justify-content:center;align-items:center;}

.box_more{border-radius:0px;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column}

.box_view_rangwei{padding-top:200px}
.box_view{width:80%; margin:0 auto}
.box_view_top{display:flex;justify-content:space-between; padding:0% 0 0 0}
.box_view_content{ font-size:14px; margin:0 0}
.box_view_content img{max-width: 80%; 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:#;margin:0;overflow:hidden;padding:4%;text-align: center;}

.box_next {display:flex;justify-content:space-between;align-items:center; padding:0% 0 8% 0}/*创建两列等宽布局*/
.box_next > span {width:30%;}
.box_next > span:first-child {display:flex; }
.box_next > span:last-child { display:flex; text-align:right}
.box_next .font_01{width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.box_next .font_02{border:#333 1px solid; text-transform:uppercase; display:flex;justify-content:center;align-items:center;padding:10px 30px;transition:0.2s}
.box_next .font_02:hover {background:#126ACE; border:#126ACE 1px solid;color:#FFF;}

.box_gotop{background:#fff url(../images/gotop_back0.jpg);display:none;justify-content:center;align-items:center; padding:2% 0;border-top:1px solid #eee;border-bottom:1px solid #eee;transition:0.5s}
.box_gotop:hover{background:#fff url(../images/gotop_back0.jpg);}
.box_gotop img{transform:scale(0.7) rotatey(0deg); display:block;transition:0.2s}
.box_gotop:hover img{transform:scale(0.7) rotatey(360deg); display:block; }

.box_foot{color:#999;font-size:12px; text-transform:uppercase; line-height:20px; background:#292929; border:#FFF 0px solid;width:100%; padding:2% 0;overflow:auto;text-align: center}
	
/*字体_css*/	
.font_banner_title{/*font-family: myFirstFont-title;*/display:none;font-size:30px; line-height:40px;letter-spacing:0px;margin-left:0px;text-transform:uppercase;opacity: 1.0;animation-name:fadeIn;animation-duration:0.5s}
.font_banner_line{display:none;letter-spacing:0px;text-align:center;text-transform:uppercase;padding:0% 0%;opacity: 0.8;}
.font_banner_ch{display:none;font-size:80px; line-height:90px;text-transform:uppercase;text-align:center;opacity: 1}
.font_banner_en{display:none;font-size:50px; line-height:70px;letter-spacing:0px;  border:0px #126ACE solid; margin:0% 0%; text-transform:uppercase;opacity:1;animation-name:fadeIn;animation-duration:0s}

@keyframes fadeIn { 0% {font-size:0px; opacity: 0; margin-right:0px } 50% {} 100% {}/*动画控制*/}

.font_column_ch{ color:#fff;font-size:22px;line-height:30px;display:block;text-align:center;  }
.font_column_line{display:block;border-bottom:#eee 0px solid; text-align:center; line-height:0; width:100%;transform: rotatez(0deg);}
.font_column_en{display:block;font-size:12px;color:#fff;opacity:0.2;text-transform:uppercase; text-align:center;}
.font_column_position{display:none; color:#999}

.font_nodata {color:#ccc; width:80px;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:#126ACE;color:#FFF;  }
.font_select_small{font-size:12px;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_zhibao{ color:#126ACE; text-decoration:underline}

.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:#ccc;font-size:12px;opacity:0.5;}

/*以下是各种列表，重点部分*/

/*针对一列布局one_css*/
.list_one {text-align:left;}
.list_one img{max-width:100%;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%}


/*图文混排两列列表_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:30%; margin:0 5% 0px 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:f1f1f1; width:100%; height:0px; margin-bottom:-0px; display: block;content: ""; transition:0.5s}/*after 选择器*/
.list_news:hover:after {width:0%;}

.list_news .box { position:relative; border-left:#eee 0px solid;padding: 40px 0%;display:flex;justify-content:space-between;transition:0.5s/*flex-direction:row-reverse*//*倒叙*/; }/*左右平均盒子*/
 .list_news .box:hover {  }
 
 
.list_news  img { position:absolute;background:no-repeat center; transform:scale(2.0);width:100%;opacity:0;transition:0.5s;}
.list_news a:hover  img { background:no-repeat center;transform:scale(2.0);/*html5变化移动命令*/opacity:0;}

.list_news .biankuang{border-bottom:#ccc 1px solid; width:25%;opacity:0.3; transform:translate(0px,0px);top:50%; margin:10px 0; transition:0.5s;}
.list_news:hover .biankuang{width:100%;border-bottom:#126ACE 1px solid;width:100%;opacity:1;transform:translate(0px,0px);z-index:10001}

.list_news  .color{position:absolute;background:rgba(255, 255, 255, 0);width:100%;top:0; opacity:1;transition:0.5s;} 
.list_news a:hover  .color{background:#;transform:scale(1.0) rotatez(0deg);padding-left:0px; width:200%; height:100%;bottom:0px;opacity:1; z-index:0} 

.list_news .picposition {background:#; width:0%; padding-left:0px; display:flex;justify-content:center;align-items:left;flex-direction:column;transition:0.5s; box-shadow:0px 0px 0px #666;}
.list_news:hover .picposition {transform:translate(0px,0px)  rotatey(0deg);line-height:50px;border-top:0px solid #f1f1f1;overflow:hidden;z-index:10000}


.list_news .position {background-size:10%; width:100%;/*右区域宽度*/ /*右文字填充*/
display:flex;justify-content:center;align-items:left;flex-direction:column;border-radius:1px;opacity:1; transform:translate(0px,0px);transition:0.5s}
.list_news:hover .position {}


.list_news .font_01{display:block;width:90%;text-overflow:ellipsis;white-space: nowrap;-webkit-line-clamp:3;overflow:hidden;transition:0.5s}
.list_news:hover .font_01 {color:#126ACE;transform:translate(0px,15px);}
.list_news .font_02 {padding:2% 0;width:100%;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;word-break: break-all;transition:0.5s;overflow: hidden;}
.list_news:hover .font_02 {opacity:0.6;transform:translate(0px,15px);}
.list_news .font_03 { font-size:20px; color:#999;z-index:1; transition:0.5s}
.list_news:hover .font_03 {color:#126ACE}
.list_news .font_04 {font-size:20px;color:#fff;color:#999; z-index:1;transition:0.5s}
.list_news:hover .font_04 { color:#126ACE }


/*产品与类产品列表product_css */ 
.list_products{float:left;width:32%;border-right:0px  solid #fff; border-top:0px  solid #eee;margin-bottom:30px ; margin-right:2%;}
.list_products:nth-of-type(3n) {margin-right:0px;border-right:0px  solid #333}
.list_products .box{ background:#126ACE; position:relative; overflow:hidden;transition:0.5s;}
.list_products:hover .box{}

.list_products .box img {width:100%;background:no-repeat center; background-size:100%; transform:scale(1) rotatey(0deg);opacity:1;transition:0.2s}
.list_products:hover .box img {transform:scale(1.1) rotatey(0deg);opacity:1;} 

.list_products .svg{position:absolute;background:url(../img/products0.svg) no-repeat center; background-size:15%;width:100%;height:100%;top:-50%;opacity:0;transition:0.2s;z-index:1;}
.list_products:hover .svg{position:absolute;background:url(../img/product0.svg) no-repeat center; background-size:15%;top:0;opacity:1;}

.list_products .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 0px solid; opacity:0;transition:0.2s;z-index:1}
.list_products:hover .biankuang{width:93%;height:96%; margin:4% 3%; top:0; opacity:0.5;}

.list_products .color{position:absolute;background:linear-gradient(to bottom, #000,#000);width:100%;height:100%; top:0; border-radius:0px;opacity:.0; transition:0.5s} /*颜色*/
.list_products:hover .color{background: linear-gradient(45deg, #000 20%, #126ACE 50%, #000 80%, #000 100%);width:100%;height:100%; border-radius:0px; top:0;opacity:0.5;} 

.list_products .position {position:relative/*决定了文本的位置*/;background:#151515 url(../img/products_arrow.svg) no-repeat center right 30px; background-size:0;width:80%; padding:8% 10%;top:0px;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;transition:0.5s;}
.list_products:hover .position{background: linear-gradient(45deg, #126ACE 10%, #126ACE 10%, #126ACE 50%, #126ACE 100%);transform:translate(0px,-px);/*html5移动命令*/}

.list_products .font_01{display:block;width:100%;text-overflow:ellipsis;white-space: nowrap;-webkit-line-clamp:3;overflow:hidden;transition:0.5s} 
.list_products:hover .font_01{color:#FFF; transform:translate(0,0px);} 
.list_products .font_02{display:block; width:0%;border-bottom:0px solid #fff;margin:5px 0;opacity:0.2; } 
.list_products:hover .font_02{width:10%;opacity:0.5;}
.list_products .font_03{ padding:2% 0;width:100%;display:none;-webkit-box-orient: vertical;-webkit-line-clamp:2;word-break: break-all;overflow: hidden;} 
.list_products:hover .font_03{color:#FFF;opacity:0.5;transform:translate(0,0px);} 


/*常识列表skill_css */
.list_skill{background:#; float:left;width:33.2%; margin-right:1px; margin-bottom:1px;}
.list_skill:nth-of-type(3n) {margin-right:0px;}
.list_skill .box{ position:relative;overflow:hidden; transition:0.5s;}
.list_skill:hover .box{box-shadow:0px 0px 0px #ccc}

.list_skill .box img {width:100%;background:no-repeat center; background-size:100%; transform:scale(1) rotatey(0deg);opacity:1;transition:0.2s}
.list_skill:hover .box img {transform:scale(1.1) rotatey(0deg);opacity:1;} 

.list_skill .svg{position:absolute;background:url(../img/skill.svg) no-repeat center; background-size:10%;width:100%;height:100%;top:30%;opacity:0;transition:0.5s;z-index:1;}
.list_skill:hover .svg{position:absolute;background:url(../img/skill.svg) no-repeat center; background-size:10%;top:25%;opacity:1;}

.list_skill .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 0px solid; opacity:0;transition:0.2s;z-index:1}
.list_skill:hover .biankuang{width:93%;height:92.5%; margin:4% 3%; top:0; opacity:0.5;}

.list_skill .color{position:absolute;background:linear-gradient(to bottom, #000,#000);width:100%;height:100%; top:0%; left:0%; border-radius:0px;opacity:0; transition:0.5s} /*颜色*/
.list_skill:hover .color{background:linear-gradient(45deg, #126ACE 10%, #126ACE 10%, #126ACE 50%, #126ACE 100%);width:100%;height:100%; border-radius:0px; top:0;left:0%;opacity:1;} 

.list_skill .position {position:absolute/*决定了文本的位置*/; width:80%;padding:0 10% ;height:100%;top:0%;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;transition:0.5s;}
.list_skill:hover .position{transform:translate(0,-0px);/*html5移动命令*/}

.list_skill .font_01{display:block;width:80%; margin:0 auto; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;opacity:1; transition:0.5s} 
.list_skill:hover .font_01{display:block;color:#fff;opacity:1; transform:translate(0,0px);} 
.list_skill .font_02{display:block; width:0%; text-align:center;border-bottom:1px solid #fff;margin:5px 0;opacity:1; transition:0.5s } 
.list_skill:hover .font_02{width:10%;opacity:0.5; }
.list_skill .font_03{ display:block;opacity:1;text-align:center;transform:translate(0px,0px);width:100%;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;word-break: break-all;overflow: hidden;transition:0.5s} 
.list_skill:hover .font_03{color:#fff;opacity:0.5;transform:translate(0,0px);} 
.list_skill .font_04{font-size:20px;display:block; opacity:0;transform:translate(0,0px);transition:0.5s} 
.list_skill:hover .font_04{display:block; color:#fff;opacity:1;transform:translate(0,20px);}



/*首页业务体系豆腐块_css */ 
.list_service{float:left;width:100%;margin-right:0%;border-left:0px  solid #333; margin-bottom:0px}

.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-size:cover;opacity:0.0;width: 100%;transition:0.2s}
.list_service:hover .box img{transform:scale(1.2)rotatey(0deg) translate(0px,-20px);opacity:1;}

.list_service .color{position:absolute;background:linear-gradient(135deg, #000 10%, #000 10%, #000 50%, #000 100%);opacity:0.5;width:100%; height:100%; top:0; transition:0.5s} 
.list_service:hover .color{background: linear-gradient(45deg, #126ACE 10%, #126ACE 10%, #126ACE 50%, #126ACE 100%);transform:scale(1.0) rotatey(0deg);bottom:0px; border-radius:0px; opacity:0.5;} 

.list_service .biankuang{position:absolute;width:100%;height:100%;top:0;border:#FFF 1px solid; opacity:0;transition:0.2s;z-index:1}
.list_service:hover .biankuang{width:93.5%;height:91%; margin:3% 3%; top:0; opacity:0.2;}


.list_service .position{position:absolute;top:0; width:100%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1;opacity:1;transition:0.5s;color:#000; }
.list_service:hover .position{opacity:1;}

.list_service .font_01{line-height:30px;color:#fff;} 
.list_service:hover .font_01{color:#fff;}  

.list_service .font_02{ display:none; font-size:15px;color:#fff; font-weight:bold; margin:10px 0;border:1px solid #333;border-radius:10px;width:45px; height:45px;line-height:45px; transition:0.5s} 
.list_service:hover .font_02{ color:#000; background:#FFF;border:1px solid #FFF;} 

.list_service .font_03{color:#fff;text-transform:uppercase; text-align:center; opacity:1;font-size:25px;margin:10px 20% ;transition:0.5s;} 
.list_service:hover .font_03{color:#fff; }

.list_service .font_04{display:block;text-align:center;max-width:430px;/*宽度*/padding:0 8%;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;word-break: break-all;overflow: hidden;opacity:0.5;transition:0.2s;} 
.list_service:hover .font_04{color:#fff;} 

.list_service .font_05 img{ display:none;width:100%;margin:0 auto;opacity:1;transform:scale(0.8) rotatey(0deg);transition:1.2s;} 
.list_service:hover .font_05 img{transform:scale(0.8) rotatey(0deg);opacity:1;}  


/*首页数字list_count*/ 
.list_count{float:left;width:24.9%;margin-right:0%;border-right:1px  solid rgba(255,255,255,0.2); margin-bottom:0px}
.list_count:nth-of-type(4n) {border-right:0px solid #333;}

.list_count .box{position:relative;display:block; border-right:0px solid #eee; border-radius:0px; overflow:hidden;transition:0.5s}
.list_count:hover .box{}

.list_count .box img{background-size:cover;opacity:0;width: 100%;transition:0.5s}
.list_count:hover .box img{transform:scale(1.0);opacity:0;}

.list_count .color{position:absolute;background:rgba(0, 0, 0, 0);opacity:1;width:100%; height:100%; top:0; transition:0.5s} 
.list_count:hover .color{/*background:linear-gradient(to bottom, red,black);*/transform:scale(1.0) rotatey(0deg);bottom:0px;opacity:1;} 
.list_count .position{ color:#FFF;position:absolute; top:0; width:100%; height:100%; display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1; }
.list_count:hover .position{color:#eee;}
.list_count .font_01{ display:block; font-size:60px; line-height:60px; transition:0.5s;} 
.list_count:hover .font_01{letter-spacing:0px; margin-left:0px;opacity:1;}  

.list_count .font_02{ transition:0.5s;} 
.list_count:hover .font_02{opacity:1;display:block; }
.list_count sup{ font-size:20px; top:0; transition:0.5s} 
 
@media all and (min-width:1024px) 
{.header{background:rgba(0,0,0,0.3);width:100%; height:100px;padding:0 5%;position:fixed;display:flex;justify-content:space-between;align-items:center;z-index:10000;transition:0.36s ease; border-bottom:0px solid rgba(0,0,0,0.1); box-shadow:2px 0px 0px #666}
.header.mini {background:rgba(0,0,0,1);height:90px;box-shadow:2px 0px 0px #666}
.header.mini img{width:60%;}
.header.mini .menu{padding:30px 35px;}

.mheader {display:none}
}
@media all and (max-width:1024px) 
{
body {font-size:14px;/*适合手机的行高*/}
.header {display:none;}
.mheader {background:rgba(0,0,0,0);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 0px #ccc; transition:0.5s;}
.mheader.mini {background:rgba(0,0,0,0)}

hr{margin:20px 0}
h1{font-size:16px}
h2{font-size:14px}/* 副标题 */
h3{font-size:16px}/* 内容页/主标题 */

/*链接_css*/	

.left_menu { font-size:14px;padding:10px 20px;margin:1px 2px 1px 0;}
.button{ height:40px;margin:0px 0px 0px 0; line-height:40px}

/*主体box_css*/	
.box_top{padding:0 4%;width:92%;height:60px;}
.box_top_left{width:60%}
.box_top_left a:link{ display:block;font-size:18px; color:#fff; }
.box_top_left a:visited{  color:#fff}

.box_top_left img{width:75%}

.box_main{flex-wrap:wrap;padding:10% 0}
.box_main_padding{padding:1% 4%}

.box_banner{padding-top:0px;}
.box_banner img{ background:right 0; background-size:cover; width:310%; margin-left:-500px}
@keyframes left{100% {transform:translatex(-800px)}}

.box_column{padding:10% 4%;display:flex;flex-wrap: wrap;line-height:20px}
.box_erji{display:flex;justify-content:center ;align-items:center;flex-wrap:wrap; padding:4% 0% 4% 0;}
.box_more{padding:0% 0}

.box_view_rangwei{padding-top:100px}
.box_view{width:92%; padding:0 4%}
.box_view_top{width:100%;flex-wrap: wrap;display:flex;flex-direction:column}
.box_view_content img{max-width: 100%}

.box_page{ padding:15%}

.box_faq_lie{flex-wrap: wrap}

.box_next .font_02{}
.box_gotop{padding:8% 0;}
.box_foot{padding:5% 0}

/*字体_css*/	
.font_banner_en{ font-size:30px; line-height:40px;}
.font_column_ch{  }
.font_column_line{}
.font_column_en{}

.font_select{height:43px}
.font_input{width:100%; margin-bottom:5%}
.font_input_width{width:100%;}
.font_faq{width:100%;}
.font_copyright{ display:block;}

/*以下是各种列表，重点部分*/

/*针对一列布局one_css*/
.list_one {text-align:left;}
.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}

/*新闻列表news_css**/
.list_news{width:100%; margin-bottom:0px}/*距离相隔2%最佳*/
.list_news:nth-of-type(1n) {}


/*产品列表products_css */
.list_products{width:100%; margin-right:0%;border-bottom:0px  solid #eee; /*百分比间隙2018.03.15*/}
.list_products:nth-of-type(1n) {margin-right:0px;}
.list_products .font_03{width:100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden; } 


/*常识列表skill_css */
.list_skill{width:100%; margin-right:0%;margin-bottom:2%;/*百分比间隙2018.03.15*/}
.list_skill:nth-of-type(1n) {margin-right:0px;}
.list_skill .font_03{width:100%; } 


 /*首页服务类豆腐块_css */ 
.list_service{width:100%; padding:0% 0;margin-bottom:0px;border-right:0px/*距离相隔2%最佳*/ }
.list_service .box img{transform:scale(1); padding:15% 0}

/*首页数字list_count*/ 
.list_count{width:45%; margin-right:10%; border-right:0px; border-bottom:1px solid rgba(255,255,255,0.1)/*距离相隔2%最佳*/ }
.list_count:nth-of-type(2n) {margin-right:0px}
.list_count .box{border:0px;}
.list_count .box img{ width:200%}
.list_count .font_01{ font-size:40px; line-height:40px} 
}