* {
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    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;
}

.main a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

body {
    background-color: #fff;
    min-width: 1200px;
}

li {
    list-style: none
}

.hide {
    display: none;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    background: url("/gdywdt/zwzt/zqsk/images/banner.jpg") no-repeat center center;
    width: 100%;
    min-width: 1200px;
    height: 631px;
}


.main .title {
    width: 1200px;
    height: 47px;
    margin: 40px auto;
}

.main .ywsd {
    width: 1200px;
    margin: 60px auto;
}

.main .ywsd .title {
    background: url("/gdywdt/zwzt/zqsk/images/title_ywsd.png") center top;
}

.main .ywsd .content {
    margin-right: -40px;
}

.main .ywsd .section {
    padding: 14px;
    width: 580px;
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: 0 0 20px 0 rgba(9, 41, 77, 0.1);
    height: 96px;
    float: left;
    margin-right: 40px;
    margin-bottom: 20px;
}

.main .ywsd .section p {
    font-size: 18px;
    width: 440px;
    font-weight: bold;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    
}
.main .ywsd .section p a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main .ywsd .section p a:hover {
    color: #4293f4;
}

.main .ywsd .section span.time {
    color: #a3a3a3;
    margin-top: 40px;
}

.main a.more {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    color: #4293f4;
    margin: 20px auto;
    text-indent: 62px;
    position: relative;
    background: #ecf4fd;
}

.main a.more i {
    background: url("/gdywdt/zwzt/zqsk/images/more.png");
    display: inline-block;
    right: 62px;
    top: 14px;
    position: absolute;
    width: 14px;
    height: 12px;
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;

}

.main a.more:hover i {
    right: 56px;
}

.main .zqzc .title {
    background: url("/gdywdt/zwzt/zqsk/images/title_zqzc.png") center top;
}

.main .zqzc .content {
    width: 1200px;
    margin: 20px auto;
}

.main .zqzc .content .zqzcNav li {
    margin-right: 22px;
    background: #ecf4fd;
    width: 210px;
    text-align: center;
    position: relative;
    line-height: 46px;
    color: #666666;
    cursor: pointer;
    font-size: 20px;
}

.main .zqzc .content .zqzcNav li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    display: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #529cf5;
    bottom: -8px;
    left: 96px;
}

.main .zqzc .content .zqzcNav li.active {
    background: #529cf5;
    color: #ffffff;
}

.main .zqzc .content .zqzcNav li.active:after {
    display: block;
}

.main .zqzc .content .zqzcCon {
    background: #fafafa;
    padding: 6px 20px;
}

.main .zqzc .content .zqzcCon ul.list li {
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0 0 0;
}

