@charset "utf-8";
/* CSS Document */
@font-face{font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");}

@font-face{font-family:"Impact";src:url("../font/Impact.woff2") format("woff2"),url("../font/Impact.woff") format("woff"),url("../font/Impact.ttf") format("truetype"),url("../font/Impact.eot") format("embedded-opentype"),url("../font/Impact.svg") format("svg");}
html{
	overflow-x:hidden;
	}
.page { text-align: center; padding: 20px 0; margin-bottom:10px; }
.page li { display: inline-block; margin: 0 5px; }
.page li a { display: block; padding: 2px 10px; color: #333; font-size: 15px; border: 1px solid #dedede; }
.page-num { display: inline-block; margin: 0 5px; padding: 2px 10px; color: #333; font-size: 15px; border: 1px solid #dedede; }
.page li.thisclass a { background: #0b81de; color: #fff; border-color: #0b81de; }
#pian {
    width: 100%;
    margin: 60px auto 0;
    overflow: hidden;
    background-color: #fff;
}
#pian p:first-child {
    border-right: 1px solid #ccc;
    text-align: left;
    float: left;
    margin: 10px 0;
    padding-left: 30px;
    padding-right: 10px;
}
#pian p:last-child {
    text-align: right;
    float: right;
    margin: 10px 0;
    padding-right: 30px;
    padding-left: 10px;
}
#pian p {
    width: calc(100%/2 - 41px);
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 16px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p:hover a {
    color: #025b9e;
    transition: all 0.3s linear;
}

#pian p:first-child a:before {
    content: "<";
    margin-right: 4%;
    font-size: 16px;
}
#pian p:last-child a:after {
    content: ">";
    margin-left: 4%;
    font-size: 16px;
}
	
.pagination{
    text-align: center;
	padding:60px 0;
}
.pagination li{
	display:inline-block;
    margin: 0 5px;
	}
.pagination .active span, .pagination .active a{
	background-color:#025b9e;
	color:#fff;
	}
.pagination li:hover span, .pagination li:hover a{
	background-color:#025b9e;
	color:#fff;
	transition: all 0.3s linear;
	}
.pagination span, .pagination a {
	display: block;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 12px;
    color: #666;
    cursor: pointer;
    background-color: #fff;
}
.pagination .disabled span, .pagination .disabled a{
	color:#ccc;
	}

