﻿@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%;
}

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%;
	/*overflow: hidden;*/
	background:#fff;
}
#header .top2{
	width:1400px;
	height: 97px;
	margin: 0 auto;
	/*background: #ddd;*/
}
#header .top2>img{
	float: left;
	/*margin-right: 50px;*/
	margin-top: 15px;
}
#header .top2>ul{
	float: right;
}
#header .top2>ul>li{
	width: 100px;
	float: left;
}
.logo{
	float: left;
	padding-top: 15px;
}
/*导航*/
.menubg {
	width: 720px;
	height: 67px;
	float: right;
	padding-top: 20px;
}
.menuol {
	width: 700px;
	height: 67px;
	display: table;
	float: left;
}

.menuol>ul {
	width: 100%;
	height: 67px;
	display: table;
}

.menuol>ul li {
	width: 100px;
	float: left;
	text-align: center;
}

.menuol>ul>li>a {
	line-height: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	padding: 5px 0px;
}
.menuol>ul>li>a span{
	color: #999;
	font-size: 12px;
	display: table;
	width: 100%;
	text-align: center;
}
.menuol>ul>li:hover {
	background: #cc0000;
	color: #fff;
}

.menuol>ul>li:hover a {
	color: #fff;
}

.menuli {
	background: rgba(0, 0, 0, .6);
	/*display: none;*/
	position: absolute;
	z-index: 999999;
	top: 97px;
	left: 0px;
	text-align: center;
	width: 100%;
	overflow: hidden;
	padding: 0px 5%;
	box-sizing: border-box;
}
.menuli ul{
	width: 700px;
	margin: 0 auto;
}
.menuli>ul>a{
	width: 150px;
	height: 163px;
	float: left;
	background: #cc0000;
	margin: 20px 10px;
	display: block;
	color: #fff;
	line-height: 30px !important;
	text-align: center;
	font-size: 14px;
	padding: 0 !important;
}
.menuli ul a img{
	width: 150px;
	height: 113px;
}


.menuli>a img {
	width: 150px;
	height: 100px;
}

.menuli>a:hover {
	color: #fff !important;
	background: #cc0000;
}

.top-ss{
	width: 250px;
	height: 67px;
	/*background: #eee;*/
	float: right;
	display: block;
	padding-top: 32px;
	margin-left: 10px;
	
}
/*.top-ss ul {
	float: left;
}*/

.top-ss ul a {
	float: left;
	margin: 0px 5px;
}

.top-ss ul a img {
	width: 25px;
}
nav.main-menu {
	margin-top: 8px;
	/*background: #666;*/
}

nav.main-menu ul>li>a {
	font-size: 14px;
	padding: 8px 18px;
	color: #282828;
	font-family: "helvetica, sans-serif";
}

nav.main-menu ul>li ul li a {
	font-size: 13px;
	padding: 8px 20px;
	font-family: "helvetica, sans-serif";
}

nav.main-menu {
	float: right;
}

nav.main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav.main-menu ul>li {
	margin: 0 5px;
	float: left;
	position: relative;
}

nav.main-menu ul>li>a {
	width: 100%;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

nav.main-menu ul>li ul {
	z-index: 9999999999999999;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	width: 200px;
	display: none;
	background-color: #c0372d;
	padding-top: 20px;
}

nav.main-menu ul>li ul li {
	list-style: none;
	float: none;
	position: relative;
	border-bottom: 1px solid #d7382d;
	text-align: left !important;
}

nav.main-menu ul>li ul li a {
	font-size: 14px;
	color: #fff;
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: left !important;
}

nav.main-menu ul>li ul li:hover a {
	background-color: #d7382d;
}

nav.main-menu ul>li ul li ul {
	position: absolute;
	left: 190px;
	top: 0;
}

nav.main-menu ul>li:hover>a,
nav.main-menu ul>.current-menu-item>a {
	background-color: #c0372d;
	color: #fff;
}

/*#header .top2 .top-form{
	width: 320px;
	height: 80px;
	background: rgb(0,0,0,.5);
	position: absolute;
	z-index: 999999;
	right: 50px;
	top: 140px;
	padding: 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: #455093;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	float: left;
	border: 0;
}*/
/* ------------------------ */

#banner {
	position: relative;
	overflow: hidden;
	width: 100%
}

