@font-face {
  font-family: 'bebas';
  src: url("../font/bebas.eot");
  src: local("bebas Regular"), local("bebas"), url("../font/bebas.woff") format("woff"), url("../font/bebas.ttf") format("truetype"), url("../font/bebas.svg#bebas") format("svg");
}
@font-face {
  font-family: 'Roboto-Black';
  src: url("../font/Roboto-Black.eot");
  src: local("Roboto-Black Regular"), local("Roboto-Black"), url("../font/Roboto-Black.woff") format("woff"), url("../font/Roboto-Black.ttf") format("truetype"), url("../font/Roboto-Black.svg#Roboto-Black") format("svg");
}
.w1200 {
  width: 1200px;
  margin: 0 auto 0;
  position: relative;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  padding: 30px 0 0;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  z-index: 10;
}
header.fixed{
  position: fixed;
  z-index: 80;
  background: #fff;
  padding-bottom: 28px;
  box-shadow: 0 0 20px 0 #ccc;
}
header.fixed .nav li em{
  color: #333333;
}
header.fixed .nav li span{
  color: #333333;
}
header .line {
  position: absolute;
  left: 116px;
  top: 80px;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.08;
  filter: alpha(opacity=8);
  z-index: 11;
}
header h1 {
  float: left;
  margin-left: 30px;
}
header .nav {
  float: left;
  margin-left: 47px;
  padding-top: 7px;
  height: 44px;
}
header .nav ul {
  float: left;
}
header .nav li {
  float: left;
  margin-right: 60px;
}
header .nav li a {
  display: block;
  text-align: center;
  height: 44px;
  border-bottom: 1px solid transparent;
  overflow: hidden;
  line-height: 44px;
}
header .nav li a:hover, header .nav li a.on {
  border-bottom-color: #fff;
}
header .nav li a:hover span, header .nav li a.on span {
  margin-top: -48px;
}
header .nav li span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #abbac6;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  font-family: 'bebas';
}
header .nav li em {
  display: block;
  font-style: normal;
  font-size: 16px;
  color: #fff;
}
header .share {
  float: right;
  margin-top: 15px;
  margin-right: 30px;
}
header .share a {
  padding: 0;
  width: 22px;
  height: 22px;
  margin: 0 0 0 8px;
  background: url(../img/share_ico.png) no-repeat 0 0;
}
header .share a.bds_qzone {
  background-position: 0 0;
}
header .share a.bds_tsina {
  background-position: -30px 0;
}
header .share a.bds_douban {
  background-position: -59px 0;
}