.n_banner{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n_banner .txt{
    position: absolute;
    margin-top: 60px;
}
.n_banner .txt h1{
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.n_banner .txt .xian{
	width:280px;
	height:1px;
	background-color:#fff;
	margin:20px 0;
	}
.n_banner .txt p{
    text-align: center;
    font-size: 24px;
    color: #fff;
	font-weight:bold;
}
.n_banner .add{
	position:absolute;    
	max-width: 1600px;
    width: 90%;
	bottom:20px;
	}
.n_banner .add p{
	text-align:right;
	font-size:14px;
	color:#fff;
	}
.n_banner .add p a{
	font-size:14px;
	color:#fff;
	}
.n_banner .add p a:hover{
	color:#fc7200;
	transition: all 0.3s linear;
	}
	 
.indrwp .title{
	padding:60px 0;
	}
.indrwp .title h1{ 
	color: #666;
	opacity:0.1;
    font-size: 48px;
    text-align: center;
	}
.indrwp .title span {
    color: #025b9e;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
	margin-top:-35px;
}
.indrwp .title .xian{
	width:50px;
	height:4px;
	margin:0 auto;
	background-color:#fc7200;
	}
	

.indrwp .n_nav{
	width:100%;
	overflow:hidden;
	}
.indrwp .n_nav ul{
	width:100%;
	display: flex;
    justify-content: center;
    align-items: center;
	}
.indrwp .n_nav li{
	width:calc(100%/4 - 0.75px);
	border-right:1px solid #ccc;
	float:left;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:18px;
	color:#333;
	background-color:#fff;
	}

.indrwp .n_nav li.on{
	background-color:#025b9e;
	}
.indrwp .n_nav li a{
	display:block;
	}
.indrwp .n_nav li.on a{
	color:#fff;
	}
.indrwp .n_nav li:hover{
	background-color:#025b9e;
	transition: all 0.3s linear;
	}
.indrwp .n_nav li:hover a{
	color:#fff;
	transition: all 0.3s linear;
	}
.indrwp .n_nav li:last-child{
	border:none;
	}


.indrwp .prolist{
	background-color:#fafafa;
	padding-bottom:90px;
	}
.indrwp .prolist .list{
	overflow:hidden;
	}
.indrwp .prolist .list li{
	overflow:hidden;
	float:left;
	margin-right:21px;
	margin-bottom:21px;
	background-color:#fff;
	height:420px;
	padding:40px 40px 0;
	position:relative;
	width:calc(100%/3 - 94px)!important;
	}
.indrwp .prolist .list li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .prolist .list li .img{
	height:70%;
	}	
.indrwp .prolist .list li .txt{
	height:30%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
.indrwp .prolist .list li .txt>div{
	width:100%;
	}
.indrwp .prolist .list li .txt h1{
	font-size:22px;
	text-align:center;
	color:#025b9e;
	font-weight:normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	}
.indrwp .prolist .list li .txt p{
	font-size:16px;
	text-align:center;
	color:#666;    
	height:26px;
	line-height:26px;
	display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	margin:10px 0 0;
	}
.indrwp .prolist .list li .txt a{
	display:block;
	font-size:14px;
	color:#fff;
	background-color:#025b9e;
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:5px;
	}
		
.indrwp .prolist .list li .hover{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:rgba(252,114,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
	height:100%;
	width:100%;
	}
.indrwp .prolist .list li .hover h1{
	font-size:22px;
	text-align:center;
	color:#fff;
	font-weight:normal;
	}
.indrwp .prolist .list li .hover p{
	font-size:16px;
	text-align:center;
	color:#fff;    
	height: 1px;
    opacity: 0;
    overflow: hidden;
	margin:10px 0 50px;
	}
.indrwp .prolist .list li .hover a{
	display:block;
	font-size:14px;
	color:#fc7200;
	background-color:#fff;
	width:140px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:0 auto;
	border-radius:5px;
	}
.indrwp .prolist .list li:hover .hover{
	transition: all 0.3s linear;
	opacity:1;
	}
.indrwp .prolist .list li .txt a:hover{
	transition: all 0.3s linear;
	background-color:#fc7200;
	}
.indrwp .prolist .list .li50{
	position:relative;
    display: flex;
    justify-content: left;
    align-items: center;
	}
.indrwp .prolist .list .li50 .txt{
	position:absolute;
	height:auto;
	width:45%;
	margin-top:-40px;
	}
.indrwp .prolist .list .li50 .txt h1{
	font-size:28px;
	text-align:left;
	}
.indrwp .prolist .list .li50 .txt p{
	text-align:left;
	margin:20px 0 50px;
    -webkit-line-clamp:2;
	height:52px;
	}
.indrwp .prolist .list .li50 .img{
	max-width:55%;
	height:auto;
	position:absolute;
	right:40px;
	bottom:40px;
	}

.indrwp .pro{
	background-color:#fafafa;
	padding-bottom:100px;
	}
.indrwp .pro .one{
	overflow:hidden;
	padding:80px 0 60px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	}
.indrwp .pro .one .left{
	float:left;
	width:40%;
	}
.indrwp .pro .one .left h1{
	font-size:34px;
	font-weight:normal;
	color:#333;
	}
.indrwp .pro .one .left span{
	font-size:18px;
	line-height:28px;
	color:#666;
	display:block;
	margin-top:30px;
	}
.indrwp .pro .one .left .txt{
	border-top:1px solid #ccc;
	padding-top:60px;
	margin-top:60px;
	}
.indrwp .pro .one .left .txt p{
	font-size:16px;
	color:#666;
	line-height:36px;
	}
.indrwp .pro .one .left .more_box{
	margin-top:60px;
	overflow:hidden;
	}
.indrwp .pro .one .left .more_box a{
	display:block;
	width:calc(100%/3);
	margin-right:20px;
	float:left;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:14px;
	background-color:#025b9e;
	border-radius:5px;
	}
.indrwp .pro .one .left .more_box a:hover{
	transition: all 0.3s linear;
	background-color:#fc7200;
	}
.indrwp .pro .one .right{
	float:right;
	width:54%;
	height:600px;
	border-radius:10px;
	}

.BMapLib_nav_tab_content li {
	padding: 0 !important;
	height: auto
}
#BMapLib_searchBox0,#BMapLib_transBox0 {
	padding: 10px !important
}
#BMapLib_transBox0 tr td:last-child {
	width: 138px
}
#BMapLib_transBox0 tr td:first-child {
	width: 60px
}
.BMapLib_trans_text {
	width: 98%
}
#allmap img {
	width: auto;
	height: auto
}
#result {
	width: 100%;
	font-size: 12px
}
.BMapLib_ap input {
	border: 1px solid #ddd
}
.BMapLib_SearchInfoWindow ul {
	width: 105%
}
.BMapLib_SearchInfoWindow .BMapLib_nav {
	overflow: hidden
}
.BMapLib_bubble_content img {
	display: none
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
	padding: 0 !important
}
.BMapLib_bubble_top {
	border-bottom: none !important;
	background: url("../images2/logo.jpg") no-repeat;
	height: 100px !important;
	background-size: cover;
}
.BMapLib_bubble_title {
	display: none
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
	background-color: transparent !important
}
.BMapLib_bubble_content {
	height: auto !important
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
	background: url("/templates/cn2014/images2/img21.png") no-repeat center !important
}
.map-content .addr {
	padding: 0 10px;
	background: #383840;
	color: #ffffff;
	line-height: 35px;
	height: 35px
}
#allmap dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style: none
}
#allmap dt {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #000;
	padding: 5px 0 5px 5px;
	margin: 5px 0
}
#allmap dd {
	padding: 5px 0 0 5px
}

