@charset "utf-8";
/* CSS Document */

.BMapLib_bubble_top {
    border-bottom: none !important;
    background: url(../images/img20.jpg) no-repeat;
    height: 100px !important;
    background-size: cover;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title{
	display:none;
	}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
    padding: 0 !important;
}
.BMapLib_bubble_content {
    height: auto !important;
}
.map-content .addr {
    padding: 0 10px;
    background: #383840;
    color: #ffffff;
    line-height: 35px;
    height: 35px;
}

body {
    color: #fff;
    font-family: "Microsoft Yahei";
	overflow-x: hidden;
}
.n_banner{
	width:100%;
	position:relative;
	display:flex;
    justify-content:center;
    align-items:center;
	margin-top:100px;
	}
.n_banner>img{
	display:none!important;
	}
.n_banner .txt{
	position:absolute;
	margin-top:60px;
	}
.n_banner h1{
	text-align:center;
    font-size: 55px;
    color: #ffff;
	font-family:"BEBAS";
}
.n_banner p{
	text-align:center;
    font-size: 36px;
    color: #ffff;
}

.nei_nav{
	height:150px;
	background:url(../images/neinav_bg.jpg) no-repeat center/cover;
	overflow:hidden;
	}
.nei_nav .txt{
	float:left;
	width:35%;
	padding:20px 0;
	}
.nei_nav .txt img{
	float:left;
	margin-top:-20px;
	margin-right:30px;
	}
.nei_nav .txt .right{
	float:left;
	}
.nei_nav .txt .right p{
	font-size:40px;
	color:#333;
	text-align: left;
	margin-bottom:10px;
	}
.nei_nav .txt .right h1{
	font-size:36px;
	color:#e6212a;
	text-align: left;
	font-family:BEBAS;
	}
.nei_nav .add{
	float:right;
	width:63%;
	text-align:left;
	padding-left:2%;
	font-size:18px;
	color:#fff;
	height:150px;
	line-height:150px;
	display: flex;
    align-items: center;
	}
.nei_nav .add img{
	width:20px;
	margin-right:20px;
	}
.nei_nav .add a{
	font-size:18px;
	color:#fff;
	}
.nei_nav .add a:hover{
	color:#333;
	transition: all 0.3s linear;
	}

#pian {
    width: 100%;
    margin: 60px auto;
    overflow: hidden;
    background-color: #fafafa;
}
#pian p:first-child {
    border-right: 1px solid #dfdfdf;
    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: #fafafa;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p a {
    display: block;
    font-size: 16px;
    color: #868686;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#pian p:hover a {
    color: #e6212a;
    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;
	margin-top:40px;
	margin-bottom:40px;
}
.pagination li{
	display: inline-block;
    margin: 0 5px;
	}
.pagination .active span, .pagination .active a{
	background-color:#e6212a;
	color:#fff;
	}
.pagination li:hover span, .pagination li:hover a{
	background-color:#e6212a;
	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: #eee;
}
.pagination .disabled span, .pagination .disabled a{
	color:#ccc;
	}
	
.indrwp .newslist .list{
	margin-top:80px;
	}
.indrwp .newslist .list li{
	height:260px;
	border-bottom:1px dashed #ccc;
	}
.indrwp .newslist .list li .time{
	float:left;    
	z-index: 1;  
    line-height: 1;
    text-align: center;
    position: absolute;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    color: #e6212a;
    z-index: 1;
    font-size: 14px;
	}
.indrwp .newslist .list li .time p{
    font-size: 55px;
    margin-bottom: 3px;
	}
.indrwp .newslist .list li .time span{
    font-size: 16px;
	}
.indrwp .newslist .list li .txt{
	float:right;
	text-align:left;
	padding-left:8%;   
	}
.indrwp .newslist .item_l {
    width: 10%;
    float: left;
    position: relative;
    height: 100%;
}
.indrwp .newslist .item_r {
    width: 90%;
    float: left;
    height: 100%;
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.indrwp .newslist .list li:hover .txt span{
	color:#fff;
	background-color:#e6212a;    
	transition: all 0.3s linear;
	}
.indrwp .newslist .list li:hover .time p{
	color:#fff;    
	transition: all 0.3s linear;
	}
.indrwp .newslist .list li:hover .time span{
	color:#fff;    
	transition: all 0.3s linear;
	}
.indrwp .newslist .list li:hover .item_l:after{
    width: 520px;
}
.indrwp .newslist .item_l:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #e6212a;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.indrwp .newslist .list li:hover .item_r:after {
    width: 330px;
    right: -330px;
}
.indrwp .newslist .item_r:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: #fafafa;
    height: 100%;
    width: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}
