@charset "utf-8";
@font-face {
	font-family: 'OPENSANS';
	src: url("OPENSANS-REGULAR_0.TTF");
	font-weight: normal;
	font-style: normal
}

a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
span,
table,
td,
textarea,
tr,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	font-family: 'OPENSANS', "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 0.75em;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input,
option,
select,
textarea {
	border: none;
	outline: none;
	font-family: 'OPENSANS'
}

img {
	border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	outline: 0
}

ul li {
	margin: 0
}

li,
ul {
	list-style: none
}

.left {
	float: left
}

.right {
	float: right
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	clear: both
}

.none {
	display: none
}

.block {
	display: block
}

.w {
	width: 1400px;
	margin: 0 auto
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-input-placeholder {
	color: #B3B3B3
}

:-moz-placeholder {
	color: #B3B3B3
}

::-moz-placeholder {
	color: #B3B3B3
}

:-ms-input-placeholder {
	color: #B3B3B3
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none
}

.h {
	height: 111px;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	transition: all 0.8s;
	width: 100%;
	background: #fff
}

header.fixed {
	-moz-box-shadow: 0 0 10px #dedede;
	-webkit-box-shadow: 0 0 10px #dedede;
	box-shadow: 0 0 10px #dedede
}

header.fixed .head_other {
	display: none
}

.head_top {
	line-height: 70px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.head_top .logo {
	font-size: 0
}

.head_top .logo img {
	height: 52px;
	vertical-align: middle
}
.head_top .shop{
	margin-left: 40px;
}
.shop {
	font-size: 0;
}

.shop a {
	display: inline-block;
	font-size: 0;
}

.shop a img {
	height: 37px;
	vertical-align: middle;
}

.head_other {
	position: relative;
	border-bottom: 1px solid #EBEBEB;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.other1 {
	line-height: 40px;
}

.search_box {
	position: relative;
	font-size: 0;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.head_search {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 0;
}

.search_box .head_search1 {
	padding: 0 15px;
	height: 40px;
	width: 40px;
	border-left: 1px solid #EBEBEB;
	background: url(../images/search.jpg) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
	overflow: hidden
}

.search_box .head_search2 {
	background-color: #fff;
	height: 40px;
	line-height: 38px;
	border: none;
	width: 0;
	padding: 10px 0;
	border: 1px solid #fff;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.head_search:hover .head_search2 {
	width: 200px;
	border-color: #ccc;
}

.head_other .tel {
	font-size: 0;
	border-left: 1px solid #EBEBEB;
	padding-left: 25px;
	line-height: 40px;
}

.head_other .tel span {
	vertical-align: middle;
	display: inline-block;
}

.head_other .tel .sp1 {
	font-size: 12px;
	color: #999999;
}

.head_other .tel .sp2 {
	margin-left: 5px;
	color: #FF6600;
	font-size: 15px;
}

.lang {
	border-left: 1px solid #EBEBEB;
	font-size: 0;
}

.lang a {
	display: inline-block;
	font-size: 12px;
	color: #999999;
	padding: 0 10px;
	line-height: 40px;
}

.nav {
	position: relative;
	z-index: 9999;
}

.nav nav>ul>li {
	float: left;
	position: relative
}

.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 0 15px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}


/*.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {}*/

.nav nav>ul>li>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FF6600;
	width: 0;
	height: 2px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.nav nav>ul>li.on>a:after,
.nav nav>ul>li:hover>a:after {
	width: 100%
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 160px;
	margin-left: -80px;
	display: none;
	font-size: 0;
	background: rgba(255, 255, 255, 0.8)
}

.nav nav>ul>li ol li {
	text-align: center;
}

.nav nav>ul>li ol li a {
	line-height: 40px;
	color: #666;
	font-size: 14px;
	display: block;
	position: relative
}

.nav nav>ul>li ol li:hover a {
	color: #FF6600;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0 5px 10px #efefef;
	-webkit-box-shadow: 0 5px 10px #efefef;
	box-shadow: 0 5px 10px #efefef
}

.phone_head .logo {
	width: 60%;
	font-size: 0
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0 0 0 15px
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: url("../images/navbg.png") no-repeat center;
	background-size: auto 100%
}

.phone-head .mask-close {
	background: #152E5E none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 3%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

#menu a:hover {
	color: #fff
}

#menu h1 {
	font-weight: 300
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em
}

#menu p {
	margin: 20px 0
}

