@charset "utf-8";
/* CSS Document */
body, button, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, td, textarea, th, ul {
	font-weight: 400;
	margin: 0;
	padding: 0
}
body, button, h1, h2, h3, h4, h5, h6, i, input, select, textarea {
	font: 400 13px/26px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #434343
}
li, ol, ul {
	list-style: none
}
a {
	text-decoration: none;
	color: #434343
}
a:hover {
	text-decoration: none
}
.trans {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
img {
	vertical-align: top;
	border: 0;
	max-width: 100%;
}
button, input, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
a, div {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}
html {
	font-size: 100px
}
@media screen and (min-width:360px) {
html {
	font-size: 112.5px
}
}
@media screen and (min-width:375px) {
html {
	font-size: 117.19px
}
}
@media screen and (min-width:414px) {
html {
	font-size: 129.38px
}
}
@media screen and (min-width:480px) {
html {
	font-size: 150px
}
}
@media screen and (min-width:640px) {
html {
	font-size: 200px
}
}
.clearfix:after, .clearfix:before {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.wp {
	width: 1200px;
	max-width: 1200px;
	margin: 0 auto
}
.wp1 {
	width: 1214px;
	max-width: 1214px;
	margin: 0 auto
}
.wp2 {
	width: 1208px;
	max-width: 1208px;
	margin: 0 auto
}
.wp3 {
	width: 1224px;
	max-width: 1224px;
	margin: 0 auto
}
.fl {
	float: left
}
.fr {
	float: right
}
.al {
	text-align: left
}
.ac {
	text-align: center
}
.ar {
	text-align: right
}
.hide {
	display: none
}
.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #E6212A
}
.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #FFF
}
@font-face {
	font-family: iconfont;
	src: url("../fonts/iconfont.eot");
	src: url("../fonts/iconfont.eot-#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg")
}
.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInDown {
0% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(30px);
transform:translateY(30px)
}
80% {
-webkit-transform:translateY(-10px);
transform:translateY(-10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
100% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(0);
transform:rotate(0);
opacity:1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
.paged {
	padding-top: 30px;
	text-align: center
}
.paged .current, .paged .p_info, .paged a {
border-radius:.02rem;
	display: inline-block;
	zoom: 1;
	margin: 5px 3px;
padding:.075rem .11rem;
	font-size: 16px;
	text-align: center;
	background: #FFF;
	color: #666
}
.paged .current, .paged a:hover {
	background: #c7ad8e;
	color: #FFF
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes flip {
0% {
-webkit-transform:rotateY(0);
transform:rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:rotateY(170deg);
transform:rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:rotateY(190deg);
transform:rotateY(190deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:rotateY(0);
transform:rotateY(0);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:rotateY(170deg);
transform:rotateY(170deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:rotateY(190deg);
transform:rotateY(190deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
100% {
-webkit-transform:rotateY(360deg);
transform:rotateY(360deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
30% {
-webkit-transform:scaleX(1.25) scaleY(.75);
transform:scaleX(1.25) scaleY(.75)
}
40% {
-webkit-transform:scaleX(.75) scaleY(1.25);
transform:scaleX(.75) scaleY(1.25)
}
60% {
-webkit-transform:scaleX(1.15) scaleY(.85);
transform:scaleX(1.15) scaleY(.85)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes rubberBand {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
30% {
-webkit-transform:scaleX(1.25) scaleY(.75);
transform:scaleX(1.25) scaleY(.75)
}
40% {
-webkit-transform:scaleX(.75) scaleY(1.25);
transform:scaleX(.75) scaleY(1.25)
}
60% {
-webkit-transform:scaleX(1.15) scaleY(.85);
transform:scaleX(1.15) scaleY(.85)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
transform:scale(.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes bounceIn {
0% {
opacity:0;
-webkit-transform:scale(.3);
transform:scale(.3)
}
50% {
opacity:1;
-webkit-transform:scale(1.05);
transform:scale(1.05)
}
70% {
-webkit-transform:scale(.9);
transform:scale(.9)
}
100% {
opacity:1;
-webkit-transform:scale(1);
transform:scale(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0);
transform:perspective(400px) rotateX(0);
opacity:1
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-10deg);
transform:perspective(400px) rotateX(-10deg)
}
70% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg)
}
100% {
-webkit-transform:perspective(400px) rotateX(0);
transform:perspective(400px) rotateX(0);
opacity:1
}
}
.flipInX {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
@keyframes bounce {
0%, 100%, 20%, 50%, 80% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
40% {
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
60% {
-webkit-transform:translateY(-15px);
transform:translateY(-15px)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}


.bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 100;
	left: 0;
	top: 0
}
.search-btn-1 {
	position: absolute;
right:.5rem;
	top: 50%;
	display: none;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.search-btn-1 a {
	display: block;
width:.18rem;
height:.18rem;
	background-image: url("../images/sosuo.png");
	background-size: 100% 100%
}
.search-1 {
	display: none;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}
.search-1 input {
	width: 1rem;
height:.25rem;
	padding-left: 10px;
	padding-right: 50px;
	border-radius: 20px;
	border: 1px solid #EFEFEF;
	background: #FFF;
	font-size: 14px
}
.search-1 button {
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
width:.225rem;
height:.225rem;
	background-color: transparent;
	background-image: url("../images/search.png");
	background-size: 100% 100%;
	border: 0;
	cursor: pointer
}
@media screen and (max-width:1200px) {
.search-btn-1 {
	display: block
}
.wp {
	width: 96%;
	padding: 0 2%
}
.wp1 {
	width: 96%;
	padding: 0 2%
}
.wp2 {
	width: 96%;
	padding: 0 2%
}
.wp3 {
	width: 96%;
	padding: 0 2%
}
.header {
height:.495rem;
	position: relative
}
.header .nav {
	display: none
}
.header .header-fd {
height:.495rem
}
.header h1 {
left: .1rem;
	float: none;
	line-height: normal;
	position: absolute;
	top: 50%;
	padding-top: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.iphone-nav {
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-transform: translate3d(-2.09rem, 0, 0);
	transform: translate3d(-2.09rem, 0, 0)
}
.iphone-nav-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.nav-btn {
	display: block
}
}
@media screen and (max-width:1200px) {
.wp1200 {
	width: 100%
}
}
.banner {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative
}
.banner .shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	z-index: 11111;
	background: #849093;
	opacity: .5
}
.banner .img {
	width: 100%;
	height: 100%;
}
.banner .img .swiper-container {
	width: 100%;
	height: 100%
}
.banner .img .swiper-container .swiper-slide {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}
.banner .img a {
	display: block;
	height: 100%;
	text-align: center;
}
.banner .img img {
	width: 100%;
	
}
.banner .img .swiper-button-prev {
	left: 50px;
	width: 90px;
	height: 90px;
	background-color: transparent;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner .img .swiper-button-next {
	right: 50px;
	width: 90px;
	height: 90px;
	background-color: transparent;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.banner .img .swiper-button-prev {
	left: 50px
}
.banner .img .swiper-button-next {
	right: 50px
}
.banner .img .swiper-pagination .swiper-pagination-bullet {
width:.065rem;
height:.065rem;
	background: #FFF;
margin:.04rem;
	opacity: 1
}
.banner .img .swiper-pagination .swiper-pagination-bullet-active {
	background: -webkit-linear-gradient(bottom, #8B7254, #E5CFB5);
	background: linear-gradient(to top, #8B7254, #E5CFB5)
}
.banner .img .swiper-button-next, .banner .img .swiper-button-prev {
	opacity: 0;
}
.banner .img:hover .swiper-button-next, .banner .img:hover .swiper-button-prev {
	opacity: 1;
}

}
.exclusive .list .swiper-slide div:before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.exclusive .list .swiper-slide div:after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.banner .img .swiper-button-prev {
	z-index: 99999
}
.banner .img .swiper-button-next {
	z-index: 99999
}
.header-top {
	height: 30px;
	line-height: 30px
}
.header-top a {
	margin-right: 10px
}
.header-top a:hover {
	color: #c7ad8e
}
@media screen and (max-width:1200px) {
.header-top {
	padding-right: 10px;
	padding-left: 10px
}
}
@media screen and (max-width:640px) {
.header-top {
	display: none
}
}
/*产品分类*/
.in_prolist_bg {
	background: url("../images/in_prolist_bg.jpg") no-repeat center top;
	padding: 60px 0;
	height: auto;
	overflow: hidden
}
.in_prolist {
	position: relative;
	width: 396px;
	height: 460px;
	float: left;
	margin-right: 6px;
}
.in_prolist:last-child {
	margin-right: 0;
}
.in_prolist_tu {
	width: 100%;
	padding-top: 116.165%;
	position: relative;
	overflow: hidden;
}
.in_prolist_tu img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.in_prolist_title {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	background: rgba(0,0,0,.6);
	padding: 30px 0;
}
.in_prolist a .in_prolist_title span {
	display: inline-block;
	width: 50%;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
}
@media screen and (max-width:1199px) {
.in_prolist {
	width: 32.7%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 6px
}
.in_prolist_title {
	display: inline-block;
	width: 100%;
	height: 50px;
	z-index: 999;
	padding: 15px 0;
	opacity: 1;
}
.in_prolist a .in_prolist_title span {
	display: inline-block;
	text-align: center;
	width: 60%;
	margin: 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	line-height: 50px;
}
}
@media screen and (max-width:767px) {
.in_prolist {
	width: 32.6%;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 6px
}
.in_prolist_title span {
	display: inline-block;
	text-align: center;
	width: 65%;
}
}
@media screen and (max-width:640px) {
.in_prolist_bg {
	background: url("../images/ny_bg-.jpg") no-repeat center top fixed #f2f2f2;
	padding: 40px 0;
}
.in_prolist {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 20px
}
.in_prolist_title {
	padding: 20px 0;
}
.in_prolist_title span {
	font-size: 24px;
	line-height: 60px;
}
}
/*about*/
.in_about {
	margin-top: 60px;
	height: auto;
	overflow: hidden
}
.in_about_l {
	width: 510px;
	float: left;
	margin-top: 40px
}
.in_about_l h2 {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	color: #000;
}
.in_about_l h2 b {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}
.in_about_l h2 a {
	position: relative;
	font-size: 30px;
	font-weight: bold;
}
.in_about_l p {
	margin-top: 60px;
	text-align: justify;
}
.in_about_l span {
	margin-top: 50px;
	display: block
}
.in_about_l span a {
	width: 140px;
	border: 1px solid #d74646;
	color: #d74646;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 40px;
	display: block
}
.in_about_r {
	width: 630px;
	float: right
}
.in_about_r a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
@media screen and (max-width:1199px) {
.in_about_l {
	width: 42%;
	margin-top: 0
}
.in_about_r {
	width: 55%
}
}
@media screen and (max-width:768px) {
.in_about_l {
	width: 100%;
	float: none;
	margin-top: 0
}
.in_about_r {
	width: 100%;
	float: none;
	margin-top: 20px
}
.in_about_l h2 {
	padding-left: 0px;
	padding-top: 30px;
	text-align: center;
	color: #000;
}
.in_about_l h2 b {
	width: 100%;
}
.in_about_l h2 a {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #d74646;
	padding-bottom: 20px;
	display: inline-block
}
}
@media screen and (max-width:640px) {
.in_about_l h2 b {
	font-size: 60px;
}
}
/*产品展示*/
.i_pro_bg2 {
	background-color: #f2f2f2;
	background: url("../images/bg1.jpg") no-repeat center top;
	padding-top: 80px;
	padding-bottom: 60px;
	margin-top: 0px;
	overflow: hidden;
}
/*滚动产品与案例*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-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;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	display: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon*/
.grabbing {
	cursor: url("../images/grabbing.png") 8 8, move;
}
/* fix*/
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-theme .owl-controls {
	margin-top: 20px;
	text-align: center;
}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 38px;
	height: 74px;/*IE7 life-saver*/
	text-indent: 40px;
	margin-top: -16%;
	z-index: 9;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("../images/i_pro_left.png") no-repeat;
	float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url("../images/i_pro_left_on.png") no-repeat;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("../images/i_pro_right.png") no-repeat;
	float: right;
}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url("../images/i_pro_right_on.png") no-repeat;
}
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver*/
	display: none;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px 7px;/*filter: Alpha(Opacity=50);opacity: 0.5;*/
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: url("../images/i_bg3.png") no-repeat;
	transition: all .5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: url("../images/i_bg4.png") no-repeat;
}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
/* preloading images*/
.owl-item.loading {
	min-height: 150px;
	background: url("../images/ajaxloader.gif") no-repeat center center
}
#owl-demo {
	padding-bottom: 3%;
}
#owl-demo .item {
	margin: 0.5px;
	position: relative;
	height: 350px;/* margin-top:50px;*/
}
#owl-demo .item img {/*display: block;*/
	height: 100%;
	width: 100%;
	transition: all 0.3s;
}
#owl-demo .item .bg-list-img {
	position: absolute;
	bottom: 49px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	width: 100%;
}
#owl-demo .item .bg-list-tit {
	height: 56px;
	overflow: hidden;
	bottom: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#owl-demo .item .bg-list-tit h4 {
	margin: 0 auto;
	display: inline-block;
	border-bottom: 2px solid #e2e2e2;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
}
#owl-demo .item .bg-list-more {
	width: 100%;
	position: absolute;
	bottom: 0;
	background: url("../images/i_por_pic1.png") center 38px no-repeat #3c3a38;
	height: 56px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	filter: Alpha(Opacity=0);/*IE7 fix*/
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#owl-demo .item .i_pro_bg {
	position: absolute;
	width: 100%;
	bottom: 56px; /*height:100%;*/
	height: 89%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	filter: Alpha(Opacity=0);/*IE7 fix*/
	opacity: 0;
	left: 0;
}
#owl-demo .item .bg-list-yew {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 30%;
	background-color: #0068b7;
	text-align: center;
	color: #fff;
}
#owl-demo .item .bg-list-yew h5 {
	border-bottom: 2px solid #fff;
	font-weight: normal;
	font-size: 18px;
	line-height: 54px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
	margin-top: 9%;
}
#owl-demo .item .bg-list-hs {
	max-height: 316px;
	height: 70%;
	position: absolute;
	bottom: 30%;
	background: url("../images/i_por_pic2.png") center top no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
#owl-demo .item .bg-list-hs p {
	width: 80%;
	margin: 0 auto;
	margin-top: 10%;
	color: #fefefe;
	font-size: 14px;
	height: 50%;
	overflow: hidden;
	line-height: 22px;
	max-height: 198px;
}
/*首页产品*/
#owl-demo2 {/*background-color:#f9f9f9;*/
	margin-top: 1%;
	text-align: center; /*padding-bottom:2%;*/
}
#owl-demo2.owl-theme .owl-controls .owl-buttons {
	position: absolute;
	top: 30%;
	width: 100%;
	left: 0;
	height: 0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
*display: inline;
	width: 73px;
	height: 90px;/*IE7 life-saver*/
	text-indent: 60px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	margin-top: 0;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: url("../images/i_case_left.png") no-repeat;
	float: left;
	font-size: 0
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
	background: url("../images/i_case_left_on.png") no-repeat;
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: url("../images/i_case_right.png") no-repeat;
	float: right;
	font-size: 0
}
#owl-demo2.owl-theme .owl-controls .owl-buttons div.owl-next:hover {
	background: url("../images/i_case_right_on.png") no-repeat;
}
#owl-demo2.owl-theme .owl-controls .owl-page {
	display: inline-block;
}
#owl-demo2 .item {
	margin: 0px;
	padding-bottom: 20px;/*background:url(../images/i_bg2.png) right center no-repeat;*/
}
#owl-demo2 .item img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
#owl-demo2 .item dd {
	width: 100%;
	margin: 0 auto;
	max-width: 593px;
	margin-bottom: 10px;
}
#owl-demo2 .item dd .imgs {
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
#owl-demo2 .item dd h3 {
	font-weight: normal;
	width: 94%;
	color: #333;
	font-size: 18px;
	line-height: 22px;
	text-align: left;
	background-color: #fff;
	padding: 3%;
	overflow: hidden;
}
#owl-demo2 .item dd h3 p {
	font-size: 13px;
	color: #1b64a8;
	margin-top: 10px;
	text-align: justify;
}
#owl-demo2 .item dd:hover img {
	transform: scale(1.1, 1.1);
}
#owl-demo2 .item dd:hover .imgs p {
	opacity: 1;
	filter: alpha(opacity=100);
}
.in_pro_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.in_pro_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #d4d4d4;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}
.in_pro_title a {
	position: relative;
	border-bottom: 2px solid #1b64a8;
	padding-bottom: 20px;
	display: inline-block;
}
@media screen and (max-width: 1600px) {
#owl-demo .item {
	height: 350px;
}
#owl-demo .item .i_pro_bg {
	height: 88%;
}
/*#owl-demo .item:hover .bg-list-img{height:90%;}*/
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -18%;
}
}
@media screen and (max-width: 1280px) {
#owl-demo .item {
	height: 360px;
}
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -20%;
}
}
@media screen and (max-width:979px) {/*案例*/
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -24%;
}
#owl-demo .item {
	height: 330px;
}
#owl-demo .item .i_pro_bg {
	height: 82%;
}
/*#owl-demo .item:hover .bg-list-img{height:83%;}*/
#owl-demo .item .bg-list-hs p {
	height: 110px;
}
}
@media screen and (max-width:789px) {/*案例*/
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -27%;
}
#owl-demo .item {
	height: 300px;
}
#owl-demo .item .i_pro_bg {
	height: 82%;
}
/*#owl-demo .item:hover .bg-list-img{height:83%;}*/}
@media screen and (max-width: 640px) {
.i_pro_bg2 {
	padding-top: 40px;
	padding-bottom: 40px
}
.in_pro_title {
	font-size: 30px;
}
.in_pro_title b {
	font-size: 56px;
}
.i_pro_t {
	font-size: 30px;
}
/*首页产品*/
#owl-demo2.owl-theme .owl-controls .owl-buttons {
	display: none;
}
/*案例*/
#owl-demo.owl-theme .owl-controls .owl-buttons {
	display: none;
}
#owl-demo .item {
	height: 300px;
}
}
@media screen and (max-width: 480px) {/*案例*/
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -70%;
}
#owl-demo .item {
	height: 250px;
}
#owl-demo .item .bg-list-hs p {
	height: 88px;
}
}
@media screen and (max-width:320px) {/*案例*/
.owl-theme .owl-controls .owl-buttons div {
	margin-top: -88%;
}
#owl-demo .item {
	height: 200px;
}
}
/*私人订制*/
.in_dz_bg {
	background: url("../images/in_dz_bg.jpg") no-repeat center 115px;
	margin-top: 60px;
	height: auto;
	overflow: hidden
}
.in_dz_l {
	width: 320px;
	float: left;
}
.in_dz_l a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
.in_dz_r {
	width: 840px;
	float: right
}
.in_dz_title {
	width: 100%;
	height: 115px;
	padding-top: 30px
}
.in_dz_title h3 {
	font-size: 54px;
	font-weight: bold;
	color: #1b64a8;
	line-height: 60px;
	float: left
}
.in_dz_title h3 span {
	color: #d74646
}
.in_dz_title p {
	font-size: 22px;
	font-weight: bold;
	color: #434343;
	margin-left: 20px;
	display: inline-block;
	line-height: 30px
}
.in_dz_title p span {
	display: block
}
.in_dz_lc {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 15px;
	height: auto;
	overflow: hidden
}
.in_dz_lc ul li {
	width: 140px;
	float: left;
	text-align: center;
	cursor: pointer;
}
.in_dz_lc ul li img {
	display: inline-block;
	transition: all .5s;
}
.in_dz_lc ul li p {
	margin-top: 30px;
	font-size: 18px;
	color: #fff
}
.in_dz_lc ul li:hover img {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.in_dz_title1 {
	display: none
}
@media screen and (max-width:1199px) {
.in_dz_bg {
	background: url("../images/in_dz_bg.jpg") no-repeat center 100px;
}
.in_dz_title {
	width: 100%;
	height: 100px;
	padding-top: 20px
}
.in_dz_title p {
	font-size: 19px;
	margin-left: 10px;
	display: inline-block;
}
.in_dz_l {
	width: 25%;
	float: left;
}
.in_dz_r {
	width: 73%;
}
.in_dz_title h3 {
	font-size: 46px;
}
.in_dz_lc ul li {
	width: 16.5%
}
.in_dz_lc ul li img {
	width: 90%
}
}
@media screen and (max-width:1024px) {/*.in_dz_title{display:none}
.in_dz_title1{display:block}
.in_dz_title1{width:100%; height:115px; padding-top:0px}
.in_dz_title1 h3{font-size:54px; font-weight:bold; color:#000; line-height:60px; display:block}
.in_dz_title1 h3 span{color:#d74646}
.in_dz_title1 p{font-size:20px; font-weight:bold; color:#434343; display:block; line-height:26px;}*/
.in_dz_title {
	padding-top: 0px
}
.in_dz_title p span {
	display: inline-block
}
.in_dz_title p {
	margin-left: 0px
}
.in_dz_lc ul li p {
	margin-top: 20px;
	font-size: 18px;
	color: #fff
}
}
@media screen and (max-width:800px) {
.in_dz_l {
	display: none
}
.in_dz_r {
	width: 100%;
}
.in_dz_lc {
	width: 100%;
	margin-top: 10px;
	padding-bottom: 20px
}
.in_dz_lc ul li img {
	width: 80%
}
}
@media screen and (max-width:640px) {
.in_dz_title h3 {
	font-size: 46px;
}
.in_dz_title p {
	font-size: 16px;
}
.in_dz_lc {
	margin-top: 20px
}
.in_dz_lc ul li p {
	font-size: 16px;
}
}
@media screen and (max-width:480px) {
.in_dz_bg {
	background: url("../images/in_dz_bg1.jpg") no-repeat center 140px;
}
.in_dz_title h3 {
	font-size: 38px;
	line-height: 50px
}
.in_dz_title p {
	line-height: 26px;
	margin-top: 10px
}
.in_dz_lc {
	margin-top: 60px;
	margin-bottom: 15px
}
.in_dz_lc ul li {
	width: 33.33%;
	margin-top: 20px
}
.in_dz_lc ul li p {
	font-size: 18px;
	margin-top: 10px
}
}
/*JOIN*/
.in_join_bg {
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
}
.in_join_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.in_join_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}
.in_join_title a {
	position: relative;
	border-bottom: 2px solid #d74646;
	padding-bottom: 20px;
	display: inline-block;
}
.in_join {
	margin-top: 40px
}
.in_join dl {
	width: 394px;
	float: left;
	background-color: #f2f2f2;
	height: auto;
	overflow: hidden
}
.in_dl1 {
	margin-right: 9px
}
.in_join dl dt a.img {
	display: block;
	width: 100%;
	padding-top: 71.067%;
	position: relative;
	overflow: hidden;
}
.in_join dl dt a.img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
.in_join dl:hover dt a.img img {
	transform: scale(1.1, 1.1);
}
.in_join dl dd {
	padding: 20px;
	color: #626262;
}
.in_join dl dd:last-child {
	min-height: 150px;
}
.in_join dl dd strong {
	color: #222;
	font-size: 15px
}
.in_join dl dd a {
	display: block;
	font-size: 26px;
	color: #1b64a8;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 1199px) {
.in_join dl {
	width: 32.33%;
	min-height: 550px
}
.in_dl1 {
	margin-right: 1.5%
}
.in_join dl dd {
	padding: 15px;
min-height:
}
}
@media screen and (max-width: 640px) {
.in_join_bg {
	margin-top: 40px
}
.in_join_title {
	font-size: 30px;
}
.in_join {
	margin-top: 10px
}
.in_join dl {
	width: 100%;
	margin-top: 20px;
	min-height: 0;
}
.in_dl1 {
	margin-right: 0
}
.in_join dl dd {
	padding: 20px 25px;
}
}
/*case*/
.in_case_bg {
	background: url("../images/bg2.jpg") no-repeat center top fixed #232427;
	margin-top: 60px;
	padding: 60px 0;
	height: auto;
	overflow: hidden
}
.in_case_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.in_case_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #454649;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}
.in_case_title a {
	position: relative;
	border-bottom: 2px solid #d74646;
	padding-bottom: 20px;
	display: inline-block;
	color: #fff;
}
.in_case {
	margin-top: 20px
}
.in_case ul li {
	position: relative;
	float: left;
	width: 294px;
	margin: 4px;
}
.in_case ul li a .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.in_case ul li a .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
.in_case ul li a p {
	color: #fff;
	font-size: 18px;
	line-height: 220px;
	position: absolute;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(191,135,61,0.9);
	font-weight: bold;
	opacity: 0;
}
.in_case ul li a:hover p {
	opacity: 1;
}
.in_case ul li a:hover .img img {
	transform: scale(1.1, 1.1);
}
@media screen and (max-width: 1199px) {
.in_case ul li {
	float: left;
	width: 24%;
	margin: 0.5%
}
.in_case ul li a p {
	position: relative;
	display: block;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	opacity: 0.8;
	margin-top: 0;
	font-weight: normal;
	background: none;
}
}
@media screen and (max-width: 768px) {
.in_case ul li {
	float: left;
	width: 49%;
	margin: 0.5%
}
.in_case ul li a p {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
}
@media screen and (max-width: 320px) {
.in_case ul li {
	float: left;
	width: 100%;
	margin: 0
}
}
/*新闻资讯*/
.in_news_bg {
	margin-top: 60px;
	height: auto;
	overflow: hidden
}
.in_news_title {
	padding-bottom: 30px;
	height: auto;
	overflow: hidden;
	padding-top: 30px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.in_news_title b {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	color: #f3f3f3;
	font-family: "Times New Roman", Times, serif;
	font-size: 73px;
	font-weight: normal;
	line-height: 60px;
}
.in_news_title a {
	position: relative;
	border-bottom: 2px solid #1b64a8;
	padding-bottom: 20px;
	display: inline-block;
}
.in_news_t {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	background-color: #f2f2f2
}
.in_news_t_l {
	width: 568px;
	float: left;
}
.in_news_t_l a img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block
}
.in_news_t_l .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.in_news_t_l .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
}
.in_news_t_r {
	width: 530px;
	float: right;
	padding: 50px
}
.in_news_t_r a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_news_t_r span {
	font: normal 13px/30px Arial, Helvetica, sans-serif;
	color: #787878;
	display: block
}
.in_news_t_r p {
	margin-top: 50px;
	color: #626262;
	text-align: justify;
}
.in_news_t_r h3 a {
	width: 150px;
	background-color: #d74646;
	line-height: 40px;
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	display: block
}
.in_news {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px
}
.in_news_list {
	width: 588px;
	float: left;
	margin: 12px;
	background-color: #f2f2f2
}
.in_news_list h4 {
	width: 243px;
	float: right;
}
.in_news_list h4 .img {
	display: block;
	width: 100%;
	padding-top: 75%;
	position: relative;
	overflow: hidden;
}
.in_news_list h4 .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	display: block;
	transition: all .5s;
}
.in_news_list:hover h4 .img img {
	transform: scale(1.1, 1.1);
}
.in_news_list h5 {
	width: 300px;
	padding: 30px
}
.in_news_list h5 a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.in_news_list h5 span {
	font: normal 13px/30px Arial, Helvetica, sans-serif;
	color: #787878;
	display: block
}
.in_news_list h5 p {
	margin-top: 15px;
	color: #626262;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*显示几行*/
	overflow: hidden;
}
@media screen and (max-width: 1199px) {
.in_news_t_l {
	width: 55%;
	float: left;
}
.in_news_t_r {
	width: 37%;
	float: right;
	padding: 4%
}
.in_news_t_r p {
	margin-top: 30px;
}
.in_news_t_r h3 a {
	margin-top: 30px;
}
.in_news_list {
	width: 48%;
	margin: 1%
}
.in_news_list h4 {
	width: 40%;
}
.in_news_list h5 {
	width: 52%;
	padding: 3% 4%
}
.in_news_list h5 p {
	margin-top: 10px;
}
}
@media screen and (max-width: 1024px) {
.in_news_t_l {
	width: 50%;
	float: left;
}
.in_news_t_r {
	width: 44%;
	float: right;
	padding: 3%
}
}
@media screen and (max-width: 1001px) {
.in_news_t_l {
	width: 44%;
	float: left;
}
.in_news_t_r {
	width: 50%;
	float: right;
	padding: 3%
}
.in_news_t_r p {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*显示几行*/
	overflow: hidden;
}
.in_news_t_r h3 a {
	margin-top: 30px;
	line-height: 36px;
}
.in_news_list {
	width: 100%;
	margin: 1% 0
}
.in_news_list h4 {
	width: 40%;
}
.in_news_list h5 {
	width: 52%;
	padding: 3% 4%
}
.in_news_list h5 p {
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;/*显示几行*/
	overflow: hidden
}
}
@media screen and (max-width: 768px) {
.in_news_t_l {
	width: 100%;
	float: none;
}
.in_news_t_l a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
.in_news_t_r {
	width: 94%;
	float: none;
	padding: 25px 3%
}
}
@media screen and (max-width: 640px) {
.in_news_list h4 {
	width: 35%;
}
.in_news_list h5 {
	width: 57%;
	padding: 3% 4%
}
.in_news_list h5 p {
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*显示几行*/
	overflow: hidden
}
}
@media screen and (max-width: 480px) {
.in_news_list h4 {
	width: 26%;
}
.in_news_list h5 {
	width: 66%;
	padding: 2% 4%;
}
.in_news_list h5 p {
	margin-top: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;/*显示几行*/
	overflow: hidden;
}
.in_news_list h5 span {
	display: none
}
}

}
/*footer*/
.footer_na_bg {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #222;
	padding: 50px 0
}
.footer_na dl {
	float: left
}
.footer_na dl dt a {
	font-size: 20px;
	color: #fff;
	display: block;
}
.footer_dl1 dt a {
	margin-bottom: 30px
}
.footer_dl2 dt a {
	margin-bottom: 30px
}
.footer_na dl dd {
	color: #d3d3d3
}
.footer_na dl dd a {
	color: #d3d3d3
}
.footer_dl1 {
	width: 150px;
}
.footer_dl2 {
	width: 300px
}
.footer_dl3 {
	width: 300px
}
.footer_na dl dd a span {
	display: block;
	font-size: 38px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d74646;
	margin-bottom: 20px
}
.footer_dl3 dd {
	float: left;
	width: 132px;
	margin-left: 18px;
}
.footer_dl3 dd p {
	text-align: center;
	margin-top: 10px
}
.footer_bg {
	width: 100%;
	background-color: #096b4d;
	height: auto;
	overflow: hidden;
	padding: 20px 0
}
.footer {
	text-align: center;
	color: #fff
}
.footer a {
	color: #fff
}
@media screen and (max-width: 1199px) {
.footer_dl1 {
	width: 12%;
}
.footer_dl2 {
	width: 25%
}
.footer_dl3 {
	width: 25%
}
.footer_dl3 dd {
	width: 48%;
	margin-left: 2%
}
.footer_dl3 dd a img {
	width: 100%;
	height: auto;
	overflow: hidden
}
}
@media screen and (max-width: 991px) {
.footer_na dl dt a {
	font-size: 18px;
}
.footer_dl1 {
	width: 11.5%;
}
.footer_dl2 {
	width: 27%
}
.footer_dl3 {
	width: 26%
}
.footer_na dl dd a span {
	font-size: 30px;
}
}
@media screen and (max-width: 768px) {
.footer_dl1 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl1 dd {
	float: left;
	margin-right: 3%
}
.footer_dl1 dt a {
	margin-bottom: 10px
}
.footer_dl2 {
	width: 60%;
	margin-top: 30px
}
.footer_dl3 {
	width: 40%;
	margin-top: 30px
}
.footer_na dl dd a span {
	font-size: 36px;
}
.footer_na dl dt a {
	font-size: 20px;
}
.footer_dl2 dt a {
	margin-bottom: 20px
}
}
@media screen and (max-width: 480px) {
.footer_dl2 {
	width: 100%;
	border-bottom: 1px dotted #666;
	padding: 15px 0
}
.footer_dl3 {
	width: 100%;
}
.footer_bg {
	padding: 5% 0 22% 0;
}
.footer_bg .footer span {
	display: inline-block;
}
}
.f_kslj {
	display: none;
}
/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: rgba(0,0,0,.5);
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd:first-child {
	margin-top: 0;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: #d74646;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #d74646;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: #d74646;
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent #d74646;
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #d74646;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
@media screen and (max-width: 640px) {
.f_kslj {
	width: 100%;
	background: rgba(0,0,0,0.7);
	padding: 1em 0;
	display: block;
	position: fixed;
	bottom: 0;
	height: auto;
	overflow: hidden;
}
.f_kslj ul li {
	width: 25%;
	float: left;
	list-style: none;
	text-align: center;
}
.f_kslj ul li a {
	color: #fff;
	text-align: center;
	line-height: 2.5em;
}
.f_kslj ul li a i {
	display: block;
	color: #fff;
	font-size: 18px;
}
.toolbar {
	display: none;
}
}
.ny_pro_list .video {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.5);
 filter: alpha(opacity:50);
	zoom: 1;
	border-radius: 35px;
	background-image: url(../images/video.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
	border-radius: 100%;
	border: 2px solid #fff;
}
.nav > li.cur > a {
	color: #0b600e;
}





.ico01 {
	background: url('../images/ico303.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.w302 {
    width: 1220px;
    margin: 0 auto;
}
.top302 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    background-color: #f5f5f5;
    color: #999999;
    font-size: 12px;
}
.top302 li {
    display: inline-block;
    zoom: 1;
    text-align: center;
    margin: 0 8px;
}
.top302 li a {
    color: #999999;
    cursor: pointer;
    font-size: 12px;
}
.top302 li a:hover {
    color: #2d2d2d;
}
.top302 .split {
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #999999;
    vertical-align: middle;
    margin: 0;
}
.head302 {
    width: 100%;
    height: 100px;
    padding-top: 20px;
    background: #fff;
}
.head302 .logo {
    margin-right: 80px;
    display: block;
}
.head302 .logo img {
    display: block;
}
.head302 .tel {
    width: 350px;
    line-height: 44px;
    margin-top: 15px;
    font-family: impact;
    font-size: 32px;
    color: #0066cc;
}
.head302 .tel span {
    color: #999999;
    font-size: 14px;
    line-height: 16px;
    display: block;
}
.head302 .tel strong {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    font-size: 42px;
    color: #0066cc;
}
.head302 .tel s {
    width: 85px;
    height: 65px;
    float: left;
    background-position: 0 3px;
    margin-right: 12px;
}
.nav302 {
    height: 45px;
    line-height: 45px;
    background: #1b64a8;
    position: relative;
    z-index: 111;
}
.nav302 li {
    width: 152px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    z-index: 11;
    float: left;
    position: relative;
   
}
.nav302 li:first-child {
    background: none;
}
.nav302 li .nav1 {
    display: block;
    font-size: 16px;
    color: #fff;
}
.nav302 li .nav1:hover, .nav302 li.hover .nav1 {
    background: #2d2d2d;
}
.nav302 .subnav {
    background: #1b64a8;
    height: 45px;
    line-height: 45px;
    position: absolute;
    z-index: 11;
    left: 0px;
    top: 45px;
}
.nav302 .subnav {
    position: absolute;
    left: 0px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    z-index: 199;
    opacity: 0;
    visibility: hidden;
    height: auto;
    overflow: hidden;
    width: 100%;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.nav302 li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.nav302 .subnav a {
    color: #fff;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    display: block;
    border-bottom: 1px solid rgba(170,170,170,.2);
}
.nav302 .subnav a:hover {
    background: #2d2d2d;
}


/* 全局 */

html {
	webkit-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-justify: inter-ideograph;
}
a {
	text-decoration: none;
	outline: 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}


.index .menu {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
}
.index .menu ul {
	text-align: center;
}
.index .menu li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	margin: 0 5px 10px;
	display: inline-block;
}
.index .menu li:first-child {
	margin-left: 0;
}
.index .menu li:last-child {
	margin-right: 0;
}
.index .menu li a {
	display: block;
	border: 1px solid #dcdcdc;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
}
.index .menu li a:hover {
	border: 1px solid #009b4c;
	color: #fff;
	background: #009b4c;
}
.index .menu li.current a {
	border: 1px solid #009b4c;
	color: #fff;
	background: #009b4c;
}
.index .more {
	width: 510px;
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	position: relative;
	height: 55px;
	line-height: 55px;
}
.index .more a {
	display: block;
	text-align: center;
	font-size: 18px;
	float: left;
	width: 250px;
	height: 50px;
	line-height: 50px;
}
.index .more .gd {
	color: #fff;
	background: #1b64a8;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #5078d7;
}
.index .more .gd:hover {
	background: #ed8e06;
	border: 2px solid #ed8e06;
}
.index .more .zx {
	border: 2px solid #d74646;
	color: #fff;
	background: #d74646;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0 none;
}
.index .more .zx:hover {
	background: #ed8e06;
	border: 2px solid #ed8e06;
	color: #fff;
	border-left: 0 none;
}
.index .floor_1_main {
	width: 100%;
	position: relative;
	z-index: 4;
}
.index .floor_1 {
	padding: 20px 0 0px;
	overflow: hidden;
}

/*小横幅*/
html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../images/ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	z-index: 1;
}

