/*----------公用样式----------*/
@media screen and (max-width: 319px) {
  html {
    font-size: 85.33333px; } }
@media screen and (min-width: 320px) and (max-width: 359px) {
  html {
    font-size: 85.33333px; } }
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    font-size: 96px; } }
@media screen and (min-width: 375px) and (max-width: 383px) {
  html {
    font-size: 100px; } }
@media screen and (min-width: 384px) and (max-width: 399px) {
  html {
    font-size: 102.4px; } }
@media screen and (min-width: 400px) and (max-width: 413px) {
  html {
    font-size: 106.66667px; } }
@media screen and (min-width: 414px) {
  html {
    font-size: 110.4px; } }   

html,body { 
	background: #dde6ef;
	position: relative;
	height: 100%;
}
body{
	font-size: 0.16rem;
}
ul, li, dl, dt, dd, h1, h2, h3, h4, h5, dl, dt, dd, p, ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
em {
	font-style: normal;
}
a{
	color: inherit;
}
.pgcontainer{
	position: relative;
	height: 100%;
}
.content{
	position: relative;
}
.header ~ .content{
	padding-top: .5rem;	
}
.footer ~ .content{
	padding-bottom: .7rem;	
}
.fixed-btn ~ .content{
	padding-bottom: .6rem;	
}

