@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");}

@font-face{font-family:"HelveticaNeue";src:url("../font/HelveticaNeue.woff2") format("woff2"),url("../font/HelveticaNeue.woff") format("woff"),url("../font/HelveticaNeue.ttf") format("truetype"),url("../font/HelveticaNeue.eot") format("embedded-opentype"),url("../font/HelveticaNeue.svg") format("svg");}


input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
input[type="radio" i] {
    -webkit-appearance: radio;
    box-sizing: border-box;
}
input, textarea, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
	outline:none;
}
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}


	  
#pian {
    width: 100%;
    margin: 60px auto 80px;
    overflow: hidden;
    background-color: #fafafa;
}
#pian p:first-child {
    border-right: 1px solid #dfdfdf;
    text-align: left;
    float: left;
    margin: 15px 0;
    padding-left: 30px;
    padding-right: 10px;
}
#pian p:last-child {
    text-align: right;
    float: right;
    margin: 15px 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: #0055a7;
    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:60px 0 80px;
}
.pagination li{
	display: inline-block;
    margin: 0 5px;
	}
.pagination .active span, .pagination .active a{
	background-color:#0055a7;
	color:#fff;
	}
.pagination li:hover span, .pagination li:hover a{
	background-color:#0055a7;
	color:#fff;
	}
.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;
	}

video{
 	max-width:100%;
	}
	
.n_banner{
	width:100%;
	position:relative;
	display:flex;
    justify-content:center;
    align-items:center;
	}
.n_banner .txt{
	position:absolute;
	}
.n_banner h1{
	text-align:center;
    font-size: 60px;
	font-weight:normal;
    color: #fff;
	font-family:"BEBAS";
}
.n_banner .xian{
	margin:0 auto;
	width:60px;
	height:4px;
	background-color:#fff;
	margin-top:30px;
}

.list_nav{
	overflow:hidden;
	width:100%;
	height:60px;
	line-height:60px;
	text-align:center;
	background-color:#f8f8f8;
	}
.list_nav .center{
	display: flex;
    justify-content: center;
    align-items: center;
	}
.list_nav li{
	float:left;
	width:calc(100%/7);
	}
.list_nav li a{
	font-size:15px;
	color:#999;
	display:block;
	}	
.list_nav li:hover a{
	color:#fff;
	background-color:#009e3f;
	transition:all 0.3s linear;
	}
.list_nav .ative a{
	color:#fff;
	background-color:#009e3f;
	}	

.indrwp .title{
	padding-top:60px;
	}
.indrwp .title h2{
	font-family:"HelveticaNeue";
	font-size:40px;
	color:#0055a7;
	text-align:center;
	font-weight:normal;
	}
.indrwp .title h1{
	font-size:34px;
	color:#0055a7;
	text-align:center;
	font-weight:normal;
	}
.indrwp .title .xian{
	width:80px;
	height:4px;
	background-color:#0055a7;
	margin:20px auto 0;
	}
.indrwp .title p{
	margin-top:10px;
	font-size:15px;
	color:#666;
	text-align:center;
	}	
	


.indrwp .contact .one .contact_gbook{
	margin-top:60px;
	overflow:hidden;
	padding-bottom:60px;
	}
.indrwp .contact .one .contact_gbook li input {
	width:47%;
	margin-right:2%;
	padding-left:2%;
	float:left;
	border:none;
	background-color:#fafafa;
	margin-bottom:20px;
	line-height: 58px;
	height:58px;
	font-size:16px;
	color:#333;
	font-family: "微软雅黑";
}

.indrwp .contact .one .contact_gbook li:nth-child(3) input{
	margin-right:0;
	}
.indrwp .contact .one .contact_gbook li:nth-child(5) input{
	margin-right:0;
	}
.indrwp .contact .one .contact_gbook li:nth-child(6) textarea{
	margin-right:0;
	}
