﻿@font-face {
  font-family: 'novecento_sans_widelight';
  src: url('');
  src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype'), url('') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'novecento_sans_widenormal';
  src: url('');
  src: url('') format('embedded-opentype'), url('') format('woff2'), url('') format('woff'), url('') format('truetype'), url('') format('svg');
  font-weight: normal;
  font-style: normal;
}

footer,
header,
hgroup,
main,
nav,
section,
div {
  position: relative;
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #666;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  min-width: 320px;
  position: relative;
  left: 0;
}

::-moz-selection {
  color: #fff;
  background: #000048;
}

::selection {
  color: #fff;
  background: #000048;
}

::-moz-selection {
  color: #fff;
  background: #000048;
}

body,
span,
a,
h1,
h2,
h3,
h4,
h5,
p {
  font-family: "novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
  color: #666;
  position: relative;
}

h1,
h1 span,
h2,
h3 {
  font-family: "novecento_sans_widelight", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.2;
  font-style: normal;
  margin: 0;
  color: #000;
  text-transform: uppercase;
}

span,
a {
  line-height: 1;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4,
.p18 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

p {
  font-size: 14px;
  margin: 14px 0;
}

.pmt0 p {
  margin-top: 0;
}

a p {
  line-height: 1.5;
}

a {
  color: #000048;
  display: block;
  cursor: pointer;
}

a,
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}


.list_text li {
  list-style: disc;
  margin-left: 15px;
}

.list_text2 li {
 
  margin-left: 15px;
}

img {
  display: block;
  border: 0;
}

