*{margin:0px;padding:0px;}body{background:#fff;margin:0px;padding:0px;text-decoration:none;font-variant:normal;font-family:'Microsoft YaHei';}a:link,a:visited,a:hover,a:active{text-decoration:none; color:#333;}a{text-decoration:none;}li{list-style-type:none;}ul,ol{list-style-type:none;list-style-image:none;}input[type="button"],input[type="submit"],input[type="text"]{-webkit-appearance:none;}textarea{-webkit-appearance:none;}select{-webkit-appearance:none;}html{font-size:14px;}@media screen and (max-width:1199px){html{font-size:100px;}body{max-width:750px;margin:0 auto;}}@media (max-width:767px){html{font-size:13.333333333333vw;}body{max-width:initial;}}


 
@font-face {
    font-family:SourceHanSansCN-ExtraLight;
    src: url(../fonts/sourcehansanscn-extralight.ttf),url(../fonts/sourcehansanscn-extralight.woff);

}

body{
	overflow-x: hidden;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.main{
	width: 1400px;
	margin:0 auto;
 

}

 

 
.head{
	width: 100%;
	height:137px;
	z-index: 100;
 	background: #fff;
 
}
.head .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 140px;
}
 
.head .name {
    width: 50%;
    height: 54px;
    font-size: 38px;
    font-weight: bold;
}

.head .right{
	display: flex;
	align-items: center;
	height: 88px;
}
.head .tel img{
	display: block;
	margin-right:10px;
}
.head .tel{

	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.head .tel p{
	font-size: 18px;
	color: #5f5f5f;
	margin-bottom: 5px;
}
.head .tel  b{
	color:rgb(253 96 1);
	font-size:34px;
  max-width: 288px;
	line-height: 34px;
  display: block;
}

.head  .btn{
	display: none;
}


.nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #0366c1;
    max-width: 1920px;
    margin: 0 auto;
}
.nav .breadcrumbnav li:first-child {
    background: rgb(253 96 1);
}

.nav ul{
	width: 1400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.nav ul li{
	height: 65px;
	position: relative;
	line-height: 65px;
	width: 100%;
	text-align: center;
}
 
 
.nav ul li a{
	display: block;
	font-size: 18px;
	color: #fff;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
}

.banner  .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:40px;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-slide img{
	display: block;

 	width: 100%;
}

.banner  .swiper-pagination span{
	display: block;
	width: 35px;
	height: 5px;
	opacity: 1;
 	transition: .5s;
	border-radius: 30px;
	background:#C5C4C3;
	margin: 0 5px !important;
	position: relative;
	outline: none;
}
 
.banner  .swiper-pagination .swiper-pagination-bullet-active{
 
 	background:#D1040B;
}

.mbanner  .swiper-pagination .swiper-pagination-bullet-active{
 	 
 	background:#D1040B;
}
 
.mbanner{
	display: none;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.title{
	padding-bottom:20px;
	position: relative;
	height: auto;
	overflow: hidden;
}
.title h4{
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color: #0366c1;
}
.title p{
	color: #999999;
	font-size: 18px;
	margin-top: 10px;
	text-align: center;
}

.title:after{
	content: "";
	width: 80px;
	height: 7px;
	background: rgb(253 96 1);
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	background: rgb(253 96 1);
}
.tab {
 
	margin: 0 auto;
	height: auto;
	width: 100%;
 
	margin-top: 20px;
	overflow: hidden;
}
.tab ul {
	display: table;
	margin: 0 auto;
}
.tab ul li{
	float: left;
	width: 170px;
	height:55px;
 	box-sizing: border-box;
	text-align: center;
	line-height:55px;
	margin-top: 10px;
	background:#E5E5E5;
	margin-bottom: 13px;
	font-size: 18px;
	margin-left: 5px;
 
}
.tab ul li a{
	display:block;
	font-size: 18px;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #1d1d1d;
}

.tab ul li:nth-child(8n-7){
	margin-left: 0;
}

.product{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}

.product .title{
	margin-bottom: 30px;
}
.product .list{
	float: left;
	width: 300px;
	height: 1152px;
	overflow: hidden;
	background: #F2F2F2;
}

.product .list .tit {
	background: #0366c1;
	height: 102px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product .list .tit h4{
	text-align: center;
	font-size: 30px;
	color: #fff;
}
.product .list .tit p{
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	text-transform: uppercase;
}

ul.fenl{
	display:block;
	text-align:center;
	margin:30px auto;
}
ul.fenl li {
    padding: 0 20px;
    background: #0366c1;
    line-height: 35px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
}
ul.fenl li a{
	color:#fff;
	font-size:16px;
}

.product .list ul{
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.product .list ul li{
	width: 100%;
	height: 53px;
	line-height: 53px;
	border: 1px solid rgb(253 96 1);
	margin-bottom: 14px;
	position: relative;
}

.product .list ul li:after{
	content: ">";
	position: absolute;
	right:10px;
	top: 0;
	color: #333333;
	font-size: 24px;
	font-family: '宋体';
}
.product .list ul li a{
	display: block;
	color: rgb(253 96 1);
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	padding-right: 34px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	box-sizing: border-box;
}
.product .pic{
	width:100%;
	float: right;
	height: auto;
	overflow: hidden;
 
}
.product .pic ul li:nth-child(4n) {
    margin-right: 0;
}
.product .pic ul li {
    float: left;
    width: 335px;
    height: auto;
    margin-right: 19px;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
}

.product .pic ul li p{
	width: 100%;
	height: 80px;
	background: #EEEEEE;
	border-top: 1px solid #eee;
	box-sizing: border-box;
	text-align: center;
	line-height: 80px;
	color: #333333;
	font-size: 20px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.product .pic ul li img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 254px;
}
.footer .intro .info a{
	color:#fff;
}

.gg {
    width: 100%;
    height: 173px;
    background: url(../img/gg.jpg) no-repeat center;
    background-size: 100%;
    margin-top: 40px;
}
 
.gg .main{
	 
	height: 211px;
}
.gg .tel {
    display: flex;
    float: right;
    top: 42%;
    transform: translateY(-50%);
    position: relative;
    align-items: center;
    margin-right: 27px;
}

.gg .tel  img{
	display: block;
	margin-right: 10px;
}
.gg .tel p{
	color:#ffffff;
	font-size: 18px;
	margin-bottom: 10px;
 
}

.gg .tel b{
	color:#fff;
	font-size: 37px;
	display: block;
 
	line-height: 40px;
}




.adv{
	width: 100%;
	height:616px;
	margin-top: 70px;
}


.adv ul{
 
	margin-top: 45px;
}

.adv ul li:first-child{
	margin-left: 0;
}
.adv ul li {
    float: left;
    width: 335px;
    height: 484px;
    overflow: hidden;
    transition: .5s;
    background: #F1F1F1;
    margin-right: 20px;
}
.adv ul li:last-child {
    margin-right: 0;
}

.adv ul li b{
	display: block;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	transition: .5s;
	background: #fff;
	text-align: center;
	color:#393939;
	font-size: 42px;
	font-weight: normal;
	text-align: center;
	line-height: 90px;
	margin: 0 auto;
	margin-top: -45px;
	z-index: 1;
	position: relative;
	box-shadow: 0 2px 5px 1px #D7D7D7;
}

.adv ul li div {
	overflow: hidden;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.adv ul li div img{
	display: block;
	transition: .5s;

}
.adv ul li:hover{
	box-shadow: 0 0 5px 1px #DADADA;
}
.adv ul li:hover img{

	transform: translateY(10px);
	transform:scale(1.05);
}
.adv ul li:hover b{
	transform: translateY(-20px);
}
.adv ul li   h4{
	color:#0366c1;
	font-size: 24px;
	text-align: center;
	margin-top: 10px;
}

.adv ul li .info{
	color:#6c6a6a;
	width:85%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 
.adv ul li img{
	display: block;
	width: 100%;
	 
}




.about{
	width: 100%;
	height: 820px;
	background: url(../img/bg01.jpg) no-repeat center;
	margin-top: 70px;
	overflow: hidden;
}
.about .title{
	margin-top: 65px;
}
.about .title p{
	color:#fff;
}

.about .title h4{
	color:#fff;
}
.about .title span{
	color:#fff;
}
.about .title:after{
	background: rgb(253 96 1);
}

.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 50px;
 	box-sizing: border-box;
	background: #fff;
	margin-top: 45px;
}

.about .pic{
	width: 49.56%;
	float: left;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .bd .tit{
	width: 100%;
	height:57px;
	font-size: 30px;
	color:#2c2c2c;
 
	overflow: hidden;
	border-bottom: 1px solid  #CCCCCC;
}
.about .tit h4{
	color: rgb(253 96 1);
	font-size: 36px;
}

 
.about .intro{
	width: 44.89%;
	height: auto;
	float: left;
	margin-left: 40px;
	overflow: hidden;
	margin-top:20px;

}

.about .intro .info{
	color:#767676;
	height:288px;
	overflow: hidden;
	line-height: 32px;
 
	text-indent: 2em;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp:9;
	-webkit-box-orient: vertical;
	overflow: hidden;
 

}

.about .intro a{
	display: block;
	width: 230px;
	height: 60px;
	border: 1px solid rgb(253 96 1);
	color: rgb(253 96 1);
	font-size: 18px;
	text-align: center;
	line-height: 60px;
	margin-top: 40px;
	font-size: 18px;
}



.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 70px;
	box-sizing: border-box;	
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.cases .box{
	display: flex;
}

.cases .pic ul{
	display: flex;
}

.cases .pic ul li {
	width: 332px;
	height: auto;
	overflow: hidden;
	margin-left: 20px;
}

.cases .pic ul li img{
	display: block;
	width: 100%;
}
.cases .pic ul li p{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #555555;
	font-size: 18px;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    line-height: 70px;
    background: #F1F1F1;
}


.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F2F2F2;
	padding: 90px 0;
	box-sizing: border-box;
}

.news ul{
	margin-top: 60px;
	width: 100%;
	height:625px;
	overflow: hidden;
}

.news ul li {
    width: 690px;
    height: auto;
    overflow: hidden;
    float: left;
    background: #FFFFFF;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.news ul li:nth-child(2n){
	float: right;
	background: #FFFFFF;
}

.news ul li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news ul li img{
	display: block;
	width: 218px;
	height: 165px;
}
.news ul li .intro {
	width: 100%;
	margin-right: 10px;
}

.news ul li .intro h4{
	width: 100%;
	color: #2b2b2b;
	font-size: 20px;
	font-weight: normal;
	width: 100%;
	  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news ul li .intro  p{
	color: #969696;
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 10px;
	line-height: 30px;
}

.news ul li .intro span{
	display: block;
	color: #969696;
	font-size: 16px;
	margin-top: 20px;
	background: url(../img/icon01.png) no-repeat right center;
}


.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}
.contact ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    overflow: hidden;
}

.contact ul li{
    float: left;
    width: 445px;
    height: 290px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    border: 1px solid rgb(253 96 1);
}

.contact ul li i{
    display: block;
    width: 100%;
    height: 105px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
 
}
.contact ul li i:after{
    content: "";
    width: 18px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: rgb(253 96 1);
}
.contact ul li img{
    display: block;
   
}

.contact ul li p{
    width: 100%;
    color: #555555;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
}
.contact ul li  b{
	color: rgb(253 96 1);
	font-size: 20px;
	text-align: center;
	margin-top: 15px;
}




.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #D6D6D6;
	height: 85px;
}
li.current-menu-item {
    background: rgb(253 96 1);
}
.links .tit{
	width: 146px;
	height: 20px;
	margin-top: 30px;
	float: left;
	background: url(../img/links.png) no-repeat center;
}

.links .tit p{
	color:rgb(253 96 1);
	font-size: 18px;
	line-height: 20px;
	margin-left: 28px;
}

.links  ul{
	float: left;
 
	width: 87%;
}

.links  ul li{
	height: 85px;
	padding: 0 20px;
	line-height: 85px;
	float: left;
}

.links  ul li a{
	color:#5d5d5d;
	font-size: 14px;
	display: block;
}
.links  ul li:hover a{
	color: rgb(253 96 1);
	text-decoration: underline;
}
.footer{
	width: 100%;
	min-height:300px;
	padding-top:50px;
	box-sizing: border-box;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	background:#0366c1;
	 
}

.footer .menu{
	float: left;
	width: 360px;
	height: auto;
	overflow: hidden;
}

.footer .menu ul{
	margin-top: 25px;
}
.footer .tit h4{
	color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
	position: relative;
}
.footer .tit h4:after{
	content: "";
	width: 23px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgb(253 96 1);
}

.footer .menu ul li{
	float: left;
	width: 176px;
	border: 1px solid #fff;
	line-height: 35px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 10px;
}
.footer .menu ul li:after{
	content: "+";
	position: absolute;
	right: 5px;
	color: #fff;
	font-size: 16px;
	top: 0;
}


.footer .menu ul li:nth-child(2n){
	float: right;
}
 
.footer .menu ul li a{
 	color: #fff;
 	font-size: 14px;
 	width: 100%;
 	   white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
 

.footer .intro {
    float: left;
    margin-left: 110px;
    height: auto;
    overflow: hidden;
    width: 51%;
}
.footer  .intro .info {
	margin-top: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 30px;
}
.footer .ewm{
	float: right;
}
.footer .ewm  ul{
	margin-top: 25px;
}
.footer .ewm  ul li{
	padding: 10px;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
	border: 1px solid #fff;
}
.footer .ewm  ul li:last-child{
	margin-right: 0;
}
.footer .ewm img{
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #fff;
	box-sizing: border-box;
 
}


.gotop{
	 display: none;
}
.float-right{
	width:auto;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 400px;
	right: 0;
	width: 190px;
	z-index: 1000;
}
.float-right ul li{
	width: 190px;
	margin-top: 5px;
	height:auto;
	overflow: hidden;
	margin-left: 130px;
	position: relative;
	 
	transition: .5s;
 
}
 
.float-right ul li span{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	border-radius: 50%;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
}
.float-right ul li:nth-child(1):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(4):hover{
	margin-left: 0;
}
.float-right ul li:nth-child(2):hover img{
	height: 120px;
}
.float-right ul li p{
	float: left;
	font-size: 18px;
	color:#0452C7;
	width: 130px;
	text-align: center;
 	height: 50PX;
 
 	box-sizing: border-box;
   	line-height: 50px;
	font-weight: bold;
 
}
.float-right ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #0f51bb;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
}
.float-right ul li:nth-child(1) span{
	background:#FFFFFF url(../img/float01.png)no-repeat  center;

}
.float-right ul li:nth-child(2) span{
	background:#FFFFFF url(../img/float02.png)no-repeat   center;
}
.float-right ul li:nth-child(3) span{
	background:#FFFFFF url(../img/float03.png)no-repeat   center;
}
 
.float-right ul li div{
	width:130px;
	float: left;
 
	height: auto;
	overflow: hidden;
}
.float-right ul li img{
	display: block;
	width: 120px;
	height:50px;
	transition: .3s;
	float: right;
	margin: 5px;
}





.float{
	display: none;
}


.cr{
	width: 100%;
	height: 135px;
	text-align: center;
	color: #999999;
	border-top: 1px solid #6C6C6C;
	font-size: 16px;
	background: #202020;
	line-height: 135px;
	 
	
}
.cr p{
	text-align: center;
	line-height: 50px;
}

 

.fn{
	display: none;
}

.crumbs{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f8f8f8;
}

.crumbs .tit{
	width: 52px;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	height: 52px;
 	float: left;
 	margin-right: 17px;
 
}
.crumbs .tit img{
	display: block;
	margin: 0 auto;
	margin-top: 16px;
}

.crumbs p{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a{
 
	color:#999999;
	 
	padding-right: 20px;
	position: relative;
	font-size: 14px;
	line-height: 52px;
}
.crumbs  a:after{
	content: ">";
	position: absolute;
	right:5px;
	top: 0;
	height: 20px;
	line-height: 20px;
	color:#999;
	display: block;
	font-size: 12px;
}
.crumbs  a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.inside-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	padding-bottom: 20px;
}

.inside-cont .section{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 35px;
	box-sizing: border-box;
}

.about-article{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
 
	 
}
 
.about-article img{
	display: block;
	margin: 0 auto;
}
.about-article .info{
 
	color:#555555;
	font-size: 16px;
	line-height: 30px;
	text-indent: 2em;
}

.cont-article{
	width: 1115px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}
.cont-article .title{
	margin-top: 55px;
	margin-bottom: 40px;
}
.cont-article ul{
	height: auto;
	overflow: hidden;
}
.cont-article ul li{
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 35px;
	padding-bottom: 13px;
	align-items: center;
}
.cont-article ul li:nth-child(2n){
	float: right;
}
.cont-article ul li p{
	color:#555555;
	font-size: 18px;
	margin-left: 20px;
}
.about-article .map{
	width: 100%;
	height: 420px;
	border: 3px solid #d2d2d2;
	box-sizing: border-box;
	margin-top: 30px;
}
 


 

 
.page{

	width: 100%;

	height: auto;

	overflow: hidden;

	margin: 50px auto;

 

}

.nav-links{
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links a{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links span{
	margin: 0 3px;
	border: 1px solid #ccc;
	line-height: 30px;
	color: #333;
	padding: 0 10px;
}

.nav-links .current{
	background: #D1040B;
	border: 1px solid  #D1040B;
	color: #fff;
}



.cases-list{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li{
	width: 270px;
	height: auto;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #eee;
	float: left;
	box-sizing: border-box;
	margin-left:15px;
	padding: 10px;
	margin-bottom: 15px;
}
.cases-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.cases-list ul li:hover {
	border: 1px solid #ffb245;
}
.cases-list ul li:hover .pic img{
	transform: scale(1.05);
}
.cases-list ul li .intro{
	width: 245px;
	height: auto;
	overflow: hidden;
	background: #ffb245;
	padding: 15px;
	box-sizing: border-box;
}
.cases-list ul li .intro h4{
	width: 100%;
	border-bottom: 1px dashed#988364;
	height: 28px;
	color:#333333;
	font-size: 16px;
	font-weight: normal;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cases-list ul li .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.cases-list ul li .intro span{
	color:#333333;
	font-size: 13px;
}
.cases-list ul li .intro p{
	font-size: 13px;
	color:#333333;
	line-height: 20px;
	display: -webkit-box;
	height: 60px;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 3px;
}
.cases-list ul li .pic{
	width: 245px;
	height: auto;
	overflow: hidden;
}
.cases-list ul li .pic img{
	display: block;
	width: 100%;
	transition: .5s;
}

.news-list{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	overflow: hidden;
 
}

.news-list ul li{
	width:100%;
	height: auto;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
}

 

.news-list ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list ul li .time{
	width:110px;
	height:110px;
	background:#707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C1C1C1;
}

.news-list ul li .time:after{
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}
.news-list ul li .time span{
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: center;
	display: block;
}
.news-list ul li .time p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;

}
.news-list ul li .info{
	width:1215px;
	margin-right: 20px;
}
.news-list ul li .info h4{
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: normal;
     
}

.news-list ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 55px;
}
.detailed .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	 
	padding-bottom: 5px;
}
.detailed .tit h4{
	font-size: 22px;
	text-align: center;
	color:#333;
	line-height: 30px;
}
.detailed .tit p{
	text-align: center;
	color:#333;
	display: block;
	margin-top: 10px;
	background: #eee;
	border-bottom: 1px solid #f1f1f1;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
}
.detailed .tit span{
	margin: 0 10px;
}
.detailed  img{
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}
.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
	min-height:150px;
	color:#333;
	line-height: 30px;
	font-size: 16px;
}

.detailed .info p{
	text-indent: 2em;
}
.img-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.img-list ul li{
	float: left;
	width:338px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.img-list ul li div{
	border: 1px solid #eee;
}
.img-list ul li img{
	display: block;
	width: 100%;
}
.img-list ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.img-list ul li:nth-child(4n-3){
	margin-left: 0;
}
.fy{
	width: 1400px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}


.fy p{
	width: 240px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
    text-overflow: ellipsis;
	border-left: 1px solid #d2d2d2;

}
.fy p:first-child{
 	border: none;
 }

.fy a{
 	color:#333333;
 	font-size: 14px;
 }

.fy .return{
  	float: right;
  	line-height: 50px;
  	width: 140px;
  	border-left: 1px solid #d2d2d2;
  	text-align: center;
}
 

@media (min-width: 1200px){
 	
 	.nav ul li:hover{
 		background: #323232;
 	}
 
 	.tab ul li:hover{
 		background:#D1040B;
 	}
 	.tab ul li:hover a{
 		color: #fff;
 	}
	.img-box{
		overflow: hidden;
	}
	.img-box img{
		transition: .5s;
	}
	.img-box:hover img{
		transform: scale(1.05);
	}
	.product .list ul li:hover {
		background:rgb(253 96 1);
		border: 1px solid rgb(253 96 1);
	}
	.product .list ul li:hover a{
		color: #efd4c9;
	}
	.product .list ul li:hover:after{
		color: #efd4c9;
	}
  	.product .pic ul li:hover{
  		border-color: rgb(253 96 1);
  	}
  	.product .pic ul li:hover p{
  	   border-top: 1px solid rgb(253 96 1);	
  	   color: rgb(253 96 1);
  	}

  	.cases .show .pic ul li:hover p{
  		color: #fff;
  		background:#D1040B;
  	}
  	.hz .show .pic ul li:hover p{
  		color:#D1040B;
 
  	}
  	.news .left .intro h4:hover{
  		color: #D1040B;
  	}
  	.news ul li:hover .time{
  		background: #D1040B;
  	}
  	.news ul li:hover .intro h4{

  		color: #D1040B;
  		text-decoration:underline;
  	}	
 	.news-list ul li:hover{
 		border: 1px dotted#D1040B;
 	}
	.news-list ul li:hover .time{
		background:#D1040B;
	}
 	.news-list ul li:hover .info h4{
 		color:#D1040B;
 	 
 	}

 	.more:hover{
 		color: #D1040B;
 	}

 	.links ul li:hover a{
 		color:#D1040B;
 	}
 	.footer .menu ul li:hover{
 		 color: #D1040B;
 	}
 	 
 	.footer .menu ul li:hover a{
 		color:#fff;
 	}
 

 
 	.cases ul li:hover p{
 	 
 		
 	}
 	.roll .show ul li:hover p{
 		color:#D1040B;
 	}

 	.footer .menu ul li:hover{
 		background: #FFFFFF;
 	}
 	.footer .menu ul li:hover a{
 		color: rgb(253 96 1);
 	}
 	.footer .menu ul li:hover:after{
 		color: rgb(253 96 1);
 	}

}


@media screen and (max-width: 1440px){

	.main{
		width: 1200px;
	}

	.nav ul{
		width: 1200px;
	}

	.tab ul li{
		width: 145px;
	}
	.product .list{
		height: 995px;
	}
	.product .pic{
		width: 880px;
	}
	.product .pic ul li{
		width: 280px;
	}

	.about .bd{
		padding: 20px;
	}
	.about .intro a{
		margin-top: 20px;
	}

	.gg{
		height: 194px;
	}
	.news ul li{
		width: 590px;
	}
	.news ul li img{
		width: 197px;
		height: 150px;
	}
	.news ul li .intro{
		width: 330px;
	}

	.contact ul li{
		width: 390px;
	}
	.links ul{
		width:1000px;
	}
 

	.fy{
		width: 1200px;
	}
	.news-list{
		width: 1200px;
	}

	.news-list ul li .info{
		width: 1020px;
	}
}


@media screen and (max-width: 1199px){

	.main{
		width: 7.2rem;
	}
	.top{
		background: #DCDCDC;
		padding: .1rem 0;
	}
 	.top .main{
 		height: auto;
 	}
	 .top ul{

	 	display: none;
	 }

	 .top p{
	 	text-align: center;
	 	font-size: .26rem;
	 	width: 100%;
	 	color: #494949;
	 	text-align: center;
	 	line-height: .4rem;
	 }
	.head .main{
		width: 7.2rem;
		height: auto;
		justify-content: center;
	}

	.head .tel{
		display: none;
	}
	.head{
		width: 100%;
		height: auto;
		padding: .3rem 0;
		overflow: hidden;
	}
	.head .name {
    width: 100%;
    height: .82rem;
    background: url(../img/mname.png) no-repeat center;
    background-size: 100% auto;
}
	 
	.nav {
		border: none;
		height: auto;
		overflow: hidden;
		background: none;
	}
	.nav ul{
		display: block;
		width: 100%;
	}
	.nav ul li{
		float: left;
		width:33.33%;
		line-height: 1rem;
		height: 1rem;
		background: #0366c1;
	 	border-bottom: .02rem solid #EFD4C9;
 
	}
	.nav ul li a{
		font-size: .32rem;
		color: #fff;
	}

	.nav ul li:after{
		background: #fff;
	  content:'';
	  height: 100%;
	  position: absolute;
	  right: 0;
	  top: 0;
	  background: #EFD4C9;
		width: .02rem;
	}



	.nav ul li:nth-child(3n):after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
 	
 	.nav ul li:nth-child(n+4){
  		border: none;
 	}
	.banner{
		display: none;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}

 
	.mbanner img{
		display: block;
		width: 100%;
	}
	.mbanner .swiper-pagination{
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		bottom: .4rem !important;
		z-index: 1;
	}
	.mbanner .swiper-pagination-bullet{
		width: .2rem;
		height: .2rem;
		background: none;
		opacity: 1;
		margin: 0 .1rem;
		border-radius: 30px;
		position: relative;
		display: block;
		transition: .5s;
		background: #fff;
	}
	.mbanner .swiper-pagination-bullet-active{
		 width: .5rem;
	}

  
	.img-list ul li{
		margin: 0;
		width: 3.45rem;
		margin-bottom: .1rem;
	}
	.img-list ul li:nth-child(2n){
		float: right;
	}
	.img-list ul li p{
		font-size: .28rem;
		height: .6rem;
		line-height: .6rem;
	}
	
	.tab{
		display: flex;
		width: 7.3rem;
		margin: 0 auto;
		margin-top: .4rem;
		justify-content: center;
	}
	 
	.tab ul{
		display: block;
	}
	.tab ul li{
		width:1.75rem;
		float: left;
		height: .7rem;
		line-height: .7rem;
		margin: 0;
		margin-bottom: .1rem;
		margin-left: .1rem;
 
	}

	.tab ul li:nth-child(4n-3){
		margin-left: 0;
	}
 
	.tab ul li a{
		font-size: .28rem;
	}

	.product{
		margin-top: .5rem;

	}
	.product .list{
		height: auto;
	}
	.product .title{
		margin-bottom: .4rem;
	}
	.product .list .tit{
		display: none;
	}
	.product .list{
		width: 100%;
		float: initial;
	}
	.product .list ul{
		padding: .2rem;
	}
	.product .list ul li{
		width: 31.5%;
		float: left;
		line-height: .8rem;
		height: .8rem;
		margin-left: 1.8%;
		margin-bottom: 1.5%;
	}
	.product .list ul li:nth-child(3n-2){
		margin-left: 0;
	}
	.product .list ul li a{
		display: block;
		font-size: .26rem;
		font-weight: normal;
		padding: 0 .1rem;
		line-height: .8rem;
		text-align: center;
	}
	.product .list ul li:after{
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.product .pic{
		width: 7.1rem;
		margin: 0 auto;
		margin-top: .3em;
	}
	 
	.product .pic ul li{
		float: left;
		width: 3.45rem;
		margin: 0;
 
		padding-bottom: 0;
		margin-bottom: .2rem;
	}
	.product .pic ul li:nth-child(2n){
		float: right;
	}

	.product .pic ul li p{
		height: .7rem;
		line-height: .7rem;
		font-size: .28rem;
	}

	.product .pic ul li:nth-child(n+9){
		display: none;
	}
	.pro-list .pic ul li:nth-child(n+9){
		display: block;
	}

	.title{
		padding-bottom: .2rem;
	}
	.title h4{
 	
		font-size: .46rem;
	}
	.title:after{
		height: .08rem;
		width: 1rem;
	}
	.title p{
		font-size: .26rem;
		margin-top: .15rem;
		width: 100%;
		text-align: center;
	}
	

	.gg{
		height: 2.11rem;
		background: url(../img/mgg.jpg) no-repeat center;
		background-size: auto 100%;
		margin-top: .5rem;
	}
	.gg .tel{
		display: none;
	}
	.adv{
		margin-top: .6rem;
		position: relative;
		height: auto;
		overflow: hidden;
		padding-bottom: 1rem;
	}
	
	.adv .swiper-wrapper{
		display: flex;
	}
	.advSwiper{
		position: initial;
		margin-top: .5rem;
	}
	.adv ul{
		margin-top: 0;
	}
	.adv ul li{
		height: 6.5rem;
	}

	.adv ul li b{
		width: 1rem;
		height: 1rem;
		font-size: .4rem;
		line-height: 1rem;
		margin-top: -.5rem;
	}
	.adv ul li h4{
		font-size: .3rem;
		margin-top: .3rem;
	}

	.adv ul li .info{
		font-size: .22rem;
		margin-top: .3rem;
		line-height: .48rem;
	}
	.adv .swiper-pagination span{
		display: block;
		width: .2rem;
		height: .2rem;
		border:.02rem solid rgb(253 96 1);
		margin: 0 .1rem;
		border-radius: 50%;
	}
	.adv .swiper-pagination {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .3rem;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: .2rem 0;
		background: #F2F2F2;
		position: absolute;
	}
	.adv .swiper-pagination .swiper-pagination-bullet-active{
		background: rgb(253 96 1);
	}
 	 
	.about {
 		margin-top: .6rem;
		height: auto;
 		padding-top: .8rem;
		background: url(../img/mabout.jpg) no-repeat center top;
		background-size: 100% auto;
	}

	.about .title {
		margin-top: 0;
	}

	.about  .main{
		width: 100%;
	}
   	.about .bd{
   		padding: .3rem;
   	}

   	.about .pic{
   		float: initial;
   		width: 100%;
   	}
   	.about .intro{
   		width: 100%;
   		margin: 0;
   	}

   	.about .intro .info{
   		font-size: .28rem;
   		line-height: .46rem;
   		margin-top: .5rem;
   		height: 2.7rem;
   		-webkit-line-clamp:6
   	}

   	.about .intro a{
   		width: 3rem;
   		height: .8rem;
   		margin: 0 auto;
   		margin-top: .5rem;
   		font-size: .28rem;
   		line-height: .8rem;
   	}

 

	.about .bd{
		width: 7.2rem;
		margin: 0 auto;
		margin-top: .4rem;
	}
	.about .pic{
		padding: 0;
	}
	

	.cases{
		width: 100%;
		margin-top: .6rem;
	}
	.cases .show{
		margin-top: .5rem;
	}

	.cases .pic ul li{
		width: 3.3rem;
		margin-left: .2rem;
	}
	.cases .pic ul li p{
		line-height: .8rem;
		height: .8rem;
		font-size: .28rem;
	}
	.news{
		margin-top: .6rem;
		padding: .6rem 0;
		margin-bottom: 0;
	}
	.news ul {
		margin-top: .5rem;
		height:7rem;
		 
	}
	.news ul li{
		width: 100%;
		padding: .2rem;
	}
	.news ul li img{
		width: 2.3rem;
		height: auto;
	}
	.news ul li .intro{
		width: 4.2rem;
		margin: 0;
	}
	.news ul li .intro h4{
		font-size: .3rem;
	}

	.news ul li .intro p{
		font-size: .24rem;
		margin-top:.15rem;
		line-height: .38rem;
	}
	.news ul li .intro span{
		margin-top: .15rem;
		font-size: .2rem;
		background-size:  auto .25rem;
	}
	.news .swiper-pagination{
		display: flex;
		justify-content: center;
		margin-top: .5rem;
	}
	.news .swiper-pagination span{
		display: block;
		width: .2rem;
		height: .2rem;
		margin: 0 .05rem;
		background: #fff;
		border: .01rem solid rgb(253 96 1);
		border-radius: 50%;
	}
	.news .swiper-pagination  .swiper-pagination-bullet-active{
		background: rgb(253 96 1);
	}

	.contact{
		display: none;
	}
 	.footer{
 		min-height: initial;
 		padding-top: .6rem;
 		padding-bottom: 1.5rem;
 	}
 	.footer .menu{
 		display: none;
 	}
 	.footer .intro{
 		float: initial;
 		width: 100%;
 		margin-left: 0;
 	}
 	.footer .tit h4{
 		text-align: center;
 		font-size: .32rem;
 		padding-bottom: .3rem;
 	}
 	.footer .tit h4:after{
 		width: .3rem;
 		height: .06rem;
 		left: 50%;
 		transform: translateX(-50%);
 	}

 	.footer .intro .info{
 		width: 100%;
 		font-size: .24rem;
 		line-height: .42rem;
 		text-align: center;
 	}

	.footer .ewm{
		width: 100%;
		margin-top: .2rem;
		float: initial;
		margin: 0 auto;
		margin-top: .6rem;
	}
	.footer .ewm ul{
		display: flex;
		margin-top: .3rem;
		justify-content: center;
	}
	.footer .ewm ul li {
		padding: .1rem;
	}
	.footer .ewm ul li img{
		display: block;
		width: 2rem;
		height: 2rem;
		margin: 0 auto;
	}

	.footer .ewm ul li p{
		font-size: .24rem;
	}
	.cr{
		width: 100%;
		height: auto;
		font-size: .24rem;
		margin-bottom:1.45rem;
		line-height: 1.5rem;
		border-top: .02rem solid #6C6C6C;
	}
	.links{
		display: none;
	}
	.float{
		display: none;
	}
	

	.page{

		margin: .4rem 0;

	}

	.nav-links a{
		font-size: .26rem;
		border: .02rem solid #ccc;
		margin: 0 .06rem;
	}
	.nav-links span{
		margin: 0 .06rem;
		font-size: .26rem;
		border: .02rem solid #ccc;
	}


	.crumbs{
		padding: 0 .1rem;
		box-sizing: border-box;
	}
	.crumbs .main{
		width: 100%;
	}
	.crumbs .tit{
		border-left: none;
		height: .8rem;
		margin-right: .3rem;
	}
	.crumbs div{
		overflow: hidden;
		 white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    font-size: .2rem;
	}
	.crumbs p{
		line-height: .8rem;
		font-size: .28rem;
	}
	.crumbs a{
		font-size: .28rem;
		display:inline;
		line-height: .8rem;
	}
	.crumbs .tit img{
		height: .4rem;
		margin: 0 auto;
		margin-top: .2rem;
	}
	

	.fn{
		width: 100%;
		height:auto;
		position: fixed;
		bottom: 0;
		left:0;
		z-index: 100;
		display: block;
	}
	.fn ul li{
		float: left;
		width: 50%;
		height: auto;
		overflow: hidden;
		position: relative;
		background:#434242;
			
		 

	}
	.fn ul li a{
		display: flex;
		align-items: center;
		height: .9rem;
		align-items: center;
		justify-content: center;
	}
	.fn ul li p{
		color:#fff;
		font-size: .28rem;
	}
	.fn ul li  img{
		display: block;
		margin-right: .1rem;
		height: .4rem;
	}

	.fn ul li:nth-child(2){
		background:rgb(253 96 1);
	}

	.fn ul li:nth-child(2) p{
		color: #fff;
	}

	 

	.about-article{
		margin-top: .3rem;
		margin-bottom: 0;
	}
	.about-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.about-article img{
		max-width: 100%;
		display: block;
	}
	.about-article .info{
		font-size: .29rem;
		line-height: .48rem;
		margin: 0;
		margin-top: .2rem;
	}
	.about-article .map{
		height:5rem;
		margin-top: .3rem;
	}
	.cont-article .title{
		margin-top: .6rem;
		margin-bottom: .4rem;
	}
	.cont-article{
		width: 100%;
	}
	.cont-article ul li{
		width: 100%;
	}

	.cont-article ul li img{
		height: 1rem;
	}

	.cont-article ul li p{
		font-size: .3rem;
		margin-left: .3rem;
	}

	.detailed{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin-top: .6rem;
	}
	.detailed .tit h4{
		font-size: .38rem;
	}
	.detailed .tit span{
		display: block;
		line-height: .4rem;
		font-size: .24rem;
	}
	.detailed .tit p{
		padding: .1rem 0;
	}
	.detailed .info{
		margin-top: .2rem;
		font-size: .29rem;
		line-height: .48rem;
		text-align: justify;
	}
	.fy{
		width: 7.1rem;
		margin: .6rem auto;
		margin-bottom: .3rem;
		border:.02rem solid #ccc;
		line-height: .7rem;
	}
	.fy p{
		line-height: .7rem;
		height: .7rem;
		font-size:.24rem;
		padding:0 .1rem;
		width: 50%;
		text-align: center;
		box-sizing: border-box;
		border-right: .02rem solid #ccc;
	}
	.fy p:nth-child(2){
		border-right:  none;
	}
	 
	.fy .return{
		width: 100%;
		box-sizing: border-box;
		float: initial;
		text-align: center;
		float: left;
		line-height: .7rem;
		display: block;
		border-left: none;
		border-top: .02rem solid #ccc;
	}

	.message{
		margin-top: .6rem;
		width: 7.2rem;
		padding: .2rem;
		box-sizing: border-box;
		display: block;
	}
	.message img{
		display: none;
	}
	.message  .bd{
		padding: 0;
		margin: 0;
		padding: .3rem;
		display: block;
		width: 100%;
		padding-bottom: .5rem;
		margin-top: .3rem;
		box-sizing: border-box;
	}
	.message form{
		width: 100%;
		float: initial;
		margin: 0;
	}
	.message form ul li{
		border: .02rem solid #d2d2d2;
		box-sizing: border-box;
	}
	.message form ul li input{
		display: block;
		height: .8rem;
	}
	.message form ul li input{
		width: 100%;
		font-size: .3rem;
		 
	}
	.message form .btn input{
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
		margin-top: .2rem;
	}
	.message form ul li textarea{
		width: 100%;
		height: 2rem;
	 
	}



	.news-list{
		width: 7.1rem;
		margin: 0 auto;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news-list ul{
		margin-top: .4rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .32rem;
		margin-top:.2rem;
	}
	.news-list ul li .time span{
		font-size: .24rem;
		display: block;
		margin-top:.15rem;
	}
	.news-list ul li .time:after{
		width: .3rem;
		top: .7rem;
		margin: 0;
		transform: translateX(-50%);
	}
	.news-list ul li .info{
		width: 4.8rem;
		margin: 0;

	}
	.news-list ul li .info h4{
		font-size: .3rem;
		padding-right: .5rem;
		background-size: .3rem auto;
	}
	.news-list ul li .info p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.news-list ul li .info span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
		display: -webkit-box;
	}

}


 