@charset "gb2312";
/* CSS Document */

* {
	font-family: "微软雅黑";
}
body {
	min-width: 1170px;
	overflow-x: hidden;
}
.container {
	width: 1170px;
}
a, a:hover {
	color: #333;
}


/********** header ***********/
header, footer {
	min-width: 1170px;
}
/* .top */
header .top {
	background: #191e23;
	height: 30px;
	color: #ccc;
	font-size: 12px;
	line-height: 30px;
}
/* .logo */
header .logo {
	padding: 20px 0;
}
/* nav */
header nav {
	background: #f0c837;
}
header nav ul {
	margin-bottom: 0;
	text-align: center;
}
header nav li {
	display: inline-table;
}
header nav li a {
	display: block;
	padding: 0 25px;
	font-size: 18px;
	line-height: 60px;
}
header nav li a:hover,
header nav li a:focus,
header nav li.dropdown li a:hover {
	background: #003264;
	color: #f0c837;
	text-decoration: none;
}
header nav li.dropdown li {
	display: block;
}
header nav li.dropdown li a {
	border-bottom: solid 1px #eee;
	padding: 0;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
/********** /header ***********/

/********** footer ***********/
footer address {
	margin-bottom: 0;
	margin-top: 20px;
	color: #FFF;
	font-size: 12px;
	line-height: 25px;
}
footer .menu ul {
	margin-bottom: 0;
}
footer .menu li {
	display: inline-block;
	margin-bottom: 30px;
	color: #fff;
	line-height: 24px;
}
footer .menu li a {
	color: #fff;
	font-size: 12px;
}
footer .menu li span,
footer .menu li span a {
	display: block;
	border-bottom: solid 1px #666;
	font-size: 14px;
}
footer .menu li ul {
	margin-top: 10px;
}
footer .menu li li {
	margin: 0;
	width: 48%;
}
footer .copyright {
	background: #191919;
	height: 60px;
	color: #FFF;
	font-size: 12px;
	line-height: 60px;
	text-align: center;
	word-spacing: 15px;
}
footer .copyright a {
	color: #fff;
}
/********** /footer ***********/

/********** #Home ***********/
/* .d1 */
#Home .d1 .time {
	margin-bottom: -24px;
}
#Home .d1 .search {
	padding-bottom: 20px;
	padding-top: 20px;
}
#Home .d1 .tel {
	background: url("../images/tel_01.png") no-repeat 15px center;
	height: 74px;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #003264;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 34px;
	text-indent: 130px;
}
/* .product */
#Home .product {
	margin-bottom: 60px;
	margin-top: 54px;
}
#Home .product .menu {
	background: url("../images/home_productmenu_title.png") no-repeat center top;
	padding-top: 80px;
}
#Home .product .menu ul {
	margin-bottom: 0;
	background-color:#efefef;
}
#Home .product .menu li a,
#Home .product .menu span.more a {
	border-bottom: solid 1px #ddd;
	display: block;
	margin-right: 10px;
	padding: 0 30px;
	line-height: 48px;
}
#Home .product .menu li:hover {
	background: url("../images/home_productmenu_listbg.png") no-repeat right center;
}
#Home .product .menu li:hover a {
	background: #003264;
	color: #f0c837;
	text-decoration: none;
}
#Home .product .menu span.more a {
	color: #003264;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
#Home .product .list .item a {
	position: relative;
}
#Home .product .list .item img {
	display: block;
	height: 189px;
	width: 100%;
}
#Home .product .list .item span {
	margin-left:4px;
	margin-bottom:4px;
	background: rgba(0,0,0,.8);
	display: block;
	height: 30px;
	width: 252px;
	overflow: hidden;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align:center;
}
/* d3 */
#Home .d3 {
	height:238px;
	margin-bottom: 60px;
	position: relative;
}
#Home .d3 .tel {
	position: absolute;
	top: 50%;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
