﻿@charset "utf-8";
@font-face{
    font-family: 'pf';
    src: url('../fonts/pingfang regular.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'pfme';
    src: url('../fonts/pingfang medium.woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'pfbold';
    src: url('../fonts/pingfang bold.woff');
    font-weight: normal;
    font-style: normal;
}
*{margin:0;padding:0;}
body{ font-family:pf,pfme,pfbold,"Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333333; width:100%;  zoom:1;}
ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
ul,ul li{ list-style:none;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{ padding:0px; margin:0px;}
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333333;}
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ }
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ border:none; border:0; max-width:100%; vertical-align:middle;}
a{ color:#333333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#1071b9;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4, .dot5{
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

.dot5 {
	-webkit-line-clamp: 5;
}

.w1820{width:1820px;margin:0 auto;}
.w1600{width:1600px;margin:0 auto;}
.w1440{width:1440px;margin:0 auto;}
.w1240{width:1240px;margin:0 auto;}

@media(max-width:1820px){
	.w1820{width:96%;}
}

@media(max-width:1600px){
	.w1600{width:96%;}
}

@media(max-width:1440px){
    .w1440{width:90%;}
    .w1240{width:90%;}
}


@media(max-width:768px){
    body{font-size: 14px;}
}

/* Top */
.Top{position: fixed;z-index: 2;top: 0;width: 100%;background: #fff;}
.MainNav{padding:0 10px;}
.MainNav ul li{float:left;display: block;margin-top:35px;line-height: 75px;width:11%;text-align: center;position: relative;}
.MainNav ul li a{font-size: 18px;font-weight: bold;}
.MainNav ul li#Logo{line-height: 108px;margin-top:0;width:15%;margin-right: 4%;}
.MainNav ul li a{display: inline-block;position: relative;}
.MainNav ul li#Logo:hover{background: none;}
.MainNav ul li:hover{background:#1071b9;}
.MainNav ul li:hover a{color:#fff;}
.MainNav .Tel{color: #f00;width: 15%;margin-top: 0;font-style: italic; font-size: 18px;font-weight: bold;}
.MainNav .Tel:hover{background: none;}
.MainNav .Tel img{width: 16px;}
.MainNav ul li a::after{content:'';display: block;width:100%;height:2px;background:#fff;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all .5s;-webkit-transition: all .5s;}
.MainNav ul li dl dd a::after{background:none;background:#1071b9;}
.MainNav ul li#Logo a::after{display: none;background:#fff;}
.MainNav ul li:hover a::after{transform: rotateY(0);-webkit-transform: rotateY(0);background:#fff;}
.MainNav ul li.onnav a::after{transform: rotateY(0);-webkit-transform: rotateY(0);background:#1071b9;}
.MainNav ul li .Navpull{position: absolute;top:77px;line-height: 35px;z-index:999;background:#1071b9;width:100%;font-size: 15px;padding:10px 0;display: none;}
.MainNav ul li .Navpull dd a{font-size: 14px;font-weight: bold;color: #fff;}
.MainNav ul li .Navpull dd:last-child{border-bottom:none;}
.MainNav ul li .Navpull.null{background:none;padding:0;}
.MainNav ul li .Navpull dd:hover{background:#fff; }
.MainNav ul li .Navpull dd:hover a{color:#1071b9;}

.mTop{display: none;background:#fff;line-height: 60px;position: fixed;z-index: 2;top: 0;width: 100%;}
.mTop .Logo img{height:50px;}
.mTop .m-btn{cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:20px;}
.mTop .m-btn span{display: block;width:25px;height:3px;background:#1071b9;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.mTop .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background:#1071b9;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.mTop .m-btn span:before {top: -8px;}
.mTop .m-btn span:after {bottom: -8px;}
.mTop .m-btn.active span {background: transparent;}
.mTop .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.mTop .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.mTop .mMainNav{z-index:9999;position: absolute;width:100%;left:0;top:60px;z-index:999;display: none;}
.mTop .mMainNav ul li{line-height: 40px;text-align: center;background:#1071b9;border-bottom:1px dotted rgba(255,255,255,0.2);position: relative;}
.mTop .mMainNav ul li a{color:#fff;font-size: 14px;}



@media(max-width:1200px){
	.MainNav ul li a{font-size: 16px;font-weight: normal;}
	.MainNav ul li#Logo img{width:200px;}
}

@media(max-width:992px){
	.Top{display: none;}
    .mTop{display: block;z-index:9999;}
    .mMainNav ul li .Navpull{position: static;display: none;padding:0;background:#1071b9;}
	.mMainNav ul li .Navpull dd a{display: block;padding:0 10px;font-size: 14px;}
    .mMainNav ul li b{width:35px;height:35px;background:url(../images/m-more.png) no-repeat center center;display: block;position: absolute;top:0;right:0;}
}

/* HomeBan */
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.HomeBan{position: relative;background:#eeeeee;}
.HomeBan::before{content:'';display: block;width:100%;height:90%;background:#1071b9;position: absolute;top:0;left:0;z-index:0;}
.HomeBan .owl-dots{width:100%;bottom:30px;position: absolute;text-align: center;}
.HomeBan .owl-dots .owl-dot::before{display: none !important;}
.HomeBan .owl-dots .owl-dot{width:10px;height:10px;background:#fff;border-radius: 50%;margin:0 8px;}
.HomeBan .owl-dots .owl-dot.active{background:#1071b9;}
.HomeBan .owl-nav {display: none;}

@media(min-width:993px){
    .HomeBan,.Position{margin-top: 160px;}
    .Qyjj,.Nabout,.Nnews{padding-top: 60px}}
@media(max-width:992px){
    .HomeBan,.Position{margin-top: 100px;}
    .Qyjj,.Nabout,.Nnews{padding-top: 30px}
	.HomeBan .owl-nav {display: none;}
	.HomeBan::before{height:75%;}
    .HomeBan .owl-dots{width:100%;bottom:20px;height:auto;background:none;}
    .HomeBan .owl-dots .owl-dot::before{display: none !important;}
    .HomeBan .owl-dots .owl-dot{width:10px;height:10px;background:#fff;border-radius: 50%;}
    .HomeBan .owl-dots .owl-dot.active{background:#1071b9;}
}

/* 新闻中心 */
.Common{padding:100px 0;}
.HomeTit{text-align: center;margin-bottom:50px;}
.HomeTit h1{display: inline-block;font-size: 32px;letter-spacing: 3px;}
.HomeTit h1::before,.HomeTit h1::after{content:'';display: inline-block;width:15px;height:2px;background:#1071b9;margin:0 20px;position: relative;top:-7px;}
.News .NewsBox .NewsLeft {width: 45%;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg{position: relative;overflow: hidden;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg img{height:400px;transition: all .5s;-webkit-transition: all .5s;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate{width:80px;height:88px;background:rgba(16,113,185,0.8);color:#fff;text-align: center;position: absolute;bottom:0;left:50px;font-family: DIN;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate p{font-size: 40px;margin-top:5px;}
.News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate span{font-size: 14px;display: inline-block;border-top:1px solid rgba(255,255,255,0.2);padding-top:5px;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt{background:#fff;position: relative;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft{width:85%;box-sizing: border-box;padding:20px;border-right:1px solid #e6e6e6;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft b{font-size: 16px;color:#1071b9;font-weight: normal;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft p{font-size: 24px;font-weight: bold;margin:10px 0;color:#333;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft span{font-size: 14px;color:#808080;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button{position: absolute;right:0;width:15%;height:100px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-prev{background:url(../images/newsprev.png) no-repeat center center;background-size: 25%;bottom:110px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-next{background:url(../images/newsnext.png) no-repeat center center;background-size: 25%;bottom:10px;}
.News .NewsBox .NewsLeft .owlNews .owl-nav button span{display: none;}
.News .NewsBox .NewsLeft .owlNews .item .NewsTxt::after{content:'';display: block;width:15%;height:1px;background:#e6e6e6;position: absolute;top:50%;right:0;}
.News .NewsBox .NewsLeft .owlNews .item:hover .NewsImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.News .NewsBox .NewsRight {width: 50%;}
.News .NewsBox .NewsRight .NewsNav{background:#fff;}
.News .NewsBox .NewsRight .NewsNav ul::after{content:'';display: block;clear: both;}
.News .NewsBox .NewsRight .NewsNav ul li{float:left;width:20%;line-height: 60px;text-align: center;font-size: 18px;font-weight: bold;position: relative;}
.News .NewsBox .NewsRight .NewsNav ul li::before{content:'';display: block;height:14px;width:1px;background:#e6e6e6;position: absolute;left:0;top:50%;margin-top:-7px;}
.News .NewsBox .NewsRight .NewsNav ul li:first-child::before{display: none;}
.News .NewsBox .NewsRight .NewsNav ul li.on{background:url(../images/nnavbg.png) no-repeat center left 30px #1071b9;}
.News .NewsBox .NewsRight .NewsNav ul li.on a{color:#fff;}
.News .NewsBox .NewsRight .NewsNav ul li.on::before{display: none;}
.News .NewsBox .NewsRight.NewsCon{padding:30px 0;}
.News .NewsBox .NewsRight .NewsCon .NewsList{padding:15px 0;border-bottom:1px solid #e6e6e6;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime{width:13%;color:#1071b9;font-family: DIN;text-align: center;border-right:1px solid #e6e6e6;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime p{font-size: 32px;font-weight: normal;}
.News .NewsBox .NewsRight .NewsCon .NewsList .Newstime span{font-size: 14px;}
.News .NewsBox .NewsRight .NewsCon .NewsList .NewsTxt{width:82%;line-height: 58px;font-size: 18px;font-weight: bold;}
.product .NewsNav{background:#fff;}
.product .NewsNav ul::after{content:'';display: block;clear: both;}
.product .NewsNav ul li{float:left;width:20%;line-height: 60px;text-align: center;font-size: 18px;font-weight: bold;position: relative;}
.product .NewsNav ul li::before{content:'';display: block;height:14px;width:1px;background:#e6e6e6;position: absolute;left:0;top:50%;margin-top:-7px;}
.product .NewsNav ul li:first-child::before{display: none;}
.product .NewsNav ul li.on{background:#1071b9;}
.product .NewsNav ul li.on a{color:#fff;}
.product .NewsNav ul li.on::before{display: none;}
.product .NewsCon{padding:30px 0;}
.product .NewsCon .NewsList{padding:15px 0;border-bottom:1px solid #e6e6e6;}
.product .NewsCon .NewsList .Newstime{width:13%;color:#1071b9;font-family: DIN;text-align: center;border-right:1px solid #e6e6e6;}
.product .NewsCon .NewsList .Newstime p{font-size: 32px;font-weight: normal;}
.product .NewsCon .NewsList .Newstime span{font-size: 14px;}
.product .NewsCon .NewsList .NewsTxt{width:82%;line-height: 58px;font-size: 18px;font-weight: bold;}

.HomeMore{margin-top:20px; text-align:center;}
.HomeMore a{display: inline-block;padding:0 30px 0 60px;height:48px;box-sizing: border-box;border:1px solid #999999;text-align: center;line-height: 48px;background:url(../images/more.png) no-repeat center left 30px;color:#000;}
.HomeMore a:hover{background:url(../images/cmore.png) no-repeat center left 30px #1071b9;color:#fff;border:1px solid #1071b9;}
.HomeMore.on a{background:url(../images/cmore.png) no-repeat center left 30px #1071b9;color:#fff;border:1px solid #1071b9;}

@media(max-width:1366px){
    .News .NewsBox .product .NewsCon{padding:25px 0;}
    .News .NewsBox .product .NewsCon .NewsList{padding:12px 0;}
}

@media(max-width:992px){
    .Common{padding:30px 0;}
    .HomeTit{margin-bottom:20px;}
    .News .NewsBox .NewsLeft,.News .NewsBox .NewsRight{width:100%;}
    .News .NewsBox .product{width:100%;}
}

@media(max-width:768px){
	.product .NewsNav ul li{width: 50%;}
	.Djzc .owl-item img{height: auto;}
    .HomeTit h1{font-size: 20px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg img{height:60vw;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsTxt .NewsTxtLeft p{font-size: 16px;}
	.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-prev{bottom:5px;}
	.News .NewsBox .NewsLeft .owlNews .owl-nav button.owl-next{bottom: 90px;}
    /* .News .NewsBox .NewsLeft .owlNews .owl-nav button{right:20px;} */
    .News .NewsBox .product .NewsNav ul li{font-size: 16px;line-height: 50px;width:50%;}
    .News .NewsBox .product .NewsCon .NewsList .Newstime{width:20%;}
    .News .NewsBox .product .NewsCon .NewsList .NewsTxt{width:78%;font-size: 16px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate{height:65px;}
    .News .NewsBox .NewsLeft .owlNews .item .NewsImg .NewsDate p{font-size: 20px;}
	.HomeMore{text-align: center;}
	.HomeMore.on{text-align: left;}
}


/* 公司介绍 */
.About{position: relative;overflow: hidden;}
.About .w1600{background:url(../images/aboutbg.png) no-repeat center left;}
.About .AboutLeft{width:40%;}
.About .AboutLeft .AboutTit{}
.About .AboutLeft .AboutTit h1{font-size: 32px;}
.About .AboutLeft .AboutTit span{font-size: 14px;font-family: DIN;color:#bfbfbf;}
.About .AboutLeft .AboutNum {margin:25px 0;}
.About .AboutLeft .AboutNum ul li {display: inline-block;width:25%;}
.About .AboutLeft .AboutNum ul li p{font-size: 40px;font-family: DIN;}
.About .AboutLeft .AboutNum ul li span{}
.About .AboutLeft .AboutDec{font-size: 14px;color:#999999;line-height: 30px;}
.About .owlAbout{width:70%;position: absolute;top:100px;right:-20%;overflow: hidden;}
.About .owlAbout .owl-item.Lastactive{position: relative;}
.About .owlAbout .owl-item.Lastactive::after{content:'';display: block;width:100%;height:100%;background:rgba(255,255,255,0.8);position: absolute;top:0;left:0;}
.About .owlAbout .owl-nav{display: block;}
.About .owlAbout .owl-nav button.owl-next{width:70px;height:70px;background:url(../images/inext.png) no-repeat center center #fff;position: absolute;top:50%;margin-top:-35px;right:35%;}
.About .owlAbout .owl-dots{display: none;}
.About .owlAbout .owl-nav button span{display: none;}
.About .owlAbout .item .AboutImg{overflow: hidden;height:400px;position: relative;}
.About .owlAbout .item .AboutImg img{height:400px;width:auto;max-width:580px;position: absolute;top:0;left:50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);}

@media(max-width:1200px){
    .About .AboutLeft .AboutNum ul li{width:30%;}
}

@media(max-width:992px){
    .About .AboutLeft{width:100%;}
    .About .owlAbout{width:100%;position: static;margin-top:20px;}
    .About .owlAbout .owl-item.Lastactive::after{display: none;}
    .About .owlAbout .owl-nav button.owl-next{display: none;}
}
@media(max-width:768px){
    .About .AboutLeft .AboutTit h1{font-size: 20px;}
    .About .AboutLeft .AboutNum{margin:20px 0;}
    .About .AboutLeft .AboutNum ul li{width:30%;}
    .About .AboutLeft .AboutNum ul li p{font-size: 25px;}
    .About .AboutLeft .AboutNum ul li span{font-size: 14px;}
    .HomeMore a{height:40px;line-height: 40px;}
	.About .owlAbout{display: none;}
}

/* 客户案例 */
.Djzc{background:url(../images/djbg.webp) no-repeat top center;background-size: cover;}
.Djzc .owlDj .item .DjImg{overflow: hidden;}
.Djzc .owlDj .item .DjImg img{transition: all .5s;-webkit-transition: all .5s;}
.Djzc .owlDj .item p{line-height: 80px;background:#1071b9;color:#fff;text-align: center;padding:0 10px;font-size: 18px;}
.Djzc .owlDj .item:hover .DjImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.Common .QyjjBox{background: none;}
.QyjjBox{background:url(../images/djbg.webp) no-repeat top center;background-size: cover;}
.QyjjBox .QyjjBoxCon .item{width: 31.333333%;float: left;margin: 1%;}
.QyjjBox .QyjjBoxCon .item .DjImg{overflow: hidden;}
.QyjjBox .QyjjBoxCon .item .DjImg img{transition: all .5s;-webkit-transition: all .5s;width: 100%;height: 16vw;}
.QyjjBox .QyjjBoxCon .item p{line-height: 80px;background:#1071b9;color:#fff;text-align: center;padding:0 10px;font-size: 18px;}
.QyjjBox .QyjjBoxCon .item:hover .DjImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

.Djzc .owlDj .owl-dots{display: none;}
.Djzc .owlDj .owl-nav{display: block;}
.Djzc .owlDj .owl-nav button{width:14px;height:24px;position: absolute;top:50%;margin-top:-12px;}
.Djzc .owlDj .owl-nav button.owl-prev{background:url(../images/iprev.png) no-repeat center center;background-size: 100% 100%;left:-3%;}
.Djzc .owlDj .owl-nav button.owl-next{background:url(../images/inext.png) no-repeat center center;background-size: 100% 100%;right:-3%;}
.Djzc .owlDj .owl-nav button span{display: none;}

@media(max-width:768px){
    .Djzc .owlDj .item p{line-height: 60px;font-size: 14px;}
}

/* 产品 */
.ZyxbBox{margin-left:-2%;}
.ZyxbBox .ZyxbList{width:31.33%;margin-left:2%;float:left;position: relative;}
.ZyxbBox .ZyxbList .ZyxbImg{position: relative;overflow: hidden;}
.ZyxbBox .ZyxbList .ZyxbImg img{transition: all .5s;-webkit-transition: all .5s;}
.ZyxbBox .ZyxbList .ZyxbImg::after{content:'';display: block;width:100%;height:100%;background:rgba(0,0,0,0.3);position: absolute;top:0;left:0;}
.ZyxbBox .ZyxbList .ZyxbTxt{position: absolute;width:100%;height:100%;top:0;left:0;display:flex;justify-content:center;align-items:center;flex-direction: column;color:#fff;}
.ZyxbBox .ZyxbList .ZyxbTxt p{font-size: 32px;letter-spacing: 5px;font-weight: bold;margin-bottom:5px;}
.ZyxbBox .ZyxbList:hover .ZyxbImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){
    .ZyxbBox{margin-left:0;}
    .ZyxbBox .ZyxbList{width:100%;margin-left:0;margin-bottom:20px;}
    .ZyxbBox .ZyxbList .ZyxbTxt p{font-size: 16px;}
}

/* Bottom */
.Bottom{position: relative;}
.Bottom .Link{padding:40px 0 20px 0;border-bottom:1px solid #e6e6e6;line-height: 35px;}
.Bottom .Link a{display: inline-block;margin:0 5px;}
.Bottom .BottomBox{padding:50px 0;}
.Bottom .BottomBox .BottomLogo{width:27%;padding-top:20px;}
.Bottom .BottomBox .BottomLogo .blue{display: inline-block;margin-right:20px;margin-top:20px;}
.Bottom .BottomBox .BottomTxt{width:73%;box-sizing: border-box;border-left:1px solid #e6e6e6;padding-left:3%;}
.Bottom .BottomBox .BottomTxt .BottomTxtBox p{font-size: 14px;line-height: 30px;color:#666666;}
.Bottom .BottomBox .BottomIco{}
.Bottom .BottomBox .BottomIco .erImg img{width:120px;}

.Bottom .goTop{position: absolute;height:100%;width:5%;background:#1071b9;top:0;right:0;display:flex;justify-content:center;align-items:center;flex-direction: column;text-align: center;}
.Bottom .goTop p{font-size: 16px;font-weight: bold;font-family: DIN;color:#fff;margin-bottom:10px;}

@media(max-width:992px){
    .Bottom .goTop{position: fixed;top:50%;right:0;width:60px;height:60px;z-index:999;}
    .Bottom .goTop p{margin-bottom:0;}
    .Bottom .goTop img{display: none;}
}

@media(max-width:768px){
    .Bottom .BottomBox{padding:20px 0;}
    .Bottom .BottomBox .BottomLogo{width:100%;text-align: center;}
    .Bottom .BottomBox .BottomTxt{width:100%;border-left:none;margin-top:20px;}
    .Bottom .BottomBox .BottomIco{width:100%;text-align: center;margin-top:20px;}
    .Bottom .BottomBox .BottomIco ul li{width:60px;height:60px;line-height: 60px;}
    .Bottom .BottomBox .BottomIco ul li .Bico img{height:25px;}
}

/* 公司简介 */
.Nban{background:#1071b9;}
.Nban .NbanImg img{width:100%;}

.Nynav .NynavBox{line-height: 70px;box-shadow: 0 5px 10px #f4f4f4;text-align: center;background:#fff;}
.Nynav .NynavBox ul li{width:25%;max-width:190px;display: inline-block;position: relative;font-weight: bold;}
.Nynav .NynavBox ul li::before{content:'';display: block;width:1px;height:16px;background:#e6e6e6;position: absolute;left:0;top:50%;margin-top:-8px;}
.Nynav .NynavBox ul li:first-child::before{display: none;}
.Nynav .NynavBox ul li::after{content:'';display: block;height:2px;width:100%;background:#1071b9;position: absolute;bottom:0;left:0;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);transition: all.5s;-webkit-transition: all .5s;}
.Nynav .NynavBox ul li:hover::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Nynav .NynavBox ul li.on::after{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Nynav .NynavBox ul li:hover a{color:#1071b9;}
.Nynav .NynavBox ul li.on a{color:#1071b9;}

.NaboutBox{padding-top:100px;background:url(../images/aboutbg.png) no-repeat center center;}
.NaboutBox .NaboutTit{text-align: center;}
.NaboutBox .NaboutTit h1{font-size: 32px;}
.NaboutBox .NaboutTit span{font-size: 14px;color:#bfbfbf;font-family: DIN;}
.NaboutBox .NaboutNum{text-align: center;margin:50px 0;}
.NaboutBox .NaboutNum ul li{display: inline-block;width:190px;}
.NaboutBox .NaboutNum ul li p{font-size: 50px;font-family: DIN;color:#1071b9;}
.NaboutBox .NaboutNum ul li span{font-weight: bold;}
.NaboutBox .NaboutDec{line-height: 36px;margin-bottom:50px;}

.NaboutPart{padding:60px 0;border-bottom:1px solid #ebebeb;}
.NaboutPart:last-child{border-bottom:none;}
.NaboutPart .ApartTit{text-align: center;margin-bottom:35px;}
.NaboutPart .ApartTit span{display: inline-block;font-size: 28px;font-weight: bold;}
.NaboutPart .ApartTit span::before, .NaboutPart .ApartTit span::after{content:'';display: inline-block;width:15px;height:3px;background:#d9d9d9;margin:0 20px;position: relative;top:-8px;}
.NaboutPart .NaboutPartTxt p{color:#808080;line-height: 36px;}
.NaboutPart .NaboutPartTxt .box{margin-bottom:30px;}
.NaboutPart .NaboutPartTxt .box:last-child{margin-bottom:0;}
.NaboutPart .NaboutPartTxt .box h1{font-size: 20px;line-height: 36px;}
.NaboutPart .NaboutPartTxt .box_1{margin-top:30px;}
.NaboutPart .NaboutPartTxt .box_1 p strong{color:#1071b9;}

.Dzfc{padding:60px 0;background:#f5f5f5;}
.Dzfc .DzfcTit{font-size: 24px;font-weight: bold;margin-bottom:30px;}
.Dzfc .DzfcBox{padding:0 20px;}
.Dzfc .DzfcBox .owl-dots{display: none;}
.Dzfc .DzfcBox .item{position: relative;}
.Dzfc .DzfcBox .item p{position: absolute;background:rgba(16,113,185,0.9);width:100%;box-sizing: border-box;padding:0 10px;text-align: center;height:0;left:0;bottom:0;color:#fff;overflow: hidden;transition: all .5s;-webkit-transition: all .5s;}
.Dzfc .DzfcBox .item:hover p{height:58px;line-height: 58px;}
.Dzfc .DzfcBox .owl-nav button{position: absolute;width:40px;height:40px;top:-65px;margin-left:10px;}
.Dzfc .DzfcBox .owl-nav button.owl-prev{background:url(../images/nprev.png) no-repeat center center #fff;right:15%;}
.Dzfc .DzfcBox .owl-nav button.owl-next{background:url(../images/nnext.png) no-repeat center center #fff;right:12%;}
.Dzfc .DzfcBox .owl-nav button span{display: none;}

.AbountCon{background:url(../images/aboutbg.jpg) no-repeat top center;background-size: cover;padding:120px 0;}
.AbountCon ul li{float:left;width:16.66667%;text-align: center;color:#fff;position: relative;}
.AbountCon ul li .Conico{height:43px;line-height: 43px;}
.AbountCon ul li .Conico img{vertical-align: bottom;transition: all .5s;-webkit-transition: all .5s;}
.AbountCon ul li p{font-size: 20px;font-weight: bold;margin:40px 0 15px 0;}
.AbountCon ul li span{font-size: 14px;}
.AbountCon ul li:hover .Conico img{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.AbountCon ul li::after{content:'';display: block;width:1px;height:60%;background:rgba(255,255,255,0.2);position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.AbountCon ul li:first-child::after{display: none;}

@media(max-width:992px){
    .Nynav .NynavBox ul{align-items: center;justify-content: center;}
	.Nynav .NynavBox ul li{width: 33.33333%;float: left;}
}

@media(max-width:768px){
    .NaboutBox{padding:50px 0;}
    .Nynav .NynavBox{line-height: 50px;}
    .Nynav .NynavBox ul li{font-size: 14px;width: 50%;}
    .NaboutBox .NaboutTit h1{font-size: 25px;}
    .NaboutBox .NaboutNum ul{display: flex;align-items: center;justify-content: center;}
    .NaboutBox .NaboutNum ul li p{font-size: 35px;}
    .NaboutPart .ApartTit span{font-size: 20px;}
    .NaboutPart .NaboutPartTxt .box h1{font-size: 18px;}
    .AbountCon ul li{width:50%;margin-bottom:20px;}
    .AbountCon ul li span{height:42px;display: block;}
    .AbountCon{padding:30px 0;}
    .AbountCon ul li p{font-size: 18px;margin:10px 0;}
    .AbountCon ul li::after{display: none;}
    .AbountCon ul li .Conico img{max-height:35px;}
    .Dzfc .DzfcBox .owl-nav button.owl-next{right:0;}
}


/* 客户案例 */
.Xxld{background:#f5f5f5;}
.XxldBox{padding:100px 0;}
.ComTit{text-align: center;margin-bottom:50px;}
.ComTit span{display: inline-block;font-size: 28px;font-weight: bold;}
.ComTit span::before, .ComTit span::after{content:'';display: inline-block;width:15px;height:3px;background:#1071b9;margin:0 20px;position: relative;top:-8px;}
.XxldBoxCon .XxldList{background:#fff;padding:3% 7%;margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;}
.XxldBoxCon .XxldList a{display: block;background:url(../images/logoico.png) no-repeat center right;}
.XxldBoxCon .XxldList .XxldImg{width:20%;padding-top:390px;position: relative;}
.XxldBoxCon .XxldList .XxldTxt{width:75%;display:flex;justify-content:center;flex-direction: column;height:390px;}
.XxldBoxCon .XxldList .XxldTxt h1{font-size: 30px;}
.XxldBoxCon .XxldList .XxldTxt h1 span{font-size: 18px;color:#1071b9;display: inline-block;margin-left:10px;}
.XxldBoxCon .XxldList .XxldTxt b{width:15px;height:2px;background:#1071b9;margin:20px 0;}
.XxldBoxCon .XxldList .XxldTxt p{line-height: 36px;color:#808080;}
.XxldBoxCon .XxldList .XxldImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-size: 100%;}
.XxldBoxCon .XxldList:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 10px 20px #ddd;}

@media(max-width:1240px){
    .XxldBoxCon .XxldList .XxldImg{width:26%;}
    .XxldBoxCon .XxldList .XxldTxt{width:70%;}
}


@media(max-width:768px){
    .XxldBox{padding:50px 0;}
    .ComTit{margin-bottom:30px;}
    .ComTit span{font-size: 25px;}
	.QyjjBox .QyjjBoxCon .item{width: 98%;}
	.QyjjBox .QyjjBoxCon .item .DjImg img{height: auto;}
    .XxldBoxCon .XxldList .XxldImg{width:50%;padding-top:70%;margin:0 auto;float: none;}
    .XxldBoxCon .XxldList .XxldTxt{width:100%;}
    .XxldBoxCon .XxldList .XxldTxt h1{font-size: 20px;text-align: center;}
    .XxldBoxCon .XxldList .XxldTxt b{margin:10px auto;}
}



/* Pages */
.Pages{text-align: center;margin:50px 0;color:#666666;}
.Pages a{height:40px;width:60px;background:#fff;display: inline-block;line-height: 40px;margin: 5px 2px;}
.Pages1 a{background:#f0f0f0;}
.Pages a:hover{color:#fff;background:#1071b9;}
.Pages a.a_cur{color:#fff;background: #1071b9;}
.Pages .num a{width:40px;padding:0;}
.Pages .num{font-style: normal;}
.Pages .p_count{height:34px;padding:0 10px;border:1px solid #e6e6e6;display: inline-block;line-height: 34px;}
.Pages a.a_prev ,.Pages a.a_next{width:80px;}
.Pages a.a_prev {margin-right:20px;}
.Pages a.a_next{margin-left:20px;}
.Pages a.a_prev b{display: inline-block;border-right:5px solid #343434;border-left:5px solid transparent;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.Pages a.a_next b{display: inline-block;border-left:5px solid #343434;border-right:5px solid transparent;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.Pages a.a_prev:hover b{border-right:5px solid #fff;}
.Pages a.a_next:hover b{border-left:5px solid #fff;}

@media(max-width:992px){
	.Pages a{height:30px;line-height: 30px;padding: 0 5px;margin:5px 0;}
	.Pages .num a{width:30px;}
	.Pages a.a_prev, .Pages a.a_next{width:40px;}
}


/* 公司荣誉 */
.Honor{background:#f5f5f5;}
.HonorBox{padding:100px 0;}
.HonorBox .HonorBoxCon{margin-left:-3%;}
.HonorBox .HonorBoxCon .HonorList{float:left;width:22%;margin-left:3%;margin-bottom:30px;}
.HonorBox .HonorBoxCon .HonorList .HonorImg{padding:10px;background:#fff;overflow: hidden;}
.HonorBox .HonorBoxCon .HonorList .HonorImg img{width:100%;transition: all .5s;-webkit-transition: all .5s;}
.HonorBox .HonorBoxCon .HonorList p{text-align: center;padding:10px;font-weight: bold;}
.HonorBox .HonorBoxCon .HonorList:hover .HonorImg img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:768px){
    .HonorBox{padding:50px 0;}
    .HonorBox .HonorBoxCon .HonorList{width:47%;margin-bottom:20px;}
}



/* 公司其他 */
.Zzjg{background:url(../images/jgbg.png) no-repeat bottom center #f5f5f5;}
.ZzjgBox{padding:100px 0;}
.PartTit{text-align: center;margin-bottom:70px;}
.PartTit h1{font-size: 32px;}
.PartTit b{width:20px;height:2px;background:#1071b9;display: inline-block;}
.ZzjgBox .ZzjgImg{text-align: center;}

@media(max-width:768px){
    .ZzjgBox{padding:50px 0;}
    .PartTit h1{font-size: 25px;}
}


/* 新闻动态 */
.NnewsBox{padding:50px 0;}
.NnewsBox .NnewsList{padding:50px 0;border-bottom:1px solid #e6e6e6;transition: all .5s;-webkit-transition: all .5s;}
.NnewsBox .NnewsList .NnewsImg{width:30%;position: relative;padding-top:278px;}
.NnewsBox .NnewsList .NnewsImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.NnewsBox .NnewsList .NnewsTxt{width:65%;padding:2% 0;}

.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate{width:10%;color:#1071b9;font-family: DIN;text-align: center;border-right:1px solid #e6e6e6;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate p{font-size: 32px;font-weight: normal;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate span{font-size: 14px;}
.NnewsBox .NnewsList .NnewsTxt .NnewsTit h1{width:88%;line-height: 58px;font-size: 18px;font-weight: bold;}

.NnewsBox .NnewsList .NnewsTxt .NnewsDec{line-height: 30px;font-size: 14px;color:#808080;margin:20px 0 30px 0;}
.HomeMore span{display: inline-block;padding:0 30px 0 60px;height:48px;box-sizing: border-box;border:1px solid #999999;text-align: center;line-height: 48px;background:url(../images/more.png) no-repeat center left 30px;color:#000;}
.NnewsBox .NnewsList:hover .NnewsTxt .HomeMore span{background:url(../images/cmore.png) no-repeat center left 30px #1071b9;color:#fff;border:1px solid #1071b9;}
.NnewsBox .NnewsList:hover {box-shadow: 0 10px 20px #ddd;}
.HomeMore.on span{background:url(../images/cmore.png) no-repeat center left 30px #1071b9;color:#fff;border:1px solid #1071b9;}

@media(max-width:768px){
    .NnewsBox .NnewsList{padding:30px 0;}
    .NnewsBox .NnewsList .NnewsImg{width:100%;padding-top:70%;}
    .NnewsBox .NnewsList .NnewsTxt{width:100%;}
    .HomeMore span{line-height: 40px;height:40px;}
    .NnewsBox .NnewsList .NnewsTxt .NnewsTit .NnewsDate{width:20%;}
    .NnewsBox .NnewsList .NnewsTxt .NnewsTit h1{width:78%;}
}

/* 合作单位暂留 */
.Hzjz{background:url(../images/hzbg.png) no-repeat top center #f5f5f5;}
.Hzjz_1{padding:100px 0;}
.Hzjz .HzjzBox{margin-left:-2%;}
.Hzjz .HzjzBox .HzjzList{width:48%;margin-left:2%;float:left;background:#fff;padding:2% 5% 5% 5%;box-sizing: border-box;border-top:2px solid #1071b9;margin-bottom:30px;transition: all .5s;-webkit-transition: all .5s;}
.Hzjz .HzjzBox .HzjzList .HzjzIco{width:270px;height:270px;background:url(../images/hzlistbg.png) no-repeat center center;background-size: 100% 100%;margin:0 auto;line-height: 270px;display:flex;justify-content:center;align-items:center;flex-direction: column; }
.Hzjz .HzjzBox .HzjzList .HzjzIco .HzjzIcoBox{width:120px;height:120px;background:#1071b9;border-radius: 50%;text-align: center;line-height: 120px;}
.Hzjz .HzjzBox .HzjzList .HzjzTit{text-align: center;margin:10px 0 20px 0;}
.Hzjz .HzjzBox .HzjzList .HzjzTit h1{font-size: 26px;}
.Hzjz .HzjzBox .HzjzList .HzjzTit b{width:20px;height:1px;background:#1071b9;display: inline-block;}
.Hzjz .HzjzBox .HzjzList .HzjzDec{font-size: 15px;line-height: 30px;color:#808080;height:360px;overflow: auto;}
.Hzjz .HzjzBox .HzjzList:hover{box-shadow: 0 10px 20px #ddd;transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);}

@media(max-width:992px){
    .Hzjz .HzjzBox .HzjzList .HzjzIco{height:220px;width:220px;}
    .Hzjz .HzjzBox .HzjzList .HzjzIco .HzjzIcoBox{width:90px;height:90px;line-height: 90px;}
    .Hzjz .HzjzBox .HzjzList .HzjzTit h1{font-size: 20px;}
}

@media(max-width:768px){
    .Hzjz_1{padding:50px 0;}
    .PartTit{margin-bottom:30px;}
    .Hzjz .HzjzBox{margin-left:0;}
    .Hzjz .HzjzBox .HzjzList{width:100%;margin-left:0;}
}

::-webkit-scrollbar {/*滚动条整体样式*/
	width: 3px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 3px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #1071b9;

}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #EDEDED;
}

/* 下面滚动 */
.Jtbx{background:url(../images/jtbg.png) no-repeat top center #f5f5f5;}
.Jtbx_1{padding:100px 0;}
.Jtbx .JtbxBox .JtbxImg{width:40%;position: relative;padding-top:660px;}
.Jtbx .JtbxBox .JtbxTxt{width:55%;display:flex;justify-content:center;flex-direction: column;height:660px; }
.Jtbx .JtbxBox .JtbxImg span{background-position: center center;background-repeat: no-repeat;background-size: cover;position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit{margin-bottom:20px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit h1{font-size: 32px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxTit b{display: inline-block;width:20px;height:2px;background:#1071b9;}
.Jtbx .JtbxBox .JtbxTxt .JtbxDec{font-size: 16px;color:#808080;line-height: 36px;}
.Jtbx .JtbxBox .JtbxTxt .JtbxDec p{text-indent: 2em;}

.JtbxBottom{padding:150px 0;background-size: cover;color:#fff;text-align: center;}
.JtbxBottom .JtbxBottomBox h1{font-size: 40px;letter-spacing: 5px;padding:20px 0;}

@media(max-width:768px){
    .Jtbx_1{padding:50px 0;}
    .Jtbx .JtbxBox .JtbxImg{width:100%;padding-top:100%;}
    .Jtbx .JtbxBox .JtbxTxt{width:100%;height:auto;margin-top:20px;}
    .Jtbx .JtbxBox .JtbxTxt .JtbxTit h1{font-size: 25px;}
    .JtbxBottom{padding:60px 0;}
    .JtbxBottom .JtbxBottomBox h1{font-size: 20px;}
}




/* 企业简介 */
.Qyjj{background:#f5f5f5;}
.QyjjBox{padding:100px 0;}
.QyjjBox .QyjjBoxCon{margin-left:-3%;}
.QyjjBox .QyjjBoxCon .QyjjList{width:30.333333%;margin:1.5%;float:left;box-sizing: border-box;background:#fff;box-shadow: 0 0 10px #ddd;transition: all .5s;-webkit-transition: all .5s;}
.QyjjList h1{text-align: center;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjImg{text-align: center;padding:20px 30px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt{padding:20px 30px;border-top:1px solid #e6e6e6;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt h1{font-size: 24px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt p{font-size: 14px;line-height: 30px;color:#808080;height:90px;margin-top:10px;}
.QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt .HomeMore{padding:20px 0 30px 0;}
.QyjjBox .QyjjBoxCon .QyjjList:hover .QyjjTxt .HomeMore span{background:url(../images/cmore.png) no-repeat center left 30px #1071b9;color:#fff;border:1px solid #1071b9;}
.QyjjBox .QyjjBoxCon .QyjjList:hover{transform: translate3d(0,-3px,0);-webkit-transform: translate3d(0,-3px,0);box-shadow: 0 10px 20px #ddd;}

@media(max-width:768px){
    .QyjjBox{padding:50px 0;}
    .QyjjBox .QyjjBoxCon{margin-left:0;}
    .QyjjBox .QyjjBoxCon .QyjjList{width:100%;margin-left:0;margin-bottom:20px;}
    .QyjjBox .QyjjBoxCon .QyjjList .QyjjTxt h1{font-size: 20px;}
}



/* 服务中心 */
.Fwdt{background:#f5f5f5;}
.FwdtBox{padding:100px 0;background:url(../images/dtbg.png) no-repeat bottom center;background-size: cover;}
.FwdtBox .Dting {background:url(../images/dtlogo.png) no-repeat center center;}
.FwdtBox .Dting ul li{width:16.666667%;text-align: center;float:left;margin-bottom:50px;}
.FwdtBox .Dting ul li img{height:130px;transition: all .5s;-webkit-transition: all .5s;}
.FwdtBox .Dting ul li p{padding:10px 0;font-weight: bold;}
.FwdtBox .Dting ul li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}

@media(max-width:1200px){
    .FwdtBox .Dting ul li{width:20%;}
}

@media(max-width:992px){
    .FwdtBox{padding:50px 0;}
    .FwdtBox .Dting ul li{width:25%;}
    
}

@media(max-width:640px){
    .FwdtBox .Dting ul li{width:33.33%;margin-bottom:30px;}
    .FwdtBox .Dting ul li img{height:90px;}
}




/* 新闻详情1 */
.NewsInfo{padding:75px 0;}
.NewsInfo .NewsInfoTit{text-align: center;padding:20px 0;border-bottom:1px dashed #dedede;}
.NewsInfo .NewsInfoTit h1{font-size: 28px;font-weight: bold;color:#1071b9;}
.NewsInfo .NewsInfoTit h2{font-size: 22px;color: #666;position: relative;display: inline;}
/*.NewsInfo .NewsInfoTit h2::before{position: absolute;left: -60px;top: 50%;display: block;width: 50px;height: 2px;background: #666;content: "";}*/
.NewsInfo .NewsInfoTit p{color:#999;font-size: 14px;margin-top:10px;}
.NewsInfo .NewsInfoBox{padding:30px 0;line-height: 32px !important;}
.NewsInfo .NewsInfoBox img{margin:0 auto;}
.NewsInfo .NewsInfoBox p{line-height: 32px !important;}
.NewsInfo .NewsInfoBox span{line-height: 32px !important;}
.chanpingjiantu p{text-align: center;
    color: #ccc;}
.chanpingxiangqing{position: relative;
  display: inline-block; font-size: 36px}
@media(min-width:1250px){.chanpingwenzi{margin-top: 100px !important}}
@media(min-width:1024px){.chanpingwenzi{margin-top: 40px}}
@media(min-width:768px){
    .chanpingjiantu,.chanpingwenzi{width: 50%;float: left;}
    .chanpingjiantu .wrapper {
  padding: 50px;
}
  .chanpingjiantu{ width: 50%;
    display: block;float: left;}
  .chanpingwenzi{width: 50%;
    display: block;float: right;}
  .chanpingxiangqing{width: 100%;
    display: block;
    float: left;
    text-align: center;
    margin: 50px 0;}                         
}
@media(max-width:768px){
    .chanpingjiantu,.chanpingwenzi{width: 90%;margin:0 5%}
    .chanpingjiantu,.chanpingwenzi{width: 90%; margin: 0 auto}
    .chanpingxiangqing{width:100%;margin: 0 auto;}
    .chanpingxiangqing{
    text-align: center; margin-top: 20vw} 
    
}

.NewsInfo .prev-next{margin:50px 0;}
.NewsInfo .prev-next .btn_1{width:49%;line-height: 50px;text-align: center;background:#f7f7f7;}
.NewsInfo .prev-next .btn_1.prev_1{background:#1071b9;color:#fff;}
.NewsInfo .prev-next .btn_1.prev_1 a{color:#fff;}

@media(max-width:992px){
    .NewsInfo{padding:30px 0;}
	.NewsInfo .NewsInfoTit h1{font-size: 18px;}
	.NewsInfo .NewsInfoTit h2{font-size: 16px;}
	.NewsInfo .NewsInfoTit h2::before{position: absolute;left: -40px;top: 50%;display: block;width: 30px;height: 2px;background: #666;content: "";}
	.NewsInfo .NewsInfoTit{padding:20px 0;}
	.NewsInfo .prev-next .btn_1{width:100%;font-size: 14px;line-height: 40px;margin-bottom:10px;}
	.NewsInfo .prev-next{margin:20px 0;}
}

/* 文字列表 */
.TxtList{line-height: 50px;border-bottom:1px dotted #e6e6e6;padding-left:20px;position: relative;}
.TxtList::before{content:'';display: block;width:5px;height:5px;border-radius: 50%;background:#1071b9;position: absolute;top:50%;margin-top:-2.5px;left:0;}
.TxtList p{width:80%;}
.TxtList span{color:#808080;font-size: 14px;}

@media(max-width:768px){
    .TxtList p{width:75%;}
}