body{
    background-color: #f8f8f8;
}
header > .inner > .fr > ul > li:nth-child(1) > a {
    border-bottom: 4px solid #1162bd;
}
.swiper {
    width: 100%;
    min-width: 1200px;
    height: 840px;
}
.swiper > .swiper-container {
    width: 100%;
    height: 100%;
}
.swiper > .swiper-container > .swiper-wrapper {
    width: 100%;
    height: 100%;
}
.swiper > .swiper-container > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.swiper > .swiper-container > .swiper-wrapper > .swiper-slide > a {
    width: 100%;
    height: 100%;
    display: block;
}
.swiper > .swiper-container > .swiper-wrapper > .swiper-slide > a > img {
    width: 1920px;
    height: 840px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.swiper > .swiper-container > .swiper-button-prev,.swiper > .swiper-container > .swiper-button-next {
    background: none;
}
.swiper > .swiper-container > .swiper-button-prev > span {
    color: #fff;
    font-size: 45px;
}
.swiper > .swiper-container > .swiper-button-next > span {
    color: #fff;
    font-size: 45px;
}
.about {
    width: 100%;
    min-width: 1200px;
    height: 546px;
    margin-top: -40px;
    background-color: transparent;
    position: relative;
    z-index: 100;
}
.about > .inner {
    width: 1200px;
    height: 480px;
    height: auto;
    background-color: #fff;
    margin: 0px auto 66px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%,0);
}
.about > .inner > .title {
    text-align: center;
}
.about > .inner > .title > p {
    color: #333;
}
.about > .inner > .title > p:nth-child(1) {
    font-size: 14px;
    color: #999;
    margin: 48px auto 12px;
}
.about > .inner > .title > p:nth-child(2) {
    font-size: 24px;
    color: #333;
}
.about > .inner > .title > p:nth-child(2) span {
    font-size: 16px;
    color: #999;
}
.about > .inner > .title > p:nth-child(2) > span:nth-child(2) {
    font-size: 24px;
    color: #333;
    margin: 0px 18px;
}
.about > .inner > ul {
    width: 760px;
    margin: 61px auto 51px;
    display: flex;
    justify-content: space-between;
}
.about > .inner > ul > li {
    text-align: center;
}
.about > .inner > ul > li img.gray {
    display: inline;
}
.about > .inner > ul > li img.blue {
    display: none;
}
.about > .inner > ul > li:nth-child(1) img {
    width: 41px;
    height: 41px;
}
.about > .inner > ul > li:nth-child(1) span.iconfont {
    color: #888;
    font-size: 50px;
}
.about > .inner > ul > li:nth-child(2) img {
    width: 42px;
    height: 42px;
}
.about > .inner > ul > li:nth-child(2) span.iconfont {
    color: #888;
    font-size: 42px;
}
.about > .inner > ul > li:nth-child(3) img {
    width: 38px;
    height: 38px;
}
.about > .inner > ul > li:nth-child(3) span.iconfont {
    color: #888;
    font-size: 42px;
}
.about > .inner > ul > li:nth-child(4) img {
    width: 42px;
    height: 42px;
}
.about > .inner > ul > li:nth-child(4) span.iconfont {
    color: #888;
    font-size: 42px;
}
.about > .inner > ul > li:nth-child(5) img {
    width: 40px;
    height: 41px;
}
.about > .inner > ul > li:nth-child(5) span.iconfont {
    color: #888;
    font-size: 42px;
}
.about > .inner > ul > li:nth-child(6) img {
    width: 33px;
    height: 41px;
}
.about > .inner > ul > li:nth-child(6) span.iconfont {
    color: #888;
    font-size: 42px;
}
.about > .inner > ul > li p {
    font-size: 16px;
    font-weight: normal;
    color: #888;
    margin-top: 20px;
}
.about > .inner > ul > li:nth-child(1) p {
    margin-top: 11.5px;
}
.about > .inner > ul > li:hover p {
    color: #1162bd;
}
.about > .inner > ul > li:hover span.iconfont {
    color: #1162bd;
}
.about > .inner > ul > li:hover img.gray {
    display: none;
}
.about > .inner > ul > li:hover img.blue {
    display: inline;
}
.about > .inner > .intro {
    width: 932px;
    margin: 0px auto;
}
.about > .inner > .intro p {
    font-size: 16px;
    text-align: center;
    margin-top: 4px;
}
.about > .inner > .intro p:nth-child(1) {
    margin-top: 0px;
}
.about > .inner .more {
    width: 171px;
    height: 41px;
    line-height: 41px;
    margin: 43px auto 38px;
    text-align: center;
}
.about > .inner .more > a {
    width: 171px;
    height: 41px;
    display: block;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.service {
    width: 100%;
    min-width: 1200px;
    margin: 0px auto;
}
.service > .title {
    text-align: center;
}
.service > .title > p:nth-child(1) span {
    font-size: 16px;
    color: #ddd;
}
.service > .title > p:nth-child(1) > span:nth-child(2) {
    font-size: 24px;
    color: #333;
    margin: 0px 17px;
} 
.service > .title > p:nth-child(2) {
    font-size: 30px;
    color: #999;
    font-weight: bold;
    margin-top: 18px;
}
.service > .projects {
    width: 100%;
    min-width: 1200px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    background-color: #fff;
    margin-top: -17px;
}
.service > .projects > p {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 49px;
}
.service > .projects > p > span {
    font-size: 14px;
    padding: 0px 15px;
    border-right: 1px solid #666;
    color: #666;
}
.service > .projects > p > a {
    display: inline-block;
    font-size: 14px;
    padding: 0px 15px;
    border-left: 1px solid #666;
    color: #666;
}
.service > .projects > p > a:nth-child(1) {
    border-left: none;
}
.service > .projects > p > a:hover {
    color: #1162bd;
}
.service > .projects > .projectItem {
    width: 1200px;
    height: 470px;
    position: relative;
    padding-bottom: 81px;
    margin: 38px auto 0px;
}
.projectItem > .swiper-container2 {
    width: 1200px;
    height: 470px;
    position: relative;
    overflow: hidden;
}
.projectItem > .swiper-container2 > .swiper-wrapper {
    width: 1200px;
    height: 470px;
}
.projectItem > .swiper-container2 > .swiper-wrapper > .swiper-slide {
    width: 280px;
    height: 470px;
    position: relative;
}
.projectItem > .swiper-container2 > .swiper-wrapper > .swiper-slide > img {
    width: 280px;
    height: 470px;
}
.projectItem > .swiper-container2 > .swiper-wrapper > .swiper-slide > .name {
    width: 280px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 14px;
    background-color: #e9e9e9;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 98;
}
.projectItem > .swiper-container2 > .swiper-pagination {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.projectItem > .swiper-container2 > .swiper-button-prev,.projectItem > .swiper-container2 > .swiper-button-next {
    width: 41px;
    height: 41px;
    background: url(../images/prev_page.png);
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}
.projectItem > .prev,.next {
    width: 41px;
    height: 41px;
    background: url(../images/prev_page.png);
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: -81px;
    top: 50%;
    transform: translate(0,-50%);
}
.projectItem > .next {
    background: url(../images/next_page.png);
    position: absolute;
    left: 1240px;
    top: 50%;
    transform: translate(0,-50%);
}
.projectItem > .prev,.projectItem > .next {
    background: none;
}
.projectItem > div > span {
    font-size: 42px;
    color: #888;
}
.projectItem > div > a > span {
    font-size: 42px;
    color: #888;
}
.projectItem > div > a {
    width: 41px;
    height: 41px;
    display: block;
}
.classic {
    width: 100%;
    min-width: 1200px;
    height: 570px;
    border-top: 1px solid transparent;
    background: url(../images/classic_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.classic > .title {
    text-align: center;
}
.classic > .title > p {
    color: #fff;
}
.classic > .title > p:nth-child(1) {
    margin-top: 50px;
    margin-bottom: 18px;
}
.classic > .title > p:nth-child(1) span {
    font-size: 16px;
    color: #fff;
}
.classic > .title > p:nth-child(1) > span:nth-child(2) {
    font-size: 24px;
    margin: 0px 17px;
} 
.classic > .title > p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
}
.classic > .swiper {
    width: 100%;
    min-width: 1200px;
    height: 351px;
    overflow: hidden;
    margin-top: 57px;
}
.classic > .swiper > .swiper-container3 {
    width: 100%;
    min-width: 1200px;
    position: relative;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper {
    width: 100%;
    min-width: 1200px;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide {
    min-width: 411.5px;
    max-width: 412.5px;
    height: 296px;
    min-height: 296px;
    background-color: #e9e9e9;
    position: relative;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide > img {
    width: 388px;
    height: 272px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide:hover > .mask {
    display: block;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide > .mask {
    width: 388px;
    height: 272px;
    background: url(../images/mask.png);
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 14px;
    display: none;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide > .mask > p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-top: 89px;
    margin-bottom: 50px;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide > .mask > p:nth-child(2) {
    margin-bottom: 13px;
    font-size: 14px;
    color: #fff;
}
.classic > .swiper > .swiper-container3 > .swiper-wrapper > .swiper-slide > .mask > img {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}
.classic > .swiper > .swiper-container3 > .swiper-pagination1 {
    bottom: -52px;
}
.classic > .swiper > .swiper-container3 > .swiper-pagination1 > span {
    width: 38px;
    height: 3px;
    border-radius: 0px;
}
.classic > .swiper > .swiper-container3 > .swiper-pagination1 > .swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: #fff;
}
.cooperative {
    width: 100%;
    min-width: 1200px;
    padding-top: 65px;
    padding-bottom: 76px;
    background-color: #fff;
}
.cooperative > .title {
    text-align: center;
}
.cooperative > .title > p {
    color: #fff;
}
.cooperative > .title > p:nth-child(1) {
    margin-bottom: 18px;
}
.cooperative > .title > p:nth-child(1) span {
    font-size: 16px;
    color: #dadada;
}
.cooperative > .title > p:nth-child(1) > span:nth-child(2) {
    font-size: 24px;
    margin: 0px 17px;
    color: #333;
} 
.cooperative > .title > p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    margin-bottom: 54px;
}
.cooperative > .types {
    width: 1200px;
    margin: 0 auto;
}
.cooperative > .types > ul {
    width: 1202px;
    /*display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;*/
    overflow: hidden;
    margin-top: 22px;
}
.cooperative > .types > ul:nth-child(1) {
    margin-top: 0px;
}
.cooperative > .types > ul > li {
    width: 220px;
    float: left;
    margin-left: 25px;
    margin-top: 23px;
}

.cooperative > .types > ul > li:nth-child(1){
    margin-left: 0px;
    margin-top: 0px;
}
.cooperative > .types > ul > li:nth-child(2){
    margin-top: 0px;
}
.cooperative > .types > ul > li:nth-child(3){
    margin-top: 0px;
}
.cooperative > .types > ul > li:nth-child(4){
    margin-top: 0px;
}
.cooperative > .types > ul > li:nth-child(5){
    margin-top: 0px;
}
.cooperative > .types > ul > li:nth-child(5n + 1){
    margin-left: 0px;
}
.cooperative > .types > ul > li > .outer {
    width: 220px;
    height: 100px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
}
.cooperative > .types > ul li:hover .outer {
    border-color: #1162bd;
}
.cooperative > .types > ul li .outer .img {
    width: 131px;
    height: 65px;
    text-align: center;
    margin: 14px auto 0px;
}
.cooperative > .types > ul li .outer .img img {
    max-width: 131px;
    max-height: 65px;
}
.cooperative > .types > ul li img {
    /*width: 220px;
    height: 100px;*/
    width: auto;
    height: auto;
}
.cooperative > .types > ul li p {
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}
.newsCenter {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}
.newsCenter .newsinner {
    width: 100%;
    min-width: 1200px;
    height: 375px;
    background: url(../images/newsCenter_bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    background-color: #fff;
}
.newsCenter .newsinner > .title {
    border-top: 1px solid #fff;
    text-align: center;
}
.newsCenter .newsinner > .title > p {
    color: #fff;
}
.newsCenter .newsinner > .title > p:nth-child(1) {
    margin-top: 53px;
    margin-bottom: 19px;
}
.newsCenter .newsinner > .title > p:nth-child(1) span {
    font-size: 16px;
    color: #dadada;
}
.newsCenter .newsinner > .title > p:nth-child(1) > span:nth-child(2) {
    font-size: 24px;
    margin: 0px 17px;
    color: #333;
} 
.newsCenter .newsinner > .title > p:nth-child(2) {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    margin-bottom: 54px;
}
.newsCenter > .new {
    width: 100%;
    min-width: 1200px;
    height: auto;
    background: transparent;
    margin: 0 auto;
    margin-top: -218px;
    padding-bottom: 87px;
}
.newsCenter > .new > .inner {
    width: 1200px;
    height: 434px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #eee;
    margin: 0 auto 0px;
}
.newsCenter > .new > .inner > .fl {
    width: 475px;
    height: 305px;
    margin-left: 41px;
    margin-top: 61px;
}
.newsCenter > .new > .inner > .fl > .swiper {
    width: 475px;
    height: 305px;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 {
    width: 475px;
    height: 305px;
    position: relative;
    overflow: hidden;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper {
    width: 475px;
    height: 305px;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper > .swiper-slide{
    width: 475px;
    height: 305px;
    position: relative;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper > .swiper-slide img {
    width: 475px;
    height: 305px;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper > .swiper-slide > .describe {
    width: 453px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 22px;
    background: url(../images/news-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper > .swiper-slide > .describe > p {
    color: inherit;
    width: 373px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 > .swiper-wrapper > .swiper-slide > img {
    width: 475px;
    height: 305px;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 >  .swiper-pagination2 {
    width: 460px;
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
    bottom: 0px;
    right: 0px;
    text-align: right;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 >  .swiper-pagination2 > .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
    opacity: 1;
    margin: 0px 5px;
}
.newsCenter > .new > .inner > .fl > .swiper > .swiper-container4 >  .swiper-pagination2 > .swiper-pagination-bullet-active {
    background-color: #1162bd;
}
.newsCenter > .new > .inner > .fr {
    width: 640px;
    height: 305px;
    margin-right: 29px;
    margin-top: 61px;
}
.newsCenter > .new > .inner > .fr > .title {
    width: 630px;
    height: 34px;
    padding: 0px 5px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}
.newsCenter > .new > .inner > .fr > .title > ul {
    height: 34px;
    overflow: hidden;
}
.newsCenter > .new > .inner > .fr > .title > ul > li {
    height: 34px;
    line-height: 34px;
    color: #333;
    float: left;
    font-size: 16px;
}
.newsCenter > .new > .inner > .fr > .title > ul > li.active {
    color: #1162bd;
}
.newsCenter > .new > .inner > .fr > .title > ul > li > a:nth-child(1) {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    margin: 0px 24px 0px 28px;
}
.newsCenter > .new > .inner > .fr > .title > ul > li > span {
    font-size: inherit;
    color: inherit;
}
.newsCenter > .new > .inner > .fr > .title > ul > li > a > span {
    font-size: inherit;
    color: inherit;
}
.newsCenter > .new > .inner > .fr > .title > ul > li:nth-child(1) > a:nth-child(1) {
    display: none;
}
.newsCenter > .new > .inner > .fr > .title > ul > li.active > a {
    color: #333;
}
.newsCenter > .new > .inner > .fr > .title > ul > li.active > a > span {
    color: #1162bd;
}
.newsCenter > .new > .inner > .fr > .title > .more {
    height: 34px;
    line-height: 34px;
    color: #999;
    font-size: 14px;
}
.newsCenter > .new > .inner > .fr > .title > .more > a {
    font-size: inherit;
    color: inherit;
}
.newsCenter > .new > .inner > .fr > .content {
    width: 640px;
}
.newsCenter > .new > .inner > .fr > .content > ul > li {
    padding: 0px 7px;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px dashed #e5e5e5;
    color: #333;
}
.newsCenter > .new > .inner > .fr > .content > ul > li:hover {
    color: #1162bd;
}
.newsCenter > .new > .inner > .fr > .content > ul > li p,a{
    color: inherit;
}
.newsCenter > .new > .inner > .fr > .content > ul > li > .fl > a > p {
    max-width: 420px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    font-size: 14px;
}
.newsCenter > .new > .inner > .fr > .content > ul > li > .fl > p {
    max-width: 420px;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    font-size: 14px;
}
.newsCenter > .new > .inner > .fr > .content > ul > li > .fr {
    font-size: 14px;
}

.new .inner .fr .content ul {
    display: none;
}
.new .inner .fr .content ul.active {
    display: block;
}