/*初始化样式*/
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,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font: 12px/1.5 arial,Microsoft YaHei,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}

a:hover,a:active,a:focus{/* text-decoration:none; *//* outline:none; */}


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{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- 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;}


/*滚动*/
#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;}



.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}
.wh{width:1200px;margin:0 auto;}


.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.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}


/*头部样式*/
.top1{background:#e6e6e6;color:#595959;height:27px;line-height:27px;overflow:hidden;font-size:14px;}
.top1 a{color:#595959;}





.top2{height:143px;overflow:hidden;}

.logo{float:left;line-height:143px;}
.k2{margin-top: 5px;font-size:14px;color:#333333;line-height:35px;background: url(../images/t.png) no-repeat left center;padding-left:54px;}
.k2 p:nth-child(2){color:#2459a9;font-size:27px;}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




.x-top1 .dlogo{
    float: left;
    width: 17.8%;
    line-height: 113px;
}
.x-top1 .dlogo img{max-width: 100%;}


.x-top1 .ddesc{
    float: left;
    margin-top: 28px;
    padding-left: 25px;
    margin-left: 20px;
    background: url(../images/0b036d9a393c25b00797620f4d8910dfe026a3a3.png) no-repeat left center;
}

.x-top1 .dphone{
    float: right;
    width: 19%;
    margin-top: -14px;
}

.ddesc h4{
	font-size: 22px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #005bac;
    font-weight: 600;
}

.ddesc h5{
   
	font-family: SourceHanSansCN-Light;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #222222;
}

.t-img{
    padding-left: 5%;
}

.phoimg{
    float: left;
    width: 32px;
    
}

.photxt{
    float: right;
    padding-left: 45px;
    color: #888888;
    margin-top: 28px;
    font-size: 14px;
    background: url(../images/aeb81c8830357aac3a651c9df4e585153a231641.png) no-repeat left 3px;
}

.photxt h4{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #888;
    line-height: 24px;
}

.photxt h5{
	font-family: Arial;
	font-size: 26px;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
}

.photxt h5 p{
    /* padding-top: 8px; */
    line-height: 26px;
}

.ptel{
    background:url(../images/b8b5c21b464186fd23b228d74357eec0d9354c48.png) no-repeat left center;
    padding-left: 28px;
}
.ppho{
   background:url(../images/bf08d57c5809265eb858481339e5908bdd754137.png) no-repeat left center; 
   padding-left: 28px;
}

/* Sweep To Top */
.x-menu li a.hvr-sweep-to-top {
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .x-menu li a.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005bac;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .x-menu li:hover a.hvr-sweep-to-top,
  .x-menu li a.hvr-sweep-to-top:focus, 
  .x-menu li a.hvr-sweep-to-top:active {
    color: white;
  }
  .x-menu li:hover a.hvr-sweep-to-top:before, 
  .x-menu li a.hvr-sweep-to-top:focus:before, 
  .x-menu li a.hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }


/*主体样式*/

.fleex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.w1200 {
    max-width: 1600px;
    margin: auto;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.x-top {
    background: #333;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #fff;
}

.hyz {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a1a1a1;
}

.hyz p{
    margin: 0;
}

.hyr a {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #a1a1a1;
    margin: 0px 4px;
    position: relative;
}

.hyr a:hover{
    color: #fff;
}

.hyr a:not(:last-child)::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 5px;
    right: -8px;
    background-color: #adadad;
    bottom: 8px;
}

.x-top2 {
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 999;
    background: url(../images/710fb3f08f6125b5891bd507243fd4600abaa55a.png);
    }


.x-top2 .dlogo {
    height: 80px;
    line-height: 80px;
}

.x-top2 .nnav {
    width: 100%;
}

  
/*热门关键词*/
.so{
    padding: 22px 0;
    border-bottom: 1px solid #eaeaea;
}

.gjc img{
    float: left;
}

.gjc h3{
    float: left;
    padding-left: 12px;
}

.gjc b{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.gjc span{
    font-size: 14px;
}

.gjc span a{
    color: #666666;
    font-weight: normal;
    padding-left: 20px;
}

.gjc span a:hover{
    color: #005bac;
     
}

.sousuo{
  
    /* position: absolute; */
    /* right: 0; */
    float: right;
    /* top: 80px; */
    width: 360px;
    /* padding: 20px; */
    z-index: 999;
    position: relative;
}

.sousuo #keyword {
    line-height: 30px;
    width: 72%;
    background: none;
    border:none;
    outline: none;
    color: #5a5a5a;
    float: left;
    font-size: 14px;
    text-indent: 20px;
    padding: 0;
    border:1px solid #e5e5e5;
}

.sousuo .fl{
    width: 28%;
    line-height: 32px;
    border: none;
    background-color: #005bac;
    color: #ffffff;
    font-size: 12px;
}

.sousuo .fls{
    letter-spacing: 15px;
}

.sousuo img{
    position: absolute;
    right: 5%;
    top: 32%;
}

.gjca{
    float: left;
}



.yt-about{
    margin-top: 60px;
}

.yt-title{
    text-align: center;
}

.yt-title h3{
    font-size: 55px;
    letter-spacing: 0;
    color: #222;
    font-weight: bold;
    text-transform: uppercase;
}
.suibian .yt-title h3 {
    font-size: 40px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.yt-title  p{
  font-size: 16px;
  color: #222;
  padding: 10px 0;
}

.suibian .yt-title  p{
  font-size: 14px;
  color: #fff;
  padding: 10px 0;
}

.yt-title h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #999;
	display: inline-block;
	text-align: center;
	margin-top: 20px;
}
.yt-title h4 img{max-width:100%;text-align:center;}

.yt-img{
    margin-top: 0;
}

.yt-img h4{
    padding: 0px 10px;
}

.yt-img img{
    padding-bottom: 5px;
}

.yt-con{/* background: url(../images/238f4c04d5edb69c7b9d9fe9a31db8dbff921220.png) no-repeat center; *//* margin-top: 0; */padding: 0;}

.abo-number{
    /* padding-bottom: 2.7vw; */
    display: flex;
    background: url(../images/abe.jpg) no-repeat;
}

.abo-number li{
    float: left;
    width: 25%;
    text-align: center;
	position:relative;
}
.abo-number li::before{content:"";
position:absolute;
width:1px;
height:100%;
background:url(../images/xian.png);
}
.abo-number li:not(:last-child){
    /* margin-right: 17%; */
}

.abo-number li h3{
	font-size: 50px;
	font-stretch: normal;
	line-height: 850px0px;
	letter-spacing: 0px;
	color: #fff;
	display: inline-block;
	margin-top: 14px;
	font-weight: 600;
	font-family: Arial;
}

.abo-number li h4{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 14px;
}

.abo-number li h5{
	color: #fff;
	font-size: 14px;
	margin-top: 0;
	line-height: 24px;
}

.abo-number li div{
    /* width: 100%; */
    /* margin: 0px auto; */
}

.abo-number li div span{
    font-size:15px;
}


@media(max-width: 1024px){
    .yt-title h3{font-size: 32px;}
    .yt-img{margin-top: 10px;}
    .abo-number li h3{font-size: 50px;}
}





.yrtko_per{
    /* background: url(../images/cs.jpg) no-repeat; */
    padding: 60px 0;
}

.yrtko_per .ytptitle{
    padding-top: 0;
    position: relative;
}

.ytpimg h4{

}

.cur{
    display: block;
}

.ttz{
}

.my-flex{
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
}

.my-flex li{
    background-color: #eeeeee;
    padding: 20px 0;
    width: 16%;
    border: 1px solid #e4e4e4;
}

.my-flex li a h4{
    color: #666666;
    font-size: 16px;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.my-flex li:hover{
    background-color: #005bac;
    cursor: pointer;
}

.my-flex li.cur{
    background-color: #005bac;
    cursor: pointer;
}

.my-flex li:hover a h4{
    color: #ffffff;
}

.my-flex li.cur a h4{
    color: #ffffff;
}

.my-prolist{
    margin-top: 20px;
    padding-bottom: 0;
    display: block;
}

.my-prolist ul{
}

.my-prolist .ttz{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-prolist .ttz{
}

.my-prolist .ttz li{
    float: left;
    width: 49%;
    background-color: #fff;
    transition: all .3s;
    margin-left: 2%;
    margin-bottom: 2%;
    position: relative;
    overflow: hidden;
}

.my-prolist .ttz li:nth-child(3){margin-left: 0;}
.my-prolist .ttz li:nth-child(1){margin-left: 0;}
.proimg .imgs{
    /* padding-top: 20px; */
    /* box-shadow: 1px 1px 1px 1px #999; */
}

.proimg .imgs img{
    width: 100%;
 transition: all .3s;
}


.protxt{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    height: 100%;
    background: rgb(180 76 73 / 76%);
    padding: 40% 10% 0;
    left: -100%;
    transition: all .3s;
}

.protxt h3{
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    padding: 0;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-bottom: 20px;
	  
}
.protxt p{font-size: 16px;color: #fff;}
.protxt dd{margin: 40px 0 0 0;}
.protxt h3 img{
    float: right;
    position: absolute;
    right: 0;
    display: none;
}

.my-prolist .ttz li:hover .protxt{
  left:0;
  
}

.my-prolist .ttz li:hover{
}

.my-prolist .ttz li:hover .protxt h3{
    color: #fff;
}

.my-prolist .ttz li:hover img{
    transform: scale(0.9);
    
}










/*{# 易推优势中心 #}*/

.yt-youshi{
  background: url(../images/beiy.png);
  padding: 50px 0 50px 0;
  background-size: 100% 100%;
}
.yt-youshis{
  
padding: 50px 0 0 0;
}
.ys-news{padding: 80px 0 50px;background: #f7f7f7;}

.news_auto ul li{width: 20%;float:left;text-align: center;position: relative;}
.news_auto ul li:nth-child(1){margin-left:0;}
.news_auto ul li.zuihou{width: 34%;}

.news_auto ul li:nth-child(-n+2)::before{  
border-right: 1px dashed #999; 
width:2px;
height:100%; 
position: absolute; 
content: '';
top: 0;  
right: 0;
}
.news_auto{margin: 60px 0 0;}
.news_auto ul{display: flex;justify-content: flex-end;align-items: center;background: #fff;}
.news_imgs{position:relative;}
.news_title{background: #1b1b1b;width:100%;padding: 1vh 1vw;transition: all 0.6s;}

.news_title p{font-size: 24px;color: #Fff;}
.news_title dd{font-size: 18px;color: #fff;}
.qi_news{/* padding: 3vh 1vw; */text-align: center;}
.zuihouser{margin-top:30px;margin-bottom:30px;}
.qi_news h3{font-size: 26px;color: #000;margin-bottom: 15px;}
.qi_news p{font-size: 18px;color: #fff;margin-bottom: 0;}
.qi_news a{font-size: 18px;color: #8b3735;}
.news_auto ul li .news_imgs img{transition: all 0.6s;max-width:100%;}
.ouyuer{background: #8b3735;padding: 30px 20px;}


/* .news_auto ul li .news_imgs:hover  .news_title { */
    /* position: absolute; */
    /* bottom: 30%; */
    /* background: none; */
    /* width: 90%; */
	/* margin:auto; */
    /* padding: 3vh 0; */
    /* border-bottom: 2px solid #fff; */
    /* border-top: 2px solid #fff; */
	 /* transform: translate(5%); */
/* } */

.news_auto ul li .news_imgs:hover  img{filter:brightness(50%);}
.all{
    padding-top: 20px;
}

.yt-youshi .ys-tl h3{
    color: #333333;
    font-size: 42px;
    font-weight: 500;
}
.yt-youshi .ys-tl dd{font-size: 32px;color:#999;text-transform: uppercase;}

.yt-youshi .ys-tl h3 span{
    color: #005bac;
}
.anli_xia{width: 90px;height: 5px;margin: initial;background: #16c253;margin-top: 10px;margin-bottom: 10px;}
.yt-youshi .ys-tl h3 img{
    transition: all .3s;
}

.yt-youshi .ys-tl h3 img:hover{
    transform: scale(1.02);
    transition: all .3s;
    cursor: pointer;
}

.ys-left{
    width: 47.65%;
    float: left;
    padding-right: 5%;
    /* padding-top: 3%; */
}

.ys-right{
    float: left;
    width: calc(100% - 47.65%);
}

.ys-right:hover{
    cursor: pointer;
}

.ys-right img{
    width: 100%;
}



.ys-bl{
    margin-top: 4vh;
}
.ys-bl h2{font-size: 30px;font-weight: 500;padding-bottom: 20px;}
.ys-bl h2 img{display:inline-block;}
.ys_psls{width: 100%;margin:auto;margin-top: 30px;margin-bottom: 5vh;}
.ys_psls div{width:50%;float:left;text-align:center;}
.ys_psls div p{font-size: 60px;font-weight: 600;color: #3cce75;}
.ys_psls div dd{font-size: 22px;color: #3cce75;}
.ys-bl p{
    font-size: 20px;
    color: #000;
    line-height: 2;
}

.ys-bl h3{
    float: left;
    color: #005bac;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
}

.ys-bl h3 img{
    padding-right: 12px;
    margin-bottom:2px;
}

.ys-bl h4 span{
    display: block;
}

.ys-bl h4{
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    color: #666;
    margin-left: 5px;
}


.video {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.video-close {
    position: absolute;
    left: 100%;
    top: 0;
    padding: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #fff url(../images/42e6b311958c7167b352ae58b9ead734612cb12d.png) no-repeat center;
}

.video-inner {
    position: fixed;
    top: 50%;
    left: 15%;
    margin-top: -287px;
    /* margin-left: -512px; */
    width: 70%;
    height: 574px;
    background: #000;
    z-index: 9999;
}

.video video {
    display: block;
    width: 100%;
    height: 574px;
    margin: 0 auto;
    outline: none;
}

.video{
    display: none;
    z-index: 9999;
}










/*{# 易推联系 #}*/

.yt-tel{
    margin-top: 2%;
   
    text-align: center;
}

.tel-all{
    padding: 60px 0px 50px 0px;
}

.yt-tel h3{
    font-size: 20px;
	color: #0d9bff;
    font-weight: normal;
}

.yt-tel h4{
    font-size: 44px;
	color: #ffffff;
    margin-top: 20px;
    font-weight: bold;
}

.yt-tel h5{
	font-size: 20px;
	line-height: 30px;
	color: #ffffff;
    margin-top: 20px;
}

.yt-tel h6{
    color: #0d9bff;
    font-size: 36px;
    font-family: "Airal";
    width: 32%;
    padding: 5px 0px;
    margin:0px auto;
    border-radius: 35px;
    border: 1px solid #235371;
    margin-top: 42px;
    box-shadow: #0d9bff 0px 0px 5px;
}

.yt-tel h6:hover{
    box-shadow: #0d9bff 0px 0px 10px;
}

.yt-tel h6 img{
    padding-right: 20px;
    padding-bottom: 5px;
}

.hul{margin-top: 3.6%;}
.hul li{width: 32%;margin-bottom: 1.2%;margin-left: 2%;}
.hul li .img img{display: block;width: 100%;}
.hul li:first-child{/* width: 65.6%; */margin-left: 0;}




/*{# 易推客户 #}*/

.yt-all{
    text-align: center;
}

.cus-title{
    margin-top: 6.7%;
}

.cus-title h3{
    font-size: 40px;
    line-height: 1;
    color: #333333;
    font-weight: bold;
}

.cus-title h3 span{
    color: #005bac;
}

.cus-title h4{
    font-size: 18px;
    line-height: 1.2;
    color: #777777;
    margin-top: 18px;
    font-weight: normal;
}

.cus-all{
    display: flex;
    justify-content: space-between;
}

.cus-left{
    width: 65.63%;
    float: left;
    overflow: hidden;
}

.cus-left img{
    width: 100%;
    transition: all .5s;
}



.cus-left:hover img{
    transition: all .5s;
    transform:scale(1.05);
    box-shadow: #d1d1d1 0px 0px 20px;
}

.zxl-div1{
    margin-top: 5px;
}

.cus-right{
    width: 33.2%;
    float: right;
    margin-left: 1.5%;
    position: relative;
}

.cus-right img{
    width: 100%;
    transition: all .5s;
}

.cusr-top{
    position: absolute;
    top: 0;
    overflow: hidden;
}

.cusr-top:hover img{
    transform:scale(1.05);
    transition: all .5s;
}

.cusr-bot{
    position: absolute;
    bottom: 0;
    overflow: hidden;
}

.cusr-bot img{
    transition: all .5s;
}

.cusr-bot:hover img{
    transform:scale(1.05);
    transition: all .5s;
}

.cus-all{
    margin-top: 5vh;
}

.flexs{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 40px;
}

.flexs h3{
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.flexs span{
    height: 1px;
    width: 80%;
    background-color: #eeeeee;
}

.flexs h4 a{
    font-size: 14px;
    color: #999999;
    transition: all .3s;
    font-weight: normal;
}

.flexs h4 a:hover{
    color: #005bac;
    transform: scale(1.1);
    transition: all .3s;
}

.case-list{
    margin-top: 1%;
    margin-bottom: 1%;
}

.pro h3{
    font-size: 16px;
    color: #777777;
    line-height: 54px;
    font-weight: normal;
    text-align: center;
}

.proimgs{
    border: 1px solid #eeeeee;
}

.pro:hover .proimgs{
    border: 1px solid #005bac;
}
.pro:hover h3{
    color:#005bac;
}












.yt-aboutus{
    background: url(../images/9339c7ba4ab5612df4dd52f51877ef64dfad3028.jpg) no-repeat;
    background-size: cover;
}

.abous{
    display: flex;
    justify-content: center;
    padding: 4.9% 0 5.3% 0;
}

.abous-left{
    width: 53.2%;
    float: left;
}

.abous-left img{
    width: 100%;
}

.abous-right{
    width: 43.75%;
    float: right;
    margin-left: 4%;
    position: relative;
}

.abous-right h3{
    color: #005bac;
    font-size: 32px;
    line-height: 41px;
    font-weight: bold;
}

.abous-right h4{
    font-size: 24px;
    color: #333333;
    line-height: 41px;
    font-weight: normal;
}

.abous-right h5{
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 2vh;
}

.abous-right span{
    background-color: #005bac;
    color: #fff;
    font-size: 16px;
    border-bottom: 4px solid #0d9bff;
    padding: 15px 40px;
    transition: all .5s;
    position: absolute;
    bottom: 0;
}

.abous-right span img{
    padding-right: 10px;
}

.abous-right span:hover{
    cursor: pointer;
    margin-left: 20px;
    transition: all .5s;
}












.zixun-left img{width: 100%;}

.yt-news{padding: 3.7% 0;}
.newsall{
    margin-top: 2%;
    display: flex;
    justify-content: center;
}

.news-left{
    width: 50%;
    float: left;
    /* box-shadow: #f6f6f6 20px 0px 30px; */
    position: relative;
}

.news-left::before{
    position: absolute;
    width: 35px;
    height: 558px;
    content: '';
    right: -33px;
    /* background: url(../images/fb6f6da71cf9d079f5fd5a4b0e1474a0121ecc40.png) no-repeat right; */
}

.tabsz{
    width: 92%;
}

.tabsz li{
    float: left;
    padding-right: 3.2vw;
}

.tabsz li a{
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}

.tabsz li a:hover{
    color:#005bac;
}

.tabsz li.cur a{
    color:#005bac;
}

.tabsz span{
    float: right;
}

.tabsz span a{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
}

.tabsz span a:hover{
    color:#005bac;
}

.newscon{
    margin-top: 25px;
    width: 100%;
}

.newimg img{
    width: 100%;
}

.ttsz{
    display: none;
}

.newimg1{
    display: block;
}

.newimg2{
    display: none;
}

.zxl-div2 h3{font-size:18px ;color: #555555;padding-left: 27px;background: url(../images/fc5a394c6a133a5d6dfc7cc0ebad785dac944d39.png) no-repeat left  center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;width: calc(100% - 160px);line-height: 32px;}
.zixun-left{margin-bottom: 20px;}

.zixun-right li:hover .zxl-div2 h3 {color: #005bac;background: url(../images/8b41b6cf59982baf055d521a93fc42440c2c1ce0.png) no-repeat left center;}


.newsimg{
    float: left;
    margin-top: 0.5vh;
    padding-right: 0.5vw;
}

.zxl-div1 .zxl-div2 span{
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div1 .zxl-div2 h4{
    float: right;
    line-height: 32px;
    font-weight: normal;
    color: #888888;
    font-size: 16px;
}

.zxl-div{
    margin-top: 2.5vh;
}



.zxl-div1:hover .zxl-div2{
    color: #005bac;
}

.zxl-div1:hover .newsimg .newimg1{
    display: none;
}

.zxl-div1:hover .newsimg .newimg2{
    display: block;
}

.news-right{
    float: right;
    width: 50%;
    padding-left: 3.3vw;
}

.nrcon{
    /* margin-top: 5vh; */

}

.nrcon ul li{
    margin-top: 16px;
    padding: 10px 0;
    margin-bottom: 16px;
}

.zxl-div3 h3{
    font-size: 18px;
    line-height: 34px;
    color: #555555;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div3 h4{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    /* padding-bottom: 20px; */
}

.nrcon ul{
    /* border-bottom: 1px dashed #dddddd; */
    margin-bottom: 0;
}


.nrcon div{
   
}

.zxl-div3:hover h3{
    color: #005bac;
}





.blueline{
   
}

.zzaa img{
    width: 100%;
}

.zzaa{
    transition: all .5s;
    overflow: hidden;
}

.zzaa img{
     transition: all .5s;
}

.zzaa:hover img{
    transform: scale(1.05);
    transition: all .5s;
}



/*底部样式*/

.hm-footer{
    position: relative;
    background: url(../images/footb.jpg);
    background-size: 100% 100%;
}

.hm-footer::before{
    width: 83.333%;
    /* background-color: #222222; */
    height: 5px;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
}

.wss{
    padding: 50px 0 1%;
    display: flex;
    justify-content: space-between;
}
.footerer{padding: 15px 0;border-bottom:2px solid #999;font-size:16px;color:#fff;text-align:center;text-transform: uppercase;}

.foot-left{
    width: 20%;
    float: left;

    padding-left: 30px;
}
.wss .foot-left{border-right: 1px solid #6a8f93;position:relative;}
.wss .foot-left:nth-child(5){border-right: 0px solid #999;width: 40%;}

.wss .foot-left:before{
	content: " ";
	position:absolute;
	width:1px;
	height:100%;
	background:url(../images/xian2.png);
left:0;	
}

.wss .foot-left:nth-child(1):before{
	content: " ";
	position:absolute;
	width:0;
	height:100%;
	background:url(../images/xian2.png);
left:0;	
}
.foot-auto{width: 80%;text-align: center;}
.foot_nav{
    overflow: hidden;
    display: flex;
    justify-content:space-between
}
.foot_nav h3{font-size:20px;color: #fff;}
.foot_nav li {
    float: left;
}

.foot_nav li a{
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.foot_nav li .x-nav-menu h3{font-size:20px}
.foot_nav li .x-nav-menu dd a{
    color: #eee;
    font-size: 14px;
    line-height: 32px;
    text-transform: initial;
    /* text-transform: uppercase; */
}

.foot_nav li .x-nav-menu dd a:hover{
    color: #fff;
}

.foot_nav li .x-nav-menu{
    margin-top: 10px;
}

.foot-right{
    float: right;
    text-align: center;
    width: 15%;
}
.foot-right p{   color: #999;
    font-size: 14px;
  }

.fr-lx ul li{
  width: 15%;
  float:left;
  margin-left: 3%;
  text-align: center;
}

.fr-lx h5{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 3vh;
}

.fr-ewm{
    margin-top: 2vw;
}
.fr-ewm .btn-default {
    color: #fff;
    background-color: #8b3735;
    border-color: #8b3735;
    padding-left: 50px;
    padding-right: 50px;
}
.okou{margin-top:2vh;}

.fr-ewm h3{
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 1vh;
}

.wx-ewm{
    /* float: left; */
    text-align: center;
    /* text-align: center; */
    margin-top: 2vh;
}

.ph-ewm{
    float: left;
    text-align: center;
    margin-left: 1.1vw;
}

.hm-floor{
    /* background-color: #222222; */
    border-top: 1px solid #6a8f93;
}

.hm-floor .fl-all{
    padding: 30px 0px;
}

.fl-left{
    width: 100%;
    float: left;
    color: #eee;
    font-size: 16px;
    text-align: center;
}

.fl-left a{
    color:#848484;
}

.fl-center{
    width: 15%;
    float: left;
    display: none;
}

.fl-center h3{
    float: left;
    color: #848484;
    font-size: 12px;
}

.fl-center a{
    float: left;
    color: #848484;
}

.fl-right{
    float: right;
    color:#848484;
    line-height: 20px;
}

.fl-right a{
    color:#848484;
    font-size: 14px;
}

.fl-right span{
    color:#848484;
    font-size: 14px;
}

.fl-right a:hover{
    color:#0d9bff;
}

.fl-left a:hover{
    color:#0d9bff;
}

.clink{
    float: left;
    position: relative;
}

.clink:hover{
    cursor: pointer;
}

.sec{
    display: none;
    background-color: #6f6f6f;
    color: #fff;
    position: absolute;
    word-break:break-all; 
    word-wrap:break-word;
    bottom: 30px;
    width: 700%;
}

.x-region{
    font-size: 14px;
}

.slick-vertical .slick-slide{
    border: 0 !important;
}




















/*自适应调整*/

@media(max-width: 1295px){
    .photxt h5{
        font-size: 24px;
    }
    .foot-left {
    width: 22.8%;
    float: left;
}
    .foot-right {
    float: right;
    width: 28.5%;
}
}

@media(max-width: 1245px){
    .t-img{
        padding-left: 3%;
    }
    .fl-right{
        display: none;
    }

    .fl-left{
        width: 100%;
        text-align: center;
    }

   
}

@media(max-width: 1210px){
   .ddesc h4{
       font-size: 20px;
   }

   .ddesc h5{
       font-size: 16px;
   }
   .t-img{
       display: none;
   }
   .dlogo a img{
       width: 100%;
   }

  

  
}

@media(max-width: 1030px){
    .x-top1 .dphone{
        width: 22%;
    }
   
    .abous-right span {
    background-color: #005bac;
    color: #fff;
    font-size: 16px;
    border-bottom: 4px solid #0d9bff;
    padding: 15px 40px;
    transition: all .5s;
    position: absolute;
    bottom: -71px;
}

.abous-left{
    display: none;
}

.all {
    padding-top: 48px;
    padding-left: 30px;
}

.abous {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}

.abous-right {
    width: 100%;
    float: none;
    margin-left: 15px;
    position: relative;
}

.cus-title h3 {
    font-size: 36px;
    line-height: 1;
    color: #333333;
}

.cus-title h4 {
    font-size: 15px;
}

}

@media(max-width: 1164px){
  .photxt h4{
      font-size: 13px;
  }

  .yt-tel h6 img{
      padding-bottom: 0px;
  }

  .news-left::before{
      display: none;
  }

  .photxt h5{
      font-size: 20px;
  }
  .yt-tel h4 {
    font-size: 36px;
    color: #ffffff;
    margin-top: 12px;
}
.yt-tel h5 {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 15px;
}
.yt-tel h6 {
    color: #0d9bff;
    font-size: 24px;
    font-family: "Airal";
    width: 40%;
    padding: 5px 0px;
    margin: 0px auto;
    border-radius: 35px;
    border: 1px solid #235371;
    margin-top: 42px;
    box-shadow: #0d9bff 0px 0px 5px;
}
}

@media(max-width: 1440px){
	

    .my-prolist .ttz li {
    float: left;
    width: 49%;
    background-color: #fff;
    transition: all .3s;
}
.my-prolist .ttz li:nth-child(4n){
    /* margin-right: 0px; */
}



.my-prolist .ttz li:nth-child(5){
    display: none;
}
}

@media(max-width: 1290px){
    .my-flex li {
    float: left;
    background-color: #eeeeee;
    padding: 10px 0;
    border: 1px solid #e4e4e4;
}

.abous-right h5{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}

.abous-right h4 {
    font-size: 20px;
    color: #333333;
    line-height: 41px;
    font-weight: normal;
}

.abous-right h3 {
    color: #005bac;
    font-size: 26px;
    line-height: 41px;
}

.yt-youshi .ys-tl h3{
    font-size: 30px;
}

    .ys-bl h3{
        font-size: 14px;
    }

    .ys-bl h4{
        font-size: 14px;
    }

    .my-prolist .ttz li {
    float: left;
    width: 49%;
    background-color: #fff;
    transition: all .3s;
    margin-top: 15px;
}
.my-prolist .ttz li:nth-child(3n){
    margin-right: 0px;
}

.my-prolist .ttz li:nth-child(4){
    /* display: none; */
}

.my-prolist .ttz li:nth-child(5){
    display: none;
}
}

@media(max-width: 1760px){
    .protxt h3 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    padding: 4vh 0;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
}

@media(max-width: 1050px){
    .my-flex li a h4 {
    color: #666666;
    font-size: 14px;
}
.my-flex li {
    float: left;
    background-color: #eeeeee;
    padding: 10px 0;
    border: 1px solid #e4e4e4;
}
.so{
    display: none;
}
}

@media(max-width: 1000px){
 
    .my-prolist .ttz li {
    float: left;
    width: 49%;
    background-color: #fff;
    transition: all .3s;
    margin-top: 15px;
}

    .foot-left {/* display: none; */width: 20%;}
    .foot-right {
    float: left;
    width: 100%;
    display: block;
}


.all{
    padding-top: 50px;
}

.yt-youshi .ys-tl h3 {
    font-size: 25px;
}


.my-prolist .ttz li:not(:last-child) {
    margin-right: 15px;
}

.my-prolist .ttz li:nth-child(3n){
    margin-right: 0px;
}

.my-prolist .ttz li:nth-child(4){
    display: block;
}

.my-prolist .ttz li:nth-child(5){
    display: none;
}
}



@media(max-width: 1140px){
    .ys-left{
        width: 100%;
    }
    .ys-tl{
        float: left;
    }
    .ys-bl {
    margin-top: 0;
    float: right;
}
    .ys-right{
        display: none;
    }
    .ys-bl h3{
        font-size: 16px;
    }
    .ys-bl h4{
        font-size: 16px;
    }
    .abo-number li h3{
        font-size: 64px;
    }
}

@media(max-width: 768px){
.abo-number li h3 {
    font-size: 40px;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
    margin-top: 8px;
}

.abo-number li h4 {
    font-family: MicrosoftYaHei;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 14px;
}
.abo-number li h5 {
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}
.yt-about{
    display: none;
}

.fr-ewm{
    display: none;
}

.fl-left{
    display: block;
    padding-bottom: 50px;
}

.fl-center{
    display: block;
    width: 100%;
    line-height: 14px;
    margin-left: 38%;
}

.hm-floor .fl-all{
    padding: 15px 0px;
}

}

@media(max-width: 950px){
    .ys-tl{
        float: none;
    }
    .ys-bl{
        float: none;
        margin-top: 3vh;
    }
    br{
        display: none;
    }
    .yt-youshi .ys-tl h3 {
    font-size: 30px;
}
.flexs h3 {
    font-size: 18px;
}
}

@media(max-width: 768px){
    .yt-title h3 {
    font-size: 24px;
    letter-spacing: 0px;
    /* color: #333333; */
}

.news-left{
    background: none;
}

.yt-title h4 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #777777;
    display: inline-block;
}

.yt-tel h5 {
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 15px;
}
.cus-title h3 {
    font-size: 26px;
    line-height: 30px;
    color: #333333;
}

.cus-title h4 {
    font-size: 12px;margin-top: 5px;line-height: 20px;
}

.flexs h3{
    font-size: 16px;
}
.pro h3{
    font-size: 14px;
}

.abous-left{
    display: none;
}

.abous-right {
    width: 100%;
    margin-left: 0%;
    position: relative;
}

.abous {
    display: flex;
    justify-content: center;
    padding: 30px 15px;
}
.abous-right span {
    background-color: #005bac;
    color: #fff;
    font-size: 16px;
    border-bottom: 4px solid #0d9bff;
    padding: 10px 30px;
    transition: all .5s;
    position: absolute;
    bottom: -10vh;
}

.zxl-div1 .zxl-div2{

    color: #555555;
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    align-items: center;
    text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}

.nrcon ul li{
    margin-top: 0px;
}

.zxl-div3 h3 {
    font-size: 15px;
    line-height: 24px;
    color: #555555;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.nrcon{margin-top: 20px;}
.zxl-div3 h4 {
    font-size: 14px;
    line-height: 29px;
    color: #999999;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 12px;
}
}

@media(max-width: 670px){
    .news-right{
        display: none;
    }

    .news-left {
    width: 100%;
    float: left;
    box-shadow: #f6f6f6 10px 5px 20px;
}

.yt-title h3 {
    font-size: 22px;
    letter-spacing: 0px;
    /* color: rgb(119 119 119 / 33%); */
}
.yt-title h4 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
}

.tabsz li a {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}
.flexs span {
    height: 1px;
    width: 64%;
    background-color: #eeeeee;
}
.cus-title h3 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.img1{
    display: none;
}
.img2{
    display: none;
}
.protxt h3 img{
    display: none;
}
.abous-right h3 {
    color: #005bac;
    font-size: 20px;
    line-height: 41px;
}
}


@media(max-width: 750px){
    .my-flex {
    display: block;
    margin-top: 5vh;
    overflow: hidden;
}
.my-flex li {
    float: left;
    background-color: #eeeeee;
    padding: 10px 0;
    border: 1px solid #e4e4e4;
    width: 31.3%;
    margin: 5px;
}
.ys-bl h3 {
    font-size: 15px;
}
.ys-bl h4 {
    font-size: 14px;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
padding-left: 10px;
line-height: 24px;
}


.yt-tel h6 {
    color: #0d9bff;
    font-size: 24px;
    font-family: "Airal";
    width: 80%;
    padding: 5px 0px;
    margin: 0px auto;
    border-radius: 35px;
    border: 1px solid #235371;
    margin-top: 42px;
    box-shadow: #0d9bff 0px 0px 5px;
}
}


@media(max-width: 530px){


.zxl-div1 .zxl-div2 {
    color: #555555;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.protxt h3 img{
    display: none;
}

}

@media(max-width: 502px){
    .x-banner{
        margin-top: 60px;
    }
    .fr-lx h4 {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-weight: normal;
}
.yt-youshi .ys-tl h3 {
    font-size: 26px;
}
    .fr-lx h5{
        display: none;
    }
    .fr-ewm{
        display: block;
        overflow: hidden;
        float: left;
        margin-top: 5vh;
    }
    .ph-ewm {
    float: left;
    text-align: center;
    margin-left: 12.1vw;
}
}


@media(max-width: 376px){
    .fr-lx h5{
        display: none;
    }
    .x-banner{
        margin-top: 60px;
    }

    br{
        display: block;
    }

    .my-prolist .ttz li {
    float: left;
    width: calc(50% - 8px);
    background-color: #fff;
    transition: all .3s;
    margin-top: 15px;
}

.newsimg {
    float: left;
    margin-top: 0.3vh;
    padding-right: 0.5vw;
}

.my-prolist .ttz li:not(:last-child) {
    margin-right: 15px;
}

    .my-prolist .ttz li:not(:nth-child(2n)) {
    margin-right: 32px;
}

    .fr-ewm{
        display: block;
        overflow: hidden;
        float: left;
        margin-top: 5vh;
    }
    .ph-ewm {
    float: left;
    text-align: center;
    margin-left: 12.1vw;
}
.fl-center {
    display: block;
    width: 100%;
    line-height: 14px;
    margin-left: 36%;
}

.yrtko_per .ytptitle {
    padding-top: 4.8vh;
}
.yt-img {
    margin-top: 0px;
}

.my-prolist {
    margin-top: 2.5vh;
    padding-bottom: 10vh;
    display: block;
}

    .wss {
    padding-top: 3vh;
    padding-bottom: 1.5vh;
}

    .fr-ewm {
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 2vh;
}
.page-banner{
    
}
}






@media (min-width: 1200px){
.container {
    /* width: 1400px; */
}
}

@media (max-width: 991px){
.page-banner img {
    position: relative;
    margin-top: 58px;
}
}
@media (max-width: 768px){
.page-banner img {
    position: relative;
    margin-top: 0px;
}
}

@media (max-width: 998px){
.my-prolist .ttz li:not(:last-child) {
    margin-right: 0;
}
.my-prolist .ttz li:nth-child(2n) {
    margin-right: 0px;
}
}

@media(max-width: 376px){
    .fr-lx h5{
        display: none;
    }
    .x-banner{
        margin-top: 60px;
    }

    br{
        display: block;
    }

    .my-prolist .ttz li {
    float: left;
    width: 49%;
    background-color: #fff;
    transition: all .3s;
    margin-top: 15px;
}

.newsimg {
    float: left;
    margin-top: 0.3vh;
    padding-right: 0.5vw;
}


    .my-prolist .ttz li:not(:nth-child(2n)) {
    margin-right: 0;
}

    .fr-ewm{
        display: block;
        overflow: hidden;
        float: left;
        margin-top: 5vh;
    }
    .ph-ewm {
    float: left;
    text-align: center;
    margin-left: 12.1vw;
}
.fl-center {
    display: block;
    width: 100%;
    line-height: 14px;
    margin-left: 36%;
}

.yrtko_per .ytptitle {
    padding-top: 0;
}
.yt-img {
    margin-top: 0px;
}

.my-prolist {
    margin-top: 2.5vh;
    padding-bottom: 30px;
    display: block;
}

    .wss {
    padding-top: 3vh;
    padding-bottom: 1.5vh;
}

    .fr-ewm {
    display: block;
    overflow: hidden;
    float: left;
    margin-top: 2vh;
}
.page-banner{
    
}
.yt-youshi .ys-tl h3 {
    font-size: 24px;
    line-height: 36px;
}

.yt-tel h4 {
    font-size: 24px;
    color: #ffffff;
    margin-top: 15px;
    line-height: 36px;
}

.yt-tel h5 {
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
    margin-top: 15px;
}

.abous-right h4 {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    font-weight: normal;
}
}








/*友情链接*/
.f_link{font-size:14px;color:#333;margin:20px auto;}
.f_link a{color:#333;margin-right:6px;}


/*页面底部*/
.foot{background:#333;}

.f_nav{width:826px;margin-top:40px;}
.f_nav dl{float:left;width:136px;height:186px;overflow:hidden;}
.f_nav dt{margin-bottom:8px;font-size:19px;color:#333;font-weight:normal;}
.f_nav dt a{}
.f_nav dd{}
.f_nav dd a{font-size:12px;color:#333;line-height:20px;}





.copyright{text-align:center;line-height:24px;}






/*内页左侧样式*/
.page-product-inquiry a{color: #fff;}



.cpge tbody tr:nth-child(1){
  background-color: #000;
}
.cpge tbody tr td{
  padding-left:10px;
  color:#666;
  height: 32px;
  border-color: #ddd;

}

@media(max-width: 768px){
    .yt-youshi .ys-tl h3{font-size: 24px;line-height: 40px;}
    .all{padding-top: 30px;}
    .abous-right span{position: static;display: inline-block;margin-top: 10px;}
    .tabsz li a{font-size: 20px;}
    .newscon{margin-top: 20px;}
}

@media(max-width: 640px){
    .my-prolist{padding: 0 15px 20px 15px;margin-top: 0;padding: 0;}
    .protxt h3{padding: 15px 0 5px;display: block;font-size: 14px;margin-bottom: 0;}
    .my-flex{margin-top: 5px;display: flex;justify-content: space-between;flex-wrap:wrap;display: -webkit-flex;}
    .my-flex li{margin: 0;margin-bottom: 10px;padding: 0;}
    .my-flex li a h4{display: block;}
    .yt-tel h4 {
        font-size: 20px;line-height: 28px;
        color: #ffffff;
        margin-top: 15px;
    }
    .yt-tel h5{font-size: 14px;}
    .flexs{margin-top: 20px;}
    .abous-right h5{font-size: 14px;line-height: 24px;}
    .yt-news{padding: 10px 0;}
    .tabsz li a{font-size: 16px;}
    .zxl-div2 h3{width: calc(100% - 90px);font-size: 14px;}
    .zxl-div1 .zxl-div2 h4{font-size: 14px;}
}




.swiper-button-next1s, .swiper-container-rtl .swiper-button-prev1s {
    background-image: url(../images/right_j.png);
    left: 4%;
    /* left: auto; */
}
.swiper-button-prev1s, .swiper-container-rtl .swiper-button-next1s {
    background-image: url(../images/left_j.png);
    left: 1%;
    right: auto;
}
.swiper-button-next1s, .swiper-button-prev1s {
    position: absolute;
    top: 97%;
    width: 21px;
    height: 41px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 21px 41px;
    background-position: center;
    background-repeat: no-repeat;
}
.olks{padding: 3% 2% 0;}
.ttzs li{width:18%;float:left;margin-left: 2.5%;}

.ttzs li:nth-child(1){margin-left:0;}

.olks .protxt {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    border-top: none;
    text-align: center;
    background: none;
}


.olks .protxt h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    padding: 3vh 0 0 0;
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.olks .protxt p {
    font-size: 18px;
    color: #999;
    text-transform: uppercase;
}
.zixun-right h3{
    font-size: 30px;
    color: #000;
}
.zixun-right p{
    font-size: 18px;
    padding: 20px 0px 0 0;
    line-height: 2;
}
.zxl-div2{width:20%;float:left;padding-right: 7%;position: relative;}
.zxl-div2 dd{
    font-size: 28px;
    font-weight: 600;
    text-align: right;
    color: #000;
}
.zxl-div2 p{
  
    font-size: 18px;
    text-align: right;
    color: #000;

}

.zxl-div2::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    display: block;
    background-color: #000;
    right: 15px;
    top: 10px;
}
.zxl-div3{width:80%;float:left;}


   .clear{
        clear:both;
    }
	
	
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
    left: 0;
    width: 100%;
}
.olkscopp{margin-top:5%;}



@media (max-width: 768px){
	
	.h-right {
  
transform: translateY(0);
  
padding: 0 0 0 0;
  
width: 100%;
}
	
	.youshiindex .yt-title h4 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
    display: inline-block;
}
.youshiindex .yt-title h3 {
    font-size: 25px;
    letter-spacing: 0px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.hul li {
    width: 100%;
    margin-bottom: 5.2%;
    margin-left: 0;
}

.h-left dd {
    font-size: 14px;
    color: #0762cb;
    padding: 15px 0;
}

.ys-right {
    display: block;
}

.ys-right {
    float: left;
    width: calc(100% - 0px);
}

.yt-youshi .ys-tl dd {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}

.ys-bl p {
    font-size: 16px;
    color: #999;
    line-height: 2;
}


.swiper-button-next1s, .swiper-button-prev1s {
    position: absolute;
    top: 90%;
    width: 24px;
    height: 15px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 24px 15px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}


.news-left {
    width: 100%;
    float: left;
    box-shadow: #f6f6f6 0 0 0;
    padding: 0;
}
	
}

.titles_xia {
    width: 60px;
    height: 6px;
    margin: auto;
    background: #8b3735;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
}

.a_yts{margin: 40px 0 30px 0;}
.a_yts a{font-size:16px;padding:10px 30px;background:#8b3735;color: #fff;border-radius: 40px;}

.swiper-button-prev2s, .swiper-container-rtl .swiper-button-next2s {

   left: -60px;
    right: auto;
}

.swiper-button-next2s, .swiper-container-rtl .swiper-button-prev2s {

   right: -60px;
    left: auto;
}


.fold_wrap{width: 100%;height: auto;margin:40px auto 0 auto;overflow:hidden;}
.fold_wrap li{float:left;width: 25%;height: 442px;position:relative;overflow:hidden;cursor:pointer;}
.fold_wrap li .mask_b{position:absolute;overflow:hidden;width: 70%;height: 90%;left: 23%;top: 5%;display:none;background: #fff;padding: 5% 5%;}
.fold_wrap li.on .mask_b{display:block;}
.fold_wrap li .mask_b h4{color: #089a3c;margin:0 auto;display:block;font:30px/30px Microsoft Yahei;position:relative;padding:30px 0 0 0;font-weight: 600;}
.fold_wrap li .mask_b p{font-size: 18px;color: #000;padding: 40px 15px;line-height: 2;position:relative;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;}
.fold_wrap li .mask_b p .span1s{font-size: 40px;color: #089a3c;position:absolute;left: -2px;top: 25px;}
.fold_wrap li .mask_b p .span2s{font-size: 40px;color: #089a3c;position:absolute;right: 0px;bottom: 15px;}

.fold_wrap li .adv_intro{ width:92%; height:40px; padding:5px 4%; position:absolute;left:0; bottom:-50px;background:#37D; color:#FFF; overflow:hidden;}
.adv_intro_show{bottom:0 !important; transition:bottom 0.3s linear 0.3s; -webkit-transition:bottom 0.3s linear 0.3s;}

.pic_auto{width:100%;height:100%;}





/* 搜索 */

.x-header-right1 {
    position: relative;
    padding: 0 2px;
    z-index: 99;
}

a.sskka {
    line-height: 60px;
    padding: 0 1.2vw;
}

.ssk {
    position: absolute;
    right: 130px;
    width: 150%;
    top: 60px;
    z-index: 999;
    display: none;
}
.search {
    text-align: left;
}
#formsearch1 {
    width: auto;
    float: right;
    vertical-align: middle;
}
#formsearch1 input#keyword {
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    color: #666;
}
#formsearch1 input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #00479d;
    color: #fff;
    border: none;
    cursor: pointer;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.header_search_fix {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1f34b4;
    color: #fff;
    display: none;
}

.header_search_fix .box {
    position: absolute;
    width: 40%;
    top: 50%;
    margin-top: -50px;
    text-align: left;
    left: 30%;
}

.header_search_fix .search {
    font-size: 18px;
    margin-bottom: 10px;
}

.header_search_fix .search_box {
    line-height: 70px;
    height: 70px;
    position: relative;
}
.header_search_fix input[type="text"] {
    background: none;
    width: 70%;
    border: 0;
    outline: 0;
    font-size: 38px;
    color: #fff;
    font-family: 'Impact';
    border-bottom: 1px solid #fff;
}


.header_search_fix .submit {
    width: 125px;
    height: 45px;
    line-height: 41px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
    background: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: 0;
    -webkit-appearance: none;
    outline: none;
}



/* 轮播定标语 */
.by_index{position:relative;width: 100%;background: url(../images/diyi.png)no-repeat;padding: 100px 0;}
.dy_auto{display: flex;justify-content: center;}
.left_indes{/* width: 29%; */position: relative;overflow:hidden;}
.about_zhon{/* width: 39%; */overflow:hidden;}
.about_zhon div{overflow:hidden;}
.right_loyu{/* width: 29%; */position: relative;overflow:hidden;}
.urty_iou{
    position: absolute;
    top: 26%;
    color: #fff;
    width:100%;
}
.urty_iou p{text-align: center;font-size: 45px;line-height: 45px;font-weight: bold;padding-left: 0;text-transform: uppercase;letter-spacing: 5px;margin-bottom: 15px;}
  
  .urty_iou2{
    position: absolute;
    bottom: 20%;
    color: #fff;
    width:100%;
    text-align: center;
}
.urty_iou2 a{font-size: 32px;line-height: 32px;padding-left: 0;letter-spacing: 0;color: #fff;padding: 10px 35px;border-bottom: 1px solid #fff;border-top: 1px solid #fff;}
  
.urty_iou2 a:hover{background:#ad4f4d;border-bottom: 1px solid #ad4f4d;border-top: 1px solid #ad4f4d;}

.xiangduidin{
    position: absolute;
    top: 5%;
    color: #fff;
    width:100%;
}



.xiangduidin p{font-size: 62px;line-height: 62px;font-weight: bold;padding-left: 50px;text-transform: uppercase;letter-spacing: 5px;}
  
  
  
  .xiangduidin2{
    position: absolute;
    bottom: 5%;
    color: #fff;
    width:100%;
}

.xiangduidin2 p{font-size: 36px;line-height: 36px;font-weight: normal;padding-left: 50px;padding-bottom: 10px;}
  
  
.dy_auto img{width:100%;transition: all 0.6s;}
.dy_auto img:hover{
				transform: scale(1.1);
			}
			.zui{overflow:hidden;}
		.zui img{width:100%;transition: all 0.6s;}
.zui img:hover{
				transform: scale(1.1);
			}	
		

.ime_iks {max-width:100%;}
.erau_abou{position:relative;background: url(../images/dier.jpg) no-repeat;padding: 109px 0 75px 0;}
.auto_naise{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.riytexs{width: 45%;padding-top: 14%;}
.riytexs h3{font-size:34px;font-weight:bold;color:#923d3b;text-transform: uppercase;background: url(../images/san.png) no-repeat right;}
.lkeft_img{width:50%;}
.ul_insyt ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top:100px;
}
.ul_insyt ul li{margin-bottom:20px;width: 31%;}



.zw1200{max-width: 1400px;margin:auto;overflow: hidden;}
.oluty ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.oluty ul li{width: 24%;text-align:center;margin-left: 1%;margin-bottom: 1%;}
.oluty ul li h3{font-size: 22px;color:#fff;margin-top: 20px;}
.fenlei_lisi{/* background:#ad4f4d; */padding: 40px 0;}

.zwc1200{max-width: 1400px;margin:auto;}
@media (max-width: 968px) {

.h-leftall {
    width: 100%;
    /* background: #eeeeee; */
    /* padding: 80px 15px 30px; */
}

.h-left h4 {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-top: 20px;
    padding: 0 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.ys-news {
    padding: 0 0 00;
}

.news_auto ul li {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-bottom: 5%;
}
.qi_news h3 {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.qi_news p {
    font-size: 14px;
    color: #777777;
    margin-bottom: 20px;
}
.qi_news a {
    font-size: 14px;
    color: #8b3735;
}
.news_title dd {
    font-size: 16px;
    color: #fff;
}
.foot-left {
    display: none;
    margin-bottom: 5%;
}

}







.dingnac{position:relative;}

.oolkj{
    position: absolute;
    z-index: 999;
    width: 150%;
    left:100%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.oolkj>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
}
.dingnac:hover .oolkj{ 
opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);}
	
	.oolkj>li>a:hover {
    background: #e9eaeb;
}


.sanji{position:relative;}


.snajiok{
    position: absolute;
    z-index: 999;
    width: 100%;
    left:100%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.snajiok>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em;
}
.sanji:hover .snajiok{ 
opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);}
	
	.snajiok>li>a:hover {
    background: #e9eaeb;
}

.h-top .headers{/* max-width: 1400px; */}

.fenlei_lisi2 {
    background: #e38e89;
    padding: 60px 0 50px;
}

.olutyer{margin-top: 25px;}

.olutyer ul{
    display: flex;
    justify-content: center;
}
.olutyer ul li{/* width:25%; */text-align: center;margin: 0 4%;}
.olutyer ul li h3{font-size: 22px;color:#fff;margin-top: 20px;/* padding-left: 40px; */}

.luguans {
    line-height: 60px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    }

.luguans b {
    position: absolute;
    right: 5px;
    top: 30px;
    border-color: #333 transparent transparent;
    border-style: solid dashed dashed;
    border-width: 4px;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 0;
    transition: all 0.3s ease-in 0s;
}

.lungshrt:hover .luguans b {
    top: 27px;
    transform: rotate(
180deg);
    border-color: #333 transparent transparent;
    transition: all 0.3s ease-in 0s;
}
.lungshrt .header_header_lg_list_pc {display:initial;opacity: 0;visibility: hidden;-webkit-transform: translateY(20px);transform: translateY(20px);-webkit-transition: all .5s ease;transition: all .5s ease;transform: translateX(20%);}
.lungshrt .header_header_lg_list_pc {
  top:50px;
}
.lungshrt:hover .header_header_lg_list_pc {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transform: translateX(5%);
}



.header_header_lg_list_pc ul li:hover a {
    color:#860c07;
}



/*main*/










.news-left{
    width: 100%;
    float: left;
    /* box-shadow: #f6f6f6 20px 0px 30px; */
    position: relative;
}

.news-left::before{
    position: absolute;
    width: 35px;
    height: 558px;
    content: '';
    right: -33px;
    /* background: url(../images/fb6f6da71cf9d079f5fd5a4b0e1474a0121ecc40.png) no-repeat right; */
}

.tabsz{
    width: 100%;
}
.sdsukl{ display: flex;

        

         justify-content: center;}

.tabsz li{
    float: left;
    padding-right: 5.2vw;
}

.tabsz li a{
    color: #999;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    border-bottom: 2px solid #ffffff;
    padding: 15px 10px 15px 45px;
}
.tabsz li:nth-child(1) a{background:url(../images/a-d3.png)no-repeat left;filter: brightness(20%);}
.tabsz li:nth-child(2) a{background:url(../images/a-d4.png)no-repeat left;filter: brightness(20%);}
.tabsz li:nth-child(3) a{background:url(../images/a-d5.png)no-repeat left;filter: brightness(20%);}
.tabsz li a:hover{
    color:#005bac;
	filter:brightness(100%);
}

.tabsz li.cur a{
    color: #0090ff;
    filter:brightness(100%);
    /* background: #1d191a; */
    border-bottom: 2px solid #0090ff;
}

.tabsz span{
    float: right;
}

.tabsz span a{
    color: #999999;
    font-size: 14px;
    line-height: 32px;
}

.tabsz span a:hover{
    color:#005bac;
}

.newscon{
    margin-top: 40px;
    width: 100%;
}

.newimg img{
    width: 100%;
}

.ttsz{
    display: none;
}

.newimg1{
    display: block;
}

.newimg2{
    display: none;
}

.wenisxin{/* display: flex; *//* justify-content: space-between; *//* align-items: center; */margin-bottom: 0;padding-bottom: 0;/* border-bottom: 1px solid #999; */}
.ukes{display: flex;justify-content: space-between;align-items: center;}
.imguyur img{filter: brightness(0%);}  

.seer{padding: 10px;text-align: center;}
.zxl-div2 h3{width: 100%;font-size: 16px;color: #555555;line-height: 1.5;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;padding: 0 0 10px 0;}
.zixun-left{margin-bottom: 0;width: 41%;float: left;margin-right: 2%;}
.zixun-left ul li{width: 100%;float:left;margin-left: 4%;background: #1f34b4;}

.zixun-left ul li:nth-child(1){margin-left:0}
.zixun-left ul li dd{font-size: 14px;color: #999;text-align: center;width: 28%;border-right: 1px solid #999;margin-right: 5%;padding-right: 1%;}
.zixun-left ul li dd span{font-size:30px;}
.zixun-left ul li h3{font-size: 16px;font-weight: normal;/* padding: 20px 0px; */color: #fff;/* text-transform: uppercase; */text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;line-height: 26px;-webkit-line-clamp: 1;-webkit-box-orient: vertical;margin-bottom: 0;}
.zixun-left ul li p{font-size: 14px;/* margin: 0 0 30px 0; */color: #999;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;/* font-weight: bold; *//* text-transform: uppercase; */}
.zixun-left ul li a{font-size: 16px;color: #000;padding: 30px 0 20px 0;}
.zixun-right{width:20%;float:right;}
.zixun-left li{/* margin-bottom:50px; */}
.zixun-left li:hover {}
.zixun-left li:hover h3{color: #fff;}
.zixun-left li:hover dd{color:#fff;border-right: 1px solid #fff;}
.zixun-left li:hover p{color:#999;}
.zixun-left li:hover .wenisxin{/* border-bottom: 1px solid #fff; */}
.zixun-left li:hover .imguyur img{filter: brightness(100%);}  
.newsimg{
    float: left;
    margin-top: 0.5vh;
    padding-right: 0.5vw;
}

.zxl-div1 .zxl-div2 span{
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div1 .zxl-div2 h4{
    float: right;
    line-height: 32px;
    font-weight: normal;
    color: #888888;
    font-size: 16px;
}

.zxl-div{
    margin-top: 2.5vh;
}



.zxl-div1:hover .zxl-div2{
    color: #005bac;
}

.zxl-div1:hover .newsimg .newimg1{
    display: none;
}

.zxl-div1:hover .newsimg .newimg2{
    display: block;
}

.news-right{
    float: right;
    width: 40.6%;
    padding-left: 3.3vw;
}

.nrcon{
    /* margin-top: 5vh; */

}

.nrcon ul li{
    margin-top: 16px;
}

.zxl-div3 h3{
    font-size: 18px;
    line-height: 34px;
    color: #555555;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zxl-div3 h4{
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 20px;
}

.nrcon ul{
    border-bottom: 1px dashed #dddddd;
}


.nrcon div{
   
}

.zxl-div3:hover h3{
    color: #005bac;
}

.idnexser{
    display: flex;
    justify-content: center;
    align-items: center;
}



.idnexser .yt-title h3 {
    font-size: 32px;
    letter-spacing: 0;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
}
.idnexser .yt-title h4 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    display: inline-block;
    text-align: left;
    margin-top: 0;
    padding: 0;
}

.idnexser .yt-title {
    text-align: initial;
}
.fr-lx{margin-bottom:10px;}
.fr-lx h3{color:#fff;font-size: 16px;font-weight: normal;letter-spacing: 3px;text-transform: uppercase;}
.fr-lx p{color:#fff;font-size: 14px;padding: 5px 0 0;}



.foot-right ul {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 2vh;}
.foot-right ul li{width:50%;text-align:center;margin-bottom: 20px;}

.foot-right ul li a{font-size:14px;padding: 10px 0;color: #fff;text-transform: uppercase;}

.kiuys{margin-top: 1.2vw;}



.fr-lx p.erxdfd{font-size:22px;}
.ttzer .swiper-slide img{max-width:100%;}

  .swiper-slide img{max-width:100%;}
.huanjiner{position:relative;padding: 40px 0 50px 0;}
.huanjiner .swiper-container{padding:50px 0;}

.huanjiner .swiper-button-next, .huanjiner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}

.huanjiner .swiper-button-prev, .huanjiner .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left2.png);
    left: -70px;
    right: auto;
}

.huanjiner .swiper-button-prev:hover, .huanjiner .swiper-container-rtl .swiper-button-next:hover {
    background-image: url(../images/left2s.png);
    left: -70px;
    right: auto;
}

.huanjiner .swiper-button-next, .huanjiner .swiper-container-rtl .swiper-button-prev {
     background-image: url(../images/right2.png);
   right: -70px;
    left: auto;
}

.huanjiner .swiper-button-next:hover, .huanjiner .swiper-container-rtl .swiper-button-prev:hover {
     background-image: url(../images/right2s.png);
   right: -70px;
    left: auto;
}


.huanjiner2{position:relative;}

.huanjiner2 .swiper-button-next, .huanjiner2 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 51px;
    height: 51px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}

.huanjiner2 .swiper-button-prev, .huanjiner2 .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/left.png);
    left: -70px;
    right: auto;
}

.huanjiner2 .swiper-button-next, .huanjiner2 .swiper-container-rtl .swiper-button-prev {
     background-image: url(../images/right.png);
   right: -70px;
    left: auto;
}

.jizjomhs{display: flex;justify-content: space-between;align-items: center;margin-top: 50px;}

.oke{width: 30%;}
.oke img{width:100%;}
.jtr1{padding-right:60px;}
.jtr1 h3{font-size: 35px;color: #333333;text-transform: uppercase;margin-bottom: 50px;}
.jtr1 p{font-size: 16px;color: #999999;margin-bottom: 70px;}
.jtr1 a{font-size: 14px;color: #fff;background: #c3a37c;padding: 15px 45px;border-radius: 60px;text-transform: uppercase;}

.cp_deng{padding:70px 0;background: #f3f3f3;}
.wenis p{font-size:14px;color:#999;padding: 20px 0;margin-bottom: 20px;border-bottom: 1px solid #999;}
.wenis h3{font-size:20px;color:#999;text-transform: uppercase;}
.mySwiper{margin-top:50px;}


  .mySwiper .swiper-slide-thumb-active  .wenis p{
       color:#333;
	   border-bottom: 1px solid #c3a37c;
      }
	  
	  
  .mySwiper .swiper-slide-thumb-active  .wenis h3{
       color:#333;
      }
	  
	.mySwiper2 .swiper-button-next, .mySwiper2 .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/a-c2.png);

  right: 10px;
    left: auto;
}  

.mySwiper2 .swiper-button-next, .mySwiper2  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 74px;
    height: 145px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 74px 145px;
    background-position: center;
    background-repeat: no-repeat;
}

.cer_op{padding:50px 0;background:#f3f3f3;}
.kiuy{margin-top:50px;text-align:center;}
.kiuy img{max-width:100%;}
.cer_op_re {padding:50px 0;}
.olier{margin-top:50px;/* text-align:center; */}


.olier ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.olier ul li{width: 49%;display: flex;justify-content: space-between;align-items: center;padding: 30px 20px;background: #c3a37c;margin-bottom: 30px;min-height: 220px;}
.zjiwn h3{font-size: 24px;color: #ffff;}
.zjiwn p{font-size: 18px;color: #fff;}

.kjimg{width:20%;margin-right:5%;}

.daohange{padding:20px 0;}
.daohange ul{display: flex;justify-content: center;align-items: center;}
.daohange ul li a{font-size: 16px;color:#333;padding:0 20px;}

.h-left img{max-width:100%;}
.imghrs img{max-width:100%;}
.abto_suibain img{max-width:100%;}
	@media (max-width: 1440px) {
		
		.zixun-right2 ul li .img_mnsee h3 {
    font-size: 40px;

}
		
.w1200{max-width:1200px;}
.olier ul li {

    padding: 10px 20px;

}
.dlogo {
    width: 12%;
    margin-right: 8%;
}

}


	@media (max-width: 1250px) {
.w1200{max-width:980px;}
.olier ul li {

    padding: 10px 20px;

}
.zjiwn p {
    font-size: 14px;
   
}


}
	@media (max-width: 980px) {
		
		
		
		
		
		.h-about .habo-top {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    /* background: #f3f3f3; */
    padding: 0 15px;
    /* max-width: 1920px; */
}
		
		
		
		.h-left img {
    max-width: 50%;
}

.abo-number {
    /* padding-bottom: 2.7vw; */
    display: flex;
    background: url(../images/abe.jpg) no-repeat;
    flex-wrap: wrap;
    background-size: 100% 100%;
}

.abo-number li {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
	margin-bottom: 5%;
}

.abo-number li .wenti {
    width: 100%;
    margin: 0px auto;
    text-align: left;
    padding-left: 20px;
}

		
		.yt-title{padding:20px 0;}
		
		.h-left {
 
padding-top: 0;
 
margin-bottom: 5%;
}
.huanjiner {
   
    padding: 30px 0;
}
.cp_deng {
    padding: 30px 0;
  
}
.jizjomhs {
   
    margin-top: 20px;
	flex-wrap: wrap;
}
.oke {
    width: 100%;
}

.jtr1 {
    padding-right: 0;
    padding-bottom: 50px;
}

.jtr1 h3 {
    font-size: 22px;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.jtr1 p {
   
    margin-bottom: 40px;
}

.wenis h3 {
    font-size: 16px;
 
}
.sdsukl {
 
    flex-wrap: wrap;
}
.tabsz li {
    float: left;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

.newsall {
    margin-top: 0;
 
}

.newscon {
    margin-top: 20px;
    width: 100%;
}

.zixun-left ul li {
    width: 100%;
 
    margin-left: 0;
  
    margin-bottom: 5%;
}

.seer {
    padding: 10px;
}

.zixun-left ul li dd {
 
    width: 40%;
  
}
.cer_op {
    padding: 20px 0;
    background: #f3f3f3;
}

.kiuy {
    margin-top: 20px;
    text-align: center;
}


.cer_op_re {
    padding: 20px 0;
}
.olier ul li {
    width: 100%;
  
    align-items: center;
    padding: 5px 10px;
 
}

.kjimg {
    width: 30%;
    margin-right: 5%;
}

.zjiwn h3 {
    font-size: 16px;
    color: #ffff;
	margin-bottom:10px;
}
.zjiwn p {
    font-size: 12px;
}

.daohange ul {
   
    flex-wrap: wrap;
}
.daohange ul li {
   
    margin-bottom: 10px;
}
.daohange {
    padding: 5px 0;
}




.hjpor {
    padding: 20px 0;
    background: url(../images/cpb.jpg);
    background-size: 100% 100%;
}

.disr {
    display: flex;
    padding: 10px 10px;
    background: #fff;
    justify-content: space-between;
    box-shadow: 0 0 15px 0 #ddd;
    flex-wrap: wrap;
}
.huanjiner .swiper-container {
    padding: 0 0 20px 0;
}

.huanjiner {
    padding: 0 0 30px 0;
}

.port2_auto {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 15px;
    flex-wrap: wrap;
}
.h-port2 {
    padding: 20px 15px;
    background: url(../images/bai.png) no-repeat;
    margin-bottom: 50px;
    background-size: 100% 100%;
}
.leftg {
    width: 100%;
    padding: 0 0 10px 0;
}
.leftg p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 50px;
}
.right_p {
    width: 100%;
}

.suibian .yt-title h3 {
    font-size: 22px;
    letter-spacing: 0;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.suibian {
    background: url(../images/c-a5.jpg) no-repeat;
    padding: 20px 0;
    background-size: 100% 100%;
}
.imghrs {
    margin: 100px 0 0;
    display: none;
}
.kioer {
    width: 100%;
    position: relative;
	margin-bottom:5%;
}
.xiaduier img{width:100%;}
.xiaduier {
    position: initial;
    top: 0;
    width: 100%;
    height: 100%;
}

.kioer_wenzi {
    width: 100%;
}
.suibian .abto_suibain {
    margin-top: 0;
}

.loknews {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.zixun-left {
    margin-bottom: 5%;
    width: 100%;
    float: left;
    margin-right: 0%;
}
.zixun-right2 {
    width: 100%;
    float: right;
}
.zixun-right2 ul li .img_mnsee h3 {
    font-size: 20px;
}


.zixun-right2 ul li .img_mnsee p {
    font-size: 14px;
    color: #000;
}
.zixun-right2 ul li h3 {
    /* border-bottom: 1px solid #f5f5f5; */
    /* padding-bottom: 7px; */
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}

.zixun-right2 ul li a {
  
    align-items: center;
}

.zixun-right2 ul li p {
  
    -webkit-line-clamp: 2;
   
}
.wss .foot-left:nth-child(5) {
    border-right: 0px solid #999;
    width: 100%;
    display: block;
}
.fl-left {
    width: 100%;
    float: left;
    color: #eee;
    font-size: 12px;
    text-align: center;
}


}






/* 初始化 */