/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*******index css*******/


/*我们的技术*/
.xbanner {
	background: url(../images/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
}
.xbanner1 {
	background: url(../images/ixbannerbg2.jpg) center center no-repeat;
}
.xbanner .slip_tit {
	width: 772px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
.xbanner .slip_tit .tit2 {
	margin-top: 14px;
	font-size: 24px;
	color: #fff;
}
.xbanner .slip_btn {
	width: 300px;
	text-align: center;
}
.xbanner .slip_btn span {
	display: block;
	font-size: 15px;
	color: #fff;
	line-height: 18px;
	padding-top: 40px;
	padding-bottom: 5px;
}
.xbanner .slip_btn span i {
	width: 16px;
	height: 16px;
	background-position: -0px -141px;
	margin-right: 7px;
	vertical-align: bottom;
}
.xbanner .slip_btn p {
	font-weight: bold;
	font-size: 34px;
	color: #fff;
	font-family: "Arial";
	line-height: 36px;
}
.xbanner .slip_btn a {
	display: block;
	width: 300px;
	height: 46px;
	background-position: 0px -217px;
	margin-top: 16px;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	position: relative;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.xbanner .slip_btn a:hover {
	background-position: 0px -271px;
}
.xbanner .slip_btn a img {
	width: 300px;
	height: 0;
	transition: all .36s ease;
	position: absolute;
	left: 0;
	top: 46px;
}
.xbanner .slip_btn a:hover img {
	height: 300px;
}




.w311 {
    width: 1220px;
    margin: 0 auto;
}
.news311 {
    padding-bottom: 60px;
    margin-top:50px;
}
.news311 .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 28px;
}
.news311 .title h3 {
    font-size: 22px;
    font-weight: bold;
    color: #1b64a8;
}
.news311 .title h3 s {
    width: 4px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #1b64a8;
}
.news311 .title a {
    color: #1b64a8;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.news311 .title a:hover {
    text-decoration: underline;
}
.news311 .newslist {
    line-height: 55px;
}
.news311 .newslist li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    border-bottom: 1px dashed #d4d4d4;
}
.news311 .newslist li a {
    width: 100%;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.news311 .newslist li .time {
    color: #999999;
    float: right;
    font-weight: normal;
}
.news311 .item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d4d4d4;
}
.news311 .item img {
    width: 100px;
    height: 75px;
    float: left;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    margin-right: 20px;
}
.news311 .item h3 {
    color: #333;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}
.news311 .item .txt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #999999;
}
.news311 .item:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}
.news311 .item:hover h3 {
    color: #1b64a8;
}
.news311 ul li a:hover {
    color: #1b64a8;
    text-decoration: none;
}
.news311 .inews1 {
    width: 580px;
    float: left;
}
.news311 .inews2 {
    width: 575px;
    float: right;
}



