.pro6 .pro6_2 {
    margin-bottom:40px;
}

.pro6 .pro6_2 ul li a {
	font-size:16px;
    font-weight: bold;
}

.pro6 .pro6_2 ul {
    border:4px solid #ddd;
    display:inline-block;
    padding:10px;
    margin-left:23px;
}

.pro6 .pro6_2 ul li {
    text-align:center;
    font-size:14px;
    line-height:2em;
}

.pro6 .pro6_2 ul li a:hover {
    border-bottom:1px solid #00477f;
    color:#00477f;
}

.pro6 .pro6_2 ul li img {
    width:100%;
}

.pro6 .pro6_3 h3 {
    font-size:16px;
    border-top:2px solid #00477f;
    padding-top:1px;
}

.pro6 .pro6_3 h3 span {
    border:3px solid #00477f;
    padding:0 2px;
    color:#fff;
    background-color:#00477f;
    line-height:1.5em;
}

.pro6 .pro6_4 {
    width:100%;
    margin:30px 0;
    display:inline-block;
}

.pro6 .pro6_4 ul {
    float:left;
    width:31%;
    margin-left:15px;
    border:2px solid #eee;
    padding:10px;
    height:350px;
}

.pro6 .pro6_4 ul li {
    font-size:14px;
    line-height:1.5em;
    text-align:center;
    padding-top:5px;
}

.pro6 .pro6_4 ul li img {
    width:100%;
    max-width:205px;
    display:block;
    margin:0 auto;
}

.pro6 .pro6_4 ul .pro6_tit {
    font-weight:bold;
}

.pro6 .pro6_4 ul .pro6_tit:before{
     display:inline-block;
    content:'';
    background-color:#000b78;
    width:3px;
    height:3px;
    background-size:100%;
    border-radius:50%;
    margin-right:5px;
    vertical-align:middle;
}

.pro6 .pro6_4 p {
	font-size:14px;
    color:#cf0000;
    text-align:left;
    line-height:3;
    font-weight:bold;
}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    .pro6 .pro6_4 ul {
    	float:none;
        width:100%;
        margin-left:0;
        margin-top:15px;
    }
}
