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

/*********************共用样式*******************/
body{
    margin: 0;
    font-family: misanR,"Source Han Sans CN","PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
img{display:block;}
.alltime, .alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.container{
	margin:0 auto;
}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #333;
}
.d-flex{
	display:flex;
}
.jsb{
	justify-content: space-between;
}
.home-btn {
    display: block;
    position: relative;
    height: 59px;
    width: 225px;
    color: #fff;
    font-size: 16px;
    line-height: 59px;
    background: #05519d;
    text-align: center;
    text-transform: uppercase;
    overflow: hidden;
}
.home-btn:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #0058dd;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.home-btn span {
    position: relative;
}
.home-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}
/***************公司简介****************/
.s1 .container{
	position:relative;
	min-height: 600px;
}
.s1 .container .con{
	width:100%;
	 margin-bottom: 60px;
	/*position:absolute;
	left:50%;
	transform: translateX(-50%);
	 margin-top: -150px; 
	background: #fff;*/
}

.s1 .container .con .abimg{
	position: relative;
	width:43%;
	float:right;
	overflow:hidden;
}
 .s1 .container .con .abimg img{
	
	width:100%;
}  


.s1 .container .con .abimg:hover{
	/* border-radius:20%; */
	/* background:#fff; */
	/* transform: rotateZ(20deg); */
	/* animation: slide-abimg-rotate 0.3s ease; */
	/* -webkit-animation: slide-abimg-rotate 0.3s ease; */
}

@keyframes slide-abimg-rotate {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(5deg);
  }
  100% {
    transform: rotateZ(10deg);
  }
}


.bauo {
    width: 38%;
    height: auto;
    overflow: hidden;
    border: 1px solid #008a6a;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 50px;
	margin-top: 55px;
}
.baup {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #008a6a;
}
.baup_t {
    text-align: center;
    color: #05519d;
    font-size: 28px;
    line-height: 34px;
    padding: 30px 24px;
}
.baup_b {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #05519d;
    padding: 11px 0;
    position: relative;
}
.baup_b img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    animation: whirl 50s linear infinite;
}
.baup_b span {
    display: block;
    width: 340px;
    height: 52px;
    border-bottom: 1px solid #008a6a;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 58px;
    color: #ffffff;
    font-size: 36px;
	text-align: center;
	font-family: DIN;
}
.s1 .txt{
	font-size:16px;
	line-height: 2;
	color:#666;
	margin-bottom:30px;
	padding-top:80px;
}
.num ul li{
    text-align: center;
    width: 33.33333%;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../images/about/img6.jpg);
}
.about_1_4_mid_1 span:nth-child(1) {
    color: #2064a7;
    font-size: 72px;
    font-family: DIN, sans-serif;
    font-weight: bold;
}
.about_1_4_mid_2 {
    font-size: 14px;
    color: #888;
}

.s2{
    position: relative;
    background-color: #ecf0f3;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 180px 10%;
}
.s2 h2{
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 2px;
	text-align: center;
}
.his_box{
    position: relative;
    margin-top: 48px;
}
.his_line{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 88px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}
.his_box .slbtn{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 88px;
    margin-top: -27px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 18px 2px rgba(154, 154, 154, 0.25);
    z-index: 99;
    cursor: pointer;
}
.his_box .slbtn:hover{
	background: #05519d;
}
.his_box .swiper-button-prev{
    left: -46px;
}
.his_box .swiper-button-next{
    right: -46px;
}
.his_box .slbtn:after{
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
	content:'';
}
.his_box .swiper-button-prev:after{
    background-image: url(../images/arrow-left-lighth1.png);
}
.his_box .swiper-button-next:after{
    background-image: url(../images/arrow-right-lighth1.png);
}
.his_box .swiper-button-prev:hover:after{
    background-image: url(../images/arrow-left-lighth.png);
}
.his_box .swiper-button-next:hover:after{
    background-image: url(../images/arrow-right-lighth.png);
}
.s2 .swiper-slide{
    position: relative;
    text-align: center;
    z-index: 10;
}
.deveTime {
    font-size: 30px;
    font-weight: bold;
    height: 89px;
    padding-top: 30px;
    line-height: 1.2;
    transition-duration: .3s;
	text-align: center;
}
.deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 40px;
    margin: -5px auto;
}
.deveDian::before, .deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}
.deveDian::before {
    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #0f58a1;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}
.deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}
.deveTxt {
    padding: 24px 15px;
}
.deveTxt p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    transition-duration: .3s;
    min-height: 48px;
    text-align: center;
}