.e244_main .w244 {
    width: 1200px;
    margin: 0 auto;
}
.e244_main {
    position: relative;
    width: 100%;
}
.e244_main .foot244 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    background: #2d2d2d;
}


.e244_main .links {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #1b64a8;
}
.e244_main .links span {
    color: #f9f9f9;
    display: inline-block;
}
.e244_main .links a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}
.e244_main .links a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.e244_main .botnav {
    width: 290px;
}
.e244_main .botnav li {
    width: 104px;
    float: left;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    padding-left: 40px;
}
.e244_main .botnav li:first-child {
    padding-left: 10px;
}
.e244_main .botnav li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
}
.e244_main .botnav li .drop {
    padding-top: 10px;
}
.e244_main .botnav li .drop a {
    display: block;
    line-height: 24px;
    color: #fff;
    width: 100%;
    font-size: 12px;
    font-weight: normal;
}
.e244_main .botnav li:first-child {
    padding-left: 0;
}
.e244_main .botcontcat {
    float: left;
    width: 230px;
    color: #fff;
}
.e244_main .botcontcat a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}
.e244_main .botcontcat .zx {
    padding-left: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    background: url("../images/t244.png")no-repeat left center;
    background-size: 16px;
}
.e244_main .botcontcat .webTel1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}
.e244_main .botcontcat .webTel2 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}
.e244_main .bewm {
    float: left;
    padding-top: 0px;
    padding-bottom: 12px;
    display: block;
    width: 160px;
    height: 215px;
    background: url("../images/bg244.png")no-repeat center center;
    background-size: 160px 215px;
}
.e244_main .bewm .img {
    display: block;
    width: 127px;
    height: 127px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.e244_main .bewm .scan {
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}


.e244_main .imsgbox {
    width: 440px;
}
.e244_main .imsgbox h3 {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 24px;
}
.e244_main .imassge {
    padding-top: 16px;
}
.e244_main .imassge .item {
    width: 209px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    border: 1px solid #1b64a8;
    border-radius: 5px;
}
.e244_main .imassge .item .txt {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2d2d2d;
    outline: none;
    border: 0 none;
}
.e244_main .imassge .item .msg-box {
    position: absolute;
    left: 0;
    height: 20px;
    top: 0px;
}
.e244_main .imassge .item .msg-box s {
    display: inline-block;
}
.e244_main .imassge .mr10 {
    margin-right: 18px;
}


.e244_main .imassge .mj {
    width: 100%;
}
.e244_main .imassge .mj .txt {
    width: 430px;
}


.e244_main .imassge .submit {
    width: 101%;
    height: 50px;
    line-height: 46px;
    background: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 4px;
    transition: all .5s;
}
.e244_main .imassge .submit:hover {
    background: #f95927;

    color: #fff;
    border-color: #f95927;
}
.e244_main .imassge :-moz-placeholder {
color: #fff;
}
.e244_main .imassge ::-moz-placeholder {
color: #fff;
}
.e244_main .imassge input:-ms-input-placeholder, .e244_main .imassge textarea:-ms-input-placeholder {
color: #fff;
}
.e244_main .imassge input::-webkit-input-placeholder, .e244_main .imassge textarea::-webkit-input-placeholder {
color: #fff;
}
.e244_main .copyright {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #1b64a8;
}
.e244_main .copyright p {
    font-size: 12px;
    color: #fff;
}
.e244_main .copyright a {
    font-size: 12px;
    color: #fff;
}



/* 首页常见问题/在线预约 begin*/
#fh5co-middle-list .show-list {
	padding: 70px 0 10px;
}
#fh5co-middle-list .fh5co-heading span {
	margin-bottom: 38px;
}
#fh5co-middle-list .show-list .news-list .media_img .img {
	max-width: 100%
}
#fh5co-middle-list .show-list .news-list h3 {
	font-size: 17px;
	color: #f02930;
	margin-bottom: 3px;
	margin-top: 10px;
}
#fh5co-middle-list .show-list .news-list h3 a {
	color: #f02930;
	font-weight: bold
}
#fh5co-middle-list .show-list .news-list h3 a:hover {
	color: #c40000
}
#fh5co-middle-list .show-list .news-list span.time {
	color: #7d7d7d
}
#fh5co-middle-list .show-list .news-list .desc {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
}
#fh5co-middle-list .show-list .news-list .item {
	line-height: 28px;
}
#fh5co-middle-list .show-list .news-list .item span.time {
	display: inline-block;
	margin-right: 12px;
}
#fh5co-middle-list .contact-form {
	border: 1px solid #eee;
	padding: 30px 15px;
}
#fh5co-middle-list .contact-form .form-group {
	padding-bottom: 20px;
}
#fh5co-middle-list .contact-form .input {
	border-color: #DEDEDE;
	font-size: 12px;
}
#fh5co-middle-list .contact-form .button {
	width: 100%;
	display: block;
	font-size: 12px;
	background: #f02930;
	color: #fff;
	border: none;
	padding: 12px 66px;
	margin-top: 2px;
}
#fh5co-middle-list .contact-form .button:hover {
	background: #FB414C
}



