.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.newsicn {
    display: inline-block;
    background: url("../images/news/newsicn.png") no-repeat;
}
.botmtel {
    height: 120px;
    background: url("../images/news/lxm.png") no-repeat center top;
}
.navimgbox {
    height: 300px;
}
.navimgbox li{
    height: 100%;
    display: none;
}
.navimgbox li.active{
    display: block;
}
.nimg span.newsicn {
    margin-top: 65px;
    width: 58px;
    height: 14px;
    background-position: 0 0;
}
.nimg>div {
    padding-left: 58px;
}
.nimg h3 {
    margin: 25px 0;
    font-size: 36px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
}
.nimg p {
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
}
.navimgbox .nimg:first-child{
    background: url("../images/news/n1.png") no-repeat center top;
}
.navimgbox .nimg:nth-child(2){
    background: url("../images/news/n2.png") no-repeat center top;
}
.navimgbox .nimg:nth-child(3){
    background: url("../images/news/n3.png") no-repeat center top;
}
.navimgbox .nimg:nth-child(4){
    background: url("../images/news/n4.png") no-repeat center top;
}
.navimgbox .nimg:nth-child(5){
    background: url("../images/news/n5.png") no-repeat center top;
}
.navimgbox .nimg:nth-child(6){
    background: url("../images/news/n6.jpg") no-repeat center top;
}
.pro-competes .con-conter {
    width: 1200px!important;
}
.newslist-left,
.newslist-right{
    float: inherit;
}
.newslist-right {
    margin:0;
    width:100%;
    padding: 88px 0 0;
    border: none;
    background: transparent;
}
.newslist-left {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: inherit;
}
.proce-left ul.good-news {
    position: absolute;
    top: -40px;
    left: 0;
    display: flex;
    background: #ffffff;
    box-shadow: 0 0 20px 4px rgba(19,100,240,.1);
}
.proce-left ul.good-news li {
    position: relative;
    width: 200px;
    height: 80px;
    border: none;
}
.proce-left ul.good-news li:after{
    content:'';
    display: inline-block;
    width:0;
    height:80px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #1364f0;
    transition: width .3s linear;
}
.proce-left ul.good-news li:hover:after{
    width: 100%;
}
.proce-left ul.good-news li:before{
    content:'';
    display: inline-block;
    position: absolute;
    right:0;
    top: 31px;
    width: 1px;
    height: 18px;
    background-color: #dfdfdf;
}
.proce-left ul.good-news li:hover:before,
.proce-left ul.good-news li.current:before,
.proce-left ul.good-news li:last-child:before{
    display: none;
}
.proce-left ul.good-news li.current {
    padding: 0;
    background: none;
    background-color: #1364f0;
}
.proce-left ul.good-news a {
    position: relative;
    width: 100%;
    z-index: 2;
    line-height: 80px;
    font-size: 16px;
    color: #333333;
    transition: color .3s linear;
}
.proce-left ul.good-news li:hover a,
.proce-left ul.good-news li.current a {
    font-weight: normal;
    color: #ffffff;
}
.outbox {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 108px;
}
.outbox .yearbox {
    display: flex;
    justify-content: space-between;
    width: 110px;
}
.yearbox .yertxt {
    padding-top: 25px;
    font-size: 22px;
    line-height: 1;
    color: #0a1633;
}
.yearbox .linsp {
    position: relative;
    width: 4px;
    background-color: #4c95f8;
}
.yearbox .linsp i{
    width: 18px;
    height: 18px;
    background-position:  0 -50px;
    position: absolute;
    top: 25px;
    left: -7px;
}
.outbox ul {
    width: 1036px;
    padding-bottom: 76px;
    background: #fff;
}
.jqqybox dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
}
.jqqybox dl dd {
    width: 130px;
    height: 34px;
    margin: 0 7px 14px;
    text-align: center;
    line-height: 34px;
    background-color: #f3f6fa;
    border: solid 1px #a2b5ce;
    font-size: 14px;
    color: #0a1633;
}
.outbox .ullistbox li:hover{
    font-size: 18px;
    box-shadow: 0 0 20px 10px rgba(213, 213, 213, 0.53);
}
.outbox .ullistbox li:hover .itemcont{
    border-bottom-color: transparent;
}
.outbox .ullistbox li:hover .itemcont span{
    font-size:18px;
}
.outbox .itemcont {
    display: flex;
    justify-content: space-between;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    color: #0a1633;
    border-bottom: 1px solid #e9e9e9;
}
.outbox .itemcont em {
    margin-right: 0;
    font-size: 14px;
    color: #969ba3;
}
.outbox .itemcont i {
    width: 23px;
    height: 22px;
    vertical-align: middle;
    margin-right: 19px;
    background-position: 0 -74px;
}
.admorebtn span {
    width: 17px;
    height: 17px;
    background-position: 0 -25px;
    vertical-align: middle;
}
.pagination1 > li > a,
.pagination1 > li > span {
    display: none;
}
.admorebtn,
.pagination1 > li > a.next{
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 58px;
    height: 58px;
    margin-left: -29px;
    line-height: 58px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 12px 5px rgba(213, 213, 213, 0.53);
    cursor: pointer;
}
.pagination1 > li > a.next {
    opacity: 0;
}
.gsrtcont {
    width: 310px;

}
.gsulleft {
    width: 800px;
}
.gsulleft li a {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 214px;
 }
