@charset "utf-8";

html,
body {
  position: relative;
  width: 100%;
}

body {
  min-width: 1200px;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.main {
  width: 100%;
  z-index: 2;
  overflow: hidden;
}


/****************************** 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;
}


.header {
  position: fixed;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 50;
  width: 100%;
  height: 100px;
  min-width: 1200px;
  background: #fff;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .1);
  /*border-bottom: 1px solid #d9d9d9;*/
}

.header .container {
  position: relative;
  height: 100%;
}

.header .logo {
  float: left;
  
  margin-top: 19.3px;
  transform: scale(0.98);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
}

[animation-name] {
  visibility: hidden;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/****************************** index ******************************/

.topheader {
  width: 100%;
  height: 40px;
  
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 2.2%;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  background-color:#f8f8f8;

}

.header-index {
  top: 0;
  width: 100%;
  height: 136px;
  margin: auto;
  left: 0;
  right: 0;
}

.rps {
  display: block;
  max-width: 100%;
  transition: all .6s;
}

.header-index .logo {
  width: 194px;
  margin-left:0;
  margin-top: 36.5px;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
}

.header-index .bg-subnav {
  bottom: 0px;
}

.header-index .o-g66 {
  margin: 24px 0 0 0px;
}

.header .search {
  width: 120px;
  float: left;
  height: 25px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fff;
  display: inline-block;
  margin-top: 8px;
  padding-left: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.header form {
  display: block;
  position: absolute;
  right:0;
  z-index: 3;

}

.header_menu{
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: 3;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 25px;
}
.header_menu ul li{
  float: left;
  color: #4c4c4c;
  padding: 0 20px 0 5px;
  margin: 0 10px;
  box-sizing: border-box;
  height: 40px;
  border-bottom: 3px solid transparent;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  cursor: pointer;
}
.header_menu ul li a{
  color: #4c4c4c;
}
.header_menu ul li a:hover{
  color: #87c3bd;
}
.header_menu ul li:first-child img{
  vertical-align: middle;
  margin-right: 15px;
  
}
.header_menu ul li:first-child{
  margin: 0;
}
.header_menu ul li:first-child li li li,
.header_menu ul li:first-child li li li:hover,
.header_menu ul li:first-child li li li.current{
  border: 0;
}
.header_menu ul li.current,.header_menu ul li:hover{
  border-bottom: 3px solid #6eaca3;
  color: #6eaca3;
}


.o-g66 {
    display: inline-block;
    padding-left: 0;
    vertical-align: top;
    font-size: 18px;
    margin: 10px 0 0 0px;
    float: right;
    transition: all .6s;
}

.c-nav-main_list {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: right;
}
.c-nav-main_item {
    position: relative;
    display: inline-block;
    line-height: 40px;
    padding-left: 148px;

}
.c-nav-main_item a{
  display: block;
  color: #4c4c4c;
  height: 100%;
  font-weight: bold; /* 20180427 */
}
.c-nav-main_item.current a,.c-nav-main_item:hover a{
  border-bottom: 2px solid #87c3bd;
  color: #87c3bd;
}
.c-nav-main_item.active a,.c-nav-main_item.active:hover a{
  border-bottom: 0px solid #87c3bd;
  background-color: #87c3bd;
  color: #4c4c4c;
  padding: 0 20px;
  border-radius: 20px;
}
.search input {
  width: 80%;
  border: 0;
  vertical-align: middle;
  height: 100%;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: transparent;
}



.header_search {
  width:40px;
  height: 40px;
  text-align: center;
  background: url(/uploads/image/tdimg/search.png) center no-repeat;
  outline: none;
  border: 0;
  display: block;
  float: left;
}

.show_search {
  width: 32px;
  height: 40px;
  text-align: center;
  background: url(/uploads/image/tdimg/search.png) center no-repeat;
  outline: none;
  border: 0;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  right: 95px;
  top: 0;
}

.search.focus {
  border: 1px solid #103c7c;
}

.search.current {
  font-size: 16px;
}

.header_en {
  float: right;
  width: 70px;
  height: 40px;
}

.header_en a {
  font-size: 14px;
  color: #4c4c4c;
  display: block;
  float: left;
}

.header_en a {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  color: #747474;
}

.header_en a:first-child a {
  margin-left: 7px;
}

.header_en a:hover {
  color: #3660af;
}

.header_en a.current {
  color: #87c3bd;
}

.header_en span {
  display: block;
  color: #4c4c4c;
  padding: 0 10px;
  float: left;
  line-height:40px;
}
/*尾部footer*/
.footer{
  width: 100%;
  
  background: url(/uploads/image/tdimg/footer_bg.jpg) center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 4;
}

.footer_t{
  width: 100%;
  height: 45px;
  padding: 56px 0 44px;
  border-bottom: 1px solid #fff;
}
.footer_t_pic{
  float: left;
}
.footer_t ul{
  float: right;
}
.footer_t ul li{
  float: left;
  color: #fff;
  line-height: 45px;
}
.footer_t ul li  a{
  color: #fff;
  margin: 0 10px;
}
.footer_t ul li  a:hover{
  color: #87c3bd;
}
.footer_t ul li:last-child  a{
  margin: 0 0 0 10px;
}
.footer_b{
  padding: 40px 0;
}
.footer_b_l{
  float: left;
}
.footer_b_l p{
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.footer_b_m,.footer_b_r{
  float:right;
  width: 148px;
  text-align: center;
}
.footer_b_m{
  margin-right: 26px;
}
.footer_b_m img,.footer_b_r img{
  width: 100px;
  height: 100px;
}
.footer_b_m p,.footer_b_r p{
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  margin-top: 10px;
}
/*内页顶部大图部分*/

.banner1 {
  background-repeat: no-repeat;
  background-position: center top;
  height: 500px;
  background-attachment: fixed;
}

@media screen and (max-width: 1650px) {
  .nav {
    padding-left: 16%;
  }
}

@media screen and (max-width: 1399px) {
  .nav {
    padding-left: 16%;
  }
}




/*点击下一页上一页的公共样式*/

.shangxia {
  padding: 28px 0 75px;
  position: relative;
  border-top: 1px solid #ebebeb;
}

.news_xq_con .shangxia p {
  text-indent: 0!important;
}

.shangxia p:first-child {
  margin-bottom: 10px;
}

.shangxia p a {
  color: #646464;
}

.shangxia p:first-child p a {
  color: #721d25;
}

.shangxia .back {
  position: absolute;
  right: 0;
  top: 28px;
  display: block;
  text-indent: 15px;
  text-align: left;
  width: 80px;
  height: 25px;
  font-size: 14px;
  line-height: 26px;
  color: #1246bc;
  border-radius: 9999px;
  border: 1px solid #1246bc;
  background: #fff  50px center no-repeat;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.shangxia .back:hover {
  color: #fff;
  background: #1246bc  50px center no-repeat;
}


/*点击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(/uploads/image/tdimg/down_img.png) center no-repeat;
    outline: none;
}

/*点击上一篇下一篇的公共样式*/

.shangxia {
  margin-top: 28px;
}

.shangxia p:first-child {
  margin-bottom: 10px;
}

.shangxia p:first-child a {
  color: #999;
}

.shangxia p:first-child p a {
  color: #721d25;
}

.more {
  color: #808080;
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.25);
  position: relative;
  z-index: 1;
  display:block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #808080;
  box-sizing: border-box;
  border-radius: 5px;
  background: 0 0;
  transition: all .36s ease;
  cursor: pointer;
  margin: 0 auto;
}

.more:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all .36s ease;
  background-color: transparent;
}

.more:after {
  content: ;
  transition: all .36s ease;
  speak: none;
  position: absolute;
  left: 50%;
  line-height: 40px;
  opacity: 0;
}

.more:hover {
 
  border-color: #87c3bd;
  color: #fff;
}

.more:hover:before {
  width: 100%;
  background-color: #87c3bd;
}

.more:hover:after {
  color: #fff;
  left: 74%;
  opacity: 1;
}
/*点击下一页上一页的公共样式*/
.pager_linkbox{

padding: 40px 0 5px;
font-size: 14px;
font-weight: bold;
line-height: 30px;
text-align: center;
clear: both;
}
.pager_linkbox a {
 height: 40px;
 width: 40px;
line-height: 40px;  
text-decoration: none;
color: #808080;
background: #fff;
border: 1px solid #808080;
box-sizing: border-box;
vertical-align: middle;
margin-right: 10px;
display: inline-block;
transition: all 0.3s ease 0s;
font-weight: normal;
}

.pager_linkbox a:hover {
  border: #6eaca3 1px solid; 
  background-color: #6eaca3;
  color:#fff;
}
.pager_linkbox a:active {
  border: #6eaca3 1px solid; 
  background-color: #6eaca3;
}
.pager_linkbox  a.current{
  color:#fff;
  border: 1px solid #6eaca3;
  background-color: #6eaca3;
}
.pager_linkbox .icon{
  font-size:14px;
}
.pager_linkbox a.info{
  background: url(/uploads/image/tdimg/pagel.png) center no-repeat;
}
.pager_linkbox a.next{
  background: url(/uploads/image/tdimg/pager.png) center no-repeat;
}
.pager_linkbox a.info:hover{
  background:#6eaca3 url(/uploads/image/tdimg/pagel1.png) center no-repeat;
}
.pager_linkbox a.next:hover{
  background: #6eaca3 url(/uploads/image/tdimg/pager1.png) center no-repeat;
}

/*图片放大transtion*/
.pic_trans{
  transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -webkit-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: transform 2.2s cubic-bezier(.165, .84, .44, 1);
}
/*文字显示2行超出隐藏*/
.line_clamp{
  display: -moz-box;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
#search{
  margin-top: 200px;
}
#search .search-box {
  width: 100%;
  margin: 40px 0 30px;
  height: 54px;
  position: relative;
  z-index: 9; }
