

/* newest模块 start */

.newest {
    padding: 40px 0 0 0;
}

.newest .newest_hd {
    width: 100%;
    height: 86px;
    line-height: 86px;
    background: #f6f6f6;
    margin-bottom: 24px;
}

.newest button {
    width: 120px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background-color: #00479d;
    margin-right: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.newest .hd {
    font-size: 18px;
    color: #666;
    display: inline-block;
    margin-right: 120px;
}

.newest span {
    font-size: 16px;
    color: #999;
}

.newest_bd {
    height: 460px;
    /* border-bottom: 1px solid #dbdbdb; */
}

.newest_bd_left {
    position: relative;
    width: 610px;
    height: 421px;
    overflow: hidden;
}

.newest_bd_left .slide {
    margin-left: 10px;
}

.newest_bd_left .slide img {
    height: 421px;
    width: 100%;
}

.newest_bd_left .mask_01 {
    padding-left: 30px;
    width: 610px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    font-size: 16px;
    color: #fff;
	letter-spacing: 1px;
}
.newest_bd_left .mask_01 a{
    color: #fff;
	
}
.newest_bd_right {
    width: 550px;
    margin-left: 40px;
}

.newest_bd_right .tab_list {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #00479D;
}

.newest_bd_right .tab_list li {
    font-size: 22px;
    color: #666;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.newest_bd_right .tab_list .current {
    font-size: 22px;
    color: #00479D;
    font-weight: bold;
    /* border-bottom: 5px solid #00479D; */
    padding: 0 30px;
    background: url(../images/tab_logo.png) no-repeat left center;
}
.newest_bd_right .tab_list .current:after {
	content:'';
	display:block;
	width:130px;
	margin-top:-5px;
	border-bottom:4px solid #00479D;
}
.newest_bd_right .tab_list ul li {
    float: left;
    /* margin-right: 40px; */
    width: 33%;
    text-align: center;
}

.newest_bd_right .tab_list ul li:last-child {
    margin-right: 0;
}

.newest_bd_right .tab_content .item {
    display: none;
}

.newest_bd_right .tab_content .txt {
    width: 550px;
    padding-top: 10px;
    letter-spacing: 1px;
}

.newest_bd_right .tab_content .txt h3 a {
    font-size: 20px;
    color: #333;
    line-height: 40px;
}

.newest_bd_right .tab_content .txt p {
    font-size: 16px;
    color: #999;
    line-height: 25px;
}

.newest_bd_right .tab_content .txt p a {
    color: #02549e;
}

.newest_bd_right .tab_content ul li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #dbdbdb;
    /* list-style: disc;
    margin-left: 15px; */
}
.newest_bd_right .tab_content ul li:first-child {
    margin-top: 10px;
}

.newest_bd_right .tab_content ul li a {
    font-size: 16px;
    color: #333;
	padding-left: 20px;
	background: url(../images/jt.png) no-repeat left center;
}

.newest_bd_right .tab_content ul li a span {
    float: right;
    color: #999;
    font-size: 16px;
}
.ckgd {
	float: right;height: 52px;line-height: 52px;
}

/* newest模块 end */


/* system模块 start */

.system {
    padding-bottom:40px;
}

.system .h2 {
    text-align: center;
}

.system h2 {
    font-size: 26px;
    color: #02549e;
    margin-bottom: 56px;
}

.system ul li {
    width: 25%;
    height: 115px;
    margin-right: 12%;
    background: pink;
    float: left;
    padding: 20px 37px 0;
}
.system ul li img{
    width: 75px;
    height: 75px;
}
.system ul li .txt {
    margin-left: 30px;
    vertical-align: middle;
}

.system ul li .txt h4 {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    font-weight: normal;
}

.system ul li .txt a {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
}

.system ul li:first-child {
    background-color: #2FAFB8;
}

.system ul li:nth-of-type(2) {
    background-color: #EC6941;
}

