@import url(http://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700,300|Poppins:400,500,600,700|Tangerine:700);
@import "../css/lib.css";
@import "../css/bootstrap-datetimepicker.min.css";
@import "../css/stroke-gap-icon.css";
@import "../css/lightslider.css";
@import "../css/plugins.css";
@import "../css/navigation-menu.css";
@import "../css/shortcode.css";

/* [Layout] */


/* * Body */

body {
	font-family: "微软雅黑", 'Work Sans', sans-serif;
	font-size: 15px;
	color: #000;
	overflow-x: hidden;
}

main,
footer {
	overflow-x: hidden;
}

/*img {
	max-width: 100%;
	height: auto;
}*/

a {
	outline: 0 !important;
	text-decoration: none;
	color: #999;
}

select::-ms-expand {
	display: none;
}


/* - Padding/Margin */

.no-padding {
	padding: 0;
}

.no-left-padding {
	padding-left: 0;
}

.no-right-padding {
	padding-right: 0;
}

.no-top-padding {
	padding-top: 0;
}

.no-bottom-padding {
	padding-bottom: 0;
}

.no-margin {
	margin: 0;
}

.no-left-margin {
	margin-left: 0;
}

.no-right-margin {
	margin-right: 0;
}

.no-top-margin {
	padding-top: 0;
}

.no-bottom-margin {
	margin-bottom: 0;
}


/* - OW pull-left/pull-right */

.ow-pull-left {
	float: left;
}

.ow-pull-right {
	float: right;
}


/* - SlidePanel */

#slidepanel {
	display: block;
}

#closeit,
#toggle,
#slideit {
	display: none;
}

.logoss{ margin-left: -50px;}
/* * Section Padding */

.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}


/* * Section Header */

.section-header {
	display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin: 40px 0;
}

/*.section-header::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	background-image: url("../images/sectionheader-seprator.png");
	height: 8px;
	width: 80px;
	bottom: 0;
	margin: 0 auto;
}*/

.section-header h3 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 36px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	padding-bottom: 15px;
	border-bottom: lightgray solid 1px;
	/*margin: 0 0 20px;*/
}

