

/*******index css*******/
.indexTit {
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.indexTit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  margin-right: 5px;
}
.indexTit span {
  display: inline-block;
  font-family: arial;
}
.indexTit .more {
  font-family: arial;
}
.indexTit .more:hover {
  color: #055cbd;
}
.indexTit .prev,
.indexTit .next {
  width: 15px;
  height: 9px;
  position: absolute;
  right: 0;
  z-index: 20;
  cursor: pointer;
}
.indexTit .prev:hover,
.indexTit .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.indexTit .prev {
  top: 5px;
  background-position: -57px 0;
}
.indexTit .next {
  top: 18px;
  background-position: -82px 0;
}
.txtitem {
  width: 100%;
  height: 100px;
  margin-bottom: 26px;
  display: block;
  overflow: hidden;
}
.txtitem .img {
  width: 150px;
  height: 100px;
  display: block;
  margin-right: 18px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.txtitem .t {
  line-height: 20px;
  height: 40px;
  font-size: 16px;
  margin-bottom: 7px;
  padding-top: 8px;
  overflow: hidden;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.txtitem .time {
  color: #999999;
  font-size: 12px;
  font-family: arial;
  margin-left: 8px;
}
.txtitem .txt {
  height: 36px;
  overflow: hidden;
  line-height: 18px;
  font-size: 12px;
  color: #888888;
}
.txtitem:hover .img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.txtitem:hover .t {
  color: #055cbd;
}
.imgitem {
  width: 110px;
  float: left;
  margin-left: 25px;
}
.imgitem .img {
  width: 110px;
  height: 80px;
  display: block;
  margin-bottom: 6px;
}
.imgitem h3 {
  position: relative;
  padding-left: 20px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  color: #0b0306;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.imgitem h3 s {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 2px;
  background-position: -145px 0;
}
.imgitem:hover h3 {
  color: #055cbd;
}
.txtlist {
  width: 100%;
}
.txtlist li {
  width: 100%;
  height: 39px;
  line-height: 39px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  position: relative;
}
.txtlist li a {
  width: 100%;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.txtlist li .down {
  width: 20px;
  height: 16px;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 12px;
  background-position: -111px 0;
}
.txtlist li s,
.txtlist li i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  font-style: normal;
  color: #fff;
  text-decoration: none;
  font-family: arial;
  text-align: center;
}
.txtlist li s {
  background: #61ae3e;
}
.txtlist li i {
  background: #055cbd;
}
.txtlist li .time {
  float: right;
  font-family: arial;
  color: #a0a0a0;
  font-size: 12px;
}
.iscroll {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
  position: relative;
}
.iscroll .con {
  width: 990px;
  height: 38px;
  line-height: 38px;
  padding: 0 20px 0 136px;
  overflow: hidden;
  border-right: 1px solid #e8e8e8;
}
.iscroll .t {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: -1px;
  top: -1px;
  color: #fff;
  background: #055cbd;
}
.iscroll .t s {
  width: 22px;
  height: 18px;
  margin-right: 2px;
  background-position: -25px 0;
}
.iscroll .prev,
.iscroll .next {
  position: absolute;
  top: 12px;
  z-index: 20;
  cursor: pointer;
}
.iscroll .prev {
  right: 28px;
  border-style: dashed solid dashed dashed;
  border-color: transparent #b1b1b1 transparent transparent;
  border-width: 7px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.iscroll .prev:hover {
  border-style: dashed solid dashed dashed;
  border-color: transparent #055cbd transparent transparent;
  border-width: 7px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.iscroll .next {
  right: 5px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #b1b1b1;
  border-width: 7px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.iscroll .next:hover {
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #055cbd;
  border-width: 7px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.iscroll ul {
  width: 100%;
  line-height: 38px;
  overflow: hidden;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.iscroll ul li {
  width: 100%;
  height: 38px;
  line-height: 38px;
}
.iscroll ul li span {
  color: #333333;
  font-family: arial;
}
.iscroll ul li a {
  width: 100%;
  display: block;
  font-size: 14px;
}
.floor1 {
  border-bottom: 1px solid #e8e8e8;
}
.floor1_1 {
  width: 382px;
  float: left;
  height: 425px;
  padding: 20px 30px 0;
  border-right: 1px solid #e8e8e8;
}
.floor1_2 {
  width: 382px;
  float: left;
  height: 425px;
  padding: 20px 30px 0;
  border-right: 1px solid #e8e8e8;
}
.floor1_2 .txtitem {
  margin-bottom: 22px;
}
.floor1_3 {
  width: 312px;
  height: 445px;
  float: right;
}
.floor1_3 .btn {
  width: 252px;
  height: 50px;
  display: block;
  padding: 25px 30px;
  border-bottom: 1px solid #e8e8e8;
  line-height: 14px;
}
.floor1_3 .btn s {
  width: 60px;
  height: 50px;
  float: left;
  margin-right: 10px;
  background-position: 3px -26px;
  border-right: 1px solid #e8e8e8;
}
.floor1_3 .btn span {
  width: 18px;
  height: 32px;
  margin-right: -10px;
  margin-top: 10px;
  float: right;
  background-position: -168px -27px;
}
.floor1_3 .btn h3 {
  color: #055cbd;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 4px;
}
.floor1_3 .btn em {
  font-style: normal;
  line-height: 12px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #a7a7a7;
  font-family: arial;
}
.floor1_3 .btn.btn2 s {
  background-position: -56px -23px;
}
.floor1_3 .indexTit {
  width: 252px;
  margin: 30px 30px 2px;
}
.floor1_3 .txtlist {
  width: 252px;
  padding: 0 30px;
  margin: 0 auto !important;
}
.floor1_3 .txtlist li:first-child {
  border-top: 0;
}
.istyle {
  width: 1140px;
  position: relative;
  overflow: hidden;
  margin: 25px auto 0;
  padding-bottom: 38px;
}
.istyle .list {
  width: 200%;
}
.istyle li {
  width: 280px;
  height: 200px;
  border: 1px solid #e8e8e8;
  float: left;
  margin-right: 27px;
}
.istyle li img {
  width: 280px;
  height: 160px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.istyle li h3 {
  height: 38px;
  line-height: 38px;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.istyle li:hover h3 {
  color: #055cbd;
}
.istyle.videolist li {
  width: 266px;
  height: 240px;
}
.istyle.videolist li img {
  width: 266px;
  height: 200px;
}
.floor2 {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.floor2_1 {
  width: 382px;
  float: left;
  height: 180px;
  padding: 20px 30px 0;
  border-right: 1px solid #e8e8e8;
}
.floor2_1 .ml0 {
  margin-left: 0;
}
.floor2_2 {
  width: 382px;
  float: left;
  height: 180px;
  padding: 20px 30px 0;
  border-right: 1px solid #e8e8e8;
}
.floor2_2 .indexTit {
  margin-bottom: 5px;
}
.floor2_2 .txtlist li:first-child {
  border-top: 0;
}
.floor2_3 {
  width: 252px;
  height: 180px;
  padding: 20px 30px 0;
  float: right;
}
.floor2_3 .indexTit {
  margin-bottom: 5px;
}
.floor2_3 .txtlist li:first-child {
  border-top: 0;
}
.icooper {
  width: 1140px;
  position: relative;
  overflow: hidden;
  margin: 25px auto 0;
  padding-bottom: 20px;
}
.icooper .prev,
.icooper .next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 60px;
  cursor: pointer;
}
.icooper .prev {
  left: 0;
  background-position: -117px -27px;
}
.icooper .prev:hover {
  background-position: -117px -48px;
}
.icooper .next {
  right: 0;
  background-position: -140px -27px;
}
.icooper .next:hover {
  background-position: -140px -48px;
}
.icooper .icooperCon {
  width: 1080px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.icooper .icooperCon .list {
  width: 300%;
  transition: none;
}
.icooper .icooperCon li {
  width: 198px;
  height: 58px;
  float: left;
  margin-right: 20px;
  border: 1px solid #e8e8e8;
}
.icooper .icooperCon li img {
  width: 198px;
  height: 58px;
  display: block;
}
.icooper .icooperCon li a {
  display: block;
}
.icooper .icooperCon li:hover {
  border-color: #055cbd;
}
.fix-nav {
  width: 118px;
  border: 1px solid #e5e5e5;
  border-top: 0;
  position: fixed;
  z-index: 999;
  left: 10px;
  bottom: 200px;
  background: #fff;
}
.fix-nav a {
  width: 100%;
  height: 33px;
  line-height: 33px;
  text-align: center;
  display: block;
  border-top: 1px solid #e5e5e5;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.fix-nav a:hover {
  background: #055cbd;
  color: #fff;
}
/********toolbar1*********/
.toolbar1 {
  width: 77px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 999;
  border: 1px solid #e8e8e8;
}
.toolbar1 .icon {
  width: 40px;
  height: 40px;
  display: block;
  margin: 11px auto 0;
  background: url(../images/fix-ico.png) no-repeat -2px 5px;
}
.toolbar1 dd {
  width: 77px;
  height: 90px;
  border-top: 1px solid #f6f6f6;
  position: relative;
}
.toolbar1 dd i {
  width: 77px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
}
.toolbar1 dd:first-child i {
  border-top: 0;
}
.toolbar1 dd.item1 i .icon {
  background-position: center 2px;
}
.toolbar1 dd.item2 i .icon {
  background-position: center -65px;
}
.toolbar1 dd.item3 i .icon {
  background-position: center -128px;
}
.toolbar1 dd.return-top {
  display: none;
}
.toolbar1 dd.return-top i .icon {
  background-position: center -187px;
}
.toolbar1 dd .pop {
  position: absolute;
  right: 145px;
  top: -45px;
  background: #055cbd;
  display: none;
}
.toolbar1 dd .pop-code {
  width: 120px;
  padding: 10px 10px 0;
}
.toolbar1 dd .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar1 dd .pop-code h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f2e8e1;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar1 dd .zx {
  width: 190px;
  position: absolute;
  right: -210px;
  bottom: 0;
  background: #fff;
  z-index: 1000;
  box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
}
.toolbar1 dd .zx .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: 0;
}
.toolbar1 dd .zx .title {
  padding: 0 20px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  background: #444;
}
.toolbar1 dd .zx .title s {
  width: 16px;
  height: 16px;
  margin-top: 20px;
  cursor: pointer;
  background-position: 0 -240px;
}
.toolbar1 dd .zx .qq {
  padding: 0 30px;
  height: 42px;
  display: block;
  line-height: 42px;
  font-size: 12px;
  background: #e5e5e5;
}
.toolbar1 dd .zx .qq s {
  width: 22px;
  height: 22px;
  background-position: 0 -267px;
}
.toolbar1 dd .zx .ztel {
  padding: 20px 30px;
  line-height: 22px;
  font-size: 12px;
  background: #fff;
}
.toolbar1 dd .zx .ztel s {
  width: 22px;
  height: 22px;
  background-position: 0 -302px;
}
.toolbar1 dd .zx .ztel strong {
  display: block;
  font-size: 14px;
}
.toolbar1 dd:hover i {
  background: #f3f3f3;
}
/***********category  css*************/
.clear {
  clear: both;
  font-size: 0px;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0px;
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.nybanner {
  width:1200px;
  height: 200px;
  overflow: hidden;
  display: block;
  margin: 0px auto 10px; margin-top:10px;
}
.nybanner img {
  width: 100%;
  display: block;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
}
.wrapper .n-tit1 {

  height: 55px;
  line-height: 55px;
}
.wrapper .n-tit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-weight: bold;
  color: #055cbd;
  font-size: 20px; padding-top:14px;
}
.wrapper .n-tit s {
  float: right;
  margin-top: 22px;
  background-position: 0 -91px;
  width: 22px;
  height: 22px;
}
.wrapper .location {
  border-bottom: 1px solid #d9d9d9;
  height: 55px;
  line-height: 55px;
}
.wrapper .location h3 {
  color: #333;padding-left: 16px;border-left: #0060aa solid 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height:20px;
  line-height:20px;
  font-size: 20px;margin-top: 18px;

float: left;
}
.wrapper .location .sitepath {
  float: right;
  color: #666;
}
.wrapper .leftNav {
  width: 240px;
}
.wrapper .leftNav .list {
  margin-top: 10px;
}
.wrapper .leftNav .list li {
  border-bottom: 1px solid #ededed;
  height: 46px;
  line-height: 46px;
  position: relative;
}
.wrapper .leftNav .list li a {
  font-size: 14px;
  color: #4d485b;
  display: block;
}
.wrapper .leftNav .list li s {
  width: 15px;
  height: 15px;
  margin-top: 15px;
  float: right;  background: url(../images/icon.png) no-repeat center center ;
  background-position: -166px -321px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.wrapper .leftNav .list li:hover a,
.wrapper .leftNav .list li.hover a {
  color: #055cbd;
}
.wrapper .leftNav .list li:hover s,
.wrapper .leftNav .list li.hover s {
  background-position: -166px -342px;
}

.wrapper .leftNav h2{font-weight: bold;color: #055cbd;font-size: 20px;}
.wrapper .leftNav dl{ padding-top:14px;}
.wrapper .leftNav dl a{ display:inline-block;  margin-top:4px;border-bottom: 1px solid #ededed; padding-bottom:12px;}
.wrapper .leftNav dl a img{ float:left; display:block; width:100px; height:74px;}
.wrapper .leftNav dl a p{ font-size:14px; color:#666; float:left; line-height:22px; padding-left:14px; float:left; width:126px;}
.wrapper .leftNav dl a span{ display:block; font-size:12px; color:#666; line-height:12px; padding-top:10px;}
.wrapper .leftNav dl a:hover p{ color:#0060aa;}


.wrapper .content {
  width: 900px; min-height:600px;
}
.wrapper .content .about {
  line-height: 30px;
  padding: 15px 0;
}
.wrapper .about img {
  max-width: 100%;
}
.wrapper .news ul {
  padding-top: 30px;
}
.wrapper .news li {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.wrapper  .news li a {
  display: block;
}
.wrapper .news li .left img {
  width: 186px;
  height: 138px;
  display: block;
  border: 1px solid #e3e3e3;
}
.wrapper .content .news li .left {
  width: 186px;
}
.wrapper .content .news li .right {
  width: 680px;
}
.wrapper .news li .right span {
  color: #acacac;
  margin-top: 10px;
  display: block;
  position: relative;
}
.wrapper .news li .right span i {
  width: 12px;
  height: 12px;
  background-position: -69px -92px;
  position: absolute;
  left: 0;
  top: 5px;
  transition: 0.2s ease-out;
}
.wrapper .news li .right h1 {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding-bottom: 5px;
}
.wrapper .news li .right p {
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.wrapper .news li .right a:hover h1 {
  color: #055cbd;
}
.wrapper .news li .right a:hover span i {
  background-position: -69px -113px;
}
.wrapper .news2 ul {
  padding-top: 20px;
}
.wrapper .news2 li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.wrapper .news2 span {
  color: #acacac;
  margin-top: 10px;
  display: block;
  position: relative;
}
.wrapper .news2 span i {
  width: 12px;
  height: 12px;
  background-position: -69px -92px;
  position: absolute;
  left: 0;
  top: 9px;
  transition: 0.2s ease-out;
}
.wrapper .news2 span h1 {
  font-size: 14px;
  color: #4d485b;
  line-height: 30px;
  padding-bottom: 5px;
}
.wrapper .news2 span p {
  line-height: 20px;
  font-size: 12px;
  color: #333;
}
.wrapper .istyle {
  width: 100%;
}
.wrapper .istyle .list {
  width: 111%;
}
.wrapper .istyle .item {
  margin-right: 27px;
  margin-bottom: 20px;
}
.wrapper .product ul {
  padding-top: 30px;
  width: 105%;
}
.wrapper .product li {
  float: left;
  width: 240px;
  margin-right: 24px;
  margin-bottom: 45px;
}
.wrapper .product li img {
  width: 238px;
  height: 178px;
  border: 1px solid #ebebeb;
}
.wrapper .product li h1,
.wrapper .product li h2 {
  font-weight: 100;
  line-height: 24px;
  font-size: 14px;
  color: #4d485b;
}
.wrapper .product li p {
  text-align: center;
}
.wrapper .service ul {
  padding-top: 10px;
}
.wrapper .service ul li {
  line-height: 64px;
  height: 64px;
  border-bottom: 1px solid #ededed;
  position: relative;
}
.wrapper .service ul li a {
  font-size: 14px;
  display: block;
  width: 100%;
  color: #4d485b;
}
.wrapper .service ul li a:hover {
  color: #055cbd;
}
.wrapper .service ul li .left {
  width: 700px;
  padding-left: 25px;
  display: block;
}
.wrapper .service ul li .left i {
  position: absolute;
  left: 0;
  transition: 0.2s ease-out;
  top: 26px;
  width: 17px;
  height: 16px;
  background-position: -99px -90px;
}
.wrapper .service ul li:hover .left i {
  background-position: -125px -90px;
}
.wrapper .service ul li .right {
  padding-right: 30px;
}
.wrapper .service ul li .right b {
  border: 1px solid #d0d0d0;
  color: #055cbd;
  background: #fff;
  height: 22px;
  line-height: 22px;
  padding: 1px 20px;
  display: block;
  margin-top: 19px;
}
.wrapper .service ul li:hover .right b {
  background: #055cbd;
  color: #fff;
  border: 1px solid #055cbd;
}
.wrapper .service ul li .right div {
  background: #d0d0d0;
  width: 30px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 19px;
  z-index: 2;
}
.wrapper .service ul li .right div i {
  width: 20px;
  height: 13px;
  position: absolute;
  background-position: 0 -118px;
  top: 7px;
  right: 6px;
  transition: 0.2s ease-out;
}
.wrapper .service ul li:hover .right div {
  background: #61ae3e;
}
.remmleft {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.remmleft .hd {
  overflow: hidden;
}
.remmleft .hd .prev,
.remmleft .hd .next {
  display: block;
  width: 15px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 90px;
  z-index: 10;
  opacity: 0;
}
.remmleft:hover .hd .prev,
.remmleft:hover .hd .next {
  opacity: 1;
}
.remmleft .hd .prev {
  background-position: -412px -153px;
  left: 1px;
}
.remmleft .hd .next {
  background-position: -449px -153px;
  right: 2px;
}
.remmleft .bd {
  width: 100%;
  padding-top: 30px;
}
.remmleft .bd ul {
  overflow: hidden;
  zoom: 1;
}
.remmleft .bd ul li {
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-right: 23px;
}
.remmleft .bd ul li a {
  text-align: left;
  line-height: 24px;
}
.remmleft .bd ul li a h1,
.remmleft .bd ul li a h2 {
  font-weight: 100;
  text-align: left;
  color: #4d485b;
  font-size: 14px;
}
.remmleft .bd ul li a img {
  width: 238px;
  height: 178px;
  display: block;
  border: 1px solid #e3e3e3;
  border-right: none;
}
.remmleft .bd ul li a:last-child img {
  border-right: 1px solid #e3e3e3;
}
.contactMsg {
  width: 100%;
  padding: 40px 0;
}
.contactMsg .contactMsgCon{ position:relative;}
.contactMsg .mitem {
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-bottom: 26px;
}
.contactMsg .mitem label {
  width: 82px;
  float: left;
  color: #666666;
  padding-right: 5px;
  text-align: right;
}
.contactMsg .mitem .red {
  color: red;
  margin-left: 10px;
  font-size: 12px;
}
.contactMsg .mitem input {
  width: 360px;
  height: 40px;
  line-height: 40px;
  float: left;
  padding-left: 10px;
  border: 0px;
  font-size: 14px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}
.contactMsg .mitem .msg-box {
  position: absolute;
  left: 88px;
}
.contactMsg .mitem.liuyan {
  width: 400px; position:absolute; right:0; top:0;
  height: 174px;
}
.contactMsg .mitem.liuyan textarea {
  width: 380px;
  float: left;
  height: 152px;
  border: 0px;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  overflow: hidden;
  color: #666;
  resize: none;
  font-family: "microsoft yahei";
  outline: none;
}
.contactMsg .itemsub {
  padding-left: 87px;
  height: 40px;
  line-height: 40px;
  position: relative;
}
.contactMsg .itemsub .btn {
  width: 147px;
  height: 40px;
  line-height: 40px;
  float: left;
  border: 0px;
  color: #fff;
  background: #055cbd;
  cursor: pointer;
}
.contactMsg .itemsub .btn.reset {
  background: #999;
  margin-left: 20px;
}
.jobPage {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
}
.jobPage .title {
  width: 100%;
  height: 16px;
  position: relative;
  border-top: 1px solid #ccc;
}
.jobPage .title span,
.jobPage .title h3 {
  position: absolute;
  left: 0;
  top: -14px;
  line-height: 28px;
  background: #fff;
  display: block;
  padding-right: 14px;
  font-size: 18px;
  color: #000;
}
.jobPage .title span b {
  font-weight: normal;
  color: #055cbd;
  display: inline-block;
  padding: 0 10px;
}
.jobPage .title h3 {
  color: #055cbd;
  font-weight: normal;
}
.jobPage .cont {
  padding-top: 20px;
}
.jobPage .cont .item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #055cbd;
  padding: 10px 20px 0;
  margin-bottom: 20px;
  position: relative;
}
.jobPage .cont .item .top {
  height: 65px;
  cursor: pointer;
}
.jobPage .cont .item .top span {
  display: inline-block;
}
.jobPage .cont .item .top span.sarry {
  color: #055cbd;
  margin-right: 36px;
}
.jobPage .cont .item .top .time {
  color: #999;
}
.jobPage .cont .item .top h3 {
  font-size: 18px;
  font-weight: normal;
  color: #055cbd;
}
.jobPage .cont .item .top p {
  display: block;
}
.jobPage .cont .item .bottom {
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  padding-bottom: 20px;
}
.jobPage .cont .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 .cont .item.hover {
  background: #f9f9f9;
}
.jobPage .cont .item.hover .btn {
  display: block;
}
.jobPage .left {
  width: 800px;
}
.jobPage .right {
  width: 350px;
}
.jobPage .right .item {
  margin-bottom: 74px;
}
.jobPage .right .item .cont {
  line-height: 28px;
}
.jobPage .right .item .cont img {
  margin-left: 10px;
}
/*showNews*/
.shareNew {
  padding-bottom: 20px;
}
.showNews {
  padding-top: 20px;
}
.showNews .title {
  font-size: 22px;
  color: #333333;
  text-align: center;
  margin: 10px 0 10px;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 2px 30px;
  line-height: 30px;
}
.showNews .showContxt img{ max-width: 100%;}
.showNews .showContxt .t {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #333;
  padding: 0 2px 5px;
  font-size: 16px;
  margin-bottom: 10px;
}
.showNews .showContxt .t:after {
  width: 20px;
  height: 2px;
  content: "\20";
  background: #055cbd;
  display: block;
  position: absolute;
  left: 2px;
  bottom: -1px;
}
.showNews .title2 {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.showNews .title2 a {
  float: right;
  font-size: 12px;
  font-family: arial;
}
.showNews .title2 .left {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 3px solid #4d485b;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0 20px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #055cbd;
}
/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 32px;
  line-height: 32px;
  float: left;
  color: #666;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin-left: 20px;
}
.pager ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 36px;
  margin-left: 7px;
  padding: 0 14px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  color: #666;
  border: 1px solid #ddd;
  text-decoration: none;
  float: left;
  background: #fff;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.pager ul a.current,
.pager ul a:hover {
  background-color: #055cbd;
  border-color: #055cbd;
  color: #fff;
}
.contactMsg2 {
  padding: 3% 0 5%;
}
.contactMsg2 p {
  padding-left: 80px;
  padding-top: 10px;
}
.contactMsg2 .formclass .btn {
  border: 0px;
}
.contactMsg2 .h4 {
  font-size: 16px;
}
.hvr-linear {
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.hvr-linear:before {
  position: absolute;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 85%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 85%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hvr-linear:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.content1{ padding-bottom:140px;}
.mapArea2 {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.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;padding-top: 12px;
}
.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: 14%;
  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: #055cbd;
  color: #fff;
}




/*******font-face********/
@font-face {
  font-family: axis;
  src: url('../font/axis.eot');
  src: url('../font/axis.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/axis.woff') format('woff'), /* Modern Browsers */ url('../font/axis.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/axis.svg#axis') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: dine;
  src: url('../font/dine.eot');
  src: url('../font/dine.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/dine.woff') format('woff'), /* Modern Browsers */ url('../font/dine.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/dine.svg#dine') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
