@charset "UTF-8";

html {
  min-width: 1200px;
}

body {
  background: #fff;
}

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: #de411a;
  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;
}

/*清除浮动*/
.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*/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #333;
  height: 34px;
  line-height: 34px;
  border-bottom: 1px solid #efefef;
  border-top: 1px solid #f0f0f0;
  font-size: 12px;
  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;
}

.top_main .top_r li a {
  color: #fff;
  width: 100%;
  display: block;
  cursor: pointer;
}

.top_main .top_r li a:hover {
  color: #de411a;
}

.top_main .top_r li.tel {
  margin: 0 5px 0 8px;
}

.top_main .top_r li.tel s {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  background-position: -49px 0;
}

.top_main .top_r .split {
  width: 1px;
  height: 18px;
  margin: 0 5px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  background: #ccc;
}

/*header*/
.header_main {
  width: 100%;
  min-width: 1200px;
  height: 125px;
  line-height: 125px;
  z-index: 998;
  background: #f7f7f7 url(../images/headerbg.jpg) no-repeat center top;
}

.header_main .logo_main {
  width: 260px;
  height: 80px;
  padding-top: 25px;
  float: left;
  overflow: hidden;
  display: block;
}

.header_main .logo_main img {
  max-width: 100%;
  height: 80px;
  display: block;
}

.header_main .nav_main {
  width: 905px;
  float: right;
  height: 125px;
  line-height: 125px;
  position: relative;
  z-index: 9999;
  text-align: right;
}

.header_main .nav_main ul {
  font-size: 0;
  line-height: 0px;
  white-space: nowrap;
}

.header_main .nav_main li {
  width: 114px;
  height: 125px;
  text-align: center;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  transition: all ease 300ms;
  background-position: center bottom;
}

.header_main .nav_main li a {
  padding-top: 46px;
  line-height: 20px;
  font-size: 16px;
  display: block;
  height: 79px;
  color: #333;
}

.header_main .nav_main li a span {
  font-size: 12px;
  color: #888;
  display: block;
  line-height: 22px;
}

.header_main .nav_main li .sub-box {
  background-color: #de411a;
  width: 100%;
  position: absolute;
  left: 0;
  top: 113px;
  display: none;
}

.header_main .nav_main li .sub-box a {
  color: #fff !important;
  line-height: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: block;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}

.header_main .nav_main li .sub-box a:hover {
  background: #183884;
}

.header_main .nav_main li .subnav {
  width: 500px;
  top: 125px;
  right: 0;
  position: absolute;
  z-index: 998;
  height: 0;
  padding: 0 15px;
  background: url(../images/block30.png) repeat 0 0;
  transition: all ease 300ms;
  overflow: hidden;
}

.header_main .nav_main li .subnav.subnav2 {
  left: 0;
  right: auto;
}

.header_main .nav_main li .subnav.subnav3 .navlist {
  display: none;
}

.header_main .nav_main li .subnav .img {
  width: 150px;
  height: 110px;
  padding-top: 15px;
  margin-right: 0;
  position: relative;
}

.header_main .nav_main li .subnav .img img {
  width: 150px;
  height: 110px;
  display: block;
}

.header_main .nav_main li .subnav .txt {
  padding: 15px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}

.header_main .nav_main li .subnav .navlist {
  width: 348px;
  padding-top: 15px;
  overflow: hidden;
  font-family: "微软雅黑";
  margin: 10px 0;
}

.header_main .nav_main li .subnav .navlist a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  width: 100px;
  padding: 0 5px;
  margin: 0;
  float: left;
  text-align: center;
  border: 0;
  font-weight: normal;
}

.header_main .nav_main li .subnav .navlist a:hover {
  color: #de411a;
  border: none;
  font-weight: bold;
}

.header_main .nav_main li .subnav .navlist em {
  display: inline-block;
  padding: 0 5px;
  line-height: 30px;
  height: 30px;
  font-size: 12px;
}

.header_main .nav_main li:hover,
.header_main .nav_main li.hover {
  background: url(../images/nav-libg.jpg) no-repeat center bottom;
}

.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #fff;
  font-weight: bold;
}

.header_main .nav_main li:hover a span,
.header_main .nav_main li.hover a span {
  color: #fff;
}

.header_main .nav_main li:hover .subnav {
  height: 140px;
}

/*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%;
  padding-top: 25px;
  background: #2351b8 url(../images/footerbg.jpg) no-repeat center top;
}

.footer_main .bnav {
  width: 309px;
  height: 196px;
  line-height: 28px;
  float: left;
}

.footer_main .bnav .title {
  float: left;
  width: 214px;
  height: 57px;
  line-height: 26px;
}

.footer_main .bnav .title h3 {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.footer_main .bnav .title h3 s {
  width: 10px;
  height: 10px;
  margin-left: 14px;
  background-position: -156px 0;
}

.footer_main .bnav .title .line {
  width: 24px;
  height: 2px;
  display: block;
  margin-top: 15px;
  background: #de411a;
}

.footer_main .bnav a {
  width: 130px;
  float: left;
  color: #fff;
  font-size: 16px;
}

.footer_main .bnav a:hover {
  color: #de411a;
}

.footer_main .txt1 {
  width: 373px;
  height: 200px;
  float: left;
  border-right: 1px solid #4e72c2;
  border-left: 1px solid #4e72c2;
}

.footer_main .txt1 .link {
  padding: 58px 0 0 35px;
  font-size: 18px;
}

.footer_main .txt1 .link a {
  margin-left: 35px;
  color: #fff;
}

.footer_main .txt1 .link a:first-child {
  margin-left: 0px;
}

.footer_main .txt1 .link a:hover {
  color: #de411a;
}

.footer_main .txt1 .txt {
  padding: 10px 0 0 35px;
  line-height: 30px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.footer_main .emwfr {
  width: 516px;
  float: right;
  text-align: right;
  padding-top: 28px;
}

.footer_main .emwfr .list {
  float: right;
}

.footer_main .emwfr .list li {
  width: 129px;
  float: left;
  text-align: center;
  color: #fff;
}

.footer_main .emwfr .list li img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto 5px;
  padding: 3px;
  border: 1px solid #555b61;
}

.footer_main .emwfr .bcon {
  width: 250px;
  float: left;
  text-align: right;
}

.footer_main .emwfr .bcon .btn {
  width: 102px;
  height: 29px;
  display: inline-block;
  margin-top: 17px;
  line-height: 29px;
  text-align: center;
  border-radius: 20px;
  background: #de411a;
  color: #fff;
  transition: all ease 300ms;
}

.footer_main .emwfr .bcon .btn s {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  background-position: -50px -22px;
}

.footer_main .emwfr .bcon .btn:hover {
  background: #183884;
}

.footer_main .emwfr .bcon .tel {
  line-height: 28px;
  padding-top: 18px;
}

.footer_main .emwfr .bcon .tel span {
  color: #fff;
}

.footer_main .emwfr .bcon .tel strong {
  color: #de411a;
  white-space: nowrap;
  display: block;
  font-size: 26px;
}

.footer_main .friendlink {
  padding: 20px 0 15px;
  line-height: 30px;
}

.footer_main .friendlink span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.footer_main .friendlink a {
  color: #9e9fa0;
  font-size: 14px;
  margin-right: 10px;
  display: inline-block;
}

.footer_main .friendlink a:hover {
  color: #de411a;
}

.footer_main .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #4d71c0;
  color: #cccccc;
  font-size: 12px;
}

.footer_main .copyright a {
  color: #cccccc;
}

.footer_main .copyright a:hover {
  color: #de411a;
}

/***********top and bottom css end***********/
.indexMore {
  width: 298px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #de411a;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
}

