a, a:hover, a:active {
    text-decoration: none;
}
i {
    font-style: normal;
}
ul {
	margin: 0;
    padding: 0;
}
li {
	list-style:none;
}
/*网站顶部*/
header{width: 100%;min-width: 1200px;text-align: center;background: #ffffff url(../images/header_bg.gif) repeat-x 0 0}
header .logo-box { float: left; height: 100px; line-height: 100px; margin-left: 60px; }
/*header .logo-box img { height: 60px; }*/
header .logo-box h1 { display: none; }
header .contact-index { display: inline-block; float: right; margin-right: 30px; }
header .contact-index p { margin-left: 15px; }
header .contact-index .tel { font-size: 18px; margin-top: 50px; color: #2a333c; }
header .contact-index .tel span { font-size: 22px; color: #00a0ff; font-weight:bold; }
@media (max-width:767px) {
    header { height: 98px; }
    header .row { padding: 0 15px; }
    header .logo-box { height: 60px; line-height: 60px; }
    header .logo-box img { max-width: 180px; max-height: 50px; }
    header .contact-index { display: none; }
}

/*菜单导航*/
.navbar{padding:0;min-width:1200px;}
.menu_box{text-align:left;height:50px;background:#234390;}
.menu_box ul{width:1100px;margin:0 auto;}
.menu_box ul li{list-style: none;float:left;width:150px;height:50px;text-align:center;line-height:50px;font-size:15px;}
.menu_box ul li a{display:block;width:150px;height:50px;color:#ffffff;text-decoration: none;font-weight:bold;padding:0px 0 0 0}
.menu_box ul li a:hover{color:#ffffff;text-decoration:none;font-weight:bold;background:url(../images/lm_bg.jpg) repeat-x;}
.menu_box ul .menu_current a{color:#ffffff;text-decoration:none;font-weight:bold;background:url(../images/lm_bg.jpg) repeat-x;}


/*banner部分*/
.slides{width:100%;min-width:1200px;height:553px;position:relative;overflow:hidden;}
.slideInner{height:550px;position:relative;left:0;margin-left:0;}
.slideInner a{display:block;height:550px;background-size:cover !important;background-position:center center !important;position:relative;text-align:center;z-index:1;}
.slideInner .banner1{background: url(../images/banner1.jpg) no-repeat;}
.slideInner .banner2{background: url(../images/banner2.jpg) no-repeat;}
.slideInner .banner3{background: url(../images/banner3.jpg) no-repeat;}
.slideInner .banner1, .slideInner .banner2, .slideInner .banner3{min-width:1200px;}
.slideInner a div.img1{width:471px;position:absolute;left:50%;margin-left:-560px;margin-top:65px;}
.slideInner a div.img2{width:600px;position:absolute;top:102px;left:50%;margin-left:-50px;}
.nav{width:1200px;position:relative;left:50%;margin-left:-600px;display:none;}
.nav a{display:block;width:41px;height:119px;opacity:.2;z-index:9;}
.nav a.prev{position:absolute;left:0;top:-160px;margin-top:-100px;width: 44px;height: 44px;background:url(../images/ban_pre.png) no-repeat;}
.nav a.next{position:absolute;right:0;top:-160px;margin-top:-100px;width: 44px;height: 44px;background:url(../images/ban_next.png) no-repeat;}
.navListBox{position:absolute;left:50%;top:518px;z-index:99;}
.navListBox li{width:12px;height:12px;float:left;margin-left:5px;border-radius:50%;overflow:hidden;}
.navListBox li:first-child{margin-left:0;}
.navListBox li a{display:block;width:100%;height:100%;border-radius:50%;background-color:#fff;box-shadow:0 0 5px #666 inset;}
.navListBox li a.active{background-color:#55ddff;}
.line{width: 100%;height: 3px;background-color: #0578D1;}

/*section样式*/
section{ width: 100%; margin: 0 auto 30px;}
section .sectionTop{ width: 1200px; height:100px; padding-top: 35px;}
section .sectionTop .sectionTitle{line-height:36px; font-size: 26px; text-align: center; color: #004ce6;}
section .sectionTop .sectionTitle i{ color: #000;}
section .sectionTop .sectionEnTitle{margin: 0 auto; text-transform: uppercase; font-size: 13px; color: #afaeae; line-height: 23px;}
section .sectionTop .sectionEnTitle span{margin-top:12px; float: left; position:relative; display: block;background: #004ce6; height:1px; width: 50px;}
section .sectionTop .sectionEnTitle span i{ display: block;}
section .sectionTop .sectionEnTitle em{ font-style: normal; font-size: 13px; float: left;}
section .sectionTop .sectionEnTitle .qc{clear:both;}
/*section样式*/
.yzfw .sectionEnTitle{width:232px;}
.yzfw .service {
	/*position: absolute;*/
	clear:both;
	width: 100%;
	height: 200px;
	text-align: center;
	margin-top:100px;
}
.yzfw .service li {
	display: inline-block;
	width: 200px;
	height: 130px;
	margin: 0 15px;
}
.yzfw .service a {
	display: inline-block;
	width: 190px;
	padding: 70px 10px 20px;
	position: relative;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 5px;
	vertical-align: top;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.8), -2px -2px 1px rgba(0, 0, 0, 0.3), -3px -3px 1px rgba(0, 0, 0, 0.3);
}
.yzfw .service li a span{
	display:block;
	margin-bottom:6px;
	font-weight:bolder;
}
.yzfw .service li:nth-of-type(1) a {
 background-color: #02646e;
}
.yzfw .service li:nth-of-type(2) a {
 background-color: #eb0837;
}
.yzfw .service li:nth-of-type(3) a {
 background-color: #67b374;
}
.yzfw .service li:nth-of-type(4) a {
 background-color: #e6674a;
}
.yzfw .service li:nth-of-type(5) a {
 background-color: #e61061;
}
.yzfw .service a::after {
 content:"";
 display: block;
 height: 120px;
 width: 120px;
 border: 5px solid #fff;
 border-radius: 50%;
 position: absolute;
 left: 50%;
 margin-left: -60px;
 z-index: 9999;
 top: -80px;
}
.yzfw .service li:nth-of-type(1) a::after {
 background: url(../images/service_ico01.png) no-repeat center;
}
.yzfw .service li:nth-of-type(2) a::after {
 background: url(../images/service_ico02.png) no-repeat center;
}
.yzfw .service li:nth-of-type(3) a::after {
 background: url(../images/service_ico03.png) no-repeat center;
}
.yzfw .service li:nth-of-type(4) a::after {
 background: url(../images/service_ico04.png) no-repeat center;
}
.yzfw .service li:nth-of-type(5) a::after {
 background: url(../images/service_ico05.png) no-repeat center;
}
.yzfw .service a::before {
 content:"";
 display: block;
 height: 120px;
 width: 120px;
 border: 5px solid #fff;
 border-radius: 50%;
 position: absolute;
 left: 50%;
 margin-left: -60px;
 z-index: 99999;
 top: -80px;
 background: rgba(0, 0, 0, 0.3);
}
.yzfw .service a:hover::before {
 opacity:0;
}

.gsjj{clear:both; width: 100%;background: url(../images/about_bg.jpg) no-repeat fixed;height: 548px;}
.gsjj .sectionEnTitle{width:246px;}
.aboutus{ width:1200px; padding-top: 35px;}
.aboutPic{ float: left; margin-left:40px ; position: relative; width: 535px; height: 345px;}
.aboutPic img{ width: 535px; height: 345px;position:relative; z-index: 2;}
.aboutInfo{padding-top: 10px;  width: 550px; float: right; margin-right: 20px;}
.aboutInfo h4{margin-bottom: 30px; font-size: 14px; color: #666; line-height: 34px; height: 258px;}
.aboutInfo h4 .textIndent{display:block; text-indent:2em;}
.aboutInfo h5{margin: 0 auto; width: 120px; border: 1px solid #004ce6; line-height: 31px; text-align: center; border-radius:16px;}
.aboutInfo h5 a{ color: #8a8888;}

.cpzs .sectionEnTitle{width:240px;}
.productInfo{margin-top:36px;}
.productInfo .indexPhoto{
	width: 1200px;
	height: 300px;
}
.productInfo .indexPhoto .myMarquee{
	width: 1200px;
	height: 300px;
	overflow: hidden;
}
.productInfo .indexPhoto .myMarquee a{
	display: inline-block;
}
.productInfo .indexPhoto .myMarquee img{
	width: 400px;
	height: 300px;
	padding: 10px;
	border: #ccc 1px solid;
	box-shadow: 2px 2px 3px #ccc;
}
.productInfo .indexPhoto .myMarquee span{
	display: block;
	width: 300px;
	text-align: center;
}

.qyys .sectionEnTitle{width:290px;}
.superiority{
	width: 1200px;
	margin: 28px auto;
}
.superiority .new-img img {
    width: 100%;
    height: auto;
    border: none;
    display: block;
}
.superiority .new-body {
    padding: 20px 20px 40px 20px;
	color: #666;
}
.superiority ul {
    padding-top: 10px;
    overflow: visible;
}
.superiority ul li {
    width: 23%;
    float: left;
    display: block;
    height: 200px;
	margin: 0 12px 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: inherit;
    background-color: #f5f5f5;
    color: #000;
    z-index: 10002;
}
.superiority ul li:hover {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    z-index: 1002;
    position: relative;
    left: 0;
}
.superiority ul li a {
    display: block;
    box-shadow: 0 5px 20px 1px rgba(49, 49, 49, 0.2);
}

.zyzs{clear:both; width: 1200px; padding-bottom: 35px;}
.zyzs .sectionEnTitle{width:306px;}
.knowledge{ width: 1200px; margin: 0 auto; margin-top: 35px;}
.knowledge{ width: 570px; float: left; margin-left: 10px; position: relative; }
.knowledge a,.newsList ul li a{position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #00FF00;filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; cursor: pointer;}

.knowledge .newsPic img{ width:570px; height: 364px; }
.knowledge .newsTitle{font-size: 17px;margin-bottom:3px;color: #484848; line-height:35px; margin-top:21px;}
.knowledge .newsInfo{color: #bcbcbc; line-height: 22px; height: 66px; overflow: hidden;}
.knowledge:hover .newsTitle{color: #004ce6; padding-left: 15px;-webkit-transition: all .8s; -moz-transition: all .8s;-ms-transition: all .8s;-o-transition: all .8s;transition: all .8s; }

.newsList{ float: right; width: 580px; margin-bottom:20px;margin-top: 35px;}
.newsList ul li{ margin-bottom:21px; position: relative;}
.newsList ul li .newsTime{float: left; width: 105px; height: 107px;}
.newsList ul li .newsTime p{ background: #eeeeee; line-height: 77px; text-align: center; color: #484848; font-size:45px; font-weight: bold;margin:0}
.newsList ul li .newsTime i{ background: #eeeeee; display: block; border-top:1px solid #fff; line-height: 29px; color:#484848; font-size: 12PX; text-align: center;}
.newsList ul li .newsText{float: right; width:428px; margin-right:20px;}
.newsList ul li .newsText h3{ font-size: 17px;color: #484848; line-height: 35px; margin-bottom:3px;}
.newsList ul li .newsText h4{ font-size: 13px; color: #bcbcbc; line-height: 22px; height: 66px; overflow: hidden;}
.newsList ul li .qc{clear:both;}
.newsList ul li:hover .newsText h3{color: #004ce6;}

.bg_a{clear:both; width:100%; min-width:1150px; margin:0px auto; height:12px; background:url(../images/bg_c.jpg) repeat-x;}
.f_nbg{ width:100%; min-width:1150px; background:#323232; margin:0px auto; padding:55px 0;}
.f_nav{ width:1150px; margin:0px auto;}
.f_nav li{ width:125px; float:left; margin-right:40px; text-align:left; border-right:1px solid #444; height:135px;}
.f_nav li b{ display:block; width:100%; height:25px; line-height:25px; margin-bottom:15px; font-weight:normal;}
.f_nav li b a{ font-size:18px; color:#888;}
.f_nav li.noline,.f_nav li.code{ border:0;}
.f_nav li.code{ margin-right:0; float:right;}
.f_nav li p{ width:100%; background:url(../images/li_icon17.jpg) no-repeat left center; height:20px; line-height:20px;}
.f_nav li p a{ font-size:14px; color:#888; margin-left:3px;}
.f_nav li p a:hover{ color:#FFF;}
.f_nav li.code p{ background:none; height:25px; line-height:25px; text-align:center; color:#999; padding-top:5px;}
.f_nav li.code{ width:130px; height:150px; padding:8px; background:#4E4C4D;}
.f_nav li.code img{ width:113px; height:113px; vertical-align:top;}
.bq_bg{ width:100%; min-width:1150px; margin:0px auto; text-align:center; background:#1F1F1F; height:60px;}
.bq{ width:1150px; margin:0px auto; text-align:center; height:60px;}
.bq span,.bq a{ display:inline-block; *display:inline; zoom:1; vertical-align:top; height:20px; line-height:20px; font-size:12px; color:#666; margin-top:20px; margin-left:5px;}
.bq .beian{ margin-right:30px; margin-left:0;}
.bq img{ width:20px; height:20px; vertical-align:top;}


/*内页banner*/
.banner .slick-slide{margin-bottom:20px;}
.banner .slick-slide img{
	width: 100%;
	min-width:1200px;
	height: 360px;
}
/*产品展示*/
/*.codrops-header {
	margin: 0 auto;
	padding: 2em;
	text-align: center;
}
.codrops-header h3 {
	font-size: 20px;
	font-weight: 300;
}
.codrops-header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	opacity: 0.7;
}
.grid {
	margin: 10px auto 100px;
	width: 100%;
}
.grid a {
	float: left;
	width: 25%;
	color: #333;
}
.grid a:nth-child(odd) {
	margin: 30px 0 -30px 0;
}
.grid figure {
	position: relative;
	overflow: hidden;
	margin: 5px;
	background: #333;
}
.grid figure img {
	position: relative;
	display: block;
	width: 100%;
	height: 360px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.grid figcaption {
	position: absolute;
	top: 0;
	z-index: 11;
	padding: 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.grid figcaption h2 {
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 130%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.grid figcaption p {
	padding: 0 20px;
	color: #fff;
	font-weight: 300;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.grid figcaption h2, .grid figcaption p{
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1); 
	-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	timing-function: cubic-bezier(0.250, 0.250, 0.115, 1.445);
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}
.grid figure button {
	position: absolute;
	border: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	bottom: -1px;
	left: 0;
	padding: 15px;
	width: 100%;
	background: #1685c6;
	color: #e6e6e6;
	font-weight: 300;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.grid figcaption, .grid figcaption h2, .grid figcaption p, .grid figure button {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}*/
/* Style for SVG */
/*.grid svg {
	position: absolute;
	top: -1px; 
	z-index: 10;
	width: 100%;
	height: 100%;
}
.grid svg path {
	fill: #56b2e8;
}*/
/* Hover effects */
/*.grid a:hover figure img {
	opacity: 1;
}
.grid a:hover figcaption h2, .grid a:hover figcaption p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.grid a:hover figcaption p {
	opacity: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.grid a:hover figure button {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}*/

/* Media Queries */
/*@media screen and (max-width: 58em) {
	.grid a {
		width: 33.333%;
	}
	.grid a:nth-child(odd) {
		margin: 0;
	}
	.grid a:nth-child(3n-1) {
		margin: 30px 0 -30px 0;
	}
}
@media screen and (max-width: 45em) {
	.grid {
		max-width: 500px;
	}
	.grid a {
		width: 50%;
	}
	.grid a:nth-child(3n-1) {
		margin: 0;
	}
	.grid a:nth-child(even) {
		margin: 30px 0 -30px 0;
	}
	.grid figcaption h2 {
		margin-bottom: 0px;
		-webkit-transform: translateY(30px);
		transform: translateY(30px);
	}
	.grid figcaption p {
		margin: 0;
		padding: 0 10px;
	}
}
@media screen and (max-width: 27em) {
	.grid {
		max-width: 250px;
	}
	.grid a {
		width: 100%;
	}
	.grid a:nth-child(even) {
		margin: 0;
	}
}*/


/*关于我们*/
.about { padding: 50px 0; position: relative; }fff
.about .head { text-align: left; margin-bottom: 25px; }
.about .head .title { margin-top: 22px; margin-bottom: 11px; font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #37474f; opacity: 0; transform: translate(0, 100%); }
.about .head .desc { width: 38px; height: 2px; background: #02328d; opacity: 0; transform: translate(0, 100%); }
.about .btn-more { padding: 5px 15px; border: 1px solid; color: #fff; display: block; width: 110px; text-align: center; margin: 30px auto 0 auto; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.about .btn-more .fa { padding-left: 10px }
.about .btn-more:hover { background: #02328d; padding-left: 15px; color: #fff; border-color: #02328d; text-decoration: none }
.about .btn-more:hover .fa { color: #fff }
.about .about-bg { height: 505px; width: 100%; position: absolute; z-index:0; top: 0;left: 0;}
.about .about-bg img { width: 100%; height: 100%; display: inline; object-fit: cover; }
.about .content { position: relative; height: 320px; }
.about .content .img { position: relative; z-index: 2; }
.about .content .img img { width: 100%; max-height: 280px; -o-object-fit: scale-down; object-fit: scale-down; }
.about .content .text { background: #6a98ea; width: 100%; text-align: left; padding: 5px 15px; position: absolute; top: 50px; height: 256px; z-index: 1; opacity: 0; }
.about .content .text .desc { font-size: 14px; color: #ffffff; line-height: 1.5; margin: 0; padding: 30px 0; margin-left: 42%; }
.about .content .text .desc span{	max-height:65px; overflow: hidden;display: block; }
.about .content .btn-more { margin-top: 20px; margin-right: 3px;}
@media (max-width:767px) {
	.about { padding: 50px 0; }
	.about .about-bg { height: 520px; }
	.about .about-us { padding: 0; }
	.about .content { height: auto; }
	.about .left { padding: 0; }
	.about .content .text { position: static; top: 130px; }
	.about .content .text p { margin-left: 0; font-size: 12px; }
	.about .content .text p span{	max-height: 55px; overflow: hidden;display: block; }
	.about .content .btn-more { margin-top: 10px; }
}


/*新闻资讯*/
.news { padding: 50px;}
.news .head { text-align: left; }
.news .head .title { margin-top: 22px; margin-bottom: 11px; font-size: 20px; font-weight: 300; letter-spacing: 1px; color: #37474f; }
.news .head .desc { width: 38px; height: 2px; background: #02328d;}
.news .title-box .head { float: left }
.news .head .title, .news .head .desc, .news ul li, .news ul li h3 {visibility: inherit; opacity: 1; transform: matrix(1, 0, 0, 1, 0, 0);}
.news .title-box .tabs { float: right; margin: 18px }
.news .title-box .tabs li { float: left; }
.news .title-box .tabs li a { display: inline-block; margin: 0 5px; font-size: 13px; line-height: 30px; text-align: center; padding: 0 20px; height: 30px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.news .title-box .tabs li a:hover { background: #02328d; text-decoration: none }
.news .title-box .tabs li a:hover h3 { color: #fff }
.news .title-box .tabs li a h3 { font-size: 13px; margin: 0; line-height: 30px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; color: #37474f; }
.news .title-box .tabs li.active a { background: #02328d;}
.news .title-box .tabs li.active a h3 { color: #fff }
.news .btn-more { padding: 5px 15px; border: 1px solid; color: #02328d; display: block; width: 110px; text-align: center; margin: 30px auto 0 auto; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.news .btn-more .fa { padding-left: 10px }
.news .btn-more:hover { background: #02328d; padding-left: 15px; color: #fff; border-color: #02328d; text-decoration: none }
.news .btn-more:hover .fa { color: #fff }
.news ul { padding: 0; margin: 0; list-style: none; margin-top: 50px }
.news .imgnews-list li { width: 52%; float: right; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; padding: 10px 0; border-bottom: 1px solid; border-color: #ffffff; border-color: #f2f2f2; }
.news .imgnews-list li .title { font-size: 14px; line-height: 36px; color: #37474f; margin: 0; display: inline-block; width: 78% }
.news .imgnews-list li .time { display: inline-block; line-height: 30px; float: right; color: #999999; font-size: 13px; position: relative; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.news .imgnews-list li .fa { display: inline-block; line-height: 30px; float: right; color: #02328d; font-size: 13px; position: relative; right: 35px; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: 0 }
.news .imgnews-list li:hover { padding-left: 15px }
.news .imgnews-list li:hover .fa { right: 0; opacity: 1 }
.news .imgnews-list li:hover .time { right: 15px }
.news .imgnews-list li:hover h3 { color: #02328d;}
.news .imgnews-list li .date { float: right }
.news .imgnews-list li .date .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #999999; }
.news .imgnews-list li .date .year { color: #ffffff; position: relative; display: block }
.news .imgnews-list .item-1 { width: 40%; float: left; padding: 0; border: none; opacity: 1; transform: none; }
.news .imgnews-list .item-1 .text { background: #02328d; padding: 28px 15px 28px 20px }
.news .imgnews-list .item-1 .text .date { float: left }
.news .imgnews-list .item-1 .text .day { font-size: 36px; font-weight: bold; position: relative; letter-spacing: 1px; color: #fff; }
.news .imgnews-list .item-1 .text .year { color: rgba(255, 255, 255, 0.6); position: relative; display: block }
.news .imgnews-list .item-1 .text .content { color: #fff; width: 82%; float: right }
.news .imgnews-list .item-1 .text .content h3 { color: #fff; line-height: 30px; margin: 0; font-size: 16px; padding-bottom: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.2) }
.news .imgnews-list .item-1 .text .content p { color: rgba(255, 255, 255, 0.7); padding-top: 15px; margin: 0 }
.news .imgnews-list .item-1 .img { overflow: hidden }
.news .imgnews-list .item-1 .img img { -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; opacity: .78; width: 100% }
.news .imgnews-list .item-1:hover { -webkit-box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.08); padding: 0 }
.news .imgnews-list .item-1:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); opacity: 1 }
.news .imgnews-list .item-other { list-style: circle; list-style-position: inside; }
@media (max-width:767px) {
	.news { padding: 30px 0; }
	.news .imgnews-list li { width: 100% !important; float: none !important }
	.news .imgnews-list .item1 .text .content { width: 68% }
	.news .imgnews-list li .title { width: 70% }
	.news ul { margin-top: 0 }
	.news .title-box .head{ float: none; }
	.news .title-box .tabs{ margin: 15px 0; float: none; }
}


/*底部导航*/
.footnav { padding-bottom: 15px; position: relative ;z-index: 0;}
.footnav:before { content: ''; height: 40px; width: 100%; top: 0; position: absolute; background-color: #02328d; background-color: #02328d; z-index: 2; left: 0 }
.footnav .list { text-align: left; padding: 0 }
.footnav .container { border-bottom: 1px solid; border-color: #f2f2f2; padding-bottom: 15px }
.footnav h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%; color: #ffffff; font-size: 16px; margin: 0; text-shadow: none; height: 40px; line-height: 40px; position: relative; z-index: 3 }
.footnav h4 a { color: #ffffff; text-decoration: none }
.footnav h4 a:active, .footnav h4 a:focus, .footnav h4 a:hover { text-decoration: none }
.footnav ul { padding: 0; margin-bottom: 0; list-style: none; padding-top: 10px }
.footnav ul li { margin-bottom: 3px }
.footnav ul li a { color: #777777; text-decoration: none; font-size: 13px }
.footnav ul li a:active, .footnav ul li a:focus, .footnav ul li a:hover { text-decoration: none }
.footnav ul li a:hover { color: #02328d; text-decoration: underline; }
.footnav .info { text-align: left; padding-left: 150px }
.footnav .info em { margin-top: 10px; display: block; font-size: 13px; font-style: normal; line-height: 2; color: #777777; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.footnav .info em a { color: #777777; }
.footnav .info em a:hover { color: #02328d; text-decoration: underline; }
.footnav .info em:hover { color: #02328d; }
.footnav .info p { color: #777777; line-height: 2; -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms; transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms }
.footnav .info p:hover { color: #02328d; }
.footnav .info i { font-size: 26px; cursor: pointer }
.footnav .info a:hover, .footnav .info a:focus { text-decoration: none }
@media (max-width:767px) {
	.footnav .container{ padding: 0; }
	.footnav .list { margin-bottom: 15px }
	.footnav .info { padding-left: 15px; text-align: center }
	.footnav h4 { background-color: #02328d; text-align: center;}
	.footnav ul li{text-align: center;}
}


/*底部信息*/
footer { line-height: 1.8; padding: 20px 0;}
footer p { margin-bottom: 0px; color: #a6a6a6; }
footer .left { float: left; text-align: left; width: 50%; }
footer .breadcrumb-item, footer .breadcrumb-item::before { color: #a6a6a6; }
footer .breadcrumb-item span:hover{ color: #02328d; }
footer .breadcrumb-item span { color: #a6a6a6; }
footer .powered, footer .powered a { color: #a6a6a6; }
footer .right { float: right; width: 50%; text-align: right; }
footer .right p img { max-width: 100%; height: auto!important;}
footer .right .social i { font-size: 20px; margin-right: 5px; color: #a6a6a6; }
footer .right .social i:hover { color: #02328d; }
@media (max-width:767px) {
	footer .left, footer .right { float: none; text-align: center; width: 100%; }
	footer .breadcrumb-item { display: inline-block; float: none; }
}


.main{width: 1200px; margin: 0 auto;}

.main .fleft{
	float: left;
	width: 25%;
}
.main .fright{
	float: right;
	width: 75%;
}
.main aside{
	margin-left: 0px;
    margin-right: 30px;
}
.main aside ul{
	padding-left: 10px;
}
.main aside h2{
	font-size: 18px;
	border-bottom: 1px solid #ddd !important;
	margin: 0;
	padding-bottom: 8px !important;
	margin-bottom: 10px;
}
.main aside h2 a, .main aside h2 span{
	color: #666666;
	position: relative;
}
.main aside h2 a::before, .main aside h2 span::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #0961bb;
}
.main aside ul li{
	list-style-type: square;
	margin-left: 10px;
}
.main aside ul li a{
	display: block;
	font-size: 16px;
	width: 100%;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 6px;
	font-size: 15px;
	font-weight: 300;
	position: relative;
	color: #666666;
}
.main aside ul li a:hover {
	color: #0961bb;
}
.main aside .contact{
	margin:31px 0 20px;
}
.main ol{
	border-bottom: 1px solid #ddd;
	padding: 0 0 7px 0;
	border-radius: 0;
}
.main ol li .home-ico{
	width: 16px;
	height: 13px;
	background: url("../images/home_ico.png") no-repeat;
	display: inline-block;
}
.main ol li a, .main ol li span{
	color: #999999;
}
.main ol li a:hover {
	color: #0961bb;
}
.main .aboutpage{
	line-height: 2em;
	margin: 20px auto;	
}
.main .aboutpage p span{
	display: inline-block;
	text-indent: 2em;
}
@media (max-width:767px) {
	.main .fleft, .main .fright{
		float: none;
		width: 100%;
	}
}

.productpage, .productshow{
	margin: 20px 0;
	padding: 0;
}
.productpage .card-shadow {
	box-shadow: 0 0px 10px rgba(0,0,0,.2);
}
.productpage li{
	list-style-type: none;
	width: 31%;
	float: left;
	margin: 1%;
}
.productpage li a{
	color: #666666;
	font-size: 16px;
	line-height: 200%;
}
.productpage li a:hover{
	color: #62a8ea;
}
.productpage .card-shadow img{
	width: 100%;
	height: 180px;
}
.productshow h2, .newsshow h2{
	text-align: center;
	font-size: 22px;
	margin: 30px;
}
.newsTxt, .infoTxt{
	width: 96%;
	margin: 0 auto;
}
.goLastpage, .infoSt{
	text-align: right;
	padding-right: 100px;
}
.newspage, .newsshow{
	margin: 20px 10px;
	padding: 0;
}
.newspage li{
	margin: 30px auto;
}
.newspage li a{
	color: #37474f;
}
.newspage li a:hover {
	color: #0961bb;
}
.newspage li .newsDesc{
	overflow: hidden;
	text-overflow: ellipsis;
	display: box;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
@media (max-width:767px) {
	.newspage li img{
		display: none;
	}
}
.guestbookpage{
	margin: 20px 10px;
}
.basic-grey {
    margin: 0 auto;
    padding: 25px 15px 25px 10px;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    text-align:center;
    font-size: 25px;
    padding-bottom:10px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
}
.basic-grey h1>span {
    font-size: 14px;
    display: block;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 6px;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 5px 6px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    height:100px;
    padding: 5px 3px 3px 5px;    
}
.basic-grey .btn_lab{
    text-align:center;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 6px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
.marketpage{
	margin: 20px auto;
}
.marketpage .map{ position:relative;width:720px; margin:0 auto;}
.marketpage .map a{ position:absolute; z-index:10; cursor:pointer;}
.marketpage .map a:hover{ color:#fff !important;}
.marketpage .province div{ position:absolute; display:none; z-index:3;}
.contactuspage{	margin: 20px;}
.contactuspage #container{ height:360px; width:96%; border:1px solid #CCC;}
.contactuspage .contactTxt{ margin-top: 10px; line-height: 200%;}
/*page分页开始*/
#page{
	clear: both;
	height:30px;
	padding:15px;
	margin-bottom: 30px;
}
#page a{
	display:block;
	float:left;
	margin-right:10px;
	padding:2px 11px;
	height:28px;
	border:1px #cccccc solid;
	background:#fff;
	color:#808080;
	font-size:12px;
	line-height:23px;
}
#page a:hover{
	color:#077ee3;
	border:1px #077ee3 solid;
}
#page a.cur{
	border:none;
	background:#077ee3;
	color:#fff;
}
#page p{
	float:left;
	padding:2px 11px;
	font-size:12px;
	height:28px;
	line-height:23px;
	color:#bbb;
	border:1px #ccc solid;
	background:#fcfcfc;
	margin:0 8px 0 0;

}
#page p.pageRemark{
	border-style:none;
	background:none;
	margin-right:0px;
	padding:4px 0px;
	color:#666;
}
#page p.pageRemark b{
	color:red;
}
#page p.pageEllipsis{
	border-style:none;
	background:none;
	padding:4px 0px;
	color:#808080;
}
/*page分页结束*/