@charset "utf-8";

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

fieldset, img {
	border: 0;
}

img {
	vertical-align: middle;
}

ol, ul, li {
	list-style-type: none;
}

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

button, input, select, textarea {
	font-size: 12px;
	font-family: inherit;
	margin: 0;
	outline: none;
	resize: none;
	border: none;
	background: none;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

html {
	verflow: -Scroll;
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

body {
	color: #565656;
	font-size: 14px;
	line-height: 24px;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif;
}

a {
	color: #565656;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
	transition: all 0.3s;
}

a:hover {
	color: #da261e;
	text-decoration: none;
}

:focus {
	outline: none;
}

/* CSS活动的公共样式 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.grWidth {
	width: 1200px;
	margin: 0 auto;
}

.mt5 {
	margin-top: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.hide {
	overflow: hidden;
}


/* 头部  */
.header {
	background: url('../images/head_bg.jpg') repeat-x;
	height: 105px;
	padding-top: 25px;
}

.topBar {
	height: 40px;
	margin-top: -10px;
}

.topBar li {
	float: left;
	position: relative;
	background: url('../images/tline.jpg') no-repeat right center;
	padding: 0 14px;
	z-index: 5;
}

.topBar .wx span {
	position: absolute;
	top: 30px;
	left: -20px;
	background: #fff;
	padding: 5px;
	display: none;
	z-index: 5;
}

.topBar .wx span::before {
	position: absolute;
	content: "";
	top: -12px;
	left: 50px;
	border: 6px solid transparent;
	border-bottom-color: #ddd;
}

.topBar .wx img {
	width: 100px;
	height: 100px;
}

.topBar li:last-child, .topBar li:nth-child(4) {
	background: none;
}

.topBar li:last-child {
	padding-left: 5px;
}

.header .phone, .footer .phone {
	background: url('../images/picon.png') no-repeat left center;
	padding-left: 35px;
	overflow: hidden;
	font-size: 12px;
	clear: both;
}

.header .phone .p1, .footer .phone .p1 {
	border-right: 1px solid #dadada;
	padding-right: 15px;
	margin-right: 15px;
}

.header .phone span, .footer .phone span {
	display: block;
	font-size: 28px;
	font-family: Arial;
	color: #da251e;
	font-weight: bold;
}

/* 主导航  */
.nav {
	height: 60px;
	line-height: 60px;
	background: #0e6ec2;
	font-size: 16px;
}

.nav li i {
	display: inline-block;
	width: 23px;
	height: 19px;
	background: url('../images/home.png') no-repeat;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

.nav li {
	float: left;
	width: 150px;
	text-align: center;
	background: url('../images/nav_line.jpg') no-repeat right center;
}

.nav li a {
	color: #fff;
	display: block;
}

.nav li a:hover, .nav li a.current {
	color: #fff;
	background: #da261e;
}

/*  广告轮播图 */
.banner {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 550px;
}

.banner .bd {
	height: 550px;
	z-index: 0;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.banner_ctr {
	height: 90px;
	position: absolute;
	top: 45%;
	z-index: 2;
	left: 50%;
	margin-left: -600px;
}

.banner_ctr a {
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/ctrl.png') no-repeat 0 0;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	display: block;
}

.banner_ctr a.prev {
	left: -90px;
}

.banner_ctr a.next {
	right: -1280px;
	background-position: -40px 0px;
}

.banner_ctr a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

.banner .hd {
	position: absolute;
	bottom: 10px;
	text-align: center;
	z-index: 5;
	left: 50%;
	font-size: 0;
	line-height: 0;
	height: 0px;
	margin-left: -50px;
	height: 14px;
	overflow: hidden;
}

.banner .hd li {
	background: #fff;
	z-index: 2;
	cursor: pointer;
	margin-right: 5px;
	display: inline-block;
	width: 8px;
	height: 8px;
	*display: inline;
	zoom: 1;
	border-radius: 100%;
	border: 2px solid #fff;
}

.banner .hd li:hover, .banner .hd .on {
	background: none;
	border: 2px solid #da261e;
}

/*  搜索 */
.search {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	background: #f4f4f4;
}

.searFont {
	/* width: 820px; */
	width: 100%;
	overflow: hidden;
}

.searFont a {
	margin: 0 8px;
}

.searFont strong {
	color: #da261e;
	font-weight: normal;
	background: url('../images/hot.png') no-repeat left center;
	padding-left: 20px;
}

.searMain {
	width: 322px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 10px;
}

.searMain .sear_text {
	float: left;
	width: 260px;
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
	border: 1px solid #e0e0e0;
	background: #fff;
}

.searMain .sear_btn {
	float: right;
	width: 40px;
	height: 36px;
	cursor: pointer;
	background: #da261e url('../images/sear.png') no-repeat center center;
	transition: all 0.3s;
}

.searMain .sear_btn:hover {
	background: #b30700 url('../images/sear.png') no-repeat center center;
	;
}

/*  产品中心 */
.product {
	padding: 40px 0;
}

.proLeft {
	width: 240px;
}

.proMenu {
	background: #0e6ec2;
	margin-bottom: 10px;
}

.proLeft h3 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	height: 65px;
	background: url('../images/side_tie.jpg') no-repeat;
	text-transform: uppercase;
	padding-top: 10px;
	line-height: 30px;
}

.proLeft h3 span {
	display: block;
	font-family: Arial;
	font-weight: normal;
	opacity: .2;
	font-size: 14px;
}

.proLeft .menu {
	padding: 10px;
}

.proLeft li a {
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background: #0059a7 url('../images/side_li.png') no-repeat 195px center;
	font-size: 18px;
	font-weight: bold;
	padding: 0 20px;
	margin-bottom: 5px;
	overflow:hidden;
}

.proLeft li a:hover, .proLeft .on>a {
	background: #da261e url('../images/side_li.png') no-repeat 195px center;
}

.proLeft .on>a {
	background: #da261e url('../images/side_lih.png') no-repeat 195px center;
}

.proLeft li ul {
	display: none;
}

.proLeft li ul a {
	background: url('../images/side_li2.png') no-repeat 20px center;
	padding-left: 35px;
	height: 38px;
	line-height: 38px;
	font-size: 13px;
	color: #b1daff;
	font-weight: normal;
	border-bottom: 1px dashed #287dc8;
	margin-bottom: 0px;
}

.proLeft li ul li:last-child a {
	border-bottom: none;
}

.proLeft li ul a:hover {
	background: url('../images/side_li2h.png') no-repeat 25px center;
	color: #fff;
	padding-left: 41px;
}

.proLeft .phone {
	background: #da261e;
	color: #fff;
	padding: 3px;
}

.proLeft .phone p {
	background: url('../images/picon2.png') no-repeat 10px center;
	padding-left: 40px;
	margin: 10px 0
}

.proLeft .phone p span {
	font-size: 24px;
	font-family: Arial;
	display: block;
	font-weight: bold;
}

.proRight {
	width: 930px;
	border-top: 3px solid #0e6ec2;
	height: 770px;
}

.proRight .menu {
	height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.proRight .menu a {
	display: inline-block;
	width: 120px;
	height: 50px;
	background: #eaeaea;
	font-size: 18px;
	color: #333;
	margin-right: 2px;
	line-height: 50px;
}

.proRight .menu a.on {
	background: #0e6ec2;
	color: #fff;
	font-weight: bold;
}

.proMain, .proBox {
	height: 700px;
}

.proMain ul {
	width: 970px;
}

.proMain li {
	float: left;
	width: 300px;
	text-align: center;
	height: 350px;
	font-size: 12px;
	margin: 0 15px 22px 0;
	position: relative;
	transition: all 0.3s;
}

.proMain li a {
	display: block;
	height: 345px;
	overflow: hidden;
	border: 2px solid #efefef;
	background: #fff;
}

.proMain li .pImg {
	display: block;
	width: 296px;
	height: 296px;
	overflow: hidden;
	background: #fff;
}

.proMain li img {
	width: 296px;
	height: 296px;
	transition: all 0.5s
}

.proMain li h4 {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 50px;
	line-height: 50px
}

.proMain li p {
	padding: 0 25px;
	transition: all 0.3s;
	transition-delay: 0.1s;
}

.proMain li a:hover img {
	transform: scale(.95);
}

.proMain li a:hover {
	border: 2px solid #da261e;
}

.proMain li a:hover h4 {
	color: #da261e;
}

/* .proMain li:hover{position:relative;z-index:5;}
.proMain li:hover a{border:2px solid #da261e;height:400px;color:#565656;}
.proMain li:hover p{margin-top:-10px;}
.proMain li a:hover h4{color:#da261e;} */



/*  经典案例 */
.case {
	background: #f4f4f4;
	padding: 40px 0;
	overflow: hidden;
}

.hTitle {
	text-align: center;
	font-size: 30px;
	color: #0f6ec2;
	line-height: 30px;
	text-transform: uppercase;
	background: url('../images/tie_bg.jpg') no-repeat center 12px;
	margin-bottom: 20px;
}

.hTitle span {
	display: block;
	font-size: 14px;
	color: #999;
	font-family: Arial;
	font-weight: normal;
	line-height: 20px
}

.case ul {
	width: 1230px;
	height: ;
}

.case li {
	float: left;
	width: 230px;
	height: 185px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 10px 0 0;
}

.case li img {
	width: 230px;
	height: 185px;
	transition: all 0.5s;
}

.case li .txt {
	color: #fff;
	position: absolute;
	bottom: 0;
	padding: 0 10px;
	height: 35px;
	overflow: hidden;
	transition: all 0.4s;
	left: 0;
	right: 0;
}

.case li .txt h4 {
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	font-weight: normal;
	transition: all 0.3s;
}

.twoline{
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case li:hover .txt {
	height: 85px;
	background: rgba(0, 0, 0, .7);
}

.case li:hover img {
	transform: scale(1.1);
}

.case li:hover h4 {
	font-weight: bold;
}

.case li.c1, .case li.c1 img {
	width: 480px;
	height: 380px;
}

.case li.c3, .case li.c3 img {
	width: 470px;
}

.case li.more {
	background: #da251e;
	text-align: center;
}

.case li.more a {
	display: block;
	background: url('../images/c_more.png') no-repeat center center;
	opacity: .5;
	height: 185px;
}

.case li.more a:hover {
	opacity: 1;
}

/*  关于我们 */
.about {
	background: #0f6ec2;
	overflow: hidden;
	padding: 45px 0 35px 0;
	margin-bottom: 40px;
}

.aboutLeft {
	width: 570px;
	color: #fff;
}

.aboutLeft .title {
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
	line-height: 30px;
	margin-bottom: 25px;
	border-bottom: 1px solid #3f8bce;
	padding-bottom: 20px;
}

.aboutLeft .title span {
	font-size: 48px;
	line-height: 48px;
	font-family: "宋体";
	opacity: .1;
	display: block;
}

.aboutLeft .font {
	height: 200px;
	margin-bottom: 40px;
	overflow: hidden;
	line-height: 28px;
}

.aboutLeft .btn a {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #da251e;
	color: #fff;
	font-size: 12px;
	border-radius: 15px;
	margin-right: 15px;
}

.aboutLeft .btn a:hover {
	background: #b30600;
}

.aboutRight {
	height: 400px;
	width: 600px;
	/* background: url('../images/shadow.jpg') no-repeat center bottom;padding-bottom:25px; */
}
.aboutRight img{
	max-width:100%;
	
}

.aboutRight .video {
	cursor: pointer;
}

/*  公司环境 */
.setting {
	height: 210px;
	position: relative;
	margin-bottom: 40px;
}

.setting .ohbox {
	height: 210px;
	overflow: hidden;
}

.setting .ohbox ul {
	width: 1240px;
}

.setting li {
	float: left;
	width: 290px;
	height: 210px;
	overflow: hidden;
	margin-right: 13px;
}

.setting li img {
	width: 290px;
	height: 210px;
	transition: all 0.5s;
}

.setting li p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	color: #fff;
	margin-top: -40px;
	background: rgba(0, 0, 0, .5);
	padding:0px 3px;
}

.setting li:hover img {
	transform: scale(1.1);
}

.setting .pageBtn span {
	position: absolute;
	top: 80px;
	cursor: pointer;
	left: -50px;
	font-size: 50px;
	font-family: "宋体";
	color: #dbdbdb;
	transition: all 0.3s;
	line-height: 50px;
	font-weight: bold;
}

.setting .pageBtn .next {
	left: auto;
	right: -50px;
}

.setting .pageBtn span:hover {
	color: #0e6ec2;
}

/*  新闻 */
.news {
	padding: 45px 0;
	background: #f4f4f4;
	overflow: hidden;
}

.news .menu {
	height: 40px;
	text-align: center;
	margin-bottom: 25px;
}

.news .menu a {
	display: inline-block;
	width: 116px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 2px solid #0f6ec2;
	line-height: 36px;
	color: #0f6ec2;
	font-size: 16px;
	margin-right: 20px;
}

.news .menu a.on {
	background: #0f6ec2;
	color: #fff;
}

.newsMain, .newsBox {
	overflow: hidden;
}

.newsBox ul {
	width: 1240px;
}

.newsBox li {
	float: left;
	width: 280px;
	position: relative;
	text-align: center;
	font-size: 12px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
	margin-right: 30px;
	margin-bottom: 40px;
}

.newsBox li .nImg {
	display: block;
	width: 280px;
	height: 240px;
	overflow: hidden;
	position: relative;
}

.newsBox li img {
	width: 280px;
	max-height:100%;
	/* height: 320px; */
	transition: all 0.5s;
}

.newsBox li .date {
	height: 60px;
	width: 70px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
	font-family: Arial;
	padding-top: 10px;
	line-height: 20px;
}

.newsBox li .date strong {
	font-weight: normal;
	display: block;
	font-size: 36px;
	line-height: 36px;
}

.newsBox li h3 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 10px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsBox li h3 a {
	color: #333;
}

.newsBox li h3 a:hover {
	color: #da251e;
	font-weight: bold;
}

.newsBox li:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0;
	background: #da251e;
	transition: all 0.3s;
}

.newsBox li:hover img {
	transform: scale(1.1);
}

.newsBox li:hover:after {
	width: 100%;
}

/* 底部 */
.footer {
	padding: 45px 0 30px 0;
	overflow: hidden;
	background: #0e6ec2;
	color: #73bdff;
	font-size: 12px;
}

.footLeft {
	width: 720px;
	overflow: hidden;
}

.footMenu {
	float: left;
	width: 130px;
}

.footMenu h3 {
	height: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
}

.footContact {
	width: 465px;
}

.footer .phone {
	background: url('../images/picon2.png') no-repeat left center;
	color: #fff;
	margin-bottom: 10px;
}

.footer .phone .p1 {
	border-right: 1px solid #589ad4;
}

.footer .phone span {
	color: #fff;
}

.footContact .icon {
	margin-top: 8px;
}

.footContact .icon a {
	display: inline-block;
	background: url('../images/ficon.png') no-repeat;
	width: 36px;
	height: 36px;
	margin-right: 9px;
	opacity: .5;
	position: relative;
}

.footContact .icon .a2 {
	background-position: -36px 0;
}

.footContact .icon .a3 {
	background-position: -72px 0;
}

.footContact .icon .a1 span {
	position: absolute;
	bottom: 45px;
	left: -35px;
	background: #fff;
	padding: 5px;
	display: none;
	z-index: 5;
}

.footContact .icon .a1 span::before {
	position: absolute;
	content: "";
	bottom: -12px;
	left: 50px;
	border: 6px solid transparent;
	border-top-color: #fff;
}

.footContact .icon .a1 img {
	width: 100px;
	height: 100px;
}

.footContact .icon a:hover {
	opacity: 1;
}

.footer a {
	color: #73bdff;
}

.footer a:hover, .firendLink a:hover {
	color: #fff;
}

.firendLink {
	line-height: 26px;
	background: #003c6c;
	color: #73bdff;
}

.firendLink span {
	color: #fff;
	background: url('../images/link.png') no-repeat left center;
	padding-left: 20px;
}

.firendLink a {
	margin: 0 10px;
	color: #73bdff;
}

/* 内页公用 */
.listBanner {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 250px;
}

.listWrapper {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top: 30px;
}

.listLeft {
	width: 250px;
	float: left;
	overflow: hidden;
}

.listRight {
	width: 900px;
	float: right;
	overflow: hidden;
}

.breadCrumb {
	border-bottom: 1px solid #DADADA;
	height: 30px;
	margin-bottom: 25px;
}

.breadCrumb strong {
	color: #333;
	font-size: 18px;
	font-family: "微软雅黑";
	height: 29px;
	border-bottom: 2px solid #da261e;
	display: inline-block;
	font-weight: normal;
}

.breadCrumb p {
	background: url('../images/mapicon.png') no-repeat left center;
	padding-left: 20px;
}

.breadCrumb p span {
	margin: 0 8px;
}

.listLeft .searMain {
	width: 248px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.listLeft .searMain .sear_text {
	width: 175px;
	border: none;
}

.listLeft .searMain .sear_btn {
	width: 40px;
	font-size: 12px;
}

/* 内页公用菜单 */
.sidebar {
	background: #0e6ec2;
	margin-bottom: 15px;
}

.side_title {
	font-size: 30px;
	color: #fff;
	text-align: center;
	height: 70px;
	background: url('../images/side_tie2.jpg') repeat-x;
	text-transform: uppercase;
	padding-top: 15px;
	line-height: 30px;
}

.side_title span {
	display: block;
	font-family: Arial;
	font-weight: normal;
	opacity: .2;
	font-size: 14px;
}

.sidebarMenu {
	padding: 10px;
}

.sidebarMenu li a {
	display: block;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #0059a7 url('../images/side_li.png') no-repeat 205px center;
	font-size: 16px;
	padding: 0 20px;
	margin-bottom: 5px;
}

.sidebarMenu li a:hover, .sidebarMenu li .current, .sidebarMenu .on>a {
	background: #da261e url('../images/side_li.png') no-repeat 210px center;
}

.sidebarMenu li ul {
	display: none;
}

.sidebarMenu li ul a {
	background: url('../images/side_li2.png') no-repeat 20px center;
	padding-left: 35px;
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #b1daff;
	font-weight: normal;
	border-bottom: 1px dashed #287dc8;
}

.sidebarMenu li ul li:last-child a {
	border-bottom: none;
}

.sidebarMenu li ul a:hover, .sidebarMenu li ul .current {
	background: url('../images/side_li2h.png') no-repeat 25px center;
	color: #fff;
	padding-left: 41px;
}

/*  内页左侧 */
.recommend_pro {
	margin-bottom: 15px;
}

.listLeft .left_title {
	background: #0e6ec2;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
}

.recommend_slide {
	height: 540px;
	overflow: hidden;
	padding: 9px;
	border: 1px solid #bcbcbc;
	background: #fff;
	border-top: none;
}

.recommend_pro li {
	width: 230px;
	overflow: hidden;
	margin-bottom: 10px;
}

.recommend_pro li img {
	width: 224px;
	height: 224px;
	border: 1px solid #ddd;
	padding: 2px;
}

.recommend_pro li span {
	height: 30px;
	line-height: 30px;
	position: relative;
	text-align: center;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recommend_pro li:hover img {
	border: 1px solid #da261e;
}

.twoCont {
	padding: 15px 10px;
	overflow: hidden;
	background: #f4f4f4;
	font-size: 12px;
}

.sidebarThree h3 {
	font-size: 15px;
	margin-bottom: 10px;
	font-weight: normal;
}

.sidebarThree h3 span {
	display: block;
	font-size: 24px;
	color: #da261e;
	font-family: arial;
}

.sidebarThree p {
	line-height: 22px;
}

.sidebarThree p span {
	padding-left: 3em;
}

/*  产品列表 */
.productList li {
	float: left;
	width: 280px;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin: 0 27px 25px 0;
}

.productList li .pImg {
	display: block;
	width: 280px;
	height: 280px;
	overflow: hidden;
}

.productList li img {
	width: 280px;
	height: 280px;
	transition: all 0.5s;
}

.productList li h5 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	border-left: none;
	border-right: none;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.productList li .btn {
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.productList li .btn a {
	float: left;
	width: 139px;
	background: #f4f4f4;
}

.productList li .zx {
	background: url('../images/zx_icon.png') no-repeat 20px center;
	border-right: 1px solid #e5e5e5;
}

.productList li .btn1 {
	color: #da261e;
}

.productList li .btn1:hover {
	text-decoration: underline;
}

.productList li:hover {
	border: 1px solid #da261e;
}

.productList li:hover h5 {
	color: #da261e;
}

.productList li:hover img {
	transition: all 0.5s;
	transform: scale(1.1, 1.1);
}

/* 左侧图片放大镜样式 */
.rec-title {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.product-show-pic {
	width: 422px;
	height: ;
}

.jqzoom {
	float: left;
	border: none;
	position: relative;
	padding: 0px;
	cursor: pointer;
	margin: 0px;
	display: block;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 310px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}

/* 图片小图样式 */
.spec-preview {
	width: 420px;
	height: 420px;
	border: 1px solid #ccc;
}

.spec-scroll {
	margin-top: 10px;
	width: 422px;
	height: 80px;
	overflow: hidden;
	position: relative;
}

.spec-scroll a.prev {
	display: block;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 30px;
	left: 0;
	background: url('../images/listpro_btn.png') no-repeat 0 0px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0s;
}

.spec-scroll a.prev:hover {
	background-position: 0 -21px;
}

.spec-scroll a.next {
	display: block;
	width: 12px;
	height: 21px;
	position: absolute;
	top: 30px;
	right: 0;
	background: url('../images/listpro_btn.png') no-repeat 0 -42px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0s;
}

.spec-scroll a.next:hover {
	background-position: 0 -63px;
}

.spec-scroll .items {
	position: relative;
	width: 370px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}

.spec-scroll .items ul {
	position: absolute;
	/* width: 400px; */
	height: 80px;
	display:inline-flex;
}

.spec-scroll .items ul li {
	width: 95px;
	height: 80px;
	float: left;
}

.spec-scroll .items ul li img {
	width: 78px;
	height: 78px;
	cursor: pointer;
	border: 1px solid #ccc;
}

.spec-scroll .items ul li img:hover, .spec-scroll .items ul .on img {
	border: 1px solid #da261e;
}

/* 产品简介 */
.proshow_synopsis {
	width: 430px;
	color: #aaa;
	font-size: 14px;
	line-height: 30px;
	height: 420px;
	border-radius: 3px;
}

.proshow_synopsis .title {
	font-size: 24px;
	color: #da261e;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 15px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-bottom: 10px
}

.proshow_synopsis strong {
	color: #333;
	font-weight: normal;
}

.proshow_synopsis .font {
	line-height: 24px;
	overflow: hidden;
	max-height: 200px;
	margin-bottom: 30px;
}

.proshow_synopsis .font strong {
	float: left;
	width: 45px;
}

.proshow_synopsis .font div {
	float: right;
	width: 355px;
}

.prodcut-tel {
	padding-left: 40px;
	margin-bottom: 20px;
	line-height: 26px;
	background: url('../images/picon.png') no-repeat left center;
	color: #da261e;
}

.prodcut-tel span {
	font-family: arial;
	font-size: 24px;
	display: block;
}

.proshow_synopsis .btn a {
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4b4b4b url(../images/proshow_icon1.png) no-repeat 20px 14px;
	color: #fff;
	transition: all 0.3s;
	font-size: 16px;
}

.proshow_synopsis .btn .a02 {
	background: #da261e url(../images/proshow_icon2.png) no-repeat 20px 13px;
	margin-left: 25px;
}

.proshow_synopsis .btn a:hover {
	opacity: 0.8;
	filter: alpha(opacity=50);
	transition: all 0.3s;
}

/* 产品说明标签切换样式 */
.gr-tab-list {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

.gr-tab-list .hd {
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #dadada
}

.gr-tab-list .hd li {
	padding: 0 30px;
	float: left;
	text-align: center;
	background: #dadada;
	margin-right: 5px;
	cursor: pointer;
}

.gr-tab-list .hd li.on {
	background: #da261e;
	color: #fff;
}

.gr-tab-list .bd {
	overflow: hidden;
	padding-top: 15px;
}

.tab_down p {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #ddd;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
}

.tab_down p a {
	float: right;
	background: url(../images/downicon.png) no-repeat right center;
	padding-right: 25px;
}

.tab_down p a:hover {
	background: url(../images/downiconh.png) no-repeat right center;
}

/* 采购表单样式 */
.orderBox {
	padding: 25px;
	width: 850px;
	background: #eee;
	overflow: hidden;
}

.orderBox h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	font-family: "微软雅黑";
}

.orderBox .table {
	padding-top: 20px;
	overflow: hidden;
}

.orderBox .table li {
	width: 410px;
	height: 215px;
	float: left;
	height: 35px;
	margin-bottom: 10px;
}

.orderBox .table li span {
	float: left;
	border: 1px solid #ddd;
	line-height: 33px;
	height: 33px;
	width: 78px;
	display: inline-block;
	text-align: center;
	background: #fff;
}

.orderBox .table li .iptTxt {
	float: right;
	width: 319px;
	border: 1px solid #ddd;
	border-left-width: 0;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #666;
	padding-left: 10px;
}

.orderBox .table li .iptCode {
	float: left;
	width: 239px;
	border: 1px solid #ddd;
	border-left-width: 0;
	height: 33px;
	line-height: 33px;
	background: #fff;
	color: #666;
	padding-left: 10px;
}

.orderBox .table li .checkcode {
	float: right;
	border: 1px solid #ddd;
	border-left-width: 0;
	background: #fff;
	padding: 5px 9px 6px 10px;
}

.orderBox .table li .btn {
	width: 410px;
	height: 35px;
	line-height: 35px;
	background: #333;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border: none;
}

.orderBox .table li .btn:hover {
	background: #da261e;
	color: #fff;
}

.orderBox .table li.areLi {
	width: 400px;
	float: right;
	height: 215px;
	overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
	width: 368px;
	height: 183px;
	border: 1px solid #ddd;
	outline: none;
	resize: none;
	padding: 15px;
	color: #666;
	line-height: 18px;
	background: #fff;
}

/* 相关产品样式 */
.related-product {
	overflow: hidden;
}

.related-product .title, .relatedTitle {
	background: #d1d1d1;
	height: 35px;
	line-height: 35px;
}

.related-product .title span, .relatedTitle span {
	display: inline-block;
	color: #fff;
	background: #da261e;
	width: 120px;
	height: 35px;
	text-align: center;
	font-size: 14px;
}

.related-product ul {
	width: 950px;
	margin-top: 20px;
}

.related-product li {
	float: left;
	width: 280px;
	margin-bottom: 20px;
	margin-right: 27px;
	border: 1px solid #ddd;
	background: #eee;
	text-align: center;
}

.related-product li a {
	display: block;
	width: 280px;
}

.related-product li img {
	width: 270px;
	height: 270px;
	padding: 5px;
	background: #fff;
}

.related-product li span {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.related-product li:hover {
	border: 1px solid #da261e;
}

.related-product li a:hover {
	background: #da261e;
	color: #fff;
}

/*  案例 */
.caseList li {
	float: left;
	width: 260px;
	background: #fff;
	margin: 0 27px 25px 0;
	border: 1px solid #ccc;
	padding: 9px 9px 0 9px;
	line-height: 22px;
	padding-bottom: 10px;
}

.caseList li .cImg {
	width: 260px;
	/* height: 210px; */
	display: block;
	overflow: hidden;
}

.caseList li img {
	width: 260px;
	/* height: 210px; */
	transition: all .5s;
}

.caseList li p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: 1px solid #c6c6c6;
	margin-top: 8px;
	font-weight: normal;
	font-size: 12px;
	padding-top: 8px;
	text-align: center;
}

.caseList li:hover img {
	transform: scale(1.1, 1.1);
}

.caseList li:hover {
	border: 1px solid #da251e;
}

.caseList li:hover p {
	border-top: 1px solid #da251e;
}

/* 案例详情 */
.caseShow .title {
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-weight: normal;
}

.caseShow .p1 {
	margin-bottom: 25px;
	text-align: center;
	color: #666;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	font-size: 12px;
}

.caseShow .p1 span {
	margin-right: 15px;
}
.caseShow .p1 span em{
	font-style:normal;
}

.casShow_img {
	margin-bottom: 30px;
	text-align: center;
}

.caseShow_font {
	margin-bottom: 30px;
}

/* 荣誉资质 */
.productList, .caseList, .partnerList, .honorList, .settingList, .newsList, .appList, .newsList, .videoList {
	width: 900px;
	overflow: hidden;
}

.productList ul, .caseList ul, .partnerList ul, .honorList ul, .settingList ul, .videoList ul {
	width: 950px;
}

.honorList ul li {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
}

.honorList ul li img {
	display: block;
	width: 270px;
	height: 195px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.honorList ul li img:hover {
	border: 1px solid #da261e;
}

.honorList ul li span {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/* 公司坏境 */
.settingList ul li {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
}

.settingList ul li img {
	display: block;
	width: 270px;
	height: 195px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.settingList ul li img:hover {
	border: 1px solid #da261e;
	background: #da261e;
}

.settingList ul li span {
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

/* 视频中心 */
.videoList ul li {
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 25px;
	text-align: center;
	font-size: 14px;
	position: relative;
	cursor: pointer;
}

.videoList ul li img {
	display: block;
	width: 270px;
	height: 195px;
	padding: 4px;
	border: 1px solid #e3e3e3;
	background: #fff;
}

.videoList ul li span {
	height: 35px;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	padding: 0 5px;
}

.videoList ul li:hover span {
	color: #da251e;
}

.videoList ul li i {
	position: absolute;
	top: 0;
	left: 5px;
	top: 5px;
	width: 270px;
	height: 195px;
	background: #000 url('../images/vicon.png') no-repeat center center;
	opacity: .6;
}

.videoList ul li:hover img {
	border: 1px solid #da251e
}

/* 新闻列表 */
.newsList li {
	/* height:150px; */
	color: #555;
	margin-bottom: 15px;
	padding: 20px;
	background: #f4f4f4;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.newsList li img {
	width: 240px;
	height: 150px;
	margin-right: 20px;
}

.newsList li h3 {
	font-size: 18px;
	font-weight: normal;
}

.newsList li h3 span {
	float: right;
	font-size: 12px;
}

.newsList li h3 a {
	color: #333;
	display: inline-block;
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsList li h3 a:hover {
	color: #da261e;
}

.newsList li p {
	margin: 10px 0;
	overflow: hidden;
}

.newsList li .more {
	color: #da261e;
}

.newsList li .more:hover {
	text-decoration: underline;
}

.newsList li .browse {
	display: block;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.newsList li:after {
	content: "";
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	position: absolute;
	transition: all 0.3s;
	background: #da261e;
}

.newsList li:hover:after {
	width: 100%;
}

/* 常见问题 */
.faqList {
	font-size: 13px;
	word-spacing: 3px;
	padding-bottom: 30px;
}

.faqList li .p01 {
	border-bottom: 1px solid #dfdfdf;
	cursor: pointer;
	padding: 10px;
}

.faqList li .answer {
	padding: 15px 25px 10px 30px;
	border-bottom: 1px dotted #a0906e;
	color: #666;
	display: none;
	border-left: 3px solid #da261e;
}

.faqList .current .answer {
	display: block;
}

.faqList .current .p01 {
	background: #eee
}

/* 新闻详细样式 */
.gr-news-show {
	width: 900px;
	overflow: hidden;
}

.gr-news-show h2 {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #da261e;
	position: relative;
	font-family: "微软雅黑";
	font-weight: normal;
}

.gr-news-show h3 {
	text-align: center;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #d2d2d2;
	font-family: "微软雅黑";
	font-weight: normal;
}

.gr-news-show h3 span {
	margin: 8px 8px 0 8px;
	color: #999;
	text-decoration: none;
}
.gr-news-show h3 span em{
	font-style:normal;
}

.fontResizer a {
	padding: 0 5px;
}

.fontResizer .active {
	font-weight: bold;
	color: #da261e;
}

.news-show-box {
	padding-top: 15px;
	line-height: 26px;
	padding-bottom: 10px;
}

.news-message {
	padding-bottom: 10px;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
}

.news-message div {
	padding: 10px 0;
}

.news-message h3 {
	width: 100%;
	text-align: right;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
	overflow: hidden;
}

.gr-fenx {
	height: 35px;
	background: #ddd;
	padding: 0 10px;
	margin-top: 15px;
}

.prew {
	background: url(../images/pre_info.gif) no-repeat left center;
	float: left;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 15px;
	text-align: left;
	width: 46%;
}

.nextw {
	background: url(../images/next_info.gif) no-repeat right center;
	float: right;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-right: 15px;
	text-align: right;
	width: 46%;
}

.gr-keyword {
	border: 1px solid #dadada;
	padding: 5px 10px;
	margin: 10px 0;
	overflow: hidden;
}

.gr-keyword a {
	padding: 0 5px;
}

.newsShow_main {
	overflow: hidden;
	padding: 15px
}

.newsShow_main .newsShow_img {
	width: 300px;
	height: 300px;
}

.newsShow_main .news-show-box {
	float: right;
	width: 740px;
	padding: 0;
}

/* 推荐资讯样式 */
.gr-rec-news {
	width: 900px;
	margin-top: 10px;
	overflow: hidden;
}

.gr-rec-news ul {
	width: 950px;
	padding-top: 10px;
}

.gr-rec-news ul li {
	float: left;
	margin-right: 30px;
	width: 430px;
	height: 28px;
	line-height: 28px;
}

.gr-rec-news ul li a {
	display: block;
	width: 310px;
	line-height: 28px;
	background: url(../images/ly_li.png) no-repeat left center;
	padding-left: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.gr-rec-news ul li span {
	float: right;
	color: #999;
}

.rec-title {
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	background: url(../images/page_line.jpg) no-repeat 10px 10px #ddd;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

/* 人才招聘  */
.gr-jobs-list dd {
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	margin-top: 10px;
	cursor: pointer;
	font-size: 14px;
}

.gr-jobs-list dd em {
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/iconf.png) no-repeat;
	cursor: pointer;
	margin-top: 20px;
}

.gr-jobs-list dd.on em {
	background: url(../images/icong.png) no-repeat;
}

.gr-jobs-list dd span {
	display: block;
	float: left;
	width: 195px;
}

.gr-jobs-list dt {
	border: 1px solid #ccc;
	border-top: none;
	padding: 15px;
	margin-bottom: 10px;
	background: #fff;
}

.gr-jobs-list dt strong {
	font-size: 14px;
}

a.gr-apply {
	display: block;
	width: 140px;
	height: 40px;
	margin: 30px auto 0;
	background: #999;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
}

a.gr-apply:hover, .jobs-submit:hover {
	background: #666;
	color: #fff;
}

.jobsShow {
	border: 1px solid #ddd;
	background: #fff;
}

.jobsShow h3 {
	font-size: 14px;
	font-weight: bold;
	background: #ddd;
	line-height: 35px;
	padding-left: 15px;
	font-weight: normal;
}

.jobsShow table {
	margin: 10px 20px 20px;
	background: #fff;
}

.jobsShow .mr {
	padding-right: 20px;
}

.jobsShow .jobsInput {
	width: 280px;
	border: 1px solid #ddd;
	line-height: 25px;
	height: 25px;
	padding: 0 5px;
	margin-bottom: 10px;
}

.jobsShow .input_radio {
	margin-right: 5px;
	vertical-align: middle;
}

.jobsShow .jobsInput:focus, .jobsShow .jobsTextarea:focus {
	border: 1px solid #666;
}

.jobsShow .jobsTextarea {
	width: 770px;
	padding: 5px;
	border: 1px solid #ddd;
	line-height: 22px;
	height: 125px;
	margin-top: 3px;
	display: block;
}

.jobsShow .jobsSubmit {
	background: #999;
	width: 85px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	margin-right: 10px;
	margin-top: 20px;
	border-radius: 4px;
}

.jobsShow .jobsSubmit:hover {
	background: #666;
	color: #fff;
}

.jobsShow .jobsSubmitb {
	background: #333;
	width: 100px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 4px;
}

.jobsShow .jobsSubmitb:hover {
	background: #d40413;
	color: #fff;
}

/* 内页留言样式 */
#dituContent {
	width: 900px;
	height: 450px;
}

#contactlb {
	width: 900px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-bottom: 40px;
}

#contactlb span {
	font-weight: normal;
	font-size: 13px;
	font-family: Arial;
	display: block;
	color: #999;
}

#leavetable {
	margin-top: 35px;
}

#leavetable tr {
	height: 40px;
}

.contactFont {
	overflow: hidden;
	margin-top: 30px;
}

.contactnr {
	width: 600px;
	margin: 0 auto;
}

/*公共内容样式*/
.common_sty{
	font-size:14px;
	line-height:30px !important;
}
.common_sty img{
	width:auto !important;
	display:block;
	margin:0px auto;
	max-width:100%;
}

/*公共联系方式*/
.contact-img{
	margin:10px 0px 10px;
}
.contact-img img{
	width:auto !important;
	display:block;
	margin:0px auto;
	max-width:100%;

}