﻿@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
}

body,
html {
	height: 100%;
	position: relative;
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.left11 {
	float: left;
}

.right11 {
	float: right;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}

.box1400 {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 130px;
	background:#fff;
	box-sizing: border-box;
}

#header .logo {
	float: left;
	margin-right: 100px;
	height: 80px;
	padding: 20px 20px;
	box-sizing: border-box;
}


/*导航*/

.menubg {
	width: 850px;
	float: right;
	/*position: relative;*/
}


.menuol>ul {
	width: 100%;
	display: table;
}

.menuol>ul li {
	width: 120px;
	height: 40px;
	float: left;
	text-align: center;
	/*background: #333;*/
	/*position: relative;*/
}

.menuol>ul>li>a {
	line-height: 40px;
	font-size: 20px;
	color: #000;
	display: block;
}


.menuol>ul>li:hover {}

.menuol>ul>li:after {
	content: "";
	width: 0px;
	height: 3px;
	background: #0449b1;
	display: block;
	margin: 0 auto;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.menuol>ul>li:hover:after {
	content: "";
	width: 80px;
	height: 3px;
	background: #0449b1;
	display: block;
	margin: 0 auto;
}

.menuol>ul>li:hover a {
	color: #0449b1;
	font-weight: bold;
}

.menuli {
	background: rgba(0, 0, 0, .5);
	/*display: none;*/
	position: absolute;
	z-index: 888;
	top: 130px;
	left: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 20px 5% 20px 5%;
	box-sizing: border-box;
}

.menuli ul {
	width: 100%;
	margin: 0 auto;
}
.menuli>ul>li{
	float: left;
	width:16%;
	height: 210px;
	margin-right: 0.6% !important;
	display: table;
}
.menuli>ul>li>p{
	width:100%;
	background: #ccc;
	display: block;
	color: #000;
	line-height: 40px !important;
	font-size:16px;
	padding: 0 10px;
	text-align: left;
	box-sizing: border-box;
}
.menuli>ul>li>a{
	font-size: 14px;
	color: #666;
	line-height:30px;
	background: #eee;
	display: block;
	width:100%;
	text-align: left;
	padding-left: 10px;
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
}
.menuli>ul>li>a:hover{
	color: #ef5203;
}
.menuli>ul>p>a:hover {
	color: #fff !important;
	background: #007433;
}
.top-tel{
	font-family: impact;
	font-size: 40px;
	color: #eb7211;
	box-sizing: border-box;
	display: table;
	background: url(../img/top-tel.jpg) left center no-repeat;
	padding-left: 60px;
	float: right;
	margin-right: 30px;
	padding-top: 10px;
	
}

@media only screen and (max-width: 1400px) {
	#header {
	padding: 15px 0 !important;
	box-sizing: border-box;
}
.menuli {
	background: rgba(0, 0, 0, .2);
	/*display: none;*/
	position: absolute;
	z-index: 888;
	top: 90px;
	left: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 20px 5% 20px 5% !important;
	box-sizing: border-box;
}
	/*.top-tel{
	display: none;
}*/
}
@media only screen and (max-width: 1600px) {
	#header {
	padding: 15px 0 !important;
	box-sizing: border-box;
}

}


.top-form {
	width: 320px;
	height: 80px;
	background: rgb(0, 0, 0, .5);
	position: absolute;
	z-index: 888;
	right: 2.5%;
	padding: 20px 20px 0px 20px;
	box-sizing: border-box;
	display: block;
}

.input {
	width: 200px;
	height: 30px;
	background: #fff;
	border: 0;
	float: left;
	font-size: 14px;
	line-height: 30px;
}

.bnt {
	width: 70px;
	height: 32px;
	background: #db3026;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	float: left;
	border: 0;
}


/* ------------------------ */

#banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#banner .pic {
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 260px;
	background: url(../img/ibanner_mask.png) bottom center no-repeat;
}

#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%;
	margin: 0;
}

#banner ul li {
	width: 33.333%;
	float: left
}

#banner ul li img {
	width: 100%;
	display: block;
}

#banner aside {
	position: absolute;
	top: 0;
	bottom: 0px;
	height: 0;
	width: 90%;
	right: 0;
	left: 0;
	margin: auto
}

#banner aside span {
	display: block;
	width: 65px;
	height: 65px;
	z-index: 63;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top: -2%;
}

#banner:hover aside span {
	opacity: 1;
}

#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width: 27px;
	height: 27px;
	border-top: 3px solid #ffffff;
	border-left: 3px solid #ffffff;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

#banner aside span.prev {
	float: left;
}

#banner aside span.next {
	float: right;
}

#banner aside span.next:after {
	left: 0;
	right: 20%;
	-webkit-transform: rotateZ(135deg);
	-moz-transform: rotateZ(135deg);
	-ms-transform: rotateZ(135deg);
	-o-transform: rotateZ(135deg);
	transform: rotateZ(135deg)
}

#banner>div {
	width: 110px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 50px;
	margin: auto
}

#banner>div em {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 4.75px;
	background: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

#banner>div em.act {
	background: #0d48b4;
}

.sl {
	width: 100%;
	margin: 40px auto 0 auto;
}

.sl,
.st,
.st div,
.sl div {
	overflow: hidden;
}

.nextinfo {
	width: 100%;
	overflow: hidden;
}

.nextinfo span {
	background: #eee;
	margin: 20px 1%;
	width: 48%;
	float: left;
	text-align: center;
	border-radius: 20px;
	font-size: 14px;
}

.nextinfo span a {
	color: #000
}

@media only screen and (min-width: 100px) and (max-width: 1360px) {
	#home-lei {
	width: 100%;
	margin: 0px auto;
	display: table;
	overflow: hidden;
	background:#fff;
	box-sizing: border-box;
	padding: 40px 0% !important;
}
}
#ba{
	position: relative;
	background: #f0f1f3;
}
.home-ss{
	width: 80%;
	height: 123px;
	background:url(../img/ss.jpg) no-repeat #fff;
	margin: 0 auto;
	position: absolute;
	z-index: 99999;
	bottom:-60px;
	margin: 0 auto;
	left: 0;
	right: 0;
	
}
.home-ss p{
	font-size: 18px;
	color: #000;
	line-height: 123px;
	padding-left: 250px;
	box-sizing: border-box;
	float: left;
}
.home-ss form{
	border: solid 2px #666;
	width: 350px;
	float: right;
	margin-right: 100px;
	height: 50px;
	margin-top: 30px;
	font-size: 18px;
	line-height: 50px;
}
.home-ss .bnt2{
	background:#007433;
	color: #fff;
	width: 90px;
	height: 50px;
	display: block;
	float: right;
	font-size: 18px;
}
#home-lei {
	width: 100%;
	margin: 0px auto;
	display: table;
	overflow: hidden;
	background:#f0f1f3;
	box-sizing: border-box;
	padding: 40px 0px;
}

/**/
.yin {
	padding: 60px 0 100px;
	width: 90%;
	margin: 0 auto;
}



.yin dl {
	width: 15.6%;
	height: 330px;
	position: relative;
	margin: 10px 0.5%;
	float: left;
	overflow: hidden;
	-webkit-transition: transform .3s;
	transition: transform .3s;
	background:#ff0000;
}

.yin dl dt {
	width: 100%;
	line-height: 0;
	position: relative;
}

.yin dl dt img {
	width: 100%;
	height: 360px;
}

.yin dl dt h4 {
	font-size: 20px;
	color: #fff;
	height: 85px;
	line-height: 85px;
	width: 100%;
	text-align: center;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #3c61cb;
	transition: height .5s;
	-moz-transition: height .5s;
	/* Firefox 4 */
	-webkit-transition: height .5s;
	/* Safari and Chrome */
	-o-transition: height .5s;
	/* Opera */
}

.yin dl dt h4 em {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 0;
	background: #ff411d;
	border-radius: 50%;
	position: absolute;
	top: -23px;
	left: 100px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-weight: normal;
	line-height: 50px;
}


.yin dl dd {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	overflow: hidden;
	width: 100%;
	text-align: center;
	transition: height .5s;
	-moz-transition: height .5s;
	/* Firefox 4 */
	-webkit-transition: height .5s;
	/* Safari and Chrome */
	-o-transition: height .5s;
	/* Opera */
}

.yin dl dd h5 {
	height: 70px;
	line-height: 60px;
	/*overflow: hidden;*/
	font-size: 26px;
	color: #fff;
	margin: 0;
	
}
.yin dl dd h5:after{
	width: 50px;
	height: 3px;
	background: #fff;
	display: block;
	content: "";
	margin: 0 auto;
}

.yin dl dd em {
	display: block;
	width: 46px;
	height: 46px;
	line-height: 0;
	background: #ff411d;
	border-radius: 50%;
	padding: 9px;
	margin: 150px auto 0 auto;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
	text-align: center;
}


.yin dl:hover dd,
.yin dl.cur dd {
	height: 400px;
}

.yin dl:hover dt h4,
.yin dl.cur dt h4 {
	height: 0;
}

.yin dl:hover dt h4 em,
.yin dl.cur dt h4 em {
	top: 0;
}

.yin dl:hover,
.yin dl.cur {
	-webkit-transform: translate(0, -35px);
	transform: translate(0, -35px);
}

.yin .nobor {
	margin-right: 0;
}

