body {	margin: 0;
	padding: 0;
	background: #2d4eef;
}


.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:90px;    background: #fff;
	
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.07);-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.07);-o-box-shadow: 0px 4px 4px rgba(0,0,0,0.07);
    box-shadow: 0px 4px 4px rgba(0,0,0,0.07);   border-bottom: 1px solid #e0e0e0;
}
.container{width:1200px;margin: 0 auto;}

.gpdm {
    float: left;
    text-align: left;
    margin-top: 29px;
    font-size: 13px;
    border: 2px solid #ddd;
    color: #333;
    padding: 2px 10px;
    font-weight: 400;
}

.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
    height: 100%;
	line-height: 90px;
	display: block; float: right; 
}

.navbar_nav {
	top:50px;
}

.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
	top:1px;
}

.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #e84240;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 18px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
}


.header .navbar_nav li:hover a{
	color: #e84240;
}



.main{ font-size:18px; }
.main_1{ background:#fff; text-align:center; height:700px; overflow:hidden;}


html{min-width:1300px; margin:0 auto; }


.left { float: left;}

.top { height:100px;}

.fool { height:20px;text-align:center;color: #fff;    margin-top: 15px;
    font-size: 13px;}







/* 客服 */
.custom_Right_kefu {
    display: block;
    width: 210px;
    height: 115px;
    background: #CCAC5C;
    border-radius: 5px;
    position: fixed;
    right: 5%;
    bottom: 20%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: 1px;
    animation: up_down_bottom 2s ease-in-out infinite;
}

.custom_Right_kefu img {
    display: block;
    width: 115.5px;
    height: 115.5px;
    margin: -65px auto 5px;
}

.custom_Right_kefu:hover {
    color: #ffffff;
}


/*二维码*/
.custom_Right_code {
    width: 210px;
    height: 230px;
    background: linear-gradient(90deg, #6e79a4, #3d4a70);
    padding-top: 12px;
}

.custom_Right_code p,
.custom_Right_code span {
    display: block;
    color: #fff;
}

.custom_Right_code p.one {
    width: 100%;
    height: 15px;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.custom_Right_code img {
    display: block;
    width: 156px;
    height: 146px;
    margin: 14px auto 0;
}

.custom_Right_code p.two {
    text-align: right;
    height: 17px;
    line-height: 17px;
    padding-right: 16px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: -5px;
}

.custom_Right_code span.three {
    width: 100%;
    text-align: right;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    padding-right: 14px;
    font-weight: normal;
}




/* 响应式 */
@media all and (max-width: 1440px) {
    .section_Custom .custom_banner {
        padding-top: 170px;
    }

    .custom_Right_kefu {
        right: 1%;
        bottom: 5%;
        transform: scale(0.9);
        animation: up_down_bottom 2s ease-in-out infinite;
    }

    .custom_Right_kefu {
        transform: scale(1);
    }

    .red_Custom_wrap .iconfont {
        top: 25px;
        color: #FFFFFF;
    }}
	
	 /* 底部上下浮动*/
    @-webkit-keyframes up_down_bottom {
        0% {
            bottom: 18%;
        }

        50% {
            bottom: 16%;
        }

        100% {
            bottom: 18%;
        }
    }

    @keyframes up_down_bottom {
        0% {
            bottom: 18%;
        }

        50% {
            bottom: 16%;
        }

        100% {
            bottom: 18%;
        }
    }

	
	