#search .search-box .container {
  height: 100%; }
#search .search-box .left {
  width: 540px;
  max-width: 38.57%;
  height: 100%;
  display: inline-block;
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  display: flex;
}
#search .search-box .left .select {
  display: inline-block;
  float: left;
  width: 90px;
  height: 100%;
  padding: 0 10px 0 0;
  position: relative; }
#search .search-box .left .select > span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 18px;
  padding: 0 14px 0 14px;
  background-image: ;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer; }
#search .search-box .left .select .sub {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  z-index: 99;
  display: none; }
#search .search-box .left .select .sub span {
  display: block;
  width: 100%;
  text-align: center;
  height: 30px;
  line-height: 30px;
  transition: all 0.3s;
  cursor: pointer; }
#search .search-box .left .select .sub span:hover, #search .search-box .left .select .sub span.active {
  background-color: #6eaca3;
  color: #fff; }
#search .search-box .left .input {
  display: inline-block;
  float: left;
  width: calc(100% - 90px);
  height: 100%;
  border-left: 1px solid #e6e6e6; }
#search .search-box .left .input input {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  border-radius: 0;
  font-size: 18px; }
#search .search-box .btn {
  display: inline-block;
  float: left; }
#search .search-box .btn button {
  width: 117px;
  height: 54px;
  background-color: #6eaca3;
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
#search .search-box .btn button span {
  display: inline-block;
  line-height: 18px; }
