body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select {
	margin: 0;
	padding: 0
}

@font-face {
  	font-family: "avenirltstd-light";
  	src: url("../font/avenirltstd-light.woff2") format("woff2"),
       url("../font/avenirltstd-light.woff") format("woff"),
       url("../font/avenirltstd-light.ttf") format("truetype"),
       url("../font/avenirltstd-light.eot") format("embedded-opentype"),
       url("http://www.omvalve.com/Dist/fonts/avenirltstd-light/avenirltstd-light.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  	font-family: "wigrumweb-light";
  	src: url("../font/wigrumweb-light.woff2") format("woff2"),
       url("../font/wigrumweb-light.woff") format("woff"),
       url("../font/wigrumweb-light.ttf") format("truetype"),
       url("../font/wigrumweb-light.eot") format("embedded-opentype"),
       url("http://www.omvalve.com/Dist/fonts/wigrumweb-light/wigrumweb-light.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  	font-family: "wigrumweb-bold";
  	src: url("../font/wigrumweb-bold.woff2") format("woff2"),
       url("../font/wigrumweb-bold.woff") format("woff"),
       url("../font/wigrumweb-bold.ttf") format("truetype"),
       url("../font/wigrumweb-bold.eot") format("embedded-opentype"),
       url("http://www.omvalve.com/Dist/fonts/wigrumweb-bold/wigrumweb-bold.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

body {
	font-size: 12px;
	font-family: "wigrumweb-light";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333333;
	text-decoration: none !important;
}

a:hover {
	color: #009794;
	text-decoration: none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline: none;
    border-radius: 0;
}

*::selection {
    background-color: #009794;
    color: white;
}

*::-moz-selection {
    background-color: #009794;
    color: white;
}

*::-webkit-selection {
    background-color: #009794;
    color: white;
}

@media only screen and (max-width: 991px ) {
	.container {
		width: 668px;
		padding: 0;
	}
}
@media only screen and (max-width: 767px ) {
	.container {
		width: 95%;
	}
}
@media only screen and (min-width: 992px ) {
	.container {
		width: 970px;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 1150px;
	}
}
@media only screen and (min-width: 1450px) {
	.container {
		width: 1400px;
	}
}
/*头部公共样式 star star star*/
header {
	width: 100%;
	height: 160px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	font-family: "wigrumweb-light";
	background: url(../image/header.png) no-repeat top center;
}
header .logo {
	display: block;
	width: 212px;
	height: 67px;
	position: absolute;
	top: 35px;
	left: 50%;
	margin-left: -106px;
	transition: all 0.5s;
}
header .logo img {
	width: 100%;
	transition: all 0.5s;
}
header .logo:hover img {
	transform: scale(1.1);
}
header .header_en {
	width: auto;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: 420px;
  	font-family: "wigrumweb-bold";
}
header .header_en img {
	height: 16px;
	margin: -5px 5px 0 0;
}
header .header_en span {
	display: inline-block;
}
header .header-flw {
	width: 60px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 16px;
	left: 50%;
	margin-left: 420px;
	transition: top 0.5s;
}
header .header-flw a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 14px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin: 0 5px 0 0;
	position: relative;
}
header .header-flw a img {
	width: 16px;
}
header ul.header-menu {
	width: 1000px;
	height: 32px;
	margin: 46px auto;
	padding: 0 24px;
	transition: all 0.5s;
	position: relative;
}
header ul.header-menu li {
	width: 110px;
	float: left;
	cursor: pointer;
	margin: 0 12px 0 0;
	position: relative;
}
header ul.header-menu li:nth-of-type(3) {
	margin: 0 300px 0 0;
}
header ul.header-menu li:last-of-type {
	margin: 0;
}
header ul.header-menu li h4 {
	width: 100%;
	height: 32px;
	border-radius: 16px;
	font-size: 18px;
	overflow: hidden;
	text-align: center;
	padding: 2px;
}
header ul.header-menu li h4>a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
	line-height: 28px;
	color: #000000;
}
header ul.header-menu li:hover h4 a {
	color: #009794;
	border-radius: 14px;
}
header ul.header-menu li.active h4 {
	background-image: linear-gradient(#0098b5, #45babb);
}
header ul.header-menu li.active h4 a {
	color: #009794;
	border-radius: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
}
header ul.header-menu li .headTwo {
	width: 140px;
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: -15px;
	padding: 10px 0 0;
	display: none;
	z-index: 10;
}
header ul.header-menu li:nth-of-type(2) .headTwo {
	width: 160px;
	background-color: #009794;
	left: -25px;
	padding: 0;
	box-shadow: 0px 4px 13px 2px rgba(0,0,0,0.2);
	overflow: visible;
}
header ul.header-menu li .headTwo .headP {
	width: 100%;
	height: 32px;
	border-radius: 16px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	background-image: linear-gradient(#0098b5, #45babb);
	margin: 0 0 10px;
}
header ul.header-menu li:nth-of-type(2) .headTwo .headP {
	background-image: none;
	margin: 0;
	border-radius: 0px;
	text-align: left;
	padding: 0;
}
header ul.header-menu li .headTwo a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 28px;
	border-radius: 14px;
	color: #009794;
	background-color: #FFFFFF;
}
header ul.header-menu li:nth-of-type(2) .headTwo .headP a {
	line-height: 32px;
	background-color: transparent;
	color: #ffffff;
	border-radius: 0px;
	padding: 0 15px;
	transition: all 0.5s;
}
header ul.header-menu li .headTwo .headP .menuTwo {
	width: 260px;
	overflow: hidden;
	background-color: #009794;
	position: absolute;
	left: 100%;
	top: 0;
	box-shadow: 0 0 8px rgba(100,100,100,0.1);
	display: none;
}
header ul.header-menu li .headTwo .headP .menuTwo a {
	display: block;
	width: 100%;
	padding: 0 15px;
	line-height: 32px;
	color: #ffffff;
	overflow: hidden;
	transition: all 0.5s;
}
header ul.header-menu li .headTwo .headP .menuTwo a:hover {
	background-color: #ffffff;
	color: #009794;
}
header ul.header-menu li .headTwo .headP:hover>a {
	background-color: transparent;
	color: #FFFFFF;
}
header ul.header-menu li:nth-of-type(2) .headTwo .headP:hover>a {
	background-color: #ffffff;
	color: #009794;
}
header ul.header-menu li:hover .headTwo {
	display: block;
	animation: headTwo 0.3s linear forwards;
	-webkit-animation: headTwo 0.3s linear forwards;
}
header ul.header-menu li:nth-of-type(2) .headTwo .headP:hover .menuTwo {
	display: block;
}
header ul.header-menu .header-search {
	width: 150px;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: 490px;
}
header ul.header-menu .header-search input {
	display: block;
	width: 110px;
	height: 20px;
	border: 1px solid #009794;
	border-right: none;
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 0 5px;
	background-color: #ffffff;
	border-radius: 5px 0 0 5px;
	float: left;
}
header ul.header-menu .header-search span {
	display: block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
	margin: -1px 0 0;
	background-color: #09a9ab;
	border-radius: 0 5px 5px 0;
	overflow: hidden;
	float: left;
}
header .header-icon {
	width: 65px;
	height: 65px;
	overflow: hidden;
	position: relative;
	float: right;
	margin: 33px 31px 0 0;
	border-radius: 4px;
	background-color: #09a9ab;
}
header .header-icon li {
	width: 40px;
	height: 6px;
	background-color: #FFFFFF;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
}
header .header-icon li:nth-of-type(1) {
	margin: -16px 0 0 -20px;
	transition: all 0.5s;
}
header .header-icon li:nth-of-type(2) {
	margin: -3px 0 0 -20px;
}
header .header-icon li:nth-of-type(3) {
	margin: 10px 0 0 -20px;
	transition: all 0.5s;
}
header.header-click .header-icon li:nth-of-type(1) {
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
header.header-click .header-icon li:nth-of-type(2) {
	opacity: 0;
}
header.header-click .header-icon li:nth-of-type(3) {
	margin: -3px 0 0 -20px;
	transform: rotate(-45deg);
}
@media only screen and (max-width: 991px) {
	header {
		height: 130px;
		background: #FFFFFF;
		box-shadow: 0 0 12px 3px rgba(0,0,0,0.3);
	}
	header ul.header-menu {
		width: 100%;
		height: calc(100% - 129px);
		height: -moz-calc(100% - 129px);
		height: -webkit-calc(100% - 129px);
		overflow: hidden;
		position: fixed;
		left: -100%;
		top: 129px;
		background-color: #FFFFFF;
		padding: 70px 0 0;
		margin: 0;
		transition: left 0.5s;
	}
	header.header-click ul.header-menu {
		left: 0;
	}
	header ul.header-menu li {
	    width: 100%;
	    float: none;
	    margin: 0 0 12px;
	}
	header ul.header-menu li:nth-of-type(3) {
	    margin: 0 0 12px;
	}
	header ul.header-menu li h4 {
	    width: 100%;
	    height: 60px;
	    border-radius: 0px;
	    font-size: 36px;
	    text-align: left;
	    padding: 0 80px;
	}
	header ul.header-menu li.active h4 {
	    background-image: none;
	}
	header ul.header-menu li h4>a {
		width: auto;
		line-height: 60px;
  		font-family: "wigrumweb-bold";
		float: left;
	}
	header ul.header-menu li .headTwo {
	    width: 100%;
	    position: relative;
	    top: 0;
	    left: 0;
	    padding: 10px 130px;
	}
	header ul.header-menu li:nth-of-type(2) .headTwo {
	    width: 100%;
	    left: 0;
	}
	header ul.header-menu li .headTwo p {
	    width: 100%;
	    height: 55px;
	    border-radius: 16px;
	    overflow: hidden;
		font-size: 28px;
	    font-weight: bold;
	    padding: 0px;
	    text-align: left;
	    background-image: none;
	    margin: 0;
	}
	header ul.header-menu li .headTwo a {
	    line-height: 50px;
	    border-radius: 0;
	    color: #333333;
	}
	header .logo {
		width: 280px;
		height: 90px;
		float: left;
		position: relative;
		top: 20px;
		left: 0;
		margin: 0 0 0 50px;
	}
	header .header_en {
		height: 30px;
		line-height: 30px;
		top: 52px;
		margin-left: 150px;
		font-size: 18px;
	}
	header .header_en img {
		height: 24px;
		margin: -10px 10px 0 0;
	}
	header ul.header-menu .header-search {
		width: calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: -webkit-calc(100% - 160px);
		height: 50px;
		position: relative;
		top: -20px;
		left: 0;
		margin: 0 auto;
	}
	header ul.header-menu .header-search input {
		width: calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		height: 50px;
		border: 2px solid #009794;
		font-size: 18px;
		border-right: none;
		padding: 0 0 0 15px;
	}
	header ul.header-menu .header-search span {
		width: 100px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		margin: -1px 0 0;
	}
	header .header-flw {
		width: 90px;
		height: 40px;
		top: 46px;
		margin-left: 180px;
	}
	header .header-flw a {
		width: 40px;
		height: 40px;
		line-height: 36px;
		margin: 0 5px 0 0;
	}
	header .header-flw a img {
		width: 30px;
	}
}
@media only screen and (max-width: 767px) {
	header {
		height: 65px;
	}
	header ul.header-menu {
		height: calc(100% - 64px);
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		padding: 60px 0 0;
		top: 64px;
	}
	header ul.header-menu li {
	    margin: 0;
	}
	header ul.header-menu li:nth-of-type(3) {
	    margin: 0;
	}
	header ul.header-menu li h4 {
	    height: 40px;
	    font-size: 24px;
	    padding: 0 40px;
	}
	header ul.header-menu li h4>a {
	    line-height: 40px;
	}
	header ul.header-menu li .headTwo {
		padding: 5px 60px;
	}
	header ul.header-menu li .headTwo p {
	    height: 40px;
	    border-radius: 0px;
	    font-size: 22px;
	}
	header ul.header-menu li .headTwo a {
	    line-height: 40px;
	}
	header .logo {
	    width: 140px;
	    height: 45px;
	    top: 10px;
	    margin: 0 0 0 20px;
	}
	header .header-icon {
		width: 40px;
		height: 40px;
		margin: 13px 16px 0 0;
		border-radius: 3px;
	}
	header .header-icon li {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
	}
	header .header-icon li:nth-of-type(1) {
		margin: -9.5px 0 0 -12px;
	}
	header .header-icon li:nth-of-type(2) {
		margin: -1.5px 0 0 -12px;
	}
	header .header-icon li:nth-of-type(3) {
		margin: 6.5px 0 0 -12px;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -1.5px 0 0 -12px;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		margin: -1.5px 0 0 -12px;
	}
	header .header_en {
		height: 20px;
		line-height: 20px;
		top: 30px;
		margin-left: 35px;
		font-size: 14px;
	}
	header .header_en img {
		height: 16px;
		margin: -5px 5px 0 0;
	}
	header ul.header-menu .header-search {
		width: calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		height: 35px;
		top: -10px;
	}
	header ul.header-menu .header-search input {
		width: calc(100% - 60px);
		width: -moz-calc(100% - 60px);
		width: -webkit-calc(100% - 60px);
		height: 35px;
		border: 1px solid #009794;
		border-right: none;
		font-size: 16px;
	}
	header ul.header-menu .header-search span {
		width: 60px;
		height: 35px;
		line-height: 35px;
		font-size: 20px;
		margin: -1px 0 0;
	}
	header .header-flw {
		width: 60px;
		height: 25px;
		top: 19px;
		margin-left: 60px;
	}
	header .header-flw a {
		width: 25px;
		height: 25px;
		line-height: 21px;
	}
	header .header-flw a img {
		width: 20px;
	}
}
@media only screen and (min-width: 992px) {
	header.header-roll {
		width: 100%;
		height: 80px;
		background: #FFFFFF;
		box-shadow: 0 0 12px rgba(0,0,0,0.3);
		z-index: 1010;
	}
	header.header-roll ul.header-menu .header-search {
		top: -20px;
	}
	header.header-roll .header-flw {
		top: 10px;
	}
	header.header-roll ul.header-menu {
		margin: 30px auto;
	}
	header.header-roll .logo {
	    width: 160px;
	    height: 50px;
	    top: 15px;
	    margin-left: -80px;
	}
	header .header-icon {
		display: none !important;
	}
	@keyframes headTwo {
		from{top: 22px;}
		to{top: 32px;}
	}
	@-moz-keyframes headTwo {
		from{top: 22px;}
		to{top: 32px;}
	}
	@-ms-keyframes headTwo {
		from{top: 22px;}
		to{top: 32px;}
	}
	@-webkit-keyframes headTwo {
		from{top: 22px;}
		to{top: 32px;}
	}
	header ul.header-menu .header-search {
		margin-left: 335px;
	}
	header .header-flw {
		margin-left: 280px;
	}
	header ul.header-menu li .headTwo .headP .menuTwo {
		min-height: 192px;
	}
}
@media only screen and (min-width: 1200px) {
	header ul.header-menu .header-search {
		margin-left: 425px;
	}
	header .header-flw {
		margin-left: 370px;
	}
}
@media only screen and (min-width: 1450px) {
	header ul.header-menu .header-search {
		margin-left: 550px;
	}
	header .header-flw {
		margin-left: 495px;
	}
}
/*底部公共样式*/
footer {
	width: 100%;
	overflow: hidden;
	background-color: #009794;
	padding: 50px 0 12px;
}
footer .footer-logo {
	display: block;
	width: 190px;
	overflow: hidden;
	margin: 0 0 25px;
}
footer .footer-logo img {
	width: 100%;
}
footer .footer-menu {
	width: 895px;
	overflow: hidden;
	padding: 25px 0 0;
	border-top: 1px solid #3db0ae;
	float: left;
}
footer .footer-menu li {
	float: left;
	margin: 0 73px 0 0;
}
footer .footer-menu li:last-of-type {
	width: 305px;
	margin: 0;
}
footer .footer-menu li h4 {
  	font-family: "wigrumweb-bold";
  	color: #FFFFFF;
  	font-size: 20px;
  	line-height: 24px;
  	margin: 0 0 10px;
}
footer .footer-menu li p {
	line-height: 22px;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0 0 6px;
}
footer .footer-menu li:last-of-type p {
	margin: 0;
}
footer .footer-menu li p a {
	color: #FFFFFF;
}
footer .footer-menu li p a:hover {
	text-decoration: underline !important;
}
footer .footer-share {
	margin: 19px 0;
	width: 895px;
	overflow: hidden;
	float: left;
}
footer .footer-share a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	margin: 0 19px 0 0;
	text-align: center;
	position: relative;
}
footer .footer-share a img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}
footer .footer-bottom {
	width: 895px;
	overflow: hidden;
	line-height: 43px;
	font-size: 16px;
	color: #FFFFFF;
	border-top: 1px solid #3db0ae;
	float: left;
}
footer .footer-contact {
	width: 455px;
	overflow: hidden;
	float: right;
	margin: -10px 0 0;
}
footer .footer-contact h3 {
	color: #FFFFFF;
	font-size: 26px;
  	font-family: "wigrumweb-bold";
  	margin: 0 0 15px;
}
footer .footer-contact .footer-input {
	width: 100%;
	overflow: hidden;
}
footer .footer-contact input {
	display: block;
	width: 50%;
	float: left;
	height: 60px;
	border: none;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 0px;
	background-color: #33aca9;
	overflow: hidden;
	padding: 0 0 0 17px;
}
footer .footer-contact textarea {
	display: block;
	width: 100%;
	height: 110px;
	border: none;
	font-size: 14px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #33aca9;
	margin: 12px 0;
	overflow: hidden;
	padding: 0 0 0 17px;
}
footer .footer-contact button {
	width: 100%;
	height: 50px;
	border: none;
	font-size: 16px;
	color: #FFFFFF;
  	font-family: "wigrumweb-bold";
	background-color: #33aca9;
}
footer .footer-contact button:hover {
	background-image: linear-gradient(#0099b4,#46bbbb);
}
footer input::-webkit-input-placeholder,footer textarea::-webkit-input-placeholder { 
	color: #FFFFFF;
}
footer input:-moz-placeholder,footer textarea:-moz-placeholder { 
	color: #FFFFFF;
}
footer input:-ms-input-placeholder,footer textarea:-ms-input-placeholder { 
	color: #FFFFFF;
}
footer input:placeholder,footer textarea:placeholder { 
	color: #FFFFFF;
}
@media only screen and (max-width: 1199px) {
	footer .footer-menu {
		width: 100%;
		float: none;
	}
	footer .footer-menu li:last-of-type {
		width: 367px;
	}
	footer .footer-contact {
		width: 100%;
	    float: none;
	    margin: 20px 0 0;
	}
	footer .footer-share {
	    width: 100%;
		float: none;
	}
	footer .footer-bottom {
	    width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 991px) {
	footer .footer-menu li:last-of-type {
	    width: 100%;
	    margin: 20px 0 0;
	}
	footer .footer-contact {
		width: 100%;
		margin: 20px 0 0;
	}
	footer .footer-share {
	    text-align: center;
	}
	footer .footer-share a {
		display: inline-block;
		margin: 0 7px;
		float: none;
	}
	footer .footer-bottom {
	    text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	footer {
	    padding: 30px 0 12px;
	}
	footer .footer-menu {
	    padding: 15px 0 0;
	}
	footer .footer-menu li {
	    margin: 0 15px 0 0;
	}
	footer .footer-menu li:nth-of-type(3){
		margin: 0;
	}
	footer .footer-menu li:nth-of-type(4) {
		margin: 10px 0;
	}
	footer .footer-menu li h4 {
	    font-size: 15px;
	    line-height: 20px;
	    margin: 0;
	}
	footer .footer-menu li p {
	    line-height: 18px;
	    font-size: 13px;
	    margin: 0;
	}
	footer .footer-contact {
	    margin: 0;
	}
	footer .footer-contact h3 {
	    font-size: 18px;
	    margin: 0 0 10px;
	}
	footer .footer-contact input {
	    height: 40px;
	    padding: 0 0 0 10px;
	}
	footer .footer-contact textarea {
	    line-height: 35px;
	    padding: 0 0 0 10px;
	}
	footer .footer-contact button {
	    height: 40px;
	}
	footer .footer-share {
	    margin: 15px 0 10px;
	}
	footer .footer-share a {
	    width: 30px;
	    height: 30px;
	    margin: 0 4px;
	}
	footer .footer-share a img {
		width: 16px;
	    margin: -8px 0 0 -8px;
	}
	footer .footer-bottom {
	    line-height: 16px;
	    font-size: 14px;
	    padding: 10px 0 5px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-menu {
		width: 660px;
	}
	footer .footer-share {
		width: 660px;
	}
	footer .footer-bottom {
	    width: 660px;
	}
	footer .footer-menu li {
	    margin: 0 15px 0 0;
	}
	footer .footer-menu li:last-of-type {
	    width: 229px;
	}
}
@media only screen and (min-width: 1450px) {
	footer .footer-menu {
		width: 895px;
	}
	footer .footer-share {
		width: 895px;
	}
	footer .footer-bottom {
	    width: 895px;
	}
	footer .footer-menu li {
	    margin: 0 68px 0 0;
	}
	footer .footer-menu li:last-of-type {
	    width: 305px;
	}
}
/*顶部图片的公共样式*/
.banner {
	width: 100%;
	overflow: hidden;
	margin: 45px 0 0;
	position: relative;
}
.banner .banner-txt {
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
}
.banner h1 {
	font-family: "wigrumweb-bold";
	font-size: 65px;
	text-shadow: 13px 11px 11px rgba(0,0,0,0.43);
}
.banner p {
	font-size: 24px;
	text-shadow: 4px 4px 9px rgba(0,0,0,0.43);
}
@media only screen and (max-width: 991px) {
	.banner {
		margin: 130px 0 0;
	}
	.banner .banner-txt {
		width: 668px;
		margin: -70px 0 0 -334px;
	}
	.banner h1 {
		font-size: 36px;
	}
	.banner img {
		height: 400px;
	}
	.banner p {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px) {
	.banner {
		margin: 65px 0 0;
	}
	.banner img {
		height: 250px;
		margin: 0 0 0 -200px;
	}
	.banner .banner-txt {
		width: 335px;
		margin: -45px 0 0 -167px;
	}
	.banner h1 {
		font-size: 28px;
		line-height: 30px;
	}
	.banner h1 br {
		display: none;
	}
	.banner p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.banner img{
		width: 1400px;
	}
	.banner .banner-txt {
		width: 970px;
		margin: -70px 0 0 -485px;
	}
	.banner h1 {
		font-size: 48px;
	}
}
@media only screen and (min-width: 1200px) {
	.banner img{
		width: auto;
	}
	.banner .banner-txt {
		width: 1150px;
		margin: -70px 0 0 -575px;
	}
	.banner h1 {
		font-size: 65px;
	}
}
@media only screen and (min-width: 1450px) {
	.banner .banner-txt {
		width: 1400px;
		margin: -70px 0 0 -700px;
	}
}
.chat-online {
	width: 150px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 0;
	z-index: 10000;
}
.chat-online .chat-button {
	width: 150px;
	height: 50px;
	border-radius: 5px 5px 0 0;
	padding: 0 13px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 0 13px rgba(0,0,0,0.3);
	background-color: #FFFFFF;
}
.chat-button span {
	display: block;
	width: 32px;
	height: 32px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 9px 5px 9px 0;
}
.chat-button span img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -16px 0 0 -16px;
}
.chat-button span img:nth-of-type(2) {
	display: none;
}
.chat-button strong {
	display: block;
	width: 85px;
	line-height: 32px;
	height: 32px;
	font-size: 15px;
	overflow: hidden;
	float: left;
	margin: 9px 0;
}
.chat-online .chat-button:hover {
	background-color: #09a9ab;
	color: #FFFFFF;
}
.chat-online .chat-button:hover span img:nth-of-type(2) {
	display: block;
}
.chat-online .chat-button:hover span img:nth-of-type(1) {
	display: none;
}
.chat-online .chat-content {
	width: 350px;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 10;
	box-shadow: 0 0 13px rgba(0,0,0,0.3);
	display: none;
}
.chat-online .chat-content span {
	display: block;
	width: 26px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.chat-online .chat-content span:before {
	content: '';
	display: block;
	width: 26px;
	height: 3px;
	border-radius: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -13px;
	transform: rotate(45deg);
}
.chat-online .chat-content span:after {
	content: '';
	display: block;
	width: 26px;
	height: 3px;
	border-radius: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -1.5px 0 0 -13px;
	transform: rotate(-45deg);
}
.chat-online .chat-content h3 {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	padding: 0 15px;
  	font-family: "wigrumweb-bold";
	background-color: #009794;
	color: #FFFFFF;
}
.chat-online .chat-content h4 {
	width: calc(100% - 40px);
	width: -moz-calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	overflow: hidden;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	background-color: #DCDCDC;
	margin: 25px 20px 10px;
}
.chat-online .chat-content .chat-form {
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	margin: 0 0 20px;
}
.chat-form li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
.chat-form li h5 {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.chat-form li input {
	display: block;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	overflow: hidden;
	border-radius: 4px;
	border: 1px solid #acacac;
}
.chat-form li textarea {
	width: 100%;
	height: 70px;
	line-height: 25px;
	border-radius: 4px;
	padding: 5px 10px;
	border: 1px solid #acacac;
	overflow: hidden;
}
.chat-form li button {
	width: 100%;
	overflow: hidden;
	line-height: 33px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #acacac;
	border-radius: 4px;
	background-color: transparent;
}
.chat-form li button:hover {
	background-color: #009794;
	border-color: #009794;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
	.chat-online {
		right: -100px;
		bottom: 40px;
		transition: right 0.5s;
	}
	.chat-online:hover {
		right: 0;
	}
	.chat-online .chat-button {
		border-radius: 5px 0 0 5px;
	}
	.chat-online .chat-content {
		width: 300px;
	}
	.chat-button strong {
		width: 80px;
		font-size: 14px;
	}
}

.news_page {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}
.news_page .page_prev,.news_page .page_next {
	display: inline-block;
	width: 70px;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	border-radius: 5px;
	overflow: hidden;
	color: #009794;
	border: 1px solid #009794;
	text-align: center;
	font-weight: bold;
}
.news_page .page_prev:hover,.news_page .page_next:hover {
	background-color: #009794;
	color: #ffffff;
}
.news_page .page_num {
	display: inline-block;
	height: 30px;
	margin: 0 10px;
}
.news_page .page_num a {
	display: inline-block;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 28px;
	border: 1px solid #009794;
	border-radius: 4px;
	overflow: hidden;
	color: #009794;
	font-weight: bold;
	margin: 0 3px;
}
.news_page .page_num a.page_now {
	background-color: #009794;
	color: #ffffff;
}
.news_page .page_num a:hover {
	background-color: #009794;
	color: #ffffff;
}