.indexMore:hover {
  background: #de411a;
  color: #fff;
}

/*caselist*/
.caselist {
  width: 105%;
}

.caselist .item {
  width: 380px;
  float: left;
  margin: 0 27px 30px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.caselist .item a {
  width: 100%;
  display: block;
}

.caselist .item img {
  width: 100%;
  height: 214px;
  margin-bottom: 16px;
  transition: all ease 300ms;
  display: block;
}

.caselist .item h3 {
  font-size: 16px;
  transition: all ease 300ms;
  color: #333;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.caselist .item .line {
  width: 69px;
  transition: all ease 300ms;
  height: 1px;
  display: block;
  margin: 12px 20px 20px;
  background: #999;
}

.caselist .item .txt {
  line-height: 26px;
  height: 104px;
  margin: 0 20px;
  overflow: hidden;
  color: #666;
}

.caselist .item:hover img {
  filter: brightness(105%);
}

.caselist .item:hover h3 {
  color: #de411a;
}

.caselist .item:hover .line {
  width: 100px;
  background: #de411a;
}

.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: #de411a;
}

.logolist .item:hover .line {
  width: 100px;
  background: #de411a;
}

/*banner*/
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 42.39% 0 0;
  top: 0;
  z-index: 20;
  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: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 10;
  text-align: center;
}

.banner .tip span {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  border-radius: 100%;
  background: #333333;
  border: 5px solid #333333;
}

.banner .tip span.cur {
  border-color: #de411a;
  background: none;
}

.banner .prev,
.banner .next {
  width: 86px;
  height: 86px;
  border-radius: 100%;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  background: url(../images/banner-ico.png) no-repeat 24px 4px;
  cursor: pointer;
}

.banner .prev:hover,
.banner .next:hover {
  background-color: #de411a;
}

.banner .prev {
  left: 80px;
}

.banner .prev:hover {
  background-position: 24px -98px;
}

.banner .next {
  right: 80px;
  background-position: -60px 4px;
}

.banner .next:hover {
  background-position: -60px -98px;
}

/***********index css ***********/
.indexTit {
  padding: 0 0 45px;
  position: relative;
  text-align: center;
  background: url(../images/indexTitbg.png) no-repeat center top;
}

.indexTit h3 {
  font-size: 34px;
  font-weight: bold;
  color: #183884;
}

.indexTit h3 span {
  color: #de411a;
}

.indexTit p {
  font-size: 18px;
  color: #333;
  padding-top: 12px;
}

.gridlist {
  width: 105%;
  position: relative;
}

.gridlist .item {
  width: 392px;
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
}

.gridlist .item a {
  width: 100%;
  display: block;
}

.gridlist .item img {
  width: 389px;
  height: 292px;
  display: block;
  border: 1px solid #e5e5e5;
}

.gridlist .item h3 {
  width: 100%;
  height: 84px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  line-height: 84px;
  font-size: 20px;
}

.gridlist .item:hover h3 {
  background: #de411a;
  color: #fff;
}

.prolist {
  width: 105%;
  position: relative;
}

.prolist .item {
  width: 392px;
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
}

.prolist .item a {
  width: 100%;
  display: block;
}

.prolist .item img {
  width: 389px;
  height: 292px;
  display: block;
  border: 1px solid #e5e5e5;
}

.prolist .item .txt {
  width: 100%;
  height: 84px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  line-height: 28px;
}

.prolist .item .txt h3 {
  padding-top: 16px;
  font-size: 20px;
  color: #333;
}

.prolist .item .txt h4 {
  color: #999999;
  font-size: 14px;
}

.prolist .item:hover .txt {
  background: #de411a;
}

.prolist .item:hover .txt h3,
.prolist .item:hover .txt h4 {
  color: #fff;
}

.index .search_main {
  height: 60px;
  line-height: 60px;
  background: #f8f8f8;
}

.index .search_main .search {
  width: 214px;
  height: 32px;
  line-height: 32px;
  margin-right: 12px;
  margin-top: 13px;
  border: 1px solid #dadada;
  border-radius: 20px;
  background: #fff;
  float: right;
  position: relative;
  overflow: hidden;
}

.index .search_main .search input {
  border: 0px;
  outline: none;
  height: 32px;
  line-height: 32px;
  display: block;
}

.index .search_main .search .txt {
  width: 100%;
  background: none;
  text-indent: 20px;
}

.index .search_main .search .btn {
  width: 22px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 7px;
  cursor: pointer;
  background-position: -76px 0;
}

.index .search_main .skey_txt {
  width: 900px;
  white-space: nowrap;
  float: left;
  margin-left: 12px;
  line-height: 60px;
}

.index .search_main .skey_txt span {
  font-weight: bold;
  color: #f37000;
}

.index .search_main .skey_txt a {
  display: inline-block;
  margin-right: 10px;
  color: #888888;
}

.index .search_main .skey_txt a:hover {
  color: #f37000;
}

.index .floor_1 {
  padding: 50px 0 60px;
  width: 100%;
  overflow: hidden;
  background: url(../images/iproductbg.jpg) no-repeat center bottom;
}

.index .floor_1 .tab {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 70px;
  line-height: 0;
}

.index .floor_1 .tab a {
  width: 148px;
  height: 44px;
  line-height: 44px;
  margin: 0 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
}

.index .floor_1 .tab a.hover,
.index .floor_1 .tab a:hover {
  background: #de411a;
  color: #fff;
  border-color: #de411a;
}

.index .floor_1 .morebtn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #de411a;
  font-weight: bold;
  border: 3px solid #de411a;
  border-radius: 20px;
  text-align: center;
  transition: all ease 300ms;
}

.index .floor_1 .morebtn:hover {
  background: #de411a;
  color: #fff;
}

.index .floor_1 .ipro {
  height: 380px;
  position: relative;
  margin-bottom: 60px;
}

.index .floor_1 .ipro .prev,
.index .floor_1 .ipro .next {
  width: 54px;
  height: 54px;
  border: 2px solid #cccccc;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  border-radius: 100%;
  cursor: pointer;
  background: url(../images/ipro-togico.png) no-repeat 16px 12px;
}

