/*样式初始化及公共样式部分lpm*/

body {
    color: #666;
    font-size: 13px;
    margin: 0 auto;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    overflow-x: hidden;
}

a {
    color: #666  !important;
    text-decoration: none  !important;
}


/*定义全局链接颜色lpm*/

a:hover {
    color: #e1322e;
    text-decoration: none;
    border-bottom-style:
}


/*定义全局链接鼠标滑过颜色lpm*/

div,
ul,
li,
span,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: 0px;
}


/*主要标签的样式初始化lpm*/

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}


/*清除左右浮动lpm*/

.fl {
    float: left;
}


/*定义左浮动lpm*/

.fr {
    float: right;
}


/*定义右浮动lpm*/

.cp img {
    border: 1px solid #C1C1C1;
    padding: 2px;
    background: #fff;
}


/*定义标签调用图片的边框样式lpm*/

.cp a:hover img {
    border: 1px solid #ed6c00;
    padding: 2px;
    background: #fff;
}


/*定义鼠标经过时边框的变化效果lpm*/

#copy {
    display: none;
}

.content{ margin:0 auto; width:1200px;}
.page{ margin:0 auto; width:1200px;}
.box{ margin:0 auto; width:90%;}
.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top10 {
    padding-top: 10px;
}

.top40 {
    padding-top: 40px;
}

.top45 {
    padding-top: 45px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.top70 {
    padding-top: 70px;
}
.top80 {
    padding-top: 80px;
}
.top90 {
    padding-top: 90px;
}
.top100 {
    padding-top: 100px;
}
.bg{ width: 100%; min-width: 1200px;}


.font_en {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}
.en {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.bg {
    width: 100%;
    min-width: 1200px;
}

@-webkit-keyframes test {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px)
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes mymove
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
0%   {top:0px;}
50% {top:30px;}
100% {top:0px;}
}



@-webkit-keyframes spin{
  from { -webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin {
  from {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
  50% {-webkit-transform: rotate(180deg);transform: rotate(180deg);}
  to {-webkit-transform: rotate(360deg); transform: rotate(360deg);}
}

 @-webkit-keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

 @keyframes warn {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
    -webkit-transform: scale(1);
        opacity: 0.0;
    }
}
@-webkit-keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@keyframes warn1 {
    0% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.0;
    }
    25% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.1;
    }
    50% {
        transform: scale(0.3);
    -webkit-transform: scale(0.3);
        opacity: 0.3;
    }
    75% {
        transform: scale(0.5);
    -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
        transform: scale(0.8);
    -webkit-transform: scale(0.8);
        opacity: 0.0;
    }
}
@-webkit-keyframes "warn" {
    0% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
    transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0.1;
    }
    50% {
    transform: scale(0.1);
        -webkit-transform: scale(0.1);
        opacity: 0.3;
    }
    75% {
    transform: scale(0.5);
        -webkit-transform: scale(0.5);
        opacity: 0.5;
    }
    100% {
    transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}



/*抬头*/
figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}
figure figcaption {
  font-size: 16px;
  width: 80%;
  margin: 20px auto 0px auto;
  color: #b3b3b3;
  font-style: italic;
  font-family: "Roboto", Arial, sans-serif;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
@media screen and (max-width: 480px) {
  figure figcaption {
    width: 100%;
  }
}

::-webkit-selection {
  color: #fff;
  background: #02538b;
}

::-moz-selection {
  color: #fff;
  background: #02538b;
}

::selection {
  color: #fff;
  background: #02538b;
}

#fh5co-page {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#fh5co-aside {
  padding-top: 60px;
  padding-bottom: 40px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 1001;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #fh5co-aside {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-aside {
    width: 270px;
    -webkit-transform: translateX(-270px);
    transform: translateX(-270px);
  }
}
#fh5co-aside #fh5co-logo {
  text-align: center;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 2em;
  text-transform: uppercase;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-logo {
    margin-bottom: 1em;
  }
}
#fh5co-aside #fh5co-logo a {
  color: #000;
}
#fh5co-aside #fh5co-logo a span {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
#fh5co-aside #fh5co-main-menu ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #fh5co-aside #fh5co-main-menu ul {
    margin: 0 0 2em 0;
  }
}
#fh5co-aside #fh5co-main-menu ul li {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
#fh5co-aside #fh5co-main-menu ul li a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  padding: 10px 10px;
  letter-spacing: .2em;
  font-family: "Roboto", Arial, sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-aside #fh5co-main-menu ul li a:after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 7px;
  left: 10px;
  right: 10px;
  background-color: #02538b;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#fh5co-aside #fh5co-main-menu ul li a:hover {
  text-decoration: none;
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li a:hover:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a {
  color: black;
}
#fh5co-aside #fh5co-main-menu ul li.fh5co-active a:after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-aside .fh5co-footer {
  position: absolute;
  bottom: 40px;
  font-size: 14px;
  text-align: center;
  width: 100%;
  font-weight: 400;
  padding: 0 20px;
  line-height: 28px;
  color: #666;
}
@media screen and (max-width: 768px) {
  #fh5co-aside .fh5co-footer {
    position: relative;
    bottom: 0;
  }
}
#fh5co-aside .fh5co-footer span {
  display: block;
}
#fh5co-aside .fh5co-footer ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
#fh5co-aside .fh5co-footer ul li {
  padding: 0;
  margin: 0;
  display: inline;
  list-style: none;
}
#fh5co-aside .fh5co-footer ul li a {
  color: rgba(0, 0, 0, 0.7);
  padding: 4px;
}
#fh5co-aside .fh5co-footer ul li a:hover, #fh5co-aside .fh5co-footer ul li a:active, #fh5co-aside .fh5co-footer ul li a:focus {
  text-decoration: none;
  outline: none;
  color: #02538b;
}

