﻿/* 皮肤 */
/* function*/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 Arial, Helvetica, sans-serif, "microsoft yahei";
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
img {
  border:0;
}
/* nav */
.navbar {
  position: relative;
  width: 100%;
  border-top: 6px solid #ef3042;
  background: #ededed;
}
.navbar .container {
  margin: 0 auto;
  padding: 0 15px;
  *zoom: 1;
}
.navbar .container:before,
.navbar .container:after {
  content: "";
  display: table;
}
.navbar .container:after {
  clear: both;
}
.navbar .navbar-header {
  *zoom: 1;
  width: 100%;
  z-index: 50;
}
.navbar .navbar-header:before,
.navbar .navbar-header:after {
  content: "";
  display: table;
}
.navbar .navbar-header:after {
  clear: both;
}
.navbar .navbar-brand {
  float: left;
  display: block;
  padding: 10px 0;
}
.navbar .navbar-brand img {
  vertical-align: middle;
}
.navbar .navbar-toggle {
  display: block;
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 21px;
  margin-bottom: 21px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border-color: #ddd;
}
.navbar .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.navbar .icon-bar {
  display: block;
  width: 38px;
  height: 4px;
  border-radius: 1px;
  margin: 6px 3px;
  background: #888;
}
.navbar .navbar-collapse {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 55;
  left: 0;
  background: #ededed;
}
.navbar .navbar-nav li {
  display: block;
  position: relative;
  text-align: center;
  font-size: 0;
}
.navbar .navbar-nav li {
  display: block;
  padding: 0 3px;
}
.navbar .navbar-nav li a {
  line-height: 36px;
  color: #939393;
  font-size: 16px;
}
.navbar .dropdown .dropdown-menu {
  display: none;
  width: auto;
  position: fixed;
  left: -200%;
  top: 0;
}
.navbar .dropdown .dropdown-menu li {
  display: block;
  width: 100%;
  padding: 0;
  z-index: 20;
  text-align: center;
}
.navbar .dropdown .dropdown-menu li a {
  display: block;
  padding: 0 0 0 11px;
  color: #dbe8ff;
}
.navbar .dropdown .dropdown-menu li:last-child {
  border: 0;
}
.navbar .dropdown .dropdown-menu li:hover {
  background: #ef3042;
}
.navbar .dropdown .dropdown-menu li:hover a {
  color: #fff;
}
.navbar .dropdown.open .dropdown-menu {
  display: block;
}
.navbar .select-flag {
  display: none;
}
.navbar .home span {
  background: #ef3042;
}
.navbar .home span a {
  color: #fff;
}
.navbar .active span {
  background: #ef3042;
}
.navbar .active span a {
  color: #fff;
}
.navbar .collapse {
  display: block;
  position: absolute;
}

.keyword{ 
  width:100%;
  text-align:center;
  line-height: 36px;
}
.keyword a{ 

  font-size: 16px;
  margin:0 7px;
}
.keyword a:hover{
	color:#ccc;
}


