@charset "utf-8";
/* CSS Document */

@media screen and (max-width:1176px){
    .foot_div_phone {
        width: 100%;
        height: 58px;
        position: absolute;
        bottom: 0px;
    }
    
    .foot_phone_div {
        width: 25%;
        height: 100%;
        background-color: #c8192a;
        float: left;
        text-align: center;
    }
    
    .foot_phone_div img {
        width: 28px;
        height: 28px;
        padding-top: 5px;
    }
    
    .border_phone_div {
        border-right:solid 1px #d82e3e;
        box-sizing: border-box;
    }
    
    .foot_phone_div dd {
        color: white;
        font-size: 13px;
    }
    
    .foot-pc-all {
    	display: none;
    }
    
    .f-b-span {
    	display:none;
    }
    
    .f-bottom {
	    width: 100%;
	    height: 90px;
	    background-color: #153f8f;
	    margin-top: 10px;
	    margin-bottom: 60px;
	}
	
	.f-b-div {
	    width: 95%;
	    height: 100%;
	    margin: 0 auto;
	    line-height: 30px;
	    font-size: 16px;
	    text-align:center;
	    display:none;
	}
	
	.f-b-phone-bottom {
		width:100%;
		height:100%;
		text-align:center;
		color:#fff;
		padding-top:20px;
		line-height:25px;
	}
	
	.f-phone-bottom {
		width:100%;
		height:60px;
		position: fixed;
		bottom:0px;
		z-index:999999;
	}
	
	.phone-b {
		width:100%;
		height:100%;
		float:left;
		background-color:#153f8f;
		text-align:center;
		color:#fff;
		padding-top:3px;
	}
	
	.phone-b p img {
		width:32px;
		height:32px;
	}
}

@media screen and (min-width:1176px){
	
	.f-phone-bottom {
		display:none;
	}
	
	.f-b-phone-bottom {
		display:none;
	}
	
	.f-bottom {
	    width: 100%;
	    height: 60px;
	    background-color: #212026;
	}
	
	.f-b-div {
	    width: 95%;
	    height: 100%;
	    margin: 0 auto;
	    line-height: 60px;
	    font-size: 16px;
	    
	}
	
	.f-b-span {
	    color:#fff;
	    float: right;
	}
	
    .foot_div_phone {
        display: none;
    }
    
    .foot-pc-all {
	    width: 100%;
	    height: 425px;
	    background: #153f8f;
	}
}

.f-p-a-d {
    width: 95%;
    height: 340px;
    margin:0 auto;
    padding-top: 42.5px;
}

.f-pc-bt {
    width: 420px;
    height: 100%;
    float: left;
}

.f-pc-bt img {
    width: 180px;
    padding-left: 32px;
    padding-top: 30px;
}

.bt-phone-p {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 8px;
    color:#fff;
    padding-top: 30px;
}

.bt-phone-p:before{
    content: '';
    display: block;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../image/bottom_icon.png) no-repeat;
}

.bt-p {
    position: relative;
    display: block;
    padding-left: 30px;
    line-height: 24px;
    margin-bottom: 8px;
    color:#fff;
}

.bt-email:before {
    content: '';
    display: block;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../image/bottom_icon.png) no-repeat;
    background-position: center center;
}

.bt-address:before {
    content: '';
    display: block;
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../image/bottom_icon.png) no-repeat;
    background-position: center bottom;
}

.bt-ul {
    margin-top: 20px;
}

.f-pc-bt li{
    list-style-type: none;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
}

.bt-li-d {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: #2b2b2e;
    overflow: hidden;
}

.bt-li-d img {
    width: 24px;
    height: 24px;
    opacity: 0.5;
    margin-left: -20px;
    margin-top: -18px;
    z-index: -1;
}

.hide-wx {
    width: 118px;
    height: 118px;
    position: absolute;
    background-color: #FFFFFF;
    top: -130px;
    left: -20px;
    display: none;
}

.hide-wx img {
	width:100px;
	height:100px;
	padding:9px;
}

.show-wx,.bt-img:hover .hide-wx {
    display: block;
}

.hide-dy {
    width: 118px;
    height: 118px;
    position: absolute;
    background-color: #FFFFFF;
    top: -130px;
    left: -20px;
    display: none;
}

.hide-dy img {
	width:100px;
	height:100px;
	padding:9px;
}

.bt-ul-div {
    width: 100%;
    height: 56px;
}

.bt-name {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
    transition: 0.5s;
}

.bt-name:hover {
    color: #c8192a;
}

.bt-name-jd:hover {
    color: #c8192a;
}

.bt-name-jd {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    padding-top: 5px;
    transition: 0.5s;
}

.bt-title-name {
    font-weight: normal;
    position: absolute;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 6px;
    background-color: #c8192a;
    color: #fff;
}

.bt-title-name:before {
    content: '';
    right: -16px;
    top: 6px;
    position: absolute;
    border: solid 8px transparent;
    border-left-color: #c8192a;
}

.f-cp-cent-div {
    height: 100%;
    float: left;
}
.bt-url-div {
    margin-top: 20px;
}

.c-cp-c-title {
    color: #FFF;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 15px;
    transition: 0.5s;
    cursor: pointer;
}

.c-cp-c-title:hover {
    color: #c8192a;
}

.c-cp-c-name {
    color:#fff;
    line-height: 25px;
    cursor: pointer;
    transition: 0.5s;
}

.c-cp-c-name:hover {
    color: #c8192a;
}

.f-cp-c-d {
    width: 18%;
    height: 100%;
    float: right;
}

.f-cp-c-d-s {
    margin-left: 15%;
}

.url-a-ba {
    color:#fff;
    float: left;
}

a {
    text-decoration: none;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
    color:#fff;
}
/*已经访问过的链接*/
a:visited {
    text-decoration: none;
    color:#fff;
}
/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
    color:#fff;
}
/* 正在点击的链接*/
a:active {
    text-decoration: none;
    color:#fff;
}