* {
    padding: 0;
    margin: 0;
    border: none;
    font-family: 微软雅黑, serif;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;border-radius: 10px;
}

body {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

li {
    list-style: none
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.banner {
    background: url(../img/banner_jzxx.jpg) no-repeat center center;
    width: 100%;
    height: 543px;
}

.banner .logo {
    width: 1200px;
    padding-top: 30px;
    position: relative;
    margin: 0 auto;
}

.banner .logo .wza{
    position: absolute;
    width: 132px;
    height: 31px;
    cursor: pointer;
    display: inline-block;
    background: url(../img/header_wza.png) no-repeat;
    right: 0;
    top: 22px;
}

.main {
    margin: 0 auto;
    background: #f2f2f4;
    padding: 40px 0;
}
.common_search{background:url(../img/search_bg.jpg); position: relative; padding: 14px 2%;width: 1200px;margin: 10px auto;box-sizing: border-box;}
.common_search label{font-size: 18px; color: #3a87d3; margin-right: 14px;}
.common_search .stxt{border:#ccc 1px solid; width: 370px; height:18px; line-height: 18px; padding:5px 10px;}
.common_search .sbtn{width: 95px; height:28px; background: #62a0de; color: #fff; border:0; cursor: pointer;}
.common_search .tags{color: #939393; margin-left:50px;}
.common_search .tags a{margin:0 5px; color: #939393; cursor: pointer;}
.common_search .tags a:hover{color:#3a87d3;}
.common_search .shade{position: absolute; bottom: 0; right: 0; width: 61px; height: 31px; background:url(../img/shade_search.png) no-repeat;}
.common_search .icon{position: absolute; top:-3px; left: 53%; width:19px; height:24px; background:url(../img/search_tag.png) no-repeat;}

.main .tip {
    color: #e01111;
    font-weight: bold;
    font-size: 32px;
    margin: 40px auto;
    text-align: center;
}

.main .content {
    width: 1200px;
    margin: 80px auto;
}

.main .btn {
    margin: 0 0px 30px 40px;
    float: left;
    display: block;
}

.main .btn.last {
    margin-right: 0;
}


@media (max-width: 1280px) {
    .ewm {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner {
        background: url(../img/banner_jzxx_m.jpg) no-repeat center center;
        width: 100%;
        height: 38vw;
        background-size: 100% 100%;
    }

    .banner .logo {
        padding-top: 2vw;
        margin-left: 2vw;
    }
    .banner .logo img {
        width: 24vw;
    }

    .main {
        padding: 0;
        background: #ffffff;
    }
    .main .tip {
        font-size: 16px;
        margin: 6vw 0;
    }

    .main .content {
        width: 100%;
        margin-top: 0;
        margin-bottom: 6vw;
    }

    .main .content .btn {
        display: block;
        width: 52vw;
        height: 16vw;
        float: none;
        margin: 6vw auto;
    }

    .main .content .btn img {
        width: 100%;
        height: 100%;
    }

    .ewm {
        display: block;
        background: #e9e9e9;
        padding: 5vw 0;
        position: relative;
        font-size: 14px;
    }

    .ewm .wechat {
        width: 44%;
        margin: 0 2%;
        text-align: center;
    }

    .ewm .wechat .ewmImg {
        width: 60%;
        display: block;
        margin: 0 auto 2vw;

    }

    .ewm .wechat p img {
        width: 1.3rem;
        margin-right: .2rem;
    }

    .ewm span {
        width: 1px;
        height: 20vw;
        background: #d6d6d6;
        position: absolute;
        top: 7vw;
        left: 50%;
    }
}


@media (max-width: 640px) {


}


@media (max-width: 479px) {

}

@media (max-width: 320px) {

}
/*来信选登*/
.lxxd_box {
	width: 1200px;
	margin: 0 auto;
}

.lxxd {
	width: 100%;
}


.list-title {
  width: 100%;
  height: 110px;
  line-height: 110px;
  font-weight: bolder;
  font-size: 38px;
  text-align: center;
  color: #2e659d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/jyga_list-title.png);
}

.survey{
	width: 100%;
}
.survey ul li.sbg {
  background: #eee;
  border: 0;
  text-align: center;
  font-weight: bold;
  color: #666;
  font-size: 16px;
}

.survey ul li {
  overflow: hidden;
  zoom: 1;
  border-top: 1px dashed #ccc;
  padding: 10px 0;
}

.list ul li {
  overflow: hidden;
  zoom: 1;
  clear: both;
  line-height: 30px;
}

.survey ul li span.s1 {
  width: 80%;
  font-size: 16px;
}

.survey ul li span {
  float: left;
  line-height: 20px;
}

.list ul li span {
  float: right;
  color: #888;
  
}

.survey ul li span.s3 {
  float: right;
  width: 18%;
  text-align: center;
  font-size: 16px;
}

@media screen and (min-width:700px) and (max-width:900px){
.list-title {
  width: 68%;
  height: 110px;
  line-height: 110px;
  font-weight: bolder;
  font-size: 30px;
  text-align: center;
  color: #2e659d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/jyga_list-title.png);
}
.survey{
	width: 70%;
}
}
