﻿@charset "utf-8";
* {PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px}
body {margin:0px auto; font-family:"微软雅黑";font-size:14px;}
ul,li,a,span,h1,div,ol,h1,h2,h3,p,hr,input,label {margin:0px; padding:0px; text-decoration:none; list-style:none;}
body,td,th {font-family: 微软雅黑;}
body {margin-left: auto;margin-top: 0px;margin-right: auto;margin-bottom: 0px;}
a{color:#333;text-decoration:none;outline:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
border { border:0px;}
img {border:0px;}
i,em{font-style: normal;}
.fl{ float:left;}
.fr{ float:right;}
.tac{text-align: center;}
.w1300{margin:0 auto; width:1300px; height:auto; overflow:hidden;}

.clear {
	clear: both;
}

/*------------公用样式结束----------*/

/*------------top----------*/
.topbj{width:100%; height:150px; padding-top:45px; background:url(img/top.jpg) center no-repeat; overflow:hidden;}
.t-logo{width:90px; height:91px;}
.t-mz{width:560px; height:auto; text-align:left; padding-top:5px;margin-left:15px;overflow:hidden;}
.t-mz h1{font-family:"微软雅黑"; font-size:40px; color:#333; line-height:50px;}
.t-mz h1 span{color:#0051AA;}
.t-mz li{width:auto; height:auto; margin-top:8px;}
.t-mz li ol{width:252px; height:26px; background-color:#D60A09; font-family:"微软雅黑"; font-size:16px; color:#fff; text-align:center;line-height:26px; float:left;}
.t-mz li p{width:300px; height:26px;font-family:"微软雅黑"; font-size:18px; color:#333; line-height:26px;margin-left:8px; float:left;}
.t-mz li p span{color:#0051AA; font-size:24px;}
.t-tel{width:300px; height:auto; margin-left:25px; margin-top:11px;overflow:hidden;}
.t-tel li{ width:290px; height:46px;background:url(img/tel.jpg) left no-repeat #0051AA;font-family: Impact; font-size:24px; line-height:46px; color:#fff; padding-right:10px; text-align:left; padding-left:53px;float:left;}
.t-tel li span{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:26px;}
.t-tel ol{width:280px; height:40px;background:url(img/tel.jpg) left no-repeat #0051AA; text-align:right; padding-right:20px; margin-top:5px;font-family: Impact; font-size:24px; line-height:40px; color:#fff; }
.t-tel ol span{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:26px;}
.t-er{width:240px; height:90px; margin-top:10px; float:right;}
.t-er li{width:110px; height:90px; margin-left:10px; float:left;}

/* nav */
.dh{width:100%; height:auto; background-color:#d60a09;}
*{list-style:none;}

.width1300 {MARGIN: 0px auto; WIDTH:1300px;}
.margintop10 {MARGIN-TOP: 0px}
.cl {CLEAR: both}
.nav1 {LINE-HEIGHT: 0px; HEIGHT:70px;}
.nav1 UL .pli {Z-INDEX: 2332; POSITION: relative; TEXT-ALIGN: center; LINE-HEIGHT:68px; WIDTH:120px; margin-right:40px;FLOAT: left; HEIGHT:68px; list-style:none; }
.nav1 UL .onpli OL {DISPLAY: block}
.nav1 UL .onpli { border-bottom:2px solid #e9ca50;
}
.nav1 UL .pli A {
	DISPLAY: block;
	FONT-FAMILY: "微软雅黑";
	COLOR: #fff;
	FONT-SIZE: 18px;
	text-decoration: none;
}
.nav1 UL .pli A:hover {
	COLOR: #fff; padding-top:10px; font-weight:bold;transition: all .3s;
}
.nav1 UL .onpli A {
	COLOR: #fff;
	text-decoration: none;
	list-style:none;
}
.nav1 UL .pli OL LI A:hover {DISPLAY: block; BACKGROUND: #57BC54; COLOR: #6bb90f; TEXT-DECORATION: none}
.nav1 UL .pli OL LI A {COLOR: #6bb90f; FONT-SIZE: 14px; FONT-WEIGHT: normal}
.nav1 UL .pclosepli OL {DISPLAY: none}

/*焦点图*/
#banner {position: relative;overflow: hidden;width: 100%}
#banner ul {
	position: relative;
	overflow: hidden;
	width: 300%
}
#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:90px;
	height:150px;
	z-index: 63;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	cursor: pointer;
	opacity: 0;
	transition: all 0.3s;
	margin-top:-1%;
}
#banner:hover aside span{ 
	opacity: 1;}
#banner aside span:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 20%;
	margin: auto;
	width:87px;
	height:87px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	-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: 150px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 7%;
	margin: auto
}
#banner>div em {display: block;
	float: left;
	width:30px;
	height:10px;
	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: #D60A09
}


.sl,.st,.st div,.sl div{
	overflow: hidden;
}



/*------------首页栏目----------*/
.sylm{width:100%; height:auto;text-align:center; background:url(img/dhbj.png) bottom center no-repeat; padding-top:60px; padding-bottom:20px; overflow:hidden;}
.sylm h2{font-family:"微软雅黑"; font-size:44px; color:#4F4F4F; line-height:50px;}
.sylm p{font-family:"微软雅黑"; font-size:18px; color:#333; line-height:30px;}
.sylm ol{ margin:0 auto; width:400px; height:40px; text-align:center; background-color:#D60A09;font-family:"微软雅黑"; font-size:24px; color:#fff; line-height:40px; margin-top:5px;}

/*------------分类---------*/
.fen{ margin:0 auto;width:1300px; margin-top:30px;}
.fen ul{ height:auto; overflow:hidden;}
.fen ul li {width:18%;height:120px; margin:0.5%;background:#0051AA; border-right: 1px solid #fff;text-align: center;float: left; box-sizing: border-box; position: relative; }
.fen ul li a{text-decoration: none; position: relative;z-index: 3; display: block; line-height:55px; height:55px; font-size:24px; color: #fff; padding-top:10px;}
.fen ul li a:hover{background:#393838\9;color: #fff;}
.fen ul li ol{margin:0 auto; width:110px; height:30px; background-color:#fff; text-align:center;font-family:"微软雅黑"; font-size:16px; color:#666; line-height:26px; }
.fen ul li:after{content:'';position:absolute;height:100%;width:0;background:#d60a09;bottom:0;left:0;-webkit-transition:width .3s;transition:width .3s;}
.fen ul li:hover:after,.fen ul li.cur:after{width:100%;color: #fff;}
.fen ul li:nth-child(3){margin-right: 0;}
.fen ul li.cur a { background:#08C339; color: #fff; }

/*产品展示*/
.anliroll {height:1300px;width:90%;margin:40px auto; }
.anliroll li {float: left;width: 23%; border:1px solid #f2f2f2;background: #fff;margin: 2% 0 0 1.4%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anliroll li a ol {background: #f1f1f1;color: #12212f;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:10px;box-sizing: border-box; }
.anliroll li a ol i {display: block;color:#666;font-size: 15px;margin-top: 10px; }
.anliroll li a ol i em{font-family:Impact; color:#12212f; font-size:18px; line-height:20px;}
.anliroll li a:hover ol i em{font-family:Impact; color:#fff;}
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anliroll li a:hover ol {background: #d60a09;color: #fff;}
.anliroll li a:hover ol i {color: #fff;}

/*------------tiao---------*/
.tiao{width:100%; height:327px; background:url(img/tiao.jpg) center no-repeat; margin-top:30px;}
.tiao .t-left{width:454px; height:auto; text-align:left; padding-top:80px; font-family:"微软雅黑"; font-size:24px; color:#fff; line-height:40px;}
.tiao .t-left ol{width:auto; height:40px; background-color:#fff; text-align:center; color:#0051AA; margin-top:20px;}
.tiao .t-right{width:460px; height:auto; text-align:left; padding-top:80px; font-family:"微软雅黑"; font-size:30px; color:#fff; line-height:40px; float:right;}
.tiao .t-right span{font-family:Impact; font-size:44px; line-height:60px;font-style: italic;}
.tiao .t-right p{font-size:40px; font-weight:bold;}

/*------------简介---------*/
.aboutbj{width:100%; height:1194px; background:url(img/aboutbj.jpg) center no-repeat;}
.aboutbj ul{margin:0 auto;width:1270px; height:auto;border-radius:20px; background-color:#fff; margin-top:50px; padding:40px;overflow:hidden;}
.aboutbj ul .a-zw{width:900px;height:493px; text-align:left; background:url(img/about1.jpg) left top no-repeat; padding-left:350px;overflow:hidden;}
.aboutbj ul .a-zw strong{ width:100%;height:42px; font-family:"微软雅黑"; font-size:44px; color:#4F4F4F; line-height:50px;}
.aboutbj ul .a-zw p{font-family:"微软雅黑"; font-size:16px; color:#666; line-height:30px; padding-top:20px;}
.aboutbj ul .a-sp{ margin:0 auto;width:1050px; height:auto; text-align:center; background-color:#4F4F4F; padding:20px; margin-top:-170px;}


/* gc*/
.anlirol2 {height:auto;width:90%;margin:0px auto; }
.anlirol2 li {float: left;width: 23%; border:1px solid #f2f2f2;background: #fff;margin: 2% 0 0 1.4%; }
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anlirol2 li a ol {background: #f1f1f1;color: #12212f;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:10px;box-sizing: border-box; }
.anlirol2 li a ol i {display: block;color:#666;font-size: 15px;margin-top: 10px; }
.anlirol2 li a ol i em{font-family:Impact; color:#12212f; font-size:18px; line-height:20px;}
.anlirol2 li a:hover ol i em{font-family:Impact; color:#fff;}
.anlirol2 li a ol a {color: #fff;font-size: 18px; }
.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anlirol2 li a:hover ol {background: #d60a09;color: #fff;}
.anlirol2 li a:hover ol i {color: #fff;}

/*--news--*/
.newsbj{height:auto; margin-top:30px;}
.news{padding-top:35px;}
.news .news_desc{width:600px; float:left;}
.news .news_desc dl{height:auto; background-color:#f9f9f9; margin-bottom:10px; padding:20px; overflow:hidden;}
.news .news_desc dl:hover{ border-bottom:2px solid #d60a09;}
.news .news_desc dl dt{width:249px;height:240px;float:left; overflow:hidden;}
.news .news_desc dl dt img{width:249px; height:240px;transition:.5s;}
.news .news_desc dl:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.news .news_desc dl dd{width:300px; float:left;padding-left:18px; box-sizing: border-box;}
.news .news_desc dl dd span{display:block; margin-bottom: 21px; line-height: 16px;}
.news .news_desc dl dd span a{font-size: 16px; line-height: 16px; color:#313131;}
.news .news_desc dl dd p{height:auto;font-size: 14px; color:#7C7C7C; line-height:26px; margin-bottom: 21px;}
.news .news_desc dl dd i{ width:140px;display:block;font-size: 14px;height:20px; border:1px solid #ccc;line-height:20px; color:#ccc; text-align:center;}
.news .news_desc dl:hover dd i{ background-color:#363638;}

.news .wd_desc{width:640px; float:right;}
.news .wd_desc ul li{height:102px;margin-bottom: 27px; background-color:#f9f9f9; padding:10px;}
.news .wd_desc ul li dl dt{width:183px; height:102px;float:left;overflow:hidden;}
.news .wd_desc ul li dl dt img{width:183px; height:102px; transition:.5s;}
.news .wd_desc ul li:hover dl dt img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);}
.news .wd_desc ul li:hover{ border-bottom:2px solid #d60a09;}	
.news .wd_desc ul li dl dd{float:left;width:420px; padding-left:19px;box-sizing: border-box;}
.news .wd_desc ul li dl dd span{display:block; margin-bottom: 15px;}
.news .wd_desc ul li dl dd span a{font-size: 16px;color:#313131; line-height: 16px;}
.news .wd_desc ul li dl dd p{height:38px;margin-bottom: 15px; font-size: 14px; color:#707070;line-height: 20px;overflow: hidden;}
.news .wd_desc ul li dl dd i{display:block;font-size: 14px;height:16px;line-height: 16px;color:#d60a09;padding-left:22px;}
.news .wd_desc ul li dl dd span a:hover{color:#ba8d15;}
.news h4:hover a em{color:#ba8d15;}
.news h4:hover a i{color:#ba8d15;}


/*------------foot----------*/
.g_ft{ height:276px;padding-top: 64px; background: url(img/ftbg.jpg) no-repeat center top; margin-top:30px;}
.g_ft .m_fnav{float: left;width: 277px;}
.g_ft .m_fnav a{display: inline-block;font-size:15px;color: #fff;width:200px;line-height:30px;}
.g_ft .m_fnav a:hover{color: #f6d200;}
.g_ft .f_ftcon{float: left;width: 600px; padding-left:50px;}
.g_ft .f_ftcon li{float: left;width: 300px;font-size: 16px;color:#fff;height: 65px; line-height: 22px; font-family:arial;}
.g_ft .f_ftcon li em{display: block;color: #ccc;font-size:14px;}
.g_ft .f_ftcon .lastli{font-size:14px;color:#fff;}
.g_ft h2{position: relative;height:46px;padding-left:22px;line-height:46px; font-weight:normal;font-size:18px;color:#fff;margin-bottom:12px;}
.g_ft h2:before{content: "";position:absolute;width:3px;height:24px;background:#f6d200;left:0;top:12px;}
.g_ft .m_code{float: left;width: 292px;padding-left:50px;}
.g_ft .codelst{height: 140px;}
.g_ft .codelst li{float: left;width: 102px;height: 102px;margin-right: 46px;}
.g_ft .codelst li img{width: 102px;height: 102px;display: block;margin: 0 auto;}
.g_ft .codelst .code2{margin-right: 0;}
.g_ft .codelst li em{display: block;height: 32px;line-height: 32px;text-align: center;font-size: 14px;color: #ccc;}
.g_ft .m_code p{font-size: 14px;line-height: 24px;color: #ccc;}
.g_ft .m_code p a{color: #fff;}





/*------------内页banner---------*/
.nyzw{ margin:0 auto; width:1300px;height: auto;margin-top:30px; margin-bottom:30px; overflow:hidden;}
.nyzw .ny-r-t{margin:0 auto;width:100%; background-color:#f9f9f9; padding:10px; font-size: 15px;color: #333; padding-bottom:10px; line-height:20px;}
.nyzw .ny-cont{margin:0 auto; width:100%; height:auto; margin-bottom:20px;font-family:"微软雅黑"; font-size:15px; line-height:30px;}

/*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #333;
  text-align: center;
  line-height: 57px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #d60a09;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:50px;
  width: 850px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#d60a09;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}

/*单页效果*/
.ny-cont{
	padding:10px 0px 20px 0px;
	margin:0 auto;
	width: 1260px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}

/*详情页样式*/
.mt-20 {
	margin-top: 20px;
}
.ny-xq{
  margin:30px auto;
  width: 1200px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  background-color:#f2f2f2;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:Arial, Helvetica, sans-serif;
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #303030;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #08C339;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e7e7e7;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

/*新闻详情页样式*/
.new-cont-h1{text-align:center; font-family:"微软雅黑"; font-size:20px;}
.new-xq{
  margin:30px auto;
  width: 1280px;
  height: auto;
}
.new-xq-l{
  float: left;
  width: 160px;
  height: 105px;
  padding-top:10px;
  background-color:#ccc;
  border-right: 1px solid #d6d6d6;
}
.new-xq-l .date1{
  position: relative;
  width: 150px;
  height: 36px;
  text-align: center;
}
.new-xq-l .date1 .year1 {
  position: relative;
  font-size: 30px;
  color: #000;
  font-family:Impact;
  text-align: center;
}
.new-xq-l .date1 .year1 p{
  z-index:2;
  text-align:center;
  display:block;
  padding: 0 5px;
  font-size:20px;
  color: #303030;
  font-family:Arial, Helvetica, sans-serif;
  letter-spacing: 0px; 
}

.new-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #08C339;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}
.new-xq-l .read1{
  margin-top: 5px;
  font-size:16px;
  text-align: center;
  color: #fff;
  font-family:"微软雅黑";
  letter-spacing: 0px;
}
.new-xq-l .read1 strong{
  font-weight: bold;
}
.new-xq-r{
  float:left;
  padding:18px 45px;
  width:1020px;
  height: 80px;
  background-color: #888;
  overflow: hidden;
}
.new-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.new-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}


