﻿html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	background: #fff;
	color: #333;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
i,em{font-style:normal;}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e13f38;
	text-decoration:none;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.b-button {
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #DCDFE6;
	background: #fff;
	color: #1a1a1a;
	box-sizing: border-box;
	border-radius: 4px;
	font-weight:500;
}
.red-button {
	background: #c40707 !important;
	color:#fff !important;
}
.b-button.medium {
	padding: 10px 20px;
}
.pull-left{float:left;}
.pull-right{float:right;}
.row{margin-left:-10px;margin-right:-10px;}

.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.bg-white{background:#fff;}
.padding-0{padding:0 !important;}
.padding-tb-10{padding-top:10px !important;padding-bottom:10px !important;}
.padding-lr-10{padding-left:10px !important;padding-right:10px !important;}
.padding-lr-20{padding-left:20px !important;padding-right:20px !important;}
.padding-r-10{padding-right:10px !important;}

.f-padd-lr-10{
	padding-left:10px;
	padding-right:10px;
}

.margin-top-10{margin-top:10px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-25{margin-top:25px !important;}
.margin-bottom-5{margin-bottom:5px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-15{margin-bottom:15px !important;}
.margin-bottom-20{margin-bottom:20px !important;}

.img-center {
	text-align: center;
	font-size: 0;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.img-cover {
	overflow: hidden;
	position: relative;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.container {
	padding: 0 0px;
	width: 1260px;
	margin: 0 auto;
}

.header {

}
.header .topbar {
	line-height: 40px;
	background-color: #e13f38;
	color: #fff;
}
.header .topbar a {
	color: #fff;
}
.header .topbar a.wx {
	position: relative;
	display: block;
	background: url(../images/icoTz01.png) no-repeat left center;
	padding-left: 25px;
}
.header .topbar a.wx .img-center {
	position: absolute;
	left: 50%;
	top: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	z-index: 10;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 10px;
	margin-left: -70px;
	display: none;
}
.header .topbar a.wx:hover .img-center {
	display: block;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .logo {
	float: left;
	height: 78px;
	line-height: 78px;
	text-align: left;
	/*padding: 30px 0;*/
	margin:16px 0;
}

.header .slogon{
	float: left;
	width: 640px;
	margin-left: 30px;
	margin-top: 26px;
	color: rgb(7, 103, 187);
	text-align: center;
}

.header .slogon h2
{
	font-size:20px;
	display:inline-block;
	font-weight:600;
}
.header .slogon h2.bxdate{
    padding-right: 15px;
    border-right: 2px solid #c90000;
    margin-right: 15px;
}

.header .top_contact{
	width:460px;
	padding-top: 30px;
}
.header .webtel {
	width: 238px;
	text-align: right;
	font-size: 16px;
	padding-top: 30px;
}
.header .webtel i {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background-position: -163px 0;
}
.header .webtel span {
	margin-right: 4px;
	font-weight:500;
	color:#5a5a5a;
	font-size:16px;
}
.header .webtel strong {
	color: #c00;
	font-weight: normal;
	font-size: 24px;
	display: block;
	font-family: "Microsoft YaHei";
}

.header .web_weixin {
	width: 220px;
	text-align: right;
	font-size: 16px;
	float:right;
}
.header .web_weixin i {
	width: 20px;
	height: 20px;
	margin-right: 8px;
	background:url("../images/icon_weixin.png") no-repeat center center;
	background-size:24px 24px;
}
.header .web_weixin span {
	margin-right: 4px;
	font-weight:500;
	color:#5a5a5a;
	font-size:16px;
}

.header .web_weixin strong {
	color: #c00;
	font-weight: normal;
	font-size: 24px;
	display: block;
	font-family: "Microsoft YaHei";
}

.header .nav {
	font-size: 0;
	background-color: #e13f38;
	color: #fff;
	border-bottom: 3px solid #bf2822;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
	border-right: 1px solid #bf2822;
	min-width:77px;
	text-align: center;
}
.header .nav li a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	padding: 0 13px;
	color: #fff;
}
.header .nav li .arr {
	float: right;
	height: 40px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}
.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #bf2822 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #bf2822;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.header .mob_mask {
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.header .sc-form {
	float: right;
	margin-top: 8px;
}
.header .sc-form input {
	float: left;
	padding: 6px 12px;
	font-size: 14px;
	border: 1px solid transparent;
	width: 160px;
}
.header .sc-form button {
	float: right;
	padding: 0;
	border: none;
	cursor: pointer;
	height: 34px;
	width: 83px;
	background: url(../images/btnTz01.gif) no-repeat center;
}

.menu-btn {
	display: none;
	padding: 12px 0;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
}
.menu-btn:before, .menu-btn:after, .menu-btn span {
	display: block;
	height: 2px;
	background-color: #e13f38;
	content: '';
}
.menu-btn:before {
	width: 24px;
}
.menu-btn:after {
	width: 18px;
	margin-left: 6px;
}
.menu-btn span {
	width: 12px;
	margin: 6px 0 6px 12px;
}

.breadcrumb {
    position: relative;
    margin:8px 0 6px;
    background:#fff;
}

.breadcrumb .crumb-inner {
    color: #3a3a3a;
    font-size: 12px;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
	text-overflow:ellipsis;white-space: nowrap;word-break:break-all;overflow:hidden;
}

.breadcrumb .crumb-inner i {
    color: #666 !important;
    padding-right: 0px;
    font-size: 14px;
}

.breadcrumb .crumb-inner i.icon-home {
    color: #3a3a3a !important
}

.breadcrumb a,.breadcrumb span {
    font-size: 14px;
    color: #666;
    margin: 0 2px;
}

.breadcrumb .crumb-inner.detail_crumb a,.breadcrumb .crumb-inner.detail_crumb span{
	color:#c90e24;
}

.breadcrumb a:hover,.breadcrumb span:hover {
    color: #c90e24
}

@media screen and (max-width: 992px) {
	.container {
		width: auto;
	}

.header {
	padding: 6px 0;
	/*position: fixed;*/
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	box-shadow: 0 0 10px #ddd;
	background-size: auto 50px;
	background-position: right 0;
}

.header .logo {
	height: 62px;
	line-height: 62px;
	float: left;
	padding: 0;
	margin:0;
}

.header .slogon{display:none;}
.header .webtel{
	float:right !important;
	width:136px;
	padding-top:0;
}
.header .webtel span{
	font-size:12px;
}
.header .webtel i{
	width:16px;
	height:16px;
}
.header .webtel strong{
	font-size:16px;
}
.header .web_weixin{
	display:none;
}
.header .nav {
	margin: 0px;
	text-align: left;
	display: none;
	background-color: #fff;
	border-bottom: 0;
	z-index: 199;
	position: fixed;
	right: 0;
	height: 100%;
	top: 0;
	width: 60%;
	padding: 0;
}
.header .nav ul {
	/* margin: 0 -15px; */
}
.header .nav li {
	display: block;
	margin: 0;
	border-top: 1px solid #eee;
	border-right: 0;
}
.header .nav li a {
	line-height: 40px;
	padding: 0 15px;
	color: #333;
	font-size: 16px;
	text-decoration:none;
}
.header .nav li .arr {
	display: block;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	background-color: transparent;
	color: #e13f38
}
.header .nav li.open .arr:after {
	border-color: #e13f38;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.header .nav .dropdown-box {
	position: static;
	background-color: #f5f5f5;
	min-width: auto;
	text-align: left;
}
.header .nav .dropdown-box a {
	color: #333 !important;
	border-top: 1px dotted #ddd;
	padding: 0 15px;
	line-height: 40px;
	background-color: transparent !important;
	border-bottom: 0;
}
.menu-btn {
	display: block;
}
}

#footer{
	border-top:3px solid #c90e24;
}
#footer .friendship {
  padding: 30px 0 0px;
  font-size: 16px;
}
#footer .friendship .footer-contact {
  padding-left: 4%;
}
#footer .friendship .footer-contact .p1 {
  font-size: 26px;
  line-height: 40px;
  color: #262626;
}
#footer .friendship .footer-contact .p2 {
  color: #838383;
}
#footer .friendship .footer-attention {
	display:inline-block;
	text-align:center;
}
#footer .friendship .footer-attention .p1 {
  line-height: 40px;
}