img .middle {
  vertical-align: middle;
}
.img-responsive {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
img.fullw {
  width: 100%;
  height: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.scrollbg {
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}

.scrollbg.pos_t {
  background-position: center top;
}

.scrollbg.pos_b {
  background-position: center bottom;
}

.fixedbg {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

.touch .fixedbg {
  background-attachment: scroll;
}

.imgbg_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
   box-sizing: content-box;
   background-color: #999;
   border: 0;
   width: 30px;
   margin-left: 0px;
   height: 1px;
   margin-top: 10px;
   margin-bottom: 0;
}

.title_hr {
  width: 100%;
  height: 10px;
  margin-top: 15px;
  background-color: #fff;
  float: left;
}

.full_hr {
  width: 100%;
  height: 2px;
  margin: 20px 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mtb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.hide_on_desktop {
  display: none;
}

.proloader {
  visibility: hidden;
  opacity: 0;
}

.loading_icon {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../image/loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 10px;
}



.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


.c_white,
.c_white h1,
.c_white h2,
.c_white h3,
.c_white h4,
.c_white h5,
.c_white p {
  color: #fff;
}

.c_gray {
  color: #666;
}

.c_dark {
  color: #333;
}

.c_red {
  color: #000048;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #08012D;
  font-size:16px;
}


.btn_red,
.btn_white {
    display: inline-block;
    float: left;
    padding: 10px 25px;
    margin: 30px 0px 30px 20%;
    line-height: 1;
    font-size: 16px;
}

.btn_red {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
}

.btn_white {
  background-color: #fff;
}

.no-touch .btn_red:hover,
.no-touch .btn_white:hover {
  background-color: #000048;
  color: #fff;
}

.center_btn {
  float: none;
  margin: auto;
}


.fuzhu{
		margin-top:80px;width:100%;height:36px;padding-left:20%;border: 1px solid #666;
	}
.fuzhu li {
  float:left; padding-top:7px;display:inline;width:10%;min-width:100px;font-size:18px;height:34px;overflow:hidden;border-left: 1px solid #666; margin: 0 auto;text-align:center;
	}
.fuzhu li:last-child { border-right: 1px solid #666; }
.fuzhu li:hover {  background-color: #ccc;}
.fuzhu li.hover {
    background-color: #ccc;
}

.btn_arrow:after {
  content: "\e60e";
  font-size: 14px;
  margin-left: 10px;
  vertical-align: text-top;
}

.btn_text {
  float: left;
  padding: 5px 0;
  margin: 0 30px 0px 0;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid transparent;
}

.btn_red:before,
.btn_white:before,
.btn_text:before {
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.no-touch .btn_text:hover {
  border-bottom-color: #000048;
}
table tbody tr td{
  position:relative;
}
table tbody tr td span{
  background: url(../image/l_icon.png) no-repeat;
    width: 23px;
    height: 27px;
    position: absolute;
    left: -1px;
    top: 0;
}
.icon_btn {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #000048;
}

.no-touch .icon_btn:hover {
  background-color: #000048;
  color: #fff;
}

.close_btn {
  position: absolute;
  top: 0;
  right: 0;
}

.btn_more {
  width: 110px;
}

.btn_more span {
  color: #000048;
}

.no-touch .btn_more:hover span {
  color: #fff;
}

.btn_more:after {
  float: right;
  font-size: 12px;
  content: "\e115";
}

.btn_more.collapsed:after {
  content: "\e114";
}

.btn_more .more {
  display: none;
}

.btn_more.collapsed .more {
  display: inline;
}

.btn_more .less {
  display: inline;
}

.btn_more.collapsed .less {
  display: none;
}


.position_a {
  position: absolute;
  top: 0;
  left: 0;
}

.position_r {
  position: relative;
}

.align_c {
  text-align: center;
}


.desktop_full,
.full {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.desktop_full3,
.full3 {
  width: 100%;
  overflow: hidden;
}
.full2 {
  width: 100%;
  height: 285px;
  overflow: hidden;
}

.biaoti {
 height:70px;padding-left:20%;color:#08012D;font-size:34px;border-bottom:2px solid #000024
}

.biaoti2 {
 height:70px;color:#08012D;font-size:34px;border-bottom:2px solid #000024;text-align: center;
}
.wrap {
  overflow: hidden;
  zoom: 1
}

.box{width:100%;height:1106px;margin:0px auto 0;background:#000048;border:1px solid #d3d3d3;}
.tab_menu{overflow:hidden;padding:40px 50px 40px 50px;text-align:center;margin-left:20%;}
.tab_menu li{width:10%;min-width:100px;margin:10px;float:left;height:34px;border:2px solid #a3a3a3;line-height:30px;padding-top:5px;color:#000;background:#fff;text-align:center;cursor:pointer;}
.tab_menu li.current{color:#333;background:#DFFF38;}
.tab_menu li a{color:#000;font-size:16px;text-decoration:none;}
.tab_menu li.current a{color:#333;}
.tab_box{padding:0px;}
.tab_box li{float:left;overflow:hidden; width:33.3%}
.tab_box li img{height:384px;width: auto;}
.tab_box li span{margin:0 5px 0 0;font-family:"宋体";font-size:14px;font-weight:400;color:#ddd;}
.tab_box .hide{display:none;}

.hwrap {
  padding-top: 25px;
  padding-bottom: 120px;
}


.vertical_obj {
  display: table;
}

.vertical_obj .vertical_cont {
  display: table-cell;
  vertical-align: middle;
}


.btm_cont {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.btm_cont>.title {
  float: left;
}

.btm_cont .info {
  float: left;
  width: 100%;
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}


.lr_layout .left_img {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
}

.lr_layout .right_cont {
  padding: 30px 0;
  float: right;
  width: 50%;
}


.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

.collapse p,
.collapsing p {
  margin-top: 0;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width:100%;
  padding-left: 13%;
  height: 80px;
  background-color: #000048;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, .2);
  overflow: visible;
  z-index: 999;
}
#logo2{
 float: left;
  height: 100%;
  width: auto;
  padding: 5px 20px;
  background-color: #fff;

}
#logo2 img{
height: 70px;
  width: auto;


}
#logo2 h5 {
  position: absolute;
  left: 0;
  top: 30px;
  width: 100%;
  text-align: center;
  color: #000048;
  visibility: hidden;
  opacity: 0;
}
.no-touch #logo2:hover img {
  visibility: hidden;
  opacity: 0;
}

.no-touch #logo2:hover h5 {
  visibility: visible;
  opacity: 1;
}
#logo {
  float: left;
  height: 100%;
  width: auto;
  padding: 5px 7px;
  background-color: #000048;
}
.top_m_r {
    padding-left: 8%;
    width: 375px;
    height: 100%;
    float: left;
    }
.top_m_r p1 {
float: right;
    width: 200px;
    height: 35px;
    line-height: 35px;
    font-size: 26px;
    font-family: 微软雅黑;
    color: #fff;
    margin-top: 24px;
}
.top_m_r img {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 20px;
    margin-right: 7px;
}
#logo img {
  height: 70px;
  width: auto;
}
#logo8 img {
  height: 70px;
  width: auto;
}
#logo h5 {
  position: absolute;
  left: 0;
  top: 30px;
  font-size: 18px;
  width: 100%;
  text-align: center;
  color: #35CBD9;
  visibility: hidden;
  opacity: 0;
}

.no-touch #logo:hover img {
  visibility: hidden;
  opacity: 0;
}

.no-touch #logo:hover h5 {
  visibility: visible;
  opacity: 1;
}


nav {
  display: none;
  float: right;
  background-color: #000048;
  cursor: default;
}

nav .menu_btn {
  width: 80px;
  height: 80px;
  line-height: 60px;
  font-size: 24px;
  text-align: center;
  background-color: #000048;
  color: #fff;
  cursor: default;
      padding: 26% 0 0 25%;
}

#nav {
  position: absolute;
  width: 200px;
  margin-left: -139px;
}

#nav li {
  background-color: #000048;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.csstransforms3d #nav li {
  -webkit-transform: perspective(100px) rotateX(-90deg);
  -ms-transform: perspective(100px) rotateX(-90deg);
  transform: perspective(100px) rotateX(-90deg);
  -webkit-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  transform-origin: center top 0;
}

#nav li a {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #fff;
  border-top: 1px solid ##000048;
}

