#footer{
	height: 440px;
	background: #f3f4f8;
	border-top: 5px solid #183d96;
	position: relative;
}


#footer::after{
	content: '';
	position: absolute;
	width: 30%;
	height: 5px;
	background: #e94647;
	left: 0;
	top: -5px;
	z-index: 9;
}

#footer .footer_head{
	padding: 40px 0 50px 0;
	min-height: 0;
	overflow: hidden;
	border-bottom: 1px solid #e1e6ec;
	display: flex;
}

#footer .footer_head .flogo{
	margin-right: 60px;
}

#footer .footer_head .fnav a{
	font-size: 16px;
	color: #000;
	margin-right: 45px;
	display: block;
	float: left;
	line-height: 45px;
}

#footer .footer_head .fnav a:hover{
	color: #e94647;
	text-decoration: none;
}

.footer_form{
	width: 410px;
	height: 47px;
	border: 1px solid #e1e6ec;
	margin-left: auto;
	font-size: 16px;
	background: none;
	box-shadow: none !important;
}


.footer_form .submit1{
	width: 120px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	float: right;
	background: #e94647;
	padding: 0;
	font-weight: normal;
	margin: 0;
}

.footer_form .text{
	border: none;
	outline: none;
	float: left;
	width: 288px;
	padding: 0;
	height: 100%;
	background: none;
	font-size: 15px;
	text-indent: 10px;
	box-shadow: none
}

.footer_form .text::placeholder{
	color: #999;
	font-size: 14px;
}

.footer_center{
	margin: 48px 0 80px 0;
	min-height: 0;
	overflow: hidden;
}

.footer_center .link {
	height: 42px;
}

.footer_center .link .icon{
	width: 42px;
	height: 42px;
	overflow: hidden;
}
.footer_center .link .icon img{
	width: 265px;
	max-width: 265px;
}
.footer_center .link .li{
	float: left;
	margin-right: 16px;
}

.footer_center .link .li:nth-of-type(2) img{
	margin-left: -57px;
}

.footer_center .link .li:nth-of-type(3) img{
	margin-left: -113px;
}


.footer_center .link .li:nth-of-type(4) img{
	margin-left: -169px;
}

.footer_center .link .li:nth-of-type(5) img{
	margin-left: -224px;
}

.footer_center .link2{
	margin-top: 35px;
}

.footer_center .left{
	width: 300px;
	float: left;
}

.footer_center .link2 a{
	color: #b2b1b1;
	font-size: 15px;
	display: block;
	float: left;
	margin-right: 12px;
}

.footer_center .link2 i{
	font-style: normal;
	margin-left: 12px;
	font-size: 12px;
	position: relative;
	top: -1px;
}

.footer_center .right{
	float: right;
	display: flex;
	text-align: right;
	align-items: center;
}


.footer_center .right p{
	margin-bottom: 0;
}

.footer_center .right p.p1{
	margin-bottom: 6px;
	color: #b2b1b1;
	padding-top: 20px;
}

.footer_center .right p.p2{
	font-size: 26px;
	color: #000;
	margin-right: 5px;
}

.footer_center .right .txt{
	margin-right: 28px;
} 

.copyright{
	color: #b2b1b1;
	background: #ebecf1;
	line-height: 75px;
	margin-top: 75px;
	font-size: 15px;
}

.productswiper{
	margin: 90px auto 50px auto;
	min-height: 0;
	overflow: hidden;
}

.productswiper h1{
	text-align: center;
    margin-bottom: 70px;
    color: #000;
    font-size: 50px;
}

li{
	list-style: none;
}

#swiper-container{
	padding-bottom: 50px
}

#swiper-container li{
	text-align: center
}

#swiper-container li img{
	background: #f6f7fb;
	transition: all linear 200ms;
	cursor: pointer;
	padding: 6% 15%;
}

#swiper-container li .title{
	margin-top: 20px;
	font-size: 22px;
    text-align: center;
    color: #000;
}

#swiper-container li .navs {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
    color: #7e7e7e;
}

.swiper-pagination-clickable .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background: #d8dbea;
	opacity: 1;
	margin: 0 6px !important
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: red 1px solid;
    background-color: #FFF;
}