.gsulleft li .itemrgt {
    width: 525px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 160px;
}
.gsulleft li .itemrgt h6{
    margin:0;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    color: #0a1633;
}
.gsulleft li:hover .itemrgt h6 {
    color: #1364f0;
}
.gsulleft li .itemrgt p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #33475b;
}
.gsulleft li .itemrgt em {
    font-size: 12px;
    color: #7c98b6;
}
.gsulleft li a .mtbdimgbx {
    width: 200px;
    height: 160px;
    overflow: hidden;
}
.gsulleft li a .mtbdimgbx img {
    transition: transform .2s linear;
}
.gsulleft li:hover {
    box-shadow: 0px 3px 15px 0px rgba(213, 213, 213, 0.74);
}
.gsulleft li:hover img{
    transform: scale(1.1);
}
.pagination {
    margin:65px auto 72px;
    height: 31px;
}
.pagination > li > a, .pagination > li > span {
    margin:0 3px;
    color: #52555a;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #fff;
    background-color: #3f9eff;
    border-color: #3f9eff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #3f9eff;
    border-color: #3f9eff;
}
.gscont {
    display: flex;
    justify-content: space-between;
}
.gsrtcont .childiv h6 {
    position: relative;
    height: 42px;
    margin: 0;
    padding-left: 26px;
    padding-top: 5px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    color: #0a1633;
    box-shadow: 0px 1px 0px 0px rgba(213, 213, 213, 0.74);
}
.gsrtcont .childiv h6:before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 2;
    width: 14px;
    height: 14px;
    background-color: #387df3;
}
.gsrtcont .childiv h6:after{
    position: absolute;
    left: 4px;
    top: 9px;
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #96bbf9;
}
.gsrtcont .hotdt {
    margin-bottom: 74px;
}
.gsrtcont .hotdt h6 {
    margin-bottom: 5px;
}
.gsrtcont .hotdt dl {
    padding-top: 1px;
}
.gsrtcont .hotdt dd a{
    display: flex;
    margin-top: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
.gsrtcont .hotdt dd a span {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gsrtcont .hotdt dd a:hover {
    color: #1364f0;
}
.gsrtcont .hotdt dd i {
    display: inline-block;
    margin-right: 8px;
    width: 20px;
    font-style: normal;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    height: 20px;
    color: #fff;
    background-color: #c3c3c3;
}
.gsrtcont .hotdt dd:first-child i {
    background-color: #ff2b3a;
}
.gsrtcont .hotdt dd:nth-child(2) i {
    background-color: #ff7d30;
}
.gsrtcont .hotdt dd:nth-child(3) i {
    background-color: #ffa800;
}
#hotcpdl dd {
    margin-top: 25px;
}
#hotcpdl dd img {
   transition: transform .2s linear;
}
#hotcpdl dd:hover img {
    transform: scale(1.1);
}
#hotcpdl a {
    display: block;
    width: 310px;
    height: 168px;
    overflow: hidden;
}
.prodcth5 {
    margin-bottom: 65px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
}
.prodcth5 .newsicn {
    margin-right: 23px;
    width: 31px;
    height: 30px;
    background-position: 0 -105px;
    vertical-align: middle;
}
.prodcustydefat {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    height: 360px;
    overflow: hidden;
}
.prodcustydefat#newsprodata{
    height: auto;
    overflow: inherit;
}
.prodcustydefat li {
    width: 378px;
    height: 336px;
    margin-bottom: 40px;
    margin-right: 33px;
}
.prodcustydefat li:nth-child(3n){
    margin-right: 0;
}
.prodcustydefat .prdhotimgbox {
   position: relative;
   width: 378px;
   height: 206px;
    overflow: hidden;
}
.prodcustydefat .prdhotimgbox img {
    transition: transform .2s linear;
}
.prodcustydefat .prdhotimgbox span {
    width: 31px;
    height: 15px;
    background-position: 0 -175px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2;
}
.prodcustydefat li a {
    position: relative;
    display: block;
    width: 378px;
    height: 336px;
    box-shadow: 0 0 10px 3px rgba(0,0,0,.1);
    transition: margin .3s linear;
}
.prodcustydefat li .botmcont {
    padding: 0 20px;
}
.prodcustydefat li h6 {
    padding: 15px 0 10px;
    margin:0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    line-height: 1;
    color: #181818;
}
.prodcustydefat li p {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}
.prodcustydefat li em {
    margin-top: 10px;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    color: #666666;
}
.prodcustydefat li:hover a {
    margin-top: -20px;
}
.prodcustydefat li:hover a:before{
    content:'';
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border: 1px solid #1364f0;
    z-index: 2;
}
.prodcustydefat li:hover a img {
    transform: scale(1.1);
}
.prdctnew {
    padding: 70px 0 0;
}
.prdctnew .prodcth5 .newsicn{
    width: 31px;
    height: 28px;
    background-position: 0 -143px;
}
.pagination.pagination3 {
    margin:40px auto 70px;
}
#page4_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#page4_list ul li {
    width: 570px;
    height: 290px;
    margin-bottom: 40px;
}
#page4_list ul li .boximg {
    width: 570px;
    height: 206px;
    overflow: hidden;
}
#page4_list ul li img {
    transition: transform .2s linear;
}
#page4_list ul li h6 {
    padding: 0 20px;
    width: 530px;
    height: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #181818;
    margin: 17px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#page4_list ul li em {
    padding: 0 20px;
    font-size: 12px;
    line-height: 1;
    color: #666666;
    font-style: normal;
}
#page4_list ul li a {
    display: block;
    height: 100%;
    position: relative;
    box-shadow: -3px 2px 15px 0px rgba(213, 213, 213, 0.74);
    transition: margin-top .2s linear;
}
#page4_list ul li:hover a {
    margin-top: -20px;
}
#page4_list ul li:hover a:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #1364f0;
    z-index: 2;
}
#page4_list ul li:hover img {
    transform: scale(1.1);
}
#page4_list .pagination {
    margin-top: 40px;
}
.articbox .news-list{
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.articbox .proce-left ul.good-news {
    right: 0;
    left: inherit;
}
.articbox .newslist-left .productBox {
    margin:0;
    width: 312px;
    background: transparent;
}
.articbox .newslist-left .articImg {
    padding-top: 0;
    margin-top: 30px;
    width: 236px;
    height: 175px;
    overflow: hidden;
}
.articbox .newslist-left .productBox .articImg img {
    transition: transform .2s linear;
}
.articbox .newslist-left .productBox:hover .articImg img {
    transform: scale(1.1);
}
.articbox .n-list {
    width: 792px;
    margin:0;
    padding: 130px 0 0;
    border: none;
}
.articbox .productFixed {
    left:inherit;
}
.articbox .news-listPager{
    position: inherit;
    right: inherit;
    top:inherit;
}
.articbox .news-list h2 {
    padding: 15px 0 40px 0;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    color: #0a1633;
}
.articbox .news-list div span.conteter {
    font-size: 12px;
    line-height: 1;
    color: #969ba3;
    margin-right: 15px;
}
.articbox .news-listPager li span.page-bg2 {
    width: 26px;
    height:26px;
    background-size: 26px 26px;
    margin-right: 8px;
    background: url(../images/news/newsicn.png) no-repeat 0 -196px;
}
.articbox .news-listPager li a {
    display: flex;
    align-items: center;
}
.articbox .pagr-title {
    width: auto;
    padding: 0;
    font-size: 12px;
    line-height: 1;
    color: #969ba3;
}
.articbox .contentDown {
    margin-top: 35px;
    padding-top: 18px;
   border-top:1px solid #e9e9e9;
}
.articbox .contentDown ul li a {
    display: flex;
    align-items: center;
}
.articbox .contentDown ul li a p {
    position: inherit;
    top: inherit;
    left: inherit;
    width:420px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    margin-left: 10px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #969ba3;
}
.articbox .contentDown ul li a:hover p{
    color: #1364f0;
}
.articbox .contentDown .pagr-title {
    width: 66px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 3px;
    border: solid 1px #a9aeb5;
}
.articbox  .bdshare-button-style1-32 a {
    width: 20px;
    height: 21px;
    margin: 0 0 0 6px;
    line-height: 20px;
    background-size: 20px;
}
.articbox .bdshare-button-style1-32 .bds_qzone {
    background-position: 0 -33px;
}
.articbox .bdshare-button-style1-32 .bds_tsina{
    background-position: 0 -65px;
}
.articbox .bdshare-button-style1-32 .bds_tqq {
    background-position: 0 -162px;
}
.articbox .bdshare-button-style1-32 .bds_renren{
    background-position: 0 -130px;
}
.articbox .bdshare-button-style1-32 .bds_weixin {
    background-position: 0 -1007px;
}
.articbox .newslist-left {
    background: #fff;
}
.artclegsrt .gsrtcont {
    width: 360px;
}
.artclegsrt .gsrtcont .hotdt {
    padding: 12px 24px 0;
    height: 280px;
    box-sizing: border-box;
    background-color: #f3f6fa;
}
.artclegsrt .gsrtcont .hotcp {
    padding: 12px 24px 0;
    min-height: 330px;
    box-sizing: border-box;
    background-color: #f3f6fa;
}
.articbox .newslist-left .productBox .proTxt {
    padding: 0 15px;
    line-height: 1;
    padding-top: 15px;
    text-align: center;
    font-size: 18px;
    color: #0a1633
}
.op0 {
    opacity: 0 !important;
    z-index: 1;
}
.op1 {
    opacity: 1 !important;
    z-index: 2;
}