/**
 * WG
 */

.product-section{
	margin: 45px 0;
}
.product-cate{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 60px;
}
.product-cate ul{
	display: block!important;
}

.product-cate ul li{
	display: inline-block;
    border-radius: 5px;
	/*float: right;*/
}

.product-cate ul li a{
	display: inline-block;
	color: #666;
    font-size: 14px;
    line-height: 33px;
    list-style-type: none;
    padding-left: 18px;
    padding-right: 18px;
    height: 33px;
    padding-top: 0;
    border-radius: 5px;
}

.product-cate ul li a.active{
    background: #60a9d7;
    color: #fff;
}

.product-cate ul li a:hover{
	background: #60a9d7;
	color: #fff;
}
.sec-title h3{
	position: relative;
	font-size: 30px;
}
.sec-title h3:before{
	position: absolute;
	top: 45px;
	content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 45px;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}

.product-section .sec-title h3 {
    font-size: 20px!important;
}


.sec-container{
	padding: 0 25px;
}
.product-list{
	padding: 0 15px;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(255,255,255,1);
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.product-list .newPic{
	overflow: hidden;
	padding: 0 3px;
}

.product-list .newPic img{
	transition: all 600ms ease;
}

.product-list .item{
	margin-right: 5px;
	border-right: 5px solid #eee;
} 

.product-list .pro-en{
	text-align: left;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    margin-top: 15px;
}

.product-list .pro-title{
	font-size: 21px;
	margin: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-list .pro-title a{
	color: #333;
}

.product-list .pro-content{
	line-height: 1.6;
    font-size: 0.875rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-list .more img{
	width: 42px;
	height: 42px;
	margin-top: 10px;
}


.product-list .item:hover img.pro-img{
	transform: scale(1.2);
}

.product-list .item:hover .pro-en{
    color: #65b5ff;
}

.product-list .item:hover .pro-title a{
    color: #65b5ff;
}

#myTabContent{
    padding: 0 25px;
}


.product-list>div>div:nth-child(3n)>div{
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse; 
    display: flex;
    flex-direction: row-reverse;
}
.product-list>div>div:nth-child(4n)>div{
        display: -webkit-flex; 
    -webkit-flex-direction: row-reverse; 
    display: flex;
    flex-direction: row-reverse;
}

.news-section .news-lists{
	padding: 0 45px;
}

.solution-section {
	padding: 115px  25px 25px 25px;
	text-align: center;
}

.solution-section img{
	border:1.5px solid #ccc;
	border-radius: 50%;
	overflow: hidden;
}

.solution-section .solp1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color: #333;
    font-size: 20px;
    padding-top: 20px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    display: inline-block;
}


.solution-section .solp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	text-align: center;
    color: #999;
    font-size: 14px;
    padding-top: 15px;
    padding: 0 10px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.solution-section .jiejue-more{
	border-bottom: #ccc 1px solid;
    border-left: #ccc 1px solid;
    padding-bottom: 0;
    line-height: 30px;
    margin: 0 auto;
    padding-left: 1%;
    width: 80px;
    padding-right: 1%;
    display: block;
    height: 30px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    padding-top: 0;
    border-radius: 5px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    margin-top: 10%;
    color: #707070;
}

.solution-section .solu-item:hover img{
	border-color: #007bff;
	transform:scale(1.2);
}

.solution-section .solu-item:hover .jiejue-more{
	background: #007bff;
	color: #fff;
	border:1px solid #007bff;
}

.solution-section .solu-item:hover  .solp1{
	color: #007bff;
}

.video-section{
	padding:  0 0 115px 0;
}

.video-list{
	padding: 0 25px;
}

.video-list .title{
	height: 40px;
    line-height: 40px;
    font-weight: 200;
    color: #000;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

 .video-list .pic {
   /* position: absolute;*/

    width: 100%;
    min-height: 300px;
    height: auto;
    top: 0px;
    left: 0px;
}

 .video-list .content {
    width: 100%;
    height: auto;
    padding: 20px 10px;
}


 .video-list .sunmry {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 2em;
    color: #999;
}

 .video-list  .time {
    line-height: 20px;
    
    color: #999;
    font-size: 14px;
    float: left;
}

 .video-list  .time i{
 	margin-right: 5px;
 }

 .video-list>div{
 	-webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
 }

 .video-list>div:hover{
 	margin-top: -15px;
 }

 .contact-section{
 	padding: 45px 25px;
 	text-align: center;	
 	background-image: url(../images/background/index_bg2.jpg);
 	background-attachment: fixed;
  	min-height: inherit;
  	margin-bottom: 65px;
 }

 .contact-section i{
 	display: block;
    font-size: 20px;
    margin-top: 15px;

 }

  .contact-section a{
  	color: #707070;
  }

  .contact-section a:hover{
  	 color: #1890ff;
  }

   .contact-section .index_contact6 a {
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
    width: 120px;
    display: block;
    background: #666;
    height: 36px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
}


/**产品列表**/
.pro-list-cate{
    width: 100%;
    height: 50px;
}

.pro-list-cate .cate1 {
    width: 100%;
    height: 33px;
    overflow: visible;
    font-size: 0px;
    white-space: nowrap;
    text-align: right;
}

.pro-list-cate .cate1 .li1 {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 15px;
    display: inline-block;
}

.pro-list-cate .cate1 h3{
    width: 100%;
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    padding: 0 10px;
}

.pro-list-cate .cate1 .cateName {
    font-size: 1rem;
    font-weight: normal;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    text-align: center;
}

.light {
    background-color: #44abf2!important;
}

.light a{
    color: #fff!important;
}

.pro-list-cate .cate1 h3:hover{
    background-color: #44abf2!important;

}
.pro-list-cate .cate1 h3:hover a{
    color: #fff;
}

.pro-lists{
    max-width: 1600px;
    width: auto;
    height: auto;
    margin: 1rem auto;
    padding: 0 1rem;
    overflow: hidden;
}

.pro-lists .pic{
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
}

.pro-lists .pic img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%) scale(1.0);
    width: 100%;
    height: auto;
    transition: all .5s ease;
}