.fh5co-heading {
	position: relative;
	z-index: 1
}
.fh5co-heading h2 {
	color: rgb(102, 102, 102);
	font-size: 18px;
	font-weight: bold;
	margin: 0 auto 12px;
	text-transform: uppercase;
	line-height: 18px;
}
.fh5co-heading span {
	font-size: 25px;
	color: #000;
	font-weight: bold;
	display: block;
	margin-bottom: 48px;
}
.fh5co-heading .imgs {
	background: url(../images/title-img.png) no-repeat center top;
	height: 50px;
	width: 100%
}
.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
}
.vertical-middle > div {
	display: table-cell;
	vertical-align: middle;
}
.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.artzoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 64%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.chazoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 115%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}
.frizoomimgs {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}


/* POS组件专用样式 */
#pos-module {
    all: initial;  /* 阻断继承 */
    display: block;
    isolation: isolate;  /* 创建独立层叠上下文 */
    font-family: 'Microsoft YaHei', sans-serif !important;
    line-height: 1.5 !important;
    color: #333 !important;
    box-sizing: border-box !important;
}

#pos-module *,
#pos-module *::before,
#pos-module *::after {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0  !important;
    background-repeat: no-repeat !important;
}

/* 容器布局 */
#pos-module .pos-container {
    width: 1200px !important;
	height: 600px !important;
    margin: 0 auto  !important;
    display: flex !important;
    gap: 15px !important;
}

