body {
    min-width: 1200px;
}


/*声明 WebFont*/

@font-face {
    font-family: 'AVGARDD';
    src: url('../font/AVGARDD.eot');
    src: url('../font/AVGARDD.eot?#font-spider') format('embedded-opentype'), url('../font/AVGARDD.woff') format('woff'), url('../font/AVGARDD.ttf') format('truetype'), url('../font/AVGARDD.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.tab {
    opacity: 0;
    display: none;
    background-color: #fff;
    padding: 20px 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.tab p {
    height: 30px;
    line-height: 30px;
}

.nav {
    position: relative;
    background: white;
    z-index: 10;
}

.nav .warp {
    position: relative;
}

.nav .nav-left {
    float: left;
    width: 180px;
    height: 100px;
    position: relative;
}

.nav .nav-left img {
    position: absolute;
    top: 27px;
    left: 4px;
}

.nav .nav-left h3 {
    position: absolute;
    right: 10px;
    top: 36px;
    font-size: 21px;
    color: #000;
}

.nav .nav-left h4 {
    position: absolute;
    top: 62px;
    right: 10px;
    font-size: 12px;
    color: #514b49;
}

.nav .nav-main ul {
    position: absolute;
    top: 50px;
    left: 282px;
}

.nav .nav-main li {
    float: left;
    width: 115px;
    border-right: 1px solid #dedede;
    text-align: center;
    font-size: 14px;
}

.nav .nav-main li:hover .tab {
    display: block;
    opacity: 1;
}

.nav .nav-main li a {
    color: #231815;
}

.nav .nav-main li:last-child {
    border: none;
}

.nav .nav-right {
    position: absolute;
    right: 0;
    top: 47px;
}

.nav .nav-right img {
    vertical-align: middle;
}

.nav .nav-right span {
    display: inline-block;
    padding: 0 17px;
    font-size: 14px;
    vertical-align: middle;
}

.nav .nav-right i {
    font-size: 14px;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

.tip {
    height: 65px;
    position: absolute;
    border-left: 4px solid black;
    color: black;
    padding-left: 18px;
    top: 68px;
    left: 0;
}

.tip h4 {
    font-size: 30px;
    padding-bottom: 9px;
    color: #1f1f1f;
    font-weight: 600;
}

.tip span {
    font-size: 23px;
    color: #8b8b8b;
}

.more {
    position: relative;
    width: 164px;
    height: 44px;
    text-align: center;
    border: 1px solid white;
    color: white;
    margin: 0 auto;
    line-height: 44px;
}

.more a {
    font-size: 18px;
    font-weight: 200;
    vertical-align: middle;
    display: inline-block;
}

.more span {
    margin-left: 16px;
    vertical-align: middle;
}

.more img {
    position: absolute;
    top: 14px;
    left: 40px;
}

.more:after {
    content: "";
    width: 21px;
    height: 17px;
    position: absolute;
    right: -1px;
    bottom: -1px;
}

.contact {
    background: #3643bb;
    color: white;
    padding-top: 59px;
}

.contact p {
    font-size: 28px;
    height: 53px;
}

.contact .contact-input div {
    position: relative;
    float: left;
    background: white;
}

.contact .contact-input div:nth-of-type(2) {
    margin: 0 25px 0 20px;
}

.contact .contact-input div:nth-of-type(3) {
    margin-right: 21px;
}

.contact input {
    display: block;
    background: none;
    z-index: 999;
    height: 51px;
    padding: 3px 4px;
    line-height: 51px;
    border: none;
    font-size: 26px;
    vertical-align: top;
    position: relative;
}

.contact .input_sub {
    height: 60px;
    background-color: #FFF;
    padding: 0 10px;
    ;
}

.contact .name-text input {
    width: 274px;
}

.contact .name-text span {
    position: absolute;
    width: 100px;
    height: 28px;
    top: 15px;
    left: 18px;
    padding-left: 36px;
    background: url(../img/icon-3.png) no-repeat left center;
    color: #c3c3c3;
    line-height: 28px;
    font-size: 16px;
    z-index: 1;
}

.contact .tel-text input {
    width: 270px;
}

.contact .tel-text span {
    position: absolute;
    width: 100px;
    height: 28px;
    top: 15px;
    left: 18px;
    padding-left: 36px;
    background: url(../img/icon-4.png) no-repeat left center;
    color: #c3c3c3;
    line-height: 28px;
    font-size: 16px;
    z-index: 1;
}

.contact .msg-text input {
    width: 386px;
}

.contact .msg-text span {
    position: absolute;
    width: 280px;
    height: 28px;
    top: 15px;
    left: 18px;
    padding-left: 36px;
    background: url(../img/icon-5.png) no-repeat left center;
    color: #c3c3c3;
    line-height: 28px;
    font-size: 16px;
    z-index: 1;
}

.contact a {
    float: left;
    vertical-align: top;
    width: 180px;
    background: black;
    height: 57px;
    line-height: 57px;
    color: white;
    text-align: center;
    font-size: 25px;
}

.contact .sm {
    line-height: 50px;
    height: 50px;
    color: #767dcc;
    font-size: 14px;
    padding-bottom: 36px;
}

.address {
    background: #1c1c1c;
    color: white;
}

.address .warp {
    overflow: hidden;
    position: relative;
}

.address .warp .vertical {
    position: absolute;
    width: 2px;
    background: #313131;
    height: 64px;
    top: 54px;
    transform: skewX(-18deg);
}

.address .warp .vertical:nth-of-type(1) {
    left: 231px;
}

.address .warp .vertical:nth-of-type(2) {
    left: 748px;
}

.address .address-top {
    border-bottom: 1px solid #414141;
    padding: 50px 0 58px 0;
}

.address .tel {
    float: left;
    width: 225px;
    padding-left: 5px;
    padding-top: 10px;
}

.address .tel span:nth-of-type(1) {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.address .tel span:nth-of-type(2) {
    font-size: 14px;
}

.address .address-main {
    float: left;
    width: 465px;
    padding-top: 10px;
    padding-left: 52px;
}

.address .address-main span:nth-of-type(1) {
    font-size: 22px;
    display: inline-block;
    margin-bottom: 10px;
}

.address .address-main span:nth-of-type(2) {
    font-size: 14px;
}

.address .address-qr {
    float: left;
    width: 388px;
    padding-left: 64px;
}

.address .address-qr .qcode-pic img:nth-of-type(1) {
    margin-right: 18px;
}

.address .address-qr .qcode-pic img {
    border-radius: 3px;
    overflow: hidden;
}

.address .address-qr .information {
    width: 176px;
}

.address .address-qr .information .qcode-pic img {
    width: 82px;
    height: 82px;
}

.address .address-qr .information a {
    display: inline-block;
    width: 176px;
    border: 1px solid #8e8e8e;
    border-radius: 3px;
    height: 36px;
    line-height: 36px;
    padding-left: 48px;
    box-sizing: border-box;
    position: relative;
}

.address .address-qr .information a:nth-of-type(1) {
    margin-bottom: 4px;
}

.address .address-qr .information .qq {
    background: url(../img/qq.png) no-repeat 15px center;
}

.address .address-qr .information .em {
    background: url(../img/em.png) no-repeat 15px center;
}

.address .address-bottom {
    padding-top: 18px;
    padding-bottom: 20px;
}

.address .news {
    float: left;
    border-right: 1px solid white;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    padding-right: 20px;
    padding-left: 3px;
}

.address .news-one {
    float: left;
    position: relative;
    width: 444px;
    padding-left: 32px;
}

.address .news-two {
    float: right;
    position: relative;
    width: 444px;
    padding-left: 32px;
}

.address .triangle {
    position: absolute;
    z-index: 99;
    top: 4px;
    left: 32px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    border-color: transparent transparent transparent #8e8e8e;
}

.address li {
    color: #8e8e8e;
    line-height: 18px;
    height: 18px;
    padding-left: 15px;
    display: block;
}

.Copyright {
    background: #000000;
    color: white;
    font-size: 14px;
    text-align: center;
    height: 54px;
    line-height: 54px;
}

.Copyright a {
    border-left: 2px solid white;
    color: white;
    display: inline-block;
    padding-left: 14px;
    height: 16px;
    line-height: 16px;
    margin-left: 13px;
    vertical-align: middle;
}

.h-tip {
    color: black;
    text-align: center;
    position: relative;
}

.h-tip h4 {
    font-weight: bold;
    font-size: 24px;
    padding-top: 19px;
    padding-bottom: 6px;
    line-height: 37px;
}

.h-tip p {
    font-size: 18px;
    color: #646464;
}

.h-tip .line {
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 68px;
    height: 5px;
    background: black;
    position: absolute;
}

.core .process-garden {
    width: 0px;
    position: relative;
    height: 187px;
    background: url(../img/garden.png) no-repeat center center;
}

.core .radius {
    border-radius: 50%;
    background: #3643bb;
    color: white;
    font-size: 15px;
    text-align: center;
    position: absolute;
    display: none;
}

.core .radius-span {
    border-radius: 50%;
    background: #e1e1e1;
    position: absolute;
}

.core .garden-one {
    width: 55px;
    height: 55px;
    line-height: 55px;
    left: 133px;
    top: 108px;
}

.core .garden-one .radius-span {
    width: 19px;
    height: 19px;
    top: -20px;
    right: -10px;
}

.core .garden-two {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 266px;
    top: 100px;
}

.core .garden-two .radius-span {
    width: 21px;
    height: 21px;
    right: -19px;
    top: 5px;
}

.core .garden-three {
    width: 63px;
    height: 63px;
    line-height: 63px;
    left: 360px;
    top: 1px;
}

.core .garden-three .radius-span {
    width: 8px;
    height: 8px;
    right: -19px;
    top: 36px;
}

.core .garden-four {
    width: 62px;
    height: 62px;
    line-height: 62px;
    left: 496px;
    top: 63px;
}

.core .garden-four .radius-span {
    width: 13px;
    height: 13px;
    right: -18px;
    top: 35px;
}

.core .garden-five {
    width: 50px;
    height: 50px;
    line-height: 50px;
    left: 672px;
    top: 14px;
}

.core .garden-five .radius-span {
    width: 19px;
    height: 19px;
    right: -14px;
    top: 46px;
    background: #efe6fc;
}

.core .garden-six {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 792px;
    top: 50px;
}

.core .garden-six .radius-span {
    width: 22px;
    height: 22px;
    top: 24px;
    right: -24px;
}

.core .garden-seven {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 934px;
    top: 0px;
}

.core .garden-seven .radius-span {
    width: 8px;
    height: 8px;
    right: -10px;
    top: 30px;
}

.core .garden-eight {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 1070px;
    top: 67px;
}

.core .garden-eight .radius-span {
    width: 19px;
    height: 19px;
}