#home-pro {
	width: 100%;
	margin: 0px auto;
	display: table;
	overflow: hidden;
	background: #f2f2f2;
	padding: 50px 0 20px 0;
}
.tt{
	width: 100%;
	height: 250px;
	padding: 40px 10%;
	box-sizing: border-box;
	text-align: center;
}
.tt h2{
	font-size: 48px;
	color: #0d48b4;
	line-height: 60px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.tt p{
	font-size: 18px;
	color: #000;
	line-height: 50px;
	background: url(../img/img1.jpg) bottom center no-repeat;
	height: 80px;
}

.course-list ul {
	margin-left: -11px;
	margin-right: -11px;
}

.course-list ul li {
	float: left;
	width: 23.4%;
	/*padding-left: 11px;
  padding-right: 11px;*/
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	position: relative;
	/*box-sizing: border-box;*/
	margin: 20px 0.8%;
	box-shadow: 0px 0px 15px #ddd;
	border: solid 1px #fff;
	box-sizing: border-box;
	
}
/*.course-list ul li:hover{
	background: #0363ce;
}*/
/*.course-list ul li:hover .title{
	color: #fff;
}
.course-list ul li:hover p{
	color: #fff;
}*/
.course-list a {
	display: block;
	overflow: hidden;
}

.course-list .course-img {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.img-responsive {
	/*height: 300px !important;*/
	width: 100%;
	margin: 0 !important;
	display: table;
}

.course-list .course-img img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	max-width: 100%;
	height: auto;
}

.course-list .course-img .course-mask {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 10;
}

.course-list .course-img .course-mask .txt1 {
	font-size: 24px;
	color: #fff;
	font-family: "Didot";
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	padding-left: 8%;
	padding-right: 8%;
	opacity: 0;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.course-list .course-img .course-mask .txt2 {
	margin-top: 20px;
	text-align: center;
	opacity: 0;
	transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.course-list .course-info {
	position: relative;
}

.course-list .course-info{
	padding: 10px 30px 10px 30px;
	transition: all 0.6s ease 0s;
	-ms-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	background: url(../img/pro_01.png) 350px center no-repeat #fff;
	text-align: left;
	font-size: 22px;
	color: #000;
}

.course-list .course-info .title {
	font-size: 22px;
	line-height: 40px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	background: url(../img/pro-tel01.png) left center no-repeat;
	padding-left: 25px;
	font-weight: bold;

	
	
}


/*.course-list .course-info:hover .title{color: #fff;}*/
.course-list ul li:hover{
	box-shadow: 0px 0px 15px #004dc2;
}
.course-list ul li:hover .course-info{background: url(../img/pro_02.png) 350px center no-repeat #2b64ba;color: #fff;}
.course-list ul li:hover .course-info{}
.course-list ul li:hover .title{color: #fff;background: url(../img/pro-tel02.png) left center no-repeat;}
.course-list ul li:hover a {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
	
	/*color: #fff;*/
}

.course-list ul li {
	/*border-bottom: solid 2px #ddd;*/
	display: table;
}

.course-list ul li:hover .course-img img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.course-list ul li:hover .course-img:after {
	height: 100%;
	opacity: 1;
}

.course-list ul li:hover .course-info>div {
	/*margin-left: 15px;*/
}

.course-list ul li:hover .course-mask .txt1 {
	transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	opacity: 1;
}

.course-list ul li:hover .course-mask .txt2 {
	transform: none;
	-ms-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	opacity: 1;
}


#home-about {
	width: 100%;
	height: 380px;
	overflow: hidden;
	box-sizing: border-box;
	background:url(../img/about_1.jpg) top center no-repeat;
	background-attachment: fixed;
	padding: 80px 10%;
	position:relative;
}
#home-about h2{
	font-size: 36px;
	color: #fff;
	padding-top:100px;
	text-align: left;
	width: 500px;
	background: url(../img/about.png) top left no-repeat;
	float: left;
}



.sz{
	width: 700px;
	float: right;
}
.sz dl{
	width: 33.3%;
	float: left;
	margin-top: 50px;
}

.sz dl dt{
	font-size: 80px;
	height: 75px;
	line-height: 50px;
	color:#fff;
	margin-bottom: 20px;
}
.sz dl dt sup{
	font-size: 42px;
	color: #3c61cb;
}
.sz dl dd{
	display: table;
	text-align: left;
	font-size: 18px;
	color: #fff;
}
.about-nr {
	width: 1300px;
	overflow: hidden;
	margin-right: 10%;
	padding: 50px;
	box-sizing: border-box;
	margin: 0 auto;
}

.about-nr p{
	font-size: 20px;
	color: #000;
	line-height: 35px;
}

.tel-box{
	width: 800px;
	height: 60px;
	margin: 0px auto 50px auto;
	/*background: #ccc;*/
}
.tel-box span{
	display: block;
	float: left;
}
.tel-box .wz{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	background: url(../img/img1.png) right center no-repeat;
	height: 70px;
	padding-right: 20px;
	
	
}
.tel-box .wz b{
	font-size: 22px;
	color: #000;
	display: table;
	padding-top: 10px;
}
.tel-box .tel{
	color: #ef5203;
	font-size: 42px;
	font-style: italic;
	padding-left: 45px;
	font-family: impact;
	height: 70px;
	line-height: 35px;
	background: url(../img/img2.png) left center no-repeat;
	margin-left: 10px;
}
.tel-box .tel i{
	font-size: 22px;
	display: table;
	height: 25px;
	font-style: italic;
	padding-left: 15px;
}


/* 产品滚动--带两边按钮 */
/* 产品滚动--带两边按钮 */

.case_gd {
	margin: 0px auto;
	width: 1360px;
	height: 250px;
	overflow: hidden;
	position: relative;
	/*background: #333;*/
	display: table;
	padding: 0px 50px;
	box-sizing: border-box;
}

.fl1 {
	float: left;
	display: block;
	z-index: 2;
	left: 0px;
	top: 70px;
	position: absolute;
}

.fr1 {
	float: right;
	display: block;
	z-index: 9999;
	right: 0px;
	top: 70px;
	position: absolute;
}

.gcp {
	width: 1360px;
	float: left;
	
}

.gcp ul li {
	display: block;
	float: left;
	padding: 0;
	width: 230px;
	height: 210px;
	position: relative;
	margin: 10px;
	border: solid 1px #ddd;
}

.gcp ul li img {
	width: 100%;
}

.gcp ul li p {
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #000;
	font-size:18px;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*案例*/
/*案例*/




#home-case{
	width:100%;
	height: 1059px;
	overflow: hidden;
	margin: 0px auto;
	background:url(../img/ys1.jpg) top center no-repeat;
}
#home-case>h2{
	font-size: 48px;
	color: #fff;
	padding-top: 160px;
	margin: 0;
	width: 100%;
	text-align: center;
}
#home-case>h2 span{
	font-weight: normal;
	color: #fff;
}
#home-case>p{
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	background: url(../img/img01.jpg) center center no-repeat;
	text-align: center;
}
/*.case-lei{
	width: 800px;
	height: 60px;
	margin: 20px auto;
}
.case-lei a{
	font-size: 20px;
	color: #142038;
	display: block;
	width: 180px;
	float: left;
	line-height: 50px;
	text-align: center;
	border-radius: 30px;
}
.case-lei a:hover{
	background: #142038;
	color: #fff;
	
}
.case-lei .on{
	background: #142038;
	color: #fff;
	
}*/
.case-box{
	width: 1360px;
	height: 587px;
	background: #fff;
	margin: 100px auto;
	
}
.case-box dl dt{
	float: right;
}
.case-box dl dt img{
	width: 778px;
	height: 587px;
}
.case-box dl dd{
	width: 570px;
	float: left;
	padding:50px 80px;
	box-sizing: border-box;
	margin-top: 0px;
}

.case-box dl dd h3{
	font-size: 32px;
	color: #333;
	text-align: left;
}

.case-box dl dd p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
}
.case-box dl dd>a{
	width: 110px;
	height: 35px;
	display: block;
	background: #0d48b4;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 35px;
	margin-top: 50px;
}
.case-main{
	width: 1360px;
	margin: 0 auto;
	position: relative;
}
.case_lico,
.case_rico,
.jz_lico,
.jz_rico {
	width: 58px;
	height: 58px;
	position: absolute;
	top: 400px;
	z-index:9999;
}

