﻿@charset "utf-8";
/* CSS Document */
body { margin:0 auto; padding:0 0; font-family:微软雅黑; background:#fff; font-size:14px; color:#333}
div,ul,li,dt,dd,dl,h1,h2,h3,h4,span,p{ padding:0 0; margin:0 0; list-style:none}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	color:#333
}
a:active {
	text-decoration: none;
}
img{ border:none}
a{ outline:none; cursor: pointer}
*{margin:0 0;padding: 0 0;}
.select,.textarea,input[type=button],input[type=submit],input[type=reset]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none}
input,input:focus,select,textarea{outline:0}
.clearfix:after{content:".";display:block;height:0;line-height:0;clear:both;visibility:hidden}
.fl{float:left;}
.fr{float:right;} 
.dispcnone{ display:none; }
.dispcblock{ display:block; }

.cl{ width:100%; height:1px}
.cl15{ width:100%; height:15px}

.com_1180{ width:1180px; margin:0 auto; height: auto;  overflow:hidden; }
.com_1200{ width:1200px; margin:0 auto; height: auto; overflow:hidden;}
.com_1180_news{ width:1180px; margin:0 auto}
.com_1190{ width:1190px; margin:0 auto; height: auto; overflow:hidden;}
.com_1180_htop{ width:1180px; margin:0 auto; height: auto; }



