@charset "UTF-8";
html {
 margin: 0;
 padding: 0;
 border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
product {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
 background: #fff;
 position: relative;
 font: 14px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
 vertical-align: baseline;
 width: 100%;
 overflow-x: hidden;
 color: #333;
}

a {
 text-decoration: none;
 outline: none;
}

/*a:link {
 color: #666;
}

a:visited {
 color: #666;
}*/

a:hover,
a:active,
a:focus {
 text-decoration: none;
 outline: none;
 color:inherit;
}

input {
 padding: 0;
 margin: 0;
 font-family: 'Microsoft YaHei';
}

img {
 border: none;
 background: none;
 vertical-align: middle;
}

ul,
ol,
li {
 list-style-type: none;
}

select,
input,
img,
select {
 vertical-align: middle;
}

table {
 border-collapse: collapse;
 border-spacing: 0
}

table,
th,
td {
 vertical-align: middle
}

.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 overflow: hidden;
 visibility: hidden;
}

.clearfix {
 zoom: 1
}

.clear {
 clear: both;
}

.clearboth {
 height: 0px;
 line-height: 0px;
 overflow: hidden;
 clear: both;
 font-size: 0px;
}

h1,
h2,
h3,
h4 {
 font-size: 14px;
}

hr {
 border: 0;
 border-top: 1px solid #ccc;
 height: 0;
}

button{
 background-color: transparent;
 border: 0;
}
button:focus{
 outline: none;
}
input{ 
 background:none; 
 outline:none; 
 border:0;
 outline-color: invert ;
	outline-style: none ;
	outline-width: 0px ;
	border: none ;
	border-style: none ;
	text-shadow: none ;
	-webkit-appearance: none ;
	-webkit-user-select: text ;
	outline-color: transparent ;
 box-shadow: none;
}
input:focus{ 
 border:none;
}
@font-face {
 font-family: "SOURCEHANSANSCN-NORMAL";
 src: url("../font/SOURCEHANSANSCN-NORMAL.ttf");
}
@font-face {
 font-family: "SourceHanSansSC";
 src: url("../font/SourceHanSansSC-Regular.otf");
}


/*flex start*/

.flex {
 display: flex;
}
.fw{
 flex-wrap: wrap;
}
.column {
 flex-direction: column;
}
.as{
 align-items: flex-start;
}
.ac {
 align-items: center;
}
.ae{
 align-items: flex-end;
}
.self_center{
 align-self: center;
}
.self_end{
 align-self: flex-end;
}
.jc {
 justify-content: center;
}
.je{
 justify-content: flex-end;;
}
.jb{
 justify-content: space-between;
}
.ja {
 justify-content: space-around;
}

.center {
 justify-content: center;
 align-items: center;
}
/*flex end*/

/*字体*/
.f10{
 font-size: 10px;
}
.f12{
 font-size: 12px;
}
.f15{
 font-size: 15px;
}
.f16{
 font-size: 16px;
}
.f17{
 font-size: 17px;
}
.f18{
 font-size: 18px;
}
.f19{
 font-size: 19px;
}
.f20{
 font-size: 20px;
}
.f21{
 font-size: 21px;
}
.f22{
 font-size: 22px;
}
.f23{
 font-size: 23px;
}
.f24{
 font-size: 24px;
}
.f25{
 font-size: 25px;
}
.f26{
 font-size: 26px;
}
.f27{
 font-size: 27px;
}
.f28{
 font-size: 28px;
}
.f29{
 font-size: 29px;
}
.f30{
 font-size: 30px;
}
.f31{
 font-size: 31px;
}
.f32{
 font-size: 32px;
}
.f33{
 font-size: 33px;
}
.f34{
 font-size: 34px;
}
.f35{
 font-size: 35px;
}
.f36{
 font-size: 36px;
}
.f37{
 font-size: 37px;
}
.f38{
 font-size: 38px;
}
.f39{
 font-size: 39px;
}
.f40{
 font-size: 40px;
}
.f41{
 font-size: 41px;
}
.f42{
 font-size: 42px;
}
.f43{
 font-size: 43px;
}
.f44{
 font-size: 44px;
}
.f45{
 font-size: 45px;
}
.f53{
 font-size: 53px;
}
.f56{
 font-size: 56px;
}
.f70{
 font-size: 70px;
}