#swiper-container li:hover img{
	background: #3b4d95
}


#header{
	height: 100px;
}

#header .nav_logo{
	margin-top: 26px;
	float: left;
}

#header .nav_logo img{
	height: 46px;
}

.nav_list{
	margin-left: 120px;
	float: left;
}

a{
	text-decoration: none !important
}

.nav_list ul li{
	float: left;
	margin-right: 35px;
	line-height: 97px;
	margin-bottom: 0
}


.nav_list ul li.active{
	
	border-bottom: 3px solid #e63032
}

.nav_list ul li.active a{
	color:#3b4d95;
}

.nav_list ul li img{
	margin-left: 4px;
	width: 16px;
	position: relative;
	top: -1px
}
.nav_search{
	float: left;
	width: 220px;
	margin-left: 80px;
	border-bottom: 1px solid #eee;
	height: 40px;
	margin-top: 30px
}
.nav_search .text{
	width: 180px;
	border: none;
	outline: none;
	box-shadow: none !important;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.nav_search .text::placeholder{
	color: #ddd
}

.nav_search .submit{
	width: 22px;
	height: 22px;
	background: url(../images/nav-search.jpg) no-repeat;
	padding: 0;
	background-color: none !important;
	border: none !important;
	box-shadow: none !important;
	float: right;
	margin: 0;
	margin-top: 12px
}

.language{
	float: right;
	margin-top: 42px;
	font-size: 15px
}

.language img{
	margin-right: 10px;
	position: relative;
	top: -2px
}

.hasChild{
	height: 60px;
	background: rgba(59,77,149,.8);
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 9999;
	margin-top: 3px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none
}

.hasChild a{
	color: #fff !important;
	line-height: 60px;
	margin: 0 30px;
}

.nav_list ul li:hover .hasChild{
	display: flex
}


 .page_banner{
        position: relative;
    }
    .page_banner .txt{
        position: absolute;
        top: 50%;
        left: 0;
       transform: translate(0,-50%);
       width: 100%;
    }
    .page_banner .txt p{
        color: #fff;
        margin-bottom: 0;
    }
    .page_banner .txt p.p1{
        font-size: 40px;
        font-weight: 200;
        margin-bottom: -10px;
    }
    .page_banner .txt p.p2{
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 15px;
       
    }
    .page_banner .txt p.p3{
         color: #e83232;
         font-size: 20px;
    }
    
    .zhan_nav{
        background-color: #f1f6fa;
    }
    
    .zhan_nav_list {
    width: 100%;
    height: 60px;
    
    display: flex;
    align-items: center;
    list-style: none;
}

.zhan_nav_list>li {
    height: 100%;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    border-bottom: 5px solid transparent;
    line-height: 60px;
    font-weight: normal;
    color: #000;
}

 .zhan_nav_list i{
        margin: 0 45px;
        width: 1px;
        height: 14px;
        background: #ccc;
        display: block;
        position: relative;
        top: -1px;
    }

.zhan_nav_list .current {
    color: #5f699d;
    border-bottom: 3px solid #5f699d;
}



#service{
    margin: 80px 0 70px 0;
}
    #service .service_head{
        display: flex;
        border: 2px solid #f2f7fb;
    }
      #service .service_head .left{
          width: 48%;
      }
      #service .service_head .right{
          width: 44%;
          margin-right: 4%;
          margin-left: auto;
      }
      #service .icons i img{
          width: 48px;
          margin-right: 15px;
      }
      #service .right{
          padding-top: 40px;
      }
      #service .right h1{
          font-size: 26px;
        letter-spacing: 2px;
        font-weight: normal;
        margin-bottom: 10px;
      }
      #service .right h2{
          font-weight: 300;
          font-size: 16.5px;
          color: #999;
      }
     #service .right .item{
         width: 60%;
         float: left;
         display: flex;
         border-bottom: 1px solid #e5e8ed;
         padding-bottom: 50px;
         margin-top: 45px;
         position: relative;
     }
     #service .right .item:nth-of-type(2n){
         width: 40%;
     }
     #service .right .item:last-of-type{
         width: 100%;
         border: none;
     }
     #service .right .top{
         border-bottom: 2px solid #e5e8ed;
         padding-bottom: 20px;
         margin-bottom: 15px;
         position: relative;
     }
     #service .right .top::after{
         content: '';
         position: absolute;
         bottom: -2px;
         height: 3px;
         width:30%;
         background: #e83739;
     }
     #service .right .item .p1{
         font-size: 14px;
         color: #999;
     }
     #service .right .item .p2{
         font-size: 16px;
         color: #000;
     }
      #service .right .item::after{
          width: 1px;
          height: 48px;
          position: absolute;
          content: '';
          right: 17%;
          top: 0;
          background: #c3ccd5;
      }
      #service .right .item:last-of-type::after{
          display: none;
      }
      #service .right .item:nth-of-type(2n)::after{
          display: none;
      }
      #service  .bottom{
            margin-top: 100px;
        }
        #service .bottom .title {
            border-bottom: 2px solid #e5e8ed;
            padding-bottom: 20px;
            margin-bottom: 30px;
            position: relative;
            font-size: 38.5px;
            color: #374a8c;
            letter-spacing: 1px;
            font-weight: bold;
        }
        #service .bottom .title::after {
            content: '';
            position: absolute;
            bottom: -2px;
            height: 3px;
            width: 78px;
            left: 0;
            background: #e83739;
        }
        #service .bottom .txt{
            margin-bottom: 40px;
        }
        #service .bottom .txt h2{
            font-size: 20px;
            margin-bottom: 20px;
        }
        #service .bottom .txt p{
            font-size: 15.5px;
            line-height: 26px;
            margin-bottom: 20px;
        }
        .dl{
            display: block;
            width: 210px;
            line-height: 55px;
            background: #324589;
            color: #fff !important;
            text-align: center;
            letter-spacing: 1px;
            font-size: 15px;
            margin-top: 50px;
        }
        .dl img{
            margin-left: 10px;
        }
        
        #cooperation{
    min-height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
    #cooperation .title{
        text-align: center;
        margin: 70px 0 50px 0;
    }
     #cooperation .title img{
         width: 460px;
     }
     #cooperation ul li{
         width: 23.5%;
         float: left;
         margin-right: 2%;
         margin-bottom: 2%;
     }
     #cooperation ul li:nth-child(4n){
         margin-right: 0;
     }
     #cooperation ul li img{
         width: 100%;
     }
     
     
     .w_menu .r_menu{
    margin-left: auto;
}
.product_wrap_head{
    height: 880px;
    position: relative;
    z-index: 99;
    background: #f6f7f9;
}
.product_wrap_head::after{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78%;
    content: '';
    background: #324589;
}
.product_wrap_head .w_menu{
    display: flex;
    line-height: 65px;
    color: #eee;
    border-bottom: 1px solid #999;
    position: relative;
    z-index: 1;
    
}
.product_wrap_head .r_menu span{
    display: block;
    float: left;
    font-size: 15px;
    margin-left: 25px;
    line-height: 62px;
} 
.product_wrap_head .r_menu span:hover{
    border-bottom: 3px solid #fff;
}
.product_wrap_head .r_menu span a{
    color: #fff;
}
.product_wrap_head .r_menu span.active{
    border-bottom: 3px solid #fff;
}
.tuwen{
    display: flex;
    
}
.tuwen .txt{
    width: 48%;
    color: #fff;
    padding-top: 80px;
    position: relative;
    z-index: 1;
}
.tuwen .txt h1{
    color: #fff;
    font-size: 64px;
    margin-bottom: 5px;
}
.tuwen .txt h2{
    color: #fff;
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 30px;
}
.tuwen .txt h3{
    color: #f1f2f1;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 28px;
    margin-bottom: 130px;
}
.download{
    width: 150px;
    height: 43px;
    line-height: 40px;
    border: 2px solid #fff;
    color: #fff !important;
    display: block;
    text-align: center;
    font-size: 15px;
    transition: all linear 200ms;
}
.download:hover{
    /*border-color: #e63032;*/
}
.download img{
    position: relative;
    top: -2px;
}
.block{
    width: 118%;
    height: 185px;
    background: #f6f7f9;
    transform: rotate(-5deg);
    position: absolute;
    bottom: 110px;
    z-index: 99999;
}
.proSwiper{
    width: 44%;
    margin-left: auto;
    position: relative;
    z-index: 99999999;
    overflow: hidden;
}
.proSwiper .swiper-slide{
    position: relative;
    z-index: 999;
}
.proSwiper .swiper-slide img{
    /*transform: rotate(10deg);*/
    /*width: 68%;*/
    /*margin-left: 16%;*/
    margin-top: 3%;
    width: auto;
    margin-left: 50%;
    margin-top: 3%;
    max-height: 640px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-next, .swiper-button-prev{
    width: 80px;
    height: 80px;
    top: 45%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.youshi{
        background: #f6f7f9;
        position: relative;
        top: -80px;
        z-index: 999999;
        /*min-height: 0;*/
        /*overflow: hidden;*/
        padding-bottom: 80px;
    }
    .youshi ul{
        display: flex;
    }
    .youshi ul li{
        width: 23%;
        margin-right: 2.66%;
        float: left;
        text-align: center;
        background: #fff;
        padding: 32px 0 50px 0;
        transition: all linear 200ms;cursor: pointer;
    }
    .youshi ul li:last-of-type{
        margin-right: 0;
    }
    .youshi ul li .p1{
        margin-bottom: 0;
        margin-top: 40px;
        font-size: 25px;
        font-weight: bold;
        color: #000;
    }
     .youshi ul li .p2{
         margin-bottom: 0;
         color: #999;
         margin-top: 15px;
     }
     .youshi ul li:hover{
         box-shadow: 0 0 20px #eee;
     }
      .changjing .wrap{
        display: flex;
    }
    .changjing .img{
        width: 41%;
    }
    .changjing .img p{
        font-size: 24px;
        color: #000;
        margin-bottom: 0;
    }
    .changjing .txt{
        background: #f6f7f9;
        width: 53%;
        margin-left: auto;
    }
    .changjing .txt .padding{
        padding: 0 58px;
    }
    .changjing .txt .padding .title{
        font-size: 38px;
        font-weight: bold;
        color: #000;
        line-height: 2.8;
        border-bottom: 2px solid #e1e6f1;
    }
    .changjing .txt .padding .title span{ 
        display: inline-block;
        height: 100%;
        border-bottom: 3px solid #273b80;
    }
    .changjing ul li{
        width: 40%;
        float: left;
        text-align: center;
        position: relative;
        margin-bottom: 45px;
    margin-top: 30px;
    }
    .changjing ul li:nth-child(3n){
        width: 30%;
    }
    .changjing ul li:nth-child(3n-2){
        width: 30%;
    }
    .changjing ul li::after{
        content: '';
        width: 1px;
        height: 90%;
        background: #d1d2d4;
        right: 0;
        top: 5%;
        position: absolute;
        transform: rotate(10deg);
    }
    .changjing ul li .icon{
        height: 120px;
        overflow: hidden;
    }
    .changjing ul li .auto{
        width: 120px;
        text-align: center;
        margin: auto;
    }
    .changjing ul li:nth-child(3n) .auto{
        float: right;
    }
    .changjing ul li:nth-child(3n-2) .auto{
        float: left;
    }
    .changjing ul li p{
        margin-bottom: 0;
        color: #000;
        font-size: 20px;
    }
    .changjing ul li:nth-child(3n)::after{
        display: none;
    }
    .size p{
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
        line-height: 5;
    }
    #guige{
        margin-top: 90px;
    }
    #czfs{
    margin: 70px 0 90px 0;
}
    #czfs .title{
        text-align: center;
        font-size: 35px;
        color: #000;
        margin-bottom: 48px;
        font-weight: bold;
    }
    #czfs ul{
        display: flex;
    }
    #czfs ul li{
        margin-right: 2.5%;
    }
    #czfs ul li:last-of-type{
        margin-right: 0;
    }
    
    
    
    
    .lxwm_content .address .title{
           color: #000;
           font-size: 32px;
       }
       .lxwm_content .tel{
           position: relative;
           top: -7px;
       }
       .lxwm_content .tel h3{
           color: #000;
           margin-top: -8px;
           margin-bottom: 10px;
       }
       
       .lxwm_content .jieshao{
           font-size: 16px;
       }
        .lxwm_content .address{
            justify-content: initial;
            margin: 0;
            margin-top: 80px;
            padding-bottom: 45px;
            border-bottom: 1px solid #ddd;
        }
        .lxwm_content .tel_box{
            margin-left: auto;
        }
        .lxwm_content .contact_box{
            margin: 0;
            justify-content: initial;
            margin: 70px 0;
        }
        .lxwm_content .contact_box .mode{
            width: 100%;
        }
        .lxwm_content .mode_name .name{
            color: #000;
            font-size: 17px;
        }
        .lxwm_content .contact_box img{
            margin-right: 20px;
        }
        .lxwm_content .mode_name p:last-of-type{
            font-weight: 300;
            margin-top: 8px;
        }
        .message .form input{
            box-shadow: none;
            height: 48px;
        }
        .message .form input::placeholder{
            font-size: 13.5px;
        }
        .message .form textarea{
            box-shadow: none;
        }
        .message .form textarea::placeholder{
            font-size: 13.5px;
        }
        .message h1{
            color: #000;
            line-height: 42px;
            font-size: 30px;
            margin-bottom: 30px;
        }
        .message .p1{
            color: #000;
            margin-bottom: 18px;
            font-size: 17px;
        }
        .message{
            margin-top: 80px;
            margin-bottom: 60px;
            justify-content: initial;
        }
        .message .form .submit{
            font-weight: normal;
            background: #324589;
            width: 200px;
            height: 50px;
            margin-top: 10px;
        }
        .message .form .reset{
            color: #000;
            border: 1px solid #666;
            background: none;
        }
        .message .form input[type="text"]{
            width: 48.6%;
            margin-right: 0 !important;
        }
        .message .form input[type="text"]:last-of-type{
            float: right;
        }
        .message .form{
            margin-left: auto;
            width: 50%;
        }
        
        	.mySwiper .swiper-pagination{
			width: 280px !important;
			    left: 50%;
			    margin-left: -140px;
			    bottom: 35px;
			    top: inherit;
				height: 3px;
		}
		.mySwiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
			background: rgba(233,70,71,.9);
		}
		.mySwiper .swiper-pagination-progressbar {
		    background: rgba(255,255,255,.5);
		}
		.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev{
			color: #fff;
			opacity: 1 !important;
		}
		.mySwiper .swiper-button-next:after, .swiper-button-prev:after{
			font-size: 12px;
			display: none;
		}
		.mySwiper .swiper-button-next span{
			font-weight: 300;
			display: flex;
			margin-left: 20px;
		}
		.mySwiper .swiper-button-prev span{
			font-weight: 300;
			display: flex;
		}
		.mySwiper .swiper-button-next img{
			transform: rotate(-180deg);
		}
		.mySwiper .pan{
			position: relative;width: 440px;left: 50%;margin-left: -220px;
		}
		.mySwiper .num{
			position: absolute;
			right: 50px;
			width: 50px;
			top: 50%;
			margin-top: -34px;
			z-index: 999;
			text-align: center;
		}
		.mySwiper .num span{
			color: rgba(255,255,255,.6);
			display: block;
		}
		.mySwiper .num span.first{
			color: rgba(233,70,71,1);
		}
		.mySwiper .num span:nth-child(2){
			width: 18px;
			height: 1px;
			background: rgba(255,255,255,.6);
			margin: 12px auto;
		}
		.mySwiper .num span b{
			font-weight: normal;
		}
		 .inco .img2{
        display: none;
    }
    .Servicecentre .list .box:hover .img2{
        display: block;
    }
     .Servicecentre .list .box:hover .img1{
        display: none;
    }
     .productswiper .swiper-button-next{
				right: -90px;
			}
			.productswiper .swiper-button-next img{
				width: 60px;
			}
			.productswiper .swiper-button-prev{
				left: -90px;
			}
			.productswiper .swiper-button-prev img{
				width: 60px;
			}
			.Banks a{
		        color: #fff;
		    }
		    .Banks a:hover{
		        color: #e94647;
		    }
		    
		    .footer_center .link .icon img{
        filter: grayscale(1);
        opacity: .6;
        cursor: pointer;
    }
    .footer_center .link .li:hover .icon img{
        opacity: 1;
        filter: grayscale(0);
    }