/* .question */
#Home .question {
	background: url("../images/home_q&a_title.png") no-repeat center top;
	margin-bottom: 60px;
	padding-top: 90px;
}
#Home .question .left .more {
	background: #f0c837;
	display: block;
	height: 36px;
	margin-top: 18px;
	color: #333;
	line-height: 36px;
	text-align: center;
}
#Home .question .right .list .Q {
	background: url("../images/home_question_qbg.png") no-repeat right center;
	border: solid 1px #ddd;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
	padding: 0 10px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
	font-size:18px;
	font-weight:bold;
}
#Home .question .right .list .Q:focus {
	background: #f2f2f2
}
#Home .question .right .list .A {
	height: 144px;
	overflow-y: auto;
	margin: 15px 0 15px 30px;
	padding-right: 13px;
	color: #999;
	line-height: 24px;
	text-align: justify;
}
/* .d5 */
#Home .d5 {
	height: 454px;
}
#Home .d5 .right {
	margin-top: 0px;
}
#Home .d5 .right table {
	margin-bottom: 0;
}
#Home .d5 .right table th {
	color: #003264;
}
#Home .d5 .right table th,
#Home .d5 .right table td {
	width: 200px;
	padding: 0;
	line-height: 45px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
#Home .d5 .right #Home-data .list {
	width:1200px;
}

/* .reason */
#Home .reason {
	background: url("../images/home_reason_title.png") no-repeat center top;
	padding-bottom: 60px;
	padding-top: 90px;
}
#Home .reason .item .pic {
	padding: 0;
}
#Home .reason .item section {
	background: #FFF;
	padding: 30px 15px;
}
#Home .reason .item section .No span {
	display: block;
	background: #f0c837;
	border-radius: 33px;
	height: 66px;
	width: 66px;
	font-size: 30px;
	font-weight: bold;
	line-height: 66px;
	text-align: center;
}
#Home .reason .item section h4 {
	display: block;
	overflow: hidden;
	margin-top: 0;
	font-weight: bold;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#Home .reason .item section .p1 {
	display: block;
	height: 30px;
	overflow: hidden;
	color:#333;
	font-size:18px;
	line-height:30px;
}
#Home .reason .item section .p2 {
	display: block;
	height: 72px;
	overflow: hidden;
	color: #999;
	line-height: 24px;
}
#Home .reason .item section .tel {
	background: url("../images/home_reason_telbg.jpg") no-repeat center;
	height: 36px;
	width: 100%;
	margin-top: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}
/* .cooperation */
#Home .cooperation {
	margin-bottom: 30px;
	height: 243px;
	padding-bottom: 60px;
	padding-top: 60px;
}
#Home .cooperation .left,
#Home .cooperation .right {
	height: 123px;
	position: relative;
}
#Home .cooperation .left .more {
	background: #f0c837;
	border-radius: 5px;
	display: block;
	height: 36px;
	width: 150px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
}
#Home .cooperation .right .list li {
	margin: 0 15px;
}
#Home .cooperation .right .prev {
	position: absolute;
	top: 50%;
	left: -45px;
	margin-top: -32px;
}
#Home .cooperation .right .next {
	position: absolute;
	top: 50%;
	right: -45px;
	margin-top: -32px;
}
/* .show */
#Home .show {
	margin-bottom: 60px;
}
#Home .show .list {
	width: 3271px;
	overflow: hidden;
}
#Home .show .list li {
	display: inline-table;
}
#Home .show .list li img {
	height: 240px;
	width: 320px;
}
#Home .show .list li span {
	background: #f2f2f2;
	display: block;
	height: 48px;
	width: 320px;
	overflow: hidden;
	padding: 0 54px 0 15px;
	color: #f2f2f2;
	line-height: 48px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#Home .show .list li:hover span {
	background: #f0c837 url("../images/home_show_listbg.png") no-repeat 281px center;
	color:#333;
}
/* .witness */
#Home .liucheng {
	background: url("../images/home_liucheng.png") no-repeat center top;
	padding-top: 90px;
	margin-bottom: 60px;
	}
	
