html {
    min-width: 1300px;
}

body {
    background: #FFFFFF !important;
}

.banner {
    display: block;
    position: relative;
}

.banner img {
    display: block;
    width: 100%;
}

.banner .block {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
}

.banner .block .circle {
    position: absolute;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    background-size: 100%;
    color: #fff;
    font-size: 15px;
}

.banner .block .circle:nth-of-type(1) {
    left: 10%;
    top: 20%;
}

.banner .block .circle:nth-of-type(2) {
    right: 10%;
    top: 15%;
}

.banner .block .circle:nth-of-type(3) {
    bottom: 20%;
    left: 20%;
}

.banner .block .circle:nth-of-type(4) {
    right: 20%;
    bottom: 25%;
}

.banner .block .circle img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .block .circle span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

@keyframes rotate {
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
}

.banner .rotate {
    -webkit-animation: rotate 5s linear infinite;
    animation: rotate 5s linear infinite;
    color: #FFFFFF;
}

@keyframes rotateB {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}

.banner .rotateB {
    -webkit-animation: rotateB 5s linear infinite;
    animation: rotateB 5s linear infinite;
    color: #FFFFFF;
}

.content {
    width: 100%;
}

.content .content1,
.content .content2,
.content .content3 {
    width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.content .content1 .contTit,
.content .content2 .contTit,
.content .content3 .contTit {
    padding-top: 120px;
    font-size: 56px;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.content .content1 .contTit .line,
.content .content2 .contTit .line,
.content .content3 .contTit .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 160px;
    height: 1px;
    transform: translateX(-50%);
}

.content .content1 .contTit .line:before,
.content .content2 .contTit .line:before,
.content .content3 .contTit .line:before {
    content: '';
    float: left;
    width: 10px;
    border-bottom: 1px solid #00a9f9;
}

.content .content1 .contTit .line:after,
.content .content2 .contTit .line:after,
.content .content3 .contTit .line:after {
    content: '';
    float: right;
    width: 135px;
    border-bottom: 1px solid #c6c6c6;
}

.content .content1 .text,
.content .content2 .text,
.content .content3 .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
}

.content .content1 .cont1Box,
.content .content2 .cont1Box,
.content .content3 .cont1Box {
    margin: 65px 0;
    height: 864px;
}

.content .content1 .cont1Box *,
.content .content2 .cont1Box *,
.content .content3 .cont1Box * {
    transition: all 0.3s;
}

.content .content1 .cont1Box:after,
.content .content2 .cont1Box:after,
.content .content3 .cont1Box:after {
    content: '';
    clear: both;
    float: none;
    display: block;
    width: 100%;
    height: 0;
}

.content .content1 .cont1Box .case,
.content .content2 .cont1Box .case,
.content .content3 .cont1Box .case {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
    display: none;
}

.content .content1 .cont1Box .case:nth-of-type(3n),
.content .content2 .cont1Box .case:nth-of-type(3n),
.content .content3 .cont1Box .case:nth-of-type(3n) {
    margin-right: 0;
}

.content .content1 .cont1Box .case .img,
.content .content2 .cont1Box .case .img,
.content .content3 .cont1Box .case .img {
    display: block;
    overflow: hidden;
    width: 100%;
    min-height: 100px;
    background-color: #ccc;
    margin-bottom: 10px;
}

.content .content1 .cont1Box .case .img img,
.content .content2 .cont1Box .case .img img,
.content .content3 .cont1Box .case .img img {
    display: block;
    width: 100%;
}

.content .content1 .cont1Box .case h1,
.content .content2 .cont1Box .case h1,
.content .content3 .cont1Box .case h1 {
    text-align: center;
    line-height: 2;
    font-size: 18px;
    position: relative;
    margin-bottom: 15px;
}

.content .content1 .cont1Box .case h1:after,
.content .content2 .cont1Box .case h1:after,
.content .content3 .cont1Box .case h1:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 15px;
    background-color: #00a9f9;
}

.content .content1 .cont1Box .case p,
.content .content2 .cont1Box .case p,
.content .content3 .cont1Box .case p {
    font-size: 14px;
    height: 60px;
    line-height: 20px;
    text-align: justify;
}

