@charset "utf-8";
/* CSS Document akakaz */
* {
	margin:0;
	padding:0;
	font-family:"宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}
img {
	border:none;
	/*max-width: 100%;
	height: auto;
	width: auto\9;*/
}
div,strong,a,span,li {
	font-size:12px;
}
ul, li, ol {
	list-style: none;
}
#main{
	width:100%;
}

/*自写样式*/
body {
	background: #fff;
	margin: 0 auto;
	width: 100%;
}
a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition: all .1s linear;
}
a:hover {
	text-decoration: underline;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.tit {
	line-height: 0;
	padding-top: 45px;
}
.tit>span {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 16px;
	color: #666;
}
.tit>a {
	font-family: "微软雅黑";
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	color: #1a60bf;
	display: block;
	width: 175px;
	letter-spacing: 5px;
	margin: 0 auto;
}
.tit>a:hover {
	text-decoration: none;
	font-size: 37px;
}
.more {
	width: 156px;
	height: 38px;
	text-align: center;	
	border: 2px solid #666;
}
.more>a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 38px;
	color: #333;
}

.intro {
	width: 100%;
	height: 555px;
	margin: 0 auto;
	background: url(../images/i_bg.jpg) no-repeat center;
}
.intro .i_left {
	float: left;
	width: 615px;
}
.intro .i_left .tit {
	padding-top: 75px;
}
.intro .i_left .tit>a {
	line-height: 60px;
	margin: 0;
}
.intro .i_left .i_con {
	margin-top: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	color: #666;
}
.intro .i_left .more {
	margin-top: 55px;
}
.intro .i_right {
	width: 520px;
	height: 440px;
	float: left;
	margin: 50px 0 0 65px;
}

.product {
	width: 100%;
	height: 860px;
	text-align: center;	
	overflow: hidden;
}
.product .p_son {
	width: 100%;
	margin: 30px auto 28px;
}
.product .p_son li {
	display: inline-block;
	width: 136px;
	height: 38px;
	border: 2px solid #666;
	margin-right: 36px;
}
.product .p_son li:nth-last-of-type(1) {
	margin-right: 0;
}
.product .p_son li.on, .product .p_son li:hover {
	background: #1a60bf;
	border: 2px solid #1a60bf;
}
.product .p_son li>a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 38px;
	color: #333;
}
.product .p_son li.on>a, .product .p_son li:hover>a {
	color: #fff;
	text-decoration: none;
}
.product .p_con {
	text-align: center;
}
.product .parBd {
	height: 530px;
}
.p_con .p_pic {
	float: left;
	margin-right: 20px;
}
.product .p_con .p_pic:nth-of-type(4), .product .p_con .p_pic:nth-last-of-type(1) {
	margin-right: 0;
}
.p_con .p_pic>.pic_top {
	width: 283px;
    height: 228px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    line-height: 0;    
    border: 1px solid #999;	 
}
.p_con .p_pic>.pic_top img {
    max-width: 100%;
    max-height: 100%;
}
.p_con .p_pic>.pic_top:hover img {
	transform: scale(1.05);
}
.p_con .p_pic a {
	color: #333;	
}
.p_con .p_pic a:hover {
	text-decoration: none;
	color: #017eff;
}
.p_con .p_pic>div span {
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 36px;
}
.product .more {
	margin: 32px auto 0;
}

.yijia {
	width: 100%;
	height: 425px;
	background: url(../images/chengnuo_bg.jpg) no-repeat center;
	text-align: center;
}
.y_tit {
	height: 208px;
}
.y_tit>p {
	font-family: "微软雅黑";
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 36px;
	padding-top: 50px;
	letter-spacing: 5px;
}
.y_tit>div {
	width: 61px;
	margin: 17px auto 10px;
	border-top: 2px solid #fff;
}
.y_tit>span {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.y_con {
	width: 1100px;
	height: 217px;
	margin: 0 auto;
}
.y_con>div {
	float: left;
	margin: 0 76px;
}
.y_con>div:hover>img {
	transition: 1s;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
}

.case {
	width: 100%;
	height: 470px;
	text-align: center;
}
.case .p_con {
	margin-top: 30px;
	overflow: hidden;
}
.case .picMarquee-left {
	position: relative;
}
.case .next {
	position: absolute;
	left: -71px;
	top: 40%;
}
.case .prev {
	position: absolute;
	right: -71px;
	top: 40%;	
}
.case .more {
	margin: 20px auto 0;
}

.news {
	width: 100%;
	height: 600px;
	text-align: center;
	background: url(../images/n_bg.jpg) no-repeat center;
}
.news .tit {
	padding-top: 40px;
}
.news .n_con {
	width: 100%;
	height: 350px;
	margin-top: 30px;
}
.news .n_con>div {
	float: left;
}
.news .nc_left {
	margin-left: 30px;
	text-align: left;
}
.news .nc_left>div {
	float: left;
	width: 333px;
	height: 210px;
}
.nc_left>div:nth-of-type(2) {
	margin-left: 18px;
}
.nc_left>div>div {
	width: 100%;
	height: 208px;
	text-align: center;
}
.nc_left div>img {
	max-width: 100%;
	height: 100%;
}
.nc_left div a {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	display: block;
}
.nc_left div a:hover {
	color: #1380f9;
	text-decoration: none;
}
.nc_right>div {
	width: 485px;
	height: 72px;
	margin-top: 19px;
	overflow: hidden;
	border-bottom: 1px dotted #c9c9c9;
}
.nc_right>div:nth-of-type(1) {
	margin-top: 0;
}
.nc_right>div>div {
	float: left;
}
.n_con p {
	font-family: "微软雅黑";
}
.nc_right a:hover {
	color: #127ff8 !important;
	text-decoration: none;
}
.news .more {
	margin: 30px auto 0;
}