#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: 0;
	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: 7%;
	margin: auto
}

#banner>div em {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px 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: #dd0000;
}

.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
}




#home-pro {
	width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	padding: 50px 0px 30px 0;
}
#home-pro h2{
	width: 100%;
	text-align: center;
}
.pro-lei{
	width: 1300px;
	height: 80px;
	margin: 50px auto;
}
.pro-lei dl{
	width: 400px;
	height: 90px;
	background: #d40a00;
	display: block;
	float: left;
	margin:0px 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px #999;
}
.pro-lei dl dt{
	width: 110px;
	height: 90px;
	float: left;
}
.pro-lei dl dt img{
	width: 110px;
	height: 90px;
	border-radius: 10px 0px 0px 10px;
}
.pro-lei dl dd{
	float: right;
	width: 190px;
	height: 90px;
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 15px;
}
.pro-lei dl dd a b{
	font-weight: normal;
	font-size: 18px;
	color: #fff;
}
.pro-lei dl dd a p{
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	background: url(../img/img1.png) left center no-repeat;
	padding-left: 15px;
}
.pro-box {
	width: 1300px;
	overflow: hidden;
	margin: 20px auto;
}

.pro-box dl {
	width: 413px;
	overflow: hidden;
	height: 440px;
	margin: 20px 10px;
	float: left;
	display: block;
	background: #fff;
		-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.pro-box dl dt {
	width: 100%;
	height: 310px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.pro-box dl dt a>img {
	width: 100%;
	height: 310px;
	padding: 0;
	margin: 0;
	border: 0;

}

.pro-box dl dd {
	width: 100%;
	height: 130px;
	background: #fff;
	line-height: 40px;
	font-size: 18px;
	text-align: left;
	padding: 10px 30px;
	box-sizing: border-box;
}

.pro-box dl dd a {
	color: #000;
	line-height: 40px;
	font-size: 20px;
	text-align: left;
}

.pro-box dl dd p {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 25px;
}
.pro-box dl:hover {
	box-shadow: 0 0px 10px #cb3328;
}
.pro-box dl:hover dd{
	background:#cb3328;
}
.pro-box dl:hover dd a,
.pro-box dl:hover dd p{
	color: #fff;
}
/*首页服务*/
#home-service{
	width: 100%;
	height: 800px;
	background: url(../img/bg1.jpg) top center no-repeat;
}
.service-box{
	width: 1300px;
	height: 538px;
	margin: 0 auto;
	padding-top: 240px;
	
}
.service-box-l{
	width: 351px;
	height: 100%;
	float: left;
	background: #01479d;
	position: relative;
}
.service-box-l .box{
	border: solid 1px #a4adda;
	margin: 30px;
	height: 370px;
	padding: 50px;
}
.service-box-l .box>h2{
	font-size: 30px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height:30px;
	padding: 0;
	margin: 0;
}
.service-box-l .box>h3{
	font-size: 12px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-weight: normal;
	padding: 0;
	margin: 0 auto 100px;
}
.service-box-l .box>p{
	font-size: 16px;
	color: #fff;
	width: 100%;
	text-align: center;
}
.service-box-l .box>p span{
	display: table;
	font-size: 26px;
	text-align: center;
	color: #fff;
	width: 100%;
}
.service-box-l .box .more{
	width: 150px;
	height: 40px;
	border: solid 1px #fff;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 130px;
}
.service-box-l .box .more a{
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 50px;
	top: 0;
}
.service-box-l .box .more span{
	background: #fff;
	height: 0px;
	width: 150px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	
}
.service-box-l .box .more:hover span{
	background: #fff;
	height: 40px;
	width: 150px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	
}
.service-box-l .box .more:hover a{color: #333;}
.service-box-r{
	width: 949px;
	height: 100%;
	float: right;
	background: #fff;
}
.service-box-r dl{
	width: 316px;
	height: 538px;
	float: left;
}
.service-box-r dl dt{
	width: 100%;
	height: 269px;
	display: block;
}
.service-box-r dl dt img{
	width: 100%;
	height: 269px;
}
.service-box-r dl dd{
	width: 100%;
	height: 269px;
	display: block;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	background: #fff;
	position: relative;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.service-box-r dl dd h4{
	font-size: 20px;
	color: #333;
	width: 100%;
	text-align: center;
	padding: 100px 0px 0px;
	margin: 0;
	font-weight: normal;
}
.service-box-r dl:hover dd{
	background: #c0372d;
	color: #fff;
}
.service-box-r dl:hover dd h4{
	background: #c0372d;
	color: #fff;
}
.service-box-r dl dd .more{
	width: 150px;
	height: 35px;
	border: solid 1px #fff;
	display: block;
	text-align: center;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.service-box-r dl dd .more a{
	color: #fff;
	position: absolute;
	z-index: 2;
	left: 50px;
	top: 0;
}
.service-box-r dl dd .more span{
	background: #fff;
	height: 0px;
	width: 150px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	
}
.service-box-r dl dd .more:hover span{
	background: #fff;
	height: 35px;
	width: 150px;
	display: block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	
}
.service-box-r dl dd .more:hover a{color: #333;}




#home-about {
	width: 100%;
	height: 600px;
	box-sizing: border-box;
	background:url(../img/bg2.jpg) bottom center no-repeat #eee;
	padding: 60px;
}
#home-about .about-box{
	width: 1280px;
	height: 564px;
	margin: 0 auto;
}

.about-r{
	float: right;
	width: 630px;
	/*background: #eee;*/
	padding: 100px 50px;
	box-sizing: border-box;
}
.about-r h2{
	font-size: 20px;
	color: #000;
	margin: 0;
	padding-top: 25px;
	font-weight: normal;
	width: 100%;
	text-align: center;
	padding-top: 80px;
}
.about-r h3{
	font-size: 14px;
	color: #888;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.about-r>p{
	font-size: 14px;
	line-height: 25px;
	color: #999;
}
.about-r>p>a{
	font-size: 14px;
	color: #555;
	display: table;
	border: solid 1px #ddd;
	display: block;
	margin: 20px auto;
	width: 120px;
	text-align: center;
	line-height: 40px;
}
.about-r>p>a:hover{color: #dd0000;}
.about-r>ul{
	margin: 20px 0px;
	display: table;
}
.about-r>ul a{
	background: #fff;
	width: 140px;
	height: 45px;
	margin: 1px;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	color: #555;
}
.about-r>ul a:hover{
	background: #3e51b1;
	color: #fff;
}

.about-pic{
	width: 100%;
	height: 200px;
	display: table;
}
.about-pic ul li{
	width: 215px;
	height: 200px;
	position: relative;
	float: left;
	margin-right:15px;
	overflow: hidden;
	display: block;
	
}
.about-pic ul li img{
	width: 100%;
	height: 200px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.about-pic ul li p{
	width: 100%;
	height: 30px;
	background: rgb(0,0,0,.5);
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.about-pic ul li:hover img{
	transform: scale(1.1);
}


#home-ks{
	width: 1300px;
	overflow: hidden;
	margin: 80px auto;
}

#home-ks h2{
	font-size: 20px;
	font-weight: normal;
	color: #000;
}
#home-ks h2 span{
	font-size: 14px;
	font-weight: normal;
	color: #888;
}

#home-ks ul li {
	width: 23%;
	height: 380px;
	border: solid 2px #eee;
	margin: 20px 1%;
	box-sizing: border-box;
	padding: 20px;
	float: left;
	font-size: 16px;
	text-align: center;
}

#home-ks ul li img {
	display: block;
	margin: 0 auto 30px;
	width: 100%;
	height: 180px;
}

#home-ks ul li a {
	width: 148px;
	height: 45px;
	background: url(../img/more1.jpg) top center no-repeat;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	display: block;
	margin: 30px auto 0px;
}