.content .content1 .cont1Box .case:hover .img,
.content .content2 .cont1Box .case:hover .img,
.content .content3 .cont1Box .case:hover .img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.content .content1 .cont1Box .case:hover .img img,
.content .content2 .cont1Box .case:hover .img img,
.content .content3 .cont1Box .case:hover .img img {
    transform: scale(1.1);
}

.content .content1 > a,
.content .content2 > a,
.content .content3 > a {
    display: block;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: auto;
    background-color: #00a9f9;
    color: #fff;
    width: 300px;
    border-radius: 35px;
}

.content .content2 .contTit {
    padding-top: 50px;
}

.content .content2 .cont2Box {
    overflow: hidden;
    margin-top: 60px;
    height: 600px;
}

.content .content2 .cont2Box .left,
.content .content2 .cont2Box .right {
    float: left;
    width: 50%;
    height: 600px;
    position: relative;
    display: none;
}

.content .content2 .cont2Box .left .img,
.content .content2 .cont2Box .right .img {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.content .content2 .cont2Box .left .img img,
.content .content2 .cont2Box .right .img img {
    display: block;
    height: 100%;
}

.content .content2 .cont2Box .left .img span,
.content .content2 .cont2Box .right .img span {
    position: absolute;
    width: 150px;
    height: 300px;
    line-height: 300px;
    color: #fff;
    text-align: center;
    font-size: 36px;
}

.content .content2 .cont2Box .left .pos,
.content .content2 .cont2Box .right .pos {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
}

.content .content2 .cont2Box .left .pos h1,
.content .content2 .cont2Box .right .pos h1 {
    font-size: 34px;
    line-height: 2;
}

.content .content2 .cont2Box .left .pos p,
.content .content2 .cont2Box .right .pos p {
    font-size: 24px;
    line-height: 2.5;
}

.content .content2 .cont2Box .left .pos p i,
.content .content2 .cont2Box .right .pos p i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: 18px;
}

.content .content2 .cont2Box .left .img {
    float: right;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
}

.content .content2 .cont2Box .left .img span {
    right: 0;
    top: 0;
    background-color: #000;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
}

.content .content2 .cont2Box .left .pos {
    right: 35%;
}

.content .content2 .cont2Box .left .pos h1,
.content .content2 .cont2Box .left .pos p {
    text-align: right;
    margin-bottom: 20px;
}

.content .content2 .cont2Box .left .pos h1 span,
.content .content2 .cont2Box .left .pos p span {
    color: #3888cd;
}

