﻿@charset "utf-8";
/* CSS Document */
/*@font-face{font-family:frutigernext;src:url("font/LT_54361.eot");src:url("font/LT_54361.eot?") format("embedded-opentype"),url("font/LT_54361.woff") format("woff"),url("font/LT_54361.ttf") format("truetype"),url("font/LT_54361.svg") format("svg")}@font-face{font-family:frutigernext_medium;src:url("font/frutigernext-lt-medium.eot");src:url("font/frutigernext-lt-medium.eot?") format("embedded-opentype"),url("font/frutigernext-lt-medium.woff") format("woff"),url("font/frutigernext-lt-medium.ttf") format("truetype"),url("font/frutigernext-lt-medium.svg") format("svg")}
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,tr,table{
	padding:0px 0px 0px 0px; 
	margin:0px 0px 0px 0px;
	 /*word-break: break-all;word-wrap: break-word;*/
}
ul,li{
	list-style:none;
}
img{border:none}

body {
	font-size:13px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*font-family: sans-serif; */
	font-family:/*frutigernext,*/'Microsoft YaHei',Arial, Helvetica, sans-serif;
	
	letter-spacing:normal;
	/*font-family: "Gotham","Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",Arial,sans-serif;*/
	/*font-weight: 300;*/
	color:#333;
	background:url(images/line_bg.gif) repeat left top;
	/*background:url(images/grandpower/line_bg.gif) repeat left top;*/
	/*background:url(images/page/top_line_bg.gif) repeat-x center top;*/
	/*background-color:#000;
	background-image: url(images/index-bg.png);
	background-repeat: repeat;
	*/
	
}
.error{font-size:12px; color:#f00;padding-top:4px}

@media (max-width: 767px) {
  body{ font-size:15px;}
  #search_form{ display:none}
}

a:link {
	color:#333;
	text-decoration: none; outline:none;
}
a:visited {
	text-decoration: none;
	color:#777;
}
a:hover {
	text-decoration: underline; color:#fcac00;
	
}
a:active {
	text-decoration: none;
	color:#545454;
}
.contact, .contact span, .footer figure, .footer figure span, .menu li, .service figure, .transition, :active, :focus, :hover, :link, :visited, .pj_list_ease span, .css_3_tag {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

/**公共*/
.page_root{max-width:1920px;height:auto; position:relative; background:#fff; /*background:url(images/public/outer-bg.png) repeat left top #f5f5f5;*/}
/*@media (min-width: 1680px) {
 .page_root{box-shadow: 1px 1px 8px rgba(100,100,100,0.6); border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;}
}
*/

/*头*/
.block_header{ height:218px; width:100%;  z-index:999; /*position:fixed; */left:0; top:0px;background:url(images/page/menu_top_bg1.gif) repeat-x left 39px #fff; border-bottom:1px solid #f0f0f0;/*box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25); overflow:hidden*/}
.header_menu{ /*background:rgb(255,255,255) ;rgba(150,150,150,0.6)rgba(83,117,129,0.6);  max-width:1680px;*/ height:130px; /*overflow:hidden;-webkit-box-shadow: 0px 15px 15px -17px rgba(0,0,0,0.25);
   */ }

/**new*/
.block_header_0{ height:38px; background:#545454;  -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}


.block_logo{float: left; height:100%; text-align:center;border-right:1px solid #e0e0e0;width:55%}

.block_logo img{ max-height:102px; max-width:100%; margin-top:16px;}

.fair_date{width:20%; text-align:left;margin-top:30px; border-left:1px solid #d0d0d0; color:#292e42; font-size:1.1em;}

/*header_menu*/

.outer_header{ height:100%; position:relative;}
.block_menu{ width:100%;}
.menu_block{ /*width:76%;*/ height:50px;   /*float:right;*/  /*margin-top:20px;*/ color:#8a8a8a; text-align:center; }

.menu_block ul li{ display:block; position:relative; height:50px; width:13.12%; float:left; background:url(images/page/nav_line.gif) no-repeat right 8px;}


.menu_block .nav_2{ display:block; width:100%;  font-size:1.1em; color:#fff; height:42px; margin-top:8px;padding-top:11px; font-family:'微软雅黑'}
.menu_block .nav_2:hover, .menu_block #nav_sel:hover{ color:#fff;  text-decoration:none; background:#fbd101}

.menu_block #nav_sel{ color:#333;  text-decoration:none;/*background:rgb(0,0,0)\9;border-radius: 10px; border-bottom:1px solid #fff;*/}
/*.menu_block .nav_1{padding-right:10px;}
.menu_block .nav_2{ margin-right:25px;}
.menu_block .nav_3{padding-left:10px;}
*/
/*开始时候下划线的宽度为0*/
/*.menu_block .nav_li::after{
            content:'';
            display:block;
            
            width:0;
            height:1px;
            position:absolute;
            left:0%;
            bottom:20px;
            background:#1b78d3;
            
            transition:all 0.3s ease-in-out;
        }
*/		
/*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
/*.menu_block .nav_li:hover::after{
	       left:0;
            width:30%;
        }
.menu_block .hasmenu:hover::after{ display:none;
        }		
*/
/*---下拉*/
.nav_sb {
    /*box-shadow: 2px 2px 5px;*/
	/*box-shadow: 1px 2px 5px rgba(200,200,200,0.6);*/
    position: absolute;
    display: none;
    /*width: 280px; */
    left: 0px;
    /*top: 92px;*/
    /*filter: alpha(opacity=95);
    opacity: 0.95;*/
    /*border-radius: 6px;  background:url(images/grandpower/top_arr.png) no-repeat center top; */
    z-index: 999;
	background:url(images/page/nav2.gif) repeat-x left bottom #fff;
   
}
.nav_sb dt:first-child a
{ 
   border-top:1px solid #fff;
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}


.nav_sb dt:last-child a
{ 
  
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}

.nav_sb .nav_s {
    height:auto;min-height: 34px;
    padding: 15px; font-size:1.1em;
    color: #383e4d;
    margin-top: 0px;
    display: block;
    font-weight: lighter;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 1px solid #e0e0e0; background:#fff;
    
}
.nav_sb .nav_s:hover{ background:#88a31a; color:#fff; border-top:1px solid #88a31a; text-decoration:none}
.hasmenu:hover{}

.search-bar-block{ height:46px; overflow:hidden; width:100%;}
/******************************************/
.nav-img-width{ max-width:70%}
.nav-padding-product{ text-align:left; padding-left:30px;}
/**/
.one_list_menu{ position:relative; height:auto}
.two_list_menu{position:absolute; width:180px; left:0px; top:0; display:none; z-index:-1}

.lang_box{ width:12%;height:70px;float:left; text-align:left; background:#337ab7;}
.lang_box a{ display:block}
.lang_box .lang_txt{display:inline-block; margin-top:20px; text-align:right; color:#fff;font-family:Arial, Helvetica, sans-serif; position:relative; z-index:3;}
.lang_box .lang_in_1{display:block; margin-top:5px; margin-left:15px; color:#fff; font-size:1.15em; font-family:Arial, Helvetica, sans-serif}
.lang_box .lang_in_2{color:#fff; margin-left:10px; font-size:1.5em; display:none}

#nav .btn-green-light{ color:#fff;}


/*滚动发生的效果*/
.block_header_move{ height:74px; border-bottom:1px solid #eee; /*background:rgba(255,255,255,0.98)*/}
.block_header_move .block_header_0{ height:28px; font-size:11px; padding-top:5px;}
.block_header_move #top_bar_style .a_style, .block_header_move #top_bar_style .phone_bar{ color:#ccc; height:23px; display:inline-block; position:relative; font-size:11px; font-family:Arial, Helvetica, sans-serif;}	
.block_header_move #top_bar_style .a_style::after{
            content:'';
            display:block;
            /*开始时候下划线的宽度为0*/
            width:0;
            height:1px;
            position:absolute;
            left:50%;
            bottom:0px;
            background:#fff;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.3s ease-in-out;
        }
.block_header_move #top_bar_style .a_style:hover{ color:#fff; text-decoration:none; }
.block_header_move #top_bar_style .a_style:hover::after{
	       left:0;
            width:100%;
        }

.block_header_move #top_bar_style .a_style_en{font-family:Arial, Helvetica, sans-serif}


.block_header_move .menu_block .nav_li::after{
            content:'';
            display:block;
            /*开始时候下划线的宽度为0*/
            width:0;
            height:1px;
            position:absolute;
            left:0%;
            bottom:12px;
            background:#E2001A;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.3s ease-in-out;
        }
.block_header_move .menu_block .nav_li:hover::after{
	       left:0;
            width:30%;
        }
.block_header_move .menu_block .hasmenu:hover::after{
	display:none
        }		

.block_header_move .header_menu{  height:52px;}
.block_header_move .header_menu .block_logo img{ max-height:32px; margin-top:6px;}
.block_header_move .header_menu .menu_block{height:52px}
.block_header_move .header_menu .menu_block ul li{ height:48px;}
.block_header_move .header_menu .menu_block .nav_2{ display:inline-block;  font-size:1em;  height:48px;padding-top:13px; /*font-family:'微软雅黑';#1A668E;*/ }
.block_header_move .lang_box{ height:52px;}

.block_header_move .lang_box .lang_txt{margin-top:12px;} 
.block_header_move .nav_sb{ top:58px;} 

/*二次滚动的效果*/
.block_header_none{ opacity:0;filter:Alpha(opacity=0); display:none}
/**/

.nav_menu_block{ background:url(images/page/blue_back_bg.png) repeat-x left top #10193a; height:50px;}

/*------------------------*/
.canguan_button{width:176px; float:right; height:38px; background:url(images/page/yello_button.gif) no-repeat right top; text-align:left;}
.canguan_button a{display:block; font-size:1.2em; padding-top:6px; height:100%; color:#282d40; padding-left:30px;}
.shengqi_button{width:176px; float:right; height:38px; background:url(images/page/yello_button.gif) no-repeat left top; text-align:left;padding-left:50px;}
.shengqi_button a{display:block; font-size:1.2em; padding-top:6px; height:100%; color:#282d40}
.shengqi_button a:hover, .canguan_button a:hover{ color:#666; text-decoration:none}
/*------------------------*/


/*幻灯片*/
.block_silde{ width:100%; /*height:618px;*/}


/*幻灯*/

#banner-out{width:100%;
	min-height:160px; 
	text-align:center;
	position:relative;
	background:#fff; height:auto; padding-bottom:10px;
	}

.customer_inner{ width:100%; height:100%; position:relative; z-index:1}

#banner{
	width:100%;
	height:auto;
	text-align:center; /*overflow:hidden;*/
	 z-index:1;
}
#banner .swiper-slide{
	width:100%;
	/*height:760px; overflow:hidden;*/
}


#banner .arrow-left {
background:url(images/grandpower/block-slider_arrow-left.png) no-repeat center center;
position: absolute; 
filter:alpha(opacity=40);  opacity: .4;  
left: 10px;
top: 45%;
margin-top: -15px;
width: 60px;
height: 60px;
border-radius: 50%;
z-index:999;
}
#banner .arrow-right {
background:url(images/grandpower/block-slider_arrow-right.png) no-repeat center center;
filter:alpha(opacity=40);  opacity: .4;  
position: absolute;
right: 10px;
top:45%;
margin-top: -15px;
width: 60px;
height: 60px;
border-radius: 50%;
z-index:999;
}
body #bannerpagination {
position: absolute; 
left: 0;
text-align: center;
bottom: 30px;
width: 100%;
z-index:999;
}
body #bannerpagination .swiper-pagination-bullet {
display: inline-block;
width: 12px;
height: 12px;
background:url(images/page/btn01.png) no-repeat center center;
/*background:#d0d0d0; border-bottom:1px solid #d0d0d0;background:transparent;*/
box-shadow:none;
margin: 0 2px;
cursor: pointer;
/*border-radius:0;/* 50%;*/
/*transition: 0.4s;*/
}
body #bannerpagination .swiper-pagination-bullet:hover, body #bannerpagination .swiper-pagination-bullet-active{ background:url(images/page/btn01_h.png) no-repeat center center; /*border-bottom:2px solid #fff;background:transparent;*/ /*width:80px; height:2px; border:2px solid #ffee5b;*/}
#banner .nav-shadow{ position:absolute; width:100%; height:16px; left:0; top:0; z-index:10; /*background:url(images/page1/nav-shadow.png) repeat-x left top;*/_display:none;}



#banner #mainTheme{
font: italic bold 120px/100% Arial;
letter-spacing: -3px;
padding-top: 160px;
margin-bottom:20px;
color:#fff;
text-align:center;
position:relative;
display:inline-block;
}
#banner #mainTheme h1{
	font-family:Arial;
	color:#fff;
}

#banner #mainTheme span{
	font-size: 28px;
position: absolute;
right:-60px;
top: 170px;
display: block;
width: 38px;
height: 38px;
line-height: 38px;
text-align: center;
background:#ff7200;
color:#fff;
-webkit-border-radius: 38px;
-moz-border-radius: 38px;
border-radius: 38px;
font-style: italic;
font-weight: normal;
letter-spacing:2px;
text-shadow:none;
}
#banner  p{
	font-family:microsoft yahei;
/*text-shadow: 1px 1px 0 #1A668E;*/
color:#fff;
}
#banner  dt{
	font-size:50px;
	margin-top:180px;
	color:#fff;
}
#banner dd{
margin-bottom: 10px;
font: normal 22px/180% microsoft yahei;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
text-align:center;
letter-spacing:3px;
color:#fff;
}
#banner dd::before,#banner #swiper-slide2 dd::after {
	content:"★";
	}
#banner .subbtn{
	text-align:center;
}
#banner .button{
	font-size:16px;
	color:#fff;
	margin:0 7px;
	padding:10px 25px;
	border-radius:20px;
	text-decoration:none;
	border:1px solid #fff;
}
#banner .mainbtn{
	text-align:center;
	margin-top:50px;
}
#banner .mainbtn a{
	font-size:16px;
	color:#3566f2;
	margin:20px auto;
	padding:10px 25px;
	background: #fff;
	border-radius:20px;
	text-decoration:none;
}
/*end 幻灯*/
/*公共*/
.padding_top_bot_5em{ padding-top:5em; margin-top:1em; padding-bottom:6em;}

