@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} 
address,caption,cite,code,dfn,em,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: #404040;}
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;line-height: 150%;box-sizing: border-box;font-size: 15px;}
::-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: #404040;
  }
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background   : #ededed;
  }
body {
	    background-color: #fefefe;
	    min-width: 1200px;
	    font-size: 15px;
	   
}
table {
border-collapse: collapse;
}


/*长度高度*/
.w1200{ width:1200px; 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;}
.mx1300{max-width:1300px;margin: 0 auto;}
.mx1920{max-width:1920px;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;}


.htop{
    background-color: #F7F7F7;
}
.htop .w1200{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 0px 0px;
}
.htop .w1200 div:first-child{justify-content: center;align-items:center;display:flex;font-size: 14px;}
.htop .w1200 div:last-child{
    font-size: 18px;
}
.htop .w1200 div:last-child a{font-size: 14px;padding: 5px;}
.htop .w1200 div:last-child a:first-child{
    position: relative;
}
.htop .w1200 div:last-child a:first-child::after{content: '';position: absolute;background-color: #404040;height: 13px;width: 1px;right: -3px;bottom: 0px;top: 0px;margin: auto;}
.htop2{
    padding: 20px 0px;
}
.htop2 .w1200>a{
    width: auto;
    float: left;
    display: block;
}
.htop2 .w1200>div{width: auto;float: right;background-size: 50px;padding-left: 58px;}
.htop2 .w1200>div p{font-size: 16px;}
.htop2 .w1200>div h3{
    color: #499DBB;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
}
/* 头部 */
.cont1{
    border-top: 1px solid #D2D2D2;
    border-bottom: 1px solid #D2D2D2;
}
.cont1 .w1200{
    
width: 1200px;
}

.cont1 .w1200>ul{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.cont1 .w1200>ul>li{
    width: auto;
    position: relative;
    border-left: 1px solid #D2D2D2;
}
.cont1 .w1200>ul>li>a{
    font-size: 18px;
    display: block;
    padding: 15px 61px;
    color: #5f5d5d;
    letter-spacing: 1px;
}
.cont1 .w1200>ul>li>a.on{
    color: #499DBB;
}
.cont1 .w1200>ul>li>a:hover{color: #499DBB;}
.cont1 .w1200>ul>li dl{
    display: none;
    position: absolute;
    z-index: 2;
    width: 100%;
    border: 1px solid #D2D2D2;
    background-color: white;
}
.cont1 .w1200>ul>li dl dd{}
.cont1 .w1200>ul>li dl dd a{
    display: block;
    text-align: center;
    color: #5f5d5d;
    line-height: 37px;
    border-bottom: 1px solid #D2D2D2;
    font-size: 16px;
}
.cont1 .w1200>ul>li dl dd a:hover{
    color: #499DBB;
}
.cont1 .w1200>ul>li:last-child{border-right: 1px solid #D2D2D2;}

.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: #007aff;
}
.cont2 .swiper-pagination-bullet{
    width: 40px;
    height: 8px;
    background-color: #fefefe;
    font-size: 17px;
    line-height: 38px;
    border-radius: 5px;
}
.cont2 .swiper-pagination{bottom: 40px !important;}
.cont2 .swiper-pagination-bullet-active{
    background-color: #1b7f99;
}
.cont2 .swiper-button-next,.cont2 .swiper-button-prev{
    background-color: #ffffff57;
}

.cont2 .swiper-slide-box img{display: block;
    width: 100%;
    }
.cont3{
    background-color: #F7F7F7;
}
.cont3 .w1200{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.cont3-dl{}
.cont3-dl span{
    color: #499DBB;
    padding: 15px 0px;
    display: inline-block;
}
.cont3-dl span img{    width: 25px;vertical-align: sub;}


.cont3-dl .txtMarquee-top{overflow:hidden;position:relative;display: inline-block;vertical-align: bottom;    }
.cont3-dl .txtMarquee-top .bd{padding: 5px;}
.cont3-dl .txtMarquee-top .infoList li{ height:24px; line-height:24px;   }
.cont3-dl .txtMarquee-top .infoList li .date{ float:right; color:#999;  }

.cont3-dr{
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
    padding: 15px 0px;
}
.cont3-dr-d1{
    background-color: #FFFFFF;
    padding: 0px 5px;
    border-radius: 5px 0px 0px 5px;
}
.cont3-dr-d1 i{
    font-size: 20px;
    color: #707070;
}
.cont3-dr-d2{}
.cont3-dr-d2 input:first-child{
    height: 30px;
}
.cont3-dr-d2 input:last-child{
    background-color: #499DBB;
    color: white;
    height: 30px;
    width: 45px;
    text-align: center;
    margin-left: -4px;
    border-radius: 0px 5px 5px 0px;
}

.cont4{
    padding: 65px 0px;
}
.cont4 .w1200{}
.public-title{
    text-align: center;
    background-image: url(../images/b1.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 85px;
}
.public-title p{
    text-align: center;
    color: rgb(90, 90, 90);
    font-size: 17px;
    line-height: 15px;
}
.public-title h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #5a5a5a;
    line-height: 55px;
}
.congt_type{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px 10px;
    margin-top: 30px;
}
.congt_type_li{
    cursor: pointer;
}
.congt_type .on{}
.congt_type_li_img{
    text-align: center;
}
.congt_type_li_img img{}
.congt_type_li_p{
    text-align: center;
    margin-top: 10px;
}
.congt_type .on .congt_type_li_p{
    background-color: #499DBB;
    color: white;
    padding: 5px 0px;
    border-radius: 15px;
}
.congt_type_li:hover .congt_type_li_p{color: #499DBB;}
.cont_type_hx{
    text-align: center;
}
.cont_type_hx img{
    margin: 0 auto;
}
.cont_probox{
    margin-top: 30px;
}
.cont_probox_li{
    display: none;
}
.cont_probox_li:first-child{display: block;}
.cont_probox_li_li{margin-right: 15px;width: 288px;float: left;}
.cont_probox_li_li:last-child{margin-right: 0px;}
.cont_probox_li_li a{
    display: block;
}
.cont_probox_li_li a div{
    border: solid 1px #e1e1e1;
    width: 100%;
    overflow: hidden;
}
.cont_probox_li_li a div img{
    width: 100%;
    transition: all .5s ease;
}
.cont_probox_li_li a p{
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    height: 45px;
}
.cont_probox_li_li:hover img{transform:scale(1.1);}
.cont5{
    
padding: 60px 0px;
}
.cont5 .w1200{}
.public-title-a{
      text-align: center;
      background-image: url(../images/b5.png);
      background-position: center center;
      background-repeat: no-repeat;
      height: 85px;
      }
.public-title-a p{
    text-align: center;
    line-height: 15px;
    color: white;
    font-size: 17px;
    }
.public-title-a h3{
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: white;
    line-height: 51px;
    }
.cont5-about{background-color: rgb(0, 0, 0);opacity: 0.7;color: white;padding: 50px;}
.cont5-about-a{    text-align: center;
    padding-top: 15px;}
.cont5-about-a a{
    display: inline-block;
    text-align: center;
    padding: 5px 25px;
    border: 1px solid #499DBB;
    color: #499DBB;
    border-radius: 5px;
}
.cont5-box{}
.cont5-box-li{
    width: 32.5%;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
    0 4px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-bottom: 30px;
}                                                                                                                                                                                                        
.cont5-box-li:nth-child(3n+3){
    margin-right: 0px;
}
.cont5-box-li a{}
.cont5-box-li div{
    overflow: hidden;
}
.cont5-box-li div img{width: 100%;transition: all .5s ease;}
.cont5-box-li p{
    font-size: 18px;
    text-align: CENTER;
    margin-top: 12px;
}
.cont5-box-li:hover img{transform:scale(1.1);}
.cont6{
    background-color: #333333;
    padding: 50px 0px;
}
.cont6 .w1200{}
.cont-top{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px 10px;
}
.cont-top dl{}
.cont-top dl dt{}
.cont-top dl dt a{
    line-height: 250%;
    font-size: 18px;
    color: white;
}
.cont-top dl dd{
}
.cont-top dl dd a{
    font-size: 15px;
    color: #989898;
    line-height: 26px;
}
.cont-top dl:last-child dt{text-align: right;}
.cont-top dl dt img{
    width: 126px;
}
.cont-top dl dd p{
    font-size: 14px;
    color: white;
    text-align: right;
    margin-top: 2px;
}
.cont-btm{
    border-top: 1px solid #989898;
    margin-top: 50px;
    padding-top: 20px;
    text-align: center;
    color: #989898;
    font-size: 14px;
}
.cont-btm a{
    color: #989898;
    font-size: 14px;
} 
.ne-banner{}
.ne-banner img{width: 100%;display: block;}
.lanmus{
    box-shadow: rgba(169,169,169,0.6) 0px 1px 4px 0px;
    padding: 15px;
    border-radius: 5px;
    margin-top: -30px;
    position: relative;
    background-color: white;
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.lanmus a{
    color: #000000;
    padding: 10px 30px;
    border: 1px solid #e5e5e5;
    margin: 0px 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}
.lanmus a.on{
    color: white;
    background-color: #499DBB;
}
.lanmus a:hover{    color: white;
    background-color: #499DBB;}
.mianbaox{
    margin-top: 20px;
}
.mianbaox span{}
.mianbaox span img{
    width: 25px;
    vertical-align: sub;
}
.mianbaox a{}
.prolist-box{
    padding: 50px 0px;
}
.probox{}
.probox .cont_probox_li_li a div{
    border: 0px;
}
.probox .cont_probox_li_li{
    border: solid 1px #e1e1e1;
    padding-bottom: 20px;
    width: 285px;
    margin-bottom: 15px;
}
.cont-pro-xqr{
    padding: 40px 35px;
    }
.cont-pro-r-li{
    width: 32%;
    position: relative;
    margin-right: 20px;
    margin-bottom: 30px;
    float: left;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    transition: all .5s ease;
    border: 1px solid #eee;
    border-radius: 10px;
}
.cont-pro-r-li:hover{box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
    cursor: pointer;}
.cont-pro-r-li:nth-child(3n+3){margin-right:0px;}
.cont-pro-r-li a{}
.cont-pro-r-li-d1{
    height: 2%;
    width: 100%;
    overflow: hidden;
}
.cont-pro-r-li:hover .cont-pro-r-li-d1 img{    transform: scale(1.2);}
.cont-pro-r-li-d1 img{
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}
.cont-pro-r-li-h3{
    padding: 10px 0px 5px;
    border-top: 1px solid #eee;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all .36s ease;
}
.cont-pro-r-li:hover .cont-pro-r-li-h3:before{
    width: 100%;
}
.cont-pro-r-li-h3:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 1px;
    background: #232323;
    z-index: 1;
    transition: all .5s ease;
}
.cont-pro-r-li-d2{
    margin: 5px 0;
    color: #8c8c8c;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cont-pro-xqr-l{
    width: 600px;
    float: left;
}
.cont-pro-xqr-l img{width: 600px;}
.cont-pro-xqr-r{
    width: calc(100% - 650px);
    float: right;
}
.cont-pro-xqr-r-title{
    color: #262626;
    font-size: 22px;
    font-weight: bold;
}
.cont-pro-xqr-r-des{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    padding: 20px 0px;
    border-bottom: 1px solid #c2c2c2;
}
.cont-pro-xqr-r-as{
    transition: all .36s ease;
    background: #1f919b;
    font-size: 16px;
    color: #fff !important;
    display: inline-block;
    width: 140px;
    text-align: center;
    margin-top: 15px;
    margin-left: 16px;
    line-height: 45px;
    border: 1px solid #1f919b;
}
.cont-pro-xqr-r-as:hover{
    border: 1px solid #F39801;
    background: #fff;
    font-size: 16px;
    color: #F39801 !important;
}
.cont-pro-xqr-l-lll{font-size: 14px;color: #595959;margin-top: 35px;padding-left: 20px;}

.proxqtolsit{font-size: 14px;padding-left: 25px;}
.proxq-nr{
    width: 100%;
    float: left;
    margin-top: 20px;
}
.proxq-nr>hr{
    height: 1px;
    background-color: #dadada;
}
.proxq-nr-t{
    color: #fff;
    width: 90px;
    background: #1f919b;
    border-bottom: 2px solid #1b7f99;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
}
.proxq-fanye{
    width: 100%;
    float: left;
    margin-top: 50px;
}
.proshagnxia{}
.proshagnxia a:first-child{}
.proshagnxia a:last-child{float: right;}
.proshagnxia a{font-size: 15px;}
.cont-proxq-btn{}

.proxq-xgpro{position:relative;}
.proxq-xgpro .mx1400{
    position: relative;
}
.proxq-xgpro-box{}
.connews-box{
    padding: 0 1rem;
}
.cnew-ul{
    padding-top: 37px;
}
.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 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: #499DBB;
    transition: all .5s ease;
}
.cnew-ul-li:hover .leftTimeBox{
    background: #F39801;
    color: #fff;
    }
.cnew-ul-li:hover .leftTimeBox .newData{color: white;
}
.cnew-ul-li:hover .leftTimeBox .newYearMon{color: white;
}
.cnew-ul-li .leftTimeBox .newData{
    font-size: 2.75rem;
    line-height: 46px;
    padding-top: 15px;
    text-align: CENTER;
}
.cnew-ul-li .leftTimeBox .newYearMon{
    text-align: center;
}
.cnew-ul-li .centerContentBox{
    width: calc((100% - 80px)/1);
    padding-left: 3%;
}

.cnew-ul-li .centerContentBox .newTitle{
    font-size: 1rem;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .5s ease;
}
.cnew-ul-li:hover .newTitle{color: #F39801;}
.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 .newToolBox .data2{background: url(../images/eyes1.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;
    }
.cnew-ul-li .rightIcon{
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden;
}

.cnew-ul-li .rightIcon .whiteIcon{
    opacity: 1;
}
.cnew-ul-li:hover .whiteIcon{opacity: 0}

.cnew-ul-li .rightIcon .redIcon{
    opacity: 0;
}
.cnew-ul-li:hover .redIcon{opacity: 1}
.cnew-ul-li .rightIcon .rIcon{position: absolute;top: 0;left: 0;display: block;width: auto;height: 98%;transition: all .5s ease;}
.newsxq-title{
    font-size: 26px;
    text-align: CENTER;
    padding: 20px 0px;
    border-bottom: 1px solid #cccccc;
}
.newsxq-hr{}
.newxq-tag{
    color: #707070;
    font-size: 14px;
    padding: 20px 0px;
}
.newxq-tag a{}
.newsxq-des{
    background: #f2f2f2;
    padding: 10px;
    font-size: 14px;
    color: #595959;
}
.newsxq-news{
    border-top: 1px solid #cccccc;
    margin-top: 15px;
}
.newsxq-news-title{
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    color: #595959;
    padding: 20px 0px;
}
.newsxq-news-box{
    padding-bottom: 50px;
}
.nsxq-nb-li{
    width: 33.33%;
    padding: 1rem;
    float: left;
}
.nsxq-nb-li:nth-child(3n+3){margin-right: 0px;}
.nsxq-nb-li a{
    display: block;
}
.nsxq-nb-li-man{
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 17rem;
    border-radius: 5px;
    background: #f3f3f3;
    transition: all .5s ease;
    padding: 0 60px 60px;
}
.nsxq-nb-li-man .newsdate{
    position: absolute;
    top: -14px;
    border-radius: 5px;
    width: 100px;
    margin: 0 0 40px;
    background-color: #2D2D2D;
    padding: 40px 10px 20px;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsdate .md{
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    text-align: right;
    width: 100%;
    white-space: nowrap;
}
.nsxq-nb-li-man .newsdate .year{
    color: #bdbdbd;
    font-size: 16px;
    text-align: right;
    transition: all .5s ease;
}
.nsxq-nb-li-man .newsbody{
    width: calc(100% - 120px);
    top: 130px;
    transition: all .5s ease;
    position: absolute;
}
.nsxq-nb-li-man .newsbody .p_title{
    line-height: 20px;
    font-size: 1rem;
    color: #464646;
    margin-bottom: 1rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.nsxq-nb-li-man .newsbody .p_summary{
    line-height: 1.5;
    font-size: 0.875rem;
    color: #6a6a6a;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .5s ease;
}
.nsxq-nb-li:hover .nsxq-nb-li-man{background: #499DBB;}
.nsxq-nb-li:hover .newsdate{
    background-color: #195679;
    padding: 60px 10px 20px;
    }
.nsxq-nb-li:hover .newsbody{top: 150px;}
.nsxq-nb-li:hover  .p_title{color: white}
.nsxq-nb-li:hover  .p_summary{color: white}
.cont-lx-box{}
.cont-lx-box-l{
    width: 34%;
    height: 480px;
    overflow: hidden;
    float: left;
    background-color: #499dbb;
    padding: 5% 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.cont-lx-box-l-d1{}
.cont-lx-box-r{
    width: 66%;
    float: left;
    height: 480px;
}
.contproly{
    padding-bottom: 50px;
}
.contproly-box{}
.contproly-box-title{
    text-align: center;
    font-size: 32px;
}
.contproly-box-entitle{
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    color: #cccccc;
}
.contproly-box-hx{
    background-color: #535353;
    height: 3px;
    width: 50px;
    margin: 0 auto;
    margin-top: 10px;
}
.contproly-form{
    margin-top: 20px;
    padding: 0px 100px;
}
.contproly-form textarea{
    width: 100%;
    resize: none;
    height: 160px;
    padding: 10px;
    font-size: 15px;
        color: #6d6d6d;
    font-family: none;
}
.contproly-form input{
    font-size: 15px;
    width: 48%;
    padding: 10px;
    margin-top: 20px;
}
.contproly-form input:last-child{
    width: 100%;
    background-color: #499dbb;
    text-align: center;
    color: white;
    margin-top: 30px;
}











input{outline:none;}
.duanbox{margin-top: 10px;    padding-bottom: 50px;}
.duanbox img{max-width: 100% !important; height: auto;}

/* 分页 */
/*列表翻页*/
.list_page>div{text-align: center;}
.in_news+.list_page{border-top:none;}
.list_page {text-align: center;padding: 20px 0;}
.list_page a, .list_page span {padding:6px 12px;display: inline-block;font-size: 14px;margin: 0 4px ; border-radius: 3px;}
.list_page a {background:#f5f3ed;color: #000000;}
.list_page span, .list_page a:hover{background: #67c5d1;color:#fff;}

