﻿
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: auto;
    -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: 99998;
	filter:alpha(Opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border-top: 5px solid #004fab;box-shadow: 5px 5px 5px rgba(0,0,0,.05);
}

.header div.logo {
    float: left;
	margin-left:1.5%;
}

.header .logo a{
	display: block;
	padding: 3px 0 8px 0;
	width: auto;
    height: 66px;
}


.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: 66px;
    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: left;
	margin-left:2%;
}

.header .moblie-nav{
	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.active>a,.header .nav li.active>a:hover,
.header .nav li.navitem:hover>a{
    color: #fff !important;
	background:#004fab;
}


.header .nav li.navitem>a {
    color: #000;
	display:block;
	padding:15px 1.2rem;
    height: 50px;
    line-height: 50px;
	font-size:1.1rem
}


.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:120%;
    background: #fff;
    border: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    top: 80px;
    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; font-family:Arial, Helvetica, sans-serif;
    -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: #004fab;
	color: #fff;
}

.header .nav li.navitem ul.big_subnav{ width:361px; padding:20px 0px 20px 20px; max-height:373px; overflow:hidden}
.header .nav li.navitem ul.big_subnav li{ float:left; border:none;}
.header .nav li.navitem ul.big_subnav li h3{ font-size:16px; font-weight:bold;  }
.header .nav li.navitem ul.big_subnav li dl{float:left;}
.header .nav li.navitem ul.big_subnav li dl dt{ text-align:center; margin-bottom:5px;color:#333; background:#f3f3f3; display:block;line-height:50px; margin-right:20px}
.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:14px; text-align: center; line-height:40px; display:block; width:160px; margin-right:20px; border-bottom:1px solid #e4e8ea; padding:0; height:40px}
.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:#004fab; 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: 99999;
	background: #fff;
    background: rgba(255, 255, 255, 1);
    padding-top: 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}

.container{
    margin:0 auto;
}

.clearfix {*zoom: 1;}
.clearfix:before,
.clearfix:after {display: table;line-height: 0;content: "";}
.clearfix:after {clear: both; }

.bgfff{
	background: #fff;
}



