.header{ margin:10px 0;}
.waphead{background: #a3150b; width: 100%;}
.btn-group{ margin-top:15px;}
.carousel{ margin: 0 0 10px 0;}
.list-group{ margin: 10px 0;}
/*.caption{ height: 50px;}*/
.caption h4{ margin: 0; padding: 0; text-align: center; /*height: 25px;*/}
/*.caption p{ text-align: center; height: 25px; line-height: 15px;}*/
.dropdown-menu{ width: 220px;}
.dropdown-menu li.active{ margin-bottom: 5px;}
.dropdown-menu li{ height: 25px; line-height: 25px; width: 100px; float: left;}
/*内容页*/
.cont_nr{ width: 100%;}
.cont_nr .title{ margin: 15px 0; text-align: center;  font-size:18px; font-family:'宋体'; color:#4c4c4c; font-weight: bold;}
.cont_nr .text .pic{ text-align: center; text-indent: 0; padding: 10px 0;}
.cont_nr .text .pic img{ width: 100%;}
.cont_nr .text .pic span{ margin:10px 0;font-size:14px; font-family:'宋体'; color:#000; text-align: center;}
.cont_nr .text div{ text-indent: 2em; line-height: 32px; font-size:14px; font-family:'宋体'; color:#4c4c4c;}
.cont_nr .text p{ text-indent: 2em; line-height: 32px; font-size:14px; font-family:'宋体'; color:#4c4c4c;}
.cont_nr .text{ margin-bottom: 20px;}
.cont_nr .text .btn{ margin: 10px 0; padding: 0; text-indent: 0;}
.cont_nr .text .btn a{ text-decoration: none; color:#fff;}
.cont_nr .text .btn .btninfo {
  background-color:#3bb3e0;
  font-family: '微软雅黑';
  font-size:14px;
  text-decoration:none;
  color:#fff;
  position:relative;
  padding:10px 20px;
  padding-right:50px;
  background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(44,160,202)),
  color-stop(1, rgb(62,184,229))
  );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;
}

.cont_nr .text .btn .btninfo:active {
  top:3px;
  background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
  background-image: -webkit-gradient(
  linear,
  left bottom,
  left top,
  color-stop(0, rgb(62,184,229)),
  color-stop(1, rgb(44,160,202))
  );
  -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;
}

.cont_nr .text .btn .btninfo::before {
  background-color:#2591b4;
  background-image:url(http://tympanus.net/Tutorials/CSSButtonsPseudoElements/images/right_arrow.png);
  background-repeat:no-repeat;
  background-position:center center;
  content:"";
  width:20px;
  height:20px;
  position:absolute;
  right:15px;
  top:50%;
  margin-top:-9px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
  -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
  -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
  box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;
}

.cont_nr .text .btn .btninfo:active::before {
  top:50%;
  margin-top:-12px;
  -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
  -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
  -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
  box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;
}


.cont_nr .text .ts{
  text-indent: 0;
  font-size:18px;
  color:#ffffff;
  background-color:#ff0000;
  padding: 5px 10px;
  width: 50%;
  margin-left: 25%;
  text-align: center;
}
