* {
    margin: 0;
    padding: 0;
    list-style: none;
}

body {
    background: #fafafa;
    font: 12px/1.5 'Microsoft YaHei', sisum, arial;
}

/** <editor-fold desc="导航"> */
.wrap {
    width: 1440px;
    margin: 0 auto;
    height: 100%;
}

.wrap:after {
    content: '';
    display: block;
    clear: both;
}

#header {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 4px 10px #dddddd;
    position: fixed;
    z-index: 999;
    height: 90px;
    top: 0;
}

#header .logo {
    float: left;
    display: flex;
    align-items: center;
    height: 100%;

}

#header .logo img {
    /* width: 140px; */
}

#header .logo .expalin {
    width: 150px;
    margin-top: 8px;
    margin-left: 15px;
    color: #333;
}

#header .nav {
    height: 90px;
    margin: 0 auto;
    text-align: center;
}

#header a {
    text-decoration: none;
    font-size: 16px;
    color: #333;
}

#header .nav > li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 120px;
}

#header .nav > li:last-child {
    margin-right: 0;
}

#header .nav > li > a {
    padding: 8px 15px;
}

#header .nav > li > a:hover {
    border-bottom: 2px solid #2d64e6;
}

#header .nav > li .aCircle {
    border: 1px solid #2d64e6;
    border-radius: 30px;
}

#header .nav li > ul {
    position: absolute;
    overflow: hidden;
    display: none;
}

#header .nav #ul-lang,
#header .nav #ul1,
#header .nav #ul2,
#header .nav #ul3,
#header .nav #ul4,
#header .nav #ul5,
#header .nav #ul6 {
    width: 130px;
    background-color: #fff;
    box-shadow: 0 4px 6px #dddddd;
    padding: 0 20px;
    z-index: 1;
    top: 90px;
}

#header .nav #ul-lang li,
#header .nav #ul1 li,
#header .nav #ul2 li,
#header .nav #ul3 li,
#header .nav #ul4 li,
#header .nav #ul5 li,
#header .nav #ul6 li {
    line-height: 37px;
}

#header .nav #ul-lang li:hover,
#header .nav #ul1 li:hover,
#header .nav #ul2 li:hover,
#header .nav #ul3 li:hover,
#header .nav #ul4 li:hover,
#header .nav #ul5 li:hover,
#header .nav #ul6 li:hover {
    border-bottom: 1px solid #2d64e6;
}

#header .nav .product-resolve {
    position: absolute;
    z-index: 2;
    width: 490px;
    height: 280px;
    top: 90px;
    background-color: #fff;
    box-shadow: 0 4px 6px #dddddd;
    text-align: left;
    padding: 0 30px;
    display: flex;
}

#header .nav .product-resolve li:hover {
    border-bottom: 1px solid #2d64e6;
    color: #2d64e6;
}

#header .nav #ul-prod {
    margin-top: 10px;
    height: 400px;
}

#header .nav .li-prod #ul-prod {
    width: 130px;
    height: auto;
    line-height: 37px;
    background-color: #fff;
    box-shadow: 0 4px 6px #dddddd;
    padding: 0 20px;
    z-index: 1;
    top: 80px;
}

#header .nav .product {
    width: 200px;
}

#header .nav .resolve {
    margin-left: 50px;
    width: 220px;
}

#header .nav .resolve #ul-prod-1 {
    margin-top: 10px;
    height: 400px;
}

#header .nav .product .title,
#header .nav .resolve .title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333;
}

/** </editor-fold> */

/** <editor-fold desc="面包屑"> */
.common-breadcrumb {
    width: 1200px;
    margin: 18px auto;
    display: flex;
}

.common-breadcrumb > li + li:before {
    color: #cccccc;
    content: '/ ';
    padding: 0 5px;
}

.common-breadcrumb > li > a {
    color: #333333;
    font-size: 14px;
    text-decoration: none;
}

/** </editor-fold> */

/** <editor-fold desc="尾部"> */
.footer {
    /* height: 480px; */
    background-color: #164bc8;
    position: relative;
    background-image: url('../image/sy.png');
    background-repeat: no-repeat;
    background-position-x: -145px;
    background-position-y: -110px;
}

.footer .main {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding-top: 40px;
}

.footer .links {
    display: flex;
    justify-content: space-between;
}

.footer .raycloud {
    margin-left: 20px;
}

.footer .raycloud .title {
    font-size: 18px;
    margin-bottom: 20px;
}

.footer .list li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.footer .list li a:hover {
    text-decoration: underline;
}

.footer .service {
    font-size: 18px;
    margin-left: 70px;
}

.footer .service .title {
    margin-bottom: 20px;
}

.footer .service .list {
    display: flex;
}

.footer .service .list ul {
    margin-right: 50px;
}

.footer .web {
    font-size: 18px;
    margin-left: 60px;
}

.footer .web .title {
    margin-bottom: 20px;
}

.footer .logo {
    margin-left: 100px;
    margin-top: 15px;
    text-align: center;
}

.footer .logo img:first-child {
    max-width: 250px;
    margin-bottom: 20px;
}

.footer .logo .img_box {
    display: flex;
}

.footer .logo .img_box img {
    width: 100px;
    height: 100px;
    margin-left: 10px;
    margin-bottom: 0;
}

.footer .logo .title {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.footer .line {
    /* margin: 30px 0px 0px -20px; */
    width: 800px;
    border-bottom: 1px solid #fff;
    transform: scaleY(0.5);
}

.footer .remark {
    padding: 10px 0;
}

.footer .remark a {
    color: #fff;
    text-decoration: none;
}

.footer .remark .time {
    /* margin-top: 15px; */
}

.footer .animal img {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/** </editor-fold> */

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #999999;
    text-decoration: underline;
}

.link-solution .solution-content ul li {
    display: inline;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}

.link-solution .solution-content ul li > img {
    width: 260px;
}

.link-solution .solution-content ul li:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 100%;
    background-color: rgba(15, 114, 253, 0.6);
    border-radius: 10px;
    z-index: 1;
}

.link-solution .solution-content li .li-rewrap {
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin-left: 30px;
    margin-top: 115px;
    z-index: 2;
}
