@import url('../../bootstrap/css/bootstrap.min.css');
/*@import url('../../bootstrap/css/bootstrap-theme.min.css');*/
@import url('icheck-red.css');
@import url('validform.css');
@import url('datepicker3.css');
@font-face {
  font-family: Candara;
  src: url('fonts/Candara.ttf');
}
/*@font-face{font-family: MyriadPro-SemiboldIt;src: url('fonts/MyriadPro-SemiboldIt.otf');}*/
/*@font-face{font-family: MyriadPro-BoldCond;src: url('fonts/MyriadPro-BoldCond.otf');}*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-family: "PingFang SC", "Lantinghei SC", "Microsoft YaHei", "Open Sans", Arial, "Hiragino Sans GB", "\5FAE\8F6F\96C5\9ED1", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}
h1,
h2,
h3,
strong,
dt,
label {
  font-weight: 500;
}
input:focus {
  outline: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.tc {
  text-align: center;
}
.hide {
  display: none;
}
a {
  color: #FF001D;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
a:active,
a:link {
  color: #FF9A3F;
  text-decoration: none;
}
i.ico {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  background-position: center;
}
i.ico.ico_tel {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_tel.png');
}
i.ico.ico_email {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_email.png');
}
i.ico.ico_phone {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_phone.png');
}
i.ico.ico_www {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_www.png');
}
i.ico.ico_com {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_com.png');
}
i.ico.ico_make {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_make.png');
}
i.ico.ico_add {
  width: 16px;
  height: 16px;
  background-image: url('../img/ico_add.png');
}
i.ui {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
i.ui.ui_r {
  width: 5px;
  height: 6px;
  background-image: url('../img/ui_r.png');
  margin-top: -2px;
}
i.ui.ui_s1 {
  width: 100%;
  height: 100%;
  background-image: url("../img/ui_s1.png");
  background-position: center;
  background-size: 50%;
}
i.ui.ui_s2 {
  width: 100%;
  height: 100%;
  background-image: url("../img/ui_s2.png");
  background-position: center;
  background-size: 50%;
}
i.ui.ui_s3 {
  width: 100%;
  height: 100%;
  background-image: url("../img/ui_s3.png");
  background-position: center;
  background-size: 50%;
}
i.ui.ui_s4 {
  width: 100%;
  height: 100%;
  background-image: url("../img/ui_s4.png");
  background-position: center;
  background-size: 50%;
}
i.ui.ui_m1 {
  width: 88px;
  height: 88px;
  background-image: url("../img/ui_m1.png");
  background-position: center;
}
i.ui.ui_m2 {
  width: 88px;
  height: 88px;
  background-image: url("../img/ui_m2.png");
  background-position: center;
  float: left;
}
i.ui.ui_m3 {
  width: 88px;
  height: 88px;
  background-image: url("../img/ui_m3.png");
  background-position: center;
}
i.ui.ui_m4 {
  width: 88px;
  height: 88px;
  background-image: url("../img/ui_m4.png");
  background-position: center;
}
.headIco {
  text-align: center;
  overflow: hidden;
}
.headIco.m2 {
  text-align: left;
  padding-bottom: 20px;
}
.headIco.m2 h1 {
  margin-top: 25px;
}
.headIco.m2 h1,
.headIco.m2 span {
  color: #FF9A3F;
}
.headIco.m3 h1,
.headIco.m3 span {
  color: #fff;
}
.headIco h1 {
  font-size: 2rem;
  color: #FF001D;
  margin: 15px 0 0 0;
}
.headIco span {
  color: #FF001D;
}
.button {
  border-radius: 100px;
  padding: 10px 30px;
  color: #fff;
  border: 0;
  display: block;
}
.button.f20 {
  font-size: 2rem;
}
.button.f18 {
  font-size: 1.8rem;
}
.button.f16 {
  font-size: 1.6rem;
}
.button.g {
  background: #FF9A3F;
}
.button.b {
  background: #FF001D;
}
.button.b:hover {
  color: #fff;
  background: #FF9A3F;
}
.button.g:hover {
  color: #fff;
  background: #FF001D;
}
.closePage {
  width: 50%;
  margin: 20% auto;
  text-align: center;
}
.closePage img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.closePage p {
  font-size: 2rem;
  margin: 30px 0;
  color: #666;
}
.service_box {
  position: fixed;
  z-index: 1000;
  right: -147px;
  top: 50%;
  margin-top: -100px;
  width: 146px;
  border: 1px solid #ece8e5;
  background: #fff;
}
.service_box .tab_nav {
  position: absolute;
  left: -42px;
  top: -1px;
  list-style: none;
  padding: 0;
}
.service_box .tab_nav > li {
  background: #ece8e5;
  border-bottom: 1px solid #dfdbd9;
}
.service_box .tab_nav > li.active {
  background: #ff6b09;
}
.service_box .tab_nav > li:first-child {
  border-radius: 8px 0 0;
}
.service_box .tab_nav > li:last-child {
  border-bottom: none;
  border-radius: 0 0 0 8px;
}
.service_box .tab_nav > li > a {
  display: block;
  width: 42px;
  padding: 12px 6px 12px 8px;
  line-height: 14px;
  text-align: center;
  color: #2c2c2c;
  text-decoration: none;
}
.service_box .tab_nav > li.active > a {
  color: #fff;
}
.service_box .tab_nav .icon {
  display: block;
  height: 28px;
  width: 28px;
  background: url(../img/bg_online_service_new.gif) no-repeat;
  overflow: hidden;
  margin: 3px 0;
  *margin: 6px 0;
}
.service_box .tab_nav .icon_1 {
  background-position: 0 0 ;
}
.service_box .tab_nav .icon_2 {
  background-position: -28px 0;
}
.service_box .tab_nav .icon_3 {
  background-position: -56px 0;
}
.service_box .tab_nav .active .icon_1 {
  background-position: 0 -28px;
}
.service_box .tab_nav .active .icon_2 {
  background-position: -28px -28px;
}
.service_box .tab_nav .active .icon_3 {
  background-position: -56px -28px;
}
.service_box .tab_content {
  padding: 20px 5px 10px;
  position: relative;
}
.service_box .tab_plan {
  text-align: center;
}
.service_box .tab_plan p {
  color: #333;
}
header {
  overflow: hidden;
}
header .topBar {
  background: #FF001D;
  color: #fff;
  height: 5px;
  line-height: 5px;
}
header .topBar span {
  margin-right: 5px;
}
header .topBar .lang {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 12px;
  border: 1px #cbcbcb solid;
  line-height: normal;
  border-radius: 100px;
}
header .topBar .lang:hover {
  background: #555;
}
header .navBar {
  height: 80px;
  line-height: 80px;
}
header .navBar .logo img {
  display: inline-block;
  width: 90%;
}
header .navBar .navList {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}
header .navBar .navList li {
  float: left;
}
header .navBar .navList li.active,
header .navBar .navList li:hover {
  background: #FF001D;
}
header .navBar .navList li.active a,
header .navBar .navList li:hover a {
  color: #fff;
}
header .navBar .navList li a {
  color: #505050;
  padding: 0 15px;
  display: block;
}
main .more {
  background: #FF001D;
  padding: 15px 0;
  text-align: center;
  margin-top: 20px;
  color: #fff;
  cursor: pointer;
}
main .more.m2 {
  background: #f0f0f0;
  color: #868686;
}
main .more.m2:hover {
  background: #FF001D;
  color: #fff;
}
main .more:hover {
  background: #FF9A3F;
}
main .banner {
  overflow: hidden;
  position: relative;
}
main .banner .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 1;
  bottom: 15px;
  text-align: center;
}
main .banner .hd ul {
  display: inline-block;
  padding: 5px 8px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  font-size: 0;
  vertical-align: top;
}
main .banner .hd ul li {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #999;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}
main .banner .hd ul .on {
  background: #FF9A3F;
}
main .banner .bd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .banner .bd li a {
  display: block;
  height: 500px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
main .icoArray {
  text-align: center;
  color: #505050;
  padding: 80px 0;
}
main .icoArray .icoImg {
  width: 150px;
  height: 150px;
  background: #FF001D;
  border-radius: 100%;
  margin: 20px auto;
}
main .icoArray .icoImg:hover {
  background: #FF9A3F;
}
main .icoArray strong {
  display: block;
  font-size: 1.8rem;
}
main .icoArray span {
  font-size: 1.2rem;
}
main .icoArray p {
  width: 90%;
  font-size: 1.2rem;
  color: #999;
  margin: 5px auto 0 auto;
}
main .imgWindow {
  background: #f0f0f0;
  padding: 50px 0 0 0;
}
main .imgWindow .switch {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin: 40px 0;
}
main .imgWindow .switch li {
  display: inline-block;
  font-size: 2rem;
  margin: 10px 20px 10px 0;
}
main .imgWindow .switch li.active a,
main .imgWindow .switch li:hover a {
  background: #FF001D;
  color: #fff;
  border-radius: 100px;
}
main .imgWindow .switch li a {
  padding: 8px 20px;
  color: #868686;
}
main .imgWindow .switch li:last-of-type {
  margin-right: 0;
}
main .imgWindow .row .col-md-3:hover {
  cursor: pointer;
}
main .imgWindow .row .col-md-3:hover img {
  opacity: 0.5;
}
main .imgWindow .row .info {
  width: 100%;
  text-align: center;
  padding: 10% 0;
  font-size: 2rem;
  color: #ccc;
}
main .imgWindow .row img {
  width: 100%;
  height: 180px;
}
main .imgWindow .row span {
  margin: 15px 0;
  font-size: 1.2rem;
  color: #868686;
  display: block;
  text-align: center;
}
main .home-float {
  position: fixed;
  z-index: 9999999999999999990;
}
main .home-float.right {
  right: 3%;
  top: 37.3%;
}
main .home-float.right img {
  width: 180px;
}
main .home-float.left {
  left: 3%;
  top: 65%;
}
main .home-float.left img {
  width: 250px;
  border: 1px #999 solid;
}
main .picText {
  padding: 60px 0;
  background: url('../img/picTextBg.jpg') no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .picText .row img {
  width: 100%;
  margin-bottom: 15px;
}
main .picText .row p {
  color: #fff;
  padding-bottom: 30px;
  line-height: 2rem;
  font-size: 1.4rem;
}
main .picText .button {
  margin-top: 30px;
}
main .specialCol{
  margin:10px 0;
}
main .specialCol .container{
  display: flex;
  background-color: #ffffff;
}
main .specialCol .container .sp-title{
  padding: 10px;
  margin: 10px 0;
  width: 68px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b4f9c;
  font-weight: bold;
  background-color: #ebebeb;
}
main .specialCol .container .sp-pics{
  margin-left: 10px;
  position: relative;
}
main .specialCol .container .sp-pics img{
  width: 275px;
  height: 68px;
}
main .specialCol .container .sp-pic-list{
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 9px;
  list-style: none;
  display: flex;
  align-items: center;
  margin-top: 9px;
}
main .specialCol .container .sp-pic-list li{
  margin-left:10px;
}
main .titleList {
  padding: 60px 0 0 0;
}
main .titleList .row {
  margin: 30px 0;
}
main .titleList .row .carousel-inner .item {
  height: 310px;
}
main .titleList .row .carousel-inner .item a {
  text-align: center;
  display: block;
  background: #000;
}
main .titleList .row .carousel-inner .item a img {
  display: inline-block;
}
main .titleList .row .twoList {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .titleList .row .twoList li {
  width: 50%;
  height: 140px;
  padding: 20px;
  color: #505050;
  overflow: hidden;
  cursor: pointer;
  float: left;
  position: relative;
  border-bottom: 1px #eee solid;
}
main .titleList .row .twoList li:hover {
  background: #f0f0f0;
}
main .titleList .row .twoList li img {
  width: 24%;
  max-height: 100px;
  float: left;
  margin-right: 20px;
}
main .titleList .row .twoList li strong {
  padding: 0 0 5px 0;
  display: block;
}
main .titleList .row .twoList li p {
  color: #868686;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
main .titleList .row .twoList li span {
  position: absolute;
  right: 5%;
  color: #ccc;
  font-size: 1.2rem;
}
main .titleList .rowList {
  border-top: 1px #eee solid;
  padding: 20px 0 0 0;
  margin: 0;
}
main .titleList .rowList dt {
  color: #FF001D;
  border-left: 5px #FF001D solid;
  padding: 0 0 0 5px;
  margin-bottom: 15px;
  line-height: normal;
}
main .titleList .rowList dd {
  padding: 5px 0;
  font-size: 1.2rem;
}
main .titleList .rowList dd a {
  color: #505050;
}
main .titleList .rowList dd a:hover {
  color: #FF001D;
  text-decoration: underline;
}
main .titleList .rowList dd span {
  padding-right: 15px;
}
main .contact {
  padding: 60px 0;
  background: #ccc;
  overflow: hidden;
}
main .contact .row {
  padding: 50px 0 0 0;
}
main .contact .row label {
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
}
main .contact .row textarea {
  height: 150px;
}
main .contact .erweima {
  width: 20%;
  float: left;
  padding: 5px;
  background: #fff;
  margin-right: 20px;
}
main .contact .map {
  width: 100%;
  border-radius: 6px;
}
main .contact .address {
  color: #fff;
}
main .contact .address dd {
  padding: 3px 0;
  font-size: 1.2rem;
}
main .contact button {
  margin-bottom: 20px;
}
main.page {
  background: #f0f0f0;
}
main.page .pageBanner {
  width: 100%;
  height: 180px;
  background: url('../img/page_banner.jpg') no-repeat center;
}
main.page .pageBanner h1 {
  font-size: 2.5rem;
  border-left: 2px #FF001D solid;
  color: #FF001D;
  line-height: 2.5rem;
  padding-left: 10px;
  font-weight: normal;
  margin-top: 88px;
  font-weight: bolder;
}
main.page .pageList {
  padding-top: 50px;
  padding-bottom: 50px;
}
main.page .pageList ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 90%;
}
main.page .pageList ul li {
  margin-bottom: 15px;
}
main.page .pageList ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px #ccc solid;
  color: #505050;
}
main.page .pageList ul li a:hover,
main.page .pageList ul li.active a {
  background: #FF001D;
  color: #fff;
  border-color: #FF001D;
}
main.page .topBar {
  padding: 20px 0;
  margin-left: -15px;
}
main.page .topBar a {
  color: #2D3237;
  padding: 5px 10px;
  border-radius: 5px;
}
main.page .topBar a:hover {
  background: #FF9A3F;
  color: #fff;
}
main.page .pageMain {
  background: #fff;
  padding: 50px 30px;
  overflow: hidden;
}
main.page .pageMain .top {
  border-bottom: 1px #ccc solid;
  padding-bottom: 20px;
}
main.page .pageMain .top h1 {
  font-size: 3rem;
  font-weight: normal;
  margin: 0;
}
main.page .pageMain .top span {
  font-size: 1.6rem;
}
main.page .pageMain .single .content {
  padding: 30px 0;
  line-height: 2;
}
main.page .pageMain .single .content p {
  margin: 0;
}
main.page .pageMain .article .content dl dd {
  border-bottom: 1px #eee solid;
}
main.page .pageMain .article .content dl a {
  display: block;
  padding: 30px 15px;
  color: #505050;
  overflow: hidden;
}
main.page .pageMain .article .content dl a:hover {
  background: #fcfcfc;
}
main.page .pageMain .article .content dl strong {
  font-size: 2rem;
  font-weight: normal;
  color: #FF001D;
}
main.page .pageMain .article .content dl p {
  color: #868686;
  margin-top: 5px;
  line-height: 1.5;
}
main.page .pageMain .article .content dl span {
  font-size: 1.2rem;
  color: #868686;
  float: right;
  display: block;
}
main.page .pageMain .article .content dl .img {
  width: 250px;
  height: 200px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}
main.page .pageMain .article .content dl .img img {
  width: 100%;
}
main.page .pageMain .product .content {
  overflow: hidden;
  padding: 15px 0;
}
main.page .pageMain .product .content dl dd {
  width: 30%;
  margin-right: 20px;
  overflow: hidden;
  display: inline-block;
}
main.page .pageMain .product .content dl a {
  display: block;
  padding: 15px;
  color: #505050;
  overflow: hidden;
  border: 1px #fff solid;
  border-radius: 5px;
  position: relative;
}
main.page .pageMain .product .content dl a:hover {
  border: 1px #eee solid;
}
main.page .pageMain .product .content dl p {
  color: #868686;
  margin-top: 5px;
  text-align: center;
}
main.page .pageMain .product .content dl .img img {
  width: 100%;
}
main.page .pageMain .album .content dl {
  list-style: none;
  float: left;
  width: 100%;
}
main.page .pageMain .album .content dd {
  width: 22%;
  float: left;
  padding: 20px 0 0 0;
  margin-right: 20px;
  position: relative;
}
main.page .pageMain .album .content dd img {
  width: 100%;
}
main.page .pageMain .album .content p {
  padding-top: 10px;
  text-align: center;
  color: #666;
}
main.page .pageMain .album .content .button {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 0;
}
main.page .pageMain .album .content .button span {
  font-size: 5rem;
}
main.page .pageMain .album .content a {
  margin-top: 40%;
  display: block;
}
main.page .pageMain .product_show .top {
  overflow: hidden;
}
main.page .pageMain .product_show .top img {
  float: left;
  width: 100%;
  margin-right: 15px;
}
main.page .pageMain .product_show .top .info > span {
  display: block;
  font-size: 1.4rem;
  color: #868686;
  padding-top: 10px;
}
main.page .pageMain .product_show .top .info > strong {
  display: block;
  font-size: 3rem;
  color: #ff6700;
  border-bottom: 1px #ccc solid;
  padding-bottom: 10px;
}
main.page .pageMain .product_show .top .tel {
  border-radius: 6px;
  padding: 15px;
  margin: 30px 0;
  background: #FF9A3F;
  color: #fff;
}
main.page .pageMain .product_show .top .tel span {
  font-size: 5rem;
  float: left;
  margin-right: 15px;
}
main.page .pageMain .product_show .top .tel i {
  font-size: 1.4rem;
  display: block;
  font-style: normal;
}
main.page .pageMain .product_show .top .tel strong {
  font-size: 2.2rem;
  padding-top: 5px;
  display: block;
}
main.page .pageMain .product_show .top h1 {
  padding: 15px 0;
  margin-bottom: 10px;
}
main.page .pageMain .product_show .top p {
  color: #868686;
  line-height: 2;
  padding: 15px 0;
  border-top: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
}
main.page .pageMain .product_show .content {
  padding: 30px 0;
  line-height: 1.8;
  font-size: 1.6rem;
}
main.page .pageMain .product_show .content img {
  max-width: 100%;
}
main.page .pageMain .article_show h1 {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 10px;
}
main.page .pageMain .article_show span {
  display: block;
  text-align: center;
  color: #868686;
}
main.page .pageMain .article_show .content {
  padding: 30px 0;
  line-height: 2;
  font-size: 1.6rem;
}
main.page .pageMain .article_show .content img {
  max-width: 100%;
}
main.page .pageMain .album_show {
  text-align: center;
}
main.page .pageMain .album_show h5 {
  font-size: 1.6rem;
  font-weight: normal;
  padding: 20px;
  text-align: center;
}
main.page .pageMain .album_show img {
  max-width: 100%;
}
main.page .pageMain .album_show p {
  margin: 40px 0;
  text-align: left;
}
main.page .pageMain .pageft {
  width: 100%;
  padding: 40px 0;
  float: left;
  border-top: 1px #ccc solid;
  padding: 20px 0;
}
main.page .pageMain .pageft a.num,
main.page .pageMain .pageft a.next,
main.page .pageMain .pageft a.prev,
main.page .pageMain .pageft span {
  display: inline-block;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 2px 8px;
  margin-right: 5px;
  color: #333;
  text-decoration: none;
}
main.page .pageMain .pageft a.num.current,
main.page .pageMain .pageft a.next.current,
main.page .pageMain .pageft a.prev.current,
main.page .pageMain .pageft span.current {
  background: #FF001D;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
main.page .pageMain .pageft a.num:hover,
main.page .pageMain .pageft a.next:hover,
main.page .pageMain .pageft a.prev:hover,
main.page .pageMain .pageft span:hover {
  background: #FF001D;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
main.page .sister {
  width: 100%;
  padding: 15px 0;
}
main.page .sister a {
  display: inline-block;
  background: #FF001D;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
main.page .sister a:hover {
  background: #FF9A3F;
}
main.page .sister a.next {
  float: right;
}
main.vote {
  top: 40px;
}
main.vote .notice {
  width: 100%;
  height: 30px;
  background: #ffff00;
  color: #000;
  padding: 5px 15px;
  position: fixed;
  z-index: 9999999;
  line-height: 30px;
}
main.vote .notice a {
  color: #000;
}
main.vote .banner {
  overflow: hidden;
  width: 100%;
}
main.vote .banner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
main.vote .banner img {
  width: 100%;
}
main.vote .ad {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
main.vote .ad li {
  width: 50%;
  float: left;
  padding: 1%;
}
main.vote p.str a {
  width: 88%;
  display: block;
  margin: 10px auto;
  padding: 5px 0;
  color: #EB6519;
  border: 1px solid #EB6519;
  font-size: 1.8rem;
  line-height: 25px;
  text-align: center;
  border-radius: 6px;
}
main.vote .pageTop {
  width: 100%;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
}
main.vote .pageTop h2 {
  font-size: 2rem;
  margin: 10px 0 0 0;
  text-align: center;
}
main.vote .pageTop img {
  width: 100%;
}
main.vote .pageTop ul {
  width: 88%;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
}
main.vote .pageTop ul li {
  width: 33%;
  float: left;
  text-align: center;
  font-size: 1.4rem;
  border-right: 1px #999 solid;
}
main.vote .pageTop ul li:last-child {
  border: 0;
}
main.vote .pageTop ul strong {
  font-size: 2rem;
  font-weight: normal;
}
main.vote .pageTop .top-link {
  width: 88%;
  margin: 10px auto;
}
main.vote .pageTop .top-link a {
  width: 46%;
  display: block;
  background: #FF0000;
  float: left;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
main.vote .pageTop .top-link a:last-child {
  float: right;
}
main.vote .pageMain {
  width: 100%;
  margin: 0 auto;
  background: #EEEEEF;
  padding: 20px 0;
  overflow: hidden;
}
main.vote .pageMain .search {
  width: 88%;
  margin: 0 auto;
}
main.vote .pageMain .search input {
  width: 92%;
  height: 34px;
  padding: 10px 4%;
  font-size: 1.6rem;
  border: 1px #888888 solid;
  border-radius: 20px;
}
main.vote .pageMain .search button {
  width: 50px;
  height: 34px;
  position: absolute;
  margin: 0;
  right: 7%;
  border-radius: 100px;
  border: 0;
  background: url('../img/search-ico2.png') no-repeat center #FF0000;
  background-size: 23px;
}
main.vote .pageMain .pList {
  width: 100%;
  list-style: none;
  margin: 20px auto 20px 6%;
  padding: 0;
}
main.vote .pageMain .pList li {
  width: 42%;
  padding: 2%;
  float: left;
  margin: 0 3% 3% 0;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
}
main.vote .pageMain .pList li .photo {
  height: 200px;
  margin-bottom: 10px;
}
main.vote .pageMain .pList li .info .fl {
  width: 35%;
  height: 40px;
  font-size: 1.4rem;
  overflow: hidden;
  line-height: 20px;
}
main.vote .pageMain .pList li .info .fl strong {
  color: #EB6519;
}
main.vote .pageMain .pList li .info .fr {
  width: 60%;
}
main.vote .pageMain .pList li .info button {
  border-radius: 20px;
  border: 0;
  background: url('../img/zan-ico-0.png') no-repeat 20% center #EB6519;
  background-size: 14px;
  padding-left: 38%;
  font-size: 1.2rem;
  color: #fff;
  float: right;
}
main.vote .pageMain .pList p {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 1.4rem;
  display: block;
  float: left;
}
main.vote .pageMain .content {
  margin: 0 auto;
  font-size: 1.4rem;
}
main.vote .pageMain .content h3 {
  margin: 10px 0;
  background: #F06B02;
  display: inline-block;
  padding: 5px 10% 5px 6%;
  color: #fff;
  border-radius: 0 100px 100px 0 ;
}
main.vote .pageMain .content p {
  width: 88%;
  margin: 0 auto 15px auto;
  line-height: 22px;
}
main.vote.person .pageTop p a {
  font-size: 1.6rem;
}
main.vote.person .personMain {
  width: 88%;
  margin: 0 auto;
  overflow: hidden;
  background: #eee;
  border-radius: 6px;
}
main.vote.person .personMain img {
  width: 100%;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
}
main.vote.person .personMain h2 {
  margin: 10px 0;
  padding: 6px;
  text-align: center;
  color: #ED6810;
  font-size: 2rem;
}
main.vote.person .personMain .main-link {
  width: 88%;
  margin: 10px auto 20px auto;
  overflow: hidden;
}
main.vote.person .personMain .main-link a {
  width: 46%;
  display: block;
  background: #FF0000;
  float: left;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  border-radius: 100px;
}
main.vote.person .personMain .main-link a.all {
  float: left;
  width: 100%;
}
main.vote.person .personMain .main-link a:last-child {
  float: right;
}
main.vote.person .personMain .voteNum {
  width: 88%;
  font-size: 1.2rem;
  height: 300px;
  overflow: auto;
  margin: 0 auto 10px auto;
}
main.vote.person .personMain .voteNum table {
  width: 100%;
}
main.vote.person .personMain .voteNum table th {
  text-align: left;
}
main.vote.person .personMain .voteNum table td {
  padding: 5px 0;
  border-bottom: 1px #ccc solid;
  vertical-align: text-top;
}
main.vote.person .personMain .voteNum table td:last-child {
  width: 30%;
}
main.vote.person .personMain .voteNum table td:first-of-type {
  width: 35%;
}
main.vote.person .personMain .voteNum table td img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
main.vote.enroll {
  background: #eee;
  margin: 0 auto 50px auto;
}
main.vote.enroll input {
  width: 70%;
}
main.vote.enroll input#fileToUpload {
  width: 50%;
}
main.vote.enroll button#upload {
  width: auto;
  display: inline-block;
  padding: 3px 8px;
  font-size: 1.4rem;
  background: #FF001D;
  color: #fff;
  border: 0;
}
main.vote.addEdit img {
  width: 100%;
}
main.vote.addEdit h5 {
  width: 90%;
  margin: 10px auto;
  color: #6F8AED;
}
main.vote.addEdit dl dd {
  background: #fff;
  margin: 0;
  padding: 10px 20px;
  margin-bottom: 6px;
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
  overflow: hidden;
}
main.vote.addEdit dl dd b {
  font-weight: normal;
}
main.vote.addEdit dl label {
  color: #8E8E8E;
}
main.vote.addEdit dl label i.rj {
  position: absolute;
  float: right;
  right: 10%;
}
main.vote.addEdit dl label i.rj:after,
main.vote.addEdit dl label i.rj:before {
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -20px;
  content: ' ';
}
main.vote.addEdit dl label i.rj:before {
  border-left-color: #f00;
  right: -21px;
}
main.vote.addEdit dl input,
main.vote.addEdit dl select {
  border: none;
  padding: 5px 10px;
  margin-left: 10px;
  background: none;
  display: inline-block;
}
main.vote.addEdit dl input {
  width: 65%;
  color: #000;
}
main.vote.addEdit dl select {
  padding: 0;
  -webkit-appearance: menulist;
}
main.vote.addEdit dl input[name=carNumber] {
  width: 32%;
}
main.vote.addEdit dl input[type=checkbox] {
  margin-left: 20px;
  width: 20px;
}
main.vote.addEdit dl span {
  font-size: 1.4rem;
  color: #999;
}
main.vote.addEdit dl.nopadding dd {
  margin-bottom: 0;
  border-bottom: 0;
}
main.vote.addEdit dl.nopadding dd:last-of-type {
  border-bottom: 1px #ddd solid;
}
main.vote.addEdit span.info {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-size: 1.4rem;
  color: #666;
}
main.vote.addEdit p.info {
  width: 90%;
  margin: 20px auto;
  font-size: 1.4rem;
  color: #999;
}
main.vote.addEdit .xsz {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
main.vote.addEdit .xsz img {
  width: 80%;
  margin: 40% auto;
  display: block;
}
main.vote.addEdit button {
  display: block;
  width: 80%;
  padding: 15px;
  border-radius: 5px;
  background: #FF9A3F;
  color: #fff;
  margin: 0 auto 15px auto;
  font-size: 1.6rem;
  border: 0;
}
main.vote.addEdit button:hover {
  background: #FF001D;
  color: #fff;
}
main.vote.addEdit button:disabled {
  background: #999;
}
main.vote .vcode {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  font-size: 1.4rem;
  top: 0;
  background: rgba(96, 96, 96, 0.8);
  z-index: 999999999;
  text-align: center;
}
main.vote .vcode .window {
  width: 66%;
  background: #fff;
  border-radius: 10px;
  margin: 30% auto;
  padding: 20px;
}
main.vote .vcode .window .vcode-img {
  width: 90%;
  border: 1px #ccc solid;
  border-radius: 8px 8px 0 0;
  margin-top: 20px;
}
main.vote .vcode .window input {
  width: 90%;
  border: 1px #ccc solid;
  padding: 5%;
  margin: -5px 0 10px 0;
  border-radius: 0 0 8px 8px;
  text-align: center;
  background: #f5f5f5;
}
main.vote .vcode .window button {
  width: 60%;
  font-size: 1.4rem;
  background: #FF001D;
  color: #fff;
  margin-top: 10px;
  border-radius: 100px;
  padding: 10px 0;
}
main.vote .vcode .window img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
footer {
  background: #fff;
  padding: 0 0;
}
footer .container.hidden-xs {
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .naviList dl {
  float: left;
  margin-right: 20px;
}
footer .naviList dt {
  color: #333;
  margin-bottom: 5px;
}
footer .naviList dd a {
  font-size: 1.2rem;
  color: #A3A5A7;
}
footer .naviList dd a:hover {
  text-decoration: underline;
}
footer .footer-logo {
  width: 300px;
  overflow: hidden;
}
footer .footer-logo img {
  width: 100%;
}
footer .fr {
  width: 230px;
  color: #A3A5A7;
}
footer .fr p {
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.6rem;
}
footer .fr strong {
  font-size: 2.4rem;
  font-weight: normal;
}
footer .bottom {
  background: #333;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 0;
}
footer .bottom a {
  padding: 0 7px 0 0;
  color: #fff;
}
footer .bottom a:last-of-type {
  border: 0;
}
footer .bottom a:hover {
  color: #FF001D;
}
footer .menu {
  width: 100%;
  background: #ddd;
  border-top: 1px #ccc solid;
  position: fixed;
  bottom: 0;
}
footer .menu a {
  width: 25%;
  overflow: hidden;
  float: left;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
  text-decoration: none;
  color: #666;
}
footer .menu a .menu-ico {
  width: 45px;
  height: 35px;
  display: block;
  margin: 0 auto 3px auto;
}
footer .menu a .menu-ico.m1 {
  background: url('../img/menu-1.png');
  background-size: cover;
}
footer .menu a .menu-ico.m2 {
  background: url('../img/menu-2.png');
  background-size: cover;
}
footer .menu a .menu-ico.m3 {
  background: url('../img/menu-3.png');
  background-size: cover;
}
footer .menu a .menu-ico.m4 {
  background: url('../img/menu-4.png');
  background-size: cover;
}
footer .menu a.active {
  color: #FF001D;
}
footer .menu a.active .m1 {
  background: url('../img/menu-1-active.png');
  background-size: cover;
}
footer .menu a.active .m2 {
  background: url('../img/menu-2-active.png');
  background-size: cover;
}
footer .menu a.active .m3 {
  background: url('../img/menu-3-active.png');
  background-size: cover;
}
footer .menu a.active .m4 {
  background: url('../img/menu-4-active.png');
  background-size: cover;
}
footer .vote-menu a {
  width: 24.5%;
  padding: 10px 0 10px 0;
  border-right: 1px solid #ccc;
  overflow: hidden;
}
footer .vote-menu a:last-child {
  border: 0;
}
footer .vote-menu .vote-menu {
  width: 20px;
  height: 20px;
  display: block;
  margin: 0 auto 3px auto;
}
footer .vote-menu .vote-menu.m1 {
  background: url('../img/vote-menu-1.png');
  background-size: cover;
}
footer .vote-menu .vote-menu.m2 {
  background: url('../img/vote-menu-2.png');
  background-size: cover;
}
footer .vote-menu .vote-menu.m3 {
  background: url('../img/vote-menu-3.png');
  background-size: cover;
}
footer .vote-menu .vote-menu.m4 {
  background: url('../img/vote-menu-4.png');
  background-size: cover;
}
.loading.voteLoading {
  with: 100%;
  height: 100%;
  top: -50px;
  background: url('../img/loading.gif') no-repeat center rgba(255, 255, 255, 0.7);
  border: 1px #ccc solid;
  border-radius: 5px;
  position: fixed;
  background-size: 50px;
  display: none;
}
@media (max-width: 768px) {
  main .icoArray {
    padding: 30px 0;
  }
  main .icoArray .icoImg {
    width: 100px;
    height: 100px;
  }
  main .titleList .row .carousel-inner .item {
    height: 200px;
  }
  main .imgWindow .switch li {
    display: block;
    margin: 0 0 20px 0;
  }
  main.page .pageMain {
    padding-right: 15px;
    padding-left: 15px;
  }
  main.page .pageMain .product .content dl dd {
    width: 42%;
  }
  main.page .pageMain .article .content dl .img {
    width: 100%;
    margin-bottom: 20px;
  }
  main.page .pageMain .album .content dl dd {
    width: 42%;
  }
  .navbar {
    margin: 0;
  }
  .navbar-default .navbar-brand {
    color: #FF001D;
  }
  main.page .pageMain .content img {
    width: 100%;
    margin: 0;
  }
  main .banner .bd li a {
    height: 250px;
  }
  main.page .pageMain .top {
    padding-top: 30px;
  }
  main.page .pageMain .article_show h1 {
    width: auto;
  }
  main.page .pageMain .product_show .top img {
    float: none;
  }
  main .imgWindow .row img {
    height: 120px;
  }
  main.page .sister {
    overflow: hidden;
  }
  main.page .sister a {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
  }
  main.page .sister a.next {
    float: left;
    margin-top: 15px;
  }
  main .icoArray .col-xs-6 {
    height: 270px;
  }
  main .titleList .row .twoList li {
    width: 100%;
    height: auto;
  }
  main .picText .button {
    margin: 20px auto 0  auto;
  }
}
