@charset "UTF-8";
html {
  min-width: 1280px;
}
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", "Arial";
  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;
  outline: 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: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0055a7;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header_main*/
.header_main {
  height: 35px;
  line-height: 35px;
  background: #0055a7;
  width: 100%;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 120;
}
.header_main .head {
  width: 1200px;
  margin: 0 auto;
}
.header_main .head_right {
  position: relative;
}
.header_main .head_right span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 33px;
  line-height: 33px;
}
.header_main .head_right span.moblie {
  margin: 0 5px;
  cursor: pointer;
  height: 30px;
  line-height: 26px;
  background-position: -50px -4px;
  width: 93px;
  text-align: center;
  text-indent: 40px;
}
.header_main .head_right a {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.header_main .head_right a:hover {
  color: #eee600;
}
.header_main .head_right .imgbox {
  position: absolute;
  left: 10%;
  top: 40px;
  width: 150px;
  height: 150px;
  background: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  display: none;
}
.header_main .head_right .imgbox img {
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.header_main.index_head .head {
  width: 100%;
}
.header_main.index_head .hy {
  padding-left: 3%;
}
.header_main.index_head .head_right {
  padding-right: 3%;
}
.top_main {
  width: 100%;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  position: relative;
}
.top_main .top {
  width: 1200px;
  margin: 0 auto;
}
.top_main .logo {
  height: 80px;
  display: block;
}
.top_main .logo img {
  max-width: 100%;
  display: block;
  padding-top: 0;
  vertical-align: middle;
  height: 80px;
}
.top_main .nav {
  position: relative;
}
.top_main .nav li {
  float: left;
  display: inline-block;
  list-style: none;
  font-size: 14px;
  text-align: center;
  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;
}
.top_main .nav li a {
  display: block;
  text-align: center;
  position: relative;
  color: #333;
  height: 80px;
  line-height: 80px;
  padding: 0 0 0 50px;
  transition: all .36s ease;
}
.top_main .nav li em {
  width: 60px;
  height: 2px;
  position: absolute;
  background: #0055a7;
  bottom: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  right: 0;
  display: none;
}
.top_main .nav li:first-child em {
  width: 28px;
}
.top_main .nav li.hover em {
  display: block;
}
.top_main .nav li:hover a {
  color: #0055a7;
}
.top_main .nav li .subnav {
  display: none;
  position: absolute;
  top: 58px;
  left: 25px;
  z-index: 199;
  width: 110px;
  height: auto;
  border-width: 2px 0 0;
  border-style: solid;
  border-color: #0055a7;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
}
.top_main .nav li .subnav a {
  height: 40px;
  line-height: 40px;
  transition: all .36s ease;
  font-weight: 500;
  padding: 0 24px;
  display: block;
  transition: all .2s ease-in-out;
  font-size: 12px;
  color: #666;
}
.top_main .nav li .subnav a:hover,
.top_main .nav li .subnav a.hover {
  display: block;
  color: #fff !important;
  background: #0055a7;
  font-weight: normal;
}
.top_main.index_top .top {
  width: 100%;
}
.top_main.index_top .logo {
  padding-left: 3%;
}
.top_main.index_top .nav {
  padding-right: 3%;
}
/*copyright*/
.returnTop {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 1%;
  bottom: 60px;
  z-index: 100;
  background: url(../images/block50.png) repeat 0 0;
  border-radius: 5px;
}
.returnTop s {
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/returnTop.png) no-repeat center center;
}
.returnTop:hover {
  background-image: url(../images/block60.png);
}
.footer_main {
  width: 100%;
  font-size: 12px;
  background: #1e1e1e;
}
.footer_main .bottom_nav {
  background: #0055a7;
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.footer_main .bottom_nav .list {
  width: 118%;
}
.footer_main .bottom_nav li {
  width: 100px;
  padding-right: 120px;
  float: left;
}
.footer_main .bottom_nav li a {
  display: block;
  color: #fff;
}
.footer_main .bottom_nav li a:hover {
  color: #eee600;
}
.footer_main .footer {
  padding-bottom: 20px;
  padding-top: 50px;
}
.footer_main .botcontact {
  width: 800px;
}
.footer_main .botcontact .tit {
  border-bottom: 1px solid #404040;
  padding-bottom: 20px;
  position: relative;
}
.footer_main .botcontact .tit h3 {
  font-size: 24px;
  color: #cacaca;
}
.footer_main .botcontact .tit s {
  width: 100px;
  height: 3px;
  display: block;
  background: #0055a7;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.footer_main .botcontact .cont {
  padding-top: 46px;
  color: #cacaca;
}
.footer_main .qcode {
  width: 350px;
  color: #cacaca;
}
.footer_main .qcode .ewm {
  width: 132px;
  height: 132px;
  display: block;
  border: 1px solid #484848;
  padding: 8px;
  margin-left: 20px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  float: left;
}
.footer_main .qcode .ewm img {
  width: 130px;
  height: 130px;
  display: block;
  margin-bottom: 10px;
}
.copymain {
  height: 45px;
  line-height: 45px;
  background: #000;
  font-size: 12px;
  color: #fff;
}
.copymain a {
  color: #fff;
}
.copymain a:hover {
  color: #0055a7;
}
.copymain span {
  padding: 0 10px;
  font-family: arial;
}
/*******************index css*********************/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 700px;
}
.banner .list {
  max-height: 700px;
  overflow: hidden;
}
.banner li {
  width: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
}
.banner li:first-child {
  display: block;
}
.banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 3%;
  z-index: 10;
}
.banner .tip span {
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  text-indent: -1000px;
  border: 2px solid #fff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.banner .tip span.cur {
  background: #fff;
}
.banner .prev,
.banner .next {
  width: 25px;
  height: 60px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -27px;
  cursor: pointer;
  background-position: 0 0;
  display: block;
}
.banner .prev {
  left: 3%;
  background-position: 0 0;
}
.banner .next {
  right: 3%;
  background-position: -25px 0;
}
/************index************/
.index .title {
  padding-top: 100px;
  text-align: center;
  margin-bottom: 38px;
  position: relative;
}
.index .title h3 {
  font-size: 48px;
  line-height: 48px;
  color: #0055a7;
  padding-bottom: 20px;
}
.index .title h4 {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  padding-bottom: 16px;
}
.index .title s {
  width: 100px;
  height: 1px;
  display: block;
  background: #dce1e5;
  position: absolute;
  bottom: 28px;
}
.index .title .lef {
  left: 50%;
  margin-left: -300px;
}
.index .title .rig {
  right: 50%;
  margin-right: -300px;
}
.index .more {
  width: 200px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  border: 1px solid #e5e5e5;
  color: #0055a7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.index .more:hover {
  border: 1px solid #0055a7;
  background: #0055a7;
  color: #fff;
}
.index .floor_1_main {
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}
.index .floor_img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.index .floor_img .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.index .floor_img .bd .item {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  float: left;
  width: 100%;
}
.index .floor_img .bd .item a {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 63%;
  overflow: hidden;
  *padding-top: 62%;
}
.index .floor_img .bd .item img {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.index .floor_img .bd .item h3 {
  position: absolute;
  width: 62%;
  height: 60px;
  line-height: 60px;
  background: url(../images/black70.png) repeat left top;
  font-size: 18px;
  color: #fff;
  right: 0;
  bottom: 0;
  padding: 0 15px;
}
.index .floor_img .bd .item:hover img {
  transform: scale(1.03, 1.03);
}
.index .floor_img .btnbox {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 60px;
}
.index .floor_img .btnbox span {
  width: 25px;
  height: 60px;
  display: inline-block;
  cursor: pointer;
}
.index .floor_img .btnbox .prev {
  background-position: 0 0;
}
.index .floor_img .btnbox .prev:hover {
  background-position: 0 -60px;
}
.index .floor_img .btnbox .next {
  background-position: -25px 0;
}
.index .floor_img .btnbox .next:hover {
  background-position: -25px -60px;
}
.index .floor_txt {
  width: 50%;
  background: url(../images/flor_1.jpg) no-repeat right top;
  background-size: cover;
  *width: 49%;
}
.index .floor_txt .cont {
  padding-top: 15%;
  padding-left: 50px;
  padding-bottom: 15%;
  padding-right: 15%;
}
.index .floor_txt .cont a {
  display: block;
}
.index .floor_txt .cont h3 {
  font-size: 36px;
  font-weight: bold;
  color: #0055a7;
}
.index .floor_txt .cont .line {
  width: 50px;
  height: 3px;
  display: block;
  margin: 30px 0;
  background: #0055a7;
}
.index .floor_txt .cont .desc {
  height: 125px;
  overflow: hidden;
  line-height: 30px;
  padding-right: 10%;
  color: #333;
}
.index .floor_txt .cont .more {
  border: 1px solid #0055a7;
}
.index .floor_txt .cont:hover .more {
  background: #0055a7;
  color: #fff;
}
.index .floor_2_main {
  background: #f5f5f5;
  padding: 0;
  overflow: hidden;
}
.index .floor_2_main .floor_img .bd .item h3 {
  left: 0;
  right: auto;
}
.index .floor_2_main .floor_txt {
  background: url(../images/flor_2.jpg) no-repeat left top;
}
.index .floor_2_main .floor_txt .cont {
  padding-right: 100px;
  padding-left: 15%;
}
.index .floor_2_main .btnbox {
  right: 36%;
}
.index .floor_3_main {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
}
.index .floor_3_main .floor_txt {
  background: url(../images/flor_3.jpg) no-repeat right top;
}
.index .floor_4_main {
  width: 100%;
  background: url(../images/floor_4.jpg) no-repeat center top #f3f9ff;
  height: 850px;
}
.index .floor_4_main .more {
  margin: 40px auto 0;
}
.thumblist {
  position: relative;
}
.thumblist .list {
  width: 103%;
}
.thumblist .item {
  float: left;
  width: 380px;
  display: block;
  height: 370px;
  margin-bottom: 40px;
  margin-right: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.thumblist .item a {
  display: block;
}
.thumblist .item .img {
  width: 380px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.thumblist .item .img img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  height: 100%;
  display: block;
}
.thumblist .item .img .jia {
  position: absolute;
  width: 100%;
  height: 45px;
  display: block;
  left: 0;
  bottom: 0;
  background-color: #0055a7;
  display: none;
}
.thumblist .item .img .jia em {
  width: 14px;
  height: 14px;
  display: block;
  margin: 16px auto;
  background-position: -162px 0;
}
.thumblist .item .txt {
  padding: 20px 20px;
  position: relative;
  height: 140px;
}
.thumblist .item .txt h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0 0;
}
.thumblist .item .txt .desc {
  height: 72px;
  overflow: hidden;
  line-height: 20px;
  color: #333;
  font-size: 12px;
  padding-top: 10px;
}
.thumblist .item .txt .time {
  font-size: 12px;
  color: #333;
}
.thumblist .item .txt s {
  width: 0;
  left: 0;
  bottom: -10px;
  position: absolute;
  height: 10px;
  background: #0055a7;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-out .3s;
}
.thumblist .item:hover {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
}
.thumblist .item:hover img {
  transform: scale(1.06, 1.06);
}
.thumblist .item:hover .jia {
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumblist .item:hover .txt s {
  width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper .thumblist .item {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.textlist li {
  height: 126px;
  margin-bottom: 20px;
  transition: all 0.3s linear 0s;
  background: #fff;
}
.textlist li a {
  display: block;
  padding: 28px;
}
.textlist li .time {
  width: 78px;
  height: 70px;
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
  font-family: arial;
  margin-right: 26px;
}
.textlist li .time b {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  display: block;
}
.textlist li h3 {
  font-size: 20px;
  color: #000;
  padding-bottom: 6px;
}
.textlist li p {
  height: 38px;
  overflow: hidden;
  color: #999;
  line-height: 20px;
}
.textlist li:hover {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 30px rgba(249, 104, 170, 0.5);
}
.textlist li:hover h3,
.textlist li:hover p {
  color: #fff;
}
.textlist li:hover .time {
  color: #fff;
}
.formData {
  padding-bottom: 20px;
  padding-top: 14px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 243px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #3f3f3f;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
}
.formData .item label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  color: #878787;
  padding: 0 10px;
}
.formData .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 12px;
}
.formData .item .txt {
  width: 86px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 40px;
  border: 0 none;
  color: #878787;
  font-size: 12px;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .item.xm {
  width: 165px;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 420px;
  height: 54px;
  border: 1px solid #3f3f3f;
  float: left;
}
.formData .liuyan label {
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 370px;
  height: 34px;
  line-height: 28px;
  padding: 10px 10px 10px 40px;
  font-size: 12px;
  font-family: "microsoft yahei";
  color: #878787;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 150px;
  float: right;
}
.formData .sub {
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #292929;
  cursor: pointer;
  font-size: 16px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: #0055a7;
  color: #fff;
}
.formData1 {
  padding-bottom: 20px;
}
.formData1 .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;
}
.formData1 .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;
}
.formData1 .item input {
  outline: none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}
.formData1 .item .txt {
  width: 328px;
  height: 35px;
  line-height: 35px;
  display: block;
  background: none;
  padding-left: 50px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData1 .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData1 .item.mr0 {
  margin-right: 0;
}
.formData1 .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData1 .liuyan {
  width: 1198px;
  height: 180px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData1 .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData1 .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;
}
.formData1 .bot {
  width: 100%;
  float: left;
}
.formData1 .sub {
  width: 232px;
  height: -4px;
  line-height: 38px;
  border: 2px solid #0055a7;
  text-align: center;
  background: #0055a7;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData1 .sub:hover {
  background: none;
  color: #0055a7;
}
.formData1 .yzm {
  width: 432px;
}
.formData1 .yzm .txt {
  padding-left: 80px;
}
.formData1 .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
.targ {
  padding: 15px 0;
}
.targ a {
  display: inline-block;
  padding-right: 10px;
}
/********.fixtool*********/
.rightFix {
  width: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #047fcc;
  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: #047fcc;
  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: #047fcc;
  border-color: #047fcc;
  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-xcx {
  background-position: 11px -39px;
}
.rightFix .fix-xcx:hover {
  background-position: -33px -39px;
}
.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;
}
#shares {
  position: fixed;
  right: 0;
  top: 510px;
  z-index: 99;
  height: 124px;
}
#shares a {
  width: 40px;
  height: 40px;
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 16px;
  text-align: center;
  position: relative;
  transition: all .3s ease-out 0s;
  margin: 0;
  padding: 0;
  float: none;
  background: url(../images/fix-ico.png) no-repeat;
  background-color: #fff;
}
#shares a .fa {
  padding-left: 0;
}
#shares a i {
  margin-top: 12px;
  transition: all .3s ease-out 0s;
  display: none;
}
#shares a i.fa.fa-mobile {
  font-size: 24px;
  margin-top: 8px;
}
#shares a.sweixin {
  top: -1px;
  background-position: 0 -80px;
}
#shares a.sweixin:hover {
  background-position: -40px -80px;
}
#shares a.sweibo {
  background-position: 0 -40px;
}
#shares a.sweibo:hover {
  background-position: -40px -40px;
}
#shares a#gotop {
  margin-top: -2px;
  background-position: 0 -120px;
}
#shares a#gotop:hover {
  background-position: -40px -120px;
}
#shares a:hover {
  border-color: #0055a7;
  z-index: 1;
  background-color: #0055a7;
}
#shares .sweixin img {
  width: 110px;
  height: 110px;
  position: absolute;
  right: -128px;
  top: 0;
  padding: 6px;
  background: #047fcc;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