.his_box .swiper-slide:hover {
    background: rgba(255, 255, 255, 0.41);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.his_box .swiper-slide:hover .deveTime {
    padding-top: 38px;
    color: #05519d;
}


.s3{
	padding:80px 0;
	background: #f7f7f7;
}
.s3 h2{
	font-weight: bold;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 1.4;
	text-align: center;
}
.s3 h2 span {
    color: #0f58a1;
}
.s3 .cl{
	display:flex;
	justify-content: space-between;
	margin-top: 10vh;
}
.s3 .cl .four{
	width:32%;
	background: #fff;
	padding:25px 15px;
	transition: background .3s;
	background-size: cover;
}
.s3 .cl .four .cn{
	width:100%;
	height:100%;
	text-align: center;
}
.s3 .cl .four .cn img{
	margin:30px auto;
}
.s3 .cl .four .cn h2{
	font-size:24px;
	margin-bottom: 30px;
	font-weight: normal;
}
.s3 .cl .four .cn p{
	font-size:16px;
	line-height: 24px;
	color:#666;
}
.s3 .cl .four:hover:first-child{
	background:url(../images/cc1b.jpg) center no-repeat;
	transition: background .3s;
}
.s3 .cl .four:hover:nth-child(2){
	background:url(../images/cc2b.jpg) center no-repeat;
	transition: background .3s;
}
.s3 .cl .four:hover:last-child{
	background:url(../images/cc3b.jpg) center no-repeat;
	transition: background .3s;
}
.s3 .cl .four:hover h2{
	color:#0f58a1;
	font-weight: bold;
}


@keyframes whirl{
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/*站点*/
.tab_nav{
	position:relative;
	width:90%;
	max-width:1440px;
	margin:100px auto;
}
.tab_nav .tabs{
	bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    height: 130px;
    z-index: 2;
}
.tab_nav .tabs:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}
.tab_nav .tabs .tc{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
	width: 1400px;
}
.tab_nav .tabs .tc a{
	position: relative;
    background: transparent;
    opacity: 1;
    height: 100%;
    border-radius: 0;
    width: 155px;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	text-align: center;
}
.tab_nav .tabs .tc a:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.36);
}

