﻿.gypages{
    background: white;
}
.gypages-center{
    padding: 20px;
	min-height: 500px;
}
.inmain-top{
    width: 100%;
    display: flex;
    align-items: center;
	background-color: #fff;
}
.inmain-top .w1200{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.inmain-name{
    font-size: 14px;
    position: relative;
}
.inmain-top ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.inmain-top ul li{
	flex: 0 0 26%;
	border: 1px solid #ccc;
	margin-right: 45px;
	margin-bottom: 15px;
	text-align: center;
}
.inmain-top ul li:nth-child(3n){
	margin-right: 0;
}
.inmain-top ul li a{
	font-size: 12px;
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 35px;
}
.inmain-top ul li.active a{
	background-color: #008fd1;
	color: white;
}


.gypages-name{
    width: 100%;
    height: 45px;
    background: #1e50ae;
    font-size: 18px;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: bold;
}

.gypagesA{
    display: flex;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
    color: #222222;
    font-size: 16px;
    padding-left: 10px;
}

.gypagesA:hover{
    color: #1e50ae;
}

.colorblue{
    color: #1e50ae;
}

.gypages-li:last-child .gypagesA{
    border: none;
}

.gypages-right{
    flex: 1;
}
.gypages-right .content-about img{
	width: 100%;
}

.sortname{
    width: 100%;
    height: 45px;
    background: #1e50ae;
    padding-left: 10px;
    color: white;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    display: none;
}
.gypages-ico{
    max-width: 100%;
}
.gypages-main{
    line-height: 26px;
    color: #000;
    text-align: justify;
}
.gypages-main p{
	color: #444444;
}
.gypages-main p span{
	background-color: transparent !important;
}

.cppages-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cppages-li{
    width: 48%;
}

.gypages-content.goods .cppages-li{
	margin-bottom: 15px;
}

.cppages-img{
    width: 100%;
	background: linear-gradient(to left, #61c2cd, #81c588);
}

.cppagesico{
    width: 100%;
	max-height: 195px;
}

.cppages-title{
	padding: 8px 0;
    text-align: center;
	font-size: 12px;
}

.fy{
    flex-wrap: wrap;
}

.fy select{
    border: 1px solid #1e50ae;
    color: #1e50ae;
}

.cpdetail-left{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpdetail-left img{
    max-width: 100%;
    border: 1px solid #eee;
}

.sxpz{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}

.cpdetail-right{
    width: 100%;
}

.cpdetail-p1{
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.cpdetail-p2{
    color: #999;
    font-size: 16px;
    margin-top: 10px;
}

.newpages-li{
	padding: 15px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}
.newpages-li h2{
	font-size: 16px;
	font-weight: bold;
}
.newpages-li .news-content{
	font-size: 12px;
	margin-bottom: 5px;
	color: #b3b3b3;
}
.newpages-li span{
	color: #999999;
}
.newpages-li:hover{
	background-color: #3ba6a1;
}
.newpages-li:hover h2,
.newpages-li:hover .news-content,
.newpages-li:hover span{
	color: white;
}


.xwdetail-top{
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
}

.xwdetail-title{
    font-size: 20px;
    color: #666;
    margin-bottom: 10px;
}

.xwdetail-word span{
    margin: 0 10px;
    color: #999;
}

.xwpages-content{
    color: #666;
    line-height: 26px;
}

.lxpages img{
    width: 100px;
}

.lxpages-company{
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.lxpages-content{
    line-height: 35px;
    color: #000;
    font-size: 16px;
}

#map{
    width: 100%;
    height: 250px;
    margin-top: 20px;
}