#home-ks ul li:hover {
	border: solid 2px #d64338;
}

#home-news {
	width: 1300px;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
.tt-news{
	width: 100%;
	height: 50px;
	/*background: #eee;*/
	display: table;
	margin-bottom: 50px;
}
.tt-news h2{
	font-size: 20px;
	font-weight: normal;
	color: #000;
	float: left;
}
.tt-news h2 span{
	font-size: 14px;
	font-weight: normal;
	color: #888;
}
.tt-news span{
	float: right;
}
.tt-news span a{
	font-size: 14px;
	line-height: 69px;
	color: #666;
	padding: 5px 20px;
}
.tt-news>a{
	float: right;
	font-size: 14px;
	color: #666;
	padding: 0px 20px;
	margin-top: 20px;
	line-height: 29px;
}
.on{
	background: #c0372d !important;
	color: #fff !important;
}

.news-box{
	width: 1300px;
	height: 500px;
	/*background: #333;*/
	margin: 0 auto;
}
.news1 {
	width:600px;
	height:500px;
	float: left;
}
.news1 ul{
	width: 100%;
}
.news1 ul li{
	width: 100%;
	height: 105px;
	background: #f6f6f6;
	margin-bottom: 20px;
}
.news1 ul li span{
	float: left;
}
.news1 ul li span p{
	width: 450px;
}
.news1 ul li .time{
	width: 100px;
	height: 70px;
	display: block;
	float: left;
	border-right: solid 1px #eee;
	font-size: 36px;
	color: #999;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
}
.news1 ul li .time i{
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	display: table;
	width: 100%;
	text-align: center;
}
.news1 ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	display: block;
	padding-top: 15px;
}
.news1 ul li:hover{
	background: #c0372d;
	box-shadow: 0px 0px 10px #c0372d;
}
.news1 ul li:hover a,
.news1 ul li:hover p,
.news1 ul li:hover .time{
	color: #fff;
}
.news1 ul li a:hover{ color: #fff;}
.news1 p {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}




.news2 {
	width:650px;
	height:480px;
	float: right;
	padding: 30px;
	background: #f6f6f6;
	box-sizing: border-box;
}
.news2>img{
	width: 100%;
	height: 340px;
}
.news2 ul{
	width: 100%;
}
.news2 ul li{
	width: 100%;
}
.news2 ul li span{
	float: left;
}
.news2 ul li .time{
	width: 100px;
	height: 70px;
	display: block;
	float: left;
	border-right: solid 1px #eee;
	font-size: 36px;
	color: #999;
	font-weight: bold;
	text-align: center;
	margin-right: 20px;
	margin-top: 20px;
}
.news2 ul li .time i{
	font-style: normal;
	font-size: 14px;
	font-weight: normal;
	display: table;
	width: 100%;
	text-align: center;
}
.news2 ul li a {
	font-size: 16px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	display: block;
	padding-top: 15px;
}
.news2 ul li p{
	width: 460px;
}
#home-contact{
	width: 100%;
	height: 680px;
	background: url(../img/bg3.jpg) bottom right no-repeat #f7f7f7;
}
#home-contact h2{
	font-size: 20px;
	color: #333;
	margin: 0;
	padding-top: 80px;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