.indrwp .newslist .list:hover li{
	border-bottom:1px solid #fff;
	transition: all 0.3s linear;
}
.indrwp .newslist .list li:hover{
    background: #fafafa;
	transition: all 0.3s linear;
}
.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

.indrwp .newslist .txt h1{
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.indrwp .newslist li:hover .txt h1{
    color: #e6212a;
	transition: all 0.3s linear;
	}
.indrwp .newslist .list li .txt h2{
	display:none;
    font-size: 14px;
	margin-bottom:10px;
	color:#999;
	font-weight:normal;
	}
.indrwp .newslist .txt p{
    font-size: 15px;
    color: #666;
    line-height: 26px;
    margin-bottom: 50px;    
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	max-height: 48px;
}
.indrwp .newslist .txt span{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e6212a;
    border-radius: 10px 0;
    color: #e6212a;
    padding: 10px 30px;
    position: relative;
}
.indrwp .news .info h1{
	font-size:26px;
	text-align:center;
	color:#333;
	}
.indrwp .news .info h2{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#999;
	margin:8px 0 30px;
	padding-bottom:30px;
	border-bottom:1px dashed #ccc;
	}
.indrwp .news .info .p p, .indrwp .news .info .p span{
	font-size:15px;
	line-height:26px;
	color:#666;
	}
.indrwp .news .info{
	padding:80px 0 0;
	}

.indrwp .productlist .title{
	overflow:hidden;
	padding:60px 0;
	}
.indrwp .productlist .title h1{
	float:left;
	font-size:24px;
	font-weight:normal;
	color:#e6212a;
	}
.indrwp .productlist .title a{
	float:right;
	font-size:14px;
	color:#fff;
	display:block;
	padding:8px 20px;
	background-color:#e6212a;
	}
	
.indrwp .productlist .list{
	overflow:hidden;
	margin-top:80px;
	}
.indrwp .productlist .list li{
	width:calc(100%/4 - 15px);
	overflow:hidden;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	}
.indrwp .productlist .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .productlist .list li p{
	font-size:18px;
	color:#666;
	text-align:center;
	height:60px;
	line-height:60px;
	}
.indrwp .productlist .list li:hover .img{
    transform: scale(1.05, 1.05);
    transition: transform 0.6s ease 0s;
	}
.indrwp .productlist .list li:hover p{
	color:#e6212a;
	transition: all 0.3s linear;
	}

.indrwp .pro{
	margin-top:80px;
	}
.indrwp .pro .pro_tui{
	margin:50px 0 0;
	}
.indrwp .pro .pro_tui h1{
	font-size:22px;
	color:#333;
	font-weight:bold;
	}
.indrwp .pro .info h1{
	text-align:center;
	font-size:26px;
	color:#333;
	}
.indrwp .pro .info span{
	display:block;
	font-size: 14px;
    text-align: center;
    font-weight: normal;
    color: #999;
    margin: 8px 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
	}
.indrwp .pro .pro_tui .list{
	overflow:hidden;
	padding-top:30px;    
	border-top: 1px dashed #ccc;
    margin-top: 10px;
	}
.indrwp .pro .pro_tui .list li{
	float:left;
	width:calc(100%/4 - 15px);
	margin-right:20px;
	overflow:hidden;
	margin-bottom:30px;
	}
.indrwp .pro .pro_tui .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .pro .pro_tui .list li .txt{
	background-color:#fafafa;
	padding:5% 8%;
	width:84%;
	overflow:hidden;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
    align-items:center;
	-webkit-align-items:center;
	box-align:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	}
.indrwp .pro .pro_tui .list li .left{
	float:left;
	width:70%;
	}
.indrwp .pro .pro_tui .list li .txt h1{
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	font-size:16px;
	font-weight:normal;
	color:#333;
	}
.indrwp .pro .pro_tui .list li .txt p{
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	font-size:14px;
	color:#999;
	margin-top:8px;
	font-family:"微软雅黑";	
	}
.indrwp .pro .pro_tui .list li .right{
	float:right;
	width:30%;
	}
.indrwp .pro .pro_tui .list li .right .img1{
	float:right;
	display:block;
	}
.indrwp .pro .pro_tui .list li .right .img2{
	float:right;
	display:none;
	}
.indrwp .pro .pro_tui .list li:hover .txt{
	background-color:#e6212a;
	transition:all 0.3s linear;
	}
.indrwp .pro .pro_tui .list li:hover .txt h1{
	color:#fff;
	transition:all 0.3s linear;
	}
.indrwp .pro .pro_tui .list li:hover .txt p{
	color:#fff;
	transition:all 0.3s linear;
	}
.indrwp .pro .pro_tui .list li:hover .img1{
	display:none;
	}
.indrwp .pro .pro_tui .list li:hover .img2{
	display:block;
	transition:all 0.3s linear;
	}
.indrwp .pro .pro_tui .list li:hover .img{
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
	}

.indrwp .about .left{width:50%; float:left; padding-top:50px;}
.indrwp .about .left .t{font-size:50px; color:#333; line-height:1.2;}
.indrwp .about .left .t_en{font-size:18px; color:#e6212a; font-family:Arial; margin:20px 0 50px;}
.indrwp .about .left .c{font-size:15px; line-height:26px; color:#666; margin-bottom:30px;}
.indrwp .about .left .common_btn .btn_more{color:#fff; background:#e6212a ; padding:15px 60px; border-radius:15px 0; font-size:15px; display: inline-block;}
.indrwp .about .left .common_btn .btn_more:before{top:15px; left:20px; color:#fff;}
.indrwp .about .right{width:46%; float:right}
.indrwp .about .right img {max-width:none;width:auto; display:block;}
.indrwp .about .one{

	}
.indrwp .about .two{
	background-color:#fafafa;
	padding-bottom:60px;
	}
.indrwp .about .tit{
	padding:60px 0;
	}
.indrwp .about .tit h1{
	font-size:40px;
	color:#e6212a;
	font-weight:normal;
	text-align:center;
	}
.indrwp .about .tit p{
	font-size:18px;
	color:#666;
	margin-top:8px;
	text-align:center;
	}
.indrwp .about .two .box{
	overflow:hidden;
	background-color:#fff;    
	display: flex;
    justify-content: center;
    align-items: center;
	}
.indrwp .about .two .box .img{
	float:left;
	width:55%;
	}
.indrwp .about .two .box .p{
	float:right;
	width:calc(45% - 40px);
	padding:40px;
	background:url(../images/culture_bg.png) no-repeat right bottom/auto #fff;
	}
.indrwp .about .two .box .p p{
	font-size:14px;
	line-height:24px;
	color:#666;
	margin:10px 0;
	}

.indrwp .about .three{
	margin-bottom:80px;
	}
.indrwp .about .three .swiper-slide .txt{
	width:calc(100% - 20px);
	padding:0 10px;
	height:120px;
	}
.indrwp .about .three .swiper-slide>img{
	margin:10px auto;
	display:block;
	}
.indrwp .about .three .swiper-slide .txt h1{
	background-color:#e6212a;
	color:#fff;
	font-size:15px;
	text-align:center;
	font-weight:normal;
	border-radius:10px 10px 0 0;
	height:40px;
	line-height:40px;
	}
.indrwp .about .three .swiper-slide .txt .p{
	background-color:#fafafa;
	color:#666;
	font-size:14px;
	line-height:22px;
	text-align:center;
	width:90%;
	padding:0 5%;
	height:80px;
	display: flex;
    justify-content: center;
    align-items: center;
	}
	
.indrwp .about .three .swiper-slide .txt .p .info{	
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	

.indrwp .about .four{
	margin-bottom:80px;
	}	
.indrwp .about .four .list_box{
	overflow:hidden;
	}
.indrwp .about .four .list_box .list{
	float:left;
	width:45%;
	overflow:hidden;
	}
.indrwp .about .four .list_box .list:first-child{
	margin-right:10%;
	}
.indrwp .about .four .list_box .list li{
	float:left;
	margin-right:20px;
	width:calc(100%/2 - 10px);
	}
.indrwp .about .four .list_box .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .about .four .list_box .list>a{
	margin:30px auto 0;
	display:block;
	width:200px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	background-color:#e6212a;
	}	
	

.indrwp .shop{
	background-color:#fafafa;
	padding:80px 0;
	}	
.indrwp .shop .info p{
	font-size:16px;
	color:#333;
	text-align:center;
	line-height:36px;
	}
.indrwp .shop .info .box{
	overflow:hidden;
	margin-top:50px;    
	display: flex;
    justify-content: center;
    align-items: center;
	}	
.indrwp .shop .info .box .img{
	float:left;
	width:260px;
	margin-right:80px;
	}
.indrwp .shop .info .box .img:last-child{
	margin-right:0;
	}
.indrwp .shop .info .box .img img{
	margin:0 auto;
	display:block;
	}
.indrwp .shop .info .box .img span{
	display:block;
	text-align:center;
	font-size:16px;
	color:#666;
	margin-top:20px;
	}
.indrwp .contact{
	position:relative;
	}
.indrwp .contact #container {
    height: 700px;
}
.indrwp .contact .box{
	position:absolute;
	right:100px;
	bottom:0;
	z-index:200;
	background-color:#e6212a;
	padding:60px 50px;
	}
.indrwp .contact .box h1{
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	color:#fff;
	cursor: pointer;
	}	
.indrwp .contact .box p{
	font-size:14px;
	line-height:26px;
	color:#fff;
	}	
.indrwp .contact .box .img {
	overflow:hidden;
	margin-top:30px;
	}
.indrwp .contact .box .img img{
	float:left;
	display:block;
	margin-right:30px;
	}

@media (max-width:1470px){
.indrwp .about .three .swiper-button-next, .indrwp .about .three .swiper-button-prev{
		display:none;
		}
	}
@media (max-width:1399px){
.indrwp .about .left{width:55%;}
.indrwp .about .right{width:42%;}
}	

@media (max-width:1299px){
.n_banner .txt{
	margin-top:50px;
	}
.n_banner h1{
	font-size:40px;
	}
.n_banner p{
	font-size:30px;
	}

.nei_nav .txt{
	width:40%;
	}
.nei_nav .add{
	width:58%;
	}
.nei_nav .txt .right p{
	font-size:38px;
	}
.nei_nav .txt .right h1{
	font-size:32px;
	}


.indrwp .about .left{width:60%;}
.indrwp .about .right{width:37%;}
}

@media (max-width:1199px){
.indrwp .about .left{width:65%;}
.indrwp .about .right{width:32%;}
}

@media (max-width:992px){

.indrwp .about .four .list_box .list>a{
	margin:20px auto 0;
	width:160px;
	height:40px;
	line-height:40px;
	font-size:14px;
	}	
.indrwp .about .four {
    margin-bottom: 40px;
}
.indrwp .about .four .list_box .list{
	width:100%;
	margin:0;
	float:none;
	}
.indrwp .about .four .list_box .list:first-child{
	margin-bottom:30px;
	}
.indrwp .productlist .title{
	overflow:hidden;
	padding:30px 0;
	}
.indrwp .productlist .title h1{
	font-size:20px;
	}
.indrwp .productlist .title a{
	font-size:13px;
	padding:6px 12px;
	}
.n_banner{
	margin-top:50px;
	}
.n_banner .txt{
	margin-top:0;
	}
.n_banner h1{
	font-size:35px;
	}
.n_banner p{
	font-size:22px;
	}	

#pian{
	margin:30px auto 40px;
	}
#pian p{
	margin:0!important;
	height:55px;
	line-height:55px;
	}
#pian p a{
	font-size:15px;
	}
		
.pagination{
	margin-top:30px;
	margin-bottom:30px;
	}
.pagination li:first-child{
	display:none;
	}
.pagination li:last-child{
	display:none;
	}

.nei_nav{
	background:#e6212a;
	height:40px;
	}
.nei_nav .txt{
	display:none;
	}
.nei_nav .add{
	height:40px;
	line-height:40px;
	width:100%;
	float:none;
	font-size:14px;
	}
.nei_nav .add a{
	font-size:14px;
	}
.nei_nav .add img{
	width:16px;
	margin-right:10px;
	}

.indrwp .newslist .list{
	margin-top:30px;
	}	
.indrwp .newslist .item_l{
	float:none;
	display:none;
	}	
.indrwp .newslist .item_r{
	float:none;
	width:100%;
	}
.indrwp .newslist .list li{
	height:220px;
	}
.indrwp .newslist .txt h1{
	font-size:18px;
	margin-bottom:10px;
	}
.indrwp .newslist .list li .txt h2{
	display:block;	
	}
.indrwp .newslist .txt p{
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
	}
.indrwp .newslist .txt span{
	padding:8px 20px;
	}
.indrwp .newslist .list li .txt{
	padding:0;
	}
.indrwp .newslist .item_r:after{
	display:none;
	}
.indrwp .newslist .list:hover li{
	border-bottom: 1px dashed #ccc;
	}
.indrwp .newslist .list li:hover{
	background:none;
	}
.indrwp .news .info{
	padding:40px 0 0;
	}
.indrwp .news .info h1{
	font-size:20px;
	}
.indrwp .news .info h2{
	margin:8px 0 20px;
	padding-bottom:20px;
	}
.indrwp .news .info .p p, .indrwp .news .info .p span{
	font-size:14px;
	line-height:24px;
	}
	
.indrwp .productlist .list{
	margin-top:30px;
	}
.indrwp .productlist .list li{
	width: calc(100%/2 - 7.5px);
	margin-bottom:15px;
	margin-right:15px;
	}
.indrwp .productlist .list li p{
	height:40px;
	line-height:40px;
	font-size:15px;
	background-color: #fafafa;
	}
.indrwp .productlist .list li:nth-child(4n+0){
	margin-right:15px;
	}
.indrwp .productlist .list li:nth-child(even){
	margin-right:0;
	}

.indrwp .pro{
	margin-top:30px;
	}	
.indrwp .pro .info h1{
	font-size:20px;
	}
.indrwp .pro .info span{    
	margin: 8px 0 20px;
    padding-bottom: 20px;
	}
.indrwp .pro .pro_tui .list{
	padding-top:20px;
	}
.indrwp .pro .pro_tui .list li{
	float:left;
	width:calc(100%/2 - 7.5px);
	margin-right:15px;
	margin-bottom:15px;
	}
.indrwp .pro .pro_tui .list li:nth-child(4n+0){
	margin-right:15px;
	}
.indrwp .pro .pro_tui .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .pro .pro_tui h1{
	font-size:20px;
	}
.indrwp .pro .pro_tui .list li .txt h1{
	font-size:14px;
	}
.indrwp .pro .pro_tui .list li .txt p{
	font-size:12px;
	}
.indrwp .pro .pro_tui .list li .right .img1{
	max-width:24px;
	}
.indrwp .pro .pro_tui .list li .right .img2{
	max-width:24px;
	}
.indrwp .pro .pro_tui .list li .txt{
	padding:10px;
	width:calc(100% - 20px);
	}
.indrwp .pro .pro_tui{
	margin: 30px 0 0;
	}	

.indrwp .about .left{width:100%; float:none; margin-bottom:30px; padding-top:30px;}
.indrwp .about .right{width:100%; float:none;}
.indrwp .about .right img{ width:100%;}
.indrwp .about .left .t{
	font-size:22px;
	font-weight:bold;
	}
.indrwp .about .left .t_en{
	font-size:15px;
	margin:10px 0 20px;
	}
.indrwp .about .left .c{
	font-size:14px;
	line-height:24px;
	}
.indrwp .about .left .common_btn .btn_more{
	padding: 10px 40px;
	font-size:14px;
	}
.indrwp .about .one{
	margin-top:10px;
	background:none;
	}
.indrwp .about .two{
	margin:40px 0 0;
	padding-bottom:30px;
	}
.indrwp .about .two .box{
	display:block;
	}
.indrwp .about .two .box .img{
	float:none;
	width:100%;
	}
.indrwp .about .two .box .p{
	float:none;
	width:calc(100% - 40px);
	text-align:center;
	padding:30px 20px;
	}
.indrwp .about .two .box .p p{
	font-size:14px;
	line-height:30px;
	text-align:left;
	}
.indrwp .about .tit{
	padding:30px 0;
	}
.indrwp .about .tit h1{
	font-size:24px;
	}
.indrwp .about .tit p{
	font-size:14px;
	margin-top:5px;
	}
.indrwp .about .three{
	margin-bottom:40px;
	}

.indrwp .shop{
	padding:40px 0;
	}
.indrwp .shop .info .box{
	margin-top:30px;
	}	
.indrwp .shop .info p{
	font-size:15px;
	line-height:34px;
	}
.indrwp .shop .info .box .img{
	margin-right:40px;
	}
.indrwp .shop .info .box .img span{
	font-size:14px;
	}

.indrwp .contact #container {
    height: 300px;
	width:90%!important;
	margin:30px auto;
}
.indrwp .contact .box{
	width:calc(90% - 60px);
	margin:0 auto 30px;
	position:static;
	padding:30px;
	}
.indrwp .contact .box h1{
	font-size:16px;
	}	
.indrwp .contact .box p{
	font-size:14px;
	line-height:24px;
	}	
.indrwp .contact .box .img {
	margin-top:20px;
	}
}

@media (max-width:599px){
.n_banner h1{
	font-size:24px;
	}
.n_banner p{
	font-size:16px;
	margin-top:2px;
	}
.n_banner>img{
	height:150px;
	}
.n_banner .txt {
    margin-top: 20px;
}
}
	