*{
    margin:0; padding:0;
    }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0;  font-family: "微软雅黑"; }
fieldset, img { border: 0; }
ul, ol, li { list-style: none; font-family:'Microsoft YaHei'; }

/* remember to define focus styles! */
:focus { outline: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
abbr, acronym { border: 0; font-variant: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; background-color: #fff; border: none;}
code, kbd, samp, tt { font-size: 100%; }
a{text-decoration:none;}
a:hover{
    text-decoration: none;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea{ *font-size: 100%;}
ol, ul { list-style: none; }

@media (min-width: 1400px){
    .container {
    width: 1370px;
}
}

/*header*/
.headtop{
    background: #f7f7f7;
    padding: 7px 0;
}
.headtop .welcome{
    color: #333333;
    font-size: 13px;
}
.headtop .tnav a{
    color: #333333;
    font-size: 13px;
    margin-left: 8px;
}
.headcenter{
    padding: 1.2% 0;
}

.navbar-collapse{
    padding:0 0;
}
.navbar-default{
    background-color: #007cc2;
    border: none;
}
.navbar{
    margin-bottom: 0;
}
.navbar-nav{
    padding: 12px 0;
}

.navbar-default .navbar-nav>li>a{
    padding: 8px 30px;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
    margin:0 22.4px ;
}
.navbar-default .navbar-nav>li:first-child>a{
    margin-left: 0;
}
.navbar-default .navbar-nav>li:last-child>a{
    margin-right: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: #ffffff;
    color: #333;
}
.navbar-default .navbar-nav>li>a:hover{
    background-color: #ffffff;
    color: #333;
}
.carousel-indicators li{
    height: 4px;
    width: 35px;
    border: none;
    background-color: #fff;
    margin: 0;
}
.carousel-indicators .active{
    height: 4px;
    width: 35px;
    margin: 0;
    border: none;
    background-color: #0081c7;
}


/*dig*/
.digital{width: 100%;text-align: center;}
.main{width: 100%;margin:0 auto;font-size: 0;padding: 2% 0}
.mumping_mun li{width: 25%;display: inline-block;margin: 10px auto; border-right: 1px solid #ababab;padding: 20px 0}
.mumping_mun li:last-child{ border-right: none;}
.mumping_mun{width: 100%;list-style: none;}
.mumping_mun p{font-size: 16px;width: 100%;display: block;clear: both;color: #333333;margin-top: 25px;}
.mumping_mun .sp{color: #333333;font-style: inherit;display: inline;font-weight:normal;position: relative;font-size: 18px;}
.mumping_mun h2{font-size: 72px;font-weight: bold;margin-right: 10px;color: #0081c7;display: inline-block;}


/*pro*/
.pro01{background:#f1f1f1 url(../images/cp_bg.jpg) no-repeat center 0;height: 915px;overflow: hidden;padding: 60px 0 0;}
.pro_tit{font-size: 40px;font-weight: bold;color: #fff;text-align: center;line-height: 40px;height: 85px;overflow: hidden;background: url(../images/cp_tbg.png) no-repeat center 12px;}
.pro_tit a{color: #fff;}
.pro_tit span{display: block;font-size: 20px;font-weight: normal;padding: 5px 0 0;}
.pro_nav{height: 85px;margin: 45px 0 0;}
.pro_nav ul{text-align: center;}
.pro_nav ul li{display:inline-block;}
.pro_nav ul li a{ font-size:18px; color:#fff;display:inline-block;height: 45px;line-height: 45px;background: url(../images/cp_ico01.png) no-repeat 25px center;padding:0 30px 0 45px;}
.pro_nav ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pro_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../images/cp_ico02.png) no-repeat 25px center;
  border-radius: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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;
}
.pro_nav ul li a:hover:before,.pro_nav ul li.cur a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_nav ul li a:hover,.pro_nav ul li.cur a{color: #333;}
.pro01_m dl{width: 49%;float: left;margin-left: 2%;background: #fff;padding-bottom:3%}
.pro01_m dl dt{width: 100%;height: 380px;line-height: 0;overflow: hidden;}
.pro01_m dl dt img{width: 100%;}
.pro01_m dl dt img,.pro02_l img,.super dl dt img,.news_l dl dt img,.photo_m ul li img{
-webkit-transition: 1s;
-moz-transition: 1s;
transition: 1s;}
.pro01_m dl dt img:hover,.pro02_l img:hover,.super dl dt img:hover,.news_l dl dt img:hover,.photo_m ul li img:hover
{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pro01_m dl dd{width: 465px;margin: 0 auto;border-top: #eaeaea 2px solid;padding: 35px 0 60px;}
.pro01_m dl dd h5{height: 50px;line-height: 50px;overflow: hidden;margin-bottom: 5px;}
.pro01_m dl dd h5 a{font-size: 26px;color: #333;display: block;}
.pro01_m dl dd h5 a:hover,.pro01_m ul li a:hover{color: #234ea3;font-weight: bold;}
.pro01_m dl dd em{display: block;float: right;line-height: 0;width: 44px;height: 44px;overflow: hidden;}
.pro01_m dl dd em img{width: 44px;height: 88px;-webkit-transition:all .5s;transition:all .5s;}
.pro01_m dl dd h5:hover em img{margin-top: -44px;}
.pro01_m ul li{width: 125px;float: left;height: 38px;line-height: 38px;overflow: hidden;}
.pro01_m ul li a{font-size: 16px;color: #666;}
.pro01_m ul li:nth-of-type(4n){width: 90px;}
.pro01_m dl:first-child{margin-left: 0;}



/*six*/
html{
    font-size: 20px;
}
.six{background:#097dbe url(../images/six_bg.jpg) no-repeat center 0;overflow: hidden;padding: 3.5rem 0 0;background-size: 100% 35.5rem;}
.six .pro_tit{background: url(../images/six_tbg.png) no-repeat center 12px;}
.six dl{width: 16.66%;margin-top: 3rem;height: 20.9rem;position: relative;float: left;}
.six dl dt{width: 100%;text-align: center;padding: 2.5rem 0 0;height: 15.5rem;position: relative;}
.six dl dt:before{content: "";width: 0.15rem;height: 100%;position: absolute;top: 0;right: 0;background: url(../images/six_line.png) no-repeat;background-size: 0.15rem 18rem;}
.six dl dt b{display: block;font-size: 1rem;color: #fff;font-family: "DINOT";height: 5rem;line-height: 1.5rem;}
.six dl em{display: block;width: 3rem;height: 2.5rem;margin: 0 auto;line-height: 0;overflow: hidden;}
.six dl em img{width: 3rem;height: 2.5rem;}
.six dl h5{font-size: 1.3rem;color: #fff;height: 5.5rem;line-height: 1.6rem;overflow: hidden;padding-top: 2rem;}
.six dl h5 i{display: block;font-size: 1rem;font-weight: normal;line-height: 33px;font-style: inherit}
.six dl dt h5{background: url(../images/six_ico07.png) no-repeat center bottom;background-size: 0.6rem 0.3rem;}
.six dl dd{width: 100%;height: 0;position: absolute;top: 0;left: 0;text-align: center;overflow: hidden;z-index: 1;}
.six dl dd h5{color: #333;padding-top: 1rem;height: 4.5rem;}
.six dl dd p{font-size: 0.7rem;color: rgba(51,51,51,0.7);line-height: 1.4rem;width: 66%;margin: 0 auto;-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:5;  overflow: hidden; text-overflow: ellipsis;}
.six dl dd {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  transition: all 0.3s;
}
.six dl dd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.six dl:hover dd:before,.six dl.cur dd:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.six dl:hover dd,.six dl.cur dd{height: 18.9rem;padding-top: 4rem;}
.six dl.nobor dt:before{background: none;}
.six dl:hover dt,.six dl.cur dt{display: none;}
@media(max-width:780px){
    .six{
        background:#097dbe ;
    }
}
/*changjing*/
.changjing{
    padding-top: 4%;
    padding-bottom: 2%;
}
.changjing .pro_tit{
    color: #000;
}
.changjing ul{
    overflow: hidden;
}
.changjing ul li{
    margin-top: 25px;
    text-align: center;
}
.changjing ul li a{
    display: inline-block;
    border-radius: 12px;
}
.changjing ul li a div{
    position: relative;
}
.changjing ul li a h2{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 3% 0;
    transition: 1s;
}
.changjing ul li:hover a h2{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: rgba(0, 140, 214, 0.6);
    margin: 0;
    padding: 3% 0;
}


/*super*/
.super{position: relative;margin:2% 0 6% 0}
.super h2{color: #333}
.sup_nav{width: 42.44%;position: absolute;top: 30rem;left: 18.75%;z-index: 5;}
.sup_nav ul li{width: 33.33%;float: left;height: 5.3rem;font-size: 1.5rem;color: #333;line-height: 1.5rem;padding: 1.5rem 0 0;text-align: center;background: #fff;}
.sup_nav ul li i{display: block;font-size: 0.6rem;color: rgba(51,51,51,0.5); font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.sup_nav ul li:hover,.sup_nav ul li.on{background: #007cc2;color: #fff;font-weight: bold;}
.sup_nav ul li:hover i,.sup_nav ul li.on i{color: rgba(255,255,255,0.5);font-weight: normal;}
.sup_m{background: #f1f1f1;margin-top: 1.5rem;display: inline-block;width: 100%;}
.super dl{width: 100%;position: relative;}
.super dl dt{width: 50%;float: right;line-height: 0;overflow: hidden;}
.super dl dt img{display: block;width: 100%;max-height:655px}
.super dl dd{float: left;padding: 4.5rem 0 0 10.75%;position: absolute;}
.super dl dd h5{font-size: 1.8rem;color: #333;line-height: 2.1rem;height: 5.3rem;background: url(../images/ys_line.png) no-repeat 0 bottom;background-size: 6rem 0.4rem;}
.super dl dd h5 i{display: block;font-size: 1.2rem;font-weight: normal;font-style:inherit}
.ys_desc{padding: 1.8rem 0 0;}
.super dl dd p{font-size: 0.8rem;color: #333;line-height: 1.6rem;padding: 0 0 0 1rem;background: url(../images/ys_ico01.png) no-repeat 0 center;background-size: 0.6rem 0.6rem;}
.super dl dd em{width: 26.1rem;height: 3.1rem;display: block;line-height: 0;padding-top: 2rem;}
.super dl dd em img{width: 26.1rem;height: 3.1rem;}
.super dl dd span{display: block;width: 4.5rem;height: 2.3rem;line-height: 0;position: absolute;top: 5rem;right: 0;}
.super dl dd span img{width: 4.5rem;height: 2.3rem;}

.jh_row5{
    background-image: url(../images/about_bg.jpg);
    height: 540px;
}
.jh_size5{
    font-size: 34px;
    text-align: center;
    color: #fff;
    padding-top: 50px;
}
.jh_div5{
    font-weight: bold;
}
.jh_size5 .jh_span1{
    font-size: 16px;
}
.jh_cmd24{
    display: block;
    background-color: #f4f4f4;
    width: 100%;
    height: 400px;
    position: relative;
}
.jh_cmd24 .sbtab{
    text-align: center;
    overflow: hidden;
    padding-top: 2%;
}
.jh_cmd24 .sbtab li{
    display: inline-block;
    padding: 0 2%;
    border-left: 1px solid #939393;
}
.jh_cmd24 .sbtab li:first-child{
    border-left: none;
}
.jh_cmd24 .sbtab li a{
    display: inline-block;
    padding-left: 70px;
    text-align: left;
}
.jh_cmd24 .sbtab li a h3{
    font-size: 24px;
    margin-bottom: 4px;
    color: #000;
}
.jh_cmd24 .sbtab li a span{
    font-size: 14px;
    margin-top: 15px;
    color: #000;
}
.jh_cmd24 .sbtab li:hover a h3{
    color: #0081c7;
}
.jh_cmd24 .sbtab li .active  h3{
    color: #0081c7;
}
.jh_cmd24 .sbtab li:nth-child(1) a{
    background: url(../images/plant.png) no-repeat;
}
.jh_cmd24 .sbtab li:nth-child(2) a{
    background: url(../images/honor.png) no-repeat;
}
.jh_cmd24 .sbtab li:nth-child(3) a{
    background: url(../images/team.png) no-repeat;
}
.jh_cmd24 .sbtab li:hover:nth-child(1) a{
    background: url(../images/plant1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .sbtab li:hover:nth-child(2) a{
    background: url(../images/honor1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .sbtab li:hover:nth-child(3) a{
    background: url(../images/team1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .sbtab li:nth-child(1) .active{
    background: url(../images/plant1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .sbtab li:nth-child(2) .active{
    background: url(../images/honor1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .sbtab li:nth-child(3) .active{
    background: url(../images/team1.png) no-repeat;
    color: #f08519;
}
.jh_cmd24 .lunbo{
    margin-top: 3%;
}
.jh_cmd24 .lunbo .swiper-slide{
    text-align: center;
}
.jh_cmd24 .lunbo .showsw{
    opacity: 1;
}
.jh_cmd24 .lunbo>div{
    opacity: 0
}

/*swiper*/
.swiper-container2{
  margin-top: -17.5%;
}
.swiper-container3{
  margin-top: -21.5%;
}
.swiper-container1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -60px;
}
.swiper-container1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -60px;
}
.swiper-button-next,.swiper-button-prev{
  top: 55%;
}
.swiper-container1 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container1 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container1 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}

.swiper-container2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -60px;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -60px;
}
.swiper-container2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container2 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}

.swiper-container3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  left: -60px;
}
.swiper-container3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  right: -60px;
}
.swiper-container3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url(../images/left1.png);
  background-size: auto;
}
.swiper-container3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url(../images/right1.png);
  background-size: auto;
}
.swiper-container3 .swiper-button-next, .swiper-button-prev{
  background-size: auto;
}
.navbar{
    border-radius: 0px;
}
.inews{
    background: #f5f5f5;
    padding: 3% 0;
    margin-bottom: 3%;
}
.inews .pro_tit{
    color: #000;
}
.inews .newnav{
    overflow: hidden;
    border-bottom: 1px solid #c1c1c1;
    padding-bottom: 8px;
    padding-top: 2%;
}
.inews .newnav ul{
    float: left;

}
.inews .newnav ul li{
    display: inline-block;
    margin-left: 20px;
}
.inews .newnav ul li:first-child{
    margin-left: 0;
}
.inews .newnav ul li a{
    color: #333333;
    font-size: 20px;
}
.inews .newnav .more{
    float: right;
    display: block;
    color: #333;
    font-size: 14px;
    margin-top: 8px;
}

.inews .newc{
    margin-top: 2%;
}
.newscontent{
    background: #f9f9f9;
    height: 271px;
    padding:12% 6%;
    border: 1px solid #e1e1e1;
}
.newscontent .timetop{
    overflow: hidden;
}
.newscontent .timetop .date h4{
    color: #333333;
    font-size: 24px;
}
.newscontent .timetop .date p{
    color: #333333;
    font-size: 14px;
}
.newscontent h3{
    color: #333;
    font-size: 23px;
    margin-top: 15px;
}
.newscontent p{
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 15px;
}

.p1-search-1-inp input {
    border: 0;
}
.p1-search-1-inp1 {
    width: 261px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
    padding-left: 10px;
}
        
.p1-search-1-inp2 {
    width: 50px;
    height: 30px;
    background:#0890e1 url(../images/search.png) no-repeat center;
    float: right;
    cursor: pointer;
}
/*about*/

.neinav{
    background: #efefed;
    margin: 2% 0;
    overflow: hidden;
}
.neinav a{
    float: left;
    width: 16.66%;
    padding: 1% 2%;
    text-align: center;
    color: #333;
    font-size: 20px;
}
.neinav a:hover{
    background: #007cc2;
    color: #fff;
    
}
.neinav a.active{
    background: #007cc2;
    color: #fff;
    
}



/*pro*/
.npro{
    padding: 2% 0;
}
.npro .prot{
    background: #007cc2;
    text-align: center;
    color: #ffffff;
    font-size: 30px;
    padding: 10% 0;
    border-bottom:1px solid #fff;
}
.npro .proc>li{
    background: #eff0f0 url(../images/jia.png) no-repeat 92% center ;
    color: #fff;
    padding: 15px;
    border-top: 1px solid #fff;
}
.npro .proc li a{
    color: #333333;
    font-size: 18px;
    display: block;
}
.npro .proc>li:hover{
    background: #007cc2 url(../images/-.png) no-repeat 92% center ;
}
.npro .proc>li:hover a{
    color: #fff;
    display: block;
}
.npro .proc>li.on{
    background: #007cc2 url(../images/-.png) no-repeat 92% center ;
}
.npro .proc>li.on a{
    color: #fff;
    display: block;
}
.proc dl dt{
    padding: 15px 25px;
    border: 1px solid #f2f2f2;
    margin-top: 2px;
}
.proc dl{
    display: none;

}
.proc dl.on{
    display: block;

}
.proc dl dt a{
    color: #333333;
}
.proc dl dt:hover a{
    color: #007cc2;
}
.conb .conc{
    background: #0890e1;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.conb .conc h3{
    font-size: 20px;
}
.conb .conc h1{
    font-size: 30px;
    margin: 8px 0;
}
.conb .conc a{
    background: #fff;
    color: #0890e1;
    padding: 2px 6px;
    font-size: 16px;
}

.mynpro{
    margin-top: 5px;
}
.mynpro .col-md-4{
    margin-top: 15px;
}
.mynpro .col-md-4 a{
    display: inline-block;
    border: 1px solid #bcbcbc;
    padding: 10px;
}
.mynpro .proimg{
    text-align: center;
}
.mynpro .proimg img{
    max-width: 100%;
}
.mynpro .col-md-4 a h3{
    color: #333;
    font-size: 20px;
}
.mynpro .col-md-4 a p{
    color: #5c5c5c;
    font-size: 15px;
    margin-top: 10px;
}
.prointro h1{
    font-size: 26px;
    color: #fff;
    background: #0890e1;
    padding: 15px;
    margin-top: 6%;
}
.nmytitle{
    text-align: center;
}
.nmytitle h2{
    font-size: 32px;
    color: #333333;
}
.nmytitle div{
    width: 60px;
    height: 3px;
    background: #0081c7;
    margin: 10px auto;
}

.caselist{
    padding: 2% 0;
}
.caselist .col-md-3{
    text-align: center;
}
.caselist .col-md-3 a{
    display: inline-block;
    margin-top: 10px;
}
.caselist .col-md-3 a p{
    background: #ededed;
    padding: 3% 0;
    text-align: center;
    color: #333333;
    font-size: 18px;
}


.formm{
    width: 50%;
    margin: 15px auto;
}
.formm ul li{
    margin-top: 15px;
}
.formm ul li input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 20px;
}
.formm ul li textarea{
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px 20px;
    border-radius: 20px;
    height: 150px;
}
.formm button{
    text-align: center;
    width: 150px;
    background: #007cc2;
    padding: 15px 0;
    margin: 15px auto;
    display: block;
    color: #fff;
    border-radius: 25px;
}
.mynnews .col-md-12 a{
    border: 1px solid #dcdcdc;
    display: block;
    overflow: hidden;
    padding: 1%;
    margin-top: 20px;
}
.mynnews .col-md-12 a h3{
    color: #333333;
    font-size: 20px;
    margin-top: 8px;
}
.mynnews .col-md-12 a p{
    color: #333333;
    font-size: 12px;
    margin-top: 10px;
    line-height: 25px;
}
.mynnews .col-md-12 a span{
    text-align: center;
    float: right;
    width: 120px;
    padding: 8px 0;
    background: #b2b2b2;
    color: #fff;
}
  .fdh-01-tit {
            background: #007cc2;
            height: 80px;
        }
        
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(../images/jia.png) no-repeat 90% center #ececeb;
            margin-bottom: 2px;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(../images/-.png) no-repeat 90% center  #007cc2;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a{
            color: #fff;
        }
        .fdh-01-nav dl {
            padding: 1px 0 1px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur:after,
        .fdh-01-nav dt:hover:after {
            border-color:  #007cc2;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color:  #007cc2;
        }
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color:  #007cc2;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #555555;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            color: #666;
        }
@media(max-width:1600px){
    .super dl dd{padding: 3rem 0 0 8%;}
    .sup_nav {
    
    position: absolute;
    top: 26rem;
    left: 32.75%;
    z-index: 5;
}
.sup_nav ul li{
    font-size: 1.3rem;
    padding: 0.8rem 0 0;
    height: 4.3rem;
}
}
@media(max-width:1400px){
    .super dl dd{padding: 2rem 0 0 8%;}
    .sup_nav {
    
    position: absolute;
    top: 24rem;
    left: 32.75%;
    z-index: 5;
}
.sup_nav ul li{
    font-size: 1.3rem;
    padding: 0.8rem 0 0;
    height: 4.3rem;
}
}
@media(max-width:1300px){
    .super dl dd{padding: 1.5rem 0 0 4%;}
    .sup_nav {
    
    position: absolute;
    top: 24rem;
    left: 32.75%;
    z-index: 5;
}
.sup_nav ul li{
    font-size: 1.3rem;
    padding: 0.8rem 0 0;
    height: 4.3rem;
}
.sup_nav{
    width: 53%;
}
}
@media(max-width: 780px){
    .ueditor_baidumap{
        width: 100%!important;
    }
    .pro01_m dl dt{
        height: 260px;
    }
    .formm{
    width:100%   
}
.search{
    display: none;
}
.navbar-default .navbar-toggle{
        border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
}
footer {
    background-color: #000000;

}

footer .top {
    padding-top: 62px; 
}

footer .top > .container > .row > .left,
footer .top > .container > .row > .middle,
footer .top > .container > .row > .right {
    display: inline-block;
    border-left: 1px solid #737171;
    
    box-sizing: border-box;
    float: left;
}

footer .top > .container > .row > .left {
    width: 23%;
    padding: 0px 0 0 0;
    background: url(../images/fmap.png) no-repeat center;
    background-size: 100% 100%
}

footer .top > .container > .row > .left > h6 {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
}

footer .top > .container > .row > .left > h5 {
    font-size: 30px;
    color: #008cd6;
    line-height: 40px;
    font-weight: bold;
    margin: 10px 0
}

footer .top > .container > .row > .left > p {
    font-size: 12px;
    color: #adadad;
    line-height: 24px;
}

footer .top > .container > .row > div:first-child {
    border-left: 0
}

footer .top > .container > .row > .middle {
    width: 62%;
    padding: 0 50px 20px 60px;
}

footer .top > .container > .row > .middle > ul {
    margin-bottom: 16px;
}

footer .top > .container > .row > .middle > ul > li {
    line-height: 26px;
    display: inline-block;
    margin-right: 5%;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 17px;
    color: #ffffff;
}

footer .top > .container > .row > .middle > ul > li:last-child {
    margin-right: 0
}

footer .top > .container > .row > .middle > ul a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .middle > p {
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    opacity: .5
}

footer .top > .container > .row > .middle > p > a {
    color: #ffffff;
}

footer .top > .container > .row > .middle > p > a:hover {
    text-decoration: underline 
}

footer .top > .container > .row > .right {
    padding: 10px 0 55px 60px;
    text-align: center;
    font-size: 17px;
    color: #fcfcfc;
    line-height: 24px;
    width: 15%
}

footer .top > .container > .row > .right > p {
    margin-top: 14px;
    font-size: 14px;
}

footer .bottom {
    font-size: 12px;
    color: #adadad;
    line-height: 30px;
    padding: 10px 0;
    border-top: 1px solid #737171;
}

footer .bottom a {
    color: #adadad;
}

footer .bottom a:hover {
    text-decoration: underline 
}
@media only screen and (max-width : 1300px){
    footer .top {
    padding-top: 40px;
}

footer .top > .container > .row > .left {
    padding: 60px 40px 0 0
}

footer .top > .container > .row > .left > h6 {
    font-size: 16px;
    line-height: 24px;
}

footer .top > .container > .row > .left > h5 {
    font-size: 20px;
    margin: 0;
    line-height: 26px;
    margin: 7px 0;
}

footer .top > .container > .row > .left > p {
    font-size: 14px;
    line-height: 20px;
}

footer .top > .container > .row > .middle {
    padding: 0 40px 20px;
}

footer .top > .container > .row > .middle > ul a {
    font-size: 16px;
}

footer .top > .container > .row > .right {
    padding: 20px 0 88px 40px;
    font-size: 14px
}
@media (max-width : 768px) { /* 鍚戜笅鑰冭檻iphone6鐨�667px鍜�736px */
#index-main {
    padding-top: 50px;
}
.iserv-join {
    width: 100%;
}
.iserv-prt {
    width: 50%;
}
.contactbg .nl{
        float: none;
        width: 100%;
        text-align: center;
    }
    .contactbg .nr{
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    .contactbg .nr .li{
        margin-top: 15px;
    }
    .contactbg .nr .li:nth-child(1){
        width: 100%;
    }
    .contactbg .nr .li:nth-child(2){
        width: 100%;
    }
    .contactbg .nr .li:nth-child(3){
        width: 100%;
    }
    .contactbg .nr .ann .sub{
        margin-top: 20px
    }
    footer .top {
        text-align: center;
    }

    footer .top > .container > .row > .left,
    footer .top > .container > .row > .middle,
    footer .top > .container > .row > .right {
        border-left: 0;
    }

    footer .top > .container > .row > .left {
        width: 100%;
        padding: 0
    }

    footer .top > .container > .row > .middle {
        display: none;
    }

    footer .top > .container > .row > .middle {
        width: 100%;
        padding: 20px 0 0
    }

    footer .top > .container > .row > .right {
        width: 120px;
        padding: 20px 0;
        margin: 0 auto;
        float: none
    }

    footer .bottom {
        text-align: center;
        line-height: 24px;
        padding: 13px 0
    }
}

@media(max-width: 780px){
    .neinav{
        margin:0;
    }
    .gy h5 span{
        font-size: 18px;
    }
    .six dl:nth-child(4) dt:before{
        background: none;
    }
    .nmytitle{
        margin: 10px;
    }
    .content{
        margin: 10px;
    }
    #dituContent{
        width: 100%!important;
    }
    .mylunbo{
        margin:10px;
    }
    .mynpro .col-md-4 a h3{
        font-size: 16px!important;
    }
    .mynpro .col-xs-6 {
        padding:0 6px;
    }
    .page-status{
        display: none;
    }
    .changjing{
        padding:8% 0;
    }
    .inews{
        padding:8% 0;
    }
    .navbar-collapse{
    padding:0 15px;
    }
    .navbar-brand{
        padding:8px 15px;
    }
    .main{
        padding:8% 0;
    }
    .mumping_mun{
        width:90%;
        margin: 0 auto;
    }
    .mumping_mun li{
        width: 50%;
        margin: 0 auto;
    }
    .mumping_mun li:nth-child(1){
        border-bottom: 1px solid #ababab;
        /*border-top:1px solid #ababab;*/
        /*border-left:1px solid #ababab;*/
    }
    .mumping_mun li:nth-child(2){

        border-bottom: 1px solid #ababab;
        /*border-top:1px solid #ababab;*/
        border-right:none
    }
    .mumping_mun li:nth-child(3){

        /*border-bottom: 1px solid #ababab;*/
        /*border-left:1px solid #ababab;*/
    }
    .mumping_mun li:nth-child(4){

        /*border-bottom: 1px solid #ababab;*/
        /*border-right:1px solid #ababab;*/
    }
    .mumping_mun h2{
        font-size: 36px;
    }
    .mumping_mun p{
        margin-top:15px;
    }
    .jh_cmd6 p{
        font-size: 12px!important;
    }
    .pro01{
        height: auto;
    }
    .pro01_m dl{width: 100%;float: left;background: #fff;margin-left: 0;margin-top: 15px;}
    .pro01_m dl dd{
        width: 100%;
        padding:0 15px;
    }
    .pro_tit{
        line-height: 30px;
        height: 60px;
    }
    .pro01{
        padding-top:40px;
    }
    .pro_tit span{
        padding-top:0;
    }
    .pro_nav{
        height: auto;
    }
    .six dl{
        width: 33%;
    }
    .six dl:hover dd, .six dl.cur dd{
        padding-top:2rem;
    }
    .six dl{
        height: 16rem;
    }
    .six dl:hover dd, .six dl.cur dd{
        height: 16.9rem;
    }
    .six dl dd p{
        font-size: 12px;
        width:95%;
    }
    .pro_nav ul li a{
        padding:0 10px 0 20px;
    }
    .pro_nav ul{
        text-align: left;
    }
    .neinav a{
        width: 50%;
        padding: 3% 2%;
    }
    h1{
        font-size: 26px!important;
    }
    h3,h2{
        font-size: 24px!important;
    }
    .jh_size5{
        font-size: 20px!important;
    }
    .pro_tit span{
        font-size: 16px;
    }
}