.section-header span {
	color: #a8a8a8;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: -0.32px;
}
.aboutfl h3{ color: #111;}
.aboutfl p{ color: #333;}

/* * PageBanner */

.pagebanner {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 335px;
	text-align: center;
}

.pagebanner::before {
	background-color: rgba(0, 0, 0, 0.9);
	bottom: 0;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.pagebanner .container {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.pagebanner h3 {
	color: #fff;
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'Poppins', sans-serif;
	z-index: 2;
	word-wrap: break-word;
	margin: 0;
}


/* - PageBanner:: ContactUs */

.pagebanner.contactus {
	background: url("images/pagebanner-contactus.jpg");
}


/* - PageBanner:: Gallery4Column */

.pagebanner.gallery4column {
	background: url("images/pagebanner-gallery4column.jpg");
}


/* - PageBanner:: Gallery3Column */

.pagebanner.gallery3column {
	background: url("images/pagebanner-gallery3column.jpg");
}


/* - PageBanner:: AboutUs */

.pagebanner.aboutus {
	background: url("images/pagebanner-aboutus.jpg");
}


/* - PageBanner:: Destination */

.pagebanner.destination {
	background: url("images/pagebanner-destination.jpg");
}


/* - PageBanner:: Destination Details */

.pagebanner.destinationdetails {
	background: url("images/pagebanner-destinationdetails.jpg");
}


/* - PageBanner:: Blog */

.pagebanner.blog {
	background: url("images/pagebanner-blog.jpg");
}


/* - PageBanner:: BlogPost */

.pagebanner.blogpost {
	background: url("images/pagebanner-blogpost.jpg");
}


/*  * Ow Pagination */

.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}

.ow-pagination .pagination li {
	float: left;
	margin-right: 9px;
}

.ow-pagination .pagination li:last-of-type {
	margin-right: 0;
}

.ow-pagination .pagination a {
	font-size: 17px;
	height: 44px;
	width: 44px;
	line-height: 31px;
	color: #444;
	border: 1px solid #cecece;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	background-color: transparent;
}

.ow-pagination .pagination li.active a {
	background-color: #004694;
	color: #fff;
	border-color: #004694;
}

.ow-pagination .pagination li:last-of-type a {
	line-height: 25px;
}

.ow-pagination .pagination li:last-of-type a {
	padding: 9px 12px;
}

.ow-pagination .pagination a:focus,
.ow-pagination .pagination a:hover {
	color: #fff;
	background-color: #004694;
	border-color: #004694;
}

.ow-pagination .pagination>li:first-child>a,
.ow-pagination .pagination>li:last-child>a {
	border-radius: 0px;
}


/* * Header */


/* - Header Top */

.header-top {
	background-color: #2a2132;
	padding-top: 9px;
	position: relative;
}

.header-top::after {
	border-bottom: 1px solid #2a2132;
	bottom: -2px;
	content: "";
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.header-top span {
	color: #fff;
	display: inline-block;
	font-family: 'Work Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 9px;
	text-transform: uppercase;
}

.header-top ul {
	text-align: right;
	padding-left: 0;
}

.header-top ul li {
	display: inline-block;
	margin-right: 5px;
}

.header-top ul li:last-of-type {
	margin-right: 0;
}

.header-top ul li a {
	color: #a1a1a1;
	font-size: 11px;
	display: inline-block;
	height: 28px;
	width: 29px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #808080;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.header-top ul li:hover a {
	border-color: #4ebceb;
	color: #4ebceb;
}


/* -- Header Middle */

.header-middle {
	padding-top: 20px;
	padding-bottom: 20px;
}

.header-middle .logo-block {
	padding-left: 82px;
	position: relative;
}
.logoss{ width: 180px;height: 50px;display: inline-block;}
.header-middle .logo-block img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.header-middle .logo-block a {
	text-decoration: none;
}

.header-middle .logo-block h3 {
	text-decoration: none;
	text-transform: uppercase;
	color: #222;
	font-size: 28px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.96px;
	margin: 5px 0 0;
	font-weight: 700;
}

.header-middle .logo-block a span {
	display: block;
	color: #444;
	font-size: 30px;
	letter-spacing: 0.4em;
	font-weight: 500;
	margin-top: -10px;
	margin-left: 3px;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
}

.header-contactinfo-block {
	float: right;
	/*margin-top: 9px;*/
}

.header-middle .contactinfo-box {
	position: relative;
	display: inline-block;
	padding-left: 31px;
	margin-right: 45px;
}

.header-middle .header-contactinfo-block .contactinfo-box:last-of-type {
	margin-right: 0;
}

.header-middle .contactinfo-box>span {
	color: #022f62;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 18px;
}

.header-middle .contactinfo-box p {
	color: #004694;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 20px;
}

.header-middle .contactinfo-box p span {
	color: #777;
	/*text-transform: uppercase;*/
	display: block;
	text-transform: lowercase !important;
}

.header-middle .contactinfo-box p a {
	color: #004694;
	display: block;
	text-decoration: none;
	font-size: 13px;
	text-decoration: none;
	line-height: 20px;
}

.header-middle .contactinfo-box p a:last-of-type {
	color: #777;
}


/* - MenuBlock */

.menu-block {
	background-color: #f3a316;
}


/* - Menu:: Search */

.menu-block .menusearch {
	float: right;
	max-width: 242px;
	position: relative;
	background-color: #022f62;
	padding-left: 7px;
	padding-right: 7px;
	margin-right: 15px;
}

.menu-block .menusearch p {
	float: left;
	line-height: 62px;
	margin: 0 10px;
}

.menu-block .menusearch p a {
	color: #fff;
	font-weight: bold;
}


/*.menu-block .menusearch .btn{
	padding: 0;
	height: 25px;
	width: 25px;
}

.menu-block  .menusearch .form-control{
	border-radius: 0;
	box-shadow: none;
	background-color: #e69b14;
	border: none;
	color: #fff;
	font-size: 15px;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 0.75px;
	min-height: 60px;
}*/


/* - Placeholder */

.menu-block .menusearch .form-control::-webkit-input-placeholder {
	color: #fff;
}

.menu-block .menusearch .form-control:-moz-placeholder {
	color: #fff;
}

.menu-block .menusearch .form-control::-moz-placeholder {
	color: #fff;
}

.menu-block .menusearch .form-control:-ms-input-placeholder {
	color: #fff;
}

.menu-block .menusearch .btn {
	background-color: transparent;
	min-height: 60px;
	color: #fff;
	font-size: 18px;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	outline: none;
	box-shadow: none;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.menu-block .menusearch .btn:hover,
.menu-block .menusearch .btn:hover,
.menu-block .menusearch .btn:hover {
	color: #000;
}


/* * Footer */


/* - Footer Main */

.footer-main {
	overflow: hidden;
}

.footer-widgetblock {
	background-color: #333;
	position: relative;
}

.footer-widgetblock::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: -90px;
	bottom: 0;
	background: url("../images/footer-bg.png");
	background-position: top center;
	background-repeat: no-repeat;
}

.footer-widgetblock .row {
	padding-top: 50px;
}


/* - Footer:: Footer Widget */

.ftr-widget {
	margin-bottom: 30px;
}


/* - Footer:: Widget Title */

.ftr-widget .widget-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding-bottom: 15px;
	word-wrap: break-word;
}

.ftr-widget .widget-title::after {
	content: "";
	background-color: #004694;
	height: 2px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ftr-widget .widget-title span {
	color: #ddd;
    font-size: 18px;
    font-weight: normal;
}


/* - Footer :: About Widget */

.footer-widgetblock .about_widget p {
	color: #dadada;
	font-size: 15px;
	line-height: 25px;
}

.footer-widgetblock .about_widget ul {
	padding-left: 0;
	margin-bottom: 0;
	display: block;
	margin-top: 35px;
}

.footer-widgetblock .about_widget ul li {
	display: inline-block;
	margin-right: 4px;
}

.footer-widgetblock .about_widget ul li:last-of-type {
	margin-right: 0;
}

.footer-widgetblock .about_widget ul li a {
	width: 37px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background-color: #313131;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.footer-widgetblock .about_widget ul li a:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 0;
	background-color: #004694;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	z-index: -1;
}

.footer-widgetblock .about_widget ul li a:hover:before {
	height: 100%;
}


/* - Footer:: Link Widget */

.footer-widgetblock .link_widget {
	padding-left: 25px;
}

.footer-widgetblock .link_widget a {
	color: #dadada;
	line-height: 24px;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	display: block;
	word-wrap: break-word;
}

.footer-widgetblock .link_widget a:hover {
	color: #004694;
	margin-left: 3px;
}


/* - Footer:: OpeningHours Widget */

.footer-widgetblock .openinghours_widget {
	padding-left: 65px;
	padding-right: 45px;
}

.footer-widgetblock .openinghours_widget p {
	display: block;
	width: 100%;
	color: #dadada;
	font-size: 15px;
	line-height: 28px;
	text-transform: capitalize;
	float: left;
	position: relative
}

.footer-widgetblock .openinghours_widget p::before {
	position: absolute;
	content: "";
	background-color: #fff;
	width: 5px;
	height: 1px;
	left: 40%;
	top: 13px;
}

.footer-widgetblock .openinghours_widget p span {
	float: right;
}


/* - Footer:: Popular DestinationHours Widget */

.footer-widgetblock .populardestination_widget ul {
	padding-left: 0;
	margin-bottom: 0;
}

.footer-widgetblock .populardestination_widget ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 4.5px;
	position: relative;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	position: relative;
}

.footer-widgetblock .populardestination_widget ul li:nth-child(2n) {
	margin-right: 0;
}

.footer-widgetblock .populardestination_widget ul li:hover {
	opacity: 0.5;
}


/* -- Footer:: NewsLetter Placeholder */

.ftr-newsletter .input-group ::-webkit-input-placeholder {
	color: #b0b0b0;
	text-transform: uppercase;
}

.ftr-newsletter .input-group :-moz-placeholder {
	/* Firefox 18- */
	color: #b0b0b0;
	text-transform: uppercase;
}

.ftr-newsletter .input-group ::-moz-placeholder {
	/* Firefox 19+ */
	color: #b0b0b0;
	text-transform: uppercase;
}

.ftr-newsletter .input-group :-ms-input-placeholder {
	color: #b0b0b0;
	text-transform: uppercase;
}

.ftr-newsletter .input-group .btn {
	background-color: #f3a316;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.48px;
	padding: 8px 33px 5px;
	border-radius: 30px;
	min-height: 44px;
	color: #fff;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	outline: none;
	word-wrap: break-word;
}

.ftr-newsletter .input-group .btn:hover {
	background-color: #004694;
}


/* - Footer Bottom */

.footer-bottom {
	background-color: #222;
}

.footer-bottom .col-md-3 span {
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.52px;
	text-transform: uppercase;
	margin-top: 25px;
	display: inline-block;
}


/* - Footer Menu */

.footer-menu .ow-navigation {
	background-color: transparent;
	float: right;
}

.footer-menu .ow-navigation .nav>li {
	margin-right: 43px;
}

.footer-menu .ow-navigation .nav>li:last-of-type {
	margin-right: 0;
}

.footer-menu .ow-navigation .navbar-nav>li>a {
	font-weight: 400;
	letter-spacing: 0.48px;
}

.footer-menu .ow-navigation .navbar-nav>li>a::before {
	height: 0;
}

.footer-menu .ow-navigation .navbar-nav>li>a:hover {
	color: #f3a316;
}


/*------------------------------------------------------------------
	[Responsive]
------------------------------------------------------------------*/

/* - min-width: 1200 */

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}


/* - min-width: 992 */

@media (min-width: 992px) {
	/* - Menu Block */
	.menu-block {
		background-color: #004694;
		position: relative;
	}
	.menu-block::before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		background-color: #004694;
		height: 1px;
		display: inline-block;
		top: -2px;
	}
	/* - Header ContactInfo Block */
	.header-contactinfo-block .contactinfo-box:nth-child(3n+1) {
		clear: both;
	}
	/* - Footer */
	.footer-widgetblock .col-md-3:nth-child(4n+1) {
		clear: both;
	}
}


/* - min-width: 992 to max-width: 1199 */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	/* - Header Middle */
	.header-middle {
		padding-bottom: 20px;
	}
	/* - Header ContactInfo Block */
	.header-middle .contactinfo-box {
		padding-left: 22px;
		margin-right: 12px;
	}
	.header-middle .contactinfo-box p a,
	.header-middle .contactinfo-box p span,
	.header-middle .contactinfo-box p {
		font-size: 13px;
	}
	.menu-block .menusearch {
		max-width: 225px;
	}
	/* - Footer WidgetBlock */
	.ftr-widget .widget-title {
		font-size: 20px;
	}
	/* - Footer Widget:: OpeningHours */
	.footer-widgetblock .openinghours_widget {
		padding-left: 15px;
		padding-right: 30px;
	}
	/* - Footer Widget:: Popular DestinationHours */
	.populardestination_widget img {
		max-width: 100px;
	}
	.ftr-newsletter {
		padding: 43.5px 40px;
	}
	.ftr-newsletter .input-group .form-control {
		max-width: 440px;
	}
}