.case_lico a,
.case_rico a,
.jz_lico a,
.jz_rico a {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.case_lico {
	left: 80px;
}

.case_rico {
	left: 155px;
}

.case_lico a:hover,
.case_rico a:hover,
.jz_lico a:hover,
.jz_rico a:hover {
	box-shadow: 0 3px 5px 3px rgba(0, 0, 0, 0.1);
	z-index: 2;
	-webkit-transform: translate(0, -2px);
	-webkit-transform: translate(0, -2px);
}

.case_lico a,
.jz_lico a {
	background: url(../img/case_lico01.png) no-repeat;
}

.case_lico a:hover,
.jz_lico a:hover {
	background: url(../img/case_lico02.png) no-repeat;
}

.case_rico a,
.jz_rico a {
	background: url(../img/case_rico01.png) no-repeat;
}

.case_rico a:hover,
.jz_rico a:hover {
	background: url(../img/case_rico02.png) no-repeat;
}

.section_five{
	padding-bottom:50px;
	background:url(../img/case01.jpg) top center no-repeat #ff0000;
	background-size: cover;
	height: 1050px;
	/*display: table;*/
	/*width: 100%;*/
	box-sizing: border-box;
	position: relative;
}
.tt_case{
	width: 100%;
	height: 250px;
	padding: 40px 10%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 999;
	left: 0;
	right: 0;
	top: 30px;
}
.tt_case h2{
	font-size: 48px;
	color: #0d48b4;
	line-height: 60px;
	text-align: center;
	padding: 0;
	margin: 0;
}
.tt_case p{
	font-size: 18px;
	color: #000;
	line-height: 50px;
	background: url(../img/img1.jpg) bottom center no-repeat;
	height: 80px;
}
.section_five .ss3{margin-top:200px;background-position: center;background-size:cover;width:600px;height:450px;border:8px solid #fff; box-shadow: rgba(0,0,0,.15) 3px 5px 15px; box-sizing:border-box;-webkit-box-sizing:border-box;}
.section_five .swiper-container-horizontal>.swiper-pagination-bullets{ width: 160px; height: 13px;/* background: #fff; */text-align: center; border-radius: 50px; margin: 30px auto 0;}
.section_five .swiper-pagination-bullet{ background: #ccc; vertical-align: super;}
.section_five .swiper-container{ padding: 60px 0 30px; overflow: inherit;}
.section_five .swiper-button-prev,.section_five .swiper-button-next{transition: .5s;-webkit-transition: .5s;-moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s;}
.section_five .swiper-button-prev:hover{ margin-left: -10px;}
.section_five .swiper-button-next:hover{ margin-right: -10px;}
.casemore{ display: block;width: 225px; height: 60px; margin:20px auto; border-radius: 50px; line-height: 60px;text-align: center;color: #fff;background: #3c61cb; font-size: 20px;}
.casemore:hover{
	background: #f0641d;
}
.swiper-pagination-bullet-active{width: 25px !important; border-radius: 5px !important; background-color:#3c61cb !important;border-color:#0860c0 !important;}




.wp{width:100%;max-width:1200px;margin:0 auto}

.bg-pages{background-repeat:no-repeat;background-position:center bottom;padding:36px 0}
.bg-pages.bg-cover{-webkit-background-size:cover;background-size:cover}
.tit-h1{text-align:center;padding:21px 0}
.tit-h1.border{border-bottom:1px solid #e1e1e1}
.tit-h1 .title{font-size:42px;color:#333;font-weight:400}
.tit-h1 .title span{color:#da3f2e}
.tit-h1 .sub{font-size:18px;color:#999;font-weight:700;letter-spacing:.5em;text-indent:.25em;padding-bottom:5px}
.tit-h1.s2 .title,.tit-h1.s2 .title span{color:#fff}
.tit-h1.s2.border{border-color:#fff;border-color:rgba(255,255,255,.3)}
.truss-pic{padding:40px 0;margin-bottom:84px;
	font-size: 14px;
	color: #4d4f53;
	line-height: 2.11;
	/*padding: 0 50px;*/
	/*letter-spacing: 2px;*//*max-width: 677px;margin: 0 auto;*/
}
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:after,.slick-track:before{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir=rtl] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}


.slider-for .slick-prev{left:-70px}
.slider-for .slick-next{right:-70px}
.slider-nav .slick-list{width:60%}
.m-industry {
	overflow: hidden;
	padding-top: 36px;
	background-repeat: no-repeat;
	background-position: center bottom
}

.industry {
	overflow: hidden;
	margin-bottom: 65px
}

.industry .txt {
	overflow: hidden;
	width: 83%;
	margin: 22px auto 32px;
	font-size: 14px;
	line-height: 2.2em;
	color: #333;
	text-align: center
}

.industry .pic {
	position: relative;
	overflow: hidden
}

.industry .pic img {
	display: block
}

.industry .pic h3 {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -21px;
	font-size: 30px;
	color: #fff;
	line-height: 1.33em;
	text-align: center;
	padding: 0 10px;
	max-height: 2.66em;
	overflow: hidden
}

.achievements {
	overflow: hidden;
	/*margin-bottom: 116px*/
	margin-top: 30px;
}

.slider-for {
	margin-top: 40px;
	margin-bottom: 27px
}

.slider-for:after {
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	width: 100%;
	height: 0
}

.slider-for .item {
	overflow: hidden;
	position: relative
}

.slider-for .txt {
	float: left;
	width: 50%;
	background: url(../img/bg5.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 177px 230px 195px 75px;
	font-size: 14px;
	color: #fff;
	line-height: 2.2em;
	text-transform: uppercase;
	box-sizing: border-box;
}

.slider-for .txt h3 {
	font-size: 24px;
	text-align: center;
	line-height: 1.25em;
	margin-bottom: 20px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.slider-for .txt p {
	height: 11em;
	overflow: hidden;
}

.slider-for .txt a {
	display: block;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	margin: 64px auto 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.slider-for .txt a:hover {
	background-color: #fff;
	color: #da3f2e
}

.slider-for .pic {
	float: right;
	width: 800px;
	height: 600px;
	overflow: hidden;
	position: absolute;
	top: 40%;
	right: 0;
	margin-top: -245px
}

.slider-for .pic:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05)
}

.slider-for .slick-next,
.slider-for .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -27.5px;
	overflow: hidden;
	width: 55px;
	height: 55px;
	font-size: 0;
	line-height: 0;
	z-index: 4;
	border: none;
	border-radius: 50%;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.slider-for .slick-prev {
	left: -116px;
	background-image: url(../img/iconq4.png)
}

.slider-for .slick-next {
	right: -116px;
	background-image: url(../img/iconq5.png)
}

.slider-for .slick-next:hover,
.slider-for .slick-prev:hover {
	background-color: #da3f2e
}

.slider-nav {
	text-align: center;
	position: relative
}
.slider-nav:after {
	content: '';
	height: 1px;
	background-color: #e1e1e1;
	position: absolute;
	bottom: 6px;
	left: 0;
	right: 0;
	z-index: 1
}

.slider-nav .slick-list {
	margin: 0 auto;
	width: 36.5%;
	z-index: 2
}

.slider-nav .item {
	text-align: center
}

.slider-nav span {
	display: inline-block;
	font-size: 16px;
	color: #000;
	line-height: 2.5em;
	padding-bottom: 11px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	cursor: pointer
}

.slider-nav span:after {
	content: '';
	height: 5px;
	background-color: #da3f2e;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	filter: alpha(Opacity=0);
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.slider-nav .slick-current span:after {
	opacity: 1;
	filter: alpha(opacity=100);
	filter: alpha(Opacity=100);
	/*-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'*/
}




@media only screen and (min-width: 100px) and (max-width: 1440px) {
	#home-news {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	background:#f2f3f5;
	padding: 50px 0% !important;
	box-sizing: border-box;
	}
}




#home-news {
	width: 1360px;
	overflow: hidden;
	margin: 50px auto;
}
#home-news .tt2{
	width: 1360px;
	height:100px;
}
#home-news .tt2 h2{
	font-size: 48px;
	color: #000;
	line-height: 80px;
	float: left;
	margin: 0;
}

#home-news .tt2 p{
	font-size: 18px;
	color: #666;
	line-height: 80px;
	text-align: left;
	float: left;
	padding-left: 50px;
}
#home-news .tt2>a{
	width: 150px;
	height: 50px;
	display: block;
	background: #007031;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	float: right;
	text-align: center;
	margin-top: 10px;
}
#home-news .tt2>a:hover{
	background: #555;
}


#home-news .list .text h3,
.md-cooperate .tit,
.md-news li .text h3 {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
#home-news .list {
	height: 620px;
	width: 100%;
}

#home-news .list .item {
	position: relative;
	transition: 0.5s;
	padding: 15px 2% 0px 2%;
	height: 120px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #f8f8f8;
	margin-bottom: 15px;
}



#home-news .list .title {
	transition: 0.5s;
	float: right;
	width: 20%;
	text-align: center;
}

#home-news .list .title h3 {
	font-size: 36px;
	color: #333333;
	/*margin-bottom: 10px*/
	margin: 0;
}

#home-news .list .title span {
	font-size: 16px;
	color: #666666
}
#home-news .list .text{
	float: left;
	width: 80%;
}
#home-news .list .text h3 {
	/*margin-bottom: 25px;*/
	margin: 0;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

#home-news .list .text p {
	font-size: 16px;
	line-height: 27px;
	color: #333333;
}


#home-news .item:hover {
	background-size: cover;
	padding-top: 30px;
	border-left: 5px solid #04843b;
}
#home-news .item:hover{
	box-shadow: 0px 0px 15px #ccc;
}
#home-news .item:hover .text h3 {
	color: #04843b;
}

#home-news .item:hover .title span {
	color: #000;
}

#home-news .item:hover p {
	color: #000;
}

#home-news .item:hover:before,
#home-news .item:hover:after {
	opacity: 1;
	filter: alpha(opacity=100)
}

#home-news .item:hover:before {
	-webkit-transform: rotate(45deg) scale(1, 1);
	-ms-transform: rotate(45deg) scale(1, 1);
	transform: rotate(45deg) scale(1, 1)
}

#home-news .item:hover:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
#home-news .news_l{
	float: left;
	width: 630px;
	height: 550px;
	background: #333;
	position: relative;
}
#home-news .news_l img{
	width: 100%;
	height: 473px;
}
#home-news .news_l .item2 {
	position: absolute;
	height: 130px;
	display: block;
	width: 100%;
	box-sizing: border-box;
	background: #04843b;
	z-index: 999;
	bottom: 0;
	left: 0;
	padding: 20px;
	border-radius: 0px 50px 0px 0px;
}
#home-news .news_l .title2 {
	float: left;
	width: 100px;
	text-align: center;
}

#home-news .news_l .title2 h3 {
	font-size: 36px;
	color: #fff;
	/*margin-bottom: 10px*/
	margin: 0;
}

#home-news .news_l .title2 span {
	font-size: 16px;
	color: #fff;
}
#home-news .news_l .text2{
	float: right;
	width: 490px;
}
#home-news .news_l .text2 h3 {
	/*margin-bottom: 25px;*/
	margin: 0;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

#home-news .news_l .text2 p {
	font-size: 16px;
	line-height: 25px;
	color: #fff;
}




#home-news .news_r{
	float: right;
	width: 700px;
}




@keyframes myfirst {
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		padding-top: 15px;
	}
	100% {
		padding-top: 25px;
	}
}

#footer {
	width: 100%;
	overflow: hidden;
	background:#2e3033;
}

.foot {
	width: 1400px;
	height: 410px;
	margin: 20px auto 60px;
	/*background: #eee;*/
	box-sizing: border-box;
}
.foot-nav{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 1px #45484c;
	display: table;
	padding: 0px 5%;
	box-sizing: border-box;
}
.foot-nav a{
	font-size: 22px;
	color: #fff;
	line-height: 100px;
	width: 14.2%;
	float: left;
}
.foot-nav a:hover{color: #ef5203;}
.foot-nr{
	width: 100%;
	display: table;
	margin: 50px 0px;
}
.foot .b-2weima {
	width: 250px;
	text-align: center;
	font-size: 16px;
	color: #7b7c7e;
	float: left;
	
}
.foot .b-2weima img {
	display: block;
	margin: 10px auto 10px;
}
.foot .b-contact {
	width: 400px;
	float: left;
	padding-left: 50px;
	border-left: solid 1px #45484c;
	border-right: solid 1px #45484c;
}

.foot .b-contact p {
	font-size: 16px;
	color: #7b7c7e;
	line-height: 30px;
}


.foot .b-contact strong {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	display: table;
	font-weight: normal;
	background: url(../img/b-tel.jpg) left center no-repeat;
	padding-left: 60px;
}
.foot .b-contact span{
	font-size: 36px;
	font-family: impact;
	color: #ef5203;
}

.foot .b-link{
	padding-left: 50px;
	float: right;
	width: 640px;
}
.foot .b-link strong {
	font-size: 20px;
	color: #fff;
	line-height: 50px;
	display: table;
	font-weight: normal;
	background: url(../img/b-link.jpg) left center no-repeat;
	padding-left: 60px;
}
.foot .b-link p{
	margin-top: 15px;
}
.foot .b-link p a {
	font-size: 16px;
	color: #7b7c7e;
	line-height: 30px;
	margin: 10px;
}
.foot .b-link p a:hover{ color:#fff;}



#copy {
	width:100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	font-size: 16px;
	color: #7b7c7e;
	border-top: solid 1px #45484c;
	margin: 0 auto;
}

#copy p {
	width: 1300px;
	margin: 0 auto;
}