#nav li a.active {
  background-color: ##000048;
  color: #eb2830;
}

.no-touch #nav li a:hover {
  background-color: #fff;
  color: #000048;
  padding-left: 30px;
}

.nav-open #nav li {
  height: 50px;
  opacity: 1;
}

.csstransforms3d .nav-open #nav li {
  -webkit-transform: perspective(100px) rotateX(0deg);
  -ms-transform: perspective(100px) rotateX(0deg);
  transform: perspective(100px) rotateX(0deg);
}

header .title {
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  border-left: 1px solid #F0F0F0;
  float: left;
  overflow: hidden;
}

header .title h4 {
  line-height: 80px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.right-nav {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.right-nav .nav {
  height: 100%;
  float: right;
  margin-right: 20px;
}

.right-nav li {
  height: 100%;
  float: left;
}

.right-nav li a {
  height: 100%;
  line-height: 60px;
  padding: 0 10px;
  color: #666;
}

.no-touch .right-nav li a:hover {
  background-color: #F0F0F0;
}

.right-nav li.active a {
  color: #000048;
  cursor: default;
}

.share_btns {
  float: right;
}

.share_btns .btns {
  position: absolute;
  background-color: #fff;
  right: -60px;
}

.sharenav-open .share_btns .btns {
  right: 0;
}


.tags_btn {
  width: auto;
  height: 100%;
  padding: 0 20px;
  cursor: default;
}

.tags_btn span {
  float: left;
  margin-right: 10px;
  line-height: 60px;
  font-size: 12px;
}

.no-touch .tags_btn:hover,
.tags_btn.active {
  background-color: #F0F0F0;
  color: #000048;
}

.tags_nav {
  float: right;
}

.tags_nav ul {
  position: absolute;
  top: 60px;
  right: 0;
  width: 320px;
  padding: 20px;
  background-color: #F0F0F0;
  overflow: hidden;
  opacity: 0;
  display: none;
}

.tags_nav ul li {
  height: auto;
}

.right-nav .tags_nav li a {
  height: auto;
  line-height: 1;
  padding: 10px;
  margin: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.no-touch .tags_nav li a:hover {
  background-color: #000048;
  color: #fff;
}



.csstransforms3d #banner .slide-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(.8);
  -ms-transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(.8);
  transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(.8);
  -webkit-transform-origin: center center 0;
  -ms-transform-origin: center center 0;
  transform-origin: center center 0;
  -webkit-transition: -webkit-transform 2s ease, opacity .8s ease, visibility .8s ease;
  transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
}

.csstransforms3d #banner .flex-active-slide {
  visibility: visible;
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
  -ms-transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
  transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
}

#banner .btm_cont .title hr {
  width: 0;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: all .8s ease .8s;
  transition: all .8s ease .8s;
}

.no-csstransitions #banner .btm_cont .title hr,
#banner .flex-active-slide .btm_cont hr {
  width: 100%;
}

#banner .btm_cont .info {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  float: left;
  -webkit-transition: all .8s ease .8s;
  transition: all .8s ease .8s;
}

.no-csstransitions #banner .btm_cont .info,
#banner .flex-active-slide .btm_cont .info {
  height: 180px;
}

#banner .btm_cont .info .bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: .8;
  filter: alpha(opacity=80);
}

#banner .btm_cont .info .title {
  padding-top: 30px;
}

#banner .btm_cont .info span {
  float: right;
  padding: 30px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, .8);
  color: #000048;
}

#banner .btm_cont .info span:after {
  content: "\e619";
  font-size: 14px;
  margin-left: 10px;
  vertical-align: top;
}

#banner .btm_cont .info:hover .bg {
  opacity: .9;
  filter: alpha(opacity=90);
}

#banner .btm_cont .info:hover h2 {
  color: #000048;
}

#banner .btm_cont .info:hover span {
  background-color: #000048;
  color: #fff;
}

.biaoti {
 height:70px;padding-left:20%;color:#08012D;font-size:34px;border-bottom:2px solid #000024
}