.index .floor_1 .ipro .prev:hover,
.index .floor_1 .ipro .next:hover {
  background-color: #de411a;
  border-color: #de411a;
}

.index .floor_1 .ipro .prev {
  left: -76px;
}

.index .floor_1 .ipro .prev:hover {
  background-position: 16px -58px;
}

.index .floor_1 .ipro .next {
  right: -76px;
  background-position: -60px 12px;
}

.index .floor_1 .ipro .next:hover {
  background-position: -60px -58px;
}

.index .floor_1 .ipro .iproCon {
  overflow: hidden;
  position: relative;
}

.index .floor_1 .ipro .prolist {
  width: 600%;
  height: 380px;
}

.index .floor_1 .ipro .prolist .item {
  position: relative;
  height: 380px;
  margin-bottom: 0;
}

.index .floor_1 .ipro .prolist .item img {
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease 300ms;
  z-index: 10;
}

.index .floor_1 .ipro .prolist .item .txt {
  position: absolute;
  left: 0;
  top: 294px;
  transition: all ease 300ms;
}

.index .floor_1 .ipro .prolist .item:hover img {
  top: 85px;
}

.index .floor_1 .ipro .prolist .item:hover .txt {
  top: 0;
  border-bottom: 0px;
  border-top: 1px solid #de411a;
}

.index .floor_2 {
  width: 100%;
  height: 620px;
  padding: 50px 0 0;
  overflow: hidden;
  background: url(../images/iadvanbg.jpg) no-repeat center top;
  color: #fff;
}

.index .floor_2 .indexTit {
  background-image: url(../images/indexTitbg2.png);
  margin-bottom: 50px;
}

.index .floor_2 .indexTit p,
.index .floor_2 .indexTit h3 {
  color: #fff;
}

.index .floor_2 .iadvan {
  position: relative;
  overflow: hidden;
}

.index .floor_2 .list {
  width: 105%;
  position: relative;
}

.index .floor_2 .list .item {
  width: 315px;
  padding-left: 174px;
  min-height: 130px;
  float: left;
  margin: 0 115px 110px 20px;
  position: relative;
}

.index .floor_2 .list .item img {
  width: 122px;
  height: 122px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.index .floor_2 .list .item h3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding: 6px 0 18px;
}

.index .floor_2 .list .item .txt {
  color: #c4c4c4;
  line-height: 28px;
  height: 58px;
  overflow: hidden;
}

.index .floor_2 .list .item .line {
  width: 30px;
  height: 2px;
  background: #a7a8aa;
  display: block;
  margin-top: 8px;
}

.index .floor_2 .list .item:hover img {
  animation: flipInY 1.2s ease-out forwards;
  -webkit-animation: flipInY 1.2s ease-out forwards;
}

.index .floor_3 {
  width: 100%;
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}

