/*��ҳ*/
html,body{
	height:100%;
	font-family:'microsoft yahei';
	font-size:62.5%;
}
html,body,.wrapper{ width:100%;}

svg path,
svg rect {
  fill: #6b94d6;
}

.wrapper{
    width: 100%;
    background: #d5d6da;
    padding-top: 120px;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
	z-index:1000;
    background: rgb(255,255,255,1);
    text-align: center;
}
.loading svg{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -12px;
}
.enterBox{
	width:100%;
	height:100%;
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:1000;
	display:block;
	overflow:hidden; 
	background-size:100% 100%;
}
.enterBox img{
	width:100%;
	display:block;
	position:absolute;
	left:0;
	bottom:0px;
	z-index:210;
}

.top-bar{
    width: 100%;
    height: 120px;
    border-bottom: 2px #004995 solid;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index:201;
}
.top-bar img.logo{
    display: inline-block;
    vertical-align: middle;
}
.top-bar span.icon_nav{
    width: 118px;
    height: 120px;
    background: #004995;
    display: inline-block;
    vertical-align: middle;
    background: url("../images/icon.png") no-repeat;
    background-position: 0 0;
    /* -webkit-animation:all 0.8s ease-in; */
    transition: all 0.2s ease-out ;
}
.top-bar span.icon_nav.close{
    background-position: -118px 0;
}

.head-nav-box{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    top: 120px;
    left: 0;
    z-index:201;
    background: #004995;
    display: none;
}
.head-nav{
    width: 100%;
    
}
.head-nav a{
    width: 74.8%;
    height: 95px;
    line-height: 95px;
    display: block;
    border-bottom: 1px #90b0d1 solid;
    margin-bottom: 6px;
    margin:0 auto;
}
.head-nav a img{
    width: 100%; 
}
.head-nav a p{
    font-size: 26px;
    line-height: 26px;
    padding:35px 0;
    color: #fff;
    text-align: center;
}

.title{
    background: #fff;
    text-align: center;
}
.title h3{
    font-size: 38px;
    color: #004995;
    line-height: 50px;
    padding:28px 0;
}
.map{
    width: 100%;
}
.map img{
    width: 100%;
    display: block;
}
.arrow{
    width: 100%;
    text-align: center;


}
.arrow img{
    width: 59px;
    -webkit-animation:animataTs 1.2s ease-in infinite;
    -moz-animation:animataTs 1.2s ease-in infinite;
    -ms-animation:animataTs 1.2s ease-in infinite;
    -o-animation:animataTs 1.2s ease-in infinite;
    animation:animataTs 1.2s ease-in infinite;
    position: relative;
    bottom: 0;
}

.page-nav-list{
    width: 100%;
    padding: 25px 0 100px;
}
.page-nav-list a{
    width: 49.3%;
    display: block;
    background: #004995;
    float: left;
    margin-bottom: 6px;
    padding:18px 0;
}
.page-nav-list a img{
    width: 370px;
    height: 98px;
    display: block;
    margin: 0 auto;
}
.page-nav-list a p{
    color: #fff; 
    text-align: center;
}
.page-nav-list a p.ch{
    width: 90%;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 auto 10px;
}
.page-nav-list a p.en{
    width: 90%;
    height: 18px;
    font-size: 18px; 
    line-height: 18px;
    overflow: hidden;
    margin: 0 auto;
}






@-webkit-keyframes animataTs{
	0%{
		bottom:10px;
		opacity:0.5;
	}
	50%{
		bottom:12px
		opacity:0.8;
	}
	100%{
		bottom:16px;
		opacity:1;
	}
}
@-moz-keyframes animataTs{
	0%{
		bottom:10px;
		opacity:0.5;
	}
	50%{
		bottom:12px
		opacity:0.8;
	}
	100%{
		bottom:16px;
		opacity:1;
	}
}
@-ms-keyframes animataTs{
	0%{
		bottom:10px;
		opacity:0.5;
	}
	50%{
		bottom:12px
		opacity:0.8;
	}
	100%{
		bottom:16px;
		opacity:1;
	}
}
@-o-keyframes animataTs{
	0%{
		bottom:10px;
		opacity:0.5;
	}
	50%{
		bottom:12px
		opacity:0.8;
	}
	100%{
		bottom:16px;
		opacity:1;
	}
}




/* list.html */
.list{
    padding:0 35px 30px;
}
.list .list-item{
    
}
.list .list-item a{
    height: 142px;
    display: block;
    padding-bottom: 20px;
}
.list .list-item a .center{
    width: 258px;
    height: 95px;
    background: #d7d8dc;
    padding:30px 30px 17px;
}
.list .list-item a h3{
    color: #1d1e1e;
    font-size: 28px;
    line-height: 26px;
    height: 26px;
    margin-bottom: 16px;
    overflow: hidden;
}
.list .list-item a p{
    color: #595757;
    font-size: 16px;
    max-height: 100px;
    line-height: 26px;
}
.list .list-item a img.list-img{
    width: 196px;
    height: 142px;
}
.list .list-item a .list-des{
    width: 100%;
    height: 52px;
    overflow: hidden;
}

/* infor.html */
.swiper-container {
    width: 90.4%; 
    height: 492px;
    padding-top: 64px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
    margin:0 6px!important;
}
.swiper-pagination-bullet-active{
    background: #d16700;
}
.swiper-pagination.swiper-pagination-bullets{
    text-align: right!important;
    padding-right: 20px;
    box-sizing: border-box;
    bottom: 20px;
}

.content{
    width: 90.4%; 
    margin: 77px auto 40px;
}
.content>h3{
    font-size: 36px;
    line-height: 36px;
    text-align: center;
    max-height: 10000px;
    padding-bottom: 70px;
}
.content-box img{
    width: 100%;
   /* display: block;*/
}
.content-box p{
    font-size: 18px;
    line-height: 40px;
    max-height: 100000px;
}

.bottom{ 
    text-align: center;
    padding:80px 0 100px;
    width: 78.7%;
    margin: 0 auto;
    border-top: 1px #0f312a solid;
}
.bottom img{
    display: block;
    margin: 0 auto;
}
.bottom h4.nphone{
    font-size: 50px;
    line-height: 50px;
    padding: 18px 0 20px;
}
.bottom p.address{
    height: 18px;
    font-size: 18px;
}
.phone{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 10000;
    color: #eee;
    font-size: 30px;
    text-align: center;
    line-height: 800px;
    display: none;
}
.phone.show{
    display: block;
}

body.hidden{
    width: 100%;
    height: 100%;
    overflow: hidden;
}