.indrwp .contact{
	background-color:#fafafa;
	overflow:hidden;
	padding:80px 0;
}
.indrwp .contact .center{
	max-width:1500px;
	}
.indrwp .contact .map{
	overflow:hidden;
	}
.indrwp .contact .left{
	float:left;
	width:40%;
	height:600px;
	display: flex;
    justify-content: left;
    align-items: center;
	}
.indrwp .contact .left h1{   
	margin-bottom: 60px;
	color:#333;
    font-size: 26px;
	}
.indrwp .contact .left li{
	overflow:hidden;
	display: flex;
    justify-content: left;
    align-items: center;
	margin-bottom:40px;
	}
.indrwp .contact .left li:last-child{
	margin-bottom:0;
	}
.indrwp .contact .left img{
	float:left;
	margin-right:20px;
	}
.indrwp .contact .left .txt{
	float:left;
	}
.indrwp .contact .left .txt span{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	color:#333;
	}
.indrwp .contact .left .txt p{
	font-size:20px;
	color:#666;
	}
.indrwp .contact #allmap{
	float:right;
	width:55%;
	height:600px;
	overflow: hidden
	}

.indrwp .about{
	background-color:#fafafa;
	}
.indrwp .about .one{
	padding:80px 0 100px;
	}
.indrwp .about .one .title{
	padding:0 0 60px;
	}
.indrwp .about .one .title h1{
	text-align:left;
	}
.indrwp .about .one .title span{
	text-align:left;
	}
.indrwp .about .one .title .xian{
	margin:0;
	}
.indrwp .about .one .top{
	overflow:hidden;    
	display: flex;
    justify-content: center;
    align-items: center;
	}
.indrwp .about .one .top .left{
	float:left;
	width:50%;
	margin-right:4%;
	}
.indrwp .about .one .top .left .p{
	font-size:16px;
	line-height:28px;
	color:#666;
	}
.indrwp .about .one .top .left .xian{
	width:30px;
	height:4px;
	margin-top:38px;
	background-color:#fc7200;
	}
.indrwp .about .one .top .img{
	float:right;
	width:46%;
	}
.indrwp .about .one .bot{
	margin-top:50px;
	font-size:16px;
	line-height:28px;
	color:#666;
	}
