html {
    -webkit-text-size-adjust: none;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
 /* -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;*/
}
body,div,ul,li{margin:0;padding:0;}
body{min-width: 1150px;}
ul{list-style:none;}
img{border:0; }
a{text-decoration: none;color: inherit;}
*{font-family:"Microsoft Yahei" !important;font-family: "微软雅黑 ";padding: 0;margin: 0;font-weight: normal;}

.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both; 
height: 0;
}
.clearfix{*zoom:1;}

/*箭头向上*/
.sanj_top{
  	width:0; 
    height:0; 
    border-left:44px solid transparent;
    border-right:44px solid transparent;
    border-bottom:30px solid #fff;  
}
/*箭头向下*/
.sanj_bottom{
  	width:0; 
    height:0; 
    border-left:44px solid transparent;
    border-right:44px solid transparent;
    border-top:30px solid #fff; 
}

/*箭头向右*/
.sanj_right{
  	 width:0; 
    height:0; 
    border-top:44px solid transparent;
    border-bottom:44px solid transparent;
    border-left:30px solid green;
}

/*箭头向左*/
.sanj_left{
  	 width:0; 
    height:0; 
    border-top:44px solid transparent;
    border-bottom:44px solid transparent;
    border-right:30px solid green;
}
.auto1150{width: 1150px;height: auto;margin: 0 auto;overflow: hidden;}
.headlomu{width: 100%;height: 95px;background: #F0F0F0;}
.logo{float: left;width: 370px;height: 95px;line-height: 95px;overflow: hidden;}
.logo img{margin-top: 12px;}
.index_meun{float: right;width: 618px;}
.index_meun li{float: left;width: auto;padding: 0 16px;height: 95px;line-height: 105px;
    font-size: 16px;position: relative;
}

.index_meun li dl{min-width: 96px;position: absolute;top: 95px;left: 0;z-index: 2;padding-top: 10px;
    background: rgba(35,24,21,0.75);color: #fff;padding-top: 20px;padding-bottom: 10px;
    display: none;
}
.index_meun li dl dd{line-height: 25px;font-size: 14px;
        white-space: nowrap;padding: 0 13px;
}

.index_meun li:hover dl{display: block;}

.index_meun li dl dd:hover{color: #DA5006;}


.index_meun li .bg{display:none;position:absolute;bottom:0;left:50%;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-bottom:5px solid #fff;
    margin-left: -4px;  
}
.index_meun li.on,.index_meun li:hover{background: #DA5007;color: #fff;}
.index_meun li.on .bg{display: block;}
.erjitit{text-align: center;font-size: 24px;height: 80px;line-height: 80px;margin-top: 40px;
    color: #666;position: relative;
}
#more{width: 58px;height: 22px;background: url(images/more.png) no-repeat;text-indent: 999;overflow: hidden;background-size: cover;display: block;position: absolute;right: 0;
    top: 30px;background-position: 0 -22px;
}
#more a{display: block;width: 100%;height: 100%;text-indent: 999px;}
#more:hover{background-position: 0 0px;}
.index_Anli li{float: left;width: 49%;height: 274px;margin-right: 1%;margin-bottom: 13px;
    position: relative;background: #004E60;overflow: hidden;
}
.index_Anli li .bg{position:absolute;bottom:0;left:50%;
    border-left:43px solid transparent;
    border-right:43px solid transparent;
    border-bottom:27px solid white;
    margin-left: -42.5px;  
    z-index: 1;
}

.index_Anli li .anliceng_1{color: #fff;text-align: center;font-size: 14px;width: 240px;
    height: 152px;position: absolute;top: 70px;left: 50%;margin-left: -120px;
}
.index_Anli li .tit{font-size: 20px;margin-top: 15px;margin-bottom: 7px;}
.index_Anli li .img{opacity: 0.75;filter:alpha(opacity=75);-moz-opacity:0.75;width: 100%;height:100%;}

.index_Anli li .anliceng_2{width: 237px;height: 174px;background: url(images/anlim.png);
    position: absolute;left: 0;top: 50%;margin-top: -80px;z-index: 2;padding-left: 52px;
    padding-right: 63px;font-size: 14px;color: #fff;
   /* transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);    
    -moz-transform:rotate(-45deg);    
    -webkit-transform:rotate(-45deg); 
    -o-transform:rotate(-45deg);  */
    /*filter:alpha(opacity=0);opacity:0;-moz-opacity:0;*/
    display: none;
}
.index_Anli li .anliceng_2 .tit2{font-size: 20px;letter-spacing: 2px;padding: 12px 0;
    border-bottom: 1px solid #fff;margin-bottom: 10px;
}
.index_Anli li #more{top: inherit;bottom: 40px;left: auto;right: 30px;z-index: 2;
    text-indent: -999px;background: url(images/more_2.png) no-repeat;
    background-position: 0 1px;
}
.index_Anli li #more:hover{
    background-position: 0px -22px;
}
.index_Anli li:hover .anliceng_1{
    display: none;
}
.index_Anli li:hover .img{
    opacity:1;filter:alpha(opacity=100);-moz-opacity:1; 
}