.biaoti2 {
 height:70px;color:#08012D;font-size:34px;border-bottom:2px solid #000024;text-align: center;
}
.wrap2 ul{
    width: 100%;
    display: table;
    height: 100px;
    margin: 30px 0 10px 0px;
  }
  .wrap2 ul li{
    width:23%;
    float: left;
    margin-right:16%;
  }
  .wrap2 ul li.item-r{
    float: left;
    width: 22%;
    margin-right:0;
  }
  .wrap2 ul li .tit{
    margin: 10px 0;
    font-size: 20px;
    font-weight:bold; 

  }
  .wrap2 p{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    margin: 10px 0;
  }
  span.xg{
    display: inline-block;
    margin-bottom:-4px;
    background-image:url(../image/xg.png);
    width: 24px;
    height: 24px;
  }
  .wrap4{
     padding-left: 20%;
     padding-right: 20%;
  }
.wrap4 ul{
    width: 100%;
    display: table;
    height: 100px;
    margin: 30px 0 40px 0px;
  }
  .wrap4 ul li{
    width:24%;
    float: left;
    margin-right:2%;
  }
    .wrap4 ul li:first-child{
    width:18%;
    float: left;
    margin-right:5%;
  }
      .wrap4 ul li:nth-child(2){
    width:28%;
    float: left;
    margin-right:3%;
  }
        .wrap4 ul li:nth-child(3){
    width:19%;
    float: left;
    margin-right:5%;
  }
  .wrap4 ul li.item-r{
    float: left;
    width: 22%;
    margin-right:0%;
  }
  .wrap4 ul li .tit{
    margin: 10px 0;
    font-size: 20px;
    font-weight:bold; 

  }
  .wrap4 p{
    font-size: 14px;
    line-height: 18px;
    color: #333;
    margin: 10px 0;
  }
  span.xg{
    display: inline-block;
    margin-bottom:-4px;
    background-image:url(../image/xg.png);
    width: 24px;
    height: 24px;
  }



.direction_nav {
  position: absolute;
  top: 60px;
  bottom: 60px;
  width: 40%;
  
  z-index: 99;
}

.lt-ie9 .direction_nav {
  background-image: url(../image/alpha-bg.png);
}

.direction_nav div {
  position: absolute;
  width: 0px;
  height: 50px;
  line-height: 50px;
  top: 50%;
  margin-top: -25px;
  text-align: center;
  background-color: #fff;
  font-size: 30px;
  color: #000048;
  overflow: hidden;
}

.direction_nav.next_btn {
  right: 0;
}

.direction_nav.next_btn div {
  right: 0;
}

.no-touch .direction_nav:hover div {
  width: 50px;
}

#banner .direction_nav {
  bottom: 230px;
}

@-webkit-keyframes down_arrow {
  0% {
    -webkit-transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes down_arrow {
  0% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.down_arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #000048;
  z-index: 30;
}

.down_arrow:before {
  position: absolute;
  left: 14px;
  -webkit-animation: down_arrow .7s infinite;
  animation: down_arrow 1.5s infinite;
}


.home_grid {
  width: 100%;
  text-align: center;
}

.home_grid ul {
  margin: 30px 0;
}

.home_grid li {
  display: inline-block;
  float: left;
  width: 20%;
  padding: 3px;
}

.home_grid li a img {
  width: 100%;
  height: auto;
}

.home_grid li a .title {
  width: 100%;
  padding: 30px;
  text-align: center;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home_grid li a .title h5 {
  line-height: 1;
}

.home_grid li a:hover {
  background-color: #fff;
}

.home_grid li a:hover img {
  -webkit-filter: brightness(1.2);
  
  
}

.home_grid li a:hover h5 {
  color: #000048;
}

.home_grid li a:hover hr {
  width: 100%;
}

.home_grid .btn_red {
  margin: 0;
  float: none;
}


.thumbs_title {
  padding: 0 250px;
  margin-bottom: 30px;
  color: #333;
}

.thumbs li {
  float: left; width:33.3%

}

.thumbs li a {
  background-color: #fff;
  overflow: hidden;
}

.thumbs li img {
  height: 385px;
  width: auto;
}

.thumbs li .title {
  text-align: left;
  font-size: 16px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}



.thumbs li a:hover span {
  color: #000048;
}

.thumbs li a:hover hr {
  width: 100%;
}


.project_title {
  top: 50%;
  margin-top: -110px;
  text-align: center;
}

.project_info>li {
  float: left;
  width: 33.3%;
  padding: 0 20px;
  border-left: 1px solid #DCDCDC;
}

.project_info li li {
  margin-top: 15px;
}

.project_info li li:first-child {
  margin-top: 0;
}

.project_info li li h5 {
  float: left;
}

.project_info li li p {
  line-height: 1.2;
  margin: 0 0 0 70px;
}

.project_info .item3 p {
  line-height: 1.4;
  margin: 10px 0 0 0;
}




#photos .slide-item {
  overflow: hidden;
  text-align: center;
}

#photos img {
  position: absolute;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.4);
}


