.h-right {
  float: right;
  display: inline-block;
  /*width: 260px;*/
  text-align: right;
}


.check_table2 {
    width:100%;
    display:table;
}
.check_table2_box {
    width:33.33%;
    height:360px;
    position:relative;
    float:left;
}
.check_table2_box .bg {
    width:640px;
    height:360px;
    background-size:cover!important;
    opacity:0;
    transition: all 1s ease;
}

.check_table2_box:hover .bg {
    opacity:1;
}
.check_table2_box:hover .content {
    opacity:0;
}
.check_table2_box .content {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    box-sizing:border-box;
    padding:0 14.8%;
    padding-top:74px;
    transition: all .3s ease;
}
@media (min-width:1400px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 14.8%;
        padding-top:74px;
        transition: all .3s ease;
    }
}
@media (min-width:1200px) and (max-width:1399px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 10.8%;
        padding-top:54px;
        transition: all .3s ease;
    }
}
@media (min-width:1024px) and (max-width:1199px) {
    .check_table2_box .content {
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        box-sizing:border-box;
        padding:0 10.8%;
        padding-top:34px;
        transition: all .3s ease;
    }
}
@media (max-width:1023px) {
    .check_table2_box {
        width:100%;
        position:relative;
    }
    .check_table2_box .bg {
        display:none;
    }
    .check_table2_box .content {
        width:100%;
        height:100%;
        box-sizing:border-box;
        padding:0 5%;
        padding-top:54px;
        transition: all .3s ease;
    }
    .check_table2_box:hover .content {
        opacity:1;
    }
}
.check_table2_box .content.bg1 {
    background:#0a73f3;
}
.check_table2_box .content.bg2 {
    background:#075cc3;
}
.check_table2_box .content.bg3 {
    background:#06428b;
}
.check_table2_box .content .title {
    font-size:40px;
    font-weight:bold;
    line-height:48px;
    font-family:"helveti";
    color:#fff;
    margin-bottom:19px;
    text-transform:uppercase;
}
@media (min-width:1400px) and (max-width:1499px) {
    .check_table2_box .content .title {
        font-size:40px;
        font-weight:bold;
        line-height:48px;
        font-family:"helveti";
        color:#fff;
        margin-bottom:19px;
        text-transform:uppercase;
    }
}
@media (min-width:992px) and (max-width:1399px) {
    .check_table2_box .content .title {
        font-size:30px;
        font-weight:bold;
        line-height:36px;
        font-family:"helveti";
        color:#fff;
        margin-bottom:19px;
        text-transform:uppercase;
    }
}
.check_table2_box .content .txt {
    font-size:16px;
    line-height:32px;
    font-family:Arial;
    color:#aeaeae;
}
@media (min-width:1400px) and (max-width:1499px) {
    .check_table2_box .content .txt {
        font-size:20px;
        line-height:30px;
        font-family:Arial;
        color:#aeaeae;
    }
}
@media (min-width:992px) and (max-width:1399px) {
    .check_table2_box .content .txt {
        font-size:16px;
        line-height:32px;
        font-family:Arial;
        color:#aeaeae;
    }
}
.check_table2_box .content .txt:last-child {
    color:#fff;
}
.check_table2_box .link {
    width:60px;
    height:60px;
    box-sizing:border-box;
    border:1px solid rgba(8,168,160,.5);
    background:url(../image/tb10.png) center center no-repeat;
    display:block;
    position:absolute;
    bottom:40px;
    left:14.8%;
    z-index:6;
}
.check_table2_box .link2 {
    width:60px;
    height:60px;
    box-sizing:border-box;
    border:1px solid rgba(255,255,255,.5);
    background:url(../image/tb11.png) center center no-repeat;

    display:block;
    position:absolute;
    bottom:40px;
    left:14.8%;
    z-index:6;
}
@media (min-width:1024px) and (max-width:1399px) {
    .check_table2_box .link {
        width:60px;
        height:60px;
        bottom:40px;
        left:10.8%;
    }
    .check_table2_box .link2 {
        width:60px;
        height:60px;
        bottom:40px;
        left:10.8%;
    }
}
@media (max-width:1023px) {
    .check_table2_box .link {
        width:60px;
        height:60px;
        bottom:40px;
        left:5%;
    }
    .check_table2_box .link2 {
        width:60px;
        height:60px;
        bottom:40px;
        left:5%;
    }
}



