﻿@charset "utf-8";
/* CSS Document */
/*切图：zcy*/
html {
	overflow-x: auto;
	overflow-y: auto;
}
* {
	padding: 0;
	margin: 0;
	outline: none !important;
}
ul, ol, li {
	list-style-type: none;
}
body, button, input, select, textarea {
	font-family: 'Microsoft yahei';
	font-size: 12px;
}
code, kbd, pre, samp {
	font-family: 'Microsoft yahei';
}
a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}
img {
	border: 0;
	max-width: 100%;
}
li {
	line-height: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	font-family: 'Microsoft yahei';
}
input, table, tr, td {
	margin: 0;
	padding: 0;
	border: none;
}
button, table {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
body {
	position: relative;
	float: left;
	width: 100%;
}
select {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft yahei';
	border: none;
}
textarea {
	resize: none;
	outline: none;
}
label {
	margin-bottom: 0;
	font-weight: normal;
}
input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}
/*********************************************************************重置***********************************************************************/

.pz_top {
	float: left;
	width: 100%;
	z-index: 9999;
	position: absolute;
	background: url(../images/top2.png);
	border-top: solid 4px #0153a7;
}
.pz_menu {
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
	background: #313131;
}
.pz_banner {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
	min-height: 80px;
	background: #1c1c1c;
}
.pz_main {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;
}
.pz_down {
	float: left;
	width: 100%;
	background: #2c2c31;
	z-index: 6;
	position: relative;
}
.pz_top.on1 {
	position: fixed;
	top: -150px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.pz_top.on {
	top: 0;
}
/*首页*/
.top {
	width: 100%;
	float: left;
	height: 100px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.top .logo {
	float: left;
	margin-top: 25px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.top .logo img {
	height: 57px;
}
.top .top_r {
	float: right;
	margin-top: 32px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.top .top_r .search_i {
	float: right;
	height: 68px;
	position: relative;
	cursor: pointer;
}
.top .top_r .search_i .search_ico {
	width: 28px;
	height: 28px;
	background: #0153a7 url(../images/top3.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
 @-webkit-keyframes fadeInUp1 {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInUp1 {
0% {
opacity:0;
-moz-transform:translateY(20px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
.menu {
	z-index: 99;
	float: right;
	margin-right: 2px;
}
.menu > ul {
	float: left;
	width: 100%;
}
.menu ul .nli {
	float: left;
	z-index: 99;
	position: relative;
	height: 100px;
	text-align: center;
	padding-top: 15px;
	background-position: center 200%;
	background-repeat: no-repeat;
	background-image: url(../images/top1.png);
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}
.menu ul .nli span {
	display: block;
	width: 100%;
	float: left;
	font-size: 12px;
	color: #0153a7;
	line-height: 19px;
	text-transform: uppercase;
	font-family: 'OPENSANS-REGULAR';
	letter-spacing: 1px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.menu ul .nli a {
	display: block;
	float: left;
	line-height: 24px;
	color: #0153a7;
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.menu ul .nli.on, .menu ul .nli:hover {
	background-position: center 110%;
}
.menu ul .nli.on span, .menu ul .nli:hover span {
	opacity: 1;
}
.menu ul .nli.on a, .menu ul .nli:hover a {
	color: #0153a7;
}
.top.on {
	height: 60px;
}
.top.on .logo {
	margin-top: 13px;
}
.top.on .logo img {
	height: 30px;
}
.top.on .menu ul .nli {
	height: 60px;
	background-position: center 350%;
	padding-top: 18px;
}
.top.on .menu ul .nli span {
	display: none;
}
.top.on .menu ul .nli.on, .top.on .menu ul .nli:hover {
	background-position: center 220%;
}
.top.on .top_r {
	margin-top: 17px;
}
.top.on .top_r .search_i {
	height: 43px;
}
/*下拉菜单（漂浮在menu .nli上）*/
.sub {
	z-index: 21;
	position: absolute;
	display: none;
	left: 0;
	width: 120px;
	background: #0153a7;
	top: 100%;
	text-align: center;
	left: 50%;
	text-align: center;
	margin-left: -60px;
}
.sub .l2 {
	width: 100%;
	float: left;
	position: relative;
}
.sub .l2 .l2_a {
	line-height: 35px;
	width: 100%;
	display: block;
	float: left;
	color: #fff !important;
	font-size: 13px;
}
.sub .l2:hover .l2_a {
	color: #fff;
	background: #313131;
}
.sub .ul2 {
	float: left;
	position: absolute;
	left: 99%;
	top: 0px;
	display: none;
	margin: 0px;
	width: 120px;
	overflow: hidden;
	background: #0153a7;
	box-shadow: 0 3px 16px rgba(0,0,0,0.15);
	z-index: 66;
}
.sub .ul2 .l3 {
	float: left;
	position: static;
	padding: 0;
	margin: 0;
	width: 100%;
	float: left;
	text-align: center;
}
.sub .ul2 .l3 .l3_a {
	padding: 0px;
	line-height: 40px;
	width: 100%;
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
}
.sub .ul2 .l3:hover .l3_a {
	background: #313131;
}
.sub .l2:hover .ul2 {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}
.menu ul .nli:hover .sub {
	display: block;
	-webkit-animation: fadeInUp1 0.5s 0s ease both;
	-moz-animation: fadeInUp1 0.5s 0s ease both;
}
@-webkit-keyframes fadeInUp1 {
0% {
opacity:0;
-webkit-transform:translateY(30px)
}
100% {
opacity:1;
-webkit-transform:translateY(0)
}
}
@-moz-keyframes fadeInUp1 {
0% {
opacity:0;
-moz-transform:translateY(30px)
}
100% {
opacity:1;
-moz-transform:translateY(0)
}
}
.pz_menu.on {
	box-shadow: 0 3px 6px rgba(0,0,0,0.10);
}
 @-webkit-keyframes fadeInUp1 {
0% {
opacity:0;
-webkit-transform:translateY(20px)
}
100% {
opacity:1;
-webkit-transform:translateY(0px)
}
}
@-moz-keyframes fadeInUp1 {
0% {
opacity:0;
-moz-transform:translateY(20px)
}
100% {
opacity:1;
-moz-transform:translateY(0px)
}
}
.slide_banner {
	width: 100%;
}
.slide_banner .slick-slide {
	height: 750px;
	width: 100%;
}
.slide_banner .imgBox {
	width: 100%;
	height: 750px;
}
.slide_banner .slick-slide.slick-active .imgBox {
	-webkit-animation-name: smal-big;
	animation-name: smal-big;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.slide_banner1 {
	width: 100%;
}
.slide_banner1 .slick-slide1 {
	height:600px;
	width: 100%;
}
.slide_banner1 .imgBox1 {
	width: 100%;
	height: 600px;
}
.slide_banner1 .slick-slide.slick-active .imgBox1 {
	-webkit-animation-name: smal-big;
	animation-name: smal-big;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes smal-big {
 0% {
transform:scale(1, 1)
}
 100% {
transform:scale(1.2, 1.2)
}
}
 @keyframes smal-big {
 0% {
transform:scale(1, 1)
}
 100% {
transform:scale(1.2, 1.2)
}
}
.slide_banner .slick-slide .imgH {
	width: 1000px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	opacity: 0;
}
.slide_banner .slick-slide .imgH.on {
	opacity: 1;
	top: 45%;
}
.slide_banner img {
	width: 100%;
	float: left;
}
.slide_banner1 .slick-slide .imgH.on {
	opacity: 1;
	top: 45%;
}
.slide_banner1 img {
	width: 100%;
	float: left;
}
.slide_banner .slick-prev, .slide_banner .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 5%;
	top: 50%;
	width: 40px;
	height: 72px;
	background: url(../images/banner_btn.png) no-repeat left center;
	background-size: auto 72px;
	margin: -36px 0 0 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.slide_banner .slick-next {
	left: auto;
	right: 5%;
	margin: -36px 0 0 0;
	background-position: right center;
}
.slide_banner:hover .slick-prev {
	opacity: 1;
	filter: alpha(opacity=100);
	left: 8%;
}
.slide_banner:hover .slick-next {
	opacity: 1;
	filter: alpha(opacity=100);
	right: 8%;
}
.slide_banner .slick-dots {
	position: absolute;
	bottom: 38px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	z-index: 5;
	height: 14px;
}
.slide_banner .slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	padding: 0;
	cursor: pointer;
	vertical-align: top;
	background: url(../images/bannerico.png) no-repeat right center;
	vertical-align: top;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}
.slide_banner .slick-dots li.slick-active {
	background-position: left center;
}
.indexOne {
	background: #f7f7f7;
	padding: 50px 0;
	text-align: center;
}
.indexHead {
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
	background: url(../images/index1.jpg) no-repeat center bottom;
}
.indexHead h3 {
	width: 100%;
	text-transform: uppercase;
	font-size: 40px;
	color: #666;
	line-height: 56px;
	letter-spacing: 1px;
	font-family: "Arial Black";
}
.indexHead h4 {
	width: 100%;
	font-size: 32px;
	color: #0153a7;
	line-height: 55px;
	letter-spacing: 1px;
}
.indexOne .indexOneBody {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-top: 29px;
}
.indexOne .indexOneBody span {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	height: 31px;
	line-height: 29px;
	font-size: 16px;
	color: #828282;
	border: solid 1px #f7f7f7;
	letter-spacing: 1px;
	cursor: pointer;
	position: relative;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.indexOne .indexOneBody .slick-slide {
	position: relative;
}
.indexOne .indexOneBody .slick-slide:before {
	content: '—';
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	color: #828282;
	width: 20px;
	text-align: centere;
	position: absolute;
	right: -10px;
	top: 0;
}
.indexOne .indexOneBody .slick-slide:last-child:before {
	display: none;
}
.indexOne .indexOneBody .on span, .indexOne .indexOneBody span:hover {
	color: #0153a7;
	border-color: #0153a7;
}
.indexOne .indexOneDown li {
	width: 30%;
	float: left;
	margin: 10px 2.5%;
	border: 1px solid red;
	padding: 18px 15px;
	cursor: pointer;
}
.sycplist {
	margin-top: 20px;
	overflow: hidden;
}
.sycplist li {
	width: 23.5%;
	float: left;
	margin:10px 2% 10px 0;
	cursor: pointer;
}
.sycplist li:nth-child(4n) {
	margin-right: 0;
}
.sycplist li .indexOneDownBox {
	width: 100%;
	float: left;
	background: white;
	padding: 15px;
	text-align: center;
}
.sycplist li .indexOneDownBox .indexOnePage {
	width: 100%;
	float: left;
	padding-bottom: 75%;
	position: relative;
	overflow: hidden;
	background: white;
}
.sycplist li .indexOneDownBox .indexOnePage img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	/*opacity: 0.65;*/
}
.sycplist li .indexOneDownBox .indexOnePage .indexOneIco {
	background: url(../images/index6.png) no-repeat center center;
	width: 66px;
	height: 66px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -33px 0 0 -33px;
	opacity: 0;
}
.sycplist li .indexOneDownBox h4 {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}
.sycplist .slick-center li .indexOneDownBox .indexOnePage img {
	opacity: 1;
}
.sycplist .slick-center li .indexOneDownBox {
	box-shadow: 0 11px 16px rgba(203,203,203,0.54);
}
.sycplist .slick-center li .indexOneDownBox .indexOnePage .indexOneIco {
	opacity: 1;
}
 
.case{ padding: 50px 0; }
.case_con{margin-top: 20px;}
.case_con dl{float: left;width: 18.3%;margin:0.8% 1%;position: relative;overflow: hidden;}
.case_con dl:nth-child(5n){ margin-right: 0;}
.case_con dl:nth-child(5n-4){ margin-left: 0;}
.case_con dt{ display: block;position: relative;width: 100%;overflow: hidden;}
.case_con dt:after{ position: absolute;left:0;top:0;width: 100%;height: 100%;background: url(../images/case_dd.png) no-repeat center; background-size: 100% 100%;content: ""; }
.case_con dt img{ display: block;width:100%; }
.case_con dt em{ position: absolute;left:25px; bottom: 20px;font-size: 20px;line-height: 20px;color: #fff;text-align: center;z-index: 20;}
.case_con dt em>img{display: block;width: 56px;height: 56px;margin: 0 auto 10px;}
.case_con dd{position: absolute;left:0;bottom:0;width: 100%;height: 0;padding: 0 18%;box-sizing: border-box; opacity: 0;transition: all 0.5s;background: rgba(235,153,16,0.85);}
.case_con dl:hover dd{ height: 100%; opacity: 1;}
.case_con dl:hover dt em{ display: none; }
.case_con dd h4 a{ display: block;padding-top: 63px;font-size: 20px;color: #fff;line-height: 20px;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center; }
.case_con dd p{ display: block;padding-top: 20px;font-size: 13px;color: #fff;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-align: center; }
.case_con dd .more img{ display: block;width: 70px;height: 27px;margin: 20px auto 0; }


.abt{ padding:50px 0;height: 693px; overflow:hidden;width:100%;background: url(../images/abt_bg.jpg) no-repeat center;}
.abt .desc{display: block;text-align:justify;font-size: 15px;line-height: 26px;color: #333333;font-family:"微软雅黑";width: 1200px;margin: 20px auto 0;}
.abt .more{display: block;width: 170px;height: 36px;line-height: 36px;border-radius: 19px;background: #0153a7;text-align: center;font-size: 14px;color: #fff;transition: all 0.5s;margin: 28px auto 0;}
.abt .more:hover{ transform:translateY(-4px)}
.tit {
    text-align: center;
    font-weight: normal;
    font-size: 0;
    line-height: 0;
}
.tit span {
    display: block;
    font-size: 40px;
    color: #333333;
    line-height: 100%;
    font-weight: bold;
}
.links {
    background-color: #013179;
    padding-bottom: 20px;
	padding-top: 20px;
	color:#CCC;
	width:100%;
	overflow:hidden;
	font-size:16px;
}
.link a{color:#CCC;}
/*  优势  */
.advantages{
    background: url(../images/bg-1.jpg) no-repeat center;
    height: 600px;
}
.advantages li{
    color: #ffffff;
    float: right;
}
.advantages li h3{
    font-size: 22px;
	line-height:30px;
}
.advantages li span{
    font-size: 16px;
}
.advantages li.adv1{
    margin-top: 50px;
    margin-right:60px
}
.advantages li.adv2{
    margin-top: 45px;
	margin-right:140px
}
.advantages li.adv3{
    margin-top: 35px;
}
.advantages li.adv4{
    margin-top: 40px;
}
.advantages li.adv5{
    margin-top: 35px;
	margin-right:115px
}
.advantages li.adv6{
    margin-top: 35px;
	margin-right:240px
}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}
.new {
    overflow: hidden;
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 80px;
}
.i_service_t {
    text-align: center;
    padding-top: 15px;
    color: #666;
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 50px;}
.i_service_t h2 {
    height: 66px;
    line-height: 66px;
    font-size: 40px;
    color: #000000;
    font-weight: normal;
    letter-spacing: 1px;
    font-family: "微软雅黑";
}

.i_contact_ul ul li {
    display: block;
    border-bottom: 1px solid #617e8c;
    font-family: "微软雅黑";
}
.i_contact_ul ul li:first-child a {
    color: #fff;
}



.i_contact_r .i_contact_t {
    color: #000;
}
.l{float:left;}
.r{float:right;}



/*  新闻  */
.new{ overflow:hidden; background-color:#f5f5f5; padding-top:50px; padding-bottom:80px;}
#news_list{margin-top:20px;}
.flexslider{ margin-top:60px; overflow:visible;}
.news_lone{ width:32.7%; height:520px; overflow:hidden; position:relative;}
.news_lone_img{ height:520px;overflow:hidden; background-position:center center; background-repeat:no-repeat; background-size:cover;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.3s ease-out 0s; transition:all 0.3s ease-out 0s;}
.news_lone_img img{ display:block; width:100%;opacity: 0;filter: alpha(opacity=0);}
.news_lone .blog_infTop{  position:absolute; bottom:10px;width:calc(100% - 20px);width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);height:110px; background:url(../images/i_bg4.png) 92% center #fff no-repeat; left:10px; right:10px; text-align:left; overflow:hidden;transition:all 0.3s;}
.news_lone .blog_infTop .blog_infR{display:table; width:100%; height:100%; overflow:hidden;}
.news_lone .blog_title{ padding-right:25%;padding-left:30px; margin-top:25px; display:table-cell; vertical-align:middle;line-height:24px;color:#000000; font-size:20px;overflow:hidden;/* text-overflow:ellipsis; white-space:nowrap;*/}
.news_lone:hover .news_lone_img{-webkit-transform:scale(1.1, 1.1); -moz-transform:scale(1.1, 1.1); -o-transform:scale(1.1, 1.1); -ms-transform:scale(1.1, 1.1); transform:scale(1.1, 1.1);}
.news_lone:hover .blog_infTop{background:url(../images/i_bg4.png) 95% center #fff no-repeat;}
.news_lone:hover .blog_title{ color:#f67524;}
.blog_r{ width:66.6%; height:520px; text-align:left;}
.blog_list{width:calc(50% - 4px);width:-webkit-calc(50% - 4px);width:-moz-calc(50% - 4px);display:inline; }
.blog_list.l li{ display:block; position:relative; height:256px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.l li:last-child{ margin-bottom:0;}
.blog_list.r li{ display:block; position:relative; height:168px; background-color:#fff; margin-bottom:8px; overflow:hidden;transition:all 0.3s;}
.blog_list.r li:last-child{ margin-bottom:0;}
.blog_list.l li p{ color:#666;}
.blog_list.l li a{ display:block;line-height:24px ; width:90%; max-width:420px; margin:0 auto; overflow:hidden; color:#666;}
.blog_list.l .blog_Rtime{ height:66px; overflow:hidden; text-align:center; margin-top:22px; text-align:left; background:url(../images/i_bg5.png) 98% center no-repeat; display:block;transition:all 0.3s;}
.blog_list.l .blog_Rtime em,.blog_list.l .blog_Rtime b{ display:block; font-family:"微软雅黑";}
.blog_list.l .blog_Rtime b{ display:block;  color:#000; font-size:30px;height:34px; line-height:34px; font-weight:normal; letter-spacing:1px;}
.blog_list.l .blog_Rtime em{ font-style:normal;height:20px; line-height:20px; font-size:16px;}
.blog_list.l .blog_Rmore{ margin-top:25px; overflow:hidden; display:block; border-bottom:1px solid #eee;}
.blog_list.l .blog_Rmore b{ color:#000; display:block;height:32px; line-height:32px; overflow:hidden; font-size:18px; font-weight:normal;}
.blog_list.l li:hover .blog_Rmore b{ color:#f67524;}
.blog_list.l .blog_Rmore span{ display:block;line-height:24px; height:85px; overflow:hidden; margin-top:12px; font-size:14px;}

.blog_list.l li:hover .blog_Rtime{background:url(../images/i_bg5.png) 100% center no-repeat;}


.blog_list.r li a{ display:block; width:90%; max-width:368px; margin:0 auto; overflow:hidden; color:#666; padding-top:20px;}
.blog_list.r .blog_Rtime{ height:95px; width:66px; float:left; overflow:hidden;margin-top:18px; text-align:left;}
.blog_list.r .blog_Rtime em,.blog_list.r .blog_Rtime b{ display:block; font-family:"微软雅黑";}
.blog_list.r .blog_Rtime b{ display:block; color:#000; font-size:30px;height:50px; line-height:50px; font-weight:normal; letter-spacing:1px; background:url(../images/i_bg6.png) left bottom no-repeat;}
.blog_list.r .blog_Rtime em{ font-style:normal;height:42px; line-height:42px; font-size:16px;}
.blog_list.r .blog_Rmore{ float:right; height:114px; border-left:1px solid #f5f5f5; padding-left:30px; width:271px; padding-top:14px; overflow:hidden;}
.blog_list.r .blog_Rmore b{ color:#000; display:block;height:48px; line-height:24px; overflow:hidden; font-size:16px; font-weight:normal; }
.blog_list.r li:hover .blog_Rmore b{color:#f67524;}
.blog_list.r .blog_Rmore span{ display:block;line-height:38px; height:38px; overflow:hidden; margin-top:15px;background:url(../images/i_bg5.png) left center no-repeat;transition:all 0.3s;}
.blog_list li:hover{ box-shadow:0 15px 15px rgba(0,0,0,.1);transform:scale(1.005);}
.blog_list.r li:hover .blog_Rmore span{background:url(../images/i_bg5.png) 5% center no-repeat;}
/*联系我们*/
.i_contact {
    padding:50px 0;
width:100%;
    overflow: hidden;
    background: url(../images/i_bg7.jpg) no-repeat center top;
}
.i_contact_t{ height:75px; line-height:75px; font-size:32px; color:#fff; font-family:"微软雅黑"; letter-spacing:2px;}
.i_contact_ul{ float:left; width:38%; max-width:450px; overflow:hidden;color:#fff;}
.i_contact_ul ul li{ display:block; border-bottom:1px solid #617e8c; font-family:"微软雅黑";}
.i_contact_ul ul li a{ color:#fff;}
.i_contact_ul ul li a:hover{ color:#1788d0;}
.i_contact_ul ul li:first-child{ padding:9px 0 15px;overflow:hidden;font-size:18px;}
.i_contact_ul ul li:first-child a{ color:#fff;}
.i_contact_ul ul li:first-child a:hover span{color:#1788d0;}
.i_contact_ul ul li:first-child span{ display:block; line-height:32px; overflow:hidden; font-size:24px; font-weight:normal; font-family:"微软雅黑"; margin-top:3px;}
.i_contact_ul ul li:nth-child(3){ padding:20px 0 80px;}
.i_contact_ul ul li:nth-child(3) a{ position:relative;}
.i_contact_ul ul li:nth-child(3) img{ float:left; width:60px; height:60px;transition: all 0.3s;}
.i_contact_ul ul li:nth-child(3) img:hover{opacity:0.6;filter:Alpha(opacity=60);}
.i_contact_ul ul li:nth-child(3) .wem1{    width: 160px;display: none; color: #363636;  text-align: center; padding-top: 215px;  position: absolute; left: -303px; top: -155px; background-image: url(../images/wxewm.png); background-repeat: no-repeat;}
.i_contact_ul ul li:nth-child(3) a:hover .wem1{ display:block;}
.i_contact_ul ul li:nth-child(3) .wem2{width: 160px;display: none; color: #363636;text-align: center;padding-top: 215px; position: absolute;left: -148px;top: -155px;background-image: url(../images/ewm.png);background-repeat: no-repeat;}
.i_contact_ul ul li:nth-child(3) a:hover .wem2{ display:block;}
.i_contact_ul ul li:nth-child(2){ padding:20px 0; font-size:16px; line-height:30px;}
.i_contact_ul ul li:nth-child(2) img{ float:left; width:40px; height:48px; margin-right:20px; margin-top:5px;}
.i_contact_r{ float:right; width:59.9%; overflow:hidden;background:#fff; height:405px; }
.i_contact_r .i_contact_t{ color:#000;}
.i_contact_r .i_contact_r_div{ width:94%; max-width:880px; overflow:hidden; margin:0 auto;}
.i_contact_r .i_contact_r_div ul li{ height:50px; line-height:50px;float:left; width:100%; margin-bottom:20px;}
.i_contact_r .i_contact_r_div ul li div{ border:1px solid #dfdfdf; overflow:hidden; }
.i_contact_r .i_contact_r_div ul li div .inputs{ width:100%; border:0; height:50px; text-indent:20px; background:none; color:#666666; font-size:14px; font-family:"微软雅黑"; outline:none;}
.i_contact_r .i_contact_r_div ul li:nth-child(3){ width:49%; }
.i_contact_r .i_contact_r_div ul li:nth-child(4){ width:49%; float:right; }
.i_contact_r .i_contact_r_div ul li .bnts{width: 100%; height: 60px;  display: block; background: #1788d0; border: 1px #1788d0 solid; outline: none; color: #fff;font-size: 18px; text-align: center; line-height: 60px;cursor: pointer;font-family: '微软雅黑';transition:all 0.3s;}
.i_contact_r .i_contact_r_div ul li .bnts:hover{opacity:0.6;filter:Alpha(opacity=60);}
/*内页公用*/
.banner,.banner img{ width:100%; float:left;}
.subhead{ background:#f0f0f0; font-size:13px; color:#999; line-height:45px; text-align:right;}
.subhead a{ color:#999;}
.subhead a:hover{ color:#ce2e33;}
.subhead span{ margin:0 5px;}
.subhead a img{ vertical-align:middle; margin:-3px 8px 0 0; width:14px;}
.headline{ width:246px; float:left; margin-top:-112px;}
.headline .headlineHead{ width:100%; float:left; background:url(../images/nygy1.jpg) no-repeat center center; height:112px; text-align:center; padding-top:26px;}
.headline .headlineHead h4{ width:100%; float:left; font-size:26px; color:#fff; line-height:36px;}
.headline .headlineHead h5{ width:100%; float:left; font-size:14px; color:#fff; line-height:23px; opacity:0.8; text-transform:uppercase;}
.pz_SideLayer{ width:100%; float:left;}
.pz_SideLayer li{ width:100%; float:left; margin-bottom:2px; background:#f4f4f4;}
.pz_SideLayer li a{ display:block; width:100%;font-family:"微软雅黑"; float:left; padding:12px 30px; line-height:20px;font-size:14px; color:#3a3939; background:url(../images/nygy3.png) no-repeat 94% center;}
.pz_SideLayer li.on a{ background-image:url(../images/nygy3_h.png); width:260px; background-color:#e3e3e3; border-right:solid 4px #ce2e33; color:#ce2e33;}
.pz_SideLayer li:hover a{ color:#ce2e33;}
.pz_SideLayer .ul_2{ width:100%; float:left; background:#e3e3e3; border-top:2px solid white; display:none;}
.pz_SideLayer .ul_2 li{ margin-bottom:0; background:none;}
.pz_SideLayer .ul_2 li a{ display:block; width:100%; float:left; padding:10px 30px; line-height:20px; font-size:14px; color:#3a3939;}
.pz_SideLayer .ul_2 li a.on,.pz_SideLayer .ul_2 li:hover a{ color:#ce2e33;}
.gyBody{ width:940px; float:right;}
/*关于我们*/
.storeBody{ width:100%; float:left; padding:20px 0 60px 0;}
.storeBody .storeTit{ width:100%;  padding-bottom:14px; border-bottom:solid 1px #e6e6e6; font-size:22px; color:#666; line-height:32px;}
.storeBody .storeTxt{ width:100%; margin-top:22px; font-size:14px; color:#666; line-height:30px;}
.storeBody1{ width:100%; padding:20px 0 60px 0;}
.storeBody1 .storeTit1{ width:100%; padding-bottom:5px;font-size:22px; color:#333; line-height:32px;}
.storeBody1 .storeTxt1{ width:100%; text-align:justify; padding-top:15px; font-size:14px; color:#666; line-height:25px;}
.storeBody1 .storeTxt1 p{text-indent:2em;}
.storeBody1 .msg {
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-family: "宋体";
    font-size: 12px;
	color:#333;
    padding-bottom: 10px;
}
.pagIng {
    border: 1px solid #dadada;
    padding: 8px 15px;
    overflow: hidden;
	margin-top:30px;
}
.gduo {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
}
.gduo span {
    float: right;
    width: 320px;
    overflow: hidden;
    height: 30px;
    display: block;
}
.pagIng a {
    height: 30px;
    line-height: 30px;
}
@media  screen and (max-width:1219px){
.storeBody{ padding:33px 0 40px 0;}
}
@media  screen and (max-width:991px){
.storeBody{ padding:13px 10px 20px 10px;}
.storeBody .storeTit{ padding-bottom:10px; font-size:16px; line-height:26px;}
.storeBody .storeTxt{ margin-top:12px; font-size:12px; line-height:24px;}
}

/*资质*/
.product1{ width:100%; float:left; margin-top:27px;}
.productRow1{ margin:0 -17px;}
.productUl1{ width:100%; float:left;}
.productUl1 li{ width:23.5%; float:left; margin:0 1% 20px; padding:0 10px;}
.productUl1 li:nth-child(4n){margin-right:0}
.productUl1 li:nth-child(4n-3){margin-left:0}
.productUl1 li .productBox{ width:100%; float:left; background:#f8f8f8; box-shadow:0 11px 16px rgba(0,0,0,0.14); padding:8px 5px 5px; text-align:center;}
.productUl1 li .productBox .productPage{ width:100%; float:left; padding-bottom:135%; position:relative; overflow:hidden;}
.productUl1 li .productBox .productPage img{ width:100%; position:absolute; left:0; top:0; min-height:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.productUl1 li .productBox:hover .productPage img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.productUl1 li .productBox .productPage .productIco{ width:42px; height:42px; background:url(images/product2.png) no-repeat center center; background-size:contain; position:absolute; left:50%; top:50%; margin:-21px 0 0 -21px;}
.productUl1 li .productBox h4{ width:100%; float:left; margin-top:9px; font-size:16px; color:#333; line-height:32px;}
.productUl1 li .productBox h5{ width:100%; float:left; font-size:14px; color:#666; line-height:29px;}
.productUl1 li .productBox:hover h4{ color:#013179;}
@media screen and (max-width:991px) {
.product1{ margin-top:20px;}
.productRow1{ margin:0 -10px;}
.productUl1 li{ margin-top:20px; padding:0 10px;}
}
@media screen and (max-width:767px) {
.product1{ margin-top:10px; padding:0 10px;}
.productRow1{ margin:0 -5px;}
.productUl1 li{ margin-top:10px; padding:0 5px;}
.productUl1 li .productBox{ box-shadow:0 0 8px rgba(0,0,0,0.14); padding:10px 10px 11px 10px;}
.productUl1 li .productBox .productPage .productIco{ width:30px; height:30px; margin:-15px 0 0 -15px;}
.productUl1 li .productBox h4{ margin-top:5px; font-size:16px; line-height:26px;}
.productUl1 li .productBox h5{ font-size:12px; line-height:23px;}
}

/*金属吊顶*/
.product{ width:100%; float:left; margin-top:27px;}
.productRow{ margin:0 -17px;}
.productUl{ width:100%; float:left;}
.productUl li{ width:32%; float:left; margin:0 1% 20px; padding:0 10px;}
.productUl li:nth-child(3n){margin-right:0}
.productUl li:nth-child(3n-2){margin-left:0}
.productUl li .productBox{ width:100%; float:left; background:#f8f8f8; box-shadow:0 11px 16px rgba(0,0,0,0.14); padding:8px 5px 5px; text-align:center;}
.productUl li .productBox .productPage{ width:100%; float:left; padding-bottom:70.22%; position:relative; overflow:hidden;}
.productUl li .productBox .productPage img{ width:100%; position:absolute; left:0; top:0; min-height:100%;
		 transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
 -webkit-transition: all 0.3s linear;
-o-transition: width all 0.3s linear;}
.productUl li .productBox:hover .productPage img{transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);	
-webkit-transform: scale(1.1,1.1);
	 -o-transform: scale(1.1,1.1);	
   -moz-transform: scale(1.1,1.1);}
.productUl li .productBox .productPage .productIco{ width:42px; height:42px; background:url(images/product2.png) no-repeat center center; background-size:contain; position:absolute; left:50%; top:50%; margin:-21px 0 0 -21px;}
.productUl li .productBox h4{ width:100%; float:left; margin-top:9px; font-size:16px; color:#333; line-height:32px;}
.productUl li .productBox h5{ width:100%; float:left; font-size:14px; color:#666; line-height:29px;}
.productUl li .productBox:hover h4{ color:#013179;}
@media screen and (max-width:991px) {
.product{ margin-top:20px;}
.productRow{ margin:0 -10px;}
.productUl li{ margin-top:20px; padding:0 10px;}
}
@media screen and (max-width:767px) {
.product{ margin-top:10px; padding:0 10px;}
.productRow{ margin:0 -5px;}
.productUl li{ margin-top:10px; padding:0 5px;}
.productUl li .productBox{ box-shadow:0 0 8px rgba(0,0,0,0.14); padding:10px 10px 11px 10px;}
.productUl li .productBox .productPage .productIco{ width:30px; height:30px; margin:-15px 0 0 -15px;}
.productUl li .productBox h4{ margin-top:5px; font-size:16px; line-height:26px;}
.productUl li .productBox h5{ font-size:12px; line-height:23px;}
}

/*产品详情*/
.productHead{ width:100%; float:left; margin-top:67px;}
.productHead .productHeadPage{ float:left; width:420px;}
.productHead .productHeadPage img{ width:100%; float:left;}
.productHead .productHeadText{ margin-left:450px;}
.productHead .productHeadText h3{ width:100%; float:left; font-size:26px; color:#161616; line-height:28px; letter-spacing:1px;}
.productHead .productHeadText h5{ width:100%; float:left; margin-top:14px; font-size:14px; color:#999; line-height:24px; letter-spacing:1px;}
.productHead .productHeadText h5 span{ display:inline-block; vertical-align:top; margin-right:22px;}
.productHead .productHeadText ul{ width:100%; float:left; margin-top:25px; padding-top:21px; border-top:solid 1px #d9d9d9;}
.productHead .productHeadText ul li{ width:100%; float:left; font-size:14px; color:#4c4c4c; line-height:30px; letter-spacing:1px; padding-left:20px; position:relative;}
.productHead .productHeadText ul li:before{ content:''; width:8px; height:1px; background:#999; position:absolute; left:0; top:50%;}
.productHead .productHeadText a{ display:block; float:left; margin-top:63px; width:157px; height:50px; line-height:50px; color:white; font-size:18px; background:#ce2e33; text-align:center;}
.productHead .productHeadText a:hover{ background-color:#013179;}
.caseDown .productUl,.caseDown .productUl li{ margin-top:0; width:100%;}
.caseDown .productUl li{ padding:20px 11px;}
.caseDown .productRow{ margin:0 -11px;}
@media screen and (max-width:1219px) {
.productHead .productHeadPage{ width:380px;}
.productHead .productHeadText{ margin-left:400px;}
}
@media screen and (max-width:991px) {
.productHead{ margin-top:37px;}
.productHead .productHeadText h3{ font-size:22px; line-height:24px;}
.productHead .productHeadText h5{ margin-top:10px; font-size:12px; line-height:22px;}
.productHead .productHeadText h5 span{ margin-right:16px;}
.productHead .productHeadText ul{ margin-top:20px; padding-top:11px;}
.productHead .productHeadText ul li{ font-size:12px; line-height:26px; padding-left:15px;}
.productHead .productHeadText a{ margin-top:33px; width:120px; height:40px; line-height:40px; font-size:16px;}
}
@media screen and (max-width:767px) {
.productHead{ margin-top:17px;}
.productHead .productHeadPage{ width:100%;}
.productHead .productHeadText{ margin-left:0; width:100%; margin-top:10px; padding:0 10px; float:left;}
.productHead .productHeadText h3{ font-size:16px; line-height:20px;}
.caseDown .productUl{ padding-bottom:20px; position:relative;}
.caseDown .productUl .slick-dots {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow:hidden;
}
.caseDown .productUl .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background:#eee; float:none; padding:0;
	-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;
}
.caseDown .productUl .slick-dots li button { display:none;}
.caseDown .productUl .slick-dots li.slick-active{
	background:#d10002;
}
.caseDown .productUl li{ padding:10px 5px;}
.caseDown .productRow{ margin:0 -5px;}
}

.productBody{ width:100%; float:left; margin-top:30px; border:solid 1px #e8e8e8;}
.productBody .productBodyHead{ width:100%; float:left; border-bottom:solid 1px #e8e8e8; background:#f6f6f6; height:45px;}
.productBody .productBodyHead li{ float:left; border-right:solid 1px #e8e8e8; height:46px; margin-top:-1px; width:120px; line-height:46px; font-size:14px; color:#333; letter-spacing:1px; text-align:center; cursor:pointer;}
.productBody .productBodyHead li.on{ background:#ce2e33; color:white; border-color:#ce2e33;}
.productBody .productBodyBody{ width:100%; float:left; padding:40px 40px 30px 40px; text-align:center; font-size:15px; line-height:30px; color:#666;}
@media screen and (max-width:991px) {
.productBody{ margin-top:20px;}
}
@media screen and (max-width:767px) {
.productBody{ margin-top:10px;}
.productBody .productBodyHead{ height:40px;}
.productBody .productBodyHead li{ height:41px; width:33.33%; line-height:41px; font-size:12px;}
.productBody .productBodyHead li:last-child{ border-right:0;}
.productBody .productBodyBody{ padding:20px 10px 10px 10px; font-size:13px; line-height:22px;}
}

.productDown{ width:100%; float:left; margin-top:17px;}
.productDown h5{ width:50%; float:left; font-size:12px; color:#666; line-height:17px; letter-spacing:1px;}
.productDown h5 a{ display:inline-block; vertical-align:top; max-width:80%; color:#666;}
.productDown h5:hover,.productDown h5:hover a{ color:#013179;}
.productDown h5.last{ text-align:right;}
@media screen and (max-width:767px) {
.productDown{ margin-top:10px; padding:0 10px;}
.productDown h5{ width:100%; line-height:24px;}
.productDown h5.last{ text-align:left;}
}


/*新闻列表*/
.nynews{ width:100%; float:left; margin-top:27px;}
.nynewsRow{ margin:0 -17px;}
.nynewsUl{ width:100%; float:left;}
.nynewsUl li{ width:100%; margin:0 1% 20px;padding:0 10px;}
.nynewsUl li .nynewsBox{ width:98%; overflow:hidden; background:#f8f8f8; box-shadow:0 5px 11px rgba(0,0,0,0.14); padding:8px 20px;}
.nynewsUl li .nynewsBox .nynewsPage{ width:100%; float:left; padding-bottom:70.22%; position:relative; overflow:hidden;}
.nynewsUl li .nynewsBox .nynewsPage .nynewsIco{ width:42px; height:42px; background:url(../images/product2.png) no-repeat center center; background-size:contain; position:absolute; left:50%; top:50%; margin:-21px 0 0 -21px;}
.nynewsUl li .nynewsBox h4{ width:100%;margin-top:9px; text-align:left;font-size:16px; color:#333; line-height:32px;}
.nynewsUl li .nynewsBox span{    display: block;
    color: #b4b3b1;
    font-size: 12px;
    line-height: 25px;text-align:left;}
.nynewsUl li .nynewsBox h5{ width:100%;text-align:left;font-size:14px; color:#666; line-height:24px;}
.nynewsUl li .nynewsBox:hover h4{ color:#013179;}
@media screen and (max-width:991px) {
.nynews{ margin-top:20px;}
.nynewsRow{ margin:0 -10px;}
.nynewsUl li{ margin-top:20px; padding:0 10px;}
}
@media screen and (max-width:767px) {
.nynews{ margin-top:10px; padding:0 10px;}
.nynewsRow{ margin:0 -5px;}
.nynewsUl li{ margin-top:10px; padding:0 5px;}
.nynewsUl li .nynewsBox{ box-shadow:0 0 8px rgba(0,0,0,0.14); padding:10px 10px 11px 10px;}
.nynewsUl li .nynewsBox .nynewsPage .nynewsIco{ width:30px; height:30px; margin:-15px 0 0 -15px;}
.nynewsUl li .nynewsBox h4{ margin-top:5px; font-size:16px; line-height:26px;}
.nynewsUl li .nynewsBox h5{ font-size:12px; line-height:23px;}
}
/*列表分页1*/
.waik_1{ float:left; width:100%; text-align:center; padding:35px 0 46px 0;}
.pz_fy2{ text-align:center;}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy2 a { display: inline-block; *display: inline; *zoom: 1; padding:3px 5px; border:solid 1px #bbb; COLOR: #323232; font-size: 12px; text-decoration:none; margin:0 3px; line-height:22px;
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-khtml-border-radius:2px;
border-radius:2px;}
.pz_fy2 span { display: inline-block; *display: inline; *zoom: 1; padding:3px 5px; border:solid 1px #bbb; COLOR: #323232; font-size: 12px; text-decoration:none; margin:0 3px; line-height:22px;
-moz-border-radius:2px; 
-webkit-border-radius:2px; 
-khtml-border-radius:2px;
border-radius:2px;}
.pz_fy2 a:hover,
.pz_fy2 a.on{ background:#013179; color:white; border-color:#013179;}/*鼠标经过和默认当前页样式*/
@media  screen and (max-width:991px){
.waik_1{ padding:15px 0 26px 0;}
.fy_pc{  text-align:center; font-size:14px; color:#333;}
.fy_pc a{ display: inline-block; *display: inline; *zoom: 1; padding:5px 10%; color:#cf2e34; border:solid 1px #cf2e34; border-radius:15px; -webkit-border-radius:15px; -moz-border-radius:15px;}
.fy_pc span{ padding:5px 5%; color:#013179;}
}