﻿@charset "utf-8";/*fp-seed:68be5jl23iwg core-lka86gifdx*/

/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0}
ul,li{
	 list-style:none}
img{
	border:0 none}
input,textarea {
	outline: none}
a{ 
	text-decoration:none;
	color:#666;
	transition: all 0.3s;
	-moz-transition: all 0.3s; 
	-webkit-transition: all 0.3s; 
	-o-transition: all 0.3s}
a:hover{
	color: inherit;
	text-decoration: none}
body{
	font-size:16px;
	font-family:"微软雅黑";
	color:#666;
	line-height:1.5;
	overflow-x: hidden}
@media only screen and (min-width:1400px ) {
	.container {
		width: 1280px}
	
}
.fl{
	float:left;
	display:inline}
.fr{
	float:right;
	display:inline}
.tr {
	text-align: right}
.tc {
	text-align: center}

.clear{
	clear:both}
.bg_none{
	background:none !important}
.bd_none{
	border:none !important}
html,body{
      -webkit-text-size-adjust:none}
.text-o {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap}
.title-color {
	color: #333}
.width-all {
	width: 100%}
.height-all {
	height: 100%}
.ov {
	overflow: hidden}
.flex-center {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center}
.img-hover img {
	transition: all .2s}
.img-hover:hover img {
	transform: scale(1.02)}

/*头部*/
.banner-wrap {
	position: relative}
header{	
	position: absolute;
	z-index: 30;
	/*height: 100px;*/
	border-bottom: 4px solid transparent;
	width: 100%;
	transition: all .2s}
header .container {
	position: relative;
	padding: 0;
	background: #fff;
	/*overflow: hidden;*/
}
.container {
	padding: 0}

.logo{
	float: left}
.logo img{
	display: block}
.top-phone {
	float: right;
	margin-top: 28px;
	text-align: left;
	padding-left: 83px}
.top-phone h4 {
	line-height: 32px;
	font-size: 30px;
	color: #164951;
	font-weight: bold}
.top-phone p {
	line-height: 25px;
	font-size: 16px;
	color: #333}
.search {
	position: relative;
	width: 100px}
.search .fr {
	height: 100px}
.search input {
	border: none}
.search .text {
	width: 0;
	overflow: hidden;
	transition: all .2s;
	position: absolute;
	height: 100%;
	right: 100px;
	top: 0;
	padding: 35px 0 35px 10px;
	background: #164951}
.search input[type='text'] {
	cursor: pointer;
	width: 270px;
	height: 30px;
	padding: 0 10px}
.search input[type='submit'] {
	cursor: pointer;
	width: 100px;
	height: 100px;
	background: #164951 url(../../cn/Tpl/zh-cn/Static/images/icon-search.png) no-repeat center center}
.search:hover .text{
	width: auto}
@media only screen and (min-width:992px ) {
	.logo{
		margin: 12px 0 0 30px;
		float: left}
}
@media only screen and (max-width:991px ) {
	.top-phone {
		display: none}
}
.nav-wrap {
	height: 50px;
	background: #164951;
	width: 100%;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	position: relative;
	z-index: 10}
.nav>li{
	float: left;
	position: relative;
	margin-left: 40px}
.nav>li:last-child {
	margin-right: 0}
.nav>li>a{
	display: block;
	/*width: 100px;*/
	height: 100px;
	line-height: 96px;
	border-bottom: 4px solid transparent;
	text-align: center;
	color:#222;
	padding: 0}
.nav>li>a.lan {
	width: 46px;
	/*line-height: 40px;*/
	text-align: center;
	border: 1px solid #fff}
.header-top {
	background: #164951;
	color: #fff;
	line-height: 40px}
.header-top span {
	padding-left: 25px}
.nav-list {
	/*width: 64%;*/
}

.nav-dl {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
	text-align: center;
	background: #164951;
	box-shadow: 0 3px 3px rgba(0,0,0,.15);
	z-index: 100;
	border-top: 1px solid #fff}
.nav-dl dd a{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis}
.nav-dl dd a:hover {
	color: #fff;
	background: #164951}
.products-dl {
	width: 180px;
	text-align: left}
.nav > li > a:hover, .nav > li > a:focus {
	background: inherit;
	color: #164951}
.nav > li.active > a {
	color: #164951;
	border-color: #164951}

#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: none;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s}
#navToggle::before {
    margin-top: -7px}
#navToggle::after {
    margin-top: 7px}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out}
#navToggle.show span {
    opacity: 0}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #333;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../../cn/Tpl/zh-cn/Static/images/cha.png) no-repeat}
#mobileMenu .menu li>a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 45px;
    border-bottom: 1px solid #E6E6E6;
    position: relative}
#mobileMenu .menu li.sub>a::after {
	content: "";
	display: block;
	width: 16px;
	height: 9px;
	position: absolute;
	right: 25px;
	top: 18px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s}
.sub-dl {
	display: none}
.sub-dl dd a {
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	font-size: 14px;
	color: #666;
	background: #f9f9f9;
	display: block}
#mobileMenu .menu li.active>a {
	background-color: #164951;
    text-decoration: none;
    color:#fff}
#mobileMenu .menu li.on>a {
	background-color: #164951;
	color: #fff}
#mobileMenu .menu li.on>a::after {
	transform: rotate(180deg)}
.mobile_search{
	border-bottom: 1px solid #e6e6e6}
#mobileMenu .menu li.login-li>a::after {
	display: none}

#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px)}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden}
.show {
    display: block !important}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px)}