#copy a {
	color: #7b7c7e;
}

#copy a:hover {
	color: #fff;
}

#copy img {
	float: right;
	margin-left: 50px;
	margin-top: 7px;
}



/*内页左侧*/
/*#main1400{
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 50px;
}*/
#ny-l{
	width: 280px;
	overflow: hidden;
	float: left;
}
#ny-r{
	width: 1080px;
	overflow: hidden;
	float: right;
	/*background: #666;*/
}

.pro-l{
	width: 280px;
	overflow: hidden;
	background: #ff0000;
}
.pro-l .tt{
	width: 100%;
	height: 168px;
	background: #3c61cb;
	padding: 30px 0px;
	box-sizing: border-box;
}
.pro-l .tt h3{
	font-size: 44px;
	color: #fff;
	padding: 0;
	margin: 0;
	/*height: 20px;*/
	line-height: 40px;
}
.pro-l .tt h2{
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

/*左侧折叠分类*/
.menu_head {
	width:100%;
	height: 55px;
	line-height: 55px;
	padding-left: 20px;
	font-size: 18px;
	color: #333;
	cursor: pointer;
	position: relative;
	margin: 0px;
	/*font-weight: bold;*/
	background: url(../img/left02.png) 240px center no-repeat #cbcbcb;
	box-sizing: border-box;
	border-bottom: solid 1px #fff;
}
.menu_head>a{ color: #333 !important;}
.menu_head>a:hover{ color: #000;}
.menu_list .current {
	background: url(../img/left02.png) 240px center no-repeat #e6e6e6;
}
.menu_body {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 38px;
	background:#fff;
	
}
.menu_body a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding-left: 30px;
	color: #777777;
	/*background:url(../img/left01.jpg) 15px center no-repeat;*/
	text-decoration: none;
	border-bottom:dashed 1px #ddd;
	font-size: 16px;
}
.menu_body a:hover {
	text-decoration: none;
}



.lx-l{
	width: 280px;
	height: 380px;
	background: #3c61cb;
	overflow: hidden;
}
.lx-l p{
	padding: 30px 0px;
	box-sizing: border-box;
}
.lx-l p span{
	font-size: 18px;
	color: #fff;
	display: table;
	width: 100%;
	text-align: center;
}
.lx-l p span img{
	vertical-align: middle;
	margin-right: 10px;
}
.lx-l p i{
	font-size: 38px;
	color: #fff;
	width: 100%;
	display: table;
	text-align: center;
	font-family: impact;
}
.lx-l>img{
	width: 100%;
}
.posi01{
	width: 1069px;
	height: 47px;
	background: url(../img/home.jpg) left top no-repeat #d1d1d1;
	font-size: 18px;
	color: #333;
	line-height: 47px;
	padding-left: 60px;
}
.posi01 a{
	color: #333;
}
.posi01 a:hover{color: #3aa936;}

.posi02{
	width: 1360px;
	height: 47px;
	background: url(../img/home.jpg) left top no-repeat #d1d1d1;
	font-size: 18px;
	color: #333;
	line-height: 47px;
	padding-left: 60px;
	box-sizing: border-box;
	margin: 0 auto;
}
.posi02 a{
	color: #333;
}
.posi02 a:hover{color: #3aa936;}

.ny-pro-box{
	width: 100%;
	overflow: hidden;
	padding: 20px 0px;
}
.ny-pro-box dl{
	width: 350px;
	height: 310px;
	background: #fff;
	float: left;
	margin: 10px 5px;
	box-sizing: border-box;
	overflow: hidden;
	
}
.ny-pro-box dl dt{
	width: 100%;
	height: 260px;
	display: table;
	position: relative;
}
.ny-pro-box dl dt img{
	width: 100%;
	height: 260px;
	display: block;
}
.ny-pro-box dl dd{
	height: 50px;
	background: #ddd;
	line-height: 50px;
	padding: 0px 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;

}
.ny-pro-box dl dd a{
	font-size: 20px;
	color: #000;
	margin-right: 10px;
	
}
.ny-pro-box dl dt p{
	width: 100%;
	height: 0px;
	background: rgb(46,90,189,.3);
	position: absolute;
	z-index: 22;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.ny-pro-box dl:hover dt p{
	height: 100%;
}
.ny-pro-box dl:hover dd{
	background: #2e5abd;
	color: #fff !important;
}
.ny-pro-box dl:hover dd a{
	color: #fff !important;
}
/*内页新闻*/
.news_list li {
	/*border: 1px solid #E6E6E6;*/
	background: #f1f1f1;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.box2{
	width: 1400px;
	margin: 0 auto;
}


/*内页关于我们*/
.zy_banner {
	width: 100%;
	height: 500px;
	margin: 0px auto 0;
}

.company_banner {
	background: url(../Img/company_banner.jpg) top center no-repeat #333;
}
.container {
	width: 1200px;
	margin: 0 auto;
}

.hgroup {
	background: #f1f1f1;
	width: 100%;
	height: 140px;
	margin-bottom: 50px;
}

.hgroup .box {
	/*padding: 20px 0px;*/
	position: relative;
	width: 1400px;
	margin: 0 auto;
}


.hgroup h3 {
	color: #2e5abd;
	font-size: 34px;
	line-height: 60px;
	font-weight: 500;
	padding-top:20px;
	margin: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}


.hgroup p {
	color: #707070;
	font-size: 14px;
	line-height: 30px
}

.hgroup p a {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	font-size: 14px;
	color: #666;
}

.hgroup p a:hover {
	text-decoration: underline
}

.hgroup p a:not(:last-child)::after {
	content: '-';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	height: 0;
	line-height: 0;
	margin: auto
}


.hgroup nav {
	height: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 20px;
	color: #666;
	line-height: 140px;
}

.hgroup nav a {
	line-height: 140px;
	padding: 0px 20px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	color: #666;
	font-size: 20px;
	/*background: #fff;*/
	float: left;
	margin: 0;
}

.hgroup nav a:hover,
.hgroup nav a.act {
	background: #049a46;
	color: #fff;
}

.hgroup nav em {
	color: #9a9a9a;
	font-size: 22px;
	line-height: 140px
}







.ny_top_lei{
	width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	position:absolute;
	z-index: 22;
	bottom: 0;
	/*left: 0;
	right: 0;*/
	margin: 0 auto;
	display: flex;
	justify-content:center;
}

.ny_top_lei a {
	width: 170px;
	line-height: 70px;
	padding: 0px 10px;
	text-align: center;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	display:block;
	color: #333;
	font-size: 20px;
	align-items: center;
	flex: inherit;
	background: #ddd;
	margin: 0px 5px;
}

.ny_top_lei a:hover,
.ny_top_lei a.act {
	background: #dd0000;
	color: #fff;
}


/* InpageTitle */

.InpageTitle {
	width: 100%;
	text-align: center;
	padding-top: 52px;
}

.InpageTitle h3 {
	font-size: 30px;
	color: #333333;
	font-weight: normal;
}

.InpageTitle i {
	display: block;
	width: 41px;
	height: 2px;
	background: #0f98a5;
	margin: 16px auto 0;
}


/* InpageTitle2 */

.InpageTitle2 {
	width: 100%;
	text-align: center;
	padding-top: 52px;
}

.InpageTitle2 h3 {
	font-size: 30px;
	color: rgb(51, 51, 51);
	font-weight: normal;
}

.InpageTitle2 i {
	display: block;
	height: 2px;
	background: #315cc5;
	width: 42px;
	margin: 20px auto 0;
}

.InpageTitle2 p {
	font-size: 12px;
	color: #999999;
	font-family: arial;
	margin-top: 8px;
	text-transform: uppercase;
}


/* InpageAddress */

.InpageAddress {
	width: 100%;
	height: 62px;
	border-bottom: 1px solid #eaeaea;
}

.InpageAddress a.homePage {
	display: block;
	width: 64px;
	height: 62px;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background: url(../img/home.png) no-repeat center;
	float: left;
}

.InpageAddress .p1 {
	line-height: 62px;
	float: left;
	margin-left: 16px;
}

.InpageAddress .p1 a {
	display: block;
	padding-right: 14px;
	background: url(../img/Inpage/InpageAddress_icon02.png) no-repeat right center;
	font-size: 14px;
	color: #666666;
	float: left;
	margin-left: 10px;
}

.InpageAddress .p1 a:first-child {
	margin-left: 0;
}

.InpageAddress .p1 a:last-child {
	color: #315cc5;
	background-image: none;
}

.InpageAddress .p2 {
	float: right;
}

.InpageAddress .p2 a {
	display: block;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	height: 61px;
	line-height: 61px;
	float: left;
	margin-left: 26px;
	text-decoration: none;
}

.InpageAddress .p2 a.cur {
	color: #333333;
	border-bottom: 2px solid #fa8815;
}

.InpageAddress .p2 a:hover {
	color: #333333;
	border-bottom: 2px solid #fa8815;
}


/* about 关于我们 */


/*内页关于我们*/

.sub_address {
	height: 70px;
	background: #f3f3f3;
	width: 100%;
	margin-bottom: 30px;
}

.sub_lm_all {
	width: 1280px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	color: #666666;
}

.sub_lm_all span {
	display: block;
}

.sub_lm_all span:nth-child(1) {
	position: relative;
	font-size: 24px;
	color: #282828;
	height: 30px;
	line-height: 30px;
	margin-top: 20px;
	padding-left: 20px;
}

.sub_lm_all span:nth-child(1):after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 30px;
	background: #333;
}

.sub_lm_all span:nth-child(2) i {
	display: block;
	background: url(../images/home.png) no-repeat left top;
	width: 17px;
	height: 17px;
	float: left;
	margin: 27px 5px 0 0;
}

.container {
	width: 1200px;
	margin: 0 auto;
}


/* aboutProfile */

.aboutProfile {
	width: 100%;
	background: #f6f6f6;
}

.aboutProfile .mainCon {
	width: 100%;
}

.aboutProfile .mainCon .box1 {
	width: 100%;
	height: 486px;
	padding-bottom: 52px;
}

.aboutProfile .mainCon .box1 dl {
	width: 100%;
}

.aboutProfile .mainCon .box1 dt {
	width: 480px;
	height: 486px;
	position: relative;
	float: left;
}

.aboutProfile .mainCon .box1 dt h3 {
	padding: 30px 0 20px 28px;
	width: 255px;
	height: 450px;
	background: #1469ca;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}

.aboutProfile .mainCon .box1 dt img {
	position: absolute;
	top: 100px;
	right: 0;
	display: block;
}

.aboutProfile .mainCon .box1 dd {
	width: 668px;
	float: right;
	margin-top: 76px;
}

.aboutProfile .mainCon .box1 dd p {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
}

.aboutProfile .mainCon .box2 {
	background: url(../img/aboutProfileBg02.jpg) no-repeat center;
	height: 448px;
	width: 100%;
}

.aboutProfile .mainCon .box2 .con {
	padding: 49px 50px 0 28px;
	width: 768px;
	height: 318px;
	background: url(../img/aboutProfileBg01.jpg) no-repeat center;
}

.aboutProfile .mainCon .box2 .con p {
	font-size: 14px;
	color: #888888;
	line-height: 30px;
}


/* aboutMien */

.aboutMien {
	width: 100%;
	padding-bottom: 40px;
	background: #fff;
}

.aboutMien .mainCon {
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 34px;
}

.aboutMien .mainCon span {
	display: block;
	width: 10px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	overflow: hidden;
	z-index: 99;
}

.aboutMien .mainCon .btn01 {
	background: url(../img/aboutMienBtn01.png) no-repeat left top;
	left: 216px;
}

.aboutMien .mainCon .btn02 {
	background: url(../img/aboutMienBtn02.png) no-repeat left top;
	right: 216px;
}

.aboutMien .aboutMienCon {
	overflow: hidden;
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	position: relative
}

.aboutMien .aboutMienCon .aboutMienBox {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
}

.aboutMien .aboutMienCon .iteam .Pic {
	position: relative;
	display: block;
}

.aboutMien .aboutMienCon .iteam ../img {
	display: block
}

.aboutMien .aboutMienCon .iteam b {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/aboutMienBg.png) repeat;
}

.aboutMien .aboutMienCon .iteam.active b {
	display: none;
}

.aboutMien .aboutMienCon .iteam.active {
	height: 400px;
	top: 0 !important;
}

.aboutMien .aboutMienCon .iteam.active .Pic {
	box-shadow: 1px 6px 4px #ebebeb;
	display: block;
	border: 5px solid #f6f6f6;
}

.aboutMien .aboutMienCon .iteam.active p {
	color: #666666;
	font-size: 15px;
	margin-top: 15px;
	text-align: center;
}


/* aboutHonor */

.aboutHonor {
	width: 100%;
	padding-bottom: 60px;
	background: #f6f6f6;
}

.aboutHonor .mainCon {
	width: 100%;
	position: relative;
	margin-top: 34px;
}

.aboutHonor .mainCon i {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	position: absolute;
	top: 80px;
	overflow: hidden;
	z-index: 99;
}

.aboutHonor .mainCon .btn01 {
	background: url(../img/aboutHonorBtn01.png) no-repeat left top;
	left: -70px;
}

.aboutHonor .mainCon .btn02 {
	background: url(../img/aboutHonorBtn02.png) no-repeat left top;
	right: -70px;
}

.aboutHonor .mainCon .aboutHonorCon {
	width: 100%;
	position: relative;
	height: 280px;
	overflow: hidden;
}

.aboutHonor .mainCon .aboutHonorCon ul {
	width: 105%;
	position: absolute;
	top: 0;
	left: 0;
}

.aboutHonor .mainCon .aboutHonorCon li {
	width: 276px;
	float: left;
	margin-right: 20px;
	border: solid 2px #ddd;
}

.aboutHonor .mainCon .aboutHonorCon li p {
	width: 276px;
	height: 220px;
	background: url(../img/aboutHonorBg.png) no-repeat center;
	padding: 9px;
	box-sizing: border-box;
}

.aboutHonor .mainCon .aboutHonorCon li p a>img {
	width: 100%;
	height: 190px;
}

.aboutHonor .mainCon .aboutHonorCon li span {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #666;
	text-align: center;
}

.aboutHonor .mainCon .aboutHonorCon li ../img {
	display: block;
	margin: 0 auto;
}


/* aboutHistory */

.aboutHistory {
	width: 100%;
	background: url(../img/aboutHistoryBg01.jpg) no-repeat center;
	height: 713px;
}

.aboutHistory .InpageTitle2 h3 {
	color: #fff;
}

.aboutHistory .InpageTitle2 p {
	color: #d0ebee;
}

.aboutHistory .InpageTitle2 i {
	background: #fff;
}

.aboutHistory .mainCon {
	width: 100%;
	position: relative;
	margin-top: 42px;
}

.aboutHistory .mainCon {
	width: 100%;
	position: relative;
	margin-top: 34px;
}

.aboutHistory .mainCon i {
	display: block;
	width: 42px;
	height: 42px;
	cursor: pointer;
	position: absolute;
	top: 170px;
	overflow: hidden;
	z-index: 99;
}

.aboutHistory .mainCon .btn01 {
	background: url(../img/aboutHonorBtn01.png) no-repeat left top;
	left: -70px;
}

.aboutHistory .mainCon .btn02 {
	background: url(../img/aboutHonorBtn02.png) no-repeat left top;
	right: -70px;
}

.aboutHistory .mainCon .conBox .box1 {
	height: 379px;
	width: 1200px;
	position: relative;
	overflow: hidden;
}

.aboutHistory .mainCon .conBox .box1 ul {
	position: absolute;
	top: 0;
	left: 0;
}

.aboutHistory .mainCon .conBox .box1 li {
	float: left;
	width: 1200px;
	height: 379px;
}

.aboutHistory .mainCon .conBox .box1 dl {
	padding-top: 34px;
	background: url(../img/aboutHistoryBg02.jpg) no-repeat center;
	height: 345px;
}

.aboutHistory .mainCon .conBox .box1 dt {
	width: 595px;
	float: left;
	margin-left: 36px;
}

.aboutHistory .mainCon .conBox .box1 dd {
	width: 467px;
	float: left;
	margin-left: 48px;
	padding-top: 92px;
}

.aboutHistory .mainCon .conBox .box1 dd h3 {
	font-size: 26px;
	color: #fa8815;
}

.aboutHistory .mainCon .conBox .box1 dd p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 34px;
}

.aboutHistory .mainCon .conBox .box2 {
	background: url(../img/aboutHistoryBg03.png) no-repeat center 3px;
	margin-top: 42px;
	width: 1170px;
	padding: 0 15px;
	height: 60px;
	position: relative;
	overflow: hidden;
}

.aboutHistory .mainCon .conBox .box2 ul {
	position: absolute;
	top: 0;
	left: 0;
}

.aboutHistory .mainCon .conBox .box2 li {
	width: 78px;
	float: left;
	text-align: center;
}

.aboutHistory .mainCon .conBox .box2 li span {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/aboutHistory_icon01.png) no-repeat center;
	margin: 0 auto;
}

.aboutHistory .mainCon .conBox .box2 li p {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-top: 10px;
}

.aboutHistory .mainCon .conBox .box2 li.cur span {
	background: url(../img/aboutHistory_icon02.png) no-repeat center;
}


/* aboutCulture */

.aboutCulture {
	width: 100%;
	background: url(../img/aboutCultureBg.jpg) no-repeat center;
	height: 600px;
}

.aboutCulture .mainCon {
	width: 95%;
	position: relative;
	margin: 30px auto 0px;
	display: table;
}

.aboutCulture .mainCon ul li {
	float: left;
	padding-top: 25px;
	width: 140px;
	margin: 10px 40px;
	background: #fff;
	height: 140px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	border-radius: 50%;
	/*border: solid 1px #ccc;*/
}

.aboutCulture .mainCon li p {
	margin-top: 10px;
	color: #888888;
	line-height: 18px;
	font-size: 14px;
	padding: 0 26px;
}

.aboutCulture .mainCon li:hover {
	background: #315cc5;
}

.aboutCulture .mainCon h3 {
	font-size: 18px;
	color: #333333;
	padding: 0;
	margin: 0;
}

.aboutCulture .mainCon li:hover h3,
.aboutCulture .mainCon li:hover p {
	color: #fff;
}
.pro_nav .menu .v1{
	background:#333;
	color: #fff;
	font-size: 24px;
	line-height: 45px;
	
}
.pro_nav .menu dd a{
	background:#fff;
	color: #333;
	font-size: 20px;
	line-height: 45px;
	/*border-bottom: solid 1px #ddd;*/
	width: 80%;
	margin: 3px auto;
}
.pro_nav_1 {
	float: left;
	width: 320px;
	background-color: #fff;
}

.pro_nav h2 {
	width: 320px;
	height: 100px;
	font-size: 26px;
	color: #fff;
	line-height: 100px;
	text-align:left;
	background: #04843b;
	margin: 0 0px 20px;
	padding-left:50px;
	box-sizing: border-box;
}

.pro_nav li {
	width: 90%;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin: 10px auto;
}

.pro_nav a {
	display: block;
	color: #000;
	/*background: url(../Img/pro000.png) no-repeat 20px center;*/
	padding-left: 35px;
	font-size: 16px;
	text-decoration: none
}
.pro_nav a img{
	margin-right: 15px;
}
.pro_nav a b {
	display: block;
	width: 21px;
	height: 40px;
	background: url(../Img/pro00.png) center center no-repeat;
	float: right;
	margin-right: 20px;
	*position: relative;
	*left: 0;
	*top: -31px
}

.pro_nav .next_nav {
	position: relative;
	left: 322px;
	top: -31px;
	display: none;
}

.pro_nav .next_nav li {
	width: 165px;
	height: 30px;
	background: none;
	background-color: #666;
	opacity: 0.9;
}

.pro_nav .next_nav a {
	background: none;
	color: #fff;
	padding: 0;
	padding-left: 35px
}

.pro_nav .cur,
.pro_nav li:hover {
	background-color: #545454
}

.pro_nav .cur a,
.pro_nav li:hover a {
	background: url(../Img/pro001.png) no-repeat 20px center;
	color: #fff
}

.pro_nav .cur b,
.pro_nav li:hover b {
	background: url(../Img/pro01.png) center center no-repeat
}

.pro_nav .cur .next_nav,
.pro_nav li:hover .next_nav {
	display: block
}

.pro_nav .pro_nav_2 {
	background-color: #fff;
}

.pro_nav .pro_nav_2 h2 {
	height: 40px;
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #1469ca;
	overflow: hidden;
}

.pro_nav .pro_nav_2 .first_nav {
	margin: 20px 0;
	overflow: hidden;
}


/*内页样式*/
/*product css*/
#product_lis dl{width: 100%;padding:50px 0;}
#product_lis dl:nth-of-type(even){background: url(../Image/product_li_even.jpg) no-repeat;background-attachment: fixed;}
#product_lis dl dt{width: 1200px;margin:0 auto;margin-bottom: 40px;}


#product_lis dl dt .pro_tit{width: 800px;height: 110px; margin:0 auto;background: url(../Image/product_li_tit.png) top no-repeat; background-position:150px 20px;}
#product_lis dl dt .pro_tit p{color: #666666;font-size: 16px;line-height: 42px;text-align: center;}
#product_lis dl dt .pro_tit h4{color: #333333;font-size: 34px;line-height: 40px;text-align: center;}
#product_lis dl dt .pro_tit a{display: block;width: 120px;height: 32px;line-height: 32px;text-indent: 20px; background: #ffc71c url(../Image/product_li_arrow.png) 85px center no-repeat; color: #000000;font-size: 14px;margin:0 auto;margin-top: 10px;transition: all .4s;}
#product_lis dl dt .pro_tit a:hover{background: #f4b904 url(../Image/product_li_arrow.png) 85px center no-repeat;}
#product_lis dl:nth-of-type(even) dt .pro_tit h4{color: #fff;}
#product_lis dl:nth-of-type(even) dt p{color: #999999;}
#product_lis dl dd{width: 1400px;margin:0 auto;}
#product_lis dl dd li{width: 445px;height: 470px;background: #f3f3f3;float: left;margin: 10px;transition: all .4s;}
#product_lis dl dd li:last-child{margin-right: 0;}
#product_lis dl dd li ._pro_img{width: 445px;height: 320px;overflow: hidden;margin:0 auto;margin-bottom: 30px;}
#product_lis dl dd li ._pro_img img{width: 445px;height: 320px;transition: transform 1s ease 0s;}
#product_lis dl dd li:hover ._pro_img img{transform: scale(1.05,1.05);}
#product_lis dl dd li ._pro_tit{width: 380px;line-height: 30px;height: 30px;margin:0 auto;}
#product_lis dl dd li ._pro_tit a{color: #333333;font-size: 20px;font-weight: bold;}
#product_lis dl dd li ._pro_table{width: 380px;margin:15px auto;}
#product_lis dl dd li ._pro_table table{background: #5b5b5b;text-align:center;}
#product_lis dl dd li ._pro_table table th{background: #6e6e6e;color: #fff;font-size: 13px;font-weight: normal;line-height: 25px;}
#product_lis dl dd li ._pro_table table td{background: #f3f3f3;color: #333333;line-height: 25px;font-size: 13px;}
#product_lis dl dd li ._pro_details{width: 380px;margin:0 auto;}
#product_lis dl dd li ._pro_details p{line-height: 24px;color: #999;font-size: 14px;background: url(../Image/pro_ico.png) left 10px no-repeat;/*padding-left: 15px;*/margin-bottom: 10px;}
#product_lis dl dd li ._pro_btn{width: 380px;margin:0 auto;margin-top: 20px;}
#product_lis dl dd li ._pro_btn a{display: block;width: 132px;height: 33px;line-height: 33px;border:solid 1px #ccc;text-align: center;color: #666;font-size: 14px;margin-right: 12px;float: left;transition: all .4s;}
#product_lis dl dd li ._pro_btn a:hover{border:solid 1px #ccc;background:#ccc;color: #fff;}
#product_lis dl dd li:hover{color:#fff;background: #ffc71c;-moz-box-shadow:4px 4px 10px #000; -webkit-box-shadow:4px 4px 10px #000; box-shadow:4px 4px 10px #000;}
#product_lis dl:nth-of-type(odd) dd li:hover{background: #049a46;-moz-box-shadow:4px 4px 10px #828282; -webkit-box-shadow:4px 4px 10px #828282; box-shadow:4px 4px 10px #828282; color: #fff;}
#product_lis dl dd li:hover ._pro_table table td{background: #ffc71c;}
#product_lis dl dd li:hover ._pro_table table th{background: #333;}
#product_lis dl dd li ._pro_btn a:hover {background: #333333;color: #ffc71c;}
#pro_nav{width: 100px;position: fixed;left: 5%;top:40%;}
#pro_nav ul{border:solid 3px #352a09;border-left: none;border-right: none;margin-top:3px;}
#pro_nav ul li{border-bottom: solid 1px #7f630e;}
#pro_nav ul li a{display: block;padding:10px;line-height: 28px; background: #ffc71c;color: #000000;font-size: 16px;text-align: center;}
#pro_nav ul li.current a {background: #030304;color: #fff;}
#product_item{width: 1400px;margin:0 auto;}
#product_item li{width: 450px;height: 630px;background: #f3f3f3;float: left;margin-right: 25px;margin-bottom: 30px; transition: all .4s;}
#product_item li:nth-child(3n){margin-right: 0;}
#product_item li ._product_img{width: 450px;height: 280px;overflow: hidden;margin:0 auto;margin-bottom: 30px;}
#product_item li ._product_img img{width: 450px;height: 280px;transition: transform 1s ease 0s;}
#product_item li:hover ._product_img img{transform: scale(1.05,1.05);}
#product_item li ._product_tit{width: 380px;line-height: 30px;height: 30px;margin:0 auto;}
#product_item li ._product_tit a{color: #333333;font-size: 20px;font-weight: bold;}
#product_item li ._product_table{width: 380px;margin:15px auto;}
#product_item li ._product_table table{background: #5b5b5b;text-align:center;}
#product_item li ._product_table table th{background: #6e6e6e;color: #fff;font-size: 13px;font-weight: normal;line-height: 25px;}
#product_item li ._product_table table td{background: #f3f3f3;color: #333333;line-height: 25px;font-size: 13px;}
#product_item li ._product_details{width: 380px;margin:0 auto;}
#product_item li ._product_details p{line-height: 24px;color: #333333;font-size: 14px;background: url(../Image/pro_ico.png) left 10px no-repeat;padding-left: 15px;margin-bottom: 10px;}
#product_item li ._product_btn{width: 380px;margin:0 auto;margin-top: 20px;}
#product_item li ._product_btn a{display: block;width: 132px;height: 33px;line-height: 33px;border:solid 1px #5b5b5b;text-align: center;color: #333333;font-size: 14px;margin-right: 12px;float: left;transition: all .4s;}
#product_item li ._product_btn a:hover{border:solid 1px #5b5b5b;background:#5b5b5b;color: #fff;}
#product_item li:hover{background: #ffc71c;-moz-box-shadow:4px 4px 10px #828282; -webkit-box-shadow:4px 4px 10px #828282; box-shadow:4px 4px 10px #828282;}
#product_item li:hover ._product_table table td{background: #ffc71c;}
#product_item li:hover ._product_table table th{background: #333;}
#product_item li ._product_btn a:hover {background: #333333;color: #ffc71c;}
#product_lis dl dd li:hover ._pro_tit a{
	color: #fff;
}
#product_lis dl dd li:hover ._pro_details p{
	color: #fff;
}
#product_lis dl dd li:hover ._pro_btn a{
	border: solid 1px #fff;
	color: #fff;
}
#pro_nav {
	width: 100%;
	overflow: hidden;
}

