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;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
    max-width: 100%;
}

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;
    word-wrap:break-word;
}

.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;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


.head1 {
    height: 44px;
    background: #3789dd;
}

.w1360 {
    max-width: 1390px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.w1400{
   width: 1400px;
    margin: 0 auto; 
}
@media (max-width:1430px) {
 .w1400{
   width: 100%;
    margin: 0 auto; 
    padding:0 15px;
}
}

.k1 {
    font-size: 15px;
    color: #fff;
    line-height: 44px;
    float: right;
}

.k1 a {
    color: #fff;
}

.k2 {
    font-size: 15px;
    color: #fff;
    line-height: 44px;
}
.head2{
   
}
.head2 .logo{
    height: auto;
    max-height: 110px;
    padding: 25px;
    text-align: center;
    align-items: center;
    height: inherit;
    box-sizing: border-box;
}
.tnav{
        width: 100%;
    background: #ffffff;
    height: 60px;
    margin-bottom: 10px;
    position: relative;
    z-index: 99;
}
.tnav .ss1{
    float: right;
    position: relative;
}
.tnav .ss1 .ss2{
    width: 22px;
    height: 22px;
    margin-top: 18px;
    background: url(../images/tss.png)no-repeat center;
    
}
.tnav .ss1 .ssy{
    position: absolute;
    width: 221px;
    height: 44px;
    display: none;
    right: 24px;
    top: 13px;
}
.tnav .ss1 .ssy #formsearch #keyword{
    width: 166px;
    border: 1px solid #ffbd02;
    line-height: 42px;
    outline: none;
    background: #fff;
    text-indent: 15px;
    color: #999;
    float: left;
}
.tnav .ss1 .ssy #formsearch #s_btn{
    float: left;
    width: 55px;
    height: 44px;
    border: none;
    outline: none;
    background: #ffbd02;
    text-align: center;
    color: #232222;
    font-size: 16px;
    line-height: 44px;
}
.topbanner {
    position: relative;
}

.menu {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    background: rgba(255, 255, 255, 0.78);
    z-index: 9999;
    transition: .5s;
}

.menu.scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.index-c1 {
    background: #f7f7f7;
}

.c1-con {
    background: #fff;
    margin-top: -106px;
    position: relative;
    z-index: 999;
    box-shadow: 0 5px 5px -5px #f7f7f7;
}

.index-c1 ul {
    padding: 32px 20px 40px;
    font-size: 0;
}

.index-c1 ul li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #f7f7f7;
    display: inline-block;
    vertical-align: top;
}

.index-c1 ul li:last-child {
    border-right: none;
}

.index-c1 ul li .img {
    max-width: 100%;
}

.index-c1 ul li h3 {
    font-size: 20px;
    line-height: 3;
    color: #333333;
}

.index-c1 ul li p {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.index-c2 {
    background: #f7f7f7;
}

.index-tlt {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.index-tlt h2 {
    font-size: 36px;
    color: #333;
    line-height: 2.5;
}

.index-tlt p {
    font-size: 16px;
    color: #999;
}


.index-c2 {
    padding-bottom: 60px;
}

.c2-left {
    width: 32.4%;
    float: left;
}

.c2-left a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c2-left img {
    width: 100%;
    transition: .5s;
}

.c2-left a:hover img {
    transform: scale(1.1);
}

.c2-left h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}


.



.c2-right {
    width: 67.6%;
    float: right;
}

.c2-right ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

.c2-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.c2-right ul li img {
    width: 100%;
    transition: .5s;
}

.c2-right ul li:hover img {
    transform: scale(1.1);
}

.c2-right h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}



.szgd{
    margin-top: 2.67vw;
}
.szgd ul{
    display: flex;
    justify-content: space-between;
}

.szgd ul li h3{
    text-align: center;
}
.szgd ul li h3 span.count{
    font-size: 2.166vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #eb1818;
}
.szgd ul li h3 span.count1{
    font-size: 2.166vw;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #eb1818;
}
.szgd ul li p{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	text-align: center;
	letter-spacing: 1px;
	color: #999999;
	margin-top: 1.25vw;
}



