@charset "utf-8";
/* CSS Document */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.box {
  width: 99%;
  margin: 0 auto;
}
.mob-nav {
  display: none;
}
.top {
  height: 168px;
  width: 100%;
  z-index: 2000;
  padding: 8px 0;
  margin-top: 0px;
  background-color: #fff;
}
.t_head {
  width: 100%;
  overflow: hidden;
  height: 110px;
}
.top .logo {
  margin-top: 8px;
  width: 33.3%;
}
.top .logo img {
  height: 85px;
}
.t_zi {
  width: 31%;
  font-size: 16px;
  color: #da251d;
  line-height: 30px;
  padding-top: 25px;
text-align:center;
}
.t_zi span {
  display: block;
}
.t_zi span i:before {
  display: inline-block;
  padding: 0 10px;
  color: #da251d;
  content: "\00A6";
  font-size: 0.8em;
}
.sea-lx {
  width: 33.3%;
  margin: 35px 0;
}
.sea-lx a {
  padding-left: 10px;
  text-align: right;
  color: #999;
  line-height: 30px;
}
.search-form {
  width: 220px;
  border: 1px #ccc solid;
  float: left;
}
.in-txt {
  height: 30px;
  border: 0px #ccc solid;
  padding-left: 10px;
  margin: 0;
  width: 183px;
}
.btn {
  background: #ccc url(../images/sear.png) no-repeat;
  height: 30px;
  width: 35px;
  border: none;
  float: right;
}
/*nav*/
.nav {
  background: linear-gradient(to bottom, #fff, #f2f2f2);
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  height: 50px;
}
.T-nav {}
.T-nav > li {
  float: left;
  width: 14.2%;
  position: relative;
}
.T-nav > li > a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #000;
  position: relative;
}
.T-nav > li > a.cur {
  color: #da251d;
}
.T-nav > li .gdlt {
  position: absolute;
  right: 0;
  top: 50px;
  width: 150px;
  display: none;
  background-color: #f2f2f2;
  text-align: left;
  z-index: 20000;
}
.T-nav > li .gdlt a {
  display: block;
  line-height: 35px;
  text-align: center;
  border-bottom: 1px #fff solid;
}
.T-nav > li .gdlt a:hover {
  background: #fff;
}
/**/
.in_box {
  background: #ececec;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.in_box1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.in_box2 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px #E8E8E8 solid;
  background: #fff;
}
/*商会新闻*/
.sh_tit {
  background: #F8F8F8;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
}
.sh_tit span {
  font-size: 17px;
  color: #333;
  padding-left: 5px;
  font-weight: 600;
}
.sh_tit a {
  float: right;
  font-size: 12px;
  color: #999;
}
.fj_news {
  overflow: hidden;
  width: 68%;
  border: 1px solid #E8E8E8;
}
.fj_news > div {
  background: #fff;
}
.fjnews {
  width: 50%;
  position: relative;
  padding: 15px 10px;
  overflow: hidden;
}
.fjnews img {}
.fjn_right {
  overflow: hidden;
  width: 50%;
  height: 315px;
  padding: 15px 10px;
}
.fjn_right li {
  height: 37px;
  line-height: 37px;
  background: url(../images/ico_02.png) no-repeat left center;
}
.fjn_right li a {
  width: 80%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 15px;
}
.fjn_right li span {
  width: 20%;
  float: right;
  text-align: right;
  color: #bbb;
}
#owl-xw-ul {
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#owl-xw-ul .item {
  display: block;
}
#owl-xw-ul img {
  display: block;
  width: 100%;
  height: 285px;
}
#owl-xw-ul .shadow {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(1, 118, 243, 0.5);
  height: 45px;
  line-height: 45px;
}
#owl-xw-ul .shadow a {
  color: #fff;
  padding: 0 10px;
  width: 70%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fjnews .owl-theme .owl-controls .owl-buttons div {
  width: 15px;
  height: 37px;
  display: block;
  z-index: 9;
  background: #000 url(../images/focus_btn.png) no-repeat;
  position: absolute;
}
.fjnews .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
  top: 50%;
  left: 5px;
  background-position: 0 0px;
  cursor: pointer;
}
.fjnews .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
  top: 50%;
  right: 5px;
  background-position: -27px 0px;
  cursor: pointer;
}
/*公告*/
.sh_gg_list {
  width: 30%;
  overflow: hidden;
  background: #fff;
  height: 355px;
}
.shgg_li {
  padding: 15px 10px;
  overflow: hidden;
}
.shgg_li li {
  height: 43px;
  line-height: 43px;
}
.shgg_li li:before {
  content: "\25BA";
  color: #666;
  float: left;
}
.shgg_li li a {
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 80%;
}
.shgg_li li span {
  float: right;
  width: 15%;
  text-align: right;
  color: #999;
}
/*风采*/
.fengcai {
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  margin-left: 10px;
}
.huizhang {
  height: 314px;
  overflow: hidden;
  width: 15%;
}
.huizhang a {
  color: #fff
}
.huizhang img {
  width: 147px;
  height: 190px;
}
.hz_font {
  background: #b1b5bb;
  width: 147px;
  padding: 10px;
  color: #fff;
  height: 114px;
  overflow: hidden;
  padding-bottom: 0
}
.hz_font span {
  font-size: 16px;
  font-weight: 600;
}
.hz_font p {
  margin-top: 8px;
  line-height: 22px;
}
.hz_font2 {
  background: #fff;
  color: #666;
  padding-top: 10px;
  width: 165px;
  line-height: 20px;
  padding-left: 0;
  font-size: 13px;
  overflow: hidden;
}
.hz_font2 a {
  display: block
}
.hui_list {
  overflow: hidden
}
.hui_list li {
  overflow: hidden;
  margin-left: 20px;
  float: left;
}
.marqueeleft {
  height: 316px;
  overflow: hidden;
  margin: 0px auto;
  width: 83.5%;
}
.marqueeleft ul {
  float: left;
}
.marqueeleft li {
  float: left;
  display: inline;
  overflow: hidden;
}
.marqueeleft li img {
  width: 147px;
  height: 190px;
  display: block;
  margin: 0 0px;
}
.marqueeleft li .pic {
  display: block;
  overflow: hidden;
}
.marqueeleft li .txt {
  text-align: center;
  height: 23px;
  line-height: 23px;
}
/*备用栏目*/
.fj_by {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.fj_by li {
  width: 50%;
  float: left;
}
.fj_by li:first-child {
  padding-right: 2px;
}
.fj_by li:last-child {
  padding-left: 2px;
}
.fj_by_right {
  width: 50%;
}
/**/
.fj_list {
  width: 33.3%;
  float: left;
}
.fj_list_left {
  margin-right: 20px;
  background: #fff;
  border: 1px #E8E8E8 solid;
  overflow: hidden;
  height: 340px;
}
.fj_list_con {
  margin-right: 0px;
}
.fj_list ul {
  padding: 10px;
}
.fj_zk_list ul li {
  width: 49%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.fj_zk_list ul li img {
  width: 170px;
  height: 235px;
}
.fj_zk_list ul li span {
  height: 45px;
  line-height: 45px;
  display: block;
}
.fj_list .xw_list li {
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dashed #eee;
  background: url(../images/ico_02.png) no-repeat left center;
  overflow: hidden;
}
.fj_list .xw_list li a {
  display: inline-block;
  width: 80%;
  float: left;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fj_list .xw_list li span {
  width: 20%;
  float: right;
  text-align: right;
  color: #999;
}
.fj_list .xw_list li:last-child {
  border-bottom: 0px dashed #eee;
}
/*广告位*/
.guangg {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.guangg li {
  width: 33%;
  height: auto;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
/**/
.fj_fh {
  height: auto;
  overflow: hidden;
}
.fj_tit {
  width: 6%;
  float: left;
  display: none;
}
.fj_tit h3 {
  display: block;
  color: #fff;
  background: #0266c4;
  font-size: 20px;
  height: 130px;
  width: 60px;
  text-align: center;
  font-weight: lighter;
  line-height: 40px;
  padding-top: 25px;
}
.fj_tit_m {
  width: 20%;
  float: left;
  display: none;
}
.fj_tit_m h3 {
  display: block;
  color: #fff;
  background: #0266c4;
  font-size: 1.5em;
  height: 60px;
  width: 130px;
  text-align: center;
  font-weight: lighter;
  line-height: 60px;
}
.fh_list {
  width: 100%;
  float: right;
  padding: 10px 0;
}
.fh_list li {
    width: calc(100%/4);
  text-align: center;
  float: left;
  position: relative;
}
.fh_list li a {
  display: block;
  margin: 10px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
}
.fh_list li a span {
  display: block;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  background-color: rgba(106, 157, 199, 0.7);
  width: 70%;
  left: 15%;
  top: 40%;
}
.fh_list li a img {
  display: block;
  border-radius: 3px;
}
.fh_list li a:hover {
  color: #fff;
}
.fh_list li a:hover span {
  transition: all .4s;
  transform: scale(1.2)
}
.fh_list li a:hover img {
  transition: all .4s;
  transform: scale(1.2)
}
/**/
.fj_qxsh {
  overflow: hidden;
  height: 180px;
}
.fj_qx_tit {
  width: 6%;
  float: left;
}
.fj_qx_tit h3 {
  display: block;
  color: #fff;
  background: #0266c4;
  font-size: 20px;
  width: 60px;
  text-align: center;
  font-weight: lighter;
  height: 180px;
  padding-top: 10px;
  float: left;
}
.fj_qxsh ul {
  width: 93%;
  float: right;
}
.fj_qxsh_list {
  width: 93%;
  float: right;
  overflow: hidden;
  padding: 10px 0;
}
.fj_qxsh_list li {
  width: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0px 0;
}
.fj_qxsh_list li a {
  display: block;
  margin: 0 10px;
  line-height: 40px;
  font-size: 16px;
}
/**/
.in_link {
  padding: 10px;
  overflow: hidden;
  height: auto;
}
.link_tit {
  padding-bottom: 10px;
}
.link_list {
  width: 100%;
  overflow: hidden;
}
.link_list a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #ccc solid;
  padding: 3px 8px;
}
.link_tit span {
  font-size: 18px;
}
/**/
.foot {
  border-top: 1px #ccc solid;
  width: 100%;
  overflow: hidden;
  background: #eee;
  padding: 30px 0;
}
.f_nav {
  text-align: center;
  overflow: hidden;
}
.f_nav a {
  height: 35px;
  line-height: 35px;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  background: url(../images/ico_12.jpg) no-repeat  center right;
}
.f_nav a:last-child {
  background: none;
}
.f_con {
  width: 100%;
  overflow: hidden;
  padding: 60px 0 30px;
}
.f_con ul {
  width: 33.3%;
  float: left;
}
.f_logo {
  text-align: center;
}
.f_logo span {
  display: block;
  color: #f86262;
  line-height: 24px;
}
.f_lx {
  overflow: hidden;
  background: url(../images/f_lx.png) no-repeat left top;
}
.f_lx li {
  line-height: 30px;
  padding-left: 30px;
}
.f_er {
  text-align: center;
}
.f_er img {
  width: 120px;
}
/**/
.copyright {
  border-top: 1px #ccc solid;
  background: #eee;
  line-height: 40px;
  overflow: hidden;
}
.copyright em {
  float: right;
  display: inline-block;
}
.ny_ban {
  width: 100%;
  overflow: hidden;
}
.ban_txt {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: none;
}
.ban_txt h3 {
  position: absolute;
  right: 0px;
  z-index: 99;
  bottom: 50px;
  display: block;
  background-color: rgba(255, 255, 255, 0.60);
  font-size: 20px;
  color: #000;
  padding: 20px 30px;
}
/**/
.site {
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
}
.site span {
  display: inline-block;
  padding-right: 10px;
  background: url(../images/ico_h.png) no-repeat left center;
  padding-left: 25px;
  color: #666;
}
.site a {
  display: inline-block;
  padding: 0 5px;
}
/**/
.left_l {
  width: 21%;
}
.right_r {
  width: 76%;
  overflow: hidden;
  background: #fff;
  position: relative;
}
.nav_left {
  width: 250px;
  overflow: hidden;
  background: #fafafa;
}
.nav_tit {
  height: 130px;
  background: #da251d;
  color: #fff;
  text-align: center;
}
.nav_tit h3 {
  font-size: 22px;
  padding-top: 40px;
}
.nav_tit h3 span {
  font-size: 12px;
  font-weight: lighter;
  display: block;
  text-transform: uppercase;
  padding-top: 5px;
  opacity: 0.5;
}
.nav_left ul {}
.nav_left li {
  height: 50px;
  line-height: 50px;
  border-bottom: 3px #fff solid;
  text-align: center;
  overflow: hidden;
}
.nav_left li a {
  display: block;
  color: #000;
}
.nav_left li a:hover, .nav_left li a.cur {
  background: #d20202;
  color: #fff;
}
.nav_left li a:hover:after, .nav_left li a.cur:after {
  content: "\25BA";
  padding-left: 15px;
}
.nav_left li:last-child {
  border-bottom: 0px #fff solid;
}
.l_contact {
  background: #da251d;
  width: 250px;
  overflow: hidden;
  padding: 15px 0;
  border-top: 3px #fff solid;
}
.l_contact li {
  display: block;
  color: #fff;
}
.l_contact li img {
  margin: 8px;
}
.l_contact li span {
  line-height: 26px;
  font-size: 16px;
  letter-spacing: 2px;
  opacity: 0.9;
}
.r_tit {
  height: 45px;
  overflow: hidden;
  border-bottom: 2px #da251d solid;
  background: linear-gradient(#ffffff, #f2f2f2);
}
.r_tit h3 {
  font-size: 18px;
  color: #d20202;
  line-height: 45px;
  background: url(../images/icon_12.png) no-repeat left center;
  padding-left: 25px;
  margin-left: 5px;
}
.gy_con {
  padding: 20px;
  overflow: hidden;
  line-height: 26px;
}
.gy_con h3 {
  font-size: 20px;
  line-height: 50px;
  text-align: center;
}
.gy_con .news-line {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.gy_con .news-line em {
  display: inline-block;
  padding-right: 10px;
  color: #666;
  overflow: hidden;
  line-height: 65px;
}
.gy_con img {
  width: 100%;
  height: auto;
}
.fh_back {
  display: block;
  width: 90px;
  background: #da251d;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin: 20px;
}
.fh_back a {
  color: #fff;
  display: block;
}
.fh_back a:hover {
  background: #fff;
  border: 2px solid #da251d;
  color: #da251d;
}
.content {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.newsShre {
  display: inline-block;
  width: 200px;
}
/**/
.sh_hz {
  overflow: hidden;
  padding: 20px;
}
.sh_hzimg {
  width: 25%;
  float: left;
}
.sh_hzimg img {
  max-width: 100%;
  border: 1px #ccc solid;
  padding: 5px;
}
.sh_jjcon {
  width: 73%;
  float: left;
  background: #fafafa;
  padding: 30px;
}
.sh_jjcon h3 {
  font-size: 18px;
  border-bottom: 1px #c00 solid;
  height: 35px;
}
.sh_jjcon h3 span {
  padding-left: 15px;
  font-size: 16px;
  font-weight: lighter;
}
.sh_jjcon h4 {
  font-size: 16px;
  line-height: 40px;
}
.hz_gs {
  width: 49%;
  float: left;
}
.hz_zw {
  width: 50%;
  float: right;
}
.hz_con {
  width: 100%;
  overflow: hidden;
}
.hz_con h4 {
  font-size: 16px;
  border-bottom: 1px #ccc solid;
  line-height: 35px;
  position: relative;
  height: 45px;
  margin: 20px 0;
}
.hz_con h4 span {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  background: #fff;
  padding-right: 20px;
}
/*荣誉*/
.sh_honor {
  overflow: hidden;
  padding: 20px;
}
.sh_honor li {
  width: 33%;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.sh_honor li a {
  display: block;
  border: 1px #ccc solid;
  margin: 15px;
  padding: 20px 20px 10px;
}
.sh_honor li img {
  display: block;
  margin: 0 auto;
}
.sh_honor li span {
  display: block;
  line-height: 35px;
}
/*新闻*/
.sh_news {
  padding: 20px;
  overflow: hidden;
}
.sh_news dl {
  overflow: hidden;
  height: 300px;
  margin-bottom: 15px;
}
.sh_news dl img{width:100%; vertical-align: middle;height: 100%;object-fit: cover;}
.sh_news dl dt {
  width: 60%;
  float: left;
}
.sh_news dl dd {
  width: 40%;
  float: right;
  background: #da251d;
  height: 300px;
}
.sh_news_l {
  padding: 30px;
  color: #fff;
}
.text1 {
  float: left;
  width: 100%;
  max-height: 52px;
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.text2 {
  float: left;
  width: 100%;
  max-height: 72px;
  overflow: hidden;
  color: #eee;
  font-size: 14px;
  line-height: 24px;
  margin-top: 21px;
}
.text3 {
  float: left;
  width: 100%;
  margin-top: 61px;
  height: 31px;
}
.text3 span {
  float: left;
  line-height: 31px;
  color: #eee;
  font-family: "Arial";
  font-size: 14px;
}
.text3 i {
  float: right;
  width: 31px;
  height: 31px;
  background: url(../images/icon_13.png) center no-repeat;
}
.sh_news dl a:hover dd {
  background: #c41f18;
}
.sh_news li {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  transition: background 0.5s ease;
  -o-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  -webkit-transition: background 0.5s ease;
}
.text4 {
  float: left;
  width: 100%;
  padding: 30px 0 30px 140px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.text5 {
  float: left;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  overflow: hidden;
}
.text_1 {
  float: left;
  width: 100%;
  color: #333;
  font-size: 18px;
  height: 28px;
  overflow: hidden;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  margin-top: 4px;
}
.text_2 {
  float: left;
  width: 100%;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 9px;
}
.time1 {
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -47px;
  width: 94px;
  height: 94px;
  background: #f2f2f2;
  font-family: "Arial";
  text-align: center;
}
.time1 strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
  color: #da251d;
  margin-top: 18px;
}
.time1 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #333333;
  margin-top: 5px;
}
.sh_news li:hover .text_1 {
  color: #da251d;
}
.sh_news li:hover {
  background: #f2f2f2;
}
.sh_news li:hover .text4 {
  padding: 30px 20px 30px 120px;
}
.sh_news li:hover .text5 {
  padding: 10px;
}
/*会员*/
.sh_fc_list {
  overflow: hidden;
  padding: 20px;
}
.sh_fc_list li {
  width: 49.5%;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}
.sh_fc_list li a {
  display: block;
  margin: 10px;
  background: #f2f2f2;
  overflow: hidden;
  position: relative;
}
.fc_img {
  width: 35%;
  float: left;
}
.fc_img img {
  height: 155px;
  width: 122px;
}
.fc_text {
  width: 65%;
  float: right;
}
.sh_fc_list li h4 {
  line-height: 35px;
  padding: 10px 15px;
  font-size: 18px;
  color: #333;
}
.sh_fc_list li p {
  padding: 0 15px;
  color: #666;
  display: block;
}
.sh_fc_list li em {
  float: right;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
}
/*供求*/
.sh_gy_list {
  overflow: hidden;
  padding: 20px 0;
}
.sh_gy_list li {
  width: 50%;
  float: left;
  overflow: hidden;
}
.sh_gy_li {
  padding: 10px;
  position: relative;
  overflow: hidden;
  margin: 10px;
  background: #fafafa;
}
.gy_li_img {
  width: 45%;
  float: left;
}
.gy_li_img img {
  border: 1px #ccc solid;
  padding: 5px;
}
.gy_li_text {
  width: 55%;
  float: left;
}
.gy_li_text h4 {
  padding: 15px;
  color: #333;
  font-size: 16px;
  font-weight: lighter;
}
.gy_li_text p {
  padding: 0 15px;
  color: #666;
  font-size: 12px;
}
.r_search {
  position: absolute;
  right: 5px;
  top: 5px;
}
.r_search .btn {
  background: #cc0000 url(../images/sear.png) no-repeat;
  height: 30px;
  width: 35px;
  border: none;
  float: right;
}
/*周刊*/
.sh_zk_list {
  padding: 20px;
  overflow: hidden;
}
.sh_zk_list li {
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.sh_zk_li {
  overflow: hidden;
  margin: 10px;
}
.zk_li_img {
  width: 100%;
}
.zkli_text {
  width: 100%;
  overflow: hidden;
}
.zkli_text h4 {
  line-height: 35px;
  color: #333;
}
.zkli_text em {
  display: inline-block;
  border: 1px #ccc solid;
  border-radius: 5px;
  margin-right: 15px;
}
.zkli_text em a {
  padding: 5px 8px;
  display: block;
}
/*视频*/
.sh_sp_list {
  overflow: hidden;
  padding: 20px;
}
.sh_sp_list li {
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.sh_sp_list li a {
  padding: 10px;
  display: block;
  font-weight: bold;
}
.sh_sp_list li span {
  line-height: 36px;
  padding-left: 40px;
  display: block;
  background: url(../images/icon_14.png) no-repeat left center;
  margin-top: 10px;
}
/*留言*/
.lx_ly {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.lx_lydl {
  margin-bottom: 10px;
}
.lx_ly dl {
  width: 100%;
}
.lx_ly dl dd {
  float: left;
  width: 50%;
  margin: 0px 15px 15px 0;
}
.lx_ly dl .dd_r {
  float: right;
}
.lx_ly .input_text {
  border: 1px #ccc solid;
  line-height: 30px;
}
.lx_ly .input_text, .msg_form .textarea {
  padding: 0.7em 0.5em;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 1.3;
  background: none;
}
.lx_ly .input_text::-webkit-input-placeholder, .msg_form .textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 0.99;
}
.lx_ly .input_text:-moz-placeholder, .msg_form .textarea:-moz-placeholder {
  color: #000;
  opacity: 0.99;
}
.lx_ly .input_text::-moz-placeholder, .msg_form .textarea::-moz-placeholder {
  color: #000;
  opacity: 0.99;
}
.lx_ly .input_text:-ms-input-placeholder, .msg_form .textarea:-ms-input-placeholder {
  color: #000;
  opacity: 0.99;
}
.lx_ly .textarea {
  height: 9.7em;
  width: 100%;
  background: none;
  padding: 10px 0;
  border: 1px #ccc solid;
}
.lx_ly .area {
  height: auto;
}
.lx_ly .submit {
  margin-top: 42px;
}
.lx_ly .submit .btn_submit {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  line-height: 3.43;
  border: 0;
  background: #d20202;
  color: #fff;
  padding: 0 3em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: bold;
}
.lx_ly .submit .btn_submit:hover {
  background: #d20202;
}
/**/
.ll_list {
  overflow: hidden;
}
.ll_list li {
  width: 20%;
  float: left;
  margin: 5px 0;
  overflow: hidden;
  text-align: center;
}
.ll_list li a {
  background: #eee;
  display: block;
  line-height: 40px;
  margin: 0 5px;
}
.ll_list li a:hover, .ll_list li a.cur {
  background: #da251d;
  color: #fff;
  transition: all .4s;
}
.ll_con {
  overflow: hidden;
  width: 100%;
}
.ll_con li {
  width: 49%;
  margin: 2% 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.ll_con_item {
  padding-right: 20px;
  overflow: hidden;
}
.ll_con li:nth-child(2n) .ll_con_item {
  padding-right: 0;
  padding-left: 20px;
}
.ll_con_item_title {
  font-size: 18px;
  width: 100%;
  border-bottom: 2px #eee solid;
  line-height: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 2%;
  padding-bottom: 2%;
}
.ll_con_item_text {
  width: 100%;
  overflow: hidden;
}
/**/
.fh_team_list {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}
.fh_team_list li {
  width: 50%;
  float: left;
  overflow: hidden;
}
.fh_list_li {
  margin: 15px;
  overflow: hidden;
  border: 1px #ddd solid;
  padding: 10px;
}
.fh_liimg {
  float: left;
  width: 35%;
}
.fh_liimg img {
  max-width: 100%;
  border: 1px #eee solid;
  padding: 3px;
}
.fh_licon {
  float: right;
  width: 62%;
  overflow: hidden;
}
.fh_licon h4 {
  display: block;
  font-size: 16px;
}
.fh_licon h4 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
}
.fh_licon h5 {
  display: block;
  padding-top: 10px;
}
.fh_licon p {
  font-size: 14px;
  line-height: 24px;
}
.backTop {
  display: none;
  width: 50px;
  height: 50px;
  background: #f2f2f2 url(../images/backTop.png) no-repeat center;
  border-radius: 100%;
  position: fixed;
  bottom: 512px;
  right: 20px;
}
.backTop:hover {
  cursor: pointer;
  background: #cc0000 url(../images/backTopHover.png) no-repeat center;
}
@media screen and (max-width: 1200px) {
  .wrap {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .wrap {
    width: 98%;
    padding: 0;
    margin: 0 auto;
  }
  .top {
    height: 65px;
    position: relative;
  }
  .top .logo {
    width: 100%;
    margin-top: 0;
  }
  .top .logo img {
    height: 50px;
  }
  .nav {
    border: 0;
    height: auto;
  }
  .T-nav {
    width: 100%;
    position: fixed;
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    top: 65px;
    left: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .T-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
  }
  .T-nav > li a {
    width: 100%;
    text-align: left;
    padding: 0 2%;
    line-height: 45px;
    height: 45px;
  }
  .T-nav > li > a.cur {
    background: none;
    color: #666;
  }
  .T-nav li .gdlt {
    position: relative;
    width: 100%;
    top: 0;
    padding: 10px 0;
    background: none;
  }
  .T-nav li .gdlt a {
    padding: 0 5%;
  }
  .mob-nav {
    float: left;
    padding: 10px 8px 0 8px;
    height: 40px;
    display: block;
    float: right;
    cursor: pointer;
    border: 1px #ccc solid;
    border-radius: 5px;
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .mob-nav:before {
    content: '';
    display: block;
    width: 14px;
    height: 2px;
    background-color: #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .mob-nav:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  .mob-nav i {
    margin: 5px 0;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #ccc;
  }
  .mob-nav.active:before {
    width: 25px;
  }
  .mob-nav.active:after {
    width: 25px;
  }
  .sea-lx {
    display: none;
  }
  .t_zi {
    display: none;
  }
}
@media screen and (max-width: 996px) {
  .fj_news {
    width: 100%;
  }
  .sh_gg_list {
    width: 100%;
    margin-top: 20px;
  }
  .left_l, .right_r {
    width: 100%;
  }
  .nav_left {
    width: 100%;
    margin-bottom: 15px;
  }
  .nav_list li {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    float: left;
    width: 25%;
  }
  .nav_list li a {
    padding: 0 10px;
  }
  .nav_tit {
    display: none;
  }
  .l_contact {
    display: none;
  }
  .huizhang {
    height: 314px;
    overflow: hidden;
    width: 25%;
  }
  .marqueeleft {
    width: 74%;
  }
  .fh_list li {
    width: 33%;
  }
  .ll_con li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .fj_qxsh ul {
    width: 100%;
  }
  .fj_list {
    width: 100%;
    margin-bottom: 20px;
  }
  .fj_list_left {
    margin-right: 0;
  }
  .fj_by_left, .fj_by_right, .in_gg {
    width: 100%;
  }
  .fj_fh {
    height: auto;
  }
  .fj_tit {
    display: none;
  }
  .fj_tit_m {
    display: none;
  }
  .fh_list {
    width: 100%;
  }
  .fj_qxsh {
    height: auto;
  }
  .fj_qx_tit {
    display: none;
  }
  .fj_qxsh_list {
    width: 100%;
  }
  .fj_qxsh_list li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
  }
  .fj_by li {
    width: 100%;
  }
  .fj_by li:first-child {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .fj_by li:last-child {
    padding-left: 0;
  }
  .fj_by li img {
    width: 100%;
  }
  .guangg li {
    width: 100%;
    margin-bottom: 10px;
  }
  .guangg li img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .fjnews {
    width: 100%;
    overflow: hidden;
  }
  .fjn_right {
    width: 100%;
  }
  .huizhang {
    height: 314px;
    overflow: hidden;
    width: 30%;
  }
  .marqueeleft {
    width: 69%;
  }
  .f_con ul {
    width: 100%;
  }
  .f_logo {
    display: none;
  }
  .f_lx {
    width: 100%;
  }
  .f_er img {
    float: left;
    padding: 0;
    margin-top: 20px;
  }
  .copyright {
    text-align: center;
  }
  .copyright em {
    text-align: center;
    display: block;
    width: 100%;
  }
  .sh_hzimg {
    width: 100%;
    text-align: center;
  }
  .sh_hzimg img {
    margin: 0 auto;
  }
  .sh_jjcon {
    width: 100%;
  }
  .fh_team_list li {
    width: 100%;
  }
  .sh_news dl {
    height: auto;
  }
  .sh_news dl dt {
    width: 100%;
  }
  .sh_news dl dd {
    width: 100%;
  }
  .sh_fc_list li {
    width: 100%;
  }
  .sh_honor li {
    width: 50%;
    float: left;
  }
  .gy_li_img, .gy_li_text {
    width: 100%;
  }
  .sh_sp_list li {
    width: 50%;
  }
  .sh_zk_list li {
    width: 50%;
  }
  .fj_qxsh_list li a {
    margin: 0px 5px;
  }
  .hz_gs, .hz_zw {
    width: 100%;
  }
  .fh_list li {
    width: 50%;
  }
  .fh_list li a {
    padding: 0px;
    margin: 5px;
  }
}
@media screen and (max-width: 480px) {
  .focus {
    margin: 0 auto;
    width: 365px;
    max-width: 98%;
  }
  .huizhang {
    height: 314px;
    overflow: hidden;
    width: 50%;
  }
  .marqueeleft {
    width: 50%;
  }
  .f_nav {
    display: none;
  }
  .f_con {
    padding: 0;
  }
  .fj_qxsh_list li {}
}