.tab_nav .tabs .tc a:after{
	content: '';
    position: absolute;
    left: 0;
    width: 100%;
    top: auto;
    bottom: 0;
    z-index: -1;
    height: 0;
    -webkit-transition: .55s;
    transition: .55s;
    background: -webkit-gradient(linear, left top, left bottom, from(#3788DD), to(#2151A1));
    background: linear-gradient(to bottom, #3788DD, #2151A1);
}
.tab_nav .tabs .tc a h2{
	font-size:30px;
	font-family: DIN;
	color:#fff;
	line-height: 30px;
}
.tab_nav .tabs .tc a h2 p{
	font-size:14px;
	color:#fff;
	line-height: 2;
}
.tab_nav .tabs .tc a.hover:after,
.tab_nav .tabs .tc a:hover:after{
    height: 100%;
}

.tabs-l{
	display:none;
	position:relative;
}
.tab_nav .show{
	display:block;
}
.tabs-l .word{
	background:rgba(5,81,157,.95);
	position: absolute;
	left:15%;
	top:20%;
	z-index: 2;
	width:600px;
	height:370px;
	padding:30px;
}
.tabs-l .word h2{
	color:#fff;
	font-size:60px;
	line-height: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,.8);
	margin-bottom: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: DIN;
}
.tabs-l .word p{
	color:#fff;
	font-size:16px;
	line-height: 30px;
	font-family: PFR;
	letter-spacing: 1.2px;
}


/************产品列表*************/
.placholder{
	display:block;
	width:100%;
	height: 80px;
}
.main {
    background-color: #fff;
    width: 100%;
    height: 80px;
    padding-right:120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e7e7e7;
}
.main.on {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 40;
    background-color: #fff;
}
.main .list {
    height: 100%;
    font-size: 0;
}
.main .list span{
    display: inline-block;
	width:285px;
    height: 100%;
    font-size: 24px;
    line-height: 80px;
    vertical-align: top;
    position: relative;
    font-weight: 500;
    padding-left: 120px;
    background-color: #0462ae;
    color: #fff;
    margin-right: 0;
    padding-right: 80px;
    text-align: center;
}
.main .list .lis {
    display: inline-block;
    height: 100%;
    font-size: 18px;
    line-height: 80px;
    color: #000;
    margin-right: 80px;
    position: relative;
    font-weight: 500;
    width: 260px;
    padding-left: 40px;
    padding-right: 80px;
    cursor: pointer;
    border-right: 1px solid #e7e7e7;
}
.main .list .lis .tit {
    height: 100%;
    width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .list .lis .tit::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url(../images/jt2.png);
    background-repeat: no-repeat;
    filter: grayscale(1000%);
    transition: all 0.5s;
}
.main .list .lis.on .tit {
    color: #0462ae;
}
.main .list .lis.on .tit::after {
    filter: grayscale(0%);
    transform: rotate(-180deg);
}
.main .list .lis .sublist {
    height:400px;
    width:99vw;
    left: -285px;
    padding-left: 285px;
    background-color: #d8dadc9a;
	display: none;
    position: absolute;
    top: 79px;
    border-top: 1px solid #e7e7e7;
}
.main .list .lis .sublist .tits {
    display: block;
    padding: 0 35px;
    width: 100%;
    color: #333;
    line-height: 64px;
    margin-right: 0;
    position: relative;
    height: auto;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main .list .lis .sublist .tits::after {
    content: "";
    position: absolute;
    display: block;
    left: auto;
    right: 0.75rem;
    top: 50%;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background-image: url(../images/jt2.png);
    background-repeat: no-repeat;
    filter: grayscale(1000%);
    transform: rotate(-90deg);
    transition: all 0.5s;
    background-color: transparent;
}
.one-li {
    width: 260px;
    background-color: #fff;
    height: 100%;
}
.two-li {
    position: absolute;
    width: 260px;
    background-color: #fff;
    height: 100%;
    left: 545px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
}
.three-li {
    position: absolute;
    width: 380px;
    background-color: #fff;
    height: 100%;
    left: 260px;
    top: 0;
    border-left: 1px solid rgb(228, 228, 228);
    display: none;
}
.nott::after{display:none!important}
.main .list .lis.on .tit {
    color: #0462ae;
}
.main .list .lis.on .tit::after {
    filter: grayscale(0%);
    transform: rotate(-180deg);
}
.main .list .lis .sublist .one-li .onli.cur .tits1 {
    background-color: #0462ae;
    color: #fff;
}
.main .list .lis .sublist .one-li .twli.cur .tits2 {
    background-color: #0462ae;
    color: #fff;
}
.main .list .lis .sublist .one-li .thli.cur .tits3 {
    background-color: #0462ae;
    color: #fff;
}
.main .list .lis .sublist .one-li .onli.cur .tits1::after {
    filter: grayscale(100%) brightness(1000%) !important;
}
.main .list .lis .sublist .one-li .twli.cur .tits2::after {
    filter: grayscale(100%) brightness(1000%) !important;
}


.apd-info{
	    padding: 60px 125px;
}
.apd-info .t1 {
    line-height: 1;
	font-size:36px;
}
.pimg{margin-top:60px;}
.apd-info .tp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 60px;
}
.apd-info .tp .lh1{
	font-size:36px;
	color:#121212;
}
.apd-info .tp .table {
    margin-top: 15px;
    font-size: 0;
    text-align: left;
    width: auto;
    margin-left: 60px;
}
.apd-info .tp .table .tit-16 {
    display: inline-block;
    cursor: pointer;
    margin-right: 30px;
    border-bottom: 2px solid transparent;
	line-height: 1.8;
    font-size: 22px;
}
.apd-info .tp .table .tit-16.on {
    border-bottom: 2px solid #0462ae;
    color: #0462ae;
}
.apd-info .tp .table .tit-16:hover {
    color: #0462ae;
}


.plist{
	margin-top: 40px;
}
.plist a {
    display: block;
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    height: 470px;
    background-size: cover;
    float: left;
    position: relative;
    margin-bottom: 40px;
}
.plist a .imgp{
	background:#f7f7f7;
	overflow: hidden;
}
.plist a:hover .imgp img {
    transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}
.plist a h2{
	font-size:20px;
	text-align: center;
	padding:15px;
	font-family: PFR;
	transition: all .3s;
}
.plist a:hover h2{
	color:#05519d;
}

/************pd*************/
.full-card{
    width: 100%;
    height: 100vh;
    position: relative;
	overflow: hidden;
}
.full-card .content{
    width: 1000px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    padding: 18% 0 0 100px;
    color: #fff;
    box-sizing: border-box;
}
.full-card .content h1{
    line-height: 40px;
    font-size: 30px;
	color:#fff;
}
.full-card .content .tips{
    font-size: 20px;
    width: 776px;
    margin-top: 10px;
    line-height: 36px;
	color:#fff;
	font-family: PFM;
}
.d-btn{
	display: block;
    position: relative;
    height: 59px;
    width: 225px;
	color:#fff;
	font-size:18px;
    line-height: 59px;
	background: #05519d;
    text-align: center;
    overflow: hidden;
	margin-top: 30px;
}
.d-btn:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #0058dd;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    transition: .6s;
}
.d-btn:hover:before {
    left: 0;
    right: auto;
    width: 100%;
}
.d-btn span{
    position: relative;
}
.tab-wrap{
    background: #fff;
}
.tab-wrap .content{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 46px 0 80px;
    position: relative;
}
.tab-wrap .content .item{
    flex: 1;
    text-align: center;
    cursor: pointer;
    font-size: 24px;
    height: 38px;
    line-height: 38px;
	position: relative;
	padding:15px 0;
}
.tab-wrap .content .item:after{
	position: absolute;
	display:block;
	width:0;
	height: 2px;
	left: 20%;
	bottom:-20px;
	content: '';
	background: #05519d;
	transition: width .3s;
}
.tab-wrap .content .item span{
    font-size: 24px;
	color:#121212;
	font-family: GM;
}
.tab-wrap .content .hover span{
    font-size: 30px;
	color:#05519d;
}
.video-card{margin-top:30px;}
.video-card video{
	display:none;
}
.video-card .show video{
	display:block;
}
.tab-wrap .content .item:hover:after,
.tab-wrap .content .item.hover:after{
	width:60%;
	transition: width .5s;
}

.full-card{
    -o-background-size: cover;
    background-size: cover!important;
    position: relative;
}
.full-card ul {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.full-card ul li {
    width: 33.33%;
    color: #fff;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.18);
    position: relative;
}
.cpxq{
	display: flex;
	PADDING:0 50px;
	height: 100%;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    position: relative;
    z-index: 3;
    -webkit-transition: all .48s;
    -o-transition: all .48s;
    -moz-transition: all .48s;
    transition: all .48s;
}
.full-card ul li h2{
    font-size: 24px;
    margin-top: 5%;
    margin-bottom: 5%;
    letter-spacing: 1px;
	color:#fff;
	font-family: PFR;
}
.full-card ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}
.full-card ul li:hover::after {
    background: rgba(5, 81, 157, .4);
}

.info-card{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 50px 74px 83px;
    justify-content: space-between;
    box-sizing: border-box;
}
.info-card li{
    display: block;
    width: 230px;
    text-align: center;
}



.data-sheet{
	padding:50px 0;
	background: #ececec;
}
.data-sheet-title{
	font-size:36px;
	text-align: center;
	padding:30px 0;
	color:#121212;
	font-family: GM;
}
.data-wrap{
	display:flex;
	align-items: center;
}
.data-img{width:40%;}
.data-word{
	display:flex;
	justify-content: space-between;
	width:60%;
	flex-wrap: wrap;
}
.data-word li{
	flex: 0 0 33%;
	margin-bottom: 30px;
}
.data-word li p{
	font-size:24px;
	color:#121212;
	line-height: 1.2;
	padding-bottom: 10px;
	font-family: GM;
}
.data-word li span{
	display:block;
	font-size:16px;
	color:#666;
	line-height: 1.2;
}




/************news*************/
.in-banner{
	position:relative;
}

.nyban{
	position:absolute;
	left:50%;
	top:45%;
	transform: translate(-50%,-50%);
}
.in-txt{
	
	
	z-index: 1;
	color:#fff;
	font-size:60px;
	text-align: center;
	font-family: GM;
}
.in-txt-en{
	/* position:absolute; */
	/* left:50%; */
	/* top:52%; 
	transform: translate(-50%,-50%);*/
	z-index: 1;
	color:#fff;
	font-size:38px;
	text-align: center;
	font-family: "PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif;
}


.news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -3%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.news-list li {
    width: 30.33%;
    margin-left: 3%;
    margin-bottom: 3.5%;
    position: relative;
    height: 100%;
    transition: 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
    -webkit-transition: 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
}
.news-list .desc {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(11, 48, 142, 0.08);
    box-shadow: 0 10px 30px rgba(11, 48, 142, 0.08);
    padding: 50px 8%;
    transition: 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
    -webkit-transition: 0.3s cubic-bezier(0.09, 0.34, 0.63, 1);
}
.news-list .timeBox {
    color: #666666;
    margin-bottom: 25px;
}

.news-list .timeBox .day {
	font-family: DIN;
    display: block;
    line-height: 0.9;
	font-size: clamp(42.85714286px, 3.125vw, 60px);
}
.news-list .timeBox .year {
    padding-left: 5px;
	font-family: DIN;
}
.news-list .title {
    font-weight: 500;
    color: #222222;
    line-height: 1.5;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	font-size:24px;
}
.news-list .c {
    margin-bottom: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 68px;
    overflow: hidden;
	font-size:16px;
}
.news-list .more {
    font-size: 15px;
}

.news-list .desc:hover .timeBox, 
.news-list .desc:hover .title, 
.news-list .desc:hover .more {
    color: #0B308E;
}
.sug-news{margin:50px 0;}
.sn-item {
    display: block;
    width: 48%;
    padding-right: 15px;
    box-sizing: border-box;
    float: left;
    margin-right: 4%;
	margin-bottom: 3%;
}
.sn-item:nth-child(even) {
    margin-right: 0;
}
.sn-item .items .imgs {
    overflow: hidden;
}
.sn-item .items img {
    width: 100%;
    transition: .5s;
}
.sn-item .items:hover .imgs img {
    transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
}

.sn-item .items .words{ background:#f2f2f2; padding:5px;}
.sn-item .items .words h2 {
    font-size: 22px;
    line-height: 35px;
    color: #333;
}
.sn-item:hover .items .words h2 {
    color: #2064a7;
}



.sn-item .items .words .t0 {
    font-size: 22px;
    line-height: 25px;
    height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    color: #000000;
    transition: .5s;
	text-align:center;
}
.sn-item .items .time {
    font-family: Arial;
    display: inline-block;
    padding-left: 26px;
    position: relative;
    line-height: 18px;
	color: #888;
	font-size: 13px;
}
.sn-item .items .time:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 15px;
    height: 18px;
    background: url(../images/x9.png) no-repeat center;
}

/************news-detail*************/
.new-info {
    padding: 60px;
    /* padding-top: 0; */
	background: #f3f3f3;
}
.new-info .content {
    background-color: #fff;
    padding: 60px;
}

.new-info .content .ndt{
	font-size:30px;
	color:#2064a7;
	margin-bottom: 15px;
}

.new-info .content .new-tit{
	text-align:center;
}

.new-info .content .ndm{ line-height:28px; color:#666; font-size:14px; }

.new-info .content .ndm time{
	color: #666;
}

.new-info .content .zw{
	padding:60px;
	margin:30px 0;
	border-top:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}
.new-info .content .zw p{
	
	line-height:35px;
	
}
.new-info .content .zw img{
	
	margin:15px 0;
	max-width:100%;
	
}

.new-info .content .bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.new-info .content .bot .left a {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    color: #333;
}
.new-info .content .bot .left a:hover {
    color: #05519d;
}
.more {
    display: inline-block;
    padding: 0 26px 0 20px;
    background-color: #0462ae;
    height: 47px;
    line-height: 47px;
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
}
.more .tit-16 {
    line-height:47px;
    display: inline-block;
}
.more .icon {
    display: inline-block;
    margin-left: 12px;
}

/************下载中心*************/
.down{
	padding:80px 0;
}
.d-nav li{
	display:block;
	width:32%;
	transition: all .3s;
}
.d-nav li a{
	display:block;
	border:1px solid #eee;
	text-align: center;
	line-height: 48px;
	font-size:18px;
	transition: all .3s;
}
.d-nav li a.current,
.d-nav li a:hover{
	border:1px solid #05519d;
	background:#05519d;
	color:#fff;
	font-weight: bold;
}
.now-title{
	margin-top:100px;
	font-size:36px;
	text-align: center;
	color:#121212;
}
.now-title span{
	display:block;
	margin-top:10px;
	font-size:16px;
	text-align: center;
	color:#121212;
}

.data{margin-top:80px;}

.data li {
    background-color: #F9FBFF;
	margin-bottom: 30px;
	transition: all .3s;
}
.data li a{
	padding: 34px 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.data li .item-title {
    width:43%;
    line-height: 1.5;
	font-size:20px;
	font-weight: bold;
}
.data li .item-attr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width:56%;
	font-size:20px;
}
.data li .item-attr span{
	font-weight: bold;
	font-size:18px;
}
.data li .item-hint {
    font-size: 14px;
	padding:0 5px;
	line-height: 30px;
    background-color: #20A6EE;
    margin-left: 16px;
    height: 30px;
    color: #fff;
}
.data li:hover{background:#05519d}
.data li:hover a{color:#fff;}


/* scrollUp */
.scroll-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: 1s ease;
	border: none;
    opacity: 0;
	
}
.scroll-top.open {
	bottom: 30px;
    opacity: 1;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 110%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	
}
