/*banner部分*/
.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
    height: 100%;
    z-index: 20;
}

.banner .bd li {
    position: relative;
    z-index: 10;
}

.banner .prev {
    position: absolute;
    top: 45%;
    left: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}
.banner .next {
    position: absolute;
    top: 45%;
    right: 7%;
    cursor: pointer;
    width: 28px;
    height: 48px;
}

.banner .bd .banner-desc {
    position: absolute;
    top: 35%;
    left: 20%;
    display: flex;
    align-items: center;
    z-index: 50;
    letter-spacing: 2px;
}

.banner .bd .banner-desc p {
    color: #ffffff;
    font-weight: bold;
    font-size: 38px;
    margin-bottom: 30px;
}

.banner .bd .banner-desc .banner-bottom-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 30px 0;
    padding-bottom: 30px;
}

.banner .bd .banner-desc span {
    display: block;
    color: #ffffff;
    font-weight: 400;
    opacity: 0.6;
}

@font-face {
    font-family: 'index-title';
    src: url('./index-title.ttf');
}

@font-face {
    font-family: 'index-subtitle';
    src: url('./index-subtitle.ttf');
}

.search{
	height: 80px;
	width: 100%;
	background: #F7F7F7;
}
.search .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.search .left{
	display: flex;
	align-items: center;
}
.search .left .icon{
	width: 5px;
	height: 13px;
	background: #124C90;
	margin-right: 14px;
}
.search .left .key{
	display: flex;
	color: #444;
	font-size: 16px;
}
.search .left .key div a{
	color:#9C9C9C;
	margin: 0 7px;
	font-size: 16px;
}
.search .left .key div a:hover{
	color: #064EA0;
}
.search .right{
	width: 234px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid #dcdcdc;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search .right input{
	height: 100%;
	background: rgba(255,255,255,0);
	font-size: 14px;
	margin-left: 15px;
}
.search .right .icon{
	width: 50px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #124C90;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*产品列表*/
.product-box {
    background: url(../img/index-product-box-bg.png) no-repeat center center;
	padding-top: 1px;
	height: 1200px;
}

.product-box .container {
    margin-bottom: 128px;
}

.product-box .container h3 {
    font-size: 72px;
    font-weight: bolder;
    color: #eaeaea;
    padding-top: 97px;
    text-align: center;
    line-height: 63px;
    font-family: 'index-subtitle';
}

.product-box .container .title {
    text-align: center;
    margin-top: 50px;
    /* font-family: 'index-title'; */
}
.product-box .container .product-box-title-bg{
	margin: 10px auto;
	width: 246px;
}
.product-box .container .title span {
    font-size: 48px;
    color: #124C90;
	font-weight: bold;
    line-height: 50px;
}
.product-box .container .title-bottom {
    margin: auto;
    width: 300px;
    height: 19px;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-top: 1px dashed #979797;
    border-bottom: 1px dashed #979797; */
}

.product-box .container .title-bottom span {
    width: 415px;
    font-size: 18px;
    font-weight: 400;
    color: #7E7E7E;
    line-height: 19px;
    text-align: center;
}

.product-box .classify {
    margin-top: 50px;
}

.product-box .classify .classify-left {
	background: #fff;
    height: 100%;
	margin-bottom: 40px;
}
.product-box .classify .classify-left ul {
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #DCDCDC;
}
.product-box .classify .classify-left ul li {
    height: 56px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
	color: #333;
	font-size: 18px;
	position: relative;
}
.product-box .classify .classify-left ul li::before{
	content: "";
	display: block;
	height: 3px;
	width: 0;
	background: #124C90;
	transition: 0.6s;
	position: absolute;
	top: -2px;
	left:50%;
}
.product-box .classify .classify-left ul .on li{
	color: #124C90;
}
.product-box .classify .classify-left ul .on li::before{
	content: "";
	display: block;
	height: 3px;
	width: 100%;
	background: #124C90;
	transition: 0.6s;
	position: absolute;
	left:0;
}
/* .product-box .classify .classify-left ul li:hover{
	color: #124C90;
}
.product-box .classify .classify-left ul li:hover::before{
	left:0;
	width: 100%;
} */
.product-box .classify .classify-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
	margin-top: 50px;
}

