﻿@charset "utf-8";
@font-face {
    font-family: 'futura';
    src: url('../fonts/futura-condensedmedium.eot');
    /* IE9+ compat modes */
    src: url('../fonts/futura-condensedmedium.eot') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/futura-condensedmedium.woff2') format('woff2'), /* Super modern browsers */ url('../fonts/futura-condensedmedium.woff') format('woff'), /* modern browsers */ url('../fonts/futura-condensedmedium.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/futura-condensedmedium.svg#fontname') format('svg');
    /* Legacy iOS */
}
::-ms-clear,::-ms-reveal{display:none;}
html {
    height: 100%;
    width: 100%;
    font-family: 'microsoft yahei';
    overflow: hidden;
}

body {
    /*background: url(../images/bg.jpg)  no-repeat center;*/
    /*background-size:contain;*/
    /*background-position-y: 0;*/
    /*position: relative;*/
    /*height: 100%;*/
    /*border: 1px solid red;*/
    height: 100%;
    margin: 0;
    width: 100%;

    /*background-size: cover;*/
    /*-ms-behavior: url(../images/backgroundsize.min.htc);*/
    /*behavior: url(css/backgroundsize.min.htc);*/
}
.one .mask {position: fixed; left: 0; right:0; top:200px; bottom:200px; background-color:rgba(24, 75, 127, 0.5)}
.one a {position: absolute; left:0; top:0; right:0; bottom:0;}
.content {
    position: absolute;
    top: 50%;
    /*height:30%;*/
    /*margin-top: -15%;*/
    width: 100%;
    /*border: 1px solid white;*/
    /* background-color: rgba(24, 75, 127, 0.5); */
    /* IE9、标准浏览器、IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂 */
    margin-top: -102px;
}

.cent {
    text-align: center;
    margin: 0 auto;
    /*border: 1px solid red;*/
    width: 100%;
    color: #ffffff;
}