.i-banner {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
.i-banner .list {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.i-banner .list ul {
  float: left;
  width: 10000px;
}
.i-banner .list li {
  overflow: hidden;
  float: left;
}
.i-banner .banner-text {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 30%;
  width: 100%;
}
.i-banner .banner-text .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.08;
  filter: alpha(opacity=8);
}
.i-banner .banner-text .pagestate {
  font-family: 'bebas';
  border-top: 1px solid #5fcc29;
  padding-top: 35px;
  padding-left: 30px;
  font-size: 18px;
  color: #59d840;
  line-height: 34px;
  float: left;
  width: 105px;
}
.i-banner .banner-text .pagestate span {
  font-size: 32px;
  vertical-align: -12px;
}
.i-banner .banner-text .pagestate i {
  font-style: normal;
}
.i-banner .banner-text .btns {
  height: 17px;
  margin-top: 25px;
}
.i-banner .banner-text .btns a {
  float: left;
  width: 11px;
  height: 17px;
  margin-right: 15px;
  background: url(../img/banner_btn.png) no-repeat 0 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.i-banner .banner-text .btns a.next {
  background-position: -11px 0;
}
.i-banner .banner-text .btns a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.i-banner .banner-text .text {
  padding-top: 30px;
}
.i-banner .banner-text .text h3 {
  font-size: 70px;
  color: #ffffff;
  line-height: 70px;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
  font-weight: normal;
}
.i-banner .banner-text .text p {
  font-size: 28px;
  color: #ffffff;
  line-height: 38px;
}

.banner-window {
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 1120px;
  padding: 20px 40px;
  z-index: 9;
  margin-left: -600px;
  height: 509px;
  margin-top: -275px;
  display: none;
  z-index: 30;
}
.banner-window .top {
  height: 376px;
}
.banner-window .top .text {
  float: left;
  width: 490px;
}
.banner-window .top .text h3 {
  font-size: 28px;
  color: #1a1a1a;
  font-weight: bold;
  line-height: 40px;
  padding: 21px 0;
}
.banner-window .top .text .con {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding: 5px 0;
  border-bottom: 1px solid #e8e8e8;
  height: 206px;
  overflow: auto;
}
.banner-window .top .text .more-box {
  margin-top: 28px;
}
.banner-window .top .text .more {
  font-size: 14px;
  color: #1a3783;
  text-transform: uppercase;
  line-height: 24px;
  font-family: 'Arial';
  font-weight: bold;
  padding-right: 14px;
  background: url(../img/more_ico2.png) no-repeat right center;
}
.banner-window .top .text .more:hover {
  color: #1a3783;
  background-image: url(../img/more_ico1.png);
}
.banner-window .top .img {
  float: right;
  padding-right: 227px;
  background: url(../img/i_bg.jpg) no-repeat right center;
  height: 376px;
}
.banner-window .bot {
  margin-top: 33px;
  height: 100px;
}
.banner-window .bot ul {
  float: left;
  width: 100%;
}
.banner-window .bot li {
  position: relative;
  width: 224px;
  height: 100px;
  overflow: hidden;
  float: left;
}
.banner-window .bot li a {
  display: block;
  width: 224px;
  height: 100px;
}
.banner-window .bot li a:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner-window .bot li .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #1a3783;
  -webkit-transition: all 1s;
          transition: all 1s;
}
.banner-window .bot li .mask p {
  text-align: center;
  line-height: 100px;
  font-size: 14px;
  color: #fff;
}

.i-footer {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 10;
}
.i-footer .right {
  float: right;
  margin-right: 30px;
  text-align: right;
  font-size: 12px;
  color: #8d8e8d;
  line-height: 22px;
}
.i-footer .right a {
  color: #8d8e8d;
}
.i-footer .right a:hover {
  color: #fff;
}
.i-footer .left {
  float: left;
  margin-left: 30px;
}
.i-footer .left .box {
  height: 16px;
  margin-top: 10px;
}
.i-footer .left .box h4 {
  float: left;
  font-weight: normal;
  font-size: 14px;
  color: #59d840;
  line-height: 16px;
}
.i-footer .left .box h4 a {
  color: #59d840;
}
.i-footer .left .box i {
  float: left;
  width: 1px;
  height: 16px;
  background: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin: 0 15px;
}
.i-footer .left .box p {
  float: left;
  font-size: 14px;
  color: #abbac6;
  line-height: 16px;
  width: 350px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.i-footer .left .box p a {
  color: #abbac6;
}
.i-footer .left .box p a:hover {
  color: #fff;
}

.banner {
  height: 816px;
  min-width: 1200px;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*padding-top: 113px;*/
}
.banner .bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  z-index: 2;
}
.banner .text {
  position: absolute;
  z-index: 3;
  left: 50%;
  width: 1200px;
  top: 245px;
  margin-left: -600px;
}
.banner .text h2 {
  font-size: 48px;
  color: #fefefe;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
}
.banner .text h3 {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  line-height: 38px;
}
.banner .hd{
  width: 100%;
  height: 816px;
  min-width: 1200px;
  overflow: hidden;
}
.banner .hd ul{
  float: left;
  width: 100000px;
}
.banner .hd li{
  height: 816px;
  overflow: hidden;
  float: left;
}
.banner .btns{
  position: absolute;
  left: 50%;
  bottom: 20px;
}
.banner .btns span{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0.5;
  margin: 0 5px;
}
.banner .btns span.cur{
  background: #fff;
  opacity: 1;
}

.about-menu {
  width: 100%;
  min-width: 1200px;
  height: 30px;
  padding: 34px 0;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
  text-align: center;
}
.about-menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 30px;
  overflow: hidden;
  padding: 0 22px;
}
.about-menu li a {
  display: block;
  height: 30px;
  white-space: nowrap;
}
.about-menu li a:hover span, .about-menu li a.on span {
  margin-top: -30px;
}
.about-menu li em {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #1a3783;
  font-style: normal;
}
.about-menu li span {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #888888;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}

.main-bg {
  width: 100%;
  min-width: 1200px;
  background: url(../img/main_bg.jpg) repeat-y center top;
  overflow: hidden;
}
.main-bg.ovs {
  overflow: visible;
}

.about-who {
  width: 850px;
  margin: 0 auto 100px;
  padding: 131px 0 0;
  position: relative;
}
.about-who .bg {
  position: absolute;
  z-index: 1;
  font-size: 150px;
  color: #f9f9f9;
  line-height: 150px;
  left: -380px;
  top: 110px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Roboto-Black';
}
.about-who .box {
  position: relative;
  z-index: 2;
}
.about-who .title {
  margin-bottom: 25px;
}
.about-who .title h3 {
  font-weight: bold;
  font-size: 28px;
  color: #444444;
  line-height: 38px;
}
.about-who .title h4 {
  text-transform: uppercase;
  font-size: 34px;
  color: #999999;
  line-height: 44px;
  font-family: 'Roboto-Black';
}
.about-who .con {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

footer .footer-top {
  height: 517px;
  overflow: hidden;
  min-width: 1200px;
  position: relative;
}
footer .footer-top .bg {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
footer .footer-bot {
  position: relative;
  height: 24px;
  padding: 46px 0;
  width: 1200px;
  margin: 0 auto 0;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
footer .footer-bot p a {
  color: #000;
  text-transform: uppercase;
}
footer .footer-bot p a:hover {
  color: #1a3783;
}
footer .footer-bot .top-btn {
  width: 16px;
  height: 24px;
  background: url(../img/top_ico.png) no-repeat 0 0;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 46px;
}

.about-top {
  width: 100%;
  min-width: 1200px;
  margin-bottom: 117px;
}
.about-top .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #6988be;
}
.about-top .img {
  float: right;
  box-shadow: 0 0 10px 0px #e4e3e3;
  position: relative;
}
.about-top .img img {
  position: relative;
  z-index: 2;
}
.about-top .img .bg {
  position: absolute;
  right: -215px;
  top: -26px;
  width: 384px;
  height: 456px;
  background: url(../img/about_bg1.jpg) no-repeat 0 0;
  z-index: 1;
}
.about-top .text {
  float: left;
  width: 470px;
  margin: 90px 0 0 130px;
  height: 240px;
  overflow: auto;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.about-box {
  width: 850px;
  margin: 0 auto 120px;
  position: relative;
}
.about-box .con {
  width: 830px;
  border: 10px solid #577fe6;
  padding: 43px 0 65px;
  position: relative;
  z-index: 2;
}
.about-box .num {
  float: left;
  margin-left: 146px;
}
.about-box .num h5 {
  font-size: 20px;
  color: #444444;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Arial';
  margin-bottom: 10px;
}
.about-box .num p {
  font-size: 75px;
  color: #000000;
  line-height: 80px;
  font-family: 'Arial';
}
.about-box .text {
  float: left;
  margin-left: 78px;
}
.about-box .text h5 {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
}
.about-box .text p {
  font-size: 20px;
  color: #999999;
  line-height: 40px;
  font-family: 'Arial';
  text-transform: uppercase;
}
.about-box .bg {
  position: absolute;
  left: 550px;
  top: 45px;
  font-size: 150px;
  color: #f9f9f9;
  line-height: 150px;
  z-index: 1;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
}

.about-text {
  width: 850px;
  margin: 0 auto 100px;
  position: relative;
}
.about-text h3 {
  font-size: 20px;
  color: #444444;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-text .con {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}

.about-bot {
  margin-bottom: 100px;
}
.about-bot .img {
  float: left;
  position: relative;
  z-index: 1;
}
.about-bot .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #6988be;
}
.about-bot .list {
  position: absolute;
  left: 486px;
  top: 140px;
  z-index: 2;
  background: url(../img/about_bg2.png);
}
.about-bot .list ul {
  float: left;
}
.about-bot .list li {
  float: left;
  width: 130px;
  height: 155px;
  text-align: center;
}
.about-bot .list li h5 {
  font-weight: normal;
  font-size: 60px;
  color: #282828;
  line-height: 70px;
  margin-top: 28px;
}
.about-bot .list li p {
  text-transform: uppercase;
  font-size: 12px;
  color: #000000;
  line-height: 22px;
}

.culture-top {
  margin-top: 140px;
  position: relative;
  padding-bottom: 154px;
}
.culture-top .con-box {
  position: relative;
  z-index: 5;
}
.culture-top .text {
  width: 840px;
  margin: 0 auto 120px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.culture-top .text h3 {
  font-size: 28px;
  color: #444444;
  font-weight: bold;
  line-height: 38px;
}
.culture-top .text h4 {
  font-weight: normal;
  font-size: 34px;
  color: #999999;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
  margin-bottom: 25px;
}
.culture-top .text p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.culture-top .bg1 {
  position: absolute;
  left: -230px;
  top: 0;
  z-index: 1;
  font-size: 150px;
  color: #f9f9f9;
  line-height: 150px;
  font-family: 'Roboto-Black';
}
.culture-top .line {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 4px;
  height: 382px;
  background: #6988be;
}
.culture-top .bg2 {
  width: 384px;
  height: 256px;
  position: absolute;
  z-index: 1;
  right: -206px;
  top: 30px;
  background: url(../img/about_bg1.jpg) no-repeat 0 0;
}
.culture-top .video {
  position: relative;
  margin-left: 116px;
}
.culture-top .video .bg {
  width: 458px;
  height: 311px;
  background: url(../img/culture_bg1.jpg) no-repeat 0 0;
}
.culture-top .video .btn {
  position: absolute;
  right: 0;
  top: 50px;
}
.culture-top .video .btn li {
  margin-bottom: 10px;
}
.culture-top .video .btn li a {
  display: block;
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  font-weight: bold;
}
.culture-top .video .btn li a:hover, .culture-top .video .btn li a.on {
  color: #1a3783;
}
.culture-top .video .con {
  position: absolute;
  left: 205px;
  top: 40px;
  z-index: 8;
}
.culture-top .video .con .video-box {
  width: 343px;
  height: 233px;
  background: #fff;
  padding: 7px;
  float: left;
}
.culture-top .video .con .video-text {
  float: left;
  margin-left: 70px;
  width: 400px;
}
.culture-top .video .con .video-text h4 {
  font-size: 12px;
  color: #1a3783;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
  margin-top: 50px;
}
.culture-top .video .con .video-text h3 {
  font-weight: bold;
  font-size: 24px;
  color: #444444;
  line-height: 34px;
}
.culture-top .video .con .video-text p {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
}

.culture-center .top {
  height: 249px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.culture-center .top .ico {
  position: absolute;
  left: 50%;
  top: -5px;
  margin-left: -125px;
  width: 250px;
}
.culture-center .top .ico .line1 {
  display: block;
  margin: 0 auto 0;
  height: 5px;
  width: 95px;
  background: #1a3783;
}
.culture-center .top .ico .line2 {
  display: block;
  margin: 0 auto 0;
  width: 1px;
  height: 63px;
  background: #fff;
}
.culture-center .top .ico img {
  display: block;
  padding: 0;
  margin: 0 auto 0;
}
.culture-center .top .ico p {
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
  margin-top: 20px;
}
.culture-center .list {
  width: 1200px;
  margin: 95px auto;
}
.culture-center .list ul {
  float: left;
  width: 100%;
}
.culture-center .list li {
  float: left;
  width: 486px;
  margin-left: 114px;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 38px;
}
.culture-center .list li span {
  float: left;
  width: 19px;
  height: 4px;
  background: #1a3783;
  margin: 10px 33px 0 0;
}
.culture-center .list li p {
  float: left;
  width: 434px;
}
.culture-center .revolve {
  width: 1200px;
  height: 358px;
  background: url(../img/culture_bg2.jpg) no-repeat 0 0;
  margin: 0 auto 0;
  padding-top: 80px;
}
.culture-center .revolve .box {
  width: 600px;
  margin: 0 auto 0;
  height: 273px;
  overflow: hidden;
  position: relative;
}
.culture-center .revolve .box li {
  position: absolute;
  left: 152px;
  top: 0;
  width: 286px;
  height: 273px;
  background: #fff;
  text-align: center;
}
.culture-center .revolve .box li img {
  max-width: 100%;
  max-height: 100%;
}
.culture-center .revolve .prev {
  position: absolute;
  left: 220px;
  top: 50%;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat 0 0;
  margin-top: -12px;
}
.culture-center .revolve .prev:hover {
  background-position: 0 -25px;
}
.culture-center .revolve .next {
  position: absolute;
  right: 220px;
  top: 50%;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat -13px 0;
  margin-top: -12px;
}
.culture-center .revolve .next:hover {
  background-position: -13px -25px;
}

.culture-bot {
  margin-top: 105px;
}
.culture-bot .top {
  min-height: 250px;
}
.culture-bot .top .text {
  margin-left: 296px;
  width: 855px;
}
.culture-bot .top .text h4 {
  font-size: 28px;
  font-weight: bold;
  color: #444444;
  line-height: 38px;
}
.culture-bot .top .text h5 {
  font-size: 34px;
  color: #999999;
  line-height: 40px;
  font-weight: normal;
  font-family: 'Roboto-Black';
}
.culture-bot .top .text .con {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  margin-top: 30px;
}
.culture-bot .top i {
  position: absolute;
  left: 110px;
  top: 5px;
}
.culture-bot .bot {
  margin-top: 140px;
}
.culture-bot .bot .title {
  margin-left: 160px;
}
.culture-bot .bot .title h3 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-weight: bold;
}
.culture-bot .bot .title h4 {
  font-size: 34px;
  color: #999999;
  line-height: 44px;
  font-weight: normal;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
}
.culture-bot .bot .list {
  margin-top: 70px;
  margin-left: 113px;
}
.culture-bot .bot .list .box {
  height: 380px;
  overflow: hidden;
  width: 1010px;
  margin: 0 auto 0;
  position: relative;
}
.culture-bot .bot .list .box li {
  position: absolute;
  left: 317px;
  top: 0;
  width: 363px;
  height: 363px;
  padding: 6px;
  background: #fff;
  border: 1px solid #f5f5f5;
  text-align: center;
}
.culture-bot .bot .list .box li img {
  max-width: 100%;
  max-height: 100%;
}
.culture-bot .bot .list .prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat 0 0;
  margin-top: -12px;
}
.culture-bot .bot .list .prev:hover {
  background-position: 0 -25px;
}
.culture-bot .bot .list .next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat -13px 0;
  margin-top: -12px;
}
.culture-bot .bot .list .next:hover {
  background-position: -13px -25px;
}

.team-top {
  padding-bottom: 110px;
}
.team-top .title {
  padding: 130px 0 100px;
}
.team-top .title h2 {
  font-family: 'Arial';
  font-size: 42px;
  color: #444444;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 20px;
  font-weight: bold;
}
.team-top .con-box .line {
  float: left;
  width: 4px;
  height: 380px;
  background: #6988be;
  border: 1px solid #c4d0e6;
}
.team-top .con-box .text {
  float: left;
  margin-left: 73px;
  width: 380px;
}
.team-top .con-box .text h3 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-weight: bold;
}
.team-top .con-box .text h4 {
  font-size: 34px;
  color: #999999;
  line-height: 44px;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
  margin-bottom: 20px;
}
.team-top .con-box .text .p {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.team-top .con-box .sign {
  float: left;
  margin-left: 75px;
  width: 250px;
}
.team-top .con-box .sign h3 {
  font-size: 24px;
  color: #444444;
  line-height: 30px;
  font-family: 'Roboto-Black';
  font-weight: bold;
  text-transform: uppercase;
}
.team-top .con-box .sign ul {
  margin-top: 36px;
}
.team-top .con-box .sign li {
  margin-bottom: 30px;
}
.team-top .con-box .sign li img {
  display: block;
  margin: 0 0 10px;
  padding: 0;
}
.team-top .con-box .sign li p {
  text-transform: uppercase;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  line-height: 26px;
  font-family: 'Roboto-Black';
}
.team-top .con-box .img {
  float: right;
  box-shadow: 0 0 10px 0 #e8e7e7;
}

.team-list {
  padding: 100px 0 0;
  width: 972px;
  margin: 0 auto 0;
}
.team-list ul {
  float: left;
  width: 100%;
}
.team-list li {
  float: left;
  width: 300px;
  padding: 0 12px 50px;
  height: 296px;
  position: relative;
  z-index: 2;
}
.team-list li .text {
  position: absolute;
  left: 12px;
  top: 0;
  background: #fff;
  padding: 0 13px;
  width: 272px;
  border: 1px solid #f3f3f3;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 1s;
          transition: all 1s;
  z-index: 2;
}
.team-list li .text .title {
  padding: 17px 0;
  border-bottom: 1px dashed #cbcbcb;
}
.team-list li .text .title h4 {
  line-height: 26px;
  font-size: 16px;
  color: #444444;
  font-weight: normal;
}
.team-list li .text .con {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  padding: 20px 0;
  max-height: 120px;
  overflow: auto;
}

.domain-type .title {
  padding: 90px 0 57px;
}
.domain-type .title h2 {
  font-size: 14px;
  color: #070707;
  font-family: 'Arial';
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 8px;
  text-transform: uppercase;
  padding-left: 17px;
  border-left: 1px solid #1a3783;
}
.domain-type .list ul {
  float: left;
  width: 100%;
}
.domain-type .list li {
  float: left;
  width: 100%;
  padding-bottom: 80px;
}
.domain-type .list li .img {
  width: 458px;
  height: 351px;
  overflow: hidden;
}
.domain-type .list li .text {
  margin-left: 65px;
  width: 575px;
  padding-top: 30px;
}
.domain-type .list li .text h3 {
  font-size: 16px;
  color: #d1cfcf;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Arial';
}
.domain-type .list li .text h3 i {
  font-size: 75px;
  font-style: normal;
  font-weight: normal;
}
.domain-type .list li .text h4 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 7px;
}
.domain-type .list li .text p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.domain-type .list li .text .more {
  display: inline-block;
  margin-top: 48px;
  font-size: 12px;
  color: #333;
  line-height: 24px;
  padding-right: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/more_ico2.png) no-repeat right center;
}
.domain-type .list li .text .more:hover {
  color: #1a3783;
  background-image: url(../img/more_ico1.png);
}

.case-header h1 {
  position: fixed;
  left: 30px;
  top: 30px;
  z-index: 20;
}
.case-header .menu {
  position: fixed;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  top: 52px;
  height: 56px;
  text-align: center;
  font-size: 0;
  z-index: 20;
}
.case-header .menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px;
}
.case-header .menu li a {
  display: block;
  height: 54px;
  line-height: 54px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #ffffff;
  padding: 0 8px;
}
.case-header .menu li a:hover, .case-header .menu li a.on {
  border-bottom-color: #fff;
}
.case-header .back {
  position: fixed;
  right: 65px;
  top: 43px;
  width: 26px;
  height: 21px;
  z-index: 20;
  background: url(../img/back_ico.png) no-repeat 0 0;
}