.indrwp .contact .one .contact_gbook li textarea {
	width:98%;
	padding-top:10px;
	padding-left:2%;
	float:none;
	background-color:#fafafa;
	border:none;
	line-height: 34px;
	height: 240px;
	font-size:16px;
	color:#333;
	font-family: "微软雅黑";
}
.indrwp .contact .one .contact_gbook .tijiao{
	border:none; 
	float:none;
	padding:0; 
	margin:60px auto 0; 
	cursor: pointer;    
	width: 140px;
    height: 50px;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
	font-family: "微软雅黑";
}	
.indrwp .contact .one .contact_gbook .tijiao:hover{
	background-color:#fff;
	box-shadow:0 0 10px #666;
	color:#0055a7;
	transition: all 0.4s linear;
}
#allmap {
	height: 800px;
	width: 100%;
	overflow: hidden
}

.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("../images/img20.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("../images/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
}
.BMapLib_SearchInfoWindow .iw_bt, .BMapLib_SearchInfoWindow .iw_bt_down, .BMapLib_SearchInfoWindow .iw_bt_over{
	text-align:center;
	}
#allmap tbody tr:nth-child(odd) td, #allmap tbody tr:nth-child(odd) th {
   background:none; 
}

#allmap table tr td {
    text-align: center
}

#allmap table td {
    text-align: center;
    vertical-align: middle; 
    font-size: 14px; 
    line-height: 28px;
    padding:0;
}
#allmap table, #allmap td, #allmap th{
	border:none!important;
	}

#allmap dd {
	padding: 5px 0 0 5px
}
/*#allmap>div{
	left:22%!important;
	}*/
.indrwp .contact .right-map{
	position:relative;
	}
