@charset "utf-8";


* {
	font-family: "微软雅黑";
}
body {
	min-width: 1170px;
	overflow-x: hidden;
}
.container {
	width: 1170px;
}
a, a:hover {
	color: #333;
}


/********** header ***********/
header, footer {
	min-width: 1170px;
}

header .top {
	background: #191e23;
	height: 30px;
	color: #999;
	font-size: 12px;
	line-height: 30px;
}

header .logo {
	padding: 30px 0;
}

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 20px;
	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: 30px;
	color: #FFF;
	font-size: 12px;
	line-height: 30px;
}
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 ***********/

#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;
}

#Home .product {
	margin-bottom: 60px;
	margin-top: 54px;
}
#Home .product .menu {
	background: url("../images/home_productmenu_title.png") no-repeat center top;
	padding-top: 60px;
}
#Home .product .menu ul {
	margin-bottom: 0;
}
#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 {
	background: rgba(0,0,0,.8);
	display: block;
	height: 30px;
	width: 100%;
	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;
}

#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;
}

#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 30px;
	line-height: 48px;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
#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;
}

#Home .d5 {
	height: 434px;
}
#Home .d5 .left {
	margin-top: 190px;
}
#Home .d5 .right {
	margin-top: 130px;
}
#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: 91px;
	padding: 0;
	line-height: 60px;
	text-align: center;
}
#Home .d5 .right #Home-data .list {
	width:457px;
}


#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;
}

#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;
}

#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;
}

#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;
}

#Home .about {
	padding: 180px 0 60px 0;
	height: 356px;
	overflow: hidden;
}

#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;
}

#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: 36px;
	line-height: 36px;
}

#sideBar .productMenu {
	margin-bottom: 30px;
}
#sideBar .productMenu ul {
	margin-bottom: 0;
}
#sideBar .productMenu li {
	border: none;
	padding: 10px 0;
}
#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;
}

#sideBar .hot {
	margin-bottom: 30px;
}


#sideBar .contact dl {
	font-size: 12px;
}
#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"); 
	-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;
}


.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;
}


.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; 
	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);
}


@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; 
}
#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; 
}
}
/********** /#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;
}
#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 hr {
	background: #eee;
	border: none;
	height: 1px;
}
#Article article span.time {
	color: #999;
	font-size: 12px;
}
#Article article section {
	margin-top: 15px;
}
#Article article section p,
#Article article section div {
	margin-bottom: 10px;
	color: #666;
	text-align: justify;
	line-height: 24px;
}


#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;}


