/* ==css重置样式== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
.ty-four td{
	border:1px solid #c9deef !important;
	}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline:none;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  vertical-align:middle;
}
legend {
  color: #000000;
}
strong {
  font-weight: bold;
}
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.nav li {
  display: inline-block;
  float: left;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
body {
  z-index: 1;
}
.page-center {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}
#footer {
  padding: 20px 0;
  margin-top: 15px;
  height: 60px;
  background: #eeeeee;
}
#footer p,
#footer span {
  font: 12px/24px "Microsoft Yahei";
  color: #666;
}
#footer p a,
#footer span a {
  margin: 0 10px;
  font: 12px/24px "Microsoft Yahei";
  color: #666;
}
#footer p a:hover,
#footer span a:hover {
  color: #ff6600;
}
.btn-150-orange {
  width: 150px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #f38208;
  background: #f6a20c;
  font: 18px/44px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-150-blue {
  width: 150px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #2870e4;
  background: #3e95eb;
  font: 18px/44px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.btn-150-hui {
  width: 150px;
  height: 44px;
  border: none;
  border-bottom: 1px solid #555;
  background: #666;
  font: 18px/44px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.vertical-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999999;
}
.login-ts-tc {
  display: inline-block;
  width: 580px;
  height: 290px;
  padding: 30px;
  background: #fff;
  text-align: center;
}
.login-ts-tc .close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("close_ico.png") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}
.login-ts-tc .ts span {
  font: 18px/66px "Microsoft Yahei";
  color: #333;
  background: url("login_ts_ico.png") no-repeat left center;
  padding-left: 30px;
}
.login-ts-tc .btn-box {
  display: inline-block;
  width: auto;
  margin: 30px auto 0 auto;
}
.login-ts-tc .btn-box input {
  margin: 0 10px;
}
.login-ts-tc .btn-box a {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  font: 16px/40px "Microsoft Yahei";
  color: #37536f;
  text-decoration: underline;
}
.login-ts-tc .btn-box a:hover {
  color: #ff6600;
}
.forgot-pw-tc {
  display: inline-block;
  width: 1000px;
  height: 420px;
  background: #fff;
}
.forgot-pw-tc h2 {
  height: 50px;
  border-bottom: 1px solid #dee7ed;
  background: #eeeeee url("ny_ico01.png") no-repeat 10px center;
  padding-left: 46px;
  font: 18px/50px "Microsoft Yahei";
  color: #333;
}
.forgot-pw-tc p {
  text-align: center;
}
.forgot-pw-tc p a {
  display: inline-block;
  width: 246px;
  height: 48px;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font: 16px/48px "Microsoft Yahei";
  color: #29537d;
}
.forgot-pw-tc p a:hover {
  color: #ff6600;
  border: 1px solid #ff6600;
}
.find-pw-tc {
  display: inline-block;
  width: 1000px;
  height: 420px;
  background: #fff;
  text-align: center;
}
.find-pw-tc h2 {
  height: 50px;
  border-bottom: 1px solid #dee7ed;
  background: #eeeeee url("ny_ico01.png") no-repeat 10px center;
  padding-left: 46px;
  font: 18px/50px "Microsoft Yahei";
  color: #333;
  text-align: left;
}
.find-pw-tc .buzou-box {
  height: 59px;
  padding: 10px 0;
}
.find-pw-tc .buzou-box span {
  display: inline-block;
  float: left;
  height: 59px;
  font: 14px/20px "Microsoft Yahei";
  color: #666;
  text-align: right;
}
.find-pw-tc .buzou-box .one {
  width: 243px;
}
.find-pw-tc .buzou-box .two {
  width: 270px;
}
.find-pw-tc .buzou-box .three {
  width: 246px;
}
.find-pw-tc .bz01 {
  background: #edf6fc url("find_pw_bz01.png") no-repeat left 40px;
}
.find-pw-tc .bz01 span.one {
  color: #ff6600;
}
.find-pw-tc .bz02 {
  background: #edf6fc url("find_pw_bz02.png") no-repeat left 40px;
}
.find-pw-tc .bz02 span.two {
  color: #ff6600;
}
.find-pw-tc .bz03 {
  background: #edf6fc url("find_pw_bz03.png") no-repeat left 40px;
}
.find-pw-tc .bz03 span.three {
  color: #ff6600;
}
.find-pw-tc table {
  display: inline-block;
  width: auto;
  margin: 40px auto 0 auto;
}
.find-pw-tc td {
  text-align: left;
  padding: 5px 0;
  font: 12px/34px "Microsoft Yahei";
  color: #666;
}
.find-pw-tc td label {
  margin-left: 20px;
  font: 12px/34px "Microsoft Yahei";
  color: #666;
}
.find-pw-tc td a {
  margin-left: 20px;
  font: 12px/34px "Microsoft Yahei";
  color: #67a8ed;
  text-decoration: underline;
}
.find-pw-tc td a:hover {
  color: #ff6600;
}
.find-pw-tc td.td-tit {
  width: 94px;
  padding-right: 20px;
  font: 14px/34px "Microsoft Yahei";
  color: #333;
  text-align: right;
}
.find-pw-tc .sr01 {
  width: 200px;
  height: 32px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  font: 14px/32px "Microsoft Yahei";
  color: #333;
}
.find-pw-tc .sr02 {
  width: 100px;
  height: 32px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  font: 14px/32px "Microsoft Yahei";
  color: #333;
}
.head-sear {
  position: relative;
}
.head-sear.ny_head-sear .head-list {
  background: #c1e1ff;
}
.head-sear .head-list {
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  background: #F2F2F2;
  border-radius: 10px;
}
.head-sear .head-list i {
  font-style: normal;
}
.head-sear .head-list a {
  padding-right: 10px;
  font: 12px/32px "Microsoft Yahei";
  color: #333;
}
.head-sear .head-list ul {
  width: 260px;
  float: left;
  display: block;
  padding: 10px 15px;
  z-index: 100;
}
.head-sear .head-list ul li {
  width: 100%;
  display: block;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.head-sear .head-list ul li a {
  color: #333;
  font: 12px/27px "Microsoft Yahei";
  text-overflow: ellipsis;
  white-space: normal;
}
.head-sear .head-list ul li a:hover {
  color: #f6a20c;
}
.head-sear .head-list ul li a.sear-type {
  color: #0072c9;
}
.head-sear .head-list ul li a.sear-type:hover {
  color: #f6a20c;
}
html {
  background: #ffffff url("ny_bg.png") repeat-x left top;
  z-index: 1;
}
.right-nav {
  z-index: 9999;
  display: inline-block;
  width: 80px;
  position: fixed;
  top: 154px;
  right: 0;
  display:none;
}
.right-nav li {
  height: 70px;
  padding: 10px 0 0 0;
  text-align: center;
  background: url("ny_right_nav_bg.png") repeat left top;
  margin-bottom: 1px;
}
.right-nav li a {
  display: inline-block;
  font: 14px/34px "Microsoft Yahei";
  color: #666;
  padding-top: 36px;
}
.right-nav li:hover {
  background: #3e95eb;
}
.right-nav li:hover a {
  color: #fff;
}
.right-nav .li01 {
  position: relative;
}
.right-nav .li01 a {
  background: url("ny_right_nav01.png") no-repeat center top;
}
.right-nav .li01 i {
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url("right_nav_ico.png") no-repeat;
  position: absolute;
  top: 33px;
  left: 0;
}
.right-nav .li01 .tc-list {
  display: inline-block;
  width: 138px;
  padding: 10px 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: -138px;
  z-index: 9999;
}
.right-nav .li01 .tc-list p {
  padding-left: 15px;
  text-align: left;
}
.right-nav .li01 .tc-list p a {
  display: inline;
  height: auto;
  padding: 0;
  background: none;
  border: none;
  font: 14px/30px "Microsoft Yahei";
  color: #666;
}
.right-nav .li01 .tc-list p a:hover {
  color: #0072c9;
}
.right-nav .li01:hover a {
  background: url("ny_right_nav01_h.png") no-repeat center top;
}
.right-nav .li02 a {
  background: url("ny_right_nav02.png") no-repeat center top;
}
.right-nav .li02:hover a {
  background: url("ny_right_nav02_h.png") no-repeat center top;
}
.right-nav .li03 a {
  background: url("ny_right_nav03.png") no-repeat center top;
}
.right-nav .li03:hover a {
  background: url("ny_right_nav03_h.png") no-repeat center top;
}
.right-nav .li04 a {
  background: url("ny_right_nav04.png") no-repeat center top;
}
.right-nav .li04:hover a {
  background: url("ny_right_nav04_h.png") no-repeat center top;
}
.right-nav .li05 a {
  background: url("ny_right_nav05.png") no-repeat center top;
}
.right-nav .li05:hover a {
  background: url("ny_right_nav05_h.png") no-repeat center top;
}
#header {
  height: 66px;
  padding: 21px 0;
  background: url("ny_bg01.jpg") no-repeat center top;
  position: relative;
  z-index: 2 ;
}
#header .sel-box {
  padding: 0px 0 0 20px;
  display: inline-block;
  float: left;
}
#header .sel-box .topL{
  font-size: 12px !important;
  color: #333 !important;
  font-weight: 900 !important;
  background: none !important;
  background-image: none !important;
  padding: 0 !important;
}
#header .sel-box .btn-a {
  display: inline-block;
  float: left;
  margin: 5px 25px 0 0;
  cursor: pointer;
}
#header .sel-box .btn-a img {
  display: inline-block;
  float: left;
}
#header .sel-box .btn-a a {
  display: inline-block;
  margin-top: 4px;
  background: url("ny_top_jt.png") no-repeat right center;
  padding: 0 20px 0 10px;
  font: 16px/22px "Microsoft Yahei";
  color: #fff;
}
#header .sel-box .btn-a a.cur {
  color: #f6a20c;
}
#header .sel-box .btn-a .tc-box {
  display: inline-block;
  position: absolute;
  top: 82px;
  display: none;
  padding: 26px 0px 10px 0px;
  z-index: 10000;
}
#header .sel-box .btn-a .tc-box dl {
  padding: 2px 0;
  display: block;
  zoom: 1;
}
#header .sel-box .btn-a .tc-box dl:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header .sel-box .btn-a .tc-box dl dt {
  display: inline-block;
  float: left;
  width: 70px;
  text-align: center;
  color: #999;
}
#header .sel-box .btn-a .tc-box dl dt.one a{
  color: #333;
  background:none;
  background-image:none;
  padding:0;
  font-weight:900;
  font-size:12px;
}
#header .sel-box .btn-a .tc-box dl dd {
  display: inline-block;
  float: right;
  border-left: 1px solid #ccc;
  padding: 0 10px;
  font: 12px/24px "Microsoft Yahei";
  color: #999;
}
#header .sel-box .btn-a .tc-box dl dd a {
  margin: 0 10px;
  background: none;
  padding: 0;
  font: 12px/24px "Microsoft Yahei";
  color: #999;
}
#header .sel-box .btn-a .tc-box dl dd a.one {
  color: #333;
}
#header .sel-box .btn-a .tc-box dl dd a:hover {
  /*color: @orange;*/
}
#header .sel-box .btn-a .tc-box .tc-main {
  background: #f5fafe;
}
#header .sel-box .btn-a .province-tc {
  width: 1000px;
  left: 0;
}
#header .sel-box .btn-a .province-tc .tc-main {
  padding-top: 7px;
}
#header .sel-box .btn-a .province-tc dt {
  font: bold 12px/40px "Microsoft Yahei";
}
#header .sel-box .btn-a .province-tc dd {
  width: 900px;
}
#header .sel-box .btn-a .province-tc td {
/*  width: 20%;*/
  text-align: left;
  padding: 9px 0;
}
#header .sel-box .btn-a .province-tc td a {
  margin: 0 10px;
  background: none;
  padding: 0;
  font: 12px/24px "Microsoft Yahei";
  color: #333;
  overflow: hidden;
  width: 120px;
  height: 24px;
  max-width: 120px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#header .sel-box .btn-a .city-tc {
  width: 1000px;
  left: 0px;
}
#header .sel-box .btn-a .city-tc .tc-main {
  padding-top: 2px;
}
#header .sel-box .btn-a .city-tc dt {
  font: bold 12px/24px "Microsoft Yahei";
}
#header .sel-box .btn-a .city-tc dd {
  width: 900px;
}
#header .r-box {
  display: inline-block;
  float: right;
  width: 290px;
}
#header .r-box .top {
  font: 12px/24px "Microsoft Yahei";
  color: #c4e2ff;
  text-align: right;
  position: relative;
}
#header .r-box .top span {
  display: inline-block;
  background: url("index_top_ico.png") no-repeat left center;
  padding: 0 10px 0 20px;
  font: 12px/24px "Microsoft Yahei";
  color: #c4e2ff
      ;
}
#header .r-box .top a {
  margin: 0 5px;
  font: 12px/24px "Microsoft Yahei";
  color: #c4e2ff
      ;
}
#header .r-box .top a:hover {
  color: #ff6600;
}
#header .r-box .top .login-tc {
  display: inline-block;
  width: 66px;
  background: #f6f6f6 url("ny_login_bg.png") no-repeat left top;
  padding: 10px 0 5px 0;
  text-align: center;
  position: absolute;
  left: 124px;
  top: 20px;
}
#header .r-box .top .login-tc li a {
  font: 12px/24px "Microsoft Yahei";
  color: #666;
}
#header .r-box .top .login-tc li a:hover {
  color: #0072c9;
}
#header .r-box form {
  background: url("ny_input_bg01.png") no-repeat left center;
  padding-left: 14px;
}
#header .r-box form .sr {
  display: inline-block;
  float: left;
  width: 226px;
  height: 32px;
  padding: 0 10px;
  background: #8ac0f6;
  border: none;
  font: 12px/32px "Microsoft Yahei";
  color: #333;
}
#header .r-box form .btn {
  display: inline-block;
  float: left;
  width: 30px;
  height: 32px;
  border: none;
  background: url("ny_btn_bg01.png") no-repeat;
  cursor: pointer;
}
#content {
  z-index: 10;
}
.box-142 {
  width: 142px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-179 {
  width: 179px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-258 {
  width: 258px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-308 {
  width: 308px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-258-a {
  width: 258px;
  display: inline-block;
  float: left;
}
.box-258-b {
  width: 208px;
  display: inline-block;
  margin-left:6px;
  float: left;
}
.box-210 {
  width: 208px;
  display: inline-block;
  float: left;
}
.box-365 {
  width: 365px;
  display: inline-block;
  float: left;
}
.box-394 {
  width: 394px;
  display: inline-block;
  float: left;
}
.box-470 {
  width: 470px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-522 {
  width: 522px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-520 {
  width: 500px;
  margin-left: 6px;
  display: inline-block;
  float: left;
}
.box-170 {
  width: 170px;
  display: inline-block;
  float: left;
}
.box-742 {
  width: 742px;
  display: inline-block;
  float: left;
}
.box-388 {
  width: 368px;
  display: inline-block;
  float: left;
}
.box-608 {
  width: 588px;
  display: inline-block;
}
.bm-height-94 {
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bm-height-94 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bm-height-194 {
  height: 174px;
  padding: 10px;
  text-align: center;
}
.bm-height-194 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bm-height-148 {
  height: 173px;
  padding: 10px;
  text-align: center;
}
.bm-height-148 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bm-height-148 p{
  text-align:left;
  height:35px;
}
.bm-height-148 p a{
  line-height:35px;
  text-align:left;
}
.bm-height-148 dl dd{
  line-height:20px;
  text-align:left;
}
.bm-height-148-p {
   padding-top:50px;
  text-align: center;
}
.bm-height-148-p a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bm-height-194 {
  height: 174px;
  padding: 10px;
}
.bm-height-194-a {
  height: 174px;
  padding: 10px;
  text-align: center;
}
.bm-height-194-a a {
  font: 16px/144px "Microsoft Yahei";
  color: #333;
}
.bm-height-44 {
  height: 44px;
  text-align: center;
}
.bm-height-44 a {
  font: 16px/44px "Microsoft Yahei";
  color: #333;
}
.bm-height-56 {
  height: 56px;
  text-align: center;
}
.bm-height-56 a {
  font: 16px/56px "Microsoft Yahei";
  color: #333;
}
.bm-height-68 {
  height: 68px;
  text-align: center;
}
.bm-height-68 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bm-height-120 {
  height: 100px;
  padding: 10px 15px;
}
.bmfw-dl {
  text-align: left;
}
.bmfw-dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-dl.two dt {
  margin: 25px 0 10px 20px;
}
.bmfw-dl.two dd {
  margin-left: 20px;
}
.ny-nav-box {
  height: 100px;
 /* width: 1080px;
  background: #fff;
  margin-left: 135px;*/
}
.ny-nav {
  display: inline-block;
  width: 1000px;
  height: 78px;
  overflow: hidden;
  margin-left: -500px;
  padding: 10px 0 10px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
}
.ny-nav li {
  display: inline-block;
  float: left;
  width: 78px;
  height: 70px;
  padding-top: 8px;
  margin-right: 42px;
  background: #3e95eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.ny-nav li a {
  display: inline-block;
  padding-top: 36px;
  font: 14px/34px "Microsoft Yahei";
  color: #fff;
}
.ny-nav li:hover,
.ny-nav li.cur {
  background: #ffb431;
}
.ny-nav li:hover a,
.ny-nav li.cur a {
  color: #f6a20c;
}
.ny-nav .li00 a {
  background: url("ny_nav00.png") no-repeat center top;
}
.ny-nav .li00:hover a,
.ny-nav .li00.cur a {
  color: #fff;
}
.ny-nav .li01 a {
  background: url("ny_nav01.png") no-repeat center top;
}
.ny-nav .li01:hover a,
.ny-nav .li01.cur a {
  color: #fff;
}
.ny-nav .li02 a {
  background: url("ny_nav02.png") no-repeat center top;
}
.ny-nav .li02:hover a,
.ny-nav .li02.cur a {
  color: #fff;
}
.ny-nav .li03 a {
  background: url("ny_nav03.png") no-repeat center top;
}
.ny-nav .li03:hover a,
.ny-nav .li03.cur a {
  color: #fff;
}
.ny-nav .li04 a {
  background: url("ny_nav04.png") no-repeat center top;
}
.ny-nav .li04:hover a,
.ny-nav .li04.cur a {
  color: #fff;
}
.ny-nav .li05 a {
  background: url("ny_nav05.png") no-repeat center top;
}
.ny-nav .li05:hover a,
.ny-nav .li05.cur a {
  color: #fff;
}
.search{
   width:280px;
   height:90px;
   float:right;
}
.search_kuang{
   width:97%; height:40px; border:1px solid #9DCEFF; margin-top:20px; float:right;border-radius:6px; padding-left:6px; position:relative;
}
.search_kuang .head-list {
  background: #c1e1ff;
}
.search_kuang .head-list {
  position: absolute;
  left: 0;
  top: 33px;
  width: 100%;
  border-radius: 10px;
  z-index:2;
}
.search_kuang .head-list i {
  font-style: normal;
}
.search_kuang .head-list a {
  padding-right: 10px;
  font: 12px/32px "Microsoft Yahei";
  color: #333;
}
.search_kuang .head-list ul {
  width: 260px;
  float: left;
  display: block;
  padding: 10px 5px;
  z-index: 100;
}
.search_kuang .head-list ul li {
  width: 100%;
  display: block;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  border-radius:0px;
  padding: 0px;
  margin: 0px;
  text-align:left;
  background:none;
  background-color:none;
}
.search_kuang .head-list ul li a {
  color: #333;
  font: 12px/27px "Microsoft Yahei";
  text-overflow:ellipsis;
  white-space: normal;
  padding-top:0px;
  display:inline;
}
.search_kuang .head-list ul li a:hover {
  color: #f6a20c;
}
.search_kuang .head-list ul li a.sear-type {
  color: #0072c9;
}
.search_kuang .head-list ul li a.sear-type:hover {
  color: #f6a20c;
}

.searchForm{

}
.searchForm .sr {
  display: inline-block;
  float: left;
  width: 220px;
  height: 40px;
  padding: 0 10px;
  border: none;
  background-color:transparent;
  background-image:none;
  font-size:14px;
  font-family:"Microsoft Yahei";
  line-height:40px;
  color: #333;
  outline: none;
}
.searchForm .btn {
  display: inline-block;
  float: left;
  width: 30px;
  height: 40px;
  border: none;
  background: url("2015_button_search.png") no-repeat center;
  cursor: pointer;
}
.tianqi_div{width:100%; height:60px; text-align:center; }
.tianqi_con{height:60px;padding-left:36px;}
.tianqi_img{ width:40px; height:60px; float:left;}
.tianqi_xiayu{ background-image:url(tianqi_xiayu.png); background-repeat:no-repeat; background-position:center;}
.tianqi_duoyun{ background-image:url(tianqi_duoyun.png); background-repeat:no-repeat; background-position:center;}
.tianqi_dalei{ background-image:url(tianqi_dalei.png); background-repeat:no-repeat; background-position:center;}
.tianqi_qingtian{ background-image:url(tianqi_qingtian.png); background-repeat:no-repeat; background-position:center;}
.tianqi_wenzi{width:259px; height:60px; float:left; text-align:left; padding-top:5px; padding-left:10px;}
.tianqi_wenzi span{ color:#c4e2ff; font-family:"Microsoft Yahei"; font-size:13px; line-height:180%; padding:0 5px;}
.tianqi_wenzi .tianqi_city{ font-size:15px;}
.ny-con {
  background: #ffffff;
  padding: 0px 40px;
  position:relative;
  min-height:300px;
}
.ny-con .bm-dl-box {
  text-align: left;
}
.ny-con .bm-dl-box dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.ny-con .bm-dl-box dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.ny-con h2 {
  /*background: url("ny_tit_bg.png") repeat-x left bottom;*/
  position: relative;
  margin-bottom:12px;
}
.ny-con h2 strong {
  display: inline-block;
  background: url("ny_ico01.png") no-repeat left center;
  padding: 20px 10px 20px 30px;
  font: 24px/26px "Microsoft Yahei";
  color: #0072c9;
  border-bottom: 1px solid #adadad;
}
.ny-con h2 strong em {
  display: inline-block;
  padding: 10px 0 0 10px;
  font: 12px/26px "Microsoft Yahei";
  color: #999;
}
.ny-con h2 .form {
  position: absolute;
  display: inline-block;
  width: 300px;
  height: 30px;
  top: 20px;
  right: 0;
  display:none;
}
.ny-con h2 .form .sr {
  display: inline-block;
  float: left;
  width: 208px;
  height: 30px;
  border: none;
  padding: 0 5px;
  background: #e8e8e8;
  font: 12px/30px "Microsoft Yahei";
  color: #666;
}
.ny-con h2 .form .btn {
  display: inline-block;
  float: right;
  width: 72px;
  height: 30px;
  border: none;
  background: #e5f1f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font: 14px/30px "Microsoft Yahei";
  color: #0072c9;
  text-align: center;
  cursor: pointer;
}
.ny-con .tab-ul {
  margin-top: 30px;
}
.ny-con .tab-ul li {
  display: inline-block;
  float: left;
  height: 36px;
  padding: 0 1px 6px 0;
  text-align: center;
  cursor: pointer;
}
.ny-con .tab-ul li span {
  display: inline-block;
  width: 156px;
  font: 16px/36px "Microsoft Yahei";
  color: #fff;
  background: #3E95EB;
}
.ny-con .tab-ul li:hover,
.ny-con .tab-ul li.cur {
  background: url("ny_ico33.png") no-repeat center bottom;
}
.ny-con .tab-ul li:hover span,
.ny-con .tab-ul li.cur span {
  background: #FFB431;
  color: #fff;
}
.ny-con .two-main {
  padding: 20px 0;
  background-position:bottom;
}
.ny-con .two-main td {
  text-align: center;
  padding: 10px 0;
  width: 16.666%;
}
.ny-con .two-main td a {
  display: inline-block;
  width: 136px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #c1d5e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font: 14px/34px "Microsoft Yahei";
  color: #000;
  background-repeat: no-repeat;
  background-position: 10px 5px;
 /* background-image:url(tubiaoBm.png);
  background-position: 12%; */
}
.ny-con .two-main td a:hover {
  background: #eef7ff;
  border: 1px solid #b2cbe3;
  color: #000;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.ny-con .two-main td .add {
  border: 1px solid #eeeeee;
  background: #fff;
  color: #999;
}
.ny-con .three-top {
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 20px;
  position:absolute;
  background-color:#FFFFFF;
  top:70px;
  width:1000px;
  display:none;
  height:190px;
  z-index:9;
}
.ny-con .three-top .top-ico {
  display: inline-block;
  width: 17px;
  height: 8px;
/*  background: url("ny_top_ico.png") no-repeat;*/
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}
.ny-con .three-top td {
  text-align: left;
  padding: 10px 0;
  width: 17%;
}
.ny-con .three-top td a {
  display: inline-block;
  width: 136px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #c1d5e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font: 14px/34px "Microsoft Yahei";
  color: #000;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.ny-con .three-top td a:hover {
  background: #eef7ff;
  border: 1px solid #b2cbe3;
  color: #000;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.ny-con h3 {
  font: 24px/30px "Microsoft Yahei";
  color: #f01768;
}
.ny-con h3.blue {
  color: #13c0be;
}
.ny-con h3.blue-s {
  color: #3e53f1;
}
.ny-con h3.zyjy {
  color: #f15011;
}
.ny-con h3.nsjf {
  color: #cf2623;
}
.ny-con h3.qxhb {
  color: #00c0ff;
}
.ny-con h3.snfw {
  color: #70a400;
}
.ny-con h3 .yy-btn {
  display: inline-block;
  float: right;
  width: 140px;
  height: 30px;
  background: #fafafa;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.ny-con h3 .yy-btn a {
  display: block;
  margin: 0;
  background: url("ny_ico03.png") no-repeat 8px center;
  padding: 0 0 0 20px;
  font: 12px/30px "Microsoft Yahei";
  color: #666;
}
.ny-con h3 .yy-btn a:hover {
  color: #ff6600;
}
.ny-con .three-main .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.ny-con .three-main .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.ny-con .three-main .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.ny-con .three-main .tit-pic01 {
  background: url("ny_tit_pic01.jpg") no-repeat;
}
.ny-con .three-main .tit-pic02 {
  background: url("ny_tit_pic02.jpg") no-repeat;
}
.ny-con .three-main .tit-pic03 {
  background: url("ny_tit_pic03.jpg") no-repeat;
}
.ny-con .three-main .m-box {
  background: #e8e8e8;
}
.ny-con .three-main .box01 {
  height: 100px;
  padding: 10px 15px;
}
.ny-con .three-main .box02 {
  height: 68px;
  text-align: center;
}
.ny-con .three-main .box02 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box03 {
  height: 56px;
  text-align: center;
}
.ny-con .three-main .box03 a {
  font: 16px/56px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box04 {
  height: 40px;
  padding: 9px 0;
  text-align: center;
}
.ny-con .three-main .box04 a {
  font: 16px/20px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box05 {
  width: 101px;
  height: 68px;
  text-align: center;
}
.ny-con .three-main .box05 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box06 {
  width: 126px;
  height: 120px;
  text-align: center;
}
.ny-con .three-main .box06 a {
  font: 16px/120px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box07 {
  width: 101px;
  height: 40px;
  padding: 9px 0;
  text-align: center;
}
.ny-con .three-main .box07 a {
  font: 16px/20px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box08 {
  height: 40px;
  padding: 45px 0;
  text-align: center;
}
.ny-con .three-main .box08 a {
  font: 16px/20px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .box09 {
  height: 166px;
  padding: 14px 15px;
}
.ny-con .three-main .box10 {
  height: 74px;
  padding: 10px;
}
.ny-con .three-main .box11 {
  height: 94px;
  background: #e8e8e8;
  text-align: center;
}
.ny-con .three-main .box11 a {
  font: 16px/94px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main .hover-bg {
  background: #ffe1ed;
}
.ny-con .three-main .hover-bg a {
  color: #f01768;
}
.ny-con .three-main dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.ny-con .three-main dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.ny-con .four-main .con1 {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #eeeeee;
}
.ny-con .four-main .con1 .chnl1 {
  color: #333333;
  font-weight: 900;
  font-size: 13px;
  font-family: "Microsoft Yahei";
  margin-left: 15px;
  float: left;
}
.ny-con .four-main .con1 .chnl2 {
  color: #333333;
  font-weight: 100;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  padding: 0 10px;
  float: left;
}
.ny-con .four-main .con1 .chnl2_on {
  color: #ffffff;
  font-weight: 100;
  font-size: 12px;
  font-family: "Microsoft Yahei";
  padding: 0 10px;
  float: left;
  background-image: url(chnl1_on_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.ny-con .four-main .con2 {
  width: 100%;
  height: 540px;
  overflow: hidden;
}
.ny-con .four-main .con2 .con2_left {
  width: 1085px;
  height: 800px;
  float: left;
  margin: -150px 0px 0px -350px;
}
.ny-con .four-main .con2 .con2_right {
  width: 190px;
  height: 500px;
  float: right;
  padding: 10px;
}
.ny-con .con2_right_top {
  width: 188px;
  clear:both;
}
.ny-con .con2_right_top_on {
  color: #0075EA;
  float: left;
  width: 93px;
  text-align: center;
  line-height: 200%;
  background-image: url(con2_right_top_on.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7px;
}
.ny-con .con2_right_top_off {
  color: #666666;
  float: left;
  width: 93px;
  text-align: center;
  line-height: 200%;
  background-image: url(con2_right_top_off.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7px;
}
.con2_right_top div.curr {
  color: #0075EA;
  float: left;
  width: 93px;
  text-align: center;
  line-height: 200%;
  background-image: url(con2_right_top_on.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7px;
  cursor:pointer;
}
.con2_right_top div{
  color: #666666;
  float: left;
  width: 93px;
  text-align: center;
  line-height: 200%;
  background-image: url(con2_right_top_off.png);
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 7px;
  cursor:pointer;
}
.ny-con .con2_right_list{
  width: auto; height:485px; overflow-y:scroll;
}
.ny-con .con2_right_list dd {
  background-image: url(con2_right_list_dot.png);
  padding-left: 20px;
  background-position: left middle;
  background-repeat: no-repeat;
  clear: both;
  height: 30px;
}
.ny-con .con2_right_list dd.curr{ background-color:#CFE5F9}
.ny-con .con2_right_list dd a {
  font-size: 12px;
  line-height: 250%;
  color: #666666;
}
.ny-con .con2_right_list dd span {
  font-size: 12px;
  line-height: 250%;
  color: #666666;
  cursor: pointer;
}
.ny-con .bot-list {
  border-top: 1px solid #d7d7d7;
  padding: 20px 0;
}
.ny-con .bot-list dl {
  width: 282px;
  padding: 0 25px;
  display: inline-block;
  float: left;
}
.ny-con .bot-list dl dt a {
  font: 16px/36px "Microsoft Yahei";
  color: #000;
}
.ny-con .bot-list dl dd a {
  font: 13px/24px "Microsoft Yahei";
  color: #666;
}
.ny-con .bot-list dl dd a:hover {
  color: #ff6600;
}
.curmb {
  height: 32px;
  background: #e8e8e8;
  padding: 0 40px;
  font: 12px/32px "Microsoft Yahei";
  color: #666;
  display:none;
}
.curmb span {
  display: inline-block;
  background: url("curmb_ico.png") no-repeat left center;
  padding-left: 24px;
  font: 12px/32px "Microsoft Yahei";
  color: #666;
}
.curmb a {
  margin: 0 3px;
  font: 12px/32px "Microsoft Yahei";
  color: #666;
}
.curmb a:hover {
  color: #ff6600;
}
.gl-box {
  padding: 24px;
  border-bottom: 1px solid #eee;
}
.gl-box .tit {
  display: inline-block;
  float: left;
  width: 100px;
  height: 70px;
  margin-top: 10px;
  padding-top: 30px;
  background: url("gl_years_bg.png") no-repeat;
  font: 26px/70px "Microsoft Yahei";
  color: #666;
  text-align: center;
}
.gl-box ul li {
  height: 36px;
  padding: 6px 0;
  background: url("index_line.png") repeat-x left bottom;
}
.gl-box ul li a {
  background: url("gl_li_ico.png") no-repeat 10px center;
  padding-left: 25px;
  font: 14px/36px "Microsoft Yahei";
  color: #333;
}
.gl-box ul li a font{
  color: #0072c9;
}
.gl-box ul li span {
  display: inline-block;
  float: right;
  font: 14px/36px "Microsoft Yahei";
  color: #333;
}
.gl-box ul li:hover a {
  background: url("gl_li_hover.png") no-repeat 10px center;
  color: #0072c9;
}
.gl-box ul li:hover span {
  color: #0072c9;
}

.gl-img{
  padding: 24px;
  padding-top:0px;
  border-bottom: 1px solid #eee;
}
.gl-img ul{}
.gl-img ul li{ padding:10px; float:left; width:30%; height:160px; text-align:center;}
.gl-img ul li img{ width: 180px; height:130px; cursor:pointer;}
.gl-img ul li a{color: #333; font-family:"Microsoft Yahei"; font-size:14px;}
.page {
  padding: 17px 0;
  height: 30px;
  font: 14px/30px "Microsoft Yahei";
  text-align: center;
  color: #333333;
}
.page a {
  display: inline-block;
  padding: 0 4px;
  margin: 2px;
  font: 14px/30px "Microsoft Yahei";
  color: #333333;
  text-decoration: none;
}
.page a:hover {
  color: #0072c9;
  background: none;
}
.page span {
  padding: 0 5px;
  font: 14px/30px "Microsoft Yahei";
  color: #333333;
}
.page input.tz {
  width: 54px;
  height: 26px;
  text-align: center;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  color: #333;
  padding-bottom: 3px;
  padding: 2px 0 0 0 \9;
  cursor: pointer;
}
.xlcontent {
  margin: 0 15px;
}
.xlcontent h4 {
  border-bottom: 1px solid #ccc;
}
.xlcontent .main {
  margin-top: 5px;
  padding: 30px 40px;
  text-align: center;
}
.xlcontent .main h4 {
  padding: 10px 0;
  color: #333333;
  font: 24px/36px "Microsoft Yahei";
}
.xlcontent .main h6 {
  height: 30px;
  color: #999;
}
.xlcontent .main h6 label {
  list-style: none;
  padding: 0 6px;
  color: #999;
  font: 12px/30px "Microsoft Yahei";
}
.xlcontent .main h6 label a {
  color: #999;
  padding: 0;
}
.xlcontent .main h6 label a:hover {
  color: #f60;
}
.xlcontent .main .nr {
  padding: 0 0px;
  text-align: left;
}
.xlcontent .main .nr div.Custom_UnionStyle {
  font: 14px/30px "Microsoft Yahei";
}
.xlcontent .main .nr p {
  font: 14px/30px "Microsoft Yahei";
  padding: 16px 0;
}
.xlcontent .main .nr p * {
  font: 14px/30px "Microsoft Yahei";
}
.xlcontent .main .nr p strong {
  font-weight: bold;
}
.xlcontent .xl-bot {
  border-top: 1px solid #666;
  padding: 20px 0;
  text-align: left;
}
.xlcontent .xl-bot .btn-a {
  display: inline-block;
  padding: 0 10px 0 18px;
  font: 12px/30px "Microsoft Yahei";
  color: #333;
}
.xlcontent .xl-bot .btn-a:hover {
  color: #ff6600;
}
.xlcontent .xl-bot .btn-ico01 {
  background: url("xl_ico01.png") no-repeat left center;
}
.xlcontent .xl-bot .btn-ico02 {
  background: url("xl_ico02.png") no-repeat left center;
}
.xlcontent .xl-bot .btn-ico03 {
  background: url("xl_ico03.png") no-repeat left center;
}
.xlcontent .xl-bot .bt-next {
  font: 12px/30px "Microsoft Yahei";
  color: #428ad1;
}
.xlcontent .xl-bot .bt-next:hover {
  color: #ff6600;
}
.tow-bg {
  background: url("tow_bg.jpg") no-repeat center bottom;
}
.contact-con {
  height: 388px;
  background: url("contact_bg.png") no-repeat center center;
  padding: 35px 0 35px 60px;
  text-align: left;
}
.contact-con p {
  font: 14px/30px "Microsoft Yahei";
  color: #333;
}
.contact-con p span {
  font: 12px/30px "Microsoft Yahei";
  color: #333;
}
.contact-con p a {
  font: 14px/30px "Microsoft Yahei";
  color: #0072c9;
}
.contact-con p a.red {
  color: #ff0000;
  text-decoration: underline;
}
.contact-con p a:hover {
  color: #ff6600;
}
.ty-three .top-tit {
  padding: 0 0;
  display:none;
}
.ty-three .top-tit .span-wz {
  display: inline-block;
  float: left;
  font: 14px/36px "Microsoft Yahei";
  color: #333;
  padding: 16px 30px;
}
.ty-three .top-tit .span-wz em {
  padding: 0 5px;
  color: #c0110e;
  font-weight: bold;
}
.ty-three .top-tit .span-wz label {
  margin-left: 20px;
  font: 12px/36px "Microsoft Yahei";
}
.ty-three .top-tit select {
  display: inline-block;
  float: left;
  width: 198px;
  height: 26px;
  margin-top: 5px;
  border: 1px solid #eee;
  margin-left: 10px;
}
.ty-three .top-tit .all-fl {
  display: inline-block;
  width: 156px;
  height: 36px;
/*  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; */
  background: #d4edff;
  color: #0072c9;
  font: 15px/36px "Microsoft Yahei";
  text-align: center;
  float: right;
  position: relative;
  z-index: 1;
}
.ty-three .top-tit .all-fl .label-ico {
  display: inline-block;
  width: 13px;
  height: 7px;
  background: url("three_ico03.png") no-repeat;
  position: absolute;
  left: 70px;
  bottom: -7px;
  z-index: 10;
  display: none;
}
.ty-three .top-tit .fl-tc {
  display: inline-block;
  width: 1000px;
  background: #fff;
  padding: 20px 0;
  position: absolute;
  top: 115px;
  left:40px;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #c8c8c8;
}
.ty-three .top-tit  .all-fl .fl-tc {
  display: inline-block;
  width: 1000px;
  background: #fff;
  padding: 20px 0;
  position: absolute;
  top: 140px;
  left:40px;
  right: 0;
  z-index: 10;
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
}
.ty-three .top-tit .fl-tc .top-ico {
  display: inline-block;
  width: 17px;
  height: 8px;
/*  background: url("ny_top_ico.png") no-repeat;*/
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}
.ty-three .top-tit .fl-tc td {
  text-align: left;
  padding: 10px 0px 10px 22px;
  width: 16.666%;
}
.ty-three .top-tit .fl-tc td a {
  display: inline-block;
  width: 136px;
  height: 34px;
  background: #ffffff;
  border: 1px solid #c1d5e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  font: 14px/34px "Microsoft Yahei";
  text-align: center;
  color: #000;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.ty-three .top-tit .fl-tc td a:hover {
  background: #eef7ff;
  border: 1px solid #b2cbe3;
  color: #000;
  background-repeat: no-repeat;
  background-position: 10px 5px;
}
.ty-three .top-tit .fl-tc td .add {
  border: 1px solid #eeeeee;
  background: #fff;
  color: #999;
}
.ty-three .top-tit .fl-cur {
  background: #3e95eb;
  color: #fff;
}
.ty-three .top-tit .fl-cur .label-ico {
  display: block;
}
.ty-three .top-form {
  height: 30px;
/*  border-bottom: 1px solid #F2F2F2;*/
  padding: 6px 0;
  float: left;
  display:none;
}
.ty-three .top-form .sr {
  display: inline-block;
  float: left;
  width: 200px;
  height: 30px;
  border: none;
  padding: 0 10px;
  background: #e8e8e8;
  font: 14px/30px "Microsoft Yahei";
  color: #333;
}
.ty-three .top-form .btn {
  display: inline-block;
  float: left;
  width: 70px;
  height: 30px;
  margin-left: 5px;
  border: none;
  background: #e5f1f9;
  font: 14px/30px "Microsoft Yahei";
  color: #0072c9;
  text-align: center;
  cursor: pointer;
}
.ty-three .m-box {
  margin-top: 20px;
  padding: 10px;
  background: #eee;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.ty-three .m-box td.td-btn {
  width: 32px;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
  font: 12px/20px "Microsoft Yahei";
  color: #666;
}
.ty-three .m-box td.td-btn a {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.ty-three .m-box td.td-btn a.dz {
  background: url("three_ico.png") no-repeat 0 0;
}
.ty-three .m-box td.td-btn a.sc {
  background: url("three_ico.png") no-repeat -32px 0;
}
.ty-three .m-box dt {
  display: block;
  zoom: 1;
}
.ty-three .m-box dt:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ty-three .m-box dt a {
  display: inline-block;
  float: left;
}
.ty-three .m-box dt .tit {
  margin-right: 20px;
  font: bold 15px/30px "Microsoft Yahei";
  color: #333;
}
.ty-three .m-box dt .tit:hover {
  color: #ff6600;
}
.ty-three .m-box dt .star {
  display: inline-block;
  float: left;
  margin: 5px 0 0 20px;
}
.ty-three .m-box dd span {
  margin-right: 40px;
  font: 12px/20px "Microsoft Yahei";
  color: #666;
}
.ty-three .m-box dd span em {
  color: #c0110e;
}
.ty-three .m-box .btn-box {
  margin-top: 10px;
}
.ty-three .m-box .btn-box a {
  display: inline-block;
  width: 62px;
  height: 22px;
  margin-right: 28px;
  border: 1px solid #0072c9;
  font: 12px/22px "Microsoft Yahei";
  color: #0072c9;
  text-align: center;
}
.ty-three .m-box .btn-box a:hover {
  color: #fff;
  background: #0072c9;
}
.ty-three .m-box .btn-box a.hui {
  background: #f0f7fc;
  border: 1px solid #999;
  color: #999;
}
.ty-three .mbox-hover {
  background: #f0f7fc;
  border: 1px solid #e5f1f9;
}
.ty-three .mbox-hover td.td-btn {
  color: #ff6600;
}
.ty-three .mbox-hover td.td-btn a.dz {
  background: url("three_ico.png") no-repeat 0 -32px;
}
.ty-three .mbox-hover td.td-btn a.sc {
  background: url("three_ico.png") no-repeat -32px -32px;
}
.ctrl-btn {
  display: inline-block;
  float: right;
}
.ctrl-btn a {
  display: inline-block;
  width: 62px;
  height: 22px;
  margin-left: 12px;
  border: 1px solid #0072c9;
  font: 12px/22px "Microsoft Yahei";
  color: #0072c9;
  text-align: center;
}
.ctrl-btn a:hover {
  color: #fff;
  background: #0072c9;
}
.ctrl-btn a.hui {
  background: #f0f7fc;
  border: 1px solid #999;
  color: #999;
}
.ty-four {
  margin-top: 20px;
}
.ty-four table {
  border-top: 1px solid #c9deef;
  border-right: 1px solid #c9deef;
}
.ty-four td {
  padding: 10px;
  border-bottom: 1px solid #c9deef;
  border-left: 1px solid #c9deef;
  font: 14px/20px "Microsoft Yahei";
  color: #333;
}
.ty-four td.td-tit {
  width: 140px;
  padding-left: 20px;
  background: #e9f2f9;
}
.ty-four .tab-ul {
  margin-top: 30px;
}
.ty-four .tab-ul li {
  display: inline-block;
  float: left;
  height: 30px;
  padding-bottom: 6px;
  /*border-right: 1px solid #fff;*/
  text-align: center;
  cursor: pointer;
}
.ty-four .tab-ul li span {
  display: inline-block;
  width: 100px;
  margin-right: 1px;
  font: 16px/30px "Microsoft Yahei";
  color: #ffffff;
}
.ty-four .tab-ul li:hover,
.ty-four .tab-ul li.cur {
  /*background: url("ny_ico02.png") no-repeat center bottom;*/
}
.ty-four .tab-ul li:hover span,
.ty-four .tab-ul li.cur span {
  background: #FFB431;
  color: #fff;
}
.ty-four .tab-main {
  padding: 10px 0 0 10px;
}
.ty-four .tab-main p {
  font: 14px/30px "Microsoft Yahei";
  color: #666;
}
.bszn-con h3 {
  font: 24px/40px "Microsoft Yahei";
  color: #333;
  text-align: center;
  border: none;
}
.bszn-con h4 {
  margin-top: 10px;
  font: 12px/24px "Microsoft Yahei";
  color: #999;
  border-bottom: 1px solid #909090;
  text-align: center;
}
.bszn-con h4 span {
  display: inline-block;
  float: right;
}
.bszn-con h4 span .sc {
  display: inline-block;
  float: left;
  margin: 0 0 0 10px;
  background: url("bszn_ico01.png") no-repeat left center;
  padding-left: 10px;
  font: 14px/14px "Microsoft Yahei";
  color: #326ba4;
}
.bszn-con h4 span .sc:hover {
  color: #ff6600;
}
.bszn-con .bszn-left {
  display: inline-block;
  float: left;
  width: 724px;
}
.bszn-con .bszn-left h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.bszn-con .bszn-left h5 strong {
  display: inline-block;
  padding: 0 26px;
  background: #326ba4;
  font: 16px/36px "Microsoft Yahei";
  color: #fff;
}
.bszn-con .bszn-left h5 a {
  margin-left: 20px;
  font: 16px/36px "Microsoft Yahei";
  color: #ff6600;
}
.bszn-con .bszn-left p {
  padding-left: 25px;
  font: 14px/30px "Microsoft Yahei";
  color: #666;
}
.bszn-con .bszn-right {
  margin-top: 20px;
  display: inline-block;
  float: right;
  width: 233px;
}
.bszn-con .bszn-right .time {
  height: 104px;
  background: url("bszn_bg01.png") no-repeat;
}
.bszn-con .bszn-right .time a {
  display: inline-block;
  float: left;
  padding-top: 64px;
  font: 16px/30px "Microsoft Yahei";
  color: #dc7600;
  text-align: center;
}
.bszn-con .bszn-right .time .a1 {
  width: 84px;
}
.bszn-con .bszn-right .time .a2 {
  width: 149px;
}
.bszn-con .bszn-right h4 {
  margin-top: 20px;
  height: 36px;
  background: #77b0db;
  padding-left: 20px;
  font: 16px/36px "Microsoft Yahei";
  color: #fff;
  text-align: left;
  border-bottom: none;
}
.bszn-con .bszn-right h4 em {
  color: #ff4800;
}
.bszn-con .bszn-right ul {
  background: #fafafa;
  padding: 10px 0 10px 24px;
}
.bszn-con .bszn-right ul li a {
  background: url("bszn_li_ico.png") no-repeat left center;
  padding-left: 10px;
  font: 14px/24px "Microsoft Yahei";
  color: #333;
}
.bszn-con .bszn-right ul li a:hover {
  color: #ff6600;
}
.bszn-con .bszn-right table {
  background: #fafafa;
}
.bszn-con .bszn-right table td {
  font: 14px/30px "Microsoft Yahei";
  text-align: center;
  color: #333;
  border-left: 1px solid #e7e7e7;
}
.bszn-con .bszn-right .bot-btn a {
  display: inline-block;
  width: 108px;
  height: 40px;
  padding-top: 48px;
  font: 16px/40px "Microsoft Yahei";
  color: #fff;
  text-align: center;
}
.bszn-con .bszn-right .bot-btn a.a1 {
  float: left;
  background: #77b0db url("bszn_ico02.png") no-repeat center 15px;
}
.bszn-con .bszn-right .bot-btn a.a2 {
  float: right;
  background: #77b0db url("bszn_ico03.png") no-repeat center 15px;
}
.bszn-con .bszn-right .bot-btn a:hover {
  color: #ff6600;
}
.cjwt-con .cjwt-left {
  display: inline-block;
  float: left;
  width: 830px;
}
.cjwt-con .cjwt-left dl {
  margin-top: 20px;
}
.cjwt-con .cjwt-left dl dt {
  font: bold 16px/36px "Microsoft Yahei";
  color: #333;
}
.cjwt-con .cjwt-left dl dd {
  background: #f2f2f2;
  padding: 10px 20px;
}
.cjwt-con .cjwt-left dl dd p {
  font: 16px/36px "Microsoft Yahei";
  color: #333;
}
.cjwt-con .cjwt-left dl dd p em.ask {
  color: #0072c9;
}
.cjwt-con .cjwt-left dl dd p em.answer {
  color: #f6a20c;
}
.cjwt-con .cjwt-right {
  display: inline-block;
  float: right;
  width: 135px;
  padding-top: 30px;
}
.zxbl-con h3 {
  font: 24px/40px "Microsoft Yahei";
  color: #316ba4;
  text-align: center;
  border: none;
}
.zxbl-con .bz-box {
  margin-top: 20px;
}
.zxbl-con .bz-box span {
  display: inline-block;
  float: left;
  width: 16.66%;
  height: 72px;
  background: #fafafa;
  padding: 14px 0;
  text-align: center;
  font: 24px/36px "Microsoft Yahei";
  color: #bcbcbc;
  cursor: pointer;
}
.zxbl-con .bz-box span label {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("zxbl_bz_bg.png") no-repeat;
  font: 24px/36px "Microsoft Yahei";
  color: #bcbcbc;
}
.zxbl-con .bz-box span.cur {
  background: #83d7f3;
  color: #0072c9;
}
.zxbl-con .bz-box span.cur label {
  background: url("zxbl_bz_cur.png") no-repeat;
  color: #0072c9;
}
.zxbl-con .zxbl-main h4 {
  background: url("zxbl_ico01.png") no-repeat left center;
  padding-left: 16px;
  font: 18px/36px "Microsoft Yahei";
  color: #0072c9;
}
.zxbl-con .zxbl-main td {
  text-align: left;
  padding: 10px 0;
}
.zxbl-con .zxbl-main td.td-tit {
  width: 214px;
  padding-right: 10px;
  font: 16px/36px "Microsoft Yahei";
  color: #333;
  text-align: right;
  vertical-align: top;
}
.zxbl-con .zxbl-main td.td-tit em {
  color: #f00;
}
.zxbl-con .zxbl-main td textarea {
  width: 564px;
  height: 100px;
  padding: 10px;
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
}
.zxbl-con .zxbl-main .btn {
  width: 168px;
  height: 44px;
  background: #0072c9;
  border: none;
  font: 14px/44px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.user-center .col-2-1 {
  width: 225px;
  float: left;
  padding-left: 0;
}
.user-center .col-2-2 {
  width: 755px;
  float: left;
  padding-left: 20px;
}
.user-center .user-center-l .top-tx {
  border-top: 3px solid #006ec3;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
}
.user-center .user-center-l .top-tx .r-btn {
  display: inline-block;
  width: 600px;
  height: 30px;
  position: absolute;
  top: -60px;
  right: -774px;
  text-align: right;
}
.user-center .user-center-l .top-tx .r-btn a {
  margin: 0 10px;
  font: 14px/30px "Microsoft Yahei";
  color: #333;
  display: inline-block;
  background: url("zxbl_ico01.png") no-repeat left center;
  padding-left: 12px;
}
.user-center .user-center-l .top-tx .r-btn a:hover {
  color: #ff6600;
}
.user-center .user-center-l .top-tx p {
  font: 14px/30px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-l .top-tx p strong {
  font: bold 16px/24px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-l .top-tx p.blue {
  color: #0072c9;
}
.user-center .user-center-l .top-tx dt {
  display: inline-block;
  float: left;
  width: 80px;
}
.user-center .user-center-l .top-tx dt img {
  width: 80px;
  height: 90px;
}
.user-center .user-center-l .top-tx dd {
  display: inline-block;
  float: right;
  width: 92px;
}
.user-center .user-center-l .top-tx dd p {
  font: 14px/24px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-l .top-tx dd p strong {
  font: bold 16px/24px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-l .top-tx dd p.blue {
  color: #0072c9;
}
.user-center .user-center-l .top-tx .btn {
  width: 185px;
  height: 40px;
  background: #e8eef5 url("user_center_site.png") no-repeat 16px center;
  border: none;
  font: 16px/40px "Microsoft Yahei";
  color: #666;
  text-align: center;
  cursor: pointer;
}
.user-center .user-center-l .top-tx .btn:hover {
  background: #4599eb url("user_center_site_h.png") no-repeat 16px center;
  color: #ff6600;
}
.user-center .user-center-l .left-tab li {
  height: 60px;
  padding: 0 0 1px 100px;
  font: 18px/60px "Microsoft Yahei";
  color: #333;
  text-align: left;
  cursor: pointer;
}
.user-center .user-center-l .left-tab li:hover,
.user-center .user-center-l .left-tab li.cur {
  color: #fff;
}
.user-center .user-center-l .left-tab .li01 {
  background: #f7f7f7 url("user_center_ico01.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li01:hover,
.user-center .user-center-l .left-tab .li01.cur {
  background: #4599eb url("user_center_ico01_h.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li02 {
  background: #f7f7f7 url("user_center_ico02.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li02:hover,
.user-center .user-center-l .left-tab .li02.cur {
  background: #4599eb url("user_center_ico02_h.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li03 {
  background: #f7f7f7 url("user_center_ico03.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li03:hover,
.user-center .user-center-l .left-tab .li03.cur {
  background: #4599eb url("user_center_ico03_h.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li04 {
  background: #f7f7f7 url("user_center_ico04.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li04:hover,
.user-center .user-center-l .left-tab .li04.cur {
  background: #4599eb url("user_center_ico04_h.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li05 {
  background: #f7f7f7 url("user_center_ico05.png") no-repeat 40px center;
}
.user-center .user-center-l .left-tab .li05:hover,
.user-center .user-center-l .left-tab .li05.cur {
  background: #4599eb url("user_center_ico05_h.png") no-repeat 40px center;
}
.user-center .user-center-m {
  background: #f7f7f7;
  height: 506px;
}
.user-center .user-center-m th {
  height: 40px;
  border-bottom: 1px solid #8fadcc;
  border-left: 1px solid #f2f2f2;
  background: #bfd0e2;
  font: 14px/40px "Microsoft Yahei";
  color: #333;
  text-align: center;
}
.user-center .user-center-m td {
  height: 38px;
  font: 14px/38px "Microsoft Yahei";
  color: #333;
  text-align: center;
  border-left: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.user-center .user-center-m td .green {
  color: #21a666;
}
.user-center .user-center-m td .red {
  color: #f00;
}
.user-center .user-center-m td a {
  font: 14px/38px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-m td a:hover {
  color: #ff6600;
}
.user-center .user-center-r .tq-box {
  height: 123px;
  z-index: 1;
  position: relative;
}
.user-center .user-center-r .tq-box img {
  width: 213px;
  height: 123px;
  z-index: 2;
}
.user-center .user-center-r .tq-box ul {
  display: inline-block;
  z-index: 3;
  text-align: right;
  position: absolute;
  top: 20px;
  right: 85px;
}
.user-center .user-center-r .tq-box ul li {
  font: 14px/30px "Microsoft Yahei";
  color: #666;
}
.user-center .user-center-r h4 {
  margin-top: 20px;
  height: 36px;
  background: #77b0db;
  padding-left: 20px;
  font: 16px/36px "Microsoft Yahei";
  color: #fff;
  text-align: left;
  border-bottom: none;
}
.user-center .user-center-r .tz {
  background: #fafafa;
  padding: 10px 0 10px 24px;
}
.user-center .user-center-r .tz li a {
  background: url("bszn_li_ico.png") no-repeat left center;
  padding-left: 10px;
  font: 14px/24px "Microsoft Yahei";
  color: #333;
}
.user-center .user-center-r .tz li a:hover {
  color: #ff6600;
}
.user-center em {
  color: #ff4800;
}
.user-center table {
  background: #fafafa;
}
.user-center table td {
  font: 14px/30px "Microsoft Yahei";
  text-align: center;
  color: #333;
  text-align: left;
}
.user-center table td.td-tit {
  width: 90px;
  text-align: center;
}
.user-info .col-2-1 {
  width: 225px;
  float: left;
  padding-left: 0;
}
.user-info .col-2-2 {
  width: 755px;
  float: left;
  padding-left: 20px;
}
.user-info .user-info-l .top-tx {
  border-top: 3px solid #006ec3;
  background: #f7f7f7;
  padding: 20px;
}
.user-info .user-info-l .top-tx p {
  font: 14px/30px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-l .top-tx p strong {
  font: bold 16px/24px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-l .top-tx p.blue {
  color: #0072c9;
}
.user-info .user-info-l .top-tx dt {
  display: inline-block;
  float: left;
  width: 80px;
}
.user-info .user-info-l .top-tx dt img {
  width: 80px;
  height: 90px;
}
.user-info .user-info-l .top-tx dd {
  display: inline-block;
  float: right;
  width: 92px;
}
.user-info .user-info-l .top-tx dd p {
  font: 14px/24px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-l .top-tx dd p strong {
  font: bold 16px/24px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-l .top-tx dd p.blue {
  color: #0072c9;
}
.user-info .user-info-l .top-tx .btn {
  width: 185px;
  height: 40px;
  background: #e8eef5 url("user_center_site.png") no-repeat 16px center;
  border: none;
  font: 16px/40px "Microsoft Yahei";
  color: #666;
  text-align: center;
  cursor: pointer;
}
.user-info .user-info-l .top-tx .btn:hover {
  background: #4599eb url("user_center_site_h.png") no-repeat 16px center;
  color: #ff6600;
}
.user-info .user-info-l .info-tab li {
  height: 60px;
  padding: 0 0 1px 100px;
  font: 18px/60px "Microsoft Yahei";
  color: #333;
  text-align: left;
  cursor: pointer;
}
.user-info .user-info-l .info-tab li:hover,
.user-info .user-info-l .info-tab li.cur {
  color: #fff;
}
.user-info .user-info-l .info-tab .li01 {
  background: #f7f7f7 url("user_info_ico01.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li01:hover,
.user-info .user-info-l .info-tab .li01.cur {
  background: #4599eb url("user_info_ico01_h.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li02 {
  background: #f7f7f7 url("user_info_ico02.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li02:hover,
.user-info .user-info-l .info-tab .li02.cur {
  background: #4599eb url("user_info_ico02_h.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li03 {
  background: #f7f7f7 url("user_info_ico03.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li03:hover,
.user-info .user-info-l .info-tab .li03.cur {
  background: #4599eb url("user_info_ico03_h.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li04 {
  background: #f7f7f7 url("user_info_ico04.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li04:hover,
.user-info .user-info-l .info-tab .li04.cur {
  background: #4599eb url("user_info_ico04_h.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li05 {
  background: #f7f7f7 url("user_info_ico05.png") no-repeat 40px center;
}
.user-info .user-info-l .info-tab .li05:hover,
.user-info .user-info-l .info-tab .li05.cur {
  background: #4599eb url("user_info_ico05_h.png") no-repeat 40px center;
}
.user-info .user-info-zhxx {
  padding: 30px 50px;
  background: #fafafa;
  height: 396px;
}
.user-info .user-info-zhxx td {
  text-align: left;
  padding: 5px 0;
  font: 12px/34px "Microsoft Yahei";
  color: #666;
}
.user-info .user-info-zhxx td label {
  margin-left: 20px;
  font: 12px/34px "Microsoft Yahei";
  color: #666;
}
.user-info .user-info-zhxx td a {
  margin-left: 20px;
  font: 12px/34px "Microsoft Yahei";
  color: #67a8ed;
  text-decoration: underline;
}
.user-info .user-info-zhxx td a:hover {
  color: #ff6600;
}
.user-info .user-info-zhxx td.td-tit {
  width: 94px;
  padding-right: 20px;
  font: 14px/34px "Microsoft Yahei";
  color: #333;
  text-align: right;
}
.user-info .user-info-zhxx .sr01 {
  width: 200px;
  height: 32px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  font: 14px/32px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-zhxx .sr02 {
  width: 100px;
  height: 32px;
  border: 1px solid #e2e2e2;
  padding: 0 10px;
  font: 14px/32px "Microsoft Yahei";
  color: #333;
}
.user-info .user-info-zhxx .btn-bd {
  width: 150px;
  height: 44px;
  border: none;
  background: #f6a20c;
  font: 16px/44px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.register-main {
  text-align: center;
  margin-top: 20px;
}
.register-main .red-tx {
  font: 14px/40px "Microsoft Yahei";
  color: #f00;
}
.register-main h4 {
  margin-top: 20px;
  height: 40px;
  background: #e9edf2;
  padding-left: 25px;
  font: 14px/40px "Microsoft Yahei";
  color: #333;
  text-align: left;
}
.register-main table {
  display: inline-block;
  width: 1000px;
}
.register-main .sr {
  width: 328px;
  height: 36px;
  margin: 0 20px;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 10px;
  font: 14px/36px "Microsoft Yahei";
  color: #333;
}
.register-main td {
  padding: 5px 0;
  font: 14px/36px "Microsoft Yahei";
  color: #333;
  text-align: left;
}
.register-main td em {
  color: #ff0000;
}
.register-main td.td-tit {
  width: 274px;
  text-align: right;
}
.register-main td a {
  font: 14px/36px "Microsoft Yahei";
  color: #0033cc;
  text-decoration: underline;
}
.register-main td .check {
  display: inline-block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 11px 10px 0 294px;
}
.register-main .btn-150-blue,
.register-main .btn-150-hui {
  margin: 0 10px;
}
.webnav {
  padding: 20px 0;
}
.webnav td {
  padding: 10px 10px 10px 0;
  background: url("index_line.png") repeat-x left bottom;
  vertical-align: middle;
  font: 12px/24px "Microsoft Yahei";
  color: #999;
}
.webnav td.td-tit {
  width: 80px;
  text-align: center;
  padding: 10px 0;
}
.webnav td.td-tit a {
  display: inline-block;
  width: 80px;
  background: url("webmap_line.png") no-repeat right center;
  font: bold 14px/24px "Microsoft Yahei";
  color: #333;
}
.webnav td a {
  display: inline-block;
  margin: 0 10px;
  background: none;
  padding: 0;
  font: 12px/24px "Microsoft Yahei";
  color: #333;
}
.webnav td a:hover {
  color: #ff6600;
}
.web-intro {
  padding: 20px;
}
.web-intro p {
  margin-top: 20px;
  font: 16px/30px "Microsoft Yahei";
  color: #333;
  text-indent: 2em;
}
.web-intro {
  padding: 20px;
}
.web-intro p {
  margin-top: 20px;
  font: 16px/30px "Microsoft Yahei";
  color: #333;
}
.xszn-con {
  padding: 20px;
}
.xszn-con p {
  font: 14px/30px "Microsoft Yahei";
  color: #333;
  text-indent: 2em;
}
.xszn-con p strong {
  display: inline-block;
  color: #0072c9;
  text-indent: 0;
  margin: 20px 0 0 -2em;
}
.bmfw-jyyy .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-jyyy .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-jyyy .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-jyyy .tit-pic01 {
  background: url("bm_yy_pic01.jpg") no-repeat;
}
.bmfw-jyyy .tit-pic02 {
  background: url("bm_yy_pic02.jpg") no-repeat;
}
.bmfw-jyyy .tit-pic03 {
  background: url("bm_yy_pic03.jpg") no-repeat;
}
.bmfw-jyyy .tit-pic04 {
  background: url("bm_yy_pic04.jpg") no-repeat;
}
.bmfw-jyyy .m-box {
  background: #e8e8e8;
}
.bmfw-jyyy .m-box a {
  color: #333;
}
.bmfw-jyyy .box01 {
  height: 154px;
  padding: 20px 30px;
}
.bmfw-jyyy .box01 a {
  font: 16px/36px "Microsoft Yahei";
  color: #333;
}
.bmfw-jyyy .box02 {
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jyyy .box02 a {
  font: 16px/68px "Microsoft Yahei";
}
.bmfw-jyyy .box03 {
  display: inline-block;
  width: 238px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jyyy .box03 a {
  font: 16px/68px "Microsoft Yahei";
}
.bmfw-jyyy .box04 {
  display: inline-block;
  width: 150px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jyyy .box04 a {
  font: 16px/68px "Microsoft Yahei";
}
.bmfw-jyyy .box05 {
  display: inline-block;
  width: 182px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jyyy .box05 a {
  font: 16px/68px "Microsoft Yahei";
}
.bmfw-jyyy .hover-bg {
  background: #e6f7f7;
}
.bmfw-jyyy .hover-bg a,
.bmfw-jyyy .hover-bg p a {
  color: #13c0be;
}
.bmfw-jypx .m-box {
  background: #e8e8e8;
}
.bmfw-jypx .tit-pic02{
  background: url("bm_jypx_pic02.jpg") no-repeat;
}
.bmfw-jypx .tit-pic03{
  background: url("bm_jypx_pic03.jpg") no-repeat;
}
.bmfw-jypx .tit-pic04{
  background: url("bm_jypx_pic04.jpg") no-repeat;
}
.bmfw-jypx .m-box a {
  color: #333;
}
.bmfw-jypx .row01 {
  display: block;
  zoom: 1;
}
.bmfw-jypx .row01:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-jypx .row01 .m-box {
  display: inline-block;
  float: left;
  width: 122px;
  width: 122px !important;
}
.bmfw-jypx .row02 {
  display: block;
  zoom: 1;
}
.bmfw-jypx .row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-jypx .row02 .m-box {
  display: inline-block;
  float: left;
  width: 159.5px;
}
.bmfw-jypx .box01 {
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jypx .box01 a {
  font: 16px/68px "Microsoft Yahei";
}
.bmfw-jypx .box01 a.small {
  line-height: 34px;
}
.bmfw-jypx .box02 {
  height: 100px;
  padding: 10px;
  text-align: center;
}
.bmfw-jypx .box02 a {
  font: 16px/100px "Microsoft Yahei";
}
.bmfw-jypx .box03 {
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jypx .box03 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-jypx .box04 {
  display: inline-block;
  width: 238px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jypx .box04 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-jypx .box05 {
  display: inline-block;
  width: 150px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-jypx .box05 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-jypx .box06 {
  display: inline-block;
  width: 150px;
  height: 174px;
  padding: 10px;
  text-align: center;
  line-height:174px;
}
.bmfw-jypx .box06 a {
  font: 16px/74px "Microsoft Yahei";
  line-height:174px;
}
.bmfw-jypx .hover-bg {
  background: #e2e5f7;
}
.bmfw-jypx .hover-bg a,
.bmfw-jypx .hover-bg p a {
  color: #3e53f1;
}
.bmfw-jyzy ul.zzcy li a {
  display: inline-block;
  margin-left: 20px;
  width: 200px;
  font: 14px/30px "Microsoft Yahei";
  color: #333;
}
.bmfw-jyzy dl.bm-dl-box dt {
  margin: 25px 0 0 30px;
}
.bmfw-jyzy dl.bm-dl-box dd {
  margin: 0 0 0 30px;
}
.bmfw-jyzy .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-jyzy .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-jyzy .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-jyzy .tit-pic01 {
  background: url("bm_jy_pic01.jpg") no-repeat;
}
.bmfw-jyzy .tit-pic02 {
  background: url("bm_jy_pic02.jpg") no-repeat;
}
.bmfw-jyzy .tit-pic03 {
  background: url("bm_jy_pic03.jpg") no-repeat;
}
.bmfw-jyzy .tit-pic04 {
  background: url("bm_jy_pic04.jpg") no-repeat;
}
.bmfw-jyzy .m-box {
  background: #e8e8e8;
}
.bmfw-jyzy .m-box a {
  color: #333;
}
.bmfw-jyzy .hover-bg {
  background: #ffeae1;
}
.bmfw-jyzy .hover-bg a,
.bmfw-jyzy .hover-bg p a,
.bmfw-jyzy .hover-bg dt a,
.bmfw-jyzy .hover-bg dd a,
.bmfw-jyzy .hover-bg ul li a {
  color: #f15011;
}
.bmfw-zjbl .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-zjbl .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-zjbl .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-zjbl .tit-pic01 {
  background: url("bm_zjbl_pic01.jpg") no-repeat;
}
.bmfw-zjbl .m-box {
  background: #e8e8e8;
}
.bmfw-zjbl .m-box a {
  color: #333;
}
.bmfw-zjbl .box04 {
  display: inline-block;
  width: 238px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-zjbl .box04 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-zjbl .box05 {
  display: inline-block;
  width: 150px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-zjbl .box05 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-zjbl .hover-bg {
  background: #fee5e3;
}
.bmfw-zjbl .hover-bg a,
.bmfw-zjbl .hover-bg p a {
  color: #e2180e;
}
.bmfw-zjfw .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-zjfw .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-zjfw .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-zjfw .tit-pic01 {
  background: url("bm_zjfw_pic01.jpg") no-repeat;
}
.bmfw-zjfw .m-box {
  background: #e8e8e8;
}
.bmfw-zjfw .m-box a {
  color: #333;
}
.bmfw-zjfw .box04 {
  display: inline-block;
  width: 238px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-zjfw .box04 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-zjfw .box05 {
  display: inline-block;
  width: 150px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-zjfw .box05 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-zjfw .hover-bg {
  background: #e5f5ff;
}
.bmfw-zjfw .hover-bg a,
.bmfw-zjfw .hover-bg p a {
  color: #2bc1ff;
}
.bmfw-zjfw dl.m-box dt a {
  color: #333;
}
.bmfw-zjfw dl.m-box dd a {
  color: #999;
}
.bmfw-sbjz .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-sbjz .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-sbjz .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-sbjz .tit-pic01 {
  background: url("bm_sbjz_pic01.jpg") no-repeat;
}
.bmfw-sbjz .tit-pic02 {
  background: url("bm_sbjz_pic02.jpg") no-repeat;
}
.bmfw-sbjz .tit-pic03 {
  background: url("bm_sbjz_pic03.jpg") no-repeat;
}
.bmfw-sbjz .tit-pic04 {
  background: url("bm_sbjz_pic04.jpg") no-repeat;
}
.bmfw-sbjz .m-box {
  background: #e8e8e8;
}
.bmfw-sbjz .m-box a {
  color: #333;
}
.bmfw-sbjz .dl-sbjz {
  width: 366px;
  height: 174px;
  padding: 10px;
}
.bmfw-sbjz .dl-sbjz dt {
  margin: 10px 0 0 10px;
}
.bmfw-sbjz .dl-sbjz dt a {
  font: 20px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-sbjz .dl-sbjz dd {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.bmfw-sbjz .dl-sbjz dd:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-sbjz .dl-sbjz dd a {
  display: inline-block;
  float: left;
  width: 158px;
  margin-left: 10px;
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-sbjz .dl-sbjz01 dt {
  margin: 10px 0 10px 20px;
}
.bmfw-sbjz .dl-sbjz01 dt a {
  font: 20px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-sbjz .dl-sbjz01 dd {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.bmfw-sbjz .dl-sbjz01 dd:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-sbjz .dl-sbjz01 dd a {
  display: inline-block;
  float: left;
  width: 228px;
  margin-left: 20px;
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-sbjz .dl-sbjz02 {
  text-align: left;
}
.bmfw-sbjz .dl-sbjz02 dt {
  margin: 0 0 10px 20px;
}
.bmfw-sbjz .dl-sbjz02 dt a {
  font: 20px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-sbjz .dl-sbjz02 dd {
  display: block;
  zoom: 1;
  margin: 0 0 0 20px;
  padding: 0;
}
.bmfw-sbjz .dl-sbjz02 dd:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-sbjz .dl-sbjz02 dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-sbjz .dl-sbjz03 dt {
  margin: -5px 0 5px 10px;
}
.bmfw-sbjz .dl-sbjz03 dt a {
  font: 20px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-sbjz .dl-sbjz03 dd {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.bmfw-sbjz .dl-sbjz03 dd:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-sbjz .dl-sbjz03 dd a {
  display: inline-block;
  float: left;
  width: 28%;
  margin-left: 20px;
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-sbjz dl.two dd a {
  display: inline-block;
  width: 50%;
  color: #999;
}
.bmfw-sbjz dl.hui dd a {
  color: #999;
}
.bmfw-sbjz .box01 {
  display: inline-block;
  float: left;
  width: 174px;
}
.bmfw-sbjz .hover-bg {
  background: #e3f3da;
}
.bmfw-sbjz .hover-bg a,
.bmfw-sbjz .hover-bg p a,
.bmfw-sbjz .hover-bg dt a,
.bmfw-sbjz .hover-bg dd a,
.bmfw-sbjz .hover-bg .two dd a {
  color: #4ea81d;
}
.bmfw-fwzs .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-fwzs .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-fwzs .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-fwzs .tit_min {
  display: inline-block;
  float: left;
  width: 208px;
  height: 68px;
  padding: 10px 0 18px 0;
  text-align: center;
}
.bmfw-fwzs .tit_min p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-fwzs .tit_min p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-fwzs .tit-pic01 {
  background: url("bm_fwzs_pic01.jpg") no-repeat;
}
.bmfw-fwzs .tit-pic02 {
  background: url("bm_fwzs_pic02.jpg") no-repeat;
}
.bmfw-fwzs .tit-pic03 {
  background: url("bm_fwzs_pic03.jpg") no-repeat;
}
.bmfw-fwzs .tit-pic04 {
  background: url("bm_fwzs_pic04.jpg") no-repeat;
}
.bmfw-fwzs .tit_min-pic01 {
  background: url("bm_fwzs_pic01.jpg") no-repeat;
}
.bmfw-fwzs .m-box {
  background: #e8e8e8;
}
.bmfw-fwzs .m-box a {
  color: #333;
}
.bmfw-fwzs .dl-fwzs {
  text-align: left;
}
.bmfw-fwzs .dl-fwzs dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-fwzs .dl-fwzs dd {
  display: block;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.bmfw-fwzs .dl-fwzs dd:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-fwzs .dl-fwzs dd a {
  display: inline-block;
  float: left;
  width: 166px;
  margin-left: 10px;
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-fwzs .hover-bg {
  background: #ffeadd;
}
.bmfw-fwzs .hover-bg a,
.bmfw-fwzs .hover-bg p a,
.bmfw-fwzs .hover-bg dt a,
.bmfw-fwzs .hover-bg dd a {
  color: #df030f;
}
.bmfw-safety .bm-dl-box dt {
  margin: 10px 0 10px 20px;
}
.bmfw-safety .bm-dl-box dd {
  margin: 0 0 0 20px;
}
.bmfw-safety .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-safety .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-safety .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-safety .tit-pic01 {
  background: url("bm_safety_pic01.jpg") no-repeat;
}
.bmfw-safety .tit-pic02 {
  background: url("bm_safety_pic02.jpg") no-repeat;
}
.bmfw-safety .tit-pic03 {
  background: url("bm_safety_pic03.jpg") no-repeat;
}
.bmfw-safety .tit-pic04 {
  background: url("bm_safety_pic04.jpg") no-repeat;
}
.bmfw-safety .m-box {
  background: #e8e8e8;
}
.bmfw-safety .m-box a {
  color: #333;
}
.bmfw-safety .box04 {
  display: inline-block;
  width: 238px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-safety .box04 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-safety .box05 {
  display: inline-block;
  width: 150px;
  height: 74px;
  padding: 10px;
  text-align: center;
}
.bmfw-safety .box05 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-safety .box06 {
  display: inline-block;
  width: 150px;
  height: 171px;
  padding: 10px;
  text-align: center;
}
.bmfw-safety .box06 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-safety .box07 {
  display: inline-block;
  width: 188px;
  height: 171px;
  padding: 10px;
  text-align: center;
}
.bmfw-safety .box07 a {
  font: 16px/74px "Microsoft Yahei";
}
.bmfw-safety .box08 {
  display: inline-block;
  width: 238px;
  height: 177px;
  padding: 10px;
  text-align: center;
}
.bmfw-safety .box08 a {
  font: 16px/74px "Microsoft Yahei";
}

.bmfw-safety .hover-bg {
  background: #e8ecf7;
}
.bmfw-safety .hover-bg a,
.bmfw-safety .hover-bg p a {
  color: #1e50a9;
}
.bmfw-traffic .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-traffic .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-traffic .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-traffic .tit-pic01 {
  background: url("bm_traffic_pic01.jpg") no-repeat;
}
.bmfw-traffic .tit-pic02 {
  background: url("bm_traffic_pic02.jpg") no-repeat;
}
.bmfw-traffic .tit-pic03 {
  background: url("bm_traffic_pic03.jpg") no-repeat;
}
.bmfw-traffic .tit-pic04 {
  background: url("bm_traffic_pic04.jpg") no-repeat;
}
.bmfw-traffic .m-box {
  background: #e8e8e8;
}
.bmfw-traffic .m-box a {
  color: #333;
}
.bmfw-traffic .row02 {
  display: block;
  zoom: 1;
}
.bmfw-traffic .row02:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-traffic .row02 .m-box {
  display: inline-block;
  float: left;
  width: 175.2px;
}
.bmfw-traffic .div-398 {
  display: block;
  zoom: 1;
  width: 397px;
  float: left;
}
.bmfw-traffic .div-398:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-traffic .div-398 .float-left .m-box {
  display: inline-block;
  float: left;
}
.bmfw-traffic .div-260 {
  display: block;
  zoom: 1;
  width: 192px;
  float: left;
}
.bmfw-traffic .div-260:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.bmfw-traffic .box-378 {
  width: 377px;
  display: inline-block;
  float: left;
}
.bmfw-traffic .hover-bg {
  background: #fef2dc;
}
.bmfw-traffic .hover-bg a,
.bmfw-traffic .hover-bg p a {
  color: #ff9800;
}
.bmfw-traffic .box-179 {
  width: 179.5px;
  display: inline-block;
  float: left;
}
.bmfw-traffic .box-364 {
  width: 364px;
  display: inline-block;
  float: left;
}
.bmfw-traffic .box-176 {
  width: 175.5px;
  display: inline-block;
  float: left;
}
.bmfw-traffic .m-box dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-traffic .m-box dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-traffic .m-box dl.two dt {
  margin: 0 0px 10px 10px;
}
.bmfw-traffic .m-box dl.two dd {
  margin-left: 10px;
}
.bmfw-traffic .m-box dl .dt-2 {
  width: 100%;
  float: right;
}
.bmfw-traffic .m-box dl .dt-2 dd {
  width: 47%;
  float: right;
  margin-left: 5px;
  color: #999;
}
.bmfw-traffic p {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-najf .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-najf .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-najf .tit-pic01 {
  background: url("bm_najf_pic01.jpg") no-repeat;
}
.bmfw-najf .tit-pic02 {
  background: url("bm_najf_pic02.jpg") no-repeat;
}
.bmfw-najf .m-box {
  background: #e8e8e8;
}
.bmfw-najf .box01 {
  width: 126px;
  height: 68px;
  text-align: center;
}
.bmfw-najf .box01 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .box02 {
  height: 68px;
  text-align: center;
}
.bmfw-najf .box02 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .box03 {
  display: inline-block;
  width: 126px;
  height: 68px;
  text-align: center;
}
.bmfw-najf .box03 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .box04 {
  display: inline-block;
  width: 126px;
  height: 94px;
  text-align: center;
}
.bmfw-najf .box04 a {
  font: 16px/94px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .box05 {
  width: 101px;
  height: 68px;
  text-align: center;
}
.bmfw-najf .box05 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf .hover-bg {
  background: #f7d2bc;
}
.bmfw-najf .hover-bg a {
  color: #983b27;
}
.bmfw-najf dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-najf dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-najf dl.two dd a {
  display: inline-block;
  float: left;
  width: 104px;
}
.bmfw-qxhb .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-qxhb .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-qxhb .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-qxhb .tit-pic01 {
  background: url("bm_qxhb_pic01.jpg") no-repeat;
}
.bmfw-qxhb .tit-pic02 {
  background: url("bm_qxhb_pic02.jpg") no-repeat;
}
.bmfw-qxhb .m-box {
  background: #e8e8e8;
}
.bmfw-qxhb .box01 {
  width: 126px;
  height: 68px;
  text-align: center;
}
.bmfw-qxhb .box01 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb .box02 {
  height: 68px;
  text-align: center;
}
.bmfw-qxhb .box02 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb .box03 {
  display: inline-block;
  width: 126px;
  height: 68px;
  text-align: center;
}
.bmfw-qxhb .box03 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb .box04 {
  display: inline-block;
  width: 126px;
  height: 94px;
  text-align: center;
}
.bmfw-qxhb .box04 a {
  font: 16px/94px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb .box04 a.small {
  line-height: 20px;
  display: inline-block;
  margin-top: 20px;
}
.bmfw-qxhb .box05 {
  width: 101px;
  height: 68px;
  text-align: center;
}
.bmfw-qxhb .box05 a {
  font: 16px/68px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb .hover-bg {
  background: #d9f6ff;
}
.bmfw-qxhb .hover-bg a {
  color: #00c0ff;
}
.bmfw-qxhb dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-qxhb dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-qxhb dl.two dd a {
  display: inline-block;
  float: left;
  width: 104px;
}
.bmfw-sfgz .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-sfgz .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-sfgz .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-sfgz .tit-pic01 {
  background: url("bm_sfgz_pic01.jpg") no-repeat;
}
.bmfw-sfgz .tit-pic02 {
  background: url("bm_sfgz_pic02.jpg") no-repeat;
}
.bmfw-sfgz .tit-pic03 {
  background: url("bm_sfgz_pic03.jpg") no-repeat;
}
.bmfw-sfgz .m-box {
  background: #e8e8e8;
}
.bmfw-sfgz .box01 {
  display: inline-block;
  float: left;
  width: 174px;
}
.bmfw-sfgz .box02 {
  display: inline-block;
  float: left;
  width: 106px;
}
.bmfw-sfgz dl.two dd a {
  display: inline-block;
  float: left;
  width: 106px;
}
.bmfw-sfgz .hover-bg {
  background: #f7d2bc;
}
.bmfw-sfgz .hover-bg a,
.bmfw-sfgz .hover-bg dl dt a,
.bmfw-sfgz .hover-bg dl dd a {
  color: #983b27;
}
.bmfw-cgss .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-cgss .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-cgss .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-cgss .tit-pic01 {
  background: url("bm_cgss_pic01.jpg") no-repeat;
}

.bmfw-cgss .tit-pic02 {
  background: url("bm_cgss_pic02.jpg") no-repeat;
}
.bmfw-cgss .m-box {
  background: #e8e8e8;
}
.bmfw-cgss .hover-bg {
  background: #e8ecf7;
}
.bmfw-cgss .hover-bg a {
  color: #1e50a9;
}
.bmfw-snfw .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-snfw .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-snfw .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-snfw .tit-pic01 {
  background: url("bm_snfw_pic01.jpg") no-repeat;
}
.bmfw-snfw .tit-pic02 {
  background: url("bm_snfw_pic02.jpg") no-repeat;
}
.bmfw-snfw .m-box {
  background: #e8e8e8;
}
.bmfw-snfw .m-box a {
  color: #333;
}
.bmfw-snfw .right-box {
  display: inline-block;
  float: left;
  width: 742px;
}
.bmfw-snfw .right-box .r-div {
  display: inline-block;
  float: left;
  margin-left: 6px;
  width: 179.5px;
}
.bmfw-snfw .right-box .r-div01 {
  display: inline-block;
  float: left;
  margin-left: 6px;
}
.bmfw-snfw .box01 {
  display: inline-block;
  float: left;
  width: 126px;
  height: 94px;
  text-align: center;
}
.bmfw-snfw .box01 a {
  font: 16px/94px "Microsoft Yahei";
  color: #333;
}
.bmfw-snfw .hover-bg {
  background: #e2f2bf;
}
.bmfw-snfw .hover-bg a,
.bmfw-snfw .hover-bg p a,
.bmfw-snfw .hover-bg dt a,
.bmfw-snfw .hover-bg dd a {
  color: #70a400;
}
.bmfw-cycx a {
  color: #333;
}
.bmfw-cycx .tit {
  display: inline-block;
  float: left;
  width: 258px;
  height: 126px;
  padding: 30px 0 38px 0;
  text-align: center;
}
.bmfw-cycx .tit p {
  height: 60px;
  overflow: hidden;
  font: 15px/40px "Microsoft Yahei";
  color: #121212;
}
.bmfw-cycx .tit p strong {
  font: bold 24px/60px "Microsoft Yahei";
  color: #121212;
}
.bmfw-cycx .tit-pic01 {
  background: url("bm_cycx_pic01.jpg") no-repeat;
}
.bmfw-cycx .tit-pic02 {
  background: url("bm_cycx_pic02.jpg") no-repeat;
}
.bmfw-cycx .tit-pic03 {
  background: url("bm_cycx_pic03.jpg") no-repeat;
}
.bmfw-cycx .m-box {
  background: #e8e8e8;
}
.bmfw-cycx .hover-bg {
  background: #cce7fd;
}
.bmfw-cycx .hover-bg a {
  color: #1e50a9;
}
.bmfw-cycx dl dt a {
  font: 16px/24px "Microsoft Yahei";
  color: #333;
}
.bmfw-cycx dl dd a {
  font: 12px/20px "Microsoft Yahei";
  color: #999;
}
.bmfw-cycx dl.two dt {
  margin: 0 0px 10px 10px;
}
.bmfw-cycx dl.two dd {
  margin-left: 10px;
}
.bmfw-cycx dl .dt-2 {
  width: 100%;
  float: right;
}
.bmfw-cycx dl .dt-2 dd {
  width: 47%;
  float: left;
  margin-left: 5px;
}
.bmfw-cycx .box-497-a {
  margin-left: 0;
}
.bmfw-cycx .box-497,
.bmfw-cycx .box-497-a {
  width: 497px;
  float: left;
  display: inline-block;
}
.bmfw-cycx .box-497 p,
.bmfw-cycx .box-497-a p {
  float: left;
  width: 50%;
  padding: 10px 0;
  text-align: center;
  font: 16px/84px "Microsoft Yahei";
}
.bmfw-cycx .box-497 dl,
.bmfw-cycx .box-497-a dl {
  width: 50%;
  float: left;
  padding: 10px 0;
}
.ss-con .tab-hoz-ul {
  width: 170px;
  float: left;
  height: 100%;
}
.ss-con .tab-ul.tab-hoz-ul li.cur {
  background: url("ny_ico22-right.png") no-repeat scroll center right transparent;
  padding: 0px 6px 0 0px;
  margin-bottom: 6px;
}
.ss-con .gl-box.gl-box-type ul li a.gl-type {
  background: url("gl_li_ico.png") no-repeat scroll 10px center transparent;
  padding-left: 25px;
  padding-right: 5px;
  color: #5da8fb;
}
.ss-con .gl-box.gl-box-type ul li a {
  background: none;
  padding-left: 0px;
  padding-right: 25px;
}
.ss-con .tab-main {
  width: 830px;
  float: right;
}
.ss-con .top-btns {
  position: relative;
}
.ss-con .top-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.ss-con .top-btn .btn {
  width: 120px;
  border: 0px none;
  background-color: #FFB200;
  color: #FFF;
  margin: 20px auto;
  font: 16px/36px "Microsoft Yahei";
  display: block;
  box-shadow: 1px 1px #DDD;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.ss-con .top-btn .btn.blue {
  background: none repeat scroll 0% 0% #0072C9;
}

.huise {
  display: inline-block;
  width: 62px;
  height: 22px;
  margin-right: 28px;
  border: 1px solid #ccc;
  font: 12px/22px "Microsoft Yahei";
  color: #ccc;
  text-align: center;
}
.huise:hover {
  color: #fff;
  background: #ccc;
}

.huide {
  display: inline-block;
  width: 62px;
  height: 22px;
  margin-left: 12px;
  border: 1px solid #ccc;
  font: 12px/22px "Microsoft Yahei";
  color: #ccc;
  text-align: center;
}
.huide:hover {
  color: #fff;
  background: #ccc;
}

.min-height{
  height:74px;
  overflow:hidden;
}
.t_left{ text-align:left;}
.tit2 {
  display: inline-block;
  float: left;
  width: 258px;
  height: 194px;
  padding:0;
  text-align: center;
}
.tit2 p {
  height: auto;
  font: 24px/60px "Microsoft Yahei";
  color: #121212;
  font-weight:900;
  line-height:194px;
}
.zt_ckfl {
  display: inline-block;
  width: 156px;
  height: 36px;
/*  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px; */
  background: #d4edff;
  color: #0072c9;
  font: 15px/36px "Microsoft Yahei";
  text-align: center;
  position: absolute;
  left:160px;
  top:13px;
  z-index: 1;
}
.zt_ckfl_cur {
  background: #3e95eb;
  color: #fff;
}
.bt3{ width:100%; height:3px; clear:both;}
/*
#cycx1{background-image:url("cycx_cyfw_01.jpg");background-repeat: no-repeat;}
#cycx2{background-image:url("cycx_cyfhfw_02.jpg");background-repeat: no-repeat;}
#cycx3{background-image:url("cycx_kjggff_03.jpg");background-repeat: no-repeat;}
#cycx4{background-image:url("cycx_jrfw_04.jpg");background-repeat: no-repeat;}
#cycx5{background-image:url("cycx_zscq_05.jpg");background-repeat: no-repeat;}
*/
.er_left{ float:left; width:670px; OVERFLOW-X:hidden;OVERFLOW-Y: hidden; height:260px;
scrollbar-track-color:rgb(215, 215, 215);/*滚动条的背景颜色*/
scrollbar-face-color:rgb(62, 149, 235);/*滚动条凸出部分的颜色*/
scrollbar-3dlight-color:rgb(62, 149, 235);/*滚动条亮边的颜色*/
scrollbar-arrow-color: rgb(62, 149, 235);/*滚动上下按钮上三角箭头的颜色*/
scrollbar-shadow-color:  rgb(62, 149, 235); /*滚动条阴影的颜色*/　
scrollbar-highlight-color:;
}
.er_right{ float:right; width:300px;OVERFLOW-X:hidden; OVERFLOW-Y: hidden;height:285px;}
.er_right_top{  
  /*background: url("ny_tit_bg.png") repeat-x left bottom;*/
  position: relative;
  float: left;
  width: 100%;}
.er_right_top strong {
  display: inline-block;
  background: url("ny_ico01.png") no-repeat left center;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:28px;
  font: 18px/20px "Microsoft Yahei";
  color: #0072c9;
  border-bottom: 1px solid #adadad;
}
.er_right_top strong em {
  display: inline-block;
  padding: 10px 0 0 10px;
  font: 12px/26px "Microsoft Yahei";
  color: #999;
}
.er_right ul{ list-style:none; padding:10px 0; clear:both; float:right; width:97%;} 
.er_right ul li{ list-style:none; height:30px; width:100%; border-bottom:1px dashed #999999}
.er_right ul li span{line-height:30px; font-size:15px; color:#0072c9; font-family: "宋体";}  
.er_right ul li a{line-height:30px; font-size:15px; color:#666666; font-family:"Microsoft Yahei";} 
.er_right_bottom{ width:100%; clear:both; text-align:center; clear:both; height:40px;}
.er_right_bottom a{font-size:16px; background-color:rgb(62, 149, 235); color:#FFFFFF; font-family:"Microsoft Yahei"; padding:5px 10px; margin:0 5px; height:26px; line-height:26px;}
.clearAll{ width:100%; height:0; clear:both;}
.picL{ float:left;}
.a{display:block; overflow:hidden;}
.p_210{width:210px;}
.a_257_120{width:257px; height:120px;}
.a_210_57{width:210px; height:57px;}
.a_102_69{width:102px; height:69px; float:left;}
.a_257_94{width:257px; height:94px;}
.a_210_94{width:210px; height:94px;}

.main_left{float:left; width:670px;}
.main_right{float:right; width:300px; padding-top:15px;}
.main_right .ygzw-panel {
  padding-bottom: 20px;
}
.main_right .ygzw-panel .ygzw-header {
  display: inline-block;
  padding-top: 5px;
  font: 18px/26px "Microsoft Yahei";
  color: #333;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.main_right .ygzw-panel .ygzw-header span {
	padding:10px 0px;
	background-color:rgb(215,215,215);
	cursor:pointer;
	width:150px;
	text-align:center;
	display: block;
	float:left;
}
.main_right .ygzw-panel .ygzw-header span.cur {
  background-color:rgb(62, 149, 235);
  color:#FFFFFF;
}
.main_right .ygzw-panel .ygzw-body {
  width: 100%;
}
.main_right .ygzw-panel .ygzw-body dl {
  table-layout: fixed;
  display: table;
  color: #333333;
  width: 100%;
}
.main_right .ygzw-panel .ygzw-body dl dd {
  display:block;
  float:left;
  font-size:13px;
  font-family:"Microsoft Yahei";
  line-height:30px;
  text-align: left;
  width:60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: 1px solid #c1d5e9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin:5px 4px;
  background-position:left; background-repeat:no-repeat; 
}
.main_right .ygzw-panel .ygzw-body dl dd.bm {
	width:90px;
	text-align:center;
}
.main_right .ygzw-panel .ygzw-body dl dd.min {
	line-height:15px;
}
.main_right .ygzw-panel .ygzw-body dl dd a {
  color: #333333;
  overflow: hidden;
}
.main_right .ygzw-panel .ygzw-body dl dd a.active {
  color: #0072c9;
}
.main_right .ygzw-panel .ygzw-body dl dd a:hover {
  color: #0072c9;
}
.main_right .ygzw-panel .ygzw-body dl.ovn {
  background: #ededed;
}
.main_right .ygzw-panel.ygzw-bumen .ygzw-body dl dd a {
  color: #0072c9;
}
.main_right .ygzw-panel.ygzw-bumen .ygzw-body dl dd a:hover {
  color: #333333;
}

.main_right .ygzw-panel .ygzw-body1 dl dd.min {
	line-height:15px;
}
.main_right .ygzw-panel .ygzw-body1 dl {
  table-layout: fixed;
  display: table;
  color: #333333;
  width: 100%;
}
.main_right .ygzw-panel.ygzw-bumen .ygzw-body1 dl dd a {
  font: 14px/22px "Microsoft Yahei";
  color: #333;
}
.main_right .ygzw-panel.ygzw-bumen .ygzw-body1 dl dd a:hover {
  color: #0072c9;
}
.min_mes{
  display:block;
  float:left;
  font-size:13px;
  font-family:"Microsoft Yahei";
  line-height:30px;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin:5px 4px;
  background-position:left; background-repeat:no-repeat; 
}
.bltj{ padding-left:30px; font-family:"Microsoft Yahei"; font-size:14px; color:#333;}
.tj_all{ color:#FF0000; font-weight:900; padding:0 10px;}
.tj_kbl{ color:#FF0000; font-weight:900; padding:0 10px;}
#xzsppic1{
  background-image: url(xzsp_xtb1.png);
  background-repeat: no-repeat;
  background-position: 90px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic2{
  background-image: url(xzsp_xtb2.png);
  background-repeat: no-repeat;
  background-position: 90px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic3{
  background-image: url(xzsp_xtb3.png);
  background-repeat: no-repeat;
  background-position: 120px;
  font-weight: bold;
  color: #0072c9;
}
#tt_blue{
	font-weight: bold;
	color: #0072c9;
}
#xzsppic4{
  background-image: url(xzsp_xtb4.png);
  background-repeat: no-repeat;
  background-position: 95px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic5{
  background-image: url(xzsp_xtb5.png);
  background-repeat: no-repeat;
  background-position: 53px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic6{
  background-image: url(xzsp_xtb6.png);
  background-repeat: no-repeat;
  background-position: 60px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic7{
  background-image: url(xzsp_xtb7.png);
  background-repeat: no-repeat;
  background-position: 45px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic8{
  background-image: url(xzsp_xtb8.png);
  background-repeat: no-repeat;
  background-position: 51px;
  font-weight: bold;
  color: #0072c9;
}
#xzsppic9{
  background-image: url(xzsp_xtb9.png);
  background-repeat: no-repeat;
  background-position: 45px;
  font-weight: bold;
  color: #0072c9;
}
.ctrl-btn1 {
  display: inline-block;
  padding: 8px 0px 0px 19px;
  width: 80px;
  height: 28px;
  margin-left: 12px;
  border: 1px solid #FFB431;
  font: 13px/22px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  background-color: #FFB431;
  background-image: url(xzsp_xtb10.png);
  background-repeat: no-repeat;
  background-position: 6px;
  border-radius: 8px;
}
.ctrl-btn1-hui {
  display: inline-block;
  padding: 8px 0px 0px 19px;
  width: 80px;
  height: 28px;
  margin-left: 12px;
  border: 1px solid #666666;
  font: 13px/22px "Microsoft Yahei";
  color: #666666;
  text-align: center;
  background-color: rgb(215, 215, 215);
  background-image: url(xzsp_xtb10.png);
  background-repeat: no-repeat;
  background-position: 6px;
  border-radius: 8px;
}
.ctrl-btn2 {
  display: inline-block;
  padding: 8px 0px 0px 19px;
  width: 80px;
  height: 28px;
  margin-left: 12px;
  border: 1px solid #0072c9;
  font: 12px/22px "Microsoft Yahei";
  color: #fff;
  text-align: center;
  background: #0072c9;
  background-image: url(xzsp_xtb10.png);
  background-repeat: no-repeat;
  background-position: 6px;
  border-radius: 8px;
}
.ctrl-btn2-hui {
  display: inline-block;
  padding: 8px 0px 0px 19px;
  width: 80px;
  height: 28px;
  margin-left: 12px;
  border: 1px solid #666666;
  font: 12px/22px "Microsoft Yahei";
  color: #666666;
  text-align: center;
  background: rgb(215, 215, 215);
  background-image: url(xzsp_xtb10.png);
  background-repeat: no-repeat;
  background-position: 6px;
  border-radius: 8px;
}
.dsm{ color:#FFFFFF; font-size:24px; font-family:"Microsoft Yahei"; font-weight:300;}
.xxp{ padding-top:30px;}
.xxstrong{ float:left; display:block;}
.clearboth{ width:100%; height:1px; clear:both;}
.cgxx_xx{ font-size:12px; padding-left:20px; color:#FF0000; cursor:pointer;}

.zgBody{ position:absolute; width:10px; height:10px; top:0px; left:0px; background-color:#000000; z-index:9; display:none;filter:alpha(opacity=50);opacity:0.5}
.sdmq{ position:absolute; left:100px; top:120px; z-index:20; display:none;}
.sdmq_close{ width:750px; height:30px; text-align:right; background-color:#5BC0DE;}
.sdmq_close img{ margin-top:8px; margin-right:8px;cursor:pointer;}
.sdmq_iframe{ width:750px; height:370px;}

.clwz{ position:absolute; left:100px; top:120px; z-index:20; display:none;}
.clwz_close{ width:360px; height:30px; text-align:right; background-color:#5BC0DE;}
.clwz_close img{ margin-top:8px; margin-right:8px; cursor:pointer;}
.clwz_iframe{ width:360px; height:370px;}

.gjj{ position:absolute;left:100px; top:120px; z-index:20; display:none;}
.gjj_close{ width:1200px; height:30px; text-align:right; background-color:#5BC0DE;}
.gjj_close img{ margin-top:8px; margin-right:8px; cursor:pointer;}
.gjj_iframe{ width:1200px; height:370px;}

.box-ygdj {
  width: 241px;
}
.box-fwsyq {
  width: 241px;
}
.box-qtdj {
  width: 241px;
}
.box-fwdy {
  width: 241px;
  margin-left: 7px;
  margin-top: 4px;
}
.box-dyqdj {
  margin-top: 4px;
}
.box-wygl {
  margin-top: 3px;
  margin-left: 6px;
}
.box-jjaq {
  margin-left: 0px;
  width: 241px;
}
.box-bj {
  width: 241px;
}
.box-fwrx {
  width: 241px;
}
.box-tfzhsj {
  width: 241px;
}
.box-jja {
  width: 489px;
}
.box-ydxx {
  width: 364px;
  margin-top: 0px;
}
.box-ymjz {
  margin-top: 7px;
  margin-left: 6px;
  width: 257px;
}
.box-yfjz {
  margin-left: 10px;
  margin-top: 7px;
}
.ml-6.box-jy2 {
  width: 209px;
  margin-top: 8px;
  margin-left: 14px;
}
.js_commentTimes{ display:none;}
.js_remark{ display:none;}
.xszp_myd{ display:none;}

.p_left{ width:90%; float:left;}
.p_right{ width:10%; float:right; text-align:center; margin-top:-10px;}

.er_left{position:relative;}
.js_cons{overflow:hidden; height:220px; position:absolute;top:0; left:0;}
.visi{visibility:visible}
.hidd{visibility:hidden}