
@charset "utf-8";
/* CSS Document */
*{
  margin:0;
  padding:0;
}
html{
  width: 100%;
 
}

body{

 
  min-width: 1200px;
  margin: 0 auto;
  display: block;
  
}
.container{
  width:1200px;
  margin: 0 auto;
 
}
.main{
  
  width: 100%;
  z-index: 2;
  overflow: hidden;

}
/*菜单头部开始*/

/*.banner-index .tb-btn a,
:after{background: none;background-image: url(../img/icon.png);background-repeat: no-repeat;}*/


/****************************** CSS3 Transition ******************************/
.header,
.header .logo,
.header .right,
.header .right .search input,
.header .right .lang a,
.header .right .lang em,
.banner-index .tb-btn a,
.join-style .popup .box .close
{-webkit-transition: all .6s;transition: all .6s;}




/****************************** Common Part ******************************/
.header {
  position: fixed;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 50;
  width:100%;
  min-width: 1200px;
  background: #fff;
  /*box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);*/
  
}
.header .container{
  position: relative;
  height: 100%;
  
}



[animation-name]{visibility: hidden;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}


/****************************** Index ******************************/
.topheader{
  max-width: 1200px;
  margin: 0 auto;
  height:30px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 30px;
  
  position: relative;
}
.btmheader{
  
  border-top: 1px solid #f7f7f7;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  /*padding: 15px 0;*/
  transition: all .6s;
}
.header-index .btmheader{
  /*padding: 21px 0;*/
}
.header-index .topheader{
  line-height: 30px;
  height:30px;
  max-width: 1200px;
  margin: 0 auto;
  
}
.header-index {
  top:0;
  width: 100%;
  height: 110px;
  margin: auto;
  left: 0;
  right: 0;
}
 .topheader a{
  background: url(../img/QQ-.png) left center no-repeat;
  padding-left: 25px;
  margin-left: 30px;
  color: #0678cb;
  cursor: pointer;
}
 .topheader span{
   font-size: 14px;
   color: #999;
 }

.header-index .bg-subnav {
  bottom:0px;
}
.logo{
  margin-top:21px;
  float: left;
}

input.search_ipt::-webkit-input-placeholder{
　color:#fff;
}
input.search_ipt:-moz-placeholder{
　color:#fff;
}
input.search_ipt::-moz-placeholder{
　color:#fff;
}
input.search_ipt:-ms-input-placeholder{
　color:#fff;
}











