* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #e7e8ec;
    max-width: 1920px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both
}

/* header */
.wapHead{ display:none; text-align:right; padding-right:10px;}
.wapHead a{ margin:0 5px;}
.bghead{ background-color:#FFF;}
.head{ position:relative; width:1200px; margin:0 auto; overflow:hidden; padding:10px;}
.head h1{ float:left;}
.headTop{ position:absolute; top:10px; right:10px;}
.headTop a{ margin:0 5px;}
.search{ float:right; padding-top:40px; overflow:hidden;}
.search dt{ float:left;}
.search dt input{ width:345px; height:41px; padding:0 10px; line-height:38px; box-sizing:border-box; border:1px solid #cccccc;}
.search dd{ float:left;}
/* nav */
.btnNav{ display:none;}
/* .nav{ height:47px; background: url('/common/static/public/images/bg-nav.jpg') repeat-x left center;} */
/* .nav ul{ width:1200px; margin:0 auto;} */
.nav{ height:47px; background: url('/common/static/public/images/bg-nav.jpg') repeat-x left center;text-align: center}
.nav ul{display: inline-block; margin:0 auto;}
.nav li{ position:relative; float:left; background: url('/common/static/public/images/ico-nav.jpg') no-repeat left center;}
.nav li:first-child{ background:none;}
.nav li h3 a{ font-size:15px; font-weight:normal;}
.nav li a{ display:block; padding:0 24px; color:#FFF; font-size:15px; line-height:47px;}
.nav .navSub{ display:none; position:absolute; left:0; top:46px; padding:5px 0; width:100%; background:rgba(10,97,168,0.9); z-index:99; text-align:center;}
.nav .navSub a{ line-height:30px; font-size:14px;}
.nav li:hover .navSub{ display:block;}

.search dt input {
    width: 250px;
    font-family: "Microsoft YaHei";
}

.platform {
    width: 260px;
    height: 50px;
    text-align: center;
    display: inline-block;
    margin: 20px 0 0 8%;
}


#News {
    width: 100%;
    max-width: 1240px;
    margin: 10px auto;
    padding: 0 20px;
}

.current {
    width: 100%;
    padding: 5px;
    background: #fff;
    margin-bottom: 10px;
}

.navigate {
    padding: 0 15px;
    line-height: 50px;
    background: #FFF;
    width: 100%;
    margin-bottom: 10px;
}

.navigate-left {
    float: left;
}

.navigate-right {
    float: right;
}

.navigate-right ul li {
    float: left;
    margin-left: 15px;
}

.navigate-right ul .navigate-list a {
    border-bottom: 1px solid #f00;
    color: #f00;
    padding-bottom: 10px;
}

.navigate-right ul li a {
    color: #666;
}

.navigate-right ul li:hover a {
    border-bottom: 1px solid #f00;
    color: #f00;
    padding-bottom: 10px;
}

.News-List-left {
    float: left;
    width: calc((100% - 285px)/1);
    background: #fff;
    padding: 40px 60px;
    min-height: 710px;
}

.News-List-left ul li {
    padding: 10px 0 10px 20px;
    line-height: 30px;
    border-bottom: 1px dashed #cfcfcf;
    position: relative;
}

.News-List-left ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 23px;
    left: 0;
}

.News-List-left ul li h4 {
    font-size: 16px;
    color: #333;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight: initial;
}

.News-List-left ul li h4:hover {
    color: #f00;
}

.News-List-left ul li span {
    float: right;
    color: #999;
}

.News-List-left ul li p {
    line-height: 22px;
    white-space: normal;
    color: #666;
    text-align: justify;
}

.News-List-right {
    float: right;
    width: 275px;
}

.important {
    margin-bottom: 10px;
    padding: 10px 15px;
    background-color: #FFF;
}

.important h3 {
    padding-left: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #000;
    border-left: 3px solid #2967d8;
    margin: 5px 0;
}

.important h3 a {
    float: right;
    color: #F00;
    font-size: 14px;
}

.important ul {
    margin-top: 10px;
}

.important ul li {
    padding: 0 0 0 15px;
    line-height: 30px;
    position: relative;
}

.important ul li:before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.important ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    color: #666;
}

