@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: #0267ad;
  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: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
/*header*/
.header_main {
  width: 100%;
  height: 178px;
  position: relative;
  z-index: 100;
  border-top: 2px solid #3bb79b;
}
.header_main .header {
  position: relative;
  padding-left: 200px;
  width: 1000px;
}
.header_main .logo_main {
  width: 150px;
  height: 207px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: -2px;
  z-index: 999;
  display: block;
  background: url(../images/logobg.jpg) no-repeat center top;
}
.header_main .logo_main img {
  width: 120px;
  height: 170px;
  display: block;
  margin: 0 auto;
}
.header_main .top_r {
  float: right;
  width: 100%;
  text-align: right;
  padding-top: 20px;
  z-index: 1000;
}
.header_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: center;
  color: #cccccc;
}
.header_main .top_r li a {
  color: #666;
  width: 100%;
  font-size: 12px;
  display: block;
  cursor: pointer;
}
.header_main .top_r li a:hover {
  color: #0267ad;
}
.header_main .top_r li.ewm {
  position: relative;
  color: #666;
  cursor: pointer;
  z-index: 1000;
}
.header_main .top_r li.ewm s {
  background-position: -78px 0;
}
.header_main .top_r li.ewm .box {
  width: 90px;
  height: 90px;
  border: 10px solid #ccc;
  position: absolute;
  left: -35px;
  top: 30px;
  z-index: 88;
  display: none;
  background: #ccc;
}
.header_main .top_r li.ewm .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.header_main .top_r li.ewm:hover {
  color: #0267ad;
}
.header_main .top_r li.ewm:hover .box {
  display: block;
}
.header_main .top_r .split {
  width: 1px;
  text-align: center;
  margin: 0 9px 0 8px;
  *margin: 0 12px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1px;
  color: #767676;
  font-family: "宋体";
}
.header_main .txttel {
  width: 100%;
}
.header_main .txttel .img {
  width: 410px;
  height: 40px;
  display: block;
  float: left;
}
.header_main .txttel .img img {
  width: 100%;
  display: block;
}
.header_main .txttel .tel {
  color: #3bb79b;
  float: right;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  font-family: arial;
}
.header_main .txttel .tel s {
  width: 26px;
  height: 30px;
  margin-right: 10px;
  background-position: 0 0;
}
.header_main .nav_main {
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding-top: 8px;
}
.header_main .nav_main ul {
  width: 110%;
}
.header_main .nav_main li {
  text-align: center;
  padding: 0 23px 0 24px;
  font-size: 16px;
  position: relative;
  float: left;
  background: url(../images/nav-libg.png) no-repeat left center;
}
.header_main .nav_main li:first-child {
  padding-left: 0;
  background-image: none;
}
.header_main .nav_main li a {
  height: 80px;
  line-height: 80px;
  *height: 76px;
  line-height: 76px;
  display: block;
  transition: all ease 300ms;
  position: relative;
  color: #333;
  font-size: 16px;
}
.header_main .nav_main li a s {
  width: 16px;
  height: 9px;
  margin-left: 5px;
  background-position: -63px 0;
}
.header_main .nav_main li a:hover {
  color: #0267ad;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0267ad;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.header_main .nav_main li .sub-box {
  background-color: #0267ad;
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  *top: 76px;
  display: none;
}
.header_main .nav_main li .sub-box a {
  color: #fff !important;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header_main .nav_main li .sub-box a:hover {
  background: #3bb79b;
  color: #fff;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #0267ad;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  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*/
.footer_main {
  width: 100%;
  background: #ffffff;
  padding: 48px 0 0;
  color: #666;
  border-top: 1px solid #c6d2db;
}
.footer_main a {
  color: #666;
}
.footer_main a:hover {
  color: #0267ad;
}
.footer_main .logotel {
  width: 280px;
  float: left;
}
.footer_main .logotel img {
  width: 210px;
  height: 60px;
  display: block;
}
.footer_main .logotel span {
  color: #666666;
  display: block;
  padding: 20px 0 8px;
}
.footer_main .logotel p {
  font-size:20px;
  line-height: 32px; padding-top:10px; font-weight: bold;
  color: #3bb79b;
  font-family: arial;
}
.footer_main .logotel p strong{ font-size: 14px; color: #333; font-weight: normal; }
.footer_main .bnav {
  width: 560px;
  float: left;
  padding-left: 20px;
}
.footer_main .bnav .item {
  width: 130px;
  height: 145px;
  float: left;
  line-height: 26px;
}
.footer_main .bnav .item h3 {
  margin-bottom: 10px;
}
.footer_main .bnav .item h3 a {
  color: #333;
  transition: all ease 300ms;
  font-size: 16px;
}
.footer_main .bnav .item h3 a:hover {
  color: #0267ad;
}
.footer_main .bnav .item a {
  display: block;
  color: #666666;
  transition: all ease 300ms;
  font-size: 12px;
}
.footer_main .bnav .item a:hover {
  color: #0267ad;
}
.footer_main .erwm {
  float: right;
  width: 148px; text-align: center; font-size: 12px;
  height: 148px;
  border: 1px solid #c6d2db;
  margin: 10px;
}
.footer_main .erwm img {
  width: 130px;
  height: 130px;
  display: block;
  margin: 0 auto 6px;
  border: 9px solid #f0f6f8;
}
.footer_main .copyright {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #cccccc;
  font-size: 12px;
  border-bottom: 1px solid #2b2b2b;
  margin-top: 40px;
  background: #222222;
}
.footer_main .copyright a {
  color: #cccccc;
}
.footer_main .copyright a:hover {
  color: #0267ad;
}
/***********top and bottom css end***********/
.indexTit {
  width: 100%;
  padding: 72px 0 40px;
  margin-bottom: 55px;
  text-align: center;
  background: url(../images/indextitbg.png) no-repeat center top;
}
.indexTit h3 {
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #0267ad;
}
.indexMore {
  width: 298px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #0267ad;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
}
.indexMore:hover {
  background: #0267ad;
  color: #fff;
}
/*caselist*/
.caselist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.caselist .list {
  width: 105%;
  position: relative;
}
.caselist .item {
  width: 570px;
  height: 245px;
  float: left;
  margin: 0 52px 30px 0;
  position: relative;
  background: url(../images/case-libg.jpg) no-repeat center center;
  transition: all ease 300ms;
  overflow: hidden;
}
.caselist .item a {
  display: block;
  padding: 20px 30px 0 20px;
}
.caselist .item img {
  width: 267px;
  height: 200px;
  float: left;
  margin-right: 30px;
  display: block;
  transition: all ease 300ms;
}
.caselist .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  transition: all ease 300ms;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}
.caselist .item .txt {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  color: #737373;
}
.caselist .item .more {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #eeeeee;
}
.caselist .item .more s {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-position: -105px 0;
  transition: all ease 300ms;
}
.caselist .item:hover h3 {
  color: #3bb79b;
  border-bottom-color: #3bb79b;
}
.caselist .item:hover img {
  filter: brightness(105%);
}
.caselist .item:hover .more {
  background: url(../images/blue-jbg.jpg) no-repeat center center;
}
.caselist .item:hover .more s {
  background-position: -130px 0;
}
/*txtlist*/
.txtlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.txtlist .list {
  width: 120%;
  position: relative;
}
.txtlist li {
  width: 300px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  float: left;
  margin-right: 70px;
}
.txtlist li a {
  width: 100%;
  display: block;
}
.txtlist li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  border-radius: 100%;
  background: #333333;
  margin-right: 10px;
}
.txtlist li .time {
  float: right;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 33.85% 0 0;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.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: 25px;
  z-index: 10;
  text-align: center;
}
.banner .tip span {
  width: 52px;
  height: 2px;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  transition: all ease 300ms;
  background: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner .tip span.cur {
  width: 90px;
  background: #55ecca;
}
.banner .prev,
.banner .next {
  width: 36px;
  height: 80px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  background: url(../images/banner-ico.png) no-repeat 6px 4px;
  cursor: pointer;
}
.banner .prev {
  left: 80px;
}
.banner .prev:hover {
  background-position: 6px -98px;
}
.banner .next {
  right: 80px;
  background-position: -88px 4px;
}
.banner .next:hover {
  background-position: -88px -98px;
}
/***********index css ***********/
.index {
  width: 100%;
  position: relative;
  z-index: 20;
}
.index .search_main {
  height: 60px;
  line-height: 60px;
  background: #eaf2f4;
}
.index .search_main .search {
  width: 198px;
  height: 36px;
  line-height: 36px;
  padding-top: 10px;
  background: url(../images/searchbg.png) no-repeat center bottom;
  float: right;
  position: relative;
}
.index .search_main .search input {
  border: 0px;
  outline: none;
  height: 36px;
  line-height: 36px;
  display: block;
}
.index .search_main .search .txt {
  width: 100%;
  background: none;
  text-indent: 6px;
  font-size: 12px;
}
.index .search_main .search .btn {
  width: 22px;
  position: absolute;
  right: 10px;
  top: 16px;
  cursor: pointer;
  background-position: -36px 0;
}
.index .search_main .skey_txt {
  width: 900px;
  float: left;
  line-height: 60px;
}
.index .search_main .skey_txt span {
  font-weight: bold;
  color: #333;
}
.index .search_main .skey_txt a {
  display: inline-block;
  margin-right: 22px;
  color: #666666;
}
.index .search_main .skey_txt a:hover {
  color: #0267ad;
}
.index .iproduct {
  padding: 70px 0 100px;
}
.index .iproduct .indexTit {
  margin-bottom: 40px;
}
.index .iproduct .tab {
  width: 100%;
  margin: 0 0 50px;
  background: #fff;
  text-align: center;
  font-size: 0;
}
.index .iproduct .tab a {
  width: 180px;
  height: 43px;
  line-height: 43px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #cfdce5;
  position: relative;
  cursor: pointer;
  color: #333;
  margin: 0 10px;
  font-size: 16px;
}
.index .iproduct .tab a.hover,
.index .iproduct .tab a:hover {
  background: #0267ad;
  border-color: #0267ad;
  color: #fff;
}
.index .iproduct .iproCon {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index .iproduct .iproCon .item {
  width: 600px;
  height: 225px;
  overflow: hidden;
  position: relative;
}
.index .iproduct .iproCon .item img {
  width: 300px;
  height: 225px;
  float: right;
  display: block;
  transition: all ease 300ms;
}
.index .iproduct .iproCon .item .txtcon {
  width: 222px;
  height: 173px;
  padding: 30px 38px 20px;
  border: 1px solid #d2dee7;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.index .iproduct .iproCon .item .txtcon h3 {
  color: #333;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all ease 300ms;
}
.index .iproduct .iproCon .item .txtcon .txt {
  line-height: 24px;
  height: 92px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 16px;
}
.index .iproduct .iproCon .item .txtcon s {
  width: 16px;
  height: 32px;
  position: absolute;
  right: -16px;
  top: 50%;
  margin-top: -16px;
  z-index: 10;
  background-position: 0 -40px;
}
.index .iproduct .iproCon .item .txtcon span {
  width: 32px;
  height: 7px;
  background-position: -58px -38px;
}
.index .iproduct .iproCon .item.a2 img {
  float: left;
}
.index .iproduct .iproCon .item.a2 .txtcon {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
}
.index .iproduct .iproCon .item.a2 .txtcon s {
  right: auto;
  left: -16px;
  background-position: -27px -40px;
}
.index .iproduct .iproCon .item:hover h3 {
  color: #0267ad;
}
.index .iproduct .iproCon .item:hover img {
  filter: brightness(110%);
}
.index .iproduct .iproCon .imglist {
  width: 600px;
  height: 450px;
  position: absolute;
  right: 0;
  top: 0;
}
.index .iproduct .iproCon .imglist .list {
  width: 500%;
}
.index .iproduct .iproCon .imglist .list li {
  width: 600px;
  height: 450px;
  float: left;
  overflow: hidden;
  position: relative;
}
.index .iproduct .iproCon .imglist .list li a {
  width: 100%;
  display: block;
}
.index .iproduct .iproCon .imglist .list li img {
  width: 100%;
  min-height: 450px;
  display: block;
  transition: all ease 300ms;
}
.index .iproduct .iproCon .imglist .list li h3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  text-indent: 30px;
  background: url(../images/blue60.png) repeat 0 0;
  color: #fff;
}
.index .iproduct .iproCon .imglist .list li:hover img {
  transform: scale(1.05);
}
.index .iproduct .iproCon .hd {
  position: absolute;
  right: 20px;
  bottom: 35px;
  z-index: 10;
  text-align: right;
}
.index .iproduct .iproCon .hd ul li {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  font-size: 0;
  border-radius: 100%;
  vertical-align: top;
  background: #fff;
  cursor: pointer;
}
.index .iproduct .iproCon .hd ul li.on {
  background: #58ebca;
}
.index .icase {
  padding: 78px 0 0;
}
.index .icase .icaseCon {
  padding-bottom: 50px;
  position: relative;
}
.index .icase .icaseCon .prev,
.index .icase .icaseCon .next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background: url(../images/ibtn-ico.png) no-repeat 0 0;
  cursor: pointer;
}
.index .icase .icaseCon .prev {
  left: -59px;
  background-position: 0 0;
}
.index .icase .icaseCon .prev:hover {
  background-position: 0 -56px;
}
.index .icase .icaseCon .next {
  right: -59px;
  background-position: -73px 0;
}
.index .icase .icaseCon .next:hover {
  background-position: -73px -56px;
}
.index .icase .smallimg {
  width: 100%;
  height: 130px;
  position: relative;
  margin-bottom: 4px;
  overflow: hidden;
}
.index .icase .smallimg .list {
  width: 500%;
}
.index .icase .smallimg li {
  width: 258px;
  height: 95px;
  position: relative;
  padding: 35px 0 0 40px;
  display: block;
  float: left;
  margin-right: 3px;
  cursor: pointer;
  background: #373e4a;
}
.index .icase .smallimg li h3 {
  font-size: 20px;
  color: #fff;
  margin-top: 3px;
}
.index .icase .smallimg li .en {
  font-size: 16px;
  color: #999999;
  font-family: arial;
  text-transform: uppercase;
  font-weight: bold;
}
.index .icase .smallimg li .en s {
  width: 32px;
  height: 9px;
  margin-left: 10px;
  background-position: -110px 0;
}
.index .icase .smallimg li .line {
  position: absolute;
  display: block;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0.8);
  transition: all ease 300ms;
}
.index .icase .smallimg li:hover,
.index .icase .smallimg li.on {
  background: url(../images/icaselibg.jpg) no-repeat center center;
}
.index .icase .smallimg li:hover .en,
.index .icase .smallimg li.on .en {
  color: #3bb79b;
}
.index .icase .smallimg li:hover .line,
.index .icase .smallimg li.on .line {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
}
.index .icase .bigimg {
  height: 338px;
  width: 1200px;
  overflow: hidden;
  position: relative;
}
.index .icase .bigimg .list {
  width: 500%;
  position: relative;
}
.index .icase .bigimg .item {
  width: 548px;
  height: 336px;
  padding-left: 650px;
  border: 1px solid #cfdce5;
  position: relative;
  overflow: hidden;
}
.index .icase .bigimg .item img {
  width: 600px;
  height: 338px;
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  transition: all ease 300ms;
}
.index .icase .bigimg .item h3 {
  padding-top: 42px;
  font-size: 34px;
  color: #333333;
  transition: all ease 300ms;
}
.index .icase .bigimg .item .line {
  width: 100px;
  height: 2px;
  display: block;
  margin: 35px 0 35px;
  background: url(../images/icase-libg.jpg) no-repeat center center;
}
.index .icase .bigimg .item .txt {
  line-height: 26px;
  height: 52px;
  padding-right: 55px;
  overflow: hidden;
  color: #666666;
}
.index .icase .bigimg .item .more {
  width: 182px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin-top: 34px;
  margin-left: 0;
  text-align: center;
  color: #fff;
  background: #0267ad;
  font-size: 18px;
  transition: all ease 300ms;
}
.index .icase .bigimg .item:hover img {
  filter: brightness(110%);
}
.index .icase .bigimg .item:hover h3 {
  color: #3bb79b;
}
.index .icase .bigimg .item:hover .more {
  background: #3bb79b;
}
.index .icase .more {
  width: 198px;
  height: 43px;
  text-align: center;
  margin: 0 auto;
  line-height: 43px;
  border: 1px solid #c6d2db;
  background: #fff;
  transition: all ease 300ms;
  display: block;
}
.index .icase .more:hover {
  background: #0267ad;
  color: #fff;
}
.index .floor_3 {
  width: 100%;
  margin: 100px 0 0;
  padding-bottom: 100px;
  height: 520px;
  overflow: hidden;
  position: relative;
  background: url(../images/iaboutbg.jpg) no-repeat center top;
}
.index .floor_3 .iabout {
  position: relative;
  height: 424px;
  padding: 94px 0 0 150px;
  width: 1050px;
}
.index .floor_3 .txt2 {
  font-size: 24px;
  position: absolute;
  left: 630px;
  font-weight: bold;
  top: 40px;
  color: #0267ad;
}
.index .floor_3 .img1 {
  position: absolute;
  right: -220px;
  bottom: -80px;
  z-index: 10;
}
.index .floor_3 .img2 {
  width: 600px;
  height: 320px;
  display: block;
  position: absolute;
  right: 100px;
  bottom: -1px;
  overflow: hidden;
}
.index .floor_3 .img2 img {
  width: 100%;
  min-height: 100%;
  display: block;
}
.index .floor_3 .tit {
  font-size: 40px;
  line-height: 40px;
  color: #0267ad;
  font-weight: bold;
  margin-bottom: 60px;
}
.index .floor_3 .txt {
  width: 320px;
  line-height: 26px;
  height: 156px;
  margin-bottom: 44px;
  overflow: hidden;
}
.index .floor_3 .more {
  width: 182px;
  height: 45px;
  line-height: 45px;
  margin-top: 20px;
  text-align: center;
  background: #0267ad;
  color: #fff;
  display: block;
  font-size: 16px;
  transition: all ease 300ms;
}
.index .floor_3 .more s {
  width: 42px;
  height: 14px;
  background-position: -71px 0;
  margin-left: 10px;
}
.index .floor_3 .more:hover {
  width: 215px;
}
.index .ixbanner {
  width: 100%;
  height: 200px;
  color: #fff;
  background: url(../images/ixbannerbg.jpg) no-repeat center top;
}
.index .ixbanner .txtcon {
  width: 700px;
  float: left;
}
.index .ixbanner .txtcon p {
  font-weight: bold;
  font-size: 32px;
  padding: 45px 0 0;
}
.index .ixbanner .txtcon .list {
  padding-top: 35px;
}
.index .ixbanner .txtcon .list li {
  width: 100px;
  margin-right: 43px;
  float: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
}
.index .ixbanner .txtcon .list li s {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 6px;
  background: url(../images/ixbanner-ico.png) no-repeat 0 center;
}
.index .ixbanner .txtcon .txt {
  padding: 0 0 0 20px;
  margin-top: 26px;
  font-size: 18px;
  line-height: 26px;
  background: url(../images/dianbg.png) no-repeat left 9px;
  color: #fff;
}
.index .ixbanner .telbtn {
  width: 300px;
  float: right;
  padding: 35px 0 0;
  font-weight: bold;
}
.index .ixbanner .telbtn p {
  font-size: 34px;
  color: #fff;
  margin-bottom: 5px;
  font-family: arial;
}
.index .ixbanner .telbtn p s {
  width: 30px;
  height: 32px;
  margin-right: 10px;
  background-position: -64px 0;
}
.index .ixbanner .telbtn .btn {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: url(../images/ixbanner-btnbg.png) no-repeat center center;
  margin-top: 12px;
  display: block;
  font-size: 18px;
  color: #fff;
  transition: all ease 300ms;
}
.index .ixbanner .telbtn .btn:hover {
  margin-top: 6px;
}
.index .floor_4 {
  padding: 78px 0 65px;
  position: relative;
  overflow: hidden;
  background: #f0f6f8;
}
.index .floor_4 .inews {
  *padding-bottom: 45px;
}
.index .floor_4 .inews .gimg {
  width: 350px;
  height: 145px;
  overflow: hidden;
  margin: 5px 0 0 70px;
  float: left;
}
.index .floor_4 .inews .gimg img {
  width: 100%;
  display: block;
}
.index .floor_4 .inews .imglist {
  width: 350px;
  height: 347px;
  float: left;
  position: relative;
  overflow: hidden;
  background: url(../images/inewsbg.jpg) no-repeat center center;
}
.index .floor_4 .inews .imglist .list {
  width: 300%;
  position: relative;
}
.index .floor_4 .inews .imglist .item {
  width: 350px;
  height: 347px;
  float: left;
}
.index .floor_4 .inews .imglist .item a {
  width: 100%;
  display: block;
}
.index .floor_4 .inews .imglist .item img {
  width: 350px;
  height: 263px;
  transition: all ease 300ms;
  display: block;
}
.index .floor_4 .inews .imglist .item h3 {
  color: #fff;
  font-size: 16px;
  transition: all ease 300ms;
  padding: 15px 15px 0;
}
.index .floor_4 .inews .imglist .item .time {
  display: block;
  color: #fff;
  padding: 0 15px 0;
}
.index .floor_4 .inews .imglist .item:hover h3 {
  padding-left: 20px;
}
.index .floor_4 .inews .imglist .item:hover img {
  filter: brightness(110%);
}
.index .floor_4 .inews .hd {
  position: absolute;
  left: 20px;
  bottom: 90px;
  z-index: 10;
}
.index .floor_4 .inews .hd ul li {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 10px;
  font-size: 0;
  border-radius: 100%;
  vertical-align: top;
  background: #fff;
  cursor: pointer;
}
.index .floor_4 .inews .hd ul li.on {
  background: #58ebca;
}
.index .floor_4 .inews .txtitem {
  width: 350px;
  float: left;
  margin-left: 70px;
  margin-bottom: 42px;
}
.index .floor_4 .inews .txtitem a {
  width: 100%;
  display: block;
}
.index .floor_4 .inews .txtitem h3 {
  font-size: 18px;
  color: #373e4a;
  height: 45px;
  line-height: 45px;
  padding-top: 6px;
  overflow: hidden;
  transition: all ease 300ms;
  font-weight: bold;
  border-top: 1px solid #c6d2db;
}
.index .floor_4 .inews .txtitem .txt {
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index .floor_4 .inews .txtitem .time {
  width: 100%;
  font-size: 18px;
  color: #999;
}
.index .floor_4 .inews .txtitem .time .day {
  font-size: 35px;
  line-height: 40px;
  color: #999;
  transition: all ease 300ms;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px;
  margin-right: 18px;
}
.index .floor_4 .inews .txtitem:hover h3 {
  color: #0267ad;
}
.index .floor_4 .more {
  width: 198px;
  height: 43px;
  text-align: center;
  margin: 0 auto;
  line-height: 43px;
  border: 1px solid #c6d2db;
  background: #fff;
  transition: all ease 300ms;
  display: block;
}
.index .floor_4 .more:hover {
  background: #0267ad;
  color: #fff;
}
/**********index css end**********/
/*prolist*/
.prolist {
  width: 105%;
}
.prolist .item {
  width: 380px;
  float: left;
  margin: 0 25px 30px 0;
  border: 1px solid #eee;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.prolist .item a {
  width: 100%;
  display: block;
}
.prolist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.prolist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.prolist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 134px;
  height: 151px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/blue80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.prolist .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -104px -12px;
}
.prolist .item:hover {
  background: #666;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item:hover h3 {
  color: #fff;
}
.prolist .item:hover .bg {
  left: 0;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  overflow: hidden;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item img {
  width: 283px;
  height: 212px;
  border-bottom: 1px solid #dcdcdc;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.gridlist .item:hover {
  border-color: #0267ad;
}
.gridlist .item:hover h3 {
  color: #0267ad;
}
.gridlist.gridlist9 .item img {
  width: 283px;
  height: 161px;
}
.cooperlist {
  width: 105%;
  position: relative;
}
.cooperlist .item {
  width: 283px;
  float: left;
  border: 1px solid #dcdcdc;
  margin: 0 20px 20px 0;
  overflow: hidden;
  transition: all ease 300ms;
}
.cooperlist .item a {
  width: 100%;
  display: block;
}
.cooperlist .item img {
  width: 283px;
  height: 212px;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
.cooperlist .item h3 {
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  overflow: hidden;
}
.cooperlist .item:hover {
  border-color: #0267ad;
}
.cooperlist .item:hover h3 {
  color: #0267ad;
}
/*caselist*/
.caselist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.caselist .list {
  width: 105%;
  position: relative;
}
.caselist .item {
  width: 570px;
  height: 245px;
  float: left;
  margin: 0 52px 30px 0;
  position: relative;
  background: url(../images/case-libg.jpg) no-repeat center center;
  transition: all ease 300ms;
  overflow: hidden;
}
.caselist .item a {
  display: block;
  padding: 20px 30px 0 20px;
}
.caselist .item img {
  width: 267px;
  height: 200px;
  float: left;
  margin-right: 30px;
  display: block;
  transition: all ease 300ms;
}
.caselist .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  transition: all ease 300ms;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
}
.caselist .item .txt {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  color: #737373;
}
.caselist .item .more {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #eeeeee;
}
.caselist .item .more s {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-position: -105px 0;
  transition: all ease 300ms;
}
.caselist .item:hover h3 {
  color: #3bb79b;
  border-bottom-color: #3bb79b;
}
.caselist .item:hover img {
  filter: brightness(105%);
}
.caselist .item:hover .more {
  background: url(../images/blue-jbg.jpg) no-repeat center center;
}
.caselist .item:hover .more s {
  background-position: -130px 0;
}
/*txtlist*/
.txtlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.txtlist .list {
  width: 120%;
  position: relative;
}
.txtlist li {
  width: 300px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  float: left;
  margin-right: 70px;
}
.txtlist li a {
  width: 100%;
  display: block;
}
.txtlist li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  border-radius: 100%;
  background: #333333;
  margin-right: 10px;
}
.txtlist li .time {
  float: right;
}
/************content************/
.nyIcon {
  background: url(../images/nyicon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.nbody .header_main {
  position: relative;
}
/*wrapper*/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 36px;
  position: relative;
  min-height: 500px;
}
/*nybanner*/
.nybanner {
  width: 100%;
  height: 250px;
  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*/
.menu {
  width: 100%;
  height: 58px;
  line-height: 58px;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.menu .list {
  width: 996px;
  padding-left: 204px;
  margin: 0 auto;
}
.menu li {
  height: 58px;
  float: left;
  margin-right: 30px;
}
.menu li .nav1 {
  height: 58px;
  line-height: 58px;
  position: relative;
  font-size: 15px;
  display: block;
  text-align: center;
}
.menu li .nav1 s {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  background: #0267ad;
  display: none;
}
.menu li .subMenu {
  position: absolute;
  left: 50%;
  display: none;
  margin-left: -600px;
  top: 82px;
}
.menu 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;
}
.menu li .subMenu a:hover,
.menu li .subMenu a.hover {
  background: #ffffff;
  border-color: #0267ad;
  color: #0267ad;
}
.menu li:hover,
.menu li.hover {
  border-right-color: #0267ad;
}
.menu li:hover .nav1,
.menu li.hover .nav1 {
  color: #0267ad;
}
.menu li:hover .nav1 s,
.menu li.hover .nav1 s {
  display: block;
}
.menu li.hover .subMenu {
  display: block;
}
/*sitepath*/
.sitepath {
  height: 50px;
  line-height: 50px;
  position: absolute;
  width: 500px;
  text-align: right;
  left: 50%;
  margin-left: 100px;
  top: 5px;
  font-size: 12px;
}
.sitepath s {
  width: 18px;
  height: 15px;
  background-position: 2px -66px;
  margin-right: 4px;
}
/* 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: #0267ad;
}
/* 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: #0267ad;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #0267ad;
  color: #fff;
}
.pager ul a:hover {
  background: #0267ad;
  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: #0267ad;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #0267ad;
  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: 200px;
  height: 150px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 24px;
  padding-top: 5px;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
}
.relateNews .list li .txt {
  height: 72px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  margin-bottom: 6px;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.relateNews .list li:hover h3 {
  color: #0267ad;
}
.relateNews .gridlist {
  width: 106%;
}
.relateNews .prolist {
  padding-left: 3px;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.productPage {
  overflow: hidden;
  position: relative;
}
.productPage .gridlist,
.productPage .marketList {
  width: 105%;
}
/*newsPage*/
.newsPage .item {
  width: 100%;
  height: 150px;
  padding: 30px 0;
  transition: all ease 300ms;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.newsPage .item:first-child {
  padding-top: 0;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 200px;
  height: 150px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 20px;
  padding: 24px 0 20px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 150px;
  padding-top: 38px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.newsPage .item .time .day {
  font-size: 36px;
  line-height: 45px;
  display: block;
}
.newsPage .item:hover h3 {
  color: #0267ad;
  text-indent: 5px;
}
.newsPage .item:hover .time .day span {
  background: #6d6d6d;
}
.newsPage .item:hover .time .day strong {
  background: #ff0000;
  color: #fff;
}
.newsPage .searchlist .item img {
  width: auto;
}
/*showNews*/
.showNews {
  padding: 30px 0;
  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 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.shareNew {
  padding-bottom: 25px;
}
/*showProduct*/
/*****showProduct****/
.showProduct .showImg {
  padding-bottom: 40px;
}
.showProduct .photo {
  width: 502px;
  position: relative;
  height: 450px;
}
.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 #3bb79b;
  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: 650px;
  float: left;
}
.showProduct .imgtxtcon .tit {
  font-size: 24px;
  color: #000;
  padding: 0 25px 5px;
  line-height: 30px;
}
.showProduct .imgtxtcon .line {
  width: 55px;
  height: 3px;
  background: #0267ad;
  display: block;
  margin: 14px 0 16px 25px;
}
.showProduct .imgtxtcon p {
  padding: 25px 0 0 25px;
  color: #999999;
  font-size: 12px;
}
.showProduct .imgtxtcon .tit2 {
  color: #666;
  padding: 0 25px;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  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: #0267ad;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.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: #0267ad;
}
.showProduct .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #3bb79b;
}
.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;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 378px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #cccccc;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData .item .txt {
  width: 328px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 50px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  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: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1178px;
  height: 154px;
  line-height: 28px;
  padding: 10px 10px;
  text-indent: 70px;
  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: 232px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0267ad;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: #3bb79b;
}
.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;
}
/*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 {
  padding: 0 0 50px;
}
.jobPage .content {
  padding-top: 80px;
}
.jobPage .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #0267ad;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .item .top span {
  display: inline-block;
}
.jobPage .item .top span.sarry {
  margin-right: 36px;
}
.jobPage .item .top .time {
  color: #999;
}
.jobPage .item .top h3 {
  font-size: 18px;
  font-weight: normal;
}
.jobPage .item .top p {
  display: block;
  color: #666;
}
.jobPage .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .item .btn {
  width: 162px;
  height: 58px;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: -18px;
  text-align: center;
  padding-right: 30px;
  line-height: 40px;
  color: #fff;
  background: url(../images/jobbtn.png) no-repeat 0 0;
  display: none;
}
.jobPage .item.hover .btn {
  display: block;
}
/*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: #0267ad;
  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: #0267ad;
  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: #0267ad;
  border-color: #0267ad;
  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;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}
.map_ul .list-inline {
  display: block;
  margin-left: 7%;
  width: 80%;
  min-height: 30px;
}
.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}
.map_ul .list-inline a:hover {
  background: #0267ad;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/**************
 *  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;
}
.xxj{position: relative;overflow: auto;text-align: center;width:640px;margin:0 auto}
.xxj .dots li.active{background:#fff;opacity:1}
.xxj .arrow{position:absolute;width:20px;height:37px;top: 50%; margin-top: -18px; overflow: hidden;z-index: 2; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;  -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;}
.xxj #al{left:15px}
.xxj #ar{right:15px}
.xxj ul{z-index: 1;width: 600%;overflow: hidden;}
.xxj ul .slider-item {width:640px; float: left;height:480px; position: relative; overflow: hidden;}
.xxj ul .slider-item .slider-title {position: absolute;left: 0;bottom: 0px;width: 610px;max-height: 56px;padding: 15px;text-align:left;line-height: 28px;color: #fff;font-size: 18px;font-weight: bold;background: -webkit-linear-gradient(top, transparent, rgba(0,0,0,0.9));background: url(../images/slider-info-bg.png) \9;}
.banner .progress{position:absolute;left:0;bottom:0;width:15%;min-height:3px;overflow:hidden;z-index:2;background:#f60}

@font-face {
	font-family: 'AddFont';
	src: local('AddFont light'), local('AddFont'), url(../fonts/addfont.woff) format('truetype');
}
.skew-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.skew-box:before {
	content: '';
	position: absolute;
	background: #023894;
	height: 100%;
	width: 500px;
	right: 100%;
	top: 0;
	z-index: 8;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}
.skew-box:after {
	content: '';
	position: absolute;
	background: #023894;
	height: 100%;
	width: 500px;
	left: 100%;
	bottom: 0;
	z-index: 9;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}
.skew-box ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	z-index: 7;
}
@media (min-width:992px) {
.skew-box ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%;
	position: relative;
	z-index: 1;
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
}
.skew-box ul li:nth-child(2) {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	transform: translateX(50%);
	-moz-transform: translateX(50%);
	-ms-transform: translateX(50%);
	-o-transform: translateX(50%);
	-webkit-transform: translateX(50%);
}
.skew-box ul li:nth-child(3) {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.skew-box ul li:nth-child(4) {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 0;
	transform: translateX(150%);
	-moz-transform: translateX(150%);
	-ms-transform: translateX(150%);
	-o-transform: translateX(150%);
	-webkit-transform: translateX(150%);
}
.skew-box ul:hover li:nth-child(2) {
	transform: translateX(44%);
	-moz-transform: translateX(44%);
	-ms-transform: translateX(44%);
	-o-transform: translateX(44%);
	-webkit-transform: translateX(44%);
}
.skew-box ul:hover li:nth-child(3) {
	transform: translateX(88%);
	-moz-transform: translateX(88%);
	-ms-transform: translateX(88%);
	-o-transform: translateX(88%);
	-webkit-transform: translateX(88%);
}
.skew-box ul:hover li:nth-child(4) {
	transform: translateX(132%);
	-moz-transform: translateX(132%);
	-ms-transform: translateX(132%);
	-o-transform: translateX(132%);
	-webkit-transform: translateX(132%);
}
.skew-box ul:hover li:nth-child(3):hover+li {
	transform: translateX(156%);
	-moz-transform: translateX(156%);
	-ms-transform: translateX(156%);
	-o-transform: translateX(156%);
	-webkit-transform: translateX(156%);
}
.skew-box ul:hover li:nth-child(2):hover+li {
	transform: translateX(112%);
	-moz-transform: translateX(112%);
	-ms-transform: translateX(112%);
	-o-transform: translateX(112%);
	-webkit-transform: translateX(112%);
}
.skew-box ul:hover li:nth-child(2):hover+li+li {
	transform: translateX(156%);
	-moz-transform: translateX(156%);
	-o-transform: translateX(156%);
	-ms-transform: translateX(156%);
	-webkit-transform: translateX(156%);
}
.skew-box ul:hover li:nth-child(1):hover+li {
	transform: translateX(68%);
	-moz-transform: translateX(68%);
	-ms-transform: translateX(68%);
	-o-transform: translateX(68%);
	-webkit-transform: translateX(68%);
}
.skew-box ul:hover li:nth-child(1):hover+li+li {
	transform: translateX(112%);
	-moz-transform: translateX(112%);
	-ms-transform: translateX(112%);
	-o-transform: translateX(112%);
	-webkit-transform: translateX(112%);
}
.skew-box ul:hover li:nth-child(1):hover+li+li+li {
	transform: translateX(156%);
	-moz-transform: translateX(156%);
	-ms-transform: translateX(156%);
	-o-transform: translateX(156%);
	-webkit-transform: translateX(156%);
}
.skew-box ul li strong {
	position: absolute;
	left: -4.5%;
	bottom: 25%;
	width: 50%;
	text-align: center;
	z-index: 999;
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	-webkit-transition: .25s;
}
.skew-box ul li:hover strong {
	visibility: hidden;
	opacity: 0;
	transform: scale(.6, .6);
	-moz-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	-o-transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
}
.skew-box ul li strong img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
	display: block;
}
.skew-box ul li strong i {
	font-size: 55px;
	color: #fff;
	line-height: 1.2;
}
.skew-box ul li strong h2 {
	color: #fff;
	margin: 0;
	font-size:28px;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.skew-box ul li strong b {
	color: #fff;
	font-size:15px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-family: 'AddFont', Microsoft Yahei;
}
.skew-box ul li font {
	position: absolute;
	z-index: 999;
	width:50%;
	padding: 0 20%;
	left: -5%;
	bottom: 20%;
	color: #fff;
	font-weight: normal;
	visibility: hidden;
	opacity: 0;
	transform: scale(.6, .6);
	-moz-transform: scale(.6, .6);
	-ms-transform: scale(.6, .6);
	-o-transform: scale(.6, .6);
	-webkit-transform: scale(.6, .6);
	transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	-webkit-transition: .5s;
}
.skew-box ul li:hover font {
	visibility: visible;
	opacity: 1;
	transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transition: .25s .4s;
	-moz-transition: .25s .4s;
	-ms-transition: .25s .4s;
	-o-transition: .25s .4s;
	-webkit-transition: .25s .4s;
}
.skew-box ul li font h1 {
	color: #fff;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-size:32px;
	font-weight:400;
	line-height:1.2;
}
.skew-box ul li font b {
	color: #fff;
	font-size:15px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	font-family: 'AddFont', Microsoft Yahei;
}
.skew-box ul li font p {
	color: #fff;
	margin-top: 10px;
	overflow: hidden;
	font-size:16px;
	max-height: 140px;
}
.skew-box ul li font a {
	color: #023894;
	float: right;
	width: 180px;
	height: 50px;
	margin: 15px 15px 0 0;
	line-height: 50px;
	text-align: center;
	position: relative;
	font-size:16px;
}
.skew-box ul li font a:before {
	background: #fff;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	position: absolute;
	z-index: -1;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.skew-box ul li font a:hover:before {
	background: #e6e6e6;
}
.skew-box ul li span {
	width: 100%;
	transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	overflow: hidden;
	display: block;
	position: relative;
}
.skew-box ul li span:before {
	width: 100%;
	height: 100%;
	background: #023894;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 999;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.skew-box ul li:hover span:before {
	opacity: .6;
}
.skew-box ul li span img {
	transform: skewX(15deg);
	-moz-transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-o-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	width: 100%;
	margin-left: -15%;
	display: block;
}
}
@media (max-width:1599px) {
.skew-box ul li strong i {
	font-size: 50px;
}
.skew-box ul li font {
	padding: 0 15%;
	left: -4%;
	bottom: 17%;
}
.skew-box ul li font p {
	max-height: 130px;
}
.skew-box ul li font a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	margin: 10px 10px 0 0;
}
}
@media (max-width:1199px) {
.skew-box ul li strong i {
	font-size: 45px;
}
.skew-box ul li font {
	padding: 0 13%;
	left: -3%;
	bottom: 13%;
}
.skew-box ul li font p {
	max-height: 120px;
}
.skew-box ul li font a {
	width: 140px;
	height: 40px;
	line-height: 40px;
	margin: 10px 10px 0 0;
}
}
@media (max-width:991px) {
.skew-box ul:before {
	height: 50%;
}
.skew-box ul:after {
	height: 50%;
}
.skew-box ul:after {
	display: block;
	clear: both;
	content: '';
}
.skew-box ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%;
	float: left;
	position: relative;
}
.skew-box ul li span {
	width: 100%;
	display: block;
	position: relative;
}
.skew-box ul li span:before {
	width: 100%;
	height: 100%;
	background: #023894;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	z-index: 995;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
}
.skew-box ul li:hover span:before {
	opacity: .6;
}
.skew-box ul li span img {
	width: 100%;
	display: block;
}
.skew-box ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.skew-box ul li strong {
	position: absolute;
	left: 0;
	bottom: 30%;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.skew-box ul li strong i {
	font-size: 45px;
	color: #fff;
	line-height: 1.2;
}
.skew-box ul li strong img {
	max-width: 100px;
	max-height: 100px;
	margin: 0 auto;
	display: block;
}
.skew-box ul li strong h2 {
	color: #fff;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.skew-box ul li strong b {
	color: #fff;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.skew-box ul li font {
	display: none;
}
}
@media (max-width:767px) {
.skew-box ul li strong {
	bottom: 25%;
	line-height: 1.2;
}
.skew-box ul li strong img {
	max-width: 50px;
	max-height: 50px;
}
.skew-box ul li strong i {
	font-size: 30px;
	line-height: 1;
}
.skew-box ul li strong h2 {
	font-size: 20px;
}
.skew-box ul li strong b {
	font-size: 12px;
}
}



.floor_2_main {
	background: url(../images/iyoushi.jpg) no-repeat center top;
	height: 800px;
	overflow: hidden;
}
.floor_2, .floor_3 {
	padding: 80px 0;
	position: relative;
}
.floor_2 .title {
	color: #fff;
	text-align: center;
	width: 100%;
	padding-bottom: 30px;
}
.floor_2 .title h3 {
	font-size: 30px;
	font-weight: normal;
	display: block;
	line-height: 30px;
	background: url(../images/title.png) no-repeat center;
}
.floor_2 .title p {
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
	font-family: "AvantGardeITVbyBT Book", arial;
	padding-top: 14px;
}
.iyoushi {
	background: url(../images/bieshu.png) no-repeat 460px center;
	height: 536px;
	overflow: hidden;
}
.iyoushi .item {
	width: 375px;
	height: 128px;
	background: url(../images/yousitem.png) no-repeat left top;
	float: left;
	margin-top: 40px;
}
.iyoushi .item a {
	display: block;
	padding: 40px;
}
.iyoushi .item .img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
	margin-left: 10px;
}
.iyoushi .item .img img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	display: block;
}
.iyoushi .item .txt {
	width: 140px;
	padding-left: 60px;
	color: #fff;
}
.iyoushi .item .txt h3 {
	font-size: 20px;
	font-weight: bold;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.iyoushi .item .txt p {
	font-family: arial;
	color: #cccccc;
	padding-top: 0;
}
.iyoushi .it1, .iyoushi .it5 {
	margin-left: 62px;
	margin-right: 60px;
}
.iyoushi .it2, .iyoushi .it6 {
	margin-right: 65px;
	float: right;
}
.iyoushi .it4 {
	float: right;
}
.iyoushi .item:hover {
	background: url(../images/yousitem_a.png) no-repeat left top;
}
.iyoushi .item:hover .txt h3 {
	color: #3fb150;
}
.iyoushi .item:hover .img img {
	top: -50px;
}