@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #dc0306;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
body {
  background: #fff;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #282d34;
  height: 34px;
  line-height: 34px;
  color: #fff;
}
.top_main .top {
  position: relative;
}
.top_main p {
  float: left;
  width: 42%;
}
.top_main .top_r {
  float: right;
  width: 50%;
  text-align: right;
}
.top_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  color: #999999;
}
.top_main .top_r li.split {
  margin: 0 8px;
  color: #999;
}
.top_main .top_r li a {
  color: #999999;
  cursor: pointer;
}
.top_main .top_r li a:hover {
  color: #dc0306;
}
.top_main .top_r li.phone {
  position: relative;
  cursor: pointer;
}
.top_main .top_r li.phone .box {
  width: 100px;
  height: 100px;
  border: 5px solid #282d34;
  position: absolute;
  left: -20px;
  top: 34px;
  z-index: 88;
  display: none;
  background: #282d34;
}
.top_main .top_r li.phone .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_main .top_r li.phone:hover .box {
  display: block;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 998;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header_main .logo_main {
  width: 600px;
  height: 80px;
  float: left;
  padding-top: 5px;
}
.header_main .logo_main img {
  display: block;
  height: 80px;
}
.header_main .webtel {
  width: 250px;
  padding-top: 22px;
  line-height: 24px;
  float: right;
  white-space: nowrap;
}
.header_main .webtel s {
  width: 48px;
  height: 48px;
  margin: 4px 10px 20px 0;
  float: left;
  background-position: 0 0;
}
.header_main .webtel span {
  display: block;
  color: #333;
}
.header_main .webtel strong {
  color: #333333;
  font-size: 28px;
  line-height: 28px;
  display: block;
  font-family: arial;
  white-space: nowrap;
}
/*nav_main*/
/*nav_main*/
.nav_main {
  width: 100%;
  height: 60px;
  line-height: 60px;
  min-width: 1286px;
  position: relative;
  z-index: 100;
  background: #fff;
}
.nav_main .list {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.nav_main li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 60px;
  line-height: 60px;
  position: relative;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.nav_main li a {
  display: block;
  width: 134px;
  position: relative;
  color: #003333;
  background: url(../images/nav-splitbg.png) no-repeat right center;
  font-size: 16px;
}
.nav_main li.home {
  background: url(../images/nav-splitbg.png) no-repeat left center;
}
.nav_main li:hover > a,
.nav_main li.hover > a {
  background: #dc0306;
  color: #fff;
  font-weight: bold;
}
.nav_main li .sub-box {
  
   background-color:rgba(5,92,189,0.8);
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
}
.nav_main li .sub-box a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  transition: all ease 300ms;
  background-image: none;
}
.nav_main li .sub-box a:hover {
  background: #dc0306;
}
.nav_main li .sub-box.sitem {
  width: 220px!important;
  *zoom: 1;
}
.nav_main li .sub-box.sitem:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.nav_main li .sub-box.sitem a {
  width: 220px;
  /* float: left; */
  text-indent: 14px;
  text-align: left;
  border-bottom: 1px solid #1f5ea5;
  overflow: hidden;
}
/*footer_main*/
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
.footer_main {
  width: 100%;
  background: #292a2f;
  height: 65px;
  line-height: 65px;
  color: #999999;
}
.footer_main a {
  color: #999999;
}
.footer_main a:hover {
  color: #fff;
}
/***********top and bottom css end***********/
.indexMore {
  width: 298px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #dc0306;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
}
.indexMore:hover {
  background: #dc0306;
  color: #fff;
}
/*txtlist*/
.txtlist {
  width: 105%;
  position: relative;
}
.txtlist .item {
  width: 840px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #ebebeb;
  transition: all ease 300ms;
}
.txtlist .item a {
  display: block;
  padding: 20px;
  position: relative;
}
.txtlist .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  position: relative;
  transition: all ease 300ms;
  margin-bottom: 3px;
  padding-left: 16px;
}
.txtlist .item h3 s {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  background: #b5b5b5;
  transition: all ease 300ms;
}
.txtlist .item .txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.txtlist .item:hover {
  border-color: #dc0306;
}
.txtlist .item:hover h3 {
  color: #dc0306;
}
.txtlist .item:hover h3 s {
  background-color: #dc0306;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  transition: all ease 300ms;
  margin: 0 20px 20px 0;
  overflow: hidden;
  margin: 0 9px 9px 0;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item img {
  width: 285px;
  height: 214px;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.gridlist .item:hover {
  border-color: #dc0306;
}
.servicelist .item {
  width: 154px;
  height: 153px;
  float: left;
  position: relative;
  margin-right: 18px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e9e9e9;
  background-color: #f2f2f2;
  transition: all ease 300ms;
}
.servicelist .item a {
  width: 100%;
  display: block;
  padding-top: 20px;
  height: 133px;
}
.servicelist .item .img {
  width: 60px;
  height: 50px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
.servicelist .item .img img {
  transition: all ease 300ms;
  width: 120px;
  height: 50px;
  display: block;
}
.servicelist .item .line {
  width: 26px;
  height: 1px;
  display: block;
  background: #e3e3e3;
  margin: 8px auto 12px;
  transition: all ease 300ms;
}
.servicelist .item h3 {
  font-size: 14px;
  line-height: 22px;
  padding: 0 30px;
  transition: all ease 300ms;
}
.servicelist .item:hover {
  background-color: #dc0306;
  border-color: #dc0306;
}
.servicelist .item:hover h3 {
  color: #fff;
}
.servicelist .item:hover .line {
  background-color: #fff;
}
.servicelist .item:hover .img img {
  margin-left: -60px;
}
/*caselist*/
.caselist {
  width: 105%;
}
.caselist .item {
  width: 264px;
  height: 148px;
  float: left;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
}
.caselist .item a {
  width: 100%;
  display: block;
}
.caselist .item img {
  width: 264px;
  height: 168px;
  display: block;
  transition: all ease 300ms;
}
.caselist .item h3 {
  width: 100%;
  height: 60px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/case-libg.png) repeat center bottom;
}
.caselist .item .txt {
  width: 264px;
  height: 124px;
  padding-top: 24px;
  position: absolute;
  left: 100%;
  top: 0;
  transition: all ease 300ms;
  color: #fff;
  font-size: 16px;
  background: url(../images/black80.png) repeat 0 0;
}
.caselist .item .txt .line {
  *height: 138px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.caselist .item .txt s {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 4px;
  background-position: -58px 0;
}
.caselist .item:hover h3 {
  display: none;
}
.caselist .item:hover .txt {
  left: 0;
}
.logolist {
  width: 105%;
}
.logolist .item {
  width: 278px;
  float: left;
  margin: 0 27px 30px 0;
  border: 1px solid #ddd;
}
.logolist .item a {
  width: 100%;
  display: block;
}
.logolist .item img {
  width: 100%;
  height: 156px;
  transition: all ease 300ms;
  display: block;
}
.logolist .item h3 {
  font-size: 16px;
  transition: all ease 300ms;
  color: #333;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #ddd;
}
.logolist .item:hover img {
  filter: brightness(105%);
}
.logolist .item:hover h3 {
  color: #dc0306;
}
.logolist .item:hover .line {
  width: 100px;
  background: #dc0306;
}

/*caselist*/
.index .floor_2 .caselist {
  width: 105%;
}
.index .floor_2 .caselist .item {
  width: 285px;
  height: 160px;
  float: left;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
}
.index .floor_2 .caselist .item a {
  width: 100%;
  display: block;
}
.index .floor_2 .caselist .item img {
  width: 285px;
  height: 160px;
  display: block;
  transition: all ease 300ms;
}
.index .floor_2 .caselist .item h3 {
  width: 100%;
  height: 60px;
  line-height: 70px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/case-libg.png) repeat center bottom;
}
.index .floor_2 .caselist .item .txt {
  width: 285px;
  height: 122px;
  padding-top: 38px;
  position: absolute;
  left: 100%;
  top: 0;
  transition: all ease 300ms;
  color: #fff;
  font-size: 16px;
  background: url(../images/black80.png) repeat 0 0;
}
.index .floor_2 .caselist .item .txt .line {
  *height: 138px;
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.index .floor_2 .caselist .item .txt s {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto 4px;
  background-position: -58px 0;
}
.index .floor_2 .caselist .item:hover h3 {
  display: none;
}
.index .floor_2 .caselist .item:hover .txt {
  left: 0;
}


.banner_main {
  width: 100%;
  overflow: hidden;
  height: 500px;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner li img {
  width: 1920px;
  height: 500px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 10;
  text-align: center;
}
.banner .tip span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  transition: all ease 300ms;
  border-radius: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #333333;
}
.banner .tip span.cur {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .prev,
.banner .next {
  width: 40px;
  height: 100px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -50px;
  background: url(../images/banner-ico.png) no-repeat 0 0;
  cursor: pointer;
}
.banner .prev:hover,
.banner .next:hover {
  background-color: #333333;
}
.banner .prev {
  left: 70px;
}
.banner .prev:hover {
  background-position: 0 -108px;
}
.banner .next {
  right: 70px;
  background-position: -80px 0;
}
.banner .next:hover {
  background-position: -80px -108px;
}
/***********index css ***********/
.indexTit {
  height: 32px;
  line-height: 32px;
  padding-bottom: 6px;
  font-size: 22px;
  position: relative;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}
.indexTit s {
  width: 5px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background: #dc0306;
}
.indexTit .more {
  float: right;
  color: #666666;
  transition: all ease 300ms;
  line-height: 40px;
  font-size: 14px;
}
.indexTit .more:hover {
  color: #dc0306;
}
.index {
  width: 100%;
  position: relative;
}
.index .floor_1 {
  padding: 34px 0 40px;
}
.index .floor_1 .floor_1_left {
  width: 850px;
  float: left;
}
.index .floor_1 .floor_1_left .indexTit .tog {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.index .floor_1 .floor_1_left .indexTit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.index .floor_1 .floor_1_left .indexTit h3 span {
  width: 85px;
  height: 1px;
  display: none;
  position: absolute;
  left: 0;
  bottom: -7px;
  background: #dc0306;
}
.index .floor_1 .floor_1_left .indexTit h3:first-child span {
  width: 110px;
  left: -20px;
}
.index .floor_1 .floor_1_left .indexTit h3.cur {
  font-size: 22px;
}
.index .floor_1 .floor_1_left .indexTit h3.cur span {
  display: block;
}
.index .floor_1 .imglist {
  width: 370px;
  position: relative;
  float: left;
  overflow: hidden;
}
.index .floor_1 .imglist .list {
  width: 370px;
  height: 278px;
}
.index .floor_1 .imglist .list li,
.index .floor_1 .imglist .list a,
.index .floor_1 .imglist .list img {
  width: 370px;
  height: 278px;
  display: block;
}
.index .floor_1 .imglist li {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.index .floor_1 .imglist li h3 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  text-indent: 10px;
  background: url(../images/black60.png) repeat 0 0;
}
.index .floor_1 .imglist li img {
  transition: all ease 300ms;
}
.index .floor_1 .imglist:hover img {
  transform: scale(1.04);
}
.index .floor_1 .imglist .tip {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: right;
  font-size: 0;
  line-height: 0;
}
.index .floor_1 .imglist .tip span {
  width: 33px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
}
.index .floor_1 .imglist .tip span.cur {
  background-color: #dc0306;
}
.index .floor_1 .txtlist {
  width: 440px;
  float: right;
  height: 278px;
  overflow: hidden;
}
.index .floor_1 .txtlist li {
  width: 100%;
  overflow: hidden;
  *vertical-align: top;
}
.index .floor_1 .txtlist li a {
  display: block;
  padding: 0 0 0 0;
  position: relative;
}
.index .floor_1 .txtlist li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  background: #c6c6c6;
  border-radius: 100%;
  margin-right: 10px;
}
.index .floor_1 .txtlist li .time {
  float: right;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 13px;
}
.index .floor_1 .txtlist li h3 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
}
.index .floor_1 .txtlist li .txt {
  line-height: 24px;
  height: 0;
  transition: all ease 300ms;
  overflow: hidden;
  color: #999;
  font-size: 13px;
}
.index .floor_1 .txtlist li.hover {
  padding: 2px 0 18px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.index .floor_1 .txtlist li.hover .txt {
  height: 48px;
}
.index .floor_1 .txtlist li.hover s {
  display: none;
}
.index .floor_1 .txtlist li.hover .time {
  display: none;
}
.index .floor_1 .txtlist li.hover h3 {
  font-weight: bold;
  margin-bottom: 4px;
}
.index .floor_1 .floor_1_right {
  width: 310px;
  float: right;
}
.index .floor_1 .floor_1_right .videoBox {
  width: 310px;
  height: 150px;
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.index .floor_1 .floor_1_right .videoBox img,
.index .floor_1 .floor_1_right .videoBox iframe {
  width: 310px;
  height: 150px;
  display: block;
}
.index .floor_1 .floor_1_right .txt {
  line-height: 28px;
  height: 112px;
  overflow: hidden;
}
.index .floor_2 {
  width: 100%;
  position: relative;
  height: 273px;
  background: url(../images/icasebg.jpg) no-repeat center top;
}
.index .floor_2 .indexTit {
  color: #fff;
  border-bottom: 0px;
  padding-top: 28px;
  margin-bottom: 10px;
}
.index .floor_2 .indexTit s {
  background-color: #fff;
}
.index .floor_2 .indexTit .more {
  color: #fff;
}
.index .floor_2 .indexTit .more:hover {
  color: #dc0306;
}
.index .floor_2 .icase {
  position: relative;
}
.index .floor_2 .prev2,
.index .floor_2 .next2 {
  width: 30px;
  height: 70px;
  position: absolute;
  z-index: 12;
  top: 114px;
  background: url(../images/btn-ico.png) no-repeat 0 0;
  cursor: pointer;
}
.index .floor_2 .prev2 {
  left: -70px;
}
.index .floor_2 .prev2:hover {
  background-position: 0 -82px;
}
.index .floor_2 .next2 {
  right: -70px;
  background-position: -61px 0;
}
.index .floor_2 .next2:hover {
  background-position: -61px -82px;
}
.index .floor_2 .icaseCon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index .floor_2 .icaseCon .list {
  width: 500%;
  position: relative;
}
.index .floor_3 {
  width: 100%;
  position: relative;
  padding: 25px 0 50px;
}
.index .floor_3 .iservice {
  position: relative;
}
.index .floor_3 .prev3,
.index .floor_3 .next3 {
  width: 44px;
  height: 30px;
  position: absolute;
  z-index: 12;
  top: 0;
  border-radius: 3px;
  background: #444444 url(../images/btn-ico2.png) no-repeat 18px 8px;
  cursor: pointer;
}
.index .floor_3 .prev3:hover,
.index .floor_3 .next3:hover {
  background-color: #dc0306;
}
.index .floor_3 .prev3 {
  right: 55px;
}
.index .floor_3 .next3 {
  right: 0;
  background-position: -30px 8px;
}
.index .floor_3 .iserviceCon {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index .floor_3 .iserviceCon .list {
  width: 500%;
  position: relative;
}
/**********index css end**********/
/************content************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.profelist {
  width: 105%;
}
.profelist .item {
  width: 580px;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  background: #dc0306;
  color: #fff;
  transition: all ease 300ms;
}
.profelist .item a {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.profelist .item img {
  width: 580px;
  height: 297px;
  display: block;
  transition: all ease 300ms;
}
.profelist .item h3 {
  padding: 10px 20px 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.profelist .item .txt {
  padding: 5px 20px 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #fff;
}
.profelist .item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.profelist .item:hover img {
  filter: brightness(105%);
}
/*wrapper*/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 0px;
  position: relative;
  min-height: 740px;
}
.wrapper .servicelist {
  width: 105%;
}
.wrapper .teamlist {
  width: 105%;
  position: relative;
}
.wrapper .teamlist .item {
  width: 218px;
  padding: 3px;
  background: #eee;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wrapper .teamlist .item a {
  width: 100%;
  display: block;
}
.wrapper .teamlist .item img {
  width: 100%;
  height: 291px;
  display: block;
}
.wrapper .teamlist .item h3 {
  height: 46px;
  line-height: 48px;
  overflow: hidden;
  font-size: 16px;
  text-align: center;
}
.wrapper .teamlist .item:hover {
  background-color: #dc0306;
}
.wrapper .teamlist .item:hover h3 {
  color: #fff;
}
.wrapper .teamlist .item:hover img {
  filter: brightness(110%);
}
.teamPage .location {
  margin-bottom: 65px;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  margin-bottom: 28px;
  position: relative;
  border-bottom: 1px solid #dfe1e3;
  border-top: 1px solid #dfe1e3;
  background: #f8f8f8;
}
.location .sitepath {
  color: #666666;
  float: right;
}
.location .sitepath a {
  color: #666666;
}
.location .sitepath a:hover {
  color: #dc0306;
}
.location .menu {
  height: 50px;
  line-height: 50px;
  width: 68%;
  float: left;
}
.location .menu li {
  height: 50px;
  line-height: 50px;
  color: #333;
  transition: all ease 300ms;
  display: block;
  position: relative;
  float: left;
  margin-right: 25px;
  font-size: 15px;
}
.location .menu li a {
  display: block;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.location .menu li a s {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #dc0306;
  transition: all ease 300ms;
}
.location .menu li .box {
  width: 1230px;
  font-size: 14px;
  padding: 5px 0;
  position: absolute;
  left: 0;
  top: 60px;
  line-height: 35px;
  z-index: 10;
  display: none;
  background: #fff;
}
.location .menu li .box a {
  height: 35px;
  font-size: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
  color: #333;
  background: #eeeeee;
  display: block;
  width: 120px;
  font-weight: normal;
  padding: 0;
  text-align: center;
  float: left;
  position: static;
  left: auto;
  top: auto;
  border-radius: 4px;
  line-height: 35px;
}
.location .menu li .box a.hover,
.location .menu li .box a:hover {
  color: #fff;
  background: #dc0306;
}
.location .menu li.hover .box {
  display: block;
}
.location .menu li.hover,
.location .menu li:hover {
  color: #dc0306;
}
.location .menu li.hover a s,
.location .menu li:hover a s {
  width: 99%;
}
.location .menu .list li a:hover,.location .menu .list li a.hover{font-weight:bold;color:red;}
.location .subMenu{position:absolute;top: 52px;left:0;display:none;width: 800px;float: left;/* margin-bottom: 40px; *//* height: 43px; */}
.location .subMenu a{padding:0 32px;margin-right:6px;display: block;height:37px;line-height:37px;text-align: center;font-size: 14px;color: #333;transition: all ease 300ms;border:1px solid #ddd;border-radius:5px;margin-top: 6px;float: left;/* margin-bottom: 20px; */}
.location .subMenu a:hover,.location .subMenu a.hover{background:#fff;}
.location .menu .list li.hover .subMenu{display:block;}


.leftNav  li a:hover,.leftNav   li a.hover{font-weight:bold;color:red;}
.leftNav .subMenu{position:absolute;top: -18px;left:320px;display:none;width: 300px;float: left;/* margin-bottom: 40px; *//* height: 43px; */margin-top: 10px;}
.leftNav .subMenu a{padding:0 32px;border-left: 0px!important;display: block;height: 60px;line-height: 60px;text-align: left;font-size: 14px;color: #333;transition: all ease 300ms;m;/* margin-top: 6px; */*float: left; *//* margin-bottom: 20px; */width: 265px;background: #F8F8F8;border-bottom: 1px solid #eeeeee;width: 70px;}
.leftNav .subMenu a:hover,.location .subMenu a.hover{background:#fff;}
/*.leftNav  li.hover .subMenu{display:block;height: 200px!important;}*/
.leftNav  li.hover .subMenu{}
.leftNav .subMenu a:first-child{display: none;}
/*.leftNav .subMenu a:nth-child(3){display: none;}
.leftNav .subMenu a:nth-child(4){display: none;}
.leftNav .subMenu a:nth-child(5){display: none;}*/
/*nybanner*/
.nybanner {
  width: 100%;
  height: 300px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}
.nybanner h3 {
  font-size: 34px;
  padding: 70px 0 6px;
}
.nybanner .en {
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
}
.nybanner .line {
  width: 50px;
  height: 2px;
  display: block;
  background: #fff;
  margin-top: 10px;
}
/*menu*/
.menu2 {
  width: 100%;
  height: 68px;
  line-height: 68px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.menu2 .list {
  width: 1200px;
  margin: 0 auto;
}
.menu2 li {
  height: 68px;
  float: left;
  margin-right: 30px;
}
.menu2 li .nav1 {
  height: 68px;
  line-height: 68px;
  position: relative;
  font-size: 15px;
  display: block;
  text-align: center;
}
.menu2 li .nav1 s {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #dc0306;
  display: none;
}
.menu2 li .subMenu {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -600px;
  top: 82px;
}
.menu2 li .subMenu a {
  width: 159px;
  height: 38px;
  line-height: 38px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #dddddd;
  transition: all ease 300ms;
  background: #f8f8f8;
  color: #333333;
}
.menu2 li .subMenu a:hover,
.menu2 li .subMenu a.hover {
  background: #ffffff;
  border-color: #dc0306;
  color: #dc0306;
}
.menu2 li:hover,
.menu2 li.hover {
  border-right-color: #dc0306;
}
.menu2 li:hover .nav1,
.menu2 li.hover .nav1 {
  color: #dc0306;
}
.menu2 li:hover .nav1 s,
.menu2 li.hover .nav1 s {
  display: block;
}
.menu2 li.hover .subMenu {
  display: block;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #dc0306;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
  *padding-top: 50px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #fff;
  border: 1px solid #ddd;
}
.pager ul a.current {
  background-color: #dc0306;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #dc0306;
  color: #fff;
}
.pager ul a:hover {
  background: #dc0306;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.n-gridlist .item:hover {
  background: #f5f5f5;
}
.n-gridlist .item:hover h3 {
  color: #dc0306;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #dc0306;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
}
/*relateNews*/
.relateNews {
  padding: 55px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews .list li {
  width: 567px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 160px;
  height: 120px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  padding-top: 15px;
  overflow: hidden;
  margin-bottom: 14px;
  font-size: 16px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.relateNews .gridlist {
  width: 106%;
}
.relateNews .prolist {
  padding-left: 3px;
}
.relateNews .profelist .item {
  width: 386px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #dc0306;
  color: #fff;
  transition: all ease 300ms;
}
.relateNews .profelist .item a {
  width: 100%;
  display: block;
  padding-bottom: 20px;
}
.relateNews .profelist .item img {
  width: 386px;
  height: 198px;
  display: block;
  transition: all ease 300ms;
}
.relateNews .profelist .item h3 {
  padding: 10px 20px 0;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.relateNews .profelist .item .txt {
  padding: 5px 20px 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #fff;
}
.relateNews .profelist .item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.relateNews .profelist .item:hover img {
  filter: brightness(105%);
}
.servicePage .list {
  width: 105%;
}
.servicePage .item {
  width: 378px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  background-color: #f2f2f2;
  transition: all ease 300ms;
}
.servicePage .item a {
  display: block;
  padding: 20px;
  position: relative;
}
.servicePage .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  position: relative;
  transition: all ease 300ms;
  margin-bottom: 3px;
  padding-left: 16px;
}
.servicePage .item h3 s {
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  top: 18px;
  background: #dc0306;
  transition: all ease 300ms;
  border-radius: 100%;
}
.servicePage .item .txt {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #999;
}
.servicePage .item:hover {
  border-color: #dc0306;
  background-color: #dc0306;
}
.servicePage .item:hover h3 {
  color: #fff;
}
.servicePage .item:hover h3 s {
  background-color: #fff;
}
.servicePage .item:hover .txt {
  color: #fff;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  padding-bottom: 30px;
  min-height: 750px;
}
.aboutPage .txtcon {font-size: 18px;line-height: 35px;}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}
/*newsPage*/
.newsPage {
  position: relative;
  overflow: hidden;
}
.newsPage .item {
  width: 800px;
  margin: 0 auto;
  padding: 19px;
  height: 160px;
  margin-bottom: 15px;
  transition: all ease 300ms;
  border: 1px solid #ddd;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 213px;
  height: 160px;
  margin-right: 28px;
  display: block;
}
.newsPage .item h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 130px;
  padding-top: 38px;
  line-height: 35px;
  font-family: arial;
  font-size: 16px;
  color: #939aa3;
}
.newsPage .item .time .day {
  font-size: 34px;
  line-height: 40px;
  display: block;
}
.newsPage .item .time s {
  width: 50px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: 0 -177px;
}
.newsPage .item:hover {
  border-color: #dc0306;
}
.newsPage .item:hover h3 {
  color: #dc0306;
}
.newsPage .searchlist .item img {
  width: auto;
  height: 150px;
  margin-right: 10px;
}
/*showNews*/
.showNews {
  padding: 10px 0 30px;
  width: 800px;
  margin: 0 auto;
  float: right;
      margin-left: 100px;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.shareNew {
  padding-bottom: 25px;
}
/*showProduct*/
/*****showProduct****/
.showProduct .showImg {
  padding-bottom: 40px;
}
.showProduct .showImg .dimg {
  width: 300px;
  height: 400px;
  display: block;
  border: 1px solid #ddd;
}
.showProduct .photo {
  width: 602px;
  position: relative;
  height: 412px;
}
.showProduct .photo .jqzoom {
  width: 602px;
  height: 412px;
  overflow: hidden;
  position: relative;
  padding: 0px;
  cursor: pointer;
}
.showProduct .photo .zoomdiv {
  z-index: 999;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.showProduct .photo .jqZoomPup {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #eee;
  background: #fff;
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  filter: alpha(opacity=50);
}
.showProduct .photo .img {
  width: 600px;
  height: 337px;
  display: block;
}
.showProduct .photo .bigimg {
  width: 600px;
  height: 337px;
  border: 1px solid #eee;
  display: block;
  position: relative;
  overflow: hidden;
}
.showProduct .photo .bigimg .list {
  width: 1000%;
  position: relative;
}
.showProduct .photo .bigimg .list li {
  width: 600px;
  height: 337px;
  float: left;
}
.showProduct .photo .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showProduct .photo .photoimg {
  width: 600px;
  height: 56px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/black50.png) repeat 0 0;
}
.showProduct .photo .photoimg .list {
  width: 542px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showProduct .photo .photoimg .listcon {
  width: 300%;
  position: relative;
}
.showProduct .photo .photoimg .listcon li {
  width: 100px;
  height: 56px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 10px;
}
.showProduct .photo .photoimg .listcon li img {
  width: 100px;
  height: 56px;
  display: block;
}
.showProduct .photo .photoimg .listcon li:hover img,
.showProduct .photo .photoimg .listcon li.on img {
  border: 2px solid #055cbd;
  width: 96px;
  height: 52px;
}
.showProduct .photo .photoimg .prev,
.showProduct .photo .photoimg .next {
  width: 20px;
  height: 56px;
  z-index: 10;
  position: absolute;
  top: 10px;
  cursor: pointer;
  background: #f3f3f3 url(../images/show-pro-btn.png) no-repeat 0 center;
}
.showProduct .photo .photoimg .prev:hover,
.showProduct .photo .photoimg .next:hover {
  background-color: #ddd;
}
.showProduct .photo .photoimg .prev {
  left: 0;
  background-position: 5px center;
}
.showProduct .photo .photoimg .next {
  right: 0;
  background-position: -67px center;
}
.showProduct .imgtxtcon {
  width: 580px;
  float: left;
  position: relative;
  height: 400px;
}
.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 0 25px 5px;
  line-height: 30px;
}
.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #dc0306;
  display: block;
  margin: 18px 0 16px 28px;
}
.showProduct .imgtxtcon p {
  padding: 25px 0 0 25px;
  color: #999999;
  font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
  color: #666;
  padding: 0 25px;
  line-height: 28px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .tit2 strong {
  color: #333;
  display: block;
}
.showProduct .imgtxtcon .txt2 {
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 20px;
}
.showProduct .imgtxtcon .txt2 strong {
  display: block;
  color: #333;
  margin-bottom: 3px;
}
.showProduct .imgtxtcon .txt3 {
  margin-left: 25px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 15px;
}
.showProduct .imgtxtcon .txt3 strong {
  color: #333;
}
.showProduct .imgtxtcon .txt {
  padding: 10px 25px 14px;
  line-height: 35px;
  background: #f1f1f1;
}
.showProduct .imgtxtcon .tel {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
}
.showProduct .imgtxtcon .tel span {
  color: #000;
  display: block;
}
.showProduct .imgtxtcon .tel strong {
  display: block;
  font-family: impact;
  color: #dc0306;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.showProduct .imgtxtcon .btn {
  position: absolute;
  left: 0;
  bottom: 0;
}
.showProduct .imgtxtcon .btn1,
.showProduct .imgtxtcon .btn2 {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  transition: all ease 300ms;
  width: 135px;
  height: 38px;
  line-height: 38px;
  margin-left: 25px;
  text-align: center;
  color: #fff;
}
.showProduct .imgtxtcon .btn1:hover,
.showProduct .imgtxtcon .btn2:hover {
  background: #444;
}
.showProduct .imgtxtcon .btn1 {
  background: #dc0306;
}
.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #055cbd;
}
.showProduct .showp_txt {
  padding-bottom: 20px;
}
.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}
.showProduct .showContxt img {
  max-width: 100%;
}
/*msgPage*/
.formData {
  width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}
.formData .mitem {
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 26px;
}
.formData .mitem label {
  width: 82px;
  float: left;
  color: #666666;
  padding-right: 5px;
  text-align: right;
}
.formData .mitem .red {
  color: red;
  position: absolute;
  left: 440px;
  top: 0;
  font-size: 12px;
}
.formData .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;
  background: #fff;
}
.formData .mitem .msg-box {
  position: absolute;
  left: 475px;
}
.formData .mitem.liuyan {
  width: 100%;
  height: 96px;
}
.formData .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;
}
.formData .mitem.mcode {
  position: relative;
}
.formData .mitem.mcode img {
  height: 36px;
  max-width: 50%;
  position: absolute;
  left: 360px;
  top: 2px;
  display: block;
}
.formData .itemsub {
  padding-left: 87px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.formData .itemsub .btn {
  width: 147px;
  height: 40px;
  line-height: 40px;
  float: left;
  border: 0px;
  color: #fff;
  background: #dc0306;
  cursor: pointer;
}
.formData .itemsub .btn.reset {
  background: #999;
  margin-left: 20px;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #dc0306;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #dc0306;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 48px;
}
.rightFix .ico:hover {
  background-color: #dc0306;
  border-color: #dc0306;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.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;
  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: #dc0306;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
.nybanner2{height: 350px;
    width: 100%;

    line-height: 42px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;}
    
    
    
    
    
    
    }
.wrapper .leftNav{width: 298px; border: 1px solid #ddd; border-bottom: 0px; margin-bottom: 40px; background: #f8f8f8;}
.wrapper .leftNav li{border-bottom: 1px solid #ddd; height: 60px; line-height: 60px; position: relative;}
.wrapper .leftNav li a{display: block;padding: 0 18px 0 15px;font-size: 16px;color: #333;}

.wrapper .leftNav li s{width: 10px; height: 15px; float: right; margin-top: 24px; }
.wrapper .leftNav li:hover,
.wrapper .leftNav li.hover{background-color: #fff;}
/*.wrapper .leftNav1 li:first-child.hover{background-color: #fff;height: 270px;}*/
.wrapper .leftNav1 li:first-child.hover{}
.wrapper .leftNav li:hover a,
.wrapper .leftNav li.hover a{color: #333;    border-left: 4px solid #dc0306;}
.wrapper .leftNav li:hover s,
.wrapper .leftNav li.hover s{background: url(../images/n-ico.png) center center no-repeat;}
.wrapper .leftnews{width: 262px; border: 1px solid #ddd; padding: 15px 18px;}
.wrapper .leftCon {width: 300px;float: left;padding-top: 5px;background: #f0f0f0;} 
.wrapper  .content .content_main{    float: right;width: 840px;}  
.wrapper .left-tit {width: 100%;font-size: 24px;height: 40px;line-height: 56px;padding-bottom: 20px;border-bottom: 1px solid #ccc;}
.wrapper .left-tit s { width: 6px; height: 24px; margin-right: 20px;vertical-align: top;*vertical-align: middle;}   
    
    
    
    
    
    
    
    
    
/* Bounce To Top*/
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-top::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 100%;
  bottom: 0;
  background: #dc0306;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}
.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  height: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