.job_desk_cont {
  padding: 60px 28%;
}



footer .contact {
  padding-bottom: 120px;
  text-align: center;
  border-top: 1px solid #F0F0F0;
}

footer .contact h2 {
  margin-bottom: 30px;
}

footer .contact li {
  display: inline-block;
  float: left;
  width: 25%;
  height: 200px;
  background-color: #F0F0F0;
}

footer .contact li a {
  padding: 0 30px;
  height: 100%;
  border: 2px solid #fff;
}

footer .contact li a .icon {
  display: block;
  top: 50%;
  font-size: 40px;
  margin-top: -40px;
  margin-bottom: 10px;
  line-height: 1;
}

footer .contact li a h5 {
  display: block;
  top: 50%;
  text-transform: none;
}

.no-touch footer .contact li a:hover {
  border-bottom-color: #000048;
}

.no-touch footer .contact li a:hover h5 {
  color: #000048;
}

footer .qqbtn {
  float: none;
  margin-top: 20px;
}

footer .btm {
  float: left;
 color: #808080;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    font-size: 12px;
    text-align: center;
    background: #08012D;
}

footer .btm li {
  
  margin: 5px 10px;
}

footer .btm span,
footer .btm a {
  font-size: 12px;
  color: #808080;
}



.no-touch footer .btm .wrap a:hover {
  border-bottom-color: #fff;
}

#botm_nav1 {
    background-color: #08012D;
    padding-top: 20px;
    margin-left:10%;
    margin-right:15%;
    width: 75%;
    height: auto;
    float: left;
    text-align: right;
}



#botm_nav2 {
    background-color: #08012D;
    padding-top: 30px;
    padding-bottom: 21px;
    margin-right: 10%;
    margin-left: 10%;
    width: 80%;
    float: left;
  
}
#botm_nav2 a{
   font-size: 14px;
}
#botm_nav3 {
  padding-top: 35px;
  padding-bottom: 30px;
  width: 40%;
  float: left;
  text-align: center;
}


#botm_nav a {
  line-height: 1.4;
}

footer .icp {
  
  background-color: ##000048;
  padding-top: 10px;
  padding-bottom: 10px;
}
footer .icp li{
  display: inline-block;line-height:30px
}
footer .icp  a{display: inline-block;text-decoration:none}

footer .icons {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  width: 160px;
  top: -30px;
  padding: 10px 0;
}

footer .icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  opacity: .6;
  filter: alpha(opacity=60);
}

footer .icons a.active,
.no-touch footer .icons a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

footer .qrcode {
  position: absolute;
  width: 160px;
  height: 160px;
  top: -160px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #000048;
  visibility: hidden;
  opacity: 0;
}

footer .qrcode img {
  width: 100%;
  height: 100%;
}

footer .qrcode.show {
  visibility: visible;
  opacity: 1;
}

.with_icon_tel{
  color: #f0f0f0;
      position: relative;
    font-size: 22px;
    padding-left: 24px;
    letter-spacing: 3px;
}
.pop_window {
  position: fixed;
  top: 80px;
  bottom: 80px;
  left: 80px;
  right: 80px;
  visibility: hidden;
  opacity: 0;
  z-index: 1001;
}

.pop_window .pop_bg {
  display: block;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.pop_window .box {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}

.pop_window .box .cont {
  height: 100%;
  padding: 40px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.pop-show.pop_window {
  visibility: visible;
  opacity: 1;
}

.pop-show.pop_window .box {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


.pop_bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default;
}

#bg_mask {
  z-index: 998;
}

.touch #bg_mask {
  cursor: pointer;
}

.overflow_v {
  overflow: visible;
}


.nav-open #nav li.trans4,
.trans {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav-open #nav li.trans3,
.trans1 {
  -webkit-transition: all .4s ease .1s;
  transition: all .4s ease .1s;
}

.trans2 {
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}

.nav-open #nav li.trans1,
.trans3 {
  -webkit-transition: all .4s ease .3s;
  transition: all .4s ease .3s;
}

.nav-open #nav li.trans,
.trans4 {
  -webkit-transition: all .4s ease .4s;
  transition: all .4s ease .4s;
}

.box_shadow {

}

.box_shadow2,
.box_shadow.trans:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.4);
}

.box_shadow.trans:hover {
  z-index: 99;
}


@-webkit-keyframes mk_3d_top {
  0% {
    -webkit-transform: perspective(600px) rotateX(60deg);
    -webkit-transform-origin: center top 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top 0;
  }
}