.system ul li:last-child {
    margin-right: 0;
    background-color: #F9AA27;
}


/* newest模块 end */


/* company模块 start */

.floor1 {
    /* background-color: #f6f6f6; */
    width: 100%;
    /* padding: 40px 0; */
}

.floor1 .w {
    height: 450px;
    position: relative;
    /* padding: 30px 26px; */
    background: #fff;
}

.floor1 .w .company {
    width: 12%;
	height: 450px;
	/* border: 1px solid #E2E2E2; */
}

.company_hd {
    height: 54px;
    line-height: 54px;
    /* border-bottom: 3px solid #00479D; */
	/* text-align: left; */
	/* padding-left: 50px; */
    color: #00479D;
    font-size: 24px;
    /* background: url(../images/title.png) no-repeat left center; */
}
.company_hd::after{
	display: block;
    height: 2px;
    background: #00479D;
    width: 100%;
    position: absolute;
    content: "";
    /* left: 15%; */
}
.company_hd a {
    font-size: 16px;
    color: #00479D;
}

.data_hd {
    background: url(../images/data_icon.png) no-repeat left center;
}

.company_hd span {
	width: 50%;
	text-align: right;
    font-size: 16px;
    color: #00479D;
	border-bottom: 3px solid #00479D;
}
.company_hd_sm {
    height: 54px;
    line-height: 54px;
	padding-left: 50px;
    color: #FFFFFF;
    font-size: 22px;
    background: url(../images/title.png) no-repeat left center;
}
.company_hd_sm::after{
	display: block;
    height: 2px;
    background: #00479D;
    width: 20%;
    position: absolute;
    content: "";
    left: 15%;}
.company_hd_sm a {
    font-size: 16px;
    color: #00479D;
}

.company_hd_sm span {
	width: 50%;
	text-align: right;
    font-size: 16px;
    color: #00479D;
	border-bottom: 3px solid #00479D;
}
.company_hd_smm {
    height: 54px;
    line-height: 54px;
	padding-left: 50px;
    color: #FFFFFF;
    font-size: 22px;
    background: url(../images/title.png) no-repeat left center;
}
.company_hd_smm::after{
	display: block;
    height: 2px;
    background: #00479D;
    width: 28%;
    position: absolute;
    content: "";
    left: 52%;}
.company_hd_smm a {
    font-size: 16px;
    color: #00479D;
}

.company_hd_smm span {
	width: 50%;
	text-align: right;
    font-size: 16px;
    color: #00479D;
	border-bottom: 3px solid #00479D;
}
.company_bd {
    padding:20px;
}
.company_bd img {
    width:100%;
	height: 160px;
}

.company_bd p {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
	margin: 12px 0;
}

.company_bd a {
    display: block;
	float: right;
    width: 124px;
    height: 34px;
    line-height: 34px;
    margin:0 0 20px 0;
    color: #02549e;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* data_download模块制作 */

.data_download {
	border: 1px solid #E2E2E2;
	border-left: 0px;
    /* margin-left: 1%; */
    width: 58%;
	height: 450px;
}

.data_bd {
	
    padding: 35px 40px;
}

.data_bd ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    /* border-bottom: 1px dashed #dbdbdb; */
    /* padding-right: 20px; */
}

/* .data_bd ul li::before {
    position: absolute;
    top: 20px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #02549e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 6px;
} */

.data_bd ul li a {
    font-size: 16px;
	color: #333;
	padding-left: 20px;
	background: url(../images/jt.png) no-repeat left center;
}


.data_bd ul li a span {
    font-size: 16px;
    color: #666;
    float: right;
}

.data_bd ul li a:hover {
    color: #00a1e9;
}

.data_bd ul li a:hover span {
    color: #00a1e9;
}


/* data_load模块 end */


/* approval模块 end */

