@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑";
}


/*img {max-width: 100%;height: auto;}*/

span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h3,
h6,
input,
a {
	display: block;
}

p,
ul {
	margin: 0;
}

ul {
	list-style-type: none;
}

html,
body {
	overflow-x: hidden;
	font-family: "微软雅黑";
}

html,
body {
	position: relative;
}

a {
	text-decoration: none;
	padding: 0;
}

a:hover,
a:link,
a:active,
a:visited {
	text-decoration: none;
}

.wrap:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*nav*/

.navbar {
	margin-bottom: 0;
	font-size: 16px;
	border-radius: 0;
}

.navbar-nav {
	display: flex;
	align-items: center;
	margin: auto;
	float: none;
	max-width: 1200px;
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
	border: none;
}

.navbar-default .navbar-brand {
	color: #fff;
	display: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #666;
}

.navbar-default .navbar-toggle {
	border-color: #666;
}

.navbar-default ul {
	width: 64%;
	margin-bottom: 0;
}

.navbar-default ul>li {
	text-align: center;
	display: inline-block;
	height: 86px;
	line-height: 86px;
}

.navbar-default ul>li>a {
	color: #000;
	padding: 0px 19px;
	font-size: 16px;
	letter-spacing: 1px;
}

.navbar-default ul>li:nth-of-type(1) a {
	padding: 0px 30px;
}

.navbar-default ul>li>a:active {
	color: #fff;
	background: #3e80c7;
}

.navbar-default ul>li:hover a {
	color: #fff;
	background: #3e80c7;
}

.navbar-default ul>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:visited,
.navbar-default .navbar-nav>.active>a:link {
	color: #fff;
	background: #3e80c7;
}

.navbar-collapse {
	border-top: none;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: none;
}

.navbar-default ul>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: none;
}

.navbar-default .navbar-nav .lef {
	width: 16%;
	margin-right: 2%;
}

.navbar-default .navbar-nav .lef img {
	width: 100%;
}

.navbar-default .navbar-nav .rig {
	display: flex;
	width: 16%;
	margin-left: 1%;
	align-items: center;
}

.navbar-default .navbar-nav .rig img {
	width: 31px;
	height: 33px;
	padding-right: 0px;
	margin-right: 14px;
}

.navbar-default .navbar-nav .rig span {
	font-size: 14px;
	color: #808080;
}

.navbar-default .navbar-nav .rig p {
	margin: 0;
	font-size: 20px;
	color: #fd4e39;
}

.dropdown-menu {
	min-width: auto;
	width: 190% !important;
	border-radius: 0;
	border: none !important;
	box-shadow: none;
	padding: 0;
	margin: 0;
	background: rgba(62, 128, 199, 0.81);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	color: #fff;
	background: #3e80c7;
}

.navbar-default ul>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background: #3e80c7 !important;
}

.navbar-default .dropdown-menu>li {
	width: 100%;
	text-align: left;
	height: auto;
	display: flex;
	padding: 20px 0;
}

.navbar-default .dropdown-menu>li>a {
	color: #fff !important;
	text-align: left;
}

.navbar-default .dropdown-menu>li:nth-of-type(1) a {
	padding: 0 15px!important;
}

.navbar-default .dropdown-menu>li>a {
	padding: 0 15px !important;
}

.navbar-default .dropdown-menu>li:hover {
	background: rgba(255, 255, 255, 0.81);
}

.navbar-default .dropdown-menu>li:hover a {
	color: #3e80c7 !important;
}

.navbar-default ul>li:hover .dropdown-menu>li>a {
	background: transparent !important;
	padding: 0 15px !important;
}


/*banner*/

.banner {
	width: 100%;
}

.banner .item img {
	width: 100%;
}

.banner .item img.img1 {
	display: block;
}

.banner .item img.img2 {
	display: none;
}

.banner .carousel-indicators {
	margin-bottom: 0;
}

.banner .carousel-indicators li {
	width: 100px;
	height: 6px;
	border-radius: 0%;
	background: #c7c7c7;
	border: none;
	margin-right: 6px;
}

.banner .carousel-indicators li.active {
	width: 100px;
	height: 6px;
	border-radius: 0%;
	background: #ffffff;
	border: none;
}

.banner .carousel-control.right,
.banner .carousel-control.left {
	background-image: none;
}

.banner .glyphicon-chevron-right:before {
	content: "" !important;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: rotate(45deg);
	border-right: 2px #fff solid;
	border-top: 2px #fff solid;
}

