@charset "utf-8";
/* CSS Document */
body {font:12px/1.8 'microsoft yahei',tahoma,verdana,'simsun'; margin:0; padding:0; font-size:12px; color:#000; background:#fff;}
div,form,img,ul,ol,li,dl,dt,dd,p {margin:0; padding:0; border:0;}
li{list-style-type:none;}
img{vertical-align:top;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
.ysj {width:1180px; margin:0 auto;}
a{color:#333; text-decoration:none; font-size:14px;}
.left{ float:left;}
.right{ float:right;}

.mainbody { background:#fff; height:auto; overflow:hidden; clear:both}
.editor { padding:20px; line-height:26px; font-size:14px;}
.top{ height:90px; overflow:hidden;}
#top_info{width:100%; height:34px; background:#1b1f2a;}
.top_info{width:1260px; margin:auto; height:34px;}
.top_info summary{font-size:12px; color:#787b82;}
.top_info summary p{ float:left; line-height:34px;}
.top_info summary .tel img{ padding-top:8px;}
.top_info summary .tel{height:34px; float:left;width:300px;}
.top_info summary .language{ display:block; height:34px; float:right; background:url(../images/map.png) no-repeat left;}

.menu_xlk{width:420px;height:34px; list-style:none; float:right;}
.menu_xlk li{float:left;height:34px;position:relative; list-style:none; line-height:34px; vertical-align:middle; padding:0 8px;}
.menu_xlk li:last-child{ background:none}
.menu_xlk li i{ float:left; color:#787b82;}
.mj_hover_menu{text-decoration:none; height:34px;}
.menu_xlk li.selected .submenu{display:block;}
.menu_xlk li .submenu{display:none;position:absolute;top:34px;left:-9px; padding:10px; background:#fff; border:1px solid #d8d8d8; text-align:center;}
.menu_xlk a{ color:#787b82;}
.menu_xlk li a img{ padding-top:4px;}

/*主导航菜单*/
/*=============================
	Header Style
===============================*/
.header{background:#fff;}
/*----- Topbar -----*/
.header .topbar {background: #1b5994;padding:0px 0; height:40px; overflow:hidden; clear:both;}
.header .topbar .left { float:left; width:600px;}
.header .topbar .right { float:right; width:600px;}
.header .address{text-align:left;}
.header .address li {color:#fff; display: inline-block; padding-right: 25px;font-size: 13px;}
.header .address li:last-child{padding-right:0px;}
.header .address a { color:#fff; line-height:40px;}
.header .address li i { font-size:13px; width:22px; height:22px; line-height:22px; margin-right:8px; border:#fff 1px solid; border-radius:50%; color:#fff; text-align:center;}
.header .social{
	text-align:right;
}
.header .social li {
	display: inline-block;
	padding-right: 18px;
	font-size: 13px;
	color:#fff;
}
.header .social li:first-child a{
	color:#fff;
}
.header .social li:first-child a i{
	padding-right:8px;
}
.header .social li a{
	color:#fff;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li:last-child{
	padding-right:0px; color:#fff;
}
/*----- Header Inner -----*/
.header .header-inner {
	background: #fff;
	height:auto;
	display:block;
	clear:both;
	z-index:999;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .header-inner.sticky {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.32);
}
.header .header-inner.sticky .dropdown{
	top:120%;
}
.header .header-inner.sticky .search-form{
	bottom:-100px;
}
/*----- Logo -----*/
.header .logo { float:left; width:492px;}
/*----- Main Menu  -----*/
.header  .mobile-menu{
	display:none;
}
.navbar {width:100%; background:#4a434e; height:55px; clear:both;}
.nav { width:1180px; margin:0px auto;}
.nav li {float:left; position: relative;}
.nav li a {
	font-weight: 500;
	text-transform: uppercase;
	color: #fff; line-height:55px;
	font-size: 16px;
	padding: 0px 41px;
	position: relative;
	display: block;
	background:transparent;
}
.nav li:hover a{color:#fff; background:#e34591;}
.nav li:last-child,
.nav li:last-child a{
	margin-right:0px;
}
.nav li a::before{
	position: absolute;
	bottom: 12px;
	left: 0;
	content: "";
	width: 0%;
	opacity:0;
	height: 3px;
	border-top-right-radius: 50px;
	border-top-left-radius: 50px;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.nav li:hover a::before,
.nav li.current a::before{
	width:100%;
	opacity:1;
}
.nav .dropdown {
	position: absolute;
	left: 0;
	width: 146px;
	z-index: 2;
	background: #fff;
	top: 100%;
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transform: translateY(-20px);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.nav li:hover .dropdown{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
	opacity:1;
	visibility:visible;
}
.nav .dropdown li {
	display: block; display: block; clear:both;
	width: 100%;
	margin: 0;
	float: none;
}
.nav li .dropdown li a {
	color: #333; background:#fff; border-bottom:#d9d9d9 1px dotted; font-size:14px; line-height:38px; height:38px;
}
.nav li .dropdown li a:hover { background:#f8f8f8; color:#e34591;}
.nav .dropdown li a:before{display:none;}
/*----- Cart Search Side  menu -----*/
.header .cart-search-bar {
	float: right;
	padding-top: 24px;
}
.header .cart-search-bar li {
	display: inline-block;
	margin-left: 35px;
}
.header .cart-search-bar li:last-child{
	margin-right:0px;
}
.header .cart-search-bar li a {
	font-size: 18px;
	color: #a5a5a5;
	display: block;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .cart-search-bar .cart-item {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	text-align: center;
	top: -8px;
	right: -12px;
}
.header .search-form {
	z-index: 999; color:#666; float:right; padding-top:36px;
}
.header .search-form.s-active {
	opacity:1;
	visibility:visible;
}
.header .search-form input[type="text"] {
	width: 220px;background:url(../images/search.png) #f6f4f4 no-repeat 5px;
	border:none; text-indent:25px;
	padding:0px 10px;
	height: 40px; float:left;
	z-index: 60;
}
.header .search-form input[type="submit"] {
	height: 40px;
	background:#e53b91;
	border: 0px; padding:0px 20px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header .search-form input[type="submit"]:hover {
	background: #1b5994; color:#fff;
}
.header .side-menu {
	position: fixed;
	right: 0;
	height: 100%;
	width: 200px;
	z-index: 6;
	background: #333333;
	top: 0;
	opacity:0;
	visibility:hidden;
	transform:translateX(100px);
	transition:all 0.4s ease;
}
.header .side-menu.active {
	opacity: 1;
	visibility: visible;
	transform: translateX(0px);
}
.header .side-menu .nav {
	padding: 90px 0;
}
.header .side-menu .nav li{
	float:none;
	width:100%;
}
.header .side-menu .nav li a{
	color:#fff;
}
.header .side-menu .nav li.remove a {
	padding: 0px;
	font-size: 17px;
	cursor: pointer;
}
.header .side-menu .nav li.remove a:before{
	display:none;
}

/*banner*/
.slideBox{ width:100%; height:498px; overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; left:50%;margin-left: -80px;  bottom:20px; z-index:1;}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul span li{ width:11px;}
.slideBox .hd ul li{ float:left; margin:0 5px; width:42px; height:5px;filter: Alpha(Opacity=70);opacity: 0.7; background:#fff;  font-size:0; cursor:pointer;}
.slideBox .hd ul li.on{background:#d73a86; filter: Alpha(Opacity=100);opacity: 1;}
.slideBox .banner{ position:relative; height:100%; z-index:0;   }
.slideBox .banner li{ zoom:1; vertical-align:middle; height:498px;}
.slideBox .banner li a{ display:block; width:100%; height:498px;}
.absolute{ position:absolute;}
.web_widht{ width:1260px; margin:0 auto; position:absolute; padding-top:20px; text-align:center; left:0; right:0;}
.slideBox .prev, .slideBox .next {
    position: absolute;
    left: 1%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: transparent url("../images/slider-arrow.png") no-repeat scroll -110px 5px;
    opacity: 0.5;
}
.slideBox .next{ left:auto; right:1%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;}
.slideBox .prevStop{ display:none;}
.slideBox .nextStop{ display:none;}
.fast_nav{ height:85px; position:relative; margin-top:-85px; z-index:9;}
.fast_nav .back_hei{ width:100%; height:100%; left:0; top:0; background:#000;}
.fast_nav .web_widht{ z-index:10;}


.zjyz{display:block; padding:30px 0; height:auto; overflow:hidden; clear:both; width:1180px; margin:0px auto;}
.zjyz img:hover { opacity:0.9}

.left1 { float:left; margin-right:15px; width:366px;}
.left1 .news {background:url(../images/icon0.png) center; width:366px; height:171px; margin-bottom:13px;}
.left1 .news .tit { float:left; font-size:18px; padding-top:30px; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; width:100px; text-align:center; color:#fff;}
.left1 .news .tit em { font-style:normal; border-top:#fa95c6 1px solid; display:block; clear:both; line-height:35px; width:50px; margin:10px auto;}
.left1 .news .info { color:#666; padding-top:35px; padding-right:5px; font-size:13px; width:240px; float:right;}
.left1 .news .info a { font-size:16px; font-weight:bold; clear:both; display:block}
.left1 img { float:left;}
.left2 { float:left; margin-right:15px; width:177px;}
.left2 img { margin-bottom:12px;}
.cplist { width:200px; height:355px; float:right; background:url(../images/icon5.png) no-repeat center;}
.cplist .tit { color:#fff; font-size:18px; font-weight:bold; text-indent:20px; border-bottom:#625c65 1px solid; line-height:45px;}
.cplist a { border-bottom:#625c65 1px solid; color:#fff; text-indent:20px; display:block; clear:both; height:38px; line-height:38px;}
.cplist a:hover { text-indent:24px; color:#f6ff66;}

/* 单个图片幻灯片盒子 - 公用类 */
.effect { float:left; width:390px;}
.slideBox2{ width:390px; height:355px; overflow:hidden; position:relative;}
.slideBox2 .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:10px; z-index:1; }
.slideBox2 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox2 .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox2 .hd ul li.on{ background:#e34591; color:#fff; }
.slideBox2 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox2 .bd img{ width:390px; height:355px; }



/*ggw*/
.ggw{ background:url(../images/ggw_bj.jpg) no-repeat center; height:300px;}
.ggw ul{ background:url(../images/xi1.png) no-repeat center; height:200px; padding-top:20px;}
.ggw ul p{ text-align:center; font-size:46px; font-weight:bold; color:#fff; padding-top:40px;}
.ggw ul p strong{ color:#eb0000;}
.ggw ul span{ font-size:16px; color:#fff; text-align:center; display:block; line-height:30px;}
.ggw ul dl{width:520px; margin:0px auto; text-align:center; padding-top:20px;}
.ggw ul dl dt{ float:left; color:#fff; font-size:16px; padding-top:16px;}
.ggw ul dl dd{ font-size:30px; display:block; font-family:"Impact"; color:#fff; float:left;}
.ggw ul dl a{ float:left;width:124px; display:block; height:34px; text-align:center; color:#fff; font-size:14px; line-height:34px; background:#ec0000;-moz-border-radius:20px; -webkit-border-radius:20px;border-radius:20px; margin-left:20px; margin-top:8px;}
.ggw ul dl a:hover{ background:#fff; color:#000;-webkit-transition: all 4s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear; transition: all 0.5s linear;}

/*hzkh*/
.hzkh{ padding-top:20px; padding-bottom:46px;}
.hzkh_t{ text-align:center;}
.hzkh_t p{ font-size:32px; color:#004c90; line-height:70px; font-weight:bold; background:url(../images/xi2.jpg) no-repeat center bottom;}
.hzkh_t span{ font-size:14px; color:#5a5a5a; line-height:40px;}
.hzkh_nr{ padding-bottom:10px;}
.hzkh_nr li{ margin:30px 12px;}
.hzkh_nr li img{ border:1px solid #e5e5e5;}
.hzkh_a{position:relative;width:170px; height:42px; line-height:42px; text-align:center; border:1px solid #00265b; color:#00265b; display:block; margin:0 auto; font-size:16px;}
.hzkh_a a{ display:block; text-align:center; line-height:42px; font-size:16px; color:#00265b; margin:0 auto;}
.hzkh_a div{ display:block; position:absolute; left:0; top:0; width:0px; height:42px; background:#d2e2ff;
	-webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	-o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 1.1);}
.hzkh_a:hover div{ display:block; position:absolute; left:0; top:0; width:100%; background: #c70002; z-index:-1;}
.hzkh_a:hover a{ color:#FFF;}



/*end*/
.end{ height:290px; background:url(../images/footer-bg.jpg) #ededed repeat-x top; overflow:hidden;}
.end_lt{width:820px; height:290px; float:left; margin-top:20px;}
.end_lt ul{ float:left;width:116px; padding-left:40px; height:240px; padding-bottom:10px; border-right: 1px dotted #c9c9c9;}
.end_lt ul p{}
.end_lt ul p a{ font-size:16px; color:#555555; line-height:48px;}
.end_lt ul li a{ color:#505050; font-size:13px; line-height:24px;}
.end_lt ul p a:hover,.end_lt ul li a:hover{ color:#d70c19;}
.end_rt{width:350px; float:right; padding-top:35px; color:#a7bde7; line-height:28px;}
.end_rt .tel {font-size:32px; display:block; height:37px; line-height:37px; font-family:impact; clear:both; color:#e34591; background:url(../images/tel.png) no-repeat left; padding-left:50px;}
.end_rt img{ float:left; padding-right:20px;}

.cop{ height:42px; background:#ededed; color:#505050; line-height:42px;}
.cop a { color:#505050;}
.cop .stie{line-height: 42px; width:1180px; margin:0px auto; border-top:#bcbcbc 1px dotted;}
.cop .stie em{color: #d0d0d0; font-style: normal; margin: 0 5px;}
.cop .stie span{float: right;margin-right: 15px; font-family: Arial, Helvetica, sans-serif}

.nyban1{ height:300px; background:url(../images/nyban1.jpg) no-repeat center;}
.nyban2{ height:300px; background:url(../images/nyban2.jpg) no-repeat center;}
.nyban3{ height:300px; background:url(../images/nyban3.jpg) no-repeat center;}
.nyban4{ height:300px; background:url(../images/nyban4.jpg) no-repeat center;}
.nyban5{ height:300px; background:url(../images/nyban5.jpg) no-repeat center;}
.nyban6{ height:300px; background:url(../images/nyban6.jpg) no-repeat center;}


.lmt{ height:auto; background:url(../images/hbj.jpg) repeat-x; overflow:hidden;}
.lmt_wei{ line-height:60px; font-size:14px; color:#999; background:#f2f2f2; height:60px;}
.lmt_wei .left{text-align:center;float:left;}
.lmt_wei .left a{color:#333; margin-right:1px; text-align:center; line-height:60px; font-size:16px; display:block; float:left; padding:0 14px;}
.lmt_wei .left a:hover{ color:#fff; background:#d60000;}
.lmt_wei .left .slink{color:#fff;height:60px; text-align:center; line-height:60px; font-size:16px; background:#d60000;}
.ny{font-size:14px; height:auto; overflow:hidden; line-height:40px; margin-top:20px; margin-bottom:30px;}


/*nyxinxen*/
.ny_xw{ overflow:hidden;}
.newsList{background:url(../images/xw_bj.jpg) no-repeat top;width:100%; min-height:300px; overflow:hidden;}
.newsList_t{ padding-top:60px; text-align:center;}
.newsList_t p{ font-size:24px; font-weight:bold; color:#fff;}
.newsList_t span{ color:#fff;}
.newsListRec{ padding-top:100px;}
.newsListRecBox{ width:380px; float:left; margin:20px 20px;}
.newsListRecBox .boxMain{ width:380px;}
.newsListRecBox .boxLine{ width:380px; height:10px; background: url(../img/bg/libg06.png) no-repeat;}
.newsListRecBox .boxMain .boxMain1 a{ height:200px;width:380px; overflow:hidden; display:block;}
.newsListRecBox .boxMain .boxMain1 img{transition:All 0.4s ease-in-out; -webkit-transition:All 0.4s ease-in-out;    -moz-transition:All 0.4s ease-in-out;    -o-transition:All 0.4s ease-in-out;}
.newsListRecBox .boxMain .boxMain1 img:hover {transform:scale(1.2);    -webkit-transform:scale(1.2);    -moz-transform:scale(1.2);    -o-transform:scale(1.2);    -ms-transform:scale(1.2);}
.boxMainIntro{ width:350px; padding:15px 15px 20px 15px; background:#f5f5f5;}
.boxMainIntro:hover{ background:#005aab;}
.boxMainIntro dl{color:#222; font-size:16px; display:block; line-height:40px;}
.boxMainIntro dt{ line-height:24px; color:#66696f; display:block; font-size:13px;}
.boxMainIntro dd{display:inline-block; border:1px solid #d0d0d0; padding:0 12px; margin-top:20px;}
.boxMainIntro:hover dl{color:#fff; font-size:16px; display:block; line-height:40px;}
.boxMainIntro:hover dt{ line-height:24px; color:#fff; display:block; font-size:13px;}
.boxMainIntro:hover dd{ left:18px; display:inline-block; border:1px solid #d0d0d0; padding:0 14px; margin-top:20px; color:#fff;}



.ny_xw1{ overflow:hidden; margin-bottom:20px; line-height:34px; padding:20px 0;}
.ny_xw1 li{ height:160px; border-bottom:1px solid #e5e5e5; padding-top:20px;}
.ny_xw1 li:hover{ background:#f1f1f1;}
.ny_xw1 .ny_xw_lt{ float:left;width:180px; padding-left:20px;}
.ny_xw1 .ny_xw_lt span{ font-size:20px; color:#8b8b8b; font-weight:300; float:left; padding-right:30px;}
.ny_xw1 .ny_xw_lt p{ padding-top:18px;}
.ny_xw1 .ny_xw_zh{ float:left; margin-left:20px;width:940px;}
.ny_xw1 .ny_xw_zh p{ font-size:18px; color:#222; line-height:46px;}
.ny_xw1 .ny_xw_zh span{ color:#7c7c7c; font-size:14px; line-height:24px;}
.ny_xw1 .ny_xw_rt img{ float:right;width:180px; height:135px; padding-right:20px;}
.ny_xw1 .ny_xw_zh dl{ color:#666; line-height:40px;}



.pageMain{position: relative;background: url(../images/cp_bj1.jpg) no-repeat; height:700px; padding:50px 0;}
/* 产品 */

.product{background: url(../img/cp_bj1.jpg) no-repeat;}
.product ul li{width: 33%;height:690px;float: left;background-color: rgba(255,255,255,0.5);text-align: center;}
.pro_item_wrap{border-right: 1px solid #eee;height: 100%;position: relative;overflow: hidden;}
.product ul li:last-child .pro_item_wrap{border: 0;}
.pro_item{width: 100%;position: absolute;right: 0;top: 0;}
.pro_item img{width: 100%;}
.pro_iten_t{font-size:26px;font-weight: bold;color: #000;padding-top: 130px;margin-bottom: 15px;}
.pro_iten_p{width: 78%;margin: 0 auto 55px auto;color: #333;}

.pro_item_hover{background-color: rgba(0,43,81,0.8);width: 100%;height: 100%;position: absolute;right: 100%;top: 0;}
.pro_item_hover .pro_icon{height: 92px;text-align: center;padding-top: 25px;}
.pro_icon img{}
.pro_item_hover .pro_iten_t{padding-top: 35px;}
.pro_iten_t a{color: #222; font-size:30px;}
.pro_item_hover .pro_iten_t a{color: #fff; font-size:30px;}
.pro_item_hover .pro_iten_t:hover a{color: #fff;}
.pro_item_hover .pro_iten_p{margin-bottom: 20px;color: #fff;}
.pro_item_hover .pro_link a{display: block;background-color: #fff;width: 163px;height: 47px;line-height: 47px;color: #000;margin: 0 auto 7px auto;font-size: 14px;}
.pro_item_hover .pro_link a:hover{opacity: .9;color: #000;}

.nyabo{font-size:14px; height:auto; overflow:hidden;margin-top:40px; margin-bottom:50px;}
.abo_t{ text-align:center; background:url(../images/yz.png) no-repeat center; height:153px;}
.abo_t p{ font-size:40px; color:#0450a1; line-height:50px; padding-top:40px;}
.abo_t span{ font-size:18px; color:#595757;}
.abo_nr{ font-size:16px; color:#222; line-height:30px; text-align:center; padding-top:20px;}
.wrapper1{ padding-top:40px; margin-bottom:40px; overflow:hidden;}
.wrapper1 li{ float:left; padding:0 100px; text-align:center; border-right:1px solid #d6d6d6;}
.wrapper1 li:last-child{ border-right:none;}
.wrapper1 li h2{ font-size:90px; font-weight:bold; color:#d20000; font-family:'Impact'; }
.wrapper1 .count-text{ font-size:15px; line-height:30px; color:#1e1e1e;}
.abo_e{ padding-top:50px;}
.abo_e li{width:630px; float:left;}
.abo_e li dl{width:315px; float:left;}
.abo_e li dl img{width:315px; height:220px;}
.abo_e li dt{width:275px; float:left; padding:20px; background:#f4f4f4; height:180px; color:#222;}
.abo_e li dt p{ font-size:20px; font-weight:bold; line-height:50px;}
.abo_e li dt:hover{width:275px; float:left; padding:20px; background:#004892; height:180px; color:#222;}
.abo_e li dt:hover p,.abo_e li dt:hover span{ color:#fff;}

.banner1 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner1x.jpg) no-repeat center;}
.banner2 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner2x.jpg) no-repeat center;}
.banner3 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner3x.jpg) no-repeat center;}
.banner4 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner4x.jpg) no-repeat center;}
.banner5 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner5x.jpg) no-repeat center;}
.banner6 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner6x.jpg) no-repeat center;}
.banner7 { width:100%; margin:0px auto; height:160px; clear:both; background:url(../images/banner7x.jpg) no-repeat center;}

/*内页侧栏*/
.sidebar{ width:1180px; clear:both; margin:0px auto; height:auto; overflow:hidden;}
.sidebar .sb_nav {border-top: 2px solid #e34591; width:239px; background:url(../images/leftbg.png) no-repeat top; clear:both; float:left; }
.sidebar .sb_nav .titx { padding-top:20px; line-height:29px; overflow:hidden; color:#333; font-size:26px; display:block;}
.sidebar .sb_nav .titx span { width:2px; margin-left:20px; margin-right:10px; background:#e34591; height:30px; float:left; display:block}


div.ti1-bg{ width:260px;clear:both;background:url(../images/probg.jpg) no-repeat top; height:86px; padding-bottom:10px; overflow:hidden; padding-top:5px;}
div.ti1-bg h4 { font-family:"微软雅黑"; color:#fff; font-size:22px; float:left; padding-left:12px; line-height:58px; }
div.ti1-bg p{ margin-left:12px; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#fff; line-height:18px;}
.sidebar .ct-con{ line-height:2; color:#333;}
.sidebar .ct-con ul,.sidebar .ct-con ol{ padding:0px 0px 0px 25px; margin:0px;}
.sidebar .ct-con a{ color:#1C57C4; text-decoration:underline;}
#sidebar dl{}
#sidebar dl dt{ line-height:52px; height:52px; border-bottom:#CFCFCF 1px solid}
#sidebar dl dt a{font-size:14px; text-indent:30px; color:#fff; display:block; padding-right:20px;}
#sidebar dl dt a:hover{color:#fff; }
#sidebar dl dd{}
#sidebar dl dd h4{ font-weight:normal; padding:5px 0px 5px 10px; background:url(../job_ico.gif) no-repeat left 12px;}
#sidebar dl dt.on a{ font-weight:bold; color:#11578b; }
#sidebar dl h4.on a{ font-weight:bold;}

.sidebar .sb_box{ float:right; width:940px;border-top: 2px solid #cfcfcf;
border-left: 1px dotted #d9d9d9; margin-bottom:20px; min-height:500px; overflow:hidden; background:#fff;}
.sidebar .sb_box h3.title{ padding-left:20px; border-bottom:1px solid #eee;height:100px; overflow:hidden; line-height:32px;}
.sidebar .sb_box h3.title .tit{ font-size:24px; color:#666; padding-top:20px;}
.sidebar .sb_box h3.title .eng{ font-size:26px; color:#d9d9d9; font-family:Arial, Helvetica, sans-serif; padding-top:4px;}


.currentNav { display:block; background:#e34591;}
.currentNav a { color:#FFFFFF; background:url(../images/leftmenu.jpg) no-repeat; display:block;}
.currentNav a:visited {display:block; color:#FFFFFF}

.position { text-align:right; padding:13px 5px; font-size:13px; margin:0px auto;width:1160px;}
.position span{background:url(../images/home_ico.gif) no-repeat left; background-size:18px 18px; padding-left:22px;}
.position a { color:#e34591;}
.prolist { padding:10px 10px 25px 10px;}
.prolist li { margin-top:0px;}
.prolist li a{ text-decoration:none; background:url(../images/j1.png) no-repeat 10px 18px; border-bottom:#e6e6e6 1px dotted; display:block; color:#555; font-size:14px; line-height:40px; padding-left:32px;}
.prolist li a:hover{ text-decoration:none; background:url(../images/j2.png) #e34591 no-repeat 10px 18px; border-bottom:#e6e6e6 1px dotted; display:block; color:#fff; font-size:14px;}
.prolist p a{ color:#fff; text-decoration:none; font-weight:normal; height:32px; overflow:hidden; padding-left:20px; font-size:12px; background:url(../images/dd.png) no-repeat 10px 14px;line-height:30px; display: block; width:190px;}
.prolist p a:hover {background:url(../images/dd.png) #117bc9 no-repeat 10px 14px;}


/*文章模块*/
#newslist{ padding:15px 20px;}
#newslist li{ padding:15px 10px; border-bottom:#efefef 1px dashed}
#newslist li a{ font-size:16px; margin-right:5px;}
#newslist li span{ float:right; color:#aaa;}
#newslist li p{ color:#aaa;}
#shownews{ padding:0px 15px 15px;}
#shownews .editor{ line-height:2; padding:0px 10px; font-size:14px;}
#shownews h1{ font-size:20px; text-align:center; border-bottom:1px dotted #ccc; padding:5px 0px; margin:10px 0px; color:#333;}
/*产品模块*/
#productlist{ padding:15px 10px;}
#productlist li{ float:left; display:inline; text-align:center;}
#productlist li a.img{ display:block; text-align:center; font-size:0px;}
#productlist li a.img img{ margin:auto; border:1px solid #efefef;}
#productlist li h3{ padding:5px 0px 10px; font-weight:normal; font-size:14px; line-height:1.5;}
#showproduct{ padding:15px;}
#showproduct h1.title{ font-size:18px; padding:5px 0px; margin-bottom:5px;}
#showproduct .pshow dt{ float:left;}
#showproduct .pshow dd{ float:left; font-size:14px; width:450px;}
#showproduct .pshow dd ul{ margin-left:15px; }
#showproduct .pshow dd li{ padding:5px 5px 5px 70px; min-height:28px; _height:28px; margin:5px 0px; clear:both; border-bottom:1px solid #eee; position:relative; line-height:2; }
#showproduct .pshow dd li span{ position:absolute; left:0px; top:0px; color:#999; padding:5px; height:28px;}
#showproduct .ctitle{ margin:15px 0px 10px; padding:5px 20px; background:url(../images/dt-7.gif) no-repeat left center; *background-position:left 17px; font-size:14px; border-bottom:1px dotted #ccc; }
#showproduct .editor{ line-height:2; padding:0px 10px; font-size:14px;}


/*新闻内容页*/
.widget-newslist-9 {padding:20px 0; padding-left:20px;}
.widget-newslist-9 li { clear:both; overflow:hidden; border-bottom:#ccc 1px dotted; padding-bottom:30px; margin-bottom:30px;}
.widget-newslist-9 ._img { width:212px; height:170px; border:#efefef 1px solid; float:left; overflow:hidden; margin-right:20px; }

.widget-newslist-9 ._img img{max-width: 100%;
    height: 170px;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
 -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;}
.widget-newslist-9 ._intro { overflow:hidden; }
.widget-newslist-9 ._title { display:block; height:32px; line-height:32px; font-size:20px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.widget-newslist-9 ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }

.widget-newslist-9 ._info span { font-size:14px; text-indent:2px;}
.widget-newslist-9 ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:14px; margin-bottom:15px;}
.widget-newslist-9 ._more { display:inline-block; white-space:nowrap; width:auto; height:32px; line-height:32px; background-color:#fff; color:#555; padding:0 20px; border:1px solid #bababa;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}

.widget-newslist-9 li:hover ._title,.widget-newslist-9 li:hover ._text { color:#e34591; }
.widget-newslist-9 li:hover ._more {border:1px solid #e34591; background-color:#e34591; color:#fff;}
.widget-newslist-9 li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}