html, body {
	/*background:url(../images/bodybg.png) repayet-y;*/
	background-image: url("../images/bodybg.png");
	background-repeat: repeat-y;
	font-size: 16px;
	color: #797979;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: 400;
	width: 100%;
	font-family: 微软雅黑, 'Ubuntu', sans-serif;
}

/*------------------------------------------------------------------*/
/*   IE10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/

@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/*
    Page Content
------------------------------------------*/

.page-content, section {
	overflow: hidden;
}
/*
    On Scroll Animations 
------------------------------------------*/

/*.animated { visibility: hidden; }
.visible { visibility: visible; }*/

/*
    Spacing & Alignment 
------------------------------------------*/

.roomy-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.roomy-80 {
	padding-top: 100px;
	padding-bottom: 80px;
}
.roomy-70 {
	padding-top: 100px;
	padding-bottom: 70px;
}
.roomy-60 {
	padding-top: 100px;
	padding-bottom: 60px;
}
.roomy-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.roomy-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*text color*/

.text-muted {
}
.text-primary {
	color: #fc6a42 !important;
	;
}
.text-finence {
	color: #13A0B2 !important;
	;
}
.text-mega {
	color: #fc6a42 !important;
	;
}
.text-white {
	color: #fff !important;
	;
}
.text-black {
	color: #000 !important;
}
.text-warning {
}
.text-danger {
}
.disabled {
	cursor: not-allowed;
}
.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/*bacground color*/
.lightbg {
	background-color: #f2f2f2;
}
.bg-primary {
	background-color: #1E8BC3;
}
.bg-finence {
	background-color: #13A0B2;
}
.bg-mega {
	background-color: #6a6b6c;
}
.bg-grey {
	background-color: #f5f5f5;
}
.bg-black {
	background-color: #353854;
}
.bg-white {
	background-color: #fff;
}
img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-user-select: none;
	-webkit-user-drag: none;
	-user-drag: none;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
a, button, a span {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.btn:focus, .btn:active {
	outline: inherit;
	background-color: transparent;
}
*, *:before, *:after {
	box-sizing: border-box;/*    direction: rtl;*/
}
p {
	margin: 0 0 15px;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	outline: none;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
 background-color: transparent;
 background-image: none;
 color: rgb(0, 0, 0);
}
.form-control {
	border-radius: 0px;
	border: 1px solid #ccc;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
	width: 100%;
	height: 50px;
}
.form-control:focus {
	border-color: #bcefeb;
	outline: 0;
	box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102,175,233,.6);
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	color: #1a1a1a;
	margin-bottom: 10px;
}
h1 {
	font-size: 3rem;
	line-height: 4rem;
}
h2 {
	font-size: 2.5rem;
	line-height: 3rem;
}
h3 {
	font-size: 1.500rem;
	line-height: 2rem;
}
h4 {
	font-size: 1.6rem;
	line-height: 2.2rem;
}
h5 {
	font-size: 1.125rem;
	line-height: 1.575rem
}
h6 {
	font-size: 1rem;
}
h1 span, h2 span, h3 span, h4 span, h5 span, p span {
	color: #fc6a42;
}
p {
	line-height: 1.5rem;
}
p:last-child {
	margin-bottom: 0px;
}
/*colors*/
.w100 {
	font-weight: 100;
}
.w200 {
	font-weight: 200;
}
.w300 {
	font-weight: 300;
}
.w400 {
	font-weight: 400;
}
.w500 {
	font-weight: 500;
}
.w600 {
	font-weight: 600;
}
.w700 {
	font-weight: 700;
}
.w800 {
	font-weight: 800;
}
/*
Section
*/