.banner .glyphicon-chevron-left:before {
	content: "" !important;
	width: 30px;
	height: 30px;
	position: absolute;
	transform: rotate(45deg);
	border-left: 2px #fff solid;
	border-bottom: 2px #fff solid;
}


/*xiangmu*/

.xiangmu {
	width: 100%;
}

.xiangmu ul {
	border: 1px #EEEEEE solid;
	border-top: none;
	display: flex;
	justify-content: space-between;
}

.xiangmu ul li {
	border-right: 1px #EEEEEE solid;
	padding: 36px 0;
	width: 100%;
}

.xiangmu ul li:nth-last-of-type(1) {
	border: none;
}


/*.xiangmu ul li:hover img{transform: rotateY(360deg);transition: .8s;}*/

.xiangmu ul li:hover .text span {
	color: #fd4e39;
}

.xiangmu ul li:hover .text p {
	color: #fd4e39;
}

.xiangmu ul li a {
	display: flex;
	align-items: flex-start;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.xiangmu ul li img {
	width: 68px;
	/*padding-right: 3%;*/
    padding-left: 6%;

}

.xiangmu ul li img.tubiao2 {
	display: none;
}

.xiangmu ul li img.tubiao1 {
	display: block;
}

.xiangmu ul li:hover img.tubiao1 {
	display: none;
}

.xiangmu ul li:hover img.tubiao2 {
	display: block;
}

.xiangmu ul li .text {
	text-align: center;
	width: calc(100% - 68px);
	height: 60px;
}

.xiangmu ul li .text span {
	font-size: 16px;
	color: #000000;
	margin-bottom: 3px;
}

.xiangmu ul li .text p {
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}


/*guanyu*/

.guanyu {
	width: 100%;
	margin-top: 50px;
}

.guanyu .tit {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.guanyu .tit h2 {
	font-size: 34px;
	font-weight: 600;
	color: #242629;
	position: relative
}

.guanyu .tit h2:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #fd4e39;
	top: 20px;
	left: 38%;
}

.guanyu .tit h2:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #fd4e39;
	top: 20px;
	right: 38%;
}

.guanyu .col-md-5,
.guanyu .col-md-7 {
	padding: 0;
}

.guanyu .col-md-7 {
	background: #f6f6f6;
	padding: 30px 25px;
	width: 53.33333333%;
	margin-right: 5%;
	height: 228px;
	position: relative;
}

.guanyu .col-md-7 a {
	position: relative;
	right: 20px;
	bottom: -8px;
	display: block;
	width: 146px;
	height: 36px;
	line-height: 36px;
	border: 1px #cecece solid;
	font-size: 14px;
	color: #5b5b5b;
	float: right;
	text-align: center;
}