.pro-lists .pro-lists-item{
    margin-bottom: 25px;
}

.pro-lists .pro-lists-item:hover .pic img{
    transform: translate(-50% ,-50%) scale(1.1);
}

.pro-lists .title strong{
    font-size: 16px;
    color: #333;
    text-align: center;
}

.pro-lists .title p{
    font-size: 12px;
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    color: #999;
    text-align: center;
}

.pro-lists .more{
    width: 100px;
    font-size: 12px;
    line-height: 30px;
    color: #44abf2;
    border: #dedede 1px solid;
    border-radius: 20px;
    text-align: center;
    margin: 10px auto;
}

/**
 * 无线图传
 */
.wxtc-title{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.wxtc-title h3{
    font-size: 28px;
    font-weight: 400;

}

.wxtc-title h3:before {
    position: absolute;
    top: 45px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 40px;
    height: 2px;
    background: rgba(153, 153, 153, 1);
}

/**
 * 解决方案
 */
.solution-cate {
    margin-top: 35px;
}
.solution-cate .cate1{
    width: 100%;
    display: block;
}

.solution-cate .cate1 li{
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
        margin: 0 15px;
}

.solution-cate .cate1 li.active{
    background-color: #44abf2!important; 
}

.solution-cate .cate1 li.active a{
    color: #fff!important;
}

.solution-cate .cate1 li:hover{
    background-color: #44abf2!important;
}

.solution-cate .cate1 li:hover a{
    color: #fff;
}

.solution-cate .cate1 h3 a{
    font-size: 16px;
    font-weight: 500;
}

.solution-lists-items {
    padding: 0 25px;
}

.solution-lists-items>div{
    padding: 20px 10px;
}

.solution-lists-items>div .box{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all .5s ease;
}

.solution-lists-items>div .pic_box {
    width: 100%;
    height: 0px;
    position: relative;
    padding-bottom: 70%;
}

.solution-lists-items>div .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.solution-lists-items>div .content {
    width: 100%;
    height: 150px;
    padding: 20px 10px;
    background: #f1f1f1;
}

.solution-lists-items>div .title {
    height: 40px;
    line-height: 40px;
    font-weight: 200;
    color: #333;
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.solution-lists-items>div .sunmry {
    font-size: 0.875rem;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2px;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    line-height: 2em;
    color: #999;
    height: 62px;
}

.solution-lists-items>div .time {
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
    vertical-align: middle;
    text-align: left;
    white-space: nowrap;
    overflow: visible;
    line-height: 18px;
    vertical-align: top;
    font-size: 12px;
    color: #595959;
    font-weight: 500;
}

.solution-lists-items>div:hover .box{ 
    transform:translateY(-15px);
    box-shadow:0px 0px 8px 5px #e5ebff;
}
.news-lists .title a{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.news-lists .title time{
    font-size: 16px;
    color: #999;
}

.news-lists article{
    margin-top: 15px;
    margin-bottom: 10px;
    white-space: normal;
    line-height: 30px;
    color: #666;
}

.news-lists .more{
    color: #707070;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    min-width: 86px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #d9d9d9;

}

.news-lists .more:hover{
    color: #1890ff;
}

.news-lists .item{
    padding: 30px 20px;
    border-bottom: 1px dashed #d9d9d9;
}


/**
 * 无人机培训
 */
.wrjpx-section{
    min-height: 64px;
    padding-left: 20px;
    padding-right: 20px;  
    margin-top: 105px;
    margin-bottom: 45px;
}


.wrjpx-section .title p{
    font-size: 28px;
    text-align: center;
}

.wrjpx-section .title p:before{
    position: absolute;
    content: "";
    width: 85px;
    height: 2px;
    background-color: rgba(153, 153, 153, 1);
    top: 46px;
    left: calc(50% - 44px);
}

.wrjpx-section article{
    margin-top: 45px;
}

.primary{
    color: #44abf2;
}

.wrjpx-section .ryzz>div{
    padding: 15px 25px;
}

.px-content{
    border-top: 1px solid #eee;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 65px;
    margin-bottom: 35px;
}

.px-content>div:nth-child(2n){
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse; 
    display: flex;
    flex-direction: row-reverse;
}

.px-content>div{
    margin-bottom: 35px;
}

.px-content .content{
    padding-left: 25px;
}

.px-content .content h2:after{
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background-color: rgba(238, 238, 221, 1);
    left: 0;
    top: 65px;
}

.px-content .content h2{
    margin-bottom: 45px;
}

.px-content .content article{
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}

.pxzc{
    background-color: rgba(242, 242, 242, 1);
    padding: 65px 45px 85px;
}

.pxzc .title,.zxbm .title,.zcfg .title{
    margin-bottom: 65px;
}

.pxzc .title p,.zxbm .title p,.zcfg .title p{
    font-size:28px;
    color:#000000;
    position: relative;
    font-weight: 500;
}

.pxzc .title p:before,.zxbm .title p:before,.zcfg .title p:before{
    position: absolute;
    content: "";
    width: 64px;
    height: 2px;
    background-color: rgba(153, 153, 153, 1);
    left: calc(50% - 35px);
    top: 45px;
}

.pxzc .content .ks{
    margin: 0 15px;
}

.pxzc .content .ks>div:nth-child(1){
    border-right: 1px solid #ccc;
}

.pxzc .content .ks h1{
    font-size: 28px;
    color: #44abf2;
    margin: 0;
    margin-bottom: 3%;
    text-align: center;
}

.pxzc .content .ks  p{
    width: 83%;
    margin: 0 auto;
    font-size: 14px;
    background: #e0e0e0;
    border-radius: 5px;
    margin-top: 5%;
    height: auto;
    float: none;
    line-height: normal;
    color: #312c2c;
    font-weight: 500;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pxzc .content .kz{
    font-weight: 500;
}

.pxzc .content .kz p{
    width: 100%;
    color: #151515;
    height: 89px;
    background: #ccc;
    margin: 0;
    line-height: 80px;
    font-size: 20px;
    margin-top: 15px;
}

.pxzc .content .pxzc-des{
    background: #7590a6;
    overflow: hidden;
}

.pxzc .content .pxzc-des p{
    color: #fff;
    width: 85%;
    margin: 0 auto;
    line-height: 27px;
    font-size: 14px;
    text-align: left;
    margin-top: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.pxzc .content>div>div{
    margin: 0 15px;
}


/**在线报名**/
.zxbm{
    padding:  45px 45px 85px;
}

.zxbm .zsdx-des{
   border-top: 1px solid rgba(238, 238, 221, 1);
   margin: 5px 0;
   padding-top: 5px;
}

.zxbm .zsdx-des p{
    line-height:1.8;
    font-size:14px;
    color:#999999;
}
.wrjpx-ly{
    margin-top: 45px;
}

.wrjpx-ly textarea{
    min-height: 160px;
    padding: 10px;
    width: 100%;
    background-color: #f0f0f0;
}

.wrjpx-ly input{
    background-color: #f0f0f0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 10px;
}

.wrjpx-ly .btn{
    width: 100%;
    background-color: #44abf2;
    color: #fff;
    margin-top: 25px;
}

/**政策法规**/
.zcfg .content{
    padding-left: 45px;
    margin-bottom: 25px;
}
.zcfg .content p{
    line-height:2;
    font-size:14px;
    color:#999999;
    font-weight: 500;
}

.zcfg .imgs .pic{
    padding: 2px;
}

.zcfg .imgs .pic img{
    transition: all .5s
}

.zcfg .imgs .pic img:hover{
    margin-top: -15px;
    box-shadow:10px 10px 10px #999; 
}

.contact-info{
    padding-left: 45px;
}

.contact-info .content h4{
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700px;
}

.contact-info>div:nth-child(2){
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse; 
    display: flex;
    flex-direction: row-reverse;
    margin-top: 25px;
}

/**服务内容**/
.fwnr{
    margin-top: 45px;
    min-height: 500px;
}
.fwnr>div{
    padding: 0 45px;
}
.fwnr>div>div{
    width: 20%;
}

.fwnr>div>div{
    text-align: center;
}

.dls{
    padding-left: 45px;
    margin-top: 45px;
    min-height: 500px;
}

.cjwt h3{
    margin-top: 25px;
   margin-bottom: 45px;
}

.gsgk{
    padding: 0 45px;
}

.ryzz,.zxns{
    padding: 0 45px;
}

.ryzz>div>div{
    margin-bottom: 45px;
}


.zxns{
    margin-bottom: 65px;
}
.zxns h3{
    margin: 45px 0 25px 0;
    font-size: 18px;
}
.pro-detail a{
    color: #555555;
}

.pro-detail strong{
    line-height: 85px;
    height: 85px;
}

.img-content{
    position: relative;
}

.img-content p{
    padding-left: 25px;
    padding-right: 25px;
}

.pro-content .img-content1 .content{
   position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10% 1%;
    color: #fff;
    text-shadow: 0 0 2px #000;
    min-height: 185px;
    font-size: 1.3vw;
}

.pro-content .img-content1 .content h1{
    font-size: 4vw;
    margin: 0;
    color: #fff;
}

.pro-content .img-content1 .content h3{
    font-size: 1.5vw;
    margin: 0;
    font-weight: 500;
    color: #fff;
}

.pro-content .img-content1 .content p {
    font-size: 1.3vw;
    font-weight: 100;
    margin-top: 3%;
    color: #fff;
}

.pro-content .img-content2 .content{
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 6% 1%;

}

.pro-content .img-content2 .content p{
    font-size: 1.3vw;
    font-weight: 100;
    margin-top: 3%;
    text-align: center;
    color: #fff;
}

.pro-content .img-content3 .content{
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10% 1%;  
    text-shadow: 0 0 2px #000;
    min-height: 185px;
}

.pro-content .img-content3 .content p{
    font-size: 1.3vw;
    color: #fff;
}

.pro-content .img-content4 .content{
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 6% 1%;  
}

.pro-content .img-content4 .content p{
    color: #fff;
    font-weight: 100;
    margin-top: 3%;
    text-align: center;
}

.pro-content .img-content5{
    width: 100%;
    max-width: 1200px;
    padding: 5% 1%;
    margin: 0 auto;
    float: none;
}

.pro-content .img-content5 .row>div:first-child{
    border-right: 1px solid #ccc;
}


.pro-content .img-content5 .content p{
    width: 100%;
    text-align: center;
    font-size: 1vw;
    color: #000;
}

.pro-content .img-content6 .content{
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 6% 1%;

}

.pro-content .img-content6 .content p{
    color: #fff;
    font-weight: 100;
    margin-top: 3%;
    text-align: center;
}

.pro-content .img-content7{
    overflow: hidden;
}

.pro-content .img-content7 .content{
    position: absolute;
    z-index: 9;
    top: 0;
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 13% 1%;
    color: #fff;
}

.pro-content .img-content7 .content img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 20%;
}

.pro-content .img-content8{
    width: 100%;
    max-width: 900px;
    padding: 5% 1%;
    margin: 0 auto;
    float: none;
}

.pro-content .img-content8 .tr:nth-child(odd){
    background: #ccc;
    height: 47px;
}

.pro-content .img-content8 .tr:nth-child(even){
    background: #fff;
    height: 47px;
}

.pro-content .img-content8 .tr>div{
    width: 50%;
    float: left;
    text-align: center;
    height: 47px;
    line-height: 47px;
}

.pro-content .img-content8 .tr .stbiao{
    width: 50%;
    float: left;
    text-align: center;
    height: 47px;
    line-height: 47px;
}

.wxtc-content .img-content9 .content{
    min-height: 500px;
    padding: 25% 0%;  
}


.wxtc-content .img-content9 .content h1{
    color: #333;
    font-size: 28px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    margin: .67em 0;
}


.wxtc-content .img-content9 .content h2{
    color: #44abf2;
    font-size: 1.5em;
    margin: .83em 0;
    font-weight: bolder;
    margin: 25px 0;
}

.wxtc-content .img-content9 .content h2:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #ccc;
    display: block;
    top: 35px;
}

.wxtc-content .img-content9 .content p {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 100;
    line-height: 30px !important;
}

.row-reverse{
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse; 
    display: flex;
    flex-direction: row-reverse;
}


.wxtc-content .img-content10 .content{
    padding: 25% 0%;
    margin-left: 45px;
}

.wxtc-content .img-content10 .content p{
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 100;
    line-height: 30px !important;
}


.wxtc-content .img-content11 .content{
    padding: 25% 0%;
}


.wxtc-content .img-content11 .content p{
    font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 100;
    line-height: 30px !important;
}

.img-content12{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
/*    border: 1px solid #999;*/
    margin-bottom: 5%;
    float: none;
}

.img-content12  .title{
    background: #ccc;
    padding: 0;
    border-bottom: 1px solid #999;
    font-size: 16px;
    color: #000;
}

.img-content12 .content{
    background: #fff;
    padding: 0 1%;
    width: 100%;
    border-bottom: 1px solid #999;
    height: auto;
    float: left;
}

.img-content12 .content>div{
    color: #000;
    font-size: 16px;
}



.img-content12 .content>div:nth-child(1){
    width: 50%;
    float: left;
    font-weight: 100;
    font-size: 16px;
}

.img-content12 .content>div:nth-child(2){
    width: 50%;
    float: left;
    font-weight: 100;
    border-left: 1px solid #999;
    padding-left: 1%;
}




.go-back{
    padding-left: 0px;
    min-height: 80px;
    margin-right: 0px;
    margin-left: auto;
    max-width: 150px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 80px;
    border-left: #eee 1px solid;
}

.go-back a{
    font-size: 16px;
    color: #666;
}

.news-detail-top{
    margin-top: -25px;
    border-bottom: 1px solid #eee;
}

.news-detail-content .title{
    margin: 45px 0 25px 0;
    font-size: 24px;
    color: #262626;
}

.news-detail-content .subtitle span{
    display: inline-block;
    margin-right: 25px;
    line-height: 35px;
    height: 35px;
    margin-bottom: 25px;
    color: #707070;
}

.news-detail-content .subtitle{
    padding-left: 45px;
}

.news-detail-content .main-content{
    padding: 15px 35px;
}

.pre-next{
    padding: 0 45px;
}


.sec-dropdown .content-box{
    margin-bottom: 15px;
}

.all-pro-pb .pb1,.all-pro-pb .pb2{
    padding: 0 45px;
}

.pro-content{
    margin-top: 25px;
}

.title-banner{
    margin-top: -17px;
}

.title-banner img{
    width: 100%;
}







