body{
	margin-right: 37px!important;
}
::-webkit-scrollbar-track-piece {
    background: #FFF!important;
}
::-webkit-scrollbar {
      width: 6px;
    height: 8px!important;
}
html, body {
    min-width: 1250px;
}
.outer {
  background: #141414;
}
.outer .header_top {
  overflow: hidden;
}
.header-left {
  float: left;
}
.header-left > li {
  float: left;
}
.header-left > li > a {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  height: 32px;
  padding: 0 20px 0 20px;
  color: #fff;
}
.header-left > li > a:hover {
  color: #DD4B55;
}
.header-left > li.hover a {
  background: #fff;
  color: #000;
}
 
.header-left > li > .cur {
  background: #fff;
  color: #000!important;
}
.header-right {
  float: right;
}
.header-right > li {
  float: right;
}
.header-right > li:first-child{
	border-right: 0!important;
}
.header-right > li > a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding: 0 10px 0 10px;
  color: #fff;
}
.header-right > li > a:hover {
  color: #DD4B55;
}
.header-right > li.login-register {
  color: #DD4B55;
}
.header-right > li.login-register > a {
  padding: 0;
  color: #DD4B55;
}
.header-right > li.header-youliao {
  border: 1px solid #666;
}
.header-right > li.return-before {
  line-height: 30px; 
}
.header-right > li.return-before > a {
  height: 12px;
  line-height: 12px;
  margin: 0 10px 0 10px;
  padding: 3px 6px 3px 6px;
  border: 1px solid #666;
  box-sizing: content-box;
}
.index-logo {
  margin-right: 90px;
}
.nav_search { 
  border: 1px solid #C6C6C6;
  width: 200px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 22px;
  margin-left: 538px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.nav_search > input {
  font-size: 14px;
  max-width: 130px;
}
.nav_search .searchKey {
  overflow:hidden;
  _zoom:1;
}
.nav_search .searchKey .key{
  width: 134px;
  height: 34px;
  padding-left: 8px;
  float: left;
}
.nav_search .txtSearchBtn{
  position: absolute;
  top: 0px;
  right: 1px;
  width: 34px;
  height: 34px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -48px -274px;
  cursor: pointer;
}
.nav_search .searchKey hr {
  border-left: 1px solid #DADADA;
  height: 25px;
  width: 1px;
  position: absolute;
  top: 5px;
  right: 36px;
}
.forecast_box {
  cursor: default;
  display: none;
  width: 100%;
  padding: 30px 0;
  border-top:1px solid #c8c8c8;
  position: absolute;
  top: 122px;
  left: 0;
  z-index: 99;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.forecast_box > .forecast_box2 {
  margin: 0 auto;
  position: relative;
}
.forecast_box > .forecast_box2 > i {
  width: 29px;
  height: 29px;
  position: absolute;
  top: 20px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -38px -240px;
  cursor: pointer;
  transition: transform .6s ease;
}
.forecast_box > .forecast_box2 > i:hover {
  transform: rotate(360deg);
}
.forecast_box > .forecast_box2 > .forecast_box_left {
  float: left;
  background: #fff;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont {
  margin-left: 150px;
  overflow: hidden;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > h3 {
  text-align: left;
  font-size: 13px;
  margin-bottom: 40px;
  padding-left: 22px;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul {
  overflow: hidden;
  float: left;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul > li 
{
  float:left;
  text-align: left;
  margin-right: 30px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  margin-bottom: 16px;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul > li > i {
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  background: url("/Product/images/newImage/index-images.png") no-repeat -26px -233px;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul > li > a {
  display: inline-block;
  margin-left: 22px;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul > li > a:hover {
  color: #c30000;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul.forecast-tag-ul {
  float: right;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul.forecast-tag-ul > li {
  border: 0;
  position: relative;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul.forecast-tag-ul > li > i {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -2px;
  width: 3px;
  height: 5px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -222px;
}
.forecast_box > .forecast_box2 > .forecast_box_right {
  float: right;
  width: 400px;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img {
  width: 398px;
  height: 223px;
  text-align: center;
  margin-top: 50px;
  border: 1px solid #DADADA;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img > a {
  display: inline-block;
  width: 398px;
  height: 223px;
  overflow: hidden;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img > a img {
  width: 100%;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img > h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img > h4 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img > hr {
  margin: 0 auto;
  width: 70px;
  height: 1px;
  background: #363636;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img a.forecast-img-go {
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 30px;
  background: #363636;
  color: #fff;
  margin-bottom: 10px;
}
.forecast_box > .forecast_box2 > .forecast_box_right > .forecast-img a.forecast-img-go > i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -17px -233px;
}
/* start 顶部导航，底部版权宽度 2017年8月28日11:50:31 陈翔*/
.header_top,.nav,.footer,.crumbs_fun,.main,.youliao {
    width: 1500px;
    margin: 0 auto;
}
/* end  顶部导航，底部版权宽度 2017年8月28日11:50:31 陈翔*/
.forecast_box2 {
  width: 1500px;
}
.forecast_box2 .forecast_box_left {
  width: 1000px;
}
.forecast_box2 .forecast_box_left .forecast-cont-box {
  width: 1000px;
}
.forecast_box2 .forecast_box_left .forecast-cont-box .forecast-cont > ul > li {
  width: 175px;
}
.forecast_box2 .forecast_box_right > .forecast-img > h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}
.forecast_box2 .forecast_box_right > .forecast-img > h4 {
  margin-top: 12px;
  margin-bottom: 10px;
}
.forecast_box2 .forecast_box_right > .forecast-img .forecast-img-go {
  height: 35px;
  line-height: 35px;
}
.forecast_box2 > i {
  right: 0;
}

@media screen and (max-width: 1599px) and (min-width: 1440px) {
  .forecast_box2 {
    width: 1200px;
  }
  .forecast_box2 .forecast_box_left {
    width: 1000px;
  }
  .forecast_box2 .forecast_box_left .forecast-cont-box {
    width: 1000px;
  }
  .forecast_box2 .forecast_box_left .forecast-cont-box .forecast-cont > ul > li {
    width: 175px;
  }
  .forecast_box2 .forecast_box_right > .forecast-img > h3 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .forecast_box2 .forecast_box_right > .forecast-img > h4 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .forecast_box2 .forecast_box_right > .forecast-img .forecast-img-go {
    height: 30px;
    line-height: 30px;
  }
}

.header_new > .nav_box {
  border-bottom: 1px solid #c8c8c8;
  background:#fff;
  position: relative;
}
.header_new > .nav_box > .nav .index-logo {
  float: left;
}
.header_new > .nav_box > .nav .nav_container {
  float: left;
}
.header_new > .nav_box > .nav .nav_container > li {
  height: 72px;
  cursor: pointer;
  /*margin: 18px 15px 0;*/
  padding-top:18px;
  padding-left:15px;
  padding-right:15px;
  float: left;
  text-align: center;
}
.header_new > .nav_box > .nav .nav_container > li:hover > span {
  color: #c30000;
}
/*.header_new > .nav_box > .nav .nav_container > li:hover > .forecast_box,*/
/*.header_new > .nav_box > .nav .nav_container > li:active > .forecast_box{*/
  /*display:block;*/
/*}*/

.header_new > .nav_box > .nav .nav_container > li > i {
  display: none!important;
  visibility: hidden;
  /*display: inline-block;*/
  width: 28px;
  height: 20px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -278px;
}
.header_new > .nav_box > .nav .nav_container > li > span.nav-wz {
  font-size: 16px;
  display:block;
  padding-bottom:1px;
  padding-top:6px;
}
.header_new > .nav_box > .nav .nav_container > li > span.nav-yw
{
  padding-bottom:6px;
  font-size: 13px;
  display: block;
}
/***********************�ײ���ʽ******************************/
.footer_box {
  width: 100%;
  height: 480px;
  background: #333;
  color: #999;
}
.footer_box *{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.footer_box a {
  color: #999;
}
.footer_box > .footer > .footer_top_box {
  width: 100%;
  height: 320px;
  padding-top: 56px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: content-box;
}
.footer_box > .footer > .footer_top_box > div {
  float: left;
}
.footer_box > .footer > .footer_top_box > div > div {
  display: block;
  font-size: 16px;
  margin-bottom: 56px;
}
.footer_box > .footer > .footer_top_box > div a {
  font-size: 13px;
}
.footer_box > .footer > .footer_top_box > .footer_rmtag > ul {
  width: 140px;
}
.footer_box > .footer > .footer_top_box > .footer_rmtag > ul > li {
  float: left;
  margin-right: 16px;
  margin-bottom: 28px;
}
.footer_box > .footer > .footer_top_box > .footer_rmtag > ul > li:last-child {
    margin-bottom: 0;
}

.footer_box > .footer > .footer_top_box > .footer_rmtag > ul > li > a:hover {
  color: #c30000;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul {
  /*overflow: hidden;*/
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li {
  float: left;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li > i {
  margin-bottom: 20px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li > p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li > p.f-ewm img{
  width: 90px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-l {
  width: 126px;
 
  border-right: 1px solid #525152;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-l > i {
  display: inline-block;
  width: 56px;
  height: 36px;
  margin-left: 20px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -424px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-l > p {
  margin-left: 5px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-r {
  width: 188px;
  height: 115px;
  margin-left: 30px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-r p.f-ewm{
  text-align: center;
  margin-right: 20px;
}
.footer_box > .footer > .footer_top_box > .footer_tspro > ul > li.footer-tspro-c-r > i {
  display: inline-block;
  width: 96px;
  height: 35px;
  margin-left: 30px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -464px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li {
  margin-bottom: 30px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-adress > a {
  display: block;
  position: relative;
  padding-left: 25px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-adress > a:hover {
  color: #00A6A0;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-adress > a:hover > i {
  background-position: -82px -255px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-adress > a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 21px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -105px -255px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-phone > a {
  display: block;
  position: relative;
  padding-left: 25px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-phone > a:hover {
  color: #F84F5A;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-phone > a:hover > i {
  background-position: -82px -282px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-phone > a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 21px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -105px -282px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-qq > a {
  display: block;
  position: relative;
  padding-left: 25px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-qq > a:hover {
  color: #0090C3;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-qq > a:hover > i {
  background-position: -82px -230px;
}
.footer_box > .footer > .footer_top_box > .footer_lxwm > ul > li.footer-lxwm-c-qq > a > i {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 21px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -105px -230px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c {
  width: 360px;
  overflow: hidden;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > div.footer-xzkhd-c-l {
  float: left;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > div.footer-xzkhd-c-l > i {
  display: inline-block;
  width: 37px;
  height: 40px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -510px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > div.footer-xzkhd-c-l > p {
  margin-top: 10px;
  margin-left: 5px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > .footer-xzkhd-c-r {
  float: left;
  margin-left: 30px;
  height: 72px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > .footer-xzkhd-c-r > h3 {
  font-size: 16px;
  margin-bottom: 12px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > a.footer-xzkhd-c-d {
  float: left;
  margin-top: 32px;
  padding: 10px 28px 10px 28px;
  border: 1px solid #767676;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > a.footer-xzkhd-c-d:hover {
  background: #0093C3;
  border: 1px solid #0093C3;
  color: #fff;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > a.footer-xzkhd-c-d:hover > i {
  background-position: -31px -233px;
}
.footer_box > .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c > a.footer-xzkhd-c-d > i {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -26px -233px;
  vertical-align: 5%;
}
.footer_box > .footer > .footer_bottom_box {
  width: 100%;
  text-align: center;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row1 {
  margin-bottom: 18px;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row1 > li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #666;
  line-height: 12px;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row1 > li > a {
  display: inline-block;
  color: #999;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row1 > li > a:hover {
  color: #c30000;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row1 > li:last-child {
  border-right: 0;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row2 {
  margin-bottom: 18px;
  color: #999;
}
.footer_box > .footer > .footer_bottom_box > .footer_bottom_row3 {
  margin-bottom: 0px;
  color: #999;
}
@media screen and (min-width: 1500px) {
  .footer > .footer_top_box > .footer_rmtag > div {
    margin-left: 114px;
  }
  .footer > .footer_top_box > .footer_rmtag > ul {
    margin-left: 114px;
  }
  .footer > .footer_top_box > .footer_tspro > div {
    margin-left: 100px;
  }
  .footer > .footer_top_box > .footer_tspro > ul {
    margin-left: 100px;
  }
  .footer > .footer_top_box > .footer_lxwm > div {
    margin-left: 80px;
  }
  .footer > .footer_top_box > .footer_lxwm > ul {
    margin-left: 80px;
  }
  .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-t {
    margin-left: 100px;
  }
  .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c {
    margin-left: 100px;
  }
}
@media screen and (max-width: 1499px) {
  .footer > .footer_top_box > .footer_rmtag > div {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_rmtag > ul {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_tspro > div {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_tspro > ul {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_lxwm > div {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_lxwm > ul {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-t {
    margin-left: 25px;
  }
  .footer > .footer_top_box > .footer_xzkhd > .footer-xzkhd-c {
    margin-left: 25px;
  }
}
/***********************�ұ߹�������ʽ******************************/
.fix_right {
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 101;
  background: #FAFAFA;
  height: 100%;
  border-left: 1px solid #C6C6C6;
  border-top: 0;
}
.fix_right .fix-container {
  float: left;
  width: 400px;
  height: 100%;
  background: #fafafa;
  border-left: 1px solid #C6C6C6;
  padding-left: 0;
  padding-right: 0;
}
.fix_right .fix-container .fix-login {
  width: 280px;
  margin: 0 auto;
}
.fix_right .fix-container .fix-login > .fix-form {
  margin-top: 40px;
  overflow: hidden;
}
.fix_right .fix-container .fix-login > .fix-form .form-group {
  width: 100%;
  margin-bottom: 18px;
  overflow: hidden;
}
.fix_right .fix-container .fix-login > .fix-form .form-group > input {
  width: 258px;
  padding: 10px;
  border: 1px solid #C6C6C6;
}
.fix_right .fix-container .fix-login > .fix-form .form-group > p.lf > a:hover {
  color: #CE0018;
}
.fix_right .fix-container .fix-login > .fix-form .form-group > p.rt > label #fix-checkbox {
  margin: 0;
  margin-right: 3px;
  vertical-align: -10%;
}
.fix_right .fix-container .fix-login > .fix-form > a {
  float: right;
  text-align: center;
  width: 90px;
  height: 36px;
  line-height: 36px;
  background: #000;
  color: #fff;
  font-size: 15px;
}
.fix_right .fix-container .fix-login .fix-login-t100 {
  width: 300px;
  margin-top: 140px;
}
.fix_right .fix-container .fix-login .fix-login-t100 hr {
  width: 100%;
  height: 1px;
  background: #C6C6C6;
}
.fix_right .fix-container .fix-login .fix-login-t100 a {
  padding-bottom: 7px;
  font-size: 15px;
  padding-right: 12px;
  padding-left: 12px;
  font-weight: bold;
}
.fix_right .fix-container .fix-login .fix-login-t100 .fix-login-t100-l {
  float: left;
  border-bottom: 2px solid #CE0018;
}
.fix_right .fix-container .fix-login .fix-login-t100 .fix-login-t100-r {
  float: right;
}
.fix_right .fix-container .fix-login .fix-login-t100 .fix-login-t100-r:hover {
  color: #CE0018;
}
.fix_right .fix-container .fix-login .fix-login-t100 .fix-login-t100-r i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 0 -233px;
}
.fix_right .fix-container .fix-allogin {
  text-align: center;
  margin-top: 140px;
}
.fix_right .fix-container .fix-allogin > .person-info {
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.fix_right .fix-container .fix-allogin > .person-info > .user-tx {
  display: block;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fix_right .fix-container .fix-allogin > .person-info > h2 {
  margin-bottom: 12px;
}
.fix_right .fix-container .fix-allogin > .person-info > h2 > a {
  display: inline-block;
  width: 60px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  font-size: 12px;
  background: #FA9630;
  vertical-align: text-bottom;
  color: #fff;
}
.fix_right .fix-container .fix-allogin > .person-info > p {
  margin-bottom: 30px;
}
.fix_right .fix-container .fix-allogin > .person-info > .person-xufei {
  display: inline-block;
  width: 85px;
  height: 22px;
  line-height: 22px;
  border: 1px solid #FA9630;
  margin-bottom: 25px;
  color: #FA9630;
}
.fix_right .fix-container .fix-allogin > .person-info > .person-xufei > i {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -8px -233px;
}
.fix_right .fix-container .fix-allogin > .info-change {
  text-align: center;
}
.fix_right .fix-container .fix-allogin > .info-change a {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.fix_right .fix-container .fix-allogin > .info-change a:hover {
  color: #FA9630;
}
.fix_right .fix-container .fix-allogin > .info-change > .info-change-mima {
  border-left: 1px solid #656565;
  border-right: 1px solid #656565;
}
.fix_right .fix-container .shoucang-jilu-tyys {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
.fix_right .fix-container .shoucang-jilu-tyys > h3 {
  margin-top: 100px;
  margin-bottom: 40px;
  line-height: 30px;
  border-bottom: 2px solid #c8c8c8;
  overflow: hidden;
}
.fix_right .fix-container .shoucang-jilu-tyys > h3 > b {
  float: left;
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: -1px;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 3px solid #c30000;
}
.fix_right .fix-container .shoucang-jilu-tyys > h3 > a {
  font-size: 13px;
  float: right;
}
.fix_right .fix-container .shoucang-jilu-tyys > h3 > a:hover {
  color: #c30000;
}
.fix_right .fix-container .shoucang-jilu-tyys > h3 > a > i {
  width: 5px;
  height: 9px;
  display: inline-block;
  background: url("/Product/images/newImage/index-images.png") no-repeat -26px -233px;
}
.fix_right .fix-container .shoucang-jilu-tyys > span {
  margin-bottom: 20px;
  position: relative;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > a {
  display: block;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > i {
  cursor: pointer;
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background: url("/Product/images/newImage/index-images.png") no-repeat -51px -305px;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > i:hover {
  background-position: -77px -305px;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > h4 {
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 5px;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > h4:hover {
  color: #c30000;
}
.fix_right .fix-container .shoucang-jilu-tyys > span > p {
  color: #999;
}
.fix_right .fix-container .fix-shoucang {
  display: none;
}
.fix_right .fix-container .fix-jilu {
  display: none;
}
.fix_right .fix-function {
  width: 36px;
  height: 100%;
  background: #fff;
  float: left;
  position: relative;
}
.fix_right .fix-function > .icon-close {
  opacity: 0;
  filter: alpha(opacity=0);
  display: inline-block;
  margin-top: 14px;
  width: 36px;
  height: 36px;
  background: url("/Product/images/newImage/index-images.png") no-repeat 1px -243px;
  transition: transform .6s ease;
}
.fix_right .fix-function > .icon-close:hover {
  transform: rotate(360deg);
}
.fix_right .fix-function > .icon-top,
.fix_right .fix-function .icon-bottom {
  margin-top: 40px;
}
.fix_right .fix-function > .icon-top a,
.fix_right .fix-function .icon-bottom a {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: #666;
}
.fix_right .fix-function > .icon-top a:hover > span,
.fix_right .fix-function .icon-bottom a:hover > span {
  width: 90px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fix_right .fix-function > .icon-top a:hover > span:after,
.fix_right .fix-function .icon-bottom a:hover > span:after {
  position: absolute;
  z-index: 3;
}
.fix_right .fix-function > .icon-top a > span,
.fix_right .fix-function .icon-bottom a > span {
  position: absolute;
  right: 36px;
  width: 0px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #626368;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  /*����ʹ��transition ʵ�ֽ���*/
  transition: all .1s ease;
  white-space: nowrap;
  /*����ΪԪ������С����*/
}
.fix_right .fix-function > .icon-top a > span:after,
.fix_right .fix-function .icon-bottom a > span:after {
  position: absolute;
  top: 13px;
  right: -7px;
  z-index: -1;
  width: 0;
  height: 0;
  content: ' ';
  border-top: 5px solid transparent;
  border-left: 10px solid #626368;
  border-bottom: 5px solid transparent;
}
.fix_right .fix-function .icon-top > .icon-gift img {
    width: 150px;
    height: 150px;
}

.fix_right .fix-function .icon-top > .icon-gift {
    display: none;
    background: url('/Product/images/newImage/icon-gift.png') no-repeat center;
    background-size: 50%;
}
.fix_right .fix-function > .icon-top > .icon-gift:hover > span {
    display: none;
}
.fix_right .fix-function .icon-top > .icon-gift:hover {
    background: #c30000 url('/Product/images/newImage/icon-gift_w.png') no-repeat center;
    background-size: 50%;
}
.fix_right .fix-function .icon-top > .icon-gift span {
    cursor: default;
    padding: 20px;
    width: 150px!important;
    height: 180px !important;
    background-color: #fff;
    top: 50%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    border: 1px solid #c6c6c6;

}
.fix_right .fix-function .icon-top > .icon-gift span em {
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    font-style: normal;
}
.fix_right .fix-function .icon-top > .icon-gift span.gift-load {
    display: none;
    background:#fff url('/Product/images/newImage/gift-loading.gif') no-repeat center;
}
.fix_right .fix-function .icon-top > .icon-gift span.gift-ewm {
    display: none;
}
.fix_right .fix-function .icon-top > .icon-gift span:after {
    border-left-color: #fff;
    top: 50%;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

.fix_right .fix-function > .icon-top > .icon-user,
.fix_right .fix-function .icon-bottom > .icon-user {
  background: url('/Product/images/newImage/index-images.png') no-repeat -36px -34px;
}
.fix_right .fix-function > .icon-top > .icon-user:hover,
.fix_right .fix-function .icon-bottom > .icon-user:hover {
  background-position: 0 -34px;
}
.fix_right .fix-function > .icon-top > .icon-check,
.fix_right .fix-function .icon-bottom > .icon-check {
  background: url('/Product/images/newImage/index-images.png') no-repeat -108px -34px;
}
.fix_right .fix-function > .icon-top > .icon-check:hover,
.fix_right .fix-function .icon-bottom > .icon-check:hover {
  background-position: -72px -34px;
}
.fix_right .fix-function > .icon-top > .icon-collect,
.fix_right .fix-function .icon-bottom > .icon-collect {
  background: url('/Product/images/newImage/index-images.png') no-repeat -36px -70px;
}
.fix_right .fix-function > .icon-top > .icon-collect:hover,
.fix_right .fix-function .icon-bottom > .icon-collect:hover {
  background-position: 0 -70px;
}
.fix_right .fix-function > .icon-top > .icon-buy,
.fix_right .fix-function .icon-bottom > .icon-buy {
  background: url('/Product/images/newImage/index-images.png') no-repeat -108px -70px;
}
.fix_right .fix-function > .icon-top > .icon-buy:hover,
.fix_right .fix-function .icon-bottom > .icon-buy:hover {
  background-position: -72px -70px;
}
.fix_right .fix-function > .icon-top > .icon-title,
.fix_right .fix-function .icon-bottom > .icon-title {
  background: url('/Product/images/newImage/index-images.png') no-repeat -36px -106px;
}
.fix_right .fix-function > .icon-top > .icon-title:hover,
.fix_right .fix-function .icon-bottom > .icon-title:hover {
  background-position: 0 -106px;
}
.fix_right .fix-function > .icon-top > .icon-youliao,
.fix_right .fix-function .icon-bottom > .icon-youliao {
  background: url('/Product/images/newImage/index-images.png') no-repeat -108px -106px;
}
.fix_right .fix-function > .icon-top > .icon-youliao:hover,
.fix_right .fix-function .icon-bottom > .icon-youliao:hover {
  background-position: -72px -106px;
}
.fix_right .fix-function > .icon-bottom {
  margin-top: 0;
  position: absolute;
  bottom: 10%;
}
.fix_right .fix-function > .icon-bottom > .icon-service {
  background: url('/Product/images/newImage/index-images.png') no-repeat -36px -142px;
}
.fix_right .fix-function > .icon-bottom > .icon-service:hover {
  background-position: 0 -142px;
}
.fix_right .fix-function > .icon-bottom > .icon-call {
  background: url('/Product/images/newImage/index-images.png') no-repeat -108px -142px;
}
.fix_right .fix-function > .icon-bottom > .icon-call:hover {
  background-position: -72px -142px;
}
.fix_right .fix-function > .icon-bottom > .icon-call:hover > span {
  width: 180px;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima {
  background: url('/Product/images/newImage/index-images.png') no-repeat -36px -178px;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima:hover {
  background-position: 0 -178px;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx {
  background: url('/Product/images/newImage/index-fixright-xcx-l.png') no-repeat center;
  background-size:65%;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx:hover {
  background: #333 url('/Product/images/newImage/index-fixright-xcx-g.png') no-repeat center;
  background-size:65%;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx.active > span {
  width: 260px;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fix_right .fix-function > .icon-bottom > .icon-xcx.none > span {
  display:none!important;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx:hover > span > .erweima-wz > div{
  /* color:#c30000; */
  text-decoration: underline;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx:hover > span > .erweima-wz > div:hover{
  color:#c30000;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima:hover > span {
  width: 260px;
  display: block;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span 
{
  cursor: default;
  box-sizing:content-box;
  display: none;
  position: absolute;
  right: 36px;
  top: -50px;
  width: 300px;
  height: 100px;
  background: #fff;
  padding: 20px;
  padding-left: 15px;
  border: 1px solid #C6C6C6;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx > span .notip{
  display:none;
  cursor: pointer;
  position:absolute;
  right:12px;
  top:0;
  color:#c30000;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx.active > span .notip {
  display:block;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span:after {
  position: absolute;
  top: 63px;
  right: -7px;
  z-index: 3;
  width: 0;
  height: 0;
  content: ' ';
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span i {
  width: 95px;
  height: 95px;
  float: left;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span i img{
  width: 100%;
  height: 100%;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz {
  width: 100px;
  float: left;
  margin-left: 15px;
  height: 80px;
  color: #000;
  padding-top: 9px;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz > h4,
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz p,
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz div {
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz > h4 {
  font-weight: bold;
  font-size:13px;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz > p {
  margin-bottom: 10px;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx > span > .erweima-wz > p {
  margin-bottom: 32px;
  color:#666;
}
.fix_right .fix-function > .icon-bottom > .icon-erweima > span > .erweima-wz > div {
  color: #bbb;
}
.fix_right .fix-function > .icon-bottom > .icon-xcx > span > .erweima-wz > div {
  color: #aaa;
  cursor: pointer;
}

.fix_right .fix-function > .icon-bottom > .icon-ding {
  background: url('/Product/images/newImage/index-images.png') no-repeat -142px -34px;
} 

.fix_right .fix-function > .icon-bottom > .icon-xcx {
  animation:xcx-donghua 1s ease infinite;
  -webkit-animation:xcx-donghua 1s ease infinite;
}

@keyframes xcx-donghua {
 50% { background-image:url('/Product/images/newImage/index-fixright-xcx-l.png')}
 100% {background-image:url('/Product/images/newImage/index-fixright-xcx-g.png')}
}

@-webkit-keyframes xcx-donghua  {
  50% {background-image:url('/Product/images/newImage/index-fixright-xcx-l.png')}
  100% {background-image:url('/Product/images/newImage/index-fixright-xcx-g.png')}
}


/*-------------------- start 新增 穿针引线 头部 底部样式修改 -------------------- */
/*--------------- 陈翔 2017年7月3日17:00:26  -----------------*/
@font-face {
  font-family: 'iconfont-newt100';  /* project id 305471 */
  src: url('/Product/Styles/eeff_font/iconfont.eot');
  src: url('/Product/Styles/eeff_font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('/Product/Styles/eeff_font/iconfont.woff') format('woff'),
  url('/Product/Styles/eeff_font/iconfont.ttf') format('truetype'),
  url('/Product/Styles/eeff_font/iconfont.svg#iconfont-newt100') format('svg');
}
.t100fonts{
    font-family:"iconfont-newt100" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 4px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-track-piece {
    background: transparent ;
}
/*导航修改*/
.header_new{
  width: 100%;
}
.header_new > .nav_box > .nav .nav_container > li{
  height: 62px;
}
.header_new > .nav_box > .nav .nav_container > li > a.nav-wz{
  padding-top: 0;
}
.index-logo{
  height: 80px;  
}
.index-logo .img{
    height: 100%;  
}
.forecast_box{
  top: 80px;
}
.nav_box h1{
    width: 250px;
    height: 80px;
    float: left;
}
.nav_box h1 a{
  font-size: 0;
  vertical-align: middle;
  line-height: 80px;
}
.header_new > .nav_box > .nav .nav_container > li > i {
    background-position:0 -278px;
}
.forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont > ul > li > i{
  display: block!important;
}
.header_new .outer .header_top .header-left li {
  font-family: Arial;
  font-weight: 600;
}
.header_new .outer .header_top .header-left li:nth-child(5) {
  font-family: Arial;
  font-weight: 600;
}
.header_new .outer .header_top .header-right {
  line-height: 31px;
}
.header_new .outer .header_top .header-right .login-before a {
  color: #aaaaaa;
}
.header_new .outer .header_top .header-right .login-before a.login {
  position: relative;
  color: #fff;
}
.header_new .outer .header_top .header-right .login-before a.login i {
  font-size: 13px;
  padding-right: 10px;
  position: relative;
  top: -2px;
}
.header_new .outer .header_top .header-right .login-before b {
  width: 1px;
  height: 13px;
  background: url(/Product/Images/home2/banner_btn_icon.png) no-repeat -120px top;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.header_new .outer .header_top .header-right .login-after p {
  color: #fff;
  font-size: 12px;
  float: left;
}
.header_new .outer .header_top .header-right .login-after p span{
  padding-right: 5px;
  float: left;
}
.header_new .outer .header_top .header-right .login-after p a {
  float: left;
  color: #fff;
  font-size: 14px;
  width: 30px;
  vertical-align: middle;
  height: 31px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.header_new .outer .header_top .header-right .login-after p .return-person{
  float: left;
  color :red;
  padding: 0 2px;
  width: 70px;
  line-height: 31px;
}

/* start 2018年4月3日17:58:47 扫码登录小程序样式 陈翔 */
.qrcode_login {
  color:#FFF!important;
  padding-left: 18px;
  background: url('/Product/Images/nav_qrcodeLogin_icon.png') no-repeat 0 center;
}
.qrcode_login:after {
  content:'';
  width: 1px;
  height: 13px;
  background: url('/Product/Images/home2/banner_btn_icon.png') no-repeat -120px top;
  display: inline-block;
  margin-left: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.outer .header_top {
  overflow: inherit;
  clear:both;
}
.outer .header_top:after{
  content:'';
  height: 0;
  display: block;
  clear:both;
}
.qrcode_login {
  position: relative;
}
.qrcode_login:hover{
  color:#FFF!important;
}
.qrcode-box {
  width: 190px;
  height: 240px;
  position:absolute;
  top: 34px;
  left: -5px;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  border-radius: 3px;
  z-index: 101;
  padding: 18px;
  padding-bottom: 10px;
  color:#999;
  display: none;
  text-align: center;
}
.qrcode-box img{
  width: 180px;
  height: 180px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.qrcode-box:before {
  content:'';
  height: 12px;
  width: 12px;
  position: absolute;
  top: -6px;
  left: 30px;
  transform: rotate(45deg);
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.qrcode-box:after {
  content:'';
  height: 15px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 10px;
  background-color: #FFF;
}
.refresh-qrcode {
  color: #666;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
  cursor: pointer;
  text-decoration: underline;
  color:#AAA;
  margin-top: 5px;
  display: inline-block;
}
.qrcode-box h4 {
  line-height: 1;
  font-weight: bold;
  color: #222;
  font-size: 13px;
  padding-top: 4px;
  padding-bottom: 12px;
}
.refresh-qrcode:hover {
  color:#C30000;
}
.qrcode-login-inner {
  position: relative;
  width: 190px;
  height: 180px;
  background: url('/Product/Images/new-loading.gif') no-repeat center;
}
.qrcode-login-inner span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(220,220,220,.9);
  color: #C30000;
  font-weight: bold;
  font-size: 15px;
  vertical-align: middle;
}
.header_new .outer .header_top .header-right .login-before .qrcode-login-inner span b{
  position: absolute;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%!important;
  height: auto;
  padding: 15px;
  line-height: 1.5;
  top: 50%;
  left: 50%;
  margin: 0;
  background: transparent;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.none {
  display: none!important;
}
/* end 2018年4月3日17:58:47 扫码登录小程序样式 陈翔 */

/* 底部 盒模型去功能 */
.footlist .footlistcon dl.code dt {
    box-sizing:content-box;
    -moz-box-sizing:content-box;
    -webkit-box-sizing:content-box;
}
/* 底部盒模型去功能 */

/*down 穿针引线底部 http://www.eeff.net/ style ready*/
.footer{background:#363636;color:#bdbcbc;height:46px;font-family:""}.footer .foot{width:1180px;line-height:46px;background:#363636;font-size:12px;height:46px;margin:0 auto}.footer .foot p{text-align:center}.footer .foot p a{display:inline-block;padding:0 5px;color:#bdbcbc}.footer .foot p a:hover{text-decoration:underline}.footlist{background:#4d4e4e;color:#bdbcbc;font-family:"宋体";height:150px;padding:28px 0}.footlist .footlistcon{width:1180px;line-height:24px;background:#4d4e4e;font-size:12px;height:150px;overflow:hidden;margin:0 auto}.footlist .footlistcon dl{float:left;width:168px;border-left:#575757 1px solid;height:150px;overflow:hidden;margin-left:-1px}.footlist .footlistcon dl dt{color:#f1f1f1;padding-left:45px}.footlist .footlistcon dl dd{color:#bdbcbc;padding-left:45px}.footlist .footlistcon dl dd a{color:#bdbcbc}.footlist .footlistcon dl dd a:hover{color:#f1f1f1}.footlist .footlistcon dl.link{float:left;width:140px}.footlist .footlistcon dl.code{float:left;width:500px}.footlist .footlistcon dl.code dt{float:left;margin:0 0 0 40px;width:108px;background:#fff;padding:10px 0 10px 5px;color:#747373}.footlist .footlistcon dl.code dt img{width: 103px;height: 103px;}.footlist .footlistcon dl.code dd{float:left;width:103px;line-height:18px;margin-left:22px;background:#f1f1f1;padding:10px;color:#747373}.code p{text-align:center}.footer_box{height:auto}
/*down 穿针引线底部 http://www.eeff.net/ style end*/

/*start 在线客服样式*/
.model_contact{opacity:0;position:fixed;top:0;z-index:1000;width:100%;height:100%;background-color:rgba(0,0,0,0.5);color:#000}.model_contact .model-contact-close{cursor:pointer;position:absolute;right:10px;top:10px;width:16px;height:16px;background:url("/Product/Images/home2/model-contact-close-icon.png") no-repeat;-webkit-transition:transform .4s ease;-moz-transition:transform .4s ease;-ms-transition:transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease}.model_contact .model-contact-close:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.model_contact .model_alert{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background-image:url('/Product/Images/home2/model-alert.png');background-color:#fff;width:520px;height:470px;overflow:hidden;position:absolute;z-index:10;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 0 24px rgba(0,0,0,.2);-moz-box-shadow:0 0 24px rgba(0,0,0,.2);box-shadow:0 0 24px rgba(0,0,0,.4)}.model_contact .contact_box{margin:120px 70px 0}.model_contact .kf_group .kf-title,.model_contact .qq_group .qq-title{text-align:center;font-size:15px;font-weight:bold;height:36px;line-height:36px;background-color:rgba(255,255,255,0.3)}.model_contact .qq_group .qq-title{margin-bottom:10px}.model_contact .kf_group .kf-phone{text-align:center;font-size:24px;height:55px;line-height:55px;background-color:transparent}.model_contact .qq_group .qq_contBox{width:305px;margin:0 auto}.model_contact .cell{padding-top:14px}.model_contact .cell .qq-label{line-height:28px;font-size:15px;display:inline-block;min-width:72px;margin-right:10px}.model_contact .cell .qq-value{line-height:28px;font-size:15px;display:inline-block;min-width:110px;color:#00628f}.model_contact .cell .qq-value i{vertical-align:-10%;display:inline-block;width:16px;height:16px;margin-right:5px;background:url("/Product/Images/home2/contact.qq.icon.png") no-repeat}.model_contact .cell .qq-linkTo{float:right;font-size:13px;display:inline-block;height:26px;line-height:26px;padding:0 10px;text-align:center;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}.model_contact .cell .qq-linkTo img{vertical-align:-16%;margin-right:2px}.model_contact .cell .qq-linkTo:hover{background-color:#333;color:#fff}.model_contact .cell .qq-linkTo:active{background-color:#000}
/* end  在线客服样式*/

/* start ie6-8弹出提示框style*/
.ie-warning{width:100%;height:100%;position:fixed;top:0;left:0;background:url("/Product/images/newImage/bg_tm.png");z-index:10000}.warning-main{width:780px;height:640px;position:absolute;top:50%;left:50%;margin-top:-320px;margin-left:-390px;background:url("/Product/images/newImage/http404_tan.png") no-repeat}.warning-cont{width:400px;margin:200px auto;padding-left:30px;color:#fff}.warning-cont ul{overflow:hidden;margin-left:10px;margin-top:20px}.warning-cont li{float:left;margin-right:36px}.warning-cont li a{color:#fff;display:block;width:60px;text-align:center}.warning-cont li a:hover{color:#000}.warning-cont i{display:inline-block;width:60px;height:60px;background:url("/Product/images/newImage/http404_web.png") no-repeat 0 0}.warning-cont .i1{background-position:0 0}.warning-cont .i2{background-position:-99px 0}.warning-cont .i3{background-position:-201px 0}.warning-cont .i4{background-position:right 0}.warning-cont p{margin-bottom:6px;font-size:1.2em}.warning-cont h3{margin:20px 0;font-size:1.6em}
/* end ie6-8弹出提示框style*/

/*start 登录提示样式 陈翔 2017年8月1日16:42:56 */
.notice{display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,0.4);width:100%;height:100%}.notice .notice_description{position:fixed;left:50%;top:50%;width:500px;height:300px;margin-left:-250px;margin-top:-150px;background:#fff;text-align:center}.notice .notice_description .notice_close{position:absolute;right:0;display:block;width:50px;height:50px;background:url(/Product/images/all.png)no-repeat -75px 5px}.notice .notice_description p{padding:0 40px;line-height:30px;}.notice .notice_description div.notice_loginbox{margin-top: 0px;margin-bottom: 24px;}.notice .notice_description .notice_loginbox a{display:block;width:210px;height:37px;line-height:37px;background:#fff;text-decoration:none;color:#000;font-size:.8em;margin-top:10px;border:1px solid #000;text-align:center;margin-left:140px}.notice .notice_description .notice_loginbox a:hover{background:#000;color:#fff}
.notice .notice_description h3{font-size: 13px;line-height: 1.5;text-align: center;padding: 40px;font-weight: normal;color:#000;}
.notice .notice_description .notice_loginbox a.login{margin-top: 0;}
.little_tips {font-size: 12px !important;color: #828282;padding-bottom: 0px!important;padding-top: 10px!important;}
/*end 登录提示样式 陈翔 2017年8月1日16:42:56 */

/* start 升级VIP弹窗提示 2017年7月11日18:06:15 陈翔*/
.upgarde-vip-cont{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: rgba(0,0,0,0.8);z-index: 10003;}
.upgarde-vip{position: absolute;top: 50%;left: 50%;;margin-left: -230px;margin-top: -127px;padding-bottom: 60px;width: 460px;padding-top: 12px;background-color: #fff;border-radius: 5px;}
.upgarde-vip p{line-height: 30px;padding-left: 40px;padding-right: 40px;padding-top: 50px;padding-bottom: 50px;text-align: center;font-size: 18px;}
.upgarde-vip a{display: block; width: 160px;height: 46px;text-align: center;line-height: 46px;background-color: #c30000;font-size: 16px;color: #fff;margin: 0 auto;}
.upgarde-vip .upgarde-close{position: absolute;width: 36px;height: 36px;right: 0;top: 0;cursor: pointer;background: url(/Product/Images/home2/model-contact-close-icon.png)no-repeat center; }
/* end 升级VIP弹窗提示 2017年7月11日18:06:15 陈翔*/

/* satrt 2017年8月9日16:08:32 搜索框样式修改 陈翔 */
.UI-search{z-index: 100!important;width:300px!important;padding:0;border:none!important;box-shadow:0 0 20px rgba(0,0,0,.4);left: 50%!important; margin-left: 422px; top: 95px!important;}
.UI-search-title{padding-left: 10px!important;}
.UI-search .UI-search-result .UI-search-item{padding-top:10px!important;padding-left:10px!important;padding-right:10px!important;height:80px!important;cursor:pointer!important;-webkit-box-sizing: content-box; -moz-box-sizing: content-box;box-sizing: content-box;}
.UI-search .showSearch{padding-left:0!important;padding-right:0!important;margin-top:0!important;margin-bottom:0!important;width:280px!important;padding-bottom:10px;border-bottom:1px solid #e6e6e6;overflow:hidden;_zoom:1}
.UI-search .UI-search-item:last-child .showSearch{border-bottom:0}
.UI-search .UI-search-item img{width:70px;height:70px;border-radius:4px}
.UI-search .Heading{margin-left:5px!important;width:200px!important;color:#c30000!important;margin-left:10px!important}
.UI-search .Description{color:#999!important;width:200px!important;padding-left:10px!important}
.UI-search .UI-search-item:hover{opacity:.9}
.UI-search .UI-search-item:hover .Description{text-decoration:underline}
/* end 2017年8月9日16:08:32 搜索框样式修改 陈翔 */

/* start 响应两个尺寸 顶部导航，底部版权宽度 2017年8月28日11:50:31 陈翔*/
@media screen and (max-width: 1599px) and (min-width: 1440px) {
    .header_top,.nav,.footer,.crumbs_fun,.main,.youliao,.forecast_box2 {
        width: 1350px;
    }
    .forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont{
      margin-left: 100px;
    }
    .index-logo {
      margin-right: 60px;
    }
    .nav_search {
        margin-left: 464px;
    }
    .UI-search{
        margin-left: 348px!important;
    }
}
@media screen and (max-width: 1439px)  {
    .header_top,.nav,.footer,.crumbs_fun,.main,.youliao,.forecast_box2 {
        width: 1160px;
    }    
    .forecast_box > .forecast_box2 > .forecast_box_left > .forecast-cont-box > .forecast-cont{
      margin-left: 50px;
    }
    .index-logo {
      margin-right: 40px;
    }
    .nav_search {
        width: 180px;
        margin-left: 389px;
    }
    .UI-search{
        margin-left: 253px!important;
    }
    .header_new > .nav_box > .nav .nav_container > li {
        padding: 18px 12px 0;
    }
    .nav_box h1{
        width: 175px;
    }
}
/* end  响应两个尺寸 顶部导航，底部版权宽度 2017年8月28日11:50:31 陈翔*/