@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
    font-family:"Microsoft Yahei",'PingFang SC','Helvetica Neue','Hiragino Sans GB',SimSun;
}
li{
    list-style: none;
}

/*banner*/
.index-banner img,.ny-banner img{
    width: 100%;
    display: block;
}
.index-banner .swiper-pagination-bullet{
    width: 45px;
    height: 5px;
    border-radius: 2px;
    opacity: 0.8;
    background:#fff;
}
.index-banner  .swiper-pagination-bullet-active{
    background: #f9903f;
    opacity: 1;
    border:0;
}

/* 优势 */
.advantage{
    background: #f5f5f5;
}
.advantage dl{
    border-left: 1px solid #ffe6d3;
    overflow: hidden;
    padding:20px 30px;
    width: 399px;
    float: left;
}
.advantage dl dt{
    width: 37px;
    height: auto;
    float: left;
    margin-top: 30px;
}
.advantage dl dd{
    width:82%;
    float: right;
}
.advantage dl dd h5{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
}
.advantage dl dd p{
    font-size:14px;
    line-height: 22px;
    color:#666666;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.advantage dl:last-child{
    border-right: 1px solid #ffe6d3;
}
.title{
    font-size:36px;
    font-weight: bold;
    color:#1b1a19;
    text-align: center;
}
.title p{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 18px;
    color:#565656;
}
.service_list dl{
    width: 390px;
    margin-right: 15px;
    float: left;
    background:#f9f9f9;
    transition: .4s;
}
.service_list dl:last-child{
    margin-right: 0;
}
.service_list dl dt{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.service_list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.service_list dl:hover dt img{
    transform: scale(1.1);
    transition: .4s;
}
.service_list dd{
    padding:20px 10px;
}
.service_list dd h5{
    font-size:20px;
    color:#222222;
}
.service_list dd i{
    display: block;
    width: 47px;
    height: 3px;
    background:#f7913f;
    margin-top: 7px;
    margin-bottom: 10px;
}
.service_list dd p{
    font-size: 15px;
    color:#474747;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.service_list dd b{
    display: block;
    color:#9e9e9e;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: normal;
}
.service_list dl:hover{
    background:#f7913f;
    transition: .4s;
}
.service_list dl:hover dd h5,.service_list dl:hover dd p,.service_list dl:hover dd b{
    color:#fff;
}
.service_list dl:hover dd i{
    background:#fff;
}

/* 公司先容 */
.c-2{
    position: relative;
    height: 600px;
    min-width: 1200px;
}
.c-2 .about_left{
    width: 60%;
    height: 100%;
    position: relative;
    float: left;
}
.c-2 .about_left .a_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
/* .c-2 .about_left .a_img img{
    width: 100%;
    height: auto;
    display: block;
} */
.c-2 .about_left .about_title{
    position: absolute;
    top: 0;
    right: 0;
    background:rgba(0, 0, 0, 0.2);
    height: 100%;
    padding:50px 30px 0 30px;
}
.about_text{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    color:#fff;
}
.about_text span:first-child{
    font-family: "思源宋体 CN";
    color: #f7913f;
    font-size: 72px;
    margin-right: 10px;
}
.about_text div:nth-child(2){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.about_text>div:nth-child(2) span:first-child{
    font-weight: bold;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    font-family: "思源宋体 CN";
}
.about_title .about_link{
    display: block;
    position: absolute;
    right: 30px;
    bottom: 50px;
    color:#f7913f;
    font-size: 15px;
    text-transform: uppercase;
}
.about_title .about_link::before{
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: -45px;
    background: #f7913f;
    width: 35px;
    height: 1px;
}
.c-2 .about_right{
    width: 40%;
    float: right;
    display: flex;
    flex-direction: column;
}
.c-2 .about_right a{
    display: flex;
    box-sizing: border-box;
    padding-left: 150px;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 200px;
    position: relative;
}
.c-2 .about_right a:nth-child(2){
    background: #eeeeee;
}
.about_right a>span:first-child{
    font-size: 24px;
    color: #1a1a19;
    z-index: 1;
}
.about_right a>span:nth-child(2) {
    font-size: 16px;
    color: #7b7b7b;
    text-transform:capitalize;
    z-index: 1;
}



/* 院内情形 */
.envir_list .swiper-slide{
    opacity: 0;
}
.envir_list .envir_img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.envir_list .envir_img img{
    width: 100%;
    height: 100%;
    transition: .4s;
    display: block;
}
.envir_list .swiper-slide:hover .envir_img img{
    transform: scale(1.1);
    transition: .4s;
}
.envir_list .envir_text{
    background:#f2f2f2;
    font-size:16px;
    color:#222222;
    text-align: center;
    padding:7px 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.envir_list .swiper-slide:hover .envir_text{
    background: #f7913f;
    color:#fff;
}
.envir_list .e_link{
    width: 185px;
    height: 45px;
    display: block;
    margin:0 auto;
    border-radius: 50px;
    background:#f7913f;
    font-size:16px;
    color:#Fff;
    text-align: center;
    line-height: 45px;
    margin-top: 40px;
    transition: .4s;
}

/* 新闻资讯 */
.c-4{
    width: 100%;
    background: url(/Public/Home/Module825/images/news-bg.jpg) no-repeat center center;
    padding-bottom: 70px;
}
.c-4 .news_right{
    width: 70%;
}
.c-4 .news_right .news_top{
    width: 100%;
    height: auto;
}
.c-4 .news_right .n-img{
    width: 100%;
    height: 375px;
    overflow: hidden;
}
.c-4 .news_right .n-img img{
    width: 100%;
    height: auto;
    display: block;
}
.news_top .news_t_title{
    width: 100%;
    padding:20px;
    background:#f7913f;
    color:#fff;
    font-size: 18px;
}
.news_top .news_t_title p{
    margin-top: 3px;
}
.news_bottom h5{
    font-size: 18px;
    color:#222222;
}
.news_bottom span{
    display: block;
    font-size: 15px;
    color:#595959;
    margin:7px 0;
}
.news_bottom p{
    font-size: 14px;
    color:#595959;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news_bottom a{
    display: block;
    width: 110px;
    height: 35px;
    border:1px solid #aaaaaa;
    text-align: center;
    line-height: 35px;
    font-size: 12px;
    color:#4b4b4b;
    text-transform: uppercase;
    border-radius: 50px;
    margin-top: 20px;
    transition: .4s;
}
.news_bottom a:hover{
    background: #f7913f;
    transition: .4s;
    color: #fff;
    border:1px solid #f7913f;
}

/* 联系南宫NG28 */
.c-5{
    /* background:#f1f1f1; */
}
.contact_list .form{
    width: 495px;
    height: auto;
    padding:18px 30px;
    background:#fff;
}
.contact_list .form h3{
    font-size:20px;
    color:#ff7f18;
    line-height: 30px;
    text-align: center;
    /* border-bottom: 1px solid #d5d5d5; */
    background: url(/Public/Home/Module825/images/icon2_03.png) no-repeat left center;
    padding-left: 25px;
    width: 28%;
    margin: 0 auto;
}
.contact_list .form h6{
    font-size: 14px;
    color:#f00;
    text-align: center;
    /* line-height: 40px; */
    margin-top: 15px;
}
.form .inp_name{
    width: 46%;
    float: left;
}
.form .inp_name:first-child{
    margin-right: 8%;
}
.form .inp_name h5,.zx_list h5{
    font-size: 16px;
    color:#5f5f5f;
    line-height: 30px;
    float: left;
}
.form .inp_name .inp01{
    width: 155px;
    height: 30px;
    border-bottom: 1px solid #d5d5d5;
    /* border-radius: 50px; */
    float: right;
    padding: 0 10px;
    background: none;
}
.zx_list .zx_select{
    width: 89%;
    float: right;
    line-height: 30px;
    font-size: 16px;
    color:#5f5f5f;
}
.zx_select .zx_t_s{
    margin-left: 10px;
}
.zx_select .zx_t_s:first-child{
    margin-left: 0;
}
.zx_list textarea{
    width: 89%;
    height: 152px;
    border: 1px solid #d5d5d5;
    /* border-radius: 4px; */
    float: right;
    padding: 10px;
    background: none;
    resize: auto;
    overflow-y: hidden;
    outline: none;
    margin-top: 9px;
}
.form .s-btn{
    display: block;
    width: 100%;
    height: 40px;
    background:#f7913f;
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    margin:0 auto;
    font-size:16px;
    color:#fff;
    margin-top: 30px;
}
.contact_info{
    width: 56%;
}
.contact_info .con-img{
    width: 100%;
    height: 258px;
    overflow: hidden;
}
.contact_info .con-img img{
    width: 100%;
    height: auto;
    display: block;
    transition: .4s;
}
.contact_info .con-img:hover img{
    transform: scale(1.03);
    transition: .4s;
}
.con-list{
    padding:25px 25px 30px 0;
    background: #fff;
}
.con-list h5{
    font-size: 24px;
    color:#383838;
}
.con-list i{
    width: 68px;
    height: 4px;
    display: block;
    background: #f7913f;
    margin-top: 15px;
    margin-bottom: 25px;
}
.con-t-info h2{
    float: left;
}
.con-t-info h2,.con-list h4,.con-list h6{
    background: url(/Public/Home/Module825/images/img_39.png) no-repeat left center;
    padding-left: 25px;
    display: block;
    line-height: 25px;
    font-size: 16px;
    color:#636363;
    margin-bottom: 10px;
}
.con-t-info h2:last-child{
    background: url(/Public/Home/Module825/images/img_42.png) no-repeat left center;
    margin-left: 25px;
    padding-left: 21px;
}
.con-list h4{
    background: url(/Public/Home/Module825/images/img_46.png) no-repeat left center;
    margin-right: 20px;
}
.con-list h6{
    background: url(/Public/Home/Module825/images/img_50.png) no-repeat left center;
    margin-bottom: 0;
}

/* 关于南宫NG28hover */
.hvr-sweep-to-right:before{
    background: #f7913f;
}
.hvr-sweep-to-right {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: .3s;
	transition-duration: .3s
}

.hvr-sweep-to-right:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f7913f;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
	color: #fff
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}


@-webkit-keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes hvr-wobble-horizontal {
	16.65% {
		-webkit-transform: translateX(8px);
		transform: translateX(8px)
	}
	33.3% {
		-webkit-transform: translateX(-6px);
		transform: translateX(-6px)
	}
	49.95% {
		-webkit-transform: translateX(4px);
		transform: translateX(4px)
	}
	66.6% {
		-webkit-transform: translateX(-2px);
		transform: translateX(-2px)
	}
	83.25% {
		-webkit-transform: translateX(1px);
		transform: translateX(1px)
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

.hvr-wobble-horizontal {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
	-webkit-animation-name: hvr-wobble-horizontal;
	animation-name: hvr-wobble-horizontal;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1
}

/* 内页 */
.ny-banner,.ny-banner img{
    width: 100%;
    height: auto;
}
.ny-banner img{
    display: block;
}

.location{
    border-bottom: 1px solid #e8e8e8;
    line-height: 60px;
    /* margin:0 0 50px 0; */
}
.location-home{
    background: url(/Public/Home/Module825/images/home.png) no-repeat left center;
    font-size:15px;
    color: #656565;
    padding-left: 25px;
}
.location-home span{
    color:#f7913f;
    font-weight: bold;
}
.location .menu-list a{
    display: block;
    float: left;
    line-height: 60px;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    color: #333333;
    cursor: pointer;
    border-left: 1px solid #e8e8e8;
}
.location .menu-list a:last-child{
    border-right: 1px solid #e8e8e8;
}
.location .menu-list a:hover,
.location .menu-list a.active{
    background:#f7913f;
    color:#fff;
    border-left: 1px solid #f7913f;
    border-right: 1px solid #f7913f;
}

/* 内页问题 */
.ny-title{
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
}
.ny-title p{
    font-size: 37px;
    color: #333333;
    font-weight: lighter;
}
.ny-title span{
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}
.ny-title em{
    float: left;
    width: 50px;
    height: 1px;
    background-color: #999999;
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    margin-top: 13px;
}
.ny-title i{
    font-size: 16px;
    color: #999999;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: lighter;
}

/* 特色效劳 */
.ny-content{
    margin-bottom: 50px;
}
.solve-list dl{
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
    background: #f6f7f9;
    opacity: 0;
}
.solve-list dl dt{
    width: 50%;
    float: left;
    padding:35px 35px 15px 30px;
    height: 300px;
}
.solve-list dl dt h5{
    font-size: 24px;
    color:#333;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .4s
}
.solve-list dl dt h6{
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 32px;
    color:#555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
}
.solve-list dl dt h4{
    display: block;
    width: 150px;
    background: #f7913f;
    text-align: center;
    line-height: 40px;
    color:#fff;
    border-radius: 50px;
    font-size: 16px;
}
.solve-list dl:hover dd img{
    transform: scale(1.04);
    transition: .4s;
}
.solve-list dl dd{
    width: 50%;
    height: 300px;
    overflow: hidden;
    float: right;
}
.solve-list dl dd img{
    width: 100%;
    /* height: 100%; */
    transition: .4s;
    display: block;
}
.solve-list dl:nth-child(2n) dd{
    float: left;
}
.solve-list dl:nth-child(2n) dt{
    float: right;
}
.solve-list dl:nth-child(2n) dt h5,.solve-list dl:nth-child(2n) dt h6{
    text-align: right;
}
.solve-list dl:nth-child(2n) dt h4{
    float: right;
}
.solve-list dl:hover h5{
    color:#f7913f;
    transition: .4s;
}

/* 关于南宫NG28 */
.about-list{
    text-indent: 2em;
    line-height: 32px;
    font-size:16px;
    color:#000;
    margin-top: 30px;
    text-align: justify;
}
.about-list img{
    max-width: 75%;
    margin:10px auto;
}

.q71{
    overflow:hidden;
}
.q71 li{
    width:280px;
    margin-right:26px;
    float:left; overflow:hidden;
    margin-top:30px; 
    background-color:#FFFFFF;
    opacity: 0;
}
.q71 dl{
	height:230px; 
    text-align:center; 
    line-height:230px;
	overflow:hidden;
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    transition: all 0.3s ease;
	border: 1px solid #e5e5e5;
}
.q71 img{ 
    max-width:90%; 
    max-height:230px;
    vertical-align: middle;
    transition: .4s;
}
.q71 span{ 
    font-size:0px;}
.q71 p{ 
    background-color:#f0f0f0; 
    overflow:hidden; 
    padding-bottom:13px; 
    padding-top:13px; 
    font-size:14px; 
    color:#000; 
    text-align:center;
    -moz-transition: all 0.3s ease; 
    -webkit-transition: all 0.3s ease; 
    transition: all 0.3s ease;overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
.q71 li:nth-child(4n){ 
    margin-right:0px;
}
.q71 li:hover p{ 
    background-color:#f7913f; 
    color:#FFFFFF;
}
.q71 li:hover dl{
    border: 1px solid #f7913f;
}
.q71 li:hover dl img{
    transform: scale(1.04);
    transition: .4s;
}

/* 新闻 */
.news-list dl{
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #FFFFFF;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
}
.news-list dl dt{
    float: left;
    width: 280px;
    height: 170px;
    overflow: hidden;
}
.news-list dl dt img{
    width: 100%;
    height: auto;
    transition: .4s;
}
.news-list dl dd{
    width: 74.5%;
    float: right;
    position: relative;
}
.news-list dl dd h5{
    font-size: 24px;
    padding-bottom: 15px;
    cursor: pointer;
    font-family: Microsoft YaHei;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color:#333;
}
.news-list dl dd h6{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: lighter;
}
.news-list dl dd span{
    float: left;
    display: inline-block;
    font-size: 15px;
    color: #636363;
    font-weight: lighter;
    margin-top: 23px;
}
.news-list dl dd i{
    position: absolute;
    right: 0;
    bottom: -5px;
    display: block;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
    background-color: #f7913f;
    color: #FFFFFF;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list dl:hover dt img{
    transform: scale(1.04);
    transition: .4s;
}
.news-list dl:hover h5{
    color:#ec7617;
}
.news-list dl:hover i{
    background:#ec7617;
}

/* 联系南宫NG28 */
.contact-list{
    height: 181px;
    background-image: url(/Public/Home/Module825/images/cont.jpg);
    margin: 0 auto;
    margin-top: 20px;
}
.contact-list li{
    padding-left: 240px;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 40px;
}
.contact-list li dl{
    font-size: 20px;
    padding-bottom: 10px;
    color: #f7913f;
    /* font-weight: lighter; */
}
.contact-list li dt{
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    font-weight: lighter;
}
.contact-intro{
    background-color: #f5f5f5;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 30px;
    overflow: hidden;
}
.contact-intro li{
    border-bottom-width: 2px;
    border-bottom-style: solid;
    font-size: 26px;
    color: #464646;
    border-bottom-color: #f7913f;
    padding-bottom: 15px;
    margin-bottom: 20px;
    /* font-weight: lighter; */
}
.contact-intro dl{
    float: left;
    width: 50%;
    border-bottom: 1px solid #dddddd;
    line-height: 45px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
    font-size: 16px;
    color:#4e4e4e;
    background: url(/Public/Home/Module825/images/tel.png) no-repeat left center;
    padding-left: 63px;
}
.contact-intro dl:nth-child(3){
    background: url(/Public/Home/Module825/images/phone.png) no-repeat left center;
}
.contact-intro dl:nth-child(4){
    background: url(/Public/Home/Module825/images/email.png) no-repeat left center;
}
.contact-intro dl:nth-child(5){
    background: url(/Public/Home/Module825/images/addr.png) no-repeat left center;
}

/* 详情 */

.news-xq{
	width:100%;
	padding:20px 0;
}
.news-xq-c img{
    max-width: 80%;
    height: auto !important;
	margin:10px auto;
	text-indent: 0 !important;
    display: block;
}
.pro-t-nr img{
	width: 70% !important;
    height: auto !important;
	margin:10px auto;
	text-indent: 0 !important;
    display: block;
}
.news-xq-tit{
	text-align:center;
}
.news-xq-tit h2{
	color:#000;
	font-weight: normal;
	font-size:2em;
}
.news-xq-tit p{
	margin-top:8px;
	margin-bottom: 20px;
	color:#969696;
	font-size:13px;
}
.news-xq-c,.pro-t-nr{
	line-height: 40px;
	color:#595959;
	font-size:15px;
	text-align: justify;
	text-indent: 2em;
}
.Next_page{
	margin-top:30px;
}
.Next_page li{
	font-size:15px;
	margin-bottom:15px;
}


/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box strong,.page-box a:hover{
    background-color: #0099e6;
    color:#fff;
	padding: 6px 15px;
	border-radius: 3px;
	font-size: 14px;
}
.map{
    width: 100%;
}
.ny-bg{
    background: #fffbf7;
    padding: 50px 0;
}
.ny-bg .ny-title{
    margin-top: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #adadad; 
} 
input:-moz-placeholder, textarea:-moz-placeholder {
color: #adadad; 
} 
input::-moz-placeholder, textarea::-moz-placeholder {
color: #adadad; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #adadad; 
}
input[type=button], input[type=submit], input[type=file], 
button {cursor:pointer;outline:0px; -webkit-appearance:none; }<!--耗时1754909110.8183秒-->