#menu .nav {
	height: auto;
	background: #152E5E
}

#menu {
	margin: 4em auto;
	width: 100%
}

#menu {
	background: #152E5E
}

.sliding-menu a.back {
	background: #ccc
}

.sliding-menu a:hover {
	background: #ccc
}


/* banner */

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper .swiper-pagination {
	bottom: 40px;
}

.bannerswiper .swiper-pagination-bullet {
	position: relative;
	width: 22px;
	height: 22px;
	margin: 0 10px;
	display: inline-block;
	border-radius: 100%;
	background: transparent;
	opacity: 1;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-pagination-bullet-active {
	border: 1px solid #FF6600;
}

.bannerswiper .swiper-pagination-bullet:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
	background: #fff;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.bannerswiper .swiper-pagination-bullet-active:before {
	background: #FF6600;
}


/* Title */

.Title {
	width: 100%;
	text-align: center;
}

.Title h2 {
	font-size: 28px;
	color: #1c1c1c;
	font-weight: lighter;
}

.Title h2 a {
	color: #1c1c1c;
	text-decoration: none;
}

.Title h2 em {
	font-weight: bold;
	font-style: normal;
}

.Title p {
	margin-top: 4px;
	font-size: 16px;
	color: #1c1c1c;
	font-weight: lighter;
}

.Title p img {
	display: block;
	margin: 0 auto;
}

.Title i {
	display: block;
	width: 28px;
	height: 1px;
	background: #a9a9a9;
	margin: 22px auto 0;
}


/* product */

.product {
	width: 100%;
	padding-top: 60px;
	background: #f2f2f2;
	padding-bottom: 55px;
	overflow: hidden;
}

.product .mainCon {
	margin-top: 9px;
}

.product .mainCon ul {
	/*overflow: hidden;*/
}

.product .mainCon li {
	float: left;
	width: 28.6%;
	position: relative;
	top: 1000px;
	opacity: 0;
	box-shadow: 5px 5px 10px #CCC;
}

.product .mainCon li:nth-child(2) {
	margin-top: 40px;
	margin-left: 7.1%;
}

.product .mainCon li:nth-child(3) {
	margin-top: 80px;
	margin-left: 7.1%;
}
.ny_right .product{
	padding: 0;
	margin-top: 30px;
	/*background: #fff;*/
}
.ny_right .product .mainCon li {
	opacity: 1!important;
	top: 0!important;
	margin-top: 0!important;
	margin-bottom: 40px;
	width: 30.4%;
	margin-left: 4.4%;
}
.ny_right .product .mainCon li:nth-child(3n+1){
	margin-left: 0;
}

.product .mainCon li h3 {
	position: absolute;
	bottom: 60px;
	left: 45px;
	font-size: 22px;
	color: #000;
	font-weight: lighter;
	 
}

