body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
	outline:none !important;
}

a:hover {
	color: #008f8e;
	text-decoration: none !important;
	outline: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;
}

*::selection {
	background-color: #008f8e;
    color: white;
}

*::-moz-selection {
	background-color: #008f8e;
    color: white;
}

*::-webkit-selection {
	background-color: #008f8e;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}

@font-face {
  	font-family: "wigrumweb";
  	src: url("../font/wigrumweb-bold.woff") format("woff"),
       url("../font/wigrumweb-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.container {
		width: 95%;
		padding: 0;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 95% !important;
	}
}
@media only screen and (min-width: 1101px) {
	.container {
		width: 95%;
		padding: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 95%;
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 95%;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 95%;
	}
}
@media only screen and (min-width: 1550px) {
	.container {
		width: 1500px;
	}
}
.pc-show
	{
	    display:block;
	}
	.mobile-show
	{
	    display:none !important;
	}
.banner-menu
{
    display:none;
}
.xs
{
    display:block;
}
.yc
{
    display:none;
}

header {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 100;
	box-shadow: 0px 3px 15px 1px rgba(0,0,0,0.16);
}
header .header_logo {
	display: block;
	width: 400px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 5px;
	margin-left: -742px;
	transition: all 0.5s;
	font-size:16px;
}
header .header_logo img {
	display: block;
	max-width: 93%;
}
.header_menu {
    margin: 27px 0px;
    float:right;
}
.header_menu ul {
	width: 100%;
	height: 32px;
}
.header_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 60px;
	position: relative;
	margin-left: 8px;
}
.header_menu ul li h4 {
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	margin-left: 8px;
}
.header_menu ul li h4 a {
	color: #333333;
	padding: 0 10px;
	display:block;
}
.header_menu ul li:hover{text-decoration: none;}
.header_menu ul li:hover h4 a {
	color: #ffffff;
	background-color:#008f8e;
	display:block;
	border-radius:10px;
	padding: 0 10px;
	text-decoration: none;
}
.header_menu ul li.menuNow h4 a {
	color: #ffffff;
	background-color:#008f8e;
	display:block;
	border-radius:10px;
	padding: 0 10px;
}
.header_menu ul li:last-of-type 
{
    margin: 0;
}
.header_menu ul li .header-two {
	width: 130px;
	overflow: hidden;
	background: rgba(0,143,142,1);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 50px;
	left: 54%;
	margin-left: -60px;
	padding: 10px 11px 14px;
	display: none;
	text-align: center;
	transition: all 0.3s ease;
}
.header_menu ul li .header-two p {
	width: 100%;
	overflow: hidden;
	line-height: 31px;
	font-size: 13px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.header_menu ul li .header-two p a {
	color: #ffffff;
}
.header_logo {
	display: block;
	width: 204px;
	height: 40px;
	margin: 15px 0;
	overflow: hidden;
	float: left;
}
.header_logo img {
	width: 100%;
}
.header-right {
	float: right;
}
.header-en {
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin: 34px 30px;
	font-size: 16px;
	font-family: arial;
	overflow: hidden;
	color: #333333;
	float: right;
}
.header-en a {
	color: #333333;
}
.header-en a.active {
	font-weight: bold;
	color: #008f8e;
}
.header-search {
	width: 100px;
	height: 100px;
	background-color: rgba(34,34,34,0.1);
	position: relative;
	float: right;
	cursor: pointer;
}
.header-search img {
	width: 36px !important;
	position: absolute;
	right: 32px;
	top: 32px;
}
.foot1 
{
    max-width: 686px; 
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
	header {
		height: 66px !important;
		background-color: #008f8e;
	}
	.logo {
		width: 253px;
		height: 49px;
		margin: 38px 0;
		display:none;
	}
	.logo img:nth-of-type(1),.logo img:nth-of-type(2) {
		display: none;
	}
	.logo2 {
		width: 50%;
		height: 49px;
		margin: 38px 0;
	}
	.logo2 img:nth-of-type(1),.logo2 img:nth-of-type(2) {
		display: none;
	}
	.header-right {
		width: 100%;
		height: -moz-calc(100% - 61px);
		height: -webkit-calc(100% - 61px);
		height: calc(100% - 61px);
		overflow: hidden;
		background-color: #FFFFFF;
		position: fixed;
		left: 0px;
		top: 66px;
		display: none;
	}
	.header-menu {
		width: 650px;
		height: auto;
		margin: 25px auto 10px;
		float: none;
	}
	.header-menu li {
		float: none;
		margin: 0;
		font-size: 36px;
		line-height: 60px;
		padding: 0;
	}
	.header-en {
        width: 96%;
        height: 40px;
        line-height: 40px;
        margin: -61px auto 20px;
        font-size: 28px;
        float: none;
    }
	.header-search {
		width: 66%;
		float: none;
		border-radius: 10px;
	    margin: 50px auto 0px;
	}
	.header-search input {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		height: 100%;
		padding: 0 15px;
		font-size: 24px;
		background-color: transparent;
		border: none;
		position: absolute;
		right: 80px;
		top: 0px;
	}
	.header-icon {
		width: 49px;
		height: 60px;
		margin: 6px;
		overflow: hidden;
		float: right;
		position: relative;
	}
	.header-icon li {
		width: 100%;
		height: 10px;
		border-radius: 5px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.header-icon li:nth-of-type(1) {
		margin: -20px 0 0 -30px;
		transition: all 0.5s;
	}
	.header-icon li:nth-of-type(2) {
		width: 80%;
		margin: -5px 0 0 -30px;
		transition: all 0.1s 0.3s;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -30px;
		transition: all 0.5s;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -5px 0 0 -30px;
		transform: rotate(45deg);
	}
	header.header-click .header-icon li:nth-of-type(2) {
		opacity: 0;
		transition: all 0s 0s;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		margin: -5px 0 0 -30px;
		transform: rotate(-45deg);
	}
	.header_menu ul li .header-two
	{
	    display:none !important;
	}
	.pc-show{ display:none !important;}
	.mobile-show{ display:block !important;}
	header .header_logo {
        width: 249px !important;
        height: 66px !important;
        left: 19px !important;
        top: -9px !important;
        margin-left: 0 !important;
    }
    .header_menu {
        float:right !important;
        width: 100%;
    }
    .header_menu ul li {
        width: 99% !important;
    }
    .header_menu ul li h4 {
        width: 100%;
        text-indent: 9px;
        text-align: left;
    }
    .container {
        width: 99%;
    }
    #left_nav {
        width: 21% !important;
    }
    header .header_logo img {
        margin-top: 10px !important;
    }
}
@media only screen and (max-width: 1060px) 
{
    footer .footer-top {
        background-size: 231% !important;
    }
}
@media only screen and (max-width: 750px) {
	header {
		height: 65px;
	}
	.logo {
		width: 155px;
		height: 31px;
		margin: 17px 0;
	}
	.logo2 {
		height: 35px !important;
		margin: 19px 0px 0px !important;
	}
	.pc-show
	{
	    display:none !important;
	}
	.mobile-show
	{
	    display:block !important;
	}
	.header-right {
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		height: calc(100% - 64px);
		top: 64px;
	}
	.header-menu {
		width: 335px;
		margin: 25px auto 10px;
	}
	.header-menu li {
		font-size: 18px !important;
		line-height: 40px !important;
	}
	.header-en {
		width: 100px;
		height: 30px;
		line-height: 30px;
		margin: 5px auto 10px;
		font-size: 18px;
		position: absolute;
		top: 6%;
		left: 17px;
	}
	.header-search {
		width: 240px;
		height: 40px;
		border-radius: 5px;
		margin: 5px auto;
		position: absolute;
		top: 5%;
		right: 12px;
	}
	.header-search input {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 0 10px;
		font-size: 14px;
		right: 40px;
	}
	.header-search img {
	    width: 20px;
	    right: 15px;
	    top: 10px;
	}
	.header-icon {
		width: 30px;
		height: 30px;
		margin: 17.5px 0;
	}
	.header-icon li {
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -15px;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
	.header_menu ul li.menuNow h4 a {
        font-weight: bold;
    }
    .header_menu ul li {
        height: auto;
        width: 100%;
    }
    .header_menu ul li h4 {
        text-align: left;
    }
    .header_menu ul li:last-of-type {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
	header {
		height: 80px;
	}
	.logo {
		width: 165px;
		height: 33px;
		margin: 23px 0;
	}
	.logo img
	{
	    width:400px;
	    height:auto;
	    position:relative;
	    display:block;
	    float:left;
	}
	.logo2 {
		width: 165px;
		height: 33px;
		margin: 23px 0;
		display:none;
	}
	.logo2 img
	{
	    width:400px;
	    height:auto;
	    position:relative;
	    display:block;
	    float:left;
	}
	.header-search {
		width: 80px;
		height: 80px;
	}
	.header-search img {
		width: 24px;
		right: 28px;
		top: 28px;
	}
	.header-search input {
		width: 200px;
		height: 40px;
		border-radius: 5px;
		padding: 0 10px;
		font-size: 14px;
		overflow: hidden;
		background-color: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.5);
		position: absolute;
		right: 80px;
		top: 20px;
		z-index: 99999;
		display: none;
	}
	.header-search:hover input {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 90px;
	}
	.logo {
		width: 185px;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 50%;
		height: 37px;
		margin: 26px 0;
	}
	.header-search {
		width: 90px;
		height: 90px;
	}
	.header-search img {
		width: 28px;
		right: 31px;
		top: 31px;
	}
	.header-search input {
		width: 225px;
		right: 90px;
		top: 32px;
	}
}
@media only screen and (max-width: 1100px) {
	footer .footer-top {
		padding: 80px 0;
		background-size: 231%;
	}
	.footer-left {
		width: 100%;
		float: none;
		min-height:213px;
	}
	.footer-left img {
		width: 310px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 24px;
		line-height: 30px;
		margin: 25px 0 0;
		padding: 0 0 0 50px;
		background-size: auto 30px !important;
	}
	.footer-right {
		width: 100%;
		overflow: hidden;
		margin: 35px 0px 20px;
	}
	.footer-right h4 {
		width: 100%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px;
		float: left;
	}
	.footer-right input {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		font-size: 24px;
		padding: 0 30px;
		float: left;
	}
	.footer-right button {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		margin: 30px 0 0;
		font-size: 24px;
		float: left;
	}
	.footer-center {
		width: 65%;
		margin: 40px 0 0;
		overflow: hidden;
		display:none;
	}
	.footer-center li {
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
	}
	.footer-center li h4 {
		width: 25%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px;
		float: left;
	}
	.footer-center li p {
		width: 25%;
		font-size: 24px;
		line-height: 35px;
		margin: 0 0 10px;
		float: left;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		line-height: 35px;
		font-size: 24px;
		margin-right: 0;
		text-align: center;
	}
}
@media only screen and (max-width: 1200px) {
	.logo {
		width: 205px !important;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 50%;
		height: 60px;
		margin: 43px 0px 0px;
	}
}
@media only screen and (min-width: 1400px) {
	.logo {
		width: 255px;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 255px;
		height: 37px;
		margin: 26px 0;
	}
}
@media only screen and (min-width: 1550px) {
	header {
		height: 100px;
	}
	.logo {
		width: 368px;
		height: 60px;
		margin: 33px 0 0;
		background-size: 100% !important;
	}
	.logo2 {
		width: 300px;
		height: 60px;
		margin: 33px 0 0;
	}
	.header-en {
		width: 60px;
		height: 32px;
		line-height: 32px;
		margin: 34px 30px;
		font-size: 16px;
	}
	.header-search {
		width: 100px;
		height: 100px;
	}
	.header-search img {
		width: 36px;
		right: 32px;
		top: 32px;
	}
	.header-search input {
		width: 250px;
		right: 100px;
		top: 30px;
	}
}
@media only screen and (max-width: 1800px) {
footer .footer-top {
    background-size: 105%;
}
}
@media only screen and (max-width: 1700px) {
footer .footer-top {
    background-size: 111%;
}
}
@media only screen and (max-width: 1600px) {
footer .footer-top {
    background-size: 140% !important;
}
}
@media only screen and (max-width: 1550px) {
header .header_logo
	{
	    width:310px !important;
	    margin-left: -675px !important;
	}
.footer-center li p {
    margin-right: 15px !important;
}
}
@media only screen and (max-width: 1450px) {
.footer-center li p {
    margin-right: 10px !important;
}
}
@media only screen and (max-width: 1400px) {
header .header_logo {
    width: 240px !important;
    margin-left: -646px !important;
    top: 17px !important;
}
.footer-left {
    width: 30% !important;
}
.footer-center {
    margin-left: 2% !important;
}
footer .footer-top {
    background-size: 160% !important;
}
}
@media only screen and (max-width: 1350px) {
.footer-left {
    width: 34% !important;
}
.footer-center {
    width: 48% !important;
}
footer .footer-top {
    background-size: 150% !important;
}
}
@media only screen and (max-width: 1300px) {
footer .footer-top {
    background-size: 130%;
}
.header_menu ul li {
    margin-left: 0px;
}
header .header_logo {
    margin-left: -610px;
}
footer .footer-top {
        background-size: 130% !important;
}
.ewm {
        right:78px !important;
}
.about-title h2 {
        font-size: 52px !important;
}
footer .footer-top {
    background-size: 130% !important;
}
footer .footer-top {
    background-size: 186% !important;
}
.header_menu ul li h4 {
    margin-left: 3px !important;
}
header .header_logo img {
    max-width: 80% !important;
}
header .header_logo {
    margin-left: -606px !important;
}
}
@media only screen and (max-width: 1250px) {
header .header_logo {
    margin-left: -585px !important;
    top: 9px;
    width: 210px !important;
}
}
@media only screen and (max-width: 1200px){
footer .footer-top {
    background-size: 113%;
}
.footer-left {
    position: absolute !important;
    width: 100% !important;
}
.footer-center {
    width: 100% !important;
    float: right !important;
    display: none;
}
.ewm {
    padding-left: 5px !important;
    float: right !important;
    position: relative;
    top: -16px;
    z-index: 99;
}
.footer-dh {
    text-align: right;
    padding-right: 13%;
}
.ewm img {
    max-width: 100px !important;
}
footer .footer-bottom {
    width: 100%;
    overflow: hidden;
    background-color: #008f8e;
    position: relative;
    bottom: 0px;
    margin-bottom: 0;
}
.col-xs-6 {
    width: 100% !important;
}
.honorBox h4 {
    height: auto !important;
    margin: 25px auto 0px !important;
}
.banner {
    margin-top: 0 !important;
}
.honor img {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.footer-left {
    width: 95% !important;
    border-right: none !important;
}
.footer-right {
    border-left: none !important;
    min-height: 194px !important;
    width: 32% !important;
    float: right !important;
}
.ewm {
    right: 6px !important;
}
}
@media only screen and (max-width: 1200px) {
header .header_logo {
        width: 249px !important;
        margin-left: 0 !important;
    }
.header-icon li {
    height: 4px;
    border-radius: 2px;
}
}
@media only screen and (max-width: 1100px){
footer .footer-top {
    background-size: 200% !important;
}
}
@media only screen and (max-width: 991px){
footer .footer-top {
    min-height: 420px !important;
}
.banner-menu
{
    display:block !important;
}
footer .footer-bottom 
{
    margin-bottom: 96px;
}
.pro
{
    display:none !important;
}
header .header_logo {
    top: -9px !important;
}
}

footer {
	width: 100%;
	overflow: hidden;
}
footer .footer-top {
	width: 100%;
	padding: 65px 0 110px;
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat center top;
	background-size: 110%;
	min-height: 520px;
}
.footer-left {
	width: 35%;
	overflow: hidden;
	float: left;
	border-right: #008f8e solid 1px;
}
.footer-left img {
	width: 320px;
	margin: 0 0 20px;
}
.footer-left p {
	font-size: 14px;
	line-height: 18px;
	margin: 25px 0 0;
	padding: 0 0 0 30px;
	color: #333333;
	background-image: url(../images/f1.png);
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	background-size: auto 18px !important;
}
.footer-left p:nth-of-type(2) {
	background-image: url(../images/f2.png);
}
.footer-left p:nth-of-type(3) {
	background-image: url(../images/f3.png);
}
.footer-left p:nth-of-type(4) {
	background-image: url(../images/f4.png);
	background-position: 0px 4px !important;
}
.footer-left p:nth-of-type(5) {
	background-image: url(../images/f5.png);
}
.footer-right {
	width: 250px;
	overflow: hidden;
	float: right;
	min-height: 301px;
}
.footer-right h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 23px;
}
.footer-right h4 a {
	color: #FFFFFF;
}
.footer-right input {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	padding: 0 30px;
	overflow: hidden;
	border: none;
}
.footer-right button {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin: 13px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	background-color: #008f8e;
	border: none;
}
.footer-center 
{
    width: 50%;
    float: left;
    margin-left: 3%;
}
.footer-center li {
	float: left;
	width:14%;
	margin-top: 25px;
}
.footer-center li:last-child
{
    width:auto;
}
.footer-center li h4 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 13px;
}
.footer-center li p {
	font-size: 14px;
	line-height: 24px;
	float: left;
    margin-right: 20px;
}
.footer-center li h4 a {
	color: #333333;
}
.footer-center li p a {
	color: #333333;
}
.footer-center li h4:hover a,.footer-center li p:hover a,.footer-right h4:hover a {
	color: #008f8e;
	text-decoration: underline !important;
}
.footer-right
{
    width:25%;
    float:left;
    border-left: #008f8e solid 1px;
    padding-left:3%;
}
footer .footer-bottom {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	background-color: #008f8e;
}
.footer-bottom p {
	line-height: 20px;
	font-size: 14px;
	color: #FFFFFF;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.footer-bottom p a {
	color: #FFFFFF;
}
.footer-bottom p a:hover {
	text-decoration: underline !important;
}
.footer-dh{ width:100%; float:left;}
.footer-dh h1{ font-size:20px; font-weight:bold; line-height:50px;}
.footer-dh h2{ font-size:20px; font-weight:bold; line-height:50px;}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 30px 0;
	}
	.footer-left
	{
	    overflow: hidden;
	    height:233px;
	}
	.footer-left img {
		width: 77%;
		margin: 0 0 10px;
	}
	.footer-left p {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		background-size: auto 20px !important;
	}
	.footer-right
	{
	    margin: 79px 0px 0px;
        float: right !important;
        padding-left: 0 !important;
        text-align: center !important;
        min-height: 183px !important;
	}
	.footer-right h4 {
		font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
        float: left;
        width: 100%;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 20px;
		float: left;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		margin: 15px 0 0;
		font-size: 16px;
		float: left;
	}
	.footer-center 
	{
	    display:none;
	}
	.footer-center li {
		margin: 0 0 10px;
	}
	.footer-center li h4 {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px;
	}
	.footer-center li p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		margin-bottom: 44px;
	}
	.footer-bottom p {
		line-height: 20px;
		font-size: 14px;
        text-align: center;
	}
	footer {
        width: 100%;
    }
    .page {
        margin: 25px auto !important;
    }
    .header_menu
    {
        margin: 127px 0px !important;
    }
    .ewm img {
        margin-top: 0 !important;
    }
    .ewm {
        right: 9px !important;
        top: 30px !important;
    }
}
@media only screen and (min-width: 1101px) {
	footer .footer-top {
		padding: 40px 0 60px;
	}
	.footer-left {
		width: 35%;
	}
	.footer-left img {
		margin: 0 0 10px;
	}
	.footer-left p {
		margin: 15px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 180px;
	}
	.footer-right h4 {
		font-size: 14px;
		margin: 15px 0 10px;
	}
	.footer-right input {
		height: 35px;
		border-radius: 18px;
		font-size: 14px;
		padding: 0 18px;
	}
	.footer-right button {
		height: 38px;
		border-radius: 18px;
		font-size: 14px;
	}
	.footer-center li h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.footer-center li p {
		font-size: 12px;
		line-height: 20px;
	}
	footer .footer-bottom {
		padding: 15px 0;
	}
	.footer-bottom p {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 50px 0 0;
	}
	.footer-left {
		width: 29%;
	}
	.footer-left img {
		width: 238px;
		margin: 0 0 15px;
	}
	.footer-left p {
		font-size: 16px;
		margin: 20px 0 0;
		padding: 0 0 0 30px;
		line-height:1.5;
	}
	.footer-right {
		width: 15%;
	}
	.footer-right h4 {
		font-size: 18px;
		margin: 20px 0 15px;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		padding: 0 25px;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.footer-center li h4 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.footer-center li p {
		font-size: 16px;
        line-height: 2;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		font-size: 13px;
	}
}
@media only screen and (min-width: 1550px) {
	footer .footer-top {
		padding: 65px 0 58px;
	}
	.footer-left {
		width: 29%;
	}
	.footer-left img {
		width: 368px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 16px;
		margin: 25px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right h4 {
		font-size: 18px;
		margin: 10px 0 23px;
	}
	.footer-right input {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
		padding: 0 30px;
	}
	.footer-right button {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
	}
	.footer-center li h4 {
		font-size: 18px;
		margin: 0 0 13px;
	}
	.footer-center li p {
		font-size: 16px;
		line-height: 38px;
	}
	footer .footer-bottom {
		padding: 35px 0;
	}
	.footer-bottom p {
		font-size: 14px;
	}
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 100px;
}
@media only screen and (max-width: 991px) {
.banner img {
    margin-left: 0;
    margin-top: 65px;
}
.logo2 {
    width: 50% !important;
}
}
@media only screen and (max-width: 1500px) {
    .header_menu ul li {
        margin-left: 0px !important;
    }
}
@media only screen and (max-width: 1200px) {
	.banner img {
		width: 100%;
		position: relative;
		left: 0;
		margin-left: 0px;
	}
}
@media only screen and (max-width: 750px) {
	.banner img {
		width: 100%;
        margin-left: 0;
        margin-top: 65px;
	}
	.index-banner img {
        margin-top: 95px;
        height: 208px !important;
    }
    footer .footer-top 
    {
        background-size: 331% !important;
    }
    .xs
    {
        display:none !important;
    }
    .yc
    {
        display:block !important;
    }
    footer .footer-top {
        min-height: 312px !important;
    }
    .ewm img {
        margin-top: 0 !important;
    }
}
@media only screen and (min-width: 1200px) {
	.banner img {
		width: 100%;
	}
	.banner {
        margin-top: 91px;
    }
}
@media only screen and (min-width: 1550px) {
	.banner img {
		width: 100%;
	}
}
@media only screen and (min-width: 1921px) {
	.banner img {
		width: 100%;
		margin-left: 0px;
		left: 0px;
	}
}

.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	display: none;
}
.video-masked .video-x {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.video-x:before,.video-x:after {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
.video-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	display: block;
	background-color: #000000;
}
@media only screen and (max-width: 1100px) {
	.video-masked video {
		width: 100%;
		margin: 200px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked video {
		width: 335px;
		margin: 150px auto 0;
	}
	.video-masked .video-x {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}
	.video-x:before,.video-x:after {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		margin: -1.5px 0 0 -12px;
	}
	
	
	.header-search img
	{
	    top:0 !important;
	    margin-top: 10px;
	    width: 20px !important;
	}
	.logo2 {
        width: 87% !important;
    }
}
@media only screen and (min-width: 1101px) {
	.video-masked video {
		width: 850px;
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.video-masked video {
		width: 1000px;
	}
}
@media only screen and (min-width: 1550px) {
	.video-masked video {
		width: 1200px;
	}
}


@media only screen and (max-width: 1400px) 
{
    .header-menu li {
        font-size: 16px;
        padding: 0 8px;
    }
    .logo {
        width: 238px;
        background-size: 85% !important;
    }
    .logo2 {
        width: 238px;
        background-size: 85% !important;
    }
    .header-menu {
        width: 652px;
    }
    .about-title:before {
        left: 198px !important;
    }
    .ewm img {
        width: 130px !important;
    }
}


.nodata{ width:100%; font-size:16px; float:left; text-align:center; margin:10% auto;}


.map_list{ width:100%; float:left;}
.map_list li{ float:left; margin-right:10px; line-height:35px; margin-bottom:20px; margin-right:25px;}
.map_list li a{ font-size:16px; color:#737373;}
.map_list li a span{ margin-right:5px;}
.map_list li a:hover{ color: #008f8e;}


.page{ display: flex; justify-content: center;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; text-transform:uppercase; width:50px !important; margin:0 !important; text-align: center;}
.page a.cur,.page a:hover{ background:#008f8e; border-top-color:#008f8e; border-bottom-color:#008f8e; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}



.position {
		display: none;
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0px;
		z-index: 1001;
		background: #323232;
	}
	
	.innerWrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.innerWrapper a {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 33.3333%;
	}
	
	.position .innerWrapper a img {
		display: block;
		margin: 0 auto;
	}



@media only screen and (max-width:960px) {
	.position {
			display: block;
			}
	.topLogBox{margin-bottom:40px;}
	.swiper-container-3d{
	perspective: none;
	-webkit-perspective:none;
	}	
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	
.proItem .protitle {
    font-size: 24px !important;
}
.proDetail .proCon table {
    table-layout: initial !important;
}
.proItem .itemTitle{font-size: 20px;margin-top: 0;clear: both;}	
.fenLine{margin-bottom: 15px;}
.huiLine{margin: 10px 0;}
.leftvideo,.rightAbout{width: 100%;}
.proDetail .detailItem {
    width: 151px !important;
    line-height: 45px !important;
    font-size: 18px !important;
}
}


.ewm
	{
	    float:left;
	    text-align: center;
	}
.ewm img
	{
	    max-width: 155px;
        margin-bottom: 10px;
        margin-top: 25px;
	}
	
	
.honor_title{ width:100%; display: flex; justify-content: center;}
.honor_title li{ font-size:16px; color:#333333; line-height:45px; width:120px; text-align:center; float:left; margin:0 10px;}
.honor_title li a{ color:#333333; display:block; background-color:#ffffff; border-radius:50px; border:#c8c5c0 solid 1px;}
.honor_title li a:hover{ color:#ffffff; display:block; background-color:#008e8f; border-radius:50px; border:#008e8f solid 1px;}
.actives{ color:#ffffff !important; display:block !important; background-color:#008e8f !important; border:#008e8f solid 1px !important;}