/* - max-width: 991 */

@media (max-width: 991px) {
	/* - Menu Block */
	.menu-block::before {
		height: 0;
	}
	/* - SlidePanel */
	#slidepanel {
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 107px;
		text-align: center;
		top: 12px;
	}
	#slideit,
	#closeit {
		position: relative;
		color: #000;
		font-size: 24px;
		right: -35px;
	}
	.mobile-hide {
		display: none;
	}
	.text-logo {
		color: #000;
		display: inline-block;
		font-weight: 700;
		font-size: 18px;
		line-height: normal;
		text-decoration: none;
		text-transform: capitalize;
		margin-left: 40px;
		margin-top: 15px;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
	}
	.text-logo:focus,
	.text-logo:active,
	.text-logo:hover {
		color: #f7c51d;
		text-decoration: none;
	}
	/* - Menu:: Search */
	.menu-block .menusearch {
		position: absolute;
		top: 0;
		right: 65px;
		padding-left: 2px;
		padding-right: 2px;
		background-color: transparent;
	}
	.menu-block .menusearch .form-control {
		padding: 0;
		position: relative;
		top: 58px;
		right: -30px;
		width: 0;
		min-height: 40px;
		transition: all 1s ease 0s;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		float: right;
	}
	.menu-block .menusearch .input-group-btn {
		height: 58px;
	}
	.menu-block.navbar-fixed-top .menusearch .form-control {
		top: 50px;
	}
	.ow-navigation .menusearch .search-show {
		width: 100%;
		padding: 0 12px;
	}
	/* - Heade Middle */
	.header-middle {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.header-middle .logo-block {
		display: none;
	}
	.header-contactinfo-block {
		float: none;
		margin-top: 0;
	}
	.header-middle .contactinfo-box {
		width: 33.33%;
		float: left;
		margin-right: 0;
		padding-right: 5px;
	}
	.header-middle .contactinfo-box:last-of-type {
		padding-right: 0;
	}
	.header-middle .contactinfo-box p a:last-of-type,
	.header-middle .contactinfo-box p {
		font-size: 12px;
	}
	/* - Footer WidgetBlock */
	.footer-widgetblock .ftr-widget:nth-child(2n+1) {
		clear: both;
	}
	/* - Footer:: Footer Widget */
	.ftr-widget {
		position: relative;
		z-index: 1;
	}
	.footer-widgetblock .openinghours_widget,
	.footer-widgetblock .link_widget {
		padding-left: 15px;
	}
	.footer-widgetblock .openinghours_widget {
		padding-right: 15px;
	}
	/* - Footer NewsLetter */
	.ftr-newsletter {
		display: inline-block;
		width: 100%;
		padding: 43.5px 20px;
	}
	.ftr-newsletter .input-group .form-control {
		max-width: 250px;
	}
	/* - Footer Menu */
	.footer-menu .ow-navigation .navbar-toggle {
		background-color: #f3a316;
	}
	.footer-menu .ow-navigation .navbar-toggle:hover {
		background-color: transparent;
	}
	.footer-menu .ow-navigation {
		margin-top: -45px;
	}
	.footer-menu .ow-navigation .navbar-nav {
		border-color: #f3a316;
	}
	.footer-menu .ow-navigation .navbar-nav>li>a {
		color: #fff;
	}
}