@media only screen and (min-width:992px ) {
	#banner .swiper-pagination {
		bottom: 40px}
}
@media only screen and (max-width:991px ) {
	header{
		position: relative}
	.search-icon {
		display: none}
	header .nav{
		display: none}
	#navToggle{
		display: block}
	header .container {
		width: 100%;
		padding: 0 15px;
		height: 70px}
	.nav>li>a{
		height: 66px;
		line-height: 66px}
	.header-icon {
		display: none}
	.logo {
		margin-top: 18px;
		height: 34px}
	.logo img {
		height: 34px}
	.container {
		padding: 0 15px}
}
@media only screen and (max-width:450px ) {
	.logo {
	    margin-top: 21px;
	    height: 32px}
	.logo img {
		height: 32px}
	header .container {
		padding: 0 10px}
}

/*banner*/
#banner .swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: #fff;
	opacity: 1;
	border-radius: 0}
#banner .swiper-pagination-bullet-active {
	background: #164951}
#banner .swiper-slide img {
    width: 100%;
    display: block;
    min-height: 200px}
#banner .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px}
@media only screen and (max-width:991px ) {
	#banner {
		margin-top: 0}	
}

/*关于我们*/
.index-about {
	padding: 30px 0 0}
.index-about .item {
	padding: 0}
.index-about .container {
	position: relative}
.index-about .txt {
	background: #1b1b1b;
	color: #fff;
	padding: 20px 30px}
.index-about .txt h3 {
	padding-bottom: 30px}
.index-about .txt a {
	margin-top: 30px}
.index-main-list li a
/*.index-title {
	padding: 0 0 22px;
	border-bottom: 1px solid #d2d2d2}*/
.index-tit h3 {
	font-size: 36px;
	font-weight: bold}
.index-title h3 {
	font-size: 48px;
	color: #1b1b1b;
	font-weight: bold}