/**首页标题**/
.title{ width:1180px; margin:40px auto; height:70px; }
.title h1{ width:1180px; font-size:32px; font-weight:normal; line-height:50px; text-align:center; color:#333;}
.title h2{  width:110px; height:6px; background: url(../images/titlebg_png.png) center center repeat-x; margin:0 auto; margin-top:10px; margin-bottom:10px}
.title p{  width:1180px;font-size:16px; font-weight:normal; line-height:20px; text-align:center; color:#333;}
.title span{ color:#87c548;}


/**首页标题**/

/**more**/
.inmore{ width:1180px; margin:0 auto; margin-top:30px}
.inmore a{width:180px; height:40px; font-size:16px; font-weight:normal; line-height:40px; background:#5cb3de; color:#fff; margin:0 auto; margin-top:20px; text-align:center;display:block;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }

.inmore a:hover{transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;background:#87c548}

/**more**/
.topgun{ width:100%; margin:0 auto; height:130px; position:fixed; z-index:100; background:#fff; box-shadow:1px 1px 15px #999; }
.bodyid{ width:100%; margin:0 auto; overflow:hidden; background:#fff; padding-top:130px}
.topgunheight{
  height:90px
}
/**htop**/
.htop{ width:100%; margin:0 auto; height:40px; background:#5cb3de; font-size:16px; line-height:40px;}
.htop_left{ width:840px; float:left; color:#fff }
.htop_center{ width:220px; float:right; color:#fff; background:url(../images/htoptel.png) center left no-repeat; background-size:22px 22px; text-indent:28px }
.htop_right{ width:100px; float:right; color:#fff; text-align:center ;}
.htop_right_text{ width:100px; color:#fff; text-align:center }
.htop_right:hover{ width:200px; height:200px;}

/*微信公众号下拉展开*/
.header{
    display:inline-block;
    background-color:#;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
	position:relative;
	width:120px;
}
.header:hover .downbtn{
    display:block;
    background-color: #87c548;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header:hover{
    background-color: #87c548;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header span{
    padding:15px;
    line-height:40px;
    cursor:pointer;
    color: white;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header .downbtn{
    display:none;
    background-color:#f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    width: 120px;
	height:120px;
	text-align:center;
	position:absolute;
	left:0px;
	top:40px;
	z-index:20;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header .downbtn img{ width:100px; height:100px; margin:0 auto;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; padding-left:5px; padding-top:5px
	}
.header .downbtn li{
    line-height:30px;
    text-align:left;
    padding-left:5px;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header .downbtn a:hover{
    text-decoration:underline;
    color:#f00;
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;
}
.header .downbtn a{
    display:block;
    color:black;
    width:100%; 
	transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;   
}

/**htop**/

/**top**/
.top{ width:1180px; margin:0 auto; height:90px; background:#fff; }
.logo{ width:250px; float:left;margin-top:10px; overflow:hidden}
.logo img{ height:70px}
.topEN{ width:80px; float:right}
.topEN a{width:80px; height:30px;text-align:center; font-size:14px; line-height:30px; display:block; margin-top:30px; background:#5cb3de; color:#fff}
.topEN a:hover{ background:#87c548; color:#fff}
/**top**/

/*menu*/
.innav{ width:100%; margin:0 auto; height:56px; background:#87c548; border-top:1px solid #eee}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; text-decoration:none; height:50px; line-height:52px;}
ul.menu A:hover {	DISPLAY: block;	COLOR: #333; 	TEXT-DECORATION: none;}
ul.menu li {position:relative; float:left;}
ul.menu ul {position:absolute; left:0px; top:90px;display:none; opacity:0; list-style:none; background:#fff; box-shadow:0 0 1px #666;}
ul.menu ul li {position:relative;width:260px; border-bottom:1px solid #fff;}
ul.menu ul li a {display:block; background:url(); font-family:"微软雅黑"; font-size:14px; color:#333; text-align:left;height:40px;line-height:40px;  margin:0 auto; padding-left:20px }
ul.menu ul li a:hover { background:#87c548;color:#fff;}
ul.menu ul ul {left:0px;}

ul.menu .menulink {width:110px;height:90px; font-size:16px;color:#333;font-family:"微软雅黑";text-align:center;background:url();font-weight:normal; line-height:90px; border-left:0px solid #ddd }

ul.menu .menulink:hover, ul.menu .menuhover {background:#87c548;color:#fff;}
.menu1 {DISPLAY: block;	BACKGROUND: url() no-repeat;	text-align:center;	TEXT-DECORATION: none;}
#menu10 {WIDTH:787px; height:90px; margin:0 auto; float:left; border-right:0px solid #ddd }



/*sousuo*/


#sousuonav{ width:100%; height:60px;font-size:14px;margin:0 auto; border-top:0px solid #fff; background:#ddd; overflow:hidden; z-index:500}
.sousuonav_list{ width:1180px; overflow:hidden; margin:0 auto; padding-top:10px}
.sousuonav_list_right{ width:490px; margin:0 auto; overflow:hidden; float:right}
.sousuo{ width:500px; height:30px;display: inline; font-size: 14px; line-height:28px;color:#666;}


.sousuonav_list_left{ width:650px; float:left}
.sousuonav_list_left h1{ width:85px; float:left; height:42px; line-height:42px; font-size:14px; background:; text-indent:0px; font-weight:normal;}
.sousuonav_list_left a{float:left; color:#444; height:14px; line-height:14px; display:block; padding-right:20px; line-height:42px ; font-size:14px}
.sousuonav_list_left a:hover{color:#87c548;}
.sousuonav_list_left a span{color:#5cb3de; }

.kuang{width:410px; height:38px; font-size:14px; border:1px solid #ccc; color:#999;border-right:none; text-indent:10px}
.sousuoan{width:75px; height:40px; background:#5cb3de; line-height:40px; color:#FFF;display:block;text-align:center; cursor:pointer;  border:none}
.sousuonav_list_right input{ float:left}



/*banner*/
#flashs{ position:relative; height:600px; overflow:hidden; border-bottom:1px solid #CCC}
#flashs .bgitem{  position:absolute; top:0; }
#flashs .btn{ bottom: 5px;padding: 20px 6px;position: absolute; right:5%}
/*#flashs .btn span{ background: none repeat scroll 0 0 #5977d2;border: 1px solid #5977d2;color: #FFFFFF;cursor: pointer;display: inline-block;margin-left: 5px;padding: 2px 5px;}
*/
#flashs .btn span{ background:#fff; font-size:0px; display:block; float:left; width:16px; height:16px; margin:0 5px; border-radius:10px}
#flashs .btn span.cur{ background:#87c548;}

.slick-list,.slick-slider,.slick-track{position:relative;display:block}
.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}
.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{top:0;left:0}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] 
.slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}/*# sourceMappingURL=slick.min.css.map */

.slick-dots,.slick-next,.slick-prev{position:absolute;display:block;padding:0}
.slick-dots li button:before,.slick-next:before,.slick-prev:before{font-family:slick;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-loading .slick-list{background:url(ajax-loader.gif) center center no-repeat #fff}
@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(fonts/slick.eot);src:url(fonts/slick.eot?#iefix) format('embedded-opentype'),url(fonts/slick.woff) format('woff'),url(fonts/slick.ttf) format('truetype'),url(fonts/slick.svg#slick) format('svg')}
.slick-next,.slick-prev{font-size:40px;line-height:0;top:50%;width:20px;height:20px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);cursor:pointer;color:transparent;border:none;outline:0;background:0 0; z-index:33}
.slick-next:focus,.slick-next:hover,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:0;background:0 0}
.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}
.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}
.slick-next:before,.slick-prev:before{font-size:30px;line-height:40px;opacity:.75;color:#333}
.slick-prev{left:50px}[dir=rtl] .slick-prev{right:55px;left:auto}
.slick-prev:before{content:'←'}
.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}
.slick-next{right:50px}[dir=rtl] .slick-next{right:auto;left:50px}
[dir=rtl] .slick-next:before{content:'←'}
.slick-dotted.slick-slider{margin-bottom:30px}
.slick-dots{bottom:-25px;width:100%;margin:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 4px;padding:0;cursor:pointer}
.slick-dots li button{font-size:40px;line-height:40px;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:0 0}
.slick-dots li button:focus,.slick-dots li button:hover{outline:0}
.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}
.slick-dots li button:before{font-size:40px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.65;}
.slick-dots li.slick-active button:before{opacity:.75;color:#333}
/*# sourceMappingURL=slick-theme.min.css.map */
.slideshow {
    position: relative;
    z-index: 1;
    height: 100%;
    max-width: 100%;
	overflow:hidden;
  }
  .slideshow * {
    outline: none;
  }
  .slideshow .slider {
    box-shadow: 0 10px 20px -20px black;
  }
  .slideshow .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }
  .slideshow .itembanner {
    height: 100%;
    position: relative;
    z-index: 1;
  }
  .slideshow .itembanner img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
        transform: scale(1.2);
  }
  .slideshow .itembanner.slick-active img {
    -webkit-transform: scale(1);
        transform: scale(1);
  }
  .slick-dots{
    bottom:25px;
  }
  .slick-dots li button:before{
    color:#fff;
    opacity:0.5;
  }
  .slick-dots li.slick-active button:before{
    color:#F30; 
	-webkit-transform: scale(1.3);
        transform: scale(1.3);
  }
  .slick-dotted.slick-slider{
    margin-bottom:0;
  }


/*banner*/



/*cphp*/
.cphp{ width:100%; background:#fff; margin:0 auto; overflow:hidden; padding-top:60px}
.cphpleft{width:580px; height:433px; float:left;}
.cphplist{ width:280px; height:214px; overflow:hidden;position: relative;float:left;margin-right:5px; margin-bottom:5px;}
.cphplist a{ width:280px; height:214px;color:#333; overflow:hidden; background:#f1f1f1; display:block;   background:#f1f1f1;}
.cphplist a img{ width:280px; height:214px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.cphplist span{ display:block; overflow:hidden}
.cphplist a h1{ width:120px; height:40px; font-weight:normal;  line-height:40px; font-size:16px;display:block;margin:0 auto; position: absolute; bottom:0px; left:0px;z-index:1; background-color:rgba(0,0,0,0.4); text-align:center; color:#eee;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.cphplist a:hover{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
.cphplist a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; overflow:hidden}
.cphplist a:hover h1{ width:100%; color:#fff;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; background:#87c548 }

.cphpright{width:580px; height:433px; float:right; background:#fff; position:relative;}
.cphpright h1{ width:580px; height:50px; font-weight:bold;  line-height:40px; font-size:28px; display:block;margin:0 auto; }
.cphpright p{ width:580px;font-weight:normal; line-height:32px; font-size:15px; display:block; color:#333; margin:0 auto}

.cphpright a{ width:120px; height:40px; font-weight:normal; line-height:20px; font-size:14px; display:block; color:#333; background:#5cb3de; color:#fff; line-height:40px; text-align:center; position:absolute; bottom:0px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.cphpright a:hover{ width:180px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}



/*cphp*/


/*intj*/
.intj{ width:100%; margin:0 auto; overflow:hidden; padding-bottom:30px; background:#f1f1f1; margin-top:60px}
.intjlist{ width:1200px; margin:0 auto; overflow:hidden}
.intjlist ul{ width:1200px; margin:0 auto; overflow:hidden}
.intjlist ul li{ width:220px; height:160px; float:left; margin-left:10px;margin-right:10px;  margin-bottom:20px; }
.intjlist ul li a{ width:218px; height:160px; color:#222; display:block;border:1px solid #5cb3de;background:#fff }
.intjlist ul li a img{ width:130px; height:54px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; padding-top:40px }
.intjlist ul li a span{ display:block; overflow:hidden;width:210px; height:140px;  line-height:22px; text-align:center; background:#fff}

.intjlist ul li a h1{ width:220px; height:50px; font-weight:normal;  line-height:50px; font-size:24px; padding-top:40px; display:block;margin:0 auto; text-align:center;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.intjlist ul li a p{ width:220px; height:20px; font-weight:normal;  line-height:20px; font-size:16px; display:block;margin:0 auto; text-align:center; color:#5cb3de;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.intjlist ul li a:hover{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; border:1px solid #87c548;background:#87c548}

.intjlist ul li a:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; overflow:hidden}

.intjlist ul li a:hover h1{ color:#fff;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; padding-top:20px;  }
.intjlist ul li a:hover p{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; text-decoration:underline; color:#fff}

/*intj*/

/*首页服务*/
.inser{ width:100%; background:#ddd;  overflow:hidden; margin:0 auto; padding-bottom:50px}
.inser_list{ width:248px; height:220px; margin:10px; float:left; padding:15px; border:1px solid #333;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; cursor:pointer }

.inser_list_text{ width:255px; margin:0 auto; text-align:center ; margin-top:25px;color:#11;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
.inser_list_text h1{ width:255px; height:auto; font-size:20px; font-weight:bold;  line-height:40px; color:#87c548  }
.inser_list_text span{ width:60px; height:2px;  background:#87c548; display:block; margin:10px auto}
.inser_list_text p{ width:230px; font-size:16px; font-weight:normal; line-height:28px; margin:0 auto; margin-top:15px; display:block; color:#333; text-align:left;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
.inser_list:hover{ background:#87c548; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.inser_list:hover .inser_list_text{ margin-top:10px; color:#fff;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
.inser_list:hover .inser_list_text h1{ color:#fff;}

.inser_list:hover .inser_list_text span{background:#fff;}
.inser_list:hover .inser_list_text p{color:#fff;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
/*首页服务*/



/*4点优势*/
.liucheng_bg{background:#fff;width:100%; margin:0 auto; overflow:hidden; padding-bottom:5px; border-bottom:1px solid #CCC} 
.liucheng{ width:100%; overflow:hidden; padding-bottom:10px;padding-top:0px;}

.liucheng_list{ width:1180px; margin:10px auto;}
.liucheng_list_li{ width:292px; float:left; overflow:hidden; height:60px; padding:20px 0; transition:all ease 1s; -webkit-transition:all ease 1s; -moz-transition:all ease 1s; -ms-transition:all ease 1s; -o-transition:all ease 1s; margin-right:2px; border-right:0px solid #eee }
.list_li_left{ width:292px; }
.list_li_left_img{ width:68px;margin:0 auto;float:left; text-align:center; display:block; margin-left:30px}
.list_li_left_img img{ width:68px; height:68px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }

.list_li_left_num{ width:180px; margin:0 auto;transition:all ease 0.8s; -webkit-transition:all ease 0.8s; -moz-transition:all ease 0.8s; -ms-transition:all ease 0.8s; -o-transition:all ease 0.8s; float:right; color:#333 }
.list_li_left_num h1{ width:180px; height:30px; line-height:30px; font-size:18px; color:#333; font-weight:bold;  margin:0 auto;transition:all ease 0.8s; -webkit-transition:all ease 0.8s; -moz-transition:all ease 0.8s; -ms-transition:all ease 0.8s; -o-transition:all ease 0.8s;  }
.list_li_left_num p{ width:180px; line-height:26px; font-size:14px; color:#333; font-weight:normal;margin:0 auto}
.list_li_left_num h2{ width:30px; height:2px; background:#87c548; margin:5px 0}
/*4点优势*/



/*首页新闻*/
.innews{ width:100%; background:#fff;  overflow:hidden; margin:0 auto; padding-top:30px ; padding-bottom:30px}
.innews_left{ width:560px; float:right}
.innews_left_title{ width:560px; height:40px; overflow:hidden; margin-bottom:20px }
.innews_left_title h1{ width:120px; float:left; font-size:24px; font-weight:bold; display:block;line-height:40px}
.innews_left_title a{ width:70px; float:right; font-size:20px; font-weight:normal; color:#fff; display:block; font-size:14px; background:#5cb3de; text-align:center; line-height:30px; border-radius:2px; margin-top:5px}
.innews_left_title a:hover{ background:#87c548; }


.nTab{width: 560px;}
.nTab .TabTitle{clear: both; height: 40px;overflow: hidden; border-bottom:0px solid #87c548}
.nTab .TabTitle ul{width:560px; height: 40px;}
.nTab .TabTitle li{float: left;width:140px;cursor: pointer;list-style-type: none;height:40px; line-height:40px; text-align:left;font-size:20px; font-family:微软雅黑;font-weight:normal; text-indent:15px}
.nTab .TabTitle .active{width:140px;line-height:30px;height:30px;color:#87c548;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; border-left:4px solid #87c548}
.nTab .TabTitle .normal{width:140px;line-height:30px;height:30px;color:#666;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; border-left:4px solid #999}

.TabContent{width:560px;overflow:hidden;}
.TabContent ul li{width:560px;text-align:left;font-size:14px; overflow:hidden; margin-bottom:27px}
.TabContent ul li a{width:560px; height:62px; background:#fff; padding:0px; display:block;transition:all ease 1s;-webkit-transition:all ease 1s; -moz-transition:all ease 1s; -ms-transition:all ease 1s; -o-transition:all ease 1s; color:#2e4135; }


.news_left_img{ width:110px; height:110px; float:left}
.news_left_img img{ width:110px; height:110px;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.news_left_img span{ display:block; overflow:hidden}

.news_left_con{width:435px; float:right;}
.news_left_con h1{ width:435px; height:26px; line-height:26px; font-size:16px; font-weight:bold;margin:0 auto;}
.news_left_con h2{idth:200px;  background:url(../images/icon_rl.png)left center no-repeat; padding-left:20px; font-size:12px; color:#999; margin-top:10px; margin-bottom:5px; font-weight:normal}
.news_left_con p{ width:435px; height:48px; line-height:24px; font-size:14px; font-weight:normal;  margin:0 auto; color:#666; overflow:hidden}

.none{ display:none;}
.TabContent ul li a:hover{width:560px; background:#fff; padding:0px;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; color:#87c548;}

.TabContent ul li a:hover .news_left_img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.TabContent ul li a:hover .news_left_con p{transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;color:#87c548;}




.innews_right{ width:565px; float:left}

.innews_right_title{ width:565px; height:40px; overflow:hidden; margin-bottom:20px }
.innews_right_title h1{ width:120px; float:left; font-size:24px; font-weight:bold; display:block;line-height:40px}
.innews_right_title a{ width:70px; float:right; font-size:20px; font-weight:normal; color:#fff; display:block; font-size:14px; background:#5cb3de; text-align:center; line-height:30px; border-radius:2px; margin-top:5px}
.innews_right_title a:hover{ background:#87c548; }

.innews_right_a{ width:565px; overflow:hidden}
.innews_right_a a{ width:565px; height:370px; overflow:hidden; display:block; background:#fff; padding:0px;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;color:#333;}
.innews_right_img{ width:565px; height:240px;}
.innews_right_img img{ width:565px; height:240px; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.innews_right_img span{overflow:hidden; display:block;}
.innews_right_text{ width:565px; height:40px; line-height:40px; font-size:16px; font-weight:bold;margin:0 auto;margin-top:5px;}
.innews_right_p{ width:565px; height:48px; line-height:24px; font-size:14px; font-weight:normal;  margin:0 auto; color:#666}
.innews_right_date{width:200px;  background:url(../images/icon_rl.png)left center no-repeat; padding-left:20px; font-size:12px; color:#999; margin-top:5px; margin-bottom:5px}

.innews_right_anniu{width:120px; height:30px; font-size:14px; font-weight:normal; line-height:30px; color:#333;  text-align:left;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}


.innews_right_a a:hover{overflow:hidden; display:block; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; color:#87c548;}
.innews_right_a a:hover .innews_right_img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.innews_right_a a:hover .innews_right_p{transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; color:#87c548}
.innews_right_a a:hover .innews_right_anniu{transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; text-decoration:underline; color:#87c548}

.innews_right_list .innews_right_list ul li{ width:565px; overflow:hidden; margin:0 auto}
.innews_right_list ul li a{ width:565px; height:40px; display:block; overflow:hidden; line-height:40px} 
.innews_right_list ul li a h1{ width:465px; height:40px; display:block; overflow:hidden; float:left; font-size:16px; color:#333; background:url(../images/nleft.png)left center no-repeat;background-size:18px 18px; text-indent:16px; font-weight:normal} 
.innews_right_list ul li a p{ width:100px; height:40px; display:block; overflow:hidden; float:left; font-size:12px; color:#999; text-align:right} 

.innews_right_list ul li a:hover{ color:#87c548} 
.innews_right_list ul li a:hover h1{ color:#87c548} 
.innews_right_list ul li a:hover p{ color:#87c548}



/*news*/


/*hangye*/
.hangye{ width:100%; overflow:hidden; margin:0 auto; padding-bottom:40px}
.hangye_dl{ width:1180px; margin:0 auto; overflow:hidden; margin-top:0px;border-left:1px solid #87c548; height:42px}
.hangye_dl a{float:left; height:40px; line-height:40px; border:1px solid #87c548; border-left:none; display:block; text-align:center; color:#333; margin:0 0; font-size:16px; margin-bottom:30px;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; padding:0 16px 0 17px; }
.hangye_dl a:hover{background:#87c548; color:#FFF;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; }
.hangye_dl a.abg{ border:1px solid #87c548;background:#87c548; color:#fff}


.hangye_list{ width:380px; height:300px; overflow:hidden; float:left; margin:10px;}
.hangye_list a{ width:380px; height:300px; display:block;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;color:#333;position:relative}
.hangye_list_img{ width:380px; height:300px;}
.hangye_list_img img{ width:380px; height:300px;transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.hangye_list_img span{ overflow:hidden; display:block}
.hangye_list_text{ width:380px; height:50px; position:absolute;line-height:50px; overflow:hidden; font-size:16px; display:block; background-color:rgba(0,0,0,0.4); z-index:100; bottom:0px; color:#eee; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; text-indent:10px}
.hangye_list_text span{ color:#5cb3de}
.hangye_list a:hover .hangye_list_img img{background:#c30d23; display:block;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.hangye_list a:hover .hangye_list_text{ background:#87c548; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.hangye_list a:hover .hangye_list_text span{ color:#fff}


/*inadv*/
.inadv{ width:100%; background:#333; height:180px; overflow:hidden; margin:0 auto; background:url(../images/inavbg.png) top center no-repeat}
.inadv_left{ width:300px; height:100px; float:left; margin-top:40px; padding-left:130px;background:url(../images/pt.png) left center no-repeat; background-size:95px 95px; margin-left:50px}
.inadv_left_title{ width:300px; height:60px; font-size:46px; font-weight:bold; color:#5cb3de; border-bottom:0px dashed #fff; line-height:60px; text-align:left}
.inadv_left_text{ width:300px; height:40px; font-size:16px; font-weight:normal; color:#ddd; line-height:40px;text-align:left}

.inadv_right{ width:300px; height:100px; float:left; margin-top:40px; background-size:40px 40px; border-left:1px solid #999;}
.inadv_right_title{ width:180px; height:30px; font-size:36px; font-weight:normal; color:#fff;  line-height:30px; text-align:left; margin-top:13px; margin-left:80px}
.inadv_right_text{ width:180px; height:50px; margin-top:20px;margin-left:80px  }
.inadv_right_text a{ width:80px; height:24px; font-size:14px; font-weight:normal; color:#5cb3de; line-height:24px;text-align:center; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; display:block; border:1px solid #5cb3de; margin-left:32px}
.inadv_right_text a:hover{ width:80px; height:24px; font-size:14px; font-weight:normal; color:#fff; line-height:24px;text-align:center; transition:all ease 0.5s;-webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; display:block; border:1px solid #87c548; background:#87c548}


/*inadv*/




/*hezuo*/

.control a{ display:block; width:45px; height:45px; position:absolute;top:60px;}
.control a.go_next{ background:url(../images/butt-right.png) no-repeat center center/45px 45px #5cb3de;right:-15px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.control a.go_next:hover{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);background:url(../images/butt-right.png) no-repeat center center/45px 45px #87c548;}
.control a.go_prev{ background:url(../images/butt-left.png) no-repeat center center/45px 45px #5cb3de;left:-15px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}
.control a.go_prev:hover{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; -webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);background:url(../images/butt-left.png) no-repeat center center/45px 45px #87c548;}

.incase{ width:100%; background:#f1f1f1;  overflow:hidden; margin:0 auto; padding-bottom:50px}

.product_scroll{width:1180px;height:auto;position:relative; margin:0 auto}
.newpp_xh{ width:1180px; margin:0 auto;}
.newpp{ width:1180px; margin:0 auto; overflow:hidden; padding-bottom:0px;padding-top:0px; height:200px; }
.newpp_list{ width:226px; float:left;padding:0 5px;   /*  margin-right:5px; margin-left:5px; */transition:all ease 1s; -webkit-transition:all ease 1s; -moz-transition:all ease 1s; -ms-transition:all ease 1s; -o-transition:all ease 0.5s; margin-bottom:20px;height: 200px;}
.newpp_list a{width: 226px;  display: block; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;height: 180px;background:#f1f1f1; padding-bottom:25px;padding-top:15px;}

.newpp_list_img{width:200px; height:142px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;  display:block; margin:0 auto; text-align:center;overflow:hidden;}
.newpp_list_img img{width:200px; height:142px;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;}

.newpp_list_p{ height:40px; text-align:center; line-height:40px; font-size:16px; color:#333; width:92%; margin:0 auto; font-weight:normal; overflow:hidden}
.newpp_list_con{ width:200px; margin:0 auto; height:40px; line-height:40px; font-size:14px; color:#333; overflow:hidden; display:block; text-align:center}
.newpp_list_an{ width:100px; margin:0 auto; height:50px; line-height:50px; font-size:14px; color:#2e4135; overflow:hidden; display:block}

.newpp_list:hover img{transition:all ease 1s; -webkit-transition:all ease 1s; -moz-transition:all ease 1s; -ms-transition:all ease 1s; -o-transition:all ease 1s;ransform: scale(1.2); -ms-transform: scale(1.2);-webkit-transform: scale(1.2);}




/*hezuo*/

/*kefu*/

.sectionOne{ width:100%; height:auto; padding:0px 0 20px 0;  margin: 0 auto}
.sectionHeader{text-align:center}
.sectionHeader h1{font-size:32px;font-weight:normal;}
.sectionHeader p{color:#999;font-size:16px;margin:10px 0 20px; text-transform:uppercase; }
.sectionHeader .wecan_des{color:#333;font-size:16px}
.sectionOneWarrp{display:flex;text-align:center;justify-content:space-between;padding:90px 0 0}
.sectionOneContent{flex-basis:256px;/*transform: rotateY(0);
     transition: all 0.50s ease-in-out 0s; */}
.sectionOneContent:hover .wzcon_pic{background-color:#87c548;transform: rotateY(360deg);transition: all 0.8s ease-in-out 0s;}
.sectionOneContent:hover .wzcon_pic>img:nth-child(2){display:none}
.wzcon_pic{height:107px;width:107px; transform:rotateY(0);transition: all 0.50s ease-in-out 0s;background-color:#f2f2f2;margin:0 auto;border-radius:50%;position:relative;transition:all .3s ease-in-out}
.wzcon_pic img{width:45%;display:block;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;transition:all .3s linear}
.imgsmall>img{width:55%!important}
.sectionOneContent>h1{display:block;color:#333;font-size:18px; font-weight:normal; margin:20px auto 15px; font-family:微软雅黑;}
.wzcon_des{color:#666;font-size:15px;line-height:30px; padding:0 20px;}
.sectionTwo{background-image:url(../images/bgsection.png);background-position:center center;background-size:cover;background-repeat:no-repeat}

.infor_send{ width:100%; height:auto; background:#fff; overflow:hidden;  }
.infor_send .sectionHeader>h1{color:#87c548;}
 .sectionHeader>p{color:#87c548;}
.contes{ width:1180px; margin:0 auto }
.contes_lef{ float:left;width:620px; color:#333; padding-top:10px }
.contes_lef_til{ padding:10px 20px 0x 0; min-height:40px;  color:#333; font-size:16px; margin-top:20px}
.cont_mescoico{ padding:5px 0px; line-height:20px; font-size:16px}
.cont_mescoico i{ display:inline-block; vertical-align:top; width:20px; height:20px; margin-right:15px;}
.cont_mescoico01{ background:url(../images/dianhua.png) no-repeat center; background-size: 100% 100%}
.cont_mescoico02{ background:url(../images/email.png) no-repeat center; background-size: 100% 100%}
.cont_mescoico03{ background:url(../images/dianhua.png) no-repeat center; background-size: 100% 100%}
.cont_mescoico04{ background:url(../images/ditu.png) no-repeat center; background-size: 100% 100%}
.contes_imwe{ height:auto; margin-top:10px;}
.contes_imwe img{ display:block; width:60%;height:auto;}
.contes_reg{ float:right; width:500px; padding-top:20px; }
.cont_mescoico span{ font-size:20px; color:#333}

.contes_lef_til span{ font-size:20px; color:#333; line-height:40px; font-weight:bold}

.cont_mesinput{ width:100%; height:50px;margin-bottom:1%;}
.cont_mesinput input{ width:46%; height:42px; line-height:42px; padding:0 4px 0; font-size:14px;background:#ccc; border:1px solid #ccc; float:left}
.cont_mesinput input.gs_name{ width:96%; }
.cont_mesinput input.gs_email{ width:96%; }
.cont_mesinput input:first-child{ margin-right:2%;}
.cont_mesinput .select_list{ width:96%; height:42px; background:#ccc;  border:1px solid #ccc; padding:0 10px; }
.cont_mesteart textarea{ width:96%; height:80px; line-height:30px;float:left; padding:0 1% 0; font-size:14px;resize:none; border:1px solid #ccc; background:#ccc}
.cont_mesbtnck{ width:96%; display:block; background:#eee; height:52px; line-height:50px; color:#fff; padding:0 5px; font-size:18px; text-align:center;margin-top:4%;}

.contes_imwe{ width:100%; height:160px; position:relative;overflow:hidden }
.erweima{ display:block; width:128px; height:160px;float:left ; margin-right:20px; overflow:hidden}
.erweima img{display:block; width:100px; height:100px; background:#fff; padding:10px; }
.erweima p{ width:128px;color:#fff; font-size:14px; line-height:20px; margin-left: 0; text-align:center }
.contes_imwe_con{ color:#fff; font-size:16px; line-height:28px; padding-top:20px; margin-left: 0 }
.input_c{ width:38%; height:42px; line-height:42px; color:#fff; padding:0 5px; font-size:16px; text-align:center;margin-top:2%; cursor:pointer;background:#87c548; border:none; font-weight:normal;transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; font-family:微软雅黑}
.input_c:hover{ width:45%; transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s;color:#fff}

/*首页客服板块*/

/*guestbook*/
.book{overflow:hidden;clear:both;margin-bottom:20px;}
.book .face{float:left;width:60px;height:60px;}
.book .text{border:1px solid #dadada;margin-left:70px;}
.book .text .div{padding:10px 20px;}
.book .text .div .icon{position:absolute;width:20px;height:20px;margin:6px 0 0 -40px;background:url(../images/dot.gif) no-repeat top right;}
.book .text .div .base{font-family:verdana;color:#000;border-bottom:1px dashed #ccc;line-height:30px;margin-bottom:10px;}
.book .text .div .base span{float:right;color:#999;}
.book .text .div .content{line-height:20px;}
.book .text .div .reply{font-family:verdana;border-top:1px dashed #ccc;line-height:30px;margin-top:10px;color:#000;padding-top:5px;}
.book .text .div .reply strong{color:#f60;}

.bookadd{margin:2px 0;}
.bookadd div{margin-bottom:6px;}
.bookadd .label{float:left;width:100px;text-align:right;padding-right:10px;}
.bookadd .label span{color:#f30;font-family:宋体;}
.bookadd .enter{margin-left:120px;}
.bookadd .enter .ip{ width:80%; height:42px; line-height:42px; padding:0 2px 0; font-size:14px;background:#ccc; border:1px solid #ccc; }
.bookadd .enter .name{ width:500px; overflow:hidden; margin-bottom:0px}


.bookadd .enter .ips{border:1px solid #ccc;padding:8px 10px;width:70%;height:60px;}
.bookadd .enter .bnt{}
.bookadd .enter label{display:block;}
.bookadd .enter #booklen{color:#f30;}





/* fiexd-right */
.fiexd-right{
	height: auto;
	position: fixed;
	right: 4px;
	top: 30%;
	z-index: 1000;
}
.fiexd-right li{
	height: 60px;
	margin-bottom: 2px;
	width: 100%;
	cursor:pointer;
	position: relative;
	box-shadow: 0px 0px 1px #fff;
	
}
.fiexd-c{
	width:0;
	background: #87c548;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	overflow:hidden;
	position: absolute;
	top: 0;
	line-height:70px;
	right: 64px;
	
}
.fiexd-c p{
    font-size: 22px;
	line-height: 60px;
	font-weight: 400;
	
}
.fiexd-c h3{
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
}
.fiexd-rimg{
	height: 60px;
	width: 60px;
	background: #4291bc;
	float: right;
	position: relative;
	border-left:2px solid #4291bc;
	text-align:center;
}
.fiexd-rimg span{
	display: block;
	height: 20px;
	width: 20px;
	font-size: 30px;
	color: #b2b2b2;
	margin-left: 17.5px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.fiexd-rimg p{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #b2b2b2;
	text-align: center;
}
.fiexd-rimg img{
	width:40px; height:40px; padding-top:9px}

.fiexd-right li:hover .fiexd-rimg{
	background: #87c548;
	border-left:2px solid #87c548;
}
.fiexd-right .telqt:hover .fiexd-rimg{
	border-left:2px solid #87c548;
}
.fiexd-right li:hover .icon{
	color: #fff;
}

.fiexd-right li:hover .fiexd-c{
	width:193px;
}
.fiexd-right li.telqt2:hover .fiexd-c{
	width:100px;
	height:100px;
}
.footer_flixd_bottom{
	display: none;
}
.footer_flixd{
	display: none;
}

.fiexd-kf h3{ line-height:70px; font-size:16px; display:inline-block;}
.fiexd-kf .icon_kf{ display:inline-block; width:30px; height:70px;vertical-align:top;
 background:url(../images/icon_kf.png) no-repeat center center/30px 30px;
}
.fiexd-erweima{ height:125px; padding-top:18px}
.fiexd-erweima img{ width:100px; height:107px; }
.ph_no{
	display: none;
}
/* fiexd-right */

.ts3{transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; -ms-transition:all ease 0.3s; 
 -o-transition:all ease 0.3s;}
.ts5{transition:all ease 0.5s; -webkit-transition:all ease 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; 
 -o-transition:all ease 0.5s;}

/* fiexd-right */


/*底部导航*/
.footnav{ width:100%; margin:0 auto; background:#ddd; padding:20px 0 0 0; overflow:hidden; }
.footnav_list{ width:180px; float:left;margin-bottom:20px}
.footnav_list h1{ width:155px; height:30px; line-height:30px; font-size:16px; font-weight:bold; color:#333}
.footnav_list a{ width:155px; line-height:30px; font-size:14px; font-weight:normal; color:#444; display:block}
.footnav_list img{ width:180px; padding-top:20px;  text-align:left; }
.footnav_list a:hover{ width:200px; line-height:30px; font-size:14px; font-weight:normal; color:#87c548; display:block}


.Foot{ width:100%;overflow:hidden;background:#ddd; margin:0 auto; padding: 5px 0}
.Foot a{ color:#333;}
.Foot  .Nr{ width:1180px; margin:0 auto; overflow:hidden; border-top:1px solid #c1c1c1; padding-top:20px;padding-bottom:20px; text-align:center}

/*底部导航*/
/*返回顶部*/
.back {width: 54px; height: 61px; right: 15px; bottom: 50px; display: none; position: fixed; _position: absolute; _margin-top: 0;
}
.back a {background: url("../images/back.png") no-repeat; width: 54px; height: 61px; text-indent: -99em; overflow: hidden; font-size: 0px; display: block;
}
/*返回顶部*

/*友情链接*/
.inlink{ width:1180px; margin:0 auto; border-bottom:1px solid #ccc; background:#ddd; overflow:hidden; padding-bottom:10px; margin-bottom:30px}
.inlink_left{ width:70px; height:24px; line-height:24px; font-size:14px; font-weight:bold; float:left}
.inlink_list{ width:1080px; height:auto; line-height:24px;  float:right; overflow:hidden}
.inlink_list a{ width:auto;float:left;display:block;line-height:24px; margin-right:20px; color:#666}
.inlink_list a:hover{color:#87c548}