.ny_right .product .mainCon li h3 {
	position: static;
	font-size: 18px;
	color: #000;
	font-weight: lighter;
	background: #fff;
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.product .mainCon li .pic img {
	display: block;
	width: 100%;
}

.product .mainCon li h3 em {
	font-weight: bold;
	font-style: normal;
}

.product .mainCon li .word {
	top: 338px;
	display: block;
	left: 56px;
	position: absolute;
	display: block;
}

.product .mainCon li .tbox2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #fff;
	opacity: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ny_right .product .mainCon li .tbox2 {
	display: none;
	}
.product .mainCon li .tbox2 .tbox {
	position: absolute;
	left: 50%;
	top: 45%;
	transform: translate(-50%);
	padding: 15px 30px;
	font-size: 18px;
	color: #333;
	background: rgba(255, 255, 255, 0.75);
	border-radius: 5px;
}

.product .mainCon li:hover .tbox2 {
	opacity: 1;
}
.ny_right .product .mainCon li:hover .tbox2 {
	display: none;
	}

/*about*/

.about {
	width: 100%;
	background: #fff;
	padding-top: 50px;
}

.about .IndexmainCon {
	background: #fff;
}

.about .mainCon {
	margin-top: 46px;
}

.about .mainCon .article {
	width: 1400px;
	margin: 0 auto;
	max-width: 100%;
}

.about .mainCon .article p {
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	text-align: center;
}

.about .mainCon .article a {
	width: 133px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e0e0e0;
	text-indent: 10px;
	font-size: 12px;
	color: #999999;
	display: block;
	background: url(../images/news_icon04.png) no-repeat 68px center;
	margin: 36px auto 0;
	text-decoration: none;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.about .mainCon .article a:hover {
	background-image: url(../images/news_icon05.png);
	background-color: #FF6600;
	color: #fff;
	border-color: #FF6600;
}

.about .mainCon .conBox {
	width: 100%;
	margin-top: 68px;
}

.about .mainCon .conBox .box {
	float: left;
	width: 50%;
}

.about .mainCon .conBox li {
	float: left;
	width: 50%;
	position: relative;
}

.about .mainCon .conBox li .Pic {
	width: 100%;
	display: block;
	transform: scale(1);
	transition: all 1s ease-out;
}

.about .mainCon .conBox li.Pic-dif i {
	display: block;
	width: 9px;
	height: 5px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -4px;
	background: url(../images/about_icon01.png) no-repeat center center;
}

.about .mainCon .conBox li i img {
	width: 9px;
	height: 5px;
}

.about .mainCon .conBox li img {
	display: block;
}

.about .mainCon .conBox .box:nth-child(3) li.Pic-dif,
.about .mainCon .conBox .box:nth-child(4) li.Pic-dif {
	float: right;
}

.about .mainCon .conBox .box:nth-child(3) li.Pic-dif i,
.about .mainCon .conBox .box:nth-child(4) li.Pic-dif i {
	top: -5px;
	bottom: auto;
	background: url(../images/about_icon02.png) no-repeat center center;
}

.about .mainCon .conBox li.about-text {
	padding-left: 25px;
}

.about .mainCon .conBox li.about-text h3 {
	font-size: 24px;
	color: #1c1c1c;
	font-weight: normal;
	padding-top: 8%;
}

.about .mainCon .conBox li.about-text p {
	font-size: 14px;
	color: #666666;
	margin-top: 6px;
}

.about .mainCon .conBox li.about-text i {
	display: block;
	width: 64px;
	height: 2px;
	background: #e0e0e0;
	margin-top: 70px;
}

.about .mainCon .conBox li span {
	display: block;
	overflow: hidden;
}

.about .mainCon .conBox li:hover .Pic {
	transform: scale(1.2);
}


/*case*/

.case {
	padding: 140px 0 90px;
	width: 100%;
	background-image: url(../images/case2Bg.jpg);
	background-position: center 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	/* 兼容Webkit内核浏览器如Chrome和Safari */
	-o-background-size: cover;
	/* 兼容Opera */
	zoom: 1;
}

.case .Title h2 {
	color: #fff;
}

.case .Title h2 a {
	color: #fff;
}

.case .Title i {
	background: #fff;
}

.case .Title p {
	color: #fff;
}

.caseswiper {
	margin-top: 50px;
	position: relative;
	padding: 0 90px;
}

.caseswiper a {
	display: block;
	border-bottom: 1px solid #fff;
}

.caseswiper .pic {
	overflow: hidden;
	background: #E0E5E8;
	position: relative;
}

.caseswiper .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.caseswiper .pic:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #E0E5E8;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.caseswiper .pic:hover img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.caseswiper .tbox {
	margin: 25px 0;
	font-size: 20px;
	color: #fff;
}

.caseswiper .swiper-button-next,
.caseswiper .swiper-button-prev {
	width: 66px;
	height: 14px;
	margin-top: -7px;
	background: none!important;
}

.caseswiper .swiper-button-next img,
.caseswiper .swiper-button-prev img {
	display: block;
	width: 100%;
}

.caseswiper .swiper-button-prev {
	left: 0;
}

.caseswiper .swiper-button-next {
	right: 0;
}


/* news */

.news {
	width: 100%;
	padding: 55px 0;
	background: #f2f2f2;
}

.news .box {
	float: left;
	padding: 0 30px;
}

.news .box1 {
	height: 540px;
	background: #fff;
	position: relative;
	width: 23.57%;
}

.news .box .top {
	padding-top: 26px;
}

.news .box .top h3 {
	float: left;
}

.news .box .top h3 a {
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #1c1c1c;
	font-weight: lighter;
}

.news .box .top h3 b {
	font-weight: bold;
	font-size: 24px;
}

.news .box .top h3 span {
	display: block;
	margin-top: 3px;
}

.news .box .top h3 span img {
	display: block;
}

.news .box .top a.more {
	display: block;
	width: 15px;
	height: 15px;
	float: right;
}

.news .box1 .top a.more {
	background: url(../images/news_icon01.png) no-repeat center;
}

.news .box1 .top {
	background: #003366;
	padding: 26px 30px 0;
	height: 216px;
}

.news .box1 {
	padding: 0;
	width: 27.86%;
}

.news .box1 .top h3 a {
	color: #fff;
}

.news .box1 .con {
	width: 330px;
	position: absolute;
	left: 50%;
	margin-left: -165px;
	top: 90px;
	height: 450px;
}

.news .box1 .con img {
	display: block;
	width: 100%;
}

.news .box1 .con h3 {
	line-height: 20px;
	margin-top: 28px;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}

.news .box1 a {
	text-decoration: none;
}

.news .box1 h3 a {
	color: #333333;
}

.news .box1 p {
	margin-top: 20px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}

.news .box1 p a {
	color: #999999;
}

.news .box1 .xian {
	display: block;
	width: 64px;
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	bottom: 36px;
}

.news .box1 .time {
	display: block;
	position: absolute;
	right: 0;
	bottom: 31px;
	font-size: 12px;
	color: #999999;
	font-family: arial;
}

.news .box1:hover .con h3 a {
	color: #FF6600;
}

.news .box2 .top a.more,
.news .box3 .top a.more {
	background: url(../images/news_icon02.png) no-repeat center;
}

.news .box2,
.news .box3 {
	float: right;
	padding: 0 30px;
	height: 240px;
	width: 70.42%;
	background: #fff;
	/*margin-left: 20px;*/
}

.news .box2 {
	margin-bottom: 20px;
}

.news .box3 {
	height: 280px;
}

.news .box2 ul {
	margin-top: 28px;
}

.news .box2 li {
	float: left;
	width: 48%;
	height: 145px;
	position: relative;
}

.news .box2 li:first-child {
	margin-right: 4%;
}

.news .box2 li h3 {
	line-height: 20px;
	font-size: 15px;
	color: #333333;
	font-weight: normal;
}

.news .box2 li h3 a {
	color: #333333;
}

.news .box2 li p {
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
}

.news .box2 li p a {
	color: #999999;
}

.news .box2 li .xian {
	display: block;
	width: 64px;
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	left: 0;
	bottom: 34px;
}

.news .box2 li .time {
	display: block;
	position: absolute;
	right: 0;
	bottom: 28px;
	font-size: 12px;
	color: #999999;
	font-family: arial;
}

.news .box2 li a {
	text-decoration: none;
}
.news .box2 li h3 a {
	height: 20px;
	line-height: 20px;
}
.news .box2 li:hover h3 a {
	color: #FF6600;
}

.news .box:hover .top a.more {
	background: url(../images/news_icon03.png) no-repeat center;
}

.news .box3 a.zx {
	width: 133px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e0e0e0;
	text-indent: 10px;
	font-size: 12px;
	color: #999999;
	display: block;
	background: url(../images/news_icon04.png) no-repeat 68px center;
	position: absolute;
	bottom: 33px;
	left: 30px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.news .box3 {
	position: relative;
	background: url(../images/newsBg01.jpg) no-repeat center #FFF;
}

.news .box3 a {
	text-decoration: none;
}

.news .box3 ul {
	margin-left: 133px;
}

.news .box3 li {
	float: left;
	width: 50%;
	padding: 0 60px;
	margin-bottom: 15px;
	position: relative;
}

.news .box3 li i {
	display: block;
	position: absolute;
	left: 0px;
	top: 8px;
	background: #333333;
	height: 1px;
	width: 0;
}

.news .box3 li a {
	display: block;
	font-size: 13px;
	color: #666666;
	position: relative;
	*display: inline-block;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 18px;
	height: 18px;
}

.news .box3 li:hover a {
	color: #333333;
}

.news .box3 a.zx:hover {
	background: url(../images/news_icon05.png) no-repeat 68px center #FF6600;
	color: #fff;
	border-color: #FF6600;
}


/* link */

.link {
	width: 100%;
	padding: 20px 0 10px 0;
	background: #fff;
}

.link dl {
	float: left;
	width: 90%;
}

.link dt {
	width: 8%;
	margin-left: 2%;
	padding-left: 28px;
	float: left;
	background: url(../images/link_icon01.png) no-repeat left center;
	line-height: 20px;
}

.link dt a {
	color: #999999;
	font-size: 13px;
}

.link dd {
	width: 90%;
	float: left;
	padding-top: 3px;
	overflow: hidden;
}

.link dd a {
	color: #999999;
	font-size: 13px;
	margin: 0 14px;
	margin-bottom: 10px;
	display: block;
	float: left;
}
.link dd a:hover{
	color: #FF6600;
}
.link a.apply {
	color: #999999;
	font-size: 13px;
	display: block;
	float: right;
	margin-right: 2%;
}


/*footer*/

.footer {
	padding: 25px 0 10px;
	background: #152E5E;
}

.flogo .logo {
	margin-top: 15px;
}

.flogo .logo img {
	height: 41px;
	display: block;
}

.finfo {
	font-size: 16px;
	color: #fff;
}

.finfo .add {
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/f1.png) no-repeat left center;
}

.finfo .mail {
	margin-top: 15px;
	padding-left: 30px;
	background: url(../images/f2.png) no-repeat left center;
}

.fqq {
	margin-top: 15px;
	font-size: 0;
}

.fqq a {
	display: inline-block;
	background: url(../images/qq.png) no-repeat center center;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	cursor: pointer;
}

.fqq a:hover {
	opacity: 0.8;
}

.ftel {
	text-align: right;
}

.ftel .t1 {
	display: inline-block;
	font-size: 28px;
	color: #ff4b00;
	font-weight: bold;
	padding-left: 30px;
	background: url(../images/tel.jpg) no-repeat left center;
}

.ftel .t2 {
	font-size: 16px;
	color: #fff;
}

.wem {
	margin-top: 15px;
	font-size: 0;
	text-align: right;
}

.wem span {
	display: inline-block;
	width: 92px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-left: 50px;
}

.wem img {
	display: block;
	width: 100%;
}

.wem .t {
	margin-top: 10px;
}

.copy {
	font-size: 14px;
	color: #fff;
	background: #11264F;
	padding: 15px 0;
}

.copy a {
	color: #fff;
}


/*about*/

.ny_sec {
	padding: 45px 0;
	background: #F2F2F2;
}

.ny_sec .main {
	margin-top: 20px;
}

.ny_left {
	width: 20%;
}

.ny_right {
	width: 78%;
}

.ny_left .top {
	padding: 0 5px;
	border: 1px solid #ccc;
	border-bottom: none;
	background: #fff;
}

.ny_left .top h2 {
	line-height: 60px;
	height: 60px;
	font-size: 25px;
	color: #333;
	font-weight: bold;
	text-align: center;
	
	
}

.ny_left .guide {
	padding: 20px 15px;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	background: #fff;
}

.ny_left .guide dl {
	border-bottom: 1px solid #f2f2f2;
}

.ny_left .guide dt a {
	display: block;
	line-height: 40px;
	padding-left: 20px;
	background: #fff url(../images/noff.png) no-repeat 95% center;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.ny_left .guide dt a:hover {
	font-weight: bold;
	color: #5fc3f0;
	background-image: url(../images/non.png);
	background-color: #fff;
}

.ny_left .guide dl.active dt a {
	font-weight: bold;
	color: #5fc3f0;
	background-image: url(../images/non.png);
	background-color: #fff;
}

.ny_left .guide dd {
	display: none;
	border-top: 1px solid #e7e7e7;
}

.ny_left .guide dd a {
	display: block;
	line-height: 40px;
	padding-left: 30px;
	background: #fff;
	color: #666;
	font-size: 16px;
}
.ny_left .guide dd.active a,
.ny_left .guide dd a:hover {
	color: #5fc3f0;
	background: #fff url(../images/non.png) no-repeat 95% center;
}

.ny_left .contact {

	background: #fff;
}

.ny_left .contact .main {
	margin-top: 0;
	padding: 40px 15px;
	font-size: 17px;
	color: #666;
	line-height: 28px;
	border: 1px solid #ccc;
	
}

.ny_left .contact .main>div {
	padding-left: 30px;
	background: url(../images/about_r1_c1.jpg) no-repeat left 4px;
	word-break: break-all;
}
.ny_left .contact .main .name {
	background-image: url(../images/pro_more_r2.jpg);
}

.ny_left .contact .main .add {
	background-image: url(../images/about_r1_c1.jpg);
}

.ny_left .contact .main .mail {
	background-image: url(../images/about_r3_c1.jpg);
}

.ny_left .contact .main .tel {
	background-image: url(../images/about_r5_c1.jpg);
}

.ny_tit {
	padding: 15px 0;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ccc;
}

.ny_tit a {
	color: #666;
}

.aboutmain {
	padding: 80px 45px;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	background: #ffff;
}

.aboutmain img {
	display: block;
	margin: 0 auto;
	margin-top: 70px;
	max-width: 100%;
}


/*news*/

.news3_main {
	padding: 0 20px;
	background: #fff;
}

.news3_main li {
	padding: 30px 0;
	border-bottom: 1px solid #e9e9e9;
}

.news_date {
	width: 11.5%;
	padding: 20px 15px;
	text-align: center;
	color: #DBDBDB;
	background: #909090;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.news_date h3 {
	font-size: 50px;
	line-height: 55px;
	font-weight: bold;
	margin-bottom: 10px;
}

.news_date p {
	font-size: 14px;
	line-height: 14px;
}

.news_main {
	width: 86%;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}

.news_main .t1 {
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #2E2E2E;
}

.news_main .t2 {
	font-size: 12px;
	color: #909090;
}

.news_main .t3 {
	font-size: 16px;
	color: #666;
}

.news3_main li:hover .news_main .t1 {
	color: #1F458B;
}

.news3_main li:hover .news_date {
	background: #1F458B;
	color: #fff;
}

.page {
	padding: 40px 0;
	text-align: center;
}

.page a {
	display: inline-block;
	font-size: 16px;
	color: #666;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 5px;
}
.page a.btn{
	border-radius: 0;
	background: none;
}
.page a:hover {
	color: #152E5E;
}

.page a.on {
	text-align: center;
	background: #083F78;

	color: #fff;
}


/*contact*/

#dituContent {
	width: 100%;
	height: 500px;
}