.indrwp .about .two{
	padding:100px 0;
	overflow:hidden;
	background:url(../images2/about_nbg.jpg) no-repeat center/cover;
	}
.indrwp .about .two .list{
	float:left;
	margin-right:0;
	}
.indrwp .about .two .list:first-child{
	margin-right:50px;
	}
.indrwp .about .two .list li{
	margin-bottom:40px;
	}
.indrwp .about .two .list li:last-child{
	margin-bottom:0;
	}
.indrwp .about .two .list li h1{
	font-size:26px;
	color:#fc7200;
	margin-bottom:20px;
	display: flex;
    justify-content: left;
    align-items: center;
	}
.indrwp .about .two .list li h1 span{
	margin-right:20px;
	}
.indrwp .about .two .list li p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	}
.indrwp .about .three{
	background-color:#fff;
	padding:20px 0;
	}
.indrwp .about .three .list{
	overflow:hidden;
	}
.indrwp .about .three .list li{
	float:left;
	width:calc(100%/2 - 40px);
	margin-right:80px;
	margin-bottom:80px;
	overflow:hidden;
	padding-bottom:10px;
	}
.indrwp .about .three .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .about .three .list li .img{
	border-radius:5px;
	overflow:hidden;
	}
.indrwp .about .three .list li .img img{
	display:block;
	}
.indrwp .about .three .list li h1{
	cursor: pointer;
	position:relative;
	width:58%;
	height:100px;
	background-color:#025b9e;
	box-shadow:0 0 10px #999;
	text-align:center;
	line-height:100px;
	font-size:24px;
	color:#fff;
	border-radius:5px;
	margin:-50px auto 0;
	}
.indrwp .about .three .list li:hover h1{
	transition: all 0.3s linear;
	color:#fff;
	background-color:#fc7200;
	}
.indrwp .about .three .list li:hover img{    
	transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
	}

.indrwp .newslist{
	background-color:#fafafa;
	}
.indrwp .newslist .list{
    border-top: 1px solid #ccc;
}
.indrwp .newslist .list li a{
    display: block;
    padding: 60px 0;
    border-bottom: 1px dashed #ccc;
	overflow:hidden;
}
.indrwp .newslist .list .time-box{
    float: left;
    text-align: center;
    width: 8%;
}
.indrwp .newslist .list .day{
    font-size: 40px;
    color: #acacac;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #acacac;
}
.indrwp .newslist .list .ym{
    font-size: 15px;
    color: #acacac;
}

.indrwp .newslist .list .m-time{
    display: none;
}
.indrwp .newslist .list .img{
    float: left;
    width: 30%;
    margin-left: 5%;
    overflow: hidden;
}
.indrwp .newslist .list .img img{
    width: 100%;
    transition: all .3s;
}