#home-contact h3{
	font-size: 12px;
	color: #888;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 100%;
	text-align: center;
}

.lx{
	width: 1210px;
	height: 145px;
	background: url(../img/img4.jpg) top center no-repeat;
	margin: 30px auto;
	padding-left: 450px;
	box-sizing: border-box;
}

.lx>p{
	font-size: 14px;
	line-height: 25px;
	color: #888;
}
.lx>b{
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-weight: normal;
}

.contact-box{
	width: 1200px;
	height: 370px;
	margin: 0 auto;
}
.contact-box form span{
	margin-right: 50px;
	float: left;
	display: block;
	/*background: #333;*/
	margin-bottom: 50px;
}
.contact-box form .input{
	width: 100%;
	font-size: 14px;
	color: #888;
	line-height: 45px;
	height: 45px;
	background: #e6e6e6;
	margin-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.contact-box form .button{
	font-size: 16px;
	color: #888;
	line-height: 35px;
	text-align: center;
	border: solid 2px #ddd;
	background: none;
	width: 200px;
	height: 40px;

	display: block;
	
}
.contact-box form .bdnr{
	width: 100%;
	font-size: 14px;
	color: #888;
	line-height: 40px;
	height: 170px;
	background: #e6e6e6;
	margin-bottom: 10px;
	padding-left: 20px;
	box-sizing: border-box;
	border: none;
}
#home-link {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	padding-top: 40px;
	border-top:solid 1px #ddd;
	background: #fff;
}
#home-link ul{
	width: 1280px;
	height: 200px;
	margin: 0 auto;
}
#home-link a {
	font-size: 14px;
	color: #999;
	line-height: 30px;
	text-align: center;
	width: 170px;
	height: 120px;
	display: block;
	float: left;
	margin: 0px 12px;
}
#home-link a img{
	width: 100%;
	height: 80px;
	display: block;
	border: solid 2px #eee;
	box-sizing: border-box;
}
#home-link a:hover {
	color: #000;
}