.fwb{
 font-weight: bold;
}
/*字体定位*/
.tc{
 text-align: center;
}
.tr{
 text-align: right;
}
.ti{
 text-indent: 28px;
}
.lh14{
 line-height: 1.4;
}
.lh20{
 line-height: 2;
}
/*颜色*/
.black{
 color: #000;
}
.white{
 color: #fff;
}
.blue{
 color: #004f99;
}
.green{
 color: #54c8e3;
}
.c000{
 color: #000;
}
.cfff{
 color: #fff;
}
.cccc{
 color: #ccc;
}
.cddd{
 color: #ddd;
}
.cd2{
 color: #d2d2d2;
}
.c333{
 color: #333;
}
.c666{
 color: #666;
}
.c999{
 color: #999;
}

/*背景*/
.common {
 padding: 0px!important;
}
.basic {
 max-width: 1200px;
}
.container{
 width: auto;
}
/*宽高*/
.w1000{
 width: 100%;
}
.h1000{
 height: 100%;
}

/*定位*/
.fl{
 float: left;
}
.fr{
 float: right;
}
.mc{
 margin: 0 auto;
}
.pr{
 position: relative;
}
.pa{
 position: absolute;
}
.l0{
 left: 0;
}
.t0{
 top: 0;
}
.r0{
 right: 0;
}
.b0{
 bottom: 0;
}
.pc{
 position: absolute;
 left: 50%;
 top: 50%;
 transform: translate(-50%,-50%);
}
/*margin*/
.m0{margin: 0;}
.mr5{margin-right: 5px;}
.ml5{margin-left: 5px;}
.mb5{margin-bottom: 5px;}
.mt5{margin-top: 5px;}
.mr10{margin-right: 10px;}
.ml10{margin-left: 10px;}
.mt10{margin-top: 10px;}
.mb10{ margin-bottom: 10px;}
.mr15{margin-right: 15px;}
.ml15{margin-left: 15px;}
.mt15{margin-top: 15px;}
.mb15{ margin-bottom: 15px;}
/*padding*/
.p0{padding: 0;}
.pl0{padding-left: 0;}
.pr0{padding-right: 0;}
.pl5{padding-left: 5px;}
.pr5{padding-right: 5px;}
.pt5{padding-top: 5px;}
.pb5{padding-bottom: 5px;}
.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pt10{padding-top: 10px;}
.pb10{padding-bottom: 10px;}
.pl15{padding-left: 15px;}
.pr15{padding-right: 15px;}
.pt15{padding-top: 15px;}
.pb15{padding-bottom: 15px;}