.indrwp .newslist .list .text-box{
    float: right;
    width: 52%; 
}
.indrwp .newslist .list .tit{
    font-size: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indrwp .newslist .list .con{
    font-size: 15px;
    line-height:26px;
	height:78px;
    color: #666;
    margin-top:20px;    
	display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indrwp .newslist .list .more-box{
    margin-top: 40px;
}
.indrwp .newslist .list .more-box span{
	display:inline-block;
    font-size:14px;
	color:#666;
}
.indrwp .newslist .list .more-box .more{
    color: #666;
    padding-right: 10px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 5px;
    background-image: url('../images2/news-arrow.png');
}
.indrwp .newslist .list li:hover .img{
    transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}
.indrwp .newslist .list li:hover .day{
	transition: all 0.3s linear;
	color:#025b9e;
	border-bottom: 1px solid #025b9e;
	}
.indrwp .newslist .list li:hover .ym{
	transition: all 0.3s linear;
	color:#025b9e;
	}
.indrwp .newslist .list li:hover .tit{
	transition: all 0.3s linear;
	color:#025b9e;
	}
.indrwp .newslist .list li:hover .more{
	transition: all 0.3s linear;
	color:#025b9e;
	background-image: url(../images2/news-arrow2.png);
	}

.indrwp .news {
	padding:80px 0;
	background-color:#fafafa;
	overflow:hidden;
	}
.indrwp .news .left{
	width:70%;
	float:left;
	}
.indrwp .news .left .tit{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #ccc;
	}
.indrwp .news .left .tit h1{
	font-size:28px;
	color:#333;
	text-align:center;
	font-weight:normal;
	}
.indrwp .news .left .tit span{
	font-size:16px;
	color:#999;
	display:block;
	margin-top:10px;
	text-align:center;
	}
.indrwp .news .left .info{
	font-size:15px;
	line-height:26px;
	color:#666;
	}
.indrwp .news .right{
	width:23%;
	float:right;
	margin-top:25px;
	}
.indrwp .news .right h1{
	font-size:24px;
	color:#333;
	font-weight:normal;
	margin-bottom:30px;
	}
.indrwp .news .right .list a {
    margin-bottom: 10px;
    display: block;
    background-color: #fff;
    color:#666;
    font-size: 16px;
	line-height:16px;
    padding:20px;
    border-radius: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indrwp .news .right .list a:before {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width:7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    background-image: url(../images2/guideinfo-more.png);
    transform: translateY(-50%);
}
.indrwp .news .right .list li:hover a{
	transition: all 0.3s linear;
	background-color:#025b9e;
	color:#fff;
	}
.indrwp .news .right .list li:hover a:before {
	transition: all 0.3s linear;
    background-image: url(../images2/guideinfo-more2.png);
}

.indrwp .caselist .list{
	overflow:hidden;
	}
.indrwp .caselist .list li{
	float:left;
	width:calc(100%/4 - 30px);
	margin-right:40px;
	margin-bottom:40px;
	}
.indrwp .caselist .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .caselist .con-box {
    display: block;
    position: relative;
    overflow: hidden;
}
.indrwp .caselist .con-box .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
	line-height:50px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
}
.indrwp .caselist .text {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
	background-color:#025b9e;
    padding: 30px;
    opacity: 0;    
	display: flex;
    justify-content: center;
    align-items: center;
}
.indrwp .caselist .text .ntit {
    font-size: 20px;
    color: #fff;
}
.indrwp .caselist .text .con {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top:30px;
    height:72px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.indrwp .caselist .con-box:hover .text {
	transition: all 0.3s linear;
    opacity: 1;
}
.indrwp .caselist .pagination span, .indrwp .caselist .pagination a{
	background-color:#fafafa;
	}
.indrwp .caselist .pagination .active span, .indrwp .caselist .pagination .active a{
	background-color: #025b9e;
	}
.indrwp .caselist .pagination li:hover span, .indrwp .caselist .pagination li:hover a {
    background-color: #025b9e;
	}
.indrwp .caselist .con-box:hover .tit {
    transition: all 0.3s linear;
    background-color: #025b9e;
}

.indrwp .honor{
	background-color:#fafafa;
	}
.indrwp .honor .list{
	overflow:hidden;
	}
.indrwp .honor .list li{
	float:left;
	width:calc(100%/5 - 34px);
	margin-right:40px;
	margin-bottom:40px;
	border:1px solid rgba(0,0,0,0.5);
	}
.indrwp .honor .list li:nth-child(5n+0){
	margin-right:0;
	}
.indrwp .honor .con-box {
    display: block;
    position: relative;
    overflow: hidden;
}
.indrwp .honor .con-box .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 20px;
	line-height:50px;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    width: 100%;
}
.indrwp .honor .con-box:hover .tit {
	transition: all 0.3s linear;
	background-color: #025b9e;
}
.indrwp .video_color{
	background-color:#fafafa;
	}
.indrwp .video_color .pagination span, .indrwp .video_color .pagination a{
	background-color:#fff;
	}
.indrwp .video_color .pagination .active span, .indrwp .video_color .pagination .active a{
	background-color: #025b9e;
	}
.indrwp .video_color .pagination li:hover span, .indrwp .video_color .pagination li:hover a {
    background-color: #025b9e;
	}

.indrwp .brand{
	padding-bottom:80px;
	}
.indrwp .brand .info{
	font-size:15px;
	line-height:26px;
	color:#666;
	}



@media (max-width:1499px){
.indrwp .prolist .list li{
	height:330px;
	padding: 20px 30px 0;
	}
.indrwp .prolist .list .li50 .img{
	max-width:50%;
	right:30px;
	bottom:30px;
	}
.indrwp .prolist .list .li25 {
    width: calc(100%/4 - 75.75px);
}
.indrwp .prolist .list .li30 {
    width: calc(100%/3 - 74px);
}
.indrwp .prolist .list .li50 {
    width: calc(50% - 70.5px);
}
.indrwp .prolist .list .li50 .txt{
	margin-top:-20px;
	}

.indrwp .contact .left{
	height:400px;
	}
.indrwp .contact #allmap{
	height:400px;
	}

.indrwp .about .three .list li h1{
	height:80px;
	line-height:80px;
	margin:-40px auto 0;
	font-size:22px;
	}
	
.indrwp .newslist .list .con{
	height:52px;
    -webkit-line-clamp:2;
	}
	
.indrwp .caselist .list li{
	width:calc(100%/3 - 20px);
	margin-right:30px;
	margin-bottom:30px;
	}
.indrwp .caselist .list li:nth-child(4n+0){
	margin-right:30px;
	}
.indrwp .caselist .list li:nth-child(3n+0){
	margin-right:0;
	}
	
.indrwp .honor .list li{
	width:calc(100%/3 - 22px);
	margin-right:30px;
	margin-bottom:30px;
	}
.indrwp .honor .list li:nth-child(5n+0){
	margin-right:30px;
	}
.indrwp .honor .list li:nth-child(3n+0){
	margin-right:0;
	}
}

@media (max-width:1099px){
.indrwp .prolist .list li{
	height:260px;
	}
.indrwp .prolist .list li .txt h1{
	font-size:18px;
	}
.indrwp .prolist .list li .txt p{
	font-size:14px;
	line-height:24px;
	height:24px;
	margin:5px 0 0;
	}
.indrwp .prolist .list .li50 .txt h1{
	font-size:22px;
	}
.indrwp .prolist .list .li50 .txt p{
	height:48px;
	margin:10px 0 35px;
	}
.indrwp .prolist .list li .txt a{
	width:100px;
	height:35px;
	line-height:35px;
	}
.indrwp .prolist .list li .hover{
	padding:0 5%;
	width:90%;
	}
.indrwp .prolist .list li .hover h1{
	font-size:18px;
	}
.indrwp .prolist .list li .hover p{
	font-size:14px;
	margin:10px 0 35px;
	}
.indrwp .prolist .list li .hover a{
	width:100px;
	height:35px;
	line-height:35px;
	}

.indrwp .about .one .top .left .p{
	font-size:14px;
	line-height:24px;
	}
.indrwp .about .one .title{
	padding: 0 0 30px;
	}
.indrwp .about .one .bot{
	font-size:14px;
	line-height:24px;
	}
.indrwp .about .two .list li h1{
	font-size:22px;
	margin-bottom:15px;
	}
.indrwp .about .two .list li h1 span{
	margin-right:15px;
	}
.indrwp .about .two .list li p{
	font-size:15px;
	}
}

@media (max-width:996px){
#pian{
	margin:30px auto 0;
	}
#pian p{
	height:50px;
	line-height:50px;
	}