.guanyu .col-md-7 a:hover {
	background-image: linear-gradient(to right, #f67d6f, #fd4e39);
	color: #fff;
}

.guanyu .col-md-7 p {
	text-indent: 2em;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 180%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.guanyu .col-md-5 li {
	padding: 0;
	padding-right: 15px;
	height: 228px;
	text-align: center;
	background: #f0f0f0;
	background-clip: content-box;
}

.guanyu .col-md-5 li img {
	width: 100%;
	height: 80%;
}

.guanyu .col-md-5 li span {
	font-size: 16px;
	color: #6e6e6e;
	margin: 10px 0 5px;
}

.guanyu .col-md-5 li p {
	font-size: 12px;
	color: #6e6e6e;
	padding: 0 10px;
}

.guanyu .col-md-5 li:hover {
	background-image: linear-gradient(to right, #f67d6f, #fd4e39);
}

.guanyu .col-md-5 li:hover p {
	color: #fff;
}

.guanyu .col-md-5 li:hover span {
	color: #fff;
}

.pc {
	display: block;
}

.yd {
	display: none;
}

.yd .tityd {
	text-align: center;
}

.yd .tityd h2 {
	font-size: 20px;
	color: #242629;
	font-weight: 600;
	margin-top: 5px;
}

.yd .tityd p {
	font-size: 12px;
	color: #eabaad;
	margin: 6px 0 10px;
	position: relative;
}

.yd .tityd p:after{
	content: "";
	position: absolute;
	top: 52%;
    left: 65%;
    width: 16%;
	height: 2px;
	background: #d5d5d5;
}
.yd .tityd p:before{
	content: "";
	position: absolute;
	top: 52%;
    right: 65%;
    width: 16%;
	height: 2px;
	background: #d5d5d5;
}

.yd .tityd .p1:after{
    left: 70%;
}
.yd .tityd .p1:before{
    right: 70%;
}



.yd .tityd img {
	width: 20px;
	height: 10px;
}

.yd .tabyd {
	padding: 0 15px;
	margin-top: 25px;
	display: flex;
	justify-content: center;
}

.yd .tabyd div {
	display: flex;
}

.yd .tabyd div.active li {
	color: #f96b5a;
	border-bottom: 2px #f96b5a solid;
    padding-bottom: 4px;
}

.yd .tabyd li {
	font-size: 17px;
	color: #525151;
	display: flex;
	justify-content: center;
	padding: 0;
	width: auto;
}

.yd .tabyd li b {
	font-size: 18px;
	color: #525151;
	display: block;
	margin-left: 15px;
}

.yd .tabyd b {
	width: 30px;
	text-align: center;
	font-size: 18px;
	color: #525151;
	display: block;
}

.yd .tabyd li:nth-last-of-type(1) b {
	color: #fff;
}

.yd .tabyd li.active {
	color: #f96b5a;
}

.yd .gyyd {
	margin-top: 20px;
	display: none;
	padding-bottom: 20px;
	border-bottom: 1px #c1c1c1 solid;
}

.yd .gyyd.active {
	display: block;
}

.guanyu .yd .gyyd .col-xs-4 {
	padding-right: 0;
}

.guanyu .yd .gyyd .col-xs-4 img {
	width: 100%;
}

.guanyu .yd .gyyd .col-xs-4 .text {
	height: 76px;
	background: linear-gradient(to right, #f67d6f, #fd4e39);
	text-align: center;
	padding: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.guanyu .yd .gyyd .col-xs-4 .text span {
	font-size: 14px;
	color: #fff;
}

.guanyu .yd .gyyd .col-xs-4 .text p {
	font-size: 12px;
	color: #fff;
}

.guanyu .yd .gyyd .col-xs-8 p {
	font-size: 15px;
	color: #6e6e6e;
	line-height: 180%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	word-break: break-all; word-wrap:break-word;
}

.guanyu .yd .gyyd .col-xs-8 a {
	display: inline-block;
	margin-top: 16px;
	font-size: 12px;
	color: #6e6e6e;
	padding: 5px 10px;
	border-radius: 8px;
	border: 2px #e3dfdf solid;
	float: right;
}


/*new*/

.new {
	width: 100%;
	margin-top: 50px;
}

.new .tit {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}

.new .tit h2 {
	font-size: 34px;
	font-weight: 600;
	color: #242629;
	position: relative
}

.new .tit h2:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #fd4e39;
	top: 20px;
	left: 38%;
}

.new .tit h2:after {
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #fd4e39;
	top: 20px;
	right: 38%;
}

.new .col-md-5 {
	position: relative;
	padding: 0;
	width: 43.666667%;
}

.new .col-md-5 img {
	width: 100%;
}

.new .col-md-5 .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.41);
	padding: 20px;
}

.new .col-md-5 .text span {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	margin-bottom: 10px;
}

.new .col-md-5 .text p {
	font-size: 16px;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new .col-md-7 {
	width: 53.33333333%;
	margin-left: 3%;
	border: 1px #e3e3e3 solid;
	padding: 15px 15px 0;
}

.new .col-md-7 .box1 .col-md-3 {
	padding: 0;
}

.new .col-md-7 .box1 .mes span {
	font-size: 16px;
	font-weight: 600;
	color: #525354;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new .col-md-7 .box1 .mes p {
	font-size: 14px;
	color: #858585;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.new .col-md-7 .box1 .col-md-3 {}

.new .col-md-7 .box1 .col-md-6 {
	width: 56%;
	padding-left: 20px;
}

.new .col-md-7 .box1 .time {
	font-size: 14px;
	color: #c9c9c9;
	text-align: right;
	width: 19%;
}

.new .col-md-7 .box1 li {
	padding-bottom: 15px;
	border-bottom: 1px dashed #dadada;
	margin-bottom: 15px;
}

.new .col-md-7 .box1 li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.new .col-md-7 .box1 li:hover .mes span {
	color: #d12028;
}

.new .col-md-7 .box2 li {
	width: 100%;
}

.new .col-md-7 .box2 li a {
	padding: 15px 0;
	border-bottom: 1px dashed #dadada;
	font-size: 14px;
	color: #696969;
	position: relative;
	padding-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new .col-md-7 .box2 li:nth-last-of-type(1) a {
	border-bottom: none;
}

.new .col-md-7 .box2 li a:hover {
	color: #d12028;
}

.new .col-md-7 .box2 li a:before {
	position: absolute;
	content: "";
	top: 45%;
	left: 2%;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #fd4f3a;
}

.new .more {
	width: 100%;
	text-align: center;
}

.new .more a {
	width: 20%;
	margin: 0 auto;
	display: block;
	padding: 15px 0;
	background: linear-gradient(to right, #f67d6f, #fd4e39);
	color: #fff;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	border-radius: 10px;
	margin-top: 40px;
}

.new .yd img.col-xs-4 {
	padding: 0;
}

.new .yd .col-xs-8 {
	padding-left: 0;
}

.new .yd .col-md-7 {
	border: none;
	padding: 0;
}

.new .yd .col-md-7 .box1 li a {
	display: flex;
}

.new .yd .col-md-7 .box1 li:nth-of-type(1) .mes p i {
	color: #fa2b13;
}

.new .yd .col-md-7 .box1 .mes span {
	font-weight: 400;
	font-size: 14px;
}

.new .yd .col-md-7 .box1 .mes p i {
	font-style: normal;
	display: inline-block;
	margin-right: 15px;
	color: #fa2b13;
}

.new .yd .gyyd {
	border-bottom: none;
}


/*public*/

.public {
	margin-top: 30px;
}

.public .title {
	width: 100%;
}

.public .title ul {
	border-bottom: 1px #e0e0e0 solid;
	float: right;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	color: #666666;
}

.public .title ul li a {
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}

.public .title ul li.active a {
	color: #cf1820;
}

.public .main {
	margin-top: 40px;
}

.public .left {
	width: 18%;
	float: left;
}

.public .left ul {
	width: 100%;
	border: 1px #e0e0e0 solid;
}

.public .left ul h4 {
	width: 100%;
	padding: 16px;
	background: #fd4f3a;
	font-size: 16px;
	color: #ffffff;
	margin: 0;
}

.public .left ul li {
	width: 92%;
	margin-left: 4%;
	border-bottom: 1px dashed #dadada;
	padding: 12px 0;
}

.public .left ul li a {
	font-size: 14px;
	color: #333333;
}

.public .left ul li:nth-last-of-type(1) {
	border-bottom: none;
}

.public .left ul li:hover a {
	color: #cf1820;
}

.public .left ul li.act a {
	color: #cf1820;
}

.public .rig {
	width: 78%;
	float: right;
	min-height: 500px;
}

.public .rig .box1 {
	width: 100%;
	border-bottom: 1px #e0e0e0 solid;
}

.public .rig .box1 span {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 2px #cf1820 solid;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
}

.public .rig ul.box2 li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px #e0e0e0 solid;
}

.public .rig ul.box2 li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #666666;
}

.public .rig ul.box2 li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 0;
}

.public .rig ul.box2 li a span {
	text-align: right;
	padding-right: 0;
}

.public .rig ul.box2 li:hover p,
.public .rig ul li:hover span {
	color: #cf1820;
}

.public .rig .page {
	width: 100%;
	margin-top: 30px;
}

.public .rig .page ul {
	display: flex;
}

.public .rig .page ul li {
	margin-right: 15px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.public .rig .page ul li a {
	font-size: 16px;
	color: #333;
}

.public .rig .page ul li.act a {
	color: #2f82ff;
}

.public .rig .page ul a.page-num {
	margin-right: 15px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.public .rig .page ul a.page-num-current {
	color: #2f82ff;
}

.public .art {}

.public .art h2 {
	width: 100%;
	text-align: center;
	font-size: 32px;
	color: #333333;
	font-weight: 600;
	margin: 0 0 30px;
}

.public .art .box {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.public .art .box span {
	font-size: 13px;
	color: #999999;
	margin-right: 30px;
}

.public .art .neirong {}

.public .art .neirong p {
	font-size: 13px;
	color: #333333;
	line-height: 180%;
}

.public .art .neirong img {
	width: 100%;
	margin: 20px auto;
}

.public .art .page2 {
	width: 45%;
	float: left;
	margin-top: 50px;
}

.public .art .page2 a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px #e0e0e0 solid;
	padding: 8px 10px;
	font-size: 14px;
	color: #666666;
}

.public .art .page2 a:hover {
	color: #cf171e;
	border-color: #cf171e;
}

.public .lxwm {}

.public .lxwm h3 {
	width: 100%;
	position: relative;
	font-size: 24px;
	color: #0d0b0b;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 10px;
}

.public .lxwm h3:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background: #919090;
}

.public .lxwm .boxx1 p {
	font-size: 14px;
	color: #0d0b0b;
	line-height: 180%;
}

.public .lxwm .boxx1 ul {
	width: 100%;
	margin-top: 30px;    display: flex;
}

.public .lxwm .boxx1 ul li {
	padding: 0;
	background: #fd4f3a;
	text-align: center;
	padding-bottom: 40px;
}

.public .lxwm .boxx1 ul li:nth-of-type(2) {
	background: #696a67;
}

.public .lxwm .boxx1 ul li:nth-of-type(3) {
	background: #f77161;
}

.public .lxwm .boxx1 ul li img {
	width: 30%;
	margin: 26px auto;
}

.public .lxwm .boxx1 ul li span {
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 20px;
}

.public .lxwm .boxx1 ul li p {
	font-size: 16px;
	color: #fff;
	line-height: 200%;
}

.public .lxwm .boxx2 {
	margin-top: 60px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.public .lxwm .boxx2 .left {
	width: 35%;
	float: left;
}

.public .lxwm .boxx2 .left .jiaotong {
	margin-bottom: 20px;
}

.public .lxwm .boxx2 .left .jiaotong .jt {
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}

.public .lxwm .boxx2 .left .jiaotong .jt span {
	font-size: 16px;
	color: #0d0b0b;
	font-weight: 600;
}

.public .lxwm .boxx2 .left .jiaotong .jt img {
	margin-right: 20px;
}

.public .lxwm .boxx2 .left .jiaotong p {
	font-size: 14px;
	color: #797777;
	line-height: 160%;
}

.public .lxwm .boxx2 .right {
	padding-left: 5%;
	float: right;
	min-height: auto;
	width: 65%;
}

.public .ctbj {}

.public .ctbj h2 {
	width: 100%;
	text-align: left;
	font-size: 30px;
	color: #333333;
	font-weight: 600;
	margin: 0 0 20px;
}

.public .ctbj .xinxi {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.public .ctbj .xinxi span {
	font-size: 14px;
	color: #999999;
	margin-right: 30px;
}

.public .ctbj .mokuai {
	width: 100%;
}

.public .ctbj .mokuai a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.public .ctbj .mokuai li {
	background: #fef6e8!important;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	padding: 30px 20px;
	border: 1px #e0e0e0 solid;
	border-radius: 10px;
	box-shadow: 0px 6px 10px #dbdbdb;
	margin-bottom: 35px;
}
.public .ctbj .mokuai li img{
	height: 180px;
	width: 100%;
}
.public .ctbj .mokuai li .col-md-5 {
	position: relative;
}

.public .ctbj .mokuai li .col-md-5 .num {
	text-align: center;
}

.public .ctbj .mokuai li .col-md-5 .num span {
	font-size: 30px;
	color: #fd4f3a;
	border-bottom: 2px #c5ccd1 solid;
	display: inline-block;
	margin-bottom: 2px;
}

.public .ctbj .mokuai li .col-md-5 .num p {
	font-size: 14px;
	color: #7c7575;
}

.public .ctbj .mokuai li .col-md-5 h5 {
	font-size: 20px;
	color: #615b5b;
	text-align: center;
	margin-top: 10px;
	line-height: 180%;
}

.public .ctbj .mokuai li .col-md-5 .boxs {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.public .ctbj .mokuai li .col-md-5 .boxs .col-md-4 {
	display: flex;
	align-items: center;
}

.public .ctbj .mokuai li .col-md-5 .boxs .col-md-4 span {
	font-size: 12px;
	color: #c0bdbd;
}

.public .ctbj .mokuai li .col-md-5 .boxs .col-md-4 img {
	width: 20px;
	height: 14px;
	margin-right: 5px;
}

.public .ctbj .mokuai li .col-md-5 .boxs .col-md-4 a {
	color: #c2d5f7;
}

.public .yd .titleyd {
	width: 92%;
	margin-left: 4%;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px #c1c1c1 solid;
}

.public .yd .titleyd h2 {
	width: 100%;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 4px;
}

.public .yd .titleyd div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.public .yd .titleyd span {
	font-size: 12px;
	color: #8e8c8c;
}

.public .yd .titleyd ul {
	float: right;
	display: flex;
	justify-content: flex-end;
	font-size: 14px;
	color: #666666;
}

.public .yd .titleyd ul li a {
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
}

.public .yd .titleyd ul li.active a {
	color: #cf1820;
}

.public .yd .boxsyd ul {
	width: 100%;
	padding: 0 15px;
}

.public .yd .boxsyd ul li {
	border: 1px #acadad solid;
	padding: 10px 0;
	margin-bottom: 20px;
}

.public .yd .boxsyd ul li a {
	width: 100%;
	display: flex;
	align-items: center;
}

.public .yd .boxsyd ul li .col-xs-3 {
	padding: 0;
	text-align: center;
	border-right: 5px #afaeae solid;
}

.public .yd .boxsyd ul li .col-xs-3 span {
	font-size: 16px;
	color: #151616;
}

.public .yd .boxsyd ul li .col-xs-3 p {
	font-size: 16px;
	color: #676b6c;
}

.public .yd .boxsyd ul li .col-xs-9 {
	padding-right: 10px;
	color: #4c4c4c;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.boxsyd1 {
	border: 1px #d2d2d2 solid;
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 4px;
}

.boxsyd1 a {
	width: 100%;
	display: flex;
	align-items: center;
}

.boxsyd1 .col-xs-3 {
	padding: 0;
	text-align: center;
	border-right: 3px #afaeae solid;
}

.boxsyd1 .col-xs-3 span {
	font-size: 16px;
	color: #151616;
	text-align: center !important;
}

.boxsyd1 .col-xs-3 p {
	font-size: 16px;
	color: #676b6c;
}

.boxsyd1 .col-xs-9 {
	padding-right: 10px;
	color: #4c4c4c;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.public .yd .page {
	width: 100%;
	margin-top: 30px;
}

.public .yd .page ul {
	display: flex;
	justify-content: flex-end;
}

.public .yd .page ul li {
	margin-right: 15px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.public .yd .page ul li.act {
	color: #2f82ff;
}


/*footer*/

footer {
	width: 100%;
	background: #555c63;
	padding-top: 80px;
	margin-top: 60px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff !important;
}

footer .left {
	border-right: 1px #fff solid;
}

footer .left li a {
	margin-bottom: 8px;
}

footer .left li h4 {
	margin-bottom: 15px;
}

footer .rig .box1 li {
	text-align: center;
}

footer .rig .box1 li img {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 10px;
}

footer .rig .box1 li span {
	font-size: 14px;
	color: #fff;
}

footer .rig .box2 img {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 10px;
}

footer .rig .box2 p {
	font-size: 14px;
	color: #fff;
	line-height: 180%;
}

footer .box {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	border-top: 1px #5d6771 solid;
	margin-top: 30px;
}

footer .box p {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

footer .box span {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	margin-left: 10px;
}

footer .yd {}

footer .yd ul {
	margin-top: 20px;
}

footer .yd ul li {
	padding: 0;
}

footer .yd ul li a {
	font-size: 14px;
	color: #fff;
}

@media (min-width: 992px) {
	.navbar-default .navbar-brand {
		display: none;
	}
}

@media (max-width: 1200px) {
	.navbar-nav {
		width: 100%;
	}
	.navbar-default .navbar-nav>li {
		width: 14%;
	}
	.navbar-default .navbar-brand {
		display: none;
	}
}

@media (max-width: 992px) {
	.navbar {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		background: none;
		padding: 0;
		border: none;
	}
	.navbar ul {
		flex-direction: column;
		width: 100%;
		padding-bottom: 15px;
	}
	.navbar-default {
		background: none;
	}
	.navbar-default .navbar-collapse {
		position: relative;
		padding-left: 0;
		padding-right: 0;
	}
	.touming {
		width: 46%;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(23, 68, 130, 0.6705882352941176);
		z-index: -1;
	}
	.navbar-default ul>li {
		width: 100% !important;
		text-align: center;
		margin: 10px 0;
		height: auto;
		line-height: 180%;
	}
	/*.navbar-default ul>li:nth-of-type(1){display: none;}*/
	.navbar-default ul>li>a {
		font-weight: 400;
	}
	.navbar-default .navbar-toggle {
		display: block;
		border: none;
		padding: 18px 20px;
		margin: 0;
		border-radius: 0;
	}
	.navbar-default .collapsed {
		background: #fff !important;
	}
	.navbar-default .collapsed .icon-bar {
		background: #666 !important;
	}
	.navbar-default .navbar-toggle:hover {
		background: rgba(23, 68, 130, 0.6705882352941176);
	}
	.navbar-default .navbar-toggle:hover .icon-bar {
		background: #fff;
	}
	.navbar-header {
		width: 100%;
		background: #fff;
	}
	.navbar-brand>img {
		width: 140px;
		margin-top: -6px;
	}
	.navbar-default .navbar-brand {
		display: block;
		padding-top: 22px;
	}
	.navbar-default ul .open .dropdown-menu>li>a {
		padding: 0;
	}
	.navbar-default ul.dropdown-menu:after {
		content: none;
	}
	.navbar-default .navbar-nav .lef {
		display: none;
	}
	.navbar-default .navbar-nav .rig {
		display: none;
	}
	.navbar-nav {
		width: 46% !important;
		float: right !important;
	}
	.navbar-default ul>li>a {
		color: #fff;
	}
	.dropdown-menu {
		width: 100% !important;
		background: transparent;
	}
	.navbar-default .dropdown-menu>li {
		padding: 0;
		justify-content: center
	}
	.navbar-default .dropdown-menu>li>a {
		font-size: 12px;
	}
	.navbar-default .dropdown-menu>li:nth-of-type(1) a {
		padding: 0 !important;
	}
	li.dropdown.open a {
		color: #cca05a !important;
		background: transparent !important;
	}
	.navbar-default ul .open .dropdown-menu>li>a {
		color: #fff !important;
	}
	.navbar-nav .open .dropdown-menu {
		padding-bottom: 0;
	}
	.navbar-default .dropdown-menu>li:hover {
		background: transparent !important;
	}
	.navbar-default .dropdown-menu>li:hover a {
		color: #fff !important;
	}
	.banner {
		margin-top: 50px;
	}
	.banner .glyphicon-chevron-right:before,
	.banner .glyphicon-chevron-left:before {
		width: 10px;
		height: 10px;
	}
	.banner .carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		right: 64%;
	}
	.banner .carousel-indicators li.active {
		width: 40px;
		height: 4px;
	}
	.banner .carousel-indicators li {
		width: 40px;
		height: 4px;
		margin-right: 2px;
	}
	.banner .item img.img1 {
		display: none;
	}
	.banner .item img.img2 {
		display: block;
	}
	.banner .swiper-container {
		      width: 100%;
		      height: 100%;
		    }
		
		    .banner .swiper-slide {
		      text-align: center;
		      font-size: 18px;
		      background: #fff;
		
		      /* Center slide text vertically */
		      display: -webkit-box;
		      display: -ms-flexbox;
		      display: -webkit-flex;
		      display: flex;
		      -webkit-box-pack: center;
		      -ms-flex-pack: center;
		      -webkit-justify-content: center;
		      justify-content: center;
		      -webkit-box-align: center;
		      -ms-flex-align: center;
		      -webkit-align-items: center;
		      align-items: center;
		    }
		    .banner .swiper-pagination-bullet {
			   width: 40px;
				height: 4px;
				border-radius: 0%;
				background: #c7c7c7;
			    display: inline-block;
			    opacity: 1;
			}
			.banner span.swiper-pagination-bullet.swiper-pagination-bullet-active{
				background: #ffffff; opacity: 1;
			}
	footer {
		padding-top: 20px;
		margin-top: 30px;
	}
	footer .rig .box1 li {
		padding: 0;
		margin-top: 15px;
	}
	footer .rig .box1 {
		padding: 0;
	}
	footer .rig .box2 {
		padding-right: 0;
	}
	footer .rig .box2 p {
		font-size: 13px;
	}
	footer .box {
		margin-top: 20px;
	}
	footer .box p {
		font-size: 12px;
	}
	.xiangmu ul {
		width: 96%;
		margin-left: 2%;
		flex-wrap: wrap;
	}
	.xiangmu ul li {
		border-bottom: 1px #EEEEEE solid;
		padding: 8px;
		width: 33.33333333%;
	}
	.xiangmu ul li a{
		justify-content: space-around;
	}
	.xiangmu ul li .text{
		width: auto;
	}
	.xiangmu ul li .text span {
		font-size: 14px;
	}
	.xiangmu ul li .text p {
		font-size: 12px;
		white-space: normal;
	}
	.xiangmu ul li img {
		width: 30px;
		padding-right: 1%;
	}
	.xiangmu ul li .text span {
		font-size: 12px
	}
	.guanyu {
		margin-top: 20px;
	}
	.guanyu .tit h2 {
		font-size: 26px;
	}
	.guanyu .tit h2:before {
		left: 16%;
		top: 14px;
	}
	.guanyu .tit h2:after {
		right: 16%;
		top: 14px;
	}
	.guanyu .tit {
		margin-bottom: 20px;
	}
	.guanyu .col-md-7 {
		width: 92%;
		margin-left: 4%;
		margin-bottom: 25px;
	}
	.guanyu .col-md-5 {
		padding-left: 15px;
	}
	.guanyu .col-md-5 li span {
		margin: 20px 0 5px;
	}
	.pc {
		display: none !important;
	}
	.yd {
		display: block !important;
	}
	.new {
		margin-top: 20px;
	}
	.new .tit h2 {
		font-size: 26px;
	}
	.new .tit h2:before {
		left: 16%;
		top: 14px;
	}
	.new .tit h2:after {
		right: 16%;
		top: 14px;
	}
	.new .tit {
		margin-bottom: 20px;
	}
	.new .col-md-5 {
		width: 92%;
		margin-left: 4%;
		margin-bottom: 25px;
	}
	.new .col-md-7 {
		width: 92%;
		margin-left: 4%;
	}
	.new .col-md-7 .box1 .col-md-6 {
		width: 100%;
		margin-bottom: 20px;
		padding: 0;
		margin-top: 20px;
	}
	.new .col-md-7 .box1 .time {
		width: 100%;
	}
	.new .col-md-7 .box2 li a:before {
		left: 0;
	}
	.new .more a {
		width: 34%;
		padding: 10px 0;
		font-size: 14px;
		margin-top: 0;
	}
	.new .col-md-5 .text {
		padding: 10px;
	}
	.new .col-md-5 .text p {
		font-size: 13px;
	}
	.new .col-md-5 .text span {
		font-size: 14px;
	}
	.new .yd .col-md-7 .box1 .mes span {
		font-size: 14px;
	}
	.new .col-md-7 .box1 .mes {
		position: relative;
	}
	.new .col-md-7 .box1 .mes {
		position: relative;
	}
	.new .col-md-7 .box1 img{height: 77px;}
	.new .col-md-7 .box1 .mes p {
		font-size: 12px;
		position: absolute;
		bottom: 0;
	}
	.public .left,
	.public .rig {
		width: 92%;
		margin-left: 4%;
		margin-bottom: 25px;
		float: left;
		padding: 0;
	}
	.public .main {
		margin-top: 0px;
	}
	.public .art .page2 {
		width: 100%;
	}
	.public .art h2 {
		font-size: 17px;
		font-weight: 400;
		margin-bottom: 12px;
		margin-top: 15px;
		line-height: 180%;
	}
	.public .art .box span {
		margin-right: 15px;
	}
	.public .lxwm .boxx2 .left,
	.public .lxwm .boxx2 .right {
		width: 100%;
		float: left;
	}
	.public .lxwm .boxx1 p {
		font-size: 15px;
		text-align: center;
	}
	.public .lxwm .boxx1 ul {
		margin-top: 20px;
	}
	.public .lxwm .boxx1 ul li {
		padding-bottom: 20px;
	}
	.public .lxwm .boxx1 ul li span {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.public .lxwm .boxx1 ul li img {
		margin: 15px auto 8px;
	}
	.public .lxwm .boxx1 ul li p {
		font-size: 12px;
	}
	.public .lxwm .boxx1 ul li p b {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 45px;
	}
	.public .rig .page ul li a {
		font-size: 14px;
	}
	.public .ctbj .mokuai li {
		padding: 0;
		border: none;
		box-shadow: none;
		border-radius: 0;
		margin-bottom: 25px;
	}
	.public .ctbj .mokuai li .col-xs-7 {
		padding: 0;
	}
	.public .ctbj .mokuai li .col-xs-5 {
		padding-right: 0;
	}
	.public .ctbj .mokuai li .col-md-5 h5 {
		font-size: 12px;
	}
	.public .ctbj .mokuai li .col-md-5 .num span {
		font-size: 26px;
	}
	.public .ctbj .mokuai li {
		background: #fef6e8;
	}
	.public .ctbj .mokuai li:nth-of-type(2n) {
		background: #fde6e4;
	}
	.public .ctbj .mokuai li:nth-of-type(3n) {
		background: #edf7ff;
	}
	.public .ctbj .mokuai li img{
		height: 100%;
	}
}

@media (max-width: 768px) {
	.navbar-nav {
		width: 100%;
		float: none;
		text-align: center;
	}
	.navbar-default ul>li {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 640px) {}

@media (min-width: 1200px) {}