.main .zqzc .content .zqzcCon ul.list li a {
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.main .zqzc .content .zqzcCon ul.list li a:hover {
    color: #4293f4;
}

.main .zqzc .content .zqzcCon ul.list li span.time {
    float: right;
    color: #a3a3a3;
}

.main .zcsms {
    width: 1200px;
    position: relative;
    margin: 60px auto;
}

.main .zcsms .title {
    background: url("/gdywdt/zwzt/zqsk/images/title_zcsms.png") center top;
}

.main .zcsms .content .swiper-zcsms {
    height: 196px;
}

.main .zcsms .content .section {
    width: 382px;
    height:196px;
    background: #f9f9f9;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.main .zcsms .content .section a {
    display: block;
}

.main .zcsms .content .section img {
    width: 382px;
    height: 196px;
}

.main .zcsms .content .section p {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    width: 336px;
    height: 90px;
    bottom: 23px;
    left: 23px;
    box-sizing: border-box;
    padding: 11px 14px 0;
    font-size: 18px;
    line-height: 34px;
    box-shadow: 0 0 10px rgba(32, 44, 85, 0.1);
}

.main .zcsms .content .section a:hover {
    color: #4293f4;
}

.main .zcsms .content .section p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.main .zcsms .arrow-left {
    position: absolute;
    left: -44px;
    top: 166px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .zcsms .arrow-left i {
    display: block;
    margin: 13px 0 0 15px;
    padding-top: 10px;
    background: url("/gdywdt/zwzt/zqsk/images/left.png");
    width: 9px;
    height: 15px;
}

.main .zcsms .arrow-left:hover {
    background: #ecf4fd;
}

.main .zcsms .arrow-right {
    position: absolute;
    right: -44px;
    top: 166px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .zcsms .arrow-right:hover {
    background: #ecf4fd;
}

.main .zcsms .arrow-right i {
    display: block;
    margin: 13px 0 0 18px;
    padding-top: 10px;
    background: url("/gdywdt/zwzt/zqsk/images/right.png");
    width: 9px;
    height: 15px;
}

.main .hqsx .title {
    background: url("/gdywdt/zwzt/zqsk/images/title_hqsx.png") center top;
}

.main .hqsx .content {
    width: 1200px;
    margin: 20px auto;
}

.main .hqsx .section {
    background: url("/gdywdt/zwzt/zqsk/images/hqsx_l.png");
    width: 582px;
    height: 182px;
    color: #ffffff;
}

.main .hqsx .section a {
    display: block;
    padding: 40px;
    width: 582px;
    height: 182px;
    box-sizing: border-box;
}

.main .hqsx .section.right {
    background: url("/gdywdt/zwzt/zqsk/images/hqsx_r.png");
}

.main .hqsx .section h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
}

.main .hqsx .section h5 i {
    background: url("/gdywdt/zwzt/zqsk/images/hqsx_i.png");
    width: 22px;
    height: 18px;
    margin-left: 12px;
    display: inline-block;
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .hqsx .section a:hover h5 i {
    margin-left: 22px;
}

.main .hqsx .section p {
    font-size: 18px;
}

.main .lqzt {
    width: 1200px;
    margin: 60px auto;
    position: relative;
}

.main .lqzt .title {
    background: url("/gdywdt/zwzt/zqsk/images/title_lqzt.png") center top;
    margin-bottom: 30px;
}

.main .lqzt .content .swiper-lqzt {
    height: 320px;
}

.main .lqzt .content .section {
    width: 380px;
    height: 290px;
    margin: 10px auto;
    box-shadow: 0 0 10px rgba(32, 44, 85, 0.1);
}

.main .lqzt .content .section a {
    display: block;
}

.main .lqzt .content .section img{
    width: 380px;
    height: 190px;
}

.main .lqzt .content .section .describe {
    padding: 10px 16px;
}

.main .lqzt .content .section a:hover .describe h5, .main .lqzt .content .section a:hover .describe p {
    color: #4293f4;
}

.main .lqzt .content .section .describe h5 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .lqzt .content .section .describe p {
    color: #a3a3a3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .lqzt .arrow-left {
    position: absolute;
    left: -44px;
    top: 200px;
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #ffffff;
    cursor: pointer;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .lqzt .arrow-left i {
    display: block;
    margin: 13px 0 0 15px;
    padding-top: 10px;
    background: url("/gdywdt/zwzt/zqsk/images/left.png");
    width: 9px;
    height: 15px;
}

.main .lqzt .arrow-left:hover {
    background: #ecf4fd;
}

.main .lqzt .arrow-right {
    position: absolute;
    right: -44px;
    top: 200px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 0 0 8px rgba(84, 18, 14, 0.2);
    transition: 300ms;
    -moz-transition: 300ms;
    -ms-transition: 300ms;
    -o-transition: 300ms;
    -webkit-transition: 300ms;
}

.main .lqzt .arrow-right:hover {
    background: #ecf4fd;
}

.main .lqzt .arrow-right i {
    display: block;
    margin: 13px 0 0 18px;
    padding-top: 10px;
    background: url("/gdywdt/zwzt/zqsk/images/right.png");
    width: 9px;
    height: 15px;
}
