@media(min-width: 1440px){
	.container{
		max-width: 1310px;
	}
}
body{
    font-family: '微软雅黑';
}
ul{
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
p,h1,h2,h3,h4,h5{
	margin: 0;
}
*{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.hidden-lg{
	display: none;
}

.row{
	margin: 0;
	display: block;
}
.navbar{
	padding: 0rem 0;
	position: fixed;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.navbar .container{
	position: relative;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
	color: #3269ff;
	border-bottom: 3px solid #3269ff;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
	color: #3269ff;
	border-bottom: 3px solid #3269ff;
}
.navbar-light .navbar-nav .nav-link{
	color: #333;
	padding: 1.5rem 0;
	margin: 0 1.5rem;
	border-bottom: 3px solid #fff;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{

	padding-right: 0;
}
.navbar-collapse{
	flex-grow: 0;
}

.dropdown-menu{
	margin: 0;
	border: none;
	border-radius: 0;
	padding: 3% 0;
	left: -21px;
}
.dropdown-menu .dn{
	display: flex;
	flex-direction: column;
	align-items: center;
	
}
.dropdown-menu .dropdown-item{
	padding: 10px 0;
	text-align: center;
	background: none!important;
	display: inline-block;
	width: auto;
	border-bottom:1px solid #fff ;

	
}

.dropdown-menu .dropdown-item:hover{
	/*border-bottom: 1px solid #3269ff;*/
	color: #3269ff;
}
.pronav{
	position: static;
}
.pronav .dropdown-menu{
	width: 100%;
	padding: 3% 0;
}

.pronav .dropdown-menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.pronav .dropdown-menu ul li .th3 a{
	color: #3269ff;
}
.pronav .dropdown-menu ul li .dropdown-item{
	padding: 0;
	background: none!important;
}
.pronav .dropdown-menu ul li i{
	height: 20px;
    display: inline-block;
    width: 18px;
    background-size: 18px 20px;
    position: relative;
    top: 3px;
}
.pronav .dropdown-menu ul li dl dd{
	margin-top: 15px;
	margin-left: 32px;
}
.pronav .dropdown-menu ul li dl dd a{
	color: #000000;
	font-size: 16px;

}
.pronav .dropdown-menu ul li dl dd a:hover{
	color: #3269ff;
	/*border-bottom: 1px solid #3269ff;*/

}

.page{
	background: #ffffff;
	margin-top: 1rem;
	padding: 1rem 0;
}
.page-select{
    display: none;
}
.page .pagination {
  display: flex;
  justify-content: center;
  justify-content: center;
}


.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
}
.page-status,.page-index ,.page-last{
    display: none;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
}
.pagination a:hover {
  color: #fff;
  border: 1px solid #c40000;
  background: #c40000;
}
.pagination a.page-num-current {
  color: #fff;
  background: none;
  border: 1px solid #c40000;
  background: #c40000;
}
.bmtitle{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    display: grid;
    align-content: center;
    justify-content: center;
    top: 0;
}
.bmtitle h4{
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}
.bmtitle p{
    color: #fff;
    font-size: 20px;
}
.search{
	position: relative;
}
.search input{
	border: 1px solid #000;
	border-radius: 5px;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	width: 200px;
}
.search button{
	position: absolute;
	left: 5px;
	border: none;
	background: none;
	top: 4px;
}
.banner{
	position: relative;
	overflow: hidden;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide .con{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 30%;
}
.banner .swiper-slide .con h1{
	color: #fff;
	font-size: 42px;
	font-weight: normal;
}
.banner .swiper-slide .con h3{
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 2.5% 0;
}
.banner .swiper-slide .con .tmore{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #fff;
	border-radius: 20px;
	width: 180px;
	margin: 1.5% auto 0;
	display: block;
	line-height: 40px;
}
.banner .swiper-slide .con .down{

	margin: 4% auto 0;
	display: block;
}
.banner .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	width: 10px;
	height: 10px;
}
.banner .swiper-pagination-bullet-active{
	background: none;
	border: 1px solid #fff;
}

.title{
	text-align: center;
}
.title h2{
	color: #000;
	font-size: 36px;
	font-weight: 600;
}
.title p{
	color: #363636;
	font-size: 16px;
	margin-top: 15px;
}

/*首页产品*/
.ipro{
	padding-top: 60px;
}
.ipro .tpnav{
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-around;
	    max-width: 780px;
	    margin: 4% auto;
}
.ipro .tpnav .item{
	flex-wrap: wrap;
	text-align: center;

}

.ipro .tpnav .item .img-wrapper{
	display: inline-block;
	overflow: hidden;
	text-align: center;
	margin: auto;
	height: 60px;
	display: grid;
	align-items: center;
    justify-content: center;
}
.ipro .tpnav .item .img-wrapper img{
	display: inline-block;
	transition: .6s;
	filter: contrast(0);
}
.ipro .tpnav .item h5{
	font-size: 16px;
	color: #000;
	transition: .6s;
}
.ipro .tpnav .item:hover .img-wrapper img{
    filter: contrast(1);
}
.ipro .tpnav .item:hover h5{
	background: linear-gradient(to right,#15bbf7,#882ff7);
        -webkit-background-clip: text;
        color: transparent;

}
.ipro .tpnav .active .img-wrapper img{
    filter: contrast(1);
}
.ipro .tpnav .active h5{
	background: linear-gradient(to right,#15bbf7,#882ff7);
        -webkit-background-clip: text;
        color: transparent;

}
.nprotcon img{
    max-width: 100%!important;
}
.ipro .pron{
    position: relative;
    height: 525px;
}
.ipro .pron .mitem{
	background: url(../images/cpsc.png) no-repeat;
	background-size: cover;
	padding: 5% 0 4%;
	opacity: 0;
	transition: .8s;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}
.ipro .pron .mitem:first-child{

	opacity: 1;
}
.ipro .pron .mitem .pronn{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.ipro .pron .mitem .pronn .pronnl{
	flex: 0 0 50%;
	width: 50%;
}
.ipro .pron .mitem .pronn .pronnr{
	flex: 0 0 50%;
	width: 50%;
	
}
.ipro .pron .mitem .pronn .pronnr h4{
	font-size: 28px;
	color: #fff;
}
.ipro .pron .mitem .pronn .pronnr .line{
	height: 4px;
	width: 38px;
	background: #3269ff;
	margin: 3% 0;
}
.ipro .pron .mitem .pronn .pronnr p{
	color: #fff;
	font-size: 14px;
	max-width: 430px;
}
.ipro .pron .mitem .pronn .pronnr .iprosw{
	overflow: hidden;
	position: relative;
	margin-top: 6%;
}

.ipro .pron .mitem .pronn .pronnr  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	display: none;
}
.ipro .pron .mitem .pronn .pronnr  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: -40px;
	top: 75%;
	background: url(../images/aright.png) no-repeat;
}
.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide{
	height: 179px;
	background: url(../images/ipb1.png) no-repeat;
	background-size: 100% 100%;
	padding: 3% 3%;
	transition: .6s;
}

.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide:hover{
	height: 179px;
	background: url(../images/ipb2.png) no-repeat;
	background-size: 100% 100%;
}
.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide h5{
	font-size: 16px;
	color: #fff;
}
.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide ul{
	margin-top: 8%;
}
.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide ul li a{
	font-size: 12px;
	color: #fff;
}
.ipro .pron .mitem .pronn .pronnr .iprosw .swiper-slide ul li:hover a{
	color: #ffde00;
	text-decoration: underline;
}


/*应用方案*/
.yyfa{
	padding-top: 60px;
}
.yyfa .yyfalist{
	display: flex;
	flex-wrap: wrap;
	margin-top: 2%;
}
.yyfa .yyfalist .item{
	flex: 0 0 48.5%;
	margin-right: 3%;
	margin-top: 3%;
	box-shadow: 0px 0px 10px 3px #eaeaea;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	overflow: hidden;
}
.yyfa .yyfalist .item:nth-child(2n){
	margin-right: 0;
}
.yyfa .yyfalist .item .img{
	position: absolute;
	display: none;

}
.yyfa .yyfalist .item .img .con{
	position: absolute;
	width: 100%;
	padding: 40px 30px;
	top: 0;
	left: 0;
}
.yyfa .yyfalist .item .img .con h3{
	font-size: 30px;
	color: #fff;
}
.yyfa .yyfalist .item .img .con p{
	font-size: 16px;
	color: #fff;
	max-width: 280px;
	margin: 20px  0 45px;
}
.yyfa .yyfalist .item .img .con a{
	font-size: 18px;
	color: #fff;
	display: block;
}
.yyfa .yyfalist .item .iteml{
	padding: 40px 30px;
	flex: 0 0 60%;
	width: 60%;
}
.yyfa .yyfalist .item .iteml  h3{
	font-size: 30px;
	color: #000;
}
.yyfa .yyfalist .item .iteml  p{
	font-size: 16px;
	color: #000;
	max-width: 280px;
	margin: 20px  0 25px;
}
.yyfa .yyfalist .item .iteml  .nlist{
	display: flex;
	flex-wrap: wrap;
}
.yyfa .yyfalist .item .iteml  .nlist a{
	flex: 0 0 32.33%;
	margin-right: 1.5%;
	display: block;
	border: 1px solid #e2e2e2;
	text-align: center;
	border-radius: 20px;
	margin-top: 1.5%;
	color: #525252;
	font-size: 12px;
	line-height: 30px;
}
.yyfa .yyfalist .item .iteml  .nlist a:nth-child(3n){
	margin-right: 0;

}
.yyfa .yyfalist .item .itemr{
	padding: 40px 30px;
	flex: 0 0 40%;
	width: 40%;
}
.yyfa .imore{
	display: block;
	text-align: center;
	margin: 40px auto ;
	width: 250px;
	line-height: 50px;
	background: #3269ff;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}

/*合作伙伴*/
.hzhb{
	padding: 60px 0;
	background: #1d212a;
}
.hzhb .title h2{
	color: #fff;
}
.hzhb .title p{
	color: #fff;
}
.hzhb .tswpar{
	position: relative;
	margin-top: 40px;
}
.hzhb .swpar{
	overflow: hidden;
	padding:20px 0;
}
.hzhb .swpar .swiper-slide img{
    transition: .6s;
}
.hzhb .swpar .swiper-slide:hover img{
    transform: translateY(-20px);
}
.hzhb .tswpar .swiper-button-prev{
	background: url(../images/pleft1.png);
	left: -60px;
	background-size: 42px 42px;
	height: 42px;
	width: 42px;
}
.hzhb .tswpar .swiper-button-next{
	background: url(../images/pright1.png);
	right: -60px;
	background-size: 42px 42px;
	height: 42px;
	width: 42px;
}
.jszc{
	margin-top: 5%;
}
.jszc .jszct{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jszc .jszct h2{
	color: #fff;
	font-size: 30px;
	width: 60%;
}
.jszc .jszct h2 span{
	color: #fff;
	font-size: 14px;
	padding-left: 3%;
}
.jszc .jszct a{
	color: #3369fe;
	font-size: 18px;
}
.jslist{
	display: flex;
	flex-wrap: wrap;
}
.jslist .item{
	flex: 0 0 24%;
	margin-right: 1.33%;
	display: flex;
	padding: 30px 10px 30px 20px;
	background: #2b303b;
	justify-content: space-between;
	margin-top: 3%;
}
.jslist .item:nth-child(4){
	margin-right: 0;
}
.jslist .item .itl{
	flex: 0 0 26%;
}
.jslist .item .itr{
	flex: 0 0 72%;
}
.jslist .item .itr h3{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.jslist .item .itr p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}


/*核心优势*/
.hxys{
	padding: 120px 0 60px;
}


/*成功案例*/
.icase{
	padding: 60px 0 80px;
	background: #f8f8f8;
}
.cgsw{
	position: relative;
	margin-top: 4%;
}
.cgsw .cgswiper{
	overflow: hidden;
	padding: 10px 0;

}
.cgsw .cgswiper .swiper-slide{
	background: #fff;
	box-shadow: 0px 0px 10px 3px #eaeaea;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
.cgsw .cgswiper .swiper-slide .cgl{
	flex: 0 0 40%;
}
.cgsw .cgswiper .swiper-slide .cgr{
	flex: 0 0 60%;
	padding: 0 40px;
}
.cgsw .cgswiper .swiper-slide .cgr h3{
	font-size: 30px;
	color: #000;
}
.cgsw .cgswiper .swiper-slide .cgr .line{
	background: #3269ff;
	height: 5px;
	width: 40px;
	margin: 4% 0;
}
.cgsw .cgswiper .swiper-slide .cgr p{
	font-size: 14px;
	max-width: 530px;
	line-height: 2;
}
.cgsw .cgswiper .swiper-slide .cgr a{
	color: #000000;
	font-size: 14px;
	display: block;
	width: 115px;
	line-height: 45px;
	text-align: center;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	margin-top: 4%;
}
.cgsw .swiper-pagination{
	width: 100%;
	margin-top: 20px;
}
.cgsw .swiper-pagination .swiper-pagination-bullet{
	width: 35px;
	height: 2px;
	margin: 0;
}
.cgsw .swiper-button-prev ,.cgsw .swiper-button-next{
    display: none;
}

/*关于我们*/
.iabout{
	background: url(../images/iaboutbg.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0 60px;
}
.iabout .iaboutt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.iabout .iaboutt .iabl{
	flex: 0 0 56%;
}
.iabout .iaboutt .iabl h2{
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}
.iabout .iaboutt .iabl p{
	font-size: 14px;
	color: #fff;
	line-height: 2.5;
	margin-top: 20px;
}
.iabout .iaboutt .iabl a{
	font-size: 14px;
	color: #fff;
	position: relative;
	margin-top: 6%;
	display: block;

}
.iabout .iaboutt .iabl a img{
	padding-left: 30px;
	transition: .6s;
}
.iabout .iaboutt .iabl a:after{
	content: '';
	width: 230px;
	height: 1px ;
	background: #fff;
	left: 0;
	bottom: -15px;
	display: block;
	position: absolute;
}
.iabout .iaboutt .iabl a:hover{
    color: #3269ff;
}
.iabout .iaboutt .iabl a:hover img{
    transform: translateX(30px);
}


.iabout .iaboutt .iabr{
	flex: 0 0 38%;
}

.iabout .iaboutc{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 8%;
}
.iabout .iaboutc .item{
	text-align: center;
	border-bottom: 1px solid #fff;
	padding: 0 15px 15px;
}
.iabout .iaboutc .item h2{
	color: #fff;
	font-size: 50px;

}
.iabout .iaboutc .item h2 span{
	color: #fff;
	font-size: 14px;
}
.iabout .iaboutc .item p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
.iabout .iaboutb {
	display: flex;
	flex-wrap: wrap;
	margin-top: 8%;
	align-items: center;
}
.iabout .iaboutb .item{
	margin-right: 1%;
}
.iabout .iaboutb .item:last-child{
	margin-left: 1%;
}
.iabout .iaboutb .item h4{
	font-size: 12px;
	color: #fff;
	text-align: center;
	letter-spacing: 4px;
	margin-top: 10px;
}
.iabout .iaboutb .item h3{
	font-size: 24px;
	color: #fff;
	
}
.iabout .iaboutb .item p{
	font-size: 14px;
	color: #fff;
	margin-top: 8px;
	
}

/*新闻中心*/
.inews{
	padding: 60px 0;
}
.newsnav{
	text-align: center;
	color: #2c2c2c;
	font-size: 18px;
}
.newsnav a{
	display: inline-block;
	color: #2c2c2c;
	font-size: 18px;
	margin:0 10px;
}
.newsnav a:hover{
	color: #3269ff;

}
.newsnav a.active{
	color: #3269ff;

}
.newsc{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3%;
	justify-content: space-between;
}
.newsc .newscl{
	flex:0 0 30%;
}
.newsc .newscr{
	flex:0 0 65%;
}
.newsc .newscr li{
	margin-top: 4.8%;
}
.newsc .newscr li:first-child{
	margin-top: 0;
}
.newsc .newscr li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.newsc .newscr li a .nscrl{
	flex: 0 0 80%;
}
.newsc .newscr li a .nscrl h4{
	color: #2c2c2c;
	font-size: 18px;
}
.newsc .newscr li a .nscrl p{
	color: #808080;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
.newsc .newscr li a .nscrr .ym{
	font-size: 31px;
	color: #b5b5b5;
}
.newsc .newscr li a .nscrr .year{
	font-size: 18px;
	color: #d6d6d6;
}

footer{
	padding: 100px 0 40px;
	background: #222222;
}
footer .foot{
	display: flex;
	flex-wrap: wrap;
}
footer .foot .footl{
	flex: 0 0 24%;
}
footer .foot .footl h4{
	margin-top: 12%;
	color: #ffffff;
	font-size: 16px;
}
footer .foot .footc {
	display: flex;
	flex-wrap: wrap;
	margin-left: 2%;
	flex: 0 0 40%;
}
footer .foot .footc div{
	flex: 0 0 25%;
}
footer .foot .footc div h3{
	color: #fff;
	font-size: 18px;
}
footer .foot .footc div ul li{
	margin-top: 10px;
}
footer .foot .footc div ul li a{
	color: #ebebeb;
	font-size: 12px;
}
footer .foot .footcw{
	flex: 0 0 10%;
	text-align: center;

}
footer .foot .footcw h4{
	font-size: 16px;
	color: #fff;
	margin-top: 8px;
	letter-spacing: 4px;
	text-indent: 4px;
}
footer .foot .footr{
	flex: 0 0 22%;
	margin-left: 2%;
	display: flex;
}
footer .foot .footr .footrl{
	flex: 0 0 100%;
}
footer .foot .footr .footrl h4{
	color: #fff;
    font-size: 18px;
}
footer .foot .footr .footrl .footrltel{
	color: #fff;
	font-size: 30px;

}
footer .foot .footr .footrl ul li{
	display: flex;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
footer .foot .footr .footrl ul li .icon{
	margin-right: 3%;
}

footer .foot .footr .footrr a{
	display: block;
	background: #3269ff;
	color: #fff;
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	padding: 5px 0;
	position: relative;
	top: -16px;

}
footer .copyright{
	margin-top: 4%;
}
footer .copyright p{
	color: #a6a6a6;
	font-size: 14px;
}
footer .copyright p a{
	color: #a6a6a6;
	font-size: 14px;
}
footer .copyright .bot{
	color: #a6a6a6;
	font-size: 14px;
}
footer .copyright .bot a{
	color: #a6a6a6;
	font-size: 14px;
}
@media(max-width:1400px){
    .yyfa .yyfalist .item .iteml{
        padding:25px 30px;
    }
}
.hidden-xs{
    display: block;
}
.hidden-lg{
    display: none;
}
@media(max-width:780px){
    
    .container .navbar-brand img{
   
    }
    
    
    
    .banner .swiper-slide .con{
        top: 0;
    height: 100%;
    display: grid;
    align-content: center;
    align-items: center;
    }
    .banner .swiper-slide .con h1{
        font-size: 16px;
    }
    .banner .swiper-slide .con h3{
        font-size: 14px;
    }
    .banner .swiper-slide .con a{
        font-size: 13px;
        line-height: 30px;
        width: 120px;
    }
	.hidden-lg{
		display: block;
	}
	.hidden-sm{
		display: none;
	}
	.title h2{
	    font-size: 24px;
	}
	.ipro .pron .mitem .pronn .pronnl{
	    flex: 0 0 100%;
	    width:100%;
	}
	.ipro .pron .mitem .pronn .pronnr{
	    flex: 0 0 100%;
	    width:100%;
	}
	.yyfa .yyfalist .item{
	    flex: 0 0 98%;
	    margin:15px 0 0;
	}
	.yyfa .yyfalist .item .iteml{
	    flex: 0 0 100%;
	    width: 100%;
	    padding:15px;
	}
	.yyfa .yyfalist .item .itemr{
	    flex: 0 0 100%;
	    width: 100%;
	    padding:15px;
	}
	.yyfa .imore{
	    line-height: 40px;
	}
	.hzhb{
	    padding:30px 0;
	}
	.jszc .jszct h2{
	    font-size: 24px;
	}
	.jszc .jszct h2 span{
	    display: block;
	    padding-left: 0;
	    margin-top:5px;
	}
	.jszc .jszct a{
	    font-size: 16px;
	}
	.jslist .item{
	    flex: 0 0 100%;
	    margin-right: 0;
	}
	.hxys{
	    padding:35px 0;
	}
	.cgsw .cgswiper .swiper-slide .cgl{
	    flex: 0 0 100%;
	}
	.cgsw .cgswiper .swiper-slide .cgr{
	    flex: 0 0 100%;
	    padding:15px;
	}
	.cgsw .cgswiper .swiper-slide .cgr h3{
	    font-size: 24px;
	}
	.cgsw .cgswiper .swiper-slide .cgr a{
	    font-size: 14px;
	    line-height: 30px;
	    width: 100px;
	}
	.iabout .iaboutt .iabl{
	    flex:  0 0 100%;
	}
	.iabout .iaboutt .iabl h2{
	    font-size: 26px;
	}
    .iabout .iaboutt .iabr{
        flex: 0 0 100%;
        margin-top:25px;
    }
    .iabout .iaboutc .item{
        flex: 0 0 48%;
        margin:0 1%;
    }
    .iabout .iaboutc .item h2{
        font-size: 32px;
    }
    .iabout .iaboutc .item p{
        font-size: 12px;
    }
    .iabout .iaboutb .item:last-child{
        margin-top:10px;
    }
    .newsc .newscl{
        flex:0 0 100%;
    }
    .newsc .newscr{
        flex:0 0 100%;
        margin-top:10px;
    }
    .newsc .newscr li a .nscrl{
        flex: 0 0 70%;
    }
    .newsc .newscr li a .nscrr{
        flex: 0 0 28%;
    }
    .newsc .newscr li a .nscrr .ym{
        font-size: 24px;
    }
    .yyfa .yyfalist .item .img .con{
        padding:15px;
    }
    .yyfa .yyfalist .item .img .con h3{
        font-size: 24px;
    }
    .yyfa .yyfalist .item .img .con p{
        font-size: 14px;
        margin:15px 0;
    }
    .yyfa .yyfalist .item .img .con a{
        font-size: 16px;
    }
    footer .foot .footl{
        flex: 0 0 100%;
    }
    footer .foot .footl h4{
        margin-top:5%;
    }
    footer .foot .footc{
        flex: 0 0 100%;
        margin-left:0;
        margin-top:3%;
    }
    footer .foot .footc div h3{
        font-size: 16px;
    }
    footer .foot .footr{
        flex: 0 0 100%;
        margin-left:0;
        margin-top:3%;
        
    }
    footer .foot .footr .footrl .footrltel{
        font-size: 24px;
    }
    .navbar{
        padding:1rem 10px;
            width: 100%;
    }
    .search{
        padding: 0 15px;
    }
    .pronav .dropdown-menu ul li {
        flex: 0 0 100%;
        padding:0 15px;
    }
    .search button{
        left: 20px;
    }
    .ipro .pron{
        height: 400px;
    }
    .banner .swiper-slide .con .tmore{
        line-height: 30px;
        width: 120px;
        font-size: 14px;
    }
    .hidden-xs{
        display: none;
    }
    .hidden-lg{
        display: block;
    }
    .cgsw .cgswiper .swiper-slide{
        box-shadow: 0px 0px 0px 0px #eaeaea;
    }
    .ipro .pron .mitem .pronn .pronnr .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
    }
    .hzhb .tswpar .swiper-button-prev{
        display: none;
    }
    .hzhb .tswpar .swiper-button-next{
        display: none;
    }
    .navbar-nav .dropdown-menu{
        height: 200px;
        overflow-y: auto;
    }
    
    .dropdown-menu .dn{
            align-items: flex-start;
    text-align: left;
    padding-left: 3rem;
    }
    .iabout .iaboutb{
        flex-wrap: wrap;
    }
    .iabout .iaboutb .item{
        width: 49%;
        text-align: center;
    }
    .iabout .iaboutb .item:last-child{
        width: 100%;
    }
    .navbar-light .navbar-nav .nav-link{
        padding:.8rem 0;
    }
    .navbar-light .menu .navbar-toggler-icon{
        background: url(../images/close.png);
    }
}