/* 左侧内容区 */
#pos-module .pos-left-col {
    flex: 1 !important;
    min-width: 0 !important;
    background: #fff !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2) !important;
}

/* 标题系统 */
#pos-module .pos-main-title {
    font-size: 28px !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    color: inherit !important;
	font-weight: bold;
}

#pos-module .pos-form-title {
    font-size: 28px !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    color: inherit !important;
	font-weight: bold;
}

#pos-module .pos-subtitle {
    font-size: 16px !important;
    color: #666 !important;
    margin-bottom: 35px !important;
}

/* 承诺图片 */
#pos-module .pos-commitment-img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    margin-bottom: 25px !important;
}

/* 承诺区块 */
#pos-module .pos-section-title {
    font-size: 20px !important;
    margin: -5px 0 30px 0 !important;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #eee !important;
}

/* 网格布局 */
#pos-module .pos-grid-layout {
    display: flex !important;
    gap: 30px !important;
}

#pos-module .pos-grid-col {
    flex: 1 !important;
}

/* 承诺项 */
#pos-module .pos-commitment-item {
    display: flex !important;
    align-items: center !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
    background: #f8f9fa !important;
    border-radius: 6px !important;
    transition: all 0.3s ease !important;
}

#pos-module .pos-commitment-item:hover {
    transform: translateX(5px) !important;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08) !important;
    background: #fff !important;
}