/*自定议按钮*/
.btn-green {
  color: #fff;
  background-color: #88a31a;
  border-color: #768b22;
}
.btn-green:focus,
.btn-green.focus {
  color: #fff;
   background-color: #768b22;
  border-color: #6e831a;
  
 
}
.btn-green:hover {
  color: #fff;
   background-color: #768b22;
  border-color: #6e831a;
}
.btn-green:visited{ color:#fff;}
/*----------------------------*/

.btn-green-light {
  color: #fff;
  background-color: #88a31a;
  border-color: #768b22;
}
.btn-green-light:focus,
.btn-green-light.focus {
  color: #fff;
   background-color: #98b816;
  border-color: #88a31a;
  
 
}
.btn-green-light:hover {
  color: #fff;
   background-color: #98b816;
  border-color: #88a31a;
}
.btn-green-light:visited{ color:#fff;}
/*----------------------------*/

.max-width-100{ max-width:100%;}
.on-box-shadow{box-shadow: none; 
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.on-box-shadow:hover{box-shadow: 1px 1px 10px rgba(100,100,100,0.2);}


/*----------------------------*/


.pro_withe_block{padding-top:6em; padding-bottom:3em; background:#fff;}
.pro_withe_block .pro_list_name h3{ color:#6e831a}
.pro_withe_block .c_box_desc{ color:#545454;}


.pro-mut-list{ text-align:left;}
.pro-mut-list h3{line-height:1.6em; font-size:1.5em; color:#6e8311}
.pro-mut-list h3 a{ color:#697d10;}
.pro-mut-list h3 a:hover{ text-decoration:none; color:#5a6c0a}
/*.pro-mut-list p{padding-top:15px; line-height:1.6em; color:#545454;}*/

.tow_desc{padding-top:15px; line-height:1.6em; color:#545454; font-size:1.1em;}
.tow_desc p{ margin-top:6px;}

.pro-mut-list .btn-green-light{color:#fff; width:90%; padding:5px; font-size:13px;}
.pro-mut-box-01{border-left:1px solid #e0e0e0;padding-top:3em; padding-bottom:2.1em;}
.a-btn-box{ text-align:center}


#page_root .small_but_div{text-align:center; font-size:12px;}
#page_root .small_but_div a{ color:#fff; padding:3px; width:120px;}


/*底部*/
.footer{padding-bottom:2em; position:relative; color:#2620202;}
.footer_hr{border-top:2px solid #00873d; margin-top:0}
.footer .copyright{padding-top:1em; margin-top:2em;  clear:both}
#footer{background:#f2f4f3;}
#footer .link_list a{ color:#262020;}
#footer .link_list a:hover{ color:#1b78d3; text-decoration:none}

.more_fair{font-size:28px; color:#fff; text-align:center; padding-bottom:30px; padding-top:20px;}
.fair_name .fair_img{display:block; float:left}
.fair_name .fair_img img{ max-width:100%;}

.fiar_intro{display:block; float:left; padding-top:10px; padding-left:10px; color:#fff;}
.fair_clear{clear:both; width:100%; padding-bottom:30px;}


/*#footer*/
#footer{ min-height:400px;   text-align:left; padding-bottom:1.5em; background:url(images/page/bg_pic3.png) no-repeat center center #919191; background-size:100%; border-top:2px solid #808080;}
.footer-copyright{ height:auto; padding-bottom:15px; text-align:center; /*border-top:1px solid #555;*/ background:#545454; color:#fff; /*padding-top:8px; padding-bottom:8px;*/}
#footer .link_list h4{ text-align:left; margin-bottom:0.8em;color:#2620202; padding-left:20%;}
#footer .link_list ul{ padding-left:20%;}
#footer .link_list h4 a{ color:#2620202}
#footer .link_list li{ text-align:left; margin-top:0.6em;}
#footer .link_list li a{ color:#2620202; font-weight:400; font-size:12px;}
#footer .footer-social{ padding-bottom:30px;}
#footer .footer-social a{ color:#2620202; display:block; text-align:center; margin-top:0.6em;*width:80%;}
/**/

.sns_button a { display:inline-block; font-size:1.8em;}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .copyright{ background:#7baf2a}
  #footer .copyright .col-lg-5{ background:none}
  #footer .copyright .col-lg-5 .btn{ margin:0; background:#fafafa; margin-top:20px;}
  
  #footer .link_list h4{ text-align:left; margin-bottom:0.8em;color:#333; padding-left:0px;}
#footer .link_list ul{ padding-left:0px;}
}

/*mobile*/
@media (max-width: 767px) {

 #footer .copyright{background:#7baf2a}
 #footer .copyright .col-lg-5{ background:none}
 #footer .copyright .col-lg-5 .btn{ margin:0; background:#fafafa; margin-top:20px;}
 
 #footer .link_list h4{ text-align:left; margin-bottom:0.8em;color:#333; padding-left:0px;}
#footer .link_list ul{ padding-left:0px;}
}
/*手机置标*/
#is_mobile_flag{ width:0px;}

@media (min-width: 768px) and (max-width: 991px) {
 #is_mobile_flag{ width:1px;}
}

@media (max-width: 767px) {
 #is_mobile_flag{ width:1px;}
}
/*end置标*/

/*---------幻灯片使用--------*/
#banner .silde_img_bg{width:auto; height:100%; position:relative; z-index:1;}
#banner .silde_text_layer{width:100%; height:auto; position:absolute; left:0; top:0; z-index:2;}
#video-frame{margin-top:3em; padding-bottom:2.2em; position:relative;}
#video-code{display:none; width:100%;}
#video-close{background:#000; width:100%; height:20px; text-align:right; font-size:1.2em; color:#fff; display:block;}
#video-close:hover{text-decoration:none; color:#F00}
body .video-play{position:absolute; width:100%;left:0; top:30%; height:auto; font-size:4em; color:#fff;}
body .video-play:hover{color:#e90633;}

.swpie_change_small{transform: translate3d(800px, 0px, 0px) scale(0.9); transition-duration: 1000ms; background:#000;}
.swpie_change_big{transform: translate3d(-800px, 0px, 0px) scale(1);transition-duration: 1000ms; background:#000;}
/*动图left*/
.fly_left_for_slide_init{
	/*webkit-transition: all .6s linear;*/
    /*-moz-transition: all .6s linear;*/
   /* -o-transition: all .6s linear;*/
   /* transition: all .6s linear;*/
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transform: translatex(-34px);
	transform: translatex(-34px);
	
	
}
	
.fly_left_for_slide_end{webkit-transition: all .6s linear; 
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
	opacity: 1;
	-webkit-transform: translatex(0px);
	transform: translatex(0px);
	animation-delay:1.5s;
    -webkit-animation-delay:1.5s; 
}

/*动图right*/
.fly_right_for_slide_init{
	
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transform: translatex(34px);
	transform: translatex(34px);
	
	
}
	
.fly_right_for_slide_end{webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
	opacity: 1;
	-webkit-transform: translatex(0px);
	transform: translatex(0px);
	animation-delay:1.5s;
    -webkit-animation-delay:1.5s; 
}
	
	
	/*动图left*/
.fly_top_for_slide_init{
	
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transform: translatey(-34px);
	transform: translatey(-34px);
	
	
}
	
.fly_top_for_slide_end{webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
	opacity: 1;
	-webkit-transform: translatey(0px);
	transform: translatey(0px);
	animation-delay:1.5s;
    -webkit-animation-delay:1.5s; 
}
	
	
	/*动图left*/
.fly_bottom_for_slide_init{
	
	filter: alpha(opacity=0);
    opacity: 0;
	-webkit-transform: translatey(34px);
	transform: translatey(34px);
	
	
}
	
.fly_bottom_for_slide_end{webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -o-transition: all .6s linear;
    transition: all .6s linear;
	opacity: 1;
	-webkit-transform: translatey(0px);
	transform: translatey(0px);
	animation-delay:1.5s;
    -webkit-animation-delay:1.5s; 
}
/*for new slide*/

/*解决方案列表*/
.solu-list-left{position:relative; min-height:110px;}
.solu-cir-0{height:230px; margin-top:50px; width:230px; background:#fb8532; position:absolute; left:-20px; top:-20px;box-shadow: 1px 1px 10px rgba(100,100,100,0.4); z-index:10;}
.solu-cir-0 img{width:45%; margin-top:20px;}

.solu-list-left .img-circle{
  transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.solu-list-left .img-circle:hover, .solu-list-left .solu-xg-in{
  transform: scale(1.08,1.08);
    -ms-transform: scale(1.08,1.08);
    -webkit-transform: scale(1.08,1.08);
    -moz-transform: scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.solu-a-list{min-height:100px; border:1px solid #e0e0e0; display:block;box-shadow: 1px 1px 10px rgba(100,100,100,0.2); padding:15px; text-align:left; padding-left:20px; padding-right:20px;}
.solu-a-list strong{ color:#212121; font-weight:lighter; display:block; padding-bottom:6px; font-size:15px;}
.solu-a-list span{ font-size:11px;}

.solu-a-list:hover, .solu-a-xg{ color:#545454; text-decoration:none; border:1px solid #d0d0d0;box-shadow: 1px 1px 10px rgba(100,100,100,0.4);}

.solu-cir-1{height:200px; margin-top:50px; width:200px; background:blue; position:absolute; left:250px; top:-110px; z-index:8}
.solu-cir-1 img{width:45%; margin-top:20px;}
.solu-cir-1 span{ display:block; padding-left:20px; padding-right:20px;} 

.solu-cir-2{height:180px; width:180px; background:green; position:absolute; left:-30px; top:50px; z-index:8}
.solu-cir-2 img{width:50%; margin-top:20px;}
.solu-cir-2 span{ padding-left:25px; padding-right:25px; padding-top:10px; display:block; font-size:14px;}

.solu-cir-3{height:150px;  width:150px; background:#09F; position:absolute; left:160px; top:-100px; z-index:7}
.solu-cir-3 img{width:50%; margin-top:20px;}
.solu-cir-3 span{ padding-left:20px; padding-right:20px; padding-top:0px; display:block; font-size:13px;}

.solu-cir-4{height:150px;  width:150px; background:#88a31a; position:absolute; left:280px; top:-100px; z-index:6}
.solu-cir-4 img{width:50%; margin-top:20px;}
.solu-cir-4 span{ padding-left:20px; padding-right:20px; padding-top:0px; display:block; font-size:13px;}

.solu-list-left .solu-c-a{ color:#fff; text-decoration:none; font-size:15px;}

/*案例*/
.case-itme{margin-bottom:15px; padding-left:10px;padding-right:10px;}
.case-item-a{height:110px; border:1px solid #e0e0e0; background:#fefefe; display:block; text-align:left; overflow:hidden; font-size:14px; position:relative}
.case-item-img{display:inline-block; float:left}
.case-item-img img{ width:90px;}
.case-item-title{width:auto; float:left; width:60%; padding-left:15px; padding-top:15px;}
.case-go-view{position:absolute; right:15px; bottom:10px; font-size:12px; color:#8aa70a}

.case-item-a:hover{ text-decoration:none; color:#545454;box-shadow: 1px 1px 10px rgba(100,100,100,0.2);}
.case-item-a:hover .case-go-view{ color:#697d10}

/*新闻*/
.news-item-box{min-height:60px;  display:block; padding-left:20px;}
.news-item-title{font-size:15px; text-align:left;  font-weight:lighter}
.news-item-title a{color:#212121;}
.news-item-title a:hover{ color:#768b22; text-decoration:none}
.news-s-title{font-size:10px; text-align:left; margin-top:8px; color:#666;}
.news-item-date{text-align:right; padding-right:15px; color:#666;}
.news-item-box hr{ border-color:#d0d0d0;}




/*导航，产品*/
.nav-pro-box{display: none; width:100%; top:50px; border-top:1px solid #eee;box-shadow: 0 5px 10px rgba(0, 0, 0, .2);}
.nav-pro-item{ padding-top:20px; padding-bottom:25px; border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0; height:170px;}
.nav-pro-title a{color:#697d10}
.nav-pro-title a:hover{color:#5b6e06; text-decoration:none}

.nav-pro-cat{ padding-top:50px; height:170px; border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}

/*导航 方案*/
.nav-solu-cat{ text-align:left; padding-top:20px; padding-bottom:15px; border-right:1px dotted #e5e5e5;}


/*方案*/
.nav-case-itme{margin-bottom:5px; padding-left:10px;padding-right:10px;}
.nav-case-item-a{height:90px; border:1px solid #e0e0e0; display:block; text-align:left; overflow:hidden; font-size:13px; position:relative}
.nav-case-item-img{display:inline-block; float:left}
.nav-case-item-img img{ width:70px; height:91px}
.nav-case-item-title{width:auto; float:left; width:60%; padding-left:15px; padding-top:15px;}
.nav-case-go-view{position:absolute; right:15px; bottom:10px; font-size:12px; color:#8aa70a}

.nav-case-item-a:hover{ text-decoration:none; color:#545454;box-shadow: 1px 1px 10px rgba(100,100,100,0.2);}
.nav-case-item-a:hover .nav-case-go-view{ color:#697d10}

/*案例*/
.nav-case1-itme{margin-bottom:5px; padding-left:15px;padding-right:10px;}
.nav-case1-item-a{min-height:30px; border-bottom:1px dotted #e0e0e0; display:block; text-align:left;  font-size:13px; position:relative; width:90%;padding-bottom:5px; margin-top:10px;}
.nav-case1-item-img{display:inline-block; float:left}

.nav-case1-item-title{width:auto; }
.nav-case1-go-view{position:absolute; right:15px; bottom:10px; font-size:12px; color:#8aa70a}

.nav-case1-item-a:hover{ text-decoration:none; color:#697d10;}
.nav-case1-item-a:hover .nav-case1-go-view{ color:#697d10}

/*搜索*/
.search-box-out{text-align:right; background:none; position:relative}	
#search-button-a{color:#333; font-size:18px; z-index:3}

.search_box_show_01{width:200px; padding-left:20px; -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

.search_box_show input{width:100%; height:100%; display:inline-block; border:none; border:transparent; outline:none;}

/*搜索*/
.search-box-out{text-align:right; background:none; position:relative}	
#search-button-a{color:#333; font-size:18px; z-index:3}
.search_box_show{ width:240px; height:30px; border:1px solid #e0e0e0; background:#fff;
-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; float:right; margin-top:16px; position:relative; text-align:left;
}
.search_box_show_01{width:200px; padding-left:20px; -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

.search_box_show input{width:100%; height:100%; display:inline-block; border:none; border:transparent; outline:none;}
.go_search_box{position:absolute; right:0px; top:0px;-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; z-index:1; font-size:15px; width:30px; height:28px; padding-top:3px; background:#fff; text-align:center}
	
.search_box_show_01 .go_search_box{position:absolute; left:0px; top:6px;-webkit-transition: all .2s linear .3s;
    -moz-transition: all .2s linear .3s;
    -o-transition: all .2s linear .3s;
    transition: all .2s linear .3s; opacity:1;filter:Alpha(opacity=100)}
.search_box_show .go_search_box:hover{ color:#4285f4;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}	
	
	
#q_txt{width:200px; padding-left:5px;}	
/*.go_search_box{position:absolute; left:0px; top:6px;-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear; opacity:0;filter:Alpha(opacity=0); z-index:1; font-size:15px;}
	
.search_box_show_01 .go_search_box{position:absolute; left:0px; top:6px;-webkit-transition: all .2s linear .3s;
    -moz-transition: all .2s linear .3s;
    -o-transition: all .2s linear .3s;
    transition: all .2s linear .3s; opacity:1;filter:Alpha(opacity=100)}
.search_box_show_01 .go_search_box:hover{ color:#e62138;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}	*/

.block_header_move .search_box_show{ top:6px;}

.index-news-box a:hover{ text-decoration:none;}
#footer a:hover{ text-decoration:none}


.weixin-box{ position:relative;}
.weixin-img-box{position:absolute; left:20px; top:85px; opacity:0;filter:Alpha(opacity=0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.weixin-img-box-show{top:80px;opacity:1;filter:Alpha(opacity=100);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.weixin-img-box span{position:absolute; left:25px; top:-8px; background:url(images/page/top_arr.png) no-repeat center top; width:20px; height:10px;}

.weixin-img-box img{max-width:90px; border:3px solid #222;}


.wx-icon-box{text-align:center; display:inline-block}
.wx-icon-box-a{display:inline-block;font-size:20px; height:35px; width:35px; color:#666; border:1px solid #d0d0d0; padding-top:2px;}
.wx-icon-box-txt{font-size:11px; line-height:1em; color:#aaa;}

.phone-img-box{position:absolute; right:0px; top:85px; opacity:0;filter:Alpha(opacity=0);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.phone-img-box-show{top:80px;opacity:1;filter:Alpha(opacity=100);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.phone-img-box span{position:absolute; left:38px; top:-8px; background:url(images/page/top_arr.png) no-repeat center top; width:20px; height:10px;}

.phone-img-box img{max-width:90px; border:3px solid #222;}


/*---移植*/
.h-h2:after, .h-h2:before {
    display: inline-block;
    height: 2px;
    background-color: #e60021;
    margin: 0;
    padding: 0;
    content: "";
    width: 60px;
    margin: 10px 20px;}
	
	
	.h-hm:after, .h-hm:before {
    display: inline-block;
    height: 1px;
    background-color: #ccc;
    margin: 0;
    padding: 0;
    content: "";
    width: 30px;
    margin: 5px 10px;}
	
	

.case_btn_line_0::after{
 content:'';
            display:block;
            /*开始时候下划线的宽度为0*/
            width:0;
            height:2px;
            position:absolute;
            left:0%;
            bottom:-9px;
            background:#E2001A;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.3s ease-in-out;	
	}

.case_btn_line::after{
 content:'';
            display:block;
            /*开始时候下划线的宽度为0*/
            width:100%;
            height:2px;
            position:absolute;
            left:0%;
            bottom:-9px;
            background:#E2001A;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.3s ease-in-out;	
	}		
.h-right::after, .h-right::before {
    display: inline-block;
    height: 1px;
    background-color: #ccc;
    margin: 0;
    padding: 0;
    content: "";
    width: 30px;
    margin: 5px 10px;
	background: #E2001A;
    transition: all 0.3s ease-in-out;
	}	
	
#top_bar_style .a_style, #top_bar_style .phone_bar{ color:#ccc; height:29px; display:inline-block; position:relative; font-size:13px; font-family:Arial, Helvetica, sans-serif;}	
#top_bar_style .a_style::after{
            content:'';
            display:block;
            /*开始时候下划线的宽度为0*/
            width:0;
            height:2px;
            position:absolute;
            left:50%;
            bottom:0px;
            background:#fff;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.3s ease-in-out;
        }
#top_bar_style .a_style:hover{ color:#fff; text-decoration:none; }
#top_bar_style .a_style:hover::after{
	       left:0;
            width:100%;
        }

#top_bar_style .a_style_en{font-family:Arial, Helvetica, sans-serif}

.gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    
    filter: grayscale(100%);
	
    filter: gray;
}

/**/
 #por_box_list .pro_box_0 .pro_goto{ position:absolute; right:15px; top:26px;padding:4px; padding-left:15px; padding-right:15px;/*background-image: linear-gradient(112deg, #ff4f81, #ff6c5f); *background:#666;*/ color:#545454;    border-radius: 50px; font-size:12px; text-decoration:none; transition:all 0.5s ease-in-out; opacity:0;}
  #por_box_list .pro_box_0:hover .pro_goto{ opacity:1;transition:all 0.5s ease-in-out; right:10px;}
  #por_box_list .pro_box_0:hover .pro_goto:hover{ color:#e60021}
 
 #por_box_list .a_title{ color:#333; text-decoration:none}
 .pro_bg_box{ background:rgba(0,0,0,.8); position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; display:none}
 .pro_title{ position:relative; z-index:2; padding-top:20px; text-align:center; }
 
 .abcde{position:relative; width:360px; height:193px; overflow:hidden; background:#333; display:block;}  
 .abcde img{opacity:0.95;transition:all 0.3s ease-in-out; width:360px; height:193px;-webkit-transform: scale(1);
    transform: scale(1); max-width:100%;}
 .abcde:hover img{opacity:0.55;-webkit-transform: scale(1.05);
    transform: scale(1.05);}
	

.abcde .img-title{position:absolute; text-align:left; color:#fff; font-size:18px;}

.abcde .img-title::after{
 content:'';
            display:inline-block;
            /*开始时候下划线的宽度为0*/
            width:20%;
            height:2px;
            position:absolute;
            left:0px;
            bottom:-3px;
            background:#fff;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
            transition:all 0.5s;	
	}		
	
.abcde .img-title{transition:all 0.5s; left:15px; bottom:15px;}
.abcde:hover .img-title{ bottom:56px;}

.abcde:hover .img-title::after{
 content:'';
            display:inline-block;
            /*开始时候下划线的宽度为0*/
            width:100%;
            height:2px;
            position:absolute;
            left:0px;
            bottom:-3px;
            background:#fff;
            /*这里我们设定所有改变都有动画效果，可以自己指定样式才有动画效果*/
          
	}		
.abcde .img-title-small{transition:all 0.5s; color:rgba(255,255,255,0); bottom:-30px; text-align:left; display:block; position:absolute; left:15px;}	
.abcde:hover .img-title-small{ bottom:15px; color:rgba(255,255,255,0.8); text-align:left; font-size:12px;}	

.nav_2 .fa{  font-size:1em;-webkit-transition: -webkit-transform 0.2s ease-out; 
    -moz-transition: -moz-transform 0.2s ease-out; 
    transition: transform 0.2s ease-out;}

.nav_2:hover .fa{-webkit-transform: rotate(180deg); 
    -moz-transform: rotate(180deg); 
    transform: rotate(180deg); }
	
.slg_css{text-align:left; color:#ccc;}	
.top_menu_list{ color:#ccc;}

.block_logo{text-align:left; border-right:none;}

.banner_bimg{max-width:100%}
.white-box{background:#fff; min-height:200px;}
.pro-box-inner{padding-top:0px;padding-bottom:50px;}
.pro-cat-title{text-align:left; font-size:20px;} .pro-cat-title span{color:#e60021}

.pro-shadow{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);border-color: transparent #ddd #ddd;
    border-style: none solid solid;
    border-width: 0 1px 1px; position:relative; cursor:pointer; -webkit-transform 0.2s ease-out; 
    -moz-transition: -moz-transform 0.2s ease-out; 
    transition: transform 0.2s ease-out;}
/*.pro-shadow:hover{box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);-webkit-transform 0.2s ease-out; 
    -moz-transition: -moz-transform 0.2s ease-out; 
    transition: transform 0.2s ease-out;}	*/
	
.index-news-box{min-height:250px;  padding-top:60px; margin-top:50px; padding-bottom:0px; background:#f5f4f8}

.index-news-box-title{padding-bottom:8px;  margin-bottom:25px; text-align:left}
.ca1{text-align:left; font-size:16px; display:inline-block; position:relative; text-decoration:none; color:#333;}




.pro_img{ max-width:100%;}
.pj_list {
    display: block;
    position: relative;
	-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.pj_list img{transform: scale(1,1);transform:scale(1,1) \9\0;
    -ms-transform: scale(1,1);-ms-transform:scale(1,1) \9\0;
    -webkit-transform: scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform: scale(1,1);-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.pj_list_ease img{transform: scale(1.08,1.08);transform:scale(1,1) \9\0;
    -ms-transform: scale(1.08,1.08);-ms-transform:scale(1,1) \9\0;
    -webkit-transform: scale(1.08,1.08);
    -moz-transform:scale(1.08,1.08);
    -o-transform: scale(1.08,1.08);
	}
	
.img_table{ display:table; height:100%; width:100%;  vertical-align:middle;}
.img_table .img_td{ display:table-cell; height:100%; width:100%;  vertical-align:middle;}	
/*.img_table .img_td img{ width:70%;max-width:70%; }*/

.footer-copyright{ font-size:12px;}
.footer-copyright a{ color:#fff;}
.footer-copyright a:hover{ color:#ddd; text-decoration:none;}

/**/
.menu-list-padding{min-height:340px; padding-bottom:35px;}
.menu-list-box{ font-size:13px; padding-top:25px; padding-bottom:25px; }
.menu-list-box .big_menu{ display:block; width:100%; text-align:left; padding:10px; padding-left:15px; position:relative; color:#000; border-bottom:1px dotted #e5e5e5;}
.menu-list-box .big_menu .fa{ color:#d0d0d0;  width:18px;}
.menu-list-box .son_menu .fa{ color:#d0d0d0;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

.menu-list-rightarr{ position:absolute; right:16px; top:12px; width:20px; height:10px; background:url(images/page/head05.png) no-repeat center center;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;opacity:0.1;filter:Alpha(opacity=0)}

.menu-list-box .big_menu:hover{ background:#fbd101; color:#fff; text-decoration:none;}
.menu-list-box .big_menu:hover .fa{ color:#fff; }

.menu-list-box .son_menu:hover .fa{ color:#e62138;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

.menu-list-box .big_menu:hover .menu-list-rightarr{right:10px;background:url(images/page/head05.png) no-repeat center center;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;opacity:1;filter:Alpha(opacity=100)}

.menu-list-box .son_menu{ display:inline-block; width:100%; text-align:left;  font-size:14px; padding:6px; padding-left:36px;}
.menu-list-box .son_menu .fa{ width:22px;}
.menu-list-box .son_menu:hover{ text-decoration:none; color:#e62138}

.menu-list-box .solution-son{ padding-left:22px}
.menu-list-box .product-son{ padding-left:8px}

.menu-list-box .menu-go-more{ display:inline-block; padding:8px; padding-left:30px; background:#1b78d3; color:#fff; width:170px; text-align:left; position:relative}
.menu-list-box .menu-go-more:hover{ text-decoration:none;}
.menu-list-box .menu-go-more .menu-list-rightarr{opacity:1;filter:Alpha(opacity=100)}
.menu-list-box .menu-go-more:hover .menu-list-rightarr{ right:10px;background:url(images/page/head05.png) no-repeat center center;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.menu-list-box .menu-go-img img{transform: scale(1,1);transform:scale(1,1) \9\0;
    -ms-transform: scale(1,1);-ms-transform:scale(1,1) \9\0;
    -webkit-transform: scale(1,1);
    -moz-transform:scale(1,1);
    -o-transform: scale(1,1);-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;box-shadow: 0 2px 0 #fff;
	border:2px solid #ddd;
	}
.menu-list-box .menu-go-img:hover img{transform: scale(1.01,1.01);transform:scale(1.01,1.01) \9\0;
    -ms-transform: scale(1.01,1.01);-ms-transform:scale(1.01,1.01) \9\0;
    -webkit-transform: scale(1.01,1.01);
    -moz-transform:scale(1.01,1.01);
    -o-transform: scale(1.01,1.01);}

#nav_home_button{width:8%;}	


/*面包cookie*/
body .position_nav{padding-top:20px;  min-height:38px; color:#666;}
body .position_nav .p_nav_title{text-align:left;font-size:0.9em; padding-right:15px; }
.nav_button{ padding-bottom:18px; border-bottom:1px solid #e0e0e0;}
.nav_button a{ display:inline-block; min-width:160px; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px; border:1px solid #d0d0d0; margin-left:10px; margin-right:10px; text-align:center; margin-bottom:10px; color:#545454;}
.nav_button .small_cls_list{ padding-top:7px; padding-bottom:7px;}
.prolist_menu_list{ text-align:left;}
.prolist_menu_clear{ display:block; width:100%; clear:both;}

.nav_button a:hover, .nav_button .menu_sel_cls{ color:#fff; text-decoration:none; background:#879e23;border:1px solid #687c0f;/*background:#3e91e5; border:1px solid #297ccf/*005dba*/}
@media (min-width: 768px) and (max-width: 991px) {
body .position_nav .p_nav_title{ padding-left:15px; padding-right:15px;}


.search-bar-block{ display:none}


.menu_block .nav_li::after{
           
            display:none;
            /*开始时候下划线的宽度为0*/
         
        }

.menu_block .nav_li:hover::after{
	       display:none;
        }
.menu_block .hasmenu:hover::after{ display:none;
        }
		
.has_top_border{ border-top:1px solid #e0e0e0;}		

.block_logo img {
    padding-top: 8px;
}	

}
.nav-top-title{ font-size:1.8em}

.cat-title-top{text-align:left; padding-top:10px; padding-bottom:20px;}
.cat-text{text-align:left; padding-top:15px; color:#8a8a8a;}
.inner-menu-list{background:#f5f5f5; margin-top:15px; padding-top:30px; padding-bottom:30px;}

/*内容框*/
.about-box{ padding-top:3em; text-align:left; line-height:1.8em; font-size:1.12em;padding-bottom:3em; color:#333;}
.about-box img{ max-width:95%}
.about-box hr{border-color:#eee}
.about-box a{color:#1b78d3}
.about-box a:hover{ color:#1b78d3}

/*导航居左*/
.cat-menu-li{ display:inline-block; text-align:left;    }
.cat-menu-li .cat-list{padding: 8px 0 8px 4%; padding-left:40px; line-height:33px; background:url(images/page/case15.png) no-repeat left center; font-size:16px;}
.cat-menu-li .cat-list:hover{ text-decoration:none; background:url(images/page/case15_red.png) no-repeat left center;}

.cat-menu-li .sel_cat{background:url(images/page/case15_red.png) no-repeat left center;}
.go_to_left{ position:fixed; left:-5px; top:20px; width:148px; padding-left:10px; padding-top:25px; padding-bottom:15px; background:#fefefe; z-index:999; box-shadow: 1px 1px 10px rgba(100,100,100,0.2);filter: alpha(opacity=88);opacity: 0.88; border:1px solid #adc541;}
.go_to_left .nav_button a{ width:110px; min-width:110px;padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; margin-left:0px; margin-right:0px; text-align:center; margin-bottom:10px; font-size:0.8em; border-radius: 3px;}
.go_to_left .text_color_6{ font-size:1.1em;}


.cat-list{ margin-right:30px;}

#product_menu_list .cat-list{ padding-left:0; padding:0; line-height:1.7em; font-size:14px; background:none}
#product_menu_list .cat-list:hover{ text-decoration:none; color:#e62138}


/*newslist*/
#news_list, #news_detail {/* padding-left:60px;*/}
.news_list{ /*padding-left:40px*/}
#news_list .main-b-title{ color:#005dba}
.news-list-ul{padding-top:20px; padding-bottom:20px;}

.news-blk-index{ margin-top:66px; text-align:left; font-size:1.1em; min-height:400px;}

body  .news-row-blk{ margin-top:28px; margin-bottom:28px;}

body .news-img-s{float:left; width:30%; text-align:left}
body .news-img-s img{ max-height:156px;}
body .top-news-item-s{width:100%; margin-bottom:1.5em; padding-bottom:1.2em; border-bottom:1px solid #e0e0e0;}

body .news-text{float:left; width:70%; text-align:left}

body .news-text .news-title{font-size:1.1em; line-height:1.6em;   padding-left:16px;}



body .news-text .news-title a:hover{ text-decoration:none}

body .news-text .news-title a:visited {

	

}

body .news-text .news-dt{ padding-left:16px; font-size:1em; padding-top:0.6em; color:#888;}

/*分页*/
/*分页导航*/
#pageSet{ padding-top:30px; }
#pageSet .pages{

clear:both; font-size:0.9em; 

padding-top:3px;

	text-align:center;

	padding-bottom:3px;

	padding-right:10px;

	height:22px;

	line-height:22px;

}

#pageSet .pages a:link{

	display:inline;

	border:1px solid #d0d0d0;

	color:#333;
    border-radius: 4px;
	background:#fff;

	padding:5px 15px;

	margin:0px 6px;

}

#pageSet .pages a:visited{

	display:inline;

	border:1px solid #d0d0d0;
border-radius: 4px;
	color:#333;

	background:#fbfbfb;

	padding:5px 15px;

	margin:0px 6px;

}

#pageSet .pages a:hover{

	display:inline;

	/*border:1px solid #297ccf;*/

	color:#fff;
border-radius: 4px;
	/*background:#3e91e5;*/
	background:#fbd101;border:1px solid #e4c00c;

	padding:5px 15px;

	margin:0px 6px;

}

#pageSet .pages .click{

	display:inline;

	/*border:1px solid #297ccf;*/

	color:#fff;
    border-radius: 4px;
	/*background:#3e91e5;*/
    background:#fbd101;border:1px solid #e4c00c;
	padding:5px 15px;

	margin:0px 6px;

}

#pageSet .pages span{

	display:inline;
border-radius: 4px;
	/*border:1px solid #297ccf;*/
    
	color:#545454;
 
	  background:#f5f5f5; 
	 border:1px solid #ddd;

	padding:5px 15px;

	margin:0px 6px;

	

}


.clear{ width:100%; clear:both;}
.width-90{ max-width:90%;}	
.width-80{ max-width:80%;}	
.width-70{ max-width:70%;}	
.width-60{ max-width:60%;}	
.width-50{ max-width:50%;}	
.width-40{ max-width:40%;}

/*news detail*/
/*--新闻详请*/

/*新闻内容*/
#news_detail{ color:#454545}
#news_detail .main-b-title{ color:#005dba; padding-bottom:50px;}
.main-b-content{ margin-top:66px; text-align:left; font-size:1em; min-height:500px; line-height:1.7em; margin-bottom:3em;}
.newsTitle{ text-align:center; border-bottom:1px solid #d0d0d0;}

.newsTitle h2{ color:#454545; font-size:1.5em; margin-bottom:0.8em;}

.newsTitle p{ text-align:right;font-size:1.1em; color:#8a8a8a;}



.textBoxTxt { padding-top:30px; padding-bottom:20px;  /*color:#61676c#81898c;*/ min-height:300px; font-size:15px; line-height:1.7em; color:#454545;}
.textBoxTxt a { /*color:#95b409*/}

.textBoxTxt p{margin-top:10px;}
.textBoxTxt img{ max-width:100%;}

#moreNews{ margin-top:1.6em; border-top:1px solid #ececec; padding-top:1em; padding-bottom:30px;}

#moreNews h4{ font-size:1.2em; color:#04529f; margin:1em; margin-left:0;}

#moreNews p{ font-size:1em; text-align:left; }

#moreNews p span{ color:#888;}

#moreNews a{}

#moreNews a:hover{ text-decoration:none}

#moreNews a:visited {

	color:#989898;

}

/*下载列表*/
.sCat{ border:1px solid #e0e0e0;  margin-bottom:30px;}
.down_list{ padding-top:15px; padding-bottom:15px;  }
.down_list li{ padding-top:5px; padding-bottom:5px; font-size:1.1em}
.sCat_title{ background:#8a8a8a; color:#fff; padding:13px; font-size:1.1em; border:1px solid #808080;}
.sCat_title a{ color:#fff;} 


/*底部*/
.content-all-box{background:url(images/grandpower/partner-bg-wg-inner.jpg) no-repeat center bottom #fff;/*#ebf0f3*/}

.hr_yello_bar{ border-width:2px; margin-top:4px; border-color:#88a31a}

/**/
.pro-border-top{ border-top:1px solid #d5d5d5; margin-top:30px; padding-top:30px;}

#content_news_list_box{ padding-bottom:3em;}

.right_news_list_box{width:auto; min-height:400px; background:#fafafa;box-shadow: 1px 1px 10px rgba(100,100,100,0.2); margin-top:50px; border:1px solid #e0e0e0; padding:10px; padding-top:20px;}
.right_news_title{font-size:1.5em; padding-bottom:15px; border-bottom:1px solid #c0c0c0;}
.right_news_box{padding-top:15px; border-top:1px solid #f9f9f9;}
.right_news_list{padding-bottom:15px;}
.right_news_list img{max-width:80%; max-height:140px}
.rnew-title{padding:10px;}

/*下载*/
#go_dow_box{ display:none}
.go_to_down_box{position:relative; width:100%; height:auto; padding-top:15px;}
.down_box_01{position:absolute; width:30px; height:30px; left:150px; top:1px; font-size:18px; color:#333}
.down_box_02{position:relative; left:30px; width:460px; min-height:160px; background:#f0f0f0; font-size:14px;padding:15px; color:#333;}

.down_box_02 .error{ font-weight:lighter; color:#f00}
.down_box_02 .errMsg_1{ text-align:center; padding-top:4px;} 


/*产品页*/
.block_product{ min-height:700px;}
.pro_name{ text-align:left; padding-top:2em; padding-bottom:2em; font-size:2em;}
.proBoxTxt{ text-align:left; min-height:400px; padding-bottom:300px;}


.our-partner{height:400px; padding-top:130px;  margin-top:30px;}

.img_box{border:1px solid #d0d0d0;box-shadow: 1px 1px 8px rgba(100,100,100,0.1); height:442px; display:block}
.img_box_inner{ /*display:table-cell;*/ vertical-align:middle; width:100%; height:442px;}
.p_small_pic{ display:block; border:1px solid #e0e0e0; width:100%; background:#fff; height:92px;}
.p_small_pic span{ display:block; width:100%; height:92px; vertical-align:middle}
.p_small_pic img{ width:70%;}

/*编辑用的*/
.edit_gray_box{background:#f5f5f5;padding:15px;}
.proBoxTxt .edit_max-w90{ max-width:90%;}

.proBoxTxt .pro_download{ font-size:1em;}
.proBoxTxt .pro_download a{ color:#454545;}
.proBoxTxt .pro_download a:hover{ color:#95b409;}
.proBoxTxt .nav_button{ border-bottom:none}
.proBoxTxt .nav_button a{ padding:5px; min-width:120px; color:#454545}
.proBoxTxt .nav_button a:hover{ color:#fff;}
/*导航居左*/
.proBoxTxt .go_to_left{ position:fixed; left:-5px; top:20px; width:100px; padding-left:5px; padding-top:25px; padding-bottom:15px; background:#fefefe; z-index:999; box-shadow: 1px 1px 10px rgba(100,100,100,0.2);filter: alpha(opacity=88);opacity: 0.88; }
.proBoxTxt .go_to_left .nav_button a{ width:70px; min-width:70px; padding-top:5px; padding-bottom:5px; margin-left:0px; margin-right:0px; text-align:center; margin-bottom:10px; font-size:0.7em; border-radius: 3px;}
.proBoxTxt .go_to_left .text_color_6{ font-size:1.1em;}


/*客服条*/
.qq_side img{border:0;}
.qq_side{position:fixed;width:54px;height:275px;right:0;bottom:0px;z-index:9900;}
.qq_side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444; text-align:left;}
.qq_side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#333;opacity:1;filter:Alpha(opacity=100);color:#333;font:14px/54px "微软雅黑";overflow:hidden;}
.qq_side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#333;opacity:1;filter:Alpha(opacity=100);transition:all 0.3s;}
.qq_side ul li .sidetop:hover{background:#fbd101;opacity:1;filter:Alpha(opacity=100);}
.qq_side ul li img{float:left;}
/**/

/*pad*/

@media (min-width: 768px) and (max-width: 991px) {
  .qq_side{ display:none}
}



/*mobile*/

@media (max-width: 767px) { .qq_side{ display:none}
body .pad-left_phone .reg_login{ text-align:left; color:#fff; text-align:left; font-size:0px;}
body .pad-left_phone .reg_login a{ color:#333; display:block; padding-left:15px; font-size:13px;}
.lang_box{ display:block}
}


/*结束QQ*/
.phone_title_desc{ display:none}
.parner_img img{ width:100px;}

/*对旧显示1024的调整*/
@media (min-width: 992px) and (max-width: 1024px) {
  /*导航*/
   .menu_block .nav_2{font-size:1em; margin-right: 0px;}

  .page_box{ font-size:12px;}

.menu_block .nav_1{padding-right:15px;}
.menu_block .nav_2{padding-right:15px; padding-left:15px;}
.menu_block .nav_3{padding-left:15px;}
 /*-end导航*/
 
 /*屎碌梗*/
 .gp_slg_text_b{ font-size:10px; padding-bottom:20px;}
 

 
 /*客户*/
 .our-partner{ font-size:12px;}
 .parner_img img{ width:94px;}
 
 /*底*/
 #footer{ font-size:11px;}
 .bottom_txt { font-size:10px}
 
 /*导航居左*/
 /*导航居左*/
.go_to_left{ width:118px; padding-left:5px; padding-top:25px;}
.go_to_left .nav_button a{ width:92px; min-width:92px;padding-left:2px; padding-right:2px; padding-top:5px; padding-bottom:5px; margin-left:0px; margin-right:0px; text-align:center; margin-bottom:10px; font-size:0.6em; }
.go_to_left .text_color_6{ font-size:1em;}

/*产品居左*/
/*导航居左*/
.proBoxTxt .go_to_left{ position:fixed; left:-5px; top:20px; width:60px; padding-left:2px; padding-top:25px; padding-bottom:15px; }
.proBoxTxt .go_to_left .nav_button a{ width:40px; min-width:40px; padding-top:2px; padding-bottom:2px; margin-left:0px; margin-right:0px; text-align:center; margin-bottom:10px; font-size:0.4em; border-radius: 3px; line-height:1.5em}
.proBoxTxt .go_to_left .text_color_6{ font-size:0.8em;}

} 


/*对旧显示1024的调整*/
@media (min-width: 1025px) and (max-width: 1280px) {
 

/*产品居左*/
/*导航居左*/
.proBoxTxt .go_to_left{ position:fixed; left:-5px; top:20px; width:82px; padding-left:2px; padding-top:25px; padding-bottom:15px; }
.proBoxTxt .go_to_left .nav_button a{ width:60px; min-width:60px; padding-top:2px; padding-bottom:2px; margin-left:0px; margin-right:0px; text-align:center; margin-bottom:10px; font-size:0.5em; border-radius: 3px; line-height:1.5em}
.proBoxTxt .go_to_left .text_color_6{ font-size:1em;}

} 


.menu_block ul .no_display_pc{ display:none; width:60%; float:left; padding-top:13px;}
/*pad平板调整*/
@media (min-width: 768px) and (max-width: 991px) {
	body {
	font-size:12px;
	}
	
 /*导航条*/
  .lang_box{ width:7%;height:70px;  float:left; text-align:center;}
  .lang_box .lang_in_2{display:block; color:#fff; margin-left:10px; font-size:1.5em; display:none}
  .block_menu{ width:70%; float:left;max-width:70%; }
  
  .nav_li_2, .menu_block ul li {
    width: 20%;
    float: left;
    height: 45px;
}
  .menu_block .nav_2 { height: 45px;
    padding-top: 15px;
    padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
    border-right: 1px solid #e0e0e0;}
	
.hasmenu .fa {
    display: none;
}
.block_header {
    height: 92px;
}
.menu_block {
    padding-left: 0;
}
.has_top_border {
    border-top: 1px solid #e0e0e0;
}
.menu_block .no_right_border { border-right:none}	
	
  .menu_block .pad-right .nav_2{ border-right:none}
  
  .menu_block ul .no_display_pc{ display:block; font-size:0.9em;}
body .pad-left_phone .reg_login{ text-align:left; color:#fff; text-align:left; font-size:0px;}
body .pad-left_phone .reg_login a{ color:#333; display:block; padding-left:15px; font-size:13px;}  
  
  /*滚动发生的效果*/
.block_header_move .header_menu{background:#fff; height:44px;}
.block_header_move .header_menu .block_logo img{ max-height:32px;}
.block_header_move .header_menu .menu_block{height:44px}
.block_header_move .header_menu .menu_block ul li{ height:44px;}
.block_header_move .header_menu .menu_block .nav_2{ display:inline-block;  font-size:1em; letter-spacing:0.2em; color:#333; height:44px;padding-top:15px; font-family:'微软雅黑'; }
.block_header_move .lang_box{ height:44px;}

.block_header_move .lang_box .lang_txt{margin-top:15px;} 
.block_header_move .nav_sb{ top:46px;} 

/*屎碌梗*/
.gp_slg_text_b{ font-size:9px;}
.gp_slg_text_b h1{ font-size:1.8em;}
.gp_slg_text{border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
	border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;}
  
/*底*/
.bottom_txt  { padding-top:20px; line-height:1.7em} 
#footer h4{ font-size:15px;}

/*parner*/
 .parner_img img{ max-width:80px;}
 
 
 /*产品块*/
 .pro_gray_block .tow-pro-list{ border-top:none;border-bottom:none; background:#fafafa;}
.pro_white_block .tow-pro-list{ border-top:none;}

.tow-pro-list-1, .tow-pro-list-2{ padding-bottom:4em; padding-top:4em;}
.tow-pro-list-2{ border-left:none;border-top:1px solid #e0e0e0;}

.circle_box{ font-size:11px;}

/*方案*/
.block_solution .col-sm-6{ width:100%;}
.solu-cir-1, .solu-cir-2, .solu-cir-3, .solu-cir-4, .solu-cir-5, .solu-cir-0{ position:static; width:200px; height:200px; margin-bottom:15px; margin-top:15px;}
.solu-list-left .solu-c-a{ font-size:13px;}

.small_but_div{ margin-top:30px;}

.news-all-box{ padding-top:30px; border-left:none; border-top:1px solid #e0e0e0; margin-top:30px;}
.our-partner{ font-size:11px;}

/*导航居左*/
/*导航居左*/
.go_to_left, .proBoxTxt .go_to_left{ position:fixed; left:15px; top:0px; width:100%; padding-left:10px; padding-top:10px; padding-bottom:0px; background:#eee; z-index:999; box-shadow: 1px 1px 10px rgba(100,100,100,0.3);filter: alpha(opacity=100);opacity: 1; border:none; border-bottom:1px solid #333; text-align:center;
border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
	border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}
.go_to_left .nav_button a, .proBoxTxt .go_to_left .nav_button a{ width:auto; min-width:80px;padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; margin-left:8px; margin-right:8px; text-align:center; margin-bottom:10px; font-size:0.8em; border-radius: 3px;}
.go_to_left .text_color_6, .proBoxTxt .go_to_left .text_color_6{ font-size:1em;}
.go_to_left .nav_button, .proBoxTxt .go_to_left .nav_button{ padding-bottom:2px; border-bottom:none}
.go_to_left .nav-top-title, .proBoxTxt .go_to_left .nav-top-title{ display:none}

/*新闻*/
#news_list, #news_detail{ padding-left:15px;}
.right_news_list_box{ display:none}

/*下载*/
.down_box_02{width:100%; font-size:12px; left:0;}
.down_box_02 br{ display:none}
.down_box_02 .btn{ font-size:12px;}

/*幻灯*/
.block_silde{ width:100%; height:auto;}
#banner .swiper-slide{ height:auto;}
#banner .swiper-slide .customer_inner img{ width:100%;}
.arrow-left, .arrow-right{ display:none}

body .pagination {
position:relative; 
left: 0;
text-align: center;
bottom: 0px;
width: 100%;
z-index:999;
}

body .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;

background:#aaa;/*border-bottom:1px solid #d0d0d0;background:transparent;*/ 
box-shadow:none;
margin: 0 8px;
cursor: pointer;
border-radius: 50%;
transition: 0.4s;
}
body .swiper-pagination-bullet-active{border-bottom:2px solid #738911;background:#738911; /*width:80px; height:2px; border:2px solid #ffee5b;*/}

#news_detail img{ padding-bottom:5px;}

}

/*
====================pad手机调整=============================
*/
@media (max-width: 767px) {
	body {
	font-size:11px;
	}
	
  /*导航条*/
  /*头*/
.block_header{ height:72px; width:100%;  z-index:999; position:fixed; left:0; top:0;}
.header_menu{border-top:none/*b9bf3c*/;background:#fff ;/*rgba(150,150,150,0.6)rgba(83,117,129,0.6);*/ border-bottom:1px solid #abbac1; height:72px;}


.search-bar-block {
    display: none;
}
.block_logo {
    width: 100%;
    float: left;
    height: 70px;
    background: #fff;
    border-right: none;
    /* background: #212121; */
    text-align: left;
}

.block_logo img {
    max-height: 50px;
    height: 50px;
    margin-top: 15px;
}

.lang_box{ height:60px; }
.lang_box .lang_txt, .lang_box .lang_in_1{margin-top:5px; display:none} 
.lang_box .lang_in_2{ display:block; margin-left:0; text-align:center; margin-top:14px;}
/*header_menu*/

.outer_header{ height:100%; position:relative;}
.block_menu {
    width: 86%;
    float: left;
    max-width: 86%;
}
.nav_menu_block {
    background: #21388b; height:50px;
}
.menu_block{ /*width:76%;*/ height:60px;  /*float:right;*/  /*margin-top:20px;*/ color:#8a8a8a; text-align:center; display:none}

.menu_block ul li{ display:inline-block; position:relative; height:60px; display:none}


.menu_block .nav_2{ display:inline-block;  font-size:1.2em; letter-spacing:0.2em; color:#fff; height:92px;padding-top:36px; font-family:'微软雅黑';text-shadow: 1px 1px 0 #333; display:none;/*#1A668E;*/ }

  
  
  /*滚动发生的效果*/
.block_header_move .header_menu{background:rgba(0,0,0,0.8); border-top:0px solid #000; height:60px;}
.block_header_move .header_menu .block_logo img{ max-height:30px; height:30px; margin-top:15px;}
.block_header_move .header_menu .menu_block{height:60px}
.block_header_move .header_menu .menu_block ul li{ height:46px; display:none}
.block_header_move .header_menu .menu_block .nav_2{ display:inline-block;  font-size:1em; letter-spacing:0.2em; color:#fff; height:46px;padding-top:15px; font-family:'微软雅黑';text-shadow: 1px 1px 0 #333;/*#1A668E;*/ }
.block_header_move .lang_box{ height:60px;}

.block_header_move .lang_box .lang_txt{margin-top:5px;} 
.block_header_move .nav_sb{ top:46px;} 

/*手机不隐藏*/
/*.block_header_none{ opacity:1;filter:Alpha(opacity=100); display:block}*/

/*屎碌梗*/
.gp_sologan_left{ display:none;}
.gp_slg_text_b{ font-size:9px;}
.gp_slg_text_b h1{ font-size:1.8em;}
.padding_top_bot_5em{ padding-left:8px; padding-right:8px;}
.gp_slg_text{
	width:100%;
	border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
	border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;}
  
/*底*/
.bottom_txt  { padding-top:20px; line-height:1.7em} 
#footer h4{ font-size:15px; line-height:2.5em;}

/*parner*/
 .parner_img img{ max-width:80px;}
 
 
 /*产品块*/
 .bold_title{font-size:18px; }
.title_b_line{width:160px;}

.pro_cat_bar{width:100%; min-height:57px; height:auto; background:none; text-align:center; margin-top:30px; border:none; float:none;box-shadow: none/*1px 1px 3px rgba(230,230,230,0.9)*/; position:relative; overflow:hidden}
.pro_cat_bar .btn{ word-break: break-all;word-wrap: break-all; width:100%; white-space:normal;}
.pro_cat_more{ position:absolute; right:15px; top:20px; font-size:1em; color:#fff; display:none}
.pro_cat_bar h2{text-align:center; padding:10px; font-size:16px;}
.pro_list_name h3{line-height:1.6em; font-size:1.6em; color:#212121}
.circle_box_list{ display:none}
 
 .pro_gray_block .tow-pro-list{ border-top:none;border-bottom:none; background:none;}
.pro_white_block .tow-pro-list{ border-top:none;}

.tow-pro-list-1, .tow-pro-list-2{ padding-bottom:4em; padding-top:4em;}
.tow-pro-list-2{ border-left:none;border-top:1px solid #e0e0e0;}

/*方案*/
.block_solution .col-sm-6{ width:100%;}
.solu-cir-1, .solu-cir-2, .solu-cir-3, .solu-cir-4, .solu-cir-5, .solu-cir-0{ position:static; width:200px; height:200px; margin-bottom:15px; margin-top:15px;}
.solu-list-left .solu-c-a{ font-size:13px;}

.small_but_div{ margin-top:30px;}

.news-all-box{ padding-top:30px; border-left:none; border-top:1px solid #e0e0e0; margin-top:30px;}
.our-partner{ font-size:9px;}
.phone_title_desc {
    display: block;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 1.1em;
}

/*幻灯片*/
.block_silde{ width:100%; height:auto; margin-top:0px;}

/*内页菜单*/
.nav_button{ font-size:11px;}
.nav_button a{ display:inline-block; min-width:0px; padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px; border:1px solid #d0d0d0; margin-left:5px; margin-right:5px; text-align:center; margin-bottom:5px; color:#545454;border-radius:0.6em;}
.nav-top-title{ font-size:1.3em}

.proBoxTxt{ font-size:15px;}
.proBoxTxt .nav_button{ line-height:1.5em;}
.proBoxTxt .nav_button a{ min-width:60px;}
/*about*/ 
.about-box{ font-size:15px;}

/*导航居左*/
/*导航居左*/
.go_to_left, .proBoxTxt .go_to_left{ position:fixed; left:15px; top:auto; bottom:0px; width:100%; padding-left:2px; padding-top:10px; padding-bottom:0px; background:#eee; z-index:999; box-shadow: 1px 1px 10px rgba(100,100,100,0.3);filter: alpha(opacity=100);opacity: 1; border:none; border-bottom:0px solid #333; text-align:center;
border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
	border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}
.go_to_left .nav_button a, .proBoxTxt .go_to_left .nav_button a{ width:auto; min-width:60px;padding-left:3px; padding-right:3px; padding-top:5px; padding-bottom:5px; margin-left:3px; margin-right:3px; text-align:center; margin-bottom:10px; font-size:0.9em; border-radius: 3px;}
.go_to_left .text_color_6, .proBoxTxt .go_to_left .text_color_6{ font-size:1em;}
.go_to_left .nav_button, .proBoxTxt .go_to_left .nav_button{ padding-bottom:2px; border-bottom:none}
.go_to_left .nav-top-title, .proBoxTxt .go_to_left .nav-top-title{ display:none}

#footer .footer-copyright{ min-height:130px; }

.pad-left_phone .btn{ padding-top:5px; padding-bottom:5px;}

/*新闻*/
#news_list, #news_detail{ padding-left:15px;}
.right_news_list_box{ display:none}
/*下载*/
.down_box_02{width:100%; font-size:12px; left:0;}
.down_box_02 .btn{ font-size:12px;}
.down_box_02 br{ display:none}

/*幻灯*/
.block_silde{ width:100%; height:auto;}
#banner .swiper-slide{ height:auto;}
#banner .swiper-slide .customer_inner img{ width:100%;}
.arrow-left, .arrow-right{ display:none}

body .pagination {
position:relative; 
left: 0;
text-align: center;
bottom: 0px;
width: 100%;
z-index:999;
}

body .swiper-pagination-bullet {
display: inline-block;
width: 10px;
height: 10px;

background:#aaa;/*border-bottom:1px solid #d0d0d0;background:transparent;*/ 
box-shadow:none;
margin: 0 8px;
cursor: pointer;
border-radius: 50%;
transition: 0.4s;
}
body .swiper-pagination-bullet-active{border-bottom:2px solid #738911;background:#738911; /*width:80px; height:2px; border:2px solid #ffee5b;*/}


#news_detail img{ display:block; padding-bottom:5px; text-align:center; max-width:100%;}

.fair_date{ display:none}

}

/***************************************/

/*pad phone菜单*/
/*类目pad and mobile*/

body .pad-left_menu, body .pad-left_phone{ display:none; z-index:999; font-size:15px; overflow:auto}

body .pad-mark-bg{ display:none; z-index:990; background:rgba(0,0,0,0.7); position:fixed; right:0; top:0; width:100%;min-height:400px;}

#pad-right-bar{ display:none; position:fixed; top:40%; right:1em; z-index:9990;}

/*pad*/

@media (min-width: 768px) and (max-width: 991px) {

    body .left_menu{

		   display:none;

		}

   body .pad-left_menu, body .pad-left_phone{ display:none; position:fixed; width:70%; min-height:400px; right:-70%; top:0%;background:#fff; border-left:4px solid #d10b2f; z-index:999;}	

   body .pad-left_phone a{ font-size:1em; font-weight:400;  width:80%; margin-top:0.6em; color:#fff; padding-top:10px;  height:46px;}
   body .pad-left_phone .nav_a_1{ display:block; padding-left:15px; text-align:left; color:#545454; padding-top:3px; padding-bottom:3px; margin-top:5px; height:auto}

   #pad-right-bar{ display:block; font-size:15px;}

   #pad-right-bar a{ background:rgba(0,0,0,0.6); display:block; width:40px; height:40px; padding-top:5px; margin-bottom:0.5em; color:#fff; font-size:1.5em;}	
   
   #product_content_box{ padding-left:15px; font-size:1em;}

}



/*mobile*/

@media (max-width: 767px) {

	

	 body .left_menu{

		   display:none;

		}

     body .pad-left_menu, body .pad-left_phone{ display:none; position:fixed; width:90%; min-height:400px; right:-90%; top:0%;background:#fff; border-left:4px solid #d10b2f; z-index:999;}	

	 body .pad-left_phone a{ font-size:1em; font-weight:400;  width:80%; margin-top:0.6em; color:#fff; padding-top:10px;  height:auto;}
      body .pad-left_phone .nav_a_1{ display:block; padding-left:15px; text-align:left; color:#545454;padding-top:3px; padding-bottom:3px; margin-top:5px; height:auto}
   

     #pad-right-bar{ display:block; font-size:15px}

     #pad-right-bar a{ background:rgba(0,0,0,0.6); display:block; width:40px; height:40px; padding-top:5px; margin-bottom:0.5em; color:#fff; font-size:1.5em;}	
     
	 
	 #product_content_box{ padding-left:15px; font-size:1em;}
  

}

/**/
#menu-panel-mark  {
   border-top:1px solid #000; 
  font-weight:lighter; font-size:15px;
  background: #212121; overflow:auto;
  position:fixed; right:0; top:123px;  z-index:9991; width:60%; height:100%; opacity:0;
 
}
#menu-panel-mark a{ display:block; color:#959595; text-shadow: 1px 1px 0px #121212; font-weight:400; font-size:1em; height:3em; padding-top:0.8em;
padding-bottom:0.8em; border-top:1px solid #353535; border-bottom:1px solid #000; text-indent:0.6em;}

#menu-panel-mark a:hover{ color:#000; text-shadow: 0px 1px 0px #888;}
@media (min-width: 768px) and (max-width: 991px) {
#menu-panel-mark{ top:130px; }
#menu-panel-mark a{ font-size:1.2em;}#menu-panel-mark .pad_menu{ display:none}
}


/*产品首页*/
.product-index-box{min-height:200px; background:rgb(245, 245, 245); padding-top:30px; padding-bottom:30px; margin-top:30px;}
.product-index-img{width:30%; float:left}
.product-index-img img{max-width:90%; border:1px solid #eee; background:#fff; margin-top:15px;margin-bottom:15px;  -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.product-index-img img:hover{ border:1px solid #e62138;}
.product-index-txt{width:65%; float:right; margin-right:15px;}
.p-i-btitle{margin-top:15px; text-align:left; padding-left:15px; font-size:16px;}
.p-i-intro{text-align:left; padding-left:15px; padding-top:15px; color:#333; line-height:1.8em; font-size:1.1em; padding-right:20px;}
.p-cat-list{padding-top:0px; text-align:left; padding-left:15px;}
.p-cat-list .son_menu{display:inline-block;}
.p-cat-list .son_menu .fa{ color:#e62138}


.p-i-btitle .big_menu{ display:inline-block; width:40%; text-align:left; padding:8px; position:relative; margin-bottom:6px;}
.p-i-btitle .big_menu .fa{ color:#888; font-size:17px;}

.p-i-btitle .big_menu:hover .menu-list-rightarr{right:10px;background:url(images/page/head05.png) no-repeat center center;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;opacity:1;filter:Alpha(opacity=100)}
	
.p-i-btitle .big_menu:hover{ background:#e62138; color:#fff; text-decoration:none;}
.p-i-btitle .big_menu:hover .fa{ color:#fff; font-size:17px;}


.p-i-btitle .menu-go-more{ display:inline-block; padding:8px; padding-left:30px; background:#e62138; color:#fff; width:30%; text-align:left; position:relative}
.p-i-btitle .menu-go-more:hover{ text-decoration:none;}
.p-i-btitle .menu-go-more .menu-list-rightarr{opacity:1;filter:Alpha(opacity=100)}
.p-i-btitle .menu-go-more:hover .menu-list-rightarr{ right:10px;background:url(images/page/head05.png) no-repeat center center;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}

/*菜单深化*/
.pc_left_menu{width:22%}
.menu_left{background:#f5f5f5; min-height:500px;}

.pro-title-name{text-align:left; padding:30px; padding-bottom:15px; font-size:20px;}
#product_menu_list .big{text-align:left; padding:15px; padding-top:5px;}
#product_menu_list .big .bname{display:inline-block; padding-left:8px; padding-top:6px; padding-bottom:6px;margin-top:4px; margin-bottom:4px; font-size:1.1em;    border-radius: 4px; width:100%;}
#product_menu_list .big_son{text-align:left; padding-left:10px;}
#product_menu_list .big .sname{display:block; padding-top:5px; padding-bottom:5px; font-size:1em; padding-left:8px; margin-top:3px; margin-bottom:3px; border-radius: 3px;}

#product_menu_list .big .bname:hover, #product_menu_list .big .sel_cat{ text-decoration:none; background:#e62138; color:#fff; width:100%; }
#product_menu_list .big .sname:hover, #product_menu_list .big .sel_cat{ text-decoration:none;background:#e62138; color:#fff; width:100%;}


/**/
.pro-menu-block a{ text-decoration:none}
.pro-menu-block .cat-big{ color:#333; background:#f1f1f1;}
.pro-menu-block .cat-big:hover{ color:#fff; background:#e62138;}


.pro-menu-block .menu-a-list{display:inline-table; width:100%; height:100%;font-size:1.1em; text-align:center; color:#333; padding:8px; padding-left:32px; padding-right:32px; border:1px solid #ddd; margin-bottom:15px;}


.pro-menu-block .menu-a-list:hover{ color:#fff; background:#fbd101;border:1px solid #e4c00c}
.pro-menu-block .red-bg{background:#fbd101; color:#fff; border:1px solid #e4c00c }

.pro-menu-son{ display:none;width:100%; min-height:60px; /*background:url(images/page/white-gradient-fade.jpg) repeat-x left bottom*/ background:#fafafa; padding-top:5px;}

.pro-img-list img{ max-width:100%;}

/*产品首页*/
.menu_list_small{ float:left; width:50%; padding-bottom:8px;}

.menu_list_small ul{ padding-left:20px; padding-top:15px; padding-bottom:15px; text-align:left; border:1px solid #e5e5e5; margin:10px 10px 10px 10px; background:#f9f9f9;box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;}
.menu_list_small ul li{ font-size:0.9em; padding-top:3px; padding-bottom:6px;}
.menu_list_small ul li a{ color:#333; -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.menu_list_small ul li a .fa{ color:#e62138;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
.menu_list_small ul li a:hover{ color:#e62138; text-decoration:none}
.menu_list_small ul li a:hover .fa{ color:#e62138}

.menu_list_small .son_menu{ font-size:1.1em}


/*产品类别页*/
.pro-bigcat-item{ float:left; margin-right:15px;background:#f5f5f5}
.cat-item-3{ border-right:none}
.menu-two-cat{ padding-top:1px; float:left; width:25%;}
.menu-two-cat .m-t-cat-a{ padding:10px; text-align:center;  display:block; width:100%; font-size:1.2em; border:1px solid #e0e0e0;}
.menu-two-cat .m-t-cat-a:hover{ background:#e62138; color:#fff; text-decoration:none; border:1px solid #e62138}
.menu-3-cat{width:100%; margin-top:0px; border-right:1px solid #e0e0e0;border-left:1px solid #e0e0e0; border-bottom:1px solid #e0e0e0;  /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;*/}
.menu-3-cat li{  }
.menu-3-cat li a{ padding:5px; padding-top:8px; padding-bottom:8px; display:block;}
.menu-3-cat li a:hover{ background:#e62138; color:#fff; text-decoration:none}

.menu-two-cat .mt-cat-2, .menu-two-cat .mt-cat-3, .menu-two-cat .mt-cat-3, .menu-two-cat .mt-cat-4, .mt-cat-2, .mt-cat-3, .mt-cat-3, .mt-cat-4{ border-left:none}


.big-cat-son-cat{margin-top:15px; background:url(images/page/white-gradient-fade.jpg) repeat-x left bottom #fff;min-height:100px; padding:15px; padding-top:30px; border:1px solid #e9e9e9;}
.bs-cat-h3{font-size:1.1em; text-align:left; padding-bottom:15px; display:block;}
.bs-cat-h3 a{ display:block; width:100%; padding:10px; padding-left:15px; padding-right:15px;}

.bs-cat-h3 a .fa{ color:#e62138}

.bs-cat-h3 a:hover{ text-decoration:none; color:#fff; background:#e62138;     border-radius: 4px;}
.bs-cat-h3 a:hover .fa{ color:#fff;}
.bs-cat-table{ width:100%; padding:0; margin:0;}
.bs-cat-td1{width:30%}
.bs-cat-td1 img{ max-width:90%} 
.bs-cat-td2{width:70%;  font-size:0.9em}
.bs-cat-clear{clear:both; }
.mutil-cat{padding-top:50px; padding-bottom:0px; clear:both;}
.mutil-cat h2{text-align:left; font-size:1.8em}


.show_menu_button{display:inline-block; text-align:left; font-size:1.5em;}
.show_menu_button a{display:inline-block; text-align:left; font-size:1.5em;}
.pro-one-cat-hidden{ display:none}

.hr-border{border-width:3px}

.pro-onecat-mode{text-align:left}
.pro-onecat-mode-button{text-align:center; display:inline-block; padding:10px; padding-left:50px; padding-right:50px; background:#e62138; color:#fff; font-size:1.2em}

.pro-one-cat-list{ margin-bottom:50px; background:#f5f5f5;}
.pro-one-cat-title h2{text-align:left; padding-bottom:15px;font-size:1.3em}
.pro-one-cat-intro{text-align:left; padding-bottom:15px;}
.pro-one-cat-icon{text-align:left; padding-bottom:15px;}
.pro-one-cat-clear{padding-top:30px; padding-bottom:30px;}

.pro-detail-img{ padding-left:15px;}
.pro-detail-img img{ max-width:90%;}

.pro-detail-txt{text-align:left;padding:30px; background:#f5f5f5; min-height:220px;   line-height:1.8em}

#bottom-desc a{ text-decoration:none}
#bottom-desc .pro-items-b{float:left; width:25%; height:60px; background:#f5f5f5; padding-top:16px; font-size:1.3em; }
#bottom-desc .pro-items-b1{float:left; width:25%; height:60px; background:#f5f5f5; border-right:1px solid #e0e0e0;}
#bottom-desc .pro-items-sel{background:#e62138; color:#fff;}

.pro-items-desc{padding-top:15px;}
.pro-items-data{padding-top:15px;}
.pro-items-data td{ border:1px solid #d0d0d0;}


.pro-items-down{padding-top:15px;}

.pro-desc-inner{padding:30px; min-height:300px; /*background:#f9f9f9;*/background: -moz-linear-gradient(top, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(top, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to bottom, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0 );text-align:left; line-height:1.8em; font-size:1.1em;}

.product-cat-desc{ text-align:left; line-height:1.9em; font-size:1.2em}
.product-cat-desc p{ padding-bottom:5px;}
 
.product-cat-desc img{max-width:100%;}

.pro-onecat-mode-button-gray{ background:#f2f4f3;text-align:center; display:inline-block; padding:8px; padding-left:50px; padding-right:50px;  color:#333; font-size:1.2em}

.pro-on-cat-title h2{ font-size:1.1em;}
.pro-one-cat-icon{ font-size:0.9em}

.pro-small-img-list{background:#fafafa; height:144px; padding-top:28px; padding-left:30px; padding-right:30px; position:relative;}
.small_pic_arr_left{position:absolute; left:0; top:40%; width:30px; height:50%px;}
.small_pic_arr_right{position:absolute; right:0; top:40%; width:30px; height:50%px; }

.more_product_title{color:#333; font-size:1.2em; text-align:left; padding-bottom:50px;}
.more_product_title a{display:inline-block; padding:10px;padding-left:50px; padding-right:50px; background:#e62138; color:#fff;}
.pro-more-item{padding-top:15px; padding-bottom:15px; background:#fff;box-shadow: 1px 1px 5px rgba(100,100,100,0.4);}
.pro-more-item a .fa{ color:#e62138}
.pro-more-item a:visited{ color:#8a8a8a;}
.pro-more-item a:visited .fa{ color:#666;}
.pro-more-item img{border:1px solid #f5f5f5; padding:1px;}
.p_small_pic_sel{ border:1px solid #e62138}
.pro-items-data, .pro-items-case, .pro-items-down{ display:none}
.pro-items-case{ padding-top:15px; background:#fff;}
.pname-title{ font-size:1.5em; }
.pro-now-cat{ margin-top:8px; font-size:1em;}
.pro-now-cat a:hover{ text-decoration:none}
.pro-one-cat-list{ padding:15px;}

.cat-3-list { text-align:left; padding-top:30px; font-size:1.2em;}
.cat-3-list a { display:inline-block; padding:3px; padding-left:15px; padding-right:50px;  border-radius: 4px; margin-right:5px; margin-bottom:10px;}
.cat-3-list a .fa{color:#e62138}
.cat-3-list a:hover, .cat-3-list .sel_cat{ background:#e62138; color:#fff; text-decoration:none}
.cat-3-list a:hover .fa, .cat-3-list .sel_cat .fa{ color:#fff;}

.product_nomal_list{ min-height:400px;}
.product_nomal_list img{ width:70%;max-width:70%;}
.pn_list{  margin-top:30px; margin-bottom:10px;/*box-shadow: 1px 1px 5px rgba(100,100,100,0.4);*/}
.pn_list h3{ text-align:center; padding-top:30px; padding-bottom:10px; font-size:1.2em; text-align:left; padding-left:15px;}
.pn_list h3 a{ display:block}
.pn_list h3 .fa{ font-size:0.9em}
.pn_list h3 a:hover{ text-decoration:none}

.pn_list p{ padding-bottom:20px; padding-left:0px;}

.pn_list .pj_list{ border:1px solid #e0e0e0;}
.pn_list .pj_list:hover{border:1px solid #e62138;}


.no-content-tips{ height:200px; padding-top:50px; font-size:1.5em;}
.pro-detail-txt-box{padding-right:15px;}
.phone_clear_box{ display:none;}
.some_link{ text-align:left}
.some_link_right{text-align:right}	
.show_block .pro-items-b1{ display:none}
.no_border_about{ border-right:none}
.cat-about-4{ }
.cat-about-5{ }

.pro_simple_desc{ padding-top:15px; padding-bottom:15px;}

.show_block_mobile{ display:none}
.hide_block_mobile{ display:none}

/*.cat-about-6{ border-bottom:1px solid #e0e0e0;}
.button_list_1 .cat_button_1{ border-right:none;}
.button_list_2 .cat_button_2{ border-right:none;}
.button_list_3 .cat_button_3{ border-right:none;}
.button_list_4 .cat_button_4{ border-right:none;}
.button_list_5 .cat_button_5{ border-right:none;}

.button_list_6 .cat_button_3, .button_list_6 .cat_button_6 { border-right:none}
.button_list_6 .cat_button_4, .button_list_6 .cat_button_5, .button_list_6 .cat_button_6{ border-bottom:none; border-top:1px solid #e0e0e0;}
*/

/*搜索*/

	
.search_box_show_01 .go_search_box{position:absolute; left:0px; top:6px;-webkit-transition: all .2s linear .3s;
    -moz-transition: all .2s linear .3s;
    -o-transition: all .2s linear .3s;
    transition: all .2s linear .3s; opacity:1;filter:Alpha(opacity=100)}
.search_box_show .go_search_box:hover{ color:#4285f4;-webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}	
	
.top_bar_link{ float:right; padding-top:22px;  width:auto; color:#aaa; text-align:right; padding-right:30px; font-size:0.9em}	

.block_header_move .search_box_show{ top:6px;}

.foot_logo_img {
    max-width: 80%;
}


/*user*/
.user_box{ height:50px;}
.user_box a{ text-decoration:none}
.user_form_box, .company_form_box{width:100%; height:auto; background:url(images/page/dot-1.png) repeat left top #f5f5f5; padding:30px; padding-top:50px; padding-bottom:80px;}
.company_form_box{ display:block}
.user_box input[type=radio] {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    vertical-align:text-top;
    cursor: pointer;
}
.lang_box{ display:none}

@media (max-width: 767px) {

 
 #top_bar_style, .block_header_0{ display:none}
 
 .container{ padding-left:15px; padding-right:15px;}
 
 #banner-out{ padding-top:123px;}
	
.some_link{ text-align:center}
.some_link_right{text-align:center}	
.wx-phone-box{ display:none}
.phone_clear_box{ display:block; clear:both; width:100%;}

/*产品*/
.pro-bigcat-item{width:48%; height:40px; margin-right:0.5%;}
.pro-menu-block .menu-a-list{font-size:1.2em; padding:0; padding-left:8px; padding-right:8px;}
.pro-menu-block .menu-a-list span{display: table-cell;vertical-align: middle;text-align: center; height:40px;}

.mutil-cat{padding-top:30px;}
.mutil-cat h2{ font-size:1.6em}

.product-index-box{min-height:200px;  padding-top:0px; padding-bottom:15px; margin-top:20px;}

.product-index-img{width:100%; float:none}
.product-index-img img{max-width:100%;margin-top:0px;margin-bottom:15px;}

.product-index-txt{width:100%; float:none; margin-right:0px;}
.p-i-btitle{margin-top:15px; text-align:left; padding-left:15px; font-size:1.3em; padding-right:15px;}
.p-i-btitle .menu-go-more{ display:inline-block; padding:8px; padding-left:30px; background:#e62138; color:#fff; width:100%; text-align:left; position:relative}

.menu_list_small{ float:none; width:100%; padding-bottom:8px;}
.cat-3-list a { display:inline-block; padding:3px; padding-top:6px; width:50%; float:left; padding-left:15px; padding-right:15px;  border-radius: 4px; margin-right:0px; margin-bottom:10px;}

.pro-detail-img{ padding-left:15px;  margin-bottom:10px;}
.pro-detail-txt-box{padding-right:15px; padding-top:80px;}

.img_box, .img_box_inner{ height:auto; padding-top:15px; padding-bottom:15px;}

.pro-small-img-list{ position:absolute; top:0; padding-left:0px; padding-right:0px; left:0; width:100%; background:#fff; height:auto; padding-top:15px;}
.p_small_pic{ height:50px;}
.p_small_pic span{ height:50px}
.p_small_pic img{ width:auto; max-width:100%; max-height:40px;}
.phone_clear_box{ display:block; clear:both; width:100%; height:15px;}

.pro-detail-txt{ min-height:160px;}
.pro_simple_desc{ font-size:1.3em; padding-top:10px; padding-bottom:10px;}


.detail_desc{ display:none}
.pro-items-data, .pro-items-case, .pro-items-down{ display:block}
#bottom-desc .pro-items-b1{float:left; width:60%;  height:atuo;border-right:none; height:36px; padding-top:8px;}
.pro-desc-inner{ min-height:150px; height:auto;}
.pro-desc-inner img{ max-width:100%; height:auto}
.pro-items-data .pro-desc-inner{ min-height:150px; height:auto; padding-left:5px; padding-right:5px;}
.show_block .pro-items-b1{ display:block; font-size:1.3em;}
.pro-more-item{ font-size:1.2em;} 
.pro-more-item img{border:none; padding:0px; max-width:65%; padding-bottom:10px;}
.show_block_mobile{ display:block}
.hide_block_mobile{ display:none}
#search_pro_form{ display:none}
.pc_left_menu{width:100%; height:auto; min-height:10px;}
.menu_left{ min-height:10px; height:60px;}
.menu_left #q_txt1{ height:28px; width:90%}
.menu_left .fa{ font-size:20px;}
.product_nomal_list img{ max-width:80%;}


/*.cat-about-6{ border-bottom:1px solid #e0e0e0;}
.button_list_1 .cat_button_1{ width:100%}
.button_list_2 .cat_button_1, .button_list_2 .cat_button_2{ width:50%}
.button_list_4 .cat_button_1, .button_list_4 .cat_button_2, .button_list_4 .cat_button_3, .button_list_4 .cat_button_4{ width:50%}
.button_list_4 .cat_button_2{ border-right:none; border-bottom:1px solid #e0e0e0;}
.button_list_4 .cat_button_1{ border-bottom:1px solid #e0e0e0;}

.button_list_5 .cat_button_3{ border-right:none;}
.button_list_5 .cat_button_4, .button_list_5 .cat_button_5{ width:50%; border-top:1px solid #e0e0e0;}
*/
/*
.button_list_1 .cat_button_1{ border-right:none;}
.button_list_2 .cat_button_2{ border-right:none;}
.button_list_3 .cat_button_3{ border-right:none;}
.button_list_4 .cat_button_4{ border-right:none;}
.button_list_5 .cat_button_5{ border-right:none;}

.button_list_6 .cat_button_3, .button_list_6 .cat_button_6 { border-right:none}
.button_list_6 .cat_button_4, .button_list_6 .cat_button_5, .button_list_6 .cat_button_6{ border-bottom:none; border-top:1px solid #e0e0e0;}
*/

.lang_box {
    width: 14%;
    height: 50px;
    float: left;
    text-align: center;
    background: #fbd101;display:block
}
}  

.c-img-a{ display:inline-block;border:1px solid #fff}
.c-img-a:hover{ border:1px solid #e62138}
.c-img-a img{ max-width:100%;}
.c-img-title{ padding-top:15px; font-size:1.1em}
.c-img-title:hover{ text-decoration:none}

.news-img-s a img{ border:1px solid #f0f0f0; padding:1px;}
.news-img-s a:hover img{border:1px solid #fcac00;}

.textBoxTxt table{ border:1px solid #e0e0e0; text-align:center}
.textBoxTxt table td{ border:1px solid #e0e0e0; padding:5px; padding-top:10px; padding-bottom:10px;}
.cart_list img{ max-width:80%; border:1px solid #e0e0e0;}

@media (min-width: 768px) and (max-width: 991px) {
.p-i-btitle .menu-go-more{ display:inline-block; padding:8px; padding-left:30px; background:#e62138; color:#fff; width:60%; text-align:left; position:relative}
.img_box_inner, .img_box{ height:auto}
.pro-small-img-list{ height:auto}
.p_small_pic_sel{ height:auto}
.pro-detail-img img {width:70%; max-width:70%; max-height:90%; }
.p_small_pic img{width:70%; max-width:70%; max-height:90%;}
.phone_clear_box{ display:block; clear:both; width:100%;}
.pro-more-item{ margin-bottom:15px;}

.detail_desc{ height:60px;}
#bottom-desc .pro-items-b{float:left; width:25%; height:60px; background:#f5f5f5; padding-top:16px; font-size:1.3em; }
#bottom-desc .pro-items-b1{float:left; width:25%; height:60px; background:#f5f5f5; border-right:1px solid #e0e0e0;}
#bottom-desc .pro-items-sel{background:#e62138; color:#fff;}
.pro-desc-inner img{ max-width:100%;}

.block_header_0{ display:none}

.header_menu {
    height: 80px;
}

.block_header {
    background: #fff;
    border-bottom: none;
	height: 123px;
	position: fixed;
}
.fair_date {
    width: 40%;
    margin-top: 10px;
}
.menu_block {
    display: none;
}
.phone_title_desc {
    display: block;
    color: #fff;
    padding-top: 15px;
}
.lang_box {
    width: 15%;
    height: 50px;
    padding-top: 8px;
    float: left;
    text-align: center;
    display: block;
    background: #fbd101;
}
.lang_box .lang_in_2 {
    display: block;
    color: #fff;
    font-size: 1.5em;
    margin-left: 0;
}
.block_menu {
    width: 85%;
    float: left;
    max-width: 85%;
}
.nav_menu_block {
    background: #21388b;
}
.block_logo img {
    margin-top: 10px;
}
 .hide_block_mobile {
    display: none;
}
.show_block_mobile {
    display: block;
}
}



#banner .silde_img_bg_pc{  height:244px;}

@media (max-width: 900px){
#banner .sild_img_bg_pc{  height:190px;}

}

@media (min-width: 1280px){
#banner .silde_img_bg_pc{  height:320px;}

}

@media (min-width: 1600px){
#banner .silde_img_bg_pc{  height:380px;}
}
@media (min-width: 1900px){
#banner .silde_img_bg_pc{  height:420px;}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.pt_txt{ font-size:16px; }
	#banner{ font-size:12px;}
	.case_title{ font-size:1.3em; padding-top:20px;}
	.nav-img-width{ max-width:100%}

    .nav-padding-product{ text-align:left; padding-left:0px;}
	.menu-list-box .menu-go-more{ width:50%}
	.menu-list-box .menu-go-more-product{width:100%}
	.menu-list-box .menu-go-more-solu{ width:70%}
	.menu-list-box .menu-go-more-about{width:70%}
	.search_box_show{ width:180px;}
	#q_txt{ width:160px;}
	.download_button{ display:none}
}

@media (min-width: 1025px) and (max-width: 1199px) {
	.menu_block .nav_2{ margin-right:15px; font-size:1.1em}
	.nav-padding-product{ text-align:left; padding-left:15px;}
	.nav-img-width{ max-width:100%}
	.search_box_show{ width:180px;}
	#q_txt{ width:160px;}
	.download_button{ display:none}
}

/*注册*/
.bussiness_txt{ width:15px; height:15px; vertical-align:text-top}
.pro-list-block{ padding:15px; padding-top:25px; background:#f5f5f5;} 

body .more_bar{position:relative; margin-top:20px; height:30px; }
body .pj_rmore{position:absolute; left:0; top:0px; height:30px; background:#474747; width:90px; padding-top:2px; padding-right:30px; text-align:center; color:#fff;}

body .news_bar_more:hover, body .pj_rmore:hover, body .brand_more:hover{ background:#fbd101; text-decoration:none; color:#fff;}
body .news_bar_more span, body .pj_rmore span, body .brand_more span{position:absolute; right:0; top:0px; width:36px; height:30px; background:#999; text-align:center; color:#fff; padding-top:2px}
body .news_bar_more span .fa, body .pj_rmore span .fa, body .brand_more span .fa{ padding-left:0; -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
body .news_bar_more:hover span .fa, body .pj_rmore:hover span .fa, body .brand_more:hover span .fa{ padding-left:5px; -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;}
	
/*index_project*/
.project_title{text-align:left; font-size:20px; padding-top:15px;}
.project_intro{text-align:justify; line-height:1.5em; padding-top:15px; font-size:0.95em}

.pc_clear, .pad_clear, .phone_clear{ width:100%; clear:both; padding:15px;}
.pad_clear, .phone_clear{ display:none}

.table_pj{ height:140px; border:1px solid #e0e0e0;}

.pj_out{ display:block; border:1px solid #e0e0e0; text-align:center}
.pj_inner_center{ width:100%; height:140px; display:table-cell; vertical-align:middle; text-align:center;}
.table_pj img{ max-width:92%; max-height:120px;}
@media (max-width: 767px) { 
.pro-list-block{ padding-bottom:35px;}

body .more_bar {

    height: 80px;
}
}