#shares .sweixin:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 80px;
}
#online_open {
  *zoom: 1;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 468px;
  z-index: 99;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  display: block;
}
#online_open i {
  transition: all .3s ease-out 0s;
}
#online_open a {
  border: 1px solid #e6e6e6;
  display: block;
  font-size: 16px;
  background-color: #fff;
}
#online_open a:hover {
  border-color: #0055a7;
  z-index: 1;
  background-color: #0055a7;
}
#online_open a:hover .fa-comments-o {
  background-position: -40px 0;
}
#online_open .fa-comments-o {
  background-position: 0 0;
  width: 40px;
  height: 40px;
}
#online_lx {
  width: 180px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
  position: fixed;
  right: -200px;
  top: 468px;
  z-index: 99999;
  margin-right: -10px;
}
#olx_head {
  padding: 20px;
  line-height: 16px;
  height: 16px;
  background: #0055a7;
  color: #fff;
  font-size: 14px;
}
#olx_head i {
  cursor: pointer;
  transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  background-position: 0 -160px;
  width: 40px;
  height: 16px;
}
#olx_head:hover i {
  color: #fff;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.fa {
  display: block;
  margin: 0 auto;
  background: url(../images/fix-ico.png) no-repeat center 0;
}
#olx_qq {
  border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}
