.w1200px{
    width: 1200px;
    margin: 0 auto;
}

.inpages-top{
    width: 100%;
    height: 60px;
    background: #076ce0;
    transition: all .5s;
}

.inpages-top:hover {
	background: #ccc;
}

.inpages-top:hover .indirect::after{
	background: #fff;
}

.inpages-center{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inpages-ul{
    height: 100%;
    display: flex;
}

.inpages-li{
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-right: 40px;
}

.inpages-li:last-child{
	margin-right: 0;
}

.inpages-li::after{
    width: 0;
    height: 100%;
    display: block;
    content: "";
    background: #076ce0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    z-index: -1;
}

.inpages-li:hover::after{
    width: 100%;
}

.inpages-li:hover .inpagesA{
    color: white;
}

.inpagesA{
    color: white;
}

.inblue{
    position: relative;
    z-index: 2;
}

.inblue::after{
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: #076ce0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s;
    z-index: -1;
}

.indirect{
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.indirect::after{
    width: 1px;
    height: 100%;
    background: #ccc;
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    transition: all 0.5s;
}

.indirect img{
    width: 15px;
    margin-right: 10px;
}

.directed a{
    color: white;
}

.inpages-content{
    padding: 60px 0;
}

.gyindex{
	padding-bottom: 30px;
}

.gypages-top{
    border-bottom: 1px dashed #333;
    margin-bottom: 20px;
}

.gypages-companys{
    font-size: 40px;
    color: #c5c5c5;
    line-height: 1;
}

.gypages-pics{
	margin-top: 20px;
	display: flex;
}

.gypages-pics img{
	margin-right: 20px;
}

.gypages-company{
    font-size: 30px;
    color: #076ce0;
    font-weight: bold;
}

.gypages-text{
    flex: 1;
    text-align: justify;
    line-height: 26px;
}

.cppages-ul{
    display: flex;
    flex-wrap: wrap;
}

.cppages-li{
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 20px;
    padding: 1px;
    position: relative;
    overflow: hidden;
    background: #e5e5e5;
}

.cppages-li::before{
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    display: block;
    content: "";
    background-color: white;
    position: absolute;
    top: -25px;
    left: -25px;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.cppages-li::after{
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    display: block;
    content: "";
    background-color: white;
    position: absolute;
    bottom: -50px;
    right: -50px;
    transform: rotate(45deg);
    transition: all 0.5s;
}

.cppages-li:hover::before{
    top: -50px;
    left: -50px;
}

.cppages-li:hover::after{
    bottom: -50px;
    right: -50px;
}

.cppagesA{
    padding: 19px;
    display: block;
    background: white;
}

.cppages-li:nth-child(4n){
    margin-right: 0;
}

.cppagesimg{
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.cppages-title{
    font-size: 16px;
    padding: 10px;
    color: #000;
    font-weight: bold;
    border-bottom: 2px solid #e5e5e5;
    text-align: center;
}

.cppages-detail{
    width: 100%;
    height: 30px;
    border-radius: 13px;
    border: 1px solid #dddddd;
    margin: 0 auto;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s;
}

.cppages-detail::after{
    width: 0%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    background: #076ce0;
    z-index: -1;
    transition: all 0.5s;
}

.cppages-li:hover .cppages-title{
    color: #076ce0;
}

.cppages-li:hover .cppages-detail::after{
    width: 100%;
}

.cppages-li:hover .cppages-detail{
    color: white;
}

.cppagesico{
    width: 100%;
    overflow: hidden;
}

.cppages-li:hover .cppagesimg{
    transform: scale(1.1);
}

.cpdetail{
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.cpdetail-left{
    border: 1px solid #e5e5e5;
}

.cpdetail-img{
    max-width: 100%;
}

.cpdetail-right{
    flex: 1;
    margin-left: 40px;
}

.cpdetail-p{
    color: 666;
    font-size: 18px;
    margin-top: 50px;
}

.cpdetail-content{
    line-height: 26px;
}

.newpages-ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.newpages-li{
    width: 50%;
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 40px 35px 40px;
}

.newpages-li:nth-child(2n+1){
    border-right: 1px solid #e5e5e5;
}

.newpages-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newpagesA{
    color: #666666;
    font-size: 18px;
}

.newpages-date{
    color: #c8c8c8;
    font-size: 12px;
}

.newpages-content{
    color: #999999;
}

.newpages-li:hover .newpagesA{
    color: #076ce0;
}

.newpages-content{
    line-height: 26px;
    margin-top: 10px;
}

.xwpages-top{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.xwpages-title{
    font-size: 26px;
    color: #333333;
    margin: 0 0 20px;
    line-height: 1;
}

.xwpages-text{
    font-size: 16px;
    color: #bcbcbc;
}

.xwpages-text span{
    border-right: 1px solid #eee;
    padding-right: 20px;
    margin-right: 20px;
}

.xwpages-text span:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border: 0;
}

.xwpages-content{
    line-height: 26px;
}

.lxpages-content{
    display: flex;
    justify-content: space-between;
}

.lxpages-text{
    line-height: 26px;
}

.map{
    width: 56%;
    height: 320px;
}

#map{
    width: 100%;
    height: 100%;
}

.lxpages-top{
    text-align: center;
    margin-bottom: 30px;
}

.lxpages-subname{
    font-size: 40px;
    line-height: 1;
    color: #076ce0;
}

.lxpages-name{
    color: #333;
    font-size: 30px;
}

.scpages{
	display: flex;
	flex-wrap: wrap;
}

.scpages p{
	margin-right: 10px;
	margin-bottom: 10px;
}

.scpages p:nth-child(4n){
	margin-right: 0;
}