@charset "utf-8";
/* CSS Document */
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  color: #222;
  font-family: "Microsoft YaHei", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

body, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, span, ul, ol, li, figure {
  margin: 0px;
  padding: 0px;
  text-indent: 0;
  font-weight: normal;

}

ul, ol {
  list-style: none;
  text-indent: 0;
  list-style-position: outside;
}

img {
  border: 0px;
}

.clear {
  width: 0px;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
  clear: both;
}

b {
  font-weight: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.center {
  text-align: center;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* link */
a {
  text-decoration: none;
  color: #222;
}

a:hover {
  text-decoration: none;
}

.main_content {
  width: 1200px;
  margin: 0 auto;
}

.w1000 {
  width: 1000px;
  margin: 0 auto;
}

/*header*/
.header > .top {
  background-color: #fbfbfb;
  height: 30px;
  border-bottom: 1px #f0f0f0 solid;
}

.top > .main_content {
  width: 1200px;
  height: 30px;
  margin: 0 auto;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.top > .main_content a {
  padding: 0 10px
}

.logo {
  height: 140px;
  padding: 0 60px
}

.logo h1 {
  width: 442px;
  height: 140px;
  background: url("../images/common/logo.png") center center no-repeat;
}

.logo h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.logo .fr {
  font-size: 18px;
  padding-top: 50px;
  height: 40px;
  line-height: 40px;
  /*margin: 0 40px;*/
  font-weight: 200;
  color: #555;
}
.logo .fr img{
  float: left;
  width: 18px;
  height: 18px;
  padding-right: 3px;
  margin-top: 18px;
}
.logo .fr strong {
  position: relative;
  top:5px;
  font-weight: 400;
  color: #dc0007;
  font-size: 34px;
  font-family: DINMEDIUM;
  padding-right: 20px;

}

.top_nav {
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  background: #003995
}

.top_nav li {
  float: left;
  width: 120px;
  text-align: center;
}

.top_nav li a {
  color: #fff;
}

.top_nav li a:hover {
  color: #db0007;
}

/*footer*/
.footer {
  background-color: #26436f;
  width: 100%;
  height: 370px;
  padding-top: 40px;
}
.internal-flinks{
  height: 220px;
  border-bottom: 1px solid rgba(255,255,255,0.1);

}
.footer .footer-item {
  /*min-width: 220px;*/
  float: left;
  /*height: 140px;*/
  /*padding-top: 15px;*/


  /*background: #ccc;*/
}

.footer .footer-item-title{
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin: 0;

}
.rdzt .footer-item-title,.lxwm .footer-item-title{
  text-align: center;
}
.footer-item-details{
  padding: 0 35px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.footer .footer-item-title a{
  color: #FFFFFF;
  font-size: 18px;
}
.footer-item-details ul.fl li{
  padding-right: 10px;
  text-align: right;

}
.footer-item-details ul.fr li{

  text-align: center;
}

.footer-item-details a,.footer-item-details,.footer dd a {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
}

.lxwm{
  float: right;
  padding-right: 0px;
}
.lxwm .footer-item-details{
  padding: 0;
  border-right: none;
}
.lxwm .footer-item-details img{
  padding: 7px 10px 0 30px;
}
.lxwm .footer-item-details p{
  width: 150px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 28px;
  text-align: left;
}
.footer-item-details p strong{
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
}
.external-flinks{
  margin-top: 10px;
}
.external-flinks .footer-item-title{
  text-align: left;
}
.external-flinks .footer-item-details{
  border-right: none;
  margin: 0;
  padding: 0 0;
}
.external-flinks .footer-item-details p{
  font-size: 12px;
}
.external-flinks .footer-item-details p a{
  display: inline-block;
  padding-right: 15px;
}
.crumb {
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
  font-size: 14px;
  color: #dc0007
}

.crumb span {
  font-size: 12px;
  color: #333
}

.crumb a {
  color: #dc0007;
}

img {
  cursor: pointer;
  transition: all 0.6s;
}

img:hover {
  transform: scale(1.03);
}

/*商务通*/
/*底部*/
#bottom_float {
  position: fixed;
  width: 100%;
  height: 38px;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  background: #003995;
  border-top: 2px solid #004aaf;
}

#bottom_float a {
  display: block;
  width: 100%;
  line-height: 38px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/*右侧*/
.clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*固定的悬浮窗*/

#right_float {
  position: fixed;
  z-index: 9999999;
  top: 150px;
  right: -127px;
  cursor: pointer;
  transition: all .3s ease;
}

.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px 'Microsoft YaHei';
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all .5s ease;
  overflow: hidden;
}

.yb_bar .yb_top {
  background: #dc0007 url(../../swt/images/rightbar.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
  background: #dc0007 url(../../swt/images/rightbar.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
  text-indent: 0;
  background: #dc0007 url(../../swt/images/rightbar.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
  background: #dc0007 url(../../swt/images/rightbar.png) no-repeat 0 -169px;
}

.hd_qr {
  padding: 0 29px 25px 29px;
}

.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}

@font-face{font-family:DINMEDIUM;src:url(../fonts/din-medium.otf)}