@keyframes myfirst2
{
from {
   width: 100%;
}
to {
   width: 110%;
}
}

.index_Anli li:hover .anliceng_2(GG){
    animation: myfirst 1s;
    -moz-animation: myfirst 1s; /* Firefox */
    -ms-animation: myfirst 1s; /* Firefox */
    -webkit-animation: myfirst 1s;  /* Safari 和 Chrome */
    -o-animation: myfirst 1s;   /* Opera */
    animation-fill-mode:forwards ;
}



@keyframes myfirst
{
from {
    filter:alpha(opacity=0);opacity:0;-moz-opacity:0;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
    animation-direction:alternate;
    -webkit-animation-direction:alternate; /* Safari 和 Chrome */
}
to {
    filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
     transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}
}

@-moz-keyframes myfirst /* Firefox */
{
from {
    filter:alpha(opacity=0);opacity:0;-moz-opacity:0;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
}
to {
    filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
     transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
from {
    filter:alpha(opacity=0);opacity:0;-moz-opacity:0;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
}
to {
    filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
     transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}
}

@-o-keyframes myfirst /* Opera */
{
from {
    filter:alpha(0pacity=0);opacity:0;
    -moz-opacity:0;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
}
to {
    filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
     transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}
}
@-ms-keyframes myfirst /* Opera */
{
from {
    filter:alpha(0pacity=0);opacity:0;
    -moz-opacity:0;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);     /* IE 9 */
    -moz-transform:rotate(-45deg);    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);  /* Opera */
}
to {
    filter:alpha(opacity=100);opacity:1;-moz-opacity:1;
     transform:rotate(0deg);
    -ms-transform:rotate(0deg);     /* IE 9 */
    -moz-transform:rotate(0deg);    /* Firefox */
    -webkit-transform:rotate(0deg); /* Safari 和 Chrome */
    -o-transform:rotate(0deg);  /* Opera */
}
}
.fdstory li{float: left;margin-right: 12px;text-align: right;height: 315px;width: 370px;
    position: relative;overflow: hidden;
    background: #485157;
}
.fdstory li img{height: 100%;opacity: 0.7;filter:alpha(Opacity=70);-moz-opacity:0.7;}

.fdstory li.on img{opacity: 1;filter:alpha(opacity=100);-moz-opacity:1;}

.fdstory li.on{width: 765px;}
.fdstory li.on .fdstorymb{width: 382px;}
.fdstory li.on #jiajian{
    background-position: 0 -5px;
}

.fdstory li .fdstorymb{width: 0px;height: 315px;background: url(images/fdstorymb.png) no-repeat;color: #ccc;font-size: 14px;position: absolute;left: 0;top: 0;text-align:left;
    overflow: hidden;
}
.fdstory li .fdstorymb p{
    width: 340px;padding-left: 18px;padding-right: 30px;
}

.fdstory li .fdstorymb .tit{font-size: 24px;color: #fff; padding-top: 40px;padding-bottom: 18px;}
.fdstory li .fdstorymb span{font-size: 16px;display: block;margin-bottom: 8px;}

.fdstory li  #more{top: auto;right: auto;bottom:15px;left: 15px;z-index: 3;
    width: 72px;height: 27px;background-position: 0px -28px;
 }
 .fdstory li  #more:hover{
    background-position: 0px -1px;
 }