.db{display: block;}
.dib{display: inline-block;}
/*///////////////////////////////////////////////////////////////////////////*/
*{box-sizing:border-box;margin:0;padding:0;}
body{font-family: arial;}
ul,li,h2,h3,h4,p{margin:0;padding:0;}
a{color:inherit;}
.flex,.flexC{ display: -webkit-box;display: -webkit-flex; display: -ms-flexbox; display: flex; }
.flex>.sub,.flexC>.sub{ -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; overflow: hidden;}
.flexC{-webkit-flex-direction: column; flex-direction: column;}
.flex-center{-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;justify-content: center;}
.wrap{flex-wrap: wrap;}
.sb{justify-content: space-between;-webkit-justify-content: space-between;}
.sa{justify-content: space-around;}
.ai{align-items: center;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;align-items: center;}
.bold{font-weight: bold;}
@media (min-width: 1200px){
.container {
 width: 1200px;
}
}
.absTopTable{line-height: 36px;border-bottom:1px solid #e5e5e5;color:#666;}
.absTopTable ul{float:right;}
.absTopTable ul li{display: inline-block;color:#4b4b4b;font-size:13px;}
.index-line{margin:0 20px 0 18px;}
.header-title{font-size:24px;font-weight: bold;color:#000;line-height: 1.4em;}
.header-desc{font-size:18px;color:#666;line-height: 1.4em;}
.floatImgWrap{position: relative;padding-left:52px;padding-right: 5px;}
.floatImgWrap .tel-icon{position: absolute;left:0;top:50%;margin-top:-20px;width:40px;height: 40px;}
.floatImgWrap h2{font-size:16px;color:#000;}
.floatImgWrap p{font-size:24px;color:#CC0000;font-weight: bold;}
.webHeaderTable{padding:30px 0 40px;}
.logo-img{height:60px;}
.navbar-box{background: #1e50ae;}
.navbar{border:none;margin-bottom: 0;}
.navbar-default{background:#1e50ae;padding:1px 0;}
.navbar-default .navbar-nav > li{margin-right:1px;}
.navbar-default .navbar-nav > li > a{height: 50px;line-height: 50px;padding:0;font-size:16px;min-width: 110px;text-align: center;color:#fff;display: block;margin:0 6px;}
.navbar-default .navbar-nav > li.active{color:#1e50ae;background: #fff;}
.navbar-default .navbar-nav > li:hover{color:#1e50ae;background: #fff;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{color:inherit;background: #fff;}
.swiper-pagination-bullet{background: #e8e8e8;width:10px;height:10px;margin:4px 18px 2px;opacity: 0.5;}
.swiper-pagination-bullet-active{background: #dbdbdb;}

.part1{border-top:1px solid #dedede;border-bottom:1px solid #dedede;}
.part1-code{background: #1e50ae;padding-top:20px;padding-bottom:20px;text-align: center;}
.part1-code img{margin:0 auto;display: block;max-width: 120px;}
.part1-right{color:#666;border-left:1px solid #f6f6f6;}
.part1-right img{display: inline-block;}
.part1-right p{line-height: 35px;margin-top:5px;font-size:12px;}

.part1-center{width:100%;max-width: 460px;margin:0 auto;}
.part1-center .search-box{width:100%;position: relative;padding-right: 75px;border:1px solid #ddd;}
.part1-center .search-box input{width:100%;padding:0 14px;line-height: 38px;height:38px;border:none;outline: none;}
.part1-center .search-box .search-icon{position: absolute;right:0;top:-1px;width:75px;height: 40px;background: #1e50ae;}
.search-icon span{display:block;width:100%;height:100%;background: url(../images/search-icon.png) no-repeat center;background-size: 24px auto;}
.part1-center p{font-size:14px;padding:10px 10px;margin-bottom: 10px;}

.part2{padding:60px 0;}
@media (min-width: 1200px){
 .part2 .part2-left{width:12%;padding:0;} 
}
.part2 .part2-left{margin-top: 16px;}
.part2 .part2-left h2{text-transform: uppercase;margin: 16px 0px 0px;font-size:26px;color:#666;font-weight: bold;}
.part2 .part2-left p{text-transform: capitalize;font-size:14px;color:#ccc;}
.part2-right-con{padding:20px 0 0 20px;}
.part2-right-con h2{font-size:30px;color:#333333;font-weight: bold;}
.part2-right-con h2 strong{color:#1973C7;}
.part2-right-con h3{padding:6px 0 0;color:#999;font-size:12px;margin-top:10px;}
.part2-right-con p{line-height: 1.8;color:#666;font-size:16px;margin-top:10px;}

.part3 .col-xs-12{padding:0;} 
.part3-con{display: none;padding:0 3px;}
.part3-con:first-child{display: block;}
.part3-box{background: #1e50ae;}
.part3-tab-box{background: #1e50ae;transition: all .3s;}
.part3-con-img{padding-bottom: 55%;position: relative;}
.part3-con-img:not(:first-child){display: none;}
.part3-con-img img{width:100%;height:100%;position: absolute;left:0;top:0;object-fit: cover;}
.part3-right{background: #fff;}
.part3-tab{margin-top:50px;text-align: right;color:#fff;}
.part3-tab span{display:inline-block;font-size:16px;min-width: 120px;text-align: center;}
.part3-tab-item{margin-bottom:18px;text-align: right;}
.part3-tab .tab-item{padding-left:25px;display: inline-block;}
.part3-tab-item.active .tab-item{font-weight:bold;border-top-left-radius: 23px;border-bottom-left-radius: 23px;background-color: #fff;color: #1e50ae;}
.part3-intro{padding: 15% 20px 15% 0;border: 4px solid #aaa;border-left: none;text-align: right;margin-top:15%;}
.part3-intro:not(:first-child){display: none;}
.part3-tab-item{line-height: 46px;font-size: 16px;}
.part3-intro .title{ font-size: 30px;color: rgb(30, 80, 174);text-align: right;font-weight: bold;}
.part3-intro .sub-title{color: #666666;text-align: right;font-size: 16px;margin-top: 10px;}
.part3-intro-con{ padding-left: 25px;margin-top: 12px;line-height: 26px;}

.part4{margin-top: 50px;padding-bottom: 60px;}
.common-title{color: #1e50ae;padding-top: 25px;}
.common-sub-title{ font-size: 34px;line-height: 34px; font-weight: bold;color: #000;margin-top: 10px;padding-bottom: 25px;}
.common-sub-title .light-line{width: 50px;height: 1px;background-color: #888;}
.common-sub-title p{margin: 0 10px;}
.part4 .part4-content{height: 870px;margin-top: 15px;}
.part4-left{width:20.166%;padding:0;}
.part4-right-box{width:79.833%;padding:0 0 0 10px;}
.part4 .part4-content .part4-left,.part4 .part4-content .part4-right{height: 100%;}
.part4 .aside-title{background: rgba(30, 80, 174, 1);color: #fff;font-size: 24px;height: 55px;line-height: 55px;}
.part4 .aside-list{background: rgba(0, 127, 234, 1);padding: 0 5px;}
.part4 .aside-list > li > a{font-size: 18px;padding: 11px 4px;color: #fff!important;display: block;position: relative;}
.aside-list-item .level_1{font-size: 18px;padding: 10px 4px;color: #fff!important;display: block;position: relative;}
.aside-list-item >li .level_2{font-size: 14px;padding: 6px 4px;color: #fff!important;display: block;text-indent: 20px;}
.aside-list >li:not(:last-child){border-bottom: 1px dashed #e5e5e5;}
.aside-dropdown{position: relative;}
.aside-dropdown-menu{padding-bottom: 10px;}
.aside-dropdown-menu li{padding-left: 15px;}
.aside-dropdown-menu li a{padding:0 4px;display: block;color:#fff;line-height: 40px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.aside-list >li{padding:0 5px;}
.aside-list i.down{width: 14px;height: 14px;background: url(../images/down.png) no-repeat;background-size: 100% 100%;display: inline-block;}
.aside-list .down-box{padding: 5px;position: absolute;right: 0;top: 50%;transform: translate(0,-50%);cursor: pointer;}
.aside-list li.open .down{transform: rotate(180deg);transform-origin: center center;}
.aside-list{padding-top:8px;}
.aside-bottom{width: 100%;height: 126px;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color: #1e50ae;margin-top: 10px;}
.part4-right{border: 1px solid #ccc;}
.part4-right .head-square{width: 6px;height: 21px;display: inline-block;background-color: #004f99;margin-right: 5px;}
.part4-right-head{color: #1e50ae;display: flex;align-items: center;height: 45px;padding-left: 5px;border-bottom: 1px solid #ccc;}
.part4-pro-img{padding-top: 79.5%;border: 1px solid #ccc;margin: 5px 0;}
.part4-right-foot {padding:5px 5px 1px;}
.part4-right-foot .part4-pro{padding:0 10px 10px;}

.part5{padding: 50px 0; background-color: #f6f6f6;}
.part5-tablist{margin-top: 30px;}
.part5-tab{width: 18%;margin: 0.82%;display: inline-block;border: 1px solid #1e50ae;text-align: center;padding: 8px 0;font-size: 16px;color: #000!important;}
.part5-pro{margin-top: 30px;}
.part5-pro-img{padding-top: 72.72%;}
.page-number{width: 60px; height: 36px;display: inline-block;border: 1px solid #e3e2e8; border-radius: 2px;box-sizing: border-box;outline: 0;margin: 0 3px; text-overflow: ellipsis; text-align: center;padding: 0 8px;background: transparent;}
.page-btn{
 height: 36px;
 padding: 0 13px;
 border: 1px solid #e3e2e8;
 border-radius: 2px;
 background: transparent;
 transition: all .2s;
 font-size: 14px;
 font-weight: 400;
 color: #333;
 margin-left: 12px;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; }
input[type="number"]{ -moz-appearance: textfield; }

.part6{padding:50px 0 50px;}
.part6-title{min-height: 124px;}
.part6-title-left{min-width:300px;padding:0 20px 0 60px;text-align: right;background: url(../images/part6-title-left.png) no-repeat right bottom;}
.part6-title-left .sp1{margin-bottom: 15px;}
.part6-title-right{color:#1E50AE;font-size:53px;font-weight: bold;margin-left:15px;}
.part6-title-right strong{font-family: 黑体, SimHei;font-size:100px;position: relative;top:3px;}
.part6-title-right-txt{line-height: 80px;background: url(../images/part6-right.png) no-repeat top right;}
.part6-item{padding-top:38px;}
.part6-item-img{position: relative;padding-bottom: 67.5%;background-repeat: no-repeat;background-size: cover;background-position: center;}
.part6-item-left h2{font-size:30px;font-weight: bold;margin-bottom: 8px;}
.part6-item-left h2 strong{color:#1E50AE;margin-right:8px;}
.part6-item-left h3{font-size:12px;color:#999;margin-bottom: 5px;}
.part6-item-left .line{height:2px;margin:15px 0;}
.part6-item-left .line span{display: block;width:50px;height: 2px;background: #1E50AE;}
.part6-item-left .desc{line-height: 1.8;font-size:14px;color:#666;margin-bottom: 50px;}
.part6-item-left{border-radius:6px;overflow:hidden;border:1px solid #f7f7f7;box-shadow: 1px 1.7px 2px 0 #f7f7f7;padding:60px 58px 20px;}
.part6-item-right{padding:0;}
.part6-item-right .part6-item-num{z-index:10;font-size:42px;color:#fff;position: absolute;right:43px;top:-22px;background: #0054aa;text-align: center;width:74px;line-height:100px;}
.item-div-box .item-div{width:48%;border:1px dashed #007fea;}
.item-div-box .item-div-right{background: #007fea;color:#fff;width:80px;height: 80px;font-size:18px;padding:0 15px;text-align: center;}
.item-div-box .item-div .sub{font-size:36px;font-weight: bold;color:#1E50AE;}
.part6-item:nth-child(2n) .flex{flex-direction: row-reverse;}
.part6-item:nth-child(2n) .flex .part6-item-num{left:43px;right:auto;}
.part6-item-left .item-button,.part6-item-left .item-button-o{border:1px solid #1e50ae;border-radius:999px;display: inline-block;min-width: 146px;padding:0 36px;line-height: 37px; font-size: 14px;text-align: center;}
.part6-item-left .item-button{color:#fff;background: #1e50ae;}
.part6-item-left .item-button-o{color:#1e50ae;font-size: 16px;font-weight: bold;}
.part6-item-img img{display: none;}
.part6-item-img img{height:100%;position: absolute;top:0;}
.part6-item:nth-child(3) .part6-item-img img{left:0;display: block;}
.part6-item:nth-child(2) .part6-item-img img{right:0;display: block;}

.ws-part-service{background: #f6f6f6;padding:1px 0;}
.ws-part-title{font-size:24px;line-height: 1;color: #1e50ae;text-align: center;}
.ws-part-subtitle{text-align: center;font-size: 34px;line-height: 34px;font-weight: bold;color:#000;margin-top:15px;}
.ws-part-subtitle span{display: inline-block;width: 50px;background: #999;border-top: 1px solid #999999;vertical-align: 5px;}
.ws-part-service-top{padding:25px 0;}
.ws-part-service-con{position: relative;margin:90px 0 85px;}
.ws-service-tit{position: absolute;left:0;top:0;color:#000;}
.ws-service-tit h2{font-size:20px;font-weight: bold;}
.ws-service-tit p{font-size:18px;}
.ws-part-service-con{}
.ws-service-con{position: absolute;left:0;top:0;width:100%;height: 100%;}
.ws-service-con-ul li{height:150px;width:25%;float:left;list-style: none;font-size:18px;line-height: 30px;color: rgb(0, 127, 234);}
.ws-service-con-div{padding:0 18px;}
.ws-service-con-div li{text-align: center;width:12.5%;height:74px;line-height: 74px;float:left;font-size:30px;color:rgb(0, 127, 234);list-style: none;}
.ws-service-con-ul li span{display: inline-block;width: 186px;text-align: center;padding-top:60px;}
.ws-service-con-ul.text-left{padding-right: 40px;}
.ws-service-con-ul.text-right{padding-left:40px;}
.wx-service-contact{position: absolute;right:0;bottom:-20px;text-align: right;color:#000;line-height: 30px;}
.wx-service-contact h2{font-size: 14px;line-height: 30px;}
.wx-service-contact p{font-size:20px;line-height: 30px;}
.ws-part-news{padding:45px 0;}
.ws-part-news-left{width:63.8%;float:left;padding-left:10px;}
.ws-part-news-right{width:35.5%;float:right;}
.ws-part-news .title{color:#fff;background: #1e50ae;height: 45px;line-height: 45px;padding-left:20px;font-size:20px;}
.ws-part-news-right .title{font-size:16px;}
.ws-part-news .title a{color:#1e50ae;margin:14px 10px 0 0;float:right;width:18px;height: 18px;border-radius:100%;overflow: hidden;background: #fff;}
.ws-part-news .title i{display: block;height: 100%;background: url(../images/icon-down.png) no-repeat center;background-size: 14px auto;}
.ws-part-news-left-top{padding:5px 5px 18px;border-bottom:1px solid #dedede;}
.ws-part-news-left-top img{width: 280px;float:left;height: 180px;object-fit: cover;}
.ws-part-news a:hover{text-decoration: none;}
.ws-part-news-left-top .ws-con{margin-left:290px;}
.ws-part-news-left-top .ws-con h2{font-size:16px;margin:5px 0;color:#000;}
.ws-part-news-left-top .ws-con p{font-size:14px;line-height: 18px;color:#666;}
.ws-part-news-left-con li{padding:22px 5px 20px;margin-bottom: 15px;border-bottom:1px dashed #e5e5e5;}
.ws-part-news-left-con li h2{font-size:14px;line-height: 24px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#666666;}
.ws-part-news-left-con li p{color:grey;font-size:14px;line-height: 24px;margin:2px 0 6px;padding-top:4px;}
.ws-newsCalendar{float:left;width:84px;height: 74px;background: #f2f2f2;text-align: center;color:#666;}
.ws-part-news-left-con .ws-newsCalendar h2{font-size:25px;line-height: 25px;margin-top: 20px;}
.ws-part-news-left-con .ws-newsCalendar p{font-size:14px;line-height: 14px;margin:0;padding:0;}
.ws-part-news li{list-style: none;}
.ws-news-item-con{margin-left:100px;}
.ws-news-item-con h2:hover{color:#1e50ae;}
.ellipsis {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.line-ellipsis2,.line-ellipsis-3{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.line-ellipsis2{-webkit-line-clamp: 2;}
.line-ellipsis3{-webkit-line-clamp: 3;}
.ws-part-news-left-con ul li:last-child{border:none;}
.ws-part-news-right ul{padding:5px;}
.ws-part-news-right-li{padding-bottom: 25px;}
.ws-part-news-right ul li a{display:block;padding:13px 5px 25px;border-bottom:1px dashed #e5e5e5;}
.ws-part-news-right ul li h2{font-size:14px;line-height: 23px;color:#666;position: relative;padding-right: 80px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.ws-part-news-right ul li h2 em{position: absolute;right:5px;top:0;line-height: 23px;font-style: normal;}
.ws-part-news-right ul li p{margin-top: 4px;font-size: 14px;line-height: 24px;color: grey;margin-bottom: 6px;}
.ws-part-news-right ul li h2:hover{color:#1e50ae;}


.partLastOne {
 background-color: #f6f6f6;
}


.LastOneBox {
 width: 1200px;
 height: 100%;
 margin: 0 auto;
 overflow: hidden;
 display: flex;
 padding: 55px 0;
}

.lastOneTitle {
 font-weight: bold;
 font-size: 20px;
 font-family: "微软雅黑";
}

.lastOneLeft {
 width: 540px;
}

.LOdes {
 margin-top: 11px;
 font-size: 15px;
 color:#4b4b4b;line-height: 26px;
 height: 78px;overflow: hidden;
}

.LOMoreA {
 cursor: pointer;
 font-size: 14px;
 border-radius: 26px 26px 26px 26px;
 width: 136px;
 height: 35px;
 line-height: 35px;
 color: #fff !important;
 background: #1e50ae;
 display: inline-block;
 text-align: center;
 margin-top: 30px;
 margin-left: 5px;
 margin-bottom: 65px;
}

.oneSwiper_w {
 width: 280px;
 height: 220px;
 overflow: hidden;
}

.insert_desc_class_w {
 position: absolute;
 text-align: center;
 line-height: 17px;
 font-size: 13px;
 bottom: 0;
 left: 0;
 width: 270px;
 background-color: rgba(0, 0, 0, 0.5);
 color: #fff;
 padding: 4px 12px;
}
.lastOneRightImg{
 width: 622px;
 height: 461px;
 margin-left: 45px;
 object-fit: cover;
}
.swiper_wrapper_wwj{
 transition-timing-function: linear!important;
}

.link{height:200px;background-color: #fff;background-repeat: no-repeat;background-position: center;padding-top:112px;}
.link-item a{font-size:16px;color:#4b4b4b;margin:3px 5px;display: inline-block;}
.footer-nav{background:#1e50ae ;text-align: center;padding:7px 0;}
.footer-nav li{display: inline-block;padding:4px 10px;margin:0 10px;font-size:16px;color:#fff;}
.footer{background: #343434;}
.foot-desc{padding:35px 0 10px;color:#fff;}
.logo-item img{max-height: 76px;}
.logo-item h2{font-size:24px;font-weight: bold;margin-top:10px;}
.logo-item h3{font-size:18px;color:#ccc;margin:6px 0 10px;}
.logo-item p{color:#ccc;font-size:18px;margin-top:25px;}
.logo-item p span{color:#fff;}
.xinxi{padding-top:10px;}
.xinxi h2{line-height: 30px;font-size:20px;margin-bottom: 30px;}
.xinxi p{font-size:14px;margin:12px 0;}
.code-item{text-align: center;}
.code-item .pic{max-width: 150px;}
.footerInfo{font-size:14px;color:#dedede;line-height: 22px;}
.footerInfo span{margin:0 4px;}
