.serve { margin:75px 0}
.serve li {
    display: flex;
    margin-top: 24px;
    align-items: center;
    background-color: #efefef;
    justify-content: space-between;
}

.serve li > div {
    width: 50%;    
}



.serve .putTxt {
    padding: 0 175px;
    box-sizing: border-box;
}

.serve .putTxt .title {
	font-weight:bold;
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 30px;
}

.serve .putTxt .txt {
    font-size: 17px;
    line-height: 25px;
    color: #595757;
}


.partTitle p {
    font-size: 40px;
    text-align: center;
}

.partTitle p.p2{ font-size:16px; margin-top:10px; max-width:50%; margin:10px auto;}

.partTitle2 p {
    font-size: 40px;
    text-align: center;
}

.partTitle p span,
.partTitle2 p span {
    display: block;
    width: 136px;
    height: 2px;
    margin: 30px auto 0;
    background-color: var(--themaRed);
}

.part1 {
    padding-top: 110px;
}

.part1 .fourPro {
    max-width: 1532px;
    margin: 70px auto 0;
    font-size: 0;
	padding-left:15px;
	padding-right:15px;
}

.part1 .fourPro a {
    display: inline-block;
    width: calc((100% - 60px) / 4);
    vertical-align: middle;
    box-shadow: 0 0 3px 0px #d0d0d0;
}

.part1 .fourPro a:not(:nth-child(4n)) {
    margin-right: 20px;
}

.part1 .fourPro a .putTxt {
    margin: 7px;
    padding: 35px 0;
    padding-left: 15px;
    text-align: left;
    border-top: 1px solid #393939;
}

.part1 .fourPro a .putTxt .p1 {
    font-size: 16px;
    color: #525252;
}

.part1 .fourPro a .putTxt .p1 span {
    display: block;
    width: 45px;
    height: 1px;
    margin: 5px 0;
    background-color: var(--themaRed);
}

.part1 .fourPro a .putTxt .p2 {
    font-size: 12px;
    color: #a6a6a6;
}

.part3 {
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden;
}

.part3 .partSubTitle {
    text-align: center;
}

.part3 .partSubTitle .p1 {
    margin: 30px 0;
    font-size: 16px;
}

.part3 .partSubTitle .p2 {
    font-size: 26px;
    line-height: 56px;
}

.part3 .partSubTitle .p2 span {
    display: inline-block;
    width: 56px;
    line-height: 56px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: var(--themaRed);
}

.part3 ul {
    /* display: flex; */
    margin-top: 35px;
    font-size: 0;
}

.part3 ul li:not(:nth-child(4n)) {
    margin-right: 9px;
}

.part3 ul li {
    position: relative;
    width: calc((100% - 27px) / 4);
    display: inline-block;
	background:#fff;
	padding: 25px;
}

.part3 ul li .putImg{ margin-top:30px; height:300px; overflow:hidden}

/*.part3 ul li .putImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
}

.part3 ul li .putName {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
    transition: all .4s;
    transform: translateY(-50%);
}*/

.part3 ul li .putName .p1 {
    font-size: 46px;
	font-weight:bold
}

.part3 ul li .putName .p2 {
    font-size: 18px;
}

/*.part3 ul li:hover {
    top: 0;
    z-index: 4;
    transform: scale(1.2);
}

.part3 ul li:hover::before {
    background-color: rgba(0, 0, 0, .0);
} 

.part3 ul li:hover .putName {
    position: relative;
    height: 102px;
    top: initial;
    padding-top: 20px;
    transform: translateY(0);
    background-color: var(--themaRed);
}*/

.part4 .partTitle p {
    color: white;
}
.part4 {
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.part4 .putTitle {
    text-align: center;
    color: white;

}

.part4 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part4 .putTitle .p2 {
    position: relative;
    font-size: 40px;
    font-weight: bold;
}

.part4 .putTitle .p2::after {
    content: "";
    display: block;
    width: 42px;
    height: 3px;
    margin: 25px auto 0;
    background-color: var(--themaRed);
}

.part4 ul {
	padding:0 15px;
    display: flex;
    max-width: 1714px;
    margin: 0 auto;
}

.part4 ul li {
    width: calc(100% / 6);
    height: 360px;
    padding-left: 28px;
    padding-top: 35px;
    transition: all .4s;
    color: white;
    background-color: rgba(0, 0, 0, .7);
}

.part4 ul li:not(:nth-child(6)) {
    border-right: 2px solid rgba(255, 255, 255, .1);
}

.part4 ul li > * {
    transition: all .4s;
}

.part4 ul li .p1 {
    font-size: 18px;
}

.part4 ul li .p2 {
    margin-top: 60px;
    font-size: 26px;
    font-weight: bold;
}

.part4 ul li .p2::after {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin: 20px auto 25px;
    margin-left: 15px;
    transition: all .4s;
    background-color: var(--themaRed);
}

.part4 ul li .p3 {
    font-size: 18px;
}

.part4 ul li:hover {
    background-color: var(--themaRed);
}

.part4 ul li:hover > * {
    color: white;
}

.part4 ul li:hover .p2::after {
    margin-left: 0;
    background-color: white;
}

.part5 {
	overflow:hidden;
    padding-top: 140px;
}

.part5 .partTitle span {
    position: relative;
}

.part5 .partTitle span::before,
.part5 .partTitle span::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 1px;
    background-color: #dddddd;
}