.fdstory li #jiajian{width: 19px;height: 19px;position: absolute;bottom: 21px;left: 330px;
    background: url(images/jiajian.png) no-repeat;    
    background-position: 0px -36px;
}
.ditan li{width: 278px;height: 320px;float: left;margin-right: 12px;background: #EAEAEA;
    margin-top: 40px;text-align: center;color: #485157;font-size: 18px;position: relative;
}
.ditan li div{width: 122px;height: 122px;margin: 0 auto;margin-top: 72px;margin-bottom: 8px;background: url(images/ditan.png) no-repeat;-webkit-transition: .3s ease-in;transition: .3s ease-in;
}
.ditan li.li1 div{background-position: -251px -14px;}
.ditan li.li2 div{background-position: -503px -14px;}
.ditan li.li3 div{background-position: -756px -14px;}

.ditan li.li1:hover div{background-position: -251px -204px;}
.ditan li.li2:hover div{background-position: -503px -204px;}
.ditan li.li3:hover div{background-position: -756px -204px;}


.ditan li.on{background: #6D7479;color: #fff;}
.ditan li.on #more{
    background: url(images/more_3.png) no-repeat;
    top: auto;
    right: auto;
    bottom: 27px;
    left: 50%;
    margin-left: -37px;
    z-index: 3;
    width: 74px;
    height: 27px;
    background-position: 0px -1px;
}
.ditan li.on #more:hover{
    background-position: 0px -33px;
}
.ditan li:not(.on):hover{
    background: #004E60;color: #fff;
}
.index_news{background: #EAEAEA;margin-top: 60px;display: flex;
    justify-content: space-between;
    align-items: center;}