.parallax-section {
	max-width: 100%;
	color: #ffffff;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*all overlay*/
.overlay_dot {
	background: url(../images/overlay-img.png) no-repeat top center;
	background-color: rgba(51,51,51,0.75);
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.home-overlay {
	background-color: rgba(41, 39, 34, 0.90);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.video_overlay {
	background-color: rgba(41, 39, 34, 0.80);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.download_overlay {
	background: url(../images/downloadbg.png) repeat-y;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.left-no-padding {
	padding-left: 0 !important;
}
.right-no-padding {
	padding-right: 0 !important;
}
.fluid-blocks-col {
	padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
	padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator_left {
	width: 85px;
	height: 2px;
	margin: 20px 0px;
	background: #fc6a42;
}
.separator_auto {
	width: 85px;
	height: 2px;
	margin: 20px auto;
	background: #fc6a42;
}
.separator_small {
	width: 30px;
	height: 2px;
	margin: 20px 0px;
	background: #fc6a42;
}
/*
Button
*/
.btn {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid;
}
.btn-primary {
	color: #fff;
	background-color: #4466c9;
	border: 1px solid;
	border-color: #4466c9;
	padding: 1rem 2rem;
}
.btn-primary:hover {
	background-color: #eee;
	border-color: #eee;
	color: #4466c9;
}
.btn-danger {
	color: #fff;
	background-color: #fc6a42;
	border: 1px solid;
	border-color: #fc6a42;
	padding: 1rem 2rem;
}
.btn-danger:hover {
	color: #fc6a42;
	background-color: #eee;
	border-color: #eee;
}
/*
socail icon
--------------------------------*/
/*
Extra height css
*/
.m-0 {
	margin: 0 !important;
}
.m-top-0 {
	margin-top: 0;
}
.m-r-0 {
	margin-right: 0;
}
.m-l-0 {
	margin-left: 0;
}
.m-b-0 {
	margin-bottom: 0;
}
.m-r-15 {
	margin-right: 15px;
}
.m-l-15 {
	margin-left: 15px;
}
.m-top-10 {
	margin-top: 10px;
}
.m-top-20 {
	margin-top: 20px;
}
.m-top-30 {
	margin-top: 30px;
}
.m-top-40 {
	margin-top: 40px;
}
.m-top-50 {
	margin-top: 50px;
}
.m-top-60 {
	margin-top: 60px;
}
.m-top-70 {
	margin-top: 70px;
}
.m-top-80 {
	margin-top: 80px;
}
.m-top-90 {
	margin-top: 90px;
}
.m-top-100 {
	margin-top: 100px;
}
.m-top-110 {
	margin-top: 110px;
}
.m-top-120 {
	margin-top: 120px;
}
.m-t-b-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.m-t-b-120 {
	margin-top: 120px;
	margin-bottom: 120px;
}
.m-bottom-10 {
	margin-top: 10px;
}
.m-bottom-20 {
	margin-bottom: 20px;
}
.m-bottom-30 {
	margin-bottom: 30px;
}
.m-bottom-40 {
	margin-bottom: 40px;
}
.m-bottom-60 {
	margin-bottom: 60px;
}
.m-bottom-70 {
	margin-bottom: 70px;
}
.m-bottom-80 {
	margin-bottom: 80px;
}
.m-bottom-90 {
	margin-bottom: 90px;
}
.m-bottom-100 {
	margin-bottom: 100px;
}
.m-bottom-110 {
	margin-bottom: 110px;
}
.m-bottom-120 {
	margin-bottom: 120px;
}
.m_t__b {
	margin: 14rem 0;
}
.p_t__b {
	padding: 6rem 0;
}
p-0 {
	padding: 0 !important;
}
.p-l-15 {
	padding-left: 15px;
}
.p-r-15 {
	padding-right: 15px;
}
.p-top-10 {
	padding-top: 10px;
}
.p-top-20 {
	padding-top: 1.33rem;
}
.p-bottom-20 {
	padding-bottom: 1.33rem;
}
.p-top-30 {
	padding-top: 1.875rem;
}
.p-bottom-30 {
	padding-bottom: 1.875rem;
}
.p-top-40 {
	padding-top: 2.66rem;
}
.p-bottom-40 {
	padding-bottom: 2.66rem;
}
.p-top-60 {
	padding-top: 5rem;
}
.p-bottom-60 {
	padding-bottom: 5rem;
}
.p-top-80 {
	padding-top: 5.714rem;
}
.p-bottom-80 {
	padding-bottom: 5.714rem;
}
.p-top-90 {
	padding-top: 6.429rem;
}
.p-bottom-90 {
	padding-bottom: 6.429rem;
}
.p-top-100 {
	padding-top: 100px;
}
.p-bottom-100 {
	padding-bottom: 100px;
}
.p-top-110 {
	padding-top: 110px;
}
.p-bottom-110 {
	padding-bottom: 110px;
}
.p-bottom-0 {
	padding-bottom: 0;
}
.p_l_r {
	padding-left: 5.714rem;
	padding-right: 5.714rem;
}
/*padding*/
.padding-twenty {
	padding: 10px 0;
}
.padding-fourty {
	padding: 20px 0;
}
.padding-sixty {
	padding: 30px 0;
}
.padding-eighty {
	padding: 40px 0;
}
/*border*/
.no-border-top {
	border-top: 0px solid transparent !important;
}
.no-border-rigth {
	border-right: 0px solid transparent !important;
}

/*for placeholder changes*/

input[type="email"].form-control::-webkit-input-placeholder {
 color: #fff;
 background-color: transparent;
}
 input::-webkit-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
 input::-moz-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
 input:-ms-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
 input::placeholder {
 color: #cdcdcd;
 font-style:italic;
}
input::-webkit-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
input::-moz-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
input::-ms-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
}
textarea::-webkit-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
 padding: 5px;
}
textarea::-moz-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
 padding: 5px;
}
textarea::-ms-input-placeholder {
 color: #cdcdcd;
 font-style:italic;
 padding: 5px;
}
/*for image bg*/
/*.img-bg{
  background: url(../images/home-msg.jpg) no-repeat center top fixed;
  background-size
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}*/


.transform_scal_rotate:hover img {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}
.culmn {
	width: 100%;
	overflow: hidden;
}
/*heading title all area*/
.head_title {
	padding-bottom: 2rem;
	overflow: hidden;
}
.head_title h2 {
	font-weight: 700;
	font-size: 2.250rem;
	color: #648cff;
	font-family: 微软雅黑;
}
.head_title h5 {
	font-weight: 400;
	font-size: 1.125rem;
	color: #999999;
}
/*End off pridifain css*/



/*Preloader*/
#loading {
	background-color: #fc6a42;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
	margin-top: 0px;
	top: 0px;
	left: 0;
	z-index: 9999;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	margin-top: -25px;
	margin-left: -25px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: loading-center-absolute 1.5s infinite;
	animation: loading-center-absolute 1.5s infinite;
}
.object {
	width: 25px;
	height: 25px;
	background-color: #FFF;
	float: left;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
}
#object_four {
	-webkit-animation: object_four 1.5s infinite;
	animation: object_four 1.5s infinite;
}
 @-webkit-keyframes loading-center-absolute {
 100% {
-webkit-transform: rotate(-45deg);
}
}
 @keyframes loading-center-absolute {
 100% {
 transform:  rotate(-45deg);
 -webkit-transform:  rotate(-45deg);
}
}
 @-webkit-keyframes object_one {
 25% {
-webkit-transform: translate(0, -50px) rotate(-180deg);
}
 100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @keyframes object_one {
 25% {
 transform: translate(0, -50px) rotate(-180deg);
 -webkit-transform: translate(0, -50px) rotate(-180deg);
}
 100% {
 transform: translate(0, 0) rotate(-180deg);
 -webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @-webkit-keyframes object_two {
 25% {
-webkit-transform: translate(50px, 0) rotate(-180deg);
}
 100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @keyframes object_two {
 25% {
 transform: translate(50px, 0) rotate(-180deg);
 -webkit-transform: translate(50px, 0) rotate(-180deg);
}
 100% {
 transform: translate(0, 0) rotate(-180deg);
 -webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @-webkit-keyframes object_three {
 25% {
-webkit-transform: translate(-50px, 0) rotate(-180deg);
}
 100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @keyframes object_three {
 25% {
 transform:  translate(-50px, 0) rotate(-180deg);
 -webkit-transform:  translate(-50px, 0) rotate(-180deg);
}
 100% {
 transform: translate(0, 0) rotate(-180deg);
 -webkit-transform: rtranslate(0, 0) rotate(-180deg);
}
}
 @-webkit-keyframes object_four {
 25% {
-webkit-transform: translate(0, 50px) rotate(-180deg);
}
 100% {
-webkit-transform: translate(0, 0) rotate(-180deg);
}
}
 @keyframes object_four {
 25% {
 transform: translate(0, 50px) rotate(-180deg);
 -webkit-transform: translate(0, 50px) rotate(-180deg);
}
 100% {
 transform: translate(0, 0) rotate(-180deg);
 -webkit-transform: translate(0, 0) rotate(-180deg);
}
}
/*End off Preloader*/


/*
Nav Menu style
==================*/

.navbar-brand {
}
/*
Home Section style
==================*/

.home {
	background: url(../images/homebg.png) no-repeat top center;
	background-size: cover;
	position: relative;
}
.main_home {
	overflow: hidden;
	padding-top: 200px;
	padding-bottom: 230px;
}
.home_text h1 {
	font-family: 'Ubuntu', sans-serif;
	font-size: 3.750rem;
	font-weight: 700;
	line-height: 4.5rem;
}
.home_btns {
	margin-left: -10px;
}
.home_btns a {
	margin-left: 10px;
}
.scrooldown {
	position: absolute;
	left: 48.5%;
	bottom: 10%;
	width: 40px;
	height: 40px;
	line-height: 37px;
	background: #f4f5f9;
	border-radius: 50%;
	text-align: center;
	z-index: 3;
}
.scrooldown a i {
	font-size: 0.775rem;
	color: #e74c3c;
}
/*
Featured section style
========================*/
.main_features {
}
.features_item {
}
.features_item .f_item_icon {
	float: left;
	width: 20%;
	display: inline-block;
	margin-right: 15px;
}
.features_item .f_item_icon i {
	font-size: 4rem;
	color: #fc6a42;
}
.features_item .f_item_text {
	display: inline-block;
	width: 70%;
}
/*
Testimonial Section style
=====================*/
.main_drag {
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 20px auto;
}
.swiper-slide {
	margin:50px 0 0 50px;
	text-align: center;
	background-position: center;
	background-size: cover;
	width: 340px;
	height: 600px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 0px 0px 15px 0px #333;
}
/*
Screen01 Section style
=====================*/

.screen03, .screen02, .screen01 {
	overflow: hidden;
	width: 100%;
}
.screen03_img, .screen02_img, .screen01_img {
	position: relative;
}
.screen03_img img, .screen02_img img, .screen01_img img {
	position: relative;
	z-index: 1;
}
.rainy, .sunny, .cloudy {
	font-weight: 300;
	transform: rotate(90deg);
	position: absolute;
	color: #ddd;
	z-index: 0;
}
.rainy {
	top: 270px;
	right: -185px;
	font-size: 15rem;
}
.sunny {
	top: 250px;
	right: -215px;
	font-size: 14.6rem;
}
.cloudy {
	top: 255px;
	right: -210px;
	font-size: 13rem;
}
.attr_rio, .attr_deg {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	display: inline-block;
	border-radius: 50%;
}
.attr_deg {
	top: 10%;
	right: 6%;
	background-color: #ffffff;
}
.attr_rio {
	bottom: 0;
	right: 0;
	background-color: #fcec64;
}
.attr_deg4, .attr_rainy2, .attr_deg3, .attr_sun2, .attr_cloudy, .attr_deg2, .attr_lon, .attr_sun {
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	border-radius: 50%;
}
.attr_sun {
	top: 45%;
	left: 0%;
	background-color: #fc6a42;
}
.attr_lon {
	top: 40%;
	right: 0%;
	background-color: #4466c9;
}
.attr_cloudy {
	top: 27%;
	right: 16%;
	background-color: #fcec64;
	z-index: 4;
}
.attr_deg2 {
	top: 60%;
	left: 10%;
	background-color: #6ca3ff;
	z-index: 4;
}
.attr_sun2 {
	top: 20%;
	right: 14%;
	background-color: #f2a14e;
	z-index: 4;
}
.attr_deg3 {
	top: 60%;
	left: 13%;
	background-color: #fc6a42;
	z-index: 4;
}
.attr_rainy2 {
	top: 27%;
	right: 16%;
	background-color: #b8faee;
	z-index: 4;
}
.attr_deg4 {
	top: 60%;
	left: 13%;
	background-color: #7693c8;
	z-index: 4;
}
.screen01_content {
}
.screen03_content p, .screen02_content p, .screen01_content p {
	font-size: 1.500rem;
	line-height: 2.125rem;
}
.screen03_content ul li, .screen02_content ul li, .screen01_content ul li {
	border: 1px dashed #ddd;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	box-shadow: 0px 0px 10px 0px #ededf2;
	margin-right: -15px;
	background-color: #fff;
	position: relative;
	color: #ededf2;
}
.screen03_content ul li:nth-child(1), .screen02_content ul li:nth-child(1), .screen01_content ul li:nth-child(1) {
	z-index: 2;
}
.screen03_content ul li:nth-child(2), .screen02_content ul li:nth-child(2), .screen01_content ul li:nth-child(2) {
	z-index: 1;
}
.screen03_content ul li:nth-child(3), .screen02_content ul li:nth-child(3), .screen01_content ul li:nth-child(3) {
	z-index: 0
}
/*
People Section style
=====================*/

.main_reviews .head_title {
	padding-bottom: 1rem;
}
.reviews_content {
}
.reviews_item {
	position: relative;
	width: 100%;
}
.reviews_item h3, .reviews_item h5 {
	color: #353854;
}
.reviews_item_icon {
	display: block;
	width: 100%;
	font-size: 6rem;
	color: #648cff;
	height: 55px;
	margin-bottom: 20px;
}
.reviews_item_icon1 {
	display: inline-block;
	width: 80px;
	font-size: 6rem;
	color: #648cff;
	height: 55px;
	position: absolute;
	right: 0;
	bottom: -45px;
	transform: rotate(-180deg);
}
/*
Download Section style
=====================*/
.download {
	position: relative;
}
.download_item h5 {
	line-height: 1.5rem;
	width: 70%;
}
.download_item img.app_right {
	position: relative;
	bottom: -60px;
}
.download_app {
	margin-left: -10px;
}
.download_app a {
	margin-left: 10px;
}
/*
Footer Section style
=====================*/
nav.navbar.bootsnav.footer-menu {
	background-color: transparent;
	border-bottom: 0px;
}
nav.navbar.bootsnav.footer-menu ul li a {
	color: #b5b5c8;
}
nav.navbar.bootsnav.footer-menu ul li a:hover {
	color: #fff;
}
.divider {
	width: 100%;
	height: 1px;
	background-color: #434769;
	display: inline-block;
}
.main_footer {
	overflow: hidden;
}
.main_footer i {
	padding: 0px 5px;
	color: #ff0000;
}
/*Scroll Up*/
.scrollup {
	width: 30px;
	height: 30px;
	border-radius: 15px;
	opacity: .3;
	position: fixed;
	bottom: 20px;
	right: 25px;
	color: #fff;
	cursor: pointer;
	background-color: #000;
	z-index: 1000;
	transition: opacity .5s, background-color .5s;
	-moz-transition: opacity .5s, background-color .5s;
	-webkit-transition: opacity .5s, background-color .5s;
}
.scrollup i {
	font-size: 13px;
	position: absolute;
	opacity: 1;
	color: #fff;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -6px;
	text-decoration: none;
}
.scrollup:hover {
	background-color: blueviolet;
	color: #fff;
}
.con_phone {
	float: right;
	background: url(../images/phone.jpg) no-repeat left center;
	padding-left: 15px;
}
.juli {
	padding: 20px 0;
}
.form-search {
	padding: 28px 20px 130px 20px;
	background-color: rgba(255, 255, 255, 0.8);
	border-top: 3px solid #f99e3e;
	border-bottom: 3px solid #f99e3e;
}
.yanshi h3 {
	font-family: 微软雅黑;
	font-weight: bold;
	font-size: 45px;
	text-align: center;
	padding: 50px 0 30px 0;
	letter-spacing: 8px;
}
.form-control {
	-webkit-appearance: none;
	line-height: 16px;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #a9aab1;
	color: #3c4152;
	background-color: #fff;
}
 input::-webkit-input-placeholder {
color: #3c4152 !important;
font-style:normal !important;
font-size:14px;
}
 input::input-placeholder {
color: #3c4152 !important;
font-style:normal !important;
font-size:14px;
}
.btn-orange {
	color: #fff;
	background-color: #f99e3e;
	border-color: #f99e3e;
}
.btn-fullwidth {
	width: 100%;
	border-radius: 0px !important;
}
.form-control:focus {
	border-color: #2d313e;
	box-shadow: none;
}
.form-group button:hover {
	color: #fff;
	background-color: #648cff;
	border-color: #648cff;
}
.con_phone p {
	font-size: 14px;
}
.con_phone span {
	font-size: 18px;
}
.thumbnail-custom img {
	max-width: 100%;
	height: auto;
}
.thumbnail-custom {
	    border: 1px solid #eee;
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	text-align: center;
	overflow: hidden;
}
.thumbnail-custom .caption {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	color: #fff;
	transition: 0.3s cubic-bezier(0.53, 0.4, 0.4, 1.72);
	will-change: transform;
	width: 100%;
	padding: 0 15px;
}
.caption .btn.btn-winona {
	display: none;
	background: #f99e3e;
	font-family: 微软雅黑;
	padding: 10px 40px;
	color: #fff;
	font-size: 18px;
	border-radius: 0;
	border: 0px;
	letter-spacing: 2px;
}
.btn-winona {
	overflow: hidden;
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.caption h4 {
	font-family: 微软雅黑;
	color: #fff;
	padding: 8px 0 50px;
}
.caption:hover .btn.btn-winona {
	display: inline;
}
.caption:hover {
	top: 50%;
}
.caption .btn.btn-winona:hover {
	border: 0;
}
.btn-winona:after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	top: 93.9%;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.btn-winona > span {
	display: block;
}
.btn-winona::after, .btn-winona > span {
	transition: 0.3s;
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0) translateY(-50%);
	transform: translate3d(0, 0, 0) translateY(-50%);
}
.btn-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.jwz {
	background: url(../images/Services-bg.jpg) repeat-y center top;
	padding:50px 0 0px 0;
}
.screen01_content h2 {
	font-size: 25px;
	font-family: 微软雅黑;
}
.screen01_content p {
	font-size: 14px;
}
.screen02_content h2 {
	font-size: 25px;
	font-family: 微软雅黑;
}
.screen02_content p {
	font-size: 14px;
}
.screen03_content h2 {
	font-size: 25px;
	font-family: 微软雅黑;
}
.screen03_content p {
	font-size: 14px;
}
.xp {
	background: url(../images/wmkc.jpg) center top no-repeat;
	text-align: center;
	height:364px;
	    padding-top: 50px;
}
.half-accordion .image-pane {
	float: left;
	width: 50%;
	height: 34rem;
	margin: auto;
	background-image: url(../images/khhx.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 20s ease-out 0s;
	-webkit-transition: all 20s ease-out 0s;
	-moz-transition: all 20s ease-out 0s;
	-ms-transition: all 20s ease-out 0s;
	-o-transition: all 20s ease-out 0s;
	background-size: cover;
}
.half-accordion .image-pane:hover{background-position: left bottom;}
.half-accordion .text-pane {
	float: right;
	width: 50%;
	background: #f2f2f2;
}
.half-accordion .text-pane-container {
	width: 31rem;
	margin-left: 4rem;
	padding-top: 8rem;
}
.half-accordion .item {
	margin-bottom: 2rem;
}
.half-accordion span[aria-expanded="true"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 14px;
	border: 1px solid #e4103d;
	border-radius: 50%;
	background-color: #e4103d;
	color: #f2f2f2;
	font: 600 1rem/38px "Open Sans", sans-serif;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.half-accordion .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 600 1.5rem/2rem "微软雅黑", sans-serif;
	letter-spacing: -0.5px;
	cursor: pointer;
}
.half-accordion span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 14px;
	border: 1px solid #405266;
	border-radius: 50%;
	background-color: #405266;
	color: #f2f2f2;
	font: 600 1rem/38px "Open Sans", sans-serif;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.half-accordion .accordion-body {
	margin-top: 0.25rem;
	margin-left: 56px;
}
.half-accordion {
	background: #f2f2f2;
}
.half-text .image-pane {
	float: right;
	width: 50%;
	height: 35rem;
	margin: auto;
	background-image: linear-gradient(rgba(255, 99, 30, 0.0), rgba(255, 99, 30, 0.0)), url(../images/half-text-background.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 20s ease-out 0s;
	-webkit-transition: all 20s ease-out 0s;
	-moz-transition: all 20s ease-out 0s;
	-ms-transition: all 20s ease-out 0s;
	-o-transition: all 20s ease-out 0s; 
	background-size: cover;
}
.half-text .image-pane:hover{background-position: left bottom;}
.half-text {
	background: #f2f2f2;
}
.half-text span[aria-expanded="true"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 14px;
	border: 1px solid #e4103d;
	border-radius: 50%;
	background-color: #e4103d;
	color: #f2f2f2;
	font: 600 1rem/38px "Open Sans", sans-serif;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.half-text .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 600 1.5rem/2rem "微软雅黑", sans-serif;
	letter-spacing: -0.5px;
	cursor: pointer;
}
.half-text span[aria-expanded="false"] .circle-numbering {
	display: inline-block;
	width: 2.5rem;
	height: 2.5rem;
	margin-right: 14px;
	border: 1px solid #405266;
	border-radius: 50%;
	background-color: #405266;
	color: #f2f2f2;
	font: 600 1rem/38px "Open Sans", sans-serif;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
}
.half-text .text-pane {
	float: right;
	width: 50%;
	background: #f2f2f2;
}
.half-text .accordion-body {
	margin-top: 0.25rem;
	margin-left: 56px;
}
.half-text .accordion-title {
	display: inline-block;
	width: 70%;
	margin-top: 3px;
	margin-bottom: 3px;
	font: 600 1.5rem/2rem "微软雅黑", sans-serif;
	letter-spacing: -0.5px;
	cursor: pointer;
}
.half-text .text-pane-container {
	width: 31rem;
	margin-left: 4rem;
	padding-top: 8rem;
}
.half-text .item {
	margin-bottom: 2rem;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
 @-webkit-keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
 @keyframes fadeOut {
 0% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	cursor: url(../images/drag.png) 16 9, ew-resize !important;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	margin-bottom: 50px;
}
.service-text {
	margin-top: -33px;
	padding: 0 30px;
	position: relative;
}
.text-center {
	text-align: center;
}
.owl-carousel .owl-item img {
	width: 100%;
	max-width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	font: 400 40px/80px 'FontAwesome';
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:before {
	content: '\f144';
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
/*
 * Owl Navigation
 */
.owl-prev, .owl-next {
	position: absolute;
	bottom: -33px;
	font: 400 30px/29px 'Material Icons';
	color: #2d313e;
}
 @media (min-width: 1400px) {
.owl-prev, .owl-next {
	top: 50%;
	bottom: auto;
}
}
.owl-prev:hover, .owl-next:hover {
	color: #2076CF;
}
.owl-prev {
	left: 1%;
}
 @media (min-width: 1400px) {
.owl-prev {
	left: -40px;
}
}
.owl-prev:before {
	content: "\f177"
}
.owl-next {
	right: 1%;
	bottom: -32px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
 @media (min-width: 1400px) {
.owl-next {
	right: -40px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
}
.owl-next:before {
	content: '\f177';
}
/*
 * Owl Pagination
 */
.owl-dots {
	text-align: center;
	margin-top: 10px;
}
.owl-dot {
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	position: relative;
	margin-left: 10px;
	width: 16px;
	height: 16px;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	box-shadow: inset 0 0 0 2px #000;
	transition: box-shadow 0.3s ease;
}
.owl-dot:hover, .owl-dot:focus {
	box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.6);
}
.owl-dot.active {
	box-shadow: inset 0 0 0 8px #000;
}
 @media (min-width: 1600px) {
.owl-carousel-2 .owl-next {
	right: -60px;
}
.owl-carousel-2 .owl-prev {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -60px;
}
}
.owl-carousel-3 .owl-next, .owl-carousel-3 .owl-prev {
	width: 50px;
	height: 50px;
	opacity: 0.8;
	background-color: #fff;
	border-radius: 50%;
	transition: .3s;
	text-align: center;
	line-height: 1.7;
	top: 50%;
}
.owl-carousel-3 .owl-next:hover, .owl-carousel-3 .owl-prev:hover {
	background-color: #2d313e;
}
.owl-carousel-3 .owl-next {
	right: 20px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.owl-carousel-3 .owl-prev {
	left: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.range .owl-prev {
	font: 400 20px/18px FontAwesome;
	color: #ccc;
	height: 45px;
	left: -5%;
	line-height: 45px;
	text-align: center;
	width: 45px;
}
.range .owl-next {
	font: 400 20px/18px FontAwesome;
	color: #ccc;
	height: 45px;
	line-height: 45px;
	text-align: center;
	right: -5%;
	width: 45px;
}
.our-service-area {
}
.section-title {
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 8px;
}
.section-title h2 {
	font-size: 36px;
	font-weight: 700;
	color: #363636;
	margin-bottom: 0;
}
.section-title h4 {
	color: #ff6600;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 9px;
	text-transform: uppercase;
}
.service-wrapper {
	box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.1);
}
.service-img {
}
.service-img > img {
	width: 100%;
}
.service-icon-img {
	background: #5f5f5f none repeat scroll 0 0;
	border-radius: 100%;
	height: 60px;
	line-height: 57px;
	margin: auto auto 16px;
	overflow: hidden;
	text-align: center;
	width: 60px;
	transition: .3s;
}
.service-icon-img i {
	font-size: 35px;
	color: #fff;
}
.service-wrapper:hover .service-icon-img {
	background: #ff6600;
}
.service-text {
	margin-top: -33px;
	padding: 0 30px;
	position: relative;
}
.service-text h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 14px;
	transition: .3s;
}
.service-text h2 a {
	font-family: 微软雅黑;
	color: #303030;
	transition: .3s;
}
.service-text h2 a:hover {
	color: #ff6600;
}
.service-text p {
	font-size: 14px;
	color: #3a3a3a;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 0;
	transition: .3s;
}
.service-text > a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 40px;
	margin-top: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	position: relative;
}
.service-text > a::after {
	background: #666666 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	transition: all 0.5s ease 0s;
}
.service-text > a::after {
	width: 0;
	background: red
}
.service-text > a:hover:after {
	width: 100%;
}
.service-text > a:hover {
	color: #ff6600;
	border-color: #ff6600;
}
.service-content {
	padding: 40px 30px;
}
.service-content h2 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 10px;
	transition: .3s;
}
.service-content h2 a {
	color: #1d2736;
	transition: .3s;
}
.service-content h2 a:hover {
	color: #ff6600;
}
.service-content p {
	color: #5c5c5c;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	margin-bottom: 0;
}
.service-content>a {
	color: #3f3f3f;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
}
.service-content a:hover {
	color: #ff6600;
}
.service-icon-img span {
	background: url("../images/fc.png") center center no-repeat;
	width: 61px;
	height: 61px;
	display: block;
}
.service-icon-img span:hover {
	background: url("../images/fc1.png");
}
.foot_band img {
	max-width: 80%;
}
.foot_band {
	padding: 20px;
	display: block;
}
@media (max-width: 1200px) {
.service-text p {
	display: block;
	height: 75px;
}
.range .owl-prev {
	left: 2%;
}
.yanshi h3 {font-size:40px;}
}
 @media (max-width: 992px) {
	 .yanshi h3 {font-size:35px;}
	 .wzp p{font-size:23px !important;}
}
 @media (max-width: 768px) {
	 .xp1{width:auto !important;    background-size: 80% !important; height:150px;}
	 .xp{    background-size: 100% !important; padding-top: 22px !important; height:150px;}
	 
	 .xywz{width:auto !important;}
	 
	 .yanshi h3 {font-size:22px; line-height:40px; letter-spacing:0px;}
	 .p-top-100 {
    padding-top: 50px;
}
.main_home{padding-top:0px; padding-bottom:0px;}

.head_title {
    padding-bottom: 1rem;
 
}
.m-top-100 {
    margin-top:50px;
}
.roomy-50 {
    padding-top: 0px;
    padding-bottom: 0px;
}
.half-accordion .text-pane-container {
    width: auto;
	margin-left: 1rem;
   
}
.half-accordion .accordion-body {
    
    margin-left: 6px;
}
.half-text .text-pane-container {
    width: auto;
	margin-left: 1rem;
   
}
.half-text .accordion-body {
    
    margin-left: 6px;
}
.screen01_content h2 {
    font-size: 18px;
   
}
.screen02_content h2 {
    font-size:18px;
   
}
.screen03_content h2 {
    font-size:18px;
   
}
.top_band img{max-width:80%;}
.foot_band{max-width:90%;}
.range .owl-prev{background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 52px;
    color: #ffffff;
    height: 45px;
    left: 2%;
    line-height: 45px;
    text-align: center;
    width: 45px;}
 .owl-controls{background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    left: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 100%;}
.range .owl-next{
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 52px;
    color: #ffffff;
    height: 45px;
    right: 2%;
    line-height: 45px;
    text-align: center;
    width: 45px;
	}
.owl-carousel .owl-item{margin-bottom:20px;}
html, body {
    background-image: none; 
   
}
 }
iframe .page_sider{display:none !important;}
.zytd{margin-bottom:20px;}
.xywz{
	background-image: url("../images/yuyan.jpg");
	display: block;
	text-align: center;
	width: 870px;
	height: 420px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 20s ease-out 0s;
	-webkit-transition: all 20s ease-out 0s;
	-moz-transition: all 20s ease-out 0s;
	-ms-transition: all 20s ease-out 0s;
	-o-transition: all 20s ease-out 0s;    margin: 0 auto;}
.xywz:hover{background-position: left bottom;}
.clearfix:before,.clearfix:after{ 
    content:""; 
    display:table; 
} 
.clearfix:after{clear:both;} 
.clearfix{ 
    *zoom:1;/*IE/7/6*/
}
.wz{ }
.wzp{text-align:center; padding-top:50px;}
.wzp p{    font-size: 35px;
    text-align: center;
    color: #000;
	margin-bottom:40px;}
.wzp button{width: 150px;}
.screen03_content{text-align:center;}
.xp1{
	background-image: url("../images/wmkc1.jpg");
	display: block;
	text-align: center;
	width: 781px;
	height: 315px;
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 20s ease-out 0s;
	-webkit-transition: all 20s ease-out 0s;
	-moz-transition: all 20s ease-out 0s;
	-ms-transition: all 20s ease-out 0s;
	-o-transition: all 20s ease-out 0s;    margin: 0 auto;}
.xp1:hover{background-position: left bottom;}
.ff{margin-bottom:50px;}
.screen03_img img{float:none !important;}
.tdjl{margin-bottom:50px;}