/* 图标系统 */
#pos-module .pos-icon {
    color: #0066cc !important;
    font-size: 20px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
}

/* 分隔线 */
#pos-module .pos-divider {
    height: 1px !important;
    background: #eee !important;
    margin: 30px 0 !important;
}

/* 促销文案 */
#pos-module .pos-promo-box {
    text-align: center !important;
    padding: 20px !important;
    background: #e3f2fd !important;
    border-radius: 8px !important;
}

#pos-module .pos-promo-title {
    color: #0066cc !important;
    font-size: 20px !important;
    margin-bottom: 12px !important;
}

/* 右侧表单区 */
#pos-module .pos-right-col {
    width: 590px !important;
    background: #fff !important;
    padding: 40px !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 12px rgba(0,0,0,0.2) !important;
}

/* 表单元素 */
#pos-module .pos-form-input,
#pos-module .pos-form-textarea {
    width: 100% !important;
    padding: 14px !important;
    margin-bottom: 20px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    background: #fff !important;
    color: #333 !important;
}

#pos-module .pos-form-textarea {
    min-height: 120px !important;
    resize: vertical !important;
}

#pos-module .pos-submit-btn {
    background: #0066cc !important;
    color: #fff !important;
    border: none !important;
    padding: 16px !important;
    width: 100% !important;
    border-radius: 6px !important;
    font-size: 17px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
}

#pos-module .pos-submit-btn:hover {
    background: #0052a3 !important;
}

/* 聚焦状态 */
#pos-module input:focus,
#pos-module textarea:focus {
    outline: none !important;
    border-color: #0066cc !important;
    box-shadow: 0 0 5px rgba(0,102,204,0.15) !important;
}


/* 双列布局 */
#pos-module .pos-double-column {
    display: flex !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
}

#pos-module .pos-input-province,
#pos-module .pos-input-city {
    flex: 1 !important;
    min-width: 0 !important;
}

#pos-module .pos-double-column .pos-form-input {
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* 下拉选择框样式 */
#pos-module .pos-form-select {
    width: 100% !important;
    padding: 14px !important;
    border: 1px solid #ddd !important;
    border-radius: 6px !important;
    font-size: 15px !important;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23333'%3e%3cpath d='M7 10l5 5 5-5z'/%3e%3c/svg%3e") no-repeat right 12px center/12px !important;
    appearance: none !important;
    color: #333 !important;
}

#pos-module .pos-form-select:focus {
    outline: none !important;
    border-color: #0066cc !important;
    box-shadow: 0 0 5px rgba(0,102,204,0.15) !important;
}