#footer .friendship .footer-attention .show-icon {
  margin-top: 20px;
}
#footer .friendship .footer-meassage {
  color: #262626;
  font-size: 14px;
  padding-right:0;
}
#footer .friendship .footer-meassage li {
  line-height: 28px;
}
#footer .friendship .footer-meassage li:first-child {
  font-size: 18px;
  margin-bottom: 12px;
}
#footer .watch img {
	width: 100px;
}

#footer .copyright {
  /*background: #E7BE80;*/
  text-align: center;
  padding: 15px 0;
  position: relative;
}
#footer .copyright .pc_footer_nav {
  display: inline-block;
  margin: 15px 0;
}
#footer .copyright .pc_footer_nav li {
  float: left;
}
#footer .copyright .pc_footer_nav li a {
  display: block;
  border-left: 1px solid #ffffff;
  padding: 0 7px;
  /*color: #ffffff;*/
  color: #000;
}
#footer .copyright .pc_footer_nav li:first-child a {
  border-left: none;
}
#footer .copyright .copyright_con {
  color: #000; 
  line-height:24px;
 
}
#footer .copyright .copyright_con a{ color:#000}
#footer .copyright .top {
  position: absolute;
  right: 10px;
  top: -18px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  z-index: 10;
}

#footer .footer-logo .p1{margin-bottom:0;}
#footer .footer-logo img{width:100%;}

