
 @font-face {font-family: "iconfont";
          src: url('iconfont.eot'); /* IE9*/
          src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
          url('iconfont.woff') format('woff'), /* chrome, firefox */
          url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
          url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
        }

        .iconfont {
          font-family:"iconfont" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }

.animate , .animateall , .animateall * { transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }





.maxsize { margin-left: auto; margin-right: auto; }
@media all and (min-width: 0px) {body { min-width: auto; }}

a { text-decoration: none;color: #666; } 							
ul,dl,dt,dd { list-style: none;margin: 0;padding: 0; }
			
.cl { clear: both; } 





/*公共样式*/
.maxsize { max-width: 1280px; }

/*头部*/



.header { position:absolute; z-index: 999999; width:100%; top: 30px; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.header .maxsize { width: 100%; }
/*.header.ontop .maxsize { max-width: 99999px; }*/
.header .menu .posr { background: #fff; border-radius: 6px; box-shadow: 0 5px 10px rgba(0,0,0,0.1); }
.header .menu .logo { position: relative; float: left; width: 25%;}
.header .menu .logo img { padding:9px 0; padding-left: 30px; }
.header .menu .menulist { float: right; width: 75%; position: relative;}
.header .menu .menulist .functions { position: absolute; top: 0; right: 0;}
.header .menu .menulist .functions li:hover .sub { display: block; }
.header .menu .menulist .functions .sub { position: absolute; right: 0;min-width: 160px; display: none; margin-top: 10px; box-shadow: 0 0 20px rgba(0,0,0,0.3);border-radius: 6px; }
.header .menu .menulist .functions .sub:before { content: '◆';position: absolute;top: 0; left: 50%; right: 0; text-align: center;font-size: 20px; line-height: 20px; margin-top: -10px; color: #fff; height: 10px; overflow: hidden; background: rgba(0,0,0,0); }
.header .menu .menulist .functions li.lang .sub a { width: auto; display: block; height: auto;line-height: 45px; background: #fff; color: #666; text-align: center; padding: 0; }
.header .menu .menulist .functions li.lang .sub a:hover { background: #3e8ddc; color: #fff; }
.header .menu .menulist .functions li.lang .sub dd:first-of-type a {  border-top-left-radius: 6px;border-top-right-radius: 6px;  overflow: hidden; }
.header .menu .menulist .functions li.lang .sub dd:last-of-type a {  border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; overflow: hidden; }

.header .menu .menulist .functions li.share .sub { background: #fff; padding: 10px; min-width:100px; ;}
.header .menu .menulist .functions li.share .sub a { background-image: url('http://bdimg.share.baidu.com/static/api/img/share/icons_0_32.png?v=dc944784.png'); width: 32px; height: 32px; padding: 0;}
/*.header .menu .menulist .functions li.share .sub a:hover { background: #3e8ddc; color: #fff; }*/
/*.header .menu .menulist .functions li.share .sub dd:first-of-type a {  border-top-left-radius: 6px;border-top-right-radius: 6px;  overflow: hidden; }*/
/*.header .menu .menulist .functions li.share .sub dd:last-of-type a {  border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; overflow: hidden; }*/

.header .menu .menulist .functions li { float: left; text-align: center;position: relative; }
.header .menu .menulist .functions li>a { display: block; width: 50px; height: 50px;background: #75b0ea; color: #fff; padding: 20px 15px; text-indent: 0; margin: 0 !important; }
.header .menu .menulist .functions li:last-of-type a { border-top-right-radius: 6px;border-bottom-right-radius: 6px;overflow: hidden; }
.header.ontop .menu .menulist .functions li:last-of-type a { border-top-right-radius: 0px; }
.header .menu .menulist .functions li.lang a {background: #3e8ddc; }
.header .menu .menulist .functions li.search a {background: #436dc2; }
.header .menu .menulist .functions li a .iconfont { display: block; font-size: 30px; line-height: 1;}
.header .menu .menulist .functions li:hover a .iconfont{ transform:translateY(-5px);-o-transform:translateY(-5px);-ms-transform:translateY(-5px);-moz-transform:translateY(-5px);-webkit-transform:translateY(-5px);}
.header .menu .menulist .functions li a span { font-size: 12px; display: block; margin-top: 8px; line-height: 1; }
.header .menu .menulist .functions .input { background: #fff; border-radius: 6px; padding: 10px; overflow: hidden; width: 220px; }
.header .menu .menulist .functions .input input { float: left;background: none; line-height: 40px; height: 40px; border: 1px solid #dadada;}
.header .menu .menulist .functions .input input { width: 80%; }
.header .menu .menulist .functions .input input.iconfont { position: absolute; right: 10px; width: 20%; line-height: 42px; height: 42px; background: #435dc2; color: #fff; border-color: #435dc2; text-align: center; text-indent: 0;cursor: pointer; }
.header .menu .menulist .list { padding-right: 280px; text-align: right; }
.header .menu .menulist .list li { display: inline-block; }
.header .menu .menulist .list li a { display: block; line-height: 90px; font-size:14px;color: #666; font-weight:bold; padding: 0 12px; position: relative; }
.header .menu .menulist .list li a:after { content: '';display: block; height: 0px; background: #3e8ddc; position: absolute; bottom: 0; left: 5px; right: 5px; transition: all 0.2s ease-out;-webkit-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out; }
.header .menu .menulist .list li.active a:after,
.header .menu .menulist .list li:hover a:after { height: 4px; }
.header .menu .menulist .list li.active a { color: #000; }
.header .menu .menubtn { position: absolute; top: 10px; right: 10px;z-index: 99; height: 30px;width: 20px; padding: 0 8px; border: 1px solid #aaa; border-radius: 2px;display: none; cursor: pointer;}
.header .menu .menubtn li { display: block; height: 2px; background: #aaa; margin-bottom: 4px; }
.header .menu .menubtn li:first-of-type { margin-top: 8px; }
.header .menu .menubtn li:last-of-type { margin-bottom: 0; }

.header.ontop { top: 0px; }
.header.ontop .menu .posr { border-top-left-radius: 0;border-top-right-radius: 0; }
.header.ontop .menu .logo img { padding: 12px 0;padding-left: 40px; }
.header.ontop .menu .menulist .list li a { line-height: 60px; }
.header.ontop .menu .menulist .functions li a { padding: 10px 15px; height: 40px;}
.header.ontop .menu .menulist .functions li a .iconfont { font-size: 22px; }
.header.ontop .menu .menulist .functions li a span { margin-top: 5px; }
@media screen and (min-width: 1025px) {
	.header .menu .menulist { display: block !important;-webkit-animation-name: none;animation-name: none; }
}
@media screen and (max-width: 1180px) {
	.header .menu .menulist .list li a { padding: 0 5px; line-height: 70px; }
	.header .menu .logo img { padding: 20px 0; padding-left: 20px; height: 30px; }
	.header .menu .menulist .functions li a { padding: 10px; }
	.header .menu .menulist .functions li.share .sub a { padding: 0; }
}
@media screen and (max-width: 1024px) {
	.header .menu .menulist .list li a { line-height: 60px; }
	.header .menu .logo { width: auto;float: none; }
	.header .menu .logo img { padding: 10px 0; padding-left: 10px; }
	.header { top: 0; }
	.header .menu .posr { border-radius: 0;position: relative; overflow: visible;border-bottom: 1px solid #dadada;}
	.header .menu .menubtn { display: block; }
	.header .menu .menulist { position: absolute; top: 100%;z-index: 9999999;width: 100%; background: #fff;margin-top: 1px;border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; display: none;box-shadow: 0 3px 10px rgba(0,0,0,.2) }
	.header .menu .menulist .list { text-align: left; margin: 0; padding: 0;}
	.header .menu .menulist .list li { display: block; border-bottom: 1px solid #efefef;}
	.header .menu .menulist .list li:last-of-type { border-bottom: 0;}
	.header .menu .menulist .list li a { font-size: 14px; line-height: 40px;text-align: center; }
	.header .menu .menulist .list li.active a { background: #3e8ddc; color: #fff;}
	.header .menu .menulist .list li a:after { display: none; }
	.header .menu .menulist .functions { position: relative;top: auto; bottom: auto; left: auto; right: auto; }
	.header .menu .menulist .functions li { width: 33.333%; }
	.header .menu .menulist .functions li a { width: auto;height: auto; }
	.header .menu .menulist .functions li a .iconfont { font-size: 22px; }
	.header .menu .menulist .functions li a span { margin-top: 2px; }
	.headerHeight { height: 50px; }
	.header .menu .menulist .functions li:last-of-type a { border-radius: 0; }
}

/* CSS Document */
*{ padding:0; margin:0;}

.banner{ width:100%; height:683px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:300px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:683px; float:left;}
.b-list{ height:50px; padding-top:620px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #30C08F; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #2374C6;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:255px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:255px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}