.product-box .classify .classify-right .item {
    display: inline-block;
    width: 285px;
	height: 307px;
    /* padding: 15px; */
    margin-right: 15px;
}
.product-box .classify .classify-right .item img{
	width: 100%;
	height: 254px;
	border: 1px solid #DCDCDC;
}
.product-box .classify .classify-right .item:nth-child(4n) {
    margin-right: 0;
}

.product-box .classify .classify-right .item>div {
	width: 100%;
	height: 100%;
   background-size: 100%;
   padding-top: 1px;
}
.product-box .classify .classify-right .item .item-text:hover{
	box-shadow: 0px 0px 18px 5px #DCDCDC;
}
.product-box .classify .classify-right .item .item-text:hover div{
	color: #124C90;
}
.product-box .classify .classify-right .item .item-text div{
    width: 100%;
	height: 55px;
	color: #444;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #DCDCDC;
	border-left: 1px solid #DCDCDC;
	border-right: 1px solid #DCDCDC;
	box-sizing: border-box;
}

.product-box .classify .classify-right .item .item-text p {
    font-size: 16px;
    color: #444444;
    margin-top: 244px;
	margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-box .product-btn{
	margin-top: 60px;
	text-align: center;
}
.product-box .product-btn .btn{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E6FCB;
	color: #fff;
	font-size: 18px;
	width: 254px;
	height: 68px;
	border-radius: 10px;
}
.product-box .product-btn .btn .icon{
	width: 17px;
	height: 17px;
	background: url(../img/product-icon-1.png) no-repeat center center;
	margin-left: 6px;
}
.product-box .classify .classify-right .as {
    margin-left: 22px;
}

.product-box .classify .classify-right .is {
    margin-bottom: 26px;
}

.advantage-box {
    height: 1106px;
    background: url(../img/advantage-bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.advantage-box .advantage-wapper {
    width: 1200px;
    margin: auto;
	position: relative;
}
.advantage-box .advantage-wapper .swaper-btn-prev{
	width: 46px;
	height: 46px;
	background: url(../img/advantage-icon-prev.png) no-repeat center center;
	position: absolute;
	left: -25px;
	top:386px;
	cursor: pointer;
}
.advantage-box .advantage-wapper .swaper-btn-next{
	width: 46px;
	height: 46px;
	background: url(../img/advantage-icon-next.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top:386px;
	cursor: pointer;
}
.advantage-box .advantage-title-bg{
	width: 246px;
	height: 16px;
	margin: 10px auto;
	background: url(../img/index-product-bg.png) no-repeat;
	background-size: 100% 100%;
}
.advantage-box .advantage-title-text{
	text-align: center;
	color: #7E7E7E;
	font-size: 18px;
}
.advantage-box .advantage-wapper h2 {
    font-size: 50px;
    color: #3A3A3A;
    text-align: center;
	margin-top: 50px;
    /* line-height: 39px; */
	font-weight: bold;
    font-family: 'index-title';
}
.advantage-box .advantage-wapper .advantage-introduce {
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.advantage-box .advantage-wapper .advantage-introduce .introduce-item {
    position: relative;
    width: 386px;
    background-color: white;
	margin-top: 60px;
	/* margin-left: 15px; */
	margin-right: 18px;
	transition: 0.5s;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item:hover{
	box-shadow: 0px 5px 10px 5px rgba(0,0,0,0.24); 
} 
.advantage-box .advantage-wapper .advantage-introduce .introduce-item:hover .img .advantage-bottom{
	border: 1px solid #1E6FCB;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item:hover .img .advantage-bottom .tit{
	color: #1E6FCB;
} 
.advantage-box .advantage-wapper .advantage-introduce .introduce-item:hover .img .advantage-bottom .tit::after{
	background: #1E6FCB;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img {
   background-color: #FFF;
   width: 376px;
   margin: 5px auto;
   position: relative;
   display: block;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom{
	width: 363px;
	height: 182px;
	margin: 15px auto;
	background: rgba(255,255,255,0.7);
	font-size: 24px;
	color: #2C2C2C;
	text-align: center;
	border: 3px solid #eeeeee;
	padding: 0 23px;
	box-sizing: border-box;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom .tit{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #444;
	margin-top: 30px;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom .tit::after{
	content: "";
	display: block;
	width: 40px;
	height: 2px;
	background: #DFDFDF;
	margin: 0 auto;
	margin-top: 5px;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom .text{
	font-size: 16px;
	text-align: center;
	color: #777777;
	margin-top: 35px;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item:hover .img .advantage-bottom .text .ckxq{
	color: #1E6FCB;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom .text .ckxq{
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .advantage-bottom .text .icon{
	width: 17px;
	height: 18px;
	display: inline-block;
	background: url(../img/advantage-icon-3.png) no-repeat center center;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img .on{
	background-color: rgba(88,144,206,0.7);
	color: #fff;
}
.advantage-box .advantage-wapper .advantage-introduce .introduce-item .img img {
    width: 100%;
    height: 214px;
}
.advantage-box .advantage-wapper .advantage-introduce .as {
    margin-bottom: 30px;
}

.advantage-box .advantage-wapper .advantage-introduce .br {
    width: 115px;
    height: 1154px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.advantage-box .advantage-img{
	margin-top: 60px;
}
.advantage-box .advantage-img .img-item{
	margin: 0 15px;
	width: 210px;
	height: 132px;
}
.advantage-box .advantage-img img{
	width: 100%;
	height: 100%;
}
.advantage-box .advantage-btn{
	margin-top: 70px;
	text-align: center;
}
.advantage-box .advantage-btn .btn{
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #1E6FCB;
	color: #fff;
	font-size: 18px;
	width: 254px;
	height: 68px;
	border-radius: 10px;
}
.advantage-box .advantage-btn .btn .icon{
	width: 17px;
	height: 17px;
	background: url(../img/product-icon-1.png) no-repeat center center;
	margin-left: 6px;
}
.after-sale {
    background: url(../img/after-sale-bg.jpg) no-repeat center center;
	padding-bottom: 70px;
	padding-top: 1px;
	position: relative;
	z-index: -2;
}
.after-sale .container {
    width: 1200px;
    margin: auto;
	padding-top: 1px;
    position: relative;
}
.after-sale .container h2 {
    font-size: 50px;
    color:#124C90;
    line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 72px;
    font-family: 'index-title';
}
.after-sale .container .after-sale-bg{
	width: 246px;
	height: 16px;
	margin: 10px auto;
	background: url(../img/index-advantage-title-bg.png) no-repeat;
	background-size: 100% 100%;
}
.after-sale .container .after-sale-title-text{
	width: 215px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	color: #A2A2A2;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 700;
}
.after-sale .after-item{
	display: flex;
	width: 100%;
	height: 330px;
	align-items: center;
	justify-content: space-around;
	background: #fff;
	position: relative;
	margin-top: 30px;
}
.after-sale .after-item .left{
    width: 495px;
	height: 238px;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.after-sale .after-item .left:hover img{
	transform: scale(1.1);
}
.after-sale .after-item::after , .after-sale .after-item::before{
     position:absolute;
     content:"";
     top:100px;bottom:5px;left:50px;right:50px;
     z-index:-1;
     box-shadow:0 0 15px 10px rgba(0,0,0,0.1);
     border-radius:50%;
}
.after-sale .after-item .right .top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.after-sale .after-item .right .top .text{
	width: 449px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #124C90;
	letter-spacing: -1px;
	border-bottom: 2px solid #DCDCDC;
}
.after-sale .after-item .right .bottom{
	width: 520px;
	margin-left:40px;
	margin-top: 40px;
}
.after-sale .after-item .right .bottom .icon{
	display: inline-flex;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 6px;
	width: 8px;
	height: 8px;
	background: #434343;
	border-radius: 50%;
}
.after-sale .after-item .right .bottom p{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	display: flex;
	align-items: center;
}
.detail {
    background: url("../img/detail-bg-2.jpg") no-repeat center center;
    background-size: cover;
	height: 396px;
	min-width: 1200px;
    text-align: center;
}
.detail .container{
	text-align: right;
	padding-top: 1px;
}
.detail .text{
	margin-top: 143px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	color: #fff;
}
.detail .text .tit{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
.detail .text .icon{
	width: 35px;
	height: 35px;
	background: url(../img/detail-icon-1.png) no-repeat center center;
	margin: 0 10px;
}
.detail .text .phone{
	text-align: justify;
	font-size: 24px;
	font-weight: bold;
	
}
.detail .text .phone p{
	width: 100%;
}
.detail .text .phone p:nth-child(2){
	letter-spacing: 1px;
}
.detail .detail-btn{
	margin-top: 60px;
	display: flex;
	justify-content: flex-end;
}
.detail .detail-btn a{
	display: block;
	width: 200px;
	height: 60px;
	background: #fff;
	font-size: 25px;
	line-height: 60px;
	text-align: center;
	letter-spacing: 2px;
	color: #1E589A;
	border-radius: 30px;
	margin-right: 95px;
	box-shadow: -2px 2px 2px 2px #0A305C;
}

.about {
    
}
.about .container h2 {
    font-size: 50px;
    color:#124C90;
    line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 72px;
    /* font-family: 'index-title'; */
}
.about .container .about-bg{
	width: 343px;
	height: 2px;
	margin: 14px auto;
	background: url(../img/about-tit-bg.png) no-repeat;
	background-size: 100% 100%;
}
.about .container .about-title-text{
	width: 215px;
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #A2A2A2;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 700;
}
.about .main-box{
	width: 100%;
	background: #F6F6F6;
	margin-top: 80px;
}
.about .about-main{
	display: flex;
	width: 1200px;
	margin: 0 auto;
}
.about .about-main .left{
	width: 950px;
	overflow: hidden;
	margin-left: -352px;
}
.about .about-main .left img{
	min-width: 850px;
}
.about .about-main .left:hover img{
	transform: scale(1.1);
	position: relative;
	z-index: 1;
}
.about .about-main .right{
	width: 563px;
	margin-top: 42px;
	margin-left: 46px;
}
.about .about-main .right .tit{
	font-size:24px;
	font-weight: bold;
	color: #444;
}
.about .about-main .right .icon{
	width: 100%;
	height: 3px;
	margin-top: 15px;
	margin-bottom: 30px;
	background: url(../img/about-icon-1.png) no-repeat center center;
}
.about .about-main .right  .text p{
	width: 564px;
	font-size: 18px;
	color: #444;
	line-height: 36px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}
.about .about-main .right  .text p a{
	color: #1665BF;
}
.about .about-main-2{
	margin-top: -40px;
	margin-bottom: 100px;
	position: relative;
	z-index: 3;
}
.about .about-main-2 .main-box{
	width: 1200px;
	margin: 0 auto;
}
.about .about-main-2 .main-box .top{
	width: 100%;
}
.about .about-main-2 .main-box .box-bottom{
	width: 100%;
	background: #F3F3F3;
	height: 300px;
	padding-top: 1px;
	position: relative;
}
.about .about-main-2 .main-box .box-bottom .nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
.about .about-main-2 .main-box .box-bottom .nav .nav-item{
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
}
.about .about-main-2 .main-box .box-bottom .nav .on{
	color: #064EA0;
}
.about .about-main-2 .main-box .box-bottom .nav .nav-item .icon{
	width: 19px;
	height: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.about .about-main-2 .main-box .box-bottom .nav .nav-hr{
	width: 1px;
	height: 17px;
	opacity: 0.9;
	background: #444;
	margin: 0 30px;
}
.about .about-main-2 .main-box .box-bottom .bottom-box .box-item{
	display: none;
}
.about .about-main-2 .main-box .box-bottom .bottom-box .on{
	display: block;
}
.about .about-main-2 .main-box .box-bottom .img-box{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	
}
.about .about-main-2 .main-box .box-bottom .img-box .img-item:hover img{
	transform: scale(1.1);
}
.about .about-main-2 .main-box .box-bottom .img-box .img-item{
	position: relative;
	margin:0 10px;
	margin-top: 30px;
	overflow: hidden;
}
.about .about-main-2 .main-box .box-bottom .img-box .img-item .bottom{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 42px;
	color: #fff;
	background: rgba(0,0,0,0.37);
	line-height: 42px;
	text-align: center;
}
.about .about-main-2 .main-box .box-bottom .img-prev{
	width: 19px;
	height: 33px;
	background: url(../img/about-icon-prev.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	left: -30px;
	bottom: 108px;
}
.about .about-main-2 .main-box .box-bottom .img-next{
	width: 19px;
	height: 33px;
	background: url(../img/about-icon-next.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	right: -30px;
	bottom: 108px;
}
.message{
	height: 573px;
	background: url(../img/message-bg.jpg) no-repeat center center;
	background-size: cover;
}
.message .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.message .left{
	height: 406px;
}
.message .left .tit{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}
.message .left .input{
	width: 378px;
	height: 52px;
	background: #FFF;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 28px;
}
.message .left .input input{
	outline: none;
	height: 100%;
	margin-left: 20px;
	background: none;
	font-size: 16px;
}
.message .left .btn{
	width: 378px;
	height: 62px;
	background: #032852;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 62px;
	border-radius: 5px;
	display: block;
	margin-top: 54px;
	cursor: pointer;
}
.message .right .tit{
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-bottom: 60px;
}
.message .right .text{
	border-bottom: 1px dashed #DCDCDC;
	width: 389px;
}
.message .right .text p{
	margin-bottom: 30px;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.message .right .tips{
	font-size: 16px;
	color: #989898;
	line-height: 30px;
	opacity: 0.55;
}
.message .icon{
	background: url(../img/message-icon-1.png) no-repeat center center;
	width: 1px;
	height: 406px;
}
.strength {
    height: 883px;
	background: url(../img/about-bg.jpg) no-repeat;
	background-size: cover;
	padding-top: 1px;
}

.strength .container .container-title{
	margin-top: 69px;
	text-align: center;
}
.strength .container h2 {
    font-size: 50px;
    color:#124C90;
    line-height: 50px;
	font-weight: bold;
	text-align: center;
	margin-top: 72px;
    /* font-family: 'index-title'; */
}
.strength .container .strength-bg{
	width: 343px;
	height: 2px;
	margin: 14px auto;
	background: url(../img/about-tit-bg.png) no-repeat;
	background-size: 100% 100%;
}
.strength .container .strength-title-text{
	/* width: 215px; */
	height: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #A2A2A2;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 5px;
	font-weight: 700;
}
.strength .container .container-title .container-title-1{
	font-size: 48px;
	color: #124C90;
	font-weight: bold;
}
.strength .container .container-title .container-title-2{
	font-size: 24px;
	color: #7E7E7E;
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 4px;
}
.strength .container .container-img-box{
	display: flex;
	margin-top: 65px;
}
.strength .container .container-img-box .container-img-4{
	display: flex;
	justify-content: space-between;
}
.strength .container .container-img-box .container-img-item .container-img-5{
	margin-left: 13px;
}
.strength .container .container-img-box .container-img-item .about-img-1{
	width: 373px;
	height: 361px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item .about-img-2{
	width: 373px;
	height: 183px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item .about-img-3{
	width: 405px;
	height: 554px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item .about-img-3{
	width: 405px;
	height: 554px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item .about-img-5{
	width: 195px;
	height: 275px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item .about-img-6{
	width: 396px;
	height: 266px;
	overflow: hidden;
}
.strength .container .container-img-box .container-img-item img:hover{
	transform: scale(1.1);
}
.strength .container .container-img-box .container-img-item:nth-child(2){
	margin-left: 13px;
	margin-right: 13px;
}
.strength .container .container-img-box .container-img-item .container-img-bottom{
	margin-top: 13px;
}
.news {
    margin-bottom: 130px;
	padding-top: 1px;
}
.news .container .title {
    text-align: center;
    /* font-family: 'index-title'; */
	font-size: 48px;
	color: #124C90;
	font-weight: bold;
	margin-top: 97px;
}
.news .container .title-icon{
	width: 246px;
	height: 16px;
	background: url(../img/index-advantage-title-bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 12px auto;
}
.news .container .title-bottom {
    margin: auto;
    width: 415px;
    height: 24px;
	color: #A1A1A1;
	font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news .container .title-bottom span {
    width: 415px;
    font-weight: bold;
    text-align: center;
	letter-spacing:6px;
}

.news .container .news-list {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.news .container .news-list .news-left {
    width: 750px;
    height: 503px;
}

.news .container .news-list .news-left .news-left-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 23px;
}

.news .container .news-list .news-left .news-left-top .header-left a {
    font-size: 24px;
    color: #444444;
}
.news .container .news-list .news-left .news-left-top .header-left .on{
	color: #125FB5;
}
.news .container .news-list .news-left .news-left-top .header-left span {
	display: inline-block;
   width: 1px;
   height: 18px;
   margin: 0 37px;
   background: #d5d3d3;
}

.news .container .news-list .news-left .news-left-top .header-rigth span {
    cursor: pointer;
    margin-left: 13px;
	font-size: 16px;
	color: #125FB5;
}

.news .container .news-list .news-left .news-left-center {
    display: flex;
    margin-top: 39px;
}

.news .container .news-list .news-left .news-left-center .center-img {
    width: 246px;
    height: 162px;
}

.news .container .news-list .news-left .news-left-center .center-img img {
    width: 100%;
    height: 100%;
}

.news .container .news-list .news-left .news-left-center .center-info {
    flex:1;
    margin-left: 29px;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-title{
	display: flex;
	justify-content: space-between;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-title span{
	font-size: 14px;
	color: #979797;
	font-weight: normal;
	white-space: nowrap;
}
.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: #444444;
    line-height: 16px;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-title .info-tit{
	font-size: 16px;
	font-weight: bold;
	color: #444444;
	line-height: 16px;
	width: 380px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .container .news-list .news-left .news-left-center:hover .center-info p:nth-of-type(1) {
    color: #124C90;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    /* line-height: 23px; */
	text-align: justify;
    margin: 25px 0px 25px 0px;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-btn{
	color: #125FB5;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.news .container .news-list .news-left .news-left-center .center-info .center-info-btn .center-info-icon{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 15px;
	width: 15px;
	background: url(../img/news-icon-2.png) no-repeat center center;
	margin-left: 6px;
}
.news .container .news-list .news-left .news-left-center .center-info span {
    color: #0c0c0c;
    font-weight: 600;
}

.news .container .news-list .news-left .news-left-center .center-info p:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: right;
    line-height: 23px;
}

.news .container .news-list .news-left .news-left-bottom {
    margin-top: 35px;
}
.news .container .news-list .li-icon{
	width: 14px;
	height: 12px;
	margin-right: 5px;
	display: inline-block;
	background: url(../img/news-iocn-1.png) no-repeat center center;
}
.news .container .news-list .news-left .news-left-bottom .bottom-item {
    width:100%;
    background: #ffffff;
    /* padding: 30px 19px 23px 22px; */
    position: relative;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.news .container .news-list .news-left .news-left-bottom .left-bottom-box{
	border: 1px solid #D5D3D3;
	height: 135px;
	padding: 20px 10px;
	margin-bottom: 24px;
}
.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 240px;
}

.news .container .news-list .news-left .news-left-bottom a:hover .bottom-item p:nth-of-type(1) {
    color: #124C90;
}

.news .container .news-list .news-left .news-left-bottom .bottom-item p:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #979797;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text{
	font-size: 14px;
	position: relative;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p{
	color: #7A7A7A;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p>span{
	color: #125FB5;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	font-weight: 400;
	position: absolute;
	right: 0;
	bottom: -20px;
}
.news .container .news-list .news-left .news-left-bottom .bottom-text p>span .bottom-text-icon{
	color: #fff;
	display: inline-flex;
	width: 15px;
	height: 15px;
	justify-content: center;
	align-items: center;
	background: url(../img/news-icon-2.png) no-repeat center center;
	margin-left:5px;
}

.news .container .news-list .news-left .news-left-bottom .as {
    margin: 11px 0px;
}

.news .container .news-list .news-right {
    width: 391px;
}

.news .container .news-list .news-right p {
    font-size: 24px;
    line-height: 24px;
	height: 55px;
    font-weight: bold;
    color: #444;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #E6E4E4;
	padding-bottom: 23px;
}
.news .container .news-list .news-right p a{
	font-size: 16px;
	color: #737373;
	font-weight: normal;
}
.news .container .news-list .news-right ul {
	margin-top: 28px;
	width: 390px;
	height: 503px;
	border: 1px solid #D5D3D3;
}

.news .container .news-list .news-right ul li {
    padding: 20px 0;
	margin: 0 10px;
	border-bottom:1px dashed #D5D3D3;
	height: 150px;
	margin-top: 10px;
}
.news .container .news-list .news-right ul li:nth-last-child(1){
	border-bottom:0px dashed #D5D3D3;
}

.news .container .news-list .news-right ul li .li-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333333;
}
.news .container .news-list .news-right ul a:hover li .li-title {
    color: #125FB5;
}
.news .container .news-list .news-right ul li .li-text{
	font-size: 14px;
	color: #7A7A7A;
	line-height: 24px;
}
.news .container .news-list .news-right ul li:hover a {
    color: #124C90;
}