@keyframes mk_3d_top {
  0% {
    -webkit-transform: perspective(600px) rotateX(60deg);
    transform: perspective(600px) rotateX(60deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
  }
}

.animation_3d_top {
  -webkit-animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}


@-webkit-keyframes mk_3d_bottom {
  0% {
    -webkit-transform: perspective(600px) rotateX(-30deg);
    -webkit-transform-origin: center bottom 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center bottom 0;
    opacity: 1;
  }
}

@keyframes mk_3d_bottom {
  0% {
    -webkit-transform: perspective(600px) rotateX(-30deg);
    transform: perspective(600px) rotateX(-30deg);
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transform-origin: center bottom 0;
    transform-origin: center bottom 0;
    opacity: 1;
  }
}

.animation_3d_bottom {
  -webkit-animation: mk_3d_bottom .8s 1 .8s cubic-bezier(0.77, 0, 0.175, 1);
  animation: mk_3d_bottom .8s 1 .8s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}


@media(max-width: 1680px) {

.tab_box li img{height:336px;width: auto;}
.box {height:980px;}
.thumbs li img {
  height: 336px;
  width: auto;
}

}

@media (min-width: 1600px) {
  .wrap {
  }
  .btm_cont .info {
    min-height: 200px;
	padding-left: 20%;
  }
  #banner .btm_cont .info {
    min-height: 0;
  }
  #banner .flex-active-slide .btm_cont .info {
    height: 200px;
  }
  #banner .btm_cont .info .title {
    padding-top: 40px;
  }
  .wrap2 {
    padding-left: 20%;
    padding-right: 20%;
}
}

@media (max-width: 1200px) {
  .hwrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wrap {
    padding-left: 8%;
    padding-right: 8%;
  }
  .thumbs_title {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  footer .contact li {
    width: 20%;
    height: 140px;
  }
  footer .contact li.add {
    width: 30%;
  }
  footer .contact li.mail {
    width: 30%;
  }
}
@media(min-width: 1281px) and (max-width: 1366px) {

.tab_box li img{height:270px;width: auto;}
.box {height:890px;}
.thumbs li img {
  height: 270px;
  width: auto;
}
}
@media(min-width: 1180px) and (max-width: 1280px) {

.tab_box li img{height:254px;width: auto;}
.box {height:820px;}
.thumbs li img {
  height: 254px;
  width: auto;
}
}
@media(min-width: 960px) and (max-width: 1600px) {
.top_m_r{
  display: none;
}
.wrap2 {
    padding-left: 10%;
    padding-right: 10%;
  }
.wrap4 {
    padding-left: 10%;
    padding-right: 10%;
}
}
@media(min-width: 960px) and (max-width: 1030px) {

.tab_box li img{height:202px;width: auto;}
.box {height:820px;}
.thumbs li img {
  height: 202px;
  width: auto;
}
.top_m_r{
  display: none;
}
.tab_menu {
 margin-left: 10%;
}
.thumbs li {
  overflow: hidden;
}
.thumbs li .title {
width: 200px;
}
.wrap {
    padding-left: 0px; 
     padding-right: 0px; 
}
}
@media(min-width: 1400px) and (max-width: 1442px) {

.tab_box li img{height:286px;width: auto;}
.box {height:880px;}
.thumbs li img {
  height: 286px;
  width: auto;
}

}


@media (min-width: 961px) {
  .desktop_full .vertical_cont.hwrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 960px) {
  .top_m_r{
  display: none;
}
  .desktop_full {
    height: auto;
  }
  .desktop_full .vertical_obj,
  .desktop_full .vertical_cont {
    display: block;
  }
  .desktop_full .scrollbg {
    height: 400px;
  }
  .desktop_full .btm_cont {
    position: relative;
    margin-top: -100px;
  }
  .desktop_full .btm_cont.mini_title {
    margin-top: -60px;
  }
  .desktop_full .down_arrow {
    display: none;
  }
  

  .lr_layout .left_img {
    position: relative;
    width: 100%;
    height: auto;
  }
  .lr_layout .vertical_cont {
    display: block;
  }
  .lr_layout .right_cont {
    width: 100%;
  }
  

  .home_grid {
    text-align: left;
  }
  .home_grid li {
    width: 50%;
  }
  .thumbs li {
    width: 50%;
  }
  .project_title {
    margin-top: -40px;
  }
  

  .job_desk_cont {
    padding: 60px 20%;
  }
  

  footer.full {
    display: block;
    height: auto;
  }
  footer .contact.vertical_cont {
    display: block;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  footer .contact li,
  footer .contact li.add,
  footer .contact li.mail,
  footer .contact li.qq {
    width: 50%;
  }
  footer .btm {
    position: relative;
  }
}

@media (max-width: 800px) {
	.desktop_full3, .full3 {
    display: none;
}
  body,
  h5,
  p {
    font-size: 12px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4,
  .p18 {
    font-size: 14px;
  }
  .hide_in_mobile {
    display: none;
  }
  .icon_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  .hwrap {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .wrap.fullw_on_mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .desktop_full .scrollbg {
    height: 240px;
  }
  #botm_nav1 {
    display: none;
}
#botm_nav2 {
    display: none;
}
#botm_nav3 {
    width: 100%;
	background:#08012D;
}
.fuzhu {
    border: 0px solid #fff;
	height: 105px;
	padding-left: 10%;
}
.fuzhu li {
    border: 1px solid #666;

}
.thumbs_title {
    padding: 0 25px;
}
.thumbs li img {
    
    width: 100%;
	height: auto;
}
.top_m_r{
  display: none;
}
.box {
    display: none;

}
  .desktop_full .btm_cont {
    margin-top: -80px;
  }
  .desktop_full .btm_cont.mini_title {
    margin-top: -50px;
  }
  .home_grid li a .title {
    padding: 20px 10px;
  }
  .hide_on_desktop {
    display: block;
  }
  .hide_on_mobile {
    display: none;
  }
  .mobile_mt50 {
    margin-top: 50px;
  }
  .btm_cont .info {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .hwrap .wrap2{
     padding-left:0px;
    padding-right: 0px;
  }
  .wrap2{
    padding-left:25%;
    padding-right: 10%;
   }
   .wrap4 {
    padding-left: 30%;
    padding-right: 20%;
}
  header {
    height: 50px;
    width: 100%;
    background-color: #000048;
  }
  nav .menu_btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  #logo img {
	  display:none;
    height: 40px;
	width: auto;
  }
  nav {
    display: block;
}
   #logo2 img 
  .right-nav li a,
  header .title h4 {
    line-height: 50px;
    font-size: 12px;
  }
  .tags_nav ul {
    top: 50px;
  }
  

  #banner .btm_cont .title hr {
    height: 5px;
    margin-top: 10px;
  }
  #banner .btm_cont .info .title {
    padding-top: 20px;
  }
  #banner .btm_cont .info span {
    position: absolute;
    bottom: 50px;
    padding: 10px;
    margin-left: 0;
  }
  

  .thumbs li {
    width: 100%;
  }
  .project_title {
    top: 30px;
    margin-top: 0;
    text-align: left;
  }
  .project_info>li {
    width: 100%;
    margin-top: 30px;
  }
  .project_info>li:first-child {
    margin-top: 0;
  }
  

  #job-post.full {
    height: auto;
  }
  #job-post .vertical_obj {
    display: block;
    background-color: #F0F0F0;
  }
  #job-post .vertical_cont {
    display: block;
  }
  .job_desk_cont {
    padding: 40px 8%;
  }
  .job_desk_cont h3 {
    font-size: 16px;
  }
  .ppcl li.item-l{
  width: 100%;
  font-size: 14px;
}
.wrap2 .ppcl li.item-r{
  width: 100%;
  font-size: 14px;
}
   .wrap4 {
    padding-left: 25%;
    padding-right: 10%;
}
 .wrap4 ul li:first-child{
    width:100%;
    float: left;
    font-size: 14px;
  }
      .wrap4 ul li:nth-child(2){
    width:100%;
    float: left;
    font-size: 14px;
  }
        .wrap4 ul li:nth-child(3){
    width:100%;
    float: left;
    font-size: 14px;
  }
