﻿@charset "utf-8";
/* CSS Document */
ul, li, ol, dl, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, em, i, p {
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
img, a {
    margin: 0;
    padding: 0;
    border: 0;
    border: none;
}
input, button, textarea {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0
}
html {
    font-family: "微软雅黑";
}
body {
    margin: 0;
    padding: 0;
}
div {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1130 {
    width: 1130px;
    margin: 0 auto;
}
.ellipsis {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
a {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.page {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.top {
    width: 100%;
    height: 118px;
    background-color: #1280bb;
	z-index:2;
}
.top .w1200, .top .con {
    height: 118px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.top img.logo {
    width: 443px;
    height: 69px;
    display: block;
    flex-shrink: 0;
}
.top .nav {
    width: 100%;
    overflow: hidden;
	padding-left:30px;
}
.top .nav a {
    padding: 0 18px;
    color: #fff;
}
.top .nav a:hover,.top .nav a.cur {
    color: #FF9003
}
.top .search {
    width:188px;
    height: 34px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    border: solid 1px #0076b4;
    opacity: 0.83;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 0 10px;
}
.top .search input {
    width: 100%;
    height: 32px;
    border: none;
}
.top .search img {
    width: 16px;
    height: 16px;
    margin-left: 9px;
    flex-shrink: 0;
}
.top .applybtn{
	display: flex;
	width: 180px;
	height:36px;
	background-image: linear-gradient(212deg, #e8a75c 0%, #de3b3b 100%);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	margin-left:15px;
	font-size: 14px;
	color: white;
	line-height: 36px;
	text-align: left;
	text-indent: 13px;
	position:relative;
	transition: all .5s ease-in-out;
}
.top .applybtn a{
	color:white;
}
.applybtn::after{
	content:'';
	position:absolute;
	width:20px;
	height:20px;
	background-image:url(../images/bmicon.svg);
	background-size:100%;
	background-repeat:no-repeat;
	top:9px;
	right:12px;
}
.top .applybtn:hover{
	cursor:pointer;
	transition: all .5s ease-in-out;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.top .gomycenterbtn{
	display: block;
	width: 180px;
	height:36px;
	margin-left:15px;
}
.top .gomycenterbtn span{
	display:block;
	width: 100%;
	height:36px;
	float:left;
	background-image: linear-gradient(212deg, #49b8e7 0%, #31b9d5 100%);
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	font-size: 14px;
	color: white;
	line-height: 36px;
	text-align: left;
	text-indent:8px;
	position:relative;
	transition: all .5s ease-in-out;
}
.top .gomycenterbtn .mpSubMenu{
	float:left;
	background: #1280bb;
    padding: 8px 0px;
    margin-top: 3px;
	display:none;
}
.top .gomycenterbtn .mpSubMenu a{
	width:100%;
	height:30px;
	display:block;
	float:left;
	line-height:30px;
	color:white;
	text-align:center;
	background-image:none;
	box-shadow:none;
	border-radius:0px;
	font-size:14px;
}
.top .gomycenterbtn span i{
	margin-right:8px;
}
.top .gomycenterbtn span:hover{
	cursor:pointer;
	transition: all .5s ease-in-out;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.top .gomycenterbtn .mpSubMenu a:hover{
	background:#FF9003;
	
}
.banner div {
    width: 100%
    position: relative;
}
.banner div img {
	max-width:100%;
display:block;
margin:0 auto
}

.part_01 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nameStyle01 {
    width: 100%;
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 22px;
    padding-top: 28px;
    text-indent: 10px;
}
.nameStyle01 font {
    width: 100%;
    height: 3px;
    background: #999;
}
.nameStyle01 font span {
    width: 105px;
    height: 3px;
    background: #1280bb;
    display: block;
}
.part_01 .news {
    width: 560px;
    overflow: hidden;
    flex-shrink: 0;
}
.part_01 .con {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 15px;
}
.part_01 .news .con .img {
    width: 290px;
    height: 229px;
}
.part_01 .news .con .img img {
    width: 290px;
    height: 229px;
    display: block;
}
.part_01 .news .con div {
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.part_01 .news .con div .t0 {
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    color: #000;
}
.part_01 .news .con div font {
    font-size: 18px;
    color: #298cc1;
    border-radius: 3px;
    padding: 6px 0;
    border: solid 1px #298cc1;
    border-top-width: 3px;
    width: 102px;
    text-align: center;
    margin-top: 28px;
}
.part_01 .news .con div .t1 {
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
    color: #666
}
.part_01 .indexAbout {
    width: 487px;
    flex-shrink: 0
}
.part_01 .indexAbout .con .img {
    width: 123px;
    height: 142px;
    flex-shrink: 0;
}
.part_01 .indexAbout .con .img img {
    width: 123px;
    height: 142px;
    display: block;
}
.part_01 .indexAbout .con div {
    width: 100%;
    height: 229px;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.part_01 .indexAbout .con div a.t0 {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.part_01 .indexAbout .con div a.t1 {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
	font-family:"黑体";
}
.part_01 .news .con div a:hover, .part_01 .indexAbout .con div a:hover {
    color: #298cc1
}

.nameStyle02 {
	width:100%;
	height: 30px;
	overflow: hidden;
	border-left: #298cc1 4px solid;
	font-size: 22px;
	line-height: 30px;
	padding-left: 12px;
	margin:12px 0;
}
.nameStyle02 a { float:right; color: #666; font-size: 16px;}
.indexPro {width:1224px; overflow: hidden; margin: 0 auto;}

.indexPro dl {
    width: 20%;
    overflow: hidden;
    float: left;
    padding: 12px;
    box-sizing: border-box;
	
}
.indexPro dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-size: 100% auto;
    background-color: #fff;
    border: #f1f1f1 2px solid;
    box-sizing: border-box;
    border-bottom: none;
    background-position: center;
	cursor:pointer;
}
.indexPro dl dt img {
    width: 100%;
    height: auto;
    display: block;
}
.indexPro dl dd {
    width: 100%;
    max-height: 108px;
    background: #fff;
    padding: 12px;
    box-sizing: border-box;
    border: #f1f1f1 1px solid;
    border-top: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	font-size: 18px;
}
.indexPro dl dd div.t0 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.indexPro dl dd div.t0 div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.indexPro dl dd div.t0 div img {
    width: 26px;
    height: 26px;
    display: block;
    margin-left: 8px;
}
.indexPro dl dd font {
    width: 100%;
	height:48px;
    line-height: 24px;
    overflow: hidden;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.instructions { width:650px; flex-shrink: 0;}
.instructions .textCon { text-align: justify; font-size: 16px; line-height: 150%; color:#333}
.instructions .textCon p { margin:10px 0;}
.instructions.specific {
	border-bottom: #efefef 10px solid;
	line-height: 150%;
}
.instructions.specific .textCon { line-height:38px}
.contact { width:475px;}
.contact dl { display: flex; flex-direction: row; width: 380px; margin-bottom: 12px; margin-top:20px; overflow: hidden;}
.contact dl dt { widht:52px; flex-shrink: 0}
.contact dl dt img { widht:26px; height:26px; margin-top: 2px;}
.contact dl dd { width:100%; font-size: 18px; color: #333; line-height: 30px; padding-left: 12px; box-sizing: border-box;}
.contact dl dd p { margin:0;}
.foot { width:100%; height:70px; line-height: 70px; color: #cccccc; font-size: 16px; background: #343434; text-align: center;}

.pageConter { display:flex; flex-direction:row; justify-content: space-between;}
.pageConter .nav { width:252px; flex-shrink: 0;}
.pageConter .nav .link{ width:100%; height: 83px; display: block; border-bottom: solid 1px #c8c8c8; font-size: 20px; color: #333; line-height: 82px; padding-left: 12px; box-sizing: border-box;}
.pageConter .nav .link:hover,.pageConter .nav .link.cur { color:#1280bb;}
.pageConter .nav .getVote { width: 156px; height: 47px; background-color: #207fb5; color: #fff; display: block; text-align: center; line-height: 46px; border-radius: 3px; margin-top: 36px; margin-left: 14px;}
.pageConter .nav .getVote.itSel { background-color:#999999}
.pageConter .nav a span { font-family:"黑体", "微软雅黑"; margin-left: 6px;}
.pageConter .con { width:100%; overflow: hidden; }

.pageConter .indexPro {width:100%; overflow: hidden; margin: 0 auto; padding: 10px;}

.pageConter .indexPro dl { width:33.33333%; padding: 10px; }
.pageConter .indexPro dl dt { position:relative;}
.pageConter .indexPro dl dt .selImg { width:30px; height:30px; position: absolute; right: 12px; top: 12px;}
.pageConter .indexPro dl dd { background:#373737; color: #fff;}
.pageConter .indexPro dl.itSel dt {
    border-color: #2e8bf5;
	border-width: 2px;
}
.pageConter .indexPro dl.itSel dd {
    border-color: #2e8bf5;
	border-width: 2px;
}
.pageConter .topScreen { width:100%; height: 40px; display: flex; flex-direction: row; justify-content: space-between; padding:0 20px; margin-top: 30px;}
.pageConter .topScreen .tips {
	width: auto;
	height: 40px;
	background-color: #1083bf;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
}
.pageConter .topScreen .tips.red{
	background-color: #e53333;
}
.pageConter .topScreen .screen { height: 40px; display: flex; flex-direction:row; align-items: center; font-size: 16px;}
.pageConter .topScreen .screen div { height: 24px; display: flex; flex-direction:row; align-items: center; font-size: 16px; color: #333; padding: 0 12px;}
.pageConter .topScreen .screen div img { margin:0 4px;}
.pageConter .topScreen .screen div.up img {transform: rotateX(180deg);}
.pageConter .probimg { width:500px; overflow: hidden; margin: 0 auto; margin-top: 68px}
.pageConter .probimg img { width:100%; max-width: 100%; height: auto; margin: 0 auto; display: block;}
.pageConter .proTitle { width:500px; margin: 0 auto; font-size: 22px; font-weight: bold; text-align: center; padding: 28px 0;}
.pageConter .proDetail {width:500px; margin: 0 auto; font-size: 18px; overflow: hidden; margin-bottom: 60px;}
.pageConter .proDetail img{ width:100%; max-width: 100%; height: auto; margin: 0 auto; display: block;}
.pageConter .proDetail p { width:100%;}
.pageConter .nameStyle03 {
	width:100%;
	height:86px;
	overflow: hidden;
	background: #fff;
	position: relative;
}
.pageConter .nameStyle03 .line {
	width:50%;
	height: 2px;
	background: #000;
	margin: 0 auto;
	margin-top: 44px;
}
.pageConter .nameStyle03 .txt {
	width: 100%;
	height: 86px;
	position: absolute; 
	left: 0;
	top: 0;
	z-index: 2;
	text-align: center;
}
.pageConter .nameStyle03 .txt span {
	display: inline-block;
	background: #fff;
	padding:0 20px;
	line-height: 86px;
	font-size: 26px;
	color:#333
}
.nameStyle04 img{
	width:215px;
	height: 45px;
	display: block;
	margin: 69px auto;
}
.goVote {
	width: 207px;
	height: 47px;
	background-color: #207fb5;
	border-radius: 8px;
	border: solid 1px #71ddff;
	font-size: 20px;
	color: #fff;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}
.goVote02 { width:100%; overflow: hidden; margin-bottom: 40px; display: flex; flex-direction: row; align-items: center; justify-content: center;}
.goVote02 div {
	height: 47px;
	background-color: #207fb5;
	border-radius: 8px;
	font-size: 20px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	margin: 0 12px;
	margin-bottom: 40px;
	padding: 0 32px;
}
.pageConter .myVote { width:100%;}
.pageConter .myVote dl { width:25%;}
/*.pageConter .myVote .indexPro dl dt .selImg { display:none;}*/


.aboutUs { width:100%; margin: 0 auto; font-size: 18px; line-height: 38px; text-align: justify; border-bottom: #efefef 10px solid; margin-bottom: 40px; padding-bottom: 20px;}
.newslist { padding:20px 0; margin-bottom: 100px;}
.newslist .items { width: 100%; display: flex; flex-direction: row; justify-content: space-between; flex-wrap:wrap;}
.newslist .item {
	width: 550px;
	height: 153px;
	overflow: hidden;
	float: left;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin: 15px 0;
}
.newslist .item .img {
	width:206px;
	height: 153px;
	flex-shrink: 0;
	background-size: 100% auto;
	background-position: center;
}
.newslist .item .txt {
	width:100%;
	height: 153px;
	padding-left: 18px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: justify;
}
.newslist .item .txt font {
	width: 100%;
	overflow: hidden;
	font-size: 20px;
	line-height: 30px;
	color: #333;
}

.newslist .item .txt span,.newslist .item .txt p {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 20px;
	color: #999
}
.newslist .item .txt p {
	text-align: right;
	margin: 0;
	line-height: 33px;
}
.newslist .item .txt p i{
	width: 97px;
	height: 33px;
	border-radius: 6px;
	border: solid 1px #1280bb;
	float: left;
	font-size: 16px;
	line-height: 31px;
	box-sizing: border-box;
	color: #1280bb;
	text-align: center;
}
.newslist .item.column{ width:100%; height: 193px; border-bottom: solid 1px #c8c8c8; padding-bottom: 40px; margin-bottom: 25px;}


.newsCon {width:640px; margin: 0 auto; overflow:hidden; background:#fff; }
.newsCon h2 { font-size:24px; text-align:center; font-weight:normal; color:#3f3f3f;}
.newsCon h3 { width:94%; overflow:hidden; font-size:14px; color:#99a5a6; text-align:center; font-weight:normal; border-bottom:#ededed 1px solid; display:block; margin:0 auto; padding-bottom: 12px; margin-bottom: 12px; }
.newsCon h3 img { margin:0 8px;}
.newsCon .newsTxt { width:94%; overflow:hidden; margin:0 auto; font-size:16px; color:#676767; text-align:justify; line-height: 150%;}
.newsCon .newsTxt p { margin-top:10px;}
.newsCon .newsbtn { width:94%; overflow:hidden; margin:0 auto; border-top:#ededed 1px solid; margin-top:20px;}
.newsCon .newsbtn a { width:100%; display:block; padding:8px 0; border-bottom:#ededed 1px solid; color:#555555; font-size: 28px}
.newsCon .newsbtn a.backbt { border-bottom:none;}
.newsCon .newsbtn a.backbt img { width:30%}

.pagebtn { width:100%; overflow: hidden; display: flex; flex-direction:row; align-items: center; justify-content: center; padding:30px 0;}
.pagebtn a { font-size: 16px; padding: 8px 12px; color: #000;}
.pagebtn a.cur { color:#2e8bf5}
.pagebtn a:hover { background: #2e8bf5; color: #fff;}

.li_page{width:100%; overflow: hidden; display: flex; flex-direction:row; align-items: center; justify-content: center; padding:30px 0;}
.li_page a { font-size: 16px; padding: 8px 12px; color: #000;}
.li_page span{font-size: 16px; padding: 8px 12px;}
.li_page span.current { color:#2e8bf5}
.li_page a:hover { background: #2e8bf5; color: #fff;}



.loginTop { width:100%; height: 115px; overflow: hidden; border-bottom: solid 1px #e3e3e3; background: #fff; position: fixed; left: 0; top: 0; z-index: 2;}
.loginTop img {width:443px; height: 69px; display: block; margin-top:23px; }
.loginFoot { width:100%; height: 80px; overflow: hidden; border-top: solid 1px #e3e3e3; background: #fff;  line-height: 80px; text-align: center; font-size: 16px; color: #848484;}
.loginConter { width:100%; overflow: hidden; padding-top:115px}
.loginConter .w1200 { width:100%; position: relative;}
.loginConter img.bg { width:100%; display: block; position: relative; max-width:100%; margin:0 auto}
.loginConter .w1200 .loginInfo{
	width: 318px;
	height: 376px;
	background-color: #ffffff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 2;
	padding: 64px 36px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.loginConter .w1200 .loginInfo em { font-size: 20px; color: #000; font-weight: bold; text-align: left; width: 100%;}
.loginConter .w1200 .loginInfo .infos { width:100%;}
.loginConter .w1200 .loginInfo .infos div { width: 100%; display:flex; flex-direction: row; justify-content: space-between; border-bottom: #e5e5e5 1px solid; margin-bottom: 40px;}
.loginConter .w1200 .loginInfo .infos div img { width:26px; height:26px; flex-shrink: 0;}
.loginConter .w1200 .loginInfo .infos div input { width:100%; height: 26px;}
.infobtn{
	width: 259px;
	height: 32px;
	background-color: #207fb5;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	text-align: center;
}




