
/* CSS Document */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: auto;
    font-size: 16px;
	font-weight:bold;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 99999;
	filter:alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border-top: 5px solid #e50012;
}

.header div.logo {
    float: left;
	margin-left:5%;
	padding-left:26px;
}

.header .logo a{
	display: block;
	padding:8px 0 8px 0;
	width: auto;
    height:70px;
}

.AGG_china{ float:left; margin:40px 0 0 10px; color:#e50012;}

.header .moblie-logo{
	width: 180px;
    height: 30px;
    padding: 10px 0;
	display: none;
    float: left;
}
.moblie_AGG_china{ float:left; margin:22px 0 0 10px; color:#e50012; display: none;}

.header .moblie-logo>a,
.header .moblie-logo>a img {
	display: block;
    height: 30px;
    max-width: 180px;
    margin: 0 auto;
}


.header .logo img {
	height: 70px;
    transform: scale(1, 1);
    transition: all 0.3s  ease;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .nav{
	float: right;
	margin-right:5%;
}

.header .moblie-nav{
	display: none;
}
.header .nav_h5{
	display: none;
}

.header .nav li.navitem{
	position: relative;
	float: left;
	transition: all 0.4s ease-out 0s;
}

.header .nav li.navitem>a{
    color: #fff;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}


.header .nav li.navitem>a.active,
.header .nav li.navitem:hover>a{
    color: #fff;
	background:#e50012;
}

.header .nav li.navitem>a {
    color: #e50012;
	display:block;
	padding:18px 16px;
    height: 50px;
    line-height: 50px;
}

.header .nav li.navitem>a::after {
    content: '';
    display: block;
    margin-top: -9px;
    width: 30%;
    height: 1px;
    background: transparent;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .nav li.navitem>a.active::after {
    width: 60%;
    background:;
}

.header .nav li.navitem:hover>a::after {
    width: 100%;
    background:;
}

.icon-angle-down {
	display: inline;
    margin-left: 10px;
}

.header .nav li.navitem ul.subnav {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    border-top: #838383 3px solid;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    width: 200px;
    background: #fff;
    border: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    top: 86px;
    left: 0;
}

.header .nav li.navitem ul.subnav li {
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.header .nav li.navitem ul.subnav li a{
	display: block;
	width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    padding: 14px 0;
	text-align: center;
    background: none;
    -webkit-transition: none ease-out .3s;
    -moz-transition: none ease-out .3s;
    -ms-transition: none ease-out .3s;
    -o-transition: none ease-out .3s;
    transition: none ease-out .3s;
    -webkit-transition-property: color, background, text-indent, opacity;
    -moz-transition-property: color, background, text-indent, opacity;
    -ms-transition-property: color, background, text-indent, opacity;
    -o-transition-property: color, background, text-indent, opacity;
    transition-property: color, background, text-indent, opacity;
}

.header .nav li.navitem ul.subnav li a:hover{
	background-color: #e50012;
	color: #fff;
}

.header .nav li.navitem ul.big_subnav{ width:700px; border-top:3px #e50012 solid; margin-left:-50px; padding:20px 0 20px 20px;}
.header .nav li.navitem ul.big_subnav li{ float:left; border:none;}
.header .nav li.navitem ul.big_subnav li:nth-child(1){ width:22%;}
.header .nav li.navitem ul.big_subnav li h3{ font-size:16px; font-weight:bold; margin-bottom:15px;}
.header .nav li.navitem ul.big_subnav li dl{ margin-right:50px; float:left;}
.header .nav li.navitem ul.big_subnav li dl dt{ text-align:center; margin-bottom:15px;}
.header .nav li.navitem ul.big_subnav li dl dt i{ width:70px; height:70px; display:block; margin:0 auto;}
.header .nav li.navitem ul.big_subnav li dl dd span{ width:100px; float:left;}
.header .nav li.navitem ul.big_subnav li dl dd a{ font-size:12px; text-align:left; padding:2px 0;}
.header .nav li.navitem ul.big_subnav li:nth-child(1) dl dd a{ font-size:14px;}
.header .nav li.navitem ul.big_subnav li dl dd a:hover{ color:#e50012; background:none;}

.header.index-nav {
}

.header .nav li.navitem:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header.mini {
	z-index: 98;
	background: #fff;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.moblie-nav-btn{
	float: left;
	padding: 10px;	
	display: none;
	cursor: pointer;
}

.moblie-nav-btn .inner{
	position: relative;
	width: 30px;
	height: 30px;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.moblie-nav-btn span.moblie-nav-bar{
	position: absolute;
	width: 30px;
    height: 1px;
    background: #999999;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.moblie-nav-btn span.moblie-nav-bar1{
	left: 1;
	top: 10px;
}
.moblie-nav-btn span.moblie-nav-bar2{
	left: 1;
	top: 21px;
}

body.open .moblie-nav-btn .inner{
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

body.open .moblie-nav-btn span.moblie-nav-bar1{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 15px;
}

body.open .moblie-nav-btn span.moblie-nav-bar2{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 15px;
}




.footer{ background: #eee; border-top:8px #e50012 solid;}

.footer .f_link{ padding:40px 0 0 7%; line-height:18px;}
.footer .f_link dl{ display:inline-block; vertical-align:top; padding:0 60px 0 0; margin-bottom:20px; background:url(https://www.aggpower.cn/images/line.gif) repeat-y right;}
.footer .f_link dl dt{ padding-bottom:15px; font-size:18px; font-weight:bold;}
.footer .f_link dl dt a{ color:#666;}
.footer .f_link dl dd a{ color:#666; line-height:24px; background:url(https://www.aggpower.cn/images/arrow.gif) no-repeat 0 center;}
.footer .f_link dl dd a:hover{ text-decoration:underline;}

.footer .f_right{ float:right; padding:40px 7% 0 0;}
.footer .f_right .f_logo{ width:180px;}
.footer .f_right .f_logo img{ width:100%;}
.footer .f_right .two_wm{ margin-top:20px; text-align:center; font-size:14px; line-height:50px;}

.footer .footer-guanzhu{
	padding:0 30px 0 0;
	float: right;
}

.footer .footer-guanzhu .p1{
	font-size: 16px;
	color: #b9c0c8;
	margin-bottom: 36px;
}

.footer .footer-guanzhu .fenxiang a{
	position: relative;
	float: left;
	display: block;
	width:30px;
    height: 30px !important;
    line-height: 30px !important;
    text-align: center;
    margin-right: 10px;
    font-size: 0;
    color: rgba(255, 255, 255, .9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #999 !important;
	background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin: 0 10px 0 0 !important;
}



.footer .footer-guanzhu .fenxiang a i{
	position: absolute;
	width: 30px;
	height: 30px;
	left: 0;
	top: 0;
	line-height: 30px !important;
	text-align: center;
	background: none !important;
}

.footer .footer-guanzhu .fenxiang a.share-sinaWb i,
.footer .footer-guanzhu .fenxiang a.share-weixin i{
	font-size: 20px;
}

.footer .footer-guanzhu .fenxiang a.share-qqIm i{
	font-size: 18px;
}

.footer .footer-guanzhu .fenxiang a:hover{
	background-color: #e50012 !important;
    border: 2px solid #e50012;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
}



.footer .footer-body{
	float: right;
	width: 62%;
}

.footer .footer-body dl dt,
.footer .footer-body dl dd{
	float: left;
}

.footer .footer-body dl dt{
	width: 100%;
	font-size: 16px;
	color: #b9c0c8;
	margin-bottom: 36px;
}

.footer .footer-body dl dt a{
	font-size: 16px;
	color: #b9c0c8;
}

.footer .footer-body dl dd{
	width: 50%;
	line-height: 32px;
	font-size: 12px;
	color: #5f6f82;
}

.footer .footer-body dl dd a{
	font-size: 12px;
	color: #5F6F82;
	font-family: "microsoft yahei"
}

.footer .banquan{
	padding:25px 5%;
    line-height: 24px;
    color: #666;
    background: #eee;
}





.header .moblie-nav{
	position: fixed;
	top: 50px;
	right: 0;
	bottom: 0;
	width: 240px;
	left: -240px;
	background: #fff;
	overflow: auto;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .moblie-nav li.item{
	position: relative;
	float: none;
	transition: all 0.4s ease-out 0s;
    padding: 0;
    height: auto;
    line-height: none;
}

.header .moblie-nav li.item>a{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #888;
    padding: 0 25px;
}

.header .moblie-nav li.item>a.active{
    color: #fff;
    background: #e50012;
}

.header .moblie-nav li.item>a.active .btn-icon i{
	background: #fff;
}

.header .moblie-nav li.item>a {
    color: #666;
}

.header .moblie-nav li.item>a::after {
    display: none;
}

.header .moblie-nav li.item>a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border: #D8D8D8 1px solid;
    border-radius: 5px;
    margin-right: 15px; 
}

.header .moblie-nav li.item>a.active::before {
    background: #fff;
}

.header .moblie-nav li.item:hover>a::after {
    width: 100%;
    background: #213752;
}


.header .moblie-nav li.item ul.item-list {
	display: none;
}

.header .moblie-nav li.item ul.item-list li {
    border-bottom: 1px solid #fff;
    background: #ebebeb;
}

.header .moblie-nav li.item ul.item-list li a{
	display: block;
    height: 50px;
    line-height: 50px;
    color: #888;
    padding: 0 25px;
    font-size: 12px;
}

.header .moblie-nav li.item ul.item-list li a i{
	margin: 0 21px 0 4px;
}

.header .moblie-nav li.item ul.subnav li a:hover{
	background-color: #f5f5f5;
	color: #000;
}

.header .moblie-nav li.item:hover ul.subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}


.header .moblie-nav .btn-icon{
	width: 12px;
    height: 12px;
    position: relative;
    float: right;
    top: 19px;
}

.header .moblie-nav .btn-icon i{
	position: absolute;
	background: #474747;
}

.header .moblie-nav .btn-icon i.line1{
	width: 12px;
	height: 2px;
	top: 5px;
	left: 0;
}

.header .moblie-nav .btn-icon i.line2{
	width: 2px;
	height: 12px;
	top: 0;
	left: 5px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.header .moblie-nav li.itemActive .btn-icon i.line2{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}


body.open{
    overflow: hidden
}

body .wrap{
	position: relative;
	left: 0;
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

body.open .wrap{
	z-index: 99999;
	left: 240px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    
}

body.open .header{
	left: 240px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}


body.open .header .moblie-nav{
	left: 0;
}