.bannerfo{ width:176px; height:30px; background:none;border:none;position: fixed; right:220px; top:25px; z-index:99999;opacity:1 !important; padding:3px 5px 3px 10px; border-bottom:1px solid #719cd2}
.bannerfo ul li{ display:inline}

.bannerfo ul .inputbox{ width:145px; height:30px;overflow:hidden; }
.bannerfo ul .inputbox input{ width:128px; height:30px; border:none; background:none; line-height:30px; color:#666; font-size:16px; margin-left:8px; outline:none}
.bannerfo ul .menuser{ width:30px; height:30px !important;margin:0 !important; padding:0 !important; background:none !important;}
.bannerfo ul .menuser input{height:30px !important;margin:0 !important; padding:0 !important; background:none !important; border:none !important}
.bannerfo ul .menuser img{width:30px; height:30px;}

.lawer{ width:176px; height:18px; position:absolute; right:0; top:40px;}
.lawer li{ float:left}
.lawer li a{ line-height:18px; color:#999; font-size:14px; padding-right:10px; display:block}
.lawer li p{ float:left; margin-right:5px}
.lawer li a:hover{color:#444}



.toptel{ width:170px; height:32px; background:url(../images/toptel.png) no-repeat 0 0; line-height:32px; color:#0250ac; font-size:18px; float:right; margin-right:30px; margin-top:24px; text-indent:30px}



@keyframes hover {
    0% {
        background-position-y: 78px;
    }
    100% {
        background-position-y: 68px;
    }
}



/* Header Style */
.containerscoll {width: 100%;position: relative;text-align: center;}
.codrops-top{line-height: 24px;font-size: 11px;background: rgba(255, 255, 255, 0.5);text-transform: uppercase;z-index: 9999;position: relative;box-shadow: 1px 0px 2px rgba(0,0,0,0.2);-webkit-animation: slideOut 0.5s ease-in-out 0.3s backwards;}
@-webkit-keyframes slideOut{
0%{top:-30px; opacity: 0;}
100%{top:0px; opacity: 1;}
}
.codrops-top a{padding: 0px 10px;letter-spacing: 1px;color: #333;text-shadow: 0px 1px 1px #fff;display: block;float: left;}
.codrops-top a:hover{background: #fff;}
.codrops-top span.right{float: right;}
.codrops-top span.right a{float: left;display: block}
.codrops-demos{text-align:center;display: block;padding-top: 20px;}
.codrops-demos a, 
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #719c7f;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 0px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #90bd9e;
	background: -moz-linear-gradient(top, #90bd9e 0%, #72a081 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90bd9e), color-stop(100%,#72a081));
	background: -webkit-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -o-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: -ms-linear-gradient(top, #90bd9e 0%,#72a081 100%);
	background: linear-gradient(top, #90bd9e 0%,#72a081 100%);
}
.codrops-demos a:hover{
background: #85b995;
}
.codrops-demos a:active{
-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.4);
box-shadow: 0px 1px 1px rgba(255,255,255,0.4);
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: #506757;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.3);
}
/* Media Queries */


@media screen and (max-width:1500px){
	

	.bannerfo{ display:none}
	 
	
	}
	
@media screen and (max-width:1280px){
	

	.toptel{ display:none}
	.header .nav{ float:right; margin-right:2%; margin-left:0}
	
	}
	
@media screen and (max-width:1100px){
	

	.toptel{ display:none}
	.header .nav{ float:right; margin-right:1.5%; margin-left:0}
	.header .nav li.navitem>a{padding: 15px 1.0rem; font-size:1rem}
	
	}
	
	
	


@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}
.containerscoll p,.containerscoll p a{color:#fff;font-weight:normal;font-size:12px;}

.atitlesc{position: absolute;left: 300px; top: 322px; width:350px; text-align:center; opacity: 0.7;filter:alpha(opacity=70);color:#fff; margin-top:45px;}


.wit2{ height:557px;  position:relative;}
.wit2 .arr1 a{ display:block; width:40px; height:40px; overflow:hidden; background:url(../images/z.png) no-repeat; position:absolute; top:250px; left:60px;}
.wit2 .arr2 a{display:block; width:40px; height:40px; overflow:hidden; background:url(../images/y1.png) no-repeat; position:absolute; top:250px; right:60px;}
.wit2 .dl01{ width:122px; height:122px; overflow:hidden; position:absolute; top:27px; left:0;}
.wit2 .dl01 dt img{width:122px; height:122px;border:5px solid #d7d7d7;}
.wit2 .dl05{ position:absolute; top:27px; left:838px;}
.wit2 .dl02{ width:142px; height:142px; overflow:hidden; position:absolute; top:18px; left:163px;}
.wit2 .dl02 dt img{width:142px; height:142px;}
.wit2 .dl04{ position:absolute; top:18px; left:656px;}
.wit2 .dl03{ width:350px; overflow:hidden; position:absolute; top:0; left:307px;}
.wit2 .dl03 dt{width:173px; height:173px; margin:0 auto; overflow:hidden;}
.wit2 .dl03 dt img{width:173px; height:173px;}
.wit2 dd h4{ font:14px "Microsoft Yahei"; text-align:center; font-weight:normal; margin-top:140px;}
.wit2 dd h4 a{ color:#fff;}
.wit2 dd h4 span{ display:block; color:#666666; font-weight:normal;}
.wit2 dd p{ font:12px "Microsoft Yahei"; color:#999999; line-height:18px; text-align:center; margin-top:10px; height:56px; overflow:hidden; padding-bottom:12px; line-height:18px;}
.wit2 dd em a{ display:block; width:109px; height:29px; border:2px solid #999999; font:14px "Microsoft Yahei"; text-align:center; color:#999999; line-height:29px; overflow:hidden; margin:0 auto;}

.wit span.xx{ width:26px; height:21px; overflow:hidden; display:block; margin:0 auto 20px;}
.wit span.xx img{ width:26px; height:21px;}


.g_ft{height: 210px;background:url(../images/f_bg.jpg) no-repeat center center;padding-top: 78px;}
.a00{margin-right: 70px;float: left;width: 196px;}
.a00 dt img{width: 196px;}
.a00 dt a{width: 196px;height: auto;display: block;margin-bottom:10px;}
.a00 dd{font-size: 14px;color: #fff;font-weight: normal;border-top: 1px solid #4e97c5;text-align: center;padding-top: 10px;}
.a00 dd em{font-size: 14px;color: #fff;font-weight: normal;display: block;padding-top: 8px;}

.a01{margin-right: 71px;float: left;width: 304px;}
.a01 h2{height:49px;margin-bottom: 25px;display: block;}
.a01 p{font-size: 14px;color: #fff;font-weight: normal;line-height: 30px;height: 30px;}
.a01 p a{color: #fff;}
.a02{margin-right: 120px;float: left;width: 207px;}
.a02 h2{height:49px;margin-bottom: 25px;display: block;}
.a02 a{font-size: 14px;color: #fff;font-weight: normal;line-height: 30px;height: 30px;
  width: 95px;float: left;text-align: left;}

.a03{float: right;width: 231px;}
.a03 h2{height:49px;margin-bottom: 25px;display: block;}

.a03 .cur{margin-right: 20px;}
.a03 a {width: 105px;text-align: center;float: left;
  line-height: 40px;font-size: 14px;color: #fff;}
.a03 a img{width:105px; height:105px;}




        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 14px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 33px;
            height: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 77px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0071be;
            color: #fff;
            height: 56px;
            width: 247px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0071be;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
