/*[data-function]*/
.box {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -o-box;
}
/*[data-reset]*/
* {
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  height: 101%;
  font-size:14px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
menu {
  margin: 0 0;
  padding: 0 0;
  word-wrap: break-word;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

.a-news-show{
	display:block;
}

.a-news-hide{
	display:none;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-style: italic;
}
.cls {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #231815;
}
:focus {
  outline: none;
} /* for Firefox */
.ew_cls:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ew_cls {
  display: inline-block;
}
/* Hides from IE-mac */
*html .ew_cls {
  height: 1%;
}
.ew_cls {
  display: block;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  -webkit-appearance: none;
}
/* End hide from IE-mac */
/*botstrap-reset-css*/
.row {
  margin: 0px;
}
/*----------------------------------reset style end----------------------------------*/
html {

  overflow-x: hidden;
}
body {
  font-size: 14px;
  font-family: "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif; 
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  min-width: 300px;
  margin: 0px auto;
  color: #231815;
  overflow-x:hidden;
}
/*public-header*/
.top {
  height: 2.4rem;
  border-bottom: 1px solid #231815;
  position: relative;
}
.top .top-m {
  position: absolute;
  float: left;
  width: 0.7rem;
  height: 0.5rem;
  background: url(../images/menu-icon.png) no-repeat center;
  background-size: 100% 100%;
  top: 1rem;
  left: 0.8rem;
  cursor: pointer;
}
.top .top-search {
  position: absolute;
  right: 0.8rem;
  top: 1rem;
  width: 0.6rem;
  height: 0.75rem;
  background: url(../images/search-icon.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
}
.top .logo {
  text-align: center;
  padding-top: 0.5rem;
}
.top .logo img {
  height: 1.45rem;
  width: auto;
}
.menu {
  padding: 0 0.75rem;
}
.menu ul {
  padding: 0.25rem 0;
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
}
.menu li {
	-moz-box-flex: 1;
	-webkit-box-flex: 1;  
  border-right:1px solid #231815;
}


/*.menu li:nth-of-type(1){
	background: url(../images/home_icon.png) no-repeat center;
	background-size:auto 90%;
}*/
/*.menu li:nth-of-type(1) a{
	overflow: hidden;
	text-indent: 999px;
	height: 23px;
}*/
/*.menu li:nth-of-type(1) a:hover,.menu li:nth-of-type(1) a.hover{
	background: url(../images/home_icon_hover.png) no-repeat center #28a7e1;
	background-size:auto 90%;
}*/

.menu li:last-of-type{border-right:0px;}
.menu li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.menu li a:hover,
.menu li a.hover {
  background: #28a7e1;
  color: #fff;
}
.menu-bg{
	border-bottom: 4px solid #231815;
}
.menu-bg ul {
  
}
/*.content {
  padding: 0;
}*/
.content{ 
	 padding: 0 0.75rem;
}
.index-news {
  margin: 0.65rem 0;
}
.index-news ul li {
  overflow: hidden;
  margin-bottom:.2rem;
}

.index-news .menu ul li
{
	margin-bottom:0;
}

.index-news ul li .img {
  width: 100%;
	position: relative;
}




.index-news ul li .img span{
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	background: url(../images/video_click.png) no-repeat center;
	background-size:100% 100%;
}

.index-news ul li .img img {
  width: 100%;
  height: 4rem;
}

.index-news .con-top ul li .img img{  display: block;}


.index-news ul li .text {
  width: 100%;
  padding:4px 0px;
}

.index-news .con-top ul li  .text{
	/*position: absolute;
  bottom: 24px;
  background: rgba(00,00,00,0.7);*/
  line-height: 18px;
  height: 50px;
  color: #231815;  
	overflow: hidden;
}
.index-news ul li .text h1 {
  font-size: 0.6rem; 
  margin-bottom:10px;
  height: 50px;
}

.index-news ul li .text p {
  font-size: 14px;
  margin-bottom:5px;
  line-height: 17px;
  opacity: 0.7;
  text-align: justify;
}
.index-news ul li .mes {
  padding: 0.25rem 0;
  font-size: 12px;
  color: #c9c9ca;
  border-bottom: 1px solid #c8c5c4;
  position: relative;
}
.index-news ul li .mes .line {
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: auto;
  height: 4px;
  background: #28a7e1;
}
.index-news ul li .mes strong {
  font-weight: lighter;
  color: #231815;
  margin-right: 10px;
  
}
.index-news ul li .mes span {
  margin-right: 10px;
  display: none;
}
.index-news ul li .mes em {
  display: inline-block;
  padding-left: 1.2rem;
  background: url(../images/pl-icon.png) no-repeat left center;
  background-size: auto 100%;

}
.index-banner {
  margin: 0.75rem 0;
}
.index-banner-img {
  width: 100%;
  height: auto;
}
.search-down-fa {
  display: none;
}


.search-down-fa > ul{ margin:0 10px;  border-bottom:1px solid #28a7e1;}
.search-down-fa > ul > li{ display: inline-block; margin-bottom:5px;}
.search-down-fa > ul > li > a{ display: inline-block; position: relative; padding:5px 10px; }
.search-down-fa > ul > li > a:after{ content: " "; position: absolute; right:0; top: 0; height: 100%; width: 1px; background: #1876bb; transform: rotate(22deg); -webkit-transform: rotate(22deg); }


.t-neirong iframe{ margin-top:20px;}
 
.t-tp-input{}
.t-tp-input h5{ background: #ededed; padding:5px 10px;}
.t-tp-input .t-neirong{ margin-bottom:30px;}
.t-tp-input li{padding:5px 10px; border-bottom:1px solid #ededed;}
.t-tp-input li span{ margin-right:10px;}

.t-tp-input li p{ margin:5px 0!important; text-align: center!important;}
.t-tp-input li p input[type="submit"],.t-tp-input li p input[type="button"],.t-tp-input li p button{background: #28a7e1;
color: #fff; display: inline-block; padding: 5px 10px; border: none;font-size:15px; }
.t-tp-input li p a{ margin-left:10px; font-size:15px; display: inline-block; padding:5px 10px; background: #fff; color:#333 ; border: 1px solid #333; height: 30px; line-height: 18px;}

.search-down {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -o-box;
  width: 100%;
  padding: 0.7rem 0;
}
.search-l {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  height: 2.4rem;
}
.search-r {
  width: 2.25rem;
  text-align: center;
  height: 2.4rem;
  line-height: 2rem;
  background: #fff;
}

.search-r a{  line-height: 2.5rem; display: block;}

.search-l-box {
  height: 1.7rem;
  width: 13rem;
  margin: 0 auto;
  margin-top: 0.375rem;
  background: #fff;
  border: 1px solid #104360;
  border-radius: 10px;
  overflow: hidden;
}
.search-l-box .search-submit {
  height: 1.7rem;
  width: 1.7rem;
  background: url(../images/search-img-icon.png) no-repeat center;
  background-size: auto 66%;
  border: none;
  cursor: pointer;
}
.search-l-box .search-text {
  height: 1.7rem;
  border: none;
  float:right;
  width: 10rem;
  color: #231815;
  font-size: 0.6rem;
  font-weight: bold;
}
.menu-down {
  font-size: 0.75rem;
  display: none;
}
.menu-down ul {
  float: left;
  width: 100%;
}
.menu-down ul li {
  padding: 0.625rem;
  border-bottom: 1px solid #231815;
  width: 100%;
  float: left;
  line-height: 1.875rem;
}

.menu-down ul li a {
  display: block;
}
.menu-down ul li span {
  width: 1.875rem;
  height: 1.875rem;
  float: left;
  margin-right: 1.15rem;
}
.menu-down ul li span img {
  height: 100%;
  width: auto;
}
.contact-blue {
  /*background: #8ac9dc*/  
  /*background: #d1d1d1;*/ 
  overflow: hidden;
}
header {
  background: #fff;
}
.xg-table {
  margin: 0.5rem;
}
.xg-table tr td {
  text-align: center;
  padding: 5px 0;
}
.xg-table tr td .xg-submit{border: 1px solid #ccc; background: #fff; padding:2px 20px; height:40px; width:auto; color: #000; font-size:14px;}


.xg-text {
  width: 100%;
  height:40px;
  padding: 0 5%;
  color: #231815;
  background: #fff;
  /*border: none;*/
  font-size:14px; 
}
.xg-submit {
  width: 3.25rem;
  height: 0.9rem;
  background: #fff;
  border: none;
  cursor: pointer;
}
.wj-title {
  background: #fff;
  border-bottom: 1px solid #231815;
  height: 1.6rem;
  text-align: center;
  line-height: 1.6rem;
  font-size: 0.75rem;
}
.wj-title-l {
  position: relative;
  heigh: 100%;
  cursor: pointer;
  z-index: 99999; 
}
.wj-title-l:after {
  content: " ";
  position: absolute;
  left: 22px;
  top: 0.25rem;
  border-right: 0.625rem solid #fff;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
}
.wj-title-l a {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 0.25rem;
  border-right: 0.625rem solid #000;
  border-top: 0.45rem solid transparent;
  border-bottom: 0.45rem solid transparent;
}
.mymes-title {
  border-bottom: 1px solid #fff;
}
.mymes-title a {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 0.625rem;
  height: 0.95rem;
  line-height: 0.95rem;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.mymes-title a.hover {
  background: #fff;
}
.mymes-title a.hover:after {
  content: " ";
  position: absolute;
  background: #ccc; 
  width: 2rem;
  height: 2rem;
  right: -1.25rem;
  top: 0px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mymes-title a:last-of-type.hover:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  right: auto;
  top: -20px;
  left: -1rem;
}
.mymes-ul li {
  background: #fff;
  margin: 0.25rem 0;
  padding: 0.5rem 0.75rem;
}
.mymes-ul li .title {
  margin-bottom: 0.625rem;
}
.mymes-ul li .p1 {
  margin: 0.375rem 0;
}

.mymes-ul li .p1  img{ vertical-align: middle;}

.mymes-ul li .alcick {
  text-align: right;
}
.mymes-ul li .alcick a {
  display: inline-block;
  width: 2.45rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  border-left: 1px solid #231815;
  border-bottom: 1px solid #231815;
  position: relative;
}
.mymes-ul li .alcick a:after {
  content: " ";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70%;
  height: 1px;
  background: #231815;
}
.mymes-ul li .alcick a:before {
  content: " ";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 1px;
  height: 80%;
  background: #231815;
}
.mymessage-page {
  padding: 10px 0.75rem;
  text-align: right;
}
.mymessage-page > a,
.mymessage-page > span {
  display: inline-block;
  background: #fff;
  padding: 0 0.25rem;
  font-size: 0.6rem;
  height: 0.75rem;
  line-height: 0.75rem;
}
.mymessage-page span {
  background: #d7d6d6;
}
.qd-a {
  padding: 0.25rem 0.875rem;
  background: #fff;
}
.qd-a a {
  background: url(../images/menu-a-add.png) no-repeat left center;
  padding-left: 1.55rem;
  display: inline-block;
  height: 1.05rem;
  line-height: 1.05rem;
  background-size: auto 100%;
}
.qd-list .title {
  font-weight: bold;
  font-size: 0.625rem;
  padding: 0.5rem 0.875rem;
}
.qd-list .list {
  background: #fff;
}
.qd-list .list li {
  padding: 0.375rem 0.875rem;
  border-bottom: 1px solid #68c0db;
  float: left;
  width: 100%;
}
.qd-list .list li em {
  float: right;
}
.myzl {
  padding: 0.5rem 0;
  padding-bottom: 1.5rem;
}
.myzl table {
  width: 100%;
}
.myzl table tr td {
  padding: 0.25rem 0.25rem;
  font-size:14px;
}
.myzl table tr td:first-child{
	text-align: right; 
}

.myzl table tr td input[type="submit"]{
	display: inline-block;
	padding:2px 20px;
	background: #f7fcfe;
	border:none;
	color: #000;
	height: 1.5rem; 
	margin-top:10px;
	font-size:14px;
}

.myzl table tr td label[for="fex"] {
  margin-right: 0.25rem;
}
.myzl table tr td label[for="fex"] input {
  margin-right: 0.125rem;
}
.myzl table tr td .zl-text {
  color: #b2b0b0;
  border: none;
  background: #f7fcfe;
  height: 1.5rem;
  width: 100%;
  padding: 0 0.25rem;
  font-size:14px;
}
.myzl table tr td .zl-text-short {
  width: 30%; 
  margin-right: 3.33%;
}
.myzl table tr td .zl-text-short:last-of-type {
  margin-right: none;
}
.qd-title {
  text-align: center;
  padding: 0.5rem 0;
  padding-bottom: 0;
}
.zjmx-box {
  background: #fff;
}
.zjmx-box table tr td {
  text-align: center;
  padding: 0.5rem 0.25rem;
  border-bottom: 1px solid #68c0db;
}
.zjmx-box table tr:nth-of-type(1) td,
.zjmx-box table tr:nth-of-type(2) td {
  border-bottom: none;
}
.mydingdan li {
  background: #fff;
  padding: 0.75rem;
  margin: 0.5rem 0;
}
.mydingdan li .top_one {
  border-bottom: 1px solid #000;
  padding: 0.25rem 0;
}
.mydingdan li .top_one img {
  width: 1.5rem;
  height: 1.9rem;
}
.mydingdan li .top_one strong {
  float: right;
  font-size: 14px;
  font-weight: lighter;
  margin-top: 0.5rem;
  width: 11.5rem;
  overflow: hidden; 
}
.mydingdan li .top_one1 img{
	  width: 2.5rem;
    height: 3.9rem;
}
.mydingdan li .top_one1 p{
	margin-bottom: 0.5rem;
}
.mydingdan li .bot_one {
  margin-top: 0.5rem;
}
.mydingdan li .bot_one span {
  float: left;
  margin-top: 0.25rem;
  font-size:16px;
  font-weight: bold;
}
.mydingdan li .bot_one p {
  float: right;
}
.mydingdan li .bot_one p a {
  margin-left: 0.25rem;
}
.dd-a-click {
  display: inline-block;
  font-size: 0.75rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding: 0 0.25rem;
  text-align: center;
  /*background: #8ac9dc;*/ 
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative;
}
.dd-a-click:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  background: #000;
  width: 70%;
}
.dd-a-click:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 80%;
  background: #000;
}
.my-shoucang {
  background: #fff;
  padding-bottom: 0.5rem;
} 

.my-shoucang li {
  width: 14.35rem;
  border: 1px solid #000;
  padding: 0.25rem;
  margin: 0.9rem auto;
}
.my-shoucang li .sc-left {
  width: 3.875rem;
  height: 4.75rem;
  float: left;
  overflow: hidden;
}

.my-shoucang li .sc-left > img{ height: 100%;}

.my-shoucang li .sc-right {
  width: 8.875rem;
  float: right;
  margin-right: 0.25rem;
  font-size: 0.625rem;
}
.my-shoucang li .sc-right h1 {
  margin-bottom: 0.5rem;
}
.my-shoucang li .sc-right p {
  margin-bottom: 0.5rem;
}
.my-shoucang li .sc-right h2 {
  text-align: right;
  margin-top: 1.25rem;
}
.grzx-title {
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.5rem 0;
  background: #d1d1d1;
  margin-bottom: 0.1rem; 
}
.grzx-title a {
  position: absolute;
  width: 1.025rem;
  height: 0.95rem;
  background: url(../images/ico-grzx-img.png) no-repeat center;
  background-size: 100% 100%;
  left: 0.65rem;
  top: 0.435rem;
}
.grzx-title font{
	color: #fff !important;
}
.hy-zx-top {
  background: #fff;
  padding: 0 0.6rem;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.hy-zx-top1{
	  margin-top: 0rem;
	  padding-top: 0.5rem;
}
.hy-zx-top-img {
  float: left;
  width: 3.75rem;
  height: 3.75rem;
}
.hy-zx-message {
  width: 10rem;
  float: right;
}
.hy-zx-message h1 {
  margin-bottom: 0.5rem;
}
.hy-zx-message p {
  margin-bottom: 0.5rem;
}
.hy-zx-cen {
  background: #fff;
  margin: 0.5rem 0;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -ms-box;
  display: -o-box;
  width: 100%;
  padding: 0.25rem 0;
}
.hy-zx-cen p {
  box-flex: 1;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -ms-box-flex: 1;
  -o-box-flex: 1;
  text-align: center;
  border-right: 1px solid #ccc; 
}
.hy-zx-cen p:last-of-type {
  border-right: none;
}
.hy-zx-bot li {
  background: #fff;
  /*padding: 0.5rem 0;*/  
  border-top: 0.25rem solid #ccc; 
}
.hy-zx-bot li a {
  display: block;
  height: 2.1rem;
  line-height: 2.1rem;
  padding: 0 0.625rem;
}
.hy-zx-bot li a em {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  float: left;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}
.hy-zx-bot li a em.hy-icon-1 {
  background: url(../images/hyzx1.png) no-repeat center;
  background-size: 100% 100%;
}
.hy-zx-bot li a em.hy-icon-2 {
  background: url(../images/hyzx2.png) no-repeat center;
  background-size: 100% 100%;
}
.hy-zx-bot li a em.hy-icon-3 {
  background: url(../images/hyzx3.png) no-repeat center;
  background-size: 100% 100%;
}
.hy-zx-bot li a em.hy-icon-4 {
  background: url(../images/hyzx4.png) no-repeat center;
  background-size: 100% 100%;
}
.hy-zx-bot li a em.hy-icon-5 {
  background: url(../images/hyzx5.png) no-repeat center;
  background-size: 100% 100%;
}
.hy-zx-bot li a em.hy-icon-6 {
  background: url(../images/hyzx6.png) no-repeat center;
  background-size: 100% 100%;
}
.czmm {
  font-size: 0.75rem;
  padding: 1.25rem 0.5rem;
  background: #d1d1d1 !important;
}
.czmm tr td { 
  padding: 0.375rem 0.25rem;
}


.czmm tr td p.pos-a{
	font-size:.6rem;
	margin-top:.3rem;
}
.czmm tr td p.pos-a.warn{
	color:#F00;
}
.czmm tr td input.czmm-text {
  width: 100%;
  color: #a7a6a6;
  height: 1.5rem;
  border: none;
  padding: 0 0.25rem;
  font-size:14px;
}
.czmm tr td input.czmm-submit {
  width: 100%;
  border: none;
  background: #fff;
  height: 1.35rem;
  line-height: 1rem;
  cursor: pointer;
  color: #000;
  font-size:14px;
}
.czmm tr td .yzm-text input.czmm-text {
  width: 48%;
}
.czmm tr td .yzm-text input.czmm-text:last-of-type {
  float: right;
  font-size:14px;
}
.ydmessage {
  text-align: center;
  padding: 0.75rem 0;
}
.ydmessage input {
  vertical-align: middle;
  margin-right: 0.25rem;
  position: relative;
  top: -.03rem;
}
.ydmessage-wjmm {
  text-align: left;
}
.ydmessage-wjmm a {
  float: right;
}
.kjdl a {
  display: inline-block;
  width: 1.35rem;
  height: 1.35rem;
  overflow: hidden;
  text-indent: 9999em;
  font-size: 0;
  vertical-align: middle;
  margin-right: 0.75rem;
  position: relative;
  top:-.15rem;
}
.kjdl a.weixin {
  background: url(../images/wd-login.png) no-repeat center;
  background-size: 100% 100%;
}
.kjdl a.qq {
  background: url(../images/qq-login.png) no-repeat center;
  background-size: 100% 100%;
}
/*文章列表新*/
.left-BG {
  width: 4.175rem;
  height: 1.2rem;
  background: url(../images/index-news-img6.png) no-repeat;
  text-align: right;
  font-size: 0.8rem;
  padding-top: 0.275rem;
  float: left;
  background-size: auto 100%;
  margin-top: 0.25rem;
}
.index-news .top {
  margin-bottom: 0.5rem;
  border-bottom:none;
}
.index-news .top .right {
  width: 2.425rem;
  float: right;
  font-size: 0.6rem;
  color: #959697;
  text-align: center;
}
.index-news .top .right img {
  width: 1.725rem;
  height: 1.7rem;
}
.index-news .con-top {
  overflow: hidden;
  width: 14.325rem;
}

 

.index-news .con-top ul li {
  width: 48%;
  /*-webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;*/
  float: left;
  /*position: relative;*/
}

.index-news .con-top ul li:nth-child(even){

		float: right;
}


.con-center {
  margin-top: 0.5rem;
  font-size: 0.55rem;
  font-weight: bold;
}
.con-center ul {
}
.con-center ul li {
  background: url(../images/index-news-jt1.png) no-repeat left center;
  background-size: auto 80%;
  height: 0.95rem;
  line-height: 0.95rem;
  padding-left: 0.725rem;
  width: 13.9rem;
  margin-bottom: 1rem;
  font-size:16px; 
  height: 1rem; 
  /*overflow: hidden;*/  
}

.con-center ul li > a{ display: block; height: 0.95rem; line-height:0.95rem; overflow: hidden;}
.con-center ul li a p{
	overflow: hidden; 
}

.con-center ul li p:nth-child(2) {
  font-size: 0.4rem;
  float: right;
  height: 0.375rem;
  color: #322725;
}
.con-center ul li p span {
  color: #C9C9CA;
}


.con-center ul li p span img{ vertical-align: middle; height: 180%;}
.con-center .con-center-1 li{
	overflow: inherit;  
}
.con-center .con-center-1 li a p{
	height: 1rem;
	overflow: hidden;
	line-height: 1rem;
	 
}
.con-center .con-center-1 li p{
		font-weight: 100;
	}
.index-news .news-con-bottom {
  text-align: center;
  width: 100%;
  padding-top: 0.425rem;
  border-top: 1px solid #000;
}
.index-news .news-con-bottom h3 {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem;
}
.index-news .news-con-bottom .b-ul {
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding-top:10px;
}
.index-news .news-con-bottom .b-ul li {
  float: left;
  width: 3.2rem;
  height: 3.65rem;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  margin-bottom: 0;
  box-shadow: 1px 1px 2px rgba(00,00,00,.6);
}

.index-news .news-con-bottom .b-ul a:last-of-type li{ margin-right:0;}






.addZping{ position: fixed; bottom: 0px; left: 0; width: 100%; text-align: center;}
.addZping img{ width: 140px; }


.news-con-bottom .b-ol {
  height: 1.765rem;
  margin-top: 1rem;
  border-top: 1px solid #231815;
  border-bottom: 4px solid #231815;
  font-size: 0.55rem;
  padding-top: .35rem;
  padding-bottom:.25rem;
  
}
.news-con-bottom .b-ol li {
  float: left;
  width: 2.75rem;
  font-size:0.75rem;
}
.news-con-bottom .b-ol li.hover {
  background: #28A7E1 none repeat scroll 0% 0%;
}
.news-con-bottom .b-ol li.hover a {
  color: #FFF;
}
.news-con-bottom .b-ol li:after {
  content: "";
  border-right: 1px solid #4C4340;
  height: 0.425rem;
  float: right;
  margin-top: 0.1rem;
}
.news-con-bottom .b-ol li:nth-child(1) {
  text-align: center;
}
.news-con-bottom .b-ol li:last-child {
  float: right;
}
.news-con-bottom .b-ol li:last-child:after {
  border-right: 0;
}
/*文章详情*/
.nav ul {
  border-bottom: 1px solid #C8C5C4;
  border-top: 1px solid #000;
}
.content-top {
  text-align: left;
  margin-top: 0.875rem;
  border-bottom: 1px solid #C8C5C4;
  
  font-family: "微软雅黑";
  padding-left: 1.15rem;
  padding:0 0.75rem!important;
  padding-bottom: 0.475rem!important;
}
.content-top h2 {
  font-size: 18px;
}
.content-center {
  padding: 0 0.75rem;
  font-family: "微软雅黑";
}
.content-center .top-wenzhang {
  padding:0.6rem 0.875rem 0 0.6rem; 
  border-bottom: 3px solid #2CA6E0;
  border-left: 3px solid #2CA6E0;
  margin-top: 1rem;
  position: relative;
  font-size: 16px;
  line-height: 1.2rem;
  text-align: justify;
  /*overflow: hidden;*/ 
}

.content-center .top-wenzhang p{
	line-height: 30px;
	/*max-height: 120px;*/
	overflow: hidden;
	margin:.6rem 0;
	font-size: .8rem; 
}

.content-center .top-wenzhang:after {
  content: "";
  border-top: 3px solid #2CA6E0;
  width: 1.8rem;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-center .top-wenzhang:before {
  content: "";
  border-right: 4px solid #2CA6E0;
  width: 3px;
  height: 1.8rem;     
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-center .top {
  padding: 0.575rem 0.475rem 0.475rem 1.1rem;
  border-bottom: 3px solid #2CA6E0;
  border-left: 3px solid #2CA6E0;
  margin-top: 1rem;
  position: relative;
  font-size: 0.6rem;
}
.content-center .top:after {
  content: "";
  border-top: 3px solid #2CA6E0;
  width: 1.8rem;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
.content-center .top:before {
  content: "";
  border-right: 3px solid #2CA6E0;
  width: 3px;
  height: 1.8rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content-center .t-center {
  margin-top: 0.925rem;
}
.content-center .t-center img {
  width: 16rem;
  height: 8.775rem;
}
.content-center .t-bottom {
  font-size: 16px;
  margin-top: 1.25rem;text-align: justify; line-height: 1.2rem; 
  margin-bottom:20px;
}


.content-center .t-bottom object,.content-center .t-bottom embed{ max-width: 100%!important;}



.bd-share{ position: fixed; background:rgba(000,000,000,.7); width: 100%; height: 100%; left: 0; top: 0; z-index: 9999;}
.bd-share .bd-shareClose{ position: fixed; display: block; width: 20px; height: 20px; right: 10px; top: 10px; font-size:50px; color: #fff;  text-shadow:1px 1px 1px #000; transform: rotate(45deg); -webkit-transform:rotate(45deg) ; z-index: 111;}
.bd-share .bdsharebuttonbox{ text-align: center; position: absolute; top: 40%; width: 100%; left: 0;}
.bd-share .bdsharebuttonbox a{ float: none!important; display: inline-block;}



.t-jieguo{}


.vote-block {
    width: 300px;
    background-color: #eee;
    height: 12px;
    margin: 5px 0 5px 0;
}

.vote-col {
    background-color: #2CA6E0;
    height: 12px;
}


.cor-c00 {
    color: #B22939;
    font-family: "Microsoft YaHei","宋体";
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-decoration: none;
}

.tpgl-span{padding: 0 10px;}
.tpgl-span em{ color: #B22939;
font-family: "Microsoft YaHei","宋体";
font-size: 15px;
font-weight: bold;
line-height: 15px;
margin-bottom: 15px;
overflow: hidden;
text-decoration: none;}

.vote-result-data {
    margin-left: 4px;
    height: 14px;
    color: #666;
    font-size: 12px;
    font-family: Arial;
    line-height: 14px;
}


.sur-list{ margin:20px 0;}
.sur-list > div{ background: #ededed; margin: 5px 0; padding: 10px 10px;}

.sur-tit-wrap{ margin-bottom:-10px;}
.sur-tit-wrap span{ font-size:16px;}
.sur-tit-wrap p{ color: #ccc; margin-top:5px; font-size:12px;}
.sur-tit-wrap span em{ display: inline-block; height: 20px; font-style: italic; font-weight: bold; line-height: 20px; background: #2CA6E0; padding:0 4px; border-radius: 100px;; color: #fff; margin-right:10px;}
.sur-item ul li{ margin:10px 15px; padding-left:10px;}
.sur-item ul li input{ vertical-align: middle; margin-right:10px;}
.sur-item input,.sur-item textarea{ max-width: 100%; border: 1px solid #ccc; height: 30px; line-height: 35px; resize: none; padding: 10px;}
.sur-item  select{ border: 1px solid #ccc; height: 30px; line-height: 35px;  max-width: 100%; padding:0 10px;}
br.clear{height: 0px; line-height: 0px; width: 0; margin: 0; padding: 0;}

input[type="submit"]{  border:none; background: #2CA6E0; display: inline-block; padding:5px 20px; color: #fff;}


.cor-c00 {
    color: #B22939;
    font-family: "Microsoft YaHei","宋体";
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-decoration: none;
}



.content-center .t-bottom h5 {
  margin-bottom: 0.65rem;
}
.content-center .t-bottom p {
  line-height: 200%!important;
  margin-bottom:20px; text-align: justify;
}

.content-center .t-bottom p iframe{width: 100%!important; height: 230px;}

.t-bottom-d {
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #000;
  overflow: hidden;
  padding-bottom: 1.25rem;
  padding-left: 0.75rem;
}
.t-bottom-d dl {
  float: left;
  margin-right: 1.36rem;
  text-align: center;
  font-size: 0.5rem;
  margin-bottom: 0.25rem;
}

.t-bottom-d dl dt img{ -webkit-filter:grayscale(1);  -moz-filter:grayscale(1);}

.t-bottom-d a:nth-child(1) dl {
  width: 1.925rem;
  height: 1.625rem;
}
.t-bottom-d a:nth-child(2) dl {
  width: 1.675rem;
  height: 1.65rem;
}
.t-bottom-d a:nth-child(3) dl {
  width: 1.7rem;
  height: 1.675rem;
}
.t-bottom-d a:nth-child(4) dl {
  width: 1.725rem;
  height: 1.65rem;
}

.t-bottom-d a:nth-child(5) dl {
  width: 1.725rem;
  height: 1.65rem;
  margin-right: 0;
}

.no-right {
  margin-right: 0;
}
.center-wzxq {
  padding: 0 0.75rem;
}


.center-wzxq .top{ border-bottom:none;}

.wzxq-bottom {
  font-family: "微软雅黑";
  padding-bottom:.4rem;
}

.wzxq-bottom .top{border-bottom:none;}

.wzxq-bottom .top .left-BG {
  width: 2.525rem;
}
.wzxq-bottom .top .right {
  float: right;
}
.wzxq-bottom .top .right p {
  margin-top: 0.5rem;
  font-size: 0.625rem;
}
.wzxq-bottom .con .con-up {
  margin-bottom: .65rem;
  padding-bottom:.65rem;
  border-bottom:1px solid #999;
}
.wzxq-bottom .con .left {
  width: 2.375rem;
  height: 2.375rem;
  border-bottom: 1px solid #8A92A3;
  border-left: 1px solid #8A92A3;
  padding: 0.175rem;
  position: relative;
  float: left;
  margin-right:.4rem;
}

.con-up-right{
	float:right;
	font-size:0.6rem;
	width:11.6rem;
}

.con-up-right p{
	margin:.2rem 0;
}

.wzxq-bottom .con .left:after {
  content: "";
  border-top: 1px solid #8A92A3;
  width: 1.65rem;
  position: absolute;
  top: 0;
  left: 0;
}
.wzxq-bottom .con .left:before {
  content: "";
  border-right: 1px solid #8A92A3;
  height: 1.65rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.wzxq-bottom .con .right {
  margin-top: .125rem;
}
.wzxq-bottom .con .right h6 {
  font-size: 0.625rem;
  font-weight: bold;
}
.wzxq-bottom .con .right p {
  font-size: 0.6rem;
}
.bottom-down {
  background: #C1E5F9;
  margin-top: 0.9rem;
  padding: 0.2rem 0.875rem;
}
.bottom-down .down-left {
 
}
.pinglun {
  border-radius: 0.25rem;
  width: 100%;
  height:5rem;
  border: 0;
  margin-top: 0.325rem;
  padding:10px;
  font-size:14px;

}
.bottom-down .down-right a {
  margin-top: 0.15rem;
}
.bottom-down .down-right a:nth-child(1) {
  background: url(../images/menu-icon-7-s.png) no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.2rem;
  
  background-size: 100% 100%;
  display: inline-block;
}
.bottom-down .down-right a:nth-child(2) {
  width: 1.275rem;
  height: 1.275rem;
  background: url(../images/menu-icon-9-s.png) no-repeat;

  background-size: 100% 100%;
  display: inline-block;
}
/*活动页面*/
.zitired {
  color: #E50012 !important;
}
.hdym-con {
  font-size: 0.6rem;
  font-family: "微软雅黑";
  margin-bottom: 1.35rem;
}
.con-1 {
  margin-top: 1.2rem;
  margin-bottom: 2.175rem;
}
.con-1 .top {
  padding-left: 0.875rem;
}
.con-1 .con-1-down {
  padding: 0 0.925rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size:14px;
}
.con-1 .con-1-up img {
  width: 16rem;
  height: 10rem;
}
.con-1 .con-1-down h5 {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.con-1 .con-1-down h5 span {
  font-weight: bold;
}
.con-1 .con-1-down p {
  line-height: 1rem;
  letter-spacing: 1px;
  color: #595757;
    text-align: justify;
  text-justify: inter-ideograph;
}
.con-2 {
  margin-top: 0.925rem;
}
.con-2 .con-1-down {
  height: 2.5rem;
  padding: 0 0.925rem;
  border-bottom: 1px solid #043647;
  overflow: hidden;
  line-height: 1rem;
  
}
.con-2 .con-1-down p {
  line-height: 0.65rem;
  color: #595757;
  margin-top: 0.45rem;
}
.con-2 .con-1-up img {
  width: 16rem;
  height: 11.6rem;
}
.con-2 .top {
  padding-left: 0.875rem;
}
.con-3 {
  margin-top: 0.925rem;
}
.con-3 .con-1-down {
  padding: 0 0.925rem;
  border-bottom: 1px solid #043647;
  overflow: hidden;
  padding-bottom: 0.975rem;
  line-height: 1rem;
  font-size:14px;
  
}
.con-3 .con-1-down p {
  color: #595757;
}
.con-3 .con-1-down p:nth-child(1) {
  line-height: 1rem;
  color: #595757;
  margin-top: 0.45rem;
  margin-bottom: 0.275rem;
}
.con-3 .con-1-up img {
  width: 16rem;
  height: 11.6rem;
}
.con-3 .top {
  padding-left: 0.875rem;
}
.con-5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  margin-top: 1.175rem;
}
.con-5 .con-1-down {
  background: #C1E5F9;
  padding: 0.4rem 3.175rem 0.85rem 0.825rem;
}
.con-5 .con-1-down p {
  line-height: 0.9rem;
}
.con-6 {
  margin-top: 1.25rem;
  padding: 0 0.875rem;
  overflow: hidden;
  font-size: 0.6rem;
}
.con-6 .left {
  float: left;
  height: 100%;
}
.con-6 .left img {
  width: 2.575rem;
  height: 2.625rem;
}
.con-6 .right {
  float: right;
  width: 10.925rem;
}
.con-6 .right p span {
  color: #A7A9B4;
}
.kongbai {
  height: 3.125rem;
}
/*电子报*/
.bannerwrap ul li img {
  width: 16rem;
  height: 13.45rem;
}
.conwrap {
  padding: 0 0.85rem;
  margin-top: 1.125rem;
  font-family: "微软雅黑";
}
.conwrap .con-c {
  border: 1px solid #000;
  padding: 0.375rem 0 0 0.25rem;
  font-size: 0.7rem;
  margin-bottom: 0.8rem;
  overflow:hidden;
  padding-bottom:.4rem;
}
.conwrap .con-c dl dt img {
  width: 4.075rem;
 
}
.conwrap .con-c dl dt {
  float: left;
  margin-right: 0.75rem;
  width: 4.075rem; 
}


.ew_page{ text-align:center; margin-bottom:.5rem; margin-top:1rem;}
.ew_page li{ display:inline-block;}
.ew_page li a{ display:inline-block; background: #fff; height:25px; line-height:25px; border:1px solid #333; padding:0px 10px; margin: 0px 2px;}
.ew_page li a.row{ border:none;}

.conwrap .con-c dl dd {
  margin-top: 0.375rem;
  float: left;
  width: 8.45rem;
}
.conwrap .con-c dl dd p {
  line-height: 1.05rem;
  margin-bottom: 0.375rem;
}
.conwrap .con-c dl dd span {
  margin-right: 1.375rem;
}
.bt {
  background: #ccc;
  padding: 0 0.3rem;
  border: 0; 
  height: 1.225rem;
  font-size: 0.7rem;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: relative;
}
.bt:after {
  content: "";
  width: 1.925rem; 
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.bt:before {
  content: "";
  height: 0.95rem;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.conwrap h2 {
  margin-bottom: 0.7rem;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bold;
}
.conwrap .con-c dl dd .NEWS {
  margin-top: 0.375rem;
  margin-bottom: 0.875rem;
}
.dianzibao-down {
  text-align: center;
  padding:1rem;
}
.dianzibao-down button {
  border: 0;
  width: 5.7rem;
  height: 1.25rem;
  border-radius: 5px;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 0.7rem;
  background: url(../images/bt-gengduo.png) no-repeat 3.4rem #193451;
  padding-right: 0.75rem;
  background-size: auto 50%;
}
.dianzibao-down-b {
  border-bottom: 1px solid #193451;
  border-left: 1px solid #193451;
  padding: 1.2rem 0;
  position: relative;
  margin-top: 1.9rem;
}
.dianzibao-down-b a {
  color: #193451;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "微软雅黑";
}
.dianzibao-down-b:after {
  content: "";
  width: 11.975rem;
  border-top: 1px solid #193451;
  position: absolute;
  top: 0;
  left: 0;
}
.dianzibao-down-b:before {
  content: "";
  height: 2.15rem;
  border-right: 1px solid #193451;
  position: absolute;
  bottom: 0;
  right: 0;
}
.dianzibao-down-b .s1 {
  width: 0;
  height: 0;
  border-top: 0.35rem solid transparent;
  border-bottom: 0.35rem solid transparent;
  border-left: 0.4rem solid #193451;
  position: absolute;
  top: -0.3rem;
  left: 11.975rem;
}
.dianzibao-down-b .s2 {
  width: 0;
  height: 0;
  border-right: 0.35rem solid transparent;
  border-left: 0.35rem solid transparent;
  border-bottom: 0.4rem solid #193451;
  position: absolute;
  bottom: 2.15rem;
  right: -0.3rem;
}
/*电子报列表*/
.conwrap-top {
  border-bottom: 1px solid #000;
  font-size: 0.6rem;
  font-family: "微软雅黑";
  padding-left: 0.8rem;
  padding-right:0.8rem;
  /*padding-bottom:.5rem;*/
}
.conwrap-top .up {
  margin-top: 2.275rem;
}
.conwrap-top .up .left {
  float: left;
  margin-right: 1rem;
}
.conwrap-top .up input {
  width: 3.825rem;
  height: 0.675rem;
  border: 0;
  background: #C7E7F1;
  border-radius: 5px;
}
.conwrap-top .down {
  margin-top: 2.45rem;
  margin-bottom: 1.25rem;
}
.conwrap-top .down input {
  width: 6.65rem;
  height: 0.675rem;
  border: 0;
  background: #C7E7F1;
  border-radius: 5px;
}
.conwrap-top .down .submit {
  font-size: 0.5rem;
  font-family: "微软雅黑";
  width: 3.825rem;
  height: 0.675rem;
  background: #8AC9DC;
  border: 0;
  border-radius: 5px;
}
/*电子报详情*/
.conwrap-top {
  overflow: hidden;
}
.conwrap-top .top-left {
  border: 1px solid #000;
  margin-top: 0.95rem;
  margin-bottom: 0.9rem;
  width: 7.65rem;
  float: left;
}
.conwrap-top .top-left img {
  width: 7.65rem;
}
.conwrap-top .top-right {
  margin-top:.85rem;
  float:right;
  width:6.5rem;
  margin-bottom:.85rem;
}
.conwrap-top .top-right p:nth-child(1) {
  margin-bottom: 0.95rem;
}
.conwrap-top .top-right p:nth-child(2) {
  margin-bottom: 0.375rem;
}
.conwrap-top .top-right p:nth-child(3) {
  margin-bottom: 0.875rem;
}
.conwrap-top .top-right p:nth-child(4) {
  margin-bottom: 1rem;
}
.dianzibao {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-bottom: 1px solid #000;
}
.dianzibao .p1 {
  font-size: 0.7rem;
}
.dianzibao .p2 {
  font-size: 0.625rem;
  margin-bottom: 2.3rem;
}
.dianzibao-b {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1.225rem;
  margin-bottom: 1rem;
}
.dianzibao-bottom {
  margin-top: 1.575rem;
  background: #C1E5F9;
  width: 14.25rem;
  height: 4.15rem;
  border-radius: 20px;
  overflow:hidden;
}
.dianzibao-bottom .dianzi-top .pingluncon {
  height: 2.825rem;
  font-size: .6rem;
  background: #C1E5F9;
  width: 14.25rem;
  border: 0;
  border-radius: 20px 20px 0 0;
  resize: none;
  padding:.3rem;
}
.dianzi-bottom {
  padding-left: 0.65rem;
  border-top: 1px solid #fff;
  padding-top: 0.2rem;
}
.dianzi-bottom .img-1 {
  width: 0.675rem;
  height: 0.675rem;
  margin-right: 0.45rem;
}
.dianzi-bottom .img-2 {
  width: 0.85rem;
  height: 0.65rem;
}
/*购物车*/
.gw-left {
  float: left;
  margin-top: 0.425rem;
  margin-bottom: 0.325rem;
}
.gw-left img {
  width: 1.675rem;
  height: 1.425rem;
}
.gw-right {
  float: right;
  margin-top: 0.425rem;
  margin-bottom: 0.325rem;
}
.gw-right img {
  width: 1.55rem;
  height: 1.525rem;
}
.gouwu {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  overflow: hidden;
  font-size: 0.7rem;
  margin-top: 0.875rem;
}
.gouwu .left {
  border: 1px solid #B4BDC6;
  width: 3rem;
  float: left;
  margin-right: 1.1rem;
}
.gouwu .left img {
  width: 3rem;
  float: left;
}
.gouwu .right {
  margin-top: 0rem;
  width:10.2rem;
  float:right;
  padding-right:0rem;
}
.gouwu .p2 {
  float: left;
  margin-top:.2rem;
}
.gouwu .down {
  margin-top: 0.75rem;
}
.gouwu .bt {
	float:right;
  padding: 0.275rem 0.5rem;
  position: relative;
  margin-right:0rem;
  line-height: .6rem;
}
.gouwu .bt:after {
  content: " ";
  width: 1.925rem;
  border-top: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.gouwu .bt:before {
  content: " ";
  height: 0.425rem;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.gouwu-bottom {
  padding: 1rem 0.875rem;
  overflow: hidden;
}
.gouwu-bottom p {
  font-size:1rem;
  float: left;
  margin-left: 5.5rem;
}
.gouwu-bottom .bt {
  float: right;
}
/*购物车清空*/
.gouwuchwqk {
  border-top: 1px solid #000;
  text-align: center;
  font-size: 0.7rem;
  font-family: "微软雅黑";
}
.gouwuchwqk img {
  width: 4.275rem;
  height: 4.25rem;
  margin-top: 3.625rem;
  margin-bottom: 1.1rem;
  margin-left: -0.875rem;
}
.gouwuchwqk button {
  border: 0;
  border-bottom: 1px solid #054463;
  border-left: 1px solid #054463;
  border-right: 1px solid #054463;
  padding: 0.375rem 0.4rem 0.25rem 0.4rem;
  background: #fff;
  position: relative;
  font-size: 0.7rem;
  font-family: "微软雅黑";
  font-weight: bold;
  margin-top: 0.5rem;
}
.gouwuchwqk button:after {
  content: " ";
  width: 60%;
  border-top: 1px solid #054463;
  position: absolute;
  top: 0;
  left: 0;
}
.gouwuchwqk button:before {
  content: " ";
  width: 20%;
  border-top: 1px solid #054463;
  position: absolute;
  top: 0;
  right: 0;
}
/*订单*/
.gouwuchwdd {
  /*border-top: 1px solid #000;*/
  font-size: 0.7rem;
  font-family: "微软雅黑";
}
.gouwuchwdd h3 {
  background: url(../images/fanhuigwc.png) no-repeat;
  background-size: auto 100%;
  float: right;
  margin-right: 0.425rem;
  padding-left: 1.35rem;
  margin-top: 0.375rem;
  overflow: hidden;
  margin-bottom:.4rem;      
}
.gouwuchwdd-con .top-1 {
  height: 2.85rem;
  /*background: #ccc;*/
  padding-top: 1.375rem;
  padding-left: 0.875rem;
  font-size: 0.8rem;
}
.gouwuchwdd-con .top-2 {
  /*height: 1.8rem;*/
  background: #fff;
  overflow: hidden;
  padding-left: 0.875rem;
  font-size: 0.7rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.8rem; 
  padding-right: 1rem;
}
.gouwuchwdd-con .top-2 p {
  float: left;
}
.gouwuchwdd-con .top-2 span {
  float: right;
}
.gouwuchwdd-con .center-c {
  /*background: #ccc;*/
  padding: 0 1rem 1rem 0.75rem;
  overflow: hidden;
}
.gouwuchwdd-con .center-c h5 {
  margin: 1.45rem 0 1.1rem 0;
} 
.gouwuchwdd-con .center-c .zffs {
  float: left;
  margin-right: 2.5rem;
}
.gouwuchwdd-con .center-c .zffs:nth-child(3) {
  margin-bottom: 0.75rem;
}
.gouwuchwdd-con .center-c .zffs .fuxuan {
  background: url(../images/fuxuan.png) no-repeat;
}
.inputs {
  margin-top: 0.75rem;
}
.inputs input {
  width: 10.625rem;
  height: 1.475rem;
  border: 0;
  border-radius: 5px;
  margin-bottom: 0.5rem;
}
.inputs1 input{
	margin-bottom: 0.25rem;
	margin-top: 0.25rem;
	border: 1px solid #ccc;
}
.gouwuchwdd .gouwu-bottom .bt {
  background: #fff;
}
.gouwuchwdd-b {
  background: #C1E5F9;
  height: 1.9rem;
}
/*# sourceMappingURL=shop_home.css.map */



.xg-banner{margin-top:10px; padding-bottom:10px; border-bottom: 1px solid #c8c5c4;}

.footer_logo{
	display: none; 
}

.swiper-slide p{ font-size:18px; padding-right:5px;}
.a-scllo{
	padding-bottom: 1rem;
}
.t-neirong1{ 
	font-size: .8rem;
	line-height: 1rem;
	margin-top: .5rem; 
}
.xd-p-p{
	padding-left: 1rem;
	background: #d1d1d1;
} 
.xg-table table tbody tr td input{
	margin-top: 1rem; 
}

/*后台编辑器按钮新增样式1 tpa_div  s*/
.tpa_div{
background: #F0F0F0;

padding: 10px;

margin-bottom: 18px;
}
.tpa_div .tpa_nr{
	width: 85%;

margin: 0 auto;
}
/*多情况判断1 选中多行*/
.tpa_div .tpa_nr p{
color: #808080;
line-height: 28px;
margin-bottom: 8px;
margin-top: 7px;

font-size: 0.7rem;
}
/*多情况判断2 选中一行*/
.tpa_div .tpa_nr{
color: #808080;
line-height: 28px;
margin-bottom: 4px;

font-size: 0.7rem;
}
.tpa_div .kz_clear{
	clear: both;
	height: 0;
}
.tpa_div .tpa_l {
    background: url(../images/tpa_r.png) no-repeat;
float: right;

width: 50px;

height: 30px;

background-size: 100%;

opacity: 0.6;
}
.tpa_div .tpa_r {
    background: url(../images/tpa_l.png) no-repeat;
width: 50px;

height: 30px;

background-size: 100%;

opacity: 0.6;
}
/*后台编辑器按钮新增样式1 tpa_div  e*/
.t-neirong h2{font-weight:bold; font-size: 0.8rem;}
.t-neirong h3{font-weight:bold; font-size: 0.85rem;}