.w1200{
    width: 1200px;
    margin: 0 auto;
}
.wrapper .banner{
    width: 100%;
    height: 110px;
    background: url("../images/second/banner.jpg") no-repeat top center;
    overflow: hidden;
}
.wrapper .banner .logo{
    width: 311px;
    height:40px;
    float: left;
    margin-top: 35px;
}
.wrapper .banner ul{
    width: 530px;
    height: 35px;
    float: left;
    margin-left: 79px;
    margin-top: 34px;
}
.wrapper .banner ul li{
    float: left;
    height: 35px;
    line-height: 35px;
    border-right: 1px solid #6399c7;
    padding-right: 20px;
    margin-right: 20px;
}
.wrapper .banner ul a{
    font-size: 20px;
    color: #fff;
}
.wrapper .banner .search{
    float: right;
    width: 182px;
    height: 50px;
    background: url("../images/second/search.png") no-repeat;
    margin-top: 30px;
    position: relative;
    padding-left: 63px;
}
.wrapper .banner .search input {
    border: none;
    font-size: 20px;
    font-style: normal;
    width: 120px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin: 0;
    outline: none;
    background: none;
    color: #2259a9;
}
.wrapper .banner .search button {
    position: absolute;
    right: 30px;
    top: 10px;
    width: 31px;
    height: 31px;
    background: url(../images/search_btn.png) no-repeat;
    cursor: pointer;
    z-index: 2;
    border: none;
    outline: 0;
}
.wrapper .banner .search input::-webkit-input-placeholder{
    color:#2259a9;
}
.wrapper .banner .search input:-moz-placeholder{
    color:#2259a9;
}
.wrapper .banner .search input::-moz-placeholder{
    color:#2259a9;
}
.wrapper .banner .search input:-ms-input-placeholder{
    color:#2259a9;
}
.breadcrumb{
    margin-top: 35px;
    margin-bottom: 20px;
}
.breadcrumb li{
    font-size: 18px;
    color: #2251a1;
}
.breadcrumb a{
    font-size: 18px;
    color: #2251a1;
}
.wrapper .content{
    background: #f6f6f6;
}
.wrapper .content .top{
    height: 100px;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    position: relative;
}
.wrapper .yjbs .top{
    margin-bottom: 30px;
}
.wrapper .xinwen .top{
    margin-bottom: 10px;
}
.wrapper .content .top li{
    font-size: 18px;
    color: #2259a9;
    font-weight: bold;
    float: left;
    border: 1px solid #2259a9;
    border-radius: 10px;
    background: #fff;
    padding: 10px 18px;
    cursor: pointer;
    margin-left: 30px;
    margin-top: 22px;
}
.wrapper .content .top li.select{
    background-image: -moz-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    color: #fff;
}
.wrapper .content .top p{
    position: absolute;
    right:7px;
    bottom: 5px;
    font-size: 18px;
    color: #2259a9;
    font-weight: bold;
    cursor: pointer;
}
.wrapper .content .top p i{
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url("../images/second/arrow.png") no-repeat right center;
    margin-left: 5px;
}
.wrapper .content .top .list{
    display: none;
    width: 118px;
    border: 1px solid #2259a9;
    border-radius: 10px;
    position: absolute;
    top:110px;
    right:5px;
    padding: 13px 0;
    background: #fff;
    z-index: 2;
}
.wrapper .content .top .list div{
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 1px;
}
.wrapper .content .top .list div:hover{
    color: #2254a5;
}
.wrapper .content .top .list div.select{
    background: url("../images/icon7.png") no-repeat 8px center;
    color: #2254a5;
}
.wrapper .content .area{
    padding: 30px 30px 0;
}
.wrapper .content .isWrap .area .wrap{
    float: left;
    width: 374px;
    height: 327px;
    background: url("../images/second/wrapper.png") no-repeat;
    margin-right: 9px;
    margin-bottom: 18px;
    padding-top: 7px;
}
.wrapper .content .isWrap .area .wrap:nth-child(3n){
    margin-right: 0;
}
.wrapper .content .isWrap .area .wrap a.img{
    display: block;
    width:360px;
    height: 202px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.wrapper .content .isWrap .area .wrap a.img .play{
    width: 102px;
    height: 102px;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -51px;
    margin-top: -51px;
    background: url("../images/play.png") no-repeat;
}
.wrapper .content .isWrap .area .wrap p{
    text-align: center;
    margin-top: 10px;
}
.wrapper .content .isWrap .area .wrap p a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #82d3ff;
    padding-bottom: 5px;
}
.wrapper .content .isWrap .area .wrap p a:hover{
    text-decoration: none;
}
.wrapper .content .isWrap .area .wrap span{
    display: block;
    width: 320px;
    margin: 10px auto 0;
    line-height: 1.2;
}
.wrapper .content .isWrap .area .wrap span a{
    font-size: 14px;
    color: #666;
}
.wrapper .more{
    height: 38px;
    border: 1px solid #dcdcdc;
    text-align: center;
    line-height: 40px;
    background: #fff;
    font-size: 18px;
    font-weight: bold;
    color: #2259a9;
    cursor: pointer;
}
.more a{
    font-size: 18px;
    font-weight: bold;
    color: #2259a9;
}