.index .floor_3 .icase {
  width: 100%;
  height: 660px;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.index .floor_3 .icase .icaseCon {
  width: 100%;
  height: 553px;
  position: relative;
  overflow: hidden;
}

.index .floor_3 .icase .tog {
  width: 178px;
  padding-bottom: 8px;
  text-align: center;
  border-bottom: 2px solid #ebebeb;
  position: absolute;
  left: 50%;
  margin-left: -89px;
  bottom: 38px;
  z-index: 100;
}

.index .floor_3 .icase .tog span {
  font-size: 16px;
  color: #999999;
}

.index .floor_3 .icase .tog .prev,
.index .floor_3 .icase .tog .next {
  width: 28px;
  height: 22px;
  position: absolute;
  top: 3px;
  background: url(../images/ibtn-ico.png) no-repeat 0 0;
  cursor: pointer;
}

.index .floor_3 .icase .tog .prev {
  left: 0;
  background-position: 0 0;
}

.index .floor_3 .icase .tog .prev:hover {
  background-position: 0 -30px;
}

.index .floor_3 .icase .tog .next {
  right: 0;
  background-position: -136px 0;
}

.index .floor_3 .icase .tog .next:hover {
  background-position: -136px -30px;
}

.index .floor_3 .icase .more {
  width: 120px;
  color: #de411a;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
  color: #183884;
  font-size: 18px;
}

.index .floor_3 .icase .more:hover {
  color: #de411a;
}

.index .floor_3 .list {
  width: 100%;
  position: relative;
}

.index .floor_3 .list .item {
  width: 16.66666667%;
  *width: 16%;
  height: 550px;
  position: relative;
  float: left;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
}

.index .floor_3 .list .item a {
  width: 100%;
  display: block;
  height: 550px;
}

.index .floor_3 .list .item img {
  width: 320px;
  left: 50%;
  margin-left: -160px;
  top: 0;
  position: absolute;
  display: block;
}

.index .floor_3 .list .item .line {
  width: 1px;
  height: 111px;
  background: #e5e5e5;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index .floor_3 .list .item .txt {
  width: 100%;
  height: 85px;
  line-height: 32px;
  padding: 26px 0 0;
  transition: all ease 300ms;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index .floor_3 .list .item .txt h3 {
  color: #333333;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.index .floor_3 .list .item .txt h4 {
  color: #999999;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}

.index .floor_3 .list .item .txt span {
  width: 40px;
  height: 40px;
  background-position: 0 0;
  display: block;
  margin: 18px auto 0;
}

.index .floor_3 .list .item:hover .txt,
.index .floor_3 .list .item.hover .txt {
  height: 153px;
  padding-top: 40px;
  background: #de411a;
}

.index .floor_3 .list .item:hover .txt h3,
.index .floor_3 .list .item.hover .txt h3,
.index .floor_3 .list .item:hover .txt h4,
.index .floor_3 .list .item.hover .txt h4 {
  color: #fff;
}

.index .floor_4 {
  width: 100%;
  padding: 60px 0 60px;
  background: #f8f8f8 url(../images/iaboutbg.jpg) no-repeat center 0;
  position: relative;
}

.index .floor_4 .img1 {
  width: 1224px;
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -950px;
  display: block;
}

.index .floor_4 .videoCon {
  width: 528px;
  height: 381px;
  position: absolute;
  left: 50%;
  margin-left: 82px;
  top: 170px;
  z-index: 10;
  padding-bottom: 50px;
  background: url(../images/videobg.png) no-repeat center bottom;
}

.index .floor_4 .videoCon .box {
  width: 498px;
  height: 371px;
  display: block;
  margin: 0 auto;
  border: 5px solid #fff;
  overflow: hidden;
}

.index .floor_4 .videoCon .box img {
  width: 100%;
  height: 100%;
  display: block;
}

.index .floor_4 .renz {
  position: absolute;
  text-align: center;
  color: #fff;
  width: 96%;
  left: 0;
  top: 190px;
  padding-right: 4%;
}

.index .floor_4 .renz li {
  margin-bottom: 25px;
}

.index .floor_4 .renz h3 {
  font-size: 20px;
}

.index .floor_4 .renz span {
  font-size: 45px;
  *line-height: 45px;
  font-family: impact;
}

.index .floor_4 .iabout {
  padding: 355px 0 0 18px;
}

.index .floor_4 .iabout .title {
  padding-bottom: 30px;
}

.index .floor_4 .iabout .title h3 {
  font-weight: bold;
  color: #183884;
  font-size: 30px;
}

.index .floor_4 .iabout .title h4 {
  color: #999;
  padding-top: 10px;
}

.index .floor_4 .iabout .title h4 .line {
  width: 20px;
  height: 2px;
  background: #de411a;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.index .floor_4 .iabout .txt {
  line-height: 26px;
  height: 104px;
  overflow: hidden;
  margin-bottom: 12px;
  width: 656px;
}

.index .floor_4 .iabout .more {
  width: 185px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 40px;
  color: #de411a;
  font-size: 18px;
  border: 2px solid #de411a;
}

.index .floor_4 .iabout .more:hover {
  background: #de411a;
  color: #fff;
}

.index .floor_5 {
  width: 100%;
  padding: 46px 0 70px;
  background: url(../images/inewsbg.jpg) no-repeat center bottom;
}

.index .floor_5 .inews {
  position: relative;
  overflow: hidden;
  height: 480px;
}

.index .floor_5 .inews .list {
  width: 105%;
  position: relative;
}

.index .floor_5 .inews .item {
  width: 392px;
  height: 475px;
  transition: all ease 300ms;
  overflow: hidden;
  float: left;
  margin-right: 12px;
  background-position: center bottom;
  position: relative;
}

.index .floor_5 .inews .item a {
  width: 392px;
  display: block;
}

.index .floor_5 .inews .item img {
  width: 392px;
  height: 294px;
  margin: 0 auto;
  display: block;
}

.index .floor_5 .inews .item h3 {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  margin: 45px 0 5px;
  padding: 0 10px 0 20px;
  transition: all ease 300ms;
}

.index .floor_5 .inews .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 0 10px 0 20px;
}

.index .floor_5 .inews .item .time {
  width: 100px;
  height: 84px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  padding: 16px 0 0;
  background: #de411a;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .floor_5 .inews .item .time .day {
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 42px;
}

.index .floor_5 .inews .item .more {
  width: 106px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 2px solid #de411a;
  display: block;
  margin: 20px auto 0;
  border-radius: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.index .floor_5 .inews .item .more s {
  width: 50px;
  height: 10px;
  background-position: -104px 0;
}

.index .floor_5 .inews .item:hover {
  width: 392px;
  height: 472px;
  background: #ffffff url(../images/inews-libg.png) no-repeat center bottom;
}

.index .floor_5 .inews .item:hover .time {
  opacity: 1;
  filter: alpha(opacity=100);
}

.index .floor_5 .inews .item:hover h3 {
  margin-top: 15px;
}

.index .floor_5 .inews .item:hover .more {
  opacity: 1;
  filter: alpha(opacity=100);
}

.index .floor_5 .morebtn {
  width: 200px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 3px solid #de411a;
  color: #de411a;
  border-radius: 30px;
  display: block;
  margin: 40px auto 0;
  font-size: 18px;
  transition: all ease 300ms;
}

.index .floor_5 .morebtn:hover {
  background: #de411a;
  color: #fff;
}

.newslist {
  width: 106%;
}

.newslist .item {
  width: 380px;
  float: left;
  border-radius: 6px;
  margin: 0 30px 30px 0;
  transition: all ease 300ms;
}

.newslist .item a {
  width: 100%;
  display: block;
}

.newslist .item img {
  width: 100%;
  height: 214px;
  display: block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  transition: all ease 300ms;
}

.newslist .item .txtcon {
  border: 1px solid #dddddd;
  padding: 30px 20px 25px;
  transition: all ease 300ms;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0px;
}

.newslist .item .txtcon h3 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  margin-bottom: 15px;
  transition: all ease 300ms;
}

.newslist .item .txtcon .txt {
  line-height: 24px;
  color: #999999;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all ease 300ms;
}

.newslist .item .txtcon .dec {
  color: #999;
  transition: all ease 300ms;
}

.newslist .item .txtcon .dec .more s {
  width: 24px;
  height: 23px;
  margin-left: 8px;
  background-position: 0 -42px;
  transition: all ease 300ms;
}

.newslist .item:hover {
  background: #de411a;
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}

.newslist .item:hover img {
  filter: brightness(110%);
}

.newslist .item:hover .txtcon {
  border-color: #de411a;
}

.newslist .item:hover h3,
.newslist .item:hover .txt,
.newslist .item:hover .dec {
  color: #fff;
}

.newslist .item:hover .dec .more s {
  background-position: -32px -42px;
}

/**********index css end**********/
/************content************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.nbody .header_main {
  position: relative;
}

/*wrapper*/
.nybanner {
  width: 100%;
  height: 470px;
  position: relative;
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  /* loaction */
}

.nybanner .location {
  width: 100%;
  height: 70px;
  line-height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/blockbg.png) repeat 0 0;
  z-index: 10;
}

.nybanner .location .w1200 {
  position: relative;
}

.nybanner .location .t {
  width: 140px;
  height: 140px;
  background: #de411a;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  line-height: 28px;
}

.nybanner .location .t h3 {
  font-weight: bold;
  color: #fff;
  padding-top: 46px;
  font-size: 22px;
}

.nybanner .location .t span {
  color: #fff;
  font-size: 12px;
}

.nybanner .location .sitepath {
  color: #c1c1c2;
  float: left;
  padding-left: 170px;
}

.nybanner .location .sitepath s {
  width: 18px;
  margin-right: 6px;
  height: 22px;
  background-position: -73px -22px;
}

.nybanner .location .sitepath a {
  color: #c1c1c2;
}

.nybanner .location .sitepath a:hover {
  color: #de411a;
}

.nybanner .location .menu {
  height: 70px;
  line-height: 70px;
  float: right;
  font-size: 0;
  line-height: 0;
  text-align: right;
  white-space: nowrap;
}

.nybanner .location .menu a {
  height: 70px;
  line-height: 70px;
  padding: 0 3px;
  color: #fff;
  transition: all ease 300ms;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 30px;
  font-size: 16px;
  position: relative;
}

.nybanner .location .menu a s {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: all ease 300ms;
}

.nybanner .location .menu a.hover,
.nybanner .location .menu a:hover {
  color: #de411a;
}

.nybanner .location .menu a.hover s,
.nybanner .location .menu a:hover s {
  width: 100%;
  background: #de411a;
}

.nybanner .location .menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-left: 30px;
  position: relative;
}

.nybanner .location .menu li a {
  margin-left: 0;
  display: block;
}

.nybanner .location .menu li .box {
  width: 1000px;
  text-align: right;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 70px;
  line-height: 35px;
  z-index: 10;
  display: none;
}

