/* css reset------------------- */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    background: #fff;
    color: #555;
    font-size: 14px;
    font-family: "Microsoft YaHei" ,sans-serif;
}
td, th, caption {
    font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select, button {
    font: 14px "Arial", "Microsoft YaHei", "黑体", "宋体", sans-serif;
}
button{
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
}

html {
    overflow-y: scroll;
}

.clearfix:after {
  content: ""; 
  display: block;
  height: 0;
  visibility: hidden;  
  clear: both;   
}
.clearfix {
    zoom: 1;
}

/*公共类*/
.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide {
    display: none
}
/* css reset------------------- */


/* css header------------------- */
.header{
  width: 100%;
  height: 104px;
  background: #fff;
}
.header_wrap{
  width: 1200px;
  margin: 0 auto;
}
.header_wrap .logo{
  width: 304px;
  margin-top: 20px;
  overflow: hidden;
}
.header_wrap .logo img{
  width: 100%;
}
.header_wrap .nav_list{
  height: 42px;
  margin-top: 31px;
}
.header_wrap .nav_list li{
  float: left;
  width: 100px;
  line-height: 42px;
  text-align: center;
  position: relative;
}
.header_wrap .nav_list a{
  display: block;
  border-radius: 6px;
  font-size: 16px;
}

.header_wrap .nav_list a.active{
  background: #0073b6;
  color: #fff;
}
.header_wrap .nav_list .sub_nav{
  display: none;
  width: 100%;
  position: absolute;
  top: 42px;
  left: 0px;
  z-index: 999;
  background: #fff;
}
.header_wrap .nav_list .sub_nav a{
  border-bottom: 1px dotted;
  border-radius: 0;
}
.header_wrap .nav_list .sub_nav p:nth-last-child(1) a{
  border-bottom: none;
}
.header_wrap .nav_list .sub_nav a:hover{
  background: #0073b6;
  color: #fff;
}

/* css header------------------- */


/* css main------------------- */
.main{
  width: 100%;
}

/* banner图 */
.banner_wrap{
  max-width: 1920px;
  height: 540px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner_wrap ul{
  width: 100%;
  height: 100%;
}
.banner_wrap li{
  width: 100%;
  height: 100%;
}
.banner_wrap a{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.banner_wrap .pre_btn{
  width: 50px;
  height: 80px;
  top: 230px;
  left: 20px;
  background: url('//file.htx.cc/wamj6_3887/images/pre_btn.png') no-repeat center;
  background-size: cover;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/pre_btn.png',  sizingMethod='scale');
  position: absolute;
  z-index: 10;
  opacity: .5;
}
.banner_wrap .next_btn{
  width: 50px;
  height: 80px;
  top: 230px;
  right: 20px;
  background: url('//file.htx.cc/wamj6_3887/images/next_btn.png') no-repeat center;
  background-size: cover;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/next_btn.png',  sizingMethod='scale');
  position: absolute;
  z-index: 10;
  opacity: .5;
}
.banner_wrap .swiper-container{
  height: 540px;
}
.banner_wrap .swiper-slide{
  text-align: center;
}
.banner_wrap img{
  width: 100%;
}
.banner_wrap .pagination{
  width: 100%;
  position: absolute;
  bottom: 58px;
  left: 0;
  z-index: 9;
  text-align: center;
}
.banner_wrap .pagination span{
  width: 14px;
  height: 14px;
  background: rgba(255,255,255,.5);
  display: inline-block;
  border-radius: 50%;
  margin: 10px 6px;
  cursor: pointer;
}
.banner_wrap .pagination .swiper-active-switch{
  background:#fff;
}
/* banner图 */

/* 登记按钮 */
.reg_list{
  position: absolute;
  width: 100%;
  left: 0;
  top: 592px;
  z-index: 3;
}
.reg_list .wrap{
  margin: 0 auto;
  padding: 0 64px;
  width: 1080px;
  height: 110px;
  line-height: 110px;
  background: #e7312e;
  color: #fff;
}
.reg_list h4{
  font-size: 26px;
  float: left;
}
.reg_list .reg_btn_group{
  float: right;
  margin-top: 25px;
}
.reg_list .reg_btn_group a{
  display: block;
  width: 157px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #e7312e;
  font-size: 24px;
  margin-left: 14px;
  border-radius: 4px;
  float: left;
}
/* 登记按钮 */

/* 关于展会 */
.about{
  width: 1078px;
  margin: 126px auto 0;
  color: #000;
  text-align: center;
}
.about h2{
  font-size: 28px;
  margin-top: 126px;
}
.about h3{
  font-size: 26px;
  margin-bottom: 54px;
}
.about .left{
  width: 550px;
  text-align: left;
}
.about .left h4{
  display: inline-block;
  color: #5ba5fe;
  font-size: 20px;
  position: relative;
  margin-bottom: 42px;
}
.about .left h4::after{
  background: #5ba5fe;
  width: 80px;
  height: 6px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
}
.about .left h5{
  font-size: 24px;;
}
.about .left h6{
  font-size: 20px;
  margin-bottom: 22px;
}
.about .left p{
  font-size: 16px;
  color: #696562;
  line-height: 32px;
}
.about .left .btn_list{
  margin-top: 28px;
  margin-bottom: 32px;
}
.about .left .btn_list a{
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  color: #000;
  border: 2px solid #000;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-right: 40px;
}
.about .left .btn_list a.end{
  margin-right: 0;
}
.about .left .line{
  width: 346px;
  height: 6px;
  background: #5ba5fe;
}
.about .right{
  max-width: 490px;
  overflow: hidden;
}
.about .right img{
  width: 100%;
}
/* 关于展会 */


/* 我们的规模 */
.advantage{
  height: 290px;
  background: #303030;
  margin-top: 64px;
}
.advantage .wrap{
  width: 1230px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  position: relative;
}
.advantage .item{
  width: 410px;
  height: 290px;
  float: left;
  padding-top: 64px;
  box-sizing: border-box;
  font-size: 18px;
}
.advantage .item h4{
  margin: 10px 0;
}
.advantage .item h4 span{
  font-size: 44px;
  color: #e30007;
  font-weight: bold;
}
.advantage .wrap .line{
  background: #595959;
  width: 2px;
  height: 160px;
  position: absolute;
  left: 410px;
  top: 68px;
}
.advantage .wrap .line2{
  left: 820px;
}
/* 我们的规模 */


/* 新闻中心 */
.news_center{
  width: 1174px;
  margin: 58px auto;
  text-align: center;
  color: #000;
}
.news_center h2{
  font-size: 28px;
}
.news_center h3{
  font-size: 26px;;
  margin-bottom: 26px;
}
.news_center .nav_list a{
  width: 136px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  color: #737373;
  border: 1px solid #737373;
  background: #fff;
  font-size: 16px;
  margin-right: 10px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.news_center .nav_list a.active{
  background: #3585ca;
  border: 1px solid #3585ca;
  color: #fff;
}
.news_center .nav_list .end{
  margin-right: 0;
}
.news_center .news_item{
  width: 100%;
}
.news_center .news_item .item{

  height: 220px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: 20px;
  padding: 32px;
}
.news_center .news_item .time{
  width: 128px;
  position: relative;
}
.news_center .news_item .time .line{
  width: 1px;
  height: 72px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 34px;
}
.news_center .news_item .time h4{
 font-size: 38px;
 font-weight: bold;
 margin-bottom: 10px;
 margin-top: 18px;
}
.news_center .news_item .time p{
  font-size: 18px;
  color: #6a6a6a;
}
.news_center .news_item .content {
  width: 966px;
  text-align: left;
}

.news_center .news_item .content .msg {
  width: 630px;
  margin-left: 10px;
  margin-top: 5px;
}
.news_center .news_item .content .msg h5{
  font-size: 20px;
  color: #3587eb;
  font-weight: bold;
}
.news_center .news_item .content .msg p{
  margin-top: 10px;
  line-height: 24px;
}


.news_center .news_item .content .img_wrap {
  width: 274px;
  height: 162px;
  overflow: hidden;
  border-radius: 4px;
}

.news_center .news_item .content img {
  width: 100%;
}
/* 新闻中心 */


/* 历届回顾 */
.pre_review{
  margin: 0 auto;
  width: 1174px;
  text-align: center;
  color: #000;
  position: relative;
}
.pre_review h2{
  font-size: 28px;
}
.pre_review h3{
  font-size: 26px;;
  margin-bottom: 36px;
}
.pre_review .rev_list{
  margin: 0 auto;
}
.pre_review .rev_list .wrap{
  width: 1076px;
  height: 172px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.pre_review .rev_list .wrap li{
  display: inline-block;
  width: 246px;
  height: 100%;
  overflow: hidden;
  margin-right: 4px;
  border: 2px solid #203354;
  text-align: center;
}
.pre_review .rev_list .wrap li a{
  display: block;
  width: 100%;
  height: 100%;
}
.pre_review .rev_list .wrap li img{
  height: 100%;
}
.pre_review .rev_list .wrap li:nth-last-child(1){
  margin-right: 0;
}
.pre_review .left_btn{
  width: 22px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 156px;
  background: url('//file.htx.cc/wamj6_3887/images/left_btn.jpg') no-repeat center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/left_btn.jpg',  sizingMethod='scale');
  background-size: cover;
}
.pre_review .right_btn{
  width: 22px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 156px;
  background: url('//file.htx.cc/wamj6_3887/images/right_btn.jpg') no-repeat center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/right_btn.jpg',  sizingMethod='scale');
  background-size: cover;
}
/* 历届回顾 */


/* 合作媒体 */
.hzmt{
  margin-top: 60px;
}
.hzmt .rev_list .wrap{
  height: 104px;
}
.hzmt .rev_list .btn{
  top: 37px;
}
.hzmt .rev_list .wrap li{
  padding: 18px;
}
.hzmt .btn{
  top: 146px;
}
/* 合作媒体 */

/* css main------------------- */


/* 二级页面------------------- */
.sub_page{

}
.sub_page .banner{
  width: 100%;
  height: 282px;
  background: #0073b6;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.sub_page .banner .tit{
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  z-index: 9;
  color: #fff;
  font-size: 28px;
}
.sub_page .banner h3{
  font-size: 24px;
}
.sub_page .banner img{
  height: 100%;
}
.sub_page .content{
  width: 1200px;
  margin: 0 auto;
}
.sub_page .nav_list{
  background: #f0f0f0;
  font-size: 16px;
  width: 240px;
  text-align: center;
  line-height: 54px;
  height: 100%;
  padding: 36px 0;
}
.sub_page .nav_list h2{
  color: #5aa6fe;
  font-size: 24px;
  margin-bottom: 30px;
}
.sub_page .nav_list li.active{
  background: #fff;
  border-left: 6px solid #5aa6fe;
}
.sub_page .nav_list li:hover{
  background: #fff;
}
.sub_page .nav_list a{
  display: block;
  width: 100%;
  height: 100%;
}
.sub_page .article{
  width: 960px;
  padding: 36px 12px 36px 40px;
  font-size: 15px;
  line-height: 28px;
}
.sub_page .article h2{
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 26px;
}
.sub_page .article .img_area{
  overflow: hidden;
  margin-bottom: 16px;
}
.sub_page .article .img_area img{
  width: 100%;
}
/* 二级页面------------------- */


/* css footer */
.footer{
  background: #1a1a1a;
  margin-top: 70px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 18px;
}
.footer .wrap{
  width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  padding: 26px 12px 56px;
  padding-left: 100px;
  font-size: 15px;
}
.footer .wrap h2{
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
}
.footer .wrap p{
  color: #7c7b79;
  line-height: 26px;
}
.footer .wrap .zbdw,.footer .wrap .contact,.footer .wrap .express{
  display: inline-block;
  vertical-align: top;
}
.footer .wrap .zbdw{
  width: 358px;
}
.footer .wrap .contact{
  width: 476px;
}
.footer .wrap .express{
width: 220px;
}
.footer .wrap .express a{
  width: 150px;
  height: 30px;
  display: block;
  background: url('//file.htx.cc/wamj6_3887/images/wycz_btn.jpg') no-repeat center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/wycz_btn.jpg',  sizingMethod='scale');
  background-size: cover;
  margin-bottom: 10px; 
}
.footer .wrap .express .wych_btn{
  background: url('//file.htx.cc/wamj6_3887/images/wych_btn.jpg') no-repeat center;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//file.htx.cc/wamj6_3887/images/wych_btn.jpg',  sizingMethod='scale');
}
.footer .jszc{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #7c7b79;
  padding-top: 10px;
  text-align: center;
  color: #7c7b79;
}
.footer .jszc a{
  color: #7c7b79;
}
.none{
  display: none;
}

/* css footer */


.gotop{
  width: 60px;
  height: 60px;
  position: fixed;
  display: block;
  bottom: 51px;
  right: 40px;
  z-index:999999;
}
.gotop a{
  display: block;
  width: 100%;
  height: 100%;
  background:url(//file.htx.cc/wamj6_3887/images/top_arrow_01.png) no-repeat center;
}
.gotop p{
  margin-top: 6px;
}




.sub_page .article .tab_list td{
  padding: 7px;
  border-bottom: 1px #ccc dotted;
}

.sub_page .article .pagination {
  text-align: left;
  padding: 48px 0;
}
.sub_page .article .pagination em {
  float: left;
  padding-right: 5px;
  display: inline-block;
  padding-bottom: 2px;
  margin-right: 5px;
  font-style: normal;
  line-height: 26px;
}
.sub_page .article .pagination strong {
  border-color: #069;
  background-color: #069;
  color: #FFF;
  font-weight: 700;
}
.sub_page .article .pagination a,.sub_page .article .pagination strong {
  float: left;
  padding: 0 6px;
  margin-right: 2px;
  height: 26px;
  border: 1px solid;
  line-height: 26px;
  overflow: hidden;
  text-decoration: none;
}
.sub_page .article .pagination a:hover, .pagination a.next {
  border-color: #069;
}

.sub_page .article .tab_form {
  background: #D4D0C8;
}
.sub_page .article .tab_form td.b {
  background: #EEEEEE;
  font-weight: bold;
}
.sub_page .article .tab_form td {
  background: #FFFFFF;
  padding: 5px;
  color: #3D3D3D;
}
.sub_page .article .tab_form .input_txt {
  border-top: 1px #999999 solid;
  border-left: 1px #999999 solid;
  border-right: 1px #CCCCCC solid;
  border-bottom: 1px #CCCCCC solid;
  background: #FFF;
}
.tongqi-txt td{padding-bottom:20px;}
#code {
    display: block;
    position: fixed;
    bottom: 110px;
    right: 10px;
    text-align: center;
  z-index:99999;
}