
body{padding: 0;margin: 0;width: 100%;}
.con{max-width:1150px;margin: 0 auto;}
/*pages*/
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
 
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
 
.pager li {
  display: inline;
}
 
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
 
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
 
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
 
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
 
.pager:before,
.pager:after,
.pager:after,
 
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
 
.pagination > li {
  display: inline;
}
 
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;

}

/*article_images.html*/
.article-swiper .swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-swiper .swiper-slide {
  background-size: cover;
  background-position: center;
}

.article-swiper .gallery-top {
  height: 80%;
  width: 100%;
}

.article-swiper .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.article-swiper .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

.article-swiper .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
    
/*index.html*/
.banner{width: 100%;height: 500px;}
.swiper-container{
  width: 100%;height: 100%;
}
.swiper-slide {
    overflow:hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.banner-mini{width: 100%;height: 250px;overflow:hidden}
.swiper-container-mini{
  width: 100%;height: 100%;
}
.swiper-container-mini .swiper-slide {
    overflow:hidden;
}
.swiper-container-mini .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.thumb{
  border-radius: .25rem!important;
  overflow:hidden;
}


.thumb img{
  transform: scale(1);
    transition: all 0.4s ease-in-out;
}
.thumb img:hover{
  transform: scale(1.1)
}

.product{
  background-color: #102147;
  background-image: url('../images/p17.png');
  background-repeat: no-repeat;
}
.product-t{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news{
  background-image: url('../images/bg-pattern.png');
  color: #102146;
}
.news-title, .news-info{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news img{
  background: transparent;
  box-shadow: 0 25px 20px -21px rgba(0,0,0,0.57);
}

.con-about{
  position:relative;
  overflow:hidden;
}
.con-about-bg{
  position:absolute;
  top: 0;
  left: 45%;
  background-image: url('../images/bg-shape1.png');
    opacity: 1;
    z-index: -1;
    width: 700px;
    height: 400px;
    background-repeat: no-repeat;
    background-position: 10% 0%;
    animation-name: aboutBgAni;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
@keyframes aboutBgAni{
    0%{background-position: 10% -10%}
    50%{background-position: 10% 0%}
    100%{background-position: 10% -10%}
}
.about-form form{
  background-color: #f0f2f7;
    border-radius: 5px;
    padding: 20px;
    box-sizing:border-box;
    position:relative;
}
.form-ico{
  position:absolute;
  top: -50px;
  right: 20px;
  background-color:#EE212B;
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius:100%;
  border: 8px solid #fff;
  font-size: 40px;
}
.links {color: #dedede;border-top:5px solid #102147;}
.links .con{height:50px;line-height:50px;}
.links span{font-size: 30px;color: #dedede;font-family: impact;margin-right:30px;}
.links a{text-decoration: none;margin: 0 10px;}
.links a:hover{text-decoration: underline;}

/*list_article.html*/
.mini-navs{
  width: 100%;
  height: 10rem;
  position:relative;
  background-position: center !important;
}
.mini-navs-con{
  width:100%;
  height: 100%;
  position:absolute;
  left: 0;top: 0;
  padding: 50px 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.pages a{
  color:#082C4B;
}

/*list_images.html*/
.list-images .product-t{
  color: #082C4B;
}
.mw-50{
  max-width: 50%;
}

/*head*/
/*.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}*/
.head-top{width: 100%;background-color:#082c4b;color: #fff;padding: 10px 0;}
/*.head-top{width: 100%;background-color:#04acc9;color: #fff;padding: 10px 0;}*/
.head-nav{width: 100%;background-color: #16264b;}

.head-top .contact{position:relative;margin-right:25px;}
.head-top .contact:not(:first-child):before {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    top: 5px;
    bottom: 1px;
    left: -16px;
    margin: auto;
    height: 15px;
    width: 1px;
}
.head-top .container, .head-nav .container{margin: 0 auto;font-weight:bold;max-width:1150px;}
.head-nav .col-lg-12, .head-nav .container-fluid{padding: 0!important;;}

.head-nav .navbar{background-color:#16264b;}
.head-nav .navbar .navbar-collapse{flex-grow: 0;}

.head-nav .navbar .nav-item .nav-link{background-color:#fff;border-radius:22px;padding: 6px 25px;font-weight:bold;color: #000!important;}
.head-nav .navbar .nav-item .active{background-color:red;color: #fff!important;}
.head-nav .navbar-toggler{
  margin-right: 10px;
}
.head-nav .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}
.head-nav .dropdown-menu{padding: 0 0;border-radius:0;border-top: 3px solid #000;}
.head-nav .navbar .dropdown-menu .dropdown-item{
  position: relative;
  padding: 0.55rem 1rem;
  border-top:1px solid #eee;
}
.head-nav .navbar .dropdown-menu .dropdown-item::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: center;
  transform: scale3d(1, 0, 1);
}
.head-nav .navbar .dropdown-menu .dropdown-item:hover::after{
  border-left: 4px solid #000;
  transform: scale3d(1, 1, 1);
    transition: transform 0.5s;
}


/*footer*/

#footer{
  width: 100%;
  padding-top: 40px;
  background-color: #102147;
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
}

.foot-item{
  color: #9faab6;
  margin-bottom: 20px;
}
.foot-item h4{
  font-weight: bold;
  color: #fff;
  margin-bottom:20px;
}
.info{

}

#footer .navs{
  width:100%;
}
#footer .navs div{
  width: 50%;
  margin-bottom: 10px;
}
#footer .navs i{
  color: #ee212b;
}
#footer .navs a{
  color: #9faab6;
  text-decoration: none;
}
#footer .news-list .news-item{

}
#footer .news-list .news-img{
  width: 20%;
}
#footer .news-list a{
  color: #9faab6;
}
#footer .news-list .news-con{
  padding-left: 5px;
  box-sizing:border-box;
  width: 80%;
}
#footer .news-list .news-con .title{
  font-size: 0.8rem;
  color: #fff;
}


.copyright{
  font-size: 1rem;
  text-align:center;
  font-weight: bold;
  padding: 30px 0;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
  color: #9faab6;
}
.copyright a{color: #9faab6;}


/*side.html*/
.side-item{
  margin-bottom: 20px;
}
.side-item .side-title{
  position:relative;
  font-weight: bold;
  color: #082C4B;
  font-size: 1.1rem;
  line-height:1.1rem;
  padding-bottom: 15px;
}
.side-item .side-title:before{    
  background: #f5f5f5;
    width: 100%;
    border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
}
.side-item .side-title:after{    
  background: rgba(8, 44, 75, 0.3);
  border-radius: 10px;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 50px;
}
.side-list-item{
  margin-top: 10px;
}
.side-list-item img{
  display:block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  border-radius:5px;
}
.side-list-item-title{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  font-size: 0.8rem;
  color: #102147;
  font-weight:700;
}
.side-list-item-time{
  font-size: 0.6rem;
  color: #888f96;
}
.side-con-title{
  color: #082C4B;font-weight:700;font-size:1.1rem;
}
.fouricon{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.fouricon>div{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 40px 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px #ccc;
	margin: 0 4px 6px;
}
.fouricon>div img{
	
}
.fouricon>div p{
	font-size: 20px;
	margin: 25px 0;
	font-weight: bold;
}
.fouricon>div span{
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
	color: #666;
	min-height: 80px;
}
.fouricon>div div{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #FF7426;
	border:1px solid #FF7426;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.fouricon>div div:hover{
	background: #FF7426;
	color: #fff;
}
.conwarp{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.conwarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarp{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.casewarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarptitsm1{
	display: block;
}
.casewarptitsm2{
	display: none;
}
.mobabtit{
	color: #FF7426;
	font-size: 28px;
}
.mobbottomcon{
	display: none;
}
.mobbiaoti{
	display: none;
}
.xiaobiaoti{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 50px;
}
.xiaobiaoti p{
	width: 40%;
	color: #fff;
	font-size: 20px;
	margin-top: 20px;
}
.headcon{
	width: 100%;
	height: 72px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	transition: all 0.5s;
}
.headconscroll{
	background-color: rgba(0,0,0,0.6);
}
.headwarp{
	width: 1200px;
	height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}
.showlist{
	display: none;
	position: absolute;
	right: 15px;
	z-index: 9999;
}
.phonelist{
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	right: -200px;
	background-color: #3A3A3A;
	transition: all 0.3s;
	padding-top: 70px;
	padding-bottom: 20px;
}
.phonelist a{
	display: block;
	color: #ccc;
	width: 80px;
	text-align: center;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}
.phonelist a.active{
	background-color: #111;
	color: #FF7426;
}
.phonelistactive{
	display: block;
	right: 0;
}
.navbox{
	display: flex;
	align-items: center;
}
.navbox a{
	display: inline-block;
	height: 72px;
	line-height: 72px;
	color: #fff;
	margin: 0 30px;
	font-size: 16px;
	cursor: pointer;
}
.navbox a.active{
	color: #FF7426;
}
.navbox a:hover{
	color: #FF7426;
}
.dianhua{
	display: flex;
	align-items: center;
	margin-left: 15px;
}
.dianhua img{
	width: 18px;
}
.dianhua p{
	font-size: 18px;
	color: #fff;
	margin-left: 5px;
}
.conwarp{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.conwarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarp{
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.casewarptit{
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.casewarptitsm1{
	display: block;
}
.casewarptitsm2{
	display: none;
}
.mobabtit{
	color: #FF7426;
	font-size: 28px;
}
.mobbottomcon{
	display: none;
}
.fouricon{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.fouricon>div{
	width: 22%;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 40px 15px;
	border-radius: 15px;
	box-shadow: 0 0 5px #ccc;
	margin: 0 4px 6px;
}
.fouricon>div img{
	
}
.fouricon>div p{
	font-size: 20px;
	margin: 25px 0;
	font-weight: bold;
}
.fouricon>div span{
	font-size: 16px;
	margin-bottom: 25px;
	line-height: 24px;
	color: #666;
	min-height: 80px;
}
.fouricon>div div{
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	color: #FF7426;
	border:1px solid #FF7426;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.3s;
}
.fouricon>div div:hover{
	background: #FF7426;
	color: #fff;
}
.kunhuobox{
	width: 100%;
	height: auto;
	background-color: #F3F8FF;
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.casetab{
	width: 1200px;
	margin: 40px auto 0;
	display: flex;
}
.casetab p{
	flex: 1;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ccc;
	color: #333;
	border-radius: 20px;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.5s;
}
.casetab p:nth-last-child(1){
	margin-right: 0;
}
.casetab p:hover{
	border:1px solid #FF7426;
	background: #FF7426;
	color: #fff;
}
.casetab p.caseactive{
	border:1px solid #FF7426;
	background: #FF7426;
	color: #fff;
}
.tabwarp{
	width: 1200px;
	margin: 0 auto;
}
.tabneirong{
	width: 1200px;
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tabneirong>a{
	width: 23.5%;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.tabneirong>a div{
	height: 250px;
	overflow: hidden;
	position: relative;
}
.tabneirong>a div img{
	transition: all 0.5s;
}
.tabneirong>a div .appicon{
	width: 90px;
	height: 90px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 999;
	transform: translate(-50%,40%);
	border-radius: 16px;
}
.tabneirong>a div .mask{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.5s;
}
.tabneirong>a ul{
	padding: 20px 15px;
	background-color: #fff;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.tabneirong>a ul li{
	font-size: 14px;
	color: #737373;
	display: block;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #d8d8d8;
	overflow: hidden;
}
.tabneirong>a:hover .guodu{
	transform: scale(1.2);
}
.tabneirong>a:hover .mask{
	height: 250px;
}

.footwarp{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url("../img/footbg.png") repeat;
}
.footwarp .con{
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footwarp .con .left .left-info{
	display: flex;
}
.footwarp .con .left .left-info .shu{
	width: 2px;
	height: 38px;
	background: url("../img/bgbott.png") no-repeat;
	margin: 0 25px;
}
.footwarp .con .left .left-info>div{
	display: flex;
	align-items: center;
	color: #ccc;
}
.footwarp .con .left .left-info>div div{
	margin-left: 10px;
	font-size: 13px;
}
.copyright{
	display: flex;
	justify-content: space-between;
	color: #ccc;
	font-size: 15px;
	margin-top: 30px;
}
.right_bottom_noname{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.right_bottom_noname img{
	width: 115px;
}
.right_bottom_noname span{
	font-size: 14px;
	color: #ccc;
	margin-top: 5px;
}
.about{
	width: 100%;
	height: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("../img/wp7.jpg") no-repeat;
}
.abputcon{
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	height: 400px;
	display: flex;
	align-items: center;
}
.abputcon .left{
	color: #FF7426;
	font-weight: bold;
	font-size: 25px;
	flex-shrink: 0;
}
.abputcon .right{
	margin-left: 100px;
}
