﻿@charset "utf-8";

/*reset*/



/* CSS reset for c_b */

body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td {margin:0; padding:0;}

table {border-collapse:collapse; border-spacing:0;}

table th , table td {padding:5px;}

fieldset , img {border:0;}

address , caption , cite , code , dfn , em  , th , var {font-style:normal; font-weight:normal;}

ol , ul {list-style:none;}

ception , th{text-align:left;}

q:before , q:after{content:'';}

abbr , acronym{border:0;}

a {color:#666; text-decoration:none;}  /*for ie f6n.net*/

a:focus{outline:none;} /*for ff f6n.net*/

a:hover {text-decoration:none;}



/*定位*/

.tl {text-align:left;}

.tc {text-align:center;}

.tr {text-align:right;}

.bc {margin-left:auto; margin-right:auto;}

.fl {float:left; display:inline;}

.fr {float:right; display:inline;}

.zoom {zoom:1}

.hidden {visibility:hidden;}

.vam {vertical-align:middle;}

.clear{clear:both; height:0; line-height:0; font-size:0;}

p{ word-spacing:-1.5px;}



-moz-box-sizing:content-box;

-webkit-box-sizing:content-box;

box-sizing:content-box;



/*其他*/

.cur{cursor:pointer};



/*原reset*/

sup{vertical-align:baseline;}

sub{vertical-align:baseline;} 

input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

input,button,textarea,select{*font-size:100%;}

input,select{vertical-align:middle;}

body{font:12px/1.231 arial,helvetica,clean,sans-serif;}

select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}

table{font-size:inherit;font:100%; border-collapse:collapse;}

pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*title*/

h1 { font-size:32px;}

h2 { font-size:26px;}

h3 { font-size:20px;}

h4 { font-size:14px;}

h5 { font-size:12px;}

h6 { font-size:10px;}









/*end reset*/







/* CSS Document */

