

/* CSS Document */

.bgfff{
	background: #fff;
}

.banner{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	/*cursor: move;*/
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

.banner .swiper-slide a{
	display: block;
}

.banner .pagination {
    position: absolute;
    width: 100%;
    z-index: 20;
    left: 0;
    bottom: 32px;
    text-align: center;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: #222;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.banner .swiper-visible-switch {
  background: #aaa;
}
.banner .swiper-active-switch {
  background: #fff;
}

.banner .swiper-slide{
	position: relative;
	overflow: hidden;
}

.banner .imgBox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner .imgBox.mobile_bg{ display:none;}

.bannerCon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 51px;
	margin-top: -25px;
	/*z-index: 999;*/
}
.bannerCon a{
	position: relative;
	z-index: 999;
	display: block;
	width: 42px;
	text-align: center;
	height: 60px;
	line-height: 60px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: rgba(0,0,0,0);
}
.bannerCon a i {
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
}
.bannerCon a#banner-left{
	float: left;
	margin-left: 15px;
}
.bannerCon a#banner-right{
	float: right;
	margin-right: 15px;
}
.bannerCon a:hover{
	background: rgba(0,0,0,.3);
}
	
.banner .pagination{
	visibility: hidden;
}

/*  banner  */

.img_link{ width:100%; position:absolute; bottom:50px; z-index:999;}
.img_link ul{ width:1305px; margin:0 auto;}
.img_link ul li{ width:190px; height:170px; margin:0 15px; float:left; text-align:center;box-shadow:5px 5px 10px rgba(0,0,0,0.5); background: rgba(255,255,255,.8) none repeat scroll 0 0!important;}
.img_link ul li:nth-child(6){ margin-right:0}
.img_link ul li img{ width:100%; height:100%;transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */  filter:alpha(Opacity=80); -moz-opacity:0.8; opacity: 0.8;}
.img_link ul li img:hover {
 transform: scale(1.2); /* 放大到1.2倍大小 */
  filter:alpha(Opacity=100); -moz-opacity:1; opacity: 1;
}  
.img_link ul li a.pic{ width:130px; height:115px; display:block; margin:10px auto;}
.img_link ul li:hover a{ color:#e50012;}

.search_box{ width:300px; position:absolute; right:3%; bottom:30px; z-index:999;}
.search_box i{ width:25px; height:25px; margin-top:3px; float:left;}
.search_box p{ color:#e50012; float:left; font-size:16px; margin:0 15px 0 10px; line-height:32px;}
.search_box a{ color:#e50012;}
.search_box a:hover{ text-decoration:underline;}
.search_box .search{ width:100px; float:left; text-align:right; position:relative;}
.search_box .search input,.search a{ float:left; vertical-align:middle;}
.search_box .search a.search_btn{ width:32px; height:32px; display:block; background:#e50012 url(../image/search_btn.png) no-repeat center center; position:absolute; top:0; right:0;}
.search_box .search input{
	width:58px; height:30px; color:#aaa; padding-left:10px; line-height:25px; border:none; background:#fff; border-radius:3px 0 0 3px;
}
.search_box .search input:focus{
	border: 1px solid #999999;

}

/***************** insidepage *****************/
.i_banner img{ width:100%;}

.insidepage{ width:1200px; padding:50px 0 80px; margin:0 auto; line-height:24px;}
.insidepage .big_title h3{ font-size:18px; color:#666; margin-bottom:20px;}
.insidepage .title h3{ font-size:36px; margin-bottom:50px;}

.insidepage .con h3{ font-size:20px; font-weight:bold; margin-bottom:30px;}
.insidepage .con h2{ font-size:30px; font-weight:bold; margin:20px 0;}
.insidepage .con b{ font-size:16px;}
.red,.red a{ color:#E50011;}

.about .about_pic{ width:40%; float:right;}
.about .about_pic img{ width:100%;}
.about .con{ width:55%; float:left; font-size:16px; line-height:30px;}

.about1 .about_pic{ width:50%; float:right; margin:0 0 80px 5%;}
.about1 .con{ width:auto; float:none; font-size:16px; line-height:30px;}
.about1 .con img{ width:100%;}

.i_message{ width:1100px; margin:50px 0 0 0;}
.i_message h3{ font-size:36px; margin-bottom:20px;}
.i_message li{ width:48%; padding:10px 0; float:left; font-size:16px;}
.i_message li:nth-child(2n){ float:right;}
.i_message li:nth-child(10){ float:left;}
.i_message li:nth-child(5),.i_message li:nth-child(6),.i_message li:nth-child(9){ width:100%;}
.i_message li .text,.i_message li textarea{ width:100%; height:42px; font-size:14px; padding-left:14px; background:#f8f8f8; border:1px #ddd solid; box-sizing:border-box;}
.i_message li textarea{ width:100%; height:112px; padding-top:10px;}
.i_message .submit{ display:block; width:160px; height:50px; font-size:16px; line-height:50px; text-align:center; color:#fff; background:#6C6D70;}
.i_message .submit:hover{ color:#fff; background:#e50012;}

ul.i_news_list li{ line-height:1.5em; padding-bottom:35px; margin:0 0 35px; border-bottom:1px #f3f3f3 solid;}
ul.i_news_list li .pic{ width:220px; margin-left:20px; float:right; overflow:hidden;}
.insidepage .con ul.i_news_list li h3{ font-size:18px; margin-bottom:10px;}
ul.i_news_list li h3 span.data{ border-right:2px #333 solid; padding-right:20px; margin-right:20px;}
ul.i_news_list li h3 a{ color:#333;}
ul.i_news_list li h3 a:hover{ color:#e50012; text-decoration:underline;}
ul.i_news_list li .n_info{}
ul.i_news_list li p{ color:#666; padding:10px 0; font-size:14px;}
ul.i_news_list li img{ width:100%; max-width:270px}
ul.i_news_list li a.detail:hover{ color:#e50012; text-decoration:underline;}


.textTitle{ color:#000; text-align:center; font:normal 24px "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";}
.subtime{ padding:20px 0 10px; font-size:12px; border-bottom:1px #f3f3f3 solid; color:#999;}
.subtime .info span{ display:inline-block; margin-right:30px; color:#b1b1b1;}
.subtime .info span.time{ padding-left:18px; background:url(../image/i1.gif) no-repeat 0 center;}
.subtime .info span.num{ padding-left:18px; background:url(../image/i2.gif) no-repeat 0 center;}
.subtime span{ color:#b8b8b8;}
.subtime span.down{ padding-left:20px; float:right; background:url(https://www.aggpower.cn/images/download_pic.gif) no-repeat 0 center;}
.subtime span.down a{ text-decoration:underline;}
.subtime span.down a:hover{ text-decoration:none;}
.article{ padding:30px 0; line-height:2em; font-size:14px;}
.article table td{border:1px #858585 solid; padding:5px; }
.article table{ border-collapse:collapse;}

.tool_box{ height:40px; margin:20px 0 0; padding-top:20px; border-top:1px #f3f3f3 solid;}
.tool_box a{ padding:0 30px; height:40px; line-height:40px; text-align:center; margin-right:15px; font-size:16px; float:left; color:#fff; background:#37383A;}
.tool_box a:hover{ background:#FFA200;}
.tool_box a:hover{ text-decoration:underline;}
.tool_box .back{ float:right; margin:0; background:#E50112;}

.network .con{ width:100%;}
.network .con img{ width:100%;}
.network dl{ width:19.5%; display:inline-block; vertical-align:text-top; font-size:13px; line-height:20px; padding:50px 20px 0; box-sizing:border-box;}
.network dl dt{ margin-bottom:15px; font-size:18px; font-weight:bold;}
.network dl dt i{ width:40px; display:block; margin-bottom:10px;}
.network dl dd span{ width:90px; float:left;}
.network dl dd a{ font-size:10px; font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; text-align:left; padding:5px 0;}
.network dl dd a:hover{ color:#e50012;}


.network{ overflow:hidden; position:relative;}
.network .map{ width:1100px;}
.network .mobile_map{ display:none;}
.network .focus{ position:absolute;}
.network .focus .dot{ width:25px; height:25px; display:block;}

.network .pro_info{ width:250px; padding:15px; background:#fff; box-shadow:3px 3px 15px #999;}
.network .pro_info h1{ font-size:20px; font-weight:bold; margin-bottom:10px; color:#e50012;}
.network .pro_info p{ font-size:14px; line-height:20px;}

.radius_suit,.radius_suit_nei{ background-color: rgba(46, 48, 146, 0.3); border-radius: 100%; height: 15px; margin-top: 5px; position: absolute; width: 15px;}
.radius_suit{ animation:2s ease 0.2s normal both infinite running scale; -webkit-animation:2s ease 0.2s normal both infinite running scale;-moz-animation:2s ease 0.2s normal both infinite running scale;}
.radius_suit_nei{animation: 4s ease 0.6s normal both infinite running scale; -webkit-animation:4s ease 0.6s normal both infinite running scale;-moz-animation:4s ease 0.6s normal both infinite running scale;}
.Center_thecircle{ background:#2e3092 url(../image/jia.png) no-repeat center center; border-radius: 100%; height: 15px; margin-top: 5px; position: absolute; width: 15px;}

.red_dot .radius_suit,.red_dot .radius_suit_nei{ background-color: rgba(231, 25, 42, 0.3);}
.red_dot .Center_thecircle{ background:#e7192a url(../image/jia.png) no-repeat center center; border-radius: 100%; height: 15px; margin-top: 5px; position: absolute; width: 15px;}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}
@-webkit-keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}
@-moz-keyframes scale {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(2.5);
	}
}


.promid_r{
	width:76%;
	float:right;
}
.promid_r h3{ font-size:20px; margin-bottom:10px; color:#e50012;}

.table-responsive{ margin-bottom:10px;}
.proview {
	line-height:30px;
	color:#333;
}
.proview  a{
	color:#333;
}

.proview  a:hover{
	color:#e60012;
}


.proview th{
	background:#333;
	color:#fff;
	font-weight:bold;
	line-height:14px;
	padding:5px 0px;
	border:1px solid #fff;
}

.proview th img{}

.proview .d1 td{
	padding:15px 5px;
	line-height:12px;
	background:#d2d2d2;
}
.proview .d2 td{
	padding:2px 0px;
	background:#fff;
}

.promid_l{
	width:20%;
	float:left;
}
ul#menu{
	position:relative;
}

ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 100%;
}

ul#menu a {
  display: block;
  text-decoration: none;	
}

ul#menu li {
	padding-bottom:1px;
}

ul#menu li a {
	font-size:16px;
	color:#333;
	background:#e7e7e7 url(../image/leftprobg.gif) no-repeat 95% 15px;
	line-height:42px;
	text-indent:20px;
}

ul#menu li a:hover {
	color:#fff;
	background:#e60012 url(../image/leftprobg2.gif) no-repeat 95% 15px;	
	border-bottom:1px solid #e7e7e7;	
}

ul#menu li ul li a {
	background:url(../image/promenubg2.jpg) no-repeat center left;
	line-height:30px;
	color:#424242;
	text-indent:40px;
	font-size:12px;
	font-weight:normal;
	border-top: none;
	border-bottom:none;	}

ul#menu li ul li a:hover {
	background:url(../image/promenubg2.jpg) no-repeat center left;
	color:#e60012;
	border-top: none;
	border-bottom:none;

}


.sidebar_popup {position: absolute; left:-200px; padding:10px 20px; width:160px; background: #FFF; border: 1px solid #e7e7e7; display: none; border-top-right-radius: 2px; border-bottom-right-radius: 2px; z-index: 10; -moz-border-radius: 5px 5px 5px 5px; -moz-box-shadow: 2px 2px 10px #e7e7e7; -webkit-box-shadow: 2px 2px 10px #969696; box-shadow: 2px 2px 10px #e7e7e7; top:0px; min-height:220px;}

ul#menu li ul li:hover div{
	display:block;
}
ul#menu li ul li div a{
	border:none;
	text-align:left;
	text-indent:0;
	font-size:14px;
	display:block;
	color:#424242;
	width:100%;
	float:left;
	font-weight:normal;
	background:none;
	line-height:28px;
}
ul#menu li ul li div a:hover{
	background:none;
	color:#e60012;
	font-weight:normal;
	line-height:28px;
}