#pian p:first-child{
	margin:5px 0;
	}
#pian p:last-child{
	margin:5px 0;
	}
#pian p a{
	font-size:14px;
	}
.pagination li:first-child,.pagination li:last-child{
	display:none;
	}

.indrwp .n_nav li{
	height:60px;
	line-height:60px;
	font-size:16px;
	}
.n_banner{
	margin-top:50px;
	}
.n_banner .txt{
	margin-top:0;
	}
.n_banner .txt h1{
	font-size:28px;
	}
.n_banner .txt .xian{
	width:220px;
	margin:10px 0;
	}
.n_banner .txt p{
	font-size:18px;
	}
.n_banner .add{
	bottom:10px;
	}
.indrwp .title{
	padding:30px 0;
	}
.indrwp .title h1{
	font-size:38px;
	line-height: 38px;
	}
.indrwp .title span{
	font-size:26px;
	margin-top: -25px;
	margin-bottom:12px;
	}	
	
.indrwp .prolist{
	padding-bottom:40px;
	}
.indrwp .prolist .list li{
	width: calc(50% - 48px)!important;
	padding:20px 20px 0;
	margin-right:15px;
	margin-bottom:15px;
	height:260px;
	}
.indrwp .prolist .list li:nth-child(3){
	margin-right:15px;
	}
