ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.nav-c{
	background: #27364a;
}
.navbar{
	padding: 0.5rem 0;
}
.container {
    max-width: 1500px;
}
.container-fluid{
	padding: 0;
	max-width: 1750px;
}
.navbar-expand-lg .navbar-collapse{
	justify-content: flex-end;
}
.navbar-light .navbar-nav .nav-item .nav-link{
	color: #fff;
	font-size: 20px;
	padding: 0 1.5rem;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
	padding-right: 0;
}

.banner{
	overflow: hidden;
	position: relative;
}
.banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	height: 10px;
	width: 10px;
}
.banner .swiper-pagination-bullet-active{
	background: #0075be;
}

.p1-search-1-inp input {
    border: 0;
}
.p1-search-1-inp1 {
    width: 261px;
    height: 60px;
    line-height: 60px;
    color: #a9a9a9;
    float: left;
    padding-left: 10px;
    border: none;
    border-left: 1px solid #bdbdbd;
     outline: none;
}
        
.p1-search-1-inp2 {
    width: 40px;
    height: 40px;
    background: url(../images/search.png) no-repeat center;
    float: right;
    cursor: pointer;
    margin-top: 10px;
    border: none;
}

.pro1{
	background: #f0efef;
	padding: 8rem 0;
}
.pro1 .iproimg{
	
	width: 42%;
	margin-right: 13%;
}
.pro1 .iprocon{
	width: 45%;
}
.pro1 .iprocon h2{
	color: #000;
	font-size: 40px;
	margin-bottom: 0;
}
.pro1 .iprocon .en{
	color: #a3a2a2;
	font-size: 18px;
	margin: 10px 0 2.5rem;
	text-transform: uppercase;
}
.pro1 .iprocon  p{
	color: #333333;
	font-size: 24px;
	line-height: 1.7;
}
.pro1 .iprocon  ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
}

.pro1 .iprocon  ul li {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
}
.pro1 .iprocon  a{
	background: #051e6b;
	display: inline-block;
	width: 200px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 30px;
	margin-top: 2.5rem;
}

.pro2{
	background: #fff;
	padding: 8rem 0;
}
.pro2 .iproimg{
	
	width: 42%;
	margin-left: 13%;
}
.pro2 .iprocon{
	width: 45%;
}
.pro2 .iprocon h2{
	color: #000;
	font-size: 40px;
	margin-bottom: 0;
}
.pro2 .iprocon .en{
	color: #a3a2a2;
	font-size: 18px;
	margin: 10px 0 2.5rem;
	text-transform: uppercase;
}
.pro2 .iprocon  p{
	color: #333333;
	font-size: 24px;
	line-height: 1.7;
}
.pro2 .iprocon  ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.pro2 .iprocon  ul li {
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	margin-right: 1rem;
}
.pro2 .iprocon  a{
	background: #051e6b;
	display: inline-block;
	width: 200px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	border-radius: 30px;
	margin-top: 2.5rem;
}
.ifeed{
	background: #051e6b;
	padding: 2rem 0;
}
.ifeed .row{
	justify-content: space-between;
    align-items: center;
}
.ifeed .row .ifeedl{
	color: #fff;

}
.ifeed .row .ifeedr input{
	padding: 18px 10px;
	width: 250px;
	margin-right: 15px;
	border: none;
}
.ifeed .row .ifeedr .submit{
	width: 120px;
	margin-right: 0;
	color: #333;
	background: #ffffff;
	font-size: 16px;
	border: none;

}
.hx{
	padding: 6rem 0;
	background: url(../images/hxbg.jpg) no-repeat;
	background-size: cover;
}
.hx .hxl{
	flex: 0 0 50%;
}
.hx .hxl ul li{
	display: none;
}
.hx .hxl ul li:first-child{
	display: block;
}
.hx .hxl ul li h2{
	color: #333333;
	font-size: 36px;
	margin-bottom: 0;
}
.hx .hxl ul li .line{
	height: 3px;
	width: 40px;
	background: #333;
	margin: .5rem 0 2rem;
}
.hx .hxl ul li p{
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 4rem;
}

