/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,nav,section
{margin:0;padding:0;border:0;}
body{/*background:#fff;color:#2f2f2f;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;*/}
a{text-decoration:none;outline:none;}
a:link{color:#2f2f2f;}
a:visited{color:#2f2f2f;}
a:hover,a:active,a:focus{color:#132a87;text-decoration:none;outline:none;}
p {margin: 0;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
dt{font-weight: normal;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{width: 1300px;margin:0 auto;}
.pos{position: relative;width: 1920px;left: 50%;margin-left: -960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}




/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/


.bt .p1 {
    font-size: 40px;
    color: #333333;
    line-height: 46px;
    text-align: center;
}

.bt .p1 span {
    color: #132a87;
    font-weight: 600;
}

.zmpp {
    margin-top: 75px;
}

.zmpp .zm1 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 34px;
    margin-top: 50px;
}

.zmimg {
    display: flex;
    justify-content: space-between;
    padding: 0 42px;
    margin-top: 60px;
}



.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}


.solve-bg{
  background: url(../images/df05396f6a616127e1d1aa0d61745bd369f32dcd.jpg) no-repeat top center;
  height: 974px;
  overflow: hidden;
  padding-top: 130px;
  margin-top: -1px;
}

.st{
  text-align: center;
}

.st .st1{
  color: #132a87;
  font-size: 45px;
  font-weight: 600;
}

.st .st2{
  color: #222222;
  font-size: 23px;
  padding-top:15px;
}
.c2-con{margin-top: 70px;}
.c2-con ul{padding: 0 200px;}
.c2-con ul li{position: relative;}
.c2-con ul li:last-child{border-right: 0;}
.c2-con ul li .count-title{color: #132a87;display:inline-block;font-size: 65px;font-weight: 600;font-family: "Arial";line-height: 1;}
.c2-con ul li dt{color: #333333;display:inline-block;font-weight: normal;font-size: 18px;}
.c2-con ul li p{color: #333333;font-size: 18px;text-align: center;}

.solve-list{
  margin-top:75px;
}

.solve-list li{
    width: 304px;
    padding: 30px 24px;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 360px;
}


.solve-list li .img0{
  text-align: center;
}

.solve-list li .img0 .img2{
  display: none;
}

.solve-list li .img0 img{
  max-width: 100%;
}

.solve-list li .wz1{
  text-align: center;
  color: #333333;
  font-size: 22px;
  padding: 15px 0;
}

.solve-list li .wz2{
}
.solve-list li .wz2 p{
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-bottom:10px
	}
.solve-list li .wz3{
  text-align: center;
  color: #fff;
  font-size: 14px;
   width: 100px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  border-radius: 30px;
  background: #132a87;
  margin-top: 1.75rem;
}

.solve-list li:hover{
  background: #132a87;
}

.solve-list li:hover .img0 .img1{
  display: none;
}

.solve-list li:hover .img0 .img2{
  display: block;
}

.solve-list li:hover .wz1{
  color: #fff;
}

.solve-list li:hover .wz2 p{
  color: #fff;
}

.solve-list li:hover .wz3{
  background: #fff;
  color: #333333;
}



/* 模架 · 模架加工分类 */
.jgfl {
    background: url(../images/b56bc5fd55a29c0a2a10fe162aa006daec3e0956.jpg)no-repeat center;
    background-size: 100% 100%;
    margin-top: 0;
    padding-top: 64px;
    padding-bottom: 100px;
}

.jgfl .bt .p1 {
    color: #fff;
}

.jgfl .bt .p1 span {
    color: #fff;
}

.pro {
    margin-top: 53px;
}

.pro .hd {
    position: relative;
}

.pro .hd ul {
    display: flex;
    justify-content: center;
}

.pro .hd ul li {
    width: 150px;
    height: 58px;
    background: #fff;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    position: relative;
    border-radius: 3px 3px 0 0;
    margin: 0 10px;
}
.pro .hd ul li a{
    display: block;
}
.pro .hd ul li a {
    color: #444444;
}

.pro .hd ul li.on {
    background: #e50115;
}

.pro .hd ul li.on a {
    color: #fff;
}

.pro .hd ul li::after {
    content: '';
    display: none;
    width: 20px;
    height: 8px;
    background: url(../images/7d7b7c8cbee82ede63e362983e15e74d1053aaa3.png)no-repeat;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
}

.pro .hd ul li.on::after {
    display: block;
}

.pro .hd .arrow .next {
    width: 44px;
    height: 72px;
    right: 25px;
    top: 226px;
    z-index: 999;
    background: url(../images/f5295b4a70844016bdb253483e6c2fd824117ebd.png);
    opacity: .5;
}

.pro .hd .arrow .prev {
    width: 44px;
    height: 72px;
    left: 25px;
    top: 226px;
    z-index: 999;
    background: url(../images/ee0260fc3583e6a2067451fd469db819738a5e44.png);
    opacity: .5;
}

.pro .arrow {
    /* position: absolute; */


}

.pro .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    /* background: url("../images/arrow.png") 0 0 no-repeat; */
}

/* .pro .arrow .next {
    background-position: 0 -50px;
}

.pro .arrow .prevStop {
    background-position: -60px 0;
}

.pro .arrow .nextStop {
    background-position: -60px -50px;
} */

.pro .bd ul {
    padding: 40px 0 20px 0;
    padding-left: 77px;
    padding-right: 77px;
    background: #fff;
    width: 1300px !important;
}

.pro .bd ul .bdcont {
    width: 66%;
    padding-top: 20px;
}

.pro .bd ul .bdcont .p1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 38px;
}

.pro .bd ul .bdcont .p2 p {
    font-size: 16px;
    line-height:2;
    color: #666;
}

.pro .bd ul .bdcont .p2 p+p {
    /*margin-top: 17px;*/
}

.pro .bd ul .bdcont .p3 {
    margin-top: 30px;
}


.pro .bd ul .bdcont .p3 .p31 {
    width: 136px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    background: #e40115;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: all .3s;
}
.pro .bd ul .bdcont .p3 .p31:hover{
    background: #222;
}
.pro .bd ul .bdcont .p3 .p32 {
    margin-left: 49px;
}

.pro .bd ul .bdcont .p3 .p32  {
    font-size: 26px;
    font-family: Arial;
    font-weight: 600;
    color: #e40115;
    line-height: 40px;
    display: block;
    padding-left: 56px;
    background: url(../images/f397290bd0c516d4248ae247438216f5910c917c.png) no-repeat left center;
    float: left;
}

.pro .bd ul .bdcont .p3 .p32 p img {
    margin-right: 16px;
    float: left;
}

.plbimg {
    margin: 0 15px;
}

.plb {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.plbimg .pbimg {
    height: 276px;
}

.plbimg .pbimg img {
    height: 100%;
}

.plbimg p {
    line-height: 58px;
    text-align: center;
    background: #eeeeee;
    transition: all 0.8s;
    font-size: 18px;
    color: #555555;
}

.plbimg:hover p {
    background: #132a87;
    color: #fff;
}

/* 选择模架 · 3大核心优势 */
.sdys {
    margin-top: 60px;
}

.ysp1 {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-top: 18px;
}

.yous {
    margin-top: 64px;
}

.yimg,
.ycont {
    width: 50%;
}

.yimg img {
    width: 100%;
}

.y1 .ycont {

    padding-top: 26px;
    padding-left: 55px;
    padding-right: 310px;
}

.y2 {
    background: url(../images/4879e7dada104d04fbbfd66c1cbd8542ddf4bfd3.jpg)repeat-y left top;
    padding: 30px 0;
}

.y2 .ycont {
    background: #f9f9f9;
}

.ycont .p1 {
    font-size:28px;
    line-height:1.4;
    color: #333333;
}

.ycont .p2 {
    font-size: 18px;
    font-family: arial;
    font-weight: 500;
    color: #333333;
    line-height: 1.5;
    margin-top: 15px;
    text-transform: uppercase;
}

.ycont .p3 p{
    font-size: 17px;
    line-height: 32px;
    color: #666666;
    margin-top: 27px;
    padding-left: 27px;
    background: url(../images/7b9e6f0fd9ec7df1955a4a14248b3324d4243479.png)no-repeat top left;
    background-position: 0 7px;
}

.ycont .p4 {
    font-size: 16px;
    line-height: 31px;
    color: #666666;
    margin-top: 17px;
    padding-left: 27px;
    background: url(../images/lingxing.png)no-repeat top left;
    background-position: 0 7px;
}

.y1 {
    display: flex;
}

.ycont .p5 div .ps1 .s1 {
    font-size: 44px;
    font-weight: 600;
    font-family: Arial;
    line-height: 44px;
    color: #132a87;
}

.ycont .p5 div .ps1 .s2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #132a87;

}

.ycont .p5 div .ps1 {
    text-align: center;
}

.ycont .p5 {
    margin-top: 67px;
    padding-left: 27px;
}

.ycont .p5 div .ps2 {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}

.ycont .p5 .anm {

    float: left;
    display: block;
    width: 1px;
    height: 70px;
    background: #d4d4d4;
    margin: 0 50px;
}

.y2 .ycont {
    padding-right: 55px;
    padding-left: 310px;
}

.y2,
.y3 {
    margin-top: 40px;
}

/* 模架 · 设备展示 */
.sbzs .bt .p1 {
    color: #fff;
}

.sbzs .bt .p1 span {
    color: #fff;
}

.sbzs {
    background: url(../images/7929dcc8baeb93e6035e8f6423f31312affa0af4.jpg)no-repeat top center;
    padding-top: 70px;
}

.sbtp {
    margin-top: 66px;
}

.sbimg {
    margin: 0 15px;
    position: relative;
}
.sbimg h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: rgba(0,0,0,.3);
    font-size: 16px;
    line-height: 3;
    color: #fff;
}


.sbtp {
    margin-left: -15px;
    margin-right: -15px;
}



.sbtp .owl-carousel .owl-nav .owl-next .icon-font:after {
    background: url(../images/552faa1ff84dc59de08a8ab3d612b3d11e7c8581.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-next:hover .icon-font:after {
    background: url(../images/2da7ae416e9a08dfc8a2069a1c10eef142536c52.png);
}

.sbtp .owl-carousel .owl-nav .owl-prev .icon-font:after {
    background: url(../images/9e0c8a070a4c7da736069ba33efb57f7bf3ea7c1.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-prev:hover .icon-font:after {
    background: url(../images/14a088ae5c1b4cc9191c345796e03e172c4a37fe.png);
}
.w1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.sbtp .owl-carousel .owl-nav .owl-next {
    outline: none;
    right: 262px;
    top: 50%;
    position: absolute;
    margin-top: -38px;
}

.sbtp .owl-carousel .owl-nav .owl-prev {
    outline: none;
    left: 212px;
    top: 50%;
    position: absolute;
    margin-top: -38px;
}

.sbam {
    width: 196px;
    line-height: 50px;
    display: block;
    border-radius: 5px;
    padding-left: 45px;
    border: 1px solid #eeeeee;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    background: url(../images/db4278197bc31c69b5810c415ab286e8ba9b0d7a.png)no-repeat;
    background-position: 130px;
    transition: all 0.8s;
}

.sbam:hover {
    color: #132a87;
    background: url(../images/25ab630e2a65b9f98885c0c20ef83cf248b317d8.png)no-repeat;
    background-position: 130px;
    border: 1px solid #132a87;
}

/* 关于我们 */
.gywm {
    background: #f9f9f9;
    padding-top: 60px;
    margin-top: 46px;
    padding-bottom: 30px;
}

.gywm .at1{
    color: #132a87;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.gywm .at2{
    color: #222222;
    font-size: 22px;
    line-height: 2;
    text-align: center;
    margin-bottom: 30px;
}
.gywmimg,
.gywmright {

}

.gywmimg img {
    max-width: 1300px;
	border-radius: 10px;
}

.gyr {
}

.gyr .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
}

.gyr .p2 {
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-top: 16px;
}

.gyr .p3 {
    width: 64px;
    height: 3px;
    background: #132a87;
    margin-top: 33px;

}

.gyr .p4 {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    margin-top: 40px;
}
.gyr .p4 a{
    color:#132a87;
}
.gyr .p5 {
    position: relative;
    margin-top: 60px;
    height: 124px;
}

.gyr .p55 {
    position: absolute;
    width: 808px;
    height: 124px;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 70px;
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}
.gyr .p55{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}
.gyr .p51 {
    text-align: center;
}

.gyr .p51 .s1 {
    font-family: Impact;
    font-size: 48px;
    line-height: 48px;
    color: #132a87;
}

.gyr .p51 .s2 {
    font-family: Impact;
    font-size: 24px;
    line-height: 24px;
    color: #132a87;
    vertical-align: top;
}

.gyr .p52 {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 13px;
}

.str {
    padding-bottom: 90px;

    background: #f9f9f9;
}

.stre {
    width: 1300px;
    margin: 0px auto;
    background: #f9f9f9;
    height: 40px;
    margin-bottom: 30px;

}

.stre ul {
    display: flex;

}

.stre ul li {
    width: 132px;
    height: 40px;
    border-radius: 3px;
    cursor: pointer;
    background: #000000;
    margin-right: 27px;
}

.stre ul li.on {
    background: #132a87;
}

.stre ul li a {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    display: block;

}
.stre ul li.on a,.stre ul li.on p{color: #fff;}

.stre ul li p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #999999;

}


.stre ul li:hover a {
    color: #fff;
}

.stre ul li:hover p {
    color: #e4a5a5;
}

/* .stre ul {
    display: inline-block;
    overflow: hidden;
    height: 50px;
}

.stre ul li {
    width: 192px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    float: left;
    margin-right: 11px;
    border-radius: 5px;
}

.stre ul li:last-child {
    margin-right: 0px;
    margin-left: 11px;
}

.stre ul li a {
    display: block;
    height: 66px;
    color: #333;
    border: 1px solid #9b9b9b;
    background: #fff;
}

.stre ul li.current a {
    border: 1px solid #ff5b01;
    color: #fff;
    background: #ff5b01;
} */
.strc {
    width: 1300px;
    margin: 0 auto;
}

.strb {
    position: relative;
    display: none;
    padding: 0 55px;
    
}

.strc .tempWrap{
    overflow: hidden;
    width: 1190px !important;
}

.strb.current {
    display: block;
}

.strb ul {
    overflow: hidden;
}

.strb ul li {
    float: left;
    margin: 0 10px;
	height: auto;
	width:300px; 
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.strb ul li img {
	max-width:100%;
	max-height:100%;
    display: block;
    transform: scale(1);
    transition: all 1s ease-out;
}

.strb ul li:hover img{transform: scale(1.2);}


#n_demo {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
}

#n_indemo {
    float: left;
    width: 800%
}

#n_demo1 {
    float: left;
}

#n_demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    max-width: 1360px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.prevall, .nextall {
  position: absolute;
  top: 160px;
}

.prevall{
    background: url(../images/cb09ec36f812a6f38ff6f0a5cb7ba2b0d416353d.png) no-repeat top center;
    width: 34px;
    height: 72px;
    z-index: 99;
    left: 0;
}

.nextall{
    background: url(../images/9630b18e45c5e08a36d2c2e5385642b50294fbfe.png) no-repeat top center;
    width: 34px;
    height: 72px;
    z-index: 99;
    right: 0;
}


/* 合作 */
.hezuo-index{
}

.hezuo-index .ht1{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.hezuo-index .ht2{
    margin-top: 5px;
    margin-bottom: 30px;
	color:#fff
}
.hezuo-index .ht2 p{
    color: #fff;
    font-size: 20px;
    line-height: 2;
    text-align: center;
}

.hezuo-roll{
    position: relative;
}

.hezuo-roll .next{
    position: absolute;
    left: 0;
    top: 72px;
    background: url(../images/25c18e030a05cbff463f507fac1d1a4c7188cb19.png) no-repeat top center;
    width: 15px;
    height: 33px;
    z-index: 99;
}
.hezuo-roll .prev{
    position: absolute;
    right: 0;
    top: 72px;
    background: url(../images/e25e3ab4b04d1b34a736418862f76722d1a106ed.png) no-repeat top center;
    width: 15px;
    height: 33px;
    z-index: 99;
}

.hezuo-roll .tempWrap{
    width: 1256px !important;
    margin: 0 auto;
}

.hezuo-roll .hlist1 li{
    float: left;
    width: 238px;
    margin: 0 7px;
}

.hezuo-roll .hlist1 li .img1{
    border: 1px solid #dadada;
}

.hezuo-roll .hlist1 li .img1 img{
    width: 236px;
    height:auto;
}

/* 行业资讯 · 尽在 */
.xw {
    margin-top: 105px;
}

.xw .bt .p1 {
    font-weight: 600;
    color: #132a87;
}


.pxw1 {
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    margin-top: 19px;
}

.lnews {
    /* padding: 91px 0 64px 0; */
    margin-top: 60px;
}

.xleft {
    width: 888px;
    /* height: 460px; */
}

.nsort li {
    float: left;
    width: 144px;
    line-height: 54px;
    background: #f0f0f2;
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
}

.nsort li:nth-child(2) {
    margin-left: 10px;
}

/* .nsort li:nth-child(2) {
    border-left: 1px solid #dcdcdc;
    padding-left: 11px;
    width: 110px;
} */

.nsort li a {
    display: block;
}

.nsort li a h3 {
    font: 400 16px/54px "Microsoft YaHei";
    font-weight: normal;
    color: #333;
}

.nsort li:nth-child(3) {
    float: right;
    /* width: 34px; */
}

.nsort li:nth-child(3) a {
    font: 500 12px/54px "Microsoft YaHei";
    color: #666;
}

.nsort li:nth-child(3) {
    background: none;
}

.nsort li a .m1 {
    font-size: 15px;
    margin-right: 15px;
}

.nsort li.cur a h3 {
    position: relative;
    font: 400 16px/54px "Microsoft YaHei";
    color: #fff;
    background: #132a87;
}

/* .nsort li.cur a h3::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background: #ff5b01;
    bottom: -25px;
    left: 0;
} */

.tab1 {
    display: none;
    padding-top: 26px;
    margin-top: 24px;
    /* border-top: 1px solid #dadada; */
}

.news_list1 li {
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list1 {
    width: 433px;
}

.news_list2 {
    width: 420px;
}

.news_list1 li a.img img {
    width: 100% !important;
    height: auto;
    overflow: hidden;
}


/* .news_list1 li .xwnr {
    width: 444px;
} */

.news_list1 li .xwnr a {
    color: #333;
    font: 400 18px/18px "Microsoft YaHei";
    display: block;
    margin-top: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news_list1 li .xwnr a:hover {
    color: #132a87;
}

.xwnr a em {
    float: right;
    font: 600 12px/20px "ArialMT";
}

.sumy {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 23px;
    line-height: 24px; height:72px; display:block; overflow:hidden
}

/* .news_list2 {}

.news_list2 li {
    width: 356px;
    padding-left: 15px;
    line-height: 45px;
    border-bottom: 1px dashed #d2d2d2;
    background: url(../images/ljt.png) left center no-repeat;
}




.news_list2 li a {
    color: #333;
    font: 500 13px/45px "Microsoft YaHei";
    display: block;
}

.news_list2 li a:hover {
    color: #ff5b01;
}

.news_list2 li a em {
    float: right;
    font: 500 12px/45px "ArialMT";
}

.news_list2 li:nth-child(2n) {
    float: right;
} */
.news_list2 {
    width: 420px;
}

.news_list2 li {
    padding-bottom: 19px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list2 li+li {
    margin-top: 30px;
}

.news_list2 li .p1 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 li .p2 {
    font-size: 14px;
    color: #777777;
    line-height: 24px;
    margin-top: 16px;
    height: 48px;
    display: block;
    overflow: hidden;

    margin-top: 16px;
}

.news_list2 li:hover .p1 {
    color: #132a87;
    font-weight: 600;
}

.news_list2 li .p3 {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 18px;
}

.news_list2 li .p3 .s2 {
    margin: 0 12px;
}

.news_list1 li .xwnr .lmore {
    width: 100px;
    background: #0c3875;
    color: #fff;
    font: 500 13px/32px "Microsoft YaHei";
    text-align: center;
    padding: 0px;
    margin-top: 25px;
    border: none;
}


/* 新闻右侧 */

.lnew_r {
    width: 381px;
}

.lnew_t {
    padding-bottom: 27px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.lnew_t li {
    list-style: none;
    width: 144px;
    height: 54px;
}

.lnew_t li h3 {
    font: 400 16px/54px "Microsoft YaHei";
    color: #fff;
    position: relative;
    background: #132a87;
    text-align: center;

}

.lnew_t li.fr {
    width: auto;
}

.lnew_t li h3::after {
    position: absolute;
    content: '';
    width: 242px;
    height: 20px;
    left: 99px;
    top: 0px;
}

.new_more1 {
    font-size: 12px;
    color: #666;
    line-height: 54px;
}

.new_more1:hover {
    color: #132a87;
}

.news_size {
    height: 454px;
    margin-top: 30px;
    overflow: hidden;
}

.lnew_wz {
    padding: 0;
    border-bottom: 1px solid #d2d2d2;
}



.zcnr {
    margin-left: 26px;
}

.lnew_r_c {
    width: 379px;
}

.lnews_r_h {
    font: 500 16px/60px "微软雅黑";
    color: #333;
    display: block;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.lnews_r_h:hover {
    color: #132a87;
}

.lnews_r_cs {
    padding-top: 10px;
    font: 500 13px/26px "微软雅黑";
    color: #666;
}

/* 尾部 */
.dblj ul li {
    line-height: 88px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    float: left;
    width: 11.1%;
}

footer {
    background: url(../images/64a3af206d37b220bd47217d857995811235a0eb.jpg) no-repeat center;
    margin-top: 70px;
    background-size: cover;
    min-height: 380px;
}

.dblj ul li a {
    color: #fff;
}

.dblj ul li:hover a {
    color: #132a87;
}

.dblj {
    border-bottom: 1px solid #3c3e3f;
}

.dd1 {
    display: flex;
    justify-content: space-between;
}

.fb1 {
    width: 44%;
    padding-top: 43px;
}

.dbcont .p1 {
    font-size: 14px;
    color: #cccccc;
    /* line-height: 14px;
    display: flex;
    justify-content: space-between; */
    margin-top: 33px;
}
.dbcont .p1  a{color: #cccccc;}
.dbcont .p2 {
    font-size: 14px;
    color: #cccccc;
    line-height: 14px;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.dbnr {
    padding-bottom: 26px;
}

.dbcont .p2 a {
    color: #cccccc;
}

.dbcont .p2 a:hover {
    color: #132a87;
}

.fb1 .p3 {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
    color: #999;
}

.fb1 .p3 a {
    color: #999;
}

.fb1 .p3 a:hover {
    color: #132a87;
}

.fb2 {
    width:30%;
    padding-top: 35px;
}
.fb2 p strong{ font-size:15px;}
.fb2 p{
	font-size: 14px;
    line-height:30px;
    color: #cccccc;
	}

.fb22 {
    display: block;
    width: 126px;
    line-height: 34px;
    padding-left: 51px;
    background: url(../images/6ecd69e30ff962d31dc54260e5cb17338fa6a8ab.png)no-repeat #c60908;
    color: #fff !important;
    background-position: 23px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 18px;
}

.fb3 div .p1 {
    font-size: 14px;
    color: #cccccc;
    line-height: 14px;
    margin-top: 15px;
    text-align: center;
}

.fb3 {
    padding-top: 54px;
}

.fb3 .ma {
    margin-left: 25px;
}

.fylian {
    background: #262626;

}

.fylian span {
    font-size: 16px;
    color: #fff;
}

.fylian a {
    font-size: 12px;
}

.fylian {
    padding: 15px 0;
}

@media (max-width: 1680px) {
    .y1 .ycont {
        padding-right: 15px;
    }

    .y2 .ycont {
        padding-left: 15px;
    }

    .ycont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

   /* .ycont .p2 {
        margin-top: 0;
    }*/

    .ycont .p3 {
        margin-top: 0;
    }

    .ycont .p4 {
        margin-top: 0;
    }

    .ycont .p5 {
        margin-top: 0;
    }

    .gyr {
        width: 100%;
    }
}

@media (max-width: 1600px) {
    .gyr {
        width: 98%;
    }
}

@media (max-width: 1440px) {
    .gyr .p5 {
        margin-top: 23px;
    }
}

@media (max-width: 1345px) {
    .gyr .p4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;

    }
}

@media (max-width: 1330px) {
    .pro .bd ul .bdcont {
        width: 530px;
    }

    .gyr .p4 {
        margin-top: 5px;
    }

    .xleft {
        width: 810px;
    }

    .news_list1 {
        width: 360px;
    }

    .news_list2 li+li {
        margin-top: 21px;
    }

    .lnew_r,
    .lnew_r_c {
        width: 356px;
    }

    .news_size {
        height: 433px;
    }

    .pro .bd ul {
        width: 1200px !important;
    }
}

@media (max-width: 1230px) {
    .pro .bd ul .bdcont {
        width: 490px;
    }
}

.ewm-img {
    width: 150px;
}

.ewm-img img {
    width: 100%;
}




/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
    background: #262626;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
}

.c-link dd{
    width:calc(100% - 88px);
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #666;
    padding: 0 4px;
    font-size: 12px;
    line-height: 24px;
}


/*内页左侧样式*/


.container{
	width: 1300px!important;
    margin: 0 auto;
    padding: 0;
	}


.page-product-inquiry a{color: #fff;}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}



/*子页面大图*/
.page_banner{ position:relative; width:100%; height:auto; }
.page_banner img{ width:100%; display:block}
.page_banner .banwz{
    position: absolute;
    top: 48%;
    left: 77%;
    color: #fff;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
	}
.page_banner .banwz .pban{
	display: inline-block;
    color: #fff;
    font-size: 36px;
    line-height: 2;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0,0,0,.7);
    opacity: 0;
    transition: all ease 1s 0.5s;
    transform: translateX(80px);
	}
.page_banner .banwz .sban{
	display:block;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255,255,255,1);
    opacity: 0;
    transition: all ease 1.5s 0.5s;
    transform: translateX(80px);
    text-shadow: 1px 1px 0 rgba(0,0,0,.7);
	}
.page_banner .banwz .pban.show,.page_banner .banwz .sban.show {opacity: 1;transform:translateX(0px)}





.picScroll-left{ position:relative;}
.picScroll-left .bd{overflow:hidden;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ width:413px;margin-right: 30px; float:left; _display:inline; overflow:hidden;text-align: center;}
.picScroll-left .bd ul li .topimg{ width:413px; height:413px;
	overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
}
.picScroll-left .bd ul li .topimg img{
	max-width:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 1s ease-out;
	}
.picScroll-left .bd ul li p{
	line-height: 58px;
    text-align: center;
    background: #eeeeee;
    transition: all 0.8s;
    font-size: 18px;
    color: #555555;}
.picScroll-left .bd ul li:hover .topimg img{transform: scale(1.2);}



.picScroll-lefta{ position:relative;}
.picScroll-lefta .bd{overflow:hidden;}
.picScroll-lefta .bd ul{ overflow:hidden; zoom:1; }
.picScroll-lefta .bd ul li{ width:24%;position:relative;margin-right:30px; float:left; _display:inline; overflow:hidden;text-align: center;}
.picScroll-lefta .bd ul li .topimg{
	overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
}
.picScroll-lefta .bd ul li .topimg img{
	max-width:100%;
	max-height:100%;
	transform: scale(1);
	transition: all 1s ease-out;
	}
.picScroll-lefta .bd ul li p{
	position:absolute;
	left: 0;
	bottom:4px;
	width: 100%;
	line-height: 48px;
	text-align: center;
	background:rgba(0,0,0,.6);
	transition: all 0.8s;
	font-size: 18px;
	color: #fff;
	}
.picScroll-lefta .bd ul li:hover .topimg img{transform: scale(1.2);}





.version {
	width: 4%;
    float: left;
    margin-top: 2.5%;
    position: relative;
}
.version_show {
	position:absolute;
	top:30px;
	left:50%;
	padding:5px;
	border-radius:8px;
	background:#fff;
transition:all .4s;
	transform:translate(-50%, 10px);
	opacity:0;
	box-shadow:0 0 10px rgba(0, 0, 0, 0.1)
}
.version_show ul{ width:100% !important; float:none !important}
.version_show ul li:nth-child(1) {
border-bottom:1px #ddd solid !important
}
.version_show ul li{
	float:  none !important;
    position: relative;
    width: 100% !important;
    text-align: center;
	}
.version_show ul li a{
	line-height:2 !important;
    font-size: 17px !important;
	display:flex;
	align-items:center;
	padding:5px;
	white-space:nowrap;
	color:#666 !important
	}
.version_show ul li a:hover{
	color:#132a87 !important;
	line-height:2 !important;
    font-size: 17px !important;
	display:flex;
	align-items:center;
	padding:5px;
	white-space:nowrap;
	}
.version:hover .version_show {
	opacity:1
}
.version_show:before {
	content:'';
	position:absolute;
	top:-16px;
	left:45%;
	transform:translateX(-50%);
	width:8px;
	height:8px;
	border:8px solid;
	border-color:transparent transparent #fff
}
.clear:after{content: "."; display: block; height: 0; clear: both; visibility: hidden; }/*清除浮动*/
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}/*清除浮动*/
.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
.clear{clear:both; height:0; line-height:0; overflow:hidden; display:block}




/* pro_details */
.pro_details {
    background:radial-gradient(circle, #ffffff, #e3e8ff);
    padding: 5% 0;
}
.pro_details .Title {
    text-align: center;
}
.pro_details .Title h2{ font-size:40px; line-height:2}
.pro_details .Title h2 .span01{font-size:40px; line-height:2; color:#e50113}
.pro_details .Title h2 .span02{font-size:40px; line-height:2; color:#122986}
.pro_details .Title p {
	text-align: center;
}
.pro_details .Title p span {
	font-size: 18px;
    line-height: 2;
    color: #666666;
    background: url(../images/pro_details_icon01.png) no-repeat left center;
    padding-left: 18px;
    margin-right: 24px;
}
.pro_details .con {
	width: 100%;
	overflow: hidden;
	height: 731px;
	margin-top:15px;
}
.pro_details .con .menu {
	overflow: hidden;
	text-align: center;
}
.pro_details .con .menu li {
	display: inline-block;
	width: 181px;
	height: 40px;
	border: 2px solid #333333;
	line-height: 40px;
	text-align: center;
	margin-right: 14px;
	font-size: 18px;
}
.pro_details .con .menu li {
*display: inline;
}
.pro_details .con .menu li.cur {
	background: #132a87;
	height: 44px;
	width: 185px;
	border: none;
	line-height: 44px;
}
.pro_details .con .menu li.cur a {
	color: #fff;
}
.pro_details .con .menu li a {
	color: #333333;
	text-decoration: none;
	display: block;
}
.pro_details .con .menu li:hover {
	background: #132a87;
	height: 44px;
	width: 185px;
	border: none;
	line-height: 44px;
}
.pro_details .con .menu li:hover a {
	color: #fff;
}
.pro_details .con .qieh {
    width: 100%;
    overflow: hidden;
    height: 620px;
    margin-top: 56px;
}
.pro_details .conBox {
	overflow: hidden;
	position: relative;
	height: 620px;
}
.pro_details .conBox img {
	margin: 0 auto;
	display: block;
}
.pro_details .conBox .box {
	overflow: hidden;
	position: absolute;
}
.pro_details .conBox .box h3 {
	font-size: 23px;
	color: #132a87;
	font-weight: bold;
}
.pro_details .conBox .box p {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-top: 12px;
}
.pro_details .conBox .box1 {
	width: 262px;
	top: 27px;
	left: 100px;
	text-align: right;
}
.pro_details .conBox .box2 {
    width: 290px;
    top: 27px;
    left: 930px;
}
.pro_details .conBox .box3 {
	width: 202px;
	top: 158px;
	left:80px;
	text-align: right;
}
.pro_details .conBox .box4 {
    width: 148px;
    top: 158px;
    left: 1010px;
}
.pro_details .conBox .box5 {
	width: 230px;
	top: 342px;
	left:50px;
	text-align: right;
}
.pro_details .conBox .box6 {
    width: 227px;
    top: 342px;
    left: 1010px;
}
.pro_details .conBox .box7 {
    width: 244px;
    top: 492px;
    left: 120px;
    text-align: right;
}
.pro_details .conBox .box8 {
	width: 244px;
	top: 492px;
	left:934px;
}
.pro_details .conBox_yyj {
	overflow: hidden;
	position: relative;
	height: 620px;
}
.pro_details .conBox_yyj img {
	margin: 0 auto;
	display: block;
}
.pro_details .conBox_yyj .box {
	overflow: hidden;
	position: absolute;
}
.pro_details .conBox_yyj .box h3 {
	font-size: 24px;
	color: #132a87;
	font-weight: bold;
}
.pro_details .conBox_yyj .box p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    margin-top: 10px;
}
.pro_details .conBox_yyj .box1 {
	width: 244px;
	top: 15px;
	left:85px;
	text-align: right;
}
.pro_details .conBox_yyj .box2 {
	width: 290px;
	top: 15px;
	left: 960px;
}
.pro_details .conBox_yyj .box3 {
	width: 202px;
	top: 220px;
	left: 50px;
	text-align: right;
}
.pro_details .conBox_yyj .box4 {
    width: 202px;
    top: 220px;
    left: 1050px;
}
.pro_details .conBox_yyj .box5 {
	width: 292px;
    top: 430px;
    left: 40px;
    text-align: right;
}
.pro_details .conBox_yyj .box6 {
    width: 256px;
    top: 430px;
    left: 970px;
}