#fh5co-main {
  width:100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
        min-width: 1200px;
}
@media screen and (max-width: 1200px) {
  #fh5co-main {
    width: 70%;
     min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    width: 100%;
    min-width: 1200px;
  }
}
#fh5co-main .fh5co-narrow-content {
  position: relative;
  width: 93%;
  margin: 0 auto;
  padding: 4em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-main .fh5co-narrow-content {
    width: 100%;
    padding: 4em 1em;
  }
}

#fh5co-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both;
}
#fh5co-hero .btn {
  font-size: 24px;
}


#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
}
#fh5co-hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 500px;
  position: relative;
  min-width: 1200px;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 20px;
  z-index: 1000;
  right: 20px;
  float: right;
  width: auto;
}
#fh5co-hero .flexslider .flex-control-nav li {
  display: block;
  margin-bottom: 10px;
}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: transparent;
  border: 2px solid #02538b;
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 500px;
  z-index: 9;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner {
    text-align: center;
  }
}


#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
  margin-bottom:10px;
  font-size: 45px;
  line-height: 1.3;
  font-weight: 100;
  color:#fec512;
  font-weight: bold;
font-family: "Microsoft JhengHei";
   letter-spacing: 5px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    font-size: 30px;
  }
}


#fh5co-hero .flexslider .slider-text > .slider-text-inner span {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 100;
  display: block;
  background: #02538b;
  color: #fff;
  padding: 20px;
  width:330px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner span {
    font-size: 20px;
    padding: 10px;
  }
}


#fh5co-hero .flexslider .slider-text > .slider-text-inner p {
  margin-top: 16px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner p {
    font-size: 20px;
    padding: 10px;
  }
}




#fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner .heading-section {
    font-size: 30px;
  }
}

.fh5co-bg-color {
  width: 100%;
  float: left;
  background: #fff;
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #fh5co-aside {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  width: 270px;
  background: #fff;
  z-index: 999;
  position: fixed;
}
body.offcanvas #fh5co-main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -webkit-transform: translateX(270px);
  transform: translateX(270px);
}