.nybanner .location .menu li .box a {
  font-size: 14px;
  margin-left: 20px;
  color: #333;
  display: inline-block;
  width: auto;
  line-height: 35px;
}

.nybanner .location .menu li .box a.hover,
.nybanner .location .menu li .box a:hover {
  color: #de411a;
}

.nybanner .location .menu li:hover .box {
  display: block;
}

.noinfo {
  width: 100%;
  padding: 0 3%;
}

.noinfo img {
  display: block;
  margin: 0 auto;
}

.wrapper {
  padding: 40px 0 56px;
  position: relative;
  min-height: 250px;
  background: #f8f8f8;
}

.wrapper .productPage {
  float: right;
  width: 920px;
}

.wrapper .productPage .prolist .item {
  width: 298px;
}

.wrapper .productPage .prolist .item img {
  width: 298px;
  height: 224px;
}

.wrapper .productPage .prolist .item h3 {
  font-size: 16px;
}

.leftMenu {
  width: 258px;
  position: relative;
  float: left;
  background: #efefef;
  color: #fff;
}

.leftMenu .title {
  width: 100%;
  height: 83px;
  background: #4d4a49;
  color: #fff;
  text-align: center;
}

.leftMenu .title h3 {
  font-size: 30px;
  line-height: 36px;
  padding: 9px 0 0;
}

.leftMenu .title span {
  color: #c9caca;
  display: block;
  font-size: 18px;
}

.leftMenu .list {
  border: 1px solid #c9caca;
  border-top: 0px;
}

.leftMenu .list li {
  width: 100%;
  line-height: 50px;
  transition: all ease 300ms;
  font-size: 18px;
  border-top: 1px solid #fff;
}

.leftMenu .list li .sub1 {
  width: 100%;
  height: 56px;
  color: #fff;
  text-align: center;
  display: block;
  background: #de411a url(../images/pi_li2.png) no-repeat 90% 25px;
  line-height: 22px;
  font-size: 18px;
  padding-top: 16px;
}

.leftMenu .list li .sub1 span {
  opacity: 0.8;
  filter: alpha(opacity=80);
  display: block;
  font-size: 12px;
}

.leftMenu .list li .sub1:hover {
  background-image: url(../images/pi_li.png);
}

.leftMenu .list li .box {
  display: none;
}

.leftMenu .list li .box a {
  display: block;
  padding-left: 60px;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #ddd;
  background: url(../images/lic.png) no-repeat 90% center;
}

.leftMenu .list li .box a:hover,
.leftMenu .list li .box a.hover {
  padding-left: 55px;
  background-image: url(../images/li.png);
  border-left: 5px solid #de411a;
}

.leftMenu .list li:hover .sub1,
.leftMenu .list li.hover .sub1 {
  background-color: #2351b8;
}

.leftMenu .list li.hover .box {
  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: #de411a;
}

/* pager */
.pager {
  padding: 40px 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: #de411a;
  color: #fff;
}

.pager ul a.current:hover {
  background-color: #de411a;
  color: #fff;
}

.pager ul a:hover {
  background: #de411a;
  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: #de411a;
}

.n-gridlist .item:hover .bg {
  left: 0;
}

/*n-tit*/
.n-tit {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}

.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #de411a;
  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: 547px;
  float: left;
  padding: 15px;
  margin-right: 42px;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
}

.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: 9px;
  overflow: hidden;
  margin-bottom: 7px;
  font-size: 16px;
  color: #333;
  transition: all ease 300ms;
}

.relateNews .list li .txt {
  height: 48px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
}

.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}

.relateNews .list li:hover h3 {
  color: #de411a;
  text-indent: 8px;
}

.relateNews .prolist {
  padding-left: 3px;
}

.singlePage {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.singlePage .txtcon img {
  max-width: 100%;
}

/*aboutPage*/
.aboutPage {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}

.aboutPage .txtcon img {
  max-width: 100%;
}

.aboutPage .t2 {
  padding: 58px 0 30px;
  text-align: center;
}

.aboutPage .t2 .titb {
  font-size: 35px;
  margin-bottom: 20px;
}

.aboutPage .t2 .txt {
  font-size: 14px;
  line-height: 24px;
}

.aboutPage .t2 .txt span {
  font-weight: bold;
  color: #de411a;
  font-size: 30px;
}

.aboutPage .mapArea {
  width: 1190px;
  height: 440px;
  margin-top: 20px;
  border: 5px solid #de411a;
}

.aboutPage .mapArea #allmap {
  width: 100%;
  height: 440px;
}

.aboutPage .bcontact {
  width: 100%;
  padding-bottom: 50px;
}

.aboutPage .bcontact li {
  width: 318px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
  font-family: arial;
}

.aboutPage .bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(../images/contact-ico.png) no-repeat 15px center;
}

.aboutPage .bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
  font-weight: bold;
  color: #737373;
}

.aboutPage .bcontact li h4 {
  color: #000000;
}

.aboutPage .bcontact li.btel {
  border-left: 0px;
}

.aboutPage .bcontact li.baddress {
  width: 560px;
}

.aboutPage .bcontact li.baddress s {
  background-position: -58px center;
}

.aboutPage .bcontact li.bemail s {
  background-position: -140px center;
}

.formData {
  padding-bottom: 20px;
}

.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}

.formData .item label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}

.formData .item input {
  outline: none;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
}

.formData .item .txt {
  width: 313px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: none;
  padding-left: 65px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}

.formData .item .red {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}

.formData .item.mr0 {
  margin-right: 0;
}

.formData .item.mw .txt {
  width: 293px;
  padding-left: 85px;
}

.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}

.formData .liuyan {
  width: 1198px;
  height: 110px;
  border-bottom: 1px solid #e3e3e3;
  float: left;
  margin-bottom: 32px;
}

.formData .liuyan label {
  text-align: right;
  top: 0;
  display: block;
}

.formData .liuyan textarea {
  width: 1178px;
  height: 89px;
  line-height: 28px;
  padding: 5px 10px 10px;
  text-indent: 65px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}

.formData .bot {
  width: 100%;
  float: left;
}

.formData .sub {
  width: 300px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #de411a;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}

.formData .sub:hover {
  background: #183884;
  color: #fff;
}

.formData .yzm {
  width: 432px;
}

.formData .yzm .txt {
  padding-left: 80px;
}

.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}

.productPage {
  overflow: hidden;
  position: relative;
}

.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}

/*newsPage*/
.newsPage {
  position: relative;
  overflow: hidden;
}

.newsPage .item {
  width: 1160px;
  margin: 0 auto;
  padding: 20px;
  height: 235px;
  margin-bottom: 22px;
  transition: all ease 300ms;
  background: #fff;
  position: relative;
}

.newsPage .item a {
  width: 100%;
  display: block;
}

.newsPage .item img {
  width: 338px;
  height: 235px;
  display: block;
  margin-right: 36px;
}

