@charset "UTF-8";
/*整站样式*/
html,
body,
dl,
dd,
img,
form,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
button {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  font-size: 12px;
  font-family: '微软雅黑', Arial;
}
input,
textarea,
button {
  padding: 0;
  font-family: '微软雅黑', Arial;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol,
li {
  list-style-type: none;
}
img {
  border: 0;
  vertical-align: middle;
}
select,
input,
textarea,
button {
  vertical-align: middle;
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
iframe {
  border: none;
}
a:link {
  color: #666666;
  text-decoration: none;
}
a:visited {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #0093ff;
  text-decoration: none;
}
a:active {
  color: #0093ff;
  text-decoration: none;
}
.hidden {
  display: none;
  visibility: hidden;
}
.wrap {
  border: 0;
  padding: 0;
  width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.wrap:after {
  clear: both;
  content: "";
  display: table;
}
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  visibility: hidden;
}
.fix {
  *zoom: 1;
}
.fix:after {
  clear: both;
  content: "";
  display: table;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.pors {
  position: relative;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
/* 编辑器内容样式 凡是编辑器修改区域加上 */
.editor {
  line-height: 24px;
  text-align: left;
}
.editor p {
  text-indent: 2em;
}
.editor ol li {
  list-style-type: circle;
  margin-left: 25px;
}
.editor ul li {
  list-style-type: square;
  margin-left: 25px;
}
/*less*/
/*banner样式*/
.fullSlide {
  position: relative;
  margin: 0 auto;
}
.fullSlide .bd {
  position: relative;
  z-index: 0;
}
.fullSlide .bd li a {
  display: block;
  width: 100%;
  height: 440px;
}
.fullSlide .hd {
  position: absolute;
  bottom: 40px;
  width: 100%;
  z-index: 1;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.fullSlide .hd ul {
  text-align: center;
}
.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  font-size: 0;
  width: 50px;
  border-bottom: 2px solid #fff;
  height: 20px;
  margin: 0 7px;
  cursor: pointer;
}
.fullSlide .hd ul .on {
  border-bottom: 2px solid #da251e;
}
.fullSlide .prev,
.fullSlide .next {
  z-index: 1;
  display: inline-block;
  width: 5px;
  height: 9px;
  position: relative;
  vertical-align: middle;
}
.fullSlide .prev {
  background: url("../images/prev01.png") no-repeat center;
}
.fullSlide .next {
  background: url("../images/next01.png") no-repeat center;
}
.fullSlide .prev:hover {
  background: url("../images/prev.png") no-repeat center;
}
.fullSlide .next:hover {
  background: url("../images/next.png") no-repeat center;
}
.fullSlide .fullPage {
  text-align: right;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  font-size: 16px;
  color: #fff;
}
.fullPage .pageState{}
.header {
  height: 90px;
}
.header .top {
  color: #999;
  line-height: 33px;
  text-align: right;
}
.header .top .sign {
  margin-left: 16px;
  position: relative;
}
.header .top .sign:hover .evm {
  display: block;
}
.header .top .call {
  color: #da251e;
}
.header .top img {
  margin-right: 8px;
}
.header .top .evm {
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 4;
  display: none;
}
.nav {
  text-align: right;
}
.nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 48px;
}
.nav li.on a,
.nav li:hover a {
  color: #cc2c23;
  border-color: #cc2c23;
}
.nav a {
  font-size: 14px;
  color: #333;
  display: block;
  line-height: 54px;
  border-bottom: 3px solid transparent;
}
.home-col {
  width: 244px;
  padding: 26px 26px;
  border: 1px solid transparent;
  float: left;
  margin: 40px 0 40px 0px;
  text-align: center;
}
.home-col h2 {
  padding-top: 100px;
  font-size: 20px;
  color: #000;
}
.home-col .h1 {
  background: url("../images/h04.png") no-repeat center top;
}
.home-col .h2 {
  background: url("../images/h05.png") no-repeat center top;
}
.home-col .h3 {
  background: url("../images/h06.png") no-repeat center top;
}
.home-col .h4 {
  background: url("../images/cpzt-d04.png") no-repeat center top;
}
.home-col .eg {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  line-height: 40px;
}
.home-col .txt {
  line-height: 24px;
  color: #333;
  min-height: 72px;
}
.home-col .more {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 34px;
  border: 1px solid #ccc;
  width: 152px;
  border-radius: 20px;
  margin-top: 20px;
}
.home-col:hover {
  border-color: #da251e;
}
.home-col:hover h2 {
  color: #da251e;
}
.home-col:hover .h1 {
  background: url("../images/h01.png") no-repeat center top;
}
.home-col:hover .h2 {
  background: url("../images/h02.png") no-repeat center top;
}
.home-col:hover .h3 {
  background: url("../images/h03.png") no-repeat center top;
}
.home-col:hover .h4 {
  background: url("../images/cpzt-h04.png") no-repeat center top;
}
.home-col:hover .more {
  color: #da251e;
  border-color: #da251e;
}
.home-title {
  text-align: center;
  padding-top: 48px;
}
.home-title .eg {
  font-size: 30px;
  color: #da251e;
  font-family: "Arial";
  text-transform: uppercase;
}
.home-title .cn {
  font-size: 14px;
  margin: 10px 20px 0;
}
.home-title .cn img {
  margin: 0 16px;
}
.home-title .line {
  display: inline-block;
  height: 2px;
  background: #000;
  width: 300px;
  vertical-align: middle;
  margin: 0 16px;
}
.home-letter {
  background: url("../images/h07.jpg") no-repeat center top;
  min-height: 772px;
  min-width: 1200px;
}
.hl-left {
  width: 110px;
}
.hl-left img:first-child {
  margin-bottom: 24px;
}
.hl-box {
  padding-top: 40px;
}
.hl-right {
  margin-top: -74px;
}
.home-news {
  background: url("../images/h14.jpg") no-repeat center top;
  min-width: 1200px;
}
.hn-tab {
  text-align: center;
  margin-top: 20px;
}
.hn-tab a {
  display: inline-block;
  color: #000;
  line-height: 22px;
  padding: 0 14px;
  border: 1px solid transparent;
}
.hn-tab .on {
  border-color: #da251e;
}
.hn-tab-box {
  width: 1200px;
  margin: 40px auto 0;
}
.hc-tab {
  text-align: center;
  margin-top: 28px;
}
.hc-tab a {
  display: inline-block;
  color: #000;
  line-height: 22px;
  padding: 0 14px;
  border: 1px solid transparent;
}
.hc-tab .on {
  border-color: #da251e;
}
.hc-tab-box {
  width: 1200px;
  margin: 40px auto 60px;
}
.hc-tab-box li {
  float: left;
  width: 300px;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  margin-left: -1px;
}
.hc-tab-box li a {
  display: block;
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hc-tab-box li a:hover {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.hc-tab-box li:nth-child(-n+4) {
  border-top: 0;
}
.hc-tab-box li:nth-child(4n+1) {
  border-left: 0;
}
.hn-main {
  width: 578px;
  float: left;
  background: #ece7da;
}
.hn-main dd {
  padding: 12px 20px;
  height: 160px;
}
.hn-main a {
  font-size: 16px;
  color: #da251e;
}
.hn-main time {
  font-size: 14px;
  color: #666;
  line-height: 34px;
}
.hn-main .txt {
  line-height: 24px;
}
.hn-list {
  width: 578px;
  float: right;
  height: 490px;
  overflow: hidden;
}
.hn-list dl {
  margin-bottom: 10px;
}
.hn-list dt {
  line-height: 40px;
  background: #ece7da url("../images/h13.jpg") no-repeat;
  padding-left: 60px;
}
.hn-list .on {
  background: #ece7da url("../images/h12.jpg") no-repeat;
}
.hn-list .on a {
  color: #da251e;
}
.hn-list dd {
  line-height: 26px;
  background: #fff;
  padding: 24px 30px;
  height: 148px;
  display: none;
}
.hn-list a {
  font-size: 14px;
  color: #000;
  display: block;
}
.ha-tab {
  text-align: center;
  margin-top: 28px;
}
.ha-tab a {
  display: inline-block;
  color: #000;
  line-height: 22px;
  padding: 0 14px;
  border: 1px solid transparent;
}
.ha-tab .on {
  border-color: #da251e;
}
.ha-tab-box {
  width: 1100px;
  margin: 40px auto;
}
.ha-intro {
  width: 810px;
  margin: 0 auto 40px;
}
.ha-intro a {
  color: #da251e;
  text-decoration: underline;
  margin: 26px auto 0;
  display: block;
  width: 100px;
}
.ha-media {
  width: 1100px;
  margin: 0 auto 60px;
}
.meeting {
  background: url("../images/h37.jpg") no-repeat center top;
  min-width: 1200px;
  min-height: 610px;
}
/*会议滚动*/
.scrollBox {
  width: 1320px;
  position: relative;
  margin: 46px auto 0;
}
.scrollBox .piclist {
  overflow: hidden;
  zoom: 1;
}
.scrollBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 1200px;
  left: 60px;
}
.scrollBox {
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.scrollBox .piclist li {
  float: left;
  display: inline;
  width: 380px;
  margin-right: 30px;
}
.scrollBox .piclist li a {
  display: block;
  padding: 10px;
}
.scrollBox .piclist li a:hover {
  background: #fff;
}
.scrollBox .piclist li a:hover .more {
  color: #cc2c23;
  background: url("../images/more02.png") no-repeat left;
}
.scrollBox .piclist h3 {
  font-size: 16px;
  color: #000;
  margin: 18px 0 14px;
}
.scrollBox .piclist .txt {
  color: #333;
  line-height: 24px;
}
.scrollBox .piclist .more {
  color: #666;
  display: block;
  background: url("../images/more01.png") no-repeat;
  padding-left: 30px;
  line-height: 20px;
  margin: 20px 0;
}
.scrollBox .pageBtn span {
  display: block;
  width: 22px;
  height: 40px;
  position: absolute;
  top: 170px;
  cursor: pointer;
  text-indent: -999em;
  overflow: hidden;
}
.scrollBox .pageBtn .prev {
  left: 0;
  background: url("../images/h33.png") no-repeat;
}
.scrollBox .pageBtn .next {
  right: 0;
  background: url("../images/h36.png") no-repeat;
}
.scrollBox .pageBtn .prev:hover {
  background: url("../images/h34.png") no-repeat;
}
.scrollBox .pageBtn .next:hover {
  background: url("../images/h35.png") no-repeat;
}
.scrollBox .pageBtn .list {
  overflow: hidden;
  display: none;
}
.scrollBox .pageBtn .list li {
  float: left;
  display: inline;
  width: 15px;
  height: 15px;
  background-position: -86px -57px;
  cursor: pointer;
  margin-left: 10px;
  line-height: 10000px;
  overflow: hidden;
}
.scrollBox .pageBtn .list li.on {
  background-position: -114px -57px;
}
.footer {
  min-width: 1200px;
  padding: 50px 0;
}
.footer dl {
  float: left;
  width: 170px;
}
.footer dt {
  font-size: 18px;
  color: #da251e;
  margin-bottom: 8px;
}
.footer dd a {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.footer dd a:hover {
  color: #da251e;
  text-decoration: underline;
}
.footer .ewm {
  float: left;
  padding-left: 30px;
  border-left: 1px solid #e9e9e9;
  min-height: 140px;
  text-align: center;
}
.footer .adr {
  float: right;
  width: 250px;
  padding: 0 30px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  min-height: 140px;
}
.footer .adr li {
  padding-left: 18px;
  line-height: 20px;
  margin-bottom: 8px;
}
.footer .adr .a1 {
  background: url("../images/h38.jpg") no-repeat left 4px;
}
.footer .adr .a2 {
  background: url("../images/h39.jpg") no-repeat left 4px;
}
.footer .adr .a3 {
  background: url("../images/h40.jpg") no-repeat left 4px;
}
.footer .adr .a4 {
  background: url("../images/h41.jpg") no-repeat left 4px;
}
.copyright {
  text-align: center;
  line-height: 52px;
  background: #efefef;
  min-width: 1200px;
  color: #333;
}
.copyright a {
  color: #999999;
}
.inside-banner {
  height: 280px;
  min-width: 1200px;
  position: relative;
}
.inside-tab {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -600px;
  font-size: 0;
}
.inside-tab a {
  line-height: 40px;
  display: inline-block;
  width: 140px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  vertical-align: bottom;
  margin-right: 1px;
}
.inside-tab .on {
  line-height: 70px;
  background: #cc2c23;
}
.crumbs {
  line-height: 45px;
  border-bottom: 1px solid #f0f0f0;
  min-width: 1200px;
  color: #666666;
}
.crumbs img {
  vertical-align: -2px;
  margin-right: 10px;
}
.crumbs .on,
.crumbs a:hover {
  color: #cc2c23;
}
.pro-nav {
  width: 285px;
  margin-top: 36px;
}
.pro-nav li {
  border-top: 2px solid #9b9b9b;
  padding: 18px 0 26px;
}
.pro-nav li.on,
.pro-nav li:hover {
  border-color: #cc2c23;
}
.pro-nav li.on h2,
.pro-nav li:hover h2 {
  color: #cc2c23;
}
.pro-nav li.on .eg,
.pro-nav li:hover .eg {
  color: #000;
}
.pro-nav h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
}
.pro-nav .eg {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  text-transform: uppercase;
}
.pro-nav a {
  display: block;
}
.pro-main {
  width: 896px;
  overflow: hidden;
  margin: 36px 0;
}
.pro-main ul {
  margin-right: -30px;
}
.pro-main li {
  float: left;
  width: 282px;
  border: 1px solid #ededed;
  margin-right: 20px;
  margin-bottom: 20px;
}
.pro-main li:hover {
  border-color: #cecece;
}
.pro-main li:hover h3 {
  color: #cc2c23;
}
.pro-main li:hover .more {
  color: #cc2c23;
  border-color: #cc2c23;
}
.pro-main a {
  display: block;
  padding: 10px;
}
.pro-main h3 {
  font-size: 17px;
  color: #333;
  margin: 14px 0 0;
}
.pro-main .txt {
  color: #333;
  line-height: 24px;
  margin: 4px 0 6px;
  min-height: 100px;
}
.pro-main .more {
  display: block;
  width: 120px;
  line-height: 28px;
  height: 30px;
  border: 1px solid #e2e2e2;
  text-align: center;
  border-radius: 20px;
  margin: 11px 0 8px;
}
.pro-inside h2 {
  line-height: 98px;
  font-size: 28px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.pro-cont {
  margin: 20px 0;
}
.pro-back {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0 50px;
}
.pro-back a {
  color: #cc2c23;
  border: 1px solid #cc2c23;
  width: 100px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
  border-radius: 20px;
}
.case-list {
  margin: 10px 0 30px;
}
.case-list li {
  float: left;
  width: 300px;
  height: 100px;
  overflow: hidden;
  border-left: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-left: -1px;
}
.case-list li a {
  display: block;
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-list li a:hover {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.case-list li:nth-child(4n+1) {
  border-left: 0;
}
.page {
  text-align: center;
}
.page a {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  text-align: center;
  border: 1px solid #ddd;
  margin: 0 2px;
}
.page a.on,
.page a:hover {
  border-color: #cc2c23;
  color: #cc2c23;
}
.mb50 {
  margin-bottom: 50px;
}
.news_tab {
  width: 1200px;
  margin: 30px auto 0;
}
.news_tab ul {
  margin-right: -40px;
}
.news_tab li {
  float: left;
  width: 205px;
  padding-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;

}
.news_tab li:hover {
  background: #cc2c23;
}
.news_tab .on {
  background: #cc2c23;
}
.news_tab h2 {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
  padding-top: 12px;
}
.news_tab .eg {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 12px;
  font-family: Arial;
}
.news_list {
  width: 1200px;
  margin: 0 auto 30px;
  overflow: hidden;
}
.news_list li {
  background: #f7f7f7;
  zoom: 1;
  margin-top: 40px;
  position: relative;
}
.news_list .line {
  display: block;
  position: absolute;
  background: #cc2c23;
}
.news_list li:after {
  content: "";
  clear: both;
  display: table;
}
.news_list li:hover .news_time {
  background: #cc2c23;
}
.news_list li:hover .more {
  border-color: #cc2c23;
}
.news_time {
  background: #b1b1b1;
  width: 120px;
  height: 100%;
  padding: 30px 40px 10px 0;
}
.news_time .day {
  display: block;
  font-size: 70px;
  color: #fff;
  font-family: "Impact";
  text-align: right;
}
.news_time .year {
  display: block;
  color: #eee;
  text-align:right ;
  line-height: 22px;
  margin-top:30px;
}
.news_time .author {
  display: block;
  color: #eee;
  text-align: right;
  line-height: 22px;
}
.news_time .type {
  display: block;
  color: #fff;
  text-align: right;
  font-family: '宋体', Arial;
  background: url("../images/n01.jpg") no-repeat right top;
  padding-top: 6px;
  margin-top: 4px;
}
.news_cont {
  width: 980px;
  margin-right: 40px;
}
.news_cont h2 {
  font-size: 20px;
  font-weight: normal;
  padding-top: 26px;
}
.news_cont h2 a {
  color: #333;
}
.news_cont a:hover {
  color: #cc2c23;
}
.news_cont .demo {
  line-height: 24px;
  margin-top: 14px;
}
.news_cont .vis {
  color: #999;
  line-height: 38px;
  margin-top: 12px;
}
.news_cont .more {
  float: right;
  color: #cc2c23;
  display: inline-block;
  border: 1px solid #b1b1b1;
  line-height: 38px;
  padding: 0 24px;
}
.news_info {
  width: 1200px;
  margin: 0 auto;
}
.news_box {
  width: 840px;
}
.news_title {
  border-bottom: 1px solid #eeeeee;
  margin-top: 40px;
  padding-bottom: 18px;
}
.news_title h2 {
  font-size: 20px;
  color: #333;
  font-weight: normal;
}
.news_title .sign {
  color: #999;
  margin-top: 12px;
}
.news_title .label {
  color: #cc2c23;
}
.news_title .mark {
  padding-right: 20px;
}
.news_page {
  text-align: center;
  margin-top: 16px;
}
.news_page a {
  display: inline-block;
  font-size: 20px;
  font-weight: 200;
  line-height: 38px;
  width: 38px;
  text-align: center;
  margin: 0 5px;
  color: #999;
  border: 1px solid #999;
}
.news_page a:hover {
  color: #333;
  border-color: #333;
}
.news_box .demo {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 30px;
}
.news_box .notice {
  font-size: 12px;
  color: #999;
}
.page_list {
  border-top: 1px dashed #d3d3d3;
  margin-top: 16px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.page_list li {
  line-height: 24px;
  color: #999;
}
.page_list li a {
  color: #999;
}
.page_list li a:hover {
  color: #cc2c23;
}
.page_list .return {
  float: right;
  font-size: 14px;
  color: #cc2c23;
  border: 1px solid #cc2c23;
  line-height: 30px;
  padding: 0 30px;
  margin-top: 6px;
  border-radius: 20px;
}
.news_menu {
  width: 240px;
  background: #f7f7f7;
  padding: 30px;
  margin-top: 40px;
}
.news_menu dt {
  font-size: 20px;
  color: #cc2c23;
  margin-bottom: 24px;
}
.news_menu dd {
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 20px;
}
.news_menu dd h3 {
  color: #333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.news_menu a:hover h3 {
  color: #cc2c23;
}
.news_menu .text {
  color: #666;
  line-height: 24px;
  margin-bottom: 14px;
}
.news_menu .time {
  color: #999999;
  line-height: 24px;
  margin-bottom: 6px;
}
.about {
  margin: 40px auto;
}
.honor {
  width: 1200px;
  margin: 30px auto 40px;
}
.honor-intro {
  margin: 30px 0;
}
.honor-list {
  width: 1200px;
  overflow: hidden;
}
.honor-list h3 {
  font-size: 18px;
  color: #cc2c23;
  margin-bottom: 20px;
}
.honor-list ul {
  margin-right: -40px;
}
.honor-list li {
  float: left;
  width: 284px;
  margin: 0  20px 20px 0;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 42px;
}
.honor-list li:hover img {
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s ease;
}
.honor-img {
  border: 1px solid #e9e9e9;
  width: 282px;
  height: 236px;
  overflow: hidden;
}
.honor-img img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  transition: all 1s ease;
}
.meet-box {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
}
.meet-box ul {
  margin-right: -40px;
}
.meet-box li {
  float: left;
  display: inline;
  width: 378px;
  margin-right: 30px;
  border: 1px solid #e9e9e9;
  margin-bottom: 30px;
}
.meet-box li a {
  display: block;
  padding: 9px;
}
.meet-box li a:hover {
  background: #f0f0f0;
}
.meet-box li a:hover .more {
  color: #cc2c23;
  background: url("../images/more02.png") no-repeat left;
}
.meet-box h3 {
  font-size: 16px;
  color: #000;
  margin: 18px 0 14px;
}
.meet-box .txt {
  color: #333;
  height:75px;
  line-height: 24px;
  
}
.meet-box .more {
  color: #666;
  display: block;
  background: url("../images/more01.png") no-repeat;
  padding-left: 30px;
  line-height: 20px;
  margin: 20px 0;
}
.contact-tab {
  height: 50px;
  background: #efefef;
  margin: 30px auto 40px;
}
.contact-tab li {
  float: left;
  line-height: 50px;
  width: 140px;
  background: #dcdcdc;
  border-right: 1px solid #fff;
  position: relative;
}
.contact-tab li a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #333;
}
.contact-tab li i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  background: url("../images/c01.jpg") no-repeat;
  display: none;
}
.contact-tab li:hover {
  background: #cc2c23;
}
.contact-tab li:hover a {
  color: #fff;
}
.contact-tab .on {
  background: #cc2c23;
}
.contact-tab .on a {
  color: #fff;
}
.contact-tab .on i {
  display: block;
}
.contact-box {
  margin-bottom: 50px;
}
.cb-left {
  width: 285px;
}
.cb-right {
  width: 880px;
}
.msg-box ul {
  margin: 40px 0;
}
.msg-box .label {
  font-size: 14px;
  color: #333;
  text-align: right;
  display: inline-block;
  width: 60px;
}
.msg-box i {
  font-size: 18px;
  color: #cc2c23;
  font-style: normal;
}
.msg-box .txt {
  line-height: 20px;
  height: 20px;
  padding: 9px;
  width: 230px;
  border: 1px solid #e3e3e3;
}
.msg-box .title {
  line-height: 20px;
  height: 20px;
  padding: 9px;
  width: 440px;
  border: 1px solid #e3e3e3;
}
.msg-box .code {
  line-height: 20px;
  height: 20px;
  padding: 9px;
  width: 120px;
  border: 1px solid #e3e3e3;
  margin-right: 20px;
}
.msg-box .next {
  text-decoration: underline;
  margin-left: 20px;
}
.msg-box .next span {
  color: #cc2c23;
  text-decoration: underline;
}
.msg-box textarea {
  width: 600px;
  border: 1px solid #e3e3e3;
  padding: 10px;
  height: 90px;
}
.msg-box li {
  margin-bottom: 20px;
}
.msg-box .sub {
  font-size: 18px;
  color: #333;
  background: #cbcbcb;
  border-radius: 2px;
  line-height: 46px;
  width: 138px;
  margin-left: 60px;
  cursor: pointer;
}
.msg-box .sub:hover {
  background: #cc2c23;
  color: #fff;
}
.about-tab {
  height: 50px;
  background: #efefef;
  margin: 30px auto 40px;
}
.about-tab li {
  float: left;
  line-height: 50px;
  border-right: 1px solid #fff;
  position: relative;
  padding: 0 46px;
}
.about-tab li a {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #333;
}
.about-tab li i {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 9px;
  height: 5px;
  background: url("../images/c01.jpg") no-repeat;
  display: none;
}
.about-tab li:hover {
  background: #cc2c23;
}
.about-tab li:hover a {
  color: #fff;
}
.about-tab .on {
  background: #cc2c23;
}
.about-tab .on a {
  color: #fff;
}
.about-tab .on i {
  display: block;
}
.about-box {
  margin: 50px 0;
}
.about-box ul {
  border-left: 2px solid #cc2c23;
  margin-left: 124px;
  padding: 30px 0 0;
}
.about-box li {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.about-box .time {
  color: #cc2c23;
  display: inline-block;
  width: 110px;
  margin-left: -126px;
  text-align: right;
  padding-right: 20px;
  background: url("../images/a03.jpg") no-repeat right;
  vertical-align: text-top;
}
.about-box .txt {
  display: inline-block;
  min-height: 90px;
  width: 1000px;
  vertical-align: text-top;
  padding-left: 10px;
}
.custome {
  position: fixed;
  top: 40%;
  right: 20px;
  width: 64px;
}

.custome li {
  width: 64px;
  height: 64px;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.custome li:hover div {
  display: block;
}
.custome li:hover .triang {
  display: block;
}
.custome .ct-qq {
  background: url("../images/kf01.png") no-repeat 0 0;
}
.custome .ct-qq:hover {
  background: url("../images/kf02.png") no-repeat 0 0;
}
.custome .ct-call {
  background: url("../images/kf01.png") no-repeat 0 -65px;
}
.custome .ct-call:hover {
  background: url("../images/kf02.png") no-repeat 0 -65px;
}
.custome .ct-weixin {
  background: url("../images/kf01.png") no-repeat 0 -130px;
}
.custome .ct-weixin:hover {
  background: url("../images/kf02.png") no-repeat 0 -130px;
}
.custome .back-top {
  background: url("../images/kf01.png") no-repeat 0 -195px;
}
.custome .back-top:hover {
  background: url("../images/kf02.png") no-repeat 0 -195px;
}
.custome .triang {
  position: absolute;
  left: 0;
  top: 24px;
  display: none;
}
.ct-qq-box {
  position: absolute;
  right: 64px;
  top: 0;
  background: #fff;
  width: 176px;
  border: 1px solid #e3e3e3;
  border-radius: 4px 0 0 4px;
  display: none;
}
.ct-qq-item {
  border-top: 1px solid #e3e3e3;
  padding-left: 20px;
  line-height: 60px;
}
.ct-qq-item:first-child {
  border-top: 0;
}
.ct-qq-item a {
  display: block;
  font-size: 18px;
  color: #333;
}
.ct-qq-item .name {
  color: #da251e;
}
.ct-call-box {
  position: absolute;
  right: 64px;
  top: 0;
  font-size: 26px;
  color: #da251e;
  background: #fff;
  white-space: nowrap;
  border: 1px solid #e3e3e3;
  line-height: 62px;
  padding: 0 14px;
  border-radius: 4px 0 0 4px;
  display: none;
}
.ct-weixin-box {
  position: absolute;
  right: 64px;
  top: 0;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 4px 0 0 4px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  display: none;
}
.ct-weixin-box p {
  margin-top: 6px;
}

.noinfo{
  margin-top:50px;
  text-align:center;
}

.TB-focus{ width:536px; height:314px;position:relative;  overflow:hidden; }
.TB-focus .hd { position:absolute; right:9px; bottom:10px; z-index:1; padding-left:2px; }
.TB-focus .hd li { color:#f60; cursor:pointer; width:11px; height:11px; background:#fff; float:left; font-size:13px; line-height:18px; overflow:visible; text-align:center;background: url("../images/h42.png") no-repeat;margin: 5px; }
.TB-focus .hd li.on { background: url("../images/h43.png") no-repeat;}

.letter {
  width: 1200px;
  margin: 20px auto;
  overflow: hidden;
}
.letter ul {
  margin-right: -28px;
}
.letter li {
  width: 278px;
  float: left;
  margin-right: 29px;
  text-align: center;
  margin-bottom: 20px;
}
.letter li img {
  border: 1px solid #e9e9e9;
}
.letter li span {
  font-size: 14px;
  color: #333;
  line-height: 52px;
}
.mask {
  background: #000;
  opacity: .52;
  filter: alpha(opacity=52);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  cursor: pointer;
  display: none;
}
.letter-img {
  position: absolute;
  top: 100px;
  z-index: 3;
  width: 1200px;
  text-align: center;
  left: 50%;
  margin-left: -600px;
  cursor: pointer;
  display: none;
}
.letter-img img {
  max-width: 100%;
  cursor: default;
}


.c1{background: #2e76e5;}
.c2{background: #00d5d1;}
.c3{background: #ff7800;}
.c4{background: #9bc71e;}
.c5{background: #7c582a;}
.wrap{border:0;padding:0;width:1200px;margin:0 auto;*zoom:1; line-height:28px;}
.wrap a{color: #999;display:inline-block;}
.wrap a:hover{color: #333;}