﻿﻿body, ul ,li, h1, h2, h3, h4, p{
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body{
    font-size: 14px;
    font-family: "微软雅黑", "Microsoft Yahei";
}
html{
    height: 100%;
}
body{
    min-height: 100%;
    position: relative;
    /*padding-bottom: 65px;*/
    box-sizing: border-box;
}
.body-1{
    padding-bottom: 0px;
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}
img{
    display: block;
    border: 0;
}
em{
    font-style: normal;
    color: #ff0000;
}


.fr{
    float: right;
}

.fl{
    float: left;
}
.mr{
    margin-right: 34px;
}
.mb{
    margin-bottom: 10px!important;
}
.wrapper{
    max-width: 1002px;
    margin: 0 auto;
    overflow: hidden;
}
.clearfix{
    zoom: 1;
}
.clearfix::after{
    content: "";
    display: table;
    clear: both;
}

.header .top{
    padding: 0 40px 3px;
    line-height: 26px;
    color: #000;
    background-color: #f7f7f7;
    user-select: none;
    position: relative;
}
.header .top::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background: url('../images/border-image.jpg') repeat-x;
}
.content .nav{
    font-size: 0;
    color: #fff;
    margin-bottom: 5px;
    background: #2d99fc;
    text-align: center;
}
.content .nav_m{
    display: none;
    padding: 0 12px;
    justify-content: space-between;
}
.content .nav_m .logo_m{
    width: 40%;
}
.content .nav_m ul{
    display: flex;
    justify-content: space-around;
}
.content .nav_m ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    font-size: 12px;
}
.content .nav_m ul li a.on{
    color: #2682d7;
}
.content .nav li{
    display: inline-block;
    margin: 0 30px;
    padding: 0 25px;
    line-height: 40px;
    letter-spacing: 2px;
    font-size: 16px;
    position: relative;
}
.content .nav li+li::before{
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: -30px;
    width: 0;
    height: 18px;
    border-left: 1px solid #0f76d3;
    border-right: 1px solid #6bb8fe;
    transition: all 0.3s;
}

.content .nav li::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #ff9a02;
    transition: all 0.3s;
}
.content .nav li:hover::after{
    width: 100%;
}
.content .nav li.on::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff9a02;
}

.footer{
    width: 1002px;
    height: 65px;
    line-height: 65px;
    background-color: #d3d3d3;
    text-align: center;
   // position: absolute;
    //bottom: 0px;
    //left: 50%;
    //margin-left: -501px;
}
.footer-1{
    height: 65px;
    line-height: 65px;
    background-color: #d3d3d3;
    text-align: center;
}

.news .swiper-container{
   width: 500px;
   height: 300px;
}
.visible-m{
    display: none;
}
i.close{
    position: absolute;
    right: 10px;
    top: 5px;
    font-style: normal;
    background-color: #9f8a8a;
    width: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 767px){
    .hidden-m{
        display: none;
    }
    .header .top{
        padding: 0 15px 3px;
        font-size: 12px;
    }
    .content .nav_m{
        display: flex;
    }
    .visible-m{
        display: block;
    }
    .footer{
        width: 100%;
        left: 0;
		font-size: 11px;
        margin-left: 0;
        line-height: 48px;
        height: 48px;
    }
}

/*@media  screen and (min-width: 768px){
    .information_server li{
	width:100%;
	}
	.one_line {
	padding-left:6px;
	overflow:auto;
	margin-bottom:10px;
	}
	.one_line img {
	width:100px;
	}
	.one_line h4 {
		height: 100%;
		line-height:59px;
		float:left;
	}
	.one_line a {
		width:106px;
		float:left;
	}
}*/

td.content h1{font-size:18px; text-indent:2em; font-weight:bold;}

td.content img {max-width:800px!important;}