.newsPage .item h3 {
  font-size: 20px;
  color: #333;
  padding: 55px 0 16px;
  transition: all ease 300ms;
}

.newsPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 154px;
  overflow: hidden;
}

.newsPage .item .view {
  color: #666;
  display: block;
  margin-top: 10px;
}

.newsPage .item .time {
  width: 98px;
  height: 72px;
  padding-top: 13px;
  line-height: 24px;
  font-family: arial;
  font-size: 16px;
  color: #939aa3;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 75px;
  border: 5px solid #cccccc;
}

.newsPage .item .time .day {
  font-size: 40px;
  font-family: impact, arial;
  color: #de411a;
  line-height: 40px;
  display: block;
}

.newsPage .item:hover {
  border-color: #de411a;
}

.newsPage .item:hover h3 {
  color: #de411a;
  text-indent: 10px;
}

.newsPage .searchlist .item img {
  width: auto;
  height: 150px;
}

/*showNews*/
.showNews {
  padding: 10px 0 30px;
  width: 1200px;
  margin: 0 auto;
}

.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 20px;
  line-height: 30px;
}

.showNews .showContxt img {
  max-width: 100%;
}

.showNews .formbtn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 40px;
  display: block;
  text-align: center;
  background: #de411a;
  color: #fff;
}

.showNews .formbtn:hover {
  background: #183884;
}

.shareNew {
  padding: 10px 0 25px;
}

/*showProduct*/
/*****showProduct****/
.showProduct {
  width: 920px;
  float: right;
}

.showProduct .showImg {
  padding-bottom: 40px;
}

.showProduct .showImg .dimg {
  width: 500px;
  height: 281px;
  display: block;
  border: 1px solid #ddd;
}

.showProduct .photo {
  width: 502px;
  height: 450px;
  background: #fff;
}

.showProduct .photo .jqzoom {
  width: 502px;
  height: 450px;
  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: 500px;
  height: 375px;
  display: block;
}

.showProduct .photo .bigimg {
  width: 500px;
  height: 375px;
  border: 1px solid #eee;
  display: block;
  position: relative;
  overflow: hidden;
}

.showProduct .photo .bigimg .list {
  width: 1000%;
  position: relative;
}

.showProduct .photo .bigimg .list li {
  width: 500px;
  height: 375px;
  float: left;
}

.showProduct .photo .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}

.showProduct .photo .photoimg {
  width: 500px;
  height: 56px;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/black50.png) repeat 0 0;
}

.showProduct .photo .photoimg .list {
  width: 424px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.showProduct .photo .photoimg .listcon {
  width: 300%;
  position: relative;
}

.showProduct .photo .photoimg .listcon li {
  width: 74px;
  height: 56px;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 12px;
}

.showProduct .photo .photoimg .listcon li img {
  width: 74px;
  height: 56px;
  display: block;
}

.showProduct .photo .photoimg .listcon li:hover img,
.showProduct .photo .photoimg .listcon li.on img {
  border: 2px solid #183884;
  width: 70px;
  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: 6px;
  background-position: 5px center;
}

.showProduct .photo .photoimg .next {
  right: 6px;
  background-position: -67px center;
}

.showProduct .imgtxtcon {
  width: 415px;
  float: left;
  position: relative;
  height: 450px;
}

.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 0 25px 5px;
  line-height: 30px;
}

.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #de411a;
  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;
}

.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: #de411a;
  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: #de411a;
}

.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #183884;
}

.showProduct .showp_txt {
  padding-bottom: 20px;
}

.showProduct .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
}

.showProduct .showContxt img {
  max-width: 100%;
}

/*msgPage*/
.msgPage {
  padding: 55px 40px 55px;
  width: 1120px;
  margin: 0 auto;
  background: #fff;
}

/*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;
}

.jobPage {
  position: relative;
  /*joblist*/
}

.jobPage .joblist .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #de411a;
  padding: 20px 20px 0;
  margin-bottom: 20px;
  position: relative;
}

.jobPage .joblist .item .top {
  height: 75px;
  cursor: pointer;
}

.jobPage .joblist .item .top span {
  display: inline-block;
}

.jobPage .joblist .item .top span.sarry {
  margin-right: 36px;
}

.jobPage .joblist .item .top .time {
  color: #999;
  margin-top: -8px;
}

.jobPage .joblist .item .top h3 {
  font-size: 18px;
  font-weight: normal;
}

.jobPage .joblist .item .top p {
  display: block;
}

.jobPage .joblist .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}

.jobPage .joblist .item .btn {
  width: 130px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 18px;
  text-align: center;
  line-height: 36px;
  border-radius: 6px;
  color: #fff;
  background: #de411a;
}

.jobPage .joblist .item .btn:hover {
  background: #183884;
}

.jobzly {
  padding: 80px 0 0;
}

.jobzly li {
  width: 580px;
  height: 300px;
  float: left;
  margin-left: 40px;
  background-position: center center;
  transition: all ease 300ms;
  background-repeat: no-repeat;
  position: relative;
}

.jobzly li:first-child {
  margin-left: 0px;
}

.jobzly li a {
  width: 100%;
  height: 300px;
  display: block;
}

.jobzly li h3 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50px;
  top: 120px;
}

.jobzly li .line {
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background: #fff;
  left: 50px;
  top: 162px;
}

.jobzly li:hover {
  margin-top: -8px;
}

/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}

@media (max-width: 1366px) {
  .rightFix {
    right: 8px;
  }
}

.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: #de411a;
  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: #de411a;
  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: #de411a;
  border-color: #de411a;
  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-xcx {
  background-position: 11px -205px;
}

.rightFix .fix-xcx:hover {
  background-position: -33px -205px;
}

.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: #de411a;
  color: #fff;
}

span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}

/*questionPage*/
.questionPage .nybanner {
  width: 100%;
  height: 350px;
  line-height: 42px;
  position: relative;
  background-color: #f7f7f7;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
}

.questionPage .nybanner .img {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: -30px;
  display: block;
  overflow: hidden;
}

.questionPage .nybanner .img img {
  width: 1920px;
  height: 350px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  display: block;
}

.questionPage .qmore {
  width: 210px;
  height: 50px;
  line-height: 50px;
  transition: all ease 300ms;
  background: #23a5d9;
  border-radius: 30px;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}

.questionPage .qmore s {
  width: 32px;
  height: 35px;
  margin: 0 38px 0 10px;
  background-position: -69px -28px;
}

.questionPage .qmore:hover {
  box-shadow: 0 5px 8px rgba(35, 165, 217, 0.3);
}

.questionPage .indexTit {
  padding: 45px 0 10px;
}

.questionPage .floor_1 {
  padding: 0 0 65px;
  background: #f7f7f7;
}

.questionPage .floor_1 .list {
  padding-bottom: 50px;
}

