@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}



body {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
    /* background-color: #fafafa !important; */
}

ul,
li {
    list-style: none;
    margin-bottom: 0;
}

img {
    border: none;
    display: inline-block;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

dl,
dd,
p {
    margin-bottom: 0;
}

input,
textarea,
select {
    outline: none;
    font-family: "Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    list-style: none;
    margin-bottom: 0;
}
.header {
    height: 60px;
    z-index: 999;
    background: #fff;
}

.logo {
    float: left;
    display: flex;
}

.logo a {
    margin-right: 15px;
}


.top_butt {
    display: none;
}


/*导航*/

.header-c{
    width: 1200px;
    margin: 0 auto;
}


.head_nav ul li {
    width: 149px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    position: relative;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.head_nav ul li .fa_link {
    display: block;
    color: #000;
    font-size: 16px;
}

.head_nav ul li:hover {
    background: #0188d2;
}

.head_nav ul li.on{
    background: #0188d2;
}

.head_nav ul li.on .navA .fa_link {
    color: #fff;
}
.head_nav ul li:hover .navA .fa_link{
    color: #fff;
}
.search{
    width: 220px;
    height: 32px;
    border-radius: 16px;
    color: #fff;
    background-color: #0188d2;
    float: right;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.search .ss{
    border: none;
    margin-left: 16px;
    width: 170px;
    height: 100%;
    font-size: 14px;
    background-color: #0188d2;
    color: #fff;
}
.search .ss::placeholder{
    color:#fff;
  }

.navA {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
}





.head_nav ul li .fa-list-ul {
    display: none;
}

.head_nav ul li .top_down {
    display: none;
}

.navTwo {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: center;
    background: rgba(1, 6, 20, .7);
    z-index: 9;
}

.navTwo dd {
    margin-bottom: auto;
    height: 40px;
    border-bottom: solid 1px rgba(1, 6, 20, .4);
}

.navTwo a {
    font-size: 14px !important;
    line-height: 40px !important;
    color: #fff;
    display: block;
}

.navTwo dd:hover {
    background: rgba(1, 6, 20, .5);
}
.navTwo dd:hover a{
    color: #fff;
}
.topest{
    width: 100%;
    background-color: #f6f6f6;
    height: 100px;
}
.topest-c{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    height: 80px;
}
.topest-c .logo{
    float: left;
}
.topest-c .date{
    float: right;
    line-height: 80px;
}

.icons{
    width: 100%;
    margin-top: 50px;
}
.icons:after{
    display: block;
    content: '';
    clear: both;
}
.icons-c{
    width: 1200px;
    margin: 0 auto;
}
.qygk{
    width: 480px;
    float: left;
    background-color: #fff;
    border-bottom:2px  solid #c8c8c8;
}
.qygk .title{
    padding: 15px;
    border-bottom: 2px solid #c8c8c8;
}
.qygk .title .title1{
    float: left;
    font-size: 16px;
    color: #0188d2;
}
.qygk .title .more{
    float: right;
    font-size: 16px;
    color: #969696;
}
.qygk .title:after{
    display: block;
    content: '';
    clear: both;
}

.qygk  .n_r{
    padding: 15px 20px;
    font-size: 14px;
}
.qygk  .n_r img{
    width: 100%;
}
.qygk  .n_r .w_z{
    margin-top: 10px;
    line-height: 25px;
}
.qygk .t_p{
    overflow: hidden;
}
.qygk .t_p img{
    transition: all ease .5s;
}
.qygk .t_p img:hover{
    transform: scale(1.1);
}
.chzz::after{
    display: block;
    clear: both;
    content: '';
}
.chzz .ch_l{
    float: left;
    background-color: #0188d2;
    width: 145px;
    height: 135px;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
}
.chzz .ch_l .t_p{
    width: 63px;
    height: 63px;
    margin: 0 auto;
}
.chzz .ch_l .w_z{
    width: 100%;
    color: #fff;
    margin-top: 15px;
}
.chzz .ch_r{
    float: left;
}
.indexA{
    width: 100%;
    height:670px;
    padding: 15px 0;
}
.indexA-c{
    width: 1200px;
    margin: 0 auto;
}
.indexA-c .A-left{
    width: 560px;
    float: left;
}
.indexA-c .A-left .sw{
    width: 100%;
    height: 260px;
    position: relative;
}
.indexA-c .A-left .sw .swiper-button-next-a{
    position: absolute;
    right: 0;
    top: 110px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    opacity: 0;
    transition: all ease .5s;
}
.indexA-c .A-left .sw .swiper-button-prev-a{
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 99;
    outline: none;
    cursor: pointer;
    opacity: 0;
    transition: all ease .5s;
}
.indexA-c .A-left .sw .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    background-color: #969696;
    border-radius: 0;
    opacity: 1;
}
.indexA-c .A-left .sw .swiper-pagination-bullet-active{
    background-color: #f0f0f0;
}
.indexA-c .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .indexA-c .swiper-container .swiper-slide img{
      width: 100%;
      height: 100%;
  }
  .indexA-c .sw:hover .swiper-button-next-a,.indexA-c .sw:hover .swiper-button-prev-a{
      opacity: .8;
  }
.indexA-c .A-left .zx_zc{
    margin-top: 15px;
    width: 100%;
    height: 325px;
    background-color: #fff;
    padding: 15px;
}
.indexA-c .title{
    padding-bottom: 15px;
}
.indexA-c .title1{
    float: left;
    width: 100px;
    height: 30px;
    border-radius: 15px;
    background-color: #f7f7f7;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    margin-right: 15px;
    cursor: pointer;
}
.indexA-c .title1.on{
    background-color: #0188d2;
    color: #fff;
}
.indexA-c .title:after{
    display: block;
    content: '';
    clear: both;
}
.indexA-c .title .more{
    float: right;
    display: block;
    width: 60px;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    background-color: #00a4ec;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.indexA-c .A-left .zx_zc .zc-list{
    font-size: 15px;
    line-height: 48px;
    margin-top: 6px;
}
.indexA-c .A-left .zx_zc .zc-list li{
    border-bottom: 1px dashed #dddddd;
}
.indexA-c .A-left .zx_zc .zc-list li:last-child{
    border: none;
}
.indexA-c .A-left .zx_zc .zc-list li:after{
    display: block;
    content: '';
    clear: both;
}
.indexA-c .A-left .zx_zc .zc-list .b_t{
    width: 300px;
    float: left;
}
.indexA-c .A-left .zx_zc .zc-list .date{
    width: 90px;
    text-align: center;
    float: left;
}
.indexA-c .A-left .zx_zc .zc-list .more{
    float: right;
}
.indexA-c .A-right{
    width: 620px;
    height: 600px;
    float: right;
    background-color: #fff;
    padding: 15px;
}

.indexA-c .A-right .l_b1 .b_t{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin: 20px 0 10px;
    /* font-weight: 500; */
}
.indexA-c .A-right .l_b1 .n_r{
    font-size: 15px;
    color: #646464;
    line-height: 25px;
}
.indexA-c .A-right .l_b1 .n_r .more{
    float: right;
    font-size: 14px;
    color: #1a5284;
}
.indexA-c .A-right .l_b2{
    margin-top: 10px;
}
.indexA-c .A-right .l_b2 ul .l_b2-item{
    font-size: 15px;
    line-height: 38px;
}
.indexA-c .A-right .l_b2 ul .l_b2-item:after{
    display: block;
    content: '';
    clear: both;
}
.indexA-c .A-right .l_b2 ul .l_b2-item .t_p{
    float: left;
    margin-right: 15px;
}
.indexA-c .A-right .l_b2 ul .l_b2-item .w_z{
    float: left;
}
.indexA-c .A-right .l_b2 ul .l_b2-item .date{
    float: right;
}
.indexA-c .l_lb{
    display: none;
}
.indexB{
    width: 100%;
    height: 200px;
}
.indexB-c{
    width: 1198px;
    height: 198px;
    border: 1px solid #a0a0a0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 10px;
}
.hwtj{
    width: 95px;
    height: 91px;
    border:3px solid #1a5284;
    padding: 8px;
}
.hwtj-in{
    background-color: #1a5284;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    padding:0 11px;
}
.hw-item{
    width: 200px;
    height: 150px;
}
.hw-item:hover .mask{
    opacity: 1;
}
.hw-item .mask{
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    padding: 65px 10px 0;
    opacity: 0;
    transition: all ease .5s;
}
.hw-item .mask .b_t{
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.hw-item .mask .n_r{
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
.icon-r{
    width: 675px;
    float: right;
}
.chzz{
    background-color: #fff;
}
.ch-r img{
    float: left;
    margin-right: 10px;
}
.chzz .ch_r{
    padding: 10px 30px;
}
.ksff{
    width: 420px;
    height: 230px;
    box-shadow: 0 0 2px 2px #f3f4f6;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    float: left;
}
.ksff-item{
    float: left;
    width: 205px;
    height: 115px;
    text-align: center;
    font-size: 14px;
}
.ksff-item img{
    width: 100%;
}
.ksff-item:nth-child(2n-1){
    margin-right: 10px;
}
.ks_wz{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -43px;
    margin-left: -43px;
}
.others{
    float: left;
    margin-left: 18px;
    margin-top: 30px;
}
.others a{
    display: block;
    margin-bottom: 10px;
}
.friends{
    width: 100%;
    margin-top: 50px;
}
.friends-c{
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 14px;
}
.friends-c:after{
    display: block;
    content: '';
    clear: both;
}
.friends-c .nav_bt{
    float: left;
    width: 170px;
    text-align: center;
    color: #fff;
    line-height: 50px;
}
.friends-c .nav_lb{
    float: left;
}
.friends-c .nav_lb ul{
    display: flex;
    padding: 10px 0;
    box-sizing: border-box;
}
.friends-c .nav_lb ul li{
    padding: 0 25px;
    border-right: 1px solid #000;
}
.friends-c .nav_lb ul li:last-child{
    border-right: none;
}

.footer_l{
    width: 50%;
    float: left;
}
.footer_l-c{
    width: 600px;
    float: right;
    padding: 50px 0;
}
.footer .title{
    margin-bottom: 30px;
}
.footer .title1{
    font-size: 24px;
}
.footer .title i{
    display: block;
    height: 1px;
    width: 50px;
    background-color: #0188d2;
    margin-top: 20px;
}
.dz1{
    font-size: 16px;
    margin-bottom: 18px;
}
.dz2{
    font-size: 16px;
    color: #505050;
}
.wt{
    font-size: 16px;
    color: #505050;
    margin-top: 30px;
}

.lxfs{
    font-size: 16px;
    color: #505050;
    line-height: 36px;
    margin-top: 15px;
}
.footer:after{
    display: block;
    clear: both;
    content:'';
}
.footer_r{
    width: 50%;
    height: 100%;
    float: right;
}
.footer_r img{
    width: 100%;
    height: 100%;
}
.banquan{
    font-size: 14px;
    color: #fff;
    background-color: #000;
    padding: 15px 0;
    text-align: center;
}
.newsin{
    width: 100%;
}
.newsin-c{
    width: 1200px;
    margin: 0 auto;
}
.newsin-c:after{
    display: block;
    content: '';
    clear: both;
}
.newsin-c .left-nav{
    float: left;
    z-index: 999;
}
.newsin-c .left_bt{
    width: 280px;
    height: 160px;
    background-color: #0188d2;
    color: #fff;
    text-align: center;
    padding: 40px 0;

    z-index: 9999;
}
.newsin-c .left_bt .bt1{
    font-size: 24px;
    margin-bottom: 25px;
    z-index: 999;
}
.newsin-c .left-nav .dh_lb{
    margin-top: 30px;
}
.newsin-c .left-nav .dh_lb li{
    width: 280px;
    height: 70px;
    background-color: #fafafa;
    text-align: center;
    line-height: 70px;
}
.newsin-c .left-nav .dh_lb li:hover{
    background-color: #0188d2;
}
.newsin-c .left-nav .dh_lb li:hover a{
    color: #fff;
}
.newsin-c .left-nav .dh_lb li.on{
    background-color: #0188d2;
}
.newsin-c .left-nav .dh_lb li.on a{
    color: #fff;
}
.newsin-c .right-nr{
    width: 880px;
    float: right;
    min-height: 500px;

}
.newsin-c .right-nr .intitle{
    display: flex;
    align-items: baseline;
}
.newsin-c .right-nr .intitle1{
    font-size: 36px;
    line-height: 36px;
    margin-right: 25px;
}
.newsin-c .right-nr .intitle2{
    font-size: 18px;
    color: #7bbfe5;
}
.newsin-c{
    margin-top: 50px;
}
/* 新闻页 */

.newsin-list li {
    width: 100%;
    padding: 35px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.newsin-list li:after{
    display: block;
    content: '';
    clear: both;
}
.newsin-list li .rightAll {
    width: 600px;
    float: right;
}

.newsin-list li .newsin-info {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555555;
}
.newsin-info .b_t{
    font-size: 17px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 15px;
}
.newsin-date {
    display: inline-block;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.newsin-date img{
    margin-right: 5px;
}
.news-other{
    display: flex;
    font-size: 14px;
}
.from{
    display: flex;
    align-items: center;
}
.from img{
    margin-right: 5px;
}

.newsin-img{
    width: 255px;
    float: left;
    overflow: hidden;
}
.newsin-img img{
    width: 100%;
    transition: all ease .5s;
}
.newsin-img img:hover{
    transform: scale(1.1);
}
.innews-title{
    font-size: 36px;
    margin-bottom: 30px;
}
.lx_lb{
    font-size: 14px;
    color: #fff;
    padding: 25px;
    line-height: 30px;
    margin-top: 20px;
}
.injj-title{
    padding: 10px;
    border-bottom:1px solid #646464;
}
.injj-title:after{
    display: block;
    clear: both;
    content: '';
}
.injj-title .injj-title1{
    float: left;
}
.injj-title .weizhi{
    float: right;
    font-size: 12px;
    color: #646464;
}
.jianjie{
    padding: 30px;
    background-color: #fafafa;
}
.jianjie .n_r{
    font-size: 14px;
    line-height: 30px;
    color: #000;
}
.jianjie .n_r img{
    max-width: 100%;
    margin: 10px 0;
}
.pro-list ul:after{
    display: block;
    content: '';
    clear: both;
}
.pro-list .pro-item{
    float: left;
    width: 280px;
    box-shadow: 0 0 2px 2px #f3f4f6;
    margin-right: 20px;
    margin-bottom: 20px;
}
.pro-list .pro-item .t_p{
    width: 100%;
    height: 205px;
    overflow: hidden;
}
.pro-list .pro-item img{
    width: 100%;
    height: 100%;
    transition: all ease .5s;
}
.pro-list .pro-item img:hover{
    transform: scale(1.1);
}
.pro-list .pro-item .w_z{
    font-size: 14px;
    line-height: 55px;
    text-align: center;
}
.pro-list .pro-item:nth-child(3n){
    margin-right: 0;
}
.zhaopin{
    width: 100%;
}
.zhaopin-c{
    width: 1200px;
    margin: 100px auto;
}
.zhaopin-c::after{
    display: block;
    content: '';
    clear: both;
}
.zp_l{
    width: 400px;
    float: left;
}
.yuan{
    width: 250px;
    height: 250px;
    text-align: center;
    border-radius: 50%;
    font-size: 36px;
    color: #fff;
    background-color: #0188d2;
    padding: 75px 50px;
    margin: 0 auto;
}
.zp_bt{
    display: flex;
    align-items: center;
}
.zp_bt .t_p{
    width: 30px;
}
.zp_bt .t_p img{
    width: 100%;
}
.zp_bt .w_z{
    width: 360px;
    background-color: #0188d2;
    line-height: 30px;
    color: #fff;
    border-radius: 10px;
    margin-left: 10px;
    padding-left: 10px;
}
form textarea{
    border: none;
    width: 100%;
    height: 200px;
    padding: 15px;
    margin-top: 10px;
    box-shadow: 2px 2px 2px 2px #f3f4f6;
    font-size: 14px;
}
form .row input{
    width: 100%;
    height: 49px;
    font-size: 14px;
    border: none;
    box-shadow: 2px 2px 2px 2px #f3f4f6;
    padding: 15px;
}
.ipts{
    margin-top: 10px;
}
form .ipt1{
    margin-top: 50px;
}
form .ipt2{
    margin-top: 30px;
}
.zp_r{
    width: 750px;
    float: right;
}
.zp_r .zp_bt .w_z{
    width: 710px;
    background-color: transparent;
    color: #000;
    border: 1px solid #a0a0a0;
}
form .ipt3{
    margin-bottom: 50px;
}
form .ipt4{
    margin-bottom: 30px;
}
form{
    width: 100%;
}
.tijiao{
    width: 180px;
    height: 50px;
    border-radius: 5px;
    background-color: #0188d2;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 510px;
    text-align: center;
    cursor: pointer;
}
.yema{margin-top:40px; text-align:center;}
.yema ul li{display:inline-block; margin:2px;}
.yema ul li a{min-width:36px; height:36px; border:1px solid #e7e7e7; padding:0 10px; line-height:34px; text-align:center; color:#555; display:inline-block;}
.yema ul li a:hover{background-color:#0188D2; border:1px solid #0188D2; color:#fff;}
.yema ul li a.on{background-color:#0188D2; border:1px solid #0188D2; color:#fff;}

.pro-list{
    overflow: hidden;
}

.gy_wm{width:100%; padding:60px 0 80px; overflow:hidden;}
.gy_wm .yj_cp .n_r{box-shadow:0px 5px 10px 0px rgba(95,125,158,.1); margin-bottom:30px;}
.gy_wm .yj_cp .t_p{overflow:hidden;}
.gy_wm .yj_cp .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .yj_cp .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .yj_cp .w_z{padding:20px 10px; text-align:center;}
.gy_wm .yj_cp .w_z h3{font-size:20px; line-height:32px;}
.gy_wm .yj_cp .w_z p{line-height:24px; color:#999;}
.gy_wm .ry_zz .n_r{background-color:#fff; padding:20px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .ry_zz .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);
transform:translateY(-10px);
-o-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.gy_wm .ry_zz img{width:100%; height:auto; display:block;}
.gy_wm .ry_zz p{font-size:16px; text-align:center; margin-top:20px; padding-top:20px; border-top:1px solid #ddd;}
.gy_wm .zl_lb .n_r{padding:20px 20px 20px 100px; border:1px dotted #ddd; margin-bottom:30px; position:relative;}
.gy_wm .zl_lb h3{font-size:18px; line-height:32px; font-weight:bold; margin-bottom:10px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.gy_wm .zl_lb ul li:hover h3{color:#F9E700;}
.gy_wm .zl_lb i{font-size:60px; position:absolute; top:20px; left:20px;}
.gy_wm .zl_lb p{margin-bottom:20px; line-height:24px; height:48px; color:#888; overflow:hidden; display:-webkit-box;
line-clamp:2;
-webkit-line-clamp:2;
-moz-line-clamp:2;
-ms-line-clamp:2;
-o-line-clamp:2;
-webkit-box-orient:vertical;}
.gy_wm .zl_lb a{width:120px; background-color:#0188D2; line-height:32px; text-align:center; color:#fff; display:block;}
.gy_wm .zs_js{font-size:16px; line-height:32px; text-align:center; margin-bottom:50px;}
.gy_wm .zp_js .n_r{margin-bottom:50px; overflow:hidden; box-shadow:0px 5px 10px 0px rgba(95,125,158,.1);}
.gy_wm .zp_js .t_p img{width:100%; height:auto; display:block;}
.gy_wm .zp_js .w_z{padding:20px;}
.gy_wm .zp_js .w_z h3{font-size:20px; font-weight:bold; color:#0188D2; margin-bottom:15px;}
.gy_wm .zp_js .w_z p{font-size:15px; line-height:26px; color:#777;}
.gy_wm .lx_dt .map{width:100%; height:460px; margin-bottom:50px;}
.gy_wm .lx_wm .n_r h3{font-size:22px; line-height:32px; color:#0188D2;}
.gy_wm .lx_wm .n_r h4{font-size:16px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:20px;}
.gy_wm .lx_wm .w_z{font-size:15px; line-height:32px;}
.gy_wm .lx_wm .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border-bottom:1px solid #ddd; display:block;}
.gy_wm .lx_wm .l_y textarea{width:100%; height:73px; padding:10px 0; font-size:14px; line-height:26px; border-bottom:1px solid #ddd; display:block; resize:none;}
.gy_wm .lx_wm .l_y button{width:120px; height:36px; background-color:#0188D2; margin-top:15px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left;}
.gy_wm .lx_wm .l_y button.c_z{background-color:#aaa;}
.gy_wm .yz_xx{max-width:560px; margin:0 auto; padding:30px 80px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);}
.gy_wm .yz_xx .n_r{position:relative;}
.gy_wm .yz_xx .n_r input{width:100%; height:51px; border-bottom:1px solid #eee; line-height:50px; margin-bottom:10px; display:block;}
.gy_wm .yz_xx .n_r.y_z input{padding-right:120px;}
.gy_wm .yz_xx .n_r .y_m{width:100px; height:40px; background:url(../images/api.png) no-repeat center / cover; position:absolute; top:5px; right:0;}
.gy_wm .yz_xx button{width:100%; height:50px; background-color:#0188D2; font-size:16px; line-height:50px; text-align:center; color:#fff; margin-top:10px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .yz_xx button:hover{background-color:#0188D2;}



.pages{width:100%; height:30px; float:left; line-height:30px; text-align:center;margin-top: 50px;}
.pages a{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.pages .current-page{ color:#000; margin-left:5px; font-size:12px; border:solid 1px #0188D2; background:#0188D2; padding:5px 8px; }
.pages span{ text-decoration:none; font-family:微软雅黑; margin-left:5px; color:#666; font-size:12px; border:solid 1px #ccc ; padding:5px 8px; }
.container1{
    width: 1200px;
    margin: 0 auto;
}