.hx .hxr{
	flex: 0 0 48%;
	margin-left: 2%;
}

.hx .hxr ul li{
	display: flex;
	padding: 1.5rem 1.5rem;
	background: #ffffff;
	border-radius: 15px;
	justify-content: space-between;
    align-items: center;
    transition: .3s;
    margin-top: 1.3rem;
}
.hx .hxr ul li:first-child{

    margin-top: 0rem;
}
.hx .hxr ul li .iteml .num{
	font-size: 24px;
	color: rgba(51, 51, 51, 0.3);
	margin-bottom: 0;
	font-family: 'Impact';
	letter-spacing: 2px;
}
.hx .hxr ul li .iteml .con{
	font-size: 20px;
	color: #333333;
}
.hx .hxr ul li .itemr {
	

}
.hx .hxr ul li:hover{
	background: #0f2b83;
}
.hx .hxr ul li:hover .iteml .num{
	color: rgba(255, 255, 255, 0.3);
}
.hx .hxr ul li:hover .iteml .con{
	color: #fff;
}
.hx .hxr ul li.active{
	background: #0f2b83;
}
.hx .hxr ul li.active .iteml .num{
	color: rgba(255, 255, 255, 0.3);
}
.hx .hxr ul li.active .iteml .con{
	color: #fff;
}
.icase{
	padding: 4rem 0;
}
.icase .i-title{
	text-align: center;
	margin-bottom: 40px;
}
.i-title .titlet{
	font-size: 36px;
	color: #333;
}

.i-title p{
	color: #333;
	font-size: 15px;
}
.icase .swiper1{
	overflow: hidden;
}
.icase .swiper1 .swiper-wrapper{
    width: 100%;
    margin: 30px auto;
    border-right: 0;
    /*overflow: hidden;*/
}

.icase .swiper1 .swiper-pagination{
    position: inherit;
}
.swiper1 .swiper-wrapper>div{
    height: 482px;
    opacity: 1;
    /*float: left;*/
    background:no-repeat center center;
    transition:all .7s ease 0s;
    position: relative;
    background-size: cover;
}
.swiper1 .swiper-wrapper>div:hover{
	opacity: 1; 
	width:calc(25vw + 50px)!important;          
}
.swiper1 .swiper-wrapper>div .caseh1{
	color: #fff;
    font-size: 24px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    padding: .5rem 0;
}
.swiper1 .swiper-wrapper>div:hover .caseh1{
	opacity: 0;           
}

.swiper1 .swiper-wrapper>div .content{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: left;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 30px 20px;
    opacity: 0;
    transition: 1s;
}
.swiper1 .swiper-wrapper>div .content p{
    text-align: left;
    margin: 25px 0 4rem;
    color: #fff;
    max-width: 360px;
}
.swiper1 .swiper-wrapper>div .content .caseh4{
    font-size: 1.5rem;
    color: #fff;
}
.swiper1 .swiper-wrapper>div:hover .content{
	opacity: 1;   
	transform: opacity(1);
}

.iabout{
	padding: 6rem 0;
	background:#fff url(../images/iabout.jpg) no-repeat;
}
.iabout .title{
	text-align: center;
	width: 100%;
	color: #fff;
}
.iabout .title h2{
	font-size: 34px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}
.iabout .title h5{
	font-size: 15px;
	color: #fff;
}
.iabout .content{
	text-align: center;
	max-width: 70%;
	margin: 2rem auto;
	color: #fff;
	font-size: 18px;
	line-height: 1.8;
}
.iabout .more{
	background: #fff;
	display: block;
	margin: auto;
	height: 36px;
	line-height: 36px;
	width: 140px;
	text-align: center;
	border-radius: 20px;
	color: #333;
}