.content .content2 .cont2Box .left .pos h1 i,
.content .content2 .cont2Box .left .pos p i {
    float: right;
    background-color: #3888cd;
    margin-left: 10px;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(1) {
    margin-right: 15%;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(2) {
    margin-right: 24%;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(3) {
    margin-right: 27%;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(4) {
    margin-right: 26%;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(5) {
    margin-right: 22%;
}

.content .content2 .cont2Box .left .pos p:nth-of-type(6) {
    margin-right: 11%;
}

.content .content2 .cont2Box .right .img {
    float: left;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
}

.content .content2 .cont2Box .right .img span {
    left: 0;
    bottom: 0;
    background-color: #e21e32;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
}

.content .content2 .cont2Box .right .pos {
    left: 36%;
}

.content .content2 .cont2Box .right .pos h1,
.content .content2 .cont2Box .right .pos p {
    text-align: left;
    margin-bottom: 20px;
}

.content .content2 .cont2Box .right .pos h1 span,
.content .content2 .cont2Box .right .pos p span {
    color: #e21e32;
}

.content .content2 .cont2Box .right .pos h1 i,
.content .content2 .cont2Box .right .pos p i {
    float: left;
    background-color: #e21e32;
    margin-right: 10px;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(1) {
    margin-left: 15%;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(2) {
    margin-left: 24%;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(3) {
    margin-left: 27%;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(4) {
    margin-left: 26%;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(5) {
    margin-left: 22%;
}

.content .content2 .cont2Box .right .pos p:nth-of-type(6) {
    margin-left: 11%;
}

.content .content3 .cont3Box {
    margin-top: 50px;
    overflow: hidden;
    height: 923px;
}

.content .content3 .cont3Box .left {
    float: left;
    width: 50%;
    display: none;
}

.content .content3 .cont3Box .left img {
    float: right;
    margin-right: 5%;
    width: 70%;
}

.content .content3 .cont3Box .right {
    float: right;
    width: 50%;
    display: none;
}

.content .content3 .cont3Box .right img {
    float: left;
    margin-left: 5%;
    width: 70%;
}

.content .content4 {
    margin-top: 30px;
    width: 100%;
    background-image: url(../images/con4ban.jpg);
    background-size: 100% 100%;
}

.content .content4 > div {
    width: 1200px;
    margin: auto;
    text-align: center;
}

.content .content4 > div .contTit {
    padding-top: 50px;
    font-size: 56px;
    text-align: center;
    position: relative;
    line-height: 1.5;
    color: #fff;
}

.content .content4 > div .contTit .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 160px;
    height: 1px;
    transform: translateX(-50%);
}

.content .content4 > div .contTit .line:before {
    content: '';
    float: left;
    width: 10px;
    border-bottom: 1px solid #00a9f9;
}

.content .content4 > div .contTit .line:after {
    content: '';
    float: right;
    width: 135px;
    border-bottom: 1px solid #c6c6c6;
}

.content .content4 > div .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
    color: #fff;
}

.content .content4 > div .cont4Box {
    overflow: hidden;
    padding-bottom: 50px;
}

.content .content4 > div .cont4Box .left,
.content .content4 > div .cont4Box .right {
    padding-top: 50px;
    width: 47%;
}

.content .content4 > div .cont4Box .left .box,
.content .content4 > div .cont4Box .right .box {
    background-color: #000;
    padding-top: 10px;
    padding-bottom: 35px;
}

.content .content4 > div .cont4Box .left .box > img,
.content .content4 > div .cont4Box .right .box > img {
    transform: translateY(-50%);
    margin-bottom: 10px;
    margin-top: 40px;
}

.content .content4 > div .cont4Box .left .box p,
.content .content4 > div .cont4Box .right .box p {
    font-size: 14px;
    line-height: 2;
    color: #fff9ec;
}

.content .content4 > div .cont4Box .left {
    float: left;
}

.content .content4 > div .cont4Box .left .box {
    margin-right: 2%;
}

.content .content4 > div .cont4Box .right {
    float: right;
    margin-left: 2%;
}

.content .content4 .cont4Bottom {
    width: 100%;
    padding: 50px 0;
    background-color: #00a9f9;
}

.content .content4 .cont4Bottom img {
    margin-bottom: 30px;
}

.content .content4 .cont4Bottom span {
    display: inline-block;
    background-color: #0580ba;
    padding: 10px;
    color: #fff9ec;
    margin: 0 5px;
    font-size: 14px;
}

.content .content5 {
    width: 100%;
}

.content .content5 .contTit {
    padding-top: 50px;
    font-size: 56px;
    text-align: center;
    position: relative;
    line-height: 1.5;
}

.content .content5 .contTit .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 160px;
    height: 1px;
    transform: translateX(-50%);
}

.content .content5 .contTit .line:before {
    content: '';
    float: left;
    width: 10px;
    border-bottom: 1px solid #00a9f9;
}

.content .content5 .contTit .line:after {
    content: '';
    float: right;
    width: 135px;
    border-bottom: 1px solid #c6c6c6;
}

.content .content5 .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    margin: 20px 0;
}

.content .content5 .cont5box {
    overflow: hidden;
}

.content .content5 .cont5box .list {
    float: left;
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 20px;
}

.content .content5 .cont5box .list:nth-of-type(5n) {
    margin-right: 0;
}

.content .content5 .cont5box .list .img img {
    display: block;
    width: 100%;
}

.content .content5 .cont5box .list .cText {
    text-align: center;
    font-size: 14px;
    line-height: 3;
}

.content .content6 {
    margin-top: 30px;
}

.content .content6 img {
    display: block;
    width: 100%;
}
