body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,hr,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0px; padding:0px;}
img,input,select,button { vertical-align:middle;outline: none;}
/*body,html{
  scroll-behavior: smooth;
}*/
body { font-family:"microsoft yahei";font-size: 16px;color: #333;}
img { border:0;}
select,input { outline:none;}
select{/*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
li{ list-style: none;}
a { text-decoration:none; color:#333;}
a:hover,a:link,a:visited,a:active{text-decoration:none;}
.clear { width:100%; height:0; line-height:0; font-style:0; overflow:hidden; clear:both; display:block;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    font-size: 14px;
    color: #aaa;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
    font-size: 14px;
    color: #aaa;
}

input::-ms-input-placeholder{ /*Internet Explorer*/
    font-size: 14px;
    color: #aaa;
}





.vis{
	visibility: hidden;
}
.over{
	overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.over2{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp: 2; 
	 -webkit-box-orient: vertical;
}
.over3{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp:3; 
	 -webkit-box-orient: vertical;
}

.over7{
	 overflow: hidden; 
	 text-overflow: ellipsis;
	 -webkit-text-overflow: ellipsis;
	 -moz-text-overflow: ellipsis;
	 -o-text-overflow: ellipsis; 
	 display: -webkit-box; 
	 -webkit-line-clamp:7; 
	 -webkit-box-orient: vertical;
}

.layout {
  max-width: 1200px;
  margin: 0 auto;
}

/*头部*/
.header {
	width: 100%;
   position: fixed;
   z-index: 99;
  padding: 0;
  background: url(../images/header_bg.png) center no-repeat;
  background-color: #003f88;
}
.header .logo{
	margin-left: 10px;
}
.header .logo img{
	width: 100%;
}

.header .pic-link{
	margin: 30px 5px 0;
}

.header .link{
    font-size: 14px;
    line-height: 50px;
    float: left;
  }
.r_link a{
  font-size: 16px;
  font-family: '微软雅黑';
  line-height: 50px;
  color: #fff;
}
.header .link a{
	
    color: #fff;
}	
.header .link img{
	margin: -2px 7.5px 0;
}
.email{
  width: 24px;
  height: 24px;
}
.pic-link .search {
	margin-left: 25px;
}
.pic-link .search img{
	margin-top: 8px;
}

.search-input input,
.search-input button {
  padding-left: 10px;
  width: 45px;
  height:40px;
  line-height: 35px;
  border: none;
  color: #959595;
  background-color: #fff;
}
.search-input input {
  width:220px;
  height: 40px;
  margin-left: -5px;
  font-size: 16px;
  font-family: "microsoft yahei",simsun;
}
.search-input button {
  text-align: center;
  margin-left: -6px;
  border: 1px solid #fff;
}
.search-input button img {
  margin: 0 0 0 -2px;
}

/*搜索模态框*/
.model-search{
	display: none;
	position: fixed;
	top: 0;
	left:0 ;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	filter:alpha(opacity=50); 
	background-color: rgba(0,0,0,.5);
	z-index: 9998;
}
.model-search-input{
	width: 100%;
	height: 0;
	position: fixed;
	text-align: center;
	top: -250px;
	opacity: 0;
	transition: all .8s;
	z-index: 9999;
}
.model-search-input input,
.model-search-input button {
  padding-left: 10px;
  width: 65px;
  height: 50px;
  line-height: 35px;
  border: none;
  color: #959595;
  background-color: #fff;
}
.model-search-input input {
  width:25%;
  margin-left: -5px;
  font-size: 16px;
  font-family: "microsoft yahei",simsun;
}
.model-search-input button {
  text-align: center;
  margin-left: -5px;
}
.model-search-input button img {
  margin: 0 0 0 -2px;
}






/*导航栏*/
.nav {
  width: 84%;
  border-top: 1px solid #4472a8;
}
.nav li {
	width: 10%;
  float: left;
  position: relative;
  z-index: 999;
}
.nav li>a {
	display: block;
	width:100%;
	text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height:50px;
}

.nav li:hover>a{
  /*background-color: #fff;*/
 background-color: #2080be;
}
.nav li:hover a{
  /*color: #003f88;*/
 color: #fff;
}


.nav li .dropdown {
  height:0;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  background-color:#4f6c98;
  background-color: rgba(32,128,190,.9);
  text-align: center;
  transition: all 0.5s ease;
}

.nav li .dropdown a {
	display: block;
	box-sizing: border-box;
  min-width: 105.59px;
  width:e-xpression(document.body.clientWidth < 105.59? "105.59px": "auto" );
  padding:0 10px;
  font-size: 16px;
  line-height: 38px;
  white-space: nowrap;
  color: #fff;
  }

.nav li .dropdown a:hover{
	background-color:#fff;
	color:#003F88;
	
}




/*mobil nav*/
.mobil-nav_icon {
	display: none;
	position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.mobil-nav{
	display: none;
	width: 100%;
	height: 100%;
	overflow: scroll;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.5);
}
.mobil-nav .mobil-nav_list{
	box-sizing: border-box;
	width: 0;
	/*min-height: 95%;*/
	padding: 50px 0 20px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.mobil-nav .mobil-nav_list li{
	position: relative;
	line-height: 50px;
	padding:0 40px 0 15px;
	border-bottom: 1px solid #eee;
}
.mobil-nav .mobil-nav_list  li a{
	display: block;
	font-size: 18px;
	color: #003F88;
	font-weight: 800;
}
.mobil-nav li .open{
	width: 40px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.mobil-nav li .dropdown{
	display: none;
}
.mobil-nav li .dropdown a{
	display: block;
	margin-left: 20px;
	font: 16px/40px "microsoft yahei";
}
.mobil-nav .pic-link{
		width:90%;
    margin:0 auto;    
    padding:0 5% 40px;
    line-height: 40px;
   background-color: #f5f5f5;
}
.mobil-nav .pic-link a{
	color: #003f88;
} 
.mobil-nav .pic-link a img{
	margin: -4px 5px 0 0;
}
.mobil-nav .pic-link .search-input{
	width: 70%;
	position: relative;
}
.mobil-nav .pic-link .search-input button{
	position: absolute;
	top: 2px; 
	right: 0;
}
.mobil-nav .close{
		position: absolute;
    right: 10px;
    top: 10px;
}
.mobil-nav .close img{
	width: 25px;
}



/*ie轮播图*/
  .banner .swiper {
                    width: 100%;
                    height: calc(100vh - 51px);
                }

                .banner .swiper-slide img {
                    display: block;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
.banner .swiper-slide {
    position: relative;
}
 .banner .swiper-slide h3{
color: #fff;
    letter-spacing: 2px;
    text-shadow: 3px 3px 3px #3c3c3c;
    position: absolute;
    bottom: 60px;
    z-index: 2;
    font-size: 30px;
    padding: 0 4%;
 line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

                .banner .swiper-button-next,
                .banner .swiper-button-prev {
                    color: #003f88;
                    width: 60px;
                    height: 70px;
                    background: rgba(255, 255, 255, 0.5);
                }

                .banner .swiper-button-prev {
                    left: 0;
                }

                .banner .swiper-button-next {
                    right: 0;
                }

                .banner .swiper-pagination-bullet {
                    width: 12px;
                    height: 12px;
                }

                .banner .swiper-pagination-bullet {
                    background-color: #fff;

                }

                .banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    /* background-color: #003f88; */
                }

.banner {
  position: relative;
  padding-top: 51px;
}
@media screen and (min-width: 1200px) {
    .banner .swiper {
        min-height: 800px;
    }
}
 @media screen and (max-width: 1200px) {
            .banner .swiper {
                height: 640px;
            }

            .banner .swiper-slide h3 {
                font-size: 24px;
            }
        }

        @media screen and (max-width: 768px) {
            .banner .swiper {
                height: 430px;
            }

            .banner .swiper-slide h3 {
                font-size: 20px;
            }

            .banner .bd .banner-bd-cont .logo,
            .banner .video-model .logo {
                height: 200px;
                object-fit: contain;
            }
  .banner .swiper-button-next,
            .banner .swiper-button-prev {
                width: 34px;
                height: 46px;
            }

            .banner .swiper-button-next:after,
            .banner .swiper-button-prev:after {
                font-size: 30px;
            }
        }
.banner .swiper{
a {
    display: block;

height:100%;}
}
.banner-model{
	display: none;
	position: absolute;
	top:51px;
	left: 0;
	width: 100%;
	height: 608px;
	background-color: #000;
	opacity: 0.35;
	filter:alpha(opacity=35); 
	z-index: 1;
}
.banner .bd{
	
	display: none;
}
.banner .bd li{
	position: relative;
	height: 608px;
	overflow: hidden;
	color: #fff;
	text-align: left;
	background-size: cover;
	/*background-position: center;*/
	background-repeat: no-repeat;
}

.banner .bd .banner-bd-cont{
	width: 100%;
	position: absolute;
	z-index: 2;
}





/*.banner a{
	display: block;
	width: 185px;
	height: 38px;
	margin:3% auto 0;
	line-height: 38px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
}
.banner a img{
	margin-left: 5px;
}
.banner a:hover{
	background-color: #003f88;
	background-color: rgba(0,63,136,.5)
}

.banner .video{
	position: relative;
}
*/
.banner  .video-model{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		filter:alpha(opacity=15); 
		background-color: rgba(0,0,0,.05);
		z-index: 1;
}
.banner .layout{
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
	top:50%;
    bottom: 50%;
    margin: auto !important;
    height: fit-content;
}

.banner .logo{
	display: block;
	margin:0 auto;
}
.banner  .play{
	width:4%;
	display: block;
	position: absolute;
    bottom: 20px;
    right: 20px;
}
.banner .play-video{
	width: 100%;
	margin-bottom: -4px;
}
.search img{
width:28px;
}

/*页脚*/
.footer {
  background: url(../images/footer_bg.png) center no-repeat;
  background-color: #003F88;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  *padding-bottom: 25px;
}
.footer .top > a {
  width: 32%;
  float: left;
  display: block;
  padding: 30px 3% 0 15px;
  color: #fff;
}
.footer .top > a img{
	width: 100%;
}


.footer .contact {
  width: 32%;
  float: left;
  margin-top: 18px;
  padding: 0 3% 0 2%;
  overflow: hidden;
}
.footer .contact .address{
	float: left;
}
.footer .contact img{
	float: right;
}
.footer .contact p {
  line-height: 28px;
}

.footer .fri-link {
	width: 22%;
  float: left;
  padding: 55px 0 0 4%;
}
.footer .fri-link img {
  padding-right: 40px;
}
.footer .fri-link select {
	width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  border: none;
  padding-left: 5px; 
  background: url(../images/xl2.png) no-repeat 95% 12px;
  background-color: #fff;
  
}

.footer-bottom {
  width: 100%;
  border-top: 1px solid #134e90;
  background-color: #003F88;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 27.05px;
  padding: 10px 0 ;
}
.footer-bottom a {
  color: #4e81b8;
}





.siteCounter8 span {
    margin: 0;
    border-radius:none;
    color: #FFFFFF;
    background-image: none;
    padding: 0;
}
.siteCounter8{
  display:inline;
}