.contact_sec {
	padding: 45px 0;
	background: #F2F2F2;
}

.contact_sec .main {
	margin-top: 45px;
	background: #fff;
	padding: 15px;
}

.contact_sec .main .ctit {
	margin-bottom: 20px;
	font-size: 22px;
	color: #008ECC;
	font-weight: bold;
	text-align: center;
}

.contact_sec .main .con1 {
	padding: 15px 45px;
}

.contact_sec .main .con1 .cinfo {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 36px;
}

.contact_sec .main .con1 .ma {
	float: right;
	text-align: right;
}

.contact_sec .main .con1 .ma .shop a {
	font-size: 16px;
	color: #666;
	text-align: center;
}

.contact_sec .main .con1 .ma .shop img {
	display: block;
	height: 84px;
}

.contact_sec .main .con1 .wem {
	margin-top: 0;
}

.contact_sec .main .con1 .wem span {
	margin-left: 5px;
	color: #666;
}

.contact_sec .main .con2 {
	padding: 15px 45px;
}

.contact_sec .main .con2 ul li {
	margin-top: 10px;
}

.contact_sec .main .con2 label {
	display: inline-block;
	vertical-align: top;
	min-width: 60px;
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.inputtext {
	width: 300px;
	max-width: 100%;
	height: 40px;
	line-height: 38px;
	border: 1px solid #ccc;
}

.textarea {
	width: 745px;
	max-width: 100%;
	height: 116px;
	line-height: 38px;
	border: 1px solid #ccc;
	resize: none;
}

.inputsubmit {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #008ECC;
}

.inputreset {
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #999;
	margin-left: 15px;
}

.inputreset:hover,
.inputsubmit:hover {
	opacity: 0.8;
	cursor: pointer;
}


/*pro*/

.pro_sec{
	background: #fff;
}
.prode1_sec {
	margin-bottom: 100px;
	border: 1px solid #cccccc;
	padding: 15px;
}

.prode1_img {
	width: 63%;
	position: relative;
}

.prode1_img img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-thumbs {
	position: relative;
	margin: 5px 0 0;
	padding: 0 24px;
}

.prode1_img .next,
.prode1_img .prev {
	height: 100%;
	width: 24px;
	margin-top: 0;
	top: auto;
	bottom: 0;
	position: absolute;
	z-index: 10;
	cursor: pointer;
}

.prode1_img .next {
	right: 0;
	background: #fff url(../images/pror.jpg) no-repeat center center;
}

.prode1_img .prev {
	left: 0;
	background: #fff url(../images/prol.jpg) no-repeat center center;
}

.prode1_main {
	width: 37%;
	padding: 0 50px;
}

.prode1_main h2 {
	font-size: 22px;
	color: #333;
	font-weight: bold;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.prode1_m {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.prode1_main .prozx {
	display: block;
	margin: 40px auto 0;
	width: 160px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	background: #EC421E;
	border-radius: 25px;
	padding: 0 25px;
}

.prode1_main .prozx:hover {
	opacity: 0.8;
	cursor: pointer;
}

.prode1_main .prozx img {
	vertical-align: middle;
}

.active-nav img {
	opacity: 0.8;
}

.prode2_sec {
	position: relative;
}

.prode2_sec .hd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	background: #F8F9FB;
	border-bottom: 1px solid #BFE7F9;
}

.prode2_sec .hd li {
	position: relative;
	float: left;
	width: auto;
	padding: 0 25px;
	border-left: 1px solid #F8F9FB;
	border-right: 1px solid #F8F9FB;
	cursor: pointer;
	text-align: center;
	line-height: 68px;
	color: #333;
	font-size: 16px;
}

.prode2_sec .hd li.on {
	background: #fff;
	color: #009FE7;
	border-color: #BFE7F9;
}

.prode2_sec .hd li.on:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #008ECC;
}

.prode2_sec .hd li.on:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
}
.prode2_sec  .bd{
	border: 1px solid #cccccc;
	border-top: none;
	
}
.prode2_main {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
	padding: 60px 50px;


}