#Home .guige {
	background: url("../images/home_guige.png") no-repeat center top;
	padding-top: 60px;
	margin-bottom: 60px;
	}

#Home .witness {
	background: url("../images/home_witness_title.png") no-repeat center top;
	padding-top: 90px;
	margin-bottom: 60px;
}
#Home .witness .list .item h4 {
	display: block;
	height: 30px;
	overflow: hidden;
	color: #003264;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#Home .witness .list .item div.d1 {
	height: 96px;
	overflow: hidden;
	margin-bottom: 10px;
	color: #999;
	line-height: 24px;
	text-align: justify;
}
#Home .witness .list .item div.d2 {
	background: url("../images/home_witness_listbg.png") no-repeat center top;
	padding-top: 8px;
}
#Home .witness .list .item div.d2 .media {
	margin-top: 10px;
}
#Home .witness .list .item div.d2 .media .media-body {
	padding-top: 10px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
}
#Home .witness .list .item div.d2 .media .media-body a {
	font-weight: bold;
}
/* .about */
#Home .about {
	padding: 180px 0 60px 0;
	height: 356px;
	overflow: hidden;
}
/* .news */
#Home .news {
	background: url("../images/home_news_title.png") no-repeat center top;
	padding-top: 90px;
	margin-bottom: 60px;
}
#Home .news  .menu ul {
	text-align: center;
}
#Home .news  .menu li {
	display: inline-block;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	cursor: pointer;
}
#Home .news  .menu li+li:before {
	content:"/";
	color: #999;
	padding: 0 15px;
}
#Home .news  .menu li.tabactive {
	color: #003264;
}
#Home .news .list .item {
	margin-top: 30px;
}
#Home .news .list .item hgroup {
	display: block;
	height: 60px;
	width: 100%;
	margin-bottom: 10px;
}
#Home .news .list .item hgroup span {
	display: block;
	background: #5aaff5;
	height: 60px;
	width: 48px;
	float: left;
	margin-right: 15px;
	padding: 12px 0;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}
#Home .news .list .item hgroup span small {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
#Home .news .list .item hgroup h5 {
	display: block;
	padding: 6px 0;
	margin: 0;
	line-height: 24px;
}
#Home .news .list .item section {
	display: block;
	margin-bottom: 10px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
}
#Home .news .list .item .admin {
	display: block;
	height: 18px;
	color: #999;
	font-size: 12px;
	line-height: 18px;
}
/* .ad */
#Home .ad {
	height: 156px;
}
#Home .ad .tel {
	padding-top: 78px;
	color: #FFF;
	text-align: right;
}
#Home .ad .tel b {
	color: #f0c837;
	font-size: 24px;
	font-weight: bold;
}
/********** /#Home ***********/

/********** #searchBar ***********/
#searchBar {
	padding: 30px 0;
}
#searchBar .key {
	color: #003264;
	line-height: 34px;
}
#searchBar .key a {
	margin-right: 15px;
	color: #666;
}
/********** /#searchBar ***********/

/********** #sideBar ***********/
#sideBar h4 {
	display: block;
	border-bottom: solid 1px #ddd;
	margin-top: 0;
	height: 60px;
	line-height: 60px;
	background-color:#003264;
	color:#FFF;
	padding-left:20px;
}
/* .productMenu */
#sideBar .productMenu {
	margin-bottom: 20px;
}
#sideBar .productMenu ul {
	margin-bottom: 0;
}
#sideBar .productMenu li {
	padding: 10px 0;
	background-color: #EFEFEF;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}