/*ÃƒÂ¤Ã‚Â¿Ã‚Â®ÃƒÂ¦Ã¢â‚¬ÂÃ‚Â¹*/
.product-number-info {
	position: relative;
	background-color: #fff;
	/* background-image: linear-gradient(to right , #1e82b6, #4dd5a7); */
	/*margin-bottom: 50px;*/
	/*margin-top: 20px;*/
}
.product-number-info .product-number-inner {
	/*width: 1400px;*/
	/*margin: 0 auto;*/
}
.product-number-info ul {
	padding: 20px 0;
}
.product-number-info ul.q:after {
	content: "";
	clear: both;
	display: table;
}
.product-number-info li {
	float: left;
	width: 25%;
	/* height: 90px; */
	/* border-left: 1px solid #2196f3; */
	color: #eb1818;
	padding-top: 1px;
	text-align: center;
}
.product-number-info li:first-child {
	border: none;
	text-align: center;
}
.product-number-info li b {
	font-weight: 400;
	font-size: 36px;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px;
}
.product-number-info li b i {
	font-style: normal;
	font-size: 50px;
	font-weight: 500;
}
.product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -15px;
	top: -3px;
}
.product-number-info li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -4px;
}
.product-number-info li p {
	font-size: 16px;
	color: #999;
	font-weight: 500;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
	/* padding-left: 70px; */
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	/* padding-left: 70px; */
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	/* padding-left: 70px; */
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
	/* padding-left: 78px; */
}
.product-number-info li.li-5 {
	/* text-align: right; */
}
.product-number-info li.li-5 b {
	padding-right: 2px;
}

.ingds{width: 50px;height: 2px;/* background-color: #fff; */margin: auto;margin-bottom: 2%;margin-top: 2%;}





.ab0{
    background: url(../images/abbg.jpg)no-repeat center;
    background-size: 100% 100%;
    padding:3.65vw 0;
    margin-top: 2.625vw;
}
.ab1{
    background: rgba(85,85,85,.7);
    padding: 2.604vw 1.51vw 2.604vw 1vw;
}
.ab1 .abwz{
    width: 51.5%;
    float: left;
    
}
.ab1 .abwz h3{
    
}
.ab1 .abwz h3 img{
    max-width: 100%;
}
.ab1 .abwz h4{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 1vw;
}
.gywmtb{
    margin-top: 3.96vw;
    
}
.gywmtb ul{
    display:flex;
    
}
.gywmtb ul li{
    width: 10.5%;
    margin-right: 6.8%;
}
.gywmtb ul li img{
    width: 100%
}

.abtp{
    width: 46.83%;
    height: 25vw;
    
}
.abtp img{
    width: 100%;
}

.cp_indes{width: 100%;margin: auto;}
.tong_biao{width: 100%;
    margin: auto;
    text-align: center;
    padding: 2.8125vw 0 3.65vw 0;

}
.tong_title{background: url(../images/btbg.png) no-repeat top center;
    padding-top: 2px;
}
.tong_title h3{
    font-size: 50px;font-weight: 500;text-transform: uppercase;color: #eb1818;
    line-height: 1;
}
.tong_title p{
    font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 2px;
	color: #999999;
	margin-top: 1.46vw;
}

.tong_imgges{width: 100%;height: 50px;margin: auto;}
.tong_imgges{background-image: url(../images/zhi.png);/* background-size:100%100%; */}
.tong_luo{width: 42px;height: 42px;margin: auto;}
.tong_luo img{width: 100%;}