.index-title h4 {
	line-height: 30px;
	position: relative;
	height: auto;
	font-size: 14px;
	color: #999}
.index-intro {
	position: relative;
	z-index: 3}
.index-intro li {
	margin-top: 30px}
.index-intro li .txt {
	padding: 30px 30px 10px;
	background: #1b1b1b;
	color: #fff}
.index-intro li .txt h3 {
	padding-bottom: 18px}
.index-intro li .txt p {
	height: 72px;
	overflow: hidden}
.index-pro-main {
	/*display: none;*/
	position: relative;
	color: #fff}
.index-pro-main .txt {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0}
.index-pro-main .txt h3 {
	padding: 130px 0 65px}
.index-pro-title {
	padding-top: 80px;
	text-align: center}
.index-pro-title ul {
	max-width: 1170px;
	margin: 0 auto}
.index-pro-title li {
	width: 20%}
.index-pro-title li a {
	display: block;
	margin: 0 15px;
	margin-top: 60px;
	background: #1B1B1B;
	line-height: 70px;
	color: #fff}
.index-pro-title li.active a {
	background: #164951}
.index-case {
	background: #1b1b1b}
.index-case .item {
	padding: 0}
.case-title {
	margin: 80px 0 60px 40px;
	padding-left: 25px;
	border-left: 5px solid #fff;
	color: #fff}
.case-title h2 {
	text-transform: uppercase;
	font-size: 45px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 15px}
.case-title h3 {
	font-weight: normal}
.index-case li {
	line-height: 58px}
.index-case li a {
	padding-left: 52px;
	color: #fff;
	display: block}
.index-case li a:hover {
	background: #164951}


@media only screen and (min-width:992px ) {
	.index-about {
		position: relative;
		padding: 90px 0 0}
	.index-about:before,
	.index-pro-title:before {
		content: '';
		position: absolute;
		width: 640px;
		height: 570px;
		z-index: -1}
	.index-about:before{
		left: 0;
		top: 0}
	.index-pro-title:before{
		right: 0;
		bottom: 0;
		transform: rotate(180deg)}
	.index-pro-title {
		padding-bottom: 70px;
		position: relative}
	.index-about .txt {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0}
}
@media only screen and (max-width:1760px ) {
	.case-title {
		margin: 40px 0 40px 40px;
		padding-left: 15px}
	.case-title h2 {
		font-size: 25px}
	.case-title h3 {
		font-size: 22px}
	.index-case li {
		line-height: 48px}
}
@media only screen and (max-width:1400px ) {
	.case-title {
		margin: 20px 0 20px 40px;
		padding-left: 15px}
	.index-case li {
		line-height: 40px}
}
@media only screen and (max-width:1200px ) {
	.index-tit h3 {
		font-size: 22px}
	.index-title h3 {
		font-size: 28px}
	.index-about .txt h3 {
		padding-bottom: 15px}
	.btn-more {
		line-height: 40px}
	.index-about .txt a {
		margin-top: 15px}
	.index-pro-main .txt h3 {
		padding: 30px 0 15px}
	.index-pro-main .txt h3 {
		padding: 50px 0 25px}
	.index-pro-title {
		padding: 30px 0;
		text-align: center}
	.index-pro-title li a {
		margin: 0 1px;
		margin-top: 30px;
		line-height: 50px;
		font-size: 12px}
}
@media only screen and (max-width:1100px ) {
	.index-case .item {
		width: 100%}
}
@media only screen and (max-width:767px ) {
	.index-pro-main .txt h3 {
		padding: 20px 0 15px}
	.about-wrap {
		padding: 30px 0}
	.index-title h3 {
		font-size: 22px}
	.about-nr {
		font-size: 14px;
		line-height: 28px}
	.about-nr {
		margin-bottom: 20px}
	.index-title h4 {
		line-height: 24px}
	.index-case .txt {
		float: none}
}
@media only screen and (max-width:500px ) {
	.about-menu li a {
		display: block;
		width: 63px;
		max-width: none;
		padding-top: 63px;
		line-height: 35px;
		font-size: 14px;
		color: #000;
		text-align: center;
		margin: 0 auto}
}


/*产品中心*/
.owl-pagination {
	/*display: none;*/
}
.product-wrap {
	width: 100%;
	background: #eee;
	padding: 60px 0 70px}
.pro-scroll-wrap {
	margin: 0 -15px}
.pro-scroll-wrap .item {
	/*margin: 0 15px;*/
}
.index-pro-scroll .item a {
	display: block;
	position: relative;
	padding-bottom: 138px}
.pro-scroll .item h3 {
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 30px}
.pro-scroll .item i {
	font-size: 14px}
.pro-scroll .item .img-hover {
	display: block}

.pro-scroll .item .txt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 138px;
	font-size: 30px;
	padding: 0 15px;
	background: #eee;
	color: #164951;
	text-align: center;
	transition: all .2s}
.pro-scroll .item .txt p {
	overflow: hidden;
	color: #333;
	font-size: 20px;
	padding-bottom: 10px}
.pro-scroll .item:hover .txt {
	background: #164951}
.pro-scroll .item:hover h3,.pro-scroll .item:hover p {
	color: #fff}
.pro-scroll .item:hover .txt {
	height: 185px}
.index-pro {
	padding: 100px 0}


.pro-scroll .owl-buttons {
	text-align: center;
	margin-top: 15px;
	font-size: 0}
.pro-scroll .owl-buttons .owl-page:before {
	
}
.pro-scroll .owl-buttons .owl-page.active {
	background: #164951}
.index-pro .owl-buttons>div:before {
	display: inline-block;
	width: 38px;
	height: 58px;
	line-height: 58px;
	background: #164951;
	color: #fff;
	font-family: '宋体';
	position: absolute;
	top: 50%;
	margin-top: -29px;
	font-size: 24px}
.index-pro .owl-prev:before {
	left: 0;
	content: '<'}
.index-pro .owl-next:before {
	right: 0;
	content: '>'}

.index-news {
	padding: 80px 0 85px}
.index-news .btn-more {
	margin: 70px auto 0}
.main-list .pro-scroll {
	margin-top: -25px}
.main-list .pro-scroll .item a {
	display: block;
	margin-top: 25px}

@media only screen and (max-width:1200px ) {
	.index-pro {
	    padding: 30px 0 0}
	.pro-scroll .item h3 {
		font-size: 20px}
	.product-wrap {
		padding: 45px 0}
	.pro-scroll .item a {
		margin: 15px 10px 15px}
	.pro-scroll .item .img-hover {
		/*margin: 10px 0;*/
	}
	.index-news {
		padding: 40px 0 25px}
	.index-news .btn-more {
		margin: 30px auto 0}
}
@media only screen and (max-width:767px ) {
	.pro-scroll .owl-buttons {
		display: none}
	.product-wrap {
		padding: 30px 0}
	.pro-name h4 {
		font-size: 14px;
		padding-bottom: 10px}
	
	
}


/*底部内容*/
footer {
	background: #313131}
footer,footer a {
	color: #bfbfbf}
footer a:hover {
	color: #fff}
.footer-content {
	line-height: 1.8}
.footer-content h3 {
	padding: 50px 0 18px;
	font-size: 18px;
	color: #fff}
.footer-nav {
	max-width: 360px}

.footer-content ul {
	padding: 0 0 75px}

.footer-logo {
	float: left;
	display: block;
	width: 20%}
.footer-logo img {
	display: block;
	width: 84px}
.footer-ul {
	float: left;
	overflow: hidden;
	width: 60%}
.footer-ul li {
	width: 30%;
	float: left}
.footer-ul li:last-child {
	width: 40%}
.footer-ul li dl dt {
	line-height: 35px;
	margin-bottom: 5px}
.footer-ul li dl dt a {
	font-size: 16px;
	color: #333;
	font-weight: bold}
.footer-ul li dl dd {
	height: auto;
	line-height: 24px}
.ewm-box {
	/*width: 20%;*/
	position: relative;
	/*float: left;*/
	text-align: right;
	overflow: hidden}
.ewm-box img {
	margin: 8px 0}
.ewm-box .logo-foot {
	padding-bottom: 10px}
.ewm-content {
	width: 84px;
	float: right}
.ewm-content img {
	display: block;
	width: 100%}
.ewm-content p {
	text-align: center;
	line-height: 35px;
	margin-bottom: 5px;
	font-size: 16px;
	color: #333;
	font-weight: bold}
.copyright {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #fff}
.sidebar {
	
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 5%}
.sidebar li {
	position: relative}
.sidebar li a {
	display: block;
	width: 80px;
	height: 60px;
	padding: 8px 4px;
	margin-top: 2px;
	background: #1b1b1b;
	color: #fff;
	font-size: 12px;
	text-align: center}
.sidebar li img {
	margin-bottom: 5px}
.sidebar li .child {
	position: absolute;
	left: 80px;
	top: 0;
	font-size: 24px;
	background: #164951;
	color: #fff;
	width: 196px;
	height: 60px;
	padding: 0 10px;
	margin-left: 2px;
	line-height: 60px}
.sidebar li:hover a {
	background: #164951}
@media only screen and (max-width:1199px ) {
	.footer-contact li {
		width: 100%}
	body {
		font-size: 14px}
}
@media only screen and (max-width:991px ) {
	.footer-ul {
		display: none}
	.footer-logo {
		width: 50%}
                .footer-content{
		display: none}
	.footer-logo img {
		display: block;
		margin: 0 auto}
	.ewm-content {
		margin: 0 auto;
		float: none}
	.footer-content {
		padding: 20px 0}
	.footer-content>.row {
		margin: 0}
	.footer-content h3 {
		padding: 15px 0 10px;
		font-size: 18px}
	.footer-contact h3 {
		font-size: 25px}
	.footer-content ul {
		padding: 0 0 15px}
	.ewm-box {
		margin-top: 15px;
		text-align: center}
	.sidebar {
		display: none}
}
@media only screen and (max-width:750px ) {
	.copyright p {
		padding-bottom: 10px;
		text-align: center;
		font-size: 14px}
	
}
.vm {
	display: inline-block;
	vertical-align: middle}


/*内页样式*/
.inside-banner{
	width: 100%}
.inside-banner img{
	display: block;
	width: 100%;
	min-height: 150px}

.main {
	padding-bottom: 60px}

.main-left h3 {
	line-height: 50px;
	color: #1b1b1b}

.left-ul li {
	/*width: 20%;*/
}
.left-ul li a {
	display: block;
	line-height: 50px;
	background: #eee url(../../cn/Tpl/zh-cn/Static/images/left-ul-icon.png) no-repeat 85% center;
	text-align: center;
	color: #333}
.left-ul li.active a,.left-ul li a:hover {
	background: #164951 url(../../cn/Tpl/zh-cn/Static/images/left-ul-icon-active.png) no-repeat 85% center;
	color: #fff}
.left-title {
	padding-bottom: 50px;
	position: relative}
.left-title h3 {
	font-size: 36px;
	color: #1b1b1b;
	font-weight: bold}
.left-title p {
	font-size: 16px;
	color: #164951;
	border-bottom: 4px solid #164951}


.left-ul {
	margin-top: -8px}
.left-ul li {
	margin-top: 8px}



.left-contact {
	background: #eee}
.left-contact-img img {
	display: block;
	width: 100%}
.left-contact-content {
	line-height: 25px;
	padding: 10px 15px}

.about-left-ul li {
	width: 16.666%}
.about-left-ul ul {
	padding: 0 130px}
.right-title {
	height: 35px;
	border-bottom: 2px solid #eee;
	margin-bottom: 40px}
.right-title span {
	margin-bottom: -2px;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	color: #333;
	border-bottom: 2px solid #0A61AE;
	display: block;
	float: left}
.crumbs {
	float: right;
	line-height: 35px;
	font-size: 14px;
	color: #666}
.crumbs a:hover {
	color: #0272dc}
.right-box img{
	width: 100%;
	margin-bottom: 10px}
.left-title #navToggle {
	width: 50px;
    height: 50px}
.left-title #navToggle span,
.left-title #navToggle::after,
.left-title #navToggle::before {
	background: #fff}

.main-left {
	margin-top: 175px}
.main-list-title {
	height: 175px;
	padding: 72px 0 0;
	font-size: 36px;
	color: #222;
	font-weight: bold}
@media only screen and (min-width:992px ){
	.left-title {
		display: none}
	.main-right {
		float: right;
		width: -webkit-calc(100% - 250px);
		width: -moz-calc(100% - 250px);
		width: calc(100% - 250px)}
}
@media only screen and (max-width:991px ) {
	.left-title h3 {
		text-align: left}
	.left-title p {
		display: none}
	.main-list-title {
		display: none}
	.main-left {
		float: none;
		width: 100%;
		margin: 0 0 30px}
	.main-right {
		float: none;
		width: 100%}
	.left-title {
		height: 50px;
		line-height: 50px;
		margin: 15px auto 6px;
		padding-left: 15px}
	.left-title span {
		font-size: 22px}
	.left-title img {
		position: relative;
		right: 0;
		bottom: 0;
		top: -3px;
		vertical-align: middle;
		display: inline-block;
		line-height: 50px;
		margin-left: 10px}
	.left-contact {
		display: none}
	.left-ul {
		display: none}
	.left-ul,.left-ul li,.left-ul li a {
		width: 100%}
	.left-ul li a {
		margin: 0;
		line-height: 42px}
	.left-title {
		width: 100%;
		background: #164951;
		text-align: left}
	.left-title h3 {
		/*padding: 12px 0 0;*/
		color: #fff;
		font-size: 20px}
	.right-title {
		margin-bottom: 20px}
	.right-title span {
		padding: 0 15px;
		font-size: 20px}
	.news-list dt,.news-list dd {
		width: 100%}
	.about-list dt,.about-list dd {
		width: 100%}
	
}

@media only screen and (max-width:767px ) {
	.main {
		padding-bottom: 40px}
	.left-title span {
		font-size: 20px}
}

.pro-ul {
	overflow: hidden}

.pro-list {
	position: relative;
	display: block;
	max-width: 407px;
	margin: 0 auto}
.pro-list-img {
	position: relative;
	overflow: hidden}
.pro-list-img img {
	display: block;
	width: 100%}
.pro-list:hover .pro-list-img {
	/*border-color: #164951;
	box-shadow: 0 4px 8px rgba(0,0,0,.2);*/
}
.pro-hover {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(29,138,241,.5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s}
.pro-hover span {
	display: block;
	height: 36px;
	width: 36px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)}
.pro-list:hover .pro-name h4 {
	color: #164951}
.pro-list-img:hover .pro-hover,
.pro-list-img:focus .pro-hover{
	opacity: 1}
.pro-list .pro-name {
	/*position: absolute;
	left: 0;
	right: 0;
	bottom: 0;*/
	
	color: #333;
	text-align: center;
	line-height: 52px}
.pro-list:hover .pro-name {
	color: #164951}


/*新闻*/
.news-ul li {
	overflow: hidden;
	margin-bottom: 30px}
.news-date {
	height: 100px;
	width: 96px;
	text-align: center;
	float: left;
	background: #eee;
	padding-top: 18px;
	color: #000}
.news-date span {
	display: block;
	line-height: 50px;
	font-size: 50px}
.news-date p {
	line-height: 20px}
.news-date:hover {
	background: #164951;
	color: #fff}
.news-right {
	height: 100px;
	width: calc(100% - 123px);
	float: right}
.news-right h4 {
	line-height: 42px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap}
.news-right h4 a {
	font-size: 20px;
	color: #000;
	font-weight: bold}/*main-il7lcc82b0*/
.news-right h4 a:hover {
	color: #164951}
.news-right p {
	line-height: 25px;
	max-height: 50px;
	overflow: hidden}
@media only screen and (max-width:767px ) {
	.news-right h4 a {
		font-size: 16px}
	.news-right {
		width: calc(100% - 110px)}
	.news-ul li {
		margin-bottom: 20px}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111}
.news-content{
	/*margin: 20px 0px;*/
	min-height: 200px}
@media only screen and (max-width:767px ) {
	.news-content img {
		width: 100%}
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px}

@media (max-width: 449px) {
	.col-xss-12{
		width: 100%}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
	font-size: 0}
.page-box a{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 30px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
	font-size: 14px}
.page-box span{
	display: inline-block;
	height: 32px;
	line-height: 30px;
	padding: 0px 12px;
	margin:0px 3.5px;
	font-size: 14px;
	color:#fff;
	background:#164951;
	border: 1px solid #164951}
.page-box a.on{
	color:#fff;
	background:#164951;
	border: 1px solid #164951}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px}
	.page-box span{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px}
}
.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 {
	-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)}






@media only screen and (max-width:1440px ) {
	.logo img {
		max-width: 300px;
		margin-top: 10px}
    .nav > li {
		margin-left: 15px}
    .header-top {
		display: none}
}
@media only screen and (max-width:991px ) {
	.nav-list {
		display: none}
	.logo img {
		margin-top: 0px}
}

em,i {
	font-style: normal}
.re {
	position: relative}

.index-list {
	padding-bottom: 90px}
.index-list li {
	margin-top: 90px;
	line-height: 2;
	font-size: 14px}
.index-list li h3 {
	font-size: 16px}

.index-list li .icon {
	width: 88px;
	height: 88px;
	display: block;
	margin: 0 auto 15px;
	border: 1px solid #999;
	border-radius: 50%}

.icon-down {
	background: url(../../cn/Tpl/zh-cn/Static/images/icon-cloud.png) no-repeat}
.icon-hand {
	background: url(../../cn/Tpl/zh-cn/Static/images/icon-hand.png) no-repeat}
.icon-peopel {
	background: url(../../cn/Tpl/zh-cn/Static/images/icon-peopel.png) no-repeat}
.icon-phone {
	background: url(../../cn/Tpl/zh-cn/Static/images/icon-phone.png) no-repeat}
.index-list li:hover h3 {
	color: #164951}
.index-list li:hover .icon {
	background-position: 0 -88px;
	background-color: #164951;
	border-color: #164951}

.index-main {
	padding-bottom: 40px}
.txt-join {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0}
.txt-join,.txt-join a {
	color: #fff}
.txt-join h3 {
	font-size: 24px}
.txt-join p {
	padding: 15px 0 25px;
	font-size: 30px}

.index-main .item {
	margin-top: 100px}
.index-main-list ul {
	margin-top: -15px}
.index-main-list li a {
	display: block;
	margin-top: 15px;
	padding: 19px 10px;
	background: #fff}
.index-main-list li h3 {
	padding: 15px 0 4px;
	font-size: 18px;
	color: #333}
.index-main-list li p {
	font-size: 14px;
	height: 38px}

.btn-more {
	display: block;
	margin: 0 auto;
	font-size: 14px;
	width: 135px;
	line-height: 40px;
	border: 1px solid #164951;
	color: #164951}
.btn-more:hover,.btn-more.active {
	background: #164951;
	color: #fff}
.content img {
	max-width: 100%}
.content p {
	margin-top: 15px;
	text-indent: 2em;
	line-height: 1.8}
.news {
	margin-top: -20px}
.news li {
	padding: 20px 0;
	border-bottom: 1px dashed #d3d3d3}
.news li h3 {
	font-size: 24px;
	line-height: 1.4;
	color: #222}
.news li i {
	display: block;
	padding: 10px 0}

@media only screen and (min-width:992px ) {
	.index-list li {
		border-left: 2px dashed #bfbfbf}
	.index-list li:nth-of-type(1) {
		border-left: none}
	.index-main-list li {
		padding: 0 8px}
	.index-main {
		padding-bottom: 100px;
		background: url(../../cn/Tpl/zh-cn/Static/images/index-main.jpg) no-repeat center top}
	.main-left {
	    float: left;
	    width: 200px}
	.news li dt img {
		width: 290px}
	.news li dd {
		padding: 30px 0;
		width: calc(100% - 300px);
		padding-left: 22px}
	
}
@media only screen and (max-width:991px ) {
	.news li h3 {
		font-size: 18px;
		padding-top: 10px}
	.news li dt,.news li dt img {
		width: 100%;
		text-align: center}
	.index-list {
		padding-bottom: 40px}
	.index-list li {
		margin-top: 30px;
		font-size: 12px}
	.index-main .item {
		margin-top: 30px}
}
/* 联系我们 */
.contact_left{
	background: #f3f3f3;
	padding: 52px 54px 52px;
	margin-bottom: 20px;
	width: 50%;
	float: left}
.contact_left>h3{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 25px}
.contact_left>p{
	font-size: 16px;
	line-height: 30px}
.contact_right{
	width: 48%;
	float: right}
.contact_right>img{
	display: block;
	width: 100%}
.map>img{
	display: block;
	width: 100%}
@media(max-width: 1199px){
	.contact_left,.contact_right{
		width: 100%;
		float: none}
	.contact_right>img{
		margin-bottom: 20px}
}
@media(max-width: 767px){
	.contact_left{
		padding: 15px}
	.contact_left>h3{
		font-size: 18px;
		margin-bottom: 10px}
	.contact_left > p{
		font-size: 14px;
		line-height: 24px}
}












