﻿@charset "utf-8";
/****** Home-public ******/
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
.container { margin: 0 auto; width: 1200px; }
.Homebg {
    background-image: url('../images/homebg.jpg');
}

.section {
    padding: 40px 0 50px 0;
}

.Title {
    text-align: center;
    margin-bottom: 30px;
}

.Tit-cn {
    font-size: 30px;
    color: #048700;
    line-height: 40px;
}

.Tit-en {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    font-weight: bold;
    font-style: italic;
    font-family: 'PingFangELf1c6bc6035a8d';
}

.slogan {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

#Proces .main li {
    float: left;
    margin-right: 60px;
    width: 184px;
    height: 184px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

#Proces .main li:nth-child(5){
    margin-right: 0;
}


#Proces .main li:nth-child(6), #Proces .main li:nth-child(7), #Proces .main li:nth-child(8), #Proces .main li:nth-child(9), #Proces .main li:nth-child(10) {
    /* float: right; */
    margin-bottom: 20px;
}

#Proces .main .Item {
    z-index: 8;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #787575;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 17px auto;
    padding: 30px 0;
    position: relative;
    transition: all 0.3s ease;
}

#Proces .main .Item .Tit {
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    display: block;
}

#Proces .main .Item .pic {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}



#Proces .main .Item:after {
    background: #144999;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    display: block;
    transition: all 0.3s ease;
    border-radius: 50%;
    z-index: -1;
}

#Proces .main .Item:hover {
    background: none;
}

#Proces .main .Item:hover:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#Proces .main .icon-right {
    position: absolute;
    font-size: 30px;
    color: #d0d0d0;
    width: 30px;
    height: 30px;
    text-align: center;
    right: -50px;
    top: 50%;
    margin-top: -15px;
}

#Proces .main li:nth-child(5) .icon-right {
    transform: rotate(90deg);
    bottom: -35px;
    right: 50%;
    top: auto;
    margin-right: -15px;
}

#Proces .main li:nth-child(6) .icon-right {
    display: none;
}

#Proces .main li:nth-child(7) .icon-right, #Proces .main li:nth-child(8) .icon-right, #Proces .main li:nth-child(9) .icon-right, #Proces .main li:nth-child(10) .icon-right {
    transform: rotate(180deg);
}