.indrwp .prolist .list li:nth-child(6){
	margin-right:15px;
	}
.indrwp .prolist .list li:nth-child(8){
	margin-right:15px;
	}
.indrwp .prolist .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .prolist .list .li50 .txt{
	width: calc(100% - 40px);
	}
.indrwp .prolist .list li .txt h1{
	font-size:16px;
	}
.indrwp .prolist .list .li50 .txt h1{
	font-size:18px;
	}
.indrwp .prolist .list li .hover h1{
	font-size:16px;
	}

.indrwp .pro{
	padding-bottom:40px;
	}
.indrwp .pro .one{
	padding:40px 0;
	margin-bottom:10px;
	}
.indrwp .pro .one .left{
	float:none;
	width:100%;
	}	
.indrwp .pro .one .left h1{
	font-size:24px;
	}
.indrwp .pro .one .left span{
	font-size:16px;
	line-height:26px;
	margin-top:20px;
	}
.indrwp .pro .one .left .txt{
	margin-top:30px;
	padding-top:30px;
	}
.indrwp .pro .one .left .txt p{
	font-size:14px;
	line-height:30px;
	}
.indrwp .pro .one .left .more_box{
	margin-top:30px;
	}
.indrwp .pro .one .right{
	float:none;
	width:100%;
	height:400px;
	border-radius:5px;
	margin-top:40px;
	}	

.indrwp .contact{
	padding:40px 0;
	}
.indrwp .contact .left{
	float:none;
	width:100%;
	height:auto;
	}
.indrwp .contact .left li{
	margin-bottom:20px;
	}

.indrwp .contact .left h1{   
	margin-bottom: 30px;
    font-size: 20px;
	}
.indrwp .contact .left .txt span{
	font-size:16px;
	margin-bottom:2px;
	}
.indrwp .contact .left .txt p{
	font-size:15px;
	}
.indrwp .contact .left img{
	width:35px;
	margin-right:15px;
	}
.indrwp .contact #allmap{
	margin-top:30px;
	float:none;
	width:100%;
	height:300px;
	}

.indrwp .about .one{
	padding:40px 0;
	}
.indrwp .about .one .top{
	display:block;
	}
.indrwp .about .one .top .left{
	float:none;
	width:100%;
	margin-right:0;
	}
.indrwp .about .one .top .img{
	float:none;
	width:100%;
	margin-top:30px;
	}
.indrwp .about .one .top .left .xian{
	margin-top:20px;
	}
.indrwp .about .one .top .left>.xian{
	width:100%;
	height:1px;
	margin-top:30px;
	}
.indrwp .about .one .bot{
	margin-top:30px;
	}
.indrwp .about .two{
	padding:50px 0;
	}
.indrwp .about .two .list{
	float:none;
	margin-bottom:0;
	}
.indrwp .about .two .list:first-child{
	margin-bottom:30px;
	}
.indrwp .about .two .list li{
	margin-bottom:30px;
	}
.indrwp .about .two .list li h1{
	font-size:20px;
	margin-bottom:10px;
	}
.indrwp .about .two .list li h1 span{
	margin-right:10px;
	}
.indrwp .about .two .list li p{
	font-size:14px;
	}
.indrwp .about .three {
	padding:10px 0 0;
	}
.indrwp .about .three .list li{
	width:calc(100%/2 - 20px);
	margin-right:40px;
	margin-bottom:40px;
	}
.indrwp .about .three .list li h1{
	height:60px;
	line-height:60px;
	margin:-30px auto 0;
	font-size:18px;
	}	

.indrwp .newslist .list .img{
	float:none;
	width:100%;
	margin-left:0;
	}
.indrwp .newslist .list .text-box{
	float:none;
	width:100%;
	margin-top:20px;
	}
.indrwp .newslist .list .more-box{
	margin-top:30px;
	}