#sideBar .productMenu li a {
	
	background: url("../images/111.png") no-repeat left center;
	padding-left: 18px;
	color: #666;
}
#sideBar .productMenu li span.badge {
	background: #5aaff5;
}
#sideBar .productMenu li.active {
	background: #fff;
}
#sideBar .productMenu li.active a {
	color: #003264;
}
#sideBar .productMenu li.active span.badge {
	background: #003264;
	color: #fff;
}
/* .hot */
#sideBar .hot {
	margin-bottom: 30px;
}
/*#sideBar .hot li {
	display: inline-block;
	height: 96px;
	width: 49%;
	margin-bottom: 5px;
	position: relative;
}
#sideBar .hot li span {
	background: rgba(0,0,0,.8);
	display: block;
	height: 24px;
	width: 100%;
	overflow: hidden;
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #fff;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
}*/
/* .contact */
#sideBar .contact dl {
	font-size: 12px;
	padding: 10px;
	background-color: #EFEFEF;
	line-height: 30px;
	border: 1px double #CCC;
}
#sideBar .contact dl dt {
	width: 60px;
	line-height: 24px;
}
#sideBar .contact dl dd {
	margin-bottom: 10px;
	margin-left: 60px;
	color: #666;
	line-height: 24px;
}
#sideBar .contact a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
/********** /#sideBar ***********/

.pagination {
	margin: 0;
}

/********** #listProduct***********/
#listProduct,
#listPop,
#listNews,
#articleProduct {
	margin-bottom: 60px;
}
#listProduct .right .list .item {
	margin-bottom: 45px;
	position: relative;
}
#listProduct .right .list .item img,
#listPop .right .list .fancybox img {
	height: 196px;
	width: 100%;
	overflow: hidden;
}
#listProduct .right .list .item span,
#listPop .right .list .fancybox span {
    background: #5aaff5;
	display: block;
	height: 30px;
	width: 202px;
	padding: 0 5px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -101px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/********** /#listProduct***********/

/********** #listPop ***********/
.fancybox{
	height: 196px;
	margin-bottom:45px;
	position: relative;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fancybox_sprite.png");
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow: visible !important;
	width: auto;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox_overlay.png");
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	padding-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url("../images/fancybox_sprite@2x.png")/*tpa=http://www.tj-ytrd.com/statics/images/fancybox_sprite@2x.png*/;
	background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image: url("../images/fancybox_loading@2x.gif")/*tpa=http://www.tj-ytrd.com/statics/images/fancybox_loading@2x.gif*/;
	background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
}
}
/********** /#listPop ***********/

/********** #listNews ***********/
#listNews .right .list {
	margin-bottom: 30px;
}
#listNews .right .list .item {
	border-bottom: solid 1px #eee;
}
#listNews .right .list .item a {
	display: inline-block;
	height: 48px;
	width: 70%;
	overflow: hidden;
	color: #333;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left:10px;
}
#listNews .right .list .item span.time {
	display: inline-block;
	height: 48px;
	width: 25%;
	float: right;
	line-height: 48px;
	color: #999;
	text-align: right;
}
/********** /#listNews ***********/

/********** #articleProduct ***********/
/*正常容器*/
.con-fangDaIMg{
	width: 100%;
	height: 306px;
	position: relative;
	background-color: #f0f0f0;
}
.con-fangDaIMg > img{
	width: 100%;
	height:100%
}
/*滑块*/
.magnifyingBegin{
	width: 150px;
	height: 175px;
	left: 0;
	top: 0;
	background-color: #f2f2f2;
	opacity: 0.5;
	filter:alpha(opacity=50);
	position: absolute;
	cursor: move;
	display: none;
}
/*放大镜显示区域*/
.magnifyingShow{
	width: 408px;
	height: 306px;
	display: none;
	position: absolute;
	left: 438px;
	top: 0;
	overflow: hidden;
	z-index: 999;
}
.magnifyingShow > img{
	width: 847px;
	height: 635px;
	margin-left:0;
	margin-top: 0;
}
/*设置选择图片容器*/
.con-FangDa-ImgList{
	margin-top:10px;
	height:70px;
	width:408px;
	list-style: none;
	padding: 0;
}
.con-FangDa-ImgList > li{
	margin: 0 5px;
	width: 92px;
	height: 70px;
	float: left;
	cursor: pointer;
	border: 1px solid #ddd;
	padding: 1px;
	background-color: #fff;
	text-align:center;
}