/* - max-width: 767 */

@media (max-width: 767px) {
	/* - Footer NewsLetter */
	.ftr-newsletter h3 {
		font-size: 20px;
		font-size: 18px;
		margin: 10px 20px 0 0;
	}
	.ftr-newsletter .input-group .btn {
		padding: 8px 20px 5px;
	}
	.ftr-newsletter .input-group .form-control {
		max-width: 230px;
		padding: 0 15px;
	}
}


/* -  max-width: 639 */

@media (max-width: 639px) {
	/* -  Header Middle */
	.header-middle .contactinfo-box {
		width: 50%;
	}
	/* - Footer */
	.ftr-widget .widget-title {
		font-size: 18px;
	}
	.footer-widgetblock .about_widget p,
	.footer-widgetblock .link_widget a {
		font-size: 14px;
	}
	.footer-widgetblock .openinghours_widget p::before {
		left: 37%;
	}
	.footer-widgetblock .openinghours_widget p {
		font-size: 13px;
	}
	.populardestination_widget img {
		max-width: 98px;
	}
	/* - Footer NewsLetter */
	.ftr-newsletter {
		padding: 43.5px 30px 43.5px 15px;
	}
	.ftr-newsletter h3 {
		font-size: 13px;
		margin: 10px 10px 0 0;
	}
	.ftr-newsletter .input-group .btn {
		padding: 8px 15px 5px;
		font-size: 11px;
	}
	.ftr-newsletter .input-group .form-control {
		max-width: 175px;
		padding: 0 15px;
	}
	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		margin: 0 0 8px;
	}
}


