/*common start*/
:root{
 --primary-color:#4a4ffd;
 --secondary-color:#e1f6ff;
 --third-color:#ffb000;
 --fourth-color:#3c4ece;
}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:12px; font-family: Arial,' '; color:#333;/* overflow-x:hidden;*/}
a{ color:#666;}

.foot ul {
      display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

a:hover{ color:var(--primary-color); text-decoration:none;}
p{line-height:1.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:90%; margin:0 auto; min-width:1200px;}
.wapper2{     width: 1200px;
    max-width: 90%; margin:0 auto;}
input,textarea,select{outline:none; font-family: Arial,' ';}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
#lContent img,#lblContent img,.xiangxi_con img,.xiangqing img{ width:auto !important; height:auto !important; max-width:100%;}
@media(max-width:999px){
.wapper1{ width:90%; min-width:0;}
.wapper2{ width:90%; min-width:0;}
}
/*common end*/


.headbg{ width:100%; background:url(../images/head_bg1.png) repeat-x; position:fixed; z-index:55; left:0; top:0; }
.head{ height:120px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;}
.head .logo{ float:left; width:16%; height:120px; position:relative; }
.head .logo img{ max-width:100%; max-height:90%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto 0;}
.head .logo_txt{ font-weight:bold; font-size:20px; line-height:60px; color:#fff; text-align:center; width:100%; display:none;}
/*menu*/
.head .menu{ line-height:36px; }
.head .menu>ul{    display: flex;}
.head .menu>ul>li{ float:left; position:relative; width:203px; background:url(../images/menu_bg1.png) center no-repeat; background-size:100% 100%; text-align:center; margin-left:3.64vw;}
.head .menu>ul>li>a{ color:var(--primary-color); display:block; font-size:20px; font-weight:bold; position:relative; padding:0 0 10px 0;}
.head .menu>ul>li>a:hover,.head .menu>ul>li:hover>a,.head .menu>ul>li.hover>a{ color:var(--primary-color); font-weight:bold;}
.head .menu>ul>li i{ width:55px; position:absolute; bottom:10px; left:0;}
.head .menu>ul>li i img{ display:block; max-width:100%; }
.head .menu>ul>li ul{ width:fit-content; min-width:160px; border-radius:0 0 10px 10px; background:rgba(255,255,255,.9); box-shadow:0 0 5px rgba(0,0,0,.1); position:absolute; top:100%; left:50%; transform:translateX(-50%); z-index:5; display:none;}
.head .menu>ul>li ul li{ position:relative; }
.head .menu>ul>li ul li:last-child a{ border-radius:0 0 10px 10px;}
.head .menu>ul>li ul li a{ color:var(--primary-color); display:block; font-size:14px; font-weight:normal; padding:10px 5px; line-height:24px; text-align:center; white-space:nowrap;}
.head .menu>ul>li ul li a:hover,.head .menu>ul>li>ul li:hover>a{ color:var(--primary-color); background:#fff; }
.head .menu>ul>li ul li ul{ width:100%; position:absolute; top:0; left:100%; transform:translateX(0); display:none;}
.head .menu>ul>li ul li:hover>ul{ display:block;}
.head_height{ height:120px;}
@media(max-width:1799px){
.head_height{ height:110px;}
.head{ height:110px; }
.head .logo{ height:110px; }
.head .menu{ line-height:34px; }
.head .menu>ul>li{ width:193px; margin-left:3.12vw;}
.head .menu>ul>li i{ width:50px;}
}
@media(max-width:1699px){
.head_height{ height:100px;}
.head{ height:100px; }
.head .logo{ height:100px; }
.head .menu{ line-height:31px; }
.head .menu>ul>li{ width:183px; margin-left:2.6vw;}
.head .menu>ul>li i{ width:45px;}
}
@media(max-width:1499px){
.head_height{ height:90px;}
.head{ height:90px; }
.head .logo{ height:90px; }
.head .menu{ line-height:29px; }
.head .menu>ul>li{ width:170px; margin-left:2vw;}
.head .menu>ul>li>a{ font-size:18px; }
.head .menu>ul>li i{ width:40px;}
}
@media(max-width:999px){
.head_height{ height:50px;}
.head{ height:50px;}
.head .logo{ display:none;}
.head .logo_txt{ display:block;}
.head .menu{ display:none;}
}
/**/
.head .nav_open{ width:24px; height:18px; cursor:pointer; display:none; position:relative; position:absolute; right:5%; top:50%; transform:translateY(-50%);}
.head .nav_open i,.head .nav_open:before,.head .nav_open:after{ width:24px; height:2px; background:#fff; position:absolute; left:0; transition:all .3s ease;}
.head .nav_open i{ top:50%; transform:translate(0,-50%);}
.head .nav_open:before{ content:""; top:0; }
.head .nav_open:after{ content:""; bottom:0; }
.head .nav_open.active i{ opacity:0; visibility:hidden;}
.head .nav_open.active:before{transform: translateY(8px) rotate(45deg);}
.head .nav_open.active:after{transform: translateY(-8px) rotate(-45deg);}
.head .nav_box{ width:100%; height:calc(100% - 50px); position:fixed; left:0; top:50px;  display:none;}
.head .nav_close1{ width:100%; height:100%; background:#fff; position:absolute; left:0; top:0; z-index:998;}
.head .navbg{ width:100%; height:100%; background:var(--primary-color); color:#fff; position:absolute; left:0; top:0; z-index:999;}
.head .nav{ position:relative;}
.head .nav_close2{ display:none;}
.head .nav_list{ max-height:calc(100vh - 50px); overflow-y:auto;}
.head .nav_list ul{ }
.head .nav_list ul li{ padding:5px 5%; text-align:center;}
.head .nav_list>ul>li{ border-bottom:1px solid rgba(255,255,255,.1); padding:10px 5%;}
.head .nav_list ul li span{ display:block; position:relative;}
.head .nav_list ul li span a{ display:inline-block; font-size:16px; line-height:26px; position:relative; z-index:2; color:#fff;}
.head .nav_list>ul>li>span a{ font-size:20px; line-height:30px; font-weight:normal;}
.head .nav_list ul li.nav_down>span:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; position:absolute; top:6px; right:0; }
.head .nav_list ul li.nav_down.active>span:after{ transform:rotate(180deg);}
.head .nav_list ul li ul{ padding:5px 0 0 0; display:none;}
.head .nav_list ul li.active>span>i{ background-image:url(../images/ico_up1.png);}
@media(max-width:999px){
.head .nav_open{ display:block;}
}


.more1{ text-align:center;}
.more1 img{ display:inline-block; max-width:21.56vw;}
.banner_swiper{ position:relative;}
.banner_swiper .more1{ position:absolute; bottom:22%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.banner_swiper .swiper-container { width: 100%; }
.banner_swiper .swiper-container .swiper-slide { }
.banner_swiper .swiper-container .swiper-slide img{ display:block; width:100%;}
.banner_swiper .swiper-pagination{ bottom:20px; height:10px; display:none;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet{ vertical-align:top; width:10px; height:10px; background:#000; opacity:.5;}
.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#fff; opacity:1;}
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ text-align:center; width:60px; height:60px; line-height:60px; margin-top:-30px; border-radius:8px; background:rgba(0,0,0,.5); color:#fff; font-size:30px; opacity:0; visibility:hidden; transition:all .3s ease; display:none;}
.banner_swiper:hover .swiper-button-prev,.banner_swiper:hover .swiper-button-next{ opacity:1; visibility:visible;}
.banner_swiper .swiper-button-prev:hover,.banner_swiper .swiper-button-next:hover{ background:var(--primary-color);}
.banner_swiper .swiper-button-prev{ left:5%;}
.banner_swiper .swiper-button-next{ right:5%;}
.banner_swiper-mc{ display:none;}
@media(max-width:999px){
.more1 img{ max-width:145px;}
.banner_swiper .swiper-pagination{ bottom:10px; }
.banner_swiper .swiper-button-prev,.banner_swiper .swiper-button-next{ width:40px; height:40px; line-height:40px; margin-top:-20px; font-size:20px;}
.banner_swiper-pc{ display:none;}
.banner_swiper-mc{ display:block;}
}


.con01bg{ padding:20px 0 30px 0; display:none;}
.con01{}
.con01 .list{ margin-bottom:15px;}
.con01 .list ul li{ float:left; width:50%; line-height:28px; text-align:center; margin:20px 0;}
.con01 .list ul li a{ display:block; margin:0 auto; position:relative; width:154px; padding-bottom:4px; color:#fff; background:url(../images/menu_bg2.png) center no-repeat; background-size:100% 100%; font-size:16px;}
.con01 .list ul li a i{ width:40px; position:absolute; left:0; bottom:4px;}
.con01 .list ul li a i img{ display:block; max-width:100%;}
@media(max-width:999px){
.con01bg{ display:block;    background: #e1f6ff;}
}


.footbg{ padding:80px 0; background:var(--secondary-color);}
.foot{font-size: 20px;
    line-height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;}
.foot .lt{       width: 100%;
    max-width: 1500px;
    margin: auto;}
.foot .rt{    width: 100%;}
.foot img{ max-width:15rem; vertical-align:middle;}
@media(max-width:1599px){
.footbg{ padding:60px 0; }
.foot{ font-size:18px; line-height:43px;    display: flex;
    flex-direction: column;}
}
@media(max-width:999px){
.footbg{ padding:40px 0; }
.foot{ font-size:16px; line-height:36px; min-width:0; text-align:center; display:block;}
.foot img{ max-width:100%;}
.foot span{ display:block; font-size:18px; line-height:38px;}
.foot font{ display:none;}
.foot ul li{ margin:10px 0;}
.foot ul {
    display: block;
}
}



/*Add------------------------------------------------------------------------------*/

.inbannerbg{ position:relative;}
.inbanner{}
.inbanner img{ display:block; width:100%;}


.inbarbg{ padding:20px 0 0 0; background:var(--primary-color);}
.inbar{ }
.innav{ }
.innav ul{
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.innav ul li{ line-height:60px; margin-right:1px;}
.innav ul li a{ display:block; vertical-align:top; text-align:center; color:#fff; padding:0 30px; font-size:24px; border-radius:20px 20px 0 0;}
.innav ul li:hover>a,.innav ul li.hover>a{ background:#fff; color:var(--primary-color);}
@media(max-width:999px){
.inbarbg{ background:var(--fourth-color);}
.innav ul li{ width:33%; margin:0;}
.innav ul li a{ padding:0; font-size:20px; border-radius:10px 10px 0 0; line-height:24px; height:60px;display: flex;justify-content:center;align-items: center;}
}

.insidebg{ padding:40px 0 80px 0;}
.inside{}
@media(max-width:999px){
.insidebg{ padding:30px 0 60px 0;}
}


.coming{ height:45.84vw;display: flex;justify-content:center;align-items: center;}
.coming .list{ text-align:center;}
.coming .list img{ display:block; margin:0 auto; max-width:100%;}
.coming .list .h2{ margin-top:30px; font-size:40px; line-height:50px; color:var(--primary-color);}
@media(max-width:999px){
.coming{ height:77.34vw; }
.coming .list .h2{ margin-top:10px; font-size:16px; line-height:26px; }
}




.tit1{}
.tit1 .h2{ font-size:36px; line-height:46px; border-bottom:2px solid var(--primary-color);}
.tit1 .h2 span{ display:inline-block; padding-bottom:15px; border-bottom:20px solid var(--primary-color);}
.apply1{ margin-top:40px;}
.apply1 .list1{ margin-bottom:60px;}
.apply1 .list1 .lt{ float:left; width:46%; max-width:520px;}
.apply1 .list1 .lt .form{ margin-top:40px;}
.apply1 .list1 .lt .form ul li{ float:left; width:100%; margin-bottom:15px;}
.apply1 .list1 .lt .form ul li.li1{ width:42%; margin-left:16%;}
.apply1 .list1 .lt .form ul li.li1:nth-child(1){ margin-left:0;}
.apply1 .list1 .lt .form .h3{ font-size:20px; line-height:45px; margin-bottom:2px;}
.apply1 .list1 .lt .form .text1{ border:1px solid #bebebe; background:#fff; height:43px; line-height:43px; padding:0 10px; width:calc(100% - 22px); border-radius:8px;}
.apply1 .list1 .lt .form .radio_box{ font-size:20px; line-height:45px;}
.apply1 .list1 .lt .form .radio_box label{ display:inline-block; margin-right:30px; cursor:pointer;}
.apply1 .list1 .lt .form .radio_box label input{      margin: 0 5px;}
.apply1 .list1 .lt .form ul li.li2 .h3{ display:inline-block;}
.apply1 .list1 .lt .form ul li.li2 .radio_box{ display:inline-block;}
 
.apply1 .list1 .rt{ float:right; width:50%; max-width:560px;}
.apply1 .list1 .rt .tit1 .h2{ border-color:var(--third-color);}
.apply1 .list1 .rt .tit1 .h2 span{ border-color:var(--third-color);}
.apply1 .list1 .rt .form{ margin-top:40px;}
.apply1 .list1 .rt .form ul li{ margin-bottom:15px;}
.apply1 .list1 .rt .form .h3{ font-size:20px; line-height:45px; margin-bottom:2px; display:inline-block; vertical-align:top; margin-right:20px;}
.apply1 .list1 .rt .form .text1{ border:1px solid #bebebe; background:#fff; height:43px; line-height:43px; padding:0 10px; width:calc(100% - 22px); border-radius:8px;}
.apply1 .list1 .rt .form textarea{ border:1px solid #bebebe; background:#fff; height:192px; line-height:24px; padding:10px 10px; width:calc(100% - 22px); border-radius:8px;}
.apply1 .list1 .rt .form .radio_box{ font-size:20px; line-height:45px; display:inline-block; width:calc(100% - 130px);}
.apply1 .list1 .rt .form .radio_box label{ display:inline-block; margin-right:30px;  cursor:pointer;}
.apply1 .list1 .rt .form .radio_box label input{     margin: 0 5px;}
.apply1 .list1 .rt .form .text_box{ display:inline-block; width:calc(100% - 130px);}
.apply1 .list1 .rt .form .txt_down{ font-size:20px; line-height:48px; margin-top:20px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
flex-wrap:wrap;}
.apply1 .list1 .rt .form .txt_down a{ display:inline-block; text-align:center; background:var(--primary-color); color:#fff; border-radius:50px; padding:0 20px;}
.apply1 .list1 .rt .form .h4{ font-size:20px; line-height:30px; margin-top:15px;}
.apply1 .button1{ margin:0 auto; display:block; border:none; background:var(--third-color); color:#fff; width:230px; height:50px; line-height:50px; text-align:center; cursor:pointer; border-radius:10px; font-size:28px;}
@media(max-width:999px){
.tit1 .h2{ font-size:20px; line-height:30px; border-width:1px;}
.tit1 .h2 span{ padding-bottom:5px; border-bottom:10px solid var(--primary-color);}
.apply1{ margin-top:0;}
.apply1 .list1{ margin-bottom:20px;}
.apply1 .list1 .lt{ width:100%; max-width:100%; margin-bottom:20px;}
.apply1 .list1 .lt .form{ margin-top:20px;}
.apply1 .list1 .lt .form ul li{ margin-bottom:15px;}
.apply1 .list1 .lt .form .h3{ font-size:12px; line-height:27px; margin-bottom:2px;}
.apply1 .list1 .lt .form .text1{ height:25px; line-height:25px; }
.apply1 .list1 .lt .form .radio_box{ font-size:12px; line-height:27px;}
.apply1 .list1 .lt .form .radio_box label{ margin-right:15px; }
.apply1 .list1 .lt .form .radio_box label input{ margin-left:5px; vertical-align:middle;}
 
.apply1 .list1 .rt{ width:100%; max-width:100%;}
.apply1 .list1 .rt .form{ margin-top:20px;}
.apply1 .list1 .rt .form ul li{ margin-bottom:15px;}
.apply1 .list1 .rt .form .h3{ font-size:12px; line-height:27px; margin-bottom:2px; margin-right:5px;}
.apply1 .list1 .rt .form .text1{ height:25px; line-height:25px; }
.apply1 .list1 .rt .form textarea{ height:192px; line-height:24px; }
.apply1 .list1 .rt .form .radio_box{ font-size:12px; line-height:27px; width:calc(100% - 70px);}
.apply1 .list1 .rt .form .radio_box label{ margin-right:15px; }
.apply1 .list1 .rt .form .radio_box label input{ margin-left:5px; vertical-align:middle;}
.apply1 .list1 .rt .form .text_box{ width:calc(100% - 70px);}
.apply1 .list1 .rt .form .txt_down{ font-size:12px; line-height:30px; margin-top:20px; }
.apply1 .list1 .rt .form .txt_down a{ padding:0 15px;}
.apply1 .list1 .rt .form .h4{ font-size:12px; line-height:22px; margin-top:5px;}
.apply1 .button1{ width:175px; height:40px; line-height:40px; font-size:20px;}
}


.applytc1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.applytc1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.applytc1bg{ width:90%; max-width:650px; background:#fff; border-radius:20px; overflow:hidden; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.applytc1_close2{ width:40px; height:40px; background:url(../images/chahao.png) center no-repeat; position:absolute; right:20px; top:20px; cursor:pointer;}
.applytc1{}
.applytc1 .h2{ font-size:30px; line-height:40px; text-align:center; background:var(--primary-color); color:#fff; padding:20px 0;}
.applytc1_con{ padding:40px;}
.applytc1 .h3{ text-align:center; font-size:30px; line-height:40px; color:var(--primary-color);}
.applytc1 .h4{ font-size:20px; line-height:30px;}
.applytc1 .h4 a{ display:inline-block; color:var(--primary-color);}
.applytc1 ul li{ margin:25px 0; text-align:center; font-size:20px; line-height:30px;}
.applytc1 ul li span{ display:inline-block; font-size:30px; line-height:50px; border-radius:50px; background:var(--primary-color); color:#fff; text-align:center; padding:0 20px;}
.applytc1 ul li font{ display:block; margin-top:5px;}
@media(max-width:999px){
.applytc1_close2{ width:40px; height:40px; right:0; top:0; }
.applytc1bg{ border-radius:15px;}
.applytc1 .h2{ font-size:14px; line-height:20px; padding:10px 0;}
.applytc1_con{ padding:20px;}
.applytc1 .h3{ font-size:14px; line-height:24px; }
.applytc1 .h4{ font-size:12px; line-height:22px;}
.applytc1 ul li{ margin:15px 0; font-size:12px; line-height:22px;}
.applytc1 ul li span{ font-size:14px; line-height:30px; padding:0 15px;}
.applytc1 ul li font{ margin-top:5px;}
}


.tit2 .h2{ font-size:36px; line-height:46px; padding-bottom:30px; border-bottom:1px solid #ddd; position:relative;}
.tit2 .h2:before{ content:""; width:120px; height:15px; background:var(--primary-color); position:absolute; left:0; bottom:0;}
.baoming1{}
.baoming1 .list{ margin-top:30px; font-size:16px; line-height:26px;}
.baoming1 .list *{ max-width:100%;}
@media(max-width:999px){
.tit2 .h2{ font-size:24px; line-height:34px; padding-bottom:30px; }
.baoming1 .list{ margin-top:30px; font-size:16px; line-height:26px;}
}




.more2{ text-align:center;}
.more2 span{ display:inline-block; text-align:center; font-size:20px; line-height:35px; width:200px; border-radius:40px;background-image: linear-gradient(to right, #9f4cfc , #4d4dfc); color:#fff; font-weight:bold;}
.more2 .selected span{ background:#d1d1d1; }
.voteList1bg{ background:url(../images/zstp_bg1.png) center no-repeat; background-size:cover;}
.voteList1{ position:relative;}
.voteList1 .list1{ text-align:center; padding:40px 0;}
.voteList1 .list1 img{ display:block; margin:0 auto; max-width:50%;}
.voteList1 .list2{}
.voteList1 .list2 ul li{ float:left; width:18.16%; margin:0 0 35px 2.3%;}
.voteList1 .list2 ul li:nth-child(5n-4){ margin-left:0;}
.voteList1 .list2 ul li .nr_box{ background:#e5eafe; border:3px solid #cdcefa; border-radius:20px; overflow:hidden; position:relative; padding:35px 15px 20px 15px;}
.voteList1 .list2 ul li .num{ text-align:center; width:106px; font-size:20px; line-height:30px; font-weight:bold; background:#9f9efd; color:#fff; border-radius:18px 0 18px 0; position:absolute; top:0; left:0;}
.voteList1 .list2 ul li .imgbg{}
.voteList1 .list2 ul li .img{ padding-bottom:56%; position:relative; overflow:hidden; cursor:pointer;}
.voteList1 .list2 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto; transition:all .3s ease; z-index:1;}
.voteList1 .list2 ul li:hover .img img{ transform:scale(1.1);}
.voteList1 .list2 ul li .img:before{ content:""; width:64px; height:64px; background:url(../images/ico_play.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.voteList1 .list2 ul li .txt{ text-align:center; margin-top:8px;}
.voteList1 .list2 ul li .txt .h2{ font-size:16px; line-height:20px; height:20px; overflow:hidden; font-weight:bold; color:var(--primary-color); margin-bottom:2px; cursor:pointer;}
.voteList1 .list2 ul li .txt .h3{ font-size:20px;/* line-height:24px;*/ height:24px; font-weight:bold; color:var(--primary-color); margin-bottom:12px;}

.voteList1_tpBtn{ font-size:30px; height:76px; color:#fff; background:#ffb000; border:3px solid #fff; border-radius:80px; z-index:44; position:fixed; right:2%; bottom:5%; padding:0 10px 0 30px; font-weight:bold; display:flex;align-items: center;}
.voteList1_tpBtn span{ display:inline-block; font-size:26px; line-height:56px; color:#916100; background:#fdda90; padding:0 35px; border-radius:60px; margin-left:30px;}
.voteList1_tpBtn .unselect span{ color:#fff; background:#aa9d8c; cursor:not-allowed;}
.voteList1_tpBtn .selected span{ color:#fff; background:#aa9d8c;}

.video1_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999; display:none;}
.video1_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.video1bg{ width:90%; max-width:1200px; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.video1_close2{ width:60px; height:60px; background:url(../images/ico_close.png) center no-repeat; background-size:contain; position:absolute; top:-60px; right:-60px; cursor:pointer; transition:all .3s ease; z-index:2; }
.video1_close2:hover{ transform:rotate(180deg);}
.video1{ background:#fff;}
.video1 video,.video1 iframe{ display:block; width:100%;}

.vote_success_box{ width:100%; height:100%; position:fixed; top:0; left:0; z-index:999;/* display:none;*/}
.vote_success_close1{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; z-index:1;}
.vote_successbg{ width:612px; height:402px; /*background:url(../images/zstp_bg2.png) center no-repeat;*/ background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); z-index:2;}
.vote_success_close2{ width:60px; height:60px; background:url(../images/ico_close.png) center no-repeat; background-size:contain; position:absolute; bottom:-60px; left:50%; transform:translate(-50%,0); cursor:pointer; transition:all .3s ease; z-index:2; }
.vote_success_close2:hover{ transform:translate(-50%,0) rotate(180deg);}
.vote_success{ padding:260px 200px 0 95px;}
.vote_success .h2{ font-size:20px; line-height:30px;}
@media(max-width:999px){
.more2 span{ font-size:12px; line-height:20px; width:115px; }
.voteList1 .list1{ padding:20px 0;}
.voteList1 .list1 img{ max-width:90%;}
.voteList1 .list2 ul li{ width:49%; margin:0 0 10px 2%;}
.voteList1 .list2 ul li:nth-child(5n-4){ margin-left:2%;}
.voteList1 .list2 ul li:nth-child(2n-1){ margin-left:0;}
.voteList1 .list2 ul li .nr_box{ border-width:2px; padding:25px 5px 10px 5px;}
.voteList1 .list2 ul li .num{ width:60px; font-size:12px; line-height:20px; }
.voteList1 .list2 ul li .img:before{ width:36px; height:36px;}
.voteList1 .list2 ul li .txt{ margin-top:8px;}
.voteList1 .list2 ul li .txt .h2{ font-size:12px; line-height:16px; height:16px; margin-bottom:2px; }
.voteList1 .list2 ul li .txt .h3{ font-size:14px; line-height:18px; height:18px; margin-bottom:12px;}

.voteList1_tpBtn{ font-size:20px; height:46px; border-width:2px; right:20%; bottom:5%; padding:0 5px 0 15px; }
.voteList1_tpBtn span{ font-size:16px; line-height:36px; padding:0 15px; margin-left:15px;}
.voteList1_tpBtn .unselect span{ color:#fff; background:#aa9d8c; cursor:not-allowed;}
.voteList1_tpBtn .selected span{ color:#fff; background:#aa9d8c;}

.video1_close2{ width:30px; height:30px; top:-40px; right:-15px; }

.vote_successbg{ width:296px; height:198px; }
.vote_success_close2{ width:30px; height:30px; bottom:-30px; }
.vote_success{ padding:125px 15px 0 30px;}
.vote_success .h2{ font-size:12px; line-height:16px;}
}

