.con-FangDa-ImgList > li > img{
	vertical-align:top;
	display:inline;
	max-width: 100%;
	height:66px;
}
.con-FangDa-ImgList > .active{
	border-color:#000;
}

#articleProduct article .right .style {
	display: block;
	margin-bottom: 30px;
	color: #5aaff5;
}
#articleProduct article .right h5 {
	font-weight: bold;
}
#articleProduct article .right .summary {
	display: block;
	height: 192px;
	overflow-y: auto;
	margin-bottom: 30px;
	padding-right: 15px;
	color: #999;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
}
#articleProduct article .right .reservation {
	background: #f0c837;
    border-color: #e1371e;
	display: block;
	height: 48px;
	width: 100%;
	color: #333;
	font-size: 18px;
	line-height: 48px;
	text-align: center;
}
#articleProduct article section p,
#articleProduct article section div {
	margin-bottom: 10px;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	text-align: justify;
}
#articleProduct article #recommend .list .item {
	position: relative;
}
#articleProduct article #recommend .list .item span {
	background: #5aaff5;
	display: block;
	height: 30px;
	width: 130px;
	padding: 0 5px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -65px;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
 }
/********** /#articleProduct ***********/

#Article article hgroup h4 { font-size:30px; margin:30px;}

#Article article hr {
	background: #eee;
	border: none;
	height: 1px;
}
#Article article span.time {
	color: #999;
	font-size: 12px;
	text-align:center;
	margin-left:280px;
}
#Article article section {
	margin-top: 15px;
	line-height: 35px;
	font-size:16px;
}
#Article article section p,
#Article article section div {
	margin-bottom: 10px;
	color: #333;
	text-align: justify;
	text-indent: 2em;
	margin-bottom:10px;
}

#Article article section strong {
	color: #003264;
}

#Article article section table {
	width: 100%;
}
#Article article section td {
	border: 1px double #ccc;
	padding: 5px;
	text-align: center;
}

#Contact .item {
	text-align: center;
}
#Contact .item span.glyphicon {
	border-bottom: solid 1px #ddd;
	display: block;
	margin-bottom: 30px;
	font-size: 24px;
	line-height: 72px;
	
}
#Contact .item h5 {
	display: block;
	color: #5aaff5;
}



.tuijian_Z li{ width:120px;  float:left; margin-top:5px; margin-left:8px; list-style-type:none;}
.tuijian_Z li img{ width:120px; height:90px;}
.tuijian_Z li p{text-align:center; line-height:25px;}

