@charset "utf-8";
*{ margin:0; padding:0; font-family:"微软雅黑"; font-size:12px; color:#333;}
ul,li{ list-style:none;}
a{ color:#333; text-decoration:none;}
img{ display:inline-block; border:0; margin:0;}
.clear{ clear:both;}
html{-webkit-text-size-adjust: none;}
::-moz-placeholder{color:#d0d0d0;}     
::-webkit-input-placeholder{color:#d0d0d0;}   
:-ms-input-placeholder{color:#d0d0d0;}
.fl{ float:left;}
.fr{ float:right;}
/****************首页********************/
body{ position:relative; }
.wrap{ width:1200px; margin:0 auto;}
/*head*/
#header{ width:100%; min-width:1100px; height:170px; position:relative; z-index:10;}
#header .top{ width:100%; height:30px; border-bottom:solid 1px #e6e6e6; text-align:right; color:#fff;}
#header .top .btn-login{ float:right; display:block; width:72px; height:0px; text-align:center; line-height:24px; font-size:14px; color:#fff; border-left:solid 24px transparent;border-right:solid 24px transparent; border-bottom:solid 24px rgba(0,0,0,0.5); margin-left:-24px; padding-top:6px;}
#header .top .btn-login:hover{ border-bottom-color:rgba(0,0,0,0.7);}
#header .top .btn-reg{ float:right; display:block; width:72px; height:0px; text-align:center; line-height:24px; font-size:14px; color:#fff; border-left:solid 24px transparent;border-right:solid 24px transparent; border-bottom:solid 24px rgba(0,73,134,0.5); padding-top:6px;}
#header .top .btn-reg:hover{ border-bottom-color:rgba(0,73,134,0.7);}

#header .header{ width:1100px; height:120px; margin:0 auto;position: relative;}
#header .header .logo{ float:left; height:100px; padding:10px 0; z-index:9}
#header .header .logo .logo-img{ float:left; width:374px; height: 100px; background:url(../images/logo_img.png) no-repeat;}
#header .header .logo .logo-txt{ float:left; width:232px; height:100px; background:url(../images/logo_txt.png) no-repeat bottom;}

#header .header .link{text-align: right;position:absolute; right: 0; bottom: 10px; z-index:9;}
#header .header .link ul{overflow: hidden;}
#header .header .link ul li{display: inline-block;width: 60px;height: 30px;margin-bottom: 10px;background: url(../images/img_usercenter.png) no-repeat;}
#header .header .link ul li a{display: block;width: 100%;height: 100%; text-indent: -999em; font-size: 0;}
#header .header .link ul li:first-child,#header .header .link ul li:first-child:hover{background-position: left center;}
#header .header .link ul li:last-child,#header .header .link ul li:last-child:hover{background-position: right center;}
.name{ display: inline-block; line-height: 30px; margin-right: 10px;}
.logout{display: inline-block;line-height: 30px;}

#header .header .link ul li.login,#header .header .link ul li.login:hover{background-position: left center;}
#header .header .link ul li.reg,#header .header .link ul li.reg:hover{background-position: right center;}

#header .header .link ul li:hover{background: url(../images/img_usercenter_c.png) no-repeat;}
#header .header .link .msg{ text-align:right;}
#header .header .link .msg a{ font-size: 12px;font-weight: bold;}

#header .header .link a > img{ display:none; position:absolute; left:-35px; top:30px;}

#header .header .link .tel{line-height:30px;font-weight: bold;font-size: 16px; color:#004986;}
#header .header .link .language{position: absolute;right: 10px;top: 58px; text-align: center;line-height: 24px;font-weight: bold; font-size: 12px;}
#header .header .link .language a{font-size: 12px;}
#header .header .link .language a.on{color: #004986;}

#header .nav{ width:100%; height:50px; background:rgba(0,73,134,0.15); border-top:solid 1px rgba(0,73,134,0.1); position:relative; z-index:8}
#header .nav > ul{ width:1100px; margin:0 auto;}
#header .nav > ul > li{ float:left; width:136.5px; height:50px; text-align:center; border-right:solid 1px rgba(0,73,134,0.1); position:relative;}
#header .nav > ul > li > a{ display:block; width:100%; height:50px; background:url(../images/nav.png) no-repeat; font-size:12px; text-indent:-999em;}
#header .nav > ul > li:hover > a,#header .nav > ul > li.on > a{  background:#004986 url(../images/nav_hover.png) no-repeat; }
#header .nav > ul > li:nth-child(1) > a,#header .nav > ul > li:nth-child(1):hover > a,#header .nav > ul > li:nth-child(1).on > a{ background-position:-7px 0;}
#header .nav > ul > li:nth-child(2) > a,#header .nav > ul > li:nth-child(2):hover > a,#header .nav > ul > li:nth-child(2).on > a{ background-position:-157px 0;}
#header .nav > ul > li:nth-child(3) > a,#header .nav > ul > li:nth-child(3):hover > a,#header .nav > ul > li:nth-child(3).on > a{ background-position:-307px 0;}
#header .nav > ul > li:nth-child(4) > a,#header .nav > ul > li:nth-child(4):hover > a,#header .nav > ul > li:nth-child(4).on > a{ background-position:-457px 0;}
#header .nav > ul > li:nth-child(5) > a,#header .nav > ul > li:nth-child(5):hover > a,#header .nav > ul > li:nth-child(5).on > a{ background-position:-607px 0;}
#header .nav > ul > li:nth-child(6) > a,#header .nav > ul > li:nth-child(6):hover > a,#header .nav > ul > li:nth-child(6).on > a{ background-position:-757px 0;}
#header .nav > ul > li:nth-child(7) > a,#header .nav > ul > li:nth-child(7):hover > a,#header .nav > ul > li:nth-child(7).on > a{ background-position:-907px 0;}
#header .nav > ul > li:nth-child(8) > a,#header .nav > ul > li:nth-child(8):hover > a,#header .nav > ul > li:nth-child(8).on > a{ background-position:-1057px 0;}

#header .nav > ul > li.nav1 > a,#header .nav > ul > li.nav1:hover > a,#header .nav > ul > li.nav1.on > a{ background-position:-7px 0;}
#header .nav > ul > li.nav2 > a,#header .nav > ul > li.nav2:hover > a,#header .nav > ul > li.nav2.on > a{ background-position:-157px 0;}
#header .nav > ul > li.nav3 > a,#header .nav > ul > li.nav3:hover > a,#header .nav > ul > li.nav3.on > a{ background-position:-307px 0;}
#header .nav > ul > li.nav4 > a,#header .nav > ul > li.nav4:hover > a,#header .nav > ul > li.nav4.on > a{ background-position:-457px 0;}
#header .nav > ul > li.nav5 > a,#header .nav > ul > li.nav5:hover > a,#header .nav > ul > li.nav5.on > a{ background-position:-607px 0;}
#header .nav > ul > li.nav6 > a,#header .nav > ul > li.nav6:hover > a,#header .nav > ul > li.nav6.on > a{ background-position:-757px 0;}
#header .nav > ul > li.nav7 > a,#header .nav > ul > li.nav7:hover > a,#header .nav > ul > li.nav7.on > a{ background-position:-907px 0;}
#header .nav > ul > li.nav8 > a,#header .nav > ul > li.nav8:hover > a,#header .nav > ul > li.nav8.on > a{ background-position:-1057px 0;}




#header .nav > ul > li:hover .dropdown{ height:500px;}

.dropdown{ width:136.5px; height:0; overflow:hidden; position:absolute; left:0px; top:50px; z-index:10; transition:height ease-out 0.1s;}
.dropdown:before{ content:""; width:0; height:0; border-top:solid 10px #004986; border-left:solid 10px transparent; border-right:solid 10px transparent; position:absolute; left:50%; margin-left:-10px; top:0;}
.dropdown > ul{ padding:10px 20px; background:#fff; border:solid 1px #004986;}
.dropdown > ul > li{  text-align:center; line-height:30px;}
.dropdown > ul > li a{ font-size:12px;}
.dropdown > ul > li i{ display:inline-block; width:9px; height:9px; background:url(../images/files_sidebaricon.png) no-repeat center; margin-left:10px; transition:all ease-in-out 0.1s;}
.dropdown > ul > li > ul{ height:0; overflow:hidden; padding-left:15px; transition:all ease-out 0.3s;}
.dropdown > ul > li > ul li a{ font-size:12px; color:#333;}
.dropdown > ul > li:hover >ul{ height:auto; transition:height ease-out 0.3s;}
.dropdown > ul > li:hover i{ transform:rotate(90deg);}

.dropdown.product{width: 200px; left: -32px;}
.dropdown.product > ul > li{ text-align: left;}

.fullSlide {width:100%;position:relative;height:400px;margin-bottom: 20px;}
.fullSlide .bd {margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul {width:100% !important;}
.fullSlide .bd li {width:100% !important;height:400px;overflow:hidden;text-align:center;}
.fullSlide .bd li a {display:block;height:400px;}
.fullSlide .hd {width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul {text-align:center;}
.fullSlide .hd ul li {cursor:pointer;display:inline-block;*display:inline;zoom:1;width:15px;height:15px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on {background:#fff;}
.fullSlide .prev,.fullSlide .next {display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:2%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next {left:auto;right:2%;background-position:-6px -137px;}


/*content*/
.content-wrap {width: 1100px; margin:0 auto; position:relative; z-index:9}

/*搜索*/
.search{ width:100%; height:60px; overflow:hidden; margin:0 auto; border-bottom:solid 1px #e6e6e6; position:relative; min-width:1200px;}
.BreakingNewsController{ float:left; width:900px; height:36px; overflow:hidden; margin-bottom:24px; background:#FFF; position:relative;}
.BreakingNewsController .bn-title{float:left; width:96px; height:36px; background:#00a0e9; font-size:16px; text-align:center; line-height:36px; color:#FFF;}
.BreakingNewsController ul{ display:block; position:absolute; left:120px;}
.BreakingNewsController ul li{ height:36px; display:none;}
.BreakingNewsController ul li a{ line-height:36px; overflow:hidden; padding:0;}
.BreakingNewsController ul li a:hover{ color:#004986; text-decoration:underline;}
.BreakingNewsController .bn-arrows{ float:right; width:50px; position:absolute; right:0; top:0; bottom:0;}
.BreakingNewsController .bn-arrows span{display:block; width:20px; position:absolute; top:0; bottom:0; cursor:pointer; opacity:0.2;}
.BreakingNewsController .bn-arrows span:hover{opacity:1;}
.BreakingNewsController .bn-arrows-left{ left:0; background:url(../images/bn-arrows.png) left center no-repeat;}
.BreakingNewsController .bn-arrows-right{right:10px; background:url(../images/bn-arrows.png) right center no-repeat;}
.searchbar{ float:right;}
.searchbar .inp{ float:left; width:198px; padding:0 12px; height:34px; line-height:34px; font-size:15px; border:solid 1px #7fa4c2; border-right:0;}
.searchbar .sub{ float:left; width:36px; height:36px; overflow:hidden; background:url(../images/btn_sub.png) no-repeat center; border:0; text-indent:-9999em; cursor:pointer;}

.link-wrap{ width:1100px; overflow:hidden; margin:0 auto; margin-bottom:10px}
.link-wrap .left{ float:left; width:285px; height:455px; margin-right:20px;}
.link-wrap .left .con{ width:245px; height:320px; font-size:12px; padding:70px 20px 20px 20px; background:url(../images/img_about.jpg) no-repeat;}
.link-wrap .left .con a{ float:right;}
.link-wrap .middle{ float:left; width:490px; height:400px;}
.link-wrap .tit{ background:rgba(0,73,134,0.15); border-bottom:solid 1px rgba(0,73,134,0.1); padding-bottom:10px; margin-bottom:10px; position:relative;}
.link-wrap .tit a{ position:absolute; right:10px; top:20px; font-size:12px;}
.link-wrap .middle .newslist{ width:490px; height:185px;}
.link-wrap .middle .newslist ul li{ height:26px; position: relative;}
.link-wrap .middle .newslist ul li a{}
.link-wrap .middle .newslist ul li a .ndat{ float:left; width:90px; margin-right:10px; color:#999;}
.link-wrap .middle .newslist ul li a .ntit{ float:left; width:370px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.link-wrap .middle .newslist ul li a:hover .ntit{ color:#004986;}

.link-wrap .middle .case-wrap ul{ width:510px;}
.link-wrap .middle .case-wrap ul li{ float:left; margin-right:11px;}
.link-wrap .middle .case-wrap ul li img{ display:block; width:156px; height:156px;}

.link-wrap .right{ float:right; width:285px;}
.link-wrap .right .con{ width:245px; height:370px; font-size:12px; padding:20px; background:url(../images/img_youshi.jpg) no-repeat;}
.link-wrap .right .con a{ float:right;}

/*产品*/
.product-wrap{ width:1100px; margin:0 auto; overflow:hidden; margin-bottom:10px; position:relative; }
.product-wrap .tit{ background:rgba(0,73,134,0.15); border-bottom:solid 1px rgba(0,73,134,0.1); padding-bottom:10px; margin-bottom:20px; position: relative;}
.product-wrap .tit a{ position:absolute; right:10px; top:20px; font-size:12px;}
.product-wrap .list{ width:1100px; margin:0 auto;}
.product-wrap .list ul{ width:1120px; }
.product-wrap .list ul li{ float:left; width:260px; height:173px; margin-right:20px; box-sizing:border-box; position: relative;}
.product-wrap .list ul li a{}
.product-wrap .list ul li a img{ display:block; width:258px; height:171px; border:#d0d0d0 solid 1px}
.product-wrap .list ul li a span{ display:block; width:100%; text-align:center; line-height:50px}





/*footer*/
.footer{ width:100%; background:#004986; min-width:1200px;}

.footer .link{ width:100%; height:40px; background:#d9e4ed;}
.footer .link div{ width:1100px; margin:0 auto;}
.footer .link a{ color:#333; line-height:40px; margin:0 10px;}
.footer .link a:hover{ text-decoration:underline;}
.footer .footer-nav{ width:1100px; padding:20px 0; overflow:hidden; margin:0 auto; position:relative; margin-bottom:10px;}
.footer .footer-nav > ul > li{ float:left; margin-right:45px; line-height:24px; font-size:12px; color:#fff;}
.footer .footer-nav > ul > li h2{ line-height:40px; font-weight: normal; color:#fff; font-size:12px;}
.footer .footer-nav > ul > li ul li{}
.footer .footer-nav > ul > li ul li a{ font-size:12px; color:#cee8f5;position: relative;}
.footer .footer-nav > ul > li ul li a:before{ content:""; width:0; height:1px; background:#fff; position:absolute; left:0; bottom:-4px; transition:all linear 0.15s;}
.footer .footer-nav > ul > li ul li a:hover:before{ width:100%;}
.footer .footer-nav > ul > li.contact{ float: right;padding-top: 15px;}
.footer .footer-nav > ul > li.contact img{ display:block;}
.footer .footer-nav > ul > li div{ float: left; color:#fff;margin-left: 40px;}
.footer .copyright{ width:100%; background:#000;  text-align:center; line-height:50px; color:#fff;}
.footer .copyright a{ color:#fff;}
.footer .copyright a:hover{ text-decoration:underline;}



.l_ban{ width:100%; min-width:1100px; height:240px; overflow:hidden; margin-bottom:20px;}
.l_list{ width:1100px; height:auto; overflow:hidden; margin:0 auto; padding-bottom:20px; padding-top:20px;}
.l_left{ width:230px; overflow:hidden;}
.l_h3{  width:230px; height:55px; background:#004986; color:#fff;padding-top: 15px; overflow:hidden; font-size:16px; padding-left:25px; font-weight:bold;}
.l_h3 span{display: block;color: rgba(255,255,255,0.75);font-weight: normal;}
.l_nav{ width:230px; padding-top:15px; padding-bottom:20px; background:#f3f3f3; overflow:hidden; margin-bottom: 20px;}
.l_left.fixed{ position:fixed; left:50%; margin-left:-550px; top:20px; z-index: 99}

.l_nav > li{ width:230px;  margin-bottom:5px;}
.l_nav > li > a{ display:block;padding-left:25px; line-height:50px;border-left: 3px #f3f3f3 solid; background:url(../images/files_sidebaricon.png) no-repeat 85% center;}
.l_nav > li > a:hover{  border-left: 3px #004986 solid;background:url(../images/files_sidebaricon.png) no-repeat 85% center #e5e5e5;}
.l_nav > li > a.cur,.l_nav > li.current > a{  border-left: 3px #004986 solid;background:url(../images/files_sidebaricon.png) no-repeat 85% center #e5e5e5;}
.l_nav > li > ul li a{display:block;padding-left:52px; line-height:30px; color:#333; border-left: 0px #f3f3f3 solid;}
.l_nav .inf{padding:0 20px;}

.l_right{ width:850px; overflow:hidden;}
.l_wei{ height:40px; line-height:40px;background:#e5e5e5; padding-left:20px; padding-right:20px;}
.l_wei span{float: left; display:block; font-size: 15px; color:#000;}
.l_wz{font-size:12px;}
.l_wz a{ font-size:12px;}
.l_wz a:hover{ color:#00a0e9;}
.l_nei{ width:100%; overflow:hidden;padding:20px 0px;}
.l_nei > ul{ width: 850px; height: 50px; background: #e5e5e5; margin-bottom: 20px;position:absolute; border-top: solid 10px #fff;}
.l_nei > ul.fixed{ position:fixed; right:50%; margin-right:-550px; top:00px;}

.l_nei > ul > li{ float: left; width: 125px; height: 50px; text-align: center;}
.l_nei > ul > li a{display: block;width: 100%;height: 100%;padding-top: 7px; text-align:center; font-size: 14px; font-family: 宋体; font-weight: bold;}
.l_nei > ul > li a span{display: block;font-weight: normal; }
.l_nei > ul > li.current{background: #004986;}
.l_nei > ul > li.current a{ color: #fff;}
.l_nei > ul > li.current a span{color: rgba(255,255,255,0.75);}

.l_nei p{vertical-align:middle;}
.l_nei span img{vertical-align:middle;margin-right: 5px;}


.l_nei .panes{padding-top: 80px;}
.l_nei .panes .pane{margin-bottom: 40px;}
.l_nei .panes .pane img{ max-width:  850px;}

.l_nei .fankui{display: block; width: 80px;height: 30px; background: #004986;line-height: 30px;text-align: center;color: #fff; margin: 0 auto}

.l_text{ width: 100%;}
.l_text img{ max-width: 100%;}
.l_text h2{line-height: 24px;}
.l_text h3{ font-weight: normal;line-height: 24px;}

.l_img{ float: left; width:415px; height: 277px; overflow:hidden; margin-bottom:15px;}
.l_img img{display: block; width:413px; height: 275px;border: solid 1px #d0d0d0; overflow:hidden;}



/*---------------------音频------------------------------*/
.audio{ width: 130px;height: 36px;line-height: 36px; position:absolute;right: 7px; top: 7px;}
.audioplayer{ float: right;width:70px;height:36px;position: relative; z-index: 1;background: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; border:solid 1px #004986;}

/* 开始/暂停按钮 */
.audioplayer-playpause{ float:left;width:100%;height:36px;text-align: left;text-indent: -9999px;cursor: pointer;z-index: 2;position: absolute; left:0px; top:0;}
.audioplayer-playpause a{display: block;}
.audioplayer-stopped .audioplayer-playpause a{width:10px; height:16px; background:url(../images/audio_stop.jpg) no-repeat; background-size:10px 16px; position: absolute;top: 50%;left: 10px;margin-top:-8px;}
.audioplayer-playing .audioplayer-playpause a{width:10px; height:16px; background:url(../images/audio_play.gif) no-repeat; background-size:10px 16px; position: absolute;top: 50%;left: 10px;margin-top:-8px;}

/* 时间 */
.audioplayer-time{ float:right; width:40px;height:36px;line-height:36px;text-align: center;z-index: 2;}
.audioplayer-time-current{ margin-right:0px;}
.audioplayer-time-duration{ display:none;}
.audioplayer-novolume .audioplayer-time-duration{}

/* 进度条 */
.audioplayer-bar{ display:none;height: 20px; background-color: #222;cursor: pointer;z-index: 1;top: 50%;right: 100px; left:100px;margin-top: -10px;}
.audioplayer-novolume .audioplayer-bar{right:60px;}
.audioplayer-bar div{width: 0;height: 100%;position: absolute;left: 0;top: 0;}
.audioplayer-bar-loaded{background-color: #333;z-index: 1;}
.audioplayer-bar-played{background: #007fd1;z-index: 2;}

/* 音量按钮 */
.audioplayer-volume{ display:none;width: 40px; height: 100%;border-left: 1px solid #111;border-left-color: rgba( 0, 0, 0, .25 );text-align: left;text-indent: -9999px;cursor: pointer;z-index: 2;top: 0;right: 0;}
.audioplayer-volume:hover,.audioplayer-volume:focus{background-color: #222;}
.audioplayer-volume-button{width: 100%;height: 100%;}
.audioplayer-volume-button a{width:5px;height: 6px;background-color: #fff;display: block;position: relative;z-index: 1;top: 40%;left: 35%;}
.audioplayer-volume-button a:before,.audioplayer-volume-button a:after{content: '';position: absolute;}
.audioplayer-volume-button a:before{width: 0;height: 0;border: 0.5em solid transparent; /* 8 */border-left: none;border-right-color: #fff;z-index: 2;top: 50%;right: -0.25em;margin-top: -0.5em; /* 8 */}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after{
/* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
width: 0.313em; /* 5 */
height: 0.313em; /* 5 */
border: 0.25em double #fff; /* 4 */
border-width: 0.25em 0.25em 0 0; /* 4 */
left: 0.563em; /* 9 */
top: -0.063em; /* 1 */
-webkit-border-radius: 0 0.938em 0 0; /* 15 */
-moz-border-radius: 0 0.938em 0 0; /* 15 */
border-radius: 0 0.938em 0 0; /* 15 */
-webkit-transform: rotate( 45deg );
-moz-transform: rotate( 45deg );
-ms-transform: rotate( 45deg );
-o-transform: rotate( 45deg );
transform: rotate( 45deg );
}
/* 音量调节条 */
.audioplayer-volume-adjust{height: 6.25em; /* 100 */cursor: default;position: absolute;left: 0;right: -1px;top: -9999px;background: #333;}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust{opacity: 0;}
.audioplayer-volume:hover .audioplayer-volume-adjust{top: auto;bottom: 100%;}
.audioplayer-volume-adjust > div{width: 40%;height: 80%;background-color: #222;cursor: pointer;position: relative;z-index: 1;margin: 30% auto 0;}
.audioplayer-volume-adjust div div{width: 100%;height: 100%;position: absolute;bottom: 0;left: 0;background: #007fd1;}
.audioplayer-novolume .audioplayer-volume{display: none;}

/* CSS3 decorations */
.audioplayer{}
.audioplayer-volume-adjust{}
.audioplayer-bar,.audioplayer-volume-adjust > div{}
.audioplayer-volume-adjust div div,.audioplayer-bar-played}
.audioplayer-playpause,.audioplayer-volume a{}
.audioplayer,.audioplayer-volume-adjust{}.audioplayer-bar-played{
	background: -webkit-gradient( linear, left top, right top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( left, #007fd1, #c600ff );
	background: -moz-linear-gradient( left, #007fd1, #c600ff );
	background: -ms-radial-gradient( left, #007fd1, #c600ff );
	background: -o-linear-gradient( left, #007fd1, #c600ff );
	background: linear-gradient( to right, #007fd1, #c600ff );
}
.audioplayer-volume-adjust div div
{
	background: -webkit-gradient( linear, left bottom, left top, from( #007fd1 ), to( #c600ff ) );
	background: -webkit-linear-gradient( bottom, #007fd1, #c600ff );
	background: -moz-linear-gradient( bottom, #007fd1, #c600ff );
	background: -ms-radial-gradient( bottom, #007fd1, #c600ff );
	background: -o-linear-gradient( bottom, #007fd1, #c600ff );
	background: linear-gradient( to top, #007fd1, #c600ff );
}
.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div
{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.audioplayer
{
	
}
.audioplayer-volume-adjust
{
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.audioplayer *,
.audioplayer *:before,
.audioplayer *:after
{
	-webkit-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-moz-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-ms-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	-o-transition: color .25s ease, background-color .25s ease, opacity .5s ease;
	transition: color .25s ease, background-color .25s ease, opacity .5s ease;
}
/*---------------------音频------------------------------*/







.l_news{ height:195px; width:100%; overflow:hidden; border-bottom:#ececec solid 1px; margin-bottom:20px;}
.l_news dt img{ display:block; width:268px; height:178px; overflow:hidden; padding:2px; border:#ccc solid 1px;}
.l_news dt img:hover{border:#0856ab solid 1px;}
.l_news dd{ width:545px; overflow:hidden;}
.l_news dd a{ display:block; font-size:14px; line-height:30px; height:30px; overflow:hidden; color:#333;}
.l_news dd a:hover{ color:#1686da;}
.l_news dd a.fr{ font-size:14px;}
.l_news dd p{ line-height:25px; height:75px; overflow:hidden; margin-bottom:10px; margin-top:10px;}
.l_news dd b{ font-size:14px;}
/* 翻页*/
.c_fan{ width:100%; text-align:right; padding:20px 0px; font-size:12px; margin:0 auto;font-size:14px;}
.c_fan a{ display:inline-block; padding:3px 10px; color:#000; border:#0a54ab solid 1px; margin-left:3px; margin-right:3px; font-size:12px;}
.c_fan a:hover{ background:#0a54ab; color:#fff}
.c_fan a.cur{ background:#0a54ab; color:#fff}
.c_fan select{ display:inline-block; height:24px; width:50px; outline:none; border:#0a54ab solid 1px;font-size:12px;}

/*新闻内容页*/
.n_biaoti{ width:100%; height:50px; overflow:hidden; text-align:center; line-height:50px; font-size:26px; font-weight:bold; color:#333; }
.n_time{ width:80%; height:40px; overflow:hidden; border-bottom:#ccc dashed 1px; text-align:center; padding-left:20% ; margin-bottom:10px;}
.n_time font{ padding:0px 15px; display:block; float:left; line-height:35px; font-size:12px;}
.n_time font b{ color:red;font-size:12px;}
.n_nei{ width:100%; height:auto; overflow:hidden; line-height:30px; padding-top:15px; padding-bottom:15px;border-bottom:#ccc dashed 1px; margin-bottom:20px;}
.c_page{ height:50px; line-height:25px;}
.c_page a{ color:#005a98;}
.c_page a:hover{color:#ab050a;}


.l_nei .caselist ul{width: 860px;}
.l_nei .caselist ul li{float: left; width: 205px;margin-right: 10px;margin-bottom: 10px;}
.l_nei .caselist ul li img{width: 205px;height: 205px;}
.l_nei .caselist ul li span{display: block;height: 36px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;line-height: 36px;}

.l_nei .download ul li{ overflow:hidden; height:50px; border-bottom:solid 1px #e5e5e5;}
.l_nei .download ul li .ntit{ float:left; width:650px; line-height:50px; text-indent:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.l_nei .download ul li .ntit:hover{color:#00a0e9}
.l_nei .download ul li .ndat{ float:right; width:120px; line-height:50px; text-align:center; }
.l_nei .download ul li .ndat a:hover{color:#00a0e9}


.l_shebei{ width:100%; height:auto; overflow:hidden;}
.l_shebei li{ float:left; width:300px; height:230px; overflow:hidden; margin-top:20px; margin-left:8px; margin-right:8px;}
.l_shebei li img{ width:300px; height:200px; overflow:hidden;}
.l_shebei li p{ height:40px; line-height:40px; text-align:center; font-size:16px;}
.l_shebei li a{ display:block;}
.l_shebei li a:hover{filter:alpha(Opacity=70);-moz-opacity:0.7;opacity: 0.7; -ms-opacity:0.7; -o-opacity:0.7; -webkit-opacity:0.7; }
.l_shebei li a:hover p{color:#00a0e9;}

/*招聘*/
.l_zp{ overflow:hidden;}
.l_zhao{ width:100%; overflow:hidden;}
.l_zhao1{ height:40px; overflow:hidden; line-height:40px; background:#80a4c3; color:#fff; padding-left:20px; margin-bottom:10px; border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; }
.l_zhao2{ width:100%; overflow:hidden; }
.l_zhao2 .fl{width:660px; overflow:hidden;}
.l_zhao2 .fl span{ height:30px; line-height:30px; overflow:hidden; font-weight:bold;}
.l_zhao2 .fl p{ line-height:30px; margin-bottom:10px;}
.l_zhao2 .fr a{display: block;width: 100px;height: 40px;color: #fff;text-align: center;line-height: 40px;overflow: hidden;background: #808080;font-size: 14px; margin-top:25px;border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px; -o-border-radius:5px; -webkit-border-radius:5px; }
.l_zhao2 .fr a:hover{ background:#dd6d00; text-decoration:none; }

.l_down ul li{ overflow:hidden; height:50px; border-bottom:solid 1px #e5e5e5;}
.l_down ul li .ntit{ float:left; width:750px; line-height:50px; text-indent:20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.l_down ul li .ntit a:hover{color:#00a0e9}
.l_down ul li .ndat{ float:right; width:120px; line-height:50px; text-align:center; }
.l_down ul li .ndat a:hover{color:#00a0e9}
.l_down ul li.title{ background:#e5e5e5; border-top: solid 1px #999;}
.l_down ul li.title .ntit{ float:left; line-height:50px; font-size:16px;}
.l_down ul li.title .ndat{ float:right; line-height:50px; font-size:16px;}



/*留言板列表*/
.liuyan{ width:850px; margin:0 auto;}
.liuyan ul{ width:100%; height:auto; overflow:hidden; }
.liuyan ul li{ float:left; width:100%; height:32px; overflow:hidden; line-height:30px; margin-bottom:20px; display:inline;}
.liuyan ul li span{ display:block; float:left; width:80px;}
.liuyan ul li input{ display:block; float:left; height:26px; width:340px; outline:none; padding:0px 5px;}
.liuyan ul li em{ display:block; float:left; margin-left:10px; color:#E91216; font-size:14px;}
.liuyan ul li.c_li{ height:210px;}
#c_message{ height:200px; width:606px; overflow:hidden; outline:none;}
.liuyan ul li input.c_inp{ width:100px;}
.liuyan p{ padding-left:80px;}
.c_but{ width:120px; height:30px;border: 0;color: #fff;background: #80a4c3;font: bold 12px/28px "Microsoft Yahei";cursor: pointer;-moz-border-radius:5px;  -webkit-border-radius:5px;  
border-radius:5px; outline:none;}
.c_but:hover{background:#000; color:#fff; text-decoration:none; }
#nan{ width:20px; height:20px; margin-right:5px; margin-top:5px;}
.fresh{ margin-left:3px; margin-right:3px;}
.fresh img{ display:inline-block;}
.fresh a{ float:left; display:block;}

.c_login{ width:550px; height:482px; overflow:hidden; background:url(../images/log.jpg) no-repeat; margin:0 auto;} 
.c_name{width:296px;height: 40px;padding-left: 40px;background: url(../images/login_1.png) no-repeat;margin-bottom: 20px; margin-left:50px; margin-top:40px;}
.c_input{width: 273px;height: 38px;line-height: 38px; border: 0;margin-top: 1px;padding: 0 10px;color: #666;}
.c_mima{width:296px; height: 40px;padding-left: 40px;background: url(../images/login_2.png) no-repeat;margin-bottom: 20px; margin-left:50px;}
.c_btn{float: left;width: 306px;height: 60px;margin: 0 15px;display: inline-block;}
.loginbutton{width: 306px;height: 35px;color: #FFF;background:#80a4c3;text-align: center;font-size: 18px;font-family: "微软雅黑";border: 0;cursor: pointer; margin-left:50px;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.l_reg{width: 340px;height: 30px;line-height: 30px;text-align: center;}
.l_reg a{ font-weight:bold;}
.loginbutton:hover{background:#ff8a12;}

#c_reg{ width:600px; margin:0 auto;}
#c_reg ul{ width:100%; overflow:hidden; margin-top:20px;}
#c_reg ul li{ float:left; height:40px; overflow:hidden; margin-bottom:20px; width:100%; line-height:40px;}
#c_reg ul li label{ display:block; float:left; width:80px; text-align:right; font-size:14px;}
#c_reg ul li input{ display:block; float:left; width:300px; height:36px; overflow:hidden; color:#333; text-indent:10px;border: 1px solid #CCC;}
#c_reg ul li em{display:block; float:left; color:#E9191D; margin-left:10px; font-style:normal; font-size:14px;}
#c_reg ul li.c_yan input{ width:180px; margin-right:20px; display:inline}
#c_reg ul li.c_yan a{ display:block; float:left; width:100px; height:40px; text-align:center; background:#ddd; color:#000;}
#c_reg ul li.c_box input{ width:20px; height:20px; margin:10px 10px 0px 80px; display:inline }
#c_reg ul li.c_box a{ color:red}
#c_reg ul li.c_box a:hover{ color:green}
.c_reg{ width:300px; height:40px; overflow:hidden; background:#80a4c3; margin-left:80px; border:none; color:#fff; font-size:14px; font-weight:bold; letter-spacing:5px; cursor:pointer; outline:none;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;}
.c_reg:hover{ background:#ff8a12;}
.c_deng{ width:380px; height:30px; line-height:40px; overflow:hidden;}
.c_deng a{ float:right; color:red;font-size:14px;}
.c_deng a:hover{ color:green;}


.basket-list ul li{ margin-bottom: 10px; height:80px; overflow:hidden;}
.basket-list ul li > div{ float:left;}
.basket-list ul li .x_img{margin-right: 10px;}
.basket-list ul li .x_img img{ width:78px; height:78px; border:solid 1px #eee;}
.basket-list ul li .title{ width:680px;margin-right: 10px; line-height:80px; font-size:14px;}
.basket-list ul li .price{ width:100px; line-height:80px; text-align: center; color:#c40001;font-family: arial; font-size:20px;}
.basket-list ul li .num{ width:200px; line-height:80px;text-align: center;}
.basket-list ul li .num .canshu_right1{ float:none; width:115px; margin:23px auto;}
.basket-list ul li .del{ float:right; width:100px; line-height:80px; text-align: center;}
.basket-list ul li.th{ height:40px; line-height: 40px; background:#efefef; font-weight:bold;}
.basket-list ul li.th .title{ width:755px; padding-left:15px; line-height:40px; font-size:12px;}
.basket-list ul li.th .price{ width:100px; line-height:40px; text-align: center; font-family:微软雅黑; font-size:12px; color:#333;}
.basket-list ul li.th .num{ width:200px; line-height:40px;text-align: center;}
.basket-list ul li.th .del{ width:100px; line-height:40px; text-align: center;}
.pos {
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}

.settle{width: 100%; height:40px;margin-bottom: 10px;}
.settle .price{ float:left;height: 38px; line-height:38px; border:solid 1px #999; width:1092px; padding-right:15px; text-align:right;}
.settle .price span{ color:#c40001; line-height:38px; font-size:20px;font-family: arial;}
.settle .go{float:right; width: 80px;height: 40px; background: #80a4c3; color:#fff; text-align:center; line-height: 40px; letter-spacing:3px;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block}
.spinner-sprite, .spinner .decrease, .spinner .decrease[disabled], .spinner .increase, .spinner .value, .spinner .value.passive {background: url('../images/spinner.png') no-repeat}
.spinner {height: 25px;width: 71px;overflow: hidden;*zoom:1;-webkit-box-shadow: 0 3px 3px -4px #aaa;-moz-box-shadow: 0 3px 3px -4px #aaa;box-shadow: 0 3px 3px -4px #aaa}
.spinner button, .spinner .value {text-align: center;display: block;float: left;height: 100%;line-height: 25px;margin: 0}
.spinner button {border: none;width: 23px;color: #e5312a;font: 22px Arial bold;padding: 0;outline: none}
.spinner .decrease {background-position: 0 -50px;cursor: pointer;text-indent: -10000px}
.spinner .decrease[disabled] {background-position: 0 -75px;cursor: default}
.spinner .increase {background-position: 0 0;cursor: pointer;text-indent: -10000px}
.spinner .value {background-position: 0 -100px;width: 24px;height: 27px;border: none;font-family: Arial;color: #ffffff;padding: 0px}
.spinner .value.passive {background-position: 0 -25px;color: #919191}
.spinner .error, .spinner .invalid {background: #aa0000}

.iconbox{ width:100%; height:120px; border-top:solid 1px #eee;}
.iconbox ul{ width:1188px; margin:0 auto;}
.iconbox ul li{ float:left; width:258px; height:85px; padding:35px 0 0 38px;}
.iconbox ul li a{ padding-left:60px; display:block; width:162px; height:50px; font-size:14px; font-family:微软雅黑;}
.iconbox ul li a.icon1{ background:url(../images/icon1.png) no-repeat;}
.iconbox ul li a.icon2{ background:url(../images/icon2.png) no-repeat;}
.iconbox ul li a.icon3{ background:url(../images/icon3.png) no-repeat;}
.iconbox ul li a.icon4{ background:url(../images/icon4.png) no-repeat;}
.iconbox ul li a i{ font-size:18px; font-weight:bold;}
.iconbox ul li a:hover i{ color:#666;}


.l_num{ margin-top:25px; margin-left:70px; display:inline;}
.iconbox{ width:100%; height:120px; }
.iconbox ul{ width:1188px; margin:0 auto;}
.iconbox ul li{ float:left; width:258px; height:85px; padding:35px 0 0 38px;}
.iconbox ul li a{ padding-left:60px; display:block; width:162px; height:50px; font-size:14px; font-family:微软雅黑;}
.iconbox ul li a.icon1{ background:url(../images/icon1.png) no-repeat;}
.iconbox ul li a.icon2{ background:url(../images/icon2.png) no-repeat;}
.iconbox ul li a.icon3{ background:url(../images/icon3.png) no-repeat;}
.iconbox ul li a.icon4{ background:url(../images/icon4.png) no-repeat;}
.iconbox ul li a i{ font-size:18px; font-weight:bold; font-style:normal; line-height:30px;}
.iconbox ul li a:hover i{ color:#666;}


/*在线合作*/
.hezuobox{border-left: solid 2px #999;border-top: solid 2px #999;border-bottom: solid 1px #999;border-right: solid 1px #999;}
.hezuobox tr{}
.hezuobox tr th{ height: 44px; color:#333;text-align: center;line-height:44px;border-bottom: solid 1px #999;border-right:dotted 1px #999; position:relative;}
.hezuobox tr td{height: 44px; color:#333; line-height:44px;padding: 0 10px; border-bottom: solid 1px #999;border-right: solid 1px #999; position:relative; vertical-align: top;}
.hezuobox tr td a{text-decoration: underline;}

#InputsWrapper tr td:last-child{border-right: 0;}
#InputsWrapper tr:last-child td{border-bottom: 0;}
#InputsWrapper tr:last-child th{border-bottom: 0;}
#AddMoreFileBox{ text-decoration: none; float: right; font-weight: bold;}
.removeclass{ display: block; text-indent: -999em; text-decoration: none; width: 18px;height: 44px;background: url(../images/img_close.gif) no-repeat center;}


.long_input{ width:680px; height:30px; padding:0 7px; border:solid 1px #d0d0d0; line-height:28px; position: relative; box-sizing:border-box;}
.middle_input{ width:304px; height:30px; padding:0 7px; border:solid 1px #d0d0d0; line-height:28px; position: relative; box-sizing:border-box;margin-right: 7px;}
.short_input{ width:104px; height:30px; padding:0 7px; border:solid 1px #d0d0d0; line-height:28px; position: relative; box-sizing:border-box;margin-right: 7px;}
.shorter_input{ width:54px; height:30px; padding:0 7px; border:solid 1px #d0d0d0; line-height:28px; position: relative; box-sizing:border-box;margin-right: 7px;}
.textarea{ width:820px; height:200px; padding:0 7px; border:solid 1px #d0d0d0; line-height:28px; position: relative; box-sizing:border-box;}
.tips{margin-left: 10px; line-height:40px; color:#dd0033; z-index:2}

/*选择按钮*/
.hezuobox tr em{ display:inline-block; line-height:30px; font-style:normal;margin-right: 7px;}
.regular-radio {display: none;}

.regular-radio + label {display:inline-block; width: 14px;height: 14px; -webkit-appearance: none;background-color: #fafafa;border: 1px solid #cacece;box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);border-radius: 0px;position: relative;top: 4px; margin-top:0px; margin-right:5px; margin-left:0px;}
.regular-radio:checked + label:after {content: ' ';width: 12px;height: 12px;border-radius: 0px;position: absolute;top: 1px;left: 1px;background: #00a0e9;box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);text-shadow: 0px;font-size: 32px;}
.regular-radio:checked + label {background-color: #e9ecee;color: #99a1a7;border: 1px solid #adb8c0;box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);}
.regular-radio + label:active, .regular-radio:checked + label:active {box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);}
.regular-radio + label + em{ display:inline-block; line-height:30px; font-style:normal;}

.txtara{ width:680px; height:200px; padding:5px 10px;margin: 10px 0; border:solid 1px #d0d0d0; line-height:24px; position: relative; box-sizing:border-box; max-width:680px;}
.txtara p{ padding-top: 5px; padding-bottom:12px;border-bottom:1px dotted #d0d0d0;color:#5d676e}
.txtara ul{margin-top:9px}
.txtara li{font-size:11px;line-height:22px;color:#8f9aa1}
/*下拉菜单*/
.styled-select {width: 120px;height: 30px; overflow: hidden; background:#fff url(../images/arrow.png) no-repeat 99px center; margin:0; padding:0; box-sizing:border-box;}
.styled-select select {width: 120px; padding-left:3px; height: 30px; background: transparent; border: 1px solid #d0d0d0;appearance:none;-moz-appearance:none;-webkit-appearance:none;color:#666; font-family:微软雅黑; box-sizing:border-box;}
select::-ms-expand { display: none; }
/*上传*/
.upload{ width:820px; height:30px; padding:0;}

/*提交*/
.login_button{ display:block; width: 88px;height: 30px;line-height: 30px; border:0; background:#004986;color:#FFF;text-align:center; cursor:pointer;margin-top: 7px;}

.submit_button{ display:block; width: 118px;height: 30px;line-height: 30px; border:0; background:#004986;color:#FFF;text-align:center; cursor:pointer;margin-top: 7px;}

.confirmbox{display: none;width:950px; height:600px;overflow-x: hidden; overflow-y:scroll;padding: 50px; line-height:24px; background:#fff; border:solid 1px #00a0e9; position:fixed; left:50%; margin-left:-475px; top: 50%; margin-top:-300px; box-sizing:border-box; z-index: 99;}
.confirmbox .tit{ text-align: center;font-size: 18px;margin-bottom: 10px;}
.confirmbox table{border-left: solid 2px #999;border-top: solid 2px #999; border-bottom: solid 1px #999;}
.confirmbox table tr{}
.confirmbox table tr th{min-width: 70px; height: 44px; color:#333;font-weight:bold;text-align: center;line-height:44px;border-bottom: solid 1px #999;border-right:dotted 1px #999; position:relative;}
.confirmbox table tr td{height: 44px; color:#999; line-height:44px;padding: 0 10px; border-bottom: solid 1px #999;border-right: solid 2px #999; position:relative; vertical-align: top;}
.confirmbox table tr em{ display:inline-block; line-height:30px; font-style:normal;margin-right: 7px;}
.confirmbox table input[type=submit]{ display: inline-block; width: 118px;height: 30px; border:0; background:#004986;color:#FFF;text-align:center; cursor:pointer;margin: 7px 14px 0;}
.confirmbox table #txtarea{padding:5px 10px; line-height: 24px;}





/*-------------------------------

会员注册功能
编写时间：20160104
编写人员：张恒

-------------------------------*/
.reg_form{margin-bottom: 30px;}

.mainForm{ width: 300px;padding: 50px 300px;margin: 0 auto;border: solid 1px #d0d0d0;position:relative;}
.linkABlue {color: #333;}
.linkABlue:hover{ text-decoration:underline;}
.linkABlue img{ display:block; width:70px; height:28px; position:absolute; right:5px; top:5px;}
.linkAGray:hover{color: #2b2b2b;}

.normalInput{position: relative;width: 300px;height: 38px; background:#fff; line-height: 38px;font-size: 12px;margin-bottom: 10px;border: 1px solid #aaa;outline: none;color: #474747; position:relative;}
.normalInput > i{ position: absolute; left: -50px; font-style: normal;}
.error{display: none; width:400px; line-height:38px; color: red; font-size:12px; position:absolute; left:310px;top:0;}
.normalInput input{font-size: 12px;width: 100%;height: 38px;border: 0;padding: 0 10px; display:block; outline: none; box-sizing:border-box;}
.errorC{ border-color: red;color: red;}
.checkedC{border: 1px solid #004986;}
.checkedN{border: 1px solid #1ece6d;}

.formLine{color: #d9d9d9;height: 28px;display: inline-block;border-left: 1px solid #dadada;position: absolute;right: 80px;top: 5px;}
#getKey{width: 70px;border: none;outline: none;height: 28px;line-height: 28px;font-size: 12px;position: absolute;right: 5px;top: 5px;}
.i_icon{display: inline-block;width: 100%;height: 100%;overflow: hidden;}
.normalInput .password{float: left;width: 200px;}
.normalInput .password1{float: left;width: 200px;display: none;}
.normalInput .passwordN{float: left;width: 200px;display: block;}
.normalInput .password1N{float: left;width: 200px;display: none;}
.pwdBtnShow{outline: none;position: relative;display: inline-block;width: 30px;height: 30px;cursor: pointer;overflow: hidden;float: right;margin-right: 10px;}
#pwdBtn {margin-top: 7px;}
.pwdBtnShow i{background-image:url("../images/elements.png");background-position: -30px -93px; background-repeat: no-repeat;}
.pwdBtnShowN{outline: none;position: relative;display: inline-block;width: 30px;height: 30px;cursor: pointer;overflow: hidden;float: right;margin-right: 10px;}
#pwdBtnN {margin-top: 7px;}
.pwdBtnShowN i{background-image:url("../images/elements.png");background-position: -30px -93px; background-repeat: no-repeat;}

/*确认协议*/
.rememberField{margin-bottom:10px;height: 30px;line-height: 30px; display: block;}
.checkboxPic {outline: none; display:block; float:left; width: 25px;height: 20px;line-height: 20px; margin-top:6px; margin-left:10px;cursor: pointer;vertical-align: middle;overflow: hidden;}
.check_chk i {background-position: -31px -127px;background-image: url("../images/elements.png");background-repeat: no-repeat;}
.pointer{cursor: pointer; line-height:30px; color:#333;}
.otherError{display: none;margin-left: 10px;margin-bottom: 15px; color:#dd0033;}
.fullBtnBlue{ display:block;width: 300px;height: 40px; border-radius:5px;font-size: 14px;line-height: 40px;text-align: center;margin-bottom: 20px;outline: none;cursor: pointer;background-color: #004986;color: #fff;}
.linkAGray2:visited {color: #00a7ea;}
.linkABlue2:hover{color: #2b2b2b;}
.grayTip {height: 50px;line-height: 50px;vertical-align: top;display: inline-block;color: #7f7f7f;}

#mz_Float{display: block;width: 500px;background: #004986; position: absolute;left: 310px;top:50px;z-index: 1000;}
.mz_FloatBox{position: relative;}
.mz3AngleL{z-index: 1;position: absolute;width: 10px;height: 16px;top: 13px;left: -1px;overflow: hidden;}
.mz3AngleL i {background-position: 0px -96px;background-image: url("../images/elements.png");background-repeat:  no-repeat;}
.mzFloatTip {width: auto; height:18px; line-height:18px; padding:10px;background-color:#fff;position: absolute;left: 8px;color: #515151;border: solid 1px #E5E5E5;}
.bRadius2 {border-radius: 2px;outline: medium none;}
.mail{ width: 300px;border: solid 1px #dadada;position: absolute;z-index: 10;left: -1px;top: -1px;display: none;}
.mail .item{background-color: #fff;color: #515151;cursor: pointer;height: 22px;line-height: 22px;letter-spacing: 1px;font-size: 13px;padding-left: 5px;}/*letter-spacing字符间距*/
.mail .item:hover{background-color: #ccc; color: #fff;}

.reg_form .quick{display: block;margin: 0 auto;text-align: center; margin-bottom: 10px;}
.reg_form .quick a{ color: #dd0033; padding: 0 10px;}
.reg_form .forgot{text-align: right; padding-right: 20px; background: url(../images/icon_forgot.png) no-repeat right center;}
.reg_form .forgot a{ color: #dd0033;padding: 0 10px;}


/*修改密码*/
.content_box{ width:577px; padding:50px 310px; border:solid 1px #d0d0d0; margin:0 auto; margin-bottom:20px;}
.zhuce{ margin:0  auto;}
.zhuce td{ height:45px;}
.zhuce input[type=password]{width: 280px;height: 38px; padding:0 10px; background:#fff; line-height: 38px;font-size: 12px;margin-bottom: 10px;border: 1px solid #aaa;outline: none;color: #474747; position:relative;}
.zhuce .queding{width: 302px;height: 38px; border:0; background:#004986; border-radius:5px; color:#FFF;text-align:center; cursor:pointer;}