.banner{
    height: 500px;
    width: 100%;
    overflow: hidden;
}
.banner .swiper-slide{
    height: 500px;
    overflow: hidden;
    background-size: auto 500px!important;
    background-position:center  center!important;
    position: relative;
}
.banner .swiper-slide{
    height: 500px;
}


.talei1{

    margin-top: 30px;
}
.talei1>ul>li{
    width: 22%;
    margin-right: 4%;
    float: left;
    box-sizing: border-box;
    transition: .5s!important;
    box-shadow: 0px 1px 14px #ddd;
    border-radius: 10px;
	 background-image: linear-gradient(45deg, #7EBD4B, #6CA63E, #7EBD4B);

}
.talei1>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.talei1>ul>li a{
    display: block;
    padding: 15px 0 15px;
}
.talei2{
    height: 65px;
    transform: rotateY(0deg);
    transition: .5s;
    border-radius: 50%;
    width: 65px;
    margin: 0 auto 10px;
	
}
.talei3{
    text-align: center;
    font-size: 22px;
    color: #fff;
}
.talei4{
    font-size: 12px;
    font-family: "Arial";
    text-align: center;
    margin-top: 5px;
    color: #fff;
}
.talei5{
    background:#02C2A0 url("../images/ii1.png") no-repeat center center;
}
.talei6{
    background:#06AAEf url("../images/ii2.png") no-repeat center center;
}
.talei7{
    background:#FF9600 url("../images/ii3.png") no-repeat center center;

}
.talei8{
    background:#FF6622 url("../images/ii4.png") no-repeat center center;
}
.talei1>ul>li:hover .talei5{

    transform: rotateY(180deg);
}
.talei1>ul>li:hover .talei6{

    transform: rotateY(180deg);
}
.talei1>ul>li:hover .talei7{

    transform: rotateY(180deg);
}
.talei1>ul>li:hover .talei8{
    transform: rotateY(180deg);
}
.talei1>ul>li:hover{
    margin-top: -10px;
}
















.innews1{
    margin-top: 45px;
}
.tot{
    line-height: 30px;
    margin: 0 15px;
    vertical-align: middle;
    margin-top: 10px;
    height: 28px;
    display: inline-block;
    align-items:center;
}
.line {
    display: inline-block;
    align-items:center;
    width: 150px;
    height: 2px;
    background-color: #b1b1b1;
    padding: 0 15px;
    background-image: linear-gradient(45deg, #0dbaaa, #145a9c);
}
.line-right {
    background-image: linear-gradient(45deg, #0d904c, #74a017);
}
.innews2{
    text-align: center;
    font-size: 24px;
    font-family: "Arial";
    color: #555;
    vertical-align: middle;
    padding: 0 15px;
    height: 30px;

    align-items: center;
}


.innews3{
    text-align: center;
}
.innews3 img{
    height: 28px;
    margin: 18px auto 11px;
    display: block;
}
.innews4{
    font-size: 30px;
    height: auto;
    color: #5a5a5a;
    text-align: center;
}



.innews5>ul>li{
    float: left;
    width: 23%;
    margin-right: 2.65%;
}
.innews5>ul>li:nth-of-type(4n){
    margin-right: 0;
}
.innews5>ul>li>div{
    box-shadow: #eee 0 0 10px;
}
.innews6{
    height: 196px;
    overflow: hidden;
}
.innews6 img{
    height: auto;
    min-height: 159px;
    width: 100%;
    transition: .5s;
}

.innews7{
    color: #bbb;
    font-size: 12px;
    margin: 10px;
}
.innews8{
    color: #444;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    max-height: 48px;
    overflow: hidden;
    line-height: 24px;
}
.innews8 a{
    color: #444;
}
.innews9{
    color: #777;
    font-size: 14px;
    height: 106px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 22px;
    overflow: hidden;
}
.innews10{
    color: #444;
    font-size: 12px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;

}
.innews10 a{
    background: url(../images/you.png) no-repeat 52px center;
    background-size: 14px auto;
    display: inline-block;
    border-bottom: 1px solid #093e96;
    padding-right: 22px;
    height: 26px;
    line-height: 26px;
}
.innews13{
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
    margin-left: 10px;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
	overflow: hidden;
}
.innews13>span{
    width: 90px;
    display: inline-block;
    float: right;
    height: 28px;
    line-height: 28px;
}

.innews13>a{
    width: calc(100% - 101px);
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;


}

.innews12{
    color: #bbb;
    font-size: 12px;
    margin: 5px 10px;
}
.innews11{
    height: 115px;
    overflow: hidden;
}
.innews11 img{
    width: 100%;
    height: auto;
    min-height: 115px;
    transform: scale(1);
    transition: .5s;
}
.innews5>ul>li>div{
    transform:translateY(0px);
    transition: .5s;
}
.innews5>ul>li:hover>div{
    transform:translateY(-5px);
}
.innews5>ul>li>ul>li{
    transform:translateY(0px);
    transition: .5s;
}
.innews5>ul>li>ul>li:hover{
    transform:translateY(-5px);
}
.innews5>ul>li>ul>li>div:hover .innews11 img{
    transform: scale(1.1);
}
.innews5>ul>li>ul>li>div{
    box-shadow: #eee 0 0 10px;
}
.innews5>ul>li>ul>li:nth-of-type(1){
    margin-bottom: 23px;
}
.innews5{
    margin-top: 45px;
}
.innews5>ul>li:hover>div .innews8 a{
    color: #093e96;
}
.innews5>ul>li:hover .innews6 img{
    transform: scale(1.1);
}
.innews5>ul>li>ul>li:hover>div .innews13 a{
    color: #093e96;
}
.innews14{
    text-align: center;
}
.innews14 a {
    display: inline-block;
    font-size: 16px;
    border-bottom: 2px solid #093e96;
    padding-bottom: 5px;
    color: #444;
    margin-top: 40px;

}
.innews14 a:hover{
    color: #093e96;
}


.inabw{
    background: url("../images/abb.jpg") no-repeat;
    background-size: cover;
    padding-top: 20px;
    margin-top: 20px;
    padding-bottom: 20px;
}
.inabw2{
    float: left;
    width: 48%;
}
.inabw7{
    float: right;
    width: 48%;
    overflow: hidden;
    border-radius: 15px;
}
.inabw7:hover img{
    transform: scale(1.1);
}
.inabw7 img{
    width: 100%;
    height: 336px;
    transform: scale(1);
    transition: .5s;
    border-radius: 15px;

}
.inabw3{
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #212529;
}
.inabw3 span{
    font-size: 20px;
    width: auto;
    padding-right: 14px;
    position: relative;
    display: inline-block;
}
.inabw4{
    content: '';
    display: block;
    width: 100%;
    margin-top: 15px;
    height: 2px;
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, #0dbaaa, #172a86, #5daa1b);
}
.inabw5{
    font-size: 14px;
    color:#212529;
    line-height: 25px;

   
    margin-bottom: 15px;
}
.inabw5>p{

}
.inabw5 img{
    display: none!important;
}

.inabw6 a{
    display: inline-block;
    color: #444;
    font-size: 16px;
    border-bottom: 2px solid #093e96;
    padding-bottom: 5px;
}

.cko1{
    box-shadow: 0px 1px 14px #ddd;
    margin-top: -103px;
    background: #fff;
}
.cko1>ul>li{
    float: left;
    width: 14.279%;
    box-sizing: border-box;
    border-right: solid 1px #c3c3c3;
    text-align: center;
}
.cko1>ul>li:last-child{
    border-right: none;
}

.cko1>ul>li a{
    display: block;
    padding: 40px 0;
    transition: .5s;
    height: 209px;
    box-sizing: border-box;
}
.cko2 img{
    height: 68px;
}
.cko3{
    text-align: center;
    display: block;
    padding-bottom: 6px;
    font-size: 16px;
    padding-top: 5px;
}
.cko3 img{
    width: 11px;
    opacity: 0.5;
}
.cko4{
    text-align: center;
    display: block;
    padding-bottom: 6px;
    font-size: 14px;
    color: rgb(154, 154, 154);
}
.cko1>ul>li:hover a{
    padding: 50px 0 0;
}

.indkft1{
    margin-top: 55px;
    padding-bottom: 60px;
}



.inhzhb{
    background: #f7f7f7;
    padding-top: 25px;
    padding-bottom: 10px;
}
.inhzhb2{
    text-align: center;
    margin: 10px auto;
}
.inhzhb2>ul>li{
    display: inline-block;
}
.inhzhb2>ul>li>em{
    font-style: normal;
    width: auto;
    padding: 0 100px;
    display: inline-block;
    background: #fff;
    height: 10px;
    line-height: 10px;
    color: #093e96;
    float: left;
    margin-right: 5px;
    cursor: pointer;

}
.inhzhb3>em{
    background: #093e96!important;
    color: #fff!important;
}
.inhzhb6>ul>li{
    float: left;
    width: 20%;
    height:100px;
    box-sizing: border-box;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    background: #fff;

    overflow: hidden;
    background-size: 75% auto!important;
    background-position: center center!important;
    transform: rotateX(0deg);
    transition: .5s;

}
.inhzhb6>ul>li:hover{
    transform: rotateY(180deg);
}
.inhzhb6>ul>li a{
    display: block;
    width: 100%;
    height: 100%;
}
.xian{
    float: left;
    width: 16px;
    height: 1px;
    background: #dad9d9;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 2px;
}
.dian{
    float: left;
    width: 6px;
    height: 6px;
    background: #dad9d9;
   border-radius: 50%;
    overflow: hidden;
}
.inhzhb10{
    float: left;
}
.dian1{
    float: left;
    width: 10px;
    height: 10px;
    background: #dad9d9;
    border-radius: 50%;
    overflow: hidden;
}
.inhzhb7{
    float: left;
    margin-top: 17px;
}
.inhzhb9{
    float: left;
    margin: -2px 10px 0;

}
.inhzhb8{
    float: left;
}



.vvasxxe1{
    float: left;
    width: 67%;
    position: relative;


}

.vasx{
    float: right;
    width: 30%;


}
.vasx21>ul>li{
    display: none;
}
.vasx22{
    display: block!important;
}

.ffsew{
    height: 310px;
}
.ffsew .swiper-slide{
    background-size: auto 100%!important;
    background-position: center bottom!important;
}
.ssec{
    position: static!important;
    display: inline-block;

}
.sscce{
    text-align: center;
    margin-top: 40px;
}
.vasx1{
    height: 1px ;
    background: #004c94;
    width: 100%;
}

.vasx1>span{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 1px 2px 5px #ccc;
    display: block;
    margin-left: 30px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    margin-top: -22px;
    float: left;
}
.vasx1>span img{
    display: block;
    margin: 0 auto;

}
.vasx21{
    margin-top: 46px;
}
.vasx2{
    font-size: 24px;
    color: #444;
}
.vasx3{
    color: #666;
    margin-bottom: 40px;
}
.vasx4{
    padding-top: 10px;
    color: #444;
    height: 380px;
    position: relative;
}



.vvasxxe{
    margin-top: 60px;
}
.ffsew .swiper-wrapper .swiper-slide{
    margin-top: 40px;
}
.ffsew .swiper-wrapper .swiper-slide.swiper-slide-active{
    width: 300px!important;
    height: 390px!important;
    background-size: auto 390px!important;
    margin-top: -80px;
}
.ffsew .swiper-wrapper{
    height: 390px!important;
}



.baax{
    width: 116px;
    height: 116px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto 20px;
    transform: scale(1);
    transition: .5s;
}

.baax1{
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    height: 30px;
    line-height: 30px;
    transition: .5s;
}

.baax2{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    padding-top: 14px;
    text-align: center;
}

.baax3{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    padding: 0 29px;
    padding-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 88px;
}

.sscva{
    margin-top: 45px;
}
.sscva .swiper-slide{
    border: solid 1px #e2e2e2;
    background: #f3f3f3;
    padding: 30px 0;
    box-sizing: border-box;
    transform: translateY(0);
    transition: .5s;
}
.sscva .swiper-slide:hover .baax{
    transform: scale(1.1);
}
.sscva .swiper-slide:hover {
    transform: translateY(-5px);
    box-shadow: 1px 1px 10px #ddd;
}

.sscva .swiper-slide:hover .baax1{
    color: #093e96;
    font-weight: bold;
}

.sscva .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    background: rgb(117 177 68);
    z-index: 9999!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    background: rgb(117 177 68);
    z-index: 9999!important;
}
.sscva .swiper-button-next:after{
    font-size: 25px;
    color: #fff;
}

.sscva .swiper-button-prev:after{
    font-size: 25px;
    color: #fff;
}

.sscva .swiper-slide.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
     opacity: .35;
     cursor: pointer;
     pointer-events: auto;
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: pointer;
    pointer-events: auto;
}

.inabw10{
    display: none;
}
.tjqy{
	height:200px;
	max-width:1200px;
	text-align:center;
	margin-top:0px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;

	}
.tjqy2{
	height:180px;
	width:15%;
	background-image: linear-gradient(45deg, #7EBD4B, #6CA63E, #5E8E35);
	float:left;
		}
.tjqy4{
	font-size:20px;
	color: #fff;
	margin-top:70px;
	}
.tjqy5{
	font-size:16px;
	color: #fff;
	}

.tjqy3{
	height:180px;
	width:85%;
	float:right;
	overflow:hidden
	}

.zhxc{
	max-width:1200px;

	margin:0 auto 25px;
	}
.inabw3x{
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #212529;

}
.inabw3x span{
    font-size: 20px;
    width: auto;
    padding-right: 14px;
    position: relative;
    display: inline-block;
}
.inabw4x{
    content: '';
    display: block;
    width: 100%;
    margin-top: 15px;
    height: 2px;
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, #0dbaaa, #172a86, #5daa1b);
}

.mthz{
	max-width:1200px;
	margin:0 auto 0 auto;
	}
.nmj1 img{
    width: 100%;
    height:139px ;
}

.nmj2{
    line-height: 35px;
    height: 35px;
    text-align: center;
    overflow: hidden;
}

.kori:after{
    color: #fff!important;
    font-size: 25px;
}
.kole:after{
    color: #fff!important;
    font-size: 25px;
}
.kole{
    right: 0;
    top: 75px;
    background: rgb(117 177 68);
}
.kori{
    right: 0;
    top: 75px;
}