*{
    padding: 0;
    margin: 0;
	font-family:"微软雅黑";
	
}

.txt-elise{overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}

a{
    text-decoration: none;
    color: #222;
}

ul,li{
    list-style:none;
}
/* 头部 */
#top{
    width: 100%;
    height: 200px;
     min-width:1200px; 
}
#top .top-one-bg{
    width: 100%;
    height: 150px;
    background-color: rgb(22, 79, 166);
    background-image: url(../images/top-bg-img.png);
}
#top .top-one-bg .top-one-content{
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    position: relative;
}
#top .top-one-bg .top-one-content #top-logo{
    width: 810px;
    height: 110px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 40px;
    background-image: url(../images/logo.png);
}
#top .top-one-bg .top-one-content .TOC-right{
    position: absolute;
    right: 0px;
    width: 280px;
    height: 80px;
    top: 50%;
    transform: translateY(-50%);
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(1){
    width: 100%;
    height: 30px;
    margin-left: 22px;
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(1) li{
    width: 128px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    float: left;
    cursor: pointer;
    text-align: right;
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(1) .homePage-ins{
    width: 14px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
    background-image: url(../images/homepage-img.png);
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(1) .OA-ins{
    width: 16px;
    height: 14px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: -1px;
    background-image: url(../images/OA-img.png);
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(2){
    width: 100%;
    height: 50px;
   /* background-color: rgba(255,255,255,0.5);*/
    position: relative;
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(2) input{
    width: 260px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	border:0;
	background-color: rgba(255,255,255,0.5);
	color:#fff;
	line-height:36px;
	padding-left:5px;
}
#top .top-one-bg .top-one-content .TOC-right > div:nth-of-type(2) .sousuo-ins{
    width: 15px;
    height: 15px;
    background-image: url(../images/sosuo.png);
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}
#top .top-two-bg{
    width: 100%;
    height: 50px;
    background-color: rgb(7, 62, 140);
}
#top .top-two-bg .top-two-content{
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}
#top .top-two-bg .top-two-content > ul{
    width: 100%;
    height: 100%;
}
#top .top-two-bg .top-two-content > ul > li{
    width: 94px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    float: left;
    
    cursor: pointer;
    position: relative;
	font-weight:bold;
}
#top .top-two-bg .top-two-content > ul > li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
#top .top-two-bg .top-two-content > ul > li a:hover{
    color: #fff;
}
#top .top-two-bg .top-two-content > ul li:hover{
    background-color: rgba(255,255,255,0.2);
}
#top .top-two-bg .top-two-content > ul > li > ul{
    width: 98px;
    
    background-color: rgba(7, 62, 140,0.8);
    position: absolute;
    top: 30;
    z-index: 10;
    display: none;
}
#top .top-two-bg .top-two-content > ul > li:hover>ul{
    display: block;
}
/* 底部 */
#bottom{
    width: 100%;
    height: 230px;
    padding: 20px 0;
    box-sizing: border-box;
    background: #073e8c url(../images/bottom-bg.png) center no-repeat;
    background-size: auto 260px;
    position: relative;
    clear:both;
    min-width:1200px; 
    
}
#bottom > .bottom-content{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}