.info{
	padding: 0.15rem 4% 0.15rem 4%;
	position: relative;
}
.info2{
	padding: 0.1rem 4% ;
	position: relative;
}
.info3{
	padding: 0.05rem 4% ;
	position: relative;
}
.info4{
	padding: 0px 4% ;
	position: relative;
}
.info img,
.info2 img,
.info3 img,
.info4 img{
	max-width: 100%;
}
.info p,
.info2 p,
.info3 p,
.info4 p{
	font-size: .16rem;
	line-height: 1.5;
}
.round{
	border-radius: .08rem;
}
.header,
.footer,
.fixed-btn{
	width: 100%;
	position: fixed;
	left: 0px;
	z-index: 199;
}
.header{
	height: .5rem;	
	background-color: #fff;
	/*background: -webkit-linear-gradient(#007f4a,#004b2b);
  background: linear-gradient(#007f4a,#004b2b);*/
	top: 0;
	color: #000;
	text-align: center;
	box-shadow: 0px 1px 3px rgba(156,156,156,.4);
}
.header span{
	font-size: .19rem;
	line-height: 0.5rem;
	max-width: 1.92rem;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.header span img{
	width: 0.3rem;
	display: inline-block;
	position: relative;
}
.header>a{
	position: absolute;
	color: #386695;
	display: inline-block;
	top: 0.05rem;
}
.header>a i{
	font-size: 0.24rem;
}
.header a.btn-left{
	left: 0.15rem;
}
.header a.btn-right{
	right: 0.15rem;
}
.header a.btn-right2{
	right: 0.45rem;
}
.header .logo{
	height: 0.26rem;
	position: absolute;
	top: 0.12rem;
	left: 0.1rem;
}
.footer{
	height: 0.7rem;
	bottom: 0;
	/*background-color: #023e97;*/
	background: -webkit-linear-gradient(#00804b,#004729);
  background: linear-gradient(#00804b,#004729);
	box-shadow: 0px 1px 3px rgba(156,156,156,.4);
	border-top: 1px solid #eee;
}
.footer ul{
	display: flex;
}
.footer ul li{
	text-align: center;
	height: 0.7rem;
	padding-top: 0.08rem;
	font-size: 0.16rem;
	flex: 1;
}
.footer ul li a{
	color: #fff;
	display: block;
}
.footer ul li a i{
	display: block;
	font-size: 0.24rem;
	margin-bottom: 0.02rem;
	line-height: 0.3rem;
}

.fixed-btn{
	bottom: 0;
	background-color: #fff;
	box-shadow: 0px 1px 3px rgba(156,156,156,.4);
	height: .6rem;
	padding: .1rem 4% 0;
	border-top: 1px solid #eee;
}
.fixed-btn a{
	display: block;
	background-color: #e10000;
	color: #fff;
	text-align: center;
	height: .4rem;
	line-height: .4rem;
	border-radius: .08rem;
	font-size: .17rem;
}
.fixed-btn a i{
	margin-right: .08rem;
}
.gird{ 
	/*background-color:#fff;*/
}
.gird li{ 
	text-align:center; 
	padding:0.05rem 0; 
	/*border:1px solid #f8f8f8;*/
}
.gird li a .girdbox{ 
	color:#666; 
	position:relative;
	padding-top: 65%; 
	width:65%; 
	height:0; 
	margin:0 auto; 
}
.gird li a .girdbox .girdbg{
	width:100%; 
	height:100%; 
	position: absolute; 
	left: 0; 
	top: 0; 
	border-radius: 100%; 
	background:#e84242; 
	text-align:center;
	border: .03rem solid #ffdddd;
}

.gird li a .girdbox .girdbg .girdicon i{ 
	font-size:0.26rem; 
	color:#fff; 
	display:block; 
	overflow:hidden; 
	margin:0px auto;
	position:absolute; 
	top:50%; 
	left:50%; 
	-webkit-transform:translate(-50%,-50%); 
	transform:translate(-50%,-50%); 
}
.gird li a .girdbox .girdbg .girdicon{ 
	position:relative; 
	width:100%; 
	height:100%;
}
.gird li a p{ 
	color:#666; 
	font-size:0.15rem;
	height: 0.24rem;
	line-height: 0.24rem;
}
.gird.am-avg-sm-3 li a .girdbox{
	padding-top: 65%; 
	width:65%; 
}
.gird.am-avg-sm-3 li a p{
	margin-top: .03rem;
}
.gird.am-avg-sm-3 li a .girdbox .girdbg .girdicon i{
	font-size: .28rem;
}
.gird.am-avg-sm-4 li a .girdbox{
	padding-top: 75%; 
	width:75%; 
}

/*.gird li:nth-child(1) .girdbox .girdbg,
.gird li:nth-child(3) .girdbox .girdbg,
.gird li:nth-child(6) .girdbox .girdbg,
.gird li:nth-child(8) .girdbox .girdbg{ 
	background-color: #f39901;
}
.gird li:nth-child(2) .girdbox .girdbg,
.gird li:nth-child(4) .girdbox .girdbg,
.gird li:nth-child(5) .girdbox .girdbg,
.gird li:nth-child(7) .girdbox .girdbg{ 
	background-color: #0271e5;
}*/
.gird-orange li a .girdbox .girdbg{
	background-color: #ed7332;
	border-color: #ed7332;
}
.gird-blue li a .girdbox .girdbg{
	background-color: #2882d6;
	border-color: #2882d6;
}
.gird-green li a .girdbox .girdbg{
	background-color: #75c32f;
	border-color: #75c32f;
}
.gird-purple li a .girdbox .girdbg{
	background-color: #a036d7;
	border-color: #a036d7;
}
.gird-cyan li a .girdbox .girdbg{
	background-color: #34d1c4;
	border-color: #34d1c4;
}
.gird-yellow li a .girdbox .girdbg{
	background-color: #edbf32;
	border-color: #edbf32;
}


.upload-photo{

}
.upload-photo li{
	margin-bottom: .08rem;
	padding: 0 .04rem;
	text-align: center;
	position: relative;
}
.upload-photo li img{
	width: 100%;
	height: .88rem;
	border: 1px solid #a3a3a3;
}
.upload-photo li span{
	display: block;
	width: 100%;
	height: .88rem;
	background: url(../img/photo2.png) no-repeat;
	background-size: 100% 100%;
	/*border: 1px solid #a3a3a3;*/
}
.upload-photo li span.p2{
	background: url(../img/photo.jpg) no-repeat;
	background-size: 100% 100%;
	border:none;
}
.upload-photo input[type="file"],.sub-photo-input{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.upload-photo li i{
	width: .2rem;
	height: .2rem;
	line-height: .2rem;
	background: #e80000;
	border-radius : 50%;
	text-align: center;
	position: absolute;
	top: -.03rem;
	right: .03rem;
	color: #fff;
	font-size: 13px;
	z-index: 5;
}


.danye{
	word-break: break-all;
    text-align: justify;
    font-size: .14rem;
    line-height: 1.6;
}

.danye img{
	max-width: 100%;
}
.danye table{
	width: 100% !important;
}
.bgc-white{
	background-color: #fff!important;
}
.bgc-red{
	background-color: #d30000!important;
}
.bgc-orange{
	background-color: #ef8105!important;
}
.bgc-orange2{
	background-color: #ff7800!important;
}
.bgc-gray{
	background-color: #f3f3f3!important;
}
.bgc-gray2{
	background-color: #f1f1f1!important;
}
.bgc-purple{
	background-color: #e9edff!important;
}
.bgc-black{
	background-color: #000000!important;
}
.bgc-black2{
	background-color: #606060!important;
}
.btn-blue{
	background-color: #426ab0!important;
	color: #ffffff!important;
}
.btn-brown{
	background-color: #763939!important;
	color: #ffffff!important;
}
.btn-gray{
	background-color: #a3a3a3!important;
	color: #ffffff!important;
}
.btn-green{
	background-color: #55a382!important;
	color: #ffffff!important;
}

.text-red{
	color: #d30000!important;
}
.text-red2{
	color: #de0000!important;
}
.text-blue{
	color: #1d64aa!important;
}
.res-bg{
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.shadow{
	-webkit- box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(99,99,99,0.6);
}
.huit{
	border-top: .1rem solid #efefef;
}
.huib{
	border-bottom: .1rem solid #efefef;
}
.ti2{
	text-indent: 2em;
}

.f12{
	font-size: .12rem!important;
}
.f13{
	font-size: .13rem!important;
}
.f14{
	font-size: .14rem!important;
}
.f15{
	font-size: .15rem!important;
}
.f16{
	font-size: .16rem!important;
}
.f17{
	font-size: .17rem!important;
}
.f18{
	font-size: .18rem!important;
}
.f19{
	font-size: .19rem!important;
}
.f20{
	font-size: .2rem!important;
}
.f21{
	font-size: .21rem!important;
}
.f22{
	font-size: .22rem!important;
}
/*----------公用样式----------*/

/*----------清除amaze样式----------*/
.am-tabs-bd{
	border: none;
}
[data-am-widget='tabs'] {
    margin: 0px;
}
.am-tabs-bd .am-tab-panel{
	padding: 0;
}
.am-rel{
	position: relative;
}
.am-abs{
	position: absolute;
}
.am-list-news-default{
	margin: 0;
}
.am-margin-bottom-ml{
	margin-bottom: 16px;
}
.am-margin-top-ml{
	margin-top: 16px;
}
.am-paragraph-default{
	margin: 0;
}
.am-paragraph p{
	margin: 0;
}

/*.layui-layer-dialog .layui-layer-content{
	padding: .15rem!important;
}*/
.layui-layer-prompt textarea.layui-layer-input{
	height: 1.5rem!important;
}
/*----------清除amaze样式----------*/

/*----------清除amaze样式----------*/
.am-tabs-bd{
	border: none;
}
[data-am-widget='tabs'] {
    margin: 0px;
}
.am-tabs-bd .am-tab-panel{
	padding: 0;
}
.am-rel{
	position: relative;
}
.am-abs{
	position: absolute;
}
.am-list-news-default{
	margin: 0;
}
/*.am-pagination-select > li > a,
.am-pagination-select .am-pagination-select select{
	background-color: #fff;
}*/
/*----------清除amaze样式----------*/

/*----------个性用样式----------*/
.banner{
	margin-bottom: -.24rem;
}
.index-nav{
	/*background: #f0f0f0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(34,34,34,0.6);*/
}
.index-nav .gird li a p{
	color: #1a1a1a;
	font-size: .13rem;
	margin-top: 3px;
}
.gird li a .girdbox .girdbg{
 	background-color:#fff; 
 	border:1px solid  #289567;
 	
}
.gird li a .girdbox .girdbg .girdicon i{
 	color: #289567;
 }
/*.index-nav .gird li:nth-child(1) a .girdbox .girdbg,
.index-nav .gird li:nth-child(3) a .girdbox .girdbg,
.index-nav .gird li:nth-child(6) a .girdbox .girdbg,
.index-nav .gird li:nth-child(8) a .girdbox .girdbg,
.index-nav .gird li:nth-child(9) a .girdbox .girdbg,
.index-nav .gird li:nth-child(11) a .girdbox .girdbg{
	background-color:#768832; 
	border-color: #e5e9d8;
}
.index-nav .gird li:nth-child(2) a .girdbox .girdbg,
.index-nav .gird li:nth-child(4) a .girdbox .girdbg,
.index-nav .gird li:nth-child(5) a .girdbox .girdbg,
.index-nav .gird li:nth-child(7) a .girdbox .girdbg,
.index-nav .gird li:nth-child(10) a .girdbox .girdbg,
.index-nav .gird li:nth-child(12) a .girdbox .girdbg{
	background-color:#1c5bcc; 
	border-color: #d4e0f5;
}*/
/*.index-nav .gird li{
	border-left: 1px dashed #ef8105;
}
.index-nav .gird li:first-child{
	border-left: 0;
}*/
.index-nav .gird li a .girdbox{
	padding-top: 60%;
    width: 60%;
}
.gird li a .girdbox .girdbg .girdicon i{
	font-size: .3rem;
}
.indextitle{
	width: 2rem;
	display: block;
	margin: auto;
}
.more{
	display: block;
	font-size: .13rem;
	color: #828282;
	width: 100%;
	height: .38rem;
	line-height: .38rem;
	text-align: center;
	background: #e9e9e9;
}
.other{
	margin-top: .35rem;
	padding: 0.05rem;
	margin-bottom: .15rem;
}
.newslist{
	margin-top: 0.14rem;
	margin-bottom: .24rem;
}
.newslist li.am-list-item-desced{
	margin-bottom: 0.08rem;
	padding: 0 0.15rem;
}
.newslist h3.am-list-item-hd{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #2f2f2f;
	font-size: 0.16rem;
}
.am-list-news-default .newslist.am-list div.am-list-item-text{
	max-height: 3.9em; 
    -webkit-line-clamp: 2;
    color: #939393;
    font-size: 0.13rem;
}
.am-list-news-default .newslist.am-list div.am-list-item-time{
    font-size: 0.2rem;
    color: #ee8606;
}
.am-list-news-default .newslist.am-list div.am-list-item-time span{
    font-size: 0.14rem;
    margin-left: 0.05rem;
}
.am-list-news-default .newslist.am-list .am-list-thumb img {
    height: .74rem;
}

.map {
    width: 90%;
    height: 2.4rem;
    padding: 0.05rem;
    border: 0.05rem solid #bfceda;
    margin: .2rem auto 0 auto;
    box-shadow: 0px 0px 0.1rem #CCCCCC;
}
.cont{
	width: 90%;
	height: .4rem;
	line-height: .4rem;
	font-size: .17rem;
	padding: 0 0.1rem;
	margin: 0 auto;
	background-color: #8a9072;
	color: #fff;
	font-weight: 600;
}

.contact{
	/*background: #f0f0f0;*/
	color: #161616;
}
.contact p{	
	font-size: .14rem;
	position: relative;
	padding-left: 0.25rem;
	margin-bottom: .08rem;
	/*white-space: pre;*/
}
.contact p a{
	display: inline-block;
	color: #161616;
}
.contact p i{
	position: absolute;
	top: .03rem;
	left: 0;
	font-size: .16rem;
	color: #34637b;
}

.proview-main li{
	padding: .06rem 0;
	border-bottom: 1px dashed #838383;
	color: #272727;
	font-size: .14rem;
}
.conimg{
	height: .36rem;
}
.proname{
	color: #0d0d0d;
	font-size: .2rem;
	margin-bottom: .15rem;
	text-align: center;
	padding-top: .1rem;
	/*border-bottom: 1px solid #bdbdbd;*/
}

.proimg{
	width: 2.8rem;
	height: 2.1rem;
	display: block;
	margin: 0 auto;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(134,134,134,0.6);

}
.protel p{
	color: #070707;
	font-size: .15rem;
	text-indent: 2em;
}
.prodetail{
	/*margin-top: 0.1rem;*/	
	/*background-color: #eff4fa;*/
}
.prodetailt{
	background-color: #00814b;
	color: #fff;
	font-size: .18rem;
	text-align: left;
}
.prodetailt span{
	font-size: .13rem;
	margin-left: .08rem;
	text-transform: uppercase;
}

.prodetail .ptitle2{
	text-align: center;
	
}
.prodetail .ptitle2 h3{
	display: inline-block;
	color: #73862a;
	font-size: .16rem;
	padding: .04rem .25rem;
	border: .03rem solid #73862a;
	position: relative;
	line-height: 1.2;
}
.prodetail .ptitle2 h3:before,
.prodetail .ptitle2 h3:after{
	content: '';
	border-top: .02rem solid #73862a;
	width: .6rem;
	display: inline-block;
	position: absolute;
	top: .14rem;
}
.prodetail .ptitle2 h3:before{
	left: -.47rem;
}
.prodetail .ptitle2 h3:after{
	right: -.47rem;
}
.prodetailm{
	/*background-color: #fff;*/
}
.prodetailm .message .am-form-group label{
	color: #fff;
}
.proifle-btn{
	width: 2rem;
	height: .5rem;
	line-height: .5rem;
	display: block;
	margin: .35rem auto 0 auto;
	background-color: #426ab0;
	color: #fff;
	text-align: center;
	font-size: .16rem;
}
.protelbtn{
	display: flex;
	margin-top: .1rem;
}
.protelbtn a{
	flex: 1;
	text-align: center;
	border: 1px solid #4e6e87;
	color: #4e6e87;
	margin: 0 .1rem;
	padding: .07rem 0;
	border-radius: .08rem;
}

.protit{
	border-left: .05rem solid #2d7b96;
	border-right: .05rem solid #2d7b96;
	margin-top: .1rem;
	margin-bottom: .1rem;
	position: relative;
	height: .3rem;
	
}
.protit span{
	display: inline-block;
	position: absolute;
	font-size: .16rem;
	padding: 0 .08rem;
	background-color: #fff;
	z-index: 99;
	left: .22rem;
	color: #2d7b96;
	top: 0;
	line-height: .3rem;
	font-weight: 600;
}
.protit:after{
	position: absolute;
	width: 96%;
	height: .01rem;
	background-color: #2d7b96;
	content: '';
	left: 2%;
	top: .14rem;
	
}
.provideo{
	width: 100%;
	height: 2.25rem;
}


.news-page li a,
.news-page .am-pagination-select select{
	background-color: #fff;
}
/*.news-page .am-pagination-select > li > a,
.news-page .am-pagination-select .am-pagination-select select{
	background-color: #fff;
}*/

.newsview-title{
	padding-bottom: 0.08rem;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.newsview-title h2 {
    margin: 0;
    width: 100%;
    line-height: 1.6;
    font-size: 0.16rem;
}
.newsview-title:before {
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 1.6rem;
    height: 0.02rem;
    background: #e37915;
    content: "";    
}

.newsvt{
	margin-bottom: 0.2rem;
	margin-top: 0.05rem;
}
.newsvt span{
	color: #999;
    font-size: 0.13rem;
}

.mest p{
	font-size: 0.15rem;
	color: #1c1c1c;
	line-height: 1.5;
}
.mest span{
	margin-top: 0.05rem;
	display: block;
	color: #1c1c1c;
	font-size: 0.12rem;
}
.mest span b{
	color: #ef8104;
	margin-left: 0.05rem;
}
.message .am-form-group label{
	font-weight: 500;
	font-size: 0.15rem;
}
.message .am-form-group label em{
	color: #b70000;
	margin-left: 0.03rem;
}
.message input[type="text"],
.message textarea{
	/*background-color: #fff;*/
	background-color: #edf1f5;
}
.mes-btn{
	margin-top: 0.3rem;
	padding-bottom: 0.5rem;
}
.mes-btn .am-btn{
	margin: 0 0.1rem;
}
.prolist{
	/*margin-top: .1rem;*/
}
.prolist li{
	margin-bottom: .05rem;
	/*padding: 7px;*/
	padding: .08rem;
}
.prolist .am-gallery-item{
	/*background: #fff;*/
	position: relative;
	padding: 0;
	
}
.prolist .am-gallery-item img{
	height: 1.17rem;
	border: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(148,148,148,0.6);
}
.prolist2 .am-gallery-item img{
	height: 1.21rem;
}
.prolist .am-gallery-item span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #fff;
	font-size: .12rem;
	background: rgba(0,0,0,0.7);
	padding: 0.03rem 0.1rem;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0.3rem;
}
.prolist .am-gallery-item p{
	color: #545454;
	line-height: 0.3rem;
	height: 0.3rem;
	text-align: center;
	font-size: .13rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #fff;
}

.proview-img{
	position: relative;
}
.proview-img p{
	background: rgba(0,0,0,0.7);
	font-size: 0.12rem;
	color: #ffffff;
	text-align: right;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.05rem 0.1rem;
}

.proview-tit h2{
	font-size: 0.17rem;
	line-height: 1.5;
	color: #242424;
	font-weight: 500;
}
.proview-tit>p{
	margin-top: 0.15rem;
	font-size: 0.13rem;
	color: #646464;
	line-height: 1.3;
}
.proview-tit>p b{
	font-size: 0.25rem;
	color: #ff6600;
	margin-left: 0.1rem;
	margin-right: 0.07rem;.
	
}
.proview-item p{
	float: left;
	width: 50%;
	color: #656565;
	font-size: 0.14rem;
	margin-bottom: 0.05rem;
	padding-right: 0.1rem;
}


.promenu{
	
}
.promenu li{
	margin-bottom: .2rem;
	position: relative;
	border-radius: 4px;
}
.promenu li a p{
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .15rem;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	line-height: .36rem;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;;
}
.promenu-btn{
	display: block;
	background-color: #2169b8;
	color: #fff;
	font-size: .15rem;
	text-align: center;
	line-height: .4rem;
	height: 0.4rem;
}
.promenu-btn:focus{
	color: #fff;
}

.am-popup-hd .am-close{
	opacity: .8;
	font-size: 24px;
}

.news-ft{
	padding: 0.08rem 0;
	text-align:center;
	background:#fff;
	position:fixed;
	left:0;
	width:100%;
	bottom:0;
	border-top:1px solid #e6e6e6;
}
.news-ft .am-btn {
	padding: 0.3em 1.8em;
}
.about-tab{
	text-align: center;
	background-color: #fff;
}
.about-tab ul li a{
	display: block;
	font-size: .14rem;
	position: relative;
	color: #414141;
}
.about-tab ul li.am-active a{
	background-color: transparent;
	color: #3e81c6;
	/*border-bottom: 2px solid #3e6a88;*/
}
.about-tab ul li.am-active a:before{
	content: '';
	display: block;
	width: .72rem;
	height: .02rem;
	background-color: #3e81c6;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.about-tab ul li.am-active a:after{
	position: absolute;
	top:100%;
	left:calc(50% - .03rem);
	border-top:0.06rem solid #3e81c6;
	border-left:0.06rem solid transparent;
	border-right:0.06rem solid transparent;
	content: "";
}
.about-tab2{
	width: 290%;
	height: .4rem;
}
.about-tab2 li{
	/*width: 25%;
	float: left;*/
}
.about-tab3{
	padding: 0.1rem 0;
}
.about-tab3 ul li a{
	padding: 0.4em 0.3em;
	font-size: .13rem;
}

.am-tabs-default .pro-tab{
	background-color: transparent;
}
.am-tabs-default .pro-tab li{
	padding: 0 .1rem .05rem;
}
.am-tabs-default .pro-tab > li a{
	font-size: .14rem;
	position: relative;
	color: #414141;
	overflow: inherit;
	min-width: .6rem;
	line-height: .34rem;
}
.am-tabs-default .pro-tab > .am-active a{
	background-color: transparent;
	color: #414141;
	
}
.am-tabs-default .pro-tab > li.am-active a:before {
	content: '';
	display: block;
	width: 80%;
	height: .02rem;
	background-color: #768832;
	position: absolute;
	bottom: 0;
	left: 10%;
	right: 0;
	margin: auto;
}
.am-tabs-default .pro-tab > li.am-active a:after {
	position: absolute;
	top: 100%;
	left: calc(50% - .03rem);
	border-top: 0.06rem solid #768832;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	content: "";
}
.about p{
	color: #2c2c2c;
	font-size: .15rem;
	margin-bottom: .1rem;
	text-indent: 2em;
}
.about p b{
	font-size: .16rem;
	color: #5d332c;
	margin-right: .1rem;
}
.about img{
	margin-bottom: .1rem;
}
.server ul li{
	margin-bottom: .1rem;
	text-indent: 2em;
	font-size: .15rem;
}
.culture img{
	width: 80%;
	display: block;
	margin: .2rem auto 0 auto;
}

.honor li{
	margin-bottom: .08rem;
}
.honor li a h3.am-gallery-title{
	text-align: center;
	margin-top: .05rem;
}
.lang{
	position: absolute;
	top: .1rem;
    right: .58rem;
	display: block;
}
.lang img{
	height: .18rem;
	margin-left: .08rem;
}

.caset{
	background-color: #5e81a1;
	color: #fff;
	font-size: .16rem;
	padding: .07rem .14rem;
	margin-bottom: .13rem;
	border-radius: .08rem;
}
.title{
	text-align: center;
	position: relative;
}
.title i{
	color: #779ccd;
	font-size: .4rem;
	vertical-align: top;
	margin-right: .05rem;
}
.title .titlep{
	display: inline-block;
	
}
.title .titlep p{
	color: #636363;
	font-size: .17rem;
	font-weight: 600;
	line-height: 1.2;
}
.title .titlep span{
	color: #afafaf;
	font-size: .12rem;
	text-transform: uppercase;
	display: block;
}
.title a{
	font-size: .15rem;
	color: #235391;
	position: absolute;
	top: .17rem;
	right: .05rem;
}
.title2{
	text-align: center;
	margin-bottom: 0.14rem;
}
.title2 h2{
	display: inline-block;
	width: 2rem;
	height: 0.34rem;
	line-height: .34rem;
	background-image: url(../img/ck.png);
	background-size: 100% 100%;
	color: #fff;
	font-size: 0.18rem;
}

.prolist2 li{
	background-color: #2e5e9f;
	padding: .15rem .15rem .2rem 2.2rem;
	position: relative;
	margin-bottom: .15rem;
	height: 1rem;
	border-radius: .08rem;
}
.prolist2 li:nth-child(even){
	background-color: #82a6d6;
}
.prolist2 li a img{
	width: 2rem;
	height: 1rem;
	position: absolute;
	top: 0rem;
	left: 0rem;
	border-radius: .08rem;
}
.prolist2 li a h2{
	font-size: .16rem;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.prolist2 li a span{
	color: #a0b0cd;
	font-size: .15rem;
	font-family: arial;
	text-transform: uppercase;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.prolist2 li a p{
	color: #919191;
	font-size: .13rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.prolist2 li a i{
	position: absolute;
	bottom: .15rem;
	right: .1rem;
	font-size: .36rem;
	color: #2e5e9f;
	border-radius: 50%;
	text-align: center;
	/*border: .02rem solid #795049;*/
	background-color: #fff;
	width: .36rem;
	height: .36rem;
	line-height: .32rem;
}
.prolist3 li{
	margin-bottom: .05rem;
}
.prolist3 .am-gallery-item{
	background-color: #ececec;
	padding: .05rem;
}
.prolist3 .am-gallery-item p{
	text-align: center;
	font-size: 0.14rem;
	margin-top: 0.05rem;
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;
}
.prolist3 .am-gallery-item  img{
	height: 1.035rem;
}
.contact2{
	padding: .2rem .2rem .2rem 1.1rem;
	position: relative;
}
.contact2 h2{
	width: .8rem;
	height: .5rem;
	line-height: .5rem;
	background-color: #0c4186;
	position: absolute;
	top: .2rem;
	left: .2rem;
	color: #fff;
	font-size: .17rem;
	text-align: center;
	border-radius: .04rem;
	
}
.contact2 p{
	font-size: .12rem;
	line-height: .16rem;
}
.BMap_stdMpCtrl{
	z-index: 99!important;
}
.inews{
	background-color: #fff;
	padding: .1rem;
	border-radius: .04rem;
}
.inews ul.am-tabs-nav{
	background-color: #fff;
}
.inews ul.am-tabs-nav > li{
	height: .36rem;
}
.inews ul.am-tabs-nav > li a{
	height: .34rem;
}
.inews ul.am-tabs-nav > li.am-active{
	background-color: transparent;
	border-bottom: 0;
}
.inews ul.am-tabs-nav > li.am-active:after{
	display: none;
}
.inews ul.am-tabs-nav li.am-active a {
    background-color: transparent;
    color: #768832;  
    font-size: 0.16rem; 
}
.inews ul.am-tabs-nav li.am-active a:before {
    content: '';
    display: block;
    width: .72rem;
    height: .02rem;
    background-color: #768832;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.inews ul.am-tabs-nav li.am-active a:after {
    position: absolute;
    top: 100%;
    left: calc(50% - .03rem);
    border-top: 0.06rem solid #768832;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    content: "";
}
.inews .am-tabs-bd{
	margin-top: .14rem;
}
.inewlist li{
	position: relative;
	padding-left: .26rem;
	margin-bottom: .05rem;
}
.inewlist li:after{
	content: '';
	display: block;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	position: absolute;
	top: .1rem;
	left: .1rem;
	background-color: #768832;
}
.inewlist li{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inewlist li a{
	color: #1b1b1b;
	font-size: 0.15rem;
	
}
.icase .am-gallery-item img{
	height: 1.03rem;
}
.icase .am-gallery-title{
	text-align: center;
	height: 0.3rem;
  line-height: 0.3rem;
}
.contactp p{
	color: #161616;
	font-size: 0.13rem;
	margin-bottom: 0.06rem;
}
.contactp p a{
	color: #161616;
}
.contactp p i{
	margin-right: 0.08rem;
	color: #795049;
	width: 0.15rem;
	text-align: center;
	font-size: 0.15rem;
}
.iprot{
	width: 100%;
	position: relative;
	text-align: center;
	margin-bottom: .1rem;
	/*margin-top: .1rem;*/
}
.iprot p{
	color: #00814b;
	font-size: .22rem;
	
	font-family: arial;
	font-weight: 600;
}
.iprot p i{
	font-size: .26rem;
	margin-right: .05rem;
	vertical-align: top;
}
.iprot h3{
	font-size: .14rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #a0a0a0;
}
.iprot a{
	position: absolute;
	bottom: .05rem;
	right: .16rem;
	color: #4d4d4d;
	font-size: .13rem;
	font-family: arial;
}
.ipro{
	/*background-color: #fff;*/
	padding: .1rem;
	margin-top: .05rem;
}
.ipro li{
	padding: 0 .05rem;
	width: 33.3%;
	float: left;	
	margin-bottom: 0.1rem;
}
.ipro li a{
	position: relative;
	display: block;
	border-radius: .08rem;
}
.ipro li a img{
	height: .735rem;
	width: 100%;
}
.ipro li a p{
	/*background-color: rgba(0,0,0,.6);*/
	color: #000;
	font-size: .12rem;
	/*position: absolute;
	left: 0;
	bottom: 0;*/
	width: 100%;
	height: .25rem;
	line-height: .25rem;
	padding: 0 .1rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: .08rem;
}
.adv{
	padding-top: .3rem;
	padding-bottom: .8rem;
}
.case{
	padding: 0;
	margin-bottom: .15rem;
}
.case .am-gallery-item img{
	height: 1.22rem;
}
.case .am-gallery-item h3{
	text-align: center;
}

.photo{
	padding: 0;
	margin-bottom: .15rem;
}
.photo li{
	margin-bottom: .05rem;
}
.photo .am-gallery-item img{
	height: 1.22rem;
}
.photo .am-gallery-item h3{
	text-align: center;
}

.respons img{
	width: 80%;
	display: block;
	margin: .1rem auto 0 auto;
}

.pronav{
	width: 1000%;
}
.pronav li{
	float: left;
	padding: .08rem .15rem;
	color: #3d3d3d;
	font-size: .15rem;
	background-color: #fff;
	border-radius: .08rem;
	border: 1px solid #8c8c8c;
	margin-right: .12rem;
	line-height: 1.2;
}
.pronav li.on{
	background-color: #2e5e9f;
	border: 1px solid #2e5e9f;
	color: #fff;
}
.pronav li a{
	
}



.job-item{
	background-color: #fff;
	padding: .1rem .15rem;
	border-radius: .04rem;
	border-top: .1rem solid #1986e5;
	margin-bottom: .15rem;
}
.job-item>p{
	color: #1d1d1d;
	font-size: .13rem;
	margin-bottom: .03rem;
}
.job-item>p b{
	color: #0e7ed5;
	margin-right: 3px;
	font-size: .14rem;
}
.job-info{
	margin-top: .1rem;
	padding-top: .07rem;
	border-top: 1px solid #b8b8b8;
	position: relative;
	padding-left: .74rem;
}
.job-info>h3{
	color: #778832;
	font-size: .14rem;
	font-weight: 600;
	position: absolute;
	top: .06rem;
	left: 0;
}

.newlist li{
	/*border-bottom: 1px solid #bdbdbd;*/
	padding: .1rem .15rem;
	display: block;
	margin-bottom: .15rem;
	background-color: #fff;
	border-radius: .08rem;
}
.newlist li a{
	display: flex;
	display: -webkit-flex;
	
}
.newlist li:last-child{
	border-bottom:0
}
.newlist li img{
	width: 1.2rem;
	height: .9rem;
	display: inline-block;	
	margin-right: .15rem;
}
.newlist li .newmain{
	flex: 1;
	-webkit-flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center ;
}
.newlist li .newst{
	color: #262626;
	font-size: .16rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	font-weight: 500;
	margin-bottom: .05rem;
}
.newlist li .newsp{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #9b9b9b;
    font-size: .14rem;
    line-height: 1.6;
}
.newlist li .newstime{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #9b9b9b;
    font-size: .12rem;
    line-height: 1.4;
    margin-bottom: .05rem;
}
.newlist li .newsd{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #9b9b9b;
    font-size: .14rem;
    line-height: 1.6;
}
.newlist li .newsk{
	margin-top: .05rem;
}
.newlist li .newsbtn{
	color: #ffffff;
	border-radius: .08rem;
	padding: .03rem .14rem;
	font-size: .12rem;
	display: inline-block;
}


.newsview-title{
	padding-bottom: 0.08rem;
    border-bottom: 1px solid #ececec;
    position: relative;
}
.newsview-title h2 {
    margin: 0;
    width: 100%;
    line-height: 1.6;
    font-size: 0.18rem;
}
.newsview-title:before {
	position: absolute;
    bottom: 0px;
    left: 0;
    width: 1.6rem;
    height: 0.02rem;
    background: #eb3341;
    content: "";    
}
.newsview-title2 h2{
	font-size: .17rem;
	color: #1c1c1c;
	font-weight: 600;
	padding-bottom: .1rem;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: .1rem;
	line-height: 1.3;
	text-align: center;
}
.newsvt{
	margin-bottom: 0.2rem;
	margin-top: 0.05rem;
}
.newsvt span{
	color: #999;
    font-size: 0.14rem;
}


.search{
	background-color: #023e97;
	
}
.search .am-form-group{
	margin-bottom: 0;
	padding: .1rem 0;
}
.search .am-form-group select,
.search .am-form-group input[type='text']{
	font-size: .14rem;
}
.search .am-form-icon .am-form-field{
	padding-left: 0.5em !important;
	padding-right: 2.2em !important;
}
.search .am-form-icon [class*='am-icon-']{
	right: 0.5em ;
	left: auto;
	font-size: .2rem;
}

.people li{
	padding: .05rem .1rem;
	margin-bottom: .1rem;
	text-align: center;
}
.people li .am-gallery-item img{
	width: 1.4rem;
	height: 1.4rem;
	display: inline-block;
	border-radius: 50%;
	border: .05rem solid #caceb8;
}
.people li .am-gallery-title{
	font-size: .15rem;
	color: #222222;
}
.people li .am-gallery-desc{
	font-size: .13rem;
}


.timeaxis{
	font-size: 0.14rem;
	padding: .15rem 0rem .15rem .3rem;
	position: relative;
}
.timeaxis-list{
	padding:.1rem .15rem .15rem .3rem;
	border-left: 1px solid #ddd;
	position: relative;

}
.timeaxis .timeaxis-view{
	padding:0.15rem 0.15rem;
	border-radius:6px;
	display:block;
	line-height:1.6;
	margin-top: .1rem;
	padding-top: .03rem;
}
.timeaxis .timeaxis-view:first-of-type{
	margin-top: 0rem;
}
.timeaxis .timeaxis-icon{
	position: absolute;
	left: -0.06rem;
	top: 0.1rem;
	font-size: 0.15rem;
	color: #888;
}
.timeaxis .timeaxis-time{
	color: #888;
	font-size: .15rem;
	position: relative;
	left: -0.18rem;
	font-weight: 600;
}
.timeaxis .timeaxis-img{
	margin-top: .1rem;
	max-width: 100%;
}
.timeaxis .timeaxis-time:first-of-type,
.timeaxis .timeaxis-list:first-of-type .timeaxis-icon{
	color: #1d64aa;
}

.ipro2 .am-nav-tabs{
	border-color: transparent;
}
.ipro2 .am-nav-tabs > li > a{
	font-size: .14rem;
	color: #040404;
	position: relative;
}
.ipro2 .am-nav-tabs > li.am-active > a{
	border-color: transparent;
	padding: 0.4em 1em;
}
.ipro2 .am-nav-tabs > li.am-active > a:after{
	position: absolute;
	top: 100%;
	left: calc(50% - .03rem);
	border-top: 0.06rem solid #768832;
	border-left: 0.06rem solid transparent;
	border-right: 0.06rem solid transparent;
	content: "";
}
.ipro2 .am-nav-tabs > li.am-active > a:before{
	content: '';
	display: block;
	width: 80%;
	height: .02rem;
	background-color: #768832;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.iabout-l{
	width: 49%;
}
.iabout-r{
	width: 47%;
}
.iabout-r a{
	color: #323232;
	font-size: .12rem;
	line-height: 1.4;
	display: block;
	max-height: 1.28rem;
	overflow: hidden;
}

.indexbg{
	background-image: url(../img/indexbg.jpg);
	padding-top: 1.7rem;
}
.index-menu{
	margin-top: .6rem;
}
.index-menu li{
	padding: 0 5%;
}

.pro-menu{
	
}
.pro-menu li{
	padding: .1rem .15rem;
}
.pro-menu li a img{
	border-radius: 50%;
	border: .1rem solid #bdc9cf;
	/*width: 100%;*/
	width: 1.57rem;
	height: 1.57rem;
}
.pro-menu li a p{
	text-align: center;
	margin-top: .05rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .14rem;
}
/*----------个性用样式----------*/