.wrap4 .ppcl li.item-r{
  width: 100%;
  font-size: 14px;
}
  

  footer .contact.vertical_cont {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  footer .contact h2 {
    margin-bottom: 20px;
  }
  footer .contact li,
  footer .contact li.add,
  footer .contact li.mail,
  footer .contact li.qq {
    width: 100%;
    height: 60px;
  }
  footer .contact li a {
    padding: 0 20px;
  }
  footer .contact li a .icon {
    font-size: 20px;
    top: 0;
    margin: 0;
    line-height: 60px;
    float: left;
  }
  footer .contact li a h5 {
    top: 0;
    line-height: 60px;
    float: right;
  }
  footer .btm li span,
  footer .btm li a {
    font-size: 10px;
  }
  

  .pop_window {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .pop_window .box .cont {
    padding: 30px;
  }
}


#bsWXBox,
#bsWXBox:before,
#bsWXBox:after,
#bsBox,
#bsBox:before,
#bsBox:after,
#bsBox>div>div>div,
#bsBox>div>div>div:before,
#bsBox>div>div>div:after {
  box-sizing: content-box;
}

#bsBox {
  width: 320px !important;
  height: 400px !important;
  margin-left: -160px !important;
  margin-top: -200px !important;
  background: none !important;
  padding: 0 !important;
  border: 2px solid #666 !important;
}

#bsBox .bsTop {
  width: 320px !important;
}