.questionPage .floor_1 .item {
  width: 352px;
  float: left;
  border-radius: 6px;
  margin-left: 70px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.questionPage .floor_1 .item:first-child {
  margin-left: 0;
}

.questionPage .floor_1 .item a {
  width: 100%;
  display: block;
}

.questionPage .floor_1 .item .imgcon img {
  width: 352px;
  height: 340px;
  display: block;
}

.questionPage .floor_1 .item .imgcon .bg {
  width: 352px;
  height: 340px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/block50.png) repeat 0 0;
}

.questionPage .floor_1 .item .imgcon .txt {
  width: 352px;
  height: 275px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 65px;
}

.questionPage .floor_1 .item .imgcon .txt .num {
  width: 90px;
  height: 58px;
  display: block;
  margin: 0 auto 30px;
  font-weight: bold;
  transition: all ease 300ms;
  color: #fff;
  font-size: 32px;
  font-family: arial;
  padding-top: 32px;
  background: url(../images/wen_floor_ico.png) no-repeat center center;
}

.questionPage .floor_1 .item .imgcon .txt h3 {
  padding: 0 64px;
  line-height: 42px;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}

.questionPage .floor_1 .item .imgcon:hover .txt .num {
  margin-bottom: 24px;
}

.questionPage .floor_1 .item .btn {
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #de411a;
  font-size: 24px;
  font-weight: bold;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
}

.questionPage .floor_1 .item .btn:hover {
  background: #183884;
}

.questionPage .floor_2 {
  padding: 35px 0 70px;
}

.questionPage .floor_2 .list {
  padding-bottom: 65px;
}

.questionPage .floor_2 .item {
  width: 344px;
  float: left;
  height: 250px;
  padding-top: 30px;
  text-align: center;
  margin-left: 80px;
  border-radius: 8px;
  border: 1px solid #dddddd;
  border-top: 15px solid #efefef;
  transition: all ease 300ms;
}

.questionPage .floor_2 .item:first-child {
  margin-left: 0;
}

.questionPage .floor_2 .item img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 8px;
}

.questionPage .floor_2 .item h3 {
  color: #333333;
  font-size: 20px;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}

.questionPage .floor_2 .item .txt {
  padding: 0 30px;
  line-height: 24px;
  color: #666666;
}

.questionPage .floor_2 .item:hover {
  border-top-color: #183884;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.questionPage .floor_3 {
  width: 100%;
  padding-bottom: 80px;
  background: #f7f7f7;
}

.questionPage .floor_3 .list {
  padding-bottom: 60px;
}

.questionPage .floor_3 .indexTit {
  padding: 70px 0 0;
}

.questionPage .floor_3 .item {
  width: 320px;
  float: left;
  margin-left: 120px;
}

.questionPage .floor_3 .item:first-child {
  margin-left: 0;
}

.questionPage .floor_3 .item a {
  display: block;
  width: 100%;
}

.questionPage .floor_3 .item .img {
  width: 240px;
  padding: 16px 19px;
  background: #fff;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.questionPage .floor_3 .item .img img {
  width: 130px;
  height: 100px;
  display: block;
  float: left;
}

.questionPage .floor_3 .item .img .num {
  width: 78px;
  height: 53px;
  padding-top: 25px;
  float: right;
  border-radius: 100%;
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  margin: 11px 0 0 0;
  color: #999999;
  font-weight: bold;
  font-size: 42px;
}

.questionPage .floor_3 .item .txtcon {
  padding-top: 20px;
}

.questionPage .floor_3 .item .txtcon h3 {
  border-bottom: 1px solid #23a5d9;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
}

.questionPage .floor_3 .item .txtcon h3 s {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  background: #de411a;
}

.questionPage .floor_3 .item .txtcon .txt {
  line-height: 24px;
  color: #666666;
  height: 72px;
  overflow: hidden;
}

.questionPage .floor_3 .item.a2 .txtcon {
  padding: 0 0 20px;
}

.questionPage .floor_4 {
  padding-bottom: 70px;
}

.questionPage .floor_4 .indexTit {
  padding: 70px 0 0;
}

.questionPage .floor_4 .list {
  padding-bottom: 60px;
  text-align: center;
}

.questionPage .floor_4 .item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 300px;
  margin: 0 15px;
}

.questionPage .floor_4 .item img {
  width: 200px;
  height: 220px;
  display: block;
  margin: 0 auto 15px;
}

.questionPage .floor_4 .item h3 {
  line-height: 40px;
  padding: 0 15px;
  height: 80px;
  overflow: hidden;
  font-weight: bold;
  color: #666666;
  font-size: 18px;
  text-align: center;
}

.questionPage .floor_4 .item .btn {
  width: 128px;
  height: 38px;
  line-height: 38px;
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  color: #666666;
  border: 1px solid #333333;
}

.questionPage .floor_4 .item .btn s {
  width: 24px;
  height: 20px;
  background-position: -88px -115px;
  margin-right: 8px;
}

.questionPage .floor_4 .item .btn:hover {
  border-color: #de411a;
  color: #de411a;
}

.questionPage .floor_5 {
  width: 100%;
  padding: 0 0 90px;
  background: url(../images/q_f5_bg.jpg) no-repeat center top;
}

.questionPage .floor_5 .indexTit {
  padding: 65px 0 0;
  margin-bottom: 38px;
}

.questionPage .floor_5 .w1200 {
  position: relative;
  height: 430px;
}

.questionPage .floor_5 .lanm {
  width: 458px;
  height: 393px;
  float: right;
  padding: 30px 0 0;
  background: url(../images/q_f5_bg2.png) no-repeat center top;
}

.questionPage .floor_5 .lanm img {
  width: 383px;
  max-height: 288px;
  display: block;
  margin: 0 auto 0;
  border-radius: 8px;
}

.questionPage .floor_5 .lanm h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 26px 37px 14px;
}