.header .bg-subnav {
  position: absolute;
  background: #fff ;
  display: inline-block;
  padding-left: 0;
  width: 85%;
  vertical-align: top;
  font-size: 16px;
  margin: 10px 2.2% 0 0px;
  float: right;
  padding-right: 12px;
    
}
.bg-subnav-li{
  display: inline-block;
  line-height: 40px;
  margin-left: 80px;
}
.hiddennav{
  position: absolute;
  top: 56px;
  height: 0;
  display: none;
  background: #fff;
  overflow: hidden;
  border-top:3px solid #3660af;
}
.hiddennav a{
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #999999;
  display: block;
  text-align: left;
  padding-left: 14%;
  border-top: 1px solid #E5E5E5;
}
.hiddennav a i{
  background: url(../img/navright.png) center no-repeat;
  height: 50px;
  display: block;
  width: 8px;
  float: right;
  opacity:0;
  margin-right: 40%;
   
}
.hiddennav a:hover{
  background: #ededed;}


@media screen and (max-width: 1650px){
  .nav {
    padding-left:16%;
  }
  
}
@media screen and (max-width: 1399px){
  .nav {
    padding-left:16%;
  }
  
}
/*尾部开始*/






/*点击top回到顶部*/
.actGotop {
  position: fixed;
  _position: absolute;
  bottom: 20px;
  right: 20px;
  width: 42px;
  height: 42px;
  display: none;
  z-index: 999;
  background:#878787;
  opacity: 0.7;
  z-index: 99999;
}
.actGotop:hover{
  opacity: 1;
}
.actGotop a, .actGotop a:link {
    width:42px;
    height:42px;
    display: block;
    background: url(../img/down_img.png) center no-repeat;
    outline: none;
}
/*点击上一篇下一篇的公共样式*/
.shangxia{
  padding-top: 28px;
  position: relative;
}
.shangxia p:first-child{
  margin-bottom: 10px;
}
.shangxia p:first-child a{
  color: #999;
}
.shangxia p:first-child+p a{
  color: #721d25;
}
.btn {
  width: 158px;
  height: 40px;
  color: #4C4C4C;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 0;
  font-weight: 400;
  line-height:40px;
  position: relative;
  text-align: left;
  text-indent: 20px;
  transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  -moz-transition: all .2s ease-in-out 0s;
  -webkit-transition: all .2s ease-in-out 0s;
  letter-spacing: 2px;
  border: 1px solid #000;
  -webkit-appearance: none;
  text-transform: uppercase;
  font-family: din-condensed-web,sans-serif;
  background-color: transparent;
}
.btn.has-arrow-right:after {
  content: url(../img/tec_r.png);
  display: inline-block;
  position: absolute;
  top: 3px;
  right:20px;
}
.btn .line-1,
.btn .line-2,
.btn .line-3,
.btn .line-4 {
  display: block;
  position: absolute;
  background-color: #000
}

.btn .line-1,
.btn .line-3 {
  width: 1px
}

.btn .line-2,
.btn .line-4 {
  height: 1px
}

.btn .line-1 {
  left: -1px;
  bottom: -1px;
  animation: b 1.5s infinite ease;
  -webkit-animation:b 1.5s infinite ease;
  -ms-animation:b 1.5s infinite ease;
  -moz-animation:b 1.5s infinite ease;
  -o-animation:b 1.5s infinite ease;
}

.btn .line-2 {
  top: -1px;
  left: -1px;
  animation: c 1.5s infinite ease;
  -webkit-animation:c 1.5s infinite ease;
  -ms-animation:c 1.5s infinite ease;
  -moz-animation:c 1.5s infinite ease;
  -o-animation:c 1.5s infinite ease;
}

.btn .line-3 {
  top: -1px;
  right: -1px;
  animation: d 1.5s infinite ease;
  -webkit-animation:d 1.5s infinite ease;
  -ms-animation:d 1.5s infinite ease;
  -moz-animation:d 1.5s infinite ease;
  -o-animation:d 1.5s infinite ease;
}

.btn .line-4 {
  right: -1px;
  bottom: -1px;
  animation: e 1.5s infinite ease;
  -webkit-animation:e 1.5s infinite ease;
  -ms-animation:e 1.5s infinite ease;
  -moz-animation:e 1.5s infinite ease;
  -o-animation:e 1.5s infinite ease;
  
}
.btn i{
  margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.btn:hover {
  border: 1px solid transparent
}
@keyframes b {
  0% {
    height: 100%;
    bottom: 0
  }
  54% {
    height: 0;
    bottom: 100%
  }
  55% {
    height: 0;
    bottom: 0
  }
  to {
    height: 100%;
    bottom: 0
  }
}
@-webkit-keyframes b{
  0% {
    height: 100%;
    bottom: 0
  }
  54% {
    height: 0;
    bottom: 100%
  }
  55% {
    height: 0;
    bottom: 0
  }
  to {
    height: 100%;
    bottom: 0
  }
}



@keyframes c {
  0% {
    width: 0;
    left: 0
  }
  50% {
    width: 100%;
    left: 0
  }
  to {
    width: 0;
    left: 100%
  }
}
@-webkit-keyframes c{
  0% {
    width: 0;
    left: 0
  }
  50% {
    width: 100%;
    left: 0
  }
  to {
    width: 0;
    left: 100%
  }
}


@keyframes d {
  0% {
    height: 100%;
    top: 0
  }
  54% {
    height: 0;
    top: 100%
  }
  55% {
    height: 0;
    top: 0
  }
  to {
    height: 100%;
    top: 0
  }
}
@-webkit-keyframes d{
  0% {
    height: 100%;
    top: 0
  }
  54% {
    height: 0;
    top: 100%
  }
  55% {
    height: 0;
    top: 0
  }
  to {
    height: 100%;
    top: 0
  }
}




@keyframes e {
  0% {
    width: 0;
    right: 0
  }
  55% {
    width: 100%;
    right: 0
  }
  to {
    width: 0;
    right: 100%
  }
}
@-webkit-keyframes e{
  0% {
    width: 0;
    right: 0
  }
  55% {
    width: 100%;
    right: 0
  }
  to {
    width: 0;
    right: 100%
  }
}


/*点击下一页上一页的公共样式*/

.pager_linkBox{

  padding: 16px 0 40px;
  font-size: 14px;
  font-weight: bold;
  line-height:20px;
  text-align: right;
  clear: both;
}
.pager_linkBox a {
  line-height:20px;
  text-decoration: none;
  color: #4c4c4c;
  padding: 1px 8px;
  padding-bottom: 2px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  font-weight: normal;
}
.pager_linkBox a:last-child{
  padding:0 ;
}
.pager_linkBox a:hover {
  
  color:#0f6ab4;
}
.pager_linkBox a:active {
  BORDER: #0f6ab4 1px solid; 
  BACKGROUND-COLOR: #0f6ab4;
}
.pager_linkBox  a.current{
  color:#fff;
  border: 1px solid #0f6ab4;
  BACKGROUND-COLOR: #0375d6;
}
.pager_linkBox .icon{
  font-size:14px;
}
.right-nav {
  position: fixed;
  top: calc(50% - 155px);
  right: 0;
  z-index: 1000; }
.right-nav > a {
  display: block;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  background-color: #0578c9;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 4px;
  position: relative; }
.right-nav > a .phone-box-outer {
  position: absolute;
  right: 55px;
  top: 0px;
  padding: 10px 20px;
  display: none; }
.right-nav > a .phone-box-outer .phone-box-inner {
  padding: 10px;
  background-color: #0578c9;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 145px; }
.right-nav > a .phone-box-outer .phone-box-inner:after {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0578c9;
  top: 12px;
  right: -6px; }
.right-nav > a .tel-box-outer {
  position: absolute;
  right: 55px;
  top: 0px;
  padding: 10px 20px;
  display: none; }
.right-nav > a .tel-box-outer .tel-box-inner {
  padding: 10px;
  background-color: #0578c9;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 110px; }
.right-nav > a .tel-box-outer .tel-box-inner:after {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0578c9;
  top: 12px;
  right: -6px; }
.right-nav > a .email-box-outer {
  position: absolute;
  right: 55px;
  top: 0px;
  padding: 10px 20px;
  display: none; }
.right-nav > a .email-box-outer .email-box-inner {
  padding: 10px;
  background-color: #0578c9;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 145px; }
.right-nav > a .email-box-outer .email-box-inner:after {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0578c9;
  top: 12px;
  right: -6px; }
.right-nav > a .code-box-outer {
  position: absolute;
  right: 55px;
  top: 0px;
  padding: 10px 20px;
  display: none; }
.right-nav > a .code-box-outer .code-box-inner {
  padding: 10px;
  background-color: #0578c9;
  border-radius: 6px;
  position: relative;
  color: #fff;
  font-size: 14px;
  width: 110px; }
.right-nav > a .code-box-outer .code-box-inner img {
  width: 100%; }
.right-nav > a .code-box-outer .code-box-inner:after {
  content: '';
  position: absolute;
  border-width: 6px 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #0578c9;
  top: 12px;
  right: -6px; }
.right-nav > a.icon01 {
  background-image: url("../img/100.png"); }
.right-nav > a.icon01:hover .tel-box-outer {
  display: block; }
.right-nav > a.icon02 {
  background-image: url("../img/102.png"); }
.right-nav > a.icon02:hover .phone-box-outer {
  display: block; }
.right-nav > a.icon3 {
  background-image: url("../img/11.png"); }
.right-nav > a.icon3:hover .email-box-outer {
  display: block; }
.right-nav > a.icon04 {
  background-image: url("../img/101.png"); }
.right-nav > a.icon04:hover .code-box-outer {
  display: block; }
.right-nav > a.top {
  background-image: url("../img/13.png");
  background-color: #fff;
  margin-top: 10px; }