.check_table2_box:hover .content {
    opacity: 0;
}
.check_table2_box:hover .bg {
    opacity: 1;
}

.page4 {
  background-image: url('../img2/p4-b2.jpg');
}

.logo-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.logo-item {
  display: flex;
  /* width: 24.5%;
  margin-right: 0.66%; */
  width: calc(25% - 8px);
  margin-right: 10px;
  padding-bottom: 10%;

  border-radius: 15px;

  box-shadow: 11px 16px 32px rgba(0, 0, 0, .1);
  opacity: 1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  align-items: flex-start;
  transition: .5s;
	margin-bottom: 20px;
}

.logo-item:hover img:nth-child(1) {
  opacity: 0;
}

.logo-item:hover img:nth-child(2) {
  opacity: 1;
}

.logo-item img {
  width: 75%;
  display: inline-block;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  transition: .5s;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.logo-item img:nth-child(2) {
  opacity: 1;
}

.logo-item:nth-child(4n) {
  margin-right: 0;
}

.background-item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pageSwier-inner {
    position: relative;

}

@media only screen and (min-width: 1400px){
.padding {
    padding: 3vw 13.5vw;
    box-sizing: border-box;
}
}

@media screen and (max-width: 1410px){
.padding {
    padding: 3vw 5.5vw;
    box-sizing: border-box;
}
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.page4 .page-title {
    margin-bottom: 120px;
}

.page-title {
    margin: 30px 0 50px 0;
}
.page-title {
    transition: .5s .5s;
}
.page-title {
    font-size: 1.4rem;
    letter-spacing: 2px;
    color: #333;
}






.fix:after {
    clear: both;
    content: "";
    display: table;
}

@media only screen and (min-width: 1400px){
.news_box {
    width:100%;
    padding-bottom:80px;
}
}

@media screen and (max-width: 1410px){
.news_box {
    width:1200px;
	margin: 0 auto;
    padding-bottom:80px;
}
}


.news_box_title {
    width:100%;
    height:178px;
    box-sizing:border-box;
    font-family:"helveti";
    font-size:40px;
    font-weight:bold;
    line-height:48px;
    color:#06428b;
    padding-top:75px;
    text-align:center;
    transition: all ease 1s;
}
.news_box_list {
    width:1400px;
	margin: 0 auto;
    padding-bottom:47px;
}
@media only screen and (min-width: 1400px){
.news_box_list li {
    width:33.33%;
    float:left;
    box-sizing:border-box;
		padding-left: 20px; padding-right: 20px;

}
}

@media screen and (max-width: 1410px){
.news_box_list li {
    width:30.33%;
    float:left;
    box-sizing:border-box;
		padding-left: 20px; padding-right: 20px;

}
}


@media (max-width:1023px) {
    .news_box_list li {
        width:100%;
        box-sizing:border-box;
        padding:20px 5%;
    }
}
.news_box_list li .day {
    font-size:18px;
    color:#777;
    line-height:90px;
    display:flex;
    flex-direction:row;
    height:55px;

}
.news_box_list li .day span {
    display:block;
    width:60px;
    height:55px;
    font-family:"helveti";
    font-size:40px;
    line-height:79px;

    color:#000;
    border-right:1px solid #d2d2d2;
    margin-right:15px;
    transition: all .2s ease;
    float:left;
}
.news_box_list li:hover .day span {
    color:#06428b;
}
.news_box_list li .title {
    font-size:20px;
    line-height:34px;

    color:#000;
    font-family:Arial;
    margin-top:35px;
    transition: all .2s ease;
}
.news_box_list li:hover .title {
    color:#06428b;
}
@media only screen and (min-width: 1400px){
.news_box_list li .txt {
    font-size:16px;
    line-height:32px;
    color:#777;
    margin-top:19px;
	overflow: hidden;
	height: 90px;
}
}

@media screen and (max-width: 1410px){
.news_box_list li .txt {
    font-size:16px;
    line-height:32px;
    color:#777;
    margin-top:19px;
	overflow: hidden;
	height: 80px;
}
}


@media (min-width:992px) and (max-width:1399px) {
    .news_box_list li .title {
        font-size:18px;
        line-height:28px;
        font-weight:bold;
        color:#000;
        font-family:Arial;
        margin-top:35px;
        transition: all .2s ease;
    }
    .news_box_list li .txt {
        font-size:16px;
        line-height:26px;
        color:#777;
        margin-top:19px;
    }
}

.news_box_more {
    width:220px;
    height:55px;
    box-sizing:border-box;
    border:1px solid #333;
    font-size:14px;
    line-height:53px;
    color:#fff;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    display:block;
    margin:auto;
    transition: all .2s ease;
	 background:#06428b;
	font-family: Microsoft YaHei;
}
.news_box_more:hover {
    background:#0859b9;
    color:#fff;
    border:1px solid #06428b;
}


@media (min-width:1024px) {
    
}
@media only screen and (min-width: 1400px){
.md_media {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

}

@media screen and (max-width: 1410px){
.md_media {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

}




.footer {
    position: relative;
    padding-top: 40px;
    padding-bottom: 15px
}
.fl_lr {
    float: right;
}
.footer:after,
.footer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 200
}
.fl_lr {
    float: right;
}

.footer:after {
    left: 0;
    background-color: #06428b
}

.footer:before {
    right: 0;
    background-color: #0859b9
}

.footer .contain {
    position: relative;
    z-index: 400
}

.footer .ft_info {
    width: 50%
}

.footer .ft_info address,
.footer .ft_info .tel {
    font-size: 15px;
    color: #fff;
    font-family: "Microsoft YaHei";
    line-height: 30px;
    padding-right: 190px;
}

.footer .ft_info .link {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    position: relative
}

.footer .ft_info .link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dadbdd
}

.footer .ft_info .logo {
    display: block;
    width: 65px;
    height: 40px;
    background-image: url(../assets/img/f_logo.png)
}

.footer .ft_info .copyright {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "RobotoLight", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
}

.footer .ft_info .copyright a{
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "RobotoLight", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
}
@media only screen and (min-width: 1400px){
.footer dl {
    float: left;
    margin-left: 75px
}

}

@media screen and (max-width: 1410px){
.footer dl {
    float: left;
    margin-left: 35px
}

}


.footer dl dt {
    line-height: 24px;
	padding-bottom: 20px;
}

.footer dl dt a {
    font-size: 18px;
    color: #fff;
    font-family: "RobotoBold", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    position: relative;
    padding-right: 27px
}

.footer dl dt a span {
    position: absolute;

    right: 0px
}

.footer dl dt a span:before {
    font-size: 18px
}

.footer dl dt a:hover {
    color: #fff
}

.footer dl dd {
    line-height: 24px
}

.footer dl dd a {
    font-size: 14px;
    color: #fff;
    font-family: "Microsoft YaHei";
	line-height: 35px;

}

.footer dl dd a:hover {
    color: #fff;
	  font-size: 16px;
		transition:0.2s;
}

.footer .f_nav {
    float: right;
    font-size: 0px
}

.footer .f_nav li {
    display: inline-block;
    line-height: 24px;
    margin-left: 40px
}

.footer .f_nav li a {
    font-size: 14px;
    color: #e0e0e0;
    font-family: "RobotoBold", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
}

.footer .f_nav li a:hover {
    color: #115efb
}

.footer .fl_control {
    width: 50%
}

.footer .share {
    float: right;
    width: 100%;
    text-align: right;
    position: absolute;
    top: 50px;
    right: 0;
}

.footer .authorer {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "RobotoLight", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
    margin-top: 65px;
}

.footer .authorer a{
     font-size: 14px;
    color: #999;
    line-height: 24px;
    font-family: "RobotoLight", "Microsoft YaHei", "STSong", "SimSun", Arial, sans-serif;
}

.share .btn {
    margin-left: 40px
}

.share .btn:before {
    color: #83878e;
    font-size: 26px
}

.share .btn:hover:before {
    color: #115efb
}

@media only screen and (max-width: 1440px) {
    .footer .ft_info address,
    .footer .ft_info .tel {
        padding-right: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .footer {
        background-color: #39414f;
        padding-top: 40px
    }

    .footer .ft_info,
    .footer .fl_control {
        width: auto
    }

    .footer dl {
        display: none
    }

    .footer .f_nav {
        display: none
    }


    .footer .share {
        float: none;
        clear: both;
        text-align: center;
        margin-top: 0px;
        position: static;
    }

    .footer .authorer {
        display: none
    }

    .footer .ft_info address,
    .footer .ft_info .tel,
    .footer .ft_info .link {
        display: none
    }

    .footer .ft_info .logo {
        display: none;
        margin-left: auto;
        margin-right: auto
    }

    .footer .ft_info .copyright {
        text-align: center
    }

    .footer:after,
    .footer:before {
        display: none
    }

    .share .btn {
        margin-left: 20px;
        margin-right: 20px
    }

    .footer .ft_info address,
    .footer .ft_info .tel {
        padding-right: 0px;
    }
}




.h-right .language .top {
  padding-right: 26px;
  background: url(../images/l-down11.png) right center no-repeat;
  background-size: 16px 8px;
	font-size: 14px;
}
.h-right .language .drop-down {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  left: 0;
  padding: 5px;
  border: 1px solid #eee;
  background: #fff;
}
.h-right .language .drop-down a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
  font-weight: bold;
}
.h-right .language .drop-down a:hover {
  color: #444444;
}
.h-right .language:hover:before {
  display: block;
}
.h-right .language:hover .drop-down {
  display: block;
}
.search {
  float: left;
  display: inline-block;
  height: 60px;
  margin-left: 20px;
}

.search form {
  display: inline-block;
  margin-top: 10px;
}
.search-box {
  display: inline-block;
  float: left;
  opacity: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  border-radius: 18px;
  background-color: #ffffff;
  color: #666666;
  /*line-height: 35px;*/
  padding: 0px 15px;
}
.search-box .text {
  /*width: 100%;*/
  width: 0px;
  margin: 0 auto;
  height: 35px;
  line-height: 35px;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
input.search-box::-webkit-input-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box:-moz-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box::-moz-placeholder {
  color: #cfcece;
  font-size: 14px;
}
input.search-box:-ms-input-placeholder {
  color: #cfcece;
  font-size: 14px;
}
.search-btn {
  float: left;
  display: inline-block;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border-radius: 3px;
  outline: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  margin-left: 10px;
  width: 25px;
  background: url(../images/search11.png) center no-repeat;
  border: none;
}
.search:hover .search-box {
  opacity: 1;
}
.search:hover .search-box .text {
  width: 130px;
}
.search.s1 {
  display: none;
  float: none;
  height: auto;
  margin: 0 auto;
}
.search.s1 form {
  margin-top: 0;
}
.search.s1 .search-box {
  width: 200px;
  opacity: 1;
}
.search.s1 .search-box .text {
  width: 100%;
}
.search.s1:hover .search-box .text {
  width: 100%;
}

video::-internal-media-controls-download-button {
  display: none;
}
video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}



.h-right .language {
    float: left;
    display: inline-block;
    min-width: 60px;
    padding-left: 50px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    height: 60px;
    line-height: 60px;

    font-weight: lighter;
    position: relative;
    cursor: pointer;
    z-index: 998;
    text-align: left;
    background: url(../images/global1.png) left center / 27px 27px no-repeat;
}










