#pro_nav h2 {
	width: 100%;
	background: #0458b7;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
}

#pro_nav ul {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #f3f3f3;
}

#pro_nav ul li {
	/*border-bottom: solid 1px #ddd;*/
	margin-bottom: 10px;
	display: block;
	padding: 0px 20px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
	text-align: left;
	background: #fff;
	height: 35px;
	overflow: hidden;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

#pro_nav ul li>a {
	color: #333;
}

#pro_nav ul li>a>img {
	vertical-align: middle;
	margin-right: 10px;
}

#pro_nav ul li p {
	border-bottom: dashed 1px #ccc;
	display: none;
	/*-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;*/
}

#pro_nav ul li p a {
	font-size: 14px;
	padding-left: 10px;
}

#pro_nav ul li:hover {
	background: #0458b7;
}

#pro_nav ul li:hover a {
	color: #fff;
}

#pro_nav ul li:hover p {
	display: block;
	height: auto;
}

.news_show {
	width: 100%;
}

.news_show h1 {
	width: 100%;
	text-align: center;
	line-height: 70px;
}

.news_show .info2 {
	width: 100%;
	background: #eee;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}

.pro-cont {
	width: 1200px;
	overflow: hidden;
	margin: 0px auto;
}

/*.pro-l {
	width: 100%;
	overflow: hidden;
	margin-right: 30px;
	background: #f3f3f3;
	padding: 20px;
	box-sizing: border-box;
}

.pro-l .top {
	border-bottom: 2px solid #ccc;
	height: 40px;
}

.pro-l .top h3 {
	float: left;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	position: absolute;
	padding: 0;
	margin: 0;
}

.pro-l .top h3 em {
	font-weight: bold;
	color: #04843b;
}

.pro-l .top h3 i {
	width: 72px;
	height: 3px;
	background: #04843b;
	position: relative;
	display: block;
	top: 16px;
}

.pro-l .top a.more {
	display: block;
	width: 21px;
	height: 21px;
	float: right;
	margin-top: 4px;
}

.pro-l ul {
	padding-top: 18px;
}

.pro-l ul li {
	white-space: nowrap;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*background: #fff;*/
	/*line-height: 40px;
	border-bottom: dashed 1px #ccc;
}

.pro-l ul li a {
	color: #666;
	padding-left: 10px;
}

.pro-l ul li a:hover {
	color: #315cc5;
}*/*/


/*产品列表页*/

.pro_show {
	width: 100%;
}

.pro_show strong {
	font-weight: bold;
	font-size: 24px;
	line-height: 60px;
	color: #333;
	width: 90%;
	padding: 0px 5%;
}

.pro_show dl {
	width: 90%;
	display: table;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0px 5%;
}

.pro_show dl dd {
	float: left;
}

.pro_show dl dd p {
	font-size: 14px;
	color: #555;
	line-height: 30px;
}

.pro_show dl dd a img {
	margin-top: 20px;
}

.pro_show dl dt {
	float: right;
}

.pro_show dl dt img {
	width: 300px;
	height: 225px;
}

.pro_show2 {
	width: 100%;
	overflow: hidden;
}

.pro_show2 dl {
	width: 31%;
	float: left;
	margin: 10px 1.1%;
}

.pro_show2 dl dt {
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.pro_show2 dl dt img {
	width: 100%;
	height:320px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.pro_show2 dl dd {
	width: 100%;
	height: 50px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}
.pro_show2 dl dd a{
	color: #000;
}
.pro_show2 dl:hover dt img {
	transform: scale(1.1);
}

.banner_about {
	background: url(../img/about_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
	padding: 100px 0px;
	box-sizing: border-box;
}

.banner_about h2 {
	font-size: 36px;
	color: #fff;
	width: 900px;
	margin: 0 auto 20px;
	line-height: 60px;
}

.banner_about h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #315cc5;
	display: block;
}

.banner_about p {
	font-size: 16px;
	color: #fff;
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

.banner_contact {
	background: url(../img/contact_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
}

.banner_contact {
	background: url(../img/contact_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
	padding: 100px 0px;
	box-sizing: border-box;
}

.banner_contact h2 {
	font-size: 36px;
	color: #315cc5;
	width: 900px;
	margin: 0 auto 20px;
	line-height: 60px;
}

.banner_contact h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #315cc5;
	display: block;
}

.banner_contact p {
	font-size: 16px;
	color: #666;
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

.banner_case {
	background: url(../img/case_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
}

.banner_news {
	background: url(../img/news_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
	padding: 100px 0px;
	box-sizing: border-box;
}

.banner_news h2 {
	font-size: 36px;
	color: #315cc5;
	width: 900px;
	margin: 0 auto 20px;
	line-height: 60px;
}

.banner_news h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #315cc5;
	display: block;
}

.banner_news p {
	font-size: 16px;
	color: #666;
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

.banner_pro {
	background: url(../img/pro_ba.jpg) bottom center no-repeat #333;
	height: 400px;
	width: 100%;
	padding: 100px 0px;
	box-sizing: border-box;
}

.banner_pro h2 {
	font-size: 36px;
	color: #fff;
	width: 900px;
	margin: 0 auto 20px;
	line-height: 60px;
}

.banner_pro h2:after {
	content: "";
	width: 50px;
	height: 2px;
	background: #8ea5ea;
	display: block;
}

.banner_pro p {
	font-size: 16px;
	color: #fff;
	width: 900px;
	margin: 0 auto;
	line-height: 30px;
}

#ny_cont {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

#ny_cont td {
	border: solid 1px #ccc;
	line-height: 40px
}

#ny_cont img {
	display: block;
	margin: 10px auto;
	width: 800px;
}

.posi_news {
	font-size: 16px;
	width: 100%;
	background: #ddd;
}

.posi_news a {
	font-size: 16px;
}

.ny-posi {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: url(../img/home2.png) 10px center no-repeat #aaaaaa;
	font-size: 16px;
	padding-left: 30px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.ny-posi a {
	color: #fff;
}

.ny_cont {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.ny_cont>img {
	display: block;
	margin: 10px auto;
	max-width: 90%;
}

.ny_cont h1 {
	font-size: 20px;
	width: 100%;
	text-align: center;
	line-height: 60px;
}

#main1400 {
	width: 1400px;
	overflow: hidden;
	margin: 0px auto 10px;
	/*background: #f4f4f4;*/
}

#ny_contont {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.ny_left {
	width: 290px;
	overflow: hidden;
	float: left;
	background: #f3f3f3;
}

.ny_right {
	width: 1080px;
	overflow: hidden;
	float: right;
	/*background: #f3f3f3;*/
	padding: 0px 30px;
	box-sizing: border-box;
}

.content-head {
	width: 900px;
	overflow: hidden;
	/*background: #ccc;*/
	display: table;
	border-bottom: solid 3px #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.content-head img {
	width: 900px;
	height: 180px;
}

.content-head p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
/*内页新闻*/
.news .nbt{text-align: center;}
.news .nbt li{display:inline-block;height:40px;line-height:40px;width:16%;background: #232323;transform: skew(-20deg);}
.news .nbt li a{display:block;padding:0 30px;font-size:16px;text-align:center;color: #fff;}
.news .nbt li a div{transform: skew(20deg);}
.news .nbt li a:hover{background:#02328d;color:#fff;}
.news .nbt li.hover a{background:#02328d;color:#fff;}
.news .list ul,.news .list li{width:100%;}
.gray{background:#fff;}
.news .list .center{width:980px;margin:0 auto;position:relative;-webkit-transition:all 0.3s linear 0s;transition:all 0.3s linear 0s;left:0;}
.news .list li a{padding:50px 0;display: table;width:980px;margin:0 auto;}
.news .list li a p{color: #000;}
.news .list .num{display:block;width:104px; float:left; padding-right:20px;border-right:1px solid #ddd;line-height:60px;font-size:72px;font-family:"Arial";color:#d2d2d2;font-weight:bold;font-style:italic;}
.news .list .font{display:block;width:83.7%;font-size:18px;line-height:30px; float:right;}
.news .list .font p{ font-size:22px; line-height:35px;}
.news .list .font .intro{font-size: 16px;color: #666; line-height: 30px;}
.news .list li:hover{background-color:#ee510a;}
.news .list li:hover .num,.news .list li:hover .font p,.news .list li:hover .font .intro{color:#fff;}
.news .list li:hover .num img{border:1px solid #fa1e2f;}
.news .list li:hover .center{left:-16px;}
.nr16 {
	font-size: 16px;
	line-height: 30px;
}

.nr16 img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.nr16 strong{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	background: #ec6b6b;
	padding: 0px 20px;
	margin: 5px 0px;
	height: 40px;
	border-radius: 10px;
	display: inline-block;
	/*font-weight: normal;*/
	
}
.nr16 h3{
	color: #dd0000;
	font-size: 26px;
	border-bottom: solid 2px #ec6b6b;
	padding-bottom: 10px;
}
.nr16 td{
	border: solid 1px #ddd;
}
.nr18 {
	font-size: 18px;
	line-height: 33px;
}
.nr18 h1{
	color: #333;
	width: 100%;
	text-align: center;
	line-height: 80px;
}
.ip {
	border: solid 1px #ddd;
}
.nr18_lx {
	line-height: 33px;
	width: 500px;
	float: left;
	text-align: left;
	color: #fff;
	font-size: 18px;
	padding: 50px 50px;
}
.nr18_lx h1{
	color: #fff;
	width: 100%;
	line-height: 60px;
	font-size: 32px;
}
.nr18_lx p{
	width: 100%;
	line-height: 40px;
}
.nr18_lx p img{
	width: 20px;
	margin-right: 10px;
}

/*.label{
	float: left;
}
.enter{
	float: left;
}*/
.ny_lei{
	width: 1360px;
	margin: 10px auto;
	display: table;
}
.ny_lei strong{
	font-size: 30px;
	color:#fff;
	width: 19%;
	line-height: 60px;
	display: block;
	float: left;
	background: #eb7211;
	text-align: center;
	margin-right: 1%;
}
.ny_lei a{
	font-size: 20px;
	color: #000;
	width: 13%;
	display: block;
	float: left;
	line-height: 60px;
	background: #ccc;
	text-align: center;
	margin-right: 0.3%;
}
.ny_lei a:hover{
	background: #eb7211;
	color:#fff;
}
.sypic3 {
	float: left;
	width: 380px;
	height: 430px;
	margin: 10px;
}

.sypic3 dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 380px;
}

.sypic3 dl dt {
	background: #fff;
	width: 100%;
	height: 380px;
	display: block;
	overflow: hidden;
}

.sypic3 dl dt img {
	width: 100%;
	height: 380px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.sypic3 dl dd {
	background: #4c5457;
	color: #fff;
	font-size: 16px;
	/*border: solid 1px #ddd;*/
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sypic3 dl dd a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.sypic3 dl dd a:hover {
	color: #fff;
	background: #315cc5;
}

.sypic3 dl:hover dt img {
	transform: scale(1.1);
}

.sypic3:hover dl {
	box-shadow: 0 0px 20px rgba(102, 102, 102, .65);
}

.case-pic3 {
	float: left;
	width: 280px;
	height: 260px;
	margin: 10px;
}

.case-pic3 dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 260px;
}

.case-pic3 dl dt {
	background: #fff;
	width: 100%;
	height: 220px;
	display: block;
	overflow: hidden;
}

.case-pic3 dl dt a img {
	width: 100%;
	height: 220px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.case-pic3 dl dd {
	background: #fff;
	color: #000;
	font-size: 16px;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.case-pic3 dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}

.case-pic3 dl dd a:hover {
	color: #fff;
	background: #315cc5;
}

.case-pic3 dl:hover dt a img {
	transform: scale(1.5);
}

.video-pic3 {
	float: left;
	width: 260px;
	height: 220px;
	margin: 10px;
}

.video-pic3 dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 220px;
}

.video-pic3 dl dt {
	background: #fff;
	width: 100%;
	height: 180px;
	display: block;
	overflow: hidden;
}

.video-pic3 dl dt a img {
	width: 100%;
	height: 220px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.video-pic3 dl dd {
	background: #fff;
	color: #000;
	font-size: 16px;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.video-pic3 dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}

.case-pic3 dl dd a:hover {
	color: #fff;
	background: #315cc5;
}

.video-pic3 dl:hover dt a img {
	transform: scale(1.5);
}

.sypic4 {
	float: left;
	width: 380px;
	height: 425px;
	margin: 10px;
}

.sypic4 a dl {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 425px;
	background: #eee;
	color: #000;
}

.sypic4 a:hover dl {
	padding: 0;
	margin: 0;
	width: 380px;
	height: 425px;
	background: #cf0000;
	color: #fff;
}

.sypic4 a dl dt {
	background: #fff;
	width: 380px;
	height: 380px
}

.sypic4 a dl dt img {
	width: 380px;
	height: 380px;
}

.sypic4 a dl dd {
	font-size: 16px;
	width: 380px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sypic5 {
	float: left;
	width: 19%;
	height: 270px;
	margin: 5px 0.5%;
}

.sypic5 dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 270px;
}

.sypic5 dl dt {
	background: #fff;
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.sypic5 dl dt img {
	width: 100%;
	height: 210px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.sypic5 dl dd {
	background: #e4e4e4;
	color: #000;
	font-size: 14px;
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sypic5 dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}

.sypic5 dl dd a:hover {
	color: #fff;
	background: #666;
}
.sypic5 dl:hover dt img{
	transform: scale(1.1);
}
.pc_tt {
	width: 100%;
	height: 50px;
	background: #eee;
	border: solid 1px #ddd;
	margin: 0 auto;
	color: #3c61cb;
	line-height: 50px;
	padding-left: 10px;
	margin-top: 20px;
	box-sizing: border-box;
}

.pc_tt h2 {
	font-size: 20px;
	padding: 0;
	margin: 0;
}

.pc_nr {
	width: 100%;
	overflow: hidden;
	padding: 10px;
	margin: 0 auto;
	border: solid 1px #ddd;
	background: #fff;
	box-sizing: border-box;
}


/*页码*/

.list_page {
	text-align: center;
	margin: 10px;
	display: block;
	width: 880px;
}

.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}

.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}

.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}

.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}

.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}
.lieguan{
	width: 100%;
	background: #eee;
	overflow: hidden;
}
.lieguan a{
	font-size: 18px;
	color: #333;
	border-bottom: dashed 1px #ddd;
	line-height: 45px;
	display: block;
	width: 50%;
	padding: 5px 30px;
	box-sizing: border-box;
	float: left;
}
.lieguan a:hover{
	color: #dd0000;
}
.nycp_left {
	width: 50%;
	float: left;
}

.nycp_right {
	width: 50%;
	float: left;
}

#nycp_zong {
	width: 1358px;
	background: #fff;
	height: 600px;
	margin: 20px auto auto auto;
	box-shadow: 0px 0px 30px #ccc;
}

#nycp_zong_l {
	width: 700px;
	height: 650px;
	float: left;
}

#nycp_zong_r {
	width: 600px;
	height: 610px;
	float: left;
	padding: 20px;
}

#nycp_zong_r h1 {
	height: 60px;
	line-height: 60px;
	color: #333;
}

.intro {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}

.intro1 {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #999;
}

.intro4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-bottom: dashed 2px #ccc;
	border-top: dashed 2px #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}

.intro4_l {
	width: 440px;
	float: left;
}

.intro4_r {
	width: 200px;
	float: left;
}

.intro2 img {
	height: auto;
	margin: 0px 10px;
	border: 0px;
}

.intro3 {
	height: auto;
	margin: 50px 20px 0px 20px;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #333;
}

.nyr_tt {
	width: 100%;
	height: 60px;
	overflow: hidden;
	background: #3c61cb;
	margin-bottom: 50px;
	border-radius: 10px;
	
}

.nyr_tt h2 {
	width: 180px;
	text-align: left;
	line-height: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

.info {
	width: 100%;
	background: #eee;
	color: #000;
	display: block;
	height: 30px;
	font: 12px #666 30px;
	text-align: center;
	margin: 0px auto;
}
._p_b a{display: block;width: 219px;height: 72px;line-height: 72px;text-indent: 80px;border-radius: 5px; font-size: 24px;float: left;margin-right: 15px;transition: all .4s;}
._p_b a._pro_order{background: #d9171f url(../Img/_pro_order.png) 39px center no-repeat;color: #fff;}
._p_b a._pro_qq{background: #ffc71c url(../Img/_pro_qq.png) 39px center no-repeat;color: #000000;}
._p_b a._pro_order:hover{background: #252525 url(../Img/_pro_order.png) 39px center no-repeat;color: #fff;}
._p_b a._pro_qq:hover{background: #252525 url(../Img/_pro_qq_hover.png) 39px center no-repeat;color: #fff;}
.web {
	width: 100%;
	background: #eee;
	color: #000;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin: 0px auto;
}

.web a {
	color: #666;
}

.fenxiang {
	width: 880px;
	color: #000;
	display: block;
	height: 40px;
	font: 14px #666 40px;
	text-align: left;
	margin: 0px auto;
}

.nr {
	width: 95%;
	margin: 20px auto;
}

.nr11 img {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px;
}


/*放大镜效果*/

@charset "utf-8";
.jqzoom {
	text-decoration: none;
	float: left;
	z-index: 999;
}

#goodsshow img {
	border: 0;
}

#goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 10px;
	background: #fff;
	width: 650px;
	cursor: pointer;
	margin: 10px;
}

#goodsshow .shop_plist {
	clear: both;
	width: 580px;
	height: 100px;
	/*background: #ccc;*/
}

#prolist {
	width: 540px;
	float: left;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
}

#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}

#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../images/pro_none.gif) no-repeat center top;
	height: 68px;
}

#prolist ul li img {
	height: 60px;
	width: 60px;
	margin: 6px 8px 0 8px;
	padding: 0px;
	border: 0;
}

#prolist .hover {
	background: url(../images/pro_bg.gif) no-repeat center top;
	height: 68px;
}

#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../img/ico_left.gif) no-repeat center;
	line-height: 68px;
	margin-top: 12px;
}

#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../img/ico_right.gif) no-repeat center;
	margin-top: 12px;
}

#goodsshow .right {
	width: 500px;
}

#goodsshow .right h1 {
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}

#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}

#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #eee;
	z-index: 110;
}

.zoomWrapperTitle {
	display: none;
	background: #999;
	color: #FFF;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
	width: 600px;
	height: 600px;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.zoomdiv {
	WIDTH: 400px;
	HEIGHT: 400px;
	LEFT: 859px
}


/*分页相关*/

.pagelist ul {
	text-align: center;
	margin: 20px 0;
}

.pagelist li {
	display: inline-block;
	margin: 0 2px;
}

.pagelist li a {
	color: #666;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 6px 15px;
}

.pagelist li a:hover {
	border-color: #f14f07;
	background: #f14f07;
	color: #fff;
}

.pagelist li.active a {
	border-color: #f14f07;
	background: #f14f07;
	color: #fff;
}

.pian {
	width: 920px;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 430px;
	margin-right: 20px;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}
#section_seven2 {
	width: 100%;
	height: 930px;
	/*background: #ff0000;*/
	position: relative;
	overflow: hidden;
}

.fa_box {
	/*background: #000;*/
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	top: 0;
	z-index: 999;
}

.fa_box .box {
	width: 50%;
	float: left;
	height: 100%;
	position:relative;
}




.fa_box .box .box22 {
	z-index: 999;
	width: 100%;
	position: absolute;
	transition: all .3s;
	height: 150px;
	background: rgba(0, 0, 0, 0.623);
	bottom: 0;
	left: 0;
}


.fa_box .box .box22 strong {
	font-size: 30px;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: normal;
	line-height: 150px;
}

.fa_box .box:hover .box22 {
	transform: translateY(20px);
	background: rgba(0, 116, 51, 0.8);
	color: #fff
}

.fa_box .box:hover .box22 a {
	background: #fff;
	color: #ec1317;
}

.fa_box .box:hover .box22 strong,.fa_box .box:hover .box22 em {
	color: #fff
}


.d_pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}


.d_pic .xx {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
}
.d_pic .xx img {
	/*display: none;*/
	width: 100%;
	height: 100% !important;
	display: block;
}
.d_pic .xx .box33 {
	z-index: 999;
	width: 600px;
	position: absolute;
	transition: all .3s;
	height: 150px;
	top: 100px;
	left:25%;
}


.d_pic .xx .box33 strong {
	font-size: 48px;
	color: #fff;
	text-align: left;
	display: block;
	line-height: 150px;
}
.d_pic .xx .box33 p{
	width: 100%;
	display: table;
}
.d_pic .xx .box33 p a{
	font-size: 20px;
	color: #fff;
	text-align: left;
	width: 50%;
	display: block;
	float: left;
	background: url(../img/case_bg.png) bottom left no-repeat;
	line-height: 50px;
}
.d_pic .xx .box33 p a:hover{
	font-weight: bold;
}
.d_pic .xx .box33>a{
	width: 200px;
	height: 40px;
	display: table;
	border-radius: 30px;
	border: solid 2px #fff;
	margin-top: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color:#fff;
}
.d_pic .xx .box33>a:hover{
	background: #fff;
	color: #000;
}