.prode2_main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 20px 0;
}

.procase {
	margin-top: 20px;
}

.procase .tit {
	padding: 15px 0;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.proswiper {
	margin-top: 30px;
}

.proswiper .pic {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #D3D3D3;
}

.proswiper .pic img {
	display: block;
	width: 100%;
}

.proswiper .tbox {
	font-size: 20px;
	color: #666;
	text-align: center;
	line-height: 50px;
	height: 50px;
}

.proswiper .swiper-pagination {
	position: static;
	margin-top: 30px;
}

.proswiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #666;
	opacity: 1;
}

.proswiper .swiper-pagination-bullet-active {
	background: #083F78;
}


/*响应式*/

@media only screen and (max-width:1440px) {
	.w {
		width: 1360px;
	}
	.about .mainCon .article {
		padding: 0 3%;
	}
	.case {
		padding: 80px 0;
	}
	.news .box1 .con {
		width: 300px;
		margin-left: -150px;
	}
}

@media only screen and (max-width:1366px) {
	.w {
		width: 1200px;
	}
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	.about .mainCon .conBox li.about-text i {
		display: none;
	}
	.news .box1 {
		width: 100%;
		margin-bottom: 20px;
	}
	.news .box2,
	.news .box3 {
		width: 100%;
	}
	.link {
		display: none;
	}
	.ny_left {
		display: none;
	}
	.ny_right {
		width: 100%;
	}
	.ny_tit {
		padding-left: 20px;
	}
	.aboutmain {
		padding: 30px;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
}

@media only screen and (max-width:786px) {
	.flogo {
		width: 60%;
	}
	.flogo .logo img {
		height: 30px;
	}
	.wem span {
		margin: 0 10px 0 0;
	}
	.copy {
		text-align: center;
	}
	.contact_sec .main .con1 .ma {
		float: left;
		text-align: left;
	}
	.textarea {
		width: 500px;
	}
}

@media only screen and (max-width:560px) {
	.product .mainCon li {
		width: 100%;
		margin: 0 0 20px 0!important;
		opacity: 1;
		top: 0;
	}
	.ny_right .product .mainCon li{
		width: 100%;
		margin: 0 0 20px 0!important;
	}
	.ny_sec{
		padding-bottom: 20px;
	}
	.page {
    padding: 20px 0;
    }
	.about .mainCon .conBox .box {
		width: 100%;
		margin-bottom: 20px;
	}
	.about .mainCon .conBox .box:nth-child(3) li.Pic-dif,
	.about .mainCon .conBox .box:nth-child(4) li.Pic-dif {
		float: left;
	}
	.about .mainCon .conBox li.Pic-dif i {
		display: none;
	}
	.Title h2 {
		font-size: 22px;
	}
	.about .mainCon .conBox li.about-text h3 {
		font-size: 18px;
	}
	.case {
		padding: 30px 0;
	}
	.caseswiper {
		margin-top: 30px;
	}
	.news .box .top h3 b,
	.news .box .top h3 a {
		font-size: 22px;
	}
	.news .box2,
	.news .box3 {
		height: auto;
	}
	.news .box2 li {
		width: 100%;
		margin: 0 0 20px 0!important;
	}
	.news .box3 {
		padding: 20px 30px;
	}
	.news .box3 ul {
		margin-left: 0;
		margin-top: 20px;
	}
	.news .box3 li {
		width: 100%;
		padding: 0;
	}
	.news .box3 a.zx {
		position: static;
	}
	footer{
		background: #152E5E;
		padding-bottom: 55px;
	}
	.flogo {
		width: 100%;
	}
	.fma {
		/*display: none;*/
		width: 100%;
		margin-top: 15px;
		float: left!important;
	}
	.ftel{
		text-align: left
	}
	.ftel .t2 {
		margin-left: 5px;
    display: inline-block;
}
	.wem{
		text-align: center;
	}
	.aboutmain {
		padding: 20px;
	}
	.news_date {
		width: 18%;
		padding: 10px 0;
	}
	.news_date h3 {
		font-size: 30px;
	}
	.news_main {
		width: 80%;
	}
	.contact_sec .main .con1,
	.contact_sec .main .con2 {
		padding: 15px;
	}
	.contact_sec .main .con1 .cinfo {
		font-size: 14px
	}
	.wem span {
		width: 66px;
	}
	.contact_sec .main .con2 label {
		display: block
	}
	.prode1_img {
		width: 100%;
	}
	.prode1_main {
		width: 100%;
		padding: 0 10px;
	}
	.prode1_sec {
		margin-bottom: 30px;
	}
	.prode2_sec .hd {
		position: static;
		border: none;
	}
	.prode2_sec {
		padding: 0;
	}
	.prode2_sec .hd li {
		padding: 5px;
		line-height: 35px;
	}
	.prode2_main {
		padding: 15px;
		font-size: 14px;
		line-height: 22px;
	}
	.proswiper .tbox {
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.Title i {
		margin-top: 10px;
	}
}

@media only screen and (max-width:380px) {}