.case-main {
  position: relative;
  padding-top: 113px;
}
.case-main .list {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-main .list ul {
  float: left;
  width: 100%;
}
.case-main .list li {
  float: left;
  position: relative;
  z-index: 2;
}
.case-main .list li:hover {
  z-index: 3;
  margin: -1px;
  padding: 1px;
}
.case-main .list li:hover a {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  z-index: 5;
}
.case-main .list li:hover .box1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case-main .list li:hover p {
  display: block;
}
.case-main .list li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.case-main .list li .box1 {
  position: absolute;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 13px solid #fff;
}
.case-main .list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.case-main .list li p {
  position: absolute;
  left: 10%;
  width: 80%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  top: 50%;
  display: none;
  z-index: 8;
}
.case-main .list .load {
  position: absolute;
  z-index: 5;
  width: 16px;
  height: 24px;
  background: url(../img/case_load.png) no-repeat 0 0;
  left: 50%;
  bottom: 60px;
  margin-left: -8px;
}

.case-title {
  background: #fff;
  border-bottom: 1px solid #ededed;
  min-width: 1200px;
  padding: 30px 0;
}
.case-title h2 {
  width: 850px;
  margin: 0 auto 0;
  line-height: 38px;
  font-size: 28px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.case-title .prev {
  position: absolute;
  left: 20px;
  top: 6px;
  font-size: 16px;
  color: #909090;
  line-height: 26px;
  padding-left: 80px;
  background: url(../img/prev_ico1.png) no-repeat 0 center;
  text-transform: uppercase;
}
.case-title .prev:hover {
  background-image: url(../img/prev_ico2.png);
  color: #1a3783;
}
.case-title .next {
  position: absolute;
  right: 20px;
  top: 6px;
  font-size: 16px;
  color: #909090;
  line-height: 26px;
  padding-right: 80px;
  background: url(../img/next_ico1.png) no-repeat right center;
  text-transform: uppercase;
}
.case-title .next:hover {
  background-image: url(../img/next_ico2.png);
  color: #1a3783;
}

.case-info-top .title {
  padding: 105px 0 100px;
}
.case-info-top .title h3 {
  text-align: center;
  font-weight: bold;
  font-size: 42px;
  color: #444444;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 20px;
  font-family: 'Arial';
}
.case-info-top .con {
  position: relative;
}
.case-info-top .con .bg {
  position: absolute;
  left: -360px;
  top: 0;
  z-index: 1;
  font-size: 150px;
  color: #f9f9f9;
  opacity: 0.5;
  line-height: 150px;
  filter: alpha(opacity=50);
  text-transform: uppercase;
}
.case-info-top .con .zbox {
  position: relative;
  z-index: 2;
}
.case-info-top .con .line {
  float: left;
  width: 4px;
  height: 382px;
  border: 1px solid #c4d0e6;
  background: #6988be;
}
.case-info-top .con .text {
  width: 710px;
  float: left;
  margin-left: 130px;
}
.case-info-top .con .text .top {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 16px;
}
.case-info-top .con .text .bot {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 40px;
}
.case-info-top .con .text .list ul {
  float: left;
  width: 100%;
}
.case-info-top .con .text .list li {
  float: left;
  padding: 0 30px;
  text-align: center;
}
.case-info-top .con .text .list li p {
  font-size: 14px;
  color: #c0c0c0;
  line-height: 60px;
}
.case-info-top .con .text .list li p strong {
  font-size: 60px;
  color: #282828;
  font-weight: normal;
  font-family: 'Arial';
}
.case-info-top .con .text .list li h5 {
  font-size: 12px;
  color: #000000;
  line-height: 14px;
  font-weight: normal;
  font-family: 'Arial';
}
.case-info-top .con .right {
  float: right;
  width: 283px;
}
.case-info-top .con .right p {
  text-align: right;
  font-size: 14px;
  color: #191919;
  font-family: 'Arial';
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/line.jpg) no-repeat 35px center;
  letter-spacing: 3px;
}
.case-info-top .con .right p em {
  font-style: normal;
  color: #65b731;
}
.case-info-top .con .right .img {
  width: 283px;
  height: 367px;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}

.case-info-bot {
  padding: 115px 0 100px;
}
.case-info-bot .title {
  width: 940px;
  margin: 0 auto 100px;
}
.case-info-bot .title h3 {
  font-size: 28px;
  color: #444444;
  font-weight: bold;
  line-height: 38px;
}
.case-info-bot .title h4 {
  font-size: 34px;
  font-weight: bold;
  font-family: 'Arial';
  color: #999999;
  line-height: 44px;
  text-transform: uppercase;
}
.case-info-bot .list {
  width: 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.case-info-bot .list ul {
  float: left;
  width: 10000px;
}
.case-info-bot .list li {
  float: left;
  position: relative;
  z-index: 2;
}
.case-info-bot .list li:hover {
  z-index: 3;
}
.case-info-bot .list li:hover a {
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  box-shadow: 0 1px 20px 0 #d9d8d8;
  border: 1px solid #d9d8d8;
}
.case-info-bot .list li:hover .box1 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case-info-bot .list li:hover p {
  display: block;
}
.case-info-bot .list li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
}
.case-info-bot .list li .box1 {
  position: absolute;
  -webkit-transition: all 0.5s;
          transition: all 0.5s;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border: 13px solid #fff;
}
.case-info-bot .list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.case-info-bot .list li p {
  position: absolute;
  left: 10%;
  width: 80%;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  top: 50%;
  display: none;
  z-index: 8;
}
.case-info-bot .list .prev {
  position: absolute;
  left: 60px;
  top: 50%;
  width: 48px;
  height: 6px;
  margin-top: -3px;
  background: url(../img/prev_ico3.png) no-repeat 0 0;
  z-index: 5;
}
.case-info-bot .list .next {
  position: absolute;
  right: 60px;
  top: 50%;
  width: 48px;
  height: 6px;
  margin-top: -3px;
  background: url(../img/next_ico3.png) no-repeat 0 0;
  z-index: 5;
}

.news-top {
  padding-top: 100px;
}
.news-top .bgt {
  position: absolute;
  z-index: 1;
  left: -200px;
  top: 106px;
  text-transform: uppercase;
  font-size: 150px;
  color: #f9f9f9;
  opacity: 0.5;
  filter: alpha(opacity=50);
  line-height: 150px;
}
.news-top .zbox {
  position: relative;
  z-index: 2;
}
.news-top .line {
  float: left;
  width: 4px;
  height: 382px;
  background: #6988be;
  border: 1px solid #c4d0e6;
}
.news-top .info-box {
  float: right;
  width: 1069px;
}
.news-top .title {
  margin-bottom: 72px;
}
.news-top .title h2 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-weight: bold;
}
.news-top .title h3 {
  font-size: 34px;
  color: #999999;
  font-weight: normal;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
  line-height: 44px;
}
.news-top .con {
  width: 1069px;
  height: 347px;
  overflow: hidden;
  position: relative;
}
.news-top .con ul {
  float: left;
  width: 10000px;
}
.news-top .con li {
  float: left;
  width: 1069px;
  height: 347px;
  position: relative;
}
.news-top .con .img {
  background: #ededed;
  height: 347px;
  width: 725px;
}
.news-top .con .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 620px;
  height: 320px;
  overflow: hidden;
}
.news-top .con .text h4 {
  text-align: right;
  font-size: 24px;
  color: #1a3783;
  line-height: 42px;
  height: 84px;
  overflow: hidden;
  font-weight: bold;
  width: 600px;
  margin-left: 20px;
  margin-top: 68px;
}
.news-top .con .text h4 a {
  color: #1a3783;
}
.news-top .con .text h4 a:hover {
  color: #333;
}
.news-top .con .text p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  text-align: right;
  margin-top: 30px;
  margin-left: 98px;
  height: 72px;
  overflow: hidden;
}
.news-top .con .text .text-line {
  position: absolute;
  left: 0;
  top: 186px;
  width: 82px;
  height: 1px;
  background: #666666;
}
.news-top .con .prev {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat 0 0;
}
.news-top .con .prev:hover {
  background-position: 0 -25px;
}
.news-top .con .next {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 13px;
  height: 25px;
  background: url(../img/culture_btn.png) no-repeat -13px 0;
}
.news-top .con .next:hover {
  background-position: -13px -25px;
}

