﻿

.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*top_main*/
.top_main {
  width: 100%;
  height: 34px;
  line-height: 34px;
  position: relative;
  z-index: 80;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  color: #666;
  font-size: 12px;
}
.top_main li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
.top_main li a {
  color: #666;
  cursor: pointer;
  padding: 0 6px;
}
.top_main li a:hover {
  color: #d52d33;
}
.top_main li .box {
  width: 132px;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -66px;
  top: 34px;
  background: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 80;
}
.top_main li .box img {
  width: 118px;
  height: 118px;
  margin: 0 auto;
  border: 1px solid #f1f1f2;
  border: 5px solid #fff;
  display: block;
}
.top_main li.wx:hover .box {
  height: 132px;
}
.top_main .split {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 1px;
  height: 12px;
  background: #999999;
  vertical-align: middle;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 108px;
  z-index: 100;
  background: #fff;
  border-bottom: 3px solid #e5e5e5;
}
.header_main .logo {
  width: 160px;
  height: 80px;
  display: block;
  margin-top: 10px;
}
.header_main .logo img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .nav {
  width: 920px;
  height: 108px;
  line-height: 108px;
  text-align: right;
  position: relative;
  float: right;
}
.header_main .nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  margin-left: 55px;
  *margin-left: 62px;
  z-index: 10;
  font-size: 16px;
}
.header_main .nav li a {
  display: block;
  height: 108px;
}
.header_main .nav li:before {
  width: 0;
  height: 3px;
  background: #d52d33;
  display: block;
  content: "\20";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 0 \9;
  transform: none \9;
  bottom: -3px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header_main .nav li a {
  display: block;
}
.header_main .nav li.hover a,
.header_main .nav li:hover a {
  *border-bottom: 3px solid #d52d33;
  *height: 105px;
}
.header_main .nav li.hover:before,
.header_main .nav li:hover:before {
  width: 100%;
}
.header_main .nav li .subNav {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
  z-index: 99;
  left: 0px;
  top: 50px;
  background: #004c9a;
  background: rgba(0, 76, 154, 0.7);
}
.header_main .nav li .subNav a {
  padding: 0;
  display: block;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  background-image: none;
}
.header_main .nav li .subNav a:hover {
  background: #d52d33;
}
/*copyright*/
.copyright {
  height: 57px;
  line-height: 57px;
  color: #999999;
  font-size: 12px;
  background: #252525;
  border-top: 1px solid #434343;
}
.copyright span {
  margin: 0 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.copyright a {
  color: #999999;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.copyright a:hover {
  color: #fff;
}
/********.toolbar1*********/
/*右侧悬浮框*/
.rightFix {
  width: 120px;
  height: 373px;
  padding: 30px 20px 0;
  position: fixed;
  right: 1%;
  z-index: 111;
  bottom: 20%;
  text-align: center;
  background: url(../images/fixbg.png) no-repeat center top;
}
.rightFix .fix-ico {
  display: block;
  background: url(../images/fix-ico.png) no-repeat 0 0;
}
.rightFix h3 {
  color: #353f38;
  font-size: 20px;
  margin: 0 0 10px;
}
.rightFix .qq {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #d52d33;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto 9px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.rightFix .qq s {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  background-position: -45px 0;
  margin-right: 5px;
}
.rightFix .qq:hover {
  background: #000;
}
.rightFix .tel {
  color: #a44144;
  font-size: 18px;
  line-height: 20px;
  padding: 6px 0px 0px;
}
.rightFix .tel span {
  display: block;
  text-align: center;
  margin: 12px 0 5px;
  color: #333333;
  font-size: 14px;
  font-family: "microsoft yahei";
}
.rightFix .tel em {
  font-weight: bold;
  line-height: 20px;
  font-style: normal;
  font-family: arial;
  font-weight: normal;
}
.rightFix .erweima {
  width: 100px;
  padding: 10px 10px 0;
  margin-top: 15px;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  background: #dddddd;
}
.rightFix .erweima img {
  width: 100px;
  height: 100px;
  display: block;
  background: #fff;
}
.rightFix .returnTop {
  width: 50px;
  height: 50px;
  background-position: -76px 0;
  position: absolute;
  bottom: -25px;
  left: 54px;
  cursor: pointer;
}
.rightFix .c_close {
  width: 30px;
  height: 30px;
  background-position: 0 0;
  position: absolute;
  top: -15px;
  left: 68px;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.rightFix .c_close:hover {
  transform: rotate(180deg);
}
.rightFix_talk {
  height: 150px;
  padding: 10px 0px 0px;
  width: 30px ;
  line-height: 22px;
  position: fixed;
  right: 0px;
  bottom: 22%;
  z-index: 111;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #cc3333;
  cursor: pointer;
}
/*******index css*******/
.indexTit {
  color: #d52d33;
  overflow: hidden;
  text-align: center;
  padding: 30px 0 56px;
}
.indexTit .en {
  text-transform: uppercase;
  line-height: 35px;
  font-family: didot;
  font-size: 24px;
}
.indexTit h3 {
  font-size: 24px;
  color: #835026;
}
.ipro {
  width: 100%;
  height: 602px;
  padding-top: 80px;
  background: #f6f6f6 url(../images/iprobg.jpg) no-repeat right 78px;
}
.ipro .item {
  width: 340px;
  height: 503px;
  float: left;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: block;
  margin-left: 89px;
}
.ipro .item:first-child {
  margin-left: 0;
}
.ipro .item img {
  width: 340px;
}
.ipro .item:hover {
  margin-top: -10px;
}
.inewsVedio {
  width: 100%;
  height: 490px;
  padding-top: 72px;
  background: #ffffff url(../images/inewsbg.jpg) no-repeat left top;
}
.inewsVedio .itit {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
  background: url(../images/ititbg.png) no-repeat left 10px;
  font-size: 0px;
}
.inewsVedio .ivedio {
  width: 498px;
  float: right;
}
.inewsVedio .ivedio .itit {
  background-position: left -98px;
}
.inewsVedio .ivedio .con {
  width: 498px;
  height: 280px;
  overflow: hidden;
}
.inewsVedio .inews {
  width: 650px;
  float: left;
  position: relative;
}
.inewsVedio .inews .inewsCon {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inewsVedio .inews .list {
  position: relative;
}
.inewsVedio .inews .next,
.inewsVedio .inews .prev {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 60px;
  top: 36px;
  cursor: pointer;
  background: url(../images/inews-ico.png) no-repeat 0 0;
}
.inewsVedio .inews .next:hover,
.inewsVedio .inews .prev:hover {
  background-position: 0 -50px;
}
.inewsVedio .inews .next {
  background-position: -60px 0;
  right: 0px;
}
.inewsVedio .inews .next:hover {
  background-position: -60px -50px;
}
.inewsVedio .inews .item {
  width: 650px;
  height: 80px;
  margin-bottom: 20px;
  float: left;
  display: block;
}
.inewsVedio .inews .item img {
  width: 153px;
  height: 80px;
  float: left;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin-right: 20px;
}
.inewsVedio .inews .item h3 {
  font-size: 20px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  margin-bottom: 3px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inewsVedio .inews .item .txt {
  font-size: 12px;
  height: 40px;
  color: #333;
  overflow: hidden;
  line-height: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.inewsVedio .inews .item:hover .bg {
  top: 0;
}
.inewsVedio .inews .item:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
/***********category  css*************/
.contactMsg {
  width: 100%;
  padding: 40px 0;
}
.contactMsg form,
.contactMsg input,
.contactMsg textarea {
  font-family: "microsoft yahei";
}
.contactMsg .mitem {
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 26px;
}
.contactMsg .mitem label {
  width: 100px;
  float: left;
  color: #666666;
  padding-right: 5px;
  text-align: right;
}
.contactMsg .mitem .red {
  color: red;
  margin-left: 10px;
  font-size: 12px;
}
.contactMsg .mitem input {
  width: 360px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
  border: 0px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.contactMsg .mitem .msg-box {
  position: absolute;
  left: 105px;
}
.contactMsg .mitem.liuyan {
  width: 100%;
  height: 96px;
}
.contactMsg .mitem.liuyan textarea {
  width: 582px;
  float: left;
  height: 76px;
  border: 0px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
  color: #666;
  resize: none;
  font-family: "microsoft yahei";
  outline: none;
}
.contactMsg .itemsub {
  padding-left: 105px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.contactMsg .itemsub .btn {
  width: 147px;
  height: 40px;
  line-height: 40px;
  float: left;
  border: 0px;
  color: #fff;
  background: #d52d33;
  cursor: pointer;
}
.contactMsg .itemsub .btn.reset {
  background: #999;
  margin-left: 20px;
}
/*内页样式*/
/******************** 全局布局 ********************/
.wrapper {
  padding: 30px 0px 30px;
}
.w {
  width: 1200px;
  margin: 0 auto;
}
.nybanner,
.nybanner ul,
.nybanner img {
  height: 240px;
}
.nybanner.nyb2 {
  height: 360px;
}
.content {
  width: 730px;
}
.sitepath {
  height: 54px;
  line-height: 54px;
  color: #666666;
  border-bottom: 1px solid #f1f1f1;
  margin: 0 auto 10px;
  overflow: hidden;
}
.sitepath s {
  width: 22px;
  height: 26px;
  background-position: 0 0;
  margin-right: 8px;
}
.sitepath span {
  color: #d52d33;
  font-weight: bold;
}
.sitepath a {
  color: #666666;
}
.sitepath a:last-child {
  color: #d52d33;
  font-weight: bold;
}
.sitepath a:hover {
  color: #d52d33;
}
.sbox {
  border-bottom: 1px dotted #eee;
  padding-bottom: 5px;
}
.erro {
  padding: 0 10px;
  color: Red;
  font-size: 14px;
  line-height: 60px;
  height: 60px;
}
/*TITLE*/
.leftTit {
  width: 100%;
  height: 38px;
  line-height: 38px;
  color: #d52d33;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  background: url(../images/leftit.png) repeat-x left top;
  border-bottom: 1px solid #e4e4e4;
  text-indent: 15px;
}
.leftTit s {
  width: 9px;
  height: 38px;
  background-position: -100px -86px;
  margin-right: 14px;
  vertical-align: top;
  *vertical-align: middle;
}
/*recommend*/
.recommend {
  border: 1px solid #e4e4e4;
  padding-bottom: 10px;
  background: #fff;
  font-size: 12px;
  margin-bottom: 20px;
}
.recommend .leftTit a {
  color: #555555;
  font-size: 12px;
  margin-right: 15px;
  font-weight: normal;
}
.recommend .leftTit a:hover {
  color: #d52d33;
}
.reNew {
  overflow: hidden;
}
.reNew .list {
  padding-top: 10px;
  width: 104%;
}
.reNew li {
  width: 420px;
  padding: 0px 20px;
  line-height: 28px;
  float: left;
  height: 28px;
  overflow: hidden;
}
.reNew li s {
  width: 9px;
  height: 7px;
  background-position: -90px -112px;
}
.reNew li a {
  color: #666666;
  display: block;
}
.reNew li span {
  color: #666;
}
.rePro .list {
  padding-top: 18px;
}
.rePro li {
  float: left;
  width: 160px;
  margin-left: 16px;
  text-align: center;
  line-height: 30px;
}
.rePro li a {
  display: block;
  color: #555555;
}
.rePro li a:hover {
  color: #d52d33;
}
.rePro li img {
  width: 158px;
  height: 65px;
  border: 1px solid #e6e6e6;
  display: block;
}
.rePro li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  border: 1px solid #d52d33;
}
.recommend li a:hover {
  color: #d52d33;
}
.pager {
  width: 902px;
  padding: 5px 10px;
  border: 1px solid #e4e4e4;
  margin: 20px 0px;
}
.pager p {
  height: 30px;
  line-height: 30px;
}
.pager ul {
  margin-top: -30px;
  overflow: hidden;
  float: right;
}
.pager ul li {
  float: left;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  margin-left: 5px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #e4e4e4;
  text-decoration: none;
  float: left;
}
.pager ul a.current {
  background-color: #d52d33;
  border-color: #d52d33;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #d52d33;
  border-color: #d52d33;
  color: #fff;
}
.pager ul a:hover {
  background-color: inherit;
  color: inherit;
  border-color: #d52d33;
  *background-color: transparent;
  *color: #666;
}
/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  color: #666;
  border: 1px solid #e4e4e4;
  margin-bottom: 15px;
  overflow: hidden;
}
.reLink .prevLink {
  float: left;
  margin-left: 10px;
  color: #666;
}
.reLink .nextLink {
  float: right;
  margin-right: 10px;
  color: #666;
}
.reLink a {
  color: #666;
}
.reLink a:hover {
  color: #d52d33;
}
/*leftNav*/
.subleft {
  width: 210px;
}
.lefta {
  width: 180px;
  padding: 14px;
  border: 1px solid #e4e4e4;
}
.leftnews.bor9 {
  padding: 14px;
  border: 1px solid #e4e4e4;
  background: #fff;
}
.fixbg {
  position: fixed;
  left: 0;
  top: 400px;
  width: 399px;
  height: 385px;
  background: url(../images/fixbg2.png) no-repeat left top;
}
.submian {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
  z-index: 99;
}
.submian .sobtitle {
  width: 50%;
  text-align: right;
  height: 20px;
  line-height: 20px;
  padding: 16px 0px;
  font-size: 14px;
}
.submian .sobtitle .home {
  background: url(../images/homei.png) no-repeat left center;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.submian .sobtitle a {
  font-size: 14px;
}
.submian .sobtitle a.now {
  color: #dc241c;
  font-size: 14px;
  font-weight: bold;
}
.submian .sobtitle a.now:hover {
  text-decoration: underline;
}
.submian .subleft .title {
  width: 180px;
  background: url(../images/left-titbg.jpg) no-repeat center center;
  height: 50px;
  line-height: 50px;
  color: #333;
  text-align: center;
  font-size: 16px;
  margin-bottom: 3px;
  font-weight: bold;
}
.submian .subleft .title p {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}
.submian .subleft .lefta .title {
  width: 100%;
  height: 81px;
  line-height: 72px;
  font-weight: bold;
  background: url(../images/left-titbg2.jpg) no-repeat center center;
}
.submian .subleft .lefta .title h2 {
  font-size: 16px;
  font-weight: bold;
}
.submian .subleft .lefta {
  width: 180px;
  padding: 14px;
  border: 1px solid #e4e4e4;
  margin-bottom: 20px;
  background: #fff;
}
.submian .subleft .comt {
  background: #fff;
}
.submian .subleft .comt ul{ width:100%; display:inline-block;
}
.submian .subleft .lefta .comt ul li {
  line-height: 40px;
  margin-bottom: 3px;
}
.submian .subleft .lefta .comt ul li a {
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding-left: 26px;
  background: url(../images/leftli.jpg) no-repeat left top;
}
.submian .subleft .lefta .comt ul li .drop a:hover {
  color: #dc241c;
  background: none;
}
.submian .subleft .lefta .comt ul li a:hover,
.submian .subleft .lefta .comt ul li.hover a {
  background: url(../images/leftli_a.jpg) no-repeat left #ffffff;
  font-weight: bold;
}
.submian .subleft .lefta .comt ul li > a:hover:after,
.submian .subleft .lefta .comt ul li.hover > a:after {
  width: 6px;
  height: 6px;
  content: "\20";
  border: 1px solid #d52d33;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.submian .subleft .lefta .comt ul li.hover .drop {
  display: block;
}
.submian .subleft .lefta .comt ul li.hover .drop a {
  font-weight: normal;
}
.submian .subleft .lefta .comt ul li .drop {
  width: 100%;
  display: none;
}
.submian .subleft .lefta .comt ul li .drop a {
  background: #f7f6f6;
  color: #333;
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.submian .subleft .lefta .comt ul li .drop a.hover {
  background: #ddd;
  color: #d52d33;
}
.submian .subleft .adv {
  margin-bottom: 10px;
  background: #000;
}
.submian .subleft .adv a img {
  display: block;
  width: 100%;
}
.submian .subleft .adv a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
}
.submian .subright .produtlist {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.submian .subright .produtlist .list {
  width: 108%;
}
.submian .subright .produtlist .item {
  float: left;
  width: 210px;
  position: relative;
  margin-right: 28px;
  margin-bottom: 24px;
}
.submian .subright .produtlist .item a {
  display: block;
}
.submian .subright .produtlist .item .img {
  width: 210px;
  height: 158px;
  overflow: hidden;
}
.submian .subright .produtlist .item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease-out 0s;
}
.submian .subright .produtlist .item .txt {
  width: 100%;
  height: 34px;
  text-align: center;
  display: block;
  line-height: 34px;
  padding-top: 5px;
}
.submian .subright .produtlist .item:hover img {
  transform: scale(1.1, 1.1);
}
.submian .subright .produtlist .item:hover .txt {
  color: #d52d33;
}
.submian .subright .info {
  padding: 20px 0;
}
.submian .subright .info img {
  max-width: 100% !important;
  display: block;
  margin: 0 auto;
}
.submian .subright {
  width: 924px;
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}
.submian .subright .title {
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 10px 0;
}
.submian .subright .title h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.submian .subright .title em {
  width: 50px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #d52d33;
}
.submian .newslist .item {
  padding: 15px 0px;
  border-bottom: 1px dotted #c2c2c2;
  width: 100%;
}
.submian .newslist .item a {
  display: block;
}
.submian .subright .newslist .item a img {
  width: 0;
  height: 110px;
  display: block;
}
.submian .subright .newslist .item a .txt {
  /*padding-left:20px;*/
  cursor: pointer;
}
.submian .subright .newslist .item a h3 {
  height: 40px;
  line-height: 40px;
}
.submian .subright .newslist .item a h3 b {
  font-size: 14px;
  color: #666;
}
.submian .subright .newslist .item a h3 i {
  color: #999;
  font-weight: normal;
}
.submian .subright .newslist .item a p {
  line-height: 22px;
  overflow: hidden;
  display: block;
  color: #666;
}
.submian .subright .newslist .item a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.submian .subright .newslist .item a:hover p,
.submian .subright .newslist ul li a:hover h3 b {
  color: #d52d33;
}
.submian .subright .newslist h2 {
  font-weight: normal;
}
.soulist {
  padding-top: 20px;
}
.submian .subright .caselist {
  overflow: hidden;
}
.submian .subright .caselist .parterul {
  width: 108%;
}
.submian .subright .caselist .parterul li {
  padding: 10px 0px;
  width: 170px;
  float: left;
  display: block;
  margin-right: 16px;
}
.submian .subright .caselist .parterul li a {
  display: block;
}
.submian .subright .caselist .parterul li a img {
  width: 158px;
  height: 65px;
  display: block;
  border: 2px solid #e2e2e2;
}
.submian .subright .caselist .parterul li a h3 {
  font-weight: normal;
  text-align: center;
}
.submian .subright .caselist .parterul li a:hover h3 {
  color: #d52d33;
}
.submian .subright .caselist .parterul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  border-color: #d52d33;
}
.submian .subright .thumblist {
  overflow: hidden;
}
.submian .subright .thumblist .item {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 30px 0;
}
.submian .subright .thumblist .item a {
  display: block;
}
.submian .subright .thumblist .item .img {
  width: 180px;
  height: 135px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.submian .subright .thumblist .item img {
  width: 100%;
  display: block;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist .item a:hover img {
  transform: scale(1.1, 1.1);
}
.submian .subright .thumblist .item .txt {
  width: 730px;
  cursor: pointer;
}
.submian .subright .thumblist .item .txt h3 {
  font-size: 15px;
  font-weight: bold;
}
.submian .subright .thumblist .item .txt .mark {
  color: #999;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 10px;
}
.submian .subright .thumblist .item .txt .mark span {
  display: inline-block;
  padding-right: 18px;
}
.submian .subright .thumblist .item .txt p {
  color: #666;
}
.submian .subright .thumblist .item .txt p span {
  display: inline-block;
  color: #d52d33;
}
.submian .subright .thumblist .item a:hover .txt h3 {
  color: #d52d33;
}
.submian .subright .thumblist2 {
  overflow: hidden;
}
.submian .subright .thumblist2 .item {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  display: block;
  padding: 30px 0;
}
.submian .subright .thumblist2 .item a {
  display: block;
}
.submian .subright .thumblist2 .item .img {
  width: 200px;
  height: 103px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.submian .subright .thumblist2 .item img {
  width: 100%;
  display: block;
  height: 100%;
  transition: all 0.3s ease-out 0s;
}
.submian .subright .thumblist2 .item a:hover img {
  transform: scale(1.1, 1.1);
}
.submian .subright .thumblist2 .item .txt {
  width: 710px;
  cursor: pointer;
}
.submian .subright .thumblist2 .item .txt h3 {
  font-size: 15px;
  font-weight: bold;
}
.submian .subright .thumblist2 .item .txt .mark {
  color: #999;
  line-height: 24px;
  font-size: 12px;
}
.submian .subright .thumblist2 .item .txt .mark span {
  display: inline-block;
  padding-right: 18px;
}
.submian .subright .thumblist2 .item .txt p {
  color: #666;
  line-height: 22px;
  font-size: 12px;
}
.submian .subright .thumblist2 .item .txt p span {
  display: inline-block;
  color: #d52d33;
}
.submian .subright .thumblist2 .item a:hover .txt h3 {
  color: #d52d33;
}
.submian .subright .newspro .textlist {
  width: 110%;
  padding-top: 30px;
}
.submian .subright .newspro .textlist .item {
  width: 428px;
  float: left;
  padding: 10px 15px 10px 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  background: #f6f6f6;
  border-bottom: 0;
}
.submian .subright .newspro .textlist .item .txt h3 {
  font-size: 16px;
  line-height: 38px;
  padding-top: 8px;
}
.submian .subright .newspro .item .txt p {
  line-height: 24px;
}
.submian .subright .newspro .textlist .item .img {
  border: 1px solid #eee;
}
.submian .subright .newspro .textlist .txt {
  width: 232px;
}
.submian .subright .showproduct {
  background: #fff;
  min-height: 500px;
  margin-bottom: 20px;
  padding: 25px 0 0;
}
.submian .subright .showproduct .printview {
  padding-bottom: 25px;
  position: relative;
}
.submian .subright .showproduct .printview #preview {
  text-align: center;
  width: 480px;
}
.submian .subright .showproduct .printview #preview .jqzoom {
  width: 480px;
  height: 360px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.submian .subright .showproduct .printview #preview .jqzoom img {
  width: 480px;
  height: 360px;
}
.submian .subright .showproduct .printview #preview #spec-n5 {
  width: 480px;
  height: 78px;
  padding-top: 6px;
  overflow: hidden;
}
.submian .subright .showproduct .printview #preview #spec-n5 #spec-left,
.submian .subright .showproduct .printview #preview #spec-n5 #spec-right {
  font-family: arial;
  font-size: 20px;
  width: 25px;
  height: 74px;
  line-height: 74px;
  text-indent: 0px;
  float: left;
  cursor: pointer;
  font-weight: bold;
  display: block;
  text-align: center;
  color: #a0a0a0;
}
.submian .subright .showproduct .printview #preview #spec-n5 #spec-left:hover,
.submian .subright .showproduct .printview #preview #spec-n5 #spec-right:hover {
  color: #d52d33;
}
.submian .subright .showproduct .printview #preview #spec-list {
  width: 430px;
  float: left;
  overflow: hidden;
  display: inline;
  position: relative;
  text-align: center;
}
.submian .subright .showproduct .printview #preview #spec-list ul {
  width: 300% !important;
}
.submian .subright .showproduct .printview #preview #spec-list ul li {
  float: left;
  margin-right: 0px;
  display: inline;
  width: 110px;
  height: 75px;
}
.submian .subright .showproduct .printview #preview #spec-list ul li img {
  border: 1px solid #ccc;
  width: 95px;
  height: 71px;
  display: block;
}
.submian .subright .showproduct .there_divanli ul {
  width: 109%;
  height: 250px;
  overflow: hidden;
}
.submian .subright .showproduct .there_divanli ul li {
  float: left;
  margin-right: 60px;
}
.submian .subright .showproduct .there_divanli ul li a img {
  width: 185px;
  height: 250px;
  display: block;
}
.submian .subright .showproduct .there_divanli ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
/*jqzoom*/
.submian .subright .showproduct .printview .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px !important;
  left: 490px !important;
  width: 480px;
  height: 360px;
  background: url(../images/loading.gif) #ffffff no-repeat center center;
  border: 1px solid #e4e4e4;
  display: none;
  text-align: center;
  overflow: hidden;
}
.submian .subright .showproduct .printview .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 300px;
  height: 300px;
  border: 1px solid #aaa;
  background: #ffffff 30% top no-repeat;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: move;
}
.submian .subright .showproduct .bdsharebuttonbox {
  padding-bottom: 20px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a {
  width: 415px;
  margin-left: 16px;
  z-index: 1;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .txtcon {
  padding: 10px 18px;
  border: 1px dashed #eee;
  margin: 20px auto;
  line-height: 26px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .txtcon h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .h2_prodtitle {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo {
  padding: 6px 0;
  overflow: hidden;
  zoom: 1;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li {
  display: block;
  color: #666;
  line-height: 24px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfo li i {
  font-weight: bold;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo {
  height: 33px;
  line-height: 33px;
  padding: 15px 0;
  overflow: hidden;
  width: 100%;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg {
  float: left;
  background: #ff7e00;
  width: 108px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: #fff;
  border-radius: 5px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo a.dg:hover {
  font-weight: bold;
  background: #eb7400;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .dingo .jiathis_style {
  float: left;
  margin-top: 8px;
  margin-left: 20px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos {
  padding: 10px 15px;
  overflow: hidden;
  zoom: 1;
  background: #f3f3f3;
  font-size: 12px;
  font-weight: bold;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li span.hottel {
  color: #d52d33;
  font-size: 22px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight {
  padding-top: 10px;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight .input {
  border: 1px solid #ccc;
  width: 151px;
  height: 31px;
  line-height: 31px;
  padding: 0px 10px;
  float: left;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a {
  float: left;
  background: #d52d33;
  width: 108px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: #fff;
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
}
.submian .subright .showproduct .printview .prodbaseinfo_a .ul_prodinfos li.li_weight a:hover {
  font-weight: bold;
  background: #eb7400;
}
.submian .subright .showproduct .two_anlitopH4 {
  background: url(../images/leftit.png) repeat-x;
  height: 36px;
  line-height: 36px;
  color: #ffa600;
  border: 1px solid #ccc;
}
.submian .subright .showproduct .two_anlitopH4 span {
  border-left: 5px solid #ffa600;
  width: 90px;
  float: left;
  padding-left: 20px;
  font-size: 14px;
  font-size: 16px;
}
.submian .subright .showproduct .two_anlitopH4 .tel {
  float: right;
  color: #008ee9;
  font-size: 14px;
  padding-right: 10px;
}
.submian .subright .showproduct .two_divanli {
  border: 1px solid #ccc;
  border-top: none;
  padding: 15px 15px 0px;
}
.submian .subright .showproduct .two_divanli ul {
  width: 103%;
}
.submian .subright .showproduct .two_divanli ul li {
  float: left;
  margin-right: 21px;
}
.submian .subright .showproduct .two_divanli ul li a img {
  width: 150px;
  height: 112px;
  display: block;
  border: solid 1px #e4e4e4;
}
.submian .subright .showproduct .two_divanli ul li a span {
  height: 45px;
  line-height: 22px;
  text-align: center;
  display: block;
  width: 152px;
}
.submian .subright .showproduct .two_divanli ul li a:hover img {
  border-color: #008ee9;
}
.submian .subright .showproduct .two_divanli ul li a:hover span {
  color: #008ee9;
  font-weight: bold;
}
.submian .subright .showproduct .there_divanli {
  border: 1px solid #ccc;
  border-top: none;
  margin-bottom: 20px;
  padding: 15px;
}
.submian .subright .showproduct .there_divanli ul {
  width: 109%;
  height: 140px;
  overflow: hidden;
}
.submian .subright .showproduct .there_divanli ul li {
  float: left;
  margin-right: 60px;
}
.submian .subright .showproduct .there_divanli ul li a img {
  width: 185px;
  height: 140px;
  display: block;
}
.submian .subright .showproduct .there_divanli ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
}
.submian .subright .showproduct .showcontact {
  background: url(../images/show_contact_pic.jpg) no-repeat right bottom;
  line-height: 30px;
  font-size: 14px;
  min-height: 235px;
}
.submian .subright .showproduct .showcontact b {
  font-size: 14px;
}
.submian .subright .showproduct .slidepro {
  margin-top: 20px;
}
.submian .subright .showproduct .slidepro .hd {
  border-left: 1px solid #ccc;
  height: 35px;
  width: 100%;
  overflow: hidden;
  margin-bottom: -2px;
}
.submian .subright .showproduct .slidepro .hd ul li {
  float: left;
  height: 32px;
  border-right: 1px solid #ddd;
  width: 130px;
  border-top: 2px solid #ddd;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background: #f3f3f3;
  cursor: pointer;
  font-weight: bold;
}
.submian .subright .showproduct .slidepro .hd ul li.on {
  color: #008ee9;
  border-top: 2px solid #008ee9;
  background: #fff;
  border-bottom: 0px;
}
.submian .subright .showproduct .slidepro .bd {
  border: 1px solid #ccc;
}
.submian .subright .showproduct .slidepro .bd .comt {
  padding: 15px;
}
.submian .subright .showproduct .slidepro .bd .comt img,
.submian .subright .showproduct .slidepro .bd .comt1 img {
  max-width: 100%;
}
.submian .subright .showproduct .slidepro .bd .comt1 p.h4 {
  font-size: 14px;
  padding: 15px 0px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .txt {
  line-height: 24px;
  padding: 10px 0px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 {
  padding: 20px 0px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .txt .show1 ul li {
  width: 97%;
  font-size: 14px;
  line-height: 32px;
  background: url(../images/show1li.jpg) no-repeat left;
  padding-left: 3%;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one {
  padding: 30px 20px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one p.a1 {
  color: #008ee9;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 {
  display: block;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu {
  width: 330px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box {
  padding-bottom: 10px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .wenzi_tu .box dl {
  padding-top: 5px;
  background: url(../images/show1li.jpg) no-repeat 0px 17px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi {
  width: 245px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .tu_wenzi img {
  max-width: 300px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd {
  padding-bottom: 10px;
  margin-top: 10px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #ff7e00;
  display: block;
  border-radius: 5px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .li1 .helpjd a:hover {
  background: #ed7601;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao .img {
  padding-top: 15px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2one .tubiao img {
  max-width: 100%;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 {
  padding: 30px 40px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 {
  padding-bottom: 20px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu {
  width: 100%;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu p.a1 {
  color: #008ee9;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px dashed #555;
  width: 100%;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box {
  padding-bottom: 10px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .box dl {
  padding-top: 5px;
  background: url(../images/show1li.jpg) no-repeat 0px 17px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 26px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd {
  padding-bottom: 10px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #ff7e00;
  display: block;
  border-radius: 5px;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu .helpjd a:hover {
  background: #ed7601;
}
.submian .subright .showproduct .slidepro .bd .comt1 .show2 .li1 .wenzi_tu img {
  max-width: 100%;
  text-align: center;
  margin: 0 auto;
}
.submian .subright .showproduct .slidepro .bd .comt2 .two_divanli {
  border: 0px;
}
.submian .subright .showproduct .slidepro .bd .down {
  background: url(../img/down.jpg) no-repeat;
  width: 100%;
  height: 296px;
}
.submian .subright .showproduct .slidepro .bd .down span {
  float: right;
  padding-top: 210px;
}
.submian .subright .showproduct .slidepro .bd .down span a {
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 151px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #ff7e00;
  margin-right: 10px;
}
.submian .subright .showproduct .slidepro .bd .down span .downa2 {
  color: #0179cf;
}
.submian .subright .showproduct .slidepro .bd .down span a:hover {
  background: #f5f5f5;
}
.submian .subright .showproduct .showpic_adv {
  background: url(../images/show_pic_adv.jpg) no-repeat left;
  height: 158px;
  display: block;
  border: 1px solid #ccc;
  margin: 20px 0px;
}
.submian .subright .showproduct .showpic_adv .fr {
  text-align: right;
  padding-right: 15px;
}
.submian .subright .showproduct .showpic_adv .fr p.a1 {
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.submian .subright .showproduct .showpic_adv .fr p.a1 b {
  color: #ff7e00;
  font-size: 30px;
}
.submian .subright .showproduct .showpic_adv .fr p.a2 {
  font-size: 16px;
}
.submian .subright .showproduct .showpic_adv .fr p.a3 {
  font-size: 26px;
  color: #008ee9;
  font-family: impact;
}
.submian .subright .showproduct .showpic_adv .fr p.a4 {
  padding-top: 8px;
}
.submian .subright .showproduct .showpic_adv .fr p.a4 a {
  float: right;
  background: #ff7e00;
  width: 108px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 14px;
  display: block;
  color: #fff;
  border-radius: 5px;
  margin-left: 20px;
}
.submian .subright .showproduct .showpic_adv .fr p.a4 a:hover {
  font-weight: bold;
  background: #eb7400;
}
.submian .subright .showproduct .showpic_adv .fr p.a4 .t1 {
  background: #008ee9;
}
.submian .subright .showproduct .showpic_adv .fr p.a4 .t1:hover {
  background: #014a8c;
}
.submian .honorlist {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.submian .honorlist .list {
  width: 108%;
}
.submian .honorlist .item {
  float: left;
  width: 214px;
  margin-right: 20px;
  background: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
.submian .honorlist .item a {
  display: block;
  padding: 0;
}
.submian .honorlist .item img {
  width: 214px;
  height: 160px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
}
.submian .honorlist .item h3 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  line-height: 24px;
  padding-top: 5px;
}
.submian .honorlist .item p {
  color: #999;
  font-weight: normal;
  line-height: 20px;
  height: 20px;
  display: none;
}
.submian .honorlist .item .txt {
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 100%;
}
.submian .honorlist .item:hover img {
  border: 1px solid #d52d33;
}
.submian .teamlist {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.submian .teamlist .list {
  width: 108%;
}
.submian .teamlist .item {
  float: left;
  width: 216px;
  margin-right: 12px;
  background: #fff;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.submian .teamlist .item a {
  display: block;
}
.submian .teamlist .item img {
  width: 200px;
  height: 150px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 2px;
}
.divremmnews {
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
  border-top: 0;
  font-size: 12px;
}
.divremmnews ul {
  width: 104%;
}
.divremmnews li {
  width: 426px;
  padding: 0;
  line-height: 28px;
  float: left;
  height: 28px;
  overflow: hidden;
  margin-right: 40px;
}
.divremmnews li s {
  width: 9px;
  height: 12px;
  background-position: -90px -112px;
}
.divremmnews li a {
  color: #666666;
  display: block;
}
.divremmnews li a:hover {
  color: #d52d33;
}
.divremmnews li span {
  color: #999;
  font-size: 12px;
}
.biaogg td {
  padding: 5px;
  border: 1px solid #eee;
}
.aboutlist p img,
.aboutlist img,
.ArticleTencont img {
  max-width: 100% !important;
  margin: 0 auto;
}
.aboutlist {
  padding-top: 20px;
}
/*leftRecom*/
.leftRecom {
  width: 250px;
  border: 1px solid #e4e4e4;
  margin: 20px 0;
}
.leftRecom li {
  width: 189px;
  margin: 10px auto;
  text-align: center;
}
.leftRecom li img {
  width: 183px;
  height: 137px;
  padding: 2px;
  border: 1px solid #e3e3e3;
  display: block;
}
.leftRecom li h3 {
  color: #666666;
  line-height: 30px;
}
.leftRecom li:hover img {
  background: #ffb700;
  border-color: #fff;
}
.leftRecom li:hover h3 {
  color: #ffb700;
}
/*leftCon*/
.leftnews .leftTel {
  margin: 18px 0px 0px 15px;
  line-height: 16px;
}
.leftnews .leftTel .icon {
  width: 46px;
  height: 46px;
  margin-right: 6px;
  background-position: -158px 0;
}
.leftnews .leftTel span {
  color: #303030;
  font-size: 14px;
}
.leftnews .leftTel strong {
  font-size: 22px;
  color: #d52d33;
  font-family: impact;
  font-weight: normal;
  display: block;
  line-height: 30px;
}
.leftnews .icontxt {
  font-size: 12px;
  color: #303030;
  line-height: 24px;
  padding: 16px 15px;
}
.leftnews {
  margin-bottom: 10px;
  background: #fff;
}
.leftnews .title {
  height: 42px;
  line-height: 32px;
  margin-bottom: 0;
}
.leftnews .leftnewscomt {
  background: #fff;
  padding: 10px;
}
.leftnews .leftnewscomt ul li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}
.leftnews .leftnewscomt ul li a {
  font-size: 14px;
  display: block;
  padding-left: 10px;
}
.leftnews .leftcont {
  background: #fff;
  padding: 10px;
  overflow: hidden;
}
.leftnews .leftcont h2 {
  font-size: 14px;
  font-weight: bold;
  color: #d52d33;
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
  line-height: 20px;
}
.leftnews .leftcont span {
  line-height: 24px;
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
.leftnews .leftcont p {
  font-size: 18px;
  color: #333;
  padding-top: 10px;
}
.leftnews .leftcont p i {
  font-size: 20px;
  color: #d52d33;
  display: block;
  font-family: impact;
  line-height: 28px;
  word-wrap: break-word;
  word-break: normal;
}
.leftprocomt {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
}
.leftprocomt li {
  width: 180px;
  margin: 0 auto 10px;
  display: block;
}
.leftprocomt li a {
  display: block;
  text-align: center;
}
.leftprocomt li img {
  width: 180px;
  height: 135px;
}
.leftprocomt li h3 {
  text-align: center;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
}
.leftprocomt li a:hover h3 {
  color: #d52d33;
}
/*************************/
/*singlePage*/
.singlePage .contxt {
  line-height: 26px;
  font-size: 14px;
  color: #555;
  padding: 0px 8px;
}
.singlePage .contxt img,
.singlePage .contxt p img {
  max-width: 100% !important;
}
.ArticleTitle h1.bt {
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 5px;
}
.conBox .mark {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.conBox .mark span {
  margin-left: 14px;
}
.conBox .mark span:first-child {
  margin-left: 0;
}
/* listProduct */
.listProduct {
  width: 100%;
  overflow: hidden;
}
.listProduct .list {
  width: 102%;
}
.listProduct .item {
  width: 220px;
  float: left;
  margin: 0px 24px 20px 0px;
  padding-bottom: 15px;
}
.listProduct .item a {
  display: block;
}
.listProduct .item a img {
  width: 220px;
  height: 165px;
}
.listProduct .item a h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding-top: 6px;
  text-align: center;
}
.listProduct .item a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.productTab {
  background: #1b77bc none repeat scroll 0 0;
  height: 36px;
  margin-bottom: 2px;
  width: 100%;
  overflow: hidden;
}
.productTab h3 {
  color: #ffffff;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
  margin-right: 2px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  padding: 0 20px;
  font-weight: normal;
}
.productTab h3.current {
  background: #ffffff;
  border-left: 2px solid #1b77bc;
  border-top: 2px solid #1b77bc;
  color: #1b77bc;
  font-weight: bold;
  *padding: 4px 20px 12px;
}
.productContent {
  color: #454545;
  line-height: 26px;
  display: none;
}
.procont {
  padding-bottom: 20px;
  padding-top: 20px;
}
/* listNews */
.listNews .newslist {
  overflow: hidden;
}
.listNews .list {
  overflow: hidden;
}
.listNews .item {
  width: 100%;
  border-bottom: 1px solid #e9e7e7;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.listNews .item a {
  display: block;
}
.listNews .item a h3 {
  font-weight: normal;
  color: #333;
}
.listNews .item a:hover h3 {
  font-weight: normal;
  color: #d52d33;
}
.listNews .item a p {
  color: #666;
  font-size: 12px;
}
/*.listNews .item a:hover,.listNews .item a:hover p{color: #d52d33;}*/
.listNews .item .time {
  color: #666666;
  font-size: 12px;
  font-weight: normal;
}
.listNews li dd {
  height: 44px;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.questionlist li {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.questionlist li p i {
  background: #662a2a;
}
.questionlist li i {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 22px;
  margin-right: 9px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.questionlist li span {
  font-size: 12px;
}
.questionlist li span i {
  background: #d52d33;
}
/*listCase*/
.listCase .list {
  width: 108%;
}
.listCase .item {
  padding: 8px 0px;
  width: 284px;
  float: left;
  display: block;
  margin-right: 18px;
}
.listCase .item a {
  display: block;
}
.listCase .item .desc {
  font-size: 12px;
  text-align: justify;
  color: #666;
  line-height: 20px;
}
.listCase .item h3 {
  text-align: left;
  height: 32px;
  line-height: 32px;
  color: #181818;
  font-size: 14px;
  font-weight: normal;
}
.listCase .item:hover h3 {
  font-weight: normal;
  color: #d52d33;
}
.listCase .item img {
  width: 284px;
  height: 160px;
  display: block;
  border: 0 none;
  position: absolute;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.listCase .item:hover img {
  border: 0 none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.listCase .item a.img {
  width: 284px;
  height: 160px;
  overflow: hidden;
  position: relative;
}
.listCase .item .desc {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}
.listCase.fangan .item h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #555555;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.listCase.fangan .item:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.listCase.fangan .item:hover h3 {
  color: #d52d33;
}
.detaiInfo img {
  max-width: 100% !important;
  margin: 0 auto;
}
.parterlist {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.parterlist .parterul {
  width: 108%;
}
.parterlist .parterul li {
  float: left;
  width: 432px;
  margin-right: 35px;
  position: relative;
  text-align: center;
  margin-bottom: 35px;
}
.parterlist .parterul li a {
  display: block;
  padding: 0;
}
.parterlist .parterul li img {
  width: 432px;
  height: 270px;
  margin: 0 auto;
}
.parterlist .parterul li .txt {
  height: 160px;
  text-align: center;
}
.parterlist .parterul li h5 {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}
.parterlist .parterul li em {
  width: 54px;
  height: 2px;
  margin: 0 auto;
  background: #ccc;
  display: block;
}
.parterlist .parterul li span {
  color: #ff7e00;
  margin-top: 28px;
  display: block;
}
.parterlist .parterul li a:hover h5 {
  color: #ff7e00;
}
.parterlist .parterul li a:hover em {
  background: #ff7e00;
}
.parterlist .parterul li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
/* pageNews */
.pageNewsRight {
  width: 220px;
}
.pageNewsRight a {
  display: block;
}
.pageNewsRight .right_1,
.pageNewsRight .right_2 {
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
}
.leftnews .con {
  padding: 5% 0;
}
.leftnews .con ul {
  background: url(../images/nnewsbg3.jpg) no-repeat 4px 6px;
  width: 100%;
}
.leftnews .con li {
  line-height: 24px;
  font-size: 12px;
  height: 24px;
  overflow: hidden;
  padding-left: 32px;
}
.leftnews .con li a {
  color: #666;
  line-height: 24px;
  height: 24px;
}
.leftnews .con li a:hover {
  color: #d52d33;
}
.leftnews .con li span {
  float: right;
  color: red;
  font-size: 12px;
}
.pageNews {
  width: 710px;
}
.pageNews h1.bt {
  font-size: 18px;
  line-height: 25px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #333;
  border-bottom: 1px dashed #e1e1e1;
  margin-bottom: 5px;
}
.pageNews .mark {
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #999;
}
.pageNews .mark span {
  margin-left: 14px;
}
.pageNews .mark span:first-child {
  margin-left: 0;
}
.pageNews .info {
  margin-bottom: 20px;
  padding: 10px 0;
  color: #666;
}
.pageNews .info img,
.pageNews .info p img {
  max-width: 100% !important;
  height: auto !important;
  display: inline;
}
.pageNews .showtag {
  margin: 20px 0 18px;
  color: #666;
}
.pageNews .showtag a {
  color: #666;
  text-decoration: underline;
}
/* formData */
.formData {
  width: 600px;
  margin: 0px auto 20px;
  padding-top: 30px;
}
.formData .item {
  margin-bottom: 10px;
  height: 27px;
  line-height: 27px;
  position: relative;
}
.formData .liuyan {
  height: 82px;
}
.formData .item p {
  width: 95px;
  float: left;
  text-align: right;
  line-height: 27px;
  height: 27px;
}
.formData .item label {
  margin-right: 5px;
}
.formData .item .tip {
  width: 150px;
  margin-left: 20px;
  float: left;
}
.formData .item input,
.formData tr.code input {
  width: 250px;
  height: 25px;
  line-height: 25px;
  color: #666;
  float: left;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 0 5px;
}
.formData .item textarea {
  width: 260px;
  height: 80px;
  color: #666;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 0;
  resize: none;
  overflow: hidden;
  background: #fff;
}
.formData .item input:focus,
.formData tr.code input:focus,
.formData tr.item textarea:focus {
  border: 1px solid #999;
}
.formData .code {
  height: 27px;
  width: 360px;
}
.formData .code input {
  width: 152px;
  float: left;
}
.formData .item .sub {
  width: 102px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #d52d33;
  border-radius: 2px;
  color: #FFF;
  border: none;
  margin-right: 10px;
  cursor: pointer;
}
.formData .sub:hover {
  background: #666;
}
.formData tr.code img {
  float: left;
  vertical-align: middle;
  *vertical-align: 0;
  margin-left: 10px;
}
.formData .err,
.formData .red {
  color: #ff0000;
}
.formData .red {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin-right: 5px;
}
.formData .code .msg-box {
  margin-left: 100px;
  *float: right;
}
.checkimg {
  position: absolute;
  left: 265px;
  top: 2px;
}
.submian {
  font-family: "microsoft yahei";
}
.submian .subright .anlitopH4,
.submian .subright .divanli {
  background: #fff;
}
.submian .subright .anlitopH4 {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e4e4e4;
  margin-top: 20px;
}
.submian .subright .anlitopH4 span {
  border-left: 5px solid #d52d33;
  height: 38px;
  line-height: 38px;
  padding-left: 16px;
  display: block;
  float: left;
  color: #d52d33;
  font-weight: bold;
  font-size: 14px;
}
.submian .subright .anlitopH4 span .org {
  color: #ff7e00;
}
.submian .subright .anlitopH4 span .org {
  display: inline;
}
.submian .subright .anlitopH4 a {
  margin-right: 12px;
}
.submian .subright .divanli_mess {
  margin-bottom: 10px;
  padding: 15px;
  background: #fff;
  margin-top: 30px;
}
.submian .subright .divanli_mess p {
  line-height: 24px;
}
.submian .subright .divanli_mess ul {
  margin: 20px;
}
.submian .subright .divanli_mess ul li {
  padding-bottom: 15px;
  height: 31px;
  position: relative;
}
.submian .subright .divanli_mess ul li .tit {
  float: left;
  width: 80px;
  padding-right: 10px;
  text-align: right;
  font-size: 14px;
  line-height: 31px;
  height: 31px;
}
.submian .subright .divanli_mess ul li .tit font {
  color: #ff7e00;
}
.submian .subright .divanli_mess ul li input {
  width: 245px;
  height: 29px;
  line-height: 29px;
  padding: 0px 10px;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  float: left;
  outline: none;
}
.submian .subright .divanli_mess ul li.beizhu {
  height: 200px;
}
.submian .subright .divanli_mess ul li.beizhu textarea {
  height: 200px;
  width: 622px;
  line-height: 29px;
  background: #fff;
  border: 1px solid #e4e4e4;
  font-size: 14px;
  float: left;
  outline: none;
  text-indent: 10px;
}
.submian .subright .divanli_mess ul li.yanzhenm input {
  width: 100px;
}
.divanli_mess img {
  max-width: 100%;
}
.submian .subright .divanli_mess ul li.yanzhenm img {
  position: absolute;
  left: 220px;
  top: 4px;
}
.submian .subright .divanli_mess ul li.yanzhenm .msg-box {
  margin-left: 65px;
}
.submian .subright .divanli_mess ul .bot {
  text-align: center;
}
.submian .subright .divanli_mess ul .bot input {
  width: 141px;
  background: #d52d33;
  cursor: pointer;
  border: 0px;
  color: #fff;
  height: 43px;
  line-height: 43px;
}
.submian .subright .divanli_mess ul .bot input:hover {
  opacity: 0.8;
}
.ArticleTencont {
  line-height: 28px;
  padding: 20px 0 30px;
}
/* mapPage  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #d52d33;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/*百度地图*/
#content #mapCard_style {
  border: 3px solid #ff6600;
}
.baiduMap {
  margin: 10px;
  height: 300px;
}
.BMap_bubble_title a {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #333;
  color: #FFF;
}
.BMap_bubble_content {
  line-height: 24px;
  padding: 10px 0;
}
/*123*/
.printview .mod18{width:480px;position:relative;margin:0 auto;}
.printview .mod18 .btn{position:absolute;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
.mod18 .prev{left:2px;background:url(../images/prevBtn.png) no-repeat;}
.printview .mod18 #prevTop,.printview .mod18 #nextTop{top:250px;width:32px;height:48px; display:none;}
.printview .mod18 #prev,.mod18 #next{    top: 330px;
    width: 37px;
    height: 40px;
}
.printview .mod18 .next{right:50px;background:url(../images/nextBtn.png) no-repeat;}
.printview .mod18 li{float:left;}
.printview .mod18 .cf li{color:#fff;}
.printview .mod18 .cf a{display:block;width:400px;height:300px;position:absolute;color:#fff;}
.printview .mod18 .cf a img{width:400px;height:300px; background-size:100%;}
.printview .mod18 .cf li span{display:block;width:486px;position:absolute;left:75px;bottom:0;padding:10px 20px;line-height:22px;text-align:left;background:rgba(0,0,0,0.6);filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000");}
.printview .mod18 .picBox{width:400px; height:300px;position:relative;overflow:hidden;}
.printview .mod18 .picBox ul{height:300px;position:absolute; left:0;}
.printview .mod18 .picBox li{ padding-right:1px; width:400px;height:300px;}
.printview .mod18 .listBox{width:321px;height:71px;    margin-left: 56px;position:relative; margin-top:15px;overflow:hidden;*margin-left:-22px;}
.printview .mod18 .listBox ul{height:71px;position:absolute; }
.printview .mod18 .listBox li{width:106px;height: 71px;cursor:pointer;position:relative;}
.printview .mod18 .listBox li i{display:none;}
.printview .mod18 .listBox li a{display:block;width:92px;height: 68px;}
.printview .mod18 .listBox img{width:92px;height: 68px;}
.printview .mod18 .listBox .on img{border: 3px solid #d52d33;width: 89px;height: 65px;}