.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-entry {
  width: 100%;
  float: left;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .blog-entry {
    margin-bottom: 30px;
  }
}
.blog-entry .blog-img {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}
.blog-entry .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.blog-entry .desc {
  padding: 25px;
}
.blog-entry .desc h3 {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: auto;
}
.blog-entry .desc h3 a {
  color: #000;
  text-decoration: none;
}
.blog-entry .desc span {
  display: block;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.4) !important;
}
.blog-entry .desc span small i {
  color: #e6e6e6;
}
.blog-entry .desc .lead {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}
.blog-entry:hover .blog-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.work {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
  width: 100%;
  display: table;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .work {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  .work {
    height: 270px;
  }
}
.work .desc {
  display: table-cell;
  vertical-align: middle;
  height: 270px;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work .desc h3 {
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.work .desc span {
  display: block;
  color: #999999;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}
@media screen and (max-width: 768px) {
  .work .desc {
    opacity: 1;
    background: transparent !important;
  }
  .work .desc h3 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
  }
  .work .desc span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.work:hover .desc {
  opacity: 1;
}
.work:hover .desc h3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.work:hover .desc span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fh5co-lead {
  font-size: 18px;
  line-height: 1.5;
}

.fh5co-heading-colored {
  color: #02538b;
  font-size: 30px;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #02538b;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #02538b;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #02538b;
}

#map {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}
.fh5co-feature .fh5co-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.fh5co-feature .fh5co-icon i {
  display: table-cell;
  vertical-align: middle;
  color: #02538b;
  font-size: 40px;
  height: 100px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature .fh5co-text {
  padding-left: 120px;
  width: 100%;
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 500;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.fh5co-feature.fh5co-feature-sm .fh5co-text {
  margin-top: 30px;
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #02538b;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}

.fh5co-heading {
  font-size: 18px;
  margin-bottom: 2em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-heading {
    margin-bottom: 1em;
  }
}


.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}

.col-padding {
  padding: 10px !important;
}

.js .animate-box {
  opacity: 0;
}




/*幻灯片*/
.banner_w1{width: 561px !important;}


/*产品中心*/

.t{text-align: center;}
.t p{font-size: 36px;color: #333;margin-bottom: 4px;font-weight: bold;}
.t b{color: #02538b;}
.t span{display: block;font-size: 16px;}
.t em{display: block;background: #02538b;width: 45px;height: 2px;margin: 0 auto;margin-top: 10px;    }

@media screen and (max-width: 768px) {
  .content{
    width: 768px;
  }
}

@media screen and (max-width: 768px) {
  .t{
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .t p{
    font-size:28px;
  }
}
@media screen and (max-width: 768px) {
  .t span{
    font-size:14px;
  }
}

.prod_a{width: 768px;margin: 0 auto;}
.prod_a a{display: block;float: left;font-size: 16px;margin-left:14px;padding: 0px 12px; background:#222   ;height: 45px;text-align: center;color: #fff !important;line-height: 45px;}
.prod_a a:nth-child(1){margin-left: 0px;}
.prod_a a:hover{background: #02538b;}

.prod_d table tr td{display: block;float: left;width:384px;padding: 0px !important;position: relative;overflow: hidden;margin-left:24px;margin-bottom: 20px;}
.prod_d table tr td:nth-child(1){margin-left:0px;}
.prod_d table tr td>a{display: block;width:378px;height:272px; overflow: hidden;border: 3px #eee solid;}
.prod_d table tr td img{display: block;float: left;width:378px;height:auto; margin-top:-14px; -webkit-transition:all 0.3s;transition:all 0.3s;}
.prod_d table tr td br{display:none;}
.prod_d table tr td span{line-height: 56px !important;display: block;position: relative;}
.prod_d table tr td span a{display: block;text-align: left;font-size: 18px;color: #333 !important;font-weight: bold;position: relative;padding-left:24px;  -webkit-transition:all 0.3s;transition:all 0.3s;}
.prod_d table tr td span:nth-of-type(1) a:before{content:"MORE";position: absolute;top: 5px;right:50px;font-size: 13px;color: #666;  -webkit-transition:all 0.3s;transition:all 0.3s;}
.prod_d table tr td span:nth-of-type(1) a:after{content:"";position: absolute;top:30px;right:24px;background:url(//memberpic.114my.cn/ruiying/uploadfile/image/20200227/20200227174138_760126998.png);width:18px;height:6px; -webkit-transition:all 0.3s;transition:all 0.3s;}
.prod_d table tr td span:nth-of-type(2) a{color: #f00 !important;}

.prod_d table tr td:hover span a{padding-left:10px;}
.prod_d table tr td:hover span a:before{right:40px;}
.prod_d table tr td:hover span a:after{right:14px;}
.prod_d table tr td:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}

/*广告图*/
.ggt_bg{width:100%;height:333px;background:url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226111708_1654473627.jpg) no-repeat center;min-width: 1200px;}
.gb_ri{width:660px;padding-top:46px;padding-left:44px;position:relative;}
.gb_ri>div{color:#fff;}
.gb_ri .p1{font-size:36px;font-weight:bold;}
.gb_ri .p1 b{font-size:42px;font-weight:bold;color:#02538b;}
.gb_ri .p2{font-size:40px;font-weight:bold;}
.gb_ri .p2 b{font-size:43px;font-weight:bold;color:#02538b;}
.gb_ri p{font-size:20px;color:#fff;margin-top:16px;letter-spacing:0.04em;}
.gb_ri i{width:133px;height:133px;position:absolute;top:66px;right:0;}
.gbr_btn{margin-top:30px;}
.gbr_btn a{display: block;width: 140px;height: 45px;line-height: 45px;background: #02538b;color: #fff !important;text-align: center;font-size: 16px;}

/*优势*/
.adv_bg{background: #f5f5f5;height:850px;}
.adv_d li{ width: 370px;height: 598px; background: #fff; padding: 22px; float: left; margin-left: 45px; cursor: pointer; transition:all linear 0.3s; -webkit-transition:all linear 0.3s;}
.adv_d li:hover{-webkit-box-shadow:0 0 30px #aaa;box-shadow:0 0 30px #aaa;}
.adv_d li:first-child{margin-left: 0;}
.adv_d li:before{content:""; display:block; width:108px; height:108px; border:2px #ccc solid; margin:14px auto 20px auto; border-radius: 100%;}
.adv_d li:nth-child(1)::before{background: url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226140604_298497195.png)no-repeat center;}
.adv_d li:nth-child(2)::before{background: url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226140710_1335593570.png)no-repeat center;}
.adv_d li:nth-child(3)::before{background: url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226140728_1809395862.png    )no-repeat center;}
.adv_d li p{font-size:22px; font-weight:bold; color:#000; line-height:30px; padding:20px 0 10px 0;}
.adv_d li span{font-size:16px; line-height:28px;}

/*简介*/
.com_bg{background: url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226144321_476145889.jpg)no-repeat center;height:670px;}
.com_t t{color: #fff;}
.com_t p{color: #fff;}
.com_t span{color: #fff;}
.com_wt{background: #fff url(//memberpic.114my.cn/ruiying/uploadfile/image/20200226/20200226153040_270622059.png)no-repeat;padding:40px;height: 420px;}
.com_w{font-size: 16px;line-height: 34px;text-indent: 2em;}
.com_a a{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;color: #fff !important;background:#02538b;font-size: 15px;-webkit-transition: 0.5s;transition: 0.5s;}
.com_a a:hover{width: 180px;}


/*新闻*/

.news .convert2{ width:1200px;margin:0 auto; }
.news .convert2 .tab{width:402px; margin:0 auto;}
.news .convert2 .tab a{display:block; color:#333; text-align: center; width: 120px; font-size:14px; float:left; margin-top:28px;margin-bottom:18px;height: 36px;line-height: 36px;margin-right:18px;border-radius: 20px;border: 1px #eee solid;}
.news .convert2 .tab a.on{display:block;color:#fff !important;background: #02538b;border: 1px #02538b solid;}


.news .convert2 .content{ overflow:hidden; width:1200px; height:420px; position:relative;}
.news .convert2 .content ul{ position:absolute; left:0; top:10px; height:380px;}
.news .convert2 .content li{ width:1200px; height:auto; float:left;}
.news .content td br{ display:none;}
.news .content td a{ display:block; background:#ededee; line-height:40px; width:220px !important; color:#666; width:220px !important;}
.news .content td a:hover{ display:block; background:#ff6633; color:#fff;}


.news .news_div_item:nth-child(1){margin-left:0px;}

.news .news_div_item{ position:relative;width:378px; float: left;height:382px;margin-left:33px;}
.news .news_div_item:hover{-webkit-box-shadow:0px 0px 15px #ccc;box-shadow:0px 0px 15px #ccc; -webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2; }
.news .divdgweb_new_div_item{position:relative;width:378px; float: left;height:382px;margin-left:33px;}
.news .divdgweb_new_div_item:hover{-webkit-box-shadow:0px 0px 15px #ccc;box-shadow:0px 0px 15px #ccc;-webkit-animation:test 0.3s ease-in 2;animation:test 0.3s ease-in 2;}
.news .news_div_item_pic{ position:absolute; top:0;}
.news .news_div_item_pic img{width:378px; height:263px;border: 1px #f5f5f5 solid;}
.news .news_div_item_content{line-height:30px; height:120px; width:378px; padding:20px;position:absolute; top:262px; background:#f5f5f5;}
.news .divdgweb_new_div_item_content{line-height:30px; height:82px; width:340px; padding:20px;position:absolute; top:265px; background:#f5f5f5;}
.news .news_div_item_body,.news .divdgweb_new_div_item_body{ color:#666; line-height:22px; margin-top:4px;}
.news .news_div_item_a,.news .divdgweb_new_div_item_a{color:#333; font-size:14px;}
.news .news_div_item_a:hover,.news .divdgweb_new_div_item_a:hover{color:#faa105;}


.news .news_div_item_date,.news .divdgweb_new_div_item_date{text-align:center; height:80px; width:80px;position:absolute; left:0; line-height:15px; top:0px; z-index: 9;color:#fff; background:#faa105;    display: none;}
.news_div_item_year,.divdgweb_new_div_item_year{position:absolute; top:50px; left:9px; font-size:16px;}
.news_div_item_month,.divdgweb_new_div_item_month{position:absolute; left:53px; top:50px; font-size:14px;}
.news_div_item_day,.divdgweb_new_div_item_day{position:absolute; left:20px;top:18px; font-size:34px;}

.news .news_div_item_date div,.news .divdgweb_new_div_item_date div{float:left;}



/*联系我们*/
.floor_9_2{ padding-top:20px;}
.floor_9_2 ul{ display:inline-block;}
.floor_9_2 ul li{ display:block; float:left; width:232px; height:224px; background-color:#f5f5f5; margin-right:10px; text-align:center;}
.floor_9_2 ul li:nth-child(5){ margin-right:0;}
.floor_9_2 ul li:first-child+li+li+li+li{ margin-right:0;}
.floor_9_2 ul li i{ display:inline-block; width:50px; height:60px; background-position:-10px -134px; margin-top:50px;}
.floor_9_2 ul li h3{ font-size:18px; color:#02538b; font-weight:bold; padding-top:20px;}
.floor_9_2 ul li p{ font-size:14px; color:#333333; padding-top:8px;}
.floor_9_2 ul li.li2 i{ background-position:-79px -134px;}
.floor_9_2 ul li.li3 i{ background-position:-165px -134px;}
.floor_9_2 ul li.li4 i{ background-position:-249px -134px;}
.floor_9_2 ul li.li5 i{ background-position:-332px -134px;}
.floor_9_2 ul li:hover{-webkit-box-shadow: #dbdbda 0px 3px 10px 0px;box-shadow: #dbdbda 0px 3px 10px 0px;}


/*联系方式*/
.footer_bg{background:url(//memberpic.114my.cn/ruiying/uploadfile/image/20200229/20200229162323_1549911524.jpg)no-repeat center;height: 300px;}
.contact_t{color:#fff;}
.contact_t p{color:#fff;}
.contact_wt li{width: 280px;height: 250px;background: #fff;display: block;float: left;margin-left: 26px;-webkit-box-shadow: 0px 0px 6px #ddd;box-shadow: 0px 0px 6px #ddd;text-align: center;}
.contact_wt li:nth-child(1){margin-left: 0px;}
.contact_img{margin-top: 40px;}
.contact_w{}
.contact_w p{margin-bottom:0px;color: #02538b;font-weight: bold;margin-top: 20px;font-size:24px;}
.contact_w span{display: block;margin-top: 10px;font-size:15px;}




/*在线留言*/
.feedback {
  width: 1200px;
  background: #fff;
  border-radius: 20px;
  margin:40px auto;
  
}
.feedback > #feedback_form > .name,.feedback > #feedback_form > .tel1{
  width: 590px;
  float: left;
  margin-bottom: 20px;
}
.feedback > #feedback_form > .tel1{float: right}
.feedback > #feedback_form > .fcontent {
  clear: both;
  margin: 20px auto;
  display: block;
  width: 100%;
  float: none;
}
.feedback > #feedback_form > .fcontent textarea{width: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;border: 1px solid #eee;line-height: 30px;height: 150px;padding: 10px 20px;color: #454545;    font-size: 15px;
    font-family: Arial;}
.feedback > #feedback_form > .col4 input{width: 100%;height: 50px;line-height: 50px;border:1px solid #eee;-webkit-box-sizing: border-box;box-sizing: border-box;padding:0 20px;font-size: 15px;color: #454545;}
.feedback > #feedback_form > #tianxieone > #tianxiethree input {width:618px;height: 50px;line-height: 50px;height: 50px;border: 1px solid #eee;padding:0 20px;display:inline-block;font-size: 15px;
    font-family: Arial;}
.feedback > #feedback_form > #tianxieone > #tianxiethree img{height: 30px;display: inline-block;vertical-align: top;position:absolute;right:20px;top:10px;}
.feedback > #feedback_form > #tianxieone{position:relative;width: 750px;float: left;}
.feedback > #feedback_form > .feedback_btn {
  width: 430px;
  float: left;
}
.feedback > #feedback_form:after{content: '';display: block;clear: both;}
.feedback > #feedback_form > .feedback_btn input {
  width: 50%;
  height: 55%;
  display: block;
  line-height: 52px;
  border: 0 none;
  background: #02538b !important;
  color: #fff;
  font-size: 18px;
    margin: 0 auto;
    border-radius: 40px;
}





/* 客服样式*/
.y-kefu-box { position: fixed; right: 0; top: 20%; z-index: 9999; font-size: 13px;}
.y-kefu-box img { display: block; width: 100%; height: auto; }
.y-kefu-box01 .icon { display: block; background: url(//memberpic.114my.cn/ruiying/uploadfile/image/20200224/20200224092808_728974065.png) no-repeat; margin: 0 auto 6px;}
.y-kefu-box01 { width: 54px; color: #666; text-align: center; }
.y-kefu-box01 .kf-close-btn { width: 27px; height: 27px; background-position: -5px -115px; position: relative; cursor: pointer;}
.y-kefu-box01 .kf-close-btn:before { content: ''; display: block; width: 1px; height: 12px; background-color: #02538b; position: absolute; bottom: -12px; left: 13px; z-index: 1; }
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div { display: block; width: 52px; padding: 8px 0 12px; background-color: #fff; border-left: solid 1px #efefef; border-top: solid 1px #efefef; border-right: solid 1px #efefef; position: relative; height: 60px;}
.y-kefu-box01 .show-status { position: relative; }
.y-kefu-box01 .show-status .kf-zixun { background-color: #02538b; border-color: #02538b; color: #fff !important; margin: 10px 0 7px;}
.y-kefu-box01 .kf-zixun { border-radius: 2px; }
.y-kefu-box01 .kf-zixun i { width: 21px; height: 22px; background-position: -5px -5px; }
.y-kefu-box01 .kf-mobile { border-top-left-radius: 2px; border-top-right-radius: 2px; }
.y-kefu-box01 .kf-mobile>i { width: 18px; height: 18px; background-position: -5px -32px; }
.y-kefu-box01 .kf-mobile:hover>i { background-position: -30px -32px; }
.y-kefu-box01 .kf-weChat>i { width: 22px; height: 19px; background-position: -5px -55px; }
.y-kefu-box01 .kf-weChat:hover>i {background-position: -30px -55px; }
.y-kefu-box01 .kf-email { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; }
.y-kefu-box01 .kf-email>i { width: 18px; height: 14px; background-position: -5px -80px; }
.y-kefu-box01 .kf-email:hover>i { background-position: -30px -80px; }
.y-kefu-box01 .back-top i { width: 13px; height: 11px; background-position: -5px -98px; }
.y-kefu-box01 .back-top:hover i { background-position: -30px -98px; }
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top  { border-bottom: solid 1px #efefef;}
.y-kefu-box01 .back-top { margin-top: 20px; border-radius: 2px; left: 55px;}
.y-kefu-box01 .hver:hover { background-color: #02538b; border-color: #02538b;}
.y-kefu-box01 .hver:hover>p { color: #fff; }
.y-kefu-box01 .kf-zixun1 { border-radius: 2px; }
.y-kefu-box01 .kf-zixun1 i { width: 21px; height: 22px; background-position: -5px -180px; }
.y-kefu-box01 .kf-zixun1:hover>i { background-position: -30px -180px; }


.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos { background-color: #fff; border: solid 1px #efefef; position: absolute; right: 90px; z-index: 2; border-radius: 2px; display: none;} 
/*咨询热线*/
.y-kefu-box01 .mobile-infos { width: 260px; text-align: left; top: 0;}
.y-kefu-box01 .mobile-infos>div { padding: 20px 0 20px 45px; position: relative; }
.y-kefu-box01 .mobile-infos>div i { width: 15px; height: 15px; background-position: -52px -32px; position: absolute; top: 22px; left: 20px; z-index: 2; }
.y-kefu-box01 .mobile-infos .online1 { border-bottom: solid 1px #efefef; }
.y-kefu-box01 .mobile-infos span { color:#b9b9b9; }
.y-kefu-box01 .mobile-infos p { color: #02538b; font-size: 18px; }
y-kefu-box .right {
width: 12px;
height: 12px;
position: absolute;
right: -12px;
top: 24px;
}
y-kefu-box .right-arrow1,
y-kefu-box .right-arrow2 {
width: 0;
height: 0;
display: block;
position: absolute;
left: 0;
top: 0;
border-top: 6px transparent dashed;
border-right: 6px transparent dashed;
border-bottom: 6px transparent dashed;
border-left: 6px white solid;
overflow: hidden;
}
y-kefu-box .right-arrow1 {
left: 1px;
border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
border-left: 6px white solid;
}
/*二维码*/
.y-kefu-box01 .y-ewm-box { width: 151px; height: 178px; top: -60px;}
.y-kefu-box01 .y-ewm-box>div { width: 151px; height: 178px; }
.y-kefu-box01 .y-ewm-box img { width:115px; height:114px; margin: 20px auto 10px; }
.y-kefu-box01 .y-ewm-box .y-ewm-img1 { width: 150px; border-right: solid 1px #efefef; }
.y-kefu-box01 .y-ewm-box .right { top: 84px; }
/*email*/
.y-kefu-box01 .y-email-infos { padding: 28px 20px 28px 45px; color:#b9b9b9; text-align: left; bottom: 0; width:226px;}
.y-kefu-box01 .y-email-infos p { color: #02538b; font-size: 16px; }
.y-kefu-box01 .y-email-infos>i { width: 18px; height: 13px; background-position: -52px -80px; position: absolute; left: 15px; top: 30px; }
.y-kefu-box01 .y-email-infos .right { top: 55px; }

.y-kefu-box01 .hide-status { width: 54px; height: 65px; background-color:#f55b1b;position: absolute; top: 37px; left: 55px; z-index: 9;}
.y-kefu-box01 .hide-status .kf-zixun { padding: 10px 0 7px; color: #fff; cursor: pointer; }



/*滚动条*/



/*抬头*/
.top_bg{height: 45px;line-height: 45px;border-bottom: 1px #eee solid;font-size: 13px;}
.top_r a{display: block;float: left;font-size: 13px;}
.top_r a:nth-child(2){border-left: 1px #eee solid;border-right: 1px #eee solid;padding: 0px 32px;margin: 0px 32px;}


/*导航*/
.head_bg{height: 100px;}
.logo{margin-top: 14px;}
.head_bg .name{margin-left: 17px;margin-top: 31px;}



/*导航栏*/
.hnav{margin-left:4vw;}
.hnav>ul>li{padding:0 20px;position: relative;float: left;}
.hnav>ul>li>a{display:block;line-height:100px;font-size:16px;position: relative;}
.hnav>ul>li.cur>a,.hnav>ul>li:hover>a{color:#02538b; font-weight:bold;}
.hnav>ul>li>a{ color:#444;}
.hnav>ul>li:nth-child(3)>a:after{content: '';
    width: 153%;
    left: -26%;
    height: 3px;
    background: #02538b;
    position: absolute;
    bottom: 15px;
    opacity: 0;
    -webkit-transition: 500ms;
    transition: 500ms;}
.hnav>ul>li>a:after{content:'';width:167%;left: -33%;height:3px;background:#02538b;position: absolute;bottom:15px;opacity:0;-webkit-transition:500ms;transition:500ms;}
.hnav>ul>li.cur>a:after,.hnav>ul>li:hover>a:after{bottom:0;opacity:1;-webkit-transition:500ms;transition:500ms;}
.hnav>ul>li .xl{width:100%;background:#0363a5;position:absolute;top:100px;left:0;z-index: 99999;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: perspective(600px) rotateX(-90deg);transform: perspective(600px) rotateX(-90deg);-webkit-transition:600ms ease;transition:600ms ease;}
.hnav>ul>li:hover .xl{-webkit-transform: perspective(600px) rotateX(0deg);transform: perspective(600px) rotateX(0deg);-webkit-transition:600ms ease;transition:600ms ease;}
.hnav>ul>li .xl a{font-size: 14px;display:block;line-height:42px;text-align:center;color:#fff !important;background:#0363a5;margin-bottom:1px;-webkit-transition:600ms ease;transition:600ms ease;}
.hnav>ul>li .xl a:hover{line-height:52px;background:#02538b;-webkit-transition:600ms ease;transition:600ms ease;}
.hnav>ul>li .xl td b{font-size:0;line-height:0;}
.hnav>ul>li .xl td b a{font-size:16px;color:#fff !important;}
@media (max-width:1660px){
.hnav>ul>li{padding:0 20px;}
}
@media (max-width:1455px){
.hnav>ul>li{padding:0 15px;}
}
@media (max-width:1380px){
.hnav>ul>li{padding:0 10px;}
}
@media (max-width:1380px){
    .page{width: 100%;}
}


	.search_02 form{padding-left:0;}
	.search_02{
		height:40px;
		width:254px;
		overflow:hidden;
		margin-top:32px;
		float:right;
		}

	.search-i{ 
		width:34px; 
		overflow:hidden; 
		height:40px;
		}
	.search-bg{
		float:left;
		width:208px;
		height:38px;
		overflow:hidden;
		padding-left:10px;
        background: #fff;
        border: 1px #ccc solid;
        border-radius: 50px 0px 0px 50px;
        border-right: none;
		}


/*版权*/
.nban{width:100%;height:450px;}
.copy{width:100%;border-top:3px solid #02538b;}
.copy_nav{text-align: center;}
.copy_nav li a{display:block;padding:0 28px;line-height:78px;font-size:16px;float: left;}
.copy_bp{padding:30px 0;}
.cb_logo{padding-top:7px;}
.cbl_t{padding-top:10px;padding-left:20px;}
.cbl_t p{font-size:30px;color: #333;}
.cbl_t em{font-size:14px;font-style: normal;}
.cb_cn{margin-left:70px;padding-left:70px;border-left:1px solid #ddd;padding-right:70px;border-right:1px solid #ddd;}
.cb_cn p,.cb_text,.cb_text a{line-height:28px;}
.cb_text a:hover{color:#02538b;}