@charset "utf-8";
* {
	word-break: break-all;
	margin: 0;
	padding: 0;
}

body {
	behavior: url("csshover3.htc");
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑", "microsoft Yahei", "Courier New", Courier, monospace;
	padding: 0px;
	margin: 0px auto;
	line-height: 26px;
	background-color: #FFF;
	overflow-x: hidden;
	width: 100%;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	overflow: hidden;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom img {
	-moz-transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	-webkit-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	display: block;
}

.imgZoom:hover img {
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

table {
	text-align: center;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}

table tr:nth-child(odd) {
	background: #F4F4F4;
}

table td:nth-child(even) {}

table tr:hover {
	background: #d30009;
	color: #fff;
}

table td,
table th {
	border: 1px solid #dddddd;
}

table tr:nth-of-type(1) {
	background: #666666;
	color: #ffffff;
}

img {
	max-width: 100%;
	border: 0;
	height: auto;
}

.input,
.textarea {
	border-top: ridge 1px #ccc;
	border-right: inset 1px #D8D8D8;
	border-bottom: inset 1px #D8D8D8;
	border-left: ridge 1px #ccc;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	background-color: #fff
}

.wrap {
	width: 1400px;
	margin: 0 auto;
}

video {
	display: block;
	width: 100%;
}


/*头部*/

.head {
	position: relative;
}

.dh {
	background: rgb(0, 0, 0, 0.5);
}

.head ul {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 9999;
	padding: 30px 0;
	box-sizing: border-box;
}

.head ul li {
	float: left;
	width: 10%;
	padding: 10px 0;
	box-sizing: border-box;
	text-align: center;
}

.head ul li:nth-child(1) {
	width: 20%;
}

.head ul li:last-child {
	width: 20%;
	float: right;
}

.head ul li a {
	color: white;
}

.head ul li span {
	display: block;
}

.head ul li em {
	display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    color: #9d9d9e;
}

.slhead {
	display: none;
}


/*产品中心*/
.lbh1{
	font-size: 32px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
}
.cpzx {
	background: #ebebeb;
}

.cpzx ul {
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	background: #ebebeb;
}

.cpzx ul li {
	display: inline-block;
	background: #0e65c6;
	padding: 6px 10px;
	box-sizing: border-box;
}

.cpzx ul li a {
	color: white;
}

.cpzxcon dl {
	float: left;
	width: 31%;
	margin: 20px 1%;
}

.cpzxcon dl img {
	display: block;
	width: 100%;
}

.cpzxcon dl dd {
	background: #0b3667;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box;
}

.cpzxcon dl dd a {
	color: white;
}


/*公司简介*/

.gsjj {
	background: #ededed;
}

.gstop img {
	display: block;
	margin: 0 auto;
}

.gscon {
	background: #ffffff;
	padding: 80px;
	box-sizing: border-box;
	box-shadow: 5px 5px 5px #d4d4d4;
}

.gscon .fl {
	width: 56%;
	background: url(../images/jjflbg.png) no-repeat right 20px;
}

.gscon .fl h1 {
	line-height: 48px;
}

.gscon .fl span {
	color: #cacaca;
}

.gscon .fl p {
	margin-top: 50px;
}

.gscon .fr {
	width: 40%;
}

.gscon .fr img {
	width: 100%;
}

.jjdw {
	margin: 22px 0;
}


/*案例展示*/

.case {
	background: url(../images/casebg.png) no-repeat;
	background-size: 100%;
	padding: 100px 0 370px 0;
	box-sizing: border-box;
	position: relative;
}

.imgdw {
	position: absolute;
	bottom: 80px;
	left:12%;
	z-index: 9999;
}
.pacxg{
	position: absolute;
    color: white;
    width: 36%;
    top: 32%;
    left: 31%;
}
.pacxg p{
	font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.pacxg a{
	display: block;
	width: 80px;
	text-align: center;
	color: white;
	border: 1px solid white;
	border-radius: 10px;
	margin-top: 20px;
}
.imgdw img {
	display: block;
	margin: 0 auto;
}

.sjcase {
	display: none;
}


/*荣誉姿势*/

.ryzz {
	background: url(../images/rybg.jpg) no-repeat;
	background-size: 100%;
	padding-top: 80px;
	padding-bottom: 6px;
	box-sizing: border-box;
}

.rytop img {
	display: block;
	margin: 0 auto;
}

.poster-main {
	position: relative;
	margin: 50px auto;
}

.poster-main .poster-list .poster-item {
	position: absolute;
	left: 0;
	top: 0;
}

.poster-main .poster-btn {
	position: absolute;
	top: 0;
	cursor: pointer;
}

.poster-main .poster-prev-btn {
	left: 0;
	background: url("../images/btn_l.png") no-repeat center center;
}

.poster-main .poster-next-btn {
	right: 0;
	background: url("../images/btn_r.png") no-repeat center center;
}

.sjry {
	display: none;
}


/*新闻中心*/

.xwzx {
	background: url(../images/newsbg.jpg) no-repeat;
	background-size: 100%;
	padding: 70px 0;
	box-sizing: border-box;
}

.xwzx .fl {
	width: 50%;
	color: white;
}

.nspan {
	display: block;
	margin-bottom: 20px;
}

.xwzx .fl dl {
	margin-bottom: 34px;
}

.xwzx .fl dt {
	width: 14%;
	border: 1px solid white;
	padding: 20px 0;
	box-sizing: content-box;
	text-align: center;
}

.xwzx .fl dt em {
	display: block;
	font-size: 40px;
	font-style: normal;
	margin-bottom: 10px;
}

.xwzx .fl dt span {
	display: block;
}

.xwzx .fl dd {
	width: 82%;
}
.xwzx .fl dd h2{
	font-size: 18px;
	line-height: 22px;
}
.xwzx .fl dd p{
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0;
}
.xwzx .fl dd span{
	border-bottom: 1px solid white;
    padding-bottom: 3px;
    display: inline-block;
}
.xwzx .fl a {
	color: white;
}

.xwzx .fr {
	width: 48%;
}


/*友情链接*/

.yqlj {
	background: #282828;
	padding: 10px 0;
	box-sizing: border-box;
}

.yqlj a {
	color: white;
}


/*底部*/

.db {
	background: url(../images/footbg.jpg) repeat;
	padding: 40px 0;
	box-sizing: border-box;
}

.f1,
.f2,
.f3,
.f4 {
	float: left;
}

.db ul li a {
	color: white;
}

.f2,
.f3,
.f4 {
	width: 20%;
	text-align: center;
}

.f2 li {
	margin: 6px 0;
}

.f3 li:nth-child(1) {
	margin-bottom: 30px;
}

.f4 li:nth-child(1) {
	margin-bottom: 30px;
}

.dbfoot {
	background: url(../images/footbg.jpg) repeat;
	color: white;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #b7b0b0;
	box-sizing: border-box;
}


/*产品列表页*/

.cpzxcon1 dl {
	width: 23%;
}


/*新闻列表*/

.card {
	background: #f6f6f6;
	padding: 30px 35px 45px 35px;
	margin-bottom: 30px;
	border: 0px solid rgba(129, 129, 129, 0.1);
	width: 80%;
	height: 75%;
	display: block;
}

.news_d {
	width: 22%;
	height: 300px;
	float: left;
	margin: 2% 1.5%;
	position: relative;
	box-shadow: 0px 0px 0px #3E98DD;
	box-shadow: 0px 0px 0px;
	transition: all 0.2s ease 0s;
	-webkit-transform: translateY(0px) translateX(0px);
	-o-transform: translateY(0px) translateX(0px);
	-moz-transform: translateY(0px) translateX(0px);
	-ms-transform: translateY(0px) translateX(0px);
}

.news_d:before,
.news_d:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 100%;
	height: 3px;
	background: #3E98DD;
	-webkit-transform: scaleX(0);
	-o-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transition: all 0.2s ease;
	z-index: 1;
}

.news_d:before {
	top: 0;
	left: 0;
	-webkit-transform-origin: 0 0;
}

.news_d:after {
	bottom: 0;
	left: 0;
	-webkit-transform-origin: 100% 0;
}

.news_d:hover {
	box-shadow: 20px 20px 0px #818181;
	-webkit-transform: translateY(-10px) translateX(-10px);
	-o-transform: translateY(-10px) translateX(-10px);
	-moz-transform: translateY(-10px) translateX(-10px);
	-ms-transform: translateY(-10px) translateX(-10px);
	transition: all 0.2s ease 0.4s;
}

.news_d:hover:after,
.news_d:hover:before {
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

.news_d2 {
	margin-top: 30px;
	color: #5f5f5f;
	letter-spacing: 0.5px;
	line-height: 34px;
	font-weight: 300;
	color: #999999;
}

.news_p3 {
	color: #4c4c4c;
	font-weight: 500;
	line-height: 14px;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	vertical-align: inherit;
	height: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}


/*联系我们*/

.cont_time {
	margin: 30px auto;
}

.cont_time h1 {
	font-size: 32px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 15px;
}

.ban_contact {
	width: 100%;
	height: 500px;
	overflow: hidden;
	background: url(../images/ban_contact.jpg) no-repeat center top;
}

.ban_info {
	float: right;
	width: 55%;
	padding: 40px;
	margin-top: 60px;
	background: url(../images/bg_tom.png);
}


/*产品内页*/
.main{
	margin: 40px auto;
}
.nyp {
	font-size: 24px;
	text-align: center;
	margin-bottom: 10px;
	line-height: 36px;
}

.maa {
	text-align: center;
	line-height: 30px;
	color: #666;
	padding-right: 18px;
	border-top: 1px #dddddd solid;
	border-bottom: 1px #dddddd solid;
	margin-bottom: 20px;
}

/*关于我们*/
.about-mb h3{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	padding: 20px;
	box-sizing: border-box;
}
.about-mb p{
	text-align: center;
}
.obb{
	margin: 30px auto;
}

/*分页*/
.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0;
	text-align: center;
	font-size: 12px
}

.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	line-height: 20px;
	background: #fff;
	color: #999;

}

.pagess ul li:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc
}

.pagess ul li:hover a {
	color: #fff
}

.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 0 3px;
	background: #ccc;
	color: #fff
}

.pagess ul li.thisclass a {
	color: #fff
}

.pagess ul li a {
	display: block;
	color: #999
}

.pagess ul li a:hover {
	color: #fff
}
.bottom_bottom1{
	display: none;
}