.idx_home_ad img{
	width:100%;
	height:138px;
}

@media screen and (max-width: 767px) {
	body {
	min-width: 320px;
	/*padding-top: 50px;
	padding-bottom: 50px;*/
}
	/*.row{margin-right:0;margin-left:0;}*/
.container {
	width: auto;
}

.header .logo {
	height: 46px;
	line-height: 46px;
	float: left;
	padding: 0;
	margin:0;
}
.kf {
	display: none;
}
.footer-fix {
	display: block;
}

.index-borad-1 {
	width: auto;
	float: none;
	margin-top: 10px;
}
.index-borad-1 .swiper-slide .img-cover {
	height: auto;
	padding-top: 66.6%;
}
.index-borad-1 .swiper-slide dl {
	padding: 15px 15px 15px 0;
}
.index-borad-1 .swiper-slide dt {
	width: 75px;
}
.index-borad-1 .swiper-slide dd {
	margin-left: 90px;
}
.index-borad-1 .swiper-button-prev, .index-borad-1 .swiper-button-next {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
.index-borad-1 .swiper-pagination {
	bottom: 85px;
}
.index-borad-2 {
	margin: 10px 0 0;
	width: auto;
	height: auto;
	float: none;
	padding: 15px;
}
.index-borad-2 .tit {
	margin-bottom: 10px;
}
.index-borad-2 .tit span {
	font-size: 18px;
	line-height: 36px;
	padding-left: 12px;
}
.index-borad-2 .tit .more {
	line-height: 36px;
}
.index-borad-3 {
	margin: 10px 0 0;
	width: auto;
	height: auto;
	float: none;
	padding: 15px;
}
.index-borad-3 .tit {
	margin-bottom: 15px;
	font-size: 18px;
}
.index-borad-3 .tit .more {
	line-height: 25px;
	font-size: 14px;
}
.col-1 .col-item, .col-2 .col-item {
	float: none;
	width: auto;
}
.panel .tit span {
	font-size: 18px;
}
.panel .tit .more {
	font-size: 14px;
	line-height: 25px;
}
.gg {
	display: none;
}
.ztzl {
	padding: 15px;
}
.ztzl .tit {
	float: none;
	background: none;
	font-size: 18px;
	height: auto;
	width: auto;
	color: #e13f38;
	margin-bottom: 10px;
}
.ztzl ul {
	margin: 0;
}
.ztzl li {
	float: none;
	width: auto;
}
.ztzl li a {
	margin-left: 0;
}

.main {
	padding: 15px;
}
.ct2-sd {
	display: none;
}
.ct2-mn {
	float: none;
	width: auto;
}
.position {
	font-size: 12px;
	background-size: auto 14px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-position: 0 1px;
}
.pages {
	margin-top: 15px;
}
.pages a {
	font-size: 12px;
	line-height: 30px;
	padding: 0 12px;
}
.list-3 {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-3 li a {
	font-size: 14px;
	line-height: 32px;
}
.fengmian-tit {
	margin-bottom: 10px;
	margin-top: 15px;
}
.fengmian-tit span {
	font-size: 18px;
	background-position: 0 3px;
}
.fengmian-tit .more {
	line-height: 25px;
}
.news-wrap {
	padding: 0;
}
.news-title {
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.news-title h1 {
	font-size: 18px;
}
.news-title p {
	margin-top: 10px;
}
.news-title p span {
	font-size: 12px;
	margin: 0 5px;
}

  #footer .friendship .footer-contact {
    display: none;
  }
  #footer .friendship {
    padding: 20px 15px 20px;
  }
  #footer .friendship .footer-attention .p1 {
    line-height: 20px;
  }
  #footer .friendship .footer-meassage {
    font-size: 12px;
    padding: 0;
  }
  #footer .friendship .footer-attention .show-icon {
    margin-top: 15px;
  }
  #footer .friendship .footer-meassage li:first-child {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 35px;
    margin-top: 10px;
  }
  #footer .copyright .copyright_con {
    font-size: 12px;
    line-height: 20px;
    color: #313131;
  }
  #footer .copyright .copyright_con a {
    color: #313131;
  }
  #footer .copyright {
    background-color: #fff;
    /*border-top: 1px solid #E7BE80;*/
    padding: 15px 14%;
  }

}