.index_news ul{width: 563px;float: left;padding: 15px 0;padding-left: 82px;}
.index_news li{font-size: 14px;color: #666;line-height: 22px;}
.index_news li span{float: right;}
.index_news .newsri{width: 364px;height: 116px;float: right;
    /*background:url(images/index_news.png) no-repeat bottom right;*/
    text-align: center;
    font-size: 24px;line-height: 116px;color: #004f60;  }
.index_news li:hover{color: #004f60;}
.fdrecruit{height: 50px;background: url(images/fdrecruit.png) no-repeat 30px center;
    text-indent: 90px;line-height: 50px;color: #fff;position: relative;font-size: 16px;
}
.fdrecruit #more{top: 15px;}
.fdrecruit em{padding: 1px 6px;background: #DA5006;font-style: normal;margin-right: 5px;}

#footer{width: 100%;height: auto;overflow: hidden;background: #E3E4E4;min-width: 1150px; 
 }
#footer dl{float: left;padding-top: 35px;margin-right: 50px;margin-left: 20px;}
#footer dl dt{color: #485157;font-size: 18px;margin-bottom: 13px;}
#footer dl dd{font-size: 14px;color: #485157;line-height: 22px;}
#footer dl dd:hover{color: #004e60;}

.dd{font-size: 14px;color: #485157;text-align: right;padding-top: 15px;padding-bottom: 35px;}
.dd p{ line-height:30px;}
.dd p span{ margin-left:20px; display:inline-table;}
.dd li{float: left;margin-left: 5px;}
.dd ul{float: right; }

.right_fix {
    width: 54px;
    height: auto;
    position: fixed;
    bottom: 100px;
    right: 4px;
    z-index: 999;
}
.right_fix li{width: 58px;height: 58px;border-radius: 50%;;
   margin-bottom: 10px;    position: relative;
    background: rgba(181,181,182,0.7) url(images/fix.png) no-repeat;
}
.right_fix li:hover{background-color: #DA5006;}
.right_fix li div {
    font-size: 17px;
    color: #fff;
    position: absolute;
   
    right: -170px;
    height: 100%;
    width: 280px;height: 50px;

}
.right_fix li div input[type="text"]{
        height: 28px;
    width: 200px;
    margin-top: 12px;
    text-indent: 15px;
   margin-left: 10px;font-size: 16px;border: 0;border-right: 1px solid #999;
}
.right_fix li div .span{
    float: right;font-size: 16px;color: #5D5D5D;    margin:14px 24px 0 0;cursor: pointer;width:35px;border:0;
}
.auto11502{width: 1150px;height: 95px;margin: 0 auto;}

.zibanner{height: 397px;position: relative;}
.zibanner img{width: 100%;height: 100%;}
.xinxi{width: 492px;height: 200px;padding: 30px;background: rgba(0,87,112,0.8);
    position: absolute;left: 0;top: 50%;margin-top: -130px;font-size: 15px;color: #fff;
}
.ziermeun{width: 1150px;height: 46px;background: #898989;margin: 0 auto;}
.yiji{font-size: 20px;height: 46px;line-height: 46px;float: left;color: #CCDCDF;padding: 0 34px;
    background: #004E60;
}
/*#485157*/
.ziermeun li{float: left;font-size: 14px;color: #fff;line-height: 46px;
    position: relative;
}
.ziermeun li a{padding: 0 34px;}
.ziermeun li .bg {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    margin-left: -4px;
}
.ziermeun li:hover,.ziermeun li.on{
    background: #DA5006;
}
.ziermeun li.on .bg,.ziermeun li:hover .bg {
    display: block;
}

.crumbs{margin: 30px auto; text-align:right;}
.crumbs ul{float: right;}
.crumbs li{float: left;font-size: 16px;letter-spacing: 1px;color: #595757;}
.crumbs li:last-child,.crumbs a:last-child{color: #004E60;}
.crumbs a{font-size: 16px;letter-spacing: 1px;color: #595757;}

.baliuling{width: 868px;height: auto;overflow: hidden;float: left;}
.ContentArea{width: 100%;height:auto;overflow: hidden;font-size: 14px;color: #595757;}
.lianxi{float: right;width: 168px;height: 438px;background:#EBEBEB url(images/lianxi.png)
    no-repeat bottom center;padding: 0 28px;padding-top:25px; margin-top: 20px;
}

.RelatedCases li{float: left;width: 400px;margin-right: 60px;font-size: 14px;color: #666;}
.RelatedCases li .tit{width:100%;height: 20px; display: block;font-size: 16px;position: relative;margin-top: 15px;margin-bottom: 10px;color: #595757;
}
.RelatedCases{width: 100%;height: auto;overflow: hidden;}
.RelatedCases #more{top: 0;}
.RCtit{width: 100%;color: #5d5d5d;font-size: 18px;position: relative;height: 30px;
    margin-bottom: 10px;
}
.RCtit #more{top: 5px;}

.xinxi2{width: auto;height: 140px;padding: 30px;background: rgba(0,87,112,0.8);
    position: absolute;right: 0;top: 50%;margin-top: -100px;font-size: 15px;color: #fff;
    text-align: right;
}
.fyewujs li{width: 100%;height: auto;margin-bottom: 30px;overflow: hidden;}
.fyewujs li .ywjstit{width: 140px;height: 42px;padding: 36px 0 43px 120px;float: left;
    background: #EAEAEA url(images/jianjie_4.png) no-repeat;position: relative;
    font-size: 16px;color: #485157;-webkit-transition: .3s ease-in;transition: .3s ease-in;
}

.fyewujs li .ywjscon{font-size: 14px;color: #485157;float: left;padding-left: 20px;
        width: 868px;padding-top: 10px;
}
.fyewujs li:hover .ywjstit{background-color: #004E60;color: #fff;}
.fyewujs{margin-bottom: 80px;}
.fyewujs li.li1 .ywjstit{background-position: 40px 28px;}
.fyewujs li.li2 .ywjstit{background-position: -180px 28px;}
.fyewujs li.li3 .ywjstit{background-position: -402px 28px;}
.fyewujs li.li4 .ywjstit{background-position: -626px 28px;}
.fyewujs li.li5 .ywjstit{background-position: -850px 28px;}

.fyewujs li.li1:hover .ywjstit{background-position: 40px -155px;}
.fyewujs li.li2:hover .ywjstit{background-position: -180px -155px;}
.fyewujs li.li3:hover .ywjstit{background-position: -402px -155px;}
.fyewujs li.li4:hover .ywjstit{background-position: -626px -155px;}
.fyewujs li.li5:hover .ywjstit{background-position: -850px -155px;}

.erjiTit{color: #5d5d5d;font-size: 26px;margin-bottom: 60px;}

.companyNews{width: 860px;height: auto;overflow: hidden;float: left;}
.companyNews li{width: 100%;height: 120px;margin-bottom: 50px;}
.companyNews li .newsimg{width: 200px;height: 120px;float: left;overflow: hidden;position: relative;}
.companyNews li .newsimg img{width:100%}
.companyNews li .newscom{width: 635px;float: right;color: #485157;font-size: 14px;}
.companyNews li .newscom h2{font-size: 20px;color: #004e60;font-weight: normal;}
.companyNews li .newscom span{display: block;margin: 17px auto;color: #898989;}
.xbaij{
        position: absolute;
    width: 0;
    height: 0;
    margin-top: -12px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 12px solid #fff;
    right: 0;
    z-index: 1;
    top: 50%;
}
.companyNewsimg{float: right;margin-top: -85px;}
.fenye,.pages {
    margin: 50px 0 60px 0;
    
}
.fenye li {
    float: left;
    padding: 3px 8px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #595757;
    margin-right: 6px;
}
.pages{ text-align:center;}
.pages span { padding: 3px 8px; display:inline-table;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #595757;
    margin-right: 6px;}
.fenye li a,.pages span a{display:block;width: 100%;height: 100%}
.fenye li:hover,.fenye li.on,.pages span:hover,.pages span.active{color: #fff;background:#DA5006;}
.fenye ul{width: 375px;height: auto;overflow: hidden;margin: 0 auto;}

.pages a:hover
{
    background-image: none;
    color: #fff;
}
.pages a:active
{
    background-image: none;
    color: #fff;
}
.pages span.current
{
    padding: 2px 6px;
    font-weight: bold;
    color: #99210b;
    margin-right: 3px;
}
.pages span.disabled
{
    padding: 2px 6px;
    color: #adaaad;
    margin-right: 3px;
}

.industrynews{width: 860px;height: auto;overflow: hidden;float: left;}
.industrynews li{width: 100%;height: auto;margin-bottom: 50px;color: #485157;font-size: 14px;margin-bottom: 50px;}
.industrynews li h2{font-size: 20px;color: #004e60;font-weight: normal;}
.industrynews li span{display: block;margin: 17px auto;color: #898989;}

.haoduo {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    color: #7A7A7A;
    margin-top: 20px;
   
    position: relative;
}
.msg_caption span a {
    width: 100%;
    height: 100%;
    display: block;
}
.msg_caption .share {
    background-position: 4px 0px;
    border-right: 1px solid #ccc;
}
.msg_caption .share:hover {
    background-position: 4px -36px;
}
.msg_caption .bigger:hover {
    background-position: -24px -36px;
}
.msg_caption .smaller:hover {
    background-position: -55px -36px;
}
.msg_caption .bigger {
    background-position: -24px 0px;
}
.msg_caption .smaller {
    background-position: -55px 0px;
}
.msg_caption span {
    background: url(images/msg_caption.png) no-repeat;
    width: 29px;
    height: 17px;
    display: block;
    float: left;
    margin-top: 8px;
    cursor: pointer;
}
.msg_caption {
    width: 90px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
#contentPage{width: 715px;float: left;height: auto;overflow: hidden;
    margin-left: 100px;
}
.msg{font-size: 14px;color: #485157;padding: 10px 0 60px 0;}
.msg p{ line-height:25px;}
.msg img{width:99%;}
.sytxyt {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sytxyt li {
    float: left;
    font-size: 14px;
    color: #666;
    width: 100%;line-height: 25px;
}
.sytxyt li a:hover{
    color: #004e60;
}
.xiangguan{width: 100%;height: auto;margin-top: 40px;color:#838484;}
.xiangguan .tit{font-size: 24px;color: #808080;margin-bottom: 15px;
}
.xiangguan li{width: 100%;list-style-type:disc;font-size: 16px;line-height: 25px;
    color: #004e60;
}
.xiangguan li a{color: #808080;}
.xiangguan li a:hover{color: #004e60;}

.dangqian {
    width: 96px;
    height: 56px;
    line-height: 56px;
    color: #fff;
    font-size: 30px;
    background: url(images/dangqian.png) no-repeat;
    padding-left: 60px;
    float: left;
    margin-right: 40px;
    margin-left: 80px;
}
.yaome {
    width: 600px;
    height: 50px;
    float: left;
}
.yaome .slide {
    width: 91px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url(images/slide.png) no-repeat;
    border-radius: 15px;
    cursor: pointer;

}

.paixu {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    padding-top: 20px;
    padding-bottom: 50px;
}
.paixu li {
    background: url(images/huixianleftli.png) no-repeat 1px center;
    position: relative;
    padding-left: 100px;
    margin-top: 40px;
}
.paixu li span {
    font-size: 26px;
   margin-bottom: 5px;display: block;
}
.paixu li p {
   
}
.huixianleft {
    width: 100%;
    min-height: 50px;
    height: auto;
    position: relative;
}
.paixu li div{width: 740px;height: auto;background: #DCDDDD;padding: 18px 32px;color: #485157;font-size: 14px;}

.hidden{ display: none;}
    .lanren{width: 1150px;height: auto;margin:0 auto;overflow: hidden;text-align: left;background:#fff;}
    .lanren ul.list{overflow: hidden;}
    .lanren ul.list li{width: 206px;height: 114px;margin:0px 29px 29px 0;float: left;overflow: hidden;}
    .lanren ul.list li img{width: 100%;height: 100%;}
    .lanren ul.list p{text-align: center;padding: 10px;}
    .lanren .more{overflow: hidden;padding:10px;    text-indent: 108px;}
    .lanren .more a{display: block;width: 320px;padding:8px 0;color:#fff;margin:0 auto;font-size:20px;background:#727171 url(images/loadmore.png) no-repeat 196px 8px; margin-bottom: 70px;margin-top: 30px;}
    .lanren .more a:hover{background:#004E60 url(images/loadmore.png) no-repeat 196px 8px;}


.lianxiyem{padding: 40px 0px;background:#EAEAEA;width: auto;height: auto;overflow: hidden;}

.lianxiyem .l{width: 141px;height: auto;float: left;margin-left: 100px;color: #004e60;font-size: 18px;text-align: center;}
.lianxiyem .r{width: 535px;height: auto;font-size: 18px;line-height: 25px;color: #485157;float: left;margin-left: 85px;}
.lianxiyem .r p{margin-bottom: 8px;}
.map{padding: 14px;border:1px solid #ddd;}
.yuekan{    width: 855px;
    height: auto;
    overflow: hidden;
    float: left;
}
.yuekan li{
    width: 246px;height: 334px;border:6px solid #C9CACA;position: relative;float: left;margin-right: 39px;
    margin-bottom: 35px;
}

.yuekan li .mb{width: 100%;height: 77px;line-height: 77px;background: rgba(255,255,255,0.85) url(images/yuekand.png)
    no-repeat 185px -69px;
    position: absolute;
    left: 0;bottom: 0;z-index: 1;font-size: 25px;color: #595757;text-indent: 20px;
}
.yuekan li .mb:hover{background-position: 185px 19px}
.yuekan li .mb a{width: 100%;height: 100%;display: block;}

.xiaogushi{    width: 860px;
    height: auto;
    overflow: hidden;
    float: left;
}
.xiaogushi li {
    width: 100%;
    height: 209px;
    margin-bottom: 40px;
    background: #EEEEEE;
    color: #485157;
}
.xiaogushi li .newsimg {
    width: 380px;
    height: 209px;
    float: left;
    overflow: hidden;
    position: relative;

}
.xiaogushi li .newscom {
    width: 420px;
    float: right;
    color: #485157;
    font-size: 14px;
    padding-right: 25px;
    position: relative;
    height: 100%;
}
.xbaij2 {
    position: absolute;
    width: 0;
    height: 0;
    margin-top: -20px;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 20px solid #EEEEEE;
    right: 0;
    z-index: 1;
    top: 50%;
}
.xiaogushi li .newscom h2{
    color: #004e60;font-size: 20px;font-weight: normal;margin-top: 15px;
}
.xiaogushi li .newscom h3{
    color: #485157;font-size: 16px;padding: 15px 0;font-weight: normal;
}
.xiaogushi li .newscom #more{right: auto;top: auto;bottom: 12px;left: 0px;}

.jdanli li{    float: left;
    width: 568px;
    height: 274px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    color: #fff;
    margin-right: 14px;
    margin-bottom: 14px;
}
.jdanli li .mb{width: 483px;
    height: 82px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    padding: 20px 43px 0px 42px;
    line-height: 30px;
}
.jdanli li .mb #more{left: 42px;
    bottom: 20px;
    right: auto;
    top: auto;}

.renclin{width: 600px;height:271px;padding-left: 450px;padding-right: 100px; background:#DFDFE1 url(images/renclin.jpg) no-repeat left center;font-size: 14px;
    color: #485157;
 }
  .rencaili{margin-top: 35px;margin-bottom: 50px;width: 100%;height: auto;overflow: hidden;}
 .rencaili li{width: 348px;height: 380px;padding: 10px;border:1px solid #ddd;float: left;    margin-right: 19px;}
.rencaili li .div1{width: 348px;height: 230px;background: #004E60;position: relative;}
.rencaili li .div1 img{width: 100%;height: 100%;opacity: 0.65;filter:alpha(opacity=65);-moz-opacity:0.65;}
.rencaili li .div2{padding: 25px 30px 0 30px;font-size: 13px;color: #666;line-height: 20px;}
.rencaili li .div2 h2{font-size: 20px;color: #004E60;margin-bottom: 9px;}

.rcyfzli{width: 100%;height: auto;margin-top: 90px;    overflow: hidden;}
.rcyfzli li{float: left;width: 50%;height: 232px;overflow: hidden;color: #485157;font-size: 14px;
    position: relative;
}
.rcyfzli li p{width: 370px;}
.fdfenca{width: 100%;height: auto;overflow: hidden;margin-bottom: 60px;}
.fdfenca li{width: 561px;height: 163px;position: relative;float: left;overflow: hidden;color: #fff;font-size: 14px;line-height: 18px;
    margin-right: 27px;margin-bottom: 20px;
}
.fdfenca li .div1{width: 264px;height: 163px;}
.fdfenca li .div2{width: 260px;height: 163px;background:url(images/fdfencamb.png) no-repeat; right:0;top: 0;position: absolute;
    z-index: 1;padding: 0 16px 0 40px;
  }
  .fdfenca li h2{font-size: 18px; margin: 20px 0 15px 0;}

  .fdfenca li .sound{width: 100%;height: 26px;background: url(images/soundbj.png) no-repeat  95% center;margin-top: 10px;position: relative;}
  .fdfenca li .sound .music{width: 26px;height: 26px;border-radius: 50%;background:#004E60 url(images/sound.png) no-repeat center center;position: absolute;left: 0;top: 0;z-index: 1;cursor: pointer;
  }
.fdfenca li .sound .music:hover{background:#DA5006 url(images/sound.png) no-repeat center center;}
.fdfenca li .dizhi{display: none;}
.zhaoplist li{width: 1015px;height: 80px;line-height: 80px;color: #595757;font-size: 26px;padding-left: 135px;
    background: #E5E5E5 url(images/zhaoplist.png) no-repeat; background-position: 70px -105px;margin-bottom: 18px;
    -webkit-transition: .3s ease-in;transition: .3s ease-in;position: relative;
}
.zhaoplist li:hover{ background-position: 70px 12px;}
.zhaoplist li .time{float: right;font-size: 14px;margin-right: 200px;}
.zhaoplist li .more{width: 72px;height: 26px;background: url(images/more4.png) no-repeat;text-indent: 999;overflow: hidden;background-size: cover;display: block;position: absolute;right: 70px;
    top: 30px;background-position: 0 0px;}


.zhaoplist{margin-bottom: 70px;}

.zhaoplist li .more a{display: block;width: 100%;height: 100%;text-indent: 999px;}
.zhaoplist li .more:hover{background-position: 0 -60px;}

.zhiweixq{width: 860px;height: auto;overflow: hidden;float: left;margin-bottom: 60px;}

.zhiweinm{width: 780px;padding-left: 80px;height: 52px; background: url(images/zhaoplist.png) no-repeat; background-position: 0 -118px;color: #485157;font-size: 26px;line-height: 52px;margin-bottom: 30px;
 }
 .zhiweinm span{font-size: 14px;float: right;}
.zhiweicon{width: 780px;padding-left: 80px;height: auto;overflow: hidden;}
.zhiweicon p{line-height: 20px;font-size: 14px;color: #485157;margin-bottom: 8px;}

.fdwenhua{width: 100%;height: auto;overflow: hidden;padding-top: 35px;}
.fdwenhua .div1{width: 600px;height: 261px;background: #EAEAEA;float: left;position: relative;padding: 0px 29px;font-size: 16px;
    color: #485157;
}
.fdwenhua .div1 p{margin-bottom: 7px;line-height: 23px;}
.fdwenhua .div2{float: right;}
.fdwenhua span{position: absolute;top: -8px;left: 50%;margin-left: -91px;width: 182px;height: 69px;background: url(images/fdwenhua.png) no-repeat;text-align: center;line-height: 55px;font-size: 20px;color: #fff;}
.fdwenhua .div1 .tt{font-size: 18px;color: #004E60;margin-bottom: 10px;    margin-top: 62px;}

.shehui{width: 730px;height: auto;float: left;overflow: hidden;font-size: 16px;color: #485157;}
.shehuitop{width: 100%;height: 108px;background: url(images/shehuitop.jpg) no-repeat;color: #004E60;font-size: 18px;
    padding: 30px 0 0  30px;
}
.shizgz{width: 100%;height: auto;overflow: hidden;margin-top: 60px;}
.shizgz li {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
}
.shizgz li .div1{width: 168px;height: 120px;position: relative;background: url(images/yioiuba.jpg) no-repeat;float: left;
    text-align: center;line-height: 180px;color: #fff;font-size: 20px;
}
.shizgz li .div2{width: 510px;height:100px;position: relative;background: #EEEEEE;float: left;color: #485157;font-size: 16px;
    padding: 0 25px; padding-top: 20px;
}
.fdwenhua span{position: absolute;top: -8px;left: 50%;margin-left: -91px;width: 182px;height: 69px;background: url(images/fdwenhua.png) no-repeat;text-align: center;line-height: 55px;font-size: 20px;color: #fff;}
.fdwenhua .div1 .tt{font-size: 18px;color: #004E60;margin-bottom: 10px;    margin-top: 62px;}

.shehui{width: 730px;height: auto;float: left;overflow: hidden;font-size: 16px;color: #485157;}
.shehuitop{width: 100%;height: 108px;background: url(images/shehuitop.jpg) no-repeat;color: #004E60;font-size: 18px;
    padding: 30px 0 0  30px;
}
.shizgz{width: 100%;height: auto;overflow: hidden;margin-top: 60px;}
.shizgz li {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    overflow: hidden;
}
.shizgz li .div1{width: 168px;height: 120px;position: relative;background: url(images/yioiuba.jpg) no-repeat;float: left;
    text-align: center;line-height: 180px;color: #fff;font-size: 20px;
}
.shizgz li .div2{width: 510px;height:100px;position: relative;background: #EEEEEE;float: left;color: #485157;font-size: 16px;
    padding: 0 25px; padding-top: 20px;
}
.jdanli ul{overflow: hidden;}
.xiaogushi li .newsimg img{width:100%;}
/*#485157*/


.result{ line-height:40px; border-bottom:dotted 1px #898989;}
#memberList{ width:100%;}
#memberList li{ line-height:30px; width:100%; border-bottom:dotted 1px #898989; margin-bottom:2px; }
#memberList li span{ float:right; margin-right:10px;}




.logo a{
    display: flex;
    align-items: center;
    height: 100%;
}
.logo a img{
    height: 60px;
    width: auto;
    margin-top: 0;
}
.shehuitop{
    display: none;
}
.lianxi{
    display: none;
}
.right_fix{
    display: none;
}
.auto1150 h3 img{
    width: 100%;
}
.paixu li img{
    width: 100%;
}
.my-map{
    display: none;
}