.zzsc{ position:absolute; z-index:10; top:0; width:50%; height:100%; background:url(../images/contact.png) 15% center no-repeat rgba(0,85,167,0.8); font-family:'微软雅黑'; display: flex; align-items: center;}
.zzsc .tab{ overflow:hidden; position:absolute; bottom:80px; right:-140px;}
.zzsc .tab a{ display:block; width:140px; height:50px; line-height:50px; text-align:center; float:left; text-decoration:none; color:#fff; font-size:15px;  background:#0055a7; border-radius:5px 0 0 5px;}
.zzsc .tab a:hover{ background-color:#fff; color:#0055a7; text-decoration:none;}
.zzsc .tab a:last-child{ border-radius:0 5px 5px 0;}
.zzsc .tab a.on{ background-color:#fff; color:#0055a7; text-decoration:none;}
.zzsc .content{ overflow:hidden; padding-left:25%; width:70%;}
.zzsc .content li{ display:none;}
.zzsc .content .txt h1{font-size:34px; color:#fff; font-weight:normal;}
.zzsc .content .txt .xian{ width:80px; height:2px; background-color:#fff; margin:30px 0 80px;}
.zzsc .content .txt .icon{overflow:hidden; margin-bottom:50px;display: flex;align-items: center;}
.zzsc .content .txt .icon img{ float:left; width:50px;}
.zzsc .content .txt .icon .right{ float:left; margin-left:30px;}
.zzsc .content .txt .icon .right span{ font-size:15px; color:#abd6ff; display:block; margin-bottom:10px;}	
.zzsc .content .txt .icon .right p{ font-size:18px; color:#fff; font-weight:bold;}	

.indrwp .aboutindex .one{
	background: -webkit-linear-gradient(90deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(90deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(90deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%); /* Firefox 3.6 - 15 */
    background: linear-gradient(90deg, #fafafa 0%, #fafafa 50%, #fff 50%, #fff 100%); /* 标准的语法（必须放在最后） */  
	}
.indrwp .aboutindex .one .bg{
	padding:60px 0;
	background:url(../images/about_right.png) no-repeat center right;
	}
.indrwp .aboutindex .one .center{    
	display: flex;
    justify-content: center;
    align-items: center;
	}
.indrwp .aboutindex .one .left{
	width:55%;
	float:left;
	}
.indrwp .aboutindex .one .left img{
	display:block;
	}
.indrwp .aboutindex .one .right{
	width:40%;
	float:right;
	margin-left:5%;
	}
.indrwp .aboutindex .one .right .txt h1{
	font-size:36px;
	color:#333;
	}
.indrwp .aboutindex .one .right .txt span{
	font-size:16px;
	color:#999;
	display:block;
	margin-top:5px;
	}
.indrwp .aboutindex .one .right .txt .xian{
	width:60px;
	height:2px;
	background-color:#0055a7;
	margin:30px 0 40px;
	}
.indrwp .aboutindex .one .right .txt p{
	font-size:15px;
	line-height:30px;
	color:#666;
	}
.indrwp .aboutindex .one .right .gg{
	padding-top:60px;
	overflow:hidden;
	}
.indrwp .aboutindex .one .right .gg .center{	   
	overflow: hidden;
	}
.indrwp .aboutindex .one .right .gg .list{
	float:left;
	width: calc(100%/3 - 1px);
	position:relative;
	border-right:1px solid #ccc;
	}
.indrwp .aboutindex .one .right .gg .list3{
	border:none;
	}
.indrwp .aboutindex .one .right .gg .list h1.jumbo {
	font-size: 60px;
	color: #0055a7;
	text-align:center;
	font-weight:normal;
	font-family: "BEBAS";
	}
.indrwp .aboutindex .one .right .gg .list p.a{
	font-size:14px;
	color:#666;
	position:absolute;
	top:0;
	right:0;
	font-family: "BEBAS";
	}
.indrwp .aboutindex .one .right .gg .list1 p.a{
	right: 84px;
	}
.indrwp .aboutindex .one .right .gg .list2 p.a{
	font-size:14px;
	right:94px;
	}
.indrwp .aboutindex .one .right .gg .list3 p.a{
	font-size:14px;
	right:68px;
	}
.indrwp .aboutindex .one .right .gg .list p.b{
	font-size:15px;
	color:#0055a7;
	text-align:center;
	margin-top:5px;
	line-height:22px;
	}
.indrwp .aboutindex .two{
	background:url(../images/licheng_bg.jpg) no-repeat center/cover;
	padding-bottom:80px;
	}	
.indrwp .aboutindex .two .title{
	margin-bottom:20px;
	}
.indrwp .aboutindex .two .title h1{
	color:#fff;
	}		
.indrwp .aboutindex .two .title h2{
	color:#fff;
	}	
.indrwp .aboutindex .two .title .xian{
	height:1px;
	background-color:#fff;
	}		
.indrwp .aboutindex	.three{
	padding-bottom:80px;
	}
.indrwp .aboutindex	.three .more{
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
	}
.indrwp .aboutindex	.three .more:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #0055a7;
    transition: all 0.4s linear;
}
.indrwp .aboutindex	.four{
	background:url(../images/wenhua_bg.jpg) no-repeat center/cover;
	padding:180px 0;
	}
.indrwp .aboutindex	.four h1{
	font-size:36px;
	color:#fff;
	font-weight:normal;
	margin-bottom:40px;
	}
.indrwp .aboutindex	.four p{
	font-size:22px;
	line-height:48px;
	color:#fff;	
	}
.indrwp .aboutindex	.five{
	padding-bottom:80px;
	}
.indrwp .aboutindex	.five .more{
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
	}
.indrwp .aboutindex	.five .more:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #0055a7;
    transition: all 0.4s linear;
}
	
	
.indrwp .operation{
	padding-bottom:80px;
	}	
.indrwp .operation .list li{
	position:relative;
	margin-top:60px;
	min-height: 250px;
	}	
.indrwp .operation .list li:nth-child(even) .txt{
	right:30px;
	left:auto;
	}
.indrwp .operation .list li .txt{
	background-color:#fff;
	border-radius:5px;
	width:calc(50% - 60px);
	height:60%;
	padding:5% 30px 0;
	bottom:30px;
	left:30px;
	position:absolute;
	}
.indrwp .operation .list li .txt:hover a{
	margin-left:0;
	transition: all 0.4s linear;
	}
.indrwp .operation .list li .txt h1{
	font-size:30px;
	color:#0055a7;
	font-weight:normal;
	}
.indrwp .operation .list li .txt .xian{
	width:36px;
	height:3px;
	background-color:#0055a7;
	margin:20px 0 30px;
	}
.indrwp .operation .list li .txt .p{
	font-size:15px;
	line-height:26px;
	color:#666;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.indrwp .operation .list li .txt a{
	display:block;
	margin-top:40px;
	margin-left:-60px;
	}

.indrwp .honor .list{
	overflow:hidden;
	margin-top:30px;
	}	
.indrwp .honor .list li{
	float:left;
	margin-right:30px;
	margin-top:30px;
	width:calc(100%/4 - 22.5px);
	background-color:#efefef;
	}
.indrwp .honor .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .honor .list li .box{
	 width:68%;
	 margin:16% auto 0;
	 display:block;
	 } 
.indrwp .honor .list li .box p{
	font-size:16px;
	color:#fff;
	text-align:center;
	padding:25px 10px;
	width:120%;
	margin-left:-10%;
	margin-top:15%;   
	background-color: #0055a7;    
	text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
	overflow:hidden;
	}	


.indrwp .case .one{
	background-color:#fafafa;
	padding-bottom:60px;
	}
.indrwp .case .two{
	background-color:#f2f2f2;
	padding-bottom:60px;
	}
.indrwp .case .list{
	overflow:hidden;
	margin-top:30px;
	}
.indrwp .case .list li{
	float:left;
	width:calc(100%/5 - 24px);
	margin-right:30px;
	margin-top:30px;
	}
.indrwp .case .list li:nth-child(5n+0){
	margin-right:0;
	}
.indrwp .case .more{
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #0055a7;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
	}
.indrwp .case .more:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #0055a7;
    transition: all 0.4s linear;
}
.indrwp .casein{
	background-color:#fafafa;
	padding-bottom:80px;
}	

.indrwp .newslist .list{
	margin-top:60px;
	}
.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: #0055a7;
    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:#0055a7;    
	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: #0055a7;
    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: normal;
    color: #333;
    line-height: 24px;
    margin-bottom: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.indrwp .newslist li:hover .txt h1{
    color: #0055a7;
	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: 40px;    
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	max-height: 52px;
}
.indrwp .newslist .txt span{
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #0055a7;
    border-radius: 10px 0;
    color: #0055a7;
    padding: 10px 30px;
    position: relative;
}
	
.indrwp .news .info h1{
	font-size:26px;
	text-align:center;
	color:#333;
	font-weight:normal;
	}
.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:60px 0 0;
	}

.indrwp .style{
	padding-bottom:80px;
	}
.indrwp .style .list{
	overflow:hidden;
	margin-top:30px;
	}
.indrwp .style li{
	position:relative;
	float:left;
	width:calc(100%/4 - 22.5px);
	margin-right:30px;
	margin-top:30px;
	}
.indrwp .style li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .style li p {
    font-size: 16px;
    padding: 15px 10px;
    width: calc(80% - 20px);
    left: 10%;
    position: absolute;
    bottom: 10px;
    background: rgba(0,85,167,0.8);
    text-align: center;
    color: #fff;
}
	
	
@media (max-width:1299px){
.n_banner h1{
	font-size:45px;
	}
.indrwp .aboutindex .one .right .gg .list h1.jumbo {
	font-size:45px;
	}
.indrwp .aboutindex .one .right .gg{
	padding-top:30px;
	}
.indrwp .aboutindex .one .right .txt .xian{
	margin:20px 0 30px;
	}
}

@media (max-width:1199px){
.indrwp .operation .list li .txt{
	width: calc(50% - 60px);
	}
.indrwp .operation .list li .txt h1{
	font-size:24px;
	}
.indrwp .operation .list li .txt .xian{
	margin:10px 0 20px;
	}	
.indrwp .operation .list li .txt .p{
	font-size:14px;
	line-height:24px;
	}
.indrwp .operation .list li .txt a{
	margin-top:25px;
	width:65%;
	}
}

@media (max-width:996px){
.n_banner{
	margin-top:50px;
	}
.n_banner h1{
	font-size:34px;
	}
	
.list_nav{
	display:none;
	}

.pagination{
	margin:30px 0 40px;
	}

#pian{
	margin:30px 0 40px;
	}
#pian p{
	height:36px;
	line-height:36px;
	}
#pian p a{
	font-size:15px;
	}

.indrwp .title{
	padding-top:30px;
	}
.indrwp .title h2{
	font-size:36px;
	}
.indrwp .title h1{
	font-size:30px;
	}	

.indrwp .contact .one .contact_gbook {
    margin-top: 30px;
    padding-bottom: 30px;
}
.indrwp .contact .one .contact_gbook li textarea{
	height:150px;
	font-size:14px;
	}
.indrwp .contact .one .contact_gbook li input{
	line-height:45px;
	height:45px;
	font-size:14px;
	margin-bottom:15px;
	}
.indrwp .contact .one .contact_gbook .tijiao{
    width: 120px;
    height: 45px;
    line-height: 45px;
	margin:30px auto 0;
}	

#allmap {
    height: 550px;
	}
.zzsc .tab{
	bottom:40px;
	right:-120px;
	}
.zzsc .tab a{
	width:120px;
	height:45px;
	line-height:45px;
	}
.zzsc .content .txt h1{
	font-size:30px;
	}
.zzsc .content .txt .xian{
	margin:20px 0 40px;
	}
.zzsc .content .txt .icon{
	margin-bottom:30px;
	}
.zzsc .content .txt .icon img{
	width:40px;
	}
.zzsc .content .txt .icon .right{
	margin-left:20px;
	}
.zzsc .content .txt .icon .right span{
	margin-bottom:6px;
	}
.zzsc .content .txt .icon .right p{
	font-size:16px;
	font-weight:normal;
	}
	
.indrwp .aboutindex .one .right .gg .list h1.jumbo{
	font-size:50px;
	}
.indrwp .aboutindex .one .right .gg .list p.a{
	font-size:14px;
	}	

.indrwp .aboutindex .one .bg{
	padding:40px 0;
	}
.indrwp .aboutindex .one .center{
	display:block;
	}	
.indrwp .aboutindex .one .left{
	float:none;
	width:100%;
	height:350px;
	overflow:hidden;
	background:url(../images/about.png) no-repeat center/cover;
	}
.indrwp .aboutindex .one .left img{
	display:none;
	}
.indrwp .aboutindex .one .right{
	float:none;
	width:100%;
	margin-top:30px;
	margin-left:0;
	}
.indrwp .aboutindex .one .right .txt h1{
	font-size:30px;
	}
.indrwp .aboutindex .one .right .txt span{
	font-size:14px;
	}
.indrwp .aboutindex .one .right .txt p{
	font-size:14px;
	line-height:24px;
	}
.indrwp .aboutindex .one .right .txt .xian{
	margin:20px 0 25px;
	}
.indrwp .aboutindex .two{
	padding-bottom:40px;
	}	
.indrwp .aboutindex	.three{
	padding-bottom:40px;
	}
.indrwp .aboutindex	.three .more{
	width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0;
	}
.indrwp .aboutindex	.four{
	padding:80px 0;
	}
.indrwp .aboutindex	.four h1{
	font-size:30px;
	margin-bottom:30px;
	}
.indrwp .aboutindex	.four p{
	font-size:18px;
	line-height:40px;
	}
.indrwp .aboutindex	.five{
	padding-bottom:40px;
	}
.indrwp .aboutindex	.five .more{
	width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0;
	}

.indrwp .operation{
	padding-bottom:40px;
	}
.indrwp .operation .list li .txt{
	width:calc(50% - 60px);
	}	
.indrwp .operation .list li{
	margin-top:30px;
	}
	
.indrwp .honor .list{
	margin-top:0;
	}
.indrwp .honor .list li{
	width:calc(100%/2 - 10px);
	margin-right:20px;
	}
.indrwp .honor .list li:nth-child(4n+0){
	margin-right:0;
	}
.indrwp .honor .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .honor .list li .box {
    width: 76%;
    margin: 12% auto 0;
}
.indrwp .honor .list li .box p{
	width:calc(100% - 10px);
	padding:15px 5px;
	margin-left:0;
	margin-top:10%;
	}

.indrwp .casein{
	padding-bottom:40px;
	}
.indrwp .case .one{
	padding-bottom:30px;
	}	
.indrwp .case .two{
	padding-bottom:30px;
	}	
.indrwp .case .list{
	margin-top:10px;
	}
.indrwp .case .list li{
	width:calc(100%/3 - 14px);
	margin-right:21px;
	margin-top:20px;
	}
.indrwp .case .list li:nth-child(5n+0){
	margin-right:21px;
	}
.indrwp .case .list li:nth-child(3n+0){
	margin-right:0;
	}
.indrwp .case .more{
	width: 120px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0;
	}	
	
.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;
	max-height:48px;
	}
.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:30px 0 0;
	}
.indrwp .news .info h1{
	font-size:18px;
	}
.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 .style{
	padding-bottom:40px;
	}
.indrwp .style .list{
	margin-top:0;
	}
.indrwp .style li{
	width:calc(100%/2 - 10px);
	margin-right:20px;
	margin-top:20px;
	}
.indrwp .style li:nth-child(4n+0){
	margin-right:20px;
	}	
.indrwp .style li:nth-child(even){
	margin-right:0;
	}	
.indrwp .style li p {
    width: calc(80% - 10px);
    padding: 12px 5px;
}	
}