.part5 .partTitle span::before {
    right: calc(100% + 65px);
}

.part5 .partTitle span::after {
    left: calc(100% + 65px);
}

.part5 ul {
    margin: 40px auto 180px;
    font-size: 0;
}

.part5 ul li {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    vertical-align: middle;
}

.part5 ul li div {
    display: flex;
    padding: 0 25px;
    height: 100%;
    color: #979797;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

.part5 ul li div span {
    display: block;
    height: 2px;
    width: 100%;
    margin: 20px auto 10px;
    background-color: #e7e7e7;
}

.part5 ul li div .p1 {
    font-size: 20px;
}

.part5 ul li div .p2 {
    font-size: 16px;
}

.part7 {
    padding: 140px 0 95px;
}

.part7 ul {
    margin: 95px auto 65px;
    font-size: 0;
}

.part7 ul li {
    display: inline-block;
    width: calc((100% - 100px) / 3);
    max-width: 466px;
    vertical-align: middle;
}

.part7 ul li:not(:nth-child(3n)) {
    margin-right: 50px;
}

.part7 ul li a {
    display: block;
}

.part7 ul li img{ height:150px; margin:0 auto;}

.part7 ul li a p {
    line-height: 54px;
    font-size: 16px;
    color: #454545;
    text-align: center;
    margin-top: 20px;
}

.part7 .more {
    display: block;
    width: 175px;
    line-height: 50px;
    text-align: center;
    margin: 60px auto 100px;
    border: 1px solid #181818;
    border-radius: 50px;
    transition: all .4s;
}

.part7 .more:hover {
    color: white;
    border-color: var(--themaRed);
    background-color: var(--themaRed);
}

.part7 .twoLink {
	padding:0 15px;
    max-width: 440px;
    line-height: 64px;
    margin: 0 auto;
    display: none;
    font-size: 0;
}

.part7 .twoLink a {
    display: inline-block;
    width: 50%;
    transition: all .4s;
    text-align: center;
    font-size: 28px;
    color: #4e4e4e;
    border: 1px solid #646464;
}

.part7 .twoLink a.on,
.part7 .twoLink a:hover {
    color: white;
    border-color: var(--themaRed);
    background-color: var(--themaRed);
}

.part6 {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background: #f7f7f7;
}

.part6 .putTitle {
    text-align: center;
}

.part6 .putTitle .p1 {
    font-size: 40px;
    font-weight: bold;
}

.part6 .putTitle .p2 {
    font-size: 40px;
}

.part6 ul {
    /* display: flex; */
    height: 375px;
    margin-top: 35px;
    font-size: 0;
}

.part6 ul li:not(:nth-child(4n)) {
    margin-right: 9px;
}

.part6 ul li {
    position: relative;
    width: calc((100% - 27px) / 4);
    display: inline-block;
    transition: all .4s;
    top: 50%;
    transform: translateY(-50%);
}

.part6 ul li .putImg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .3);
}

.part6 ul li .putName {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: white;
    transition: all .4s;
    transform: translateY(-50%);
}

.part6 ul li .putName .p1 {
    font-size: 28px;
}

.part6 ul li .putName .p2 {
    font-size: 18px;
}

.part6 ul li:hover {
    top: 0;
    z-index: 4;
    transform: scale(1.2);
}

.part6 ul li:hover::before {
    background-color: rgba(0, 0, 0, .0);
}

.part6 ul li:hover .putName {
    position: relative;
    height: 102px;
    top: initial;
    padding-top: 20px;
    transform: translateY(0);
    background-color: var(--themaRed);
}

.part6 .maxWidth {
    display: flex;
    padding: 80px 0 0;
    align-items: center;
    justify-content: space-between;
}

.part6 .maxWidth .left {

}

.part6 .maxWidth .left p {
    text-align: left;
}

.part6 .maxWidth .left .p2 span {
    height: 6px;
    width: 45px;
    margin-left: 0;
    background-color: white;
}

.part6 .maxWidth .left > img {
    margin: 45px 0;
    max-width: 400px;
}

.part6 .maxWidth .left .p3 {
    font-size: 20px;
    line-height: 30px;
}

.part6 .maxWidth .left .p3 img {
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: sub;
}

.part6 .maxWidth .left .ask {
    display: block;
    width: 154px;
    height: 46px;
    margin-top: 30px;
    margin-left: 60px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    border: 2px solid #ddd;
}

.part6 .maxWidth .rightNine {
    width: 802px;
}