.indrwp .newslist .list .more-box span{
	font-size:18px;
	}
.indrwp .newslist .list .tit{
	font-size:22px;
	}
.indrwp .newslist .list li a{
	padding:40px 0;
	}
.indrwp .newslist .list .time-box {
    display: none;
	}
.indrwp .newslist .list .m-time {
    display: block;
    font-size: 16px;
    color: #999;
	margin-top:10px;
}

.indrwp .news{
	padding:40px 0;
	}
.indrwp .news .left{
	width:100%;
	float:none;
	}
.indrwp .news .right{
	width:100%;
	float:none;
	}
.indrwp .news .left .tit h1{
	font-size:20px;
	}
.indrwp .news .left .tit span{
	font-size:14px;
	margin-top:8px;
	}
.indrwp .news .left .tit{
	margin-bottom:20px;
	padding-bottom:15px;
	}
.indrwp .news .left .info{
	font-size:14px;
	line-height:24px;
	}
.indrwp .news .right{
	margin-top:40px;
	}
.indrwp .news .right h1{
	font-size:20px;
	margin-bottom:20px;
	}
.indrwp .news .right .list a{
	font-size:14px;
	}

.indrwp .caselist .list li{
	width:calc(100%/2 - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
	}
.indrwp .caselist .list li:nth-child(4n+0){
	margin-right:15px;
	}
.indrwp .caselist .list li:nth-child(3n+0){
	margin-right:15px;
	}
.indrwp .caselist .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .caselist .con-box .tit{
	font-size:16px;
	line-height:40px;
	}
.indrwp .caselist .text .ntit{
	font-size:18px;
	}
.indrwp .caselist .text .con{
	-webkit-line-clamp: 2;
	height:48px;
	}
	
.indrwp .honor .list li{
	width:calc(100%/3 - 12px);
	margin-right:15px;
	margin-bottom:15px;
	}
.indrwp .honor .list li:nth-child(5n+0){
	margin-right:15px;
	}
.indrwp .honor .list li:nth-child(3n+0){
    margin-right: 0;
	}
.indrwp .honor .con-box .tit{
	font-size:16px;
	line-height:40px;
	}
.indrwp .honor .text .ntit{
	font-size:18px;
	}
.indrwp .honor .text .con{
	-webkit-line-clamp: 2;
	height:48px;
	}	

.indrwp .brand{
	padding-bottom:40px;
	}
}

@media (max-width:599px){
.indrwp .n_nav li{
	height:45px;
	line-height:45px;
	font-size:14px;
	}
.n_banner .txt h1{
	font-size:22px;
	}
.n_banner .txt .xian{
	width:150px;
	margin:8px 0;
	}
.n_banner .txt p{
	font-size:14px;
	}
.n_banner .add{
	display:none;
	}

.indrwp .prolist .list li{
	width:calc(100% - 40px)!important;
	padding:20px 20px 0;
	margin-right:0!important;
	margin-bottom:15px;
	height:260px;
	}

.indrwp .pro .one .left h1{
	font-size:22px;
	}
.indrwp .pro .one .left span{
	font-size:15px;
	line-height:26px;
	}
.indrwp .pro .one .left .more_box a{
	height:40px;
	line-height:40px;
	}
.indrwp .pro .one .right{
	height:300px;
	}	

.indrwp .about .three .list li{
	width:100%;
	margin-right:0;
	margin-bottom:30px;
	}


.indrwp .newslist .list .more-box span{
	font-size:14px;
	}
.indrwp .newslist .list .tit{
	font-size:16px;
	}
.indrwp .newslist .list .m-time {
    font-size: 14px;
	margin-top:8px;
}
.indrwp .newslist .list .con{
	font-size:14px;
	line-height:24px;
	height:48px;
	margin-top:15px;
	}
.indrwp .newslist .list .more-box{
	margin-top:20px;
	}
.indrwp .newslist .list li a{
	padding:30px 0;
	}

.indrwp .caselist .list li{
	width:100%;
	margin-right:0;
	}
.indrwp .honor .list li{
	width:calc(100% - 2px);
	margin-right:0;
	}
}