.digital{width: 100%;text-align: center;background: #f5f5f5;margin-top: 13.3rem}
.main{width: 100%;margin:0 auto;font-size: 0;padding: 0 2rem}
.mumping_mun li{width: 33%;display: inline-block;margin: 0 auto; border-right: 1px solid #e0e0e0;padding: 3.6rem 0;border-bottom: 1px solid #e0e0e0;}
.mumping_mun li:nth-child(3){ border-right: none;}
.mumping_mun li:nth-child(4){ border-bottom: none;}
.mumping_mun li:nth-child(5){ border-bottom: none;}
.mumping_mun li:last-child{ border-right: none;border-bottom: none;}
.mumping_mun{width: 100%;list-style: none;}
.mumping_mun p{font-size: 16px;width: 100%;display: block;clear: both;color: #333333;margin-top: 0rem;}
.mumping_mun .sp{color: #051e6b;font-style: inherit;display: inline;font-weight:normal;position: relative;font-size: 60px;}
.mumping_mun h2{font-size: 60px;font-weight: bold;margin-right: 10px;color: #051e6b;display: inline-block;}


.inews{
	padding: 0 0 2rem;
}
.inews .title{
	text-align: center;
	width: 100%;
	color: #333;
	margin-bottom: 2rem;
}
.inews .title h2{
	font-size: 34px;
	color: #333;
	font-weight: bold;
	letter-spacing: 2px;
}
.inews .title h5{
	font-size: 15px;
	color: #333;
}
.inews .inewsl{
	flex: 0 0 30%;
}
.inews .inewsl h3{
	width: 80px;
	border-bottom: 2px solid #0d2570;
	font-size: 20px;
	margin-left: 1.5rem;
	margin-bottom: 0;
}
.inews .inewsl ul{
	background: #f6f6f7;
	padding: 1.2rem 1.5rem;
}
.inews .inewsl ul li{
	border-bottom: 1px solid #cfcfd0;
	padding-bottom: 15px;
	margin: 15px 0;
}
.inews .inewsl ul li a{
	color: #333333;
	font-size: 16px;
	display: block;

}
.inews .inewsl ul li a .title{
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 0;
}
.inews .inewsl ul li a .time{
	width: 100%;
	display: block;
	text-align: left;
	font-size: 13px;
	color: #a1a1a2;
	margin-top: .2rem;
}
.inews .inewsr{
	flex: 0 0 68%;
	margin-left: 2%;
}
.inews .inewsr .newsnav{
	border-bottom: 1px solid #d7d5d5;
	padding-bottom: 5px;
}
.inews .inewsr .newsnav a{
	color: #333;
	font-size: 20px;
	margin-right: 2.5rem;
	position: relative;
}
.inews .inewsr .newsnav a.active:after{
	position: absolute;
	bottom: -8px;
	width: 100%;
	height: 2px;
	content: '';
	background: #0d2570;
	left: 0;
}
.inews .inewsr .newsitem .newsiteml{
	width: 49%;
}
.inews .inewsr .newsitem .newsitemr{
	width: 49%;
}
.inews .inewsr .newsitem .newf{
	margin-top: .8rem;
}
.inews .inewsr .newsitem .newf a{
	display: inline-block;
	position: relative;
}
.inews .inewsr .newsitem .newf a h4{
	font-size: 16px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	margin-bottom: 0;
}
.inews .inewsr .newsitem{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.inews .inewsr .newsitem .nlist{
	margin-top: 2rem;
}
.inews .inewsr .newsitem .nlist li{
	margin-top: .6rem;
}
.inews .inewsr .newsitem .nlist li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inews .inewsr .newsitem .nlist li .nlistl{
	font-size: 16px;
	color: #333;
}
.inews .inewsr .newsitem .nlist li .nlistr{
	font-size: 14px;
	color: #333;
	opacity: .7;
}



footer {
    background-color: #27364a;

}
footer .borbtom{
	border-bottom: 1px solid #5a6575;
}
footer .top {
    padding-top: 62px; 
}

footer .top > .container > .row > .left,
footer .top > .container > .row > .middle,
footer .top > .container > .row > .right {
    display: inline-block;
    border-left: 1px solid #5a6575;
    
    box-sizing: border-box;
    float: left;
}

footer .top > .container > .row > .left {
    width: 23%;
    padding: 0px 0 0 0;
    background-size: 100% 100%
}

footer .top > .container > .row > .left > .fth6 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

footer .top > .container > .row > .left > .fth5 {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0
}

footer .top > .container > .row > .left a{
    color: #f9a61f!important;
}
footer .top > .container > .row > .left > p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: .3rem;
}

footer .top > .container > .row > div:first-child {
    border-left: 0
}

footer .top > .container > .row > .middle {
    width: 62%;
    padding: 0 50px 20px 60px;
}

footer .top > .container > .row > .middle > ul {
    margin-bottom: 16px;
}

footer .top > .container > .row > .middle > ul > li {
    line-height: 26px;
    /*display: inline-block;*/
    float: left;
    width: 25%;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 17px;
    color: #ffffff;
}
footer .top > .container > .row > .middle > ul li dl dd a {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.8;
}

footer .top > .container > .row > .middle > ul > li:last-child {
    margin-right: 0
}

footer .top > .container > .row > .middle > ul a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .middle > p {
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    opacity: .5
}

footer .top > .container > .row > .middle > p > a {
    color: #ffffff;
}

footer .top > .container > .row > .middle > p > a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .right {
    padding: 10px 0 55px 60px;
    text-align: center;
    font-size: 17px;
    color: #fcfcfc;
    line-height: 24px;
    width: 15%
}

footer .top > .container > .row > .right > p {
    margin-top: 14px;
    font-size: 14px;
}

footer .bottom {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    opacity: .4;
}
footer .bottom .link{
	width: 100%;
	color: #ffffff;
}
footer .bottom .link a{
	margin-right: 10px;
}
footer .bottom a {
    color: #ffffff;
    font-size: 14px;

}

footer .bottom .copyright {
    color: #ffffff;
    font-size: 14px;

}

footer .bottom a:hover {
    text-decoration: underline 
}

@media only screen and (max-width : 1520px){
.navbar-light .navbar-nav .nav-item .nav-link{
	padding: 0 .8rem;
}

}
@media only screen and (max-width : 1380px){
.navbar-light .navbar-nav .nav-item .nav-link{
	font-size: 16px;
}
}

@media only screen and (max-width : 1300px){
    footer .top {
    padding-top: 40px;
}

footer .top > .container > .row > .left {
    padding: 60px 40px 0 0
}

footer .top > .container > .row > .left > .fth6 {
    font-size: 16px;
    line-height: 24px;
}

footer .top > .container > .row > .left > .fth5 {
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    margin: 7px 0;
}

footer .top > .container > .row > .left > p {
    font-size: 14px;
    line-height: 20px;
}

footer .top > .container > .row > .middle {
    padding: 0 40px 20px;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 16px;
}

footer .top > .container > .row > .right {
    padding: 20px 0 88px 40px;
    font-size: 14px
}

@media (max-width:768px) { 
	.icase .swiper1 .swiper-wrapper{
	    margin-bottom:0;
	}
	.iabout{
	    /*height: 400px;*/
	}
	
	.navbar-light .navbar-toggler-icon{
		filter: invert(1);
	}
	.navbar-light .navbar-toggler{
		border-color: rgba(255, 255, 255, 0.4);
	}
	.navbar-nav .nav-item{
		margin: .5rem  0.5rem!important;
	}
	.dropdown-menu{
		background: none;
		border: none;
	}
	.dropdown-menu a{
		color: #fff;
	}
	.navbar{
		padding: 0 15px
	}
	.search .col-md-9{
		display: none;
	}
	.search .col-md-3{
		padding: 0;
	}
	.search .row{
		border: none!important;
	}
	.p1-search-1-inp1{
		border-left: 0;
		width: 200px;
	}
	.p1-search-1-inp1{
	width: 86%;
}
.p1-search-1-inp2{
    width: 14%;
}
	.container{
		padding: 0 15px;
	}
	.row{
		margin: 0;
	}
	.pro1{
		padding: 2rem 0;
	}
	.pro1 .iprocon{
		width: 100%;
	}
	.pro1 .iproimg{
		width: 100%;
		margin-right: 0;
	}
	.pro2{
		padding: 2rem 0;
	}
	.iprocon{
		margin-top: 1.5rem;
	}
	.pro1 .iprocon h2{
		font-size: 24px;
	}
	.pro1 .iprocon a{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 130px;
		margin-top: 1.5rem;
	}
	.pro1 .iprocon .en{
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.pro1 .iprocon p{
		font-size: 16px;
	}
	.pro1 .iprocon ul li{
		font-size: 15px;
	}
	.pro2 .iprocon{
		width: 100%;
	}
	.pro2 .iprocon h2{
		font-size: 24px;
	}
	.pro2 .iprocon .en{
		font-size: 16px;
		margin: 10px 0 10px;
	}
	.pro2 .iprocon p{
		font-size: 16px;
	}
	.pro2 .iprocon a{
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		width: 130px;
		margin-top: 1.5rem;
	}
	.pro2 .iproimg{
		width: 100%;
		margin-left: 0;
		margin-top: 1.5rem;
	}
	.pro1 .iprocon ul{
		flex-wrap: nowrap;
		align-items: center;
	}
	.pro2 .iprocon ul li{
		font-size: 15px;
	}
	.ifeed .row .ifeedr input{
		width: 100%;
		margin-top: 10px;
	}
	.ifeed .row .ifeedl h2{
		font-size: 1.6rem;
	}
	.ifeed .row .ifeedl h4{
		font-size: 1.2rem;
	}
	.hx{
		padding: 2rem 0;
	}
	.hx .hxl ul li h2{
		font-size: 24px;
	}
	.hx .hxl ul li p{
		font-size: 16px;
		margin-bottom: 2rem;
	}
	.hx .hxl{
		flex: 0 0 100%;
	}
	.hx .hxr{
		flex: 0 0 100%;
		margin-left: 0;
	}
	.hx .hxr ul{
		display: flex;
		flex-wrap: wrap;
		text-align: center;
    justify-content: space-around;
	}
	.hx .hxr ul li{
		flex: 0 0 32%;
		padding: .5rem;
		margin-top: 1rem!important;
		text-align: center;
		justify-content: center;
		border-radius: 10px;
	}
	.hx .hxr ul li .iteml .con{
		font-size: 12px;
	}
	.hx .hxr ul li .itemr{
		display: none;
	}
	.navbar-brand img{
	    width: 70%;
	}
	
	.icase{
	    padding:2rem 0;
	}
	.icase .i-title{
		margin-bottom: 0;
	}
	.iabout{
		padding: 2rem 0;
	}
	.iabout .title h2{
		font-size: 24px;
	}
	.iabout .title h5{
		font-size: 14px;
	}
	.iabout .content{
		max-width: 100%;
		font-size: 16px;
	}
	.main{
		padding: 0;
	}
	.mumping_mun {
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
	.mumping_mun li{
		padding: 1rem 0;
	}
	.mumping_mun h2{
		font-size: 30px;
	}
	.mumping_mun .sp{
		font-size: 30px;
	}
	.mumping_mun p{
		font-size: 12px;
		margin-bottom: 0;
	}
	.inews{
		padding-top: 2rem;
	}
	.inews .title h2{
		font-size: 24px;
	}
	.inews .inewsl{
		flex: 0 0 100%;

	}
	.inews .inewsr{
		margin-left: 0;
		flex: 0 0 100%;
		display: none;
	}
    footer .top {
        text-align: center;
    }

    footer .top > .container > .row > .left,
    footer .top > .container > .row > .middle,
    footer .top > .container > .row > .right {
        border-left: 0;
    }

    footer .top > .container > .row > .left {
        width: 100%;
        padding: 0
    }

    footer .top > .container > .row > .middle {
        display: none;
    }

    footer .top > .container > .row > .middle {
        width: 100%;
        padding: 20px 0 0
    }

    footer .top > .container > .row > .right {
        width: 120px;
        padding: 20px 0;
        margin: 0 auto;
        float: none
    }

    footer .bottom {
        text-align: center;
        line-height: 24px;
        padding: 13px 0
    }
    .inews .inewsl h3{
        font-size: 18px;
    }
}