#bsBox .bsClose {
  top: 3px !important;
  right: 10px !important;
}

#bsBox #bsMorePanel {
  width: 320px !important;
  height: 376px !important;
}

#bsBox .bsPlatDiv {
  width: 320px !important;
  height: 316px !important;
}

#bsBox .bFind {
  width: 200px !important;
}

.bsTop span {
  font-size: 12px;
  line-height: 24px;
}
.bsBox {
  box-shadow: 0 4px 16px rgba(0,0,0,.5);
}

@media all and (max-height: 400px) {
  #bsBox {
    height: 224px !important;
    margin-top: -112px !important;
  }
  #bsBox #bsMorePanel {
    height: 200px !important;
  }
  #bsBox .bsPlatDiv {
    height: 140px !important;
  }
}
 
.toolbar{position: fixed;top: 50%;right:3%;margin-top: -163px;z-index: 100;width: 80px; color:#fff}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #0067d0;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../image/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box,.toolbar dd.qq .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #0067d0;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p,.toolbar dd.qq .box p{font-size: 14px;margin: 15px auto 7px; color:#fff}
.toolbar dd.tel .box h3,.toolbar dd.qq .box h3{font-size: 18px;font-weight: bold; color:#fff}
.toolbar dd.tel .box:after,.toolbar dd.qq .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0067d0;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #0067d0;opacity: 0;transition: all .5s; color:#fff}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #0067d0;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box,.toolbar dd.qq:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
 @media (max-width:767px){
	 .toolbar{ display:none}
 }
 
#tool { position: fixed; bottom: 0; left: 0; right: 0; z-index: 900; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
ul.toollist { position: fixed; z-index: 900; bottom: 0; left: 0; right: 0;margin: auto; display: block; height: 48px;}
.toollist li{ float:left;width: auto;  height: 100%;width:25%;position: static!important;  margin: 0;
border-radius: 0!important; -webkit-box-sizing: border-box;box-sizing: border-box; -webkit-box-flex: 1; box-flex: 1;
-webkit-box-sizing: border-box; box-shadow: none!important; background: none;list-style-type:none;}
.toollist li a {font-size: 20px;line-height: 20px;text-align: center;display: block;text-decoration: none;padding-top: 2px;position:relative;}
.toollist li a img{width:24px;height:24px; display:inline-table}
.toollist li a p{margin: 1px 0 1px 0;font-size: 14px;display: block !important;line-height: 18px;text-align: center;color: #fff;}

.toollist {	background:#000048;}
.toollist li{ border-right: 1px solid rgba(255, 255, 255, 0.7);}
.toollist li a {color: #fff;}
 @media (min-width:767px){
#tool{ display:none}
 }
    .pages { clear:both; padding:20px 15px 0 0; color:#444; }
	.pages a { color:#444; display: inherit;}
	.pages a:hover { color:#f60;  font-weight:bold  }
	.pages ul { text-align:right;list-style:none }
	.pages li { display:inline; margin-left:8px;list-style:none }
  @media (max-width:767px){
 h2 {  font-size: 20px; }
 h4, .p18 { font-size: 16px;}
 p {text-align: justify;}
 .tab_menu li{min-width: 92px;}
 .tab_box li{ width:100%}
 .box{ height: 1290px;}
 .btn_red, .btn_white{margin: 30px 0px 30px 30%;}
 .fengzhan{ display:none!important;}
 .foot_roox{padding: 40px 0px 50px 0px!important;}
 body, h5, p{ font-size:16px;}
 .pmt0 p, .list_text2 li{text-align: justify;}
 .list_text2 li{ margin-left: 0;    font-size: 16px!important;}
 .btn_more{padding: 8px; text-align: center;}
 
.with_icon_tel strong { font-size: 16px!important;}
.toolbar{ display:none}
.with_icon_tel { color: #f0f0f0; position: relative;font-size: 18px;padding: 0 0 0 0px;letter-spacing: 3px;margin: 0; }
.with_icon_tel strong {padding-top: 14px; color: #f0f0f0;font-weight: bolder;font-size: 24px; }
.with_icon_tel a{ font-size:14px;}
  }
   @media(min-width:960px) and (max-width:1600px){
.wrap2{padding-left:10%;padding-right:10%}
.wrap11{padding-left:10%;padding-right:10%}
.wrap4{padding-left:10%;padding-right:10%}
}
  .wrap11 ul{width:100%;display:table;height:100px;margin:30px 0 10px 0px}
.wrap11 ul li{width:23%;float:left;margin-right:16%}
.wrap11 ul li.item-r{float:left;width:22%;margin-right:0}
.wrap11 ul li .tit{margin:10px 0;font-size:20px;font-weight:bold}
.wrap11 p{font-size:14px;line-height:14px;color:#333;margin:10px 0}