.approval {
    position: absolute;
	float: right;
	right: 0;
	top: 18%;
	width: 26%;
	height: 61%;
	margin-left: 2%;
	/* border: 1px solid #E2E2E2; */
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow:-5px 0px 5px #E2E2E2,   /*左边阴影*/ 
			   0px 0px 0px #E2E2E2,  /*上边阴影*/ 
			   5px 0px 5px #E2E2E2,  /*右边阴影*/ 
			   0px 5px 5px #E2E2E2;" /*下边阴影*/ 
}

.approval li {
    width: 288px;
    height: 124px;
    margin-bottom: 10px;
}

.approval .img_top{
    width: 120px;
	height: 106px;
	margin: 40px 90px;
}
.approval .img_top img{
    width: 100%;
}
.approval .img_bot{
    width: 200px;
	height:249px;
	/* background: url(../images/wtdw2.png) no-repeat left center; */
}
.approval .img_bot img{
    width: 100%;
}
.approval li .txt {
    text-align: center;
    width: 134px;
    height: 124px;
    background-color: #f6f6f6;
    padding-top: 45px;
}

.approval li .txt a {
    display: block;
    font-weight: normal;
    font-size: 17px;
    color: #333;
}

.approval li .txt a span {
    color: #8f8f8f;
    font-size: 12px;
}

.engineer_hd {
    background: url(../images/engineer_icon.png) no-repeat left center;
}

.wrap {
    width: 700px;
    height: 320px;
    position: relative;
    margin-top: 22px;
}

.wrap .list {
    height: 320px;
    width: 562px;
    position: relative;
}

.wrap .list .item1 {
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    overflow: hidden;
}

.wrap .list .item1 img {
    height: 100%;
    width: 100%;
}

.wrap .btn {
    width: 126px;
    height: 23px;
    position: absolute;
    right: 0;
    background: #dcdcdc;
    color: #745757;
    font-family: "icomoon";
    font-size: 16px;
}

#goPre {
    top: 0;
}

#goNext {
    bottom: 0;
}

.btn:hover {
    background: #02549e;
    color: #fff;
}

.item1.active {
    z-index: 8;
}

.pointList {
    position: absolute;
    right: 0px;
    top: 27px;
    z-index: 9;
}

.point {
    position: relative;
    width: 126px;
    height: 85px;
    margin-bottom: 3px;
    overflow: hidden;
}

.point img {
    height: 100%;
    width: 100%;
}

.point.active {
    border: 2px solid #0068b7;
}

.item1.active .mask_03 {
    display: block;
}

.mask_03 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 562px;
    height: 45px;
    line-height: 45px;
    background: rgba(0, 0, 0, 0.6);
    padding-left: 45px;
    color: #f5f5f5;
    font-size: 12px;
    letter-spacing: 1px;
}

.floor2 {
    height: 360px;
	border: 1px solid #E2E2E2;
}

.index_bus{margin:0px auto;}

