﻿@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: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:1px; }
.title p{  width:1180px;font-size:16px; font-weight:normal; line-height:20px; text-align:center; color:#333;}
.title span{ color:#078ce0;}


/**首页标题**/

/**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:#078ce0; 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:#ff541f; color:#fff}

/**more**/

/**htop**/
.htop{ width:100%; margin:0 auto; height:36px; background:#f1f1f1; font-size:14px; line-height:36px; border-bottom:0px solid #ddd}
.htop_left{ width:830px; float:left; color:#666 }
.htop_center{ width:230px; float:right; color:#078ce0; background:url(../images/htoptel.png) center left no-repeat; background-size:20px 20px; text-indent:26px ; font-weight:bold}
.htop_right{ width:120px; float:right; color:#fff; text-align:center ;}
.htop_right_text{ width:100px; color:#666; text-align:center }
.htop_right：hover{ width:200px; height:200px;}


.wechat{ width:100px; height:100px; text-align:center; padding:10px;  top:20px; left:20px; background:#333; display:none}
.wechat img{ width:80px; height:auto}
.wechat p{ font-size:12px; line-height:20px}

/**htop**/

/*微信公众号下拉展开*/
.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: #078ce0;
	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: #078ce0;
	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:50px;
    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:50px;
	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;   
}

/**top**/
.top{ width:1180px; margin:0 auto; height:100px; background:#fff; }
.logo{ width:650px; float:left;margin-top:13px; overflow:hidden}
.logo img{ height:78px}
.top_right{ width:450px; float:right; overflow:hidden; margin-top:20px; background:url(../images/htoptel.png) left top no-repeat; background-size:60px 60px;}
.top_right_tel{ width:400px;text-align:left; font-size:18px; color:#666; line-height:30px; padding-left:65px }
.top_right_con{ width:400px;text-align:left; font-size:26px; color:#cd0000; line-height:30px;padding-left:65px;font-weight:bold; }
/**top**/

/*网站导航*/
.innav{ width:100%; margin:0 auto; height:50px; background:#078ce0; 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:0; top:51px;display:none; opacity:0; list-style:none; background:#fff; box-shadow:0 0 5px #666; overflow:hidden}
ul.menu ul li {position:relative;width:250px; margin:0 auto; margin:3px; margin-bottom:3px}
ul.menu ul li a {display:block; background:url(); font-family:"微软雅黑"; font-size:14px; color:#333; text-align:left;height:42px;line-height:42px;  margin:0 auto; padding-left:20px }
ul.menu ul li a:hover { background:#078ce0;color:#fff;}
ul.menu ul ul {left:0px;}

ul.menu .menulink { width:165px;height:50px; font-size:18px;color:#fff;font-family:"微软雅黑";text-align:center;background:url();font-weight:normal; line-height:50px; }

ul.menu .menulink:hover, ul.menu .menuhover {background:#fff;color:#333;}
.menu1 {DISPLAY: block;	BACKGROUND: url() no-repeat;	text-align:center;	TEXT-DECORATION: none;}
#menu10 {WIDTH:1180px; height:50px; margin:0 auto; float:none;}



/*网站导航*/

/*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:#078ce0;}

.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:0;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}
.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:1;opacity:.75;color:#fff}
.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}
.slick-prev:before{content:'←'}
.slick-next:before,[dir=rtl] .slick-prev:before{content:'→'}
.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}
[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:0;line-height:0;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:30px;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 */





/*banner*/



/*cphp*/
.cphp{ width:100%; background:#fff; margin:0 auto; overflow:hidden; padding-top:60px; padding-bottom: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:580px; height:433px;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:#078ce0 }

.cphpright{width:580px; height:433px; float:right; background:#fff; position:relative;}
.cphpright h1{ width:580px; height:50px; font-weight:normal;  line-height:40px; font-size:28px; display:block;margin:0 auto; }
.cphpright p{ width:580px;font-weight:normal; line-height:30px; font-size:16px; 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:#078ce0; 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}
.intjlist{ width:1200px; margin:0 auto; overflow:hidden}
.intjlist ul{ width:1200px; margin:0 auto; overflow:hidden}
.intjlist ul li{ width:280px; height:330px; float:left; margin-left:10px; margin-right:10px}
.intjlist ul li a{ width:280px; height:330px; color:#333; display:block}
.intjlist ul li a img{ width:280px; height:220px;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 span{ display:block; overflow:hidden}

.intjlist ul li a h1{ width:280px; height:40px; font-weight:normal;  line-height:40px; font-size:20px; padding-top:15px; display:block;margin:0 auto; text-align:center}
.intjlist ul li a p{ width:280px; height:30px; font-weight:normal;  line-height:30px; font-size:16px; display:block;margin:0 auto; text-align:center}
.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; }

.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 s}

.intjlist ul li a:hover h1{ color:#078ce0;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 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}



.intj_left{ width:202px; margin:0 auto; overflow:hidden; float:left; background:}
.intj_left_title{ width:202px; background:#078ce0 }
.intj_left_title h1{ width:160px; height:59px; line-height:59px; font-size:20px; font-weight:bold; color:#fff; text-align:left; padding-left:20px;}

.intj_left_list{ width:202px; overflow:hidden;}
.intj_left_list a{ width:200px; height:50px; line-height:50px; font-size:16px; font-weight:normal; color:#333; background:#fff; display:block; border:1px solid #ccc;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; margin-top:5px; text-indent:20px}
.intj_left_list a:hover{ background:#078ce0; 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}
.intj_left_list a.tbg{color:#078ce0; background:#fff  }




/*intj*/

/*首页服务*/
.inser{ width:100%; background:#f1f1f1;  overflow:hidden; margin:0 auto; padding-bottom:50px}
.inser_list{ width:260px; height:260px; margin:5px; float:left; padding:15px; background:#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; cursor:pointer }
.inser_list_img{ width:260px; overflow:hidden; margin-top:40px; text-align:center; height:80px;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_img img{ width:60px; height:60px;}

.inser_list_text{ width:240px; margin:0 auto; text-align:center}
.inser_list_text h1{ width:240px; height:60px; font-size:20px; font-weight:bold; color:#111;  line-height:60px;   }
.inser_list_text p{ width:240px; font-size:16px; font-weight:normal; color:#111;  line-height:24px; }
.inser_list:hover{ background:#078ce0; }
.inser_list:hover .inser_list_img{ margin-top:20px;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:#078ce0; margin:5px 0}
/*4点优势*/

/*首页产品系列*/
.pigpro{ width:100%; overflow:hidden; background:#fff; padding-bottom:40px;}

.product_list_left{ width:220px; float: left; overflow:hidden;}
.cptitle{ width:220px; background:#078ce0; color:#fff; font-size:18px; line-height:46px; text-align:center; margin-bottom:5px;}
.cplist_all{width:220px; height:auto; overflow:hidden; padding:0px; background:#f9f9f9; border:0px solid #c1c1c1;}
.cplist{width:220px; height:auto; overflow:hidden; padding:0px; background:#f9f9f9}
.cplist_big{ width:220px; background:#f1f1f1;font-size:16px; line-height:50px; font-weight:normal; overflow:hidden; text-align:center; clear:both; border-bottom:2px solid #fff}
.cplist_big a{ color:#333;width:218px;height:50px; 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; } 
.cplist_big a:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);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:#078ce0; color:#fff}



.product_list_right{ width:940px; float: right; overflow:hidden}
.product_list_right h1{ width:940px; background:#c1c1c1; color:#fff; font-size:18px; line-height:46px; text-align:left; margin-bottom:5px; text-decoration:2px; text-indent:10px}
.product_list_right h1 a{color:#fff; font-size:18px; line-height:46px; text-align:left; margin-bottom:5px; text-decoration:2px; text-indent:10px}
.product_list_right h1 a:hover{color:#078ce0}


.pro_mainbox{width:100%;height:auto;margin:0 auto;}
.product_show_pro1{height:100%; overflow:hidden; width: 100%}
.product_show_pro1 ul{ width:100%; overflow:hidden; height: auto}
.product_show_pro1 ul li{float:left; width:290px; display:block;margin-left: 10px; margin-right: 11px; height:270px; margin-bottom: 20px;  }
.product_show_pro1 ul li a{background:#fff;width:290px; display: block; height: 270px; color: #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; padding-top:0px;}
.show_list_pro1{display:block; width:100%;height:auto; position:relative;box-shadow: 0 0 8px #999;}
.borderw2{ display:block; width:0; height:0;border:0px solid #f1f5f6; position:absolute;left:50%; top:50%; 
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;}

.show_img_pro1{ width:290px; height:221px; overflow:hidden; text-align: center;  margin-top: 10px}
.show_img_pro1 img{width:290px; height:221px;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:0px; overflow:hidden}

.show_con_pro1{ width:240px; height:auto; margin: 0 auto;overflow:hidden; padding:0 0; margin-top: 5px; }
.show_line_pro1{ width:20px; height:2px; background:#ddd; margin-top: 6px; margin-bottom: 6px}
.show_tit_pro1{ width:100%; height:40px; line-height:40px; font-size:16px; text-align:left;overflow:hidden; font-weight: normal}
.show_des_pro1{ font-size:12px; line-height:20px; overflow:hidden; margin-top:3px; text-align:left; height: 40px;overflow: hidden  }
.show_list_pro1:hover .icon_promore1{ bottom:15px; right:15px; }

.show_list_pro1:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);}
.show_list_pro1:hover .borderwl{ width:100%; height:auto; top:-1px; left:-2px; border:2px solid #078ce0; height: 140px; }
.product_show_pro1 ul li a:hover{background:#078ce0; 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:0px;}

/*首页产品系列*/



/*首页广告条*/
.inadv{ width:100%; background:#078ce0; height:140px; overflow:hidden; margin:0 auto}
.inadv_left{ width:400px; height:100px; float:left; margin-top:20px; margin-left:20px}
.inadv_left_title{ width:400px; height:60px; font-size:40px; font-weight:bold; color:#fff; border-bottom:2px dashed #fff; line-height:60px; text-align:center}
.inadv_left_text{ width:400px; height:50px; font-size:18px; font-weight:normal; color:#fff; line-height:50px;text-align:center}

.inadv_right{ width:660px; height:100px; float:right; margin-top:20px; background:url(../images/fuwu.png) left center no-repeat; background-size:90px 90px;}
.inadv_right_title{ width:660px; height:30px; font-size:20px; font-weight:normal; color:#fff;  line-height:30px; text-align:left; margin-top:13px; text-indent:130px}
.inadv_right_text{ width:660px; height:50px; font-size:36px; font-weight:bold; color:#fff; line-height:50px;text-align:left; text-indent:130px;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{ width:100%; background:#fff;  overflow:hidden; margin:0 auto; padding-top:40px; padding-bottom:40px}
.innews_left{ width:580px; float:left}
.nTab{width: 580px; margin-bottom:2px}
.nTab .TabTitle{clear: both; height: 50px;overflow: hidden;}
.nTab .TabTitle ul{width:580px; height: 50px;}
.nTab .TabTitle li{float: left;width:290px;cursor: pointer;list-style-type: none;height:50px; line-height:50px; text-align:center;font-size:20px; font-family:微软雅黑;font-weight:bold;}
.nTab .TabTitle .active{width:290px;line-height:50px;height:50px;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:#078ce0}
.nTab .TabTitle .normal{width:290px;line-height:50px;height:50px;color:#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;  background:#eee}

.TabContent{width:580px;overflow:hidden;}
.TabContent ul li{width:580px;text-align:left;font-size:14px; overflow:hidden; margin:0 auto; border-bottom:1px solid #ccc;}
.TabContent ul li a{width:580px; height:62px; background:#f9f9f9; 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; padding-bottom:8px }

.news_left_con{width:555px; padding-left:15px;}
.news_left_con h3{font-size:16px;font-weight:bold;line-height:30px;height:30px; overflow:hidden; display:block; padding-top:8px;}
.news_left_con p{color:#666;font-size:14px;font-weight:normal;line-height:18px; height:18px; overflow:hidden; display:block; font-family:arial}

.none{ display:none;}
.TabContent ul li a:hover{width:580px; background:#078ce0; 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;}
.TabContent ul li a:hover p{color:#fff;}


.innews_right{ width:575px; float:right}
.innews_right a{ width:575px; height:478px; overflow:hidden; display:block; background:#f1f1f1; 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:575px; height:300px;}
.innews_right_img img{ width:575px; 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;}
.innews_right_img span{overflow:hidden; display:block;}
.innews_right_text{ width:535px; height:40px; line-height:40px; font-size:18px; font-weight:bold;   margin:0 auto;margin-top:20px;}
.innews_right_p{ width:535px; height:58px; line-height:24px; font-size:14px; font-weight:normal;  margin:0 auto}
.innews_right_anniu{width:120px; height:40px; font-size:16px; font-weight:normal; line-height:40px; 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; margin-left:20px}


.innews_right 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:#078ce0;}
.innews_right 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: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}

/*首页新闻*/

/*首页案例*/
.incase{ width:100%; background:#fff;  overflow:hidden; margin:0 auto; padding-bottom:50px}
.incase_list{ width:280px; height:270px; overflow:hidden; float:left; margin:10px}
.incase_list a{ width:280px; height:270px;background:#f1f1f1; 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;}
.incase_list_img{ width:280px; height:220px;}
.incase_list_img img{ width:280px; height:220px;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;}
.incase_list_img span{ overflow:hidden; display:block}
.incase_list_text{ width:270px; height:40px;}
.incase_list_text h1{ width:180px; height:50px; line-height:50px; overflow:hidden; font-size:16px; display:block; float:left;  padding-left:10px; font-weight:normal}
.incase_list_text p{ width:30px; height:30px; line-height:30px; overflow:hidden; font-size:18px; display:block; float:right; color:#666; margin-top:10px; margin-right:0px; text-align:center}

.incase_list a:hover{background:#ccc; 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:#078ce0;}
.incase_list a:hover .incase_list_img img{background:#078ce0; 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;}

.incase_list a:hover .incase_list_text 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;}



.ggqz_img{ width:1190px; margin:0 auto; overflow:hidden; text-align:center; margin-bottom:10px}
.ggqz_img ul{ width:1200px; height:auto; margin:0 auto}
.ggqz_img ul li{ width:156px; height:158px; margin:0 auto; margin-left:5px; margin-right:5px; float:left; overflow:hidden; background:#fff; padding:15px; cursor:pointer;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 #333}
.ggqz_icon{ width:120px; height:80px;margin:0 auto; text-align:center; margin-top:30px}
.ggqz_icon img{ width:60px; height:60px;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;}

.ggqz_img ul li a{ color:#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;}


.ggqz_text{ width:158px; height:30px; font-size:18px; text-align:center; line-height:30px; 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;}
.ggqz_img ul li:hover{ background:#f1f1f1;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 #078ce0}
.ggqz_img ul li:hover .ggqz_icon img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);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;}
.ggqz_img ul li:hover .ggqz_text{ color:#078ce0;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-size:18px}
.ggqz_img ul li:hover .ggqz_img ul li a{ color:#078ce0;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-size:20px}


.incase_dl{ width:1180px; margin:0 auto; overflow:hidden}
.incase_dl a{ width:190px; float:left; height:50px; line-height:50px; border:1px solid #078ce0; display:block; text-align:center; color:#333; margin:0 2px 0 2px; font-size:18px; 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;}
.incase_dl a:hover{ border:1px solid #078ce0;background:#078ce0; 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; }

.incase_dl a.abg{ border:1px solid #078ce0;background:#078ce0; color:#fff}



/*首页案例*/

/*首页客服板块*/

.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:#078ce0;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:#f1f1f1; overflow:hidden;  }
.infor_send .sectionHeader>h1{color:#078ce0;}
 .sectionHeader>p{color:#078ce0;}
.contes{ padding-top:10px; padding-bottom:20px }
.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;line-height: 28px}
.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/web.png) no-repeat center; background-size: 100% 100%}
.cont_mescoico03{ background:url(../images/shouji-2.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:0px; }
.cont_mescoico span{ font-size:20px; color:#078ce0}

.contes_lef_til span{ font-size:20px; color:#078ce0; 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:#078ce0; 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}

/*首页客服板块*/

/* fiexd-right */
.fiexd-right{
	height: auto;
	position: fixed;
	right: 10px;
	top: 10%;
	z-index: 1000;
}
.fiexd-right li{
	height: 70px;
	margin-bottom: 3px;
	width: 100%;
	cursor:pointer;
	position: relative;
	box-shadow: 0px 0px 0px #fff;
	
}
.fiexd-c{
	width:0;
	background: #078ce0;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	overflow:hidden;
	position: absolute;
	top: 0;
	right: 74px;
}
.fiexd-c p{
	padding-top:5px;
    font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.fiexd-c h3{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
}
.fiexd-rimg{
	height: 70px;
	width: 70px;
	background: #cd0000;
	float: right;
	position: relative;
	border-left:2px solid #cd0000;
	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:50px; height:50px; padding-top:10px}

.fiexd-right li:hover .fiexd-rimg{
	background: #078ce0;
	border-left:2px solid #078ce0;
}
.fiexd-right .telqt:hover .fiexd-rimg{
	border-left:2px solid #078ce0;
}
.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;
	padding: 10px 0;
}
.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:155px; 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:160px; padding-top:10px;  text-align:left; }
.footnav_list a:hover{ width:200px; line-height:30px; font-size:14px; font-weight:normal; color:rgb(252, 132, 55); 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:#078ce0}


/*内页CSS*/
/* about banner*/
.banner_about{ width: 100%; margin: 0 auto; overflow: hidden; height: 500px; }
.banner_a_title{ width:400px; margin:0 auto; margin-top:130px; overflow:hidden; text-align:center; height:100px; background-color:rgba(0,0,0,0.2);}
.banner_a_title h1{ font-size:36px; font-weight:normal; color:#fff ; line-height:100px}

.aboutcon{ width:1180px; margin:20px auto; overflow:hidden}
.aboutcon p{ font-size:16px; line-height:28px;}











/*mianbaoxue*/
.mianbao{ width:100%; margin:0px auto; height:50px; border-bottom:1px solid #CCC; background:#fcfcfc; margin-bottom:10px}
.mianbao h1{ font-weight:normal; font-size:14px; color:#666; line-height:50px}
.mianbao h1 a{ color:#666; padding:0 5px}
.mianbao h1 a:hover{ color:#078ce0}
.mianbao h1 span{ color:#666; padding:0 5px}


/*内页product**/
.aboutpro{ width:1180px; margin:30px auto; overflow:hidden}
.aboutpro_left{ width:202px; margin:0 auto; overflow:hidden; float:left; background:#fff}
.aboutpro_left_title{ width:202px; height:30px; border-bottom:2px solid #078ce0; }
.aboutpro_left_title h1{ width:160px; height:18px; line-height:18px; font-size:16px; font-weight:bold; color:#333; text-align:left; padding-left:10px;border-left:4px solid #078ce0; margin-top:10px}

.aboutpro_left_list{ width:202px; overflow:hidden;}
.aboutpro_left_list a{ width:202px; height:36px; line-height:36px; font-size:14px; font-weight:normal; color:#333; background:#fff; display:block; padding-left:10px; border-bottom:1px solid #ccc;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;}
.aboutpro_left_list a:hover{ background:#078ce0; 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}
.aboutpro_left_list a.tbg{color:#078ce0; background:#fff  }




.aboutpro_right{ width:950px; margin:0 auto; float:right; overflow:hidden}
.aboutpro_right_title{ width:100%; height:42px; line-height:40px; font-size:16px; font-weight:bold; color:#333; background:#f1f1f1; text-align:left; padding-left:20px; margin-bottom:20px }

.aboutpro_right_title a{ color:#333; }
.aboutpro_right_title a:hover{ color:#078ce0; }

.aboutpro_tt{ width:100%; height:60px; font-size:16px; font-weight:bold; line-height:60px; text-align:center}
.aboutpro_tt_img{ width:970px; margin:0 auto ; margin-bottom:20px; text-align:center; height:auto; overflow:hidden}
.aboutpro_tt_img img{width:650px; height: auto}

.aboutpro_case_img{ width:100%; margin:0 auto ; margin-bottom:20px; text-align:center; height:auto; overflow:hidden}
.aboutpro_case_img img{width:800px; height: auto}


.aboutpro_right_list{width:950px; overflow:hidden;}
.aboutpro_right_list ul li{ width:298px; height:300px; margin-right:18px; float:left; margin-bottom:18px}
.aboutpro_right_list ul li a{ width:298px; 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; text-align:center; color:#fff;background:#078ce0}
.aboutpro_right_list_img{width:298px; height:223px; overflow:hidden}
.aboutpro_right_list_img img{width:298px; height:223px;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;}
.aboutpro_right_list_text{ width:260px; height:30px; font-size:18px; font-weight:normal; line-height:30px; margin:0 auto;overflow:hidden; margin-top:10px}
.aboutpro_right_list_anniu{width:80px; height:30px; font-size:14px; font-weight:normal; line-height:30px;color:#fff;  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; margin:0 auto}

.aboutpro_right_list ul li a:hover{ color:#fff; background:#333 }
.aboutpro_right_list ul li a:hover .aboutpro_right_list_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;}

.aboutpro_right_list ul li a:hover .aboutpro_right_list_anniu{ text-decoration:underline}

/*翻页list*/
.list_page{text-align:center;margin:30px auto;display:block; width:100%; overflow:hidden;  }
.list_page:after{content:" ";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.list_page ul{width:100%; list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom; width:100%}
.list_page ul li{display:inline-block;border:solid 1px #ddd;border-radius:4px;}
.list_page ul a{ width: auto;height:30px;color:#333;line-height:30px;display:block;
transition:all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;background:#f1f1f1; float:left; margin-right:6px; text-align:center; padding:2px 15px}
.list_page ul a:hover{background:#078ce0; color:#fff}
.page_group ul{border-right:solid 1px #ddd;border-radius:4px;}
.page_group ul li{border-right:none;border-radius:0;float:left;}
.page_group ul li:not(:first-child):not(:last-child){border-radius:0;}
.page_group ul li:first-child{border-radius:4px 0 0 4px;}
.page_group ul li:last-child{border-radius:0 4px 4px 0;}
.page_group ul .active a{background:#f3f3f3;border-radius:0;}

.content{ font-size:14px; line-height:26px; color:#666; margin:20px auto}







/*内页新闻列表*/
.aboutnews{ width:1200px; margin:0 auto;overflow:hidden}
.aboutnews ul{ width:1200px; margin:0 auto; overflow:hidden; margin-top:0px;}
.aboutnews ul li{width:375px; height:380px;margin:0 15px 25px 10px;  overflow:hidden; float:left}
.aboutnews ul li a{ width:375px; height:380px; overflow:hidden; display:block; background:#f1f1f1; 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; }

.aboutnews_img{ width:375px; height:210px; overflow:hidden;}
.aboutnews_img img{ width:375px; height: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;}
.aboutnews_img span{overflow:hidden; display:block;}


.aboutnews_text{ width:330px; height:140px; margin:0 auto}
.aboutnews_text h1{ width:330px; height:40px; line-height:40px; font-size:16px; font-weight:bold; color:#333; margin-top:10px; overflow:hidden; display:block}
.aboutnews_anniu{width:60px; height:1px;  background:#078ce0;  margin-top:5px; 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;}

.date{ width:330px; height:30px; line-height:30px; font-size:14px; font-weight:normal; color:#666}

.aboutnews ul li a:hover{ background:#078ce0;transition:all ease 0.5s;-webkit-transition:all ea se 0.5s; -moz-transition:all ease 0.5s; -ms-transition:all ease 0.5s; -o-transition:all ease 0.5s; color:#fff}
.aboutnews ul li a:hover .aboutnews_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;}
.aboutnews ul li a:hover .aboutnews_anniu{width:100%; background:#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;}
.aboutnews ul li a:hover .date{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;}
.aboutnews ul li a:hover .aboutnews_intro{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;}
.aboutnews ul li a:hover .aboutnews_text 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;}


.aboutnews_intro{width:330px; height:52px; line-height:26px; font-size:14px; font-weight:normal; color:#333; display:block; overflow:hidden}



.innews_dl{ width:598px; margin:0 auto; overflow:hidden; margin-top:25px}
.innews_dl a{ width:190px; float:left; height:50px; line-height:50px; border:1px solid #078ce0; display:block; text-align:center; color:#333; margin:0 2px 0 2px; font-size:18px; 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;}
.innews_dl a:hover{ border:1px solid #078ce0;background:#078ce0; 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; }

.innews_dl a.abg{ border:1px solid #078ce0;background:#078ce0; color:#fff}


/*新闻详情*/
.aboutnewscon{ width:1180px; margin:0 auto;overflow:hidden}
.aboutnewscon a{ color:#666;}
.aboutnewscon_title{width:1180px; font-size:16px; font-weight:bold; color:#333; text-align:center; line-hight:60px}

.item{color:#999;text-align:center;margin:20px 0;font-family:arial;border-bottom:1px solid #f0f0f0;padding:0 0 15px 0;}
.content{word-break:break-all;line-height:22px;}
.content p{margin:15px 0;font-size:14px;}
.content img{max-width:900px;}
.pre,.next{line-height:30px;height:30px;}