.important ul li a:hover {
    color: #f00;
}

/* 联系方式开始 */
#dituContent {
    width: 100%;
    height: 550px;
}

.left-contact {
    position: relative;
    font-size: 16px;
    color: #333;
}

.details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
    padding: 15px;
}

.details h4 {
    font-size: 18px;
    color: #f00;
    margin-bottom: 10px;
}

.details p {
    line-height: 22px;
}

/* 联系方式结束 */


/* 页脚  */

.footer {
    width: 100%;
    height: auto;
    background: #295079;
}

.nav-list {
    height: auto;
    min-height: 60px;
    width: 100%;
    max-width: 1255px;
    margin: 0 auto;
}

.footer ul li {
    margin: 17px 0;
    display: inline-block;
    min-width: 80px;
    height: 25px;
    border-left: 2px solid #fff;
    padding: 0 20px;
    text-align: center;

}

.footer ul li:first-child {
    border-left: none;
}

.footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.group-info {
    width: 100%;
    text-align: center;
    height: auto;
    min-height: 60px;
}

.group-info p span {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}

.copyright {
    width: 100%;
    height: auto;
    min-height: 35px;
    text-align: center;
    background: #223651;
    text-align: center;
}

.copyright p {
    display: inline-block;
    margin-right: 15px;
    font-size: 16px;
    line-height: 35px;
    color: #fff;
}

.copyright .links {
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
}

.copyright .links a {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}


@media only screen and (max-width: 1366px) and (min-width:1024px) {

    .nav-list {
        text-align: center;
        max-width: 960px;
        min-height: 45px;
    }

    .nav-list ul li {
        width: 80px;
        padding: 0;
        border: none;
        display: inline-block;
        margin: 10px 5px;
    }

	.head {
        width: 980px;
    }
    
    .nav ul {
        width: 1024px;
    }
    .nav li a {
        padding: 0 22px;
    }

    .platform {
        margin: 33px 0 0 0;
        width: 235px;
        height: 35px;
    }
	#News {
		width: 1024px;
	}
}


@media only screen and (max-width: 1024px) {
	.wapHead{ display:block;}
	.head{ position:relative; width:100%; margin:0 auto; box-sizing:border-box;}
	.head h1{ float:left;}
	.head h1 img{ height:40px;}
	.headTop{ display:none;}
	.search{ display:none;}
	.btnNav {display: block;top: 47px;}
    .btnNav img {height: 25px;}
	.nav{ display:none; height:auto; background:#0960a7;position: absolute; width: 100%;z-index: 9;}
	.nav ul{ width:100%; margin:0 auto;}
	.nav li{ float:none; background:none;}
	.nav li a{ display:block; padding:0 15px; text-align:center; font-size:14px; line-height:40px; border-bottom:1px solid #eee;}
	.nav .navSub{ position:relative; top:0; border-bottom:1px solid #eee; background-color:#0965ae;}
	.nav .navSub a{ border-bottom:0;}

    .nav-list {
        display: none;
    }
	.platform {
		display: none;
	}
    .navigate-left {
        display: none;
    }
	#News {
		padding: 0 5px;
	}
	.News-List-left {
		width: 100%;
		padding: 25px 35px;
	}
	.News-List-left .tongyong {
		padding: 0 0px 15px;
	}

    .News-List-left img {
        max-width: 100%;
        height: auto !important;

    }
	.News-List-right {
		display: none;
	}
    .group-info p span {
        font-size: 14px;
    }

    .tel {
        display: block;
    }

    .copyright p {
        font-size: 14px;
        text-align: center;
        color: #fff;
    }

    .copyright .links a {
        font-size: 14px;
        color: #fff;
    }

}