.index_title{font-size:30px;line-height:50px;position:relative;text-align:center;}
.index_ts{display:inline-block;font-size:30px;background:#fff;padding:0px 50px;position:relative;z-index:1;}
.index_tp{display:inline-block;font-size:18px;background:#fff;padding:0px 50px;position:relative;z-index:1;color:#999;}
.index_title::before{display:block;height:1px;top:50%;width:100%;left:0px;background:#d7d7d7;position:absolute;content:""}
/* .index_bus_ul{margin:0px -10px;} */
.index_bus_ul li{width:33.33333%;float:left;}
.index_bus_ul li .li_con{margin:30px 15px;}
.index_bus_ul li .img{overflow:hidden;position:relative;}
.index_bus_ul li .img img{display:block;width:100%;    height: 250px;}
.index_bus_ul li .li_b{height:40px;line-height:40px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position:absolute;bottom:0;left:0px;
    width:100%;background:rgba(0,71,157,0.4);text-align:center;color:#fff;font-size:16px;transition:all .2s;}
.index_bus_ul li .li_m{transition:all .2s;line-height:42px;position:absolute;bottom:-200%;left:0px;width:100%;background:rgba(29,89,144,0.8);text-align:center;color:#fff;font-size:16px;height:100%;}


/* floor2模块 end */


/* floor3模块 start */

.floor3 {
    margin-bottom: 40px;
	/* border: 1px solid #E2E2E2; */
}

.expect_hd {
    margin: 30px 0;
    background: url(../images/expect_icon.png) no-repeat left center;
}


/* 
.expect_hd .carousel-control-prev {
    height: 200px;
    width: 200px;
    background-color: #00479d;
}

.expect_hd .carousel-control-next {
    height: 200px;
    width: 200px;
    background-color: #00479d;
} */

.carousel-inner img {
    width: 180px;
    height: 262px;
}

.carousel {
    width: 1200px;
    margin: 0 auto;
    /* background-color: pink; */
}


/* .carousel-item {
    margin-left: 35px;
} */

.carousel-item img {
    margin-right: 10px;
}

.carousel-item #lastone {
    margin-right: 0px;
}

.expect_bd .carousel_bd {
    position: relative;
}

.expect_bd .carousel_bd .txt {
    position: absolute;
    bottom: 0;
    height: 48px;
    width: 180px;
    line-height: 48px;
    font-size: 21px;
    text-align: center;
    color: #fff;
    background: rgba(230, 120, 50, 0.8);
}

.expect_bd {
  padding: 20px 0;
}

.expect_bd .slide {
  
  height: 264px;
  border: 1px solid #dbdbdb;
  overflow: hidden;
  position: relative;
}

.expect_bd .slide img {
  width: 100%;
  height: 100%;
}

.expect_bd .slide .mask_02 {
  position: absolute;
  bottom: 0;
  height: 48px;
  width: 187px;
  line-height: 48px;
  font-size: 21px;
  text-align: center;
  color: #fff;
  background: rgba(0,71,157, 1);
}


/* floor3模块 end */


/* floor4模块 start */
.floor4 {
    margin-top: 40px;
}
.links_hd {
    height: 54px;
    line-height: 54px;
    color: #00479D;
    font-size: 24px;
}

.links_bd {
    height: 75px;
    border: 1px solid #ebebeb;
    margin: 20px 0;
    margin-bottom: 40px;
}

.links_bd ul li {
    float: left;
    width: 25%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-right: 1px solid #ebebeb;
    /* border-bottom: 1px solid #ebebeb; */
}

.links_bd ul li:nth-child(4 + n) {
    border-bottom: 0;
}

.links_bd ul li:nth-child(4n) {
    border-right: 0;
}

.links_bd ul li a {
    display: block;
}

.navContent {
	float: left;
}
.navContent div {
	
	font-size: 20px;
	font-family: '微软雅黑';
	text-align: center;
	line-height: 230px;
	font-weight: 600;
}
.box00{
	width: 145px;
	height: 145px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box00.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
	border-right: 0px;
	border-left: 3px solid #00479D;
	color: #00479D;
}
.box11{
	width: 145px;
	height: 145px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box11.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
	border-right: 0px;
	border-left: 3px solid #00479D;
	color: #00479D;
}
.box22{
	width: 145px;
	height: 146px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box22.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
	border-right: 0px;
	border-left: 3px solid #00479D;
	color: #00479D;
}
.box0 {
	color: #B5B2B2;
	width: 145px;
	height: 145px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box0.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
}
.box1 {
	color: #B5B2B2;
	width: 145px;
	height: 145px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box1.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
	
}
.box2 {
	color: #B5B2B2;
	width: 145px;
	height: 146px;
	margin: 0 0 7px 0;
	display: block;
	background-image: url(../images/box2.png);
	background-repeat: no-repeat;
	background-position: 40px 26px;
	border: 1px solid #E2E2E2;
	
}

.box_block{
	display: block;
}
.box_none{
	display: none;
}