/* -  max-width: 479 */

@media (max-width: 479px) {
	/* - Header Top */
	.header-top [class*="col-xs-"] {
		width: 100%;
		text-align: center;
	}
	.header-top ul {
		text-align: center;
	}
	/* - Header Middle */
	.header-middle {
		padding-top: 11px;
		padding-bottom: 0;
	}
	.header-middle [class*="col-xs-"] {
		width: 100%;
		text-align: center;
	}
	.header-contactinfo-block {
		margin-top: 0;
		float: none;
	}
	.header-middle .contactinfo-box {
		width: 100%;
		text-align: left;
		margin-right: 0;
	}
	/* - Footer */
	.footer-widgetblock .ftr-widget {
		width: 100%;
	}
	.footer-widgetblock .link_widget a {
		float: left;
		width: 50%;
	}
	.footer-widgetblock .openinghours_widget p::before {
		left: 40%;
	}
	.populardestination_widget img {
		max-width: 105px;
	}
	/* - Footer NewsLetter */
	.ftr-newsletter .input-group,
	.ftr-newsletter h3 {
		display: inline-block;
		width: 100%;
		text-align: center;
		margin-bottom: 8px;
	}
	.ftr-newsletter .input-group .form-control {
		max-width: 100%;
	}
	.ftr-newsletter .input-group .btn {
		margin-top: 15px;
	}
	/* - Section Header */
	.section-header h3 {
		font-size: 22px;
		margin: 0 0 5px;
	}
	/* - PageBanner */
	.pagebanner h3 {
		font-size: 36px;
	}
}


/*关于我们*/

.aboutfl img {
	border-radius: 50%;
	box-shadow: 3px 3px 5px #333;
	;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #004694 !important;
	border-bottom-color: transparent
}

#myTab {
	padding: 0 20%;
	width: 100%;
}

#myTab>li {
	width: 23%;
	border: none;
	background: #efefef;
	margin: 0 1% 30px;
}


/*首页产品*/

.grid {
	padding: 0;
	max-width: 1300px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

.grid li {
	display: inline-block;
	width: 22.7%;
	margin: 0;
	padding: 0px;
	text-align: left;
	position: relative;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: .6%;
}

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	max-width: 100%;
	display: block;
	position: relative;
	width: 100%;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #E42313;
	color: #fff;
}

.grid figcaption h3 {
	margin: 0;
	padding: 0;
	color: #fff;
}

.grid figcaption span:before {
	content: 'by ';
}

.grid figcaption a {
	text-align: center;
	padding: 5px 10px;
	border-radius: 2px;
	display: inline-block;
	background: #ed4e6e;
	color: #fff;
}


/* Caption Style 3 */

.cs-style-3 figure {
	overflow: hidden;
}

.cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .cs-style-3 figure:hover img,
.cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}