@media (max-width:767px){
.zzsc{
	position:relative;
	width:100%;
	padding:115px 0 30px;
	}
#allmap{
	height:300px;
	}
.zzsc .tab {
	top:30px;
    bottom:auto;
    right: 50%;
	margin-right:-120px;
	}
.zzsc .tab a.on{
	background-color:#fafafa;
	}
.zzsc .tab a:hover{
	background-color:#fafafa;
	}


.indrwp .operation .list li .txt{
	height:80%;
	width:calc(60% - 40px);
	padding:0 20px;
	}
.indrwp .operation .list li .txt h1{
	font-size:20px;
	margin-top:35px;
	}
}

@media (max-width:599px){
.n_banner h1{
	font-size:24px;
	}
	
.indrwp .title h2{
	font-size:26px;
	}
.indrwp .title h1{
	font-size:22px;
	}
.indrwp .title .xian{
	width:60px;
	margin:10px auto 0;
	}
.indrwp .title p{
	font-size:14px;
	}

.indrwp .contact .one .contact_gbook .tijiao{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.zzsc{
	background: url(../images/contact.png) 10% center no-repeat rgba(0,85,167,0.8);
	}
.zzsc .content{
	left:20%;
	}
.zzsc .content .txt h1{
	font-size:22px;
	}
.zzsc .content .txt .icon img{
	width:30px;
	}

.indrwp .aboutindex .one .left{
	height:240px;
	}
.indrwp .aboutindex .one .right .gg .list h1.jumbo{
	font-size:40px;
	}
.indrwp .aboutindex .one .right .gg .list p.b{
	font-size:14px;
	}
.indrwp .aboutindex	.three .more{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	}
.indrwp .aboutindex	.four{
	padding:50px 0;
	}
.indrwp .aboutindex	.four h1{
	font-size:22px;
	margin-bottom:20px;
	}
.indrwp .aboutindex	.four p{
	font-size:15px;
	line-height:30px;
	}
.indrwp .aboutindex	.five .more{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	}
	

.indrwp .operation .list li .txt{
	width: calc(90% - 40px);
	height:80%;
    right: 5%;
    bottom: 2px;
    top: auto;
	box-shadow:0 0 10px #666;
	}
.indrwp .operation .list li:nth-child(even) .txt{
	right:5%;
	left:auto;
	}
.indrwp .operation .list li .txt h1{
	font-size:18px;
	}
.indrwp .operation .list li .txt .xian{
	margin:10px 0 15px;
	}
.indrwp .honor .list li .box p{
	padding: 10px 5px;
   	font-size: 14px;
	}


.indrwp .case .list{
	margin-top:15px;
	}
.indrwp .case .list li{
	width:calc(100%/2 - 7.5px);
	margin-right:15px;
	margin-top:15px;
	}
.indrwp .case .list li:nth-child(5n+0){
	margin-right:15px;
	}
.indrwp .case .list li:nth-child(3n+0){
	margin-right:15px;
	}	
.indrwp .case .list li:nth-child(even){
	margin-right:0;
	}
.indrwp .case .more{
	font-size: 14px;
    height: 40px;
    line-height: 40px;
	}

.indrwp .style li{
	width:100%;
	float:none;
	margin-right:0;
	margin-top:20px;
	}	
.indrwp .style li p {
    padding: 8px 5px;
    font-size: 14px;
}
}