* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: MicrosoftYaHei;
    color: #000;
}
input,button{
    border:none;
    outline: none;
    background: inherit;
}

ul,
li {
    padding-left: 0;
    list-style: none;
}

a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}

.d-flex {
    display: flex;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.j-container {
    width: 1240px;
    margin: 0 auto
}

.j-header {
    margin-bottom: 41px;
    position: relative;
    height: 194px;
}

.j-header .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.j-nav {
    width: 670px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
}

.j-nav ul {
    display: flex
}

.menu-item {
    font-size: 18px;
    padding: 11px 51px;
    color: #fff;
    font-weight: bolder;
}

.j-top-news {
    margin-bottom: 38px;
}

.carousel {
    position: relative;
}

 .next,
.prev {
    width: 27px;
    height: 53px;
    background: #7a7a7a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 35px;
}

 .next {
    right: 0;
    background: url(017.png;vpn_img) no-repeat 0 0;
}

.prev {
    left: 0;
    background: url(016.png;vpn_img)  no-repeat 0 0;
}

.carousel .bd li {
    display: flex;
    justify-content: center;
}

.carousel .bd li img {
    width: 1004px;
}

.carousel .hd ul {
    display: flex;
}

.carousel .hd li {
    font-size: 14px;
    width: 203px;
    padding: 8px 27px 13px 13px;
    background: #f2f2f2;
}

.carousel .hd li:not(:last-child) {
    margin-right: 5px;
}

.carousel .hd li.on {
    background: #274c79;
    color: #fff;
}

.common-flex {
    display: flex;
    justify-content: space-between;
}

.news-content {
    width: 600px;
}

.common-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-right: 14px;
    height: 40px;
    border-top: 2px solid #000;
    color: #000;
}

.common-title .name {
    font-size: 18px;
    font-weight: bold;
}

.common-title .more {
    font-size: 14px;
}

.news-card img {
    margin-bottom: 16px;
    width: 593px;
    height: 401px;
}

.news-card .text {
    font-size: 18px;
}

.j-section {
    margin-bottom: 45px;
}

.j-news-tips {
    margin-bottom: 55px;
}

.tips-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1148px;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    border: 2px solid #666;
    overflow: hidden;
}

.tips-content .name,
.tips-content .more {
    background-color: #666;
    color: #fff;
    height: 100%;
    text-align: center;
}

.tips-content .name {
    font-size: 18px;
    font-weight: bold;
    width: 142px;
}

.tips-content .more {
    font-size: 14px;
    width: 83px;
}

.tips-content .body {
    font-size: 18px;
    height: 100%;
    text-align: center;
}

.tab-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 109px;
    z-index: 1;
}

.tab-item {
    width: 120px;
    height: 40px;
    line-height: 2.5;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.tab-item.on {
    background: #666;
    color: #fff;
}

.news-card.fy {
    margin-top: 17px;
    display: none;
}

.news-card.hd {
    margin-top: 17px;
}

.news-card.fy.on {
    display: block;
}

.img-wrapper {
    width: 280px;
}

.img-wrapper img {
    width: 100%;
    height: auto;
}

.news-card.fy img,
.news-card.hd img {
    width: 100%;
    height: auto;
}

.news-card.fy li,
.news-card.hd li {
    width: 280px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.news-card.hd p {
    font-size: 14px;
}

.service .img-wrapper {
    margin-right: 25px;
    width: 280px;
}
.hz .news-card{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hz .img-wrapper {
    width: 480px;
}
.service li{
    font-size: 14px;
    line-height: 2;
}
.form-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 583px;
	height: 130px;
    background: #666;
}
.form-wrapper .search{
    width: 472px;
    height: 35px;
    background: #fff;
    margin-bottom: 21px;
    padding-left: 5px;
}
.form-wrapper .search form{
    height: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-wrapper .search input{
    padding-left: 5px;
    flex:1;
}
.form-wrapper .search button{
    width: 98px;
    height: 100%;
    border-left: 1px solid #999;
    cursor: pointer;
}
.form-wrapper .recommend {
    width: 472px;
    font-size: 14px;
    color:#fff;
}
.qr{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 583px;
	height: 134px;
    background: #e1e1e1;
}
.qr-item:not(:last-child){
    margin-right: 90px;
}
.qr p{
    font-size: 14px;
    text-align: center;
}
.message{
    position: relative;
    padding: 0 30px;
}
.message li{
    width: 294px;
    padding: 8px 0;
    border-right: 1px solid #999;
    text-align: center;
}
.message li img{
    margin-bottom: 16px;
    width: 219px;
}
.message li p{
    text-align: center;
    font-size: 14px;
}
.link{
    margin-top: 70px;
}
.link .more{
    margin-top: 20px;
    font-size: 14px;
    text-align: right;
}
.link img{
    width: 175px;
}
.link ul{
    display: flex;
}
.link li:not(:last-child){
    margin-right: 38px;
}
.j-footer{
    padding: 34px 0;
    margin-top: 60px;
    border-top:2px solid #4f84d5;
    display: flex;
    justify-content: space-between;
    line-height: 2;
    font-size: 12px;
}
.j-footer p{
    margin-bottom: 26px;
}

#news-list .j-body{
    display: flex;
}
#news-list .j-aside{
    margin-right: 25px;
    width: 280px;
}
#news-list .j-news-list{
    flex:1;
    font-size: 14px;
    line-height: 2;
}
#news-list .tz {
	font-size: 14px;
    line-height: 2;
}
#news-list .j-aside ul{
    margin-bottom: 20px;
    font-size: 14px;
}

#news-list .j-aside .more{
    margin-bottom: 15px;
    text-align: right;
    font-size: 14px;
}
#news-list .zt li {
    margin-bottom: 20px;
}
#news-list .zt li a{
    display: flex;
    align-items: flex-start;
}
#news-list .zt img{
    margin-right: 17px;
    width: 107px;
}

#news-details .crumbs{
    padding: 0 23px;
    margin-bottom: 53px;
    font-size: 14px;
}
#news-details .title{
    margin-bottom: 31px;
    font-size: 24px;
    text-align: center;
}
#news-details .date{
    margin-bottom: 23px;
    font-size: 14px;
    text-align: center;
}
#news-details .hr{
    margin-bottom: 36px;
    border-color: #e5e5e5;
}
#news-details .view-content{
    padding: 0 23px;
}
#news-details .view-content .img{
    display: block;
    margin: 0 auto 43px;
    width: 905px;
}
#news-details .view-content p{
    margin-bottom: 50px;
    text-indent: 43px;
    font-size: 18px;
    line-height: 2;
}