@charset "utf-8";
/* CSS Document */
/***********通用基本类************/

/*格式化样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;} 
table {border-collapse:collapse;border-spacing:0;} 
fieldset,img {border:0;max-width: 100%;} 
address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal} 
ol,ul {list-style:none} 
caption,th {text-align:left} 
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal} 
q:before,q:after {content:''} 
abbr,acronym { border:0}

/* 滚动条 */
/*::-webkit-scrollbar {width:0px;}*/

/*css定义超链接四个状态也有顺序的。*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}
a:link, a:visited {text-decoration: none;color: #666666;}
a:hover, a:active {text-decoration: none;color: #666666;border: none;}
/*以上语句分别定义了"链接、已访问过的链接、鼠标停在上方时、点下鼠标时"的样式。
注意，必须按以上顺序写，否则显示可能和你预想的不一样。记住它们的顺序是“LVHA”。*/
ul {
clear:both;

width: 100%;
}
ul, li {
list-style:none;
}

/***********通用基本类2************/

/* Copyright 2008 TSXMLOVE. All Rights Reserved. */
* {padding: 0px;margin: 0px;text-align: left;font-family:Arial, Verdana, Tahoma, "微软雅黑", Helvetica, sans-serif;line-height: 150%;box-sizing: border-box;color: #1E1E1E}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 3px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 3px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
  }
body {
        font-family: 微软雅黑;
        background-color: #fefefe;
        min-width: 1200px;
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; margin:0 auto;}
.w1300{ width:1300px; margin:0 auto;}
.w100{ width:100%; text-align:center;}
.w50{ width:50%}
.mx1500{max-width:1500px;margin:0 auto;}
.mx1400{max-width:1400px;margin: 0 auto;}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1; /* IE <8 */
}
.fl{ float:left;}
.fr{ float:right;}