.wrapper .row2 .area {
    padding: 0;
}
.row2 .area ul li{

}
.row2 .area ul li .n_select{
    width: 1140px;
    padding: 14px 0;
    border-bottom: 1px dashed #dddddd;
    background: url("../images/n_select.png") no-repeat left center;
    margin: 0 auto;
}
.row2 .area ul li .n_select span:nth-child(1){
    padding-right: 30px;
    padding-left: 19px;
    background: url(../images/second/sound.png) no-repeat right center;
    font-size: 18px;
    color: #003333;
    cursor: pointer;
}
.row2 .area ul li .n_select.hover{
    background: url("../images/select.png") no-repeat left center;
}
.row2 .area ul li .n_select span:nth-child(2){
    display: block;
    font-size: 14px;
    color: #666;
    float: right;
    margin-top: 4px;
}
.row2 .area ul li .n_select.hover span{
    color: #2476c4;
    text-decoration: none
}
.row2 .area ul li .video_wrap,.zhuanti .video_wrap{
    /*display: none;*/
    padding: 0 30px;
    height: 114px;
    background: url("../images/second/video_wrap.png") no-repeat;
    background-size: cover;
    overflow: hidden;
}
.row2 .area ul li.isVideo .video_wrap,.zhuanti .video_wrap{
    display: block;
}
.row2 .area ul li.isVideo .n_select{
    display: none;
}
.row2 .area ul li .video_wrap .video,.zhuanti .video_wrap .video{
    float: left;
    margin-top: 20px;
}
.row2 .area ul li .video_wrap .name,.zhuanti .video_wrap .name {
    float: left;
    font-size: 26px;
    color: #2254a5;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 10px;
    width: 270px;
}
.scrollbox{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.txt-scroll .txt{
    display: inline-block;
    position: relative;
}
.txt.isMove{
    animation: move 10s linear infinite;
}
@keyframes move {
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-100%);
    }
}
.row2 .area ul li .video_wrap .controls,.zhuanti .video_wrap .controls{
    width: 170px;
    height: 48px;
    float: left;
    margin-left: 120px;
    margin-top: 12px;
}
.row2 .area ul li .video_wrap .controls .prv,.zhuanti .video_wrap .controls .prv{
    float: left;
    width: 24px;
    height: 18px;
    background: url("../images/second/prv.png") no-repeat;
    margin-top: 15px;
}
.row2 .area ul li .video_wrap .controls .next,.zhuanti .video_wrap .controls .next{
    float: left;
    width: 24px;
    height: 18px;
    background: url("../images/second/next.png") no-repeat;
    margin-top: 15px;
}
.row2 .area ul li .video_wrap .controls .play,.zhuanti .video_wrap .controls .play{
    float: left;
    width: 48px;
    height: 48px;
    background-image: url("../images/second/play.png");
    background-repeat: no-repeat;
    margin: 0 30px;
}
.row2 .area ul li .video_wrap .controls .play.pause,.zhuanti .video_wrap .controls .play.pause{
    background-image: url("../images/second/pause.png");
    background-repeat: no-repeat;
}
.row2 .area ul li .video_wrap .volume,.zhuanti .video_wrap .volume{
    float: right;
    width: 107px;
    margin-top: 30px;
}
.row2 .area ul li .video_wrap .volume .horn,.zhuanti .video_wrap .volume .horn{
    float: right;
}
.row2 .area ul li .video_wrap .volume .sound,.zhuanti .video_wrap .volume .sound {
    width: 55px;
    float: right;
    margin-left: 7px;
    font-size: 0;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(n+6),.zhuanti .video_wrap .volume .sound span:nth-child(n+6){
    opacity: .4;
    filter: alpha(opacity=40);
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(1),.zhuanti .video_wrap .volume .sound span:nth-child(1){
    height: 7px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(2),.zhuanti .video_wrap .volume .sound span:nth-child(2){
    height: 8px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(3),.zhuanti .video_wrap .volume .sound span:nth-child(3){
    height: 9px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(4),.zhuanti .video_wrap .volume .sound span:nth-child(4){
    height: 10px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(5),.zhuanti .video_wrap .volume .sound span:nth-child(5){
    height: 11px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(6),.zhuanti .video_wrap .volume .sound span:nth-child(6){
    height: 12px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(7),.zhuanti .video_wrap .volume .sound span:nth-child(7){
    height: 13px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(8),.zhuanti .video_wrap .volume .sound span:nth-child(8){
    height: 14px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(9),.zhuanti .video_wrap .volume .sound span:nth-child(9){
    height: 15px;
}
.row2 .area ul li .video_wrap .volume .sound span:nth-child(10),.zhuanti .video_wrap .volume .sound span:nth-child(10){
    height: 16px;
}
.row2 .area ul li .video_wrap .volume .sound span,.zhuanti .video_wrap .volume .sound span {
    display: inline-block;
    width: 3px;
    background: #1c82ff;
    margin-right: 2px;
    cursor: pointer;
}
.row2 .area ul li .video_wrap .volume .time,.zhuanti .video_wrap .volume .time{
    float: right;
    font-size: 18px;
    color: #2254a5;
    line-height: 1.2;
}
.row2 .area ul li .video_wrap .volume .time span,.zhuanti .video_wrap .volume .time span{
    font-size: 18px;
    color: #2254a5;
}
.row2 .area ul li .video_wrap .progress_wrap,.zhuanti .video_wrap .progress_wrap{
    position: relative;
    width: 100%;
    height: 5px;
    background: #82d3ff;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.row2 .area ul li .video_wrap .progress_wrap .progress,.zhuanti .video_wrap .progress_wrap .progress{
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 5px;
    border-radius: 5px;
    background: #2254a5;
}
.wrapper .content.rdzt{
    padding: 30px;
    border-top: 2px solid #dcdcdc;
}
.wrapper .content.rdzt .rd_img{
    width: 1140px;
    height: 445px;
    position: relative;
    margin: 0 auto 30px;
}
.wrapper .content.rdzt .rd_img .bottom{
    position: absolute;
    left:0;
    bottom: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    background: url("../images/second/rd_bot.png") no-repeat;
    z-index: 2;
}
.wrapper .content.rdzt .rd_img .bottom a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.wrapper .content.rdzt .rd_img .rd_right{
    position: absolute;
    right: 0;
    top:0;
    width: 568px;
    height: 445px;
    background: url("../images/second/rd_right.png") no-repeat;
}
.wrapper .content.rdzt .rd_img .rd_right .rd_wrap{
    width: 462px;
    height: 286px;
    background: url(../images/second/rd_wrap.png) no-repeat;
    margin-left: 94px;
    margin-top: 80px;
    text-align: center;
    padding-top: 19px;
    box-sizing: border-box;
}
.wrapper .content.rdzt .rd_img .rd_right .rd_wrap img{
    border-radius: 20px;
}
.wrapper .content.rdzt .img{
    width: 262px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.wrapper .content.rdzt .img a.scaleImg{
    display: block;
    width: 262px;
    height: 414px;
    overflow: hidden;
}
.wrapper .content.rdzt .img p{
    text-align: center;
}
.wrapper .content.rdzt .img p a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #82d3ff;
    padding-bottom: 5px;
}
.wrapper .content.gjjz{
    position: relative;
    border-top: 2px solid #dcdcdc;
    padding: 30px 30px 0;
}
.wrapper .content.gjjz .lang{
    position: absolute;
    top:-32px;
    right: 11px;
}
.wrapper .content.gjjz .lang p{
    font-size: 18px;
    color: #2259a9;
    font-weight: bold;
    cursor: pointer;
}
.wrapper .content.gjjz .lang p i {
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(../images/second/arrow.png) no-repeat right center;
    margin-left: 5px;
}
.wrapper .content.gjjz .lang .list{
    display: none;
    width: 118px;
    border: 1px solid #2259a9;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    right: -5px;
    padding: 13px 0;
    background: #fff;
    z-index: 2;
}
.wrapper .content.gjjz .lang .list div.select {
    background: url(../images/icon7.png) no-repeat 8px center;
    color: #2254a5;
}
.wrapper .content.gjjz .lang .list div {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 1px;
}
.wrapper .content.gjjz .lang .list div a{
    font-size: 16px;
    color: #333;
}
.wrapper .content.gjjz .lang .list div:hover,.wrapper .content.gjjz .lang .list div:hover a{
    text-decoration: none;
    color: #2254a5;
}
.wrapper .content.gjjz .slide .left{
    width: 800px;
    float: left;
}
.wrapper .content.gjjz .slide  .right{
    width: 327px;
    float: right;
}
.wrapper .content.gjjz .slide  .right li{
    width: 327px;
    height: 135px;
    background: url("../images/second/rd_wrapper.png") no-repeat right center;
    margin-bottom: 22px;
    cursor: pointer;
}
.wrapper .content.gjjz .slide  .right li p{
    width: 260px;
    float: right;
    margin-right: 25px;
    color: #2254a5;
    font-size: 20px;
    margin-top: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.wrapper .content.gjjz .slide  .right li.select{
    background: url("../images/second/gj_wrap.png") no-repeat left center;
}
.wrapper .content.gjjz .slide  .right li.select p{
    color: #fff;
}
.wrapper .content.gjjz .imgList li{
    width: 262px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}
.wrapper .content.gjjz .imgList li img{
    display: block;
}
.wrapper .content.gjjz .imgList li p{
    height: 60px;
    padding: 4px 20px 0;
    background: #2276c5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
}
.wrapper .content.gjjz .imgList li a.img{
    display: block;
    width: 262px;
    height: 148px;
    overflow: hidden;
}
.wrapper .content.gjjz .imgList li a{
    font-size: 16px;
    color: #fff;
}
.wrapper .content.yjbs ul.imgList{
    padding: 0 60px;
}
.wrapper .content.yjbs ul.imgList li{
    width: 240px;
    float: left;
    margin-right: 40px;
    margin-bottom: 30px;
}
.wrapper .content.yjbs ul.imgList li a.img{
    display: block;
    width: 240px;
    height: 204px;
    overflow: hidden;
}
.wrapper .content.yjbs ul.imgList li img{
    display: block;
}
.wrapper .content.yjbs ul.imgList li p{
    height: 32px;
    line-height: 32px;
    background: #2276c5;
    text-align: center;
}
.wrapper .content.yjbs ul.imgList li p a{
    font-size: 16px;
    color: #fff;
}
.wrapper .xw_left .content{
    padding-bottom: 10px;
}
.wrapper .xw_left{
    width: 810px;
    float: left;
}
.wrapper .xw_left .content .wrap{
    width: 750px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}
.wrapper .xw_left .content .list{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.wrapper .xw_left .content .list p.title{
    background: url(../images/n_select.png) no-repeat left center;
    padding-left: 19px;
}
.wrapper .xw_left .content .list p.title a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.wrapper .xw_left .content .list p.title span{
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    color: #333;
    float: right;
}
.wrapper .xw_left .content .list p.intro{
    padding-left: 19px;
    margin-top: 8px;
    line-height: 1.5;
}
.wrapper .xw_left .content .list p.intro a{
    font-size: 14px;
    color: #666;
}
.wrapper .xw_left .content .zt_list{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 17px;
    margin-bottom: 15px;
}
.wrapper .xw_left .content .list p.flag{
    margin-left: 19px;
    background: url("../images/second/flag.png") no-repeat left center;
    padding-left: 50px;
}
.wrapper .xw_left .content .list p a{
    font-size: 18px;
    color: #333;
}
.wrapper .xw_left .content .list .img{
    margin-left: 19px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.wrapper .xw_left .content .list span{
    margin-right: 7px;
}
.wrapper .xw_left .content .list span a{
    display: inline-block;
    width: 180px;
    height: 108px;
    overflow: hidden;
    border-radius: 10px;
}
.wrapper .xw_left .content .list img{
    border-radius: 10px;
}
.wrapper .xw_right{
    width: 360px;
    float: right;
    margin-top: -10px;
}
.wrapper .xw_right p.name a{
    font-size: 24px;
    color: #2250a0;
    font-weight: bold;
}
.wrapper .xw_right .img{
    width: 360px;
    height: 204px;
    position: relative;
    overflow: hidden;
}
.wrapper .xw_right .img a{
    display: block;
    width: 360px;
    height: 204px;
    overflow: hidden;
}
.wrapper .xw_right .img .play{
    position: absolute;
    left:50%;
    top:50%;
    width: 102px;
    height: 102px;
    background: url("../images/play.png") no-repeat;
    margin-left: -51px;
    margin-top: -51px;
}
.wrapper .xw_right .bottom{
    height: 32px;
    line-height: 32px;
    background: #2276c5;
    padding-left: 20px;
    margin-bottom: 20px;
}
.wrapper .xw_right .bottom a{
    font-size: 16px;
    color: #fff;
}
.wrapper .xw_right ul{
    margin-left: -3px;
}
.wrapper .xw_right ul li {
    background: url(../images/n_select.png) no-repeat 5px center;
    padding-left: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.wrapper .xw_right ul li a {
    font-size: 16px;
    color: #333;
}
.wrapper .content.yjxx .top{
    height: 62px;
}
.wrapper .content.yjxx .top .choice {
    position: relative;
    height: 26px;
    margin-top: 18px;
}
.wrapper .content.yjxx .top .choice .new {
    float: left;
    width: 50px;
    height: 26px;
    line-height: 26px;
    background: url(../images/yj_new.png) no-repeat;
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
}
.wrapper .content.yjxx .top .choice .focus {
    position: relative;
    float: left;
    width: 112px;
    height: 26px;
    line-height: 26px;
    background: url(../images/focus.png) no-repeat;
    margin-left: 12px;
    padding-left: 58px;
    font-size: 14px;
    color: #2259a9;
    cursor: pointer;
}
.wrapper .content.yjxx .top .choice .focus span.arrow {
    position: absolute;
    right: 8px;
    top: 9px;
    display: inline-block;
    width: 18px;
    height: 9px;
    background: url(../images/arrow.png) no-repeat;
    cursor: pointer;
}
.wrapper .content.yjxx .top .choice .city {
    display: none;
    position: absolute;
    left: 131px;
    top: 45px;
    width: 118px;
    height: 168px;
    border: 1px solid #2274c3;
    border-radius: 10px;
    padding: 15px 0;
    background: #fff;
}
.wrapper .content.yjxx .top .choice .city div.cityList {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 1px;
}
.wrapper .content.yjxx .top .choice .city div.cityList:hover{
    background: url("../images/icon7.png") no-repeat 8px center;
    color: #2254a5;
}
.wrapper .content.yjxx .top .choice .city div.cityList.select{
    background: url("../images/icon7.png") no-repeat 8px center;
    color: #2254a5;
}
.wrapper .xw_right .query{
    height: 503px;
    background: #f6f6f6;
    border-top: 2px solid #dcdcdc;
    border-bottom: 2px solid #dcdcdc;
    margin-top: 5px;
    margin-bottom: 20px;
}
.wrapper .xw_right .query table {
    margin: 0 auto;
}
.wrapper .xw_right .query .tb td {
    font-size: 16px;
    text-align: center;
}
.wrapper .xw_right .query .tb td .txt {
    display: block;
    width: 298px;
    height: 28px;
    background: #fff;
    border: 1px solid #cfcfcf;
}
.wrapper .xw_right .query .tb td .txt input {
    float: left;
    width: 255px;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    border: 0;
}
.wrapper .xw_right .query .tb td p {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #2254a5;
    margin-top: 15px;
    margin-bottom: 5px;
}
.wrapper .xw_right .query .datainput {
    width: 123px;
    height: 28px;
    line-height: 30px;
    border: 1px solid #cecece;
    float: left;
    padding-left: 5px;
}
.Wdate {
    background: #fff url(../images/second/datePicker.png) no-repeat right;
}
.wrapper .xw_right .query .tb td .slt {
    width: 300px;
    height: 30px;
    padding-left: 20px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border: none;
    background: url("../images/second/option.png") no-repeat;
}
.wrapper .xw_right .query .search_box {
    width: 110px;
    height: 53px;
    line-height: 53px;
    background-image: -moz-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    background-image: -webkit-linear-gradient(
            90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(34,80,160) 0%, rgb(34,118,197) 100%);
    border-radius: 10px;
    text-align: center;
    margin: 20px auto 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.wrapper .xw_right .query .search_box a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.wrapper .content.gjjz .slide .left a{
    display: block;
    width: 800px;
    height: 450px;
    overflow: hidden;
}
.scale img {
    -webkit-transition: transform 1.3s;
    -moz-transition: transform 1.3s;
    -o-transition: transform 1.3s;
    -ms-transition: transform 1.3s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-perspective: 1000;
    -moz-backface-visibility: hidden;
    -o-perspective: 1000;
    -o-backface-visibility: hidden;
    -ms-perspective: 1000;
    -ms-backface-visibility: hidden;
}
.scale:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari ?? Chrome */
    -o-transition: all 1s;
    /* Opera */
    -ms-transition: all 1s;
    /* Opera */
}
.moreContent .list,.xinwen .moreContent .wrap {
    display: none;
}
.xinwen .moreContent .list{
    display: block;
}
.loading{
    width: 116px;
    height: 28px;
    margin: 23px auto;
}
.row1 .type{
    display: none;
}
.zhuanti{
    width: 1100px;
    margin: 0 auto;
}
.zhuanti h1{
    text-align: center;
    margin-bottom: 25px;
}
.zhuanti h1 a{
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.zhuanti .source{
    font-size: 16px;
    color: #666;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 4px solid #f3f3f3;
    margin-bottom: 30px;
}
.zt_video.zhuanti .source{
    border:none;
    padding-bottom: 0px;
}
.txtcenter{
    text-align: center;
}
.zhuanti .w940{
    width: 940px;
    margin: 0 auto;
}
.zhuanti .w940 p{
    text-indent: 2em;
    font-size: 26px;
    color: #333;
    line-height: 1.7;
}
.zhuanti .w940 h2{
    text-indent: 2em;
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 1.7;
}
.zhuanti .w940 .editor{
    font-size: 20px;
    color: #333;
    text-align: right;
}
.zhuanti .title{
    padding-top: 25px;
    border-top: 4px solid #f3f3f3;
    margin-top: 35px;
}
.zhuanti .swiper-container{
    height: 206px;
    background: #f6f6f6;
    margin-top: 25px;
    position: relative;
    padding: 20px 0 20px 16px;
    
}
.swiper .swiper-container{
    width: 1140px;
    height: 259px;
    background: #fff;
    margin-top: 25px;
    position: relative;
    padding: 0 0 0 10px;
}
.zhuanti .swiper-container #left,.swiper .swiper-container #left{
    width: 49px;
    height:97px;
    position: absolute;
    left:0;
    top:75px;
    background: url("../images/second/left.png") no-repeat;
    z-index: 2;
    cursor: pointer;
}
.zhuanti .swiper-container #right,.swiper .swiper-container #right{
    width: 49px;
    height:97px;
    position: absolute;
    right:0;
    top:75px;
    background: url("../images/second/right.png") no-repeat;
    z-index: 2;
    cursor: pointer;
}
.swiper .swiper-container #left{
    left: 22px;
}
.swiper .swiper-container #right{
    right: 21px;
}
.zhuanti .swiper-container .swiper-slide .border{
    width: 340px;
    height: 194px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding-top: 10px;
}
.zhuanti .swiper-container .swiper-slide .border2,.swiper .swiper-container .swiper-slide .border2{
    float: left;
    width: 278px;
    height: 259px;
    background: url(../images/second/tjwrap.png) no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 6px;
}
.swiper .swiper-container .swiper-slide .border2 .wrap{
    width: 255px;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
}
.swiper .swiper-container .swiper-slide .border2 p{
    width: 226px;
    margin: 0 auto;
}
.swiper .swiper-container .swiper-slide .border2:last-child{
    margin-right: 0;
}
.swiper .swiper-container .swiper-slide .border2 p a{
    font-size: 16px;
    color: #333;
}
.zhuanti .swiper-container .swiper-slide .border p{
    width: 304px;
    margin: 10px auto 0;
    line-height: 1.4;
}
.zhuanti .swiper-container .swiper-slide .border .name a{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.zhuanti .swiper-container .swiper-slide .border .intro a{
    font-size: 16px;
    color: #666;
}
.zhuanti .w970{
    width: 957px;
    margin: 0 auto;
}
.gotop {
    position: fixed;
    display: none;
    z-index: 9999;
    right: 80px;
    bottom: 150px;
    background: url(../images/second/gotop.png) no-repeat 0 0;
    width: 108px;
    height: 108px;
    cursor: pointer;
}

/* new new new */
.cpjz .w810{
    width: 790px;
    float: left;
    border-top: 2px solid #dcdcdc;
    background: #f6f6f6;
    padding: 10px;
}
.cpjz .w810 .content{
    background: #fff;
}
.cpjz .w810 .content .cpWrap .cpList:last-child{
    margin-bottom: 0;
}
.cpjz .w810 .cpWrap{
    background: #fff;
    padding: 27px 13px 0;
}
.cpjz .w810 .cpWrap .cpList{
    padding-bottom: 27px;
    border-bottom: 2px dashed #cdcdcd;
    margin-bottom: 27px;
}
.cpjz .w810 .content .cpWrap .cpList:last-child{
    border: none;
}
.cpjz .w810 .moreContent .cpWrap .cpList:nth-child(5n){
    margin-bottom: 0;
    border: none;
}
.moreContent.cpContent,.moreContent .cpWrap{
    display: none;
}
.cpjz .w810 .cpWrap .cpList div{
    float: right;
    width: 395px;
    margin-right: 1px;
    margin-top: 5px;
}
.cpjz .w810 .cpWrap .cpList div a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
}
.cpjz .w810 .cpWrap .cpList div .detail{
    display: block;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 10px;
}
.cpjz .w810 .cpWrap .cpList div .detail a{
    font-size: 16px;
    color: #666;
}
.cpjz .w810 .cpWrap .cpList div .time{
    font-size: 14px;
    color: #666;
}
.hdjl{
    width: 100%;
    height: 459px;
}
.hdTable{
    width: 100%;
    height: 619px;
    background: url(../images/second/hdTable.png) no-repeat;
    position: relative;
}
.hdSubmit{
    width: 262px;
    float: left;
    margin-top: 60px;
    margin-left: 316px;
    margin-bottom: 40px;
    cursor: pointer;
}
.hdClear{
    width: 262px;
    float: right;
    margin-top: 60px;
    margin-right: 316px;
    margin-bottom: 40px;
    cursor: pointer;
}
.hdTable input,.hdTable textarea{
    height: 60px;
    border: none;
    outline: none;
    font-size: 20px;
}
.hdTable input:-webkit-autofill，.hdTable textarea:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset;
}
.hdTable input#name{
    width: 210px;
    margin-left: 154px;
    margin-top: 5px;
    text-align: center;
}
.hdTable input#phone{
    width: 260px;
    margin-left: 164px;
    margin-top: 5px;
    text-align: center;
}
.hdTable input#date{
    width: 195px;
    margin-top: 5px;
    margin-left: 184px;
    text-align: center;
}
.hdTable input#addr{
    width: 440px;
    margin-left: 156px;
    margin-top: 7px;
}
.hdTable input#type{
    width: 357px;
    margin-left: 154px;
    margin-top: 7px;
    text-align: center;
}
.hdTable .typeIcon{
    width: 82px;
    height: 62px;
    position: absolute;
    right: 2px;
    top: 70px;
    cursor: pointer;
}
.hdTable .type{
    display: none;
    width: 127px;
    border: 2px solid #3869cd;
    position: absolute;
    right: -1px;
    top: 64px;
    z-index: 2;
    padding: 10px 0;
    background: #fff;
}
.hdTable .type li{
    font-size: 20px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.hdTable .type li:hover,.hdTable .type li.select{
    background: url(../images/icon7.png) no-repeat 20px center;
    color: #2b7ac6;
}
.hdTable #title{
    width: 890px;
    margin-left: 160px;
    margin-top: 7px;
}
.hdTable textarea{
    height:240px;
    width: 1108px;
    margin-top: 25px;
    margin-left: 44px;
    border: none;
    resize: none;
    outline: none;
    background: url(../images/second/jlIcon.png) no-repeat 0 7px;
    text-indent: 4em;
}
.hdTable .dataWrap1{
    margin-top: 13px;
}
.hdTable .dataWrap2{
    margin-top: 4px;
}
.hdTable #data1,.hdTable #data2{
    width: 863px;
    height: 64px;
    margin-left: 160px;
}
.hdTable .data1,.hdTable .data2{
    width: 170px;
    height: 64px;
    cursor: pointer;
    float: right;
}
.hdTable input::-webkit-input-placeholder,.hdTable textarea::-webkit-input-placeholder{
    color:#999999;
}
.hdTable input::-moz-placeholder,.hdTable textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
i.hdTable input:-moz-placeholder,i.hdTable textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
.hdTable input:-ms-input-placeholder,.hdTable textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999999;
}
/* 特别策划 */
.tbch .w810{
    width: 810px;
    float: left;
    border-top: 2px solid #dcdcdc;
    background: #f6f6f6;
}
.tbch .w810 .clearfix{
    width: 766px;
    padding-top: 29px;
    border-bottom: 1px dashed #cbcbcb;
    margin: 0 auto;
}
.tbch .w810 .img{
    width: 232px;
    float: left;
    margin-right: 35px;
    margin-bottom: 30px;
}
.wrapper .tbch .img a.scaleImg{
    display: block;
    width: 232px;
    height: 368px;
    overflow: hidden;
}
.wrapper .tbch .img p{
    text-align: center;
    margin-top: 6px;
}
.wrapper .tbch .img p a{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    border-bottom: 2px solid #82d3ff;
    padding-bottom: 5px;
}
.tbch .w810 .moreContent .clearfix{
    display: none;
    border-top: 1px dashed #cbcbcb;
    border-bottom: none;
}