/*pad*/

img {
    max-width: 100%;
}

.gh {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.5s cubic-bmezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.selected .gh {
    transform: rotate(90deg);
}

.gh a {
    background-color: #3cabe3;
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: -1px;
    position: relative;
    top: 50%;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 100%;
    border-radius: 2px;
}

.gh a:after {
    width: 100%;
}

.gh a:before {
    width: 100%;
}

.gh a:after,
.gh a:before {
    background-color: #3cabe3;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
    top: 7px;
}

.gh a:before {
    top: -7px;
}

.selected .gh a:after,
.selected .gh a:before {
    top: 0;
}

.selected .gh a:before {
    transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    -ms-transform: translateY(0px) rotate(-45deg);
    background: #3cabe3;
    width: 100%;
}

.selected .gh a:after {
    transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    -ms-transform: translateY(0px) rotate(45deg);
    background: #3cabe3;
    width: 100%;
}

.selected .gh a {
    background-color: transparent !important;
}
@media only screen and (max-width:1240px) {
	.mapswiper {
		height: 300px;
	}
	.fpage {
		width: 500px;
	}
	
	
}

@media only screen and (max-width:1040px) {
	.mapswiper {
		height: 270px;
	}
	.fpage {
		width: 450px;
	}
	
	
}
@media only screen and (max-width:768px) {
    .wrap {
        width: auto;
        padding: 30px 15px 0;
    }
	.mapswiper {
		height: 60vw;
	}
	.fpage {
		width: auto;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
    .detail {
        padding: 20px 15px;
        font-size: 16px;
        line-height: 1.6;
        color: #666;
    }
    .login {
        left: 15px;
        right: 15px;
        width: auto;
        padding: 30px 15px 40px;
    }
    .login .list {
        margin-top: 15px;
    }
    .login .list li {
        margin-bottom: 15px;
    }
    
    .fnews {
        padding: 30px 0;
    }
    .fnews .tlt {
        font-size: 20px;
    }
    .fnews .list li a {
        padding: 5px 0;
    }
    .fnews .list li h4 {
        font-size: 16px;
    }
    .fnews .list li h6 {
        font-size: 14px;
    }
    .denglu a {
        margin-bottom: 15px;
        margin-right: 10px;
        width: 120px;
        text-align: center;
        font-size: 16px;
        line-height: 2.2;
    }
    .fnews .lists {
        margin: 10px auto 0;
    }
    .fnews .lists li .pic {
        width: 160px;
        height: 110px;
    }
    .fnews .lists li .text {
        /*width: calc(100% - 180px);*/
    }
    .fnews .lists li .text h5 {
        margin-top: 5px;
        font-size: 14px;
    }
    .fnews .lists li .text h6 {
        font-size: 13px;
        line-height: 1.6;
        color: #999999;
        margin-top: 10px;
    }
    .xwtlt h2 {
        font-size: 22px;
    }
    .to_index {
        top: 10px;
        right: 10px;
    }
    .to_index a {
        font-size: 14px;
        width: 50px;
        padding: 5px 0;
    }
    
}

@media only screen and (max-width:500px) {
    .fnews .lists li .pic {
        width: 100%;
        height: 220px;
        float: none;
    }
    .fnews .lists li a {
        padding: 15px 0;
    }
    .fnews .lists li .text {
        width: auto;
        float: none;
    }
    
    
    
    
}