.num {text-align: center;margin-top: 80px;}
.num .inner { display: inline-block; position: relative;}
.num .inner s { position: absolute; right:-2em;font-size:40px;top: 70px; }
.num .inner .counter {font-size: 0px;background-color: #ff000080;}
.p {display: inline-block;position: absolute; right:50%; top:-30px; margin-right: -1em; font-size: 30px;}
.p span {font-size: 67px; float:left;letter-spacing: 10px;}
.p b {font-size: 30px; margin-top: 46px; float: left; letter-spacing: 10px;}
@media \0screen\,
screen\9 {
    /* 只支持IE6、7、8 */
    .content {
        background-color: #3775B5;
        filter: Alpha(opacity=50);
        position: static;
        /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom: 1;
        /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }

    .content .cent {
        position: relative;
        /* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }
}

/*数字滚动插件的CSS可调整样式*/

.mt-number-animate {
    font-family: '微软雅黑';
    line-height: 68px;
    height: 68px;
    /*设置数字显示高度*/;
    font-size: 68px;
    /*设置数字大小*/
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.mt-number-animate .mt-number-animate-dot {
    width: 15px;
    /*设置分割符宽度*/
    line-height: 68px;
    float: left;
    text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
    width: 40px;
    /*设置单个数字宽度*/
    text-align: center;
    float: left;
    position: relative;
    top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
    width: 100%;
    float: left;
}

.logo {
    padding-top: 60px;
    text-align:center;
}

.logo2 {
    position: absolute;
    top: 35px;
    left: 57px;
    z-index: 500;
}

#load {
    width: 100%;
    height: 100%;
    z-index: 999999;
    position: absolute;
    top: 0;
    /* background-color: #5074b1; */
    background: #fff;
    color: white;
    font-size: 100px;
    text-align: center;
    z-index: 20;
}

.load_bg {
    width: 15%;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 42.5%;
}

.load_active {
    width: 0;
    height: 100%;
    background: #244c8f;
    float: left;
}

.one {
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center;
    background-position-y: 0;
    position: absolute;
    /*border: 1px solid white;*/
    margin: 0;

    background-size: cover;
    -ms-behavior: url(../images/backgroundsize.min.htc);
    behavior: url(css/backgroundsize.min.htc);

    display: none;
}
.one .icp {color:#fff; position: absolute; right:50px; bottom:20px; z-index: 999; text-align: right;}
.one .icp a {position: relative; display:block; color: #fff;}


.box-img {
    width: 100%;
    height: 100%;
}

.com {
    /*position: absolute;*/
    width: 19.9%;
    height: 100%;
    border-right: 1px solid rgba(214, 227, 255, .15);
    /*border-right: 1px solid #6984a4;*/
    float: left;
    top: 0;
    color: white;
    font-size: 26px;
    text-align: center;
    overflow: hidden;
    position: relative;
    /*opacity: 0;*/
    /*filter:alpha(opacity=0);*/
    /*-moz-opacity:0;*/
    /*background-color: white;*/
}

.com .box-content {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    margin: 0;
    padding: 0;
}

/*.com .text span{*/

/*background-color:#5074b1;*/

/*}*/

.com .text {
    font-family: 'futura';
    font-weight: 300;
}
.com .text p{
    font-family: '微软雅黑';
}
.last {
    border-right: none;
}

.background {
    background-color: #3775B5;
}

.com hr {
    width: 80%;
    /*color:#5074b1;*/
    position: relative;
    border: none;
    height: 1px;
    background-color: white;
}

.box-content {
    position: absolute;
    /*top:30%;*/
    width: 100%;
}

.text {
    /*position: absolute;*/
    top: 30%;
    left: 0;
    display: none;
    width: 100%;
    /*height: 100%;*/
    position: absolute;
}

.box-content .text p {
    letter-spacing: 23px;
    text-align: center;
    margin-left: 24px;
}

.menu {
    position: absolute;
    color: white;
    font-size: 16px;
    top: 80px;
    right: 110px;
    z-index: 100;
}

.menu span {
    margin-left: 18px;
}

a:link {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

.right a {
    cursor: pointer;
}

.right a:hover {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #5074b1;
    text-decoration: none;
}

.search {
    position: absolute;
    top: 40px;
    right: 110px;
    height: 27px;
    z-index: 300;
    background: rgba(255, 255, 255, .3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff, endColorstr=#4Cffffff)
}

.search input {
    /*border: 1px solid white;*/
    background: none;
    width: 140px;
    border: none;
    height: 25px;
}

.search .submit {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.search img {
    border: none;
}

.tool {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -175px;
    z-index: 10;
    width: 34px;
}

.tool .right {
    float: right;
    text-align: center;
    width: 34px;
    clear: both;
}

.tool .right img {
    width: 70%;
    border: none;
    margin-top: 5px;
}

.tool .right div {
    background-color: #464646;
    /*padding: 10px;*/
    margin-top: 1px;
    color: white;
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
}

* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    /*box-sizing: inherit;*/
}

.tool .left {
    /*border: 1px solid white;*/
    float: right;
    width: 550px;
    /*background-color: #464646;*/
    /*height: 230px;*/
    margin-top: 2px;
    padding-bottom: 20px;
}

.tool .left .stock {
    margin-top: 10px;
    /*border: 1px solid white;*/
}
.triangle_border_right{
    /*width:0;*/
    height:0;
    border-width:30px 0 30px 30px;
    /*border-style:solid;*/
    /*border-color:transparent transparent transparent #333;!*透明 透明 透明 灰*!*/
    margin:40px auto;
    position:relative;
}
.triangle_border_right span {
    display: block;
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: solid;
    border-color: transparent transparent transparent #464646; /*透明 透明 透明 黄*/
    position: absolute;
    top: -303px;
    left: 520px;
}
.tool .left .in-web,
.tool .left .talent,
.tool .left .load,
.tool .left .stock,
.tool .left .wechat,
.tool .left .link,
.tool .left .map,
.tool .left .left5 {
    display: none;
}
.tool .left .in-web{
    /*margin-top: 50px;*/
    width: 120px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin-left: 407px;
    background-color: #464646;
    font-size: 16px;
    text-align: center;
    color: white;
}
.tool .left .in-web .triangle_border_right span{
    top: -77px;
    left: 117px;
}
.tool .left .stock{
    margin-top: 30px;
    width: 120px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin-left: 407px;
    background-color: #464646;
    font-size: 16px;
    text-align: center;
    color: white;
}
.tool .left .stock .triangle_border_right span{
    top: -77px;
    left: 117px;
}

.tool .left .talent{
    margin-top: 100px;
    width: 120px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin-left: 407px;
    background-color: #464646;
    font-size: 16px;
    text-align: center;
    color: white;
}
.tool .left .talent .triangle_border_right span{
    top: -77px;
    left: 117px;
}
.tool .left .load{
    margin-top: 210px;
    width: 120px;
    height: 44px;
    float: left;
    line-height: 44px;
    margin-left: 407px;
    background-color: #464646;
    font-size: 16px;
    text-align: center;
    color: white;
}
.tool .left .load .triangle_border_right span{
    top: -77px;
    left: 117px;
}
.tool .left .link table{
    border-collapse: separate;
    border-spacing: 0px 20px;
}

.tool .left .link table td{
    background-color: #464646;
}
.popup .qcode {
    /*border:1px solid white;*/
    text-align: center;
    float: left;
    padding: 20px 205px 40px;
    color: white;
}

.tool .left .link div {
    /*border: 1px solid white;*/
    width: 45%;
    /*float: left;*/
    /*height: 40%;*/
    margin-top: 5px;
    margin-left: 5px;
}

.tool .left .link table {
    color: white;
    width: 80%;
    height: 90%;
    margin-top: 60px;
    margin-left: 87px;
    /*border-bottom: 1px solid #9b9b9b;*/
    /*border-right: 1px solid #9b9b9b;*/
}

.link tr td .comment {
    font-size: 16px;
}
.wechat{
    margin-top: -40px;
}
.map {
    position: absolute;
    /*width: 100%;*/
    height: 310px;
}
.map .popup{
    height: 155px;
    overflow: hidden;
    margin-left: 84px;
    margin-top: 115px;
    width: 440px;
    padding-right: 26px;
}
.map .triangle_border_right{
    margin:40px auto;
    position:relative;
}
.map .triangle_border_right span {
    border-color: transparent transparent transparent #F9F9F9; /*透明 透明 透明 黄*/
    top: -130px;
    left: 520px;
}
.tool .left .link table tr {
    height: 90px;
    margin: 0;
    /*border-top: 1px solid #9b9b9b;*/
}

.tool .left .link table tr td {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    width: 50%;
    vertical-align: top;
    padding: 15px 20px;
}
.tool .left .link table tr td .title{
    font-size: 18px;
    margin: 20px 0 10px;
}
p {
    margin: 0;
    padding: 0;
}

.tool .left .left4 {
}

.foot {
    position: absolute;
    bottom: 20px;
    font-size: 12px;

    color: white;
    width: 100%;
}

.foot_1 {
    float: left;
    margin-left: 44.5%
}

.foot_2 {
    float: right;
    margin-right: 5%;
}

.margin_top_3 {
    margin-top: 3px;
}

.display_none {
    display: none;
}
.wechat .qcode{
    position: relative;
    width: 440px;
    /* border: 1px solid; */
    padding: 10px 0;
    /* height: 141px; */
    margin-left: 87px;
    background-color: #464646;
    margin-top: 10px;
}
.wechat .qcode .img{
    width: 35%;
    float: left;
}
.tit {
    padding: 50px 0;
    font-size: 20px;
    width:65%;
    text-align: center;
    float: right;
}

.tit img {
    width: 135px;
    height: 135px;
}

.filter .img {
    width: 100%;
    border: 0
}
.tool .wechat .triangle_border_right span {
    top: 70px;
    left: 525px;
}