#olx_qq li a {
  padding: 0 0 0 30px;
  height: 40px;
  line-height: 40px;
  color: #666;
  display: block;
  transition: all ease-out .3s;
  font-size: 12px;
  word-break: break-all;
}
#olx_qq li a i {
  color: inherit;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 18px;
  margin-left: 0;
  width: 16px;
  height: 16px;
  background-position: -66px -160px;
  display: inline-block;
}
#olx_qq li a:hover {
  color: #0055a7;
  background: #eee;
}
#olx_tel {
  padding: 20px 10px;
}
#olx_tel div {
  line-height: 14px;
  height: 14px;
  margin-bottom: 10px;
}
#olx_tel .fa-phone {
  width: 15px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-position: -40px -160px;
  margin: 0;
  margin-right: 20px;
}
#olx_tel p {
  line-height: 18px;
  font-family: HELVETICANEUELTPRO-THEX;
  font-size: 16px;
  word-break: break-all;
}
/*****fei****/
/***********category css*************/
.nyIcon {
  background: url(../images/nyIcon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.nybanner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
.shareNew {
  padding-bottom: 20px;
}
.indexTit {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 46px;
  margin: 0 auto;
}
.indexTit h2 {
  font-size: 36px;
  line-height: 36px;
}
.indexTit .line {
  width: 74px;
  height: 1px;
  display: block;
  background: #0055a7;
  margin: 40px auto 60px;
}
.indexTit .en {
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  color: #e1e1e1;
}
.indexTit h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  padding: 20px 0 0;
}
.wrapper {
  padding: 55px 0 56px;
  min-height: 660px;
}
.wrapper .noinfor {
  padding: 0 0 20px;
  text-align: center;
  color: red;
}
.wrapper .bcontact {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
}
.wrapper .bcontact li {
  width: 399px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e5e5e5;
  text-align: center;
}
.wrapper .bcontact li s {
  width: 60px;
  height: 55px;
  display: block;
  margin: 0 auto;
  background: url(../images/contact-ico.png) no-repeat 0 center;
}
.wrapper .bcontact li h3 {
  font-size: 16px;
  padding: 6px 0 14px;
}
.wrapper .bcontact li.a1 {
  border-left: 0px;
}
.wrapper .bcontact li.baddress s {
  background-position: -70px center;
}
.wrapper .bcontact li.btel s {
  background-position: -144px center;
}
.honorpage .honorlist .item .img {
  background: #eee;
}
.honorpage .honorlist .item .txt {
  border-bottom: 1px solid #eee;
}
.honorpage .honorlist .item .txt h3 {
  color: #333;
}
.honorpage .honorlist .item .txt em {
  background-position: -70px -64px;
}
.honorpage .honorlist .item:hover .txt {
  background: #0055a7;
}
.honorpage .honorlist .item:hover .txt h3 {
  color: #fff;
}
.honorpage .honorlist .item:hover .txt em {
  background-position: -50px -64px;
}
/*n-tit*/
.n-tit {
  margin-bottom: 30px;
}
.n-tit h3 {
  line-height: 35px;
  font-size: 24px;
}
.n-tit s {
  width: 4px;
  height: 22px;
  margin-right: 15px;
  background: #0055a7;
  display: inline-block;
  vertical-align: middle;
}
.n-tit .more {
  font-size: 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.n-project {
  width: 100%;
  padding: 45px 0 20px;
}
.n-project .textlist {
  overflow: hidden;
}
.n-project .textlist .list {
  width: 118%;
}
.n-project .textlist .item {
  float: left;
  margin-right: 130px;
  width: 520px;
  margin-bottom: 40px;
}
.relateNews {
  padding: 55px 0 40px;
  width: 100%;
  overflow: hidden;
}
.relateNews .cont {
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
}
.relateNews li {
  width: 530px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.relateNews li a {
  display: block;
  width: 100%;
}
.relateNews li img {
  width: 180px;
  height: 90px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews li h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 16px;
}
.relateNews li .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 0;
  overflow: hidden;
}
.relateNews li .time {
  color: #999999;
  font-size: arial;
  display: none;
}
.reCase {
  padding: 0 0 40px;
  width: 100%;
  overflow: hidden;
}
.reCase .cont {
  overflow: hidden;
}
.reCase .list {
  width: 120%;
}
.reCase li {
  width: 530px;
  float: left;
  margin-right: 65px;
  margin-bottom: 20px;
}
.reCase li a {
  display: block;
  width: 100%;
}
.reCase li img {
  width: 216px;
  height: 135px;
  display: block;
  float: left;
  margin-right: 20px;
}
.reCase li h3 {
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin-bottom: 6px;
  font-size: 16px;
}
.reCase li .txt {
  color: #666;
  line-height: 24px;
  height: 48px;
  margin-bottom: 5px;
  overflow: hidden;
}
.reCase li .time {
  color: #999999;
  font-size: arial;
}
.reCase li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.hide {
  display: none !important;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eee;
}
.location .w1200 {
  position: relative;
}
.location.fixt {
  position: fixed;
  top: 40px;
}
.location .sitepath {
  color: #363636;
  width: 400px;
  white-space: nowrap;
}
.location .sitepath s {
  width: 36px;
  height: 16px;
  background-position: -50px -40px;
  margin-right: 6px;
}
.location .sitepath a {
  color: #363636;
}
.location .sitepath a:hover {
  color: #0055a7;
}
.location .menu {
  height: 50px;
  line-height: 50px;
}
.location .menu span {
  width: 1px;
  height: 16px;
  margin: 0 16px 0 14px;
  background-position: -206px -36px;
}
.location .menu li {
  padding: 0;
  height: 50px;
  line-height: 50px;
  margin-left: 35px;
  text-align: center;
  -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: #363636;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.location .menu li a {
  display: block;
  position: relative;
}
.location .menu li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0055a7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.location .menu li .box {
  width: 100%;
  text-align: left;
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
.location .menu li .box dl {
  position: relative;
}
.location .menu li .box dd {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
  margin-right: 14px;
  text-align: center;
  width: 158px;
}
.location .menu li .box dd .a1 {
  border: 1px solid #ddd;
  background: #f8f8f8;
  display: block;
}
.location .menu li .box dd s {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  background: #999;
  margin-right: 5px;
  display: none;
}
.location .menu li .box dd.hover .a1 {
  background: #fff;
  border: 1px solid #0055a7;
  color: #0055a7;
}
.location .menu li .box dd a:hover {
  background: #fff;
  border: 1px solid #0055a7;
  color: #0055a7;
}
.location .menu li .box dd .sbox {
  position: absolute;
  left: 0;
  top: 50px;
  height: 40px;
  width: 100%;
  display: none;
  border-top: 1px dashed #eee;
  border-bottom: 1px dashed #eee;
}
.location .menu li .box dd .sbox span {
  float: left;
  width: 60px;
  margin: 0;
  background: none;
  color: #0055a7;
  height: 40px;
  background: #fafafa;
}
.location .menu li .box dd .sbox p {
  float: left;
  width: 100px;
  background: url(../images/jtt.png) no-repeat right center;
  cursor: pointer;
}
.location .menu li .box dd .sbox .lc {
  position: absolute;
  left: 60px;
  top: 40px;
  background: #fff;
  width: 100px;
  display: none;
}
.location .menu li .box dd .sbox .lc a {
  background: #fff;
  border: none;
  line-height: 30px;
  height: 30px;
  display: block;
}
.location .menu li .box dd .sbox .lc a:hover {
  background: #eee;
}
.location .menu li.hover a {
  color: #0055a7;
  font-weight: bold;
}
.location .menu li.hover .box {
  display: block;
}
.location .menu li.hover .box dd.hover .sbox {
  display: block;
}
.location.fixt .menu .box {
  display: none !important;
}
.iyou {
  text-align: center;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.iyou .indexTit {
  width: 700px;
}
.iyou .indexTit .en {
  margin-left: -10px;
}
.iyou p {
  font-size: 30px;
  color: #333333;
}
.iyou .tel {
  color: #0055a7;
  font-family: arial;
  font-size: 36px;
  padding: 35px 0 0;
}
.iyou .tel s {
  width: 38px;
  height: 40px;
  margin-right: 15px;
  background-position: 0 -122px;
}
.gridlist {
  overflow: hidden;
}
.gridlist .item {
  width: 380px;
  display: block;
  margin-bottom: 30px;
  position: relative;
  margin-right: 20px;
  background: #fff;
  float: left;
}
.gridlist .item a {
  display: block;
}
.gridlist .item .img {
  width: 380px;
  height: 238px;
  overflow: hidden;
  position: relative;
}
.gridlist .item .img img {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  width: 100%;
  height: 100%;
  display: block;
}
.gridlist .item .item_mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
  -webkit-transform: rotateX(180deg) scale(0.5, 0.5);
  transform: rotateX(180deg) scale(0.2, 0.2);
  transition: all ease-out .5s;
}
.gridlist .item .item_mask .item_link_icon {
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  background-position: -102px -40px;
  line-height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  opacity: 0;
  filter: Alpha(opacity=0);
  *zoom: 1;
}
.gridlist .item .txt {
  background: #fff;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  font-size: 16px;
}
.gridlist .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.gridlist .item:hover img {
  transform: scale(1.06, 1.06);
}
.gridlist .item:hover .item_mask {
  opacity: 1;
  filter: Alpha(opacity=100);
  -webkit-transform: rotateX(0deg) scale(1, 1);
  transform: rotateX(0deg) scale(1, 1);
  transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
  background: rgba(0, 0, 0, 0.3);
}
.gridlist .item:hover .item_mask .item_link_icon {
  transform: translateY(-21px);
  opacity: 1;
  filter: Alpha(opacity=100);
}
.history {
  overflow: hidden;
  padding-top: 30px;
}
.history .list {
  width: 108%;
}
.history .ditem {
  float: left;
  display: block;
  width: 578px;
  height: 168px;
  margin-bottom: 20px;
  margin-left: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.history .ditem a {
  display: block;
  padding: 40px;
  height: 88px;
}
.history .ditem a .topTit {
  padding-left: 40px;
  background: url("../images/clock.png") no-repeat left center;
  background-size: 30px;
}
.history .ditem a .topTit .tit {
  font-size: 40px;
  font-family: arial;
  color: #0055a7;
  background: url("../images/tLine1.png") no-repeat 54% center;
}
.history .ditem a .topTit .tit em {
  margin-left: 12px;
  font-size: 16px;
}
.history .ditem a .cont {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  height: 52px;
}
.history .ditem:hover {
  box-shadow: 0 0 15px #f1f1f1;
  -webkit-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
  background: #fff;
}
.history .ditem:hover .cont {
  color: #0055a7;
}
.jobPage {
  padding: 0;
}
.jobPage .postlist {
  padding: 0;
}
.jobPage .postlist .item {
  border: 1px solid #eee;
  border-left: 4px solid #0055a7;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.jobPage .postlist .item.hover {
  background: #fff;
}
.jobPage .postlist .top {
  height: 80px;
  cursor: pointer;
}
.jobPage .postlist .top span {
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.jobPage .postlist .top .time {
  color: #999;
}
.jobPage .postlist .top h3 {
  font-size: 18px;
  font-weight: normal;
  color: #0055a7;
}
.jobPage .postlist .top p {
  display: block;
}
.jobPage .postlist .bottom {
  padding-top: 20px;
  border-top: 1px solid #eee;
  padding-bottom: 20px;
}
.jobPage .postlist .item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.aboutwap {
  padding-bottom: 0;
}
.honorcont {
  width: 100%;
  background: #0055a7;
  padding: 50px 0;
}
.honorcont .indexTit {
  color: #fff;
}
.honorcont .indexTit a {
  color: #fff;
}
.honorcont .indexTit .line {
  background: #fff;
  margin-top: 28px;
}
.honorlist .list {
  width: 108%;
}
.honorlist .item {
  width: 390px;
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
  position: relative;
}
.honorlist .item a {
  display: block;
}
.honorlist .item .img {
  width: 366px;
  height: 250px;
  display: block;
  overflow: hidden;
  padding: 12px;
  background: #fff;
}
.honorlist .item .img img {
  width: 100%;
  height: 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;
}
.honorlist .item .txt {
  height: 60px;
  border-bottom: 1px solid #1965af;
  padding: 0 14px;
}
.honorlist .item .txt h3 {
  padding-top: 20px;
  font-weight: normal;
  color: #f6f6f6;
  font-size: 16px;
}
.honorlist .item .txt em {
  width: 14px;
  height: 22px;
  background-position: -50px -64px;
  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;
}
.honorlist .item:hover img {
  -webkit-filter: brightness(123%);
  filters: brightness(123%);
}
.honorlist .item:hover .txt {
  border-bottom: 1px solid #fff;
}
.honorlist .item:hover .txt h3 {
  color: #fff;
}
.honorlist .item:hover .txt em {
  margin-right: 5px;
}
.singlepage {
  padding: 80px 0;
}
.singlepage img {
  max-width: 100% !important;
  display: inline;
}
.singlepage .info {
  padding-top: 100px;
}
.contactPage {
  padding: 0 0 0;
}
.contactPage .bcontact {
  padding-top: 30px;
}
.contactPage .bcontact .a3 {
  height: 131px;
}
.contactPage .bcontact .a3 img {
  width: 130px;
  display: block;
  margin: 0 auto;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.contactPage .t2 {
  padding: 58px 0 48px;
  text-align: center;
}
.contactPage .t2 .titb {
  font-size: 30px;
  margin-bottom: 16px;
}
.contactPage .t2 .txt {
  font-size: 14px;
  line-height: 24px;
}
.contactPage .t2 .txt span {
  font-weight: bold;
  color: #0055a7;
}
.contactPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 40px;
}
.contactPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.listcontact .map-container {
  display: block;
  width: 700px;
  height: 668px;
  float: left;
}
.listcontact .company-list {
  display: block;
  width: 480px;
  float: right;
}
.listcontact .company-list .company-item {
  position: relative;
  border-bottom: 1px dashed #dfdfdf;
  display: block;
  cursor: pointer;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 24px;
  padding: 20px 0;
}
.listcontact .BMapLabel {
  display: none !important;
}
.listcontact .contact-list {
  position: relative;
}
.listcontact .contact-list .mapArea {
  width: 600px;
  height: 538px;
  position: absolute;
  left: 0;
  top: 0;
}
.listcontact .contact-list .mapArea .mapcon {
  width: 100%;
  height: 538px;
  position: absolute;
  left: 0;
  top: 0;
}
.listcontact .contact-list .mapArea .mapcon:first-child {
  z-index: 10;
}
.listcontact .contact-list .contactbox1,
.listcontact .contact-list .contactbox2,
.listcontact .contact-list .contactbox3,
.listcontact .contact-list .contactbox4 {
  padding-bottom: 40px;
  position: relative;
  width: 600px;
  min-height: 538px;
  padding-left: 600px;
}
.listcontact .contact-list .list {
  padding-left: 22px;
}
.listcontact .contact-list .list .item {
  padding: 22px 0;
  cursor: pointer;
  border-bottom: 1px dashed #ddd;
}
.listcontact .contact-list .list .item h3 {
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  overflow: hidden;
  margin-bottom: 8px;
}
.listcontact .contact-list .list .item .txt {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.listcontact .contact-list .list .item.hover h3,
.listcontact .contact-list .list .item:hover h3 {
  color: #0055a7;
}
.listcontact .contact-list .list .item.hover .txt,
.listcontact .contact-list .list .item:hover .txt {
  color: #0055a7;
}
.listcontact .contact-list .list .item:first-child {
  padding-top: 0;
}
.newsPage .list {
  padding-bottom: 30px;
}
.newsPage .item {
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  display: block;
  padding: 30px 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-family: 'PingFang SC', "microsoft yahei", "Arial";
}
.newsPage .item .img {
  width: 300px;
  height: 168px;
  margin-right: 30px;
  display: block;
  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;
}
.newsPage .item a {
  padding: 26px;
  display: block;
}
.newsPage .item img {
  width: 224px;
  height: 126px;
  display: block;
  margin-right: 30px;
}
.newsPage .item h3 {
  font-size: 24px;
  color: #454545;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  margin: 12px 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #454545;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.newsPage .item .time {
  font-size: 24px;
  display: block;
  line-height: 24px;
  color: #737373;
}
.newsPage .item .more {
  width: 178px;
  height: 38px;
  line-height: 38px;
  margin-top: 12px;
  text-align: center;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  float: right;
  font-weight: bold;
  color: #737373;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newsPage .item:first-child {
  padding-top: 20px;
}
.newsPage .item:hover .img {
  -webkit-filter: brightness(123%);
  filters: brightness(123%);
}
.newsPage .item:hover h3 {
  color: #0055a7;
}
.newsPage .item:hover .more {
  border: 1px solid #0055a7;
  background: #0055a7;
  color: #fff;
}
.aboutPage {
  overflow: hidden;
  padding-bottom: 100px;
}
.aboutPage img {
  max-width: 100% !important;
}
.aboutPage .cont {
  padding-bottom: 50px;
}
.aboutPage .cont img {
  float: left;
}
.aboutPage .titbox {
  padding-bottom: 20px;
  width: 550px;
}
.aboutPage .titbox .tt {
  color: #0055a7;
  font-size: 48px;
  line-height: 48px;
  display: block;
  padding-bottom: 5px;
}
.aboutPage .titbox .en {
  color: #c9c9c9;
  font-weight: bold;
  display: block;
  font-size: 24px;
  font-family: arial;
}
.aboutPage .titbox .line {
  width: 50px;
  height: 2px;
  background: #0055a7;
  margin-top: 30px;
  display: block;
  margin-bottom: 50px;
}
.aboutPage .cont2 {
  background: #f6f6f6;
}
.aboutPage .cont2 img {
  width: 600px;
  height: 250px;
  display: block;
}
.aboutPage .cont2 .txt {
  padding: 50px 50px 0;
  width: 500px;
}
.aboutPage .cont2 .txt h3 {
  color: #0055a7;
  font-size: 24px;
  padding-bottom: 24px;
}
.aboutPage .cont2 .txt p {
  font-size: 16px;
  line-height: 30px;
}
.aboutPage .flor2 {
  padding: 50px 0;
}
.aboutPage .flor2 .indexTit {
  font-family: "思源黑体 CN";
}
.aboutPage .flor2 .indexTit h3 {
  color: #0055a7;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  padding-bottom: 10px;
}
.aboutPage .flor2 .indexTit span {
  color: #595959;
  font-size: 36px;
  line-height: 36px;
}
/*showNews*/
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
/* reLink */
.reLink {
  width: 100%;
  height: 25px;
  border-top: 1px solid #d7d6d6;
  padding: 15px 0 40px;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  line-height: 25px;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a:hover {
  color: #0055a7;
}
/* pager */
.pager {
  padding: 30px 0 15px;
  text-align: center;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 34px;
  line-height: 34px;
  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-left: 8px;
  padding: 0 15px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #edebeb;
  text-decoration: none;
  float: left;
}
.pager ul a.current {
  background-color: #0055a7;
  border-color: #0055a7;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #0055a7;
  border-color: #0055a7;
  color: #fff;
}
.pager ul a:hover {
  background-color: #0055a7;
  border-color: #0055a7;
  color: #fff;
}
.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: 15px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}
.map_ul li a {
  font-size: 14px;
  float: left;
  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: #0055a7;
  color: #fff;
  border: 1px solid #0055a7;
}
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;
}
.active .animated {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.active .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);
  }
}
.active .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);
  }
}
.active .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);
  }
}
.active .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);
  }
}
.active .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;
  }
}
.active .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);
  }
}
.active .zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    -ms-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .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);
  }
}
/*# sourceMappingURL=style.css.map */