.cs-style-3 figcaption {
	height: 84px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .cs-style-3 figure:hover figcaption,
.cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.cs-style-3 figcaption a {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media screen and (max-width: 31.5em) {
	.grid {
		padding-bottom: 3em;
	}
	.grid li {
		width: 100%;
		min-width: 265px;
	}
}

@media(max-width:1024px) {
	.grid li {
		width: 23.6%;
	}
}

@media(max-width:768px) {
	.cs-style-3 figcaption {
		height: 80px;
	}
}

@media(max-width:640px) {
	.ch-grid li {
		margin: -13px;
	}
}

@media(max-width:320px) {
	.grid figure img {
		width: 100%;
	}
	.cs-style-3 figcaption {
		width: 100%;
		height: 85px;
	}
	.grid {
		padding-bottom: 1em;
	}
}


/*新闻*/

.news {
	width: 100%;
	height: auto;
	background: #f2f2f2;
	padding-bottom: 80px;
	margin-top: 80px;
}

.hvr-underline-from-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	padding-bottom: 15PX;
	margin: 10px 0 15px;
}

.hvr-underline-from-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #0079cd;
	height: 2px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
	right: 0;
}

.list .item .time .day {
	font-size: 48px;
	line-height: 48px;
	display: block;
}

.list .item .time {
	float: left;
	height: 65px;
	margin-right: 20px;
	text-align: center;
	font-family: helv;
	line-height: 14px;
	color: #8c8c8c;
	font-family: "微软雅黑";
}

.list .item h3 {
	font-size: 16px;
	color: #202427;
	text-align: left;
}