#search .search-box .btn button i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: ;
  background-size: 100% 100%;
  margin-left: 5px; }
#search .search-result {
  width: 100%;
  padding-bottom: 50px; }
#search .search-result .item {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6; }
#search .search-result .item  a{
  display: flex;
}
#search .search-result .item .pic{
  width: 210px;
}
#search .search-result .item  .pic img{
  width: 100%;
}
#search .search-result .item .title-box{
  width: calc(100% - 210px);
  padding-left: 20px;
  padding-top: 25px;
}
#search .search-result .item .title-box .title {
  width: 100%;
  line-height: 16px;
  font-size: 16px;
  display: flex;
  align-items: center; }
#search .search-result .item .title-box .title i {
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #6eaca3;
  margin-right: 10px; }
#search .search-result .item .title-box .title p {
  display: inline-block;
  width: 100%;
  color: #333;
}
#search .search-result .item .title-box .date {
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  color: #999;
  margin-top: 10px;
 }
#search .search-result .pages {
  margin-top: 50px; }

.pages.page-search {
  width: 100%;
  height: 36px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
.pages.page-search .num {
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  margin: 0 5px;
  color: #333;
  transition: all 0.3s;
  background-color: #f4f5fa; }
.pages.page-search .num:hover, .pages.page-search .num.active {
  border-color: #6eaca3;
  background-color: #6eaca3;
  color: #fff; }
.pages.page-search .prev, .pages.page-search .next {
  width: auto;
  display: inline-block;
  padding: 0 10px;
  font-size: 13px;
  line-height: 36px;
  height: 36px;
  color: #333;
  transition: color 0.3s;
  margin: 0 5px;
  background-color: #f4f5fa; }
.pages.page-search .prev:hover, .pages.page-search .next:hover {
  border-color: #6eaca3;
  background-color: #6eaca3;
  color: #fff; }
.pages.page-search input {
  width: 36px;
  height: 30px;
  border: 1px solid #f4f5fa;
  padding: 3px;
  text-align: center;
  background-color: #fff;
  border-radius: 0; }
.product-search{
  /*width: 100%;*/
  padding:20px;
  background-color: #f6f6f6;
  color: #4d4d4d;
  margin-top: 20px;
}
.product-search .txt{
  font-size: 20px;
  /*margin-bottom: 20px;*/
}
.product-search .items-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
}
.product-search .items-box .lines{
  width: 48%;
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.product-search .items-box .lines.width-full{
  width: 100%;
  align-items: flex-start;
}
.product-search .items-box .lines .label{
  width: 80px;
  flex-shrink: 0;
  margin-right: 15px;
}
.product-search .items-box .lines .select{
  width: calc(100% - 80px);
  height: 30px;
}
.product-search .items-box .lines .select select{
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
  padding-left: 10px;
}
.product-search .items-box .lines .item-right{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-search .items-box .lines .item-right>span{
  margin-right: 30px;
  display: inline-block;
  cursor: pointer;
}
.product-search .items-box .lines .item-right>span a{
  color: #4d4d4d;
}
.product-search .items-box .lines .item-right>span a.active{
  background-color: #87c3bd;
  color: #fff;
  border-radius: 3px;
  padding: 0 10px;
}
.product-search .items-box .lines .item-right>span.active,.product-search .items-box .lines .item-right>span:hover{
  color: #87c3bd;
}
.product-search .items-box .lines .item-right .s-item{
  background-color: #87c3bd;
  padding: 3px 10px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 20px;
}
.product-search .items-box .lines .item-right .s-item .icon-close{
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: ;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  cursor: pointer;
}

