.gypages{
	padding-top: 40px;
}
.gypages-center{
    padding: 0 0 50px;
    display: flex;
    justify-content: space-between;
}


.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;
}

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

.gypages-content{
	width: 100%;
}

.gypages-ico{
    margin-right: 25px;
}

.gypages-main{
    line-height: 26px;
    font-size: 16px;
    color: #000;
    text-align: justify;
}
.nav-box{
	border-bottom: 1px solid #ebebeb;
}
.position{
	display: flex !important;
	align-items: center;
}
.position span{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/nav-icon.png) no-repeat center;
}
.position a{
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	color: #666666;
}

.page-details .goods-left{
	width: 25%;
	float: left;
	padding-right: 30px;
}
.page-details .goods-left h2{
	font-size: 20px;
	font-weight: bold;
	padding: 8px 15px;
	color: white;
	margin-bottom: 10px;
	background-color: #2a5a98;
}
.page-details .goods-left ul li a{
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
	margin-bottom: 5px;
	border: 1px solid #d7d7d7;
}
.page-details .goods-left ul li a:hover{
	background-color: #2a5a98;
	color: white;
	border-color: #2a5a98;
}
.page-details .goods-left ul ul li{
	padding-left: 10px;
}
.page-details .goods-right{
	width: 75%;
	display: flex;
	flex-wrap: wrap;
}

.page-details .goods-box .cplist-li{
	padding: 10px;
	flex: 0 0 33.33%;
	border: 1px solid #d7d7d7;
}
.page-details .goods-box .cplist-li img{
	width: 100%;
}
.page-details .goods-box .cplist-li:hover{
	background-color: #2a5a98;
}
.page-details .goods-box .cplist-li:hover .cplist-title{
	color: white;
}
.page-details .goods-box .cplist-title{
	text-align: center;
	font-size: 14px;
	padding: 15px 0 25px;
}
.page-details .goods-content{
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
}
.page-details .goods-content .img{
	flex: 0 0 50%;
	text-align: center;
}
.page-details .goods-content .goods-title{
	padding-left: 15px;
	flex: 1;
	font-weight: bold;
	color: #2a5a98;
}
.page-details .goodsdetails-title{
	font-weight: bold;
}

.fy{
    flex-wrap: wrap;
}

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

.cpdetail-top{
    display: flex;
    justify-content: space-between;
}

.cpdetail-left{
    width: 20%;
}

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

.sxpz{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
}
.cpdetail-center{
	text-align: center;
	flex: 0 0 60%;
}
.cpdetail-right{
    width: 20%;
}
.cpdetail-p1{
    font-size: 16px;
}
.content{
	padding-top: 20px;
}

.cpdetail-p2{
    font-size: 16px;
}
.content1{
	padding-top: 20px;
}
.xwdetail-top{
    text-align: center;
    padding: 0 0 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-content ul{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #cbcbcb;
}
.lxpages-content ul li{
	flex: 0 0 33%;
	padding-bottom: 15px;
	padding-left: 100px;
}
.contact-box .wechatimg{
	padding: 10px 0;
}
.page-details .contact {
	display: flex;
}
.page-details .contact .left{
	flex: 0 0 46%;
	padding-right: 25px;
}
.page-details .contact .right{
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.page-details .contact .wechat{
    flex: 0 0 35%;
}
.page-details .contact .wechat img{
    width: 100%;
}

.page-details .contact .text{
	flex: 55%;
	padding-left: 5px;
}
.page-details .contact .right .map{
	flex: 0 0 100%;
}
.page-details .contact .right #map{
	height: 250px;
}
.page-details .contact .right ul li{
	font-size: 14px;
	display: flex;
	align-items: center;
	padding-bottom: 25px;
}
.page-details .contact .right .code-img{
	display: inline-block;
	border: 1px solid #e8e8e8;
	width: 100%;
}
.page-details .contact .right ul li p{
	padding-left: 10px;
}
.xwpages-content img{
	width: 100%;
}