.cp_autos li{width: 18%;margin-left: 2.5%;margin-top: 1%;float: left;margin-bottom: 2%;}
.cp_autos li p{font-size: 14px;color: #000000;text-align: center;padding: 15px 0;}
.cp_imdsg img{width: 100%;}
.cp_imdsg{width: 100%;box-shadow: 0px 0px 5px 0px #999;}
.cp_autos li:nth-child(1){margin-left: 0;}
.cp_autos li:nth-child(6){margin-left: 0;}
.cp_autos li:hover p{color: #EB1818;}



.lun_index{background-color: #f3f3f3;padding-bottom: 70px;
    
}
.lun_index .tong_title{
    padding-top: 13px;
}
.lun_index .tong_title p{
    color: #999;
   
}


.lun_autosu{margin: auto;position: relative;}
.lun_auto{
    margin: auto;height: auto;overflow: hidden;margin-bottom: 40px;}
.lun_auto .swiper-slide p{
    color: #fff;
    background: #555555;
    line-height: 42px;
    margin-top: 0px;
    font-size: 18px;}
    .swiper-container3 {
      width: 100%;
      height: auto;
      /* padding:90px 0; */
      margin-left: auto;
      margin-right: auto;
    }
	  .swiper-container3 .swiper-slide img{width: 100%;}
   .swiper-container3 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */

    }
	.swiper-button-next, .swiper-button-prev {
	    position: absolute;
	    top: 40%;
	    width: 68px!important;
	    height: 68px!important;
	    margin-top: -22px;
	    z-index: 10;
	    cursor: pointer;
	    background-size: 68px 68px!important;
	    background-position: center;
	    background-repeat: no-repeat;
	}
.swiper-button-prev3, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/8b63b32db4969e18d6e22f095ef4c0eb.png)!important;
    right:auto;
    left: -6%!important ;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/b7e4a943e297b59493f79b3dccf83b3e.png)!important;
    right: -6%!important;
    left: auto;
}
.jian_auto{width: 200px;height: 50px;margin: auto;line-height: 50px;border: 1px solid #000;}
.left_imsds{width: 60%;float: left;text-align: center;color: #000;font-size: 18px;}
.rifht_sds{width: 18%;float: left;margin-top: 0px;}


.index-c3 {
    padding-bottom: 60px;
}

.c3-slick .slick-con {
    padding: 0 15px;
}

.c3-slick .slick-con a {
    display: block;
}

.c3-slick .slick-con .img {
    padding: 15px;
    border: 1px solid #ebebeb;
    background: #f7f7f7
}

.c3-slick .slick-con .img img {
    max-width: 100%;
}

.c3-slick .slick-con h3 {
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c3-slick .slick-con:hover h3 {
    color: #3789dd
}

.index-c4 {
    background: url(../images/c4bg.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 5%;
}

.c4tlt {
    text-align: center;
    font-size: 36px;
    color: #fff;
    padding: 55px 0;
}

.index-c4 ul {
    font-size: 0;
}

.index-c4 ul li {
    width: 24%;
    margin-right: 1.3333%;
    float: left;
}

.index-c4 ul li:nth-child(4) {
    margin-right: 0;
}

.index-c4 ul li .img img {
    width: 100%;
}

.index-c4 ul li .wz {
    background: #fff;
    padding: 12% 2% 22%;
    position: relative;
    text-align: center;
}

.index-c4 ul li .wz h3 {
    font-size: 20px;
    color: #333;
    padding-bottom: 25px;
    background: url(../images/line01.png) no-repeat center bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-c4 ul li .wz p {
    font-size: 14px;
    color: #999;
    line-height: 1.8;
    padding-top: 6%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index-c4 ul li .wz::after {
    content: '';
    width: 0;
    height: 8px;
    background: #3789dd;
    transition: 0.8s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.index-c4 ul li:hover .wz::after {
    width: 100%;
}

.index-c5 .index-tlt h2 {
    line-height: 2
}

.index-c5 .jj {
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2;
    color: #666;
    text-align: center
}

.index-c5 ul {
    max-width: 1130px;
    margin: 0 auto;
    padding-top: 6%;
    padding-bottom: 6%;
}

.index-c5 ul li {
    width: 31.333%;
    margin-right: 3%;
    float: left;
    position: relative;
}

.index-c5 ul li:last-child {
    margin-right: 0;
}

.index-c5 ul li a {
    display: block;
}

.index-c5 ul li .img1 img {
    width: 100%;
}

.index-c5 ul li .marks {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -55px;
}

.index-c5 ul li .marks .img2 img {
    max-width: 100%;

}

.index-c5 ul li .marks h3 {
    font-size: 22px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}

.index-c6 {
    background: #f8f8f8;
    padding-bottom: 60px;
}

.c6tlt {
    text-align: center;
    font-size: 36px;
    color: #333333;
    padding: 55px 0;
}

.c6-left {
    width: 40%;
    float: left;
    background: #fff;
    padding: 2%
}

.c6-left ul li a {
    display: block;
}

.c6-left ul li img {
    width: 100%;
}

.c6-left ul li h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    padding: 6% 0;
    border-bottom: 1px solid #ececec;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c6-left ul li .info {
    font-size: 14px;
    color: #999999;
    line-height: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5% 0;
}

.c6-left ul li:hover h3 {
    color: #3789dd
}

.c6-right {
    width: 58%;
    float: right;
}

.c6-right ul li {
    background: #fff;
    padding: 2%;
    margin-bottom: 2.5%
}

.c6-right ul li a {
    display: block;
}

.c6-right ul li .img {
    width: 24%;
    float: left;
}

.c6-right ul li .img img {
    width: 100%;
}

.c6-right ul li .wz {
    width: 73%;
    float: right;
}

.c6-right ul li .wz h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c6-right ul li .wz .info {
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.c6-right ul li:hover h3 {
    color: #3789dd
}

.index-c7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.c7-1 {
    width: 34%;
    float: left;
    text-align: center;
    position: relative;
}

.c7-1 img {
    max-width: 100%;
}

.c7-1 a.ljgd {
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 38px);

}

.c7-1 a.ljgd span {
    font-size: 18px;
    color: #3789dd;
    background: url(../images/jian1.png) no-repeat center center;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 10px;
}

.c7-2 {
    width: 40%;
    text-align: center;
    float: left;
}

.c7-2>h3 {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f8f8f8;
    line-height: 2.5;
    padding-bottom: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.c7-2 .lxfs {
    font-size: 16px;
    color: #999;
    line-height: 1.6;
    margin-top: 30px;
}

.c7-2 .lxfs p:nth-child(2) {
    font-size: 30px;
    color: #281c1c;
    text-transform: uppercase;
}

.c7-3 {
    width: 26%;
    text-align: center;
    float: left;
}

.c7-3>h3 {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #f8f8f8;
    line-height: 2.5;
    padding-bottom: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.c7-3 .fx {
    margin-top: 30px;
    position: relative;
}

.c7-3 .fx li {
    width: 54px;
    height: 54px;
    box-shadow: 0 0 8px #f4f4f4;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    margin: 0 15px;
}

.c7-3 .fx .content {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
}

.c7-3 .fx .content .bdsharebuttonbox {
    text-align: center
}

.c7-3 .fx .content a {
    display: inline-block;
    width: 54px;
    height: 54px;
    margin: 0 15px;
    padding: 0;
    float: none;
}

.footbg {
    background: #333333;
}

.foot1 {
    padding: 50px 0;
}

.foot1 .fnav {
    width: 43%;
    float: left;
}

.foot1 .fnav ul li {
    width: 25%;
    float: left;
}

.foot1 .fnav ul li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.foot1 .fnav ul li .secc a {
    display: block;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot1 .fnav ul li .secc a:hover {
    color: #fff;
}

.foot1 .flx {
    width: 53%;
    padding-right: 162px;
    position: relative;
    float: right;
}

.foot1 .flx .ftel {
    padding-left: 50px;
    background: url(../images/dh.png) no-repeat left center;
}

.foot1 .flx .ftel h3 {
    font-size: 18px;
    color: #fff;
}

.foot1 .flx .ftel h4 {
    font-size: 28px;
    color: #fff;
    font-family: Arial;
    padding-top: 5px;
}

.foot1 .flx .fadd {
    font-size: 14px;
    color: #bbbbbb;
    line-height: 2;
    padding-top: 10%;
}

.foot1 .flx .fewm {
    position: absolute;
    right: 0;
    top: 0;
}

.foot1 .flx .fewm img {
    max-width: 120px;
}

.foot2 {
    font-size: 14px;
    line-height: 2;
    color: #8e8e8e;
    min-height: 56px;
    display: none;
}

.foot2 a {
    color: #8e8e8e;
}

.foot3 {
    padding: 30px 0;
    border-top: 1px solid #484848;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 2;
}

.foot3 a {
    color: #bbb;
}

.foot3 .copyr {
    float: left;
}

.foot3 .x-region {
    float: right;
}

.zheng_indexs{
    width:100%;
    margin-top: 2.08vw;
}

.zhen_auto ul li {float: left;width: 25%;text-align: center;}
.img_zhen_a{width: 106px;height: 106px;margin: auto;margin-bottom: 23px;}
.zhen_auto ul li p{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;  
	letter-spacing: 0px;
	color: #999999;
}

.xiahuass {
    width: 46px;
    margin: auto;
    height: 1px;
    background-color: #999999;
    margin-top: 12px;
    margin-bottom: 13px;
}
.zhen_auto ul li .neis{
    font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 1px;
	color: #333333;
}
.shu_auto{width: 1400px;margin: auto;padding: 2.5rem 0;}
.shu_auto ul li img{width: 100%;}
.shu_auto ul li{width: 22%;float: left;margin-left: 3.5rem;}
.shu_auto ul li p{text-align: center;padding: 15px 0;background-color: #fff;border-radius: 70px;font-size: 16px;color: #000000;width: 80%;margin: auto;}
.shu_auto ul li:nth-child(1){margin-left: 0;}
.shu_auto ul li:hover p{background-color: #133984;color: #fff;}

.indes_hezuos{
    margin-top: 65px;
}
.hezo_aut{
width: 100%
}
.hezo_aut img{
    max-width: 100%;
}

.home_nbg{
    padding-top:50px;
    padding-bottom:50px;
    background:url(../images/newsbg.png) no-repeat center center;
    margin-top: 5.729vw;
}
.home_n_title{
        font-size:2.604vw;
        padding:12px 0px;
        color: #fff;
        line-height: 1;
        text-align: center;
        background: url(../images/newstbg.png) no-repeat top center;
    
}
.new_soft_paper{
    width:100%;
    margin-top:2px;
    text-align:center;
    box-sizing:border-box;
  	line-height: 22px;
	letter-spacing: 2px;
    font-size: 22px;
    color:rgba(255,255,255,.8);
    overflow: hidden;
    
}
.home_news{margin-top: 3.85vw;
    
}
.home_news ul li{
    width:31%;
    float: left;
    margin-right:3.5%;
    background: #fff;
    padding:2vw 0.85vw 2vw 0.85vw;
    box-sizing: border-box;
    border-radius: 6px;
}
.home_news ul li:last-child{margin-right:0;}
.home_news ul li .content{height:100%;box-sizing: border-box;overflow: hidden;}
.home_news ul li .content .title{width:100%;height: 30px;line-height: 30px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.home_news ul li .content .title a{color: #333333;font-size: 1.6rem;font-family: arial;font-weight: bold;}
.home_news ul li .content .title a:hover{color: #222430;}
.home_news ul li .content .text{
    margin-top:8px;
    color: #555555; 
    font-size:14px;
    line-height:26px;
    overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    
}
.home_news ul li .date{
   line-height:1;
   font-size: 18px;
   color: #555555;
   text-align:center;
   font-family: arial;
   padding-top: 26px;
    
}


.home_rprobg{padding:3.65vw 0;background:#f5f5f5;}
.home_rpro_l{width:40%;float: left;padding-right:100px;box-sizing: border-box;}
.home_rpro_l .title_u{width:120px;height: 30px;line-height: 30px;text-align: center;color: #333333;background:#ffbd02;font-size:14px;font-weight: bold;}
.home_rpro_l .title_d{
    width:100%;color: #f16060;font-size:26px;
    line-height: 1;
    margin-top: 36px;
}
.home_rpro_l .t_text{width:100%;color: #b0b0b0;font-size:18px;line-height: 1;
    margin-top: 26px;
}

.home_rpro_l .more{
    width:162px;
    height:42px;
    line-height:42px;
    border-radius:0px;
    display:block;
    text-align:center;
    margin-top:4.21875vw;
    color: #555555;
    font-size:14px;
    border: solid 1px #999999;
}

.home_rpro_r{width:55.5%;float: right;}
.home_rpro_r ul li{
        width:33%;float: right;padding:5px;box-sizing: border-box;
}
.home_rpro_r ul li .p_pic{
    width:100%;
    box-sizing:border-box;
    border:solid 1px #e5e5e5;
    text-align:center;
    overflow:hidden;
    vertical-align: middle;
    display: table-cell;
}
.home_rpro_r ul li .p_pic img{
    transition: all 0.6s;
    max-width:100%; max-height:100%;
    text-align:center;overflow:hidden;vertical-align: middle;display: table-cell;
}
.home_rpro_r ul li .p_pic img:hover{transform: scale(1.4);}


@media (max-width: 1400px) {
    .lun_auto .swiper-button-prev{
        display:none;
    }
    .lun_auto .swiper-button-next{
        display:none;
    }
}

@media (max-width: 1200px) {
    .c1-con {
        margin-top: 0;
    }

    .x-banner .owl-carousel .owl-dots {
        bottom: 5%;
    }
    .zhen_auto ul li .neis{
        font-size:18px;
    }
    .c7-1 {
        width: 50%;
    }

    .c7-2 {
        width: 50%;
    }

    .c7-3 {
        display: none;
    }

    .foot1 .flx .ftel h3 {
        font-size: 16px;
    }

    .foot1 .flx .ftel h4 {
        font-size: 24px;
    }
}

@media (max-width: 990px) {
    body {
        padding-top: 60px;
    }

    .index-tlt {
        padding: 30px 0;
    }

    .index-tlt h2 {
        font-size: 24px;
    }

    .index-tlt p {
        font-size: 12px;
    }

    .c2-right {
        width: 100%;
        float: none;
    }

    .index-c2 {
        padding-bottom: 30px;
    }

    .index-c3 {
        padding-bottom: 40px;
    }

    .c4tlt {
        padding: 30px 0;
        font-size: 24px;
    }

    .index-c4 ul li {
        width: 49%;
        margin: 0;
        margin-bottom: 20px;
    }

    .index-c4 ul li:nth-child(2n) {
        margin-left: 2%;
    }

    .index-c6 {
        padding-bottom: 30px;
    }

    .c6tlt {
        padding: 30px 0;
        font-size: 24px;
    }

    .foot1 {
        padding: 30px 0;
    }

    .foot1 .fnav {
        width: 100%;
        float: none;
    }

    .foot1 .flx {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .foot3 {
        padding: 15px 0;
    }


    .foot3 .copyr {
        float: none;
    }

    .foot3 .x-region {
        float: none;
    }

}

@media (max-width: 767px) {
    .index-c1 ul {
        padding: 40px 0 20px;
    }
    .ab1 .abwz{
        width:100%;
    }
    .abtp{
        width:100%;
        margin-top:20px;
    }
    .index-c1 ul li {
        width: 50%;
        border-right: none;
        margin-bottom: 20px;
    }

    .index-c1 ul li:nth-child(2n+1) {
        border-right: 1px solid #f7f7f7;
    }

    .index-c4 ul li .wz h3 {
        font-size: 18px;
    }

    .index-c5 .jj {
        font-size: 14px;
    }

    .index-c5 ul li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;

    }

    .c6-left {
        width: 100%;
        float: none;
    }

    .c6-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .c6-left ul li h3 {
        font-size: 16px;
        padding: 20px 0;
    }

    .c6-left ul li .info {
        margin: 20px auto;
    }

    .c6-right ul li .wz h3 {
        font-size: 16px;
        line-height: 2.4
    }

    .c6-right ul li .wz .info {
        font-size: 12px;
    }

    .index-c7 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .c7-1 {
        width: 100%;
        float: none;
    }

    .c7-2 {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .foot1 .fnav ul li h3 {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .foot1 .fnav ul li .secc a {
        font-size: 12px;

    }



    body{
        padding-bottom:50px;
    }

}




@media (max-width: 640px) {
    .szgd ul{
        flex-wrap:wrap;
    }
    .szgd ul li{
        width:50%;
        margin-bottom:20px;
    }
    .szgd ul li h3 span.count1,.szgd ul li h3 span.count{
        font-size:20px;
    }
    .szgd ul li p{
        font-size:16px;
    }
    
    
    .product-number-info li b{
         font-size:20px;
    }
    .product-number-info li b i{
        font-size:20px;
    }
    
     .product-number-info li p{
          font-size:16px;
     }
    
    .tong_title h3{
    font-size: 30px;
}
.tong_title p{
    font-size:16px;
}
.cp_autos li{
    width:48%;
    margin-left:0;
    margin-right:4%;
}
.cp_autos li:nth-child(2n){
    margin-right:0;
}
    .zhen_auto ul li{
        width:50%;
        margin-bottom:20px;
    }
    .zhen_auto ul li .neis{
        font-size:13px;
    }
    .zhen_auto ul li p{
        font-size:14px;
    }
    .home_news ul li{
        width:100%;
        margin-bottom:20px;
    }
    .home_news{
            margin-top: 5.85vw;
    }
    .home_nbg{
        background-size:100% 100%;
        padding-top: 36px;
    }
    .home_n_title {
        font-size:30px;
    }
    .home_rpro_l{
        width:100%;
        padding-right:0;
    }
    .home_rpro_r{
        width:100%;
        margin-top:20px;
    }
}
@media (max-width: 480px) {

    .c2-right h3 {
        font-size: 14px;
        line-height: 40px;
    }

    .foot1 .flx {
        padding-right: 140px
    }

    .foot1 .flx .fewm {
        max-width: 130px;
    }

}
li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #191919;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}











