html {
    color: #000;
    background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
fieldset, img {
    border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}
ol, ul {
    list-style: none
}
caption, th {
    text-align: left
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}
q:before, q:after {
    content: ''
}
abbr, acronym {
    border: 0;
    font-variant: normal
}
sup {
    vertical-align: text-top
}
sub {
    vertical-align: text-bottom
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}
legend {
    color: #000
}
body {
    font-family: "微软雅黑";
}
a {
    text-decoration: none;
    color: #1e1e1e;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.pdtb {
    padding: 30px;
}
.pdt {
    padding-top: 60px;
}

/*公司*/
.navlist {
    width: 100%;
    color: #333;
    height: 90px;
    font-size: 14px;
    line-height: 90px;
    text-align: center;
    background: #c0c0c0;
}
.about_intro {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}
.about_intro .title {
    font-size: 40px;
    color: #333;
    margin-bottom: 20px;
}
.about_intro .memo {
    font-size: 18px;
    color: #666;
    line-height: 36px;
}
.about_pic {
    width: 100%;
}
.about_pic ul {
    overflow: hidden;
}
.about_pic ul li {
    width: 400px;
    height: 300px;
    float: left;
    position: relative;
}
.about_pic ul li img {
    width: 100%;
    display: block;
}
.about_pic ul li .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #e2001a;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}
.about_pic ul li:hover .mask {
    visibility: visible;
    opacity: .8;
}
.about_pic ul li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 38px;
    margin-top: 100px;
}
.about_pic ul li .text1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 180px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s linear;
}
.about_pic ul li:hover .text1 {
    opacity: 1;
    visibility: visible;
}

/*关于我们*/
.aboutus {
    overflow: hidden;
}
.aboutus .img {
    width: 540px;
}
.aboutus .img img {
    width: 100%;
}
.aboutus .intro {
    width: 540px;
}
.aboutus .intro .title .elaborate {
    font-size: 18px;
    color: #222;
}
.aboutus .intro .title .bigtitle {
    font-size: 40px;
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 15px 0 25px 0;
}
.aboutus .intro .memo {
    font-size: 16px;
    line-height: 32px;
    text-align: justify;
    color: #666;
}

.about_solution {
    text-align: center;
}
.about_solution .title {
    font-size: 34px;
    color: #0f0d12;
}
.about_solution .contact {
    color: #e2001a;
    font-size: 18px;
    font-weight: bold;
    padding-top: 30px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 3px solid #e2001a;
}

.cankao ul {
    margin-top: 60px;
    overflow: hidden;
}
.cankao ul li {
    width: 218px;
    float: left;
    padding: 10px 0;
    margin: 10px;
    border: 1px solid #ccc;
}
.cankao ul li img {
    width: 100%;
}


.aboutus .intro .value {
    margin-top: 30px;
}
.aboutus .intro .value .item {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}
.aboutus .intro .value .item a {
    float: left;
    width: 270px;
    display: block;
}
.aboutus .intro .value .item a p {
    color: #707173;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 28px;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    background: url(download.png) no-repeat left top;
}
.aboutus .intro .value .item a p b {
    float: left;
    width: 190px;
    text-align: justify;
    font-weight: normal;
}
.aboutus .intro .value .item a p span {
    display: inline-block;
    width: 50px;
    height: 20px;
    float: right;
    background: url(suo.png) no-repeat 10px top;
}

/*弗兰度全球*/
.world {
    margin-top: 60px;
    overflow: hidden;
}
.world ul li {
    float: left;
    width: 600px;
    height: 450px;
    position: relative;
}
.world ul li img {
    width: 100%;
    display: block;
}
.world ul li .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e2001a;
    opacity: 0;
    visibility: hidden;
    transition: all .2s linear;
}
.world ul li:hover .mask {
    visibility: visible;
    opacity: .8;
}
.world ul li .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-top: 160px;
}
.world ul li .text1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 260px;
    visibility: hidden;
    opacity: 0;
}
.world ul li:hover .text1 {
    visibility: visible;
    opacity: 1;
}

.world_detail {
    overflow: hidden;
    margin-top: 60px;
}
.world_detail ul li {
    width: 400px;
    float: left;
    height: 225px;
    overflow: hidden;
}
.world_detail ul li img {
    width: 100%;
    display: block;
}

.about_pic ul.auto li .text {
    font-size: 24px;
}