body{background-color:#fff; overflow-x:hidden; color:#666; font-size:12px; font-family: "微软雅黑"; position:relative;}/*网站字体颜色*/



.header , .content , .footer , .container{margin-left:auto; margin-right:auto; width:1200px;}



/*页眉*/

.header{width:100%; background:url(../images/header_bg.png) repeat center; height:80px; position:fixed; left:0; top:0; z-index:1000;background: #fff;box-shadow: 0 0 5px 0 rgba(0,0,0,.5);/*background: url(../images/top_bg_03.jpg);*/}

.header .container{ overflow:hidden;width:1300px}

.header span{ float:left; margin-top:17px;}

.header ul.nav{ overflow: hidden;margin-top:30px; height:50px;padding-left: 35px;}

.header ul.nav>li{ float:left; padding:0 19px; height:20px; border-right:0px solid #576575; font-size:14px;}

.header ul.nav>li>i{ display:none; width:100%; height:35px; position:absolute; left:0; top:50px;}

.header ul.nav>li>a{ color:#333; text-decoration:none;font-size:16px}

.header ul.nav>li.last{ border:none; padding-right:0}

.header ul.nav>li.cur>a,.header ul.nav>li:hover>a{ font-weight:bold; color:#e60012;}



.header .icon_menu { overflow:hidden; cursor:pointer; width:40px; height:30px; position:absolute; left:30px; top:25px;}

.header .icon_menu i{ display:block; width:40px; height:2px; background-color:#0d4da1; margin-bottom:12px;}

.header .icon_menu .i01{ animation:icon01 linear infinite 2s}

.header .icon_menu .i02{ animation:icon02 linear infinite 2s}

.header .icon_menu .i03{ animation:icon03 linear infinite 2s}

@keyframes icon01{

	0%{ width:100%;}

	25%{ width:25%;}

	100%{ width:100%}

	}

@keyframes icon02{

	0%{ width:100%;}

	50%{ width:25%;}

	100%{ width:100%}

	}

@keyframes icon03{

	0%{ width:100%;}

	75%{ width:25%;}

	100%{ width:100%}

	}



.header .head_chose{ overflow:hidden; height:28px; position:absolute; right:30px; top:26px;width: 100px;}

.header .head_chose a.en{ display:block; width:26px; height:26px; text-align:center; line-height:26px; font-size:12px; color:#0d4da1; border:1px solid #0d4da1; float:left;}

.header .head_chose a.en:hover{ background-color:#a8d432; color:#fff;}

.header .head_chose select{ overflow:hidden; width:90px; height:28px; float:right; border:1px solid #a8d432; line-height:26px; font-size:12px; color:#a8d432; padding-left:5px; background:none}



.header .head_menu{ overflow:hidden; width:200px; height:100%; background:url(../images/menu_bg.png) repeat center; position:fixed; left:-200px; top:0; overflow-y:auto;}

.header .head_menu::-webkit-scrollbar{width:8px; border-radius:5px;}

.header .head_menu::-webkit-scrollbar-track{background-color:#1a46a1; border-radius:5px;}

.header .head_menu::-webkit-scrollbar-thumb{background-color:#6a99f9; border-radius:5px;}

.header .head_menu::-webkit-scrollbar-thumb:hover {background-color:#a8d432; border-radius:5px;}

.header .head_menu::-webkit-scrollbar-thumb:active {background-color:#e60012; border-radius:5px;}

.header .head_menu h6{ font-size:20px; color:#fff; padding-left:30px; background:url(../images/menu_close.png) no-repeat 100px center; margin-top:35px; margin-bottom:40px; cursor:pointer}

.header .head_menu ul{ overflow:hidden; width:100%; margin-bottom:40px;}

.header .head_menu li{ overflow:hidden; width:100%; border-bottom:1px solid #292929;}

.header .head_menu li>a{ display:block; width:170px; padding-left:30px; height:50px; line-height:50px; font-size:14px; color:#cecece; background:url(../images/menu_list01.png) no-repeat 162px center; text-decoration:none}

.header .head_menu li.cur>a{ background:url(../images/menu_list02.png) no-repeat 160px center; background-color:#1a46a1; color:#fff;}

.header .head_menu .erji{ overflow:hidden; width:170px; padding-left:30px; display:none;}

.header .head_menu .erji p{ font-size:14px; line-height:40px; overflow:hidden}

.header .head_menu .erji i{ display:inline-block; width:3px; height:3px; background-color:#fff; margin-right:10px;}

.header .head_menu .erji i{*display:inline}

.header .head_menu .erji a{ color:#fff; text-decoration:none}

.header .head_menu .erji a:hover{ font-weight:bold; color:#e60012;}

.header.inheader{ position:relative; background:#fff;}

.header.inheader .icon_menu i{ background-color:#1a46a1;}

.header.inheader .nav>li>a{ color:#555}

.header.inheader .nav>li { border-color:#ccc;}

.header.inheader ul.nav>li.cur>a,.header.inheader ul.nav>li:hover>a{ font-weight:bold; color:#1a46a1;}

.header.inheader .head_chose a.en:hover{ background-color:#a8d432; color:#1a46a1;}





.header .erjiNav{ display:none; overflow:hidden; width:100%; height:250px; border-top:2px solid #a8d432; background:url(../images/header_bg.png) repeat center; position:absolute; left:0; top:80px;}

.header .erjiNav .erjibox{ overflow:hidden; width:830px; margin:0 auto; margin-top:50px; position:relative;left: 120px; }

.header .erjiNav .erjiTu{ display:block; overflow:hidden; float:left; margin-right:30px;}

.header .erjiNav ul.erjiList{ overflow:hidden; float:left; width:120px;margin-right:30px;}

.header .erjiNav ul.erjiList li{ overflow:hidden; font-size:14px; line-height:40px; background:url(../images/erji2.png) no-repeat left center; padding-left:15px;}

.header .erjiNav ul.erjiList li a{ color:#a8d432;}

.header .erjiNav .erji_wen{ overflow:hidden; width:300px; float: right; margin-top:10px;}

.header .erjiNav .erji_wen h3{ font-size:16px; margin-bottom:15px; font-weight:normal;}

.header .erjiNav .erji_wen h3 a{ color:#fff;}

.header .erjiNav .erji_wen p{ color:#fff; font-size:12px; color:#cecece; line-height:24px;}

.header.inheader .erjiNav { background:url(../images/erji_bg.jpg) no-repeat center top;}

.header.inheader .erjiNav h2 a{ color:#1a46a1}

.header.inheader .erjiNav a.more{ color:#1a46a1; border:1px solid #1a46a1;}

.header.inheader .erjiNav b{ background-color:#1a46a1;}

.header.inheader .erjiNav em{ color:#555}

.header.inheader .erjiNav ul.erjiList li a{ color:#333}

.header.inheader .erjiNav ul.erjiList li a:hover{ color:#1a46a1; font-weight:bold}

.header.inheader .erjiNav ul.erjiList li{ background:url(../images/erji03.png) no-repeat left center;}

.header.inheader .erjiNav .erji_wen h3 a{ color:#000}

.header.inheader .erjiNav .erji_wen p{ color:#000}





/*footer*/

.footer { overflow:hidden; width:100%; padding-top:70px; background:url(../images/f_top.png) no-repeat center top;}

.footer .fnav{ overflow:hidden; float:left; width:160px;}

.footer .fnav h3{ font-size:14px; margin-bottom:15px;}

.footer .fnav h3 a{ color:#333}

.footer .fnav p{ font-size:12px; line-height:30px;}

.footer .fnav p a{ color:#666;}

.footer .info{ overflow:hidden; width:240px; float:left; padding-left:90px; border-left:1px solid #e3e3e3;}

.footer .info h4{ font-size:14px; color:#333; margin-bottom:15px;}

.footer .info span{ display:block; font-size:12px; color:#666; margin-bottom:5px;}

.footer .info em{ display:block; font-size:24px; color:#555; padding-bottom:15px; border-bottom:1px solid #e3e3e3; margin-bottom:15px;}

.footer .info b{ display:block; font-size:12px; color:#333; margin-bottom:10px;}

.footer .info ul{ overflow:hidden; width:100%;}

.footer .info li{ float:left;  margin-right:10px; height:30px; overflow:hidden; font-size:12px; line-height:30px;}



.footer .ewm{ display:block; float:right; padding:1px; background:url(../images/ewmbg.png) no-repeat center}

.footer .fbtm{ overflow:hidden; padding:20px 0; height:35px; border-top:1px solid #e3e3e3;}

.footer .fbtm p{ float:left; font-size:12px; color:#666; line-height:35px;}

.footer .fbtm select{ overflow:hidden; width:170px; height:35px; border:1px solid #e3e3e3; line-height:35px; float:right; font-size:12px; color:#666; padding-left:10px;}

.footer .fbtm ul{ overflow:hidden; float:right; margin-top:8px; margin-right:0px;}

.footer .fbtm li{ float:left; padding:0 10px; border-right:0px solid #cecece; font-size:12px;}

.footer .fbtm li a{ color:#666;}

.footer .fbtm li.last{ padding-right:0; border:none}







#MsgInfo{width: 120px;

    margin: 0 auto;

    display: block;

    font-size: 14px;

    color: #1A46A1;}





/*主页、头部、内页公用样式表*/







/*title*/

.title { overflow:hidden; width:100%;}

.title h2{ font-weight:normal; font-size:28px; color:#333; text-align:center;}

.title h2 a{ color:#333;}

.title em{ display:block; font-size:12px; color:#999; font-family:Arial; text-transform:uppercase;  text-align:center;padding-top: 10px;}

.title p{ font-size:18px; color:#555; text-align:center;margin-top:8px;}

.title i{ display:block; width:30px; height:1px; background-color:#0d4da1; margin:0 auto;margin-top:12px;}

.title.wt a{ color:#fff}

.title.wt h2{ color:#fff}

.title.wt em{ color:#fff}

.title.wt i{ background-color:#fff;}

.title.wt p{ color:#fff;}







/*右侧浮动*/

.float{ position:fixed; top:42%; right:0; margin-top:-176px; z-index:2000; width:48px; height:250px;}

.float_show{ background:url(../images/float_yy.png) repeat; width:48px; height:48px;}

.float_show a{ background-color:#0d4da1;display:block; color:#FFF; font-size:16px; width:auto; height:48px; overflow:hidden;text-decoration: none;}

.float_show a img{ vertical-align:middle;}

.float_show.float_show0{ background:url(../images/float_cur.png) no-repeat top; padding-top:6px; height:48px;}

.float_show.float_show0 a{ background:url(../images/float_icon1.png) no-repeat; width:48px; height:48px;}

.float_show:hover a{ background-color:#a6ce39; line-height:48px; color:#FFF;}

.float_show.float_show0:hover{ background:url(../images/float_curho.png) no-repeat top;}

.float_show.float_show0:hover a{ background:url(../images/float_icon_ho1.png) no-repeat;}

.float_wx{ display:none; position:absolute; top:-128px; left:-188px; background:url(../images/float_wxbd.png) no-repeat; width:144px; height:168px; padding:18px 27px 0 17px;}

.float_show.float_show1{ position:absolute; top:55px; right:-124px; width:194px;}

.float_show.float_show2{ position:absolute; top:104px; right:-172px; width:247px;}

.float_show.float_show3{ position:absolute; top:153px; right:-78px; width:126px;}

.float_show.float_show4{ position:absolute; top:202px; right:-78px; width:126px;}







.eemm{z-index:999; overflow:hidden; width:185px; height:185px; padding:5px; position:fixed; left:64%; top:57%; margin-left:-112px;  display:none; background-color:#fff;}

.eemm img{ display:block; width:100%; height:100%;}

.eemm span{ display:block; position:absolute; right:5px; top:5px; font-size:14px; cursor:pointer;}



.eemmm{z-index:999; overflow:hidden; width:185px; height:185px; padding:5px; position:fixed; left:49%; top:30%; margin-left:-112px;  display:none; background-color:#fff;}

.eemmm img{ display:block; width:100%; height:100%;}

.eemmm span{ display:block; position:absolute; right:5px; top:5px; font-size:14px; cursor:pointer;}







































































































































































































































