.news-bot {
  width: 1072px;
  margin: 200px auto 0;
  padding-left: 128px;
}
.news-bot .title h3 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-weight: bold;
}
.news-bot .title h4 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 44px;
  font-family: 'Roboto-Black';
  color: #999999;
}
.news-bot .list {
  margin-top: 55px;
}
.news-bot .list-line{
  position: absolute;
  right: 0;
  top: 20px;
  width: 4px;
  height: 382px;
  background: #6988be;
  border: 1px solid #c4d0e6;
}
.news-bot .list ul {
  float: left;
  width: 100%;
}
.news-bot .list li {
  float: left;
  width: 435px;
  padding: 0 100px 95px 0;
}
.news-bot .list li .img {
  display: block;
  width: 206px;
  height: 209px;
}
.news-bot .list li .line {
  display: block;
  width: 30px;
  height: 1px;
  background: #5369a2;
  margin: 14px 0 10px;
}
.news-bot .list li p {
  font-size: 12px;
  color: #444444;
  line-height: 22px;
  text-transform: uppercase;
}
.news-bot .list li h4 {
  font-size: 18px;
  color: #444444;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}
.news-bot .list li h4 a {
  color: #444444;
}
.news-bot .list li h4 a:hover {
  color: #1a3783;
}
.news-bot .list .more {
  display: block;
  margin: 0 auto 0;
  width: 216px;
  height: 57px;
  text-align: center;
  line-height: 57px;
  border: 1px solid #1a3783;
  color: #1a3783;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.news-bot .list .more:hover {
  background: #1a3783;
  color: #fff;
}

.text-bg {
  position: absolute;
  right: 50%;
  margin-right: 400px;
  text-transform: uppercase;
  z-index: 1;
  top: 100px;
  font-family: 'Roboto-Black';
  font-size: 150px;
  line-height: 150px;
  color: #f9f9f9;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.news-info-main {
  padding: 105px 0 20px;
  position: relative;
  z-index: 2;
}
.news-info-main .line {
  float: left;
  width: 4px;
  height: 385px;
  background: #6988be;
  border: 1px solid #c4d0e6;
}
.news-info-main .main-box {
  float: right;
  width: 1069px;
}
.news-info-main .main-box .title {
  border-bottom: 1px solid #f1f1f1;
  padding: 0 0 25px;
}
.news-info-main .main-box .title h3 {
  float: left;
  font-size: 20px;
  color: #444444;
  line-height: 30px;
  font-weight: bold;
}
.news-info-main .main-box .title p {
  float: right;
  font-size: 14px;
  color: #444444;
  line-height: 24px;
}
.news-info-main .main-box .con {
  padding: 30px 0 100px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.news-info-main .main-box .bot {
  margin-top: 10px;
  position: relative;
}
.news-info-main .main-box .bot p {
  font-size: 14px;
  color: #757575;
  line-height: 26px;
}
.news-info-main .main-box .bot p a {
  color: #757575;
}
.news-info-main .main-box .bot p a:hover {
  color: #6988be;
}
.news-info-main .main-box .bot .back {
  position: absolute;
  right: 0;
  top: 5px;
  width: 91px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border: 1px solid #1a3783;
  font-size: 14px;
  color: #666666;
}
.news-info-main .main-box .bot .back:hover {
  background: #1a3783;
  color: #fff;
}

.recruit-top {
  position: relative;
  z-index: 2;
}
.recruit-top .title {
  padding: 75px 0 90px;
}

.recruit-bot {
  padding-left: 130px;
  width: 1070px;
  margin: 0 auto 0;
  padding-top: 114px;
}
.recruit-bot .title {
  padding-bottom: 58px;
}
.recruit-bot .title h2 {
  font-weight: bold;
  font-size: 28px;
  color: #444444;
  line-height: 38px;
}
.recruit-bot .title h3 {
  font-size: 34px;
  color: #999999;
  font-family: 'Roboto-Black';
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.recruit-list ul {
  float: left;
  width: 100%;
}
.recruit-list li {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.recruit-list li.odd .img {
  float: right;
  margin-right: 28px;
}
.recruit-list li.odd .img i {
  left: 0;
  right: auto;
  border-color: transparent transparent transparent #fff;
}
.recruit-list li.odd .more {
  float: left;
}
.recruit-list li.odd .text {
  text-align: right;
}
.recruit-list li.odd .line {
  left: -120px;
  right: auto;
}
.recruit-list .img {
  float: left;
  width: 270px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.recruit-list .img i {
  position: absolute;
  right: 0;
  top: 15px;
  width: 0;
  height: 0;
  border-width: 7px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.recruit-list .text {
  float: left;
  margin-left: 66px;
  width: 514px;
}
.recruit-list .text h3 {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  font-weight: bold;
  padding: 9px 0 25px;
}
.recruit-list .text h3 a {
  color: #000;
}
.recruit-list .text h3 a:hover {
  color: #6988be;
}
.recruit-list .text .box {
  font-size: 14px;
  color: #444444;
  line-height: 26px;
}
.recruit-list .text .box h4 {
  font-size: 16px;
  color: #444444;
  line-height: 26px;
  font-weight: bold;
}
.recruit-list .more {
  float: right;
  padding-right: 16px;
  font-size: 12px;
  color: #888888;
  line-height: 22px;
  text-transform: uppercase;
  margin-right: 25px;
  background: url(../img/more_ico2.png) no-repeat right center;
}
.recruit-list .more:hover {
  color: #1a3783;
  background-image: url(../img/more_ico1.png);
}
.recruit-list .line {
  position: absolute;
  right: 0;
  top: 0;
  width: 4px;
  height: 382px;
  background: #6988be;
  border: 1px solid #c1cde2;
}

.recruit-info-main .title {
  padding: 75px 0 95px;
  text-align: center;
}
.recruit-info-main .title h2 {
  font-size: 42px;
  color: #444444;
  line-height: 50px;
  font-family: 'Arial';
  letter-spacing: 15px;
  text-transform: uppercase;
}
.recruit-info-main .con {
  padding-left: 130px;
  width: 1070px;
  margin: 0 auto 0;
  position: relative;
}
.recruit-info-main .con .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 382px;
  background: #6988be;
  border: 1px solid #c1cde2;
}
.recruit-info-main .con .top {
  padding-bottom: 58px;
  position: relative;
}
.recruit-info-main .con .top h3 {
  font-size: 28px;
  color: #444444;
  line-height: 38px;
  font-weight: bold;
}
.recruit-info-main .con .top p {
  font-size: 34px;
  color: #999999;
  line-height: 40px;
  text-transform: uppercase;
  font-family: 'Roboto-Black';
}
.recruit-info-main .con .top .back {
  position: absolute;
  right: 30px;
  top: 0;
  padding-right: 15px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background: url(../img/more_ico2.png) no-repeat right center;
  color: #888;
}
.recruit-info-main .con .top .back:hover {
  color: #1a3783;
  background-image: url(../img/more_ico1.png);
}
.recruit-info-main .con .bot .img {
  float: left;
  width: 270px;
  height: 360px;
  position: relative;
}
.recruit-info-main .con .bot .img i {
  position: absolute;
  width: 0;
  height: 0;
  top: 15px;
  right: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.recruit-info-main .con .bot .text {
  float: left;
  width: 513px;
  margin-left: 68px;
}
.recruit-info-main .con .bot .text h3 {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  line-height: 30px;
  padding: 10px 0 26px;
}
.recruit-info-main .con .bot .text .box {
  font-size: 14px;
  color: #444444;
  line-height: 26px;
}
.recruit-info-main .con .bot .text .box h4 {
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}
.recruit-info-main .con .bot .text .apply {
  display: block;
  text-align: center;
  width: 140px;
  height: 42px;
  line-height: 42px;
  background: #1a3783;
  font-size: 16px;
  color: #fff;
  margin-top: 35px;
}
.recruit-info-main .con .bot .text .apply:hover {
  opacity: 0.8;
}

.contact-top .title {
  padding: 100px 0 135px;
  text-align: center;
}
.contact-top .title h2 {
  font-size: 42px;
  color: #444444;
  line-height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 18px;
}
.contact-top .con-box {
  padding-left: 125px;
  padding-bottom: 173px;
}
.contact-top .con-box .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 382px;
  border: 1px solid #bfcbe1;
  background: #6988be;
}
.contact-top .con-box .list {
  margin-bottom: 70px;
}
.contact-top .con-box .list table {
  width: 100%;
}
.contact-top .con-box .list table td {
  width: 25%;
}
.contact-top .con-box .list table td h3 {
  font-size: 20px;
  color: #444444;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-top .con-box .list table td h4 {
  font-size: 12px;
  color: #1a3783;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Arial';
  padding-left: 22px;
  line-height: 30px;
}
.contact-top .con-box .list table td .ico1 {
  background: url(../img/contact_ico1.png) no-repeat 0 0;
}
.contact-top .con-box .list table td .ico2 {
  background: url(../img/contact_ico1.png) no-repeat 0 -46px;
}
.contact-top .con-box .list table td .ico3 {
  background: url(../img/contact_ico1.png) no-repeat 0 -95px;
  padding-left: 27px;
}
.contact-top .con-box .list table td .ico4 {
  background: url(../img/contact_ico1.png) no-repeat 0 -143px;
  padding-left: 32px;
}
.contact-top .con-box .list table td p {
  font-size: 14px;
  color: #444444;
  line-height: 24px;
  margin-top: 6px;
}
.contact-top .con-box #map {
  border: 1px solid #eeeeee;
  padding: 12px;
  height: 370px;
  width: 1018px;
  font-size: 12px;
}

.contact-bot {
  margin-top: 100px;
  padding-bottom: 60px;
}
.contact-bot .form {
  width: 870px;
  margin: 0 auto 0;
}
.contact-bot .form table td {
  padding: 0 0 18px;
  position: relative;
}
.contact-bot .form table td p {
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  line-height: 24px;
  padding: 15px 0;
  text-align: right;
  width: 70px;
  font-size: 16px;
  color: #666666;
}
.contact-bot .form table td .text {
  padding: 15px 10px 15px 75px;
  background: #f2f3f5;
  border: 0 none;
  height: 24px;
  line-height: 24px;
  width: 338px;
  font-size: 16px;
}
.contact-bot .form table td textarea {
  padding: 15px 30px 15px 75px;
  background: #f2f3f5;
  border: 0 none;
  height: 187px;
  line-height: 24px;
  width: 765px;
  font-size: 16px;
  color: #666666;
}
.contact-bot .form table td .submit {
  float: right;
  width: 232px;
  height: 54px;
  line-height: 54px;
  border: 0 none;
  background: #d4d5d7;
  font-size: 16px;
  color: #666666;
}
.contact-bot .form table td .submit:hover {
  background: #1a3783;
  color: #fff;
}

/*# sourceMappingURL=style.css.map */