/* 头部 */
.header{
    position: fixed;
    z-index: 2;
    top: 0px;
    width: 100%;
    background: linear-gradient(black, #ffffff00);
    background: -webkit-linear-gradient(black, #ffffff00);
    background: -o-linear-gradient(black, #ffffff00);
    background: -moz-linear-gradient(black, #ffffff00);
    background: url(../images/daohangbg.png);
}
.header.on{
    background: linear-gradient(black, #0000002b);
    background: -webkit-linear-gradient(black, #0000002b);
    background: -o-linear-gradient(black, #0000002b);
    background: -moz-linear-gradient(black, #0000002b);
}
.header .w1200{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 25px 0px;
}
.header-logo{}
.header-logo img{
    max-width: 150px;
}
.header-cat{
    justify-content: center;
    align-items: center;
    display: flex;
}
.header-cat a{
    color: white;
    font-size: 17px;
    padding: 10px;
    /* height: 100%; */
    line-height: 35px;
}
.header-cat a.on{
    color: #ee7d13;
    font-weight: 600;
}
.header-cat a:hover{
    color: #ee7d13;
    font-weight: 600;
}
.header-phone{background:url(../images/topwhitep.png) no-repeat center left;color: white;font-weight: bold;font-size: 22px;padding-left: 40px;background-size: 27px;justify-content: center;align-items: center;display: flex;}

.cont2{}
.cont2 .swiper-container {
  width: 100%;
  height: 100%;
}

.cont2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont2 .swiper-slide{width: 100%;}

.cont2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0,0,0,0.2);
}

.cont2 .swiper-pagination-bullet-active {
  color: #fff;
  background: #ee7d13;
}
.cont2 .swiper-pagination-bullet{
    width: 50px;
    height: 12px;
    background-color: #f0f8ff00;
    border: 2px solid white;
    color: white;
    font-size: 17px;
    line-height: 38px;
    border-radius: 7px;
}
.cont2 .swiper-pagination{bottom: 40px !important;}
.cont2 .swiper-pagination-bullet-active{
    border-color: #ee7d13;
    color: #ee7d13;
}
.cont2 .swiper-button-next,.cont2 .swiper-button-prev{
    background-color: #ffffff57;
}
.swiper-slide-box{
    position: relative;
    width: 100%;
}
.cont2 .banerslid-img{
    overflow: hidden;
}
.cont2 .banerslid-img img{display: block;
    width: 100%;
    left: 0px;
    top: 0px;transition: all 1s ease 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);}


.cont2 .swiper-slide.swiper-slide-active .banerslid-img img{transition: all 5s ease 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);}

.cont1{}
.cont1 .w1200{
    padding: 50px 0px;
}
.public-header{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 4px;
}
.public_header_eng{text-align:center;margin-bottom: 50px;text-transform: uppercase;color: #edcaaa;/* background-color: white; */letter-spacing: 1px;}
.cont1-box{}
.cont1-box-l{
    width: 100%;
    /* float: left; */
    /* box-shadow: 5px 5px 10px #d3d3d3; */
    height: 100px;
}
.cont1-box-l ul{
    padding: 0px 20px;
}
.cont1-box-l ul li{
    font-size: 20px;
    margin-top: 0;
    cursor: pointer;
    float: left;
    width: 200px;
    height: 100px;
    text-align: center;
    background: #f7f7f7!important;
    line-height: 100px;
    margin-right: 40px;
}
.cont1-box-l ul li a{
  display:block;
     width: 200px;
    height: 100px;
    text-align: center;
    background: #f7f7f7!important;
    line-height: 100px;
     color: #141414; }
.cont1-box-l ul li:last-child{margin-right:0}
.cont1-box-l ul li a.on{
    color: #ee7d13;
}
.cont1-box-l ul li a:hover{ color: #ee7d13;}
.cont1-box-r{
    width: 100%;
    /* float: right; */
}
.cont1-box-r-box{
    overflow: hidden;
    display: none;
    margin-top: 20px;
}
.cont1-box-r-box-d1{
    overflow: hidden;
}
.cont1-box-r-box-d1 img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;transition: all 0.8s;
}
.cont1-box-r-box-d1>div:nth-child(1){
    width: 385px;
    float: left;
    height: 505px;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.cont1-box-r-box-d1>div:nth-child(2){
    margin-bottom: 15px;
    width: 435px;
    height: 245px;
    float: left;
    position: relative;
    margin-right: 15px;
}
.cont1-box-r-box-d1>div:nth-child(3){
    margin-bottom: 15px;
    width: 340px;
    height: 245px;
    float: left;
    position: relative;
}
.cont1-box-r-box-d1>div:nth-child(4){
  margin-bottom: 15px;
  width: 340px;
  height: 245px;
  float: left;
  position: relative;
  margin-right: 15px;
}
.cont1-box-r-box-d1>div:nth-child(5){
  margin-bottom: 15px;
  width: 435px;
  height: 245px;
  float: left;
  position: relative;
}
.pril
.priliho{position:relative;}
.priliho:hover .i-promc{opacity: 1;padding:20px;}
.i-promc{position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000008a;opacity: 0;transition: all 0.8s;}
.i-promc>div{    width: 100%;
    height: 100%;
    border: 1px solid white;
    color: white;}
.i-promc>div a{
    color: white;
    font-size: 20px;
    font-weight: bolder;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    }
.cont1-box-r-box-d2{
    overflow: hidden;
}
.cont1-box-r-box-d2 img{
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;transition: all 0.8s;
}
.cont1-box-r-box-d2-d1{
    width: 275px;
    float: left;
}
.cont1-box-r-box-d2-d1>div:nth-child(1){
    width: 100%;
    /* width: 288px; */    position: relative;
    height: 140px;
    margin-right: 15px;
}
.cont1-box-r-box-d2-d1>div:nth-child(2){
    width: 100%;
    /* width: 288px; */
    height: 140px;
    margin-right: 15px;    position: relative;
    margin-top: 15px;
}
.cont1-box-r-box-d2-d2{
    margin-left: 15px;
    float: left;
    width: 620px;
    height: 295px;
}
.cont1-box-r-box img:hover{
    transform: scale(1.2);
}
.cont1-box-r-box div{overflow: hidden;}


.cont3{}
.cont3 .w1200{
    /* padding: 60px 0px; */
}
.cont3-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont3-box-li{
    width: 200px;
    margin-bottom: 30px;
}
.cont3-li-d1{
    /* background-color: #F9FAFB; */
    padding: 30px 20px;
    text-align: center;
}
.cont3-li-d1-title{
    width: auto;
    margin: 0 auto;
    display: initial;
    font-size: 18px;
    cursor: pointer;
    padding-top: 30px;
    background-position-x: center!important;
    color: #5f5f5f;
}
.cont3-li-d1-des-box{
    width: 100%;
    margin-top: 15px;
}
.cont3-li-d1-des-box a{
    width: 48%;
    display: block;
    float: left;
    font-size: 17px;
    line-height: 36px;
}
.cont3-li-d1-des-box a:nth-child(2n+2){
    float: right;
}
.cont3-li-d2{
    overflow: hidden;
}
.cont3-li-d2 img{
    width: 100%;
    display: block;transition: all 0.8s;
}
/* .cont3-box-li:hover{box-shadow: 5px 5px 10px #d3d3d3;} */
.cont3-box-li:hover .cont3-li-d1-title{color: #ee7d13}
.cont3-box-li:hover img{transform: scale(1.2);}
.cont3-li-d1-des-box a:hover{color: #ee7d13}
.cont3_box_tab{
    margin-bottom: 50px;
}
.cont3_box_tab_li{
}
.cont3_box_tab_img{
    height: 400px;
    overflow: hidden;
    width: 600px;
    float: left;
}
.cont3_box_tab_img img{
    width: 600px;
    float: left;
}
.cont3_box_tab_cont{
    width: 600px;
    float: left;
    height: 400px;
    overflow: hidden;
    background: #fafafa;
}
.cont3_box_tab_cont h5{
    padding: 45px 0 25px 50px;
    font-size: 20px;
    color: #5f5f5f;
}
.cont3_box_tab_txt{
    padding-left: 160px;
    font-size: 16px;
    color: #888687;
}
.cont3_box_tab_txt p,.cont3_box_tab_txt a,.cont3_box_tab_txt span{color: #888687;line-height: 40px;}


.cont4{
    background: #fafafa;
    padding-top: 25px;
}
.cont4 .w1200{
    padding: 0px 0px 30px;
}
.cont4-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cont4-li{
    /* background-color: #efefef; */
    padding-left: 75px;
    margin-top: 30px;
}
.cont4-li a{
    display: block;
    position: relative;
}
.cont4-li a div{overflow: hidden;}
.cont4-li a div img{transition: all 0.8s;width: 100%;height: 300px;display: block;}
.cont4_li_tit{font-size: 16px;color: #5f5f5f;width: 500px;text-overflow:ellipsis;white-space: nowrap;}
.cont4-li a p{
    text-align: left;
    line-height: 38px;
    color: #9d9d9d;
    font-size: 16px;
    width: 500px;
    height: 38px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.cont4-li a p:after {
    width: 0px;
    height: 5px;
    display: block;
    content: "";
    margin: 0 auto;
    background: rgba(200,200, 200, 1);
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.cont4-li:hover p{color: #ee7d13;}
.cont4-li:hover .cont4_li_tit{color: #ee7d13;}

.cont4_li_box{
    width: 630px;
    float: left;
}
.cont4_li_box h5{
    font-size: 20px;
    color: #5f5f5f;
    padding-left: 15px;
}
.cont4_li_tab_box{
  width:570px;
  float:left;
}
.cont4_li_img{
    width: 100%;
    position: relative;
    display: none;
}
.cont4_li_img:first-child{display:block;}
.cont4_li_img img{}
.cont4_li_img p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #e5a160;
}
.cont4_li_img p a{
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}


.public-more{
    text-align: center;
    padding: 10px;
    margin-top: 60px;
}
.public-more a{
    color: #fff;
    transition: all .36s ease;
    font-size: 14px;
    border: 2px solid #e5a160;
    width: 140px;
    text-align: CENTER;
    padding: 10px 50px;
    /* border-radius: 5px; */
    margin-top: 10px;
    background: #e5a160;
    font-size: 17px;
}
.public-more a:hover{background-color:#ee7d13;color: white }
.cont5{}
.cont5 .w1200{
    padding: 50px 0px;
}
.cont5-box{}
.cont5-protype{
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    float: right;
    width: 270px;
    box-shadow: -15px 5px 20px #d3d3d3;
    padding: 0px 30px;
}
.cont5-protype a{
    color: #666666;
    font-size: 18px;
    line-height: 36px;
    position: relative;
    display: block;
    height: 94px;
    line-height: 94px;
    text-align: center;
    border-bottom: 1px  dashed #ccc;
}
.cont5-protype a:last-child{border:0;}
.cont5-protype a::after {
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
.cont5-protype a:first-child::after{width:0px;}
.cont5-protype a:last-child{}
.cont5-protype a.on{
    color: #ee7d13;
}
/* .cont5-protype a.on::after{
    background-color: #ee7d13;
} */
.cont5-prodes{
    float: left;
    width: 885px;
    height: 660px;
    background: #ccc;
}
.cont5-prodes-li{display:none;}
.cont5-prodes-d1{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 660px;
    float: left;
}
.cont5-prodes-d1>img{
    width: 100%;
    min-height: 660px;
}
.cont5-prodes-d1-d1{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    height: 150px;
    overflow: hidden;
    color: white;
    width: 100%;
    /* padding: 25px; */
    justify-content: center;
    align-items: center;
    display: flex;
    background: #e5a160;
    box-sizing: border-box;
    padding-left: 35px;
}
.cont5-prodes-d1-d1>div{
    
width: 100%;
}
.cont5-prodes-d1-d1 h3{
    color: white;
    font-weight: bold;
    font-size: 25px;
}
.cont5-prodes-d1-d1 h3 span{
    color: #FF0000;
    font-weight: bold;
    font-size: 27px;
}
.cont5-prodes-d1-d1 p{color: white}
.cont5-prodes-d1-d1 ul{}
.cont5-prodes-d1-d1 ul li{
    color: white;
    font-size: 18px;
    margin-top: 15px;
    float: left;
    width: 33.3%;
}
.cont5-prodes-d2{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 270px;
    float: right;
}
.cont5-prodes-d2-li{
    width: 390px;
    background-color: #efefef;
}
.cont5-prodes-d2-li>a{
    display: block;
}
.cont5-prodes-d2-li>a div{
    overflow: hidden;
}
.cont5-prodes-d2-li>a div img{
    display: block;transition: all 0.8s;
    width: 100%;
    height: 164px;
}
.cont5-prodes-d2-li:hover img{transform: scale(1.2);}
.cont5-prodes-d2-li>a p{
    text-align: center;
    line-height: 38px;
    color: #666666;
    position: relative;
}
.cont5-prodes-d2-li>a p:after {
    width: 0px;
    height: 5px;
    display: block;
    content: "";
    margin: 0 auto;
    background: rgba(200,200, 200, 1);
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.cont5-prodes-d2-li:hover p{color: #ee7d13}
.cont5-prodes-d2-li:hover p:after{    width: 100%;
    background: #ee7d13;}
.cont6{
    padding: 30px 0px;
}
.cont6 .w1200{}
.cont6-box{}
.cont6-box-l{
    width: 430px;
    float: left;
    height: 440px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.cont6-box-lbox{}
.cont6-box-lbox-des{
    color: #666666;
    font-size: 17px;
    line-height: 26px;
}
.cont6-box-lbox-a{
    padding: 12px 0px;
    text-align: right;
    margin-top: 15px;
}
.cont6-box-lbox-a a{
    color: #ee7d13;
    transition: all .36s ease;
    font-size: 14px;
    border: 2px solid #ee7d13;
    width: 122px;
    text-align: CENTER;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 17px;
}
.cont6-box-lbox-a a:hover{    background-color: #ee7d13;
    color: white;}
.cont6-box-l-r{
    width: 750px;
    float: right;
    height: 440px;
    overflow: hidden;
}
.cont6-box-l-r img{
    width: 100%;
    display: block;
    height: 100%;
}
.cont7{
    padding: 30px 0px;
}
.cont7 .w1300{}
.cont7-box{
    position: relative;
}
.cont7-box .swiper-container{
    width: 1200px;
    margin: 0 auto;
}
.cont7-box .swiper-container .swiper-slide{}
.cont7-box .swiper-container .swiper-slide a{
    display: block;
}
.cont7-box .swiper-container .swiper-slide div{
    height: 280px;
    overflow: hidden;
}
.cont7-box .swiper-container .swiper-slide div img{
    width: auto;
    display: block;
    height: 280px;
}
.cont7-box .swiper-container .swiper-slide p{
    text-align: center;
    line-height: 38px;
    color: #666666;
}
.cont7-box .swiper-button-next{background:url(../images/anliy.png) no-repeat center center;background-size: 25px;top: 135px;}
.cont7-box .swiper-button-prev{background:url(../images/anliz.png) no-repeat center center;background-size: 25px;top: 135px;}

/*首页留言*/
.cont8{
    padding: 60px 0;
    background: #f9f9f9;
}
.cont8 .cont8-dz{
    float: left;
    padding-left: 58px;
    background: url(../images/dz.png) no-repeat left 10px;
    text-align: center;
}
.cont8 .cont8-dz em{
    display: block;
    font-size: 30px;
    font-family: impact;
    text-transform: uppercase;
    line-height: 32px;
    color: #848484;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 7px;
}
.cont8 .cont8-dz h4{
    font-size: 30px;
    color: #e5a160;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
.cont8 .cont8-dz p{
    font-size: 14px;
    color: #666;
}
.cont8 form{
    float: right;
}
.cont8 form ul{
    float: left;
    width: 600px;
    margin-right: 30px;
    height: 92px;
}
.cont8 form ul li:nth-child(1),.cont8 form ul li:nth-child(3){
    width: 306px;
}
.cont8 form ul li:nth-child(1){
    margin-bottom: 5px;
}
.cont8 form ul li:nth-child(2){
    width: 292px;
    margin-left: 2px;
}
.cont8 form ul li:nth-child(2) textarea{
    display: block;
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    border: 1px solid #9c9c9c;
    resize: none;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    color: #333;
}
.cont8 form ul li label{
    display: block;
    float: left;
    line-height: 43px;
    width: 90px;
    text-align: center;
    background-color: #e5a160;
    font-size: 14px;
    color: #fff;
}
.cont8 form ul li input{
    display: block;
    float: left;
    height: 43px;
    box-sizing: border-box;
    width: 216px;
    border: 1px solid #9c9c9c;
    background-color: transparent;
    padding-left: 10px;
}
.cont8 form ul li:nth-child(3){
    position: relative;
    top: -43px;
}
.cont8 form>input{
    display: block;
    width: 110px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #c82126;
    cursor: pointer;
}
.cont8 form>input:last-child{
    margin-top: 12px;
    background-color: #e5a160;
}
.cont8 form ul li{
    float: left;
}
.cont9{
    margin-top: 30px;
    /* padding: 30px 0px; */
    padding-bottom: 50px;
}
.cont9 .w1200{}
.cont9-box{
    margin-bottom: 30px;
}
.cont9-box-l{
    width: 520px;
    height: 360px;
    overflow: hidden;
    float: left;
}
.cont9-box-l img{
    width: 100%;
    height: 100%;
}
.cont9-box-r{
    width: 640px;
    float: right;
    height: 360px;
}
.cont9-box-r .cont9-box-r-div{
    justify-content: center;
    align-items: center;
    /* display: flex; */
    height: 100%;
}
.cont9-box-r .cont9-box-r-div div{
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    padding-top: 10px;
}
.cont9-box-r .cont9-box-r-div h3{font-size:20px;font-weight:bold;color: #525151;height: 45px;line-height: 45px;border-bottom: 1px solid #ccc;}
.cont9-img{margin-top:30px; }
.cont9-img li{
    float: left;
    width: 285px;
    height: 198px;
    margin-right: 20px;
    background: #ccc;
    overflow: hidden;
}
.cont9-img li img{min-height:198px;}
.cont9-img li:last-child{
    margin-right: 0;
}

.cont10{
    padding: 50px 0px;
}
.cont10 .w1200{}
.cont10-box{}
.cont10-box-l{
    width: 600px;
    height: 320px;
    overflow: hidden;
    float: left;
}
.cont10-box-l img{
    width: 100%;
}
.cont10-box-r{
    width: 600px;
    float: right;
    padding: 5px 15px;
    position: relative;
    height: 320px;
    border: 1px solid #eaeaea;
}
.cont10-box-r ul{
    position: relative;
}
.cont10-box-r::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    background-color: #ccc;
    /* height: 250px; */
    /* width: 1px; */
}
.cont10-box-r ul li:first-child{/* margin-top: 0px; *//* border-bottom: 1px; */}
.cont10-box-r ul li{
    margin-top: 8px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
}
.cont10-box-r ul li a{
    display: block;
    width: 100%;
}
.cont10-box-r ul li a div{
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    color: #666666;
    font-size: 17px;
    line-height: 26px;
}
.cont10-box-r ul li a span{
    float: right;
    color: #666666;
    font-size: 17px;
    line-height: 26px;
}
.cont10-box-r ul li:hover div{color: #ee7d13}
.cont10-box-r ul li:hover span{color: #ee7d13}
.foot1{
    max-width: 1920px;
    margin: 0 auto;
    background-color: #DCDCDC;
    display: none;
}
.foot1 .w1200{
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px 0px;
}
.foot1 .w1200 a{
    padding: 0px 40px;
    font-size: 17px;
    line-height: 45px;
}
.foot1 .w1200 a:hover{color: #ee7d13}
.foot2{background-color: #f0f0f0;color: white;max-width: 1920px;width: 100%;margin: 0 auto;padding: 30px 0px;padding-bottom: 0;}
.foot2 .w1200{}
.foot2-logo{
    display: block;
    width: 196px;
    height: 79px;
    float: left;
    margin-top: 35px;
}
.foot2-logo img{
    width: 100%;
    height: 100%;
}
.foot2-cont{
    width: calc(100% - 300px);
    float: left;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 770px;
    padding-left: 180px;
}
.foot2-cont ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot2-cont ul li{
    width: 100%;
    line-height: 40px;
    color: white;
}
.foot2-cont ul li a{color: white}
.foot2-cont ul li dt{
    display: inline-block;
    color: #000000;
}
.foot2-cont ul li dd{
    display: inline-block;
    color: #000;
}
.foot2-cp{
    width: 100%;
    text-align: center;
    margin-top: 5px;
    background: #878787;
}
.foot2-cp p{
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 50px;
}
.foot2-cp p a{
    color: white;
}
.foot2-ewm{width:160px; float:right; text-align:center;}
.foot2-ewm img{width:150px;}
.foot2-ewm p{text-align:center;font-size:14px}
.lanmus{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    background-color: #FBFBFB;
    color: #666666;
}
.lanmus .w1200{}
.lanmus-box{
    padding: 5px 0px;
}
.lanmus-box-l{
        width: 250px;
        float: left;
        text-align: center;
        color: #626363;
        font-weight: bold;
        font-size: 25px;
}
.lanmus-box-r{
    float: right;
    font-size: 16px;
    color: #666666;
    line-height: 37px;
}
.lanmus-box-r a{
    color: #666666;
}
.onepagecont{
    /* padding-bottom: 30px; */
    margin-top: 10px;
}
.onepagecont .w1200{}
.onepagecont-dl{
    width: 250px;
    float: left;
    text-align: center;
    /* background-color: #fbfbfb; */
}
.onepagecont-dl-ul1{
    padding: 15px 0px;
    background-color: #fbfbfb;
}
.onepagecont-dl-ul1 dl{}
.onepagecont-dl-ul1 dl dd{}
.onepagecont-dl-ul1 dl dd a{
        color: #666666;
    font-size: 15px;
    padding-left: 40px;
}
.onepagecont-dl-ul1 li{}
.onepagecont-dl-ul1 li a{
    display: block;
        padding: 0px 20px;
    text-align: left;
    font-size: 19px;
    color: #1E1E1E;
    line-height: 40px;
    border-bottom: 1px solid #fbfbfb;
}
.onepagecont-dl-ul1 li a:hover{
    color: #ee7d13;
    /* border-bottom: 1px solid; */
    background: url('../images/anliy2.png') no-repeat;
    background-size: 16px;
    background-position: 210px 12px
    }
.onepagecont-dl-ul1 li>a.on{
    color: #ee7d13;
    /* border-bottom: 1px solid; */
    background: url('../images/anliy2.png') no-repeat;
    background-size: 16px;
    background-position: 210px 12px
}
.onepagecont-dl-ul1 li dd a.on{color: #ee7d13;}
.onepagecont-dl-d1{
    margin-top: 10px;
    background-color: #fbfbfb;
    padding: 20px 0px;
}
.onepagecont-dl-d1-t{
    text-align: center;
    color: #ee7d13;
    font-size: 20px;
    background: url('../images/phone2.png') no-repeat;
    background-size: 24px;
    background-position: 74px 2px;
}
.onepagecont-dl-d1 h3{
    color: #ee7d13;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}
.onepagecont-dr{
    width: 935px;
    float: right;
}
.zibanner{max-width:1920px;width:100%;text-align: center;margin: 0 auto;}
.zibanner img{max-width:100%;margin: 0 auto;}
.contact-d1{
    width: 100%;
}
.contcat-box{
    background-color: #fbfbfb;
    padding: 15px;
    margin-top: 15px;
}
.contact-d2{
    width: 445px;
    float: left;
    color: #666666;
    padding: 10px;
}
.contact-d2 img{}
.contact-d3{
    width: 445px;
    float: right;
    padding: 10px;
}
.contact-d3-d1{}
.contact-d3-d1 textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    font-size: 17px;
    height: 100px;
    margin-bottom: 5px;
}
.contact-d3-d1 input{
    width: 100%;
    font-size: 17px;
    padding: 10px;
    margin-bottom: 10px;
}
.contact-d3-d1 button{
    color: #ee7d13;
    transition: all .36s ease;
    border: 2px solid #ee7d13;
    width: 100%;
    text-align: CENTER;
    padding: 4px;
    border-radius: 3px;
    margin-top: 10px;
    font-size: 17px;
    cursor: pointer;
    background-color: white;
}
.contact-d3-d1 button:hover{background-color: #ee7d13;
    color: white;}
.prolist{
    /* display: flex; */
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
}
.proli{
    width: 300px;
    margin-bottom: 15px;
    background-color: #eef5ff;
    float: left;
    margin-right: 15px;
}
.proli:nth-child(3n){margin-right:0;}
.proli:hover img{    transform: scale(1.2);}
.proli a{
    display: block;
}
.proli a div{
    width: 100%;
    height: 192px;
    overflow: hidden;
}
.proli a div img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.proli a p{
    text-align: center;
    line-height: 38px;
    color: #666666;
    position:relative;}
.proli a p:after {
    width: 0px;
    height: 5px;
    display: block;
    content: "";
    margin: 0 auto;
    background: rgba(200,200, 200, 1);
    transition: all 0.5s ease;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
.proli:hover p:after{width: 100%;
    background: #ee7d13;}
.proxqbox{}
.proxqtop1{}
.proxqtop1-l{
    width: 500px;
    float: left;
    margin-right: 15px;
    height: 320px;
    overflow: hidden;
}
.proxqtop1-l .swiper-container{
    width: 100%;
    height: 100%;
}
.proxqtop1-l .swiper-pagination-bullet-active {
    background: #ee7d13;
    color: #ee7d13;
}
.proxqtop1-l .swiper-slide{}
.proxqtop1-l .swiper-slide img{
    width: 100%;
    height: 100%;
}
.proxqtop1-r{
    width: 420px;
    float: left;
}
.proxqtop1-r h3{
    color: #626363;
    font-weight: bold;
    font-size: 25px;
}
.proxqtop1-r h4{
    font-size: 19px;
    margin: 5px 0px;
}
.proxqtop1-r div{
    height: 245px;
    overflow: hidden;
}
.proxqtop2{
    border-top: 1px solid #4f91eb;
    padding-top: 20px;
    margin-top: 25px !important;
}
.proxqtop2-tt{
    
    border-left: 5px solid  #ee7d13;
    padding-left: 10px;
}
.proxqtop2-tt h3{font-size: 20px;
    font-weight: 600;color: #ee7d13;}
.proxqtop2-tt p{
    color: #666666;
}
.proxqtop2-des{
    margin-bottom: 20px;
    margin-top: 5px;
}
.connews-box{
    padding: 0px;
}
.cnew-top{
    margin-top: 0px;
    padding: 15px;
    background: #fafafa;
    margin-bottom: 15px;
}
.cnew-top a{
    display: block;
}
.cnew-top h2{
    font-size: 1.125rem;
    font-weight: bold;
    color: #ee7d13;
    margin-bottom: 5px;
}
.cnew-top .cnew-top-des{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    margin-bottom: 15px;
    font-size: 14px;
}
.cnew-top .cnew-top-a{transition: all .4s ease;display: block;width: 130px;height: 30px;line-height: 30px;border: 1px solid #ee7d13;color: #ee7d13;text-indent: 20px;}
.cnew-top:hover .cnew-top-a{background-color: #ee7d13;color: white;}
.cnew-ul{}
.cnew-ul-li{overflow: hidden;
    padding: 1rem;
    width: 100%;
    height: 140px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eaeaea;
    transition: all .5s ease;}
.cnew-ul-li:hover{height:150px;}
.cnew-ul-li:hover .newData{color: white !important;}
.cnew-ul-li:hover .newYearMon{color: white !important;}
.cnew-ul-li a{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding-right: 10%;
    overflow: hidden;
}
.cnew-ul-li .leftTimeBox{
    width: 87px;
    height: 98px;
    background: #f5f5f5;
    text-align: center;
    font-family: arial;
    color: #ee7d13;
    transition: all .5s ease;
}
.cnew-ul-li:hover .leftTimeBox{
    background: #ee7d13;
    color: #fff;
    }
.cnew-ul-li .leftTimeBox .newData{
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
    text-align: CENTER;
    color: #ee7d13;
}
.cnew-ul-li .leftTimeBox .newYearMon{
    text-align: center;
    color: #ee7d13;
}
.cnew-ul-li .centerContentBox{
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.cnew-ul-li .centerContentBox .newTitle{
    font-size: 1rem;
    color: #ee7d13;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.cnew-ul-li:hover .newTitle{color: #ee7d13;}
.cnew-ul-li .centerContentBox .newToolBox{
    margin: 5px 0;
    color: #b4b4b4;
    font-size: 14px;
}
.cnew-ul-li .centerContentBox .newToolBox .data1{
    margin-right: 5px;
    background: url(../images/time1.jpg) no-repeat center left;
    padding-left: 20px;
}

.cnew-ul-li .centerContentBox .newSummry{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #565656;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }





.duanbox{margin-top: 10px;}
.duanbox img{max-width: 100% !important; height: auto;}

/* 分页 */
/*列表翻页*/
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;width: 935px;float: right;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 14px;margin: 0 4px ; border-radius: 20px;}
.list_page a {background:#f5f3ed;color: #000000;}
.list_page span, .list_page a:hover{background: #000000;color:#fff;}
