﻿@charset "utf-8";

@font-face {
    font-family: 'AlibabaSans-Regular';
    src: url('/font/AlibabaSans-Regular.eot'); /* IE9 Compat Modes */
    src: url('/font/AlibabaSans-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/font/AlibabaSans-Regular.woff') format('woff'),
    url('/font/AlibabaSans-Regular.woff2') format('woff2'),
    url('/font/AlibabaSans-Regular.ttf') format('truetype'),
    url('/font/AlibabaSans-Regular.svg#MyCustomFont') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC;
}

@keyframes leftRightMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes shanshuo {
    0% {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
    50% {
        transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    100% {
        transform: scale(1.15);
        -ms-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15);
        -o-transform: scale(1.15);
    }
}

*,html {
    margin: 0;
    padding: 0;
    font-family: AlibabaSans-Regular;
}
a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
.top {
    width: 100%;
    min-width: 1366px;
    height: 50px;
    background: #616161;
}
.top .topSon {
    margin: 0 90px;
}
.top .topSon .phoneEmail {
    float: right;
    height: 20px;
    margin-top: 16px;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}
.top .topSon .phoneEmail span {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}
.top .topSon .phoneEmail img {
    height: 18px;
    animation: shanshuo 1s ease infinite;
}
.container {
    width: 100%;
    min-width: 1366px;
    background: #e4e4e4;
    padding-bottom: 40px;
}
.container .containerSon {
     margin: 0 90px;
}
.container .containerSon .welcome {
    font-size: 54px;
    color: #616161;
    padding-top: 30px;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.container .containerSon .welcome span {
    color: #dd6a30;
}
.container .containerSon .websiteIcons {
    margin-top: 30px;
}
.container .containerSon .websiteIcons ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -o-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
}
.container .containerSon .websiteIcons ul li {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -o-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px;
    background: #fff;
    padding: 40px 0 15px 0;
    text-align: center;
    cursor: pointer;
}
.container .containerSon .websiteIcons ul li:last-child {
    margin-right: 0;
}
.container .containerSon .websiteIcons ul li.small {
    width: 28%;
}
.container .containerSon .websiteIcons ul li.big {
    width: calc(44% - 40px);
}
.container .containerSon .websiteIcons ul li.margTop {
    margin-top: 20px;
}
.container .containerSon .websiteIcons ul li.letTop {
    border-top-left-radius: 50px;
}
.container .containerSon .websiteIcons ul li.rightBottom {
    border-bottom-right-radius: 50px;
}
.container .containerSon .websiteIcons ul li .compLogo {
    width: 100%;
}
.container .containerSon .websiteIcons ul li .comName {
    display: inline-block;
    height: 30px;
    margin-top: 30px;
    text-align: left;
}
.container .containerSon .websiteIcons ul li .comName .company {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #008f48;
    padding: 0 10px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    float: left;
}
@media screen and (max-width: 1510px) {
    .container .containerSon .websiteIcons ul li .comName .company {
        font-size: 13px;
    }
}
.container .containerSon .websiteIcons ul li .comName .yuan {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background: #008f48;
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    float: left;
}
.container .containerSon .websiteIcons ul li .comName .yuan img {
    margin-left: 3px;
}
.container .containerSon .websiteIcons ul li .comName .yellow {
    background: #f3982d;
}
.container .containerSon .websiteIcons ul li .links {
    margin-top: 15px;
    text-align: center;
}
.container .containerSon .websiteIcons ul li .links span {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #aaa;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    margin: 5px 2px 0 2px;
}
.footer {
    width: 100%;
    min-width: 1366px;
    height: 120px;
    background: #616161;
}
.footer .footerSon {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    padding-top: 50px;
    margin: 0 auto;
}
.footer .footerSon a {
    display: inline-block;
    color: #dd6a30;
    animation: leftRightMove 1s ease infinite;
}
.footer .footerSon a:hover {
    color: #fff;
}