@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;}
}
#copy{
	width: 100%;
	height: 60px;
	background: #c0372d;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #fff;
}

#copy a {
	color: #eee;
}

#copy a:hover {
	color: #fff;
}


/*内页关于我们*/

.container {
	width: 1200px;
	margin: 0 auto;
}


/* 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: url(../img/sub_address_bj.jpg) repeat-x left bottom;
	width: 100%;
	border-bottom: solid 30px #f4f4f4;
}
.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{ margin-top:20px;}
.pro_nav .pro_nav_1{ float:left; width:320px; background-color:#fff;}
.pro_nav .pro_nav_1 h2{ width:320px; height:40px; font-size:22px; color:#fff; line-height:40px; text-align:center; background:url(../Img/pro_bg1.png) no-repeat center;}
.pro_nav  li{ width:390px; height:40px; line-height:40px; border-bottom:1px solid #f0f0f0; float:left}
.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 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;}





/*内页样式*/
/*内页样式*/

#pro_nav {
	width: 100%;
	overflow: hidden;
}

#pro_nav h2 {
	width: 100%;
	background: #cc0000;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 80px;
	font-family: impact;
	font-weight: normal;
	border-bottom: solid 2px #fff;
}
.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: #fff;
	padding: 20px;
	box-sizing: border-box;
}

.pro-l .top {
	border-bottom: 1px solid #e7e7e7;
	height: 40px;
}

.pro-l .top h3 {
	float: left;
	font-weight: normal;
	color: #333;
	font-size: 18px;
	position: absolute;
}

.pro-l .top h3 em {
	font-weight: bold;
	color: #cc0000;
}

.pro-l .top h3 i {
	width: 72px;
	height: 1px;
	background: #cc0000;
	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;
	margin-bottom: 16px;
}

.pro-l ul li a {
	color: #666;
}

.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: #555;
	width: 100%;
	padding: 0px 2%;
	box-sizing: border-box;
}
.pro_show dl{
	width: 90%;
	display: table;
	overflow: hidden;
	margin-bottom: 30px;
	padding: 0px 5%;
}
.pro_show dl dd{
	float: left;
	display: block;
	width: 60%;
}

.pro_show dl dd p{
	font-size: 16px;
	color: #555;
	line-height: 30px;
}
.pro_show dl dd p span{
	font-weight: bold;
}
.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: 220px;
	overflow: hidden;
}
.pro_show2 dl dt img{
	width: 100%;
	height: 100%;
	-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: 40px;
	background: #eee;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.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;
}

#main1200 {
	width: 1300px;
	overflow: hidden;
	margin: 0px auto 30px;
	/*background: #f4f4f4;*/
}

#ny_contont {
	width: 100%;
	overflow: hidden;
	background: #f4f4f4;
}

.ny_left {
	width: 290px;
	overflow: hidden;
	float: left;
	background: #fff;
	
}

.ny_right {
	width: 980px;
	overflow: hidden;
	float: right;
	background: #fff;
	padding: 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;
}
.nr16 {
	font-size: 16px;
	line-height: 30px;
}

.nr16 img {
	display: block;
	margin: 20px auto;
}