#bottom a,#bottom a:visited{
    color:#fff;
}
#bottom a:hover{
	 color:#f60;
}
#bottom > .bottom-content div:nth-of-type(1){
    width: 100%;
    height: 30px;
    text-align: center;
    color: #fff;
    margin-top:15px ;
}
#bottom > .bottom-content div:nth-of-type(1) li{
    float: left;
    font-size: 14px;
}
#bottom > .bottom-content div:nth-of-type(1) li:first-of-type{
    color: #6497de;
}
#bottom > .bottom-content div:nth-of-type(1) li span{
    display: inline-block;
    width: 60px;
}
#bottom > .bottom-content > .bottom-logo{
    width: 420px;
    height: 70px;
    background-image: url(../images/bottom-logo.png);
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 55px;
    transform: translateX(-50%);
}
#bottom > .bottom-content > div:nth-of-type(3){
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
#bottom > .bottom-content > div:nth-of-type(3) > p{
    text-align: center;
    line-height: 26px;
    font-size: 13px;
    color: #fff;
}
/* #bottom .solid-s{
    width: 100%;
    height: 80px;
    border:solid #1b55a8;
    position: absolute;
    top: 70px;
    border-left: 0px;
    border-right: 0px;
} */
/*  */
/* 主体 */
#content{
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
    position: relative;
    min-width:1200px; 
}
#content .content-one-img{
    width: 100%;
    height: 520px;
    position: relative;
    transition: linear 0.5s;
}
.banner a{
	position: relative;
	z-index: 100;
        min-width:1200px; 
}
.banner a img{
	position: relative;
	z-index: 9;
}
.banner a p{
	display: block;
	margin: 0 auto;
	width: 1200px;
	position: absolute;
	bottom: 30px;
	font-size: 24px;
	left: calc(50% - 600px);
	color: #FFFFFF;
	z-index: 100;
}

.banner .zhezhao{
	position: absolute;
	width: 100%;
	background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
	height: 100px;
	bottom: 0;
	z-index: 10;
}

.banner .swiper-pagination{
	z-index: 999;
	right: calc(50% - 600px);
	bottom: 40px !important;
	width: auto !important;
	left: auto !important;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	border-radius:0;
	background-color: #FFFFFF;
	opacity: 1;
	right: calc(50% - 600px);
	margin-right: 15px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #073e8c;
}
.CTC-left-bg{
	position: relative;
}
.CTC-left-bg .swiper-pagination{
	z-index: 999;
	right: 10px;
	bottom: 15px !important;
	width: auto !important;
	left: auto !important;
}
.CTC-left-bg .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	border-radius:0;
	background-color: #FFFFFF;
	opacity: 1;
	right: 24px;
	margin-right: 6px;
}

.CTC-left-bg .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #75c6f0;
}

.CTC-left-bg img{
	width: 100%;
}

.banner a{ display: block; position: relative; overflow:hidden; height: 520px; }
.banner a img{ position: absolute; left: 50%; margin-left: -960px; top: 0; height: 520px; width: 1920px; max-width: 1920px; z-index: 10; }
.banner .slick-dots{ position: absolute; left: auto; right: 50%; margin-right: -600px; bottom: 35px; bottom: 35px; width: auto; }
.banner .slick-dots li,.banner .slick-dots li button{ width: 10px; height: 10px; }
.banner .slick-dots li button{ background: #fff; }
.banner .slick-dots li.slick-active button{ background: #073e8c; }
.slick-dots li button:before{ display: none; }
.banner a span{ position: absolute; left: 50%; margin-left: -600px; max-width: 1200px; font-size: 20px; color: #fff; z-index: 100; bottom: 30px; }
.banner a i{ position: absolute; left: 0; right: 0; bottom: 0; height: 135px; background: url(../images/mask.png) center repeat-x; z-index: 20; }
.img-slick{ width: 460px; height: 278px; margin:0; overflow:hidden; float: left; }
.img-slick a{ display: block; position: relative; overflow:hidden; height: 278px; }
.img-slick a img{width: 460px; height: 270px;}
.img-slick .slick-dots{ position: absolute!important; left: auto!important; right: 10px!important; bottom: 8px!important; width: auto!important; }
.img-slick .slick-dots li,.img-slick .slick-dots li button{ width: 10px; height: 10px; }
.img-slick .slick-dots li button{ background: #fff; }
.img-slick .slick-dots li.slick-active button{ background: #073e8c; }
.slick-dots li button:before{ display: none; }
.img-slick a span{ position: absolute; left: 0; right: 0; background: #000; height: 45px; line-height: 45px; padding:0 100px 0 15px; background: rgba(0,0,0,0.65); font-size: 16px; color: #fff; z-index: 100; bottom: 0px; }
.img-slick .slick-dots li{ margin:0 5px!important; }