.part6 .maxWidth .rightNine .item {
    display: inline-block;
    width: 250px;
    height: 183px;
    padding-top: 22px;
    padding-left: 30px;
    margin-bottom: 22px;
    background-color: #0060a7;
}

.part6 .maxWidth .rightNine .item:not(:nth-child(3n)) {
    margin-right: 21px;
}

.part6 .maxWidth .rightNine .item img {
    display: block;
    height: 62px;
}

.part6 .maxWidth .rightNine .item .p1 {
    margin: 36px 0 5px;
    font-size: 10px;
    color: #fff;
}

.part6 .maxWidth .rightNine .item .p2 {
    font-size: 18px;
    color: white;
}


.part2 {
	overflow:hidden;
    padding: 140px 0;
}

.part2 .maxWidth {
    display: flex;
    margin-top: 100px;
}

.part2 .maxWidth .rightNav { width:65%;}


.part2 .maxWidth .leftNav {
       margin-right: 5%;
    max-width: 350px;
    width: 100%;
}

.part2 .maxWidth .leftNav a {
    display: flex;
    width: 350px;
    line-height: 92px;
    margin-bottom: 5px;
    padding-left: 25px;
    padding-right: 35px;
    font-size: 25px;
    color: #4c4c4c;
    align-items: center;
    transition: all .4s;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.part2 .maxWidth .leftNav a img {
    display: block;
    height: 30px;
}

.part2 .maxWidth .leftNav a:hover,
.part2 .maxWidth .leftNav a.on {
    color: white;
    background-color: var(--themaRed);
}

.part2 .maxWidth .leftNav a:hover img,
.part2 .maxWidth .leftNav a.on img {
    filter: grayscale(100%) brightness(200%);
}

.part2 .maxWidth .rightPage .page {
    display: none;
} 

.part2 .maxWidth .rightPage .page.on {
    position: relative;
    display: flex;
    height: 100%;
    justify-content: center;
}

.part2 .maxWidth .rightPage .page.on .putImg {
    margin: auto;
}

.part2 .maxWidth .rightPage .page.on .name {
    position: absolute;
    width: 100%;
    height: 90px;
    left: 0;
    bottom: 0;
    line-height: 90px;
    font-size: 28px;
    color: white;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
}



@media (max-width:1024px) {
.part6{ height:auto;}
.part6 .maxWidth{ display:block; padding:20% 15px;}
.part6 .maxWidth .rightNine{ margin-left:0; margin-top:10%;}
.part3 ul li:hover{transform:none !important; top:50% !important}
.part3 ul li{ width:calc((100% - 27px) / 2);transform:none !important; margin-bottom:27px;}	
.part3 ul li:not(:nth-child(2n)){ margin-right:27px !important;}
.part3 ul li:not(:nth-child(4n)){ margin-right:0}
.part3 ul li .putImg img{ width:100%;}
.part3 ul{ height:auto; overflow:hidden;}
.part3{ height:auto; padding:15% 0;}
}

@media (max-width:768px) {
.part1 .fourPro a{width: calc((100% - 30px) / 2); margin-bottom:25px;}
.part1 .fourPro a:not(:nth-child(2n)){ margin-right:20px !important;}
.part1 .fourPro a:not(:nth-child(4n)){ margin-right:0}
.partTitle p{ font-size:34px;}
.part4{ height:auto; padding:25% 0;}
.part4 ul li,.part5 ul li{ width:33.33%; float:left;}
.part4 ul li{height:300px;}
.part4 ul,.part5 ul{ display:block; overflow:hidden;}
.part4 ul li .p2{ font-size:20px;}
.part4 ul li .p3{ font-size:16px;}
.part6 .maxWidth .left > img{ max-width:100%;}
.part2 .maxWidth{ display:block;}
.part2 .maxWidth .leftNav{ margin-right:0; max-width:inherit}
.part2 .maxWidth .leftNav a{ width:100%;}
.part2{ padding:20% 0;}
}

@media (max-width:640px) {
.partTitle p{ font-size:30px;}
.part4 ul li,.part5 ul li{ width:50%;}
.part6 .maxWidth .rightNine .item{ width:calc((100% - 22px) / 2); height:200px; padding:5%;}
.part6 .maxWidth .rightNine .item:not(:nth-child(2n)){ margin-right:22px !important;}
.part6 .maxWidth .rightNine .item:not(:nth-child(3n)){ margin-right:0}
.part7 .twoLink a{ font-size:20px;}
.part7 ul li,.part3 ul li{ width:100% !important; margin-right:0 !important; margin-bottom:5%;}
.part2 .maxWidth .leftNav a{ font-size:20px; line-height:65px;}
.part2 .maxWidth .leftNav a img{ height:20px;}
.part2 .maxWidth .rightPage .page.on .name{ font-size:18px; line-height:60px; height:auto;}
.part2 .maxWidth .rightPage .page.on .putImg{ overflow:hidden;}
.part2 .maxWidth .rightPage .page.on .putImg img{ margin-left: -50%;max-width: 150%;}
}