.questionPage .floor_5 .lanm .txt {
  padding: 0 27px 0 37px;
  color: #fff;
  height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.questionPage .floor_5 .list {
  width: 750px;
  position: absolute;
  left: 0;
  top: 20px;
  height: 388px;
  padding: 32px 10px 0 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.questionPage .floor_5 .list .item {
  width: 100%;
  border-top: 2px dotted #dddddd;
}

.questionPage .floor_5 .list .item:first-child {
  border-top: 0;
}

.questionPage .floor_5 .list .item a {
  display: block;
  padding: 22px 10px 22px 68px;
  position: relative;
}

.questionPage .floor_5 .list .item a s {
  width: 6px;
  height: 6px;
  display: block;
  margin-right: 10px;
  background: #de411a;
  position: absolute;
  border-radius: 100%;
  left: 52px;
  top: 36px;
  transition: all ease 300ms;
}

.questionPage .floor_5 .list .item a .num {
  width: 29px;
  height: 52px;
  padding: 20px 0 0 5px;
  position: absolute;
  left: 0;
  top: 27px;
  background: url(../images/qnews-libg.png) no-repeat 0 center;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
}

.questionPage .floor_5 .list .item a h3 {
  font-weight: bold;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 6px;
  transition: all ease 300ms;
}

.questionPage .floor_5 .list .item a .txt {
  line-height: 24px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}

.questionPage .floor_5 .list .item:hover a h3 {
  color: #183884;
}

.questionPage .floor_5 .list .item:hover a s {
  background-color: #183884;
}

.questionPage .floor_5 .list .item:hover a .num {
  background-position: -52px center;
}

.questionPage .floor_6 {
  padding: 0 0 80px;
  overflow: hidden;
}

.questionPage .floor_6 .indexTit {
  padding: 75px 0 20px;
}

.questionPage .floor_6 .list {
  padding-bottom: 60px;
  width: 113%;
}

.questionPage .floor_6 .item {
  width: 260px;
  float: left;
  margin-left: 10px;
  height: 355px;
  background: #f3f3f3;
  border-radius: 6px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: all ease 300ms;
}

.questionPage .floor_6 .item:first-child {
  margin-left: 0;
}

.questionPage .floor_6 .item a {
  padding: 70px 28px 0;
  position: relative;
  display: block;
  height: 285px;
}

.questionPage .floor_6 .item .num {
  width: 45px;
  height: 55px;
  display: block;
  position: absolute;
  right: 20px;
  top: 26px;
  background: url(../images/q_num-ico.png) no-repeat 10px top;
}

.questionPage .floor_6 .item h3 {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  color: #666;
  border-bottom: 1px dotted #999999;
}

.questionPage .floor_6 .item h3 s {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-position: -154px -33px;
}

.questionPage .floor_6 .item .txt {
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}

.questionPage .floor_6 .item .more {
  width: 123px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  left: 28px;
  bottom: 48px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #999999;
  color: #999;
  font-size: 14px;
  display: block;
  border-radius: 3px;
}

.questionPage .floor_6 .item .more s {
  width: 12px;
  height: 18px;
  margin-left: 16px;
  background-position: -189px -34px;
}

.questionPage .floor_6 .item.a2 .num {
  background-position: -74px top;
}

.questionPage .floor_6 .item.a3 .num {
  background-position: -155px top;
}

.questionPage .floor_6 .item.a4 .num {
  background-position: -238px top;
}

.questionPage .floor_6 .item.hover {
  width: 390px;
  background: url(../images/q_f6-libg.png) no-repeat center top;
}

.questionPage .floor_6 .item.hover h3 {
  border-color: #fff;
  color: #fff;
}

.questionPage .floor_6 .item.hover h3 s {
  background-position: -167px -33px;
}

.questionPage .floor_6 .item.hover .txt {
  height: 96px;
  color: #fff;
}

.questionPage .floor_6 .item.hover .more {
  border-color: #fff;
  color: #fff;
}

.qalist {
  width: 100%;
  padding-bottom: 30px;
}

.qalist .item {
  width: 100%;
  border-bottom: 1px dotted #ddd;
  height: 55px;
  line-height: 55px;
  overflow: hidden;
}

.qalist .item s {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-position: -154px -33px;
}

.qalist .item a {
  width: 100%;
  display: block;
}

.n_con2 {
  overflow: hidden;
  padding-bottom: 60px;
}

.n_con2 h3,
.n_con3 h2,
.n_con4 h3 {
  border-bottom: 1px dotted #929292;
  font-size: 24px;
  padding-bottom: 6px;
  font-weight: normal;
  margin-bottom: 43px;
}

.n_con2 h3 a,
.n_con3 h2 a,
.n_con4 h3 a {
  color: #221815;
  text-decoration: None;
}

.n_con2 h3 i,
.n_con3 h2 i,
.n_con4 h3 i {
  font-size: 18px;
  font-weight: normal;
  color: #221815;
  padding-left: 15px;
  font-family: MYuenPRC;
}

.n_con2 h3 span,
.n_con3 h2 span,
.n_con4 h3 span {
  float: right;
  font-size: 14px;
  font-weight: normal;
  padding-top: 8px;
}

.n_con2 h3 span a,
.n_con3 h2 span a,
.n_con4 h3 span a {
  color: #de411a;
}

.n_con4 {
  width: 1200px;
  height: 300px;
  padding: 40px 0 0;
  margin: 0 auto;
  position: relative;
}

.n_con4 .n_uu {
  position: absolute;
  top: 155px;
  left: -25px;
}

.n_con4 .n_dd {
  position: absolute;
  top: 155px;
  right: -25px;
}

.n_con4 .pather_contain {
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
}

.n_con4 .pather_contain ul {
  width: 500%;
  position: relative;
}

.n_con4 ul li {
  float: left;
  padding: 0 27px;
  width: 183px;
  text-align: center;
  border-right: 1px solid #b5b5b6;
}

.n_con4 ul li img {
  width: 171px;
  height: 117px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.5;
}

.n_con4 ul li:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: 90%;
  height: auto;
  opacity: 1;
}

.n_con4 ul li span {
  display: block;
  color: #595757;
  font-size: 14px;
  padding-top: 25px;
}

.n_con4 ul li.nom {
  border: none;
}

/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}

.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}

.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}

.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}

.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}

.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}

.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}

.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}

.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}

.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}

.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}

.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}

.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}

.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}

.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}

.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}

.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}

.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}

.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}

.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}

.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}

.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}

.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}

.onactive .animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.active .animated.fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
}

.onactive .flyInDown {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown;
}

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.onactive .flyInRight {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight;
}

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.onactive .flyInUp {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp;
}

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.onactive .flyInLeft {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft;
}

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.onactive .opacityI {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes opacityI {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes opacityI {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

.onactive .shake {
  -webkit-animation-name: shake;
  animation-name: shake;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -transform: translateY(6px);
  }

  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateY(6px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes shake {
  0% {
    -moz-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateY(6px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}

@-o-keyframes shake {
  0% {
    -o-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -o-transform: translateY(6px);
  }

  100% {
    -o-transform: translateY(0);
  }
}

@-ms-keyframes shake {
  0% {
    -ms-transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -ms-transform: translateY(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -ms-transform: translateY(6px);
  }

  100% {
    -ms-transform: translateY(0);
  }
}

.onactive .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
  }
}

.online-zx {
  width: 0;
  background: #202020;
  height: 50px;
  line-height: 50px;
  padding-left: 50px;
  position: fixed;
  left: 0;
  bottom: 200px;
  color: #fff;
}

.online-zx s {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/zx-ico.png) no-repeat 8px center;
}

.online-zx a {
  width: 100%;
  height: 50px;
  display: block;
  color: #fff;
}

.online-zx.show {
  width: 0;
  background: #d3ad89;
  width: 98px;
}

.online-zx.show s {
  background-position: -35px center;
}

.BMap_bubble_content {
  line-height: 20px;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 1;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}