.in-ys dl {margin: 0px 0 0; background-color:#FFF;}
.in-ys dt {float: left;position: relative;width: 558px;}
.in-ys dt span {position: absolute;top: -40px;padding: 20px;background-color: #F0C837;color: #000;font-family: Impact;left: 20px;font-size: 40px;line-height: 1;}
.in-ys dt span:after {display: block;content: '';margin-top: 10px;height: 5px;background-color: #fff;}
.in-ys dd {margin-left: 558px;padding: 50px 0 0 50px;}
.in-ys dd h4 {margin: 0;color: #003263;font-size: 30px; line-height:50px;}
.in-ys dd h4 small {display: block;color: #e18400;font-size: 18px;margin-top: 5px; text-transform:uppercase; font-weight:normal}
.in-ys dd p {margin: 15px 0 0;line-height: 1.8;text-align: justify;}
.in-ys dl:nth-child(even) dt {float: right;}
.in-ys dl:nth-child(even) dd {margin: 0 558px 0 0;padding: 50px 50px 0 0;}


.in-flow {background:url(../images/liuc_line.png) no-repeat 205px 45px;}
.in-flow li {float:left;width:171px;text-align:center;color:#333;font-weight:bold;font-size: 14px; list-style:none;color:#FFF;}
.in-flow li .icon{display:block;width:100px;height:100px;margin:0 auto 12px;position:relative;}
.in-flow li .icon i:before{content:'';}
.in-flow li .icon i,.in-flow li .icon i:before{position:absolute;width:100%;height:100%;top:0;left:0;background:url(../images/iflow_icon.png)}
.in-flow li .icon i.default{background-position:0 0;-webkit-transform: translateX(0) rotate(0);transform: translateX(0) rotate(0);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;}
.in-flow li .icon i.hover{background-position:0 -100px;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;}
.in-flow li.i1 .icon i:before{background-position:0 -200px;}
.in-flow li.i2 .icon i:before{background-position:0 -300px;}
.in-flow li.i3 .icon i:before{background-position:0 -400px;}
.in-flow li.i4 .icon i:before{background-position:0 -500px;}
.in-flow li.i5 .icon i:before{background-position:0 -600px;}
.in-flow li.i6 .icon i:before{background-position:0 -700px;}
.in-flow li.i7 .icon i:before{background-position:0 -800px;}
.in-flow li:hover .icon i.default{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.in-flow li:hover .icon i.hover{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}



.case231_main .w231{
	width: 1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
}
.in_icon{vertical-align: middle;background: url(../images/c_icon231.png) no-repeat;display: inline-block;}
.case231_main .ctit231{text-align: center;width: 100%;background-size: 60px 189px;}
.case231_main .icase231 .bigbox .bd .item .txt{position: absolute;left: 0;bottom: 0;width: 100%;height: 60px;background: url("../images/tb231.png") repeat center center;z-index: 12;opacity: 1;transition: all .5s;}
.case231_main .icase231 .smabox .item .txt{position: absolute;left: 0;bottom: 0;width: 100%;height: 60px;background: url("../images/tb231.png") repeat center center;z-index: 12;opacity: 1;transition: all .5s;}
.case231_main .icase231 .smabox .item .txtbox231{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;background: url(../images/txb231.png) repeat-x left bottom;z-index: 2;opacity: 0;transition: all .5s;}
.case231_main .ctit231 .tit{display: block;font-size: 40px;font-weight: bold;color: #116bc4;line-height: 40px;}
.case231_main .ctit231 .subtit{font-size: 25px;color: #666;line-height: 18px;font-weight: normal;padding-top: 12px;}
.case231_main .menu{overflow: hidden;padding-bottom: 20px;padding-top: 20px;}
.case231_main .menu ul{text-align: center;}
.case231_main .menu li{line-height: 30px;margin: 0 10px 10px;display: inline-block;}
.case231_main .menu li:first-child{margin-left: 0;}
.case231_main .menu li:last-child{margin-right: 0;}
.case231_main .menu li a{display: block;color: #666;border: 1px solid #c2c2c2;text-align: center;padding: 0 25px;border-radius: 15px;}
.case231_main .menu li a:hover{border: 1px solid #116bc4;color: #fff;background: #116bc4;}
.case231_main .more{width: 150px;height: 40px;color: #666;line-height: 40px;margin: 0 auto;display: block;text-align: center;border: 1px solid #ccc;}
.case231_main .more:hover{border: 1px solid #116bc4;background: #116bc4;color: #fff;text-indent: 10px;}
.case231_main .c_231{overflow: hidden;}
.case231_main .icase231 .bigbox{width: 600px;height: 450px;overflow: hidden;position: relative;margin: 0;}
.case231_main .icase231 .bigbox .bd{overflow: hidden;}
.case231_main .icase231 .bigbox .bd .item{position: relative;width: 600px;height: 450px;overflow: hidden;}
.case231_main .icase231 .bigbox .bd .item img{display: block;width: 600px;height: 450px;}
.case231_main .icase231 .bigbox .bd .item .txt .tit{font-size: 16px;color: #fff;height: 60px;line-height: 60px;text-indent: 20px;}
.case231_main .icase231 .bigbox .bd .item .txtbox231{position: absolute;left: 0;bottom: 0;width: 100%;height: 100%;text-align: center;z-index: 2;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .bd .item .txtbox231 h3{color: #fff;font-size: 18px;padding-top: 68%;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .item:hover .txt{opacity: 0;}
.case231_main .icase231 .bigbox .item .txtbox231 span{width: 40px;height: 40px;display: block;background-position: 0 -164px;position: absolute;left: 50%;margin-left: -25px;top: 10%;margin-top: -25px;opacity: 0;transition: all .5s;}
.case231_main .icase231 .bigbox .item:hover .txtbox231 h3{opacity: 1;padding-top: 43%;}
.case231_main .icase231 .bigbox .item:hover .txtbox231 span{opacity: 1;top: 50%;}
.case231_main .icase231 .bigbox .hd{height: 15px;overflow: hidden;position: absolute;right: 16px;bottom: 20px;z-index: 15;}
.case231_main .icase231 .bigbox .hd ul{overflow: hidden;zoom: 1;float: left;}
.case231_main .icase231 .bigbox .hd li{float: left;margin-right: 6px;width: 10px;height: 10px;font-size: 0;text-indent: -9999px;background: #fff;cursor: pointer;-moz-border-radius: 100%;-webkit-border-radius: 100%;border-radius: 100%;transition: all .5s;}
.case231_main .icase231 .bigbox .hd li.on{background: #116bc4;}
.case231_main .icase231 .smabox{width: 1200px;}
.case231_main .icase231 .smabox .item{
	float: left;
	width: 280px;
	height: 225px;
	overflow: hidden;
	position: relative;
	margin: 10px;
}
.case231_main .icase231 .smabox .item img{display: block;width: 280px;height: 225px;}
.case231_main .icase231 .smabox .item a{display: block;}
.case231_main .icase231 .smabox .item .txt .tit{font-size: 16px;color: #fff;height: 60px;line-height: 60px;text-indent: 20px;}
.case231_main .icase231 .bigbox .item:hover .txtbox231{opacity: 1;background: url(../images/bj231.png) repeat left top;z-index: 16;}
.case231_main .icase231 .smabox .item .txtbox231 .tit1{padding-top: 50px;font-weight: bold;font-size: 20px;color: #fff;line-height: 20px;transition: all .5s;}
.case231_main .icase231 .smabox .item .txtbox231 .detail{position: absolute;top: 65%;left: 50%;margin-left: -49px; padding-top:0; display: block;width: 98px;height: 34px;font-size: 16px;line-height: 34px;text-align: center;color: #fff;border: 1px solid #fff;transition: all .5s;}
.case231_main .icase231 .smabox .item:hover .txt{opacity: 0;}
.case231_main .icase231 .smabox .item:hover .txtbox231{opacity: 1;}
.case231_main .icase231 .smabox .item:hover .txtbox231 .tit1{padding-top: 80px;}
.case231_main .icase231 .smabox .item:hover .detail{top: 55%;}
.case231_main .more{margin-top: 30px;}

.page1{ font-family:Arial, Helvetica, sans-serif; line-height: normal; font-size: 14px; }
.page1 a,.page1 span{display:block;color:#390;font-weight:normal;text-decoration:none;letter-spacing:0px;border:1px solid #ccc;padding-top:3px;float:left;margin-top:5px;margin-right:2px;margin-bottom:5px;margin-left:2px;text-align:center;padding-right:5px;padding-left:5px;height:18px} 
.page1 a:hover, .page1 a.current{color:#F44;border:1px solid #F44}
.page1 input{padding:0px;color:#390;height:16px;width:25px;border:0px solid #fff;text-align:center;margin-top:0px;margin-right:-5px;margin-bottom:0px;margin-left:-5px;vertical-align:middle;font-size:12px}