.list .item .txt {
	color: #707070;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}

.list .item>a {
	color: #000;
	text-decoration: none;
}


/*组织架构*/

.jgnr {
	padding: 20px 0;
}

.jgnr span {
	font-size: 20px;
}

.jgnr b {
	font-weight: normal;
	color: #004694;
	padding: 12px 0;
	display: inline-block;
}


/*项目管理*/

.xmlist {
	position: relative;
	margin-bottom: 30px;
}

.xmlist .xmhover {
	position: absolute;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	width: 92.4%;
	padding: 0;
	margin: 0;
}

.xmlist .xmhover p {
	width: 100%;
	text-align: center;
	text-indent: 0;
	padding: 0;
	margin: 0;
	line-height: 50px;
	height: 50px;
	color: #111;
}

.xmlist .xmhover:hover p {
	color: #fff;
}

.xmlist .xmhover:hover {
	background: rgba(2, 61, 127, 0.7);
}


/*营销战略*/

.zhanlue {
	/*padding-left: 0;
	padding-top: 20px;*/
	padding: 50px 30px 0;
}

.zhanlue li {
	color: #666;
	line-height: 24px;
	margin-bottom: 5px;
	text-align: justify;
}


/*研发流程*/
.page-panel-title {
	height: 24px;
	line-height: 24px;
	padding: 10px 30px;
	background: #e0f5f1;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-family: 微软雅黑;
	font-weight: bold;
}

.page-panel-title-left {
	float: left;
	color: #009999;
	font-size: 16px;
	font-style: italic;
}

.page-panel-title-right {
	float: right;
	color: #FF6700;
	font-size: 14px;
}

.intro-flow {
	margin-top: 50px;
}

.intro-list {}

.intro-list-left {
	float: left;
	text-align: right;
	width: 28%;
	font-size: 16px;
	font-weight: bold;
	font-family: 微软雅黑;
	color: #333333;
	padding: 8px;
}

.intro-list-right {
	float: left;
	width: 70%;
	text-align: left;
	padding-bottom: 30px;
	background: url(images/ling-bg.jpg) repeat-y 13px;
}

.intro-list-last .intro-list-right {
	padding-bottom: 0px;
	background: url(images/ling-bg.jpg) repeat-y 13px;
}

.intro-list-right>span {
	float: left;
	background: url(images/circle.png);
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

.intro-list-content {
	float: left;
	border: 1px solid #ddd;
	border-radius: 6px;
	background-color: #f5f5f5;
	color: #555;
	font-size: 13px;
	font-family: 宋体;
	padding: 10px 20px;
	position: relative;
	left: 25px;
	width: 80%;
	line-height: 18px;
}

.intro-list-content:before,
.intro-list-content:after {
	content: "";
	border-width: 9px;
	position: absolute;
	left: -18px;
	border-style: solid dashed dashed;
	border-color: transparent #A8E0DC transparent transparent;
}

.intro-list-content:after {
	left: -17px;
	top: 10px;
	border-color: transparent #F2FFFC transparent transparent;
}

.intro-list-active>.intro-list-left {
	color: #004694;
}

.intro-list-active>.intro-list-right>span {
	background: url(images/circle-active.png);
}

.intro-list-active .intro-list-content {
	border-color: #ddd;
	background-color: #f5f5f5;
}

.intro-list-active .intro-list-content:before,
.intro-list-active .intro-list-content:after {
	border-color: transparent #FFB48F transparent transparent;
}

.intro-list-active .intro-list-content:after {
	border-color: transparent #FFF8F0 transparent transparent;
}

.footer-btn {
	position: relative;
	top: 30px;
	text-align: center;
	clear: both;
}

.common-btn {
	border: 1px solid #007F7F;
	display: inline-block;
}

.common-btn a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 30px;
	height: 33px;
	line-height: 37px;
	color: #ffffff;
	border: 1px solid #7DDDDC;
	background: url(images/btn-bg.jpg);
}

.common-btn a:hover {
	background: url(images/btn-bg-active.jpg);
}

.apply-finish {
	text-align: center;
	font-family: 微软雅黑;
}

.apply-finish-header {
	padding-top: 50px;
}

.apply-finish-msg {
	font-weight: bold;
	font-size: 24px;
	color: #009899;
	margin-top: 30px;
}

.apply-finish-footer {
	margin-top: 100px;
}

.apply-finish-footer p {
	font-size: 16px;
	font-weight: bold;
	color: #4C4C4C;
	letter-spacing: 1px;
	line-height: 45px;
}

.apply-finish-footer p span {
	color: red;
}

.apply-finish-footer p a {
	color: #009999;
}


/*研究设计/专业测试模态框*/

.modal {
	will-change: visibility, opacity;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 1000;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-transition-delay: $modal-delay;
	transition-delay: $modal-delay;
}

.modal--active {
	visibility: visible;
	opacity: 1;
}

.modal--align-top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.modal__bg {
	background: rgba(0,0,0,0.7);
}

.modal__dialog {
	max-width: 600px;
	padding: 1.2rem;
}

.modal__content {
	will-change: transform, opacity;
	position: relative;
	padding: 2.4rem;
	background: #fff;
	background-clip: padding-box;
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
	opacity: 0;
	-webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__content--active {
	opacity: 1;
}

.modal__close {
	z-index: 1100;
	cursor: pointer;
}

.modal__trigger {
	width: 92.4%;
	text-align: center;
	bottom: 0;
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding: 1.2rem 2.4rem;
	color: rgba(0, 0, 0, 0.7);
	line-height: 1;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.modal__trigger--active {
	z-index: 10;
}


.modal__trigger:hover {
  background: rgba(0,74,148,0.7);
  color: #fff;
}

#modal__temp {
	will-change: transform, opacity;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	-webkit-transform: none;
	transform: none;
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: opacity 0.1s ease-out, transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


/**
 * Demo specific CSS
 */



.demo-btns header {
	padding: 7vh 10vw;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.demo-btns header h1 {
	margin: 0;
	color: rgba(0, 0, 0, 0.54);
	font-weight: 300;
}

.demo-btns .info {
	/*padding: 3vh 10vw;
  height: 70vh;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.demo-btns p {
	text-align: center;
	color: #fff;
}

.demo-btns .link {
	font-size: 20px;
}

.demo-btns .modal__trigger {
	margin-right: 3px;
}

@media (max-width: 640px) {
	.demo-btns .modal__trigger {
		margin-bottom: 0.8rem;
	}
}

.demo-close {
	position: absolute;
	top: 0;
	right: 0;
	margin: 1.2rem;
	padding: 0.6rem;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.demo-close svg {
	width: 24px;
	fill: #fff;
	pointer-events: none;
	vertical-align: top;
}

.demo-close:hover {
	background: rgba(0, 0, 0, 0.6);
}

.logo {
	position: fixed;
	bottom: 3vh;
	right: 3vw;
	z-index: 2;
}

.logo img {
	width: 45px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.logo img:hover {
	-webkit-transform: rotate(180deg) scale(1.1);
	transform: rotate(180deg) scale(1.1);
}


/*关于我们*/
.main_counter{
	width: 100%;
	height: auto;
	display: inline-block;
	margin-top: 100px;
	background: #f5f5f5;
}
.single_left_counter_bg {
    background: url(images/cleftbg.png) no-repeat 100% 100%;
    display: inline-block;
    max-width: 500px;
    float: left;
    background-size: cover;
    overflow: hidden;
    padding: 50px 20px 50px 100px;
}
.single_counter_left h2{
	color: #fff;
	margin-bottom: 20px;
}
.single_counter_left b{
	font-size: 48px;
	font-weight: normal;
}
.single_counter_left p{
	color: #fff !important;
	padding-right: 40px;
	text-indent: 0 !important;
	letter-spacing: 1px;
}
.w3_agile_stats_grid{
	padding: 62px 0;
}
.agile_count_grid_right{
		padding: 15px 0 8px;
}
.agile_count_grid_right b{
	font-size: 32px;
}

/*新增历程样式*/
.lcbox{ padding: 40px 0px; border: 1px solid #fefefe; display: inline-block; width: 100%; margin: 30px 0 0; box-shadow: 2px 2px 5px #ddd;}
.lcbox .lclist{ width: 90%; margin: 0 5%;}
.lcbox .lclist>div{ float: left; line-height: 42px;}
.lcbox .lclist .lcleft{ border-right: 1px solid #004694; padding-right: 20px;}
.lcbox .lclist .lcright{ color: #222; padding-left: 30px; background: url(../images/yuan.jpg) left center no-repeat; margin-left: -10px;}
/*--产品切换--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item> img {
	cursor: pointer;
	position: relative;
}

.zoom .img-box {
	z-index: 0;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2.2s ease-in-out;
	-moz-transition: all 2.2s ease-in-out;
	-ms-transition: all 2.2s ease-in-out;
	-o-transition: all 2.2s ease-in-out;
	transition: all 2.2s ease-in-out;
}
.zoom:hover .img-box {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.zoom {
	display: block;
	overflow: hidden;
	position: relative;
	-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);
}
.img-box-content,
.pets-info {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}
.img-box-content img,
.pets-info img {
	display: block;
	position: relative;
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.img-box-content {
	position: relative;
}
.pets-info {
	top: 0;
	left: 0;
	position: absolute;
}
.pets-info .pets-info-slid {
	display: block;
	position: relative;
	padding: 2%;
	left: 50%;
	top: 50%;
	position: relative;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}
.strip_line {
	display: block;
	position: relative;
	height: 1px;
	width: 60%;
	margin: 16px auto;
	background: rgba(255, 255, 255, 0.5);
	clear: both;
}
.pets-effect {
	display: block;
	overflow: hidden;
	position: relative;
}
.pets-effect .pets-info {
	filter: alpha(opacity=0);
	-wekbit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translateZ(0) scale(2, 2);
	-moz-transform: translateZ(0) scale(2, 2);
	-ms-transform: translateZ(0) scale(2, 2);
	-o-transform: translateZ(0) scale(2, 2);
	transform: translateZ(0) scale(2, 2);
	color: #e6e6e6;
}
.pets-effect .pets-info * {
	z-index: 3;
}
.pets-effect .pets-info:after,
.pets-effect .pets-info:before {
	content: "";
	display: block !important;
	position: absolute;
	visibility: visible !important;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 101%;
	height: 101%;
	z-index: -1;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-ms-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.pets-effect.ver_line .pets-info:before {
	-webkit-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(100%) rotateZ(180deg);
	transform: translateZ(0) translateX(100%) rotateZ(180deg);
}
.pets-effect.ver_line .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateX(-100%) rotateZ(180deg);
	transform: translateZ(0) translateX(-100%) rotateZ(180deg);
}
.pets-effect.ver_line:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.ver_line:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(50%) rotateZ(0deg);
	transform: translateZ(0) translateX(50%) rotateZ(0deg);
}
.pets-effect.ver_line:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateX(-50%) rotateZ(0deg);
	transform: translateZ(0) translateX(-50%) rotateZ(0deg);
}
.pets-effect.horizontal .pets-info:before {
	-webkit-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(100%) rotateZ(180deg);
	transform: translateZ(0) translateY(100%) rotateZ(180deg);
}
.pets-effect.horizontal .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-moz-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-ms-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	-o-transform: translateZ(0) translateY(-100%) rotateZ(180deg);
	transform: translateZ(0) translateY(-100%) rotateZ(180deg);
}
.pets-effect.horizontal:hover .pets-info {
	filter: alpha(opacity=100);
	-wekbit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transform: translateZ(0) scale(1, 1);
	-moz-transform: translateZ(0) scale(1, 1);
	-ms-transform: translateZ(0) scale(1, 1);
	-o-transform: translateZ(0) scale(1, 1);
	transform: translateZ(0) scale(1, 1);
}
.pets-effect.horizontal:hover .pets-info:before {
	-webkit-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(50%) rotateZ(0deg);
	transform: translateZ(0) translateY(50%) rotateZ(0deg);
}
.pets-effect.horizontal:hover .pets-info:after {
	-webkit-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-moz-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-ms-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	-o-transform: translateZ(0) translateY(-50%) rotateZ(0deg);
	transform: translateZ(0) translateY(-50%) rotateZ(0deg);
}
.pets-info-slid h4 {
	font-size: 28px;
	color: #fd9f3e;
}
.pets-info-slid p {
	line-height: 2.2em;
	color: #fff;
	font-size: 14px;
	width: 90%;
	margin: 0 auto;
}
.treatments {
	background: #fff;
}
.treatments h3 {
	color: #fd9f3e;
}
.pets-effect-btm h5 {
	color: #004694;
	font-size: 14px;
	margin: 0px 0 20px;
	text-align: center;
}
.pets-effect-btm p {
	color: #fff;
	font-size: 15px;
	text-align: center;
	line-height: 2.2em;
}
.pets-effect-btm {
	padding: 20px 2.5em 0;
}
.treatments p {
	color: #fff;
}
/*--//产品切换--*/