@media (min-width: 768px) {
  .navbar .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .navbar .container {
    width: 955px;
  }
  .navbar .navbar-header {
    float: left;
    width: auto;
  }
  .navbar .navbar-brand {
    float: left;
  }
  .navbar .navbar-toggle {
    display: none;
  }
  .navbar .navbar-collapse {
    position: relative;
    display: block;
    background: none;
  }
  .navbar .navbar-nav {
    float: right;
  }
  .navbar .navbar-nav li {
    float: left;
    height: 82px;
  }
  .navbar .navbar-nav li a {
    padding: 30px 5px 5px 5px;
    display: inline-block;
    vertical-align: top;
  }
  .navbar .navbar-nav li a:hover{
   background:#f00;
   color:#fff;
  }
  .navbar .dropdown .dropdown-menu {
    display: none;
    position: absolute;
    width: 205px;
    top: 82px;
    left: 50%;
    margin: 0 0 0 -102px;
  }
  .navbar .dropdown .dropdown-menu li {
    display: block;
    width: 100%;
    height: 30px;
    padding: 0;
    z-index: 20;
    text-align: left;
    border-bottom: 1px solid #e0e1e1 ;
    background: rgba(255, 255, 255, 0.9);
  }
  .navbar .dropdown .dropdown-menu li a {
    display: block;
    padding: 0 0 0 11px;
    color: #555555;
    line-height: 30px;
  }
  .navbar .dropdown .dropdown-menu li:last-child {
    border: 0;
  }
  .navbar .dropdown .dropdown-menu li:hover {
    background: #ef3042;
  }
  .navbar .dropdown .dropdown-menu li:hover a {
    color: #fff;
  }
  .navbar .dropdown.open .dropdown-menu {
    display: block;
  }
  .navbar .select-flag {
    display: block;
    float: left;
    width: 132px;
    height: 26px;
    line-height: 26px;
    margin: 32px 10px 0;
    background: #fff;
    position: relative;
    *zoom: 1;
  }
  .navbar .select-flag:before,
  .navbar .select-flag:after {
    content: "";
    display: table;
  }
  .navbar .select-flag:after {
    clear: both;
  }
  .navbar .select-flag .lower {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 17px;
    display: block;
    overflow: hidden;
    height: 10px;
  }
  .navbar .select-flag .up:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #bbb;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 3px;
    left: 3px;

  }
  .navbar .select-flag .dp:before {
    content: '';
    height: 8px;
    width: 8px;
    display: block;
    border: 2px solid #bbb;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    position: absolute;
    top: 3px;
    left: 3px;
  }
  .navbar .select-flag ul {
    *zoom: 1;
    background: #fff;
  }
  .navbar .select-flag ul:before,
  .navbar .select-flag ul:after {
    content: "";
    display: table;
  }
  .navbar .select-flag ul:after {
    clear: both;
  }
  .navbar .select-flag li {
    position: relative;
    height: 26px;
    width: 116px;
    padding: 0 8px;
    z-index: 1;
    text-align: left;
  }
  .navbar .select-flag li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    height: 26px;
    line-height: 26px;
    color: #bbb;
    font-size: 16px;
  }
  .navbar .select-flag li img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 7px 0 0;
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    width: 1170px;
  }
  .navbar .navbar-collapse {
    display: block;
  }
  .navbar .navbar-nav li {
    height: 82px;
  }
  .navbar .navbar-nav li a {
    padding: 30px 15px 5px 15px;
    display: inline-block;
    vertical-align: top;
  }
  .navbar .navbar-nav .select-flag li {
    height: 26px;
  }
  .navbar .dropdown-menu li {
    margin: 0;
  }
}
/* end nav */
/* 分会场版头 */
.about-banner {
  width: 100%;
  height: auto;
}
.about-banner img {
  margin: 0px auto;
  max-width: 100%;
  height: auto;
  display: block;
}
/* search */
.search {
  position: relative;
  background: #363636;
  width: 100%;
}
.search .container {
  width: 260px;
  padding: 14px 0;
  margin: 0 auto;
  position: relative;
}
.search .container .search-icon {
  width: 45px;
  height: 37px;
  position: absolute;
  top: 14px;
  left: 0;
}
.search .container .search-ipt {
  *zoom: 1;
}
.search .container .search-ipt:before,
.search .container .search-ipt:after {
  content: "";
  display: table;
}
.search .container .search-ipt:after {
  clear: both;
}
.search .container .search-ipt input {
  width: 145px;
  height: 37px;
  padding: 0 8px 0 45px;
  border: 0;
  font-size: 16px;
  background: #fff;
  float: left;
  color: #cccccc;
}
.search .container .search-ipt input.ex-search {
  background: #ef3042 url("../sss1.png") no-repeat center center;
  width: 60px;
  height: 37px;
  border: 0;
  float: left;
  position: relative;
} 
.search .container .seach-title {
  position: absolute;
  top: 19px;
  left: 0;
  width: 40%;
  height: 70px;
  background: #363636;
  color: #fff;
  text-align: left;
  padding-top: 20px;
}
.search .container .seach-title h2 {
  padding-left: 20%;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.search .container .seach-title i {
  padding-left: 20%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .search .container {
    width: 460px;
  }
  .search .container .search-ipt input {
    width: 345px;
  }
}
@media (min-width: 992px) {
  .search .container {
    width: 560px;
  }
  .search .container .search-ipt input {
    width: 445px;
  }
}
@media (min-width: 1200px) {
  .search .container {
    width: 760px;
  }
  .search .container .search-ipt input {
    width: 645px;
  }
}
/* end search */
/* 分会场左侧导航 */
.g-sidebar {
  width: 22%;
  float: left;
  *display: inline;
  margin-left: 2%;
}
.g-sidebar h3 {
  width: 100%;
  font-size: 23px;
  font-weight: normal;
  line-height: 60px;
  border-top: 6px solid #ef3042;
  background: #fff;
  text-align: center;
  margin-top: -3px;
}
.g-sidebar .list {
  width: 98%;
  margin-top: 2%;
}
.g-sidebar .list .title {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  padding: 17px 0 17px 20px;
  background: url("../../../Content/C_IMG/m147/hl_left.png") no-repeat left center;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  display: block;
}
.g-sidebar .list .titletwo {
  line-height: 20px;
  background-position: left 17px;
}
.g-sidebar .list .active {
  color: #ef3042;
  background: url("../../../Content/C_IMG/m147/hl_down.png") no-repeat left 20px;
}
.g-sidebar .list li {
  padding-left: 26px;
  margin-top: 13px;
  display: none;
}
.g-sidebar .list li a {
  background: url("../../../Content/C_IMG/m147/hl_fire.png") no-repeat left center;
  padding-left: 16px;
  font-size: 14px;
  line-height: 16px;
  color: #999;
}
.g-sidebar .list li a:hover {
  color: #2c2b2b;
}
.g-sidebar .hot {
  width: 100%;
  padding-top: 80px;
}
.g-sidebar .hot .hot-list li {
  font-size: 20px;
  line-height: 20px;
  color: #999;
  padding: 17px 0 17px 26px;
  background: url("../../../Content/C_IMG/m147/hl_fire.png") no-repeat left center;
  cursor: pointer;
  border-bottom: 1px solid #e3e3e3;
  margin-left: 2%;
}
@media screen and (max-width: 1004px) and (min-width: 960px) {
  .g-sidebar h3 {
    font-size: 23px;
    line-height: 60px;
  }
  .g-sidebar .list .title {
    font-size: 16px;
    line-height: 16px;
  }
  .g-sidebar .list li a {
    font-size: 14px;
  }
  .g-sidebar .hot .hot-list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 960px) {
  .g-sidebar {
    float: none;
    width: 95%;
    margin: 0 auto;
  }
  .g-sidebar .hot {
    padding-top: 30px;
  }
}
@media screen and (max-width: 640px) and (min-width: 480px) {
  .g-sidebar {
    float: none;
    width: 89%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) and (min-width: 320px) {
  .g-sidebar {
    float: none;
    width: 89%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 990px) {
  .g-sidebar {
    float: none;
    width: 95%;
    margin-top: 5%;
  }
}
/* footer */
.footer {
  /*.clearfix();*/
  padding-top: 20px;
  background: #161616;
}
.footer .container {
  *zoom: 1;
  max-width: 1200px;
  padding: 25px 0 25px 0;
  margin: 0 auto;
}
.footer .container:before,
.footer .container:after {
  content: "";
  display: table;
}
.footer .container:after {
  clear: both;
}
.footer .col {
  float: left;
  *display: inline;
  width: 242px;
  height: 240px;
  padding-left: 20px;
  margin: 0 0 40px 2.5%;
  border-left: 1px solid #383838;
  color: #ef3042;
}
.footer .logo-brand {
  display: block;
  width: 100%;
}
.footer .logo-brand img {
  vertical-align: middle;
  max-width:242px;
}
.footer .logo-txt {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  padding-top: 10px;
  color: #565656;
}
.footer .pro-title {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  border-left: 1px solid #ef3042;
  line-height: 1.5;
  margin-bottom: 27px;
  margin-left: -21px;
  padding-left: 20px;
}
.footer .contact-list {
  /*.clearfix();*/
}
.footer .contact-list li {
  /*clearfix();*/
  width: 262px;
  margin: 0 0 16px;
  color: #565656;
}
.footer .contact-list .m-icon {
  float: left;
  display: inline-block;
  width: 24px;
  height: 21px;
  background: url("../../../Content/C_IMG/m147/foot_icon.png") no-repeat 0 0;
  vertical-align: middle;
}
.footer .contact-list .add {
  background-position: 0 0;
}
.footer .contact-list .tel {
  background-position: 0 -22px;
}
.footer .contact-list .mail {
  background-position: 0 -44px;
}
.footer .contact-list .txt {
  float: left;
  width: 216px;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.footer .contact-list .txt a {
  color: #565656;
}
.footer .contact-list .txt a:hover {
  color: #ef3042;
}
.footer .cate-list {
  margin: -12px 0 0;
}
.footer .cate-list li {
  position: relative;
  width: 262px;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}
.footer .cate-list li a {
  position: relative;
  color: #565656;
  padding: 0 0 0 10px;
}
.footer .cate-list li a:hover {
  color: #9b9b9b;
}
.footer .cate-list li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #ef3042;
  border-bottom: 3px solid transparent;
}
.footer .cate-list li a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  width: 0;
  height: 0;
  margin: -3px 0 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #161616;
  border-bottom: 3px solid transparent;
}
.footer .qr-wrap {
  display: inline-block;
}
.footer .qr-wrap img { 
  padding: 4px;
  border: 1px solid #343434;
  max-width: 184px;
  max-height: 184px;
    }
.footer .col:first-child {
  border: 0;
}
@media screen and (max-width: 1200px) and (min-width: 570px) {
  .footer .container {
    max-width: 580px;
  }
  .footer .col {
    margin: 0 0 40px 4%;
  }
}
@media screen and (max-width: 570px) {
  .footer .container {
    max-width: 270px;
  }
}
.footer .foottext {
  position: relative;
  background: #2a2a2a;
  padding: 30px 0 24px;
  font-size: 12px;
}
.footer .copyright {
  float: left;
  color: #727272;
}
.footer .foot-nav {
  float: right;
}
.footer .foot-nav li {
  position: relative;
  display: inline-block;
  padding: 0 10px;
}
.footer .foot-nav li a {
  color: #727272;
}
.footer .foot-nav li a:hover {
  color: #ef3042;
}
.footer .foot-nav li:before {
  position: absolute;
  top: 50%;
  right: 1px;
  margin: -4px 0 0;
  content: '';
  width: 0;
  height: 7px;
  border-right: 1px solid #000;
}
.footer .foot-nav li:after {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  content: '';
  width: 0;
  height: 7px;
  border-right: 1px solid #565656;
}
.footer .foot-nav li:last-child:before {
  display: none;
}
.footer .foot-nav li:last-child:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer .foottext .copyright {
    padding-left: 10px;
  }
  .footer .foottext .foot-nav {
    padding-top: 10px;
  }
}
.footer .back-btn {
  position: absolute;
  top: -17px;
  left: 50%;
  margin: 0 0 0 -17px;
  display: block;
  width: 34px;
  height: 34px;
  background: #ef3042;
  transform: rotate(45deg);
}
.footer .back-btn:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 7px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-right: 9px solid transparent;
  transform: rotate(-45deg);
}
.footer .back-btn:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 9px;
  width: 0;
  height: 0;
  margin: -1px 0 0;
  border-left: 9px solid transparent;
  border-bottom: 9px solid #ef3042;
  border-right: 9px solid transparent;
  transform: rotate(-45deg);
}
/* end footer */
.table{border-collapse:collapse;}
.table td, .table th{border:1px solid #cdcdcd;padding:5px;}
.table p{padding:0;margin:0;}

.singglepic { float:left; width:360px!important;}
.singglepic img { width:360px;}
#xyz { right:0; margin-top:7px;}

/*jsshare*/
.jsshare { padding-top:8px;}
.jsshare span.stxt{display:inline-block;font-size:14px;line-height:24px;padding:0 8px 0 0;position:relative}
.jsshare a,.jsshare a img{width:24px;vertical-align:middle}
.addthis_sharing_toolbox{display:inline-block}
span.at-icon-wrapper,.at-icon-wrapper svg{width:24px!important;height:24px!important;line-height:24px!important;}

.rollPro1 {width: 98%;margin:10px auto;overflow: hidden;}
.rollPro1 h2{ color:#000; font-size:20px; font-weight:normal;  padding-bottom:10px;}
.rollPro1 li { width:30%; float:left; margin-right:5%; text-align:center;}
.rollPro1 li:nth-of-type(3) { margin-right:0%;}  
.rollPro1 li:nth-of-type(6) { margin-right:0%;}  
.rollPro1 li:nth-of-type(9) { margin-right:0%;} 
.rollPro1 li:nth-of-type(12) { margin-right:0%;} 
.rollPro1 li .pbox { border:1px solid #eee; padding:4px; height:180px;}
.rollPro1 li .pbox img { max-width:100%; max-height:180px;}
.rollPro1 li p { font-size:14px; height:40px; line-height:20px; overflow:hidden; margin:10px auto;}

.rollPro1 {width:100%;margin:10px auto;overflow: hidden;}
.rollPro1 h2{  padding-bottom:10px;}
.rollPro1 li { width:30%; float:left; margin-right:5%; text-align:center;}
.rollPro1 li:nth-of-type(3) { margin-right:0%;}  
.rollPro1 li:nth-of-type(6) { margin-right:0%;}  
.rollPro1 li:nth-of-type(9) { margin-right:0%;} 
.rollPro1 li:nth-of-type(12) { margin-right:0%;} 
.rollPro1 li .pbox { border:1px solid #eee; padding:4px; height:150px;}
.rollPro1 li .pbox img { max-width:100%; max-height:150px;}
.rollPro1 li p { height:40px; line-height:20px; overflow:hidden; margin:10px auto;}
