/*公共*/
body {
    font-family: "Microsoft YaHei", 微软雅黑, arial, verdana, sans-serif;
}
* {
    padding: 0;
    margin: 0;
}
ul,ol,li {
    list-style: none;
}
a,a:hover {
    color: #595757;
    text-decoration: none;
}
.container {
    width: 1000px;
    margin: 0 auto;
}
.clearfix {
    clear: both;
    overflow: hidden;
}
/*topBar*/
.topBar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #909090;
    font-size: 12px;
    background: #1d1d1d;
}
.topBar p {
    display: inline-block;
    text-align: left;
    padding: 0 40px 0 24px;
}
.topBar p.p1 {
    background: url("../images/topIcon.png") 0 12px no-repeat;
}
.topBar p.p2 {
    background: url("../images/topIcon.png") 0 -38px no-repeat;
}
.topBar .language {
    display: inline-block;
    float: right;
}
.topBar .language a {
    display: inline-block;
    padding: 0 20px;
    color: #909090;
}
.topBar .language a:hover {
    color: #0488cd;
}
.topBar .language a.active {
    color: #fff;
    background: #0488cd;
}
/*header*/
.header {
    width: 100%;
    height: 90px;
    background: #fff;
    /*background: #2e2e2e;*/
}
.header .logo {
    display: inline-block;
    padding-top: 26px;
}
.header .logo a {
    display: inline-block;
}
.header .nav {
    float: right;
}
.header .nav a {
    display: inline-block;
    height: 88px;
    line-height: 88px;
    padding: 0 20px;
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #000;
}
.header .nav a:hover, .header .nav a.active {
    color: #0488cd;
    border-bottom: #0488cd 2px solid;
}
/*footer*/
.footer {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #909090;
    font-size: 12px;
    text-align: center;
    background: #1d1d1d;
}
/*index*/
.swiper-container {
    width: 100%;
    height: 500px;
}
.swiper-slide {
    position: relative;
    color: #fff;
    text-align: center;
}
.swiper-slide h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}
.swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 80px;
    -webkit-background-size: 50px 80px;
    background-size: 50px 80px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
}
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.banner {
    position: relative;
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}
.banner.solution {
    background: url("../images/banner01.jpg") no-repeat center;
}
.banner.product {
    background: url("../images/banner02.jpg") no-repeat center;
}
.banner.aboutus {
    color: #000;
    background: url("../images/banner03.jpg") no-repeat center;
}
.banner h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -50px;
    height: 70px;
    line-height: 70px;
    font-size: 44px;
}
.banner h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -90px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: normal;
}
.banner p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.aboutUs {
    width: 100%;
    padding: 60px 0;
}
.aboutUs ul {
    display: block;
    width: 100%;
}
.aboutUs li {
    display: block;
    float: left;
    width: 22%;
    padding: 0 6% 0 6%;
}
.aboutUs li.li1 {
    background: url("../images/aboutUsIcon.png") 0 6px no-repeat;
}
.aboutUs li.li2 {
    background: url("../images/aboutUsIcon.png") 0 -198px no-repeat;
}
.aboutUs li.li3 {
    background: url("../images/aboutUsIcon.png") 0 -416px no-repeat;
}
.aboutUs li:last-of-type {
    padding-right: 0;
}
.aboutUs li h5 {
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #2e2e32;
}
.aboutUs li h6 {
    display: inline-block;
    margin-top: 20px;
    width: 60px;
    height: 2px;
    background: #2e2e2e;
}
.aboutUs li p {
    overflow: hidden;
    height: 44px;
    line-height: 22px;
    font-size: 12px;
    color: #909090;
}
.productList {
    padding: 40px 0 50px;
    background: #f1f1f1;
}
.productList ul {
    display: block;
}
.productList li {
    position: relative;
    float: left;
    padding: 20px;
    width: 33.33%;
    height: 390px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productList li.li1 {
    background: url("../images/libg01.jpg") no-repeat center;
}
.productList li.li2 {
    background: url("../images/libg02.jpg") no-repeat center;
}
.productList li.li3 {
    background: url("../images/libg03.jpg") no-repeat center;
}
.productList li:hover {
    background: #2e2e2e;
}
.productList li ._icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    background: #0488cd;
}
.productList li ._icon._icon1 {
    background: #0488cd url("../images/liIcon.png") no-repeat 14px 16px;
}
.productList li ._icon._icon2 {
    background: #0488cd url("../images/liIcon.png") no-repeat 14px -158px;
}
.productList li ._icon._icon3 {
    background: #0488cd url("../images/liIcon.png") no-repeat 14px -322px;
}
.productList li h3 {
    line-height: 30px;
    font-size: 20px;
}
.productList li h4 {
    margin-top: 10px;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
}
.productList li h5 {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 230px;
    display: none;
    line-height: 18px;
    font-weight: normal;
    font-size: 12px;
}
.productList li p {
    margin-top: 40px;
}
.productList li p span {
    display: inline-block;
    width: 49%;
    padding-left: 20px;
    background: url("../images/ok.png") no-repeat left center;
    line-height: 24px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.productList li:hover h5 {
    display: block;
}
.productList li:hover p {
    display: none;
}
.company {
    height: 360px;
    padding: 60px 0 50px;
    background: #f1f1f1;
}
.company .container {
    position: relative;
    padding-left: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.company img {
    position: absolute;
    left: 0;
    width: 520px;
    height: 360px;
}
.company h5 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #2e2e2e;
}
.company h6 {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #2e2e2e;
}
.company p {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #2e2e2e;
}
.company ul {
    margin-top: 24px;
    display: block;
}
.company li {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #909090;
    border-bottom: 1px dashed #d4d4d4;
}
.company li span {
    width: 80px;
    display: inline-block;
    color: #2e2e2e;
}

.joinUs {
    padding: 40px 0 50px;
}
.joinUs ul {
    width: 100%;
    display: block;
}
.joinUs li {
    display: block;
    float: left;
    width: 320px;
    height: 400px;
    margin-right: 20px;
    padding: 20px;
    background: #f1f1f1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.joinUs li:last-of-type{
    margin-right: 0;
}
.joinUs li h4 {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.joinUs li h6 {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #0488cd;
}
.joinUs li h5 {
    margin: 20px 0 10px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
}
.joinUs li li {
    position: relative;
    padding: 0 0 0 14px;
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 12px;
    color: #2e2e2e;
}
.joinUs li li span {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 3px;
    height: 3px;
    background: #2e2e2e;
}
.solutionCon {
    padding: 40px 0 50px;
}
.solutionCon ._con {
    position: relative;
    height: 290px;
    padding-left: 580px;
}
.solutionCon ._con img {
    position: absolute;
    left: 0;
    top: 0;
}
.solutionCon ._con ul {
    display: block;
}
.solutionCon ._con li {
    position: relative;
    display: block;
    padding: 8px 0 5px 16px;
    line-height: 26px;
    font-size: 12px;
    color: #2e2e2e;
    border-bottom: 1px dashed #d4d4d4;
}
.solutionCon ._con li span {
    position: absolute;
    left: 0;
    top: 20px;
    display: block;
    width: 3px;
    height: 3px;
    background: #2e2e2e;
}
.title {
    padding-bottom: 30px;
    text-align: center;
}
.title h2 {
    font-size: 24px;
    line-height: 40px;
    color: #2e2e2e;
}
.title p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #909090;
}
.title h6 {
    display: inline-block;
    margin-top: 20px;
    width: 60px;
    height: 2px;
    background: #2e2e2e;
}
.technology {
    padding: 30px 0;
    background: #f1f1f1;
}
.technology ul {
    display: block;
}
.technology li {
    display: block;
    float: left;
    width: 25%;
    padding-left: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.technology li.li1 {
    background: url("../images/technology.png") no-repeat 0 15px;
}
.technology li.li2 {
    background: url("../images/technology.png") no-repeat 0 -230px;
}
.technology li.li3 {
    background: url("../images/technology.png") no-repeat 0 -475px;
}
.technology li.li4 {
    background: url("../images/technology.png") no-repeat 0 -720px;
}
.technology li h4 {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #2e2e2e;
}
.technology li p {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #909090;
}
.solu_details {
    padding: 60px 0;
}
.solu_details .container {
    position: relative;
    padding-left: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.solu_details ._tit {
    position: absolute;
    left: 0;
    top: 0;
}
.solu_details ._tit h4 {
    height: 24px;
    line-height: 24px;
    font-size: 18px;
}
.solu_details ._tit h6 {
    display: inline-block;
    width: 70px;
    height: 2px;
    background: #0488cd;
}
.solu_details p {
    line-height: 26px;
    font-size: 12px;
    color: #909090;
}