.nr18 {
	font-size: 18px;
	line-height: 33px;
}

.ip {
	border: solid 1px #ddd;
}


/*.label{
	float: left;
}
.enter{
	float: left;
}*/

.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: 192px;
	height: 180px;
	margin: 5px;
}

.sypic5 dl {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 150px;
}

.sypic5 dl dt {
	background: #fff;
	width: 100%;
	height: 150px
}

.sypic5 dl dt img {
	width: 100%;
	height: 150px;
}

.sypic5 dl dd {
	background: #e4e4e4;
	color: #000;
	font-size: 14px;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	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;
}

.pc_tt {
	width: 100%;
	height: 33px;
	background: #eee;
	border: solid 1px #ddd;
	margin: 0 auto;
	color: #c80002;
	line-height: 33px;
	padding-left: 10px;
	margin-top: 20px;
	box-sizing: border-box;
}

.pc_tt h2 {
	font-size: 16px;
}

.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;
}

.nycp_left {
	width: 50%;
	float: left;
}

.nycp_right {
	width: 50%;
	float: left;
}

#nycp_zong {
	width: 1198px;
	border: solid 1px #ccc;
	background: #fff;
	height: 550px;
	margin: 20px auto auto auto;
}

#nycp_zong_l {
	width: 500px;
	height: 550px;
	float: left;
}

#nycp_zong_r {
	width: 658px;
	height: 510px;
	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: 20px;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #333;
}

.nyr_tt {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background: #d2d2d2;
}

.nyr_tt h2 {
	width: 180px;
	text-align: left;
	line-height: 36px;
	height: 36px;
	text-align: center;
	background: #555;
	color: #fff;
	font-size: 16px;
}

.info {
	width: 100%;
	background: #eee;
	color: #000;
	display: block;
	height: 30px;
	font: 12px #666 30px;
	text-align: center;
	margin: 0px auto;
}

.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: 450px;
	cursor: pointer;
	margin: 10px;
}

#goodsshow .shop_plist {
	clear: both;
	width: 480px;
	height: 100px;
	/*background: #ccc;*/
}

#prolist {
	width: 440px;
	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: #dd0000;
	background: #dd0000;
	color: #fff;
}

.pagelist li.active a {
	border-color: #dd0000;
	background: #dd0000;
	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;
}


	.list {
				width: 100%;
				/*border-bottom: solid 1px #316a91;*/
			}
			
			.list ul li {
			
				border-bottom: 0;
			}
			
			.list ul li a {
				padding-left: 10px;
				color: #fff;
				/*font-size: 12px;*/
				display: block;
				
				/*height: 45px;*/
				line-height: 45px;
				position: relative;
				border-bottom: solid 2px #fff;
			}
			
			.list>ul>li {
				/*padding: 0px 10px;*/
				/*line-height: 40px;*/
				display: block;
				background: url(../img/arrow-down.png) 250px center no-repeat #cd392f;
				width: 290px;
				font-size: 18px;
	color: #fff;
	font-weight: bold;
	box-sizing: border-box;
			}
			
			.list>ul>li:hover{
				background: url(../img/arrow-down.png) 250px 20px no-repeat #333;
			}
			
			
			.list ul li ul {
				display: none;
			}
			
			.list ul li ul li{
	/*padding-left: 15px !important;*/
	background:#e97169 !important;
	font-size: 16px !important;
	/*line-height: 40px;*/
	color: #fff;
	width: 290px;
	display: table;
	box-sizing: border-box;
	/*border-bottom: solid 2px #fff;*/
	font-weight: normal;
			}
			
			.list ul li ul li ul {
				display: none;
			}
			
			.list ul li ul li a {
				padding-left: 20px;
			}
			
			.list ul li ul li ul li {
				background-color: #eee !important;
				border-bottom: solid 1px #ddd;
			}
			.list ul li ul li ul li a:hover{
				color: #dd0000;
			}
			.last {
				background-color: #d6e6f1;
				border-color: #6196bb;
			}
			
			.list ul li ul li ul li a {
				color: #333;
				padding-left: 30px;
				font-size: 14px !important;
			}