@charset "utf-8";
/* CSS Document */
ul, li {
	padding: 0;
	list-style: none
}
body {
	font-weight: 100
}
.header {
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	top: 0px;
	height: 120px;
	position: fixed;
	width: 100%;
	padding-top: 10px;
	z-index: 5555;
	background: url(../images/head.jpg) no-repeat center;
	background-size: cover;
}
.bantxt {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%
}
.bantxt>div>div {
	background: url(../images/bigbg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px;
	position: absolute;
	top: 50%;
	right: 0;
	height: 360px;
	margin-top: -100px;
	z-index: 52;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bantxt>div {
	height: 100%;
}
.banner>.swiper-container img {
	height: 100%;
	object-fit: cover
}
.bantxt div img {
	margin-top: 10px
}
.bantxt ul {
}
.bantxt ul li {
	color: #fff;
	font-size: 28px;
	margin: 20px 0;
	padding-left: 15px;
	border-left: #fff solid 2px;
}
.header * {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.header>div {
	padding: 0px 0
}
.rxian {
	background: rgba(0,0,0,0.8);
	border-radius: 0 0 20px 20px;
	padding: 15px 30px;
	color: #fff;
	position: absolute;
	top: 110px;
	right: 0;
}
.rxian div {
	float: left;
	padding-right: 24px;
}
.rxian span {
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 18px;
	margin-left: 10px;
}
.rxian i {
	float: left;
	display: inline-block;
	font-size: 32px;
	color: #FFF;
}
.rxian img {
	float: left
}
.header.hover .rxian {
	top: 110px
}
.rxian b {
	float: right;
	font-size: 30px
}
a {
	color: #000;
}
.clearfix {
	clear: both
}
.blue {
	color: #5c5caa
}
.headlogo {
	position: absolute;
	left: 10px
}
.headnav {
	display: inline-block
}
.nav_in {
	float: left;
	position: relative;
	text-transform: uppercase;
	z-index: 70;
}
.nav_in .par {
	display: block;
	height: 100px;
	line-height: 110px;
	margin: 0 26px;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}
.nav_in:hover .par, .now_hover .par {
}
.nav_in ul {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 70;
	background: url("../images/htbg.png");
	width: 120px;
	display: none;
}
.nav_in:hover ul {
	display: block;
}
.nav_in li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	vertical-align: top;
}
.nav_in li a {
	display: block;
	padding-left: 10px;
	width: 110px;
	color: #fff;
}
.nav_in li a:hover {
	background: #4a4ca5;
}
.nav_search {
	float: right;
	cursor: pointer;
	height: 90px;
	position: relative;
	z-index: 90;
}
.nav_search .handle {
	width: 46px;
	height: 100px;
	background: url("../images/home_03.jpg") no-repeat right center;
}
.search_bar {
	width: 300px;
	height: 50px;
	background: #fff;
	position: absolute;
	z-index: 70;
	right: 0;
	top: 100px;
	display: none;
}
.nav_search:hover .search_bar {
	display: block;
}
.search_bar .text {
	width: 240px;
	height: 50px;
	float: left;
	padding-left: 10px;
	border: 0;
	font-size: 16px;
}
.search_bar .sub {
	display: block;
	border: none;
	width: 50px;
	height: 45px;
	background: url("../images/home_03.jpg") no-repeat center center;
}
.dropmenudiv_b {
	display: none\9;
	width: 144px;
	overflow: hidden;
	background: rgba(0,0,0,0.7);
	top: 110px;
	position: absolute;
	font-weight: bold;
	left: 0px;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	opacity: 1;
	z-index: 999999;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	transition: all 300ms cubic-bezier(0.7, 0, 0.185, 1) 0s;
	-webkit-transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-transform: perspective(1200px) rotateX(-90deg);
	transform: perspective(1200px) rotateX(-90deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.ani {
	display: block\9;
	transform: perspective(1200px) rotateX(0deg);
	-webkit-transform: perspective(1200px) rotateX(0deg);
	-moz-transform: perspective(1200px) rotateX(0deg);
	-ms-transform: perspective(1200px) rotateX(0deg);
	-o-transform: perspective(1200px) rotateX(0deg);
}
.dropmenudiv_b a:hover {
	color: #F90;
}
.nav a:hover, .nav a.hover {
}
.nav_in:hover .par, .now_hover .par {
}
.now_hover .par:after, .nav_in:hover .par:after {
	display: block;
	width: 30px;
	content: '';
	top: 70%;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	border-bottom: #fff solid 2px;
}
.dropmenudiv_b a {
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
	width: 100%;
	padding-left: 15px;
	position: relative;
	line-height: 50px;
	color: #fff;
}
.header.hover .dropmenudiv_b {
	top: 110px;
}
.dropmenudiv_b a:hover {
	color: #c00;
	font-weight: bold
}
.dropmenudiv_b a:hover:after {
}
.logo {
	margin-top: 15px;
	float: left;
}
.header input::-webkit-input-placeholder {
color:#fff;
}
.header input::-moz-placeholder {
color:#fff;
}
.header input::moz-placeholder {
color:#fff;
}
.header input::-ms-input-placeholder {
color:#fff;
}
.navwap {
	position: fixed;
	height: calc(100% - 69px);
	z-index: 9999;
	display: none;
	background: url(../images/bigbg.jpg) no-repeat center top #d0202c;
	background-size: cover;
	left: 0;
	top: 69px;
	width: 100%
}
.navwap.on {
	display: block
}
.navwap ul li {
	padding-left: 15px;
	border-bottom: rgba(255,255,255,0.2) solid 1px;
	position: relative
}
.navwap li i {
	color: #fff;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px
}
.navwap ul {
	text-align: left;
}
.navwap li>a {
	display: block;
	width: 80%;
	padding: 10px 0;
	font-size: 18px;
	color: #fff
}
.navwap li p a {
	font-size: 14px;
	color: #fff;
}
.navwap li div {
	display: none;
	padding: 10px
}
.navwap li.hover div {
	display: block
}
.wwp {
	color: #999
}
.wwp .ssaa form {
	float: none;
	margin: 0 0 10px 0
}
.fff {
	color: #fff
}
input:focus {
	outline: none;
}
.ssaa {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -15px
}
.ssaa form {
	max-width: 200px;
	margin-right: 20px;
	float: left;
	border: rgba(255,255,255,1) solid 1px;
	color: #fff;
	display: inline-block;
	border-radius: 20px;
}
.ssaa input {
	float: left;
	background: none;
	max-width: 120px;
	height: 34px;
	border: none
}
.ssaa input.bss {
	background: url(../images/index_08.png) no-repeat center center;
	margin-right: 10px;
	line-height: 100px;
	height: 20px;
	overflow: hidden;
	width: 40px;
	background-size: 45% !important;
	margin-top: 6px;
}
.ssaa .fa {
	color: #fff;
	font-size: 24px
}
.ssaa .dropmenudiv_b {
	top: 70px;
	left: -90px
}
.iss {
	padding-left: 10px;
}
.container {
	position: relative
}
.banner>.swiper-container {
	height: 100%
}
.banner>.swiper-container>div {
	height: 100%
}
.banner .swiper-pagination {
	height: auto !important;
}
.swiper-pagination-bullet {
	width: 10px !important;
	height: 10px !important;
	opacity: 0.5
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	width: 10px !important;
	height: 10px !important;
	background: #d0202c !important;
	opacity: 1;
}
.nav_in .fa-bars {
	font-size: 32px;
	vertical-align: middle
}
.banner>.swiper-containerimg {
	object-fit: cover;
	display: block
}
.header.hover {
	height: 110px;
	padding: 0
}
.header.hover>div {
	padding: 0
}
.header.hover .logo {
	margin-top: 20px;
}
.page1 {
	background: url(../images/index_17.jpg) no-repeat center fixed;
	background-size: cover;
}
.clname {
	text-align: center
}
.clname h2 {
	margin: 0;
}
.clname h2 strong {
	font-size: 56px;
}
.clname h2 span {
	font-size: 36px
}
.clnav {
	text-align: center;
	font-size: 36px
}
.clnav a.hover {
	color: #C00
}
.news_item .txt {
}
.tml_news {
	text-align: center;
}
.tml_news span {
	font-size: 16px;
	font-weight: bold;
	color: #9b9796;
	display: inline-block;
	margin: 10px;
}
.news_item {
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.news_item .imgover a {
	width: 100%;
	display: block;
	overflow: hidden
}
.news_item .imgover, .news_item .txt {
	overflow: hidden;
	padding: 0 0px
}
.news_item .txt {
	padding: 5px 15px;
	background: #fff;
}
.news_item h4 {
	position: relative
}
.news_item h4 a {
	font-weight: bold;
}
.news_item h4 i {
	color: #999;
	position: absolute;
	right: 0;
	top: 0px
}
.news_item img {
	width: 100%;
	height: 245px;
	object-fit: cover;
	display: block
}
.news_item p {
	height: 46px;
	overflow: hidden
}
.news_item>div {
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
	transition: all 0.4s;
	border: rgba(255,255,255,.5) solid 1px
}
.news_item>div img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news_item>div:hover img {
	transform: scale(1.1);
}
.clname {
	padding: 80px 0 20px 0
}
.clnav {
	padding-bottom: 20px
}
.i3 {
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-left: 10px;
	position: relative;
	top: -3px;
	background: url(../images/more.png) no-repeat;
	vertical-align: middle
}
.more {
	font-size: 20px;
	margin-bottom: 30px
}
.more:after {
}
.hei50 {
	height: 50px
}
.more {
	position: relative;
	display: inline-block;
}
.more:after {
	content: '';
	display: block;
	position: absolute;
	background: #999;
	height: 2px;
	width: 100%;
	bottom: -10px;
}
.more:hover:after {
	-webkit-animation-name: goBack;
	animation-name: goBack;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: cubic-bezier(.785, .135, .15, .86);
	animation-timing-function: cubic-bezier(.785, .135, .15, .86);
}
.more2 {
	color: #fff
}
.more2:after {
}
.news {
	padding: 40px 0;
	padding-bottom: 20px
}
.page4 {
	background: url(../images/index_18.jpg) no-repeat center fixed;
	background-size: cover
}
.page4 .clnav *, .page4 .clname *, .page4 .clnav {
	color: #fff
}
.news_item .des {
	border-top: #ddd solid 1px;
	font-size: 18px;
	padding: 15px;
	line-height: 36px;
	color: #999;
	background: #fff;
}
@-webkit-keyframes goBack {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: right;
 transform-origin: right
}
 49.9% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: right;
 transform-origin: right
}
 50% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: left;
 transform-origin: left
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: left;
 transform-origin: left
}
}
 @keyframes goBack {
 0% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: right;
 transform-origin: right
}
 49.9% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: right;
 transform-origin: right
}
 50% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: left;
 transform-origin: left
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
 -webkit-transform-origin: left;
 transform-origin: left
}
}
.page2 {
	background: url(../images/about_04.jpg) no-repeat center fixed;
	height: 1100px;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.page2 * {
	color: #fff;
}
.page2 .clnav {
	text-align: left
}
.page2 .txt {
	font-size: 22px;
	line-height: 36px;
	padding-top: 100px
}
.page2 .clname {
	margin-top: 100px;
	margin-bottom: 50px
}
.page3 {
	background: url(../images/index_17.jpg) no-repeat center fixed;
	background-size: cover
}
.pic_main {
	height: 600px;
	overflow: hidden;
	margin: 44px auto 0 auto;
	position: relative;
}
.pic_main ul {
	width: 100%;
	height: auto;
	position: relative;
}
.pic_main ul li:nth-child(2) {
	z-index: 55;
}
.pic_main ul li {
	width: 752px;
	height: auto;
	position: absolute;
	left: 110%;
	top: 35px;
}
.pic_main ul li a .tu {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pic_main ul li a {
	width: 100%;
	height: auto;
	display: block;
}
.prev {
	width: 22px;
	height: 40px;
	background: url(../images/index_33.png) no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	margin-left: -60px;
	margin-top: -20px;
	left: 0%;
	z-index: 10;
	cursor: pointer;
}
.next {
	width: 22px;
	height: 40px;
	margin-right: -60px;
	background: url(../images/index_36.png) no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0%;
	cursor: pointer;
	z-index: 10;
}
.news_item .time {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	padding: 15px;
	background: #fff;
}
.inpro {
	margin-top: 30px
}
.swiper-next {
	width: 22px;
	height: 40px;
	background: url(../images/index_36.png) no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0%;
	margin-right: -60px;
	cursor: pointer;
	z-index: 10;
}
.swiper-prev {
	width: 22px;
	height: 40px;
	background: url(../images/index_33.png) no-repeat;
	background-size: cover !important;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	margin-left: -60px;
	left: 0%;
	z-index: 10;
	cursor: pointer;
}
.news {
	position: relative
}
.pic_main ul li a .tu img {
	width: 100%;
	height: auto;
}
.pic_main .news_item img {
	height: auto
}
.wel {
	background: url(../images/index_40.jpg) no-repeat center;
	background-size: cover;
	height: 285px;
	color: #fff;
}
.wel a {
	color: #fff
}
.lx {
	background: rgba(208,32,44,0.95);
}
.lx i {
	position: absolute;
	left: 0;
	top: 33%
}
.lx .col-sm-4 div {
	padding: 20px 0;
	padding-left: 100px;
	color: #fff;
}
.lx .col-sm-4 div strong {
	font-size: 22px
}
.lx .col-sm-4 div h2 {
	margin-bottom: 5px;
	font-size: 18px
}
.lx .col-sm-4 {
	border-left: rgba(255,255,255,0.2) solid 1px;
}
footer {
	background: url(../images/index_18.jpg) no-repeat center top;
	background-size: cover;
}
.footer_nav {
	padding: 100px 0;
	border-bottom: 1px solid #fff;
}
.footer_nav a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 65px;
}
.footer_eow {
	padding: 70px 0;
}
.ft_nav {
	min-height: 255px;
}
.ft_nav li {
	font-size: 16px;
	line-height: 51px;
}
.ft_nav li h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 25px
}
.ft_nav a {
	color: rgba(255,255,255,0.8)
}
.ft_nav a:hover {
	color: #fff;
}
.Friend_tab {
	margin: 0;
}
.Friend_tab li {
	background: none;
	width: 132px;
	height: 51px;
	border: 1px solid rgba(255,255,255,1);
	display: inline-block;
	margin-right: 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 51px;
}
.Friend_tab li.hover {
	background: rgba(255,255,255,1);
}
.Friend_tab li a {
	color: #fff;
}
.Friend_tab li.hover a {
	color: #272727
}
.Friend_con {
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	padding: 14px 0;
	display: none;
}
.Friend_con a {
	color: rgba(255,255,255,0.56);
	font-size: 14px;
	line-height: 40px;
	padding-right: 17px;
}
.Friend_con a:hover {
	color: #fff;
}
.footer_bottom {
	background: #060606;
	height: 75px;
	padding: 20px 0
}
.footer_bottom p {
	font-size: 14px;
	color: rgba(255,255,255,0.56);
}
.footer_bottom p a {
	color: rgba(255,255,255,0.56);
}
.footer_bottom p a:hover {
	color: #fff;
}

.fr_bar {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	position: fixed;
	width: 52px;
	height: 430px;
	border-radius: 62px;
	right: 10px;
	bottom: 2%;
	right: 1%;
	z-index: 99;
	opacity: 1
}
.fr_bar.hover{
	height: 62px;
}
.end {
	display: inline-block;
	margin: 0px 5px;
	width: 62px;
	position: absolute;
	bottom: 0;
	height: 62px;
}
.fr_bara a {
	display: inline-block;
	position: relative;
	margin: 4px 0;
	background: #d0202c;
	border-radius: 100%;
	width: 50px;
	height: 50px;
}
.fr_bara a i {
	position: relative;
	display: block;
	line-height: 50px;
	text-align: center;
	color: #f9dec4;
	margin: 0 auto;
	z-index: 5;
	font-size: 32px;
}
.fr_bara a>img {
	position: relative;
	z-index: 5
}
.fr_bara a .tsl {
	display: none;
	position: absolute;
	background: #d0202c;
	border-radius: 60px;
	line-height: 60px;
	padding: 0 40px;
	color: #f7ddc4;
	font-style: italic;
	font-size: 20px;
	right: 0px;
	top: 0;
	padding-right: 90px
}
.fr_bara {
	display: inline-block;
	position: absolute;
	top: 0px;
	transition: all 0.2s;
	z-index: 99
}
.hovera1 {
	top: 110%;
	opacity: 0
}
.ew {
	position: absolute;
	display: none;
	right: 80px;
	width: 210px;
	padding: 15px;
	background: #d0202c;
	top: 50%;
	margin-top: -105px;
}
.ew img {
	border-radius: 5px
}
.hovera {
	display: none !important
}
.fhj {
	z-index: 999;
}
.end {
	float: right;
	z-index: 999;
	margin: 0px !important
}
.fr_bara a>img {
	display: block;
	width: 60px;
	height: 60px;
}
.ew:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #d0202c;
	border-bottom: 20px solid transparent;
	position: absolute;
	right: -14px;
	top: 50%;
	margin-top: -20px;
}
.fr_bara a:hover span {
	display: block
}
.fr_bara a:hover .ew {
	display: block
}
.Friend_con {
	display: none
}
.allnav {
	top: -101%;
	position: fixed;
	height: 100%;
	left: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	left: 0;
	background: url(../images/bigbg.jpg) no-repeat center top #d0202c;
	background-size: cover;
	z-index: 55555;
	width: 100%
}
.allnav.hover {
	top: 0
}
.allnav * {
	color: #fff
}
.all2 {
	height: 320px;
	position: absolute;
	top: 50%;
	margin-top: -160px;
	width: 100%;
	left: 0;
}
.allnav .container {
	height: 100%
}
.all2 dt {
	font-size: 22px;
	padding: 30px 0;
	margin-bottom: 40px
}
.all2 dd {
	font-size: 20px;
	padding: 10px 0
}
.all1 {
}
.all1 h4 {
	position: absolute;
	top: 5%;
	width: 100%;
	left: 0
}
.all1 p {
	position: absolute;
	top: 16%;
	width: 100%;
	left: 0
}
.all3 {
	position: absolute;
	bottom: 7%;
	width: 100%;
	text-align: center;
	left: 0;
	letter-spacing: 10px
}
.all3 h2:before {
	content: '';
	display: inline-block;
	width: 10%;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
	margin: 0 15px;
}
.all3 h2:after {
	content: '';
	display: inline-block;
	width: 10%;
	border-bottom: #fff solid 1px;
	vertical-align: middle;
	margin: 0 15px;
}
#guan {
	position: absolute;
	top: 30px;
	right: -40px;
}
#guan img {
}
.con {
	display: none
}
.show {
	display: block !important
}
.banner2 {
	width: 100%;
	position: relative;
	height:500px;
}
.banner2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title_ba {
	background: rgba(0,0,0,0.8);
	line-height: 100px;
	color: #fff;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}
.title_ba h2 {
	float: left;
	line-height: 100px;
	margin: 0;
	font-size: 38px;
	font-weight: 700;
}
.title_ba .more_lt {
	float: right;
	font-size: 20px;
}
.title_ba .more_lt a {
	display: inline-block;
	color: #fff;
	margin: 0 5px;
}
.current_1 {
	font-size: 16px;
	height: 130px;
}
.current_1 .the {
	background: url(../images/fan.png) no-repeat left;
	background-size: auto 20px;
	padding-left: 30px;
	line-height: 130px;
	float: left;
}
.about_box {
	background: url(../images/ab_01.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding-bottom: 100px;
}
.current_1 .return {
	float: right;
	width: 130px;
	height: 50px;
	line-height: 50px;
	border-radius: 50px;
	border: 1px solid #f3353f;
	text-align: center;
	margin-top: 40px;
}
.current_1 .return:hover {
	background: #f3353f;
	color: #fff;
	border: 1px solid #f3353f;
}
.title_bax {
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
.title_bax.ba {
	color: #fff;
}
.text_p {
	font-size: 16px;
	text-align: center;
}
.text_p p {
	line-height: 32px;
	margin-top: 40px;
	font-size: 16px;
}
.news_der {
	width: 80%;
	display: block;
	margin: 0 auto;
}
.about_box2 {
	background: url(../images/ab_02.png) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 95px 0;
}
.about_box2 ul {
	margin-top: 60px;
}
.about_box2 .style_a1 .pic {
	width: 330px;
	height: 330px;
	border-radius: 330px;
	background: rgba(189,29,40,0.9);
	display: block;
	margin: 0 auto;
}
.about_box2 .style_a1 .pic h3 {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bolder;
	padding-top: 110px;
}
.about_box2 .style_a1 .pic p {
	text-align: center;
	margin: 0 30px;
	font-size: 16px;
	color: #fff;
	margin-top: 30px;
}
.about_box2 .swiper-container {
	margin-top: 30px;
}
.about_box3 {
	width: 100%;
	padding: 95px 0;
}
.about_box3 .style_a2 {
	margin-top: 60px;
	text-align: center;
}
.about_box3 .style_a2 .pic {
	width: 330px;
	height: 330px;
	border-radius: 330px;
	display: block;
	margin: 0 auto;
	text-align: center;
	text-align: center;
}
.about_box3 .style_a2 .pic img {
	width: 100%;
}
.about_box3 .style_a2 h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bolder;
	padding-top: 30px;
}
.about_box3 .style_a2 p {
	text-align: center;
	margin: 20px;
	font-size: 16px;
	line-height: 32px;
}
.back {
	background: #fff url(../images/nw_bg.jpg) no-repeat top center;
	background-size: cover;
}
.nows_box {
	background: #fff url(../images/nw_bg.jpg) no-repeat top center;
	background-size: cover;
}
.nows_box ul li {
	background: #fff;
	box-shadow: 0px 1px 14.56px 2px rgba(153, 153, 153, 0.4);
	position: relative;
	height: 250px;
	margin-bottom: 50px
}
.nows_box ul li:last-child {
	margin-bottom: 0;
}
.nows_box ul li .pic {
	width: 380px;
	height: 250px;
	position: absolute;
	left: 0;
	top: 0;
}
.nows_box ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.nows_box ul li .text {
	margin-left: 410px;
	width: 60%;
	padding-top: 1px;
}
.nows_box ul li .text h2 {
	padding-top: 40px;
	font-size: 20px;
	font-weight: bold;
}
.nows_box ul li .text p {
	font-size: 15px;
	line-height: 32px;
	margin-top: 20px;
}
.nows_box ul li .time {
	position: absolute;
	text-align: center;
	right: 55px;
	top: 50%;
	width: 80px;
	height: 100px;
	margin-top: -50px;
}
.nows_box ul li .time p {
	font-size: 60px;
	margin-bottom: 0;
	font-weight: bold;
}
.nows_box ul li .time span {
	font-size: 16px;
	margin-top: -10px;
	display: block;
	font-weight: bold;
}
.tel_lt {
	text-align: left;
}
.matop_60 {
	margin-top: 30px;
}
.un_page {
	padding: 50px 0;
	text-align: center;
	margin: 20px 0;
}
.un_page a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	margin-bottom: 5px;
	font-size: 20px;
}
.un_page span {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	margin-bottom: 5px;
	font-size: 20px;
	background: #f1f1f1;
}
.un_page a.hover, .un_page a:hover {
	background: #f1f1f1;
}
.wall_box {
	margin-bottom: 120px;
}
.text_p img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
	box-sizing: border-box;
	padding: 10px 0;
}
.page_box {
	font-size: 16px;
}
.page_box a {
	display: block;
	color: #363636;
}
.page_box h3 {
	display: inline-block;
	font-size: 16px;
}
.title_us h2 {
	font-size: 26px;
	font-weight: 700;
}
.form_in {
	margin-top: 40px;
}
.form_in .in {
	margin: 10px 0;
}
.form_in .in .text.on {
	height: 160px;
	padding: 20px;
	resize: none;
	background: none;
}
.form_in .in .text {
	width: 100%;
	height: 60px;
	font-size: 24px;
	box-sizing: border-box;
	padding: 0 20px;
	background: none;
	border: 1px solid #a9a9a8;
}
.form_in .in .but {
	width: 215px;
	height: 60px;
	background: #fc5c40;
	color: #fff;
	border: 1px solid #fc5c40;
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	float: left;
	margin-bottom: 20px;
}
.form_in .in .vali {
	height: 60px;
	line-height: 60px;
	width: 160px;
	border: 1px solid #a9a9a8;
	font-size: 24px;
	display: inline-block;
	margin-right: 10px;
	color: #727272;
	float: left;
	background: none;
	text-align: center;
	margin-bottom: 20px;
}
.form_in .in .pic {
	height: 60px;
	width: 160px;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid #a9a9a8;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}
.form_in .in .pic img {
	width: 100%;
	height: 100%;
}
.us_box {
	padding-bottom: 120px;
}
.address_us {
	margin-top: 60px;
}
.address_us li {
	font-size: 18px;
	color: #727272;
	margin: 40px 0;
}
.address_us li i {
	display: inline-block;
	margin-right: 5px;
	font-size: 32px;
	color: #f3353f;
	position: relative;
	top: 5px;
	width: 35px;
}
.rt {
	float: right;
}
.the_map {
	width: 100%;
	margin-bottom: 120px;
}
.the_map img {
	width: 100%;
	object-fit: cover;
}
.title_bet {
	height: 120px;
	border-bottom: 1px solid #909291;
}
.title_bet h2 {
	font-size: 42px;
	font-weight: bold;
	margin: 10px;
}
.ser_swiper {
	height: 460px;
	background: #000;
}
.ser_swiper img {
	height: 100%;
	object-fit: cover;
}
.ser_text {
	margin-left: 40px;
	font-size: 18px;
}
.ser_text p {
	line-height: 32px;
	margin: 0;
}
.ser_text h4 {
	font-size: 18px;
	margin-top: 30px;
}
.ser_text .cooperation {
	display: inline-block;
	background: #f3353f;
	width: 160px;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-top: 40px;
}
.ser_con {
	margin-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #909291;
}
.ser_now {
	margin-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px solid #909291;
	margin-bottom: 60px;
}
.ser_now .pic {
	width: 80%;
	display: block;
	text-align: center;
	margin: 40px auto;
}
.ser_now .pic img {
	width: 100%;
}
.about2_box {
	margin-top: 80px;
}
.about2_box .pic {
	height: 550px;
}
.about2_box .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about2_box .text {
}
.about2_box .text h2 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 50px;
}
.about2_box .text p {
	font-size: 16px;
	line-height: 34px;
}
.hor160 {
	height: 160px;
}
#dituContent {
	height: 700px;
}
.renrw {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 50%;
}
.renrw img {
	width: 100%;
}
.about_swiper2 {
	position: relative;
}
.about_swiper2 .swiper-button-next {
	background: url(../images/index_36.png) no-repeat center !important;
	background-size: auto 30px;
	width: 30px;
	height: 55px;
	margin-top: -25.25px;
	right: -5%;
}
.about_swiper2 .swiper-button-prev {
	background: url(../images/index_33.png) no-repeat center !important;
	background-size: auto 30px;
	width: 30px;
	height: 55px;
	margin-top: -25.25px;
	left: -5%;
}
.about_swiper3 {
	position: relative;
}
.about_swiper3 .swiper-button-next {
	background: url(../images/index_36.png) no-repeat center !important;
	background-size: auto 30px;
	width: 30px;
	height: 55px;
	margin-top: -25.25px;
	right: -5%;
}
.about_swiper3 .swiper-button-prev {
	background: url(../images/index_33.png) no-repeat center !important;
	background-size: auto 30px;
	width: 30px;
	height: 55px;
	margin-top: -25.25px;
	left: -5%;
}
.fr_bar .fhj{
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#333;
	background:#fff;
	font-size:32px;
	border-radius:60px;
	border:1px solid #d0202c;
	display:inline-block;
}
.fr_bar .fhj.a1{
	color:#d0202c;
}
.address_us li i{ text-align:center; color:#d0202c;}
.address_us li i.fe26{ font-size:26px;}
@media (max-width:1600px) {
.bantxt ul li {
	font-size: 24px
}
.pic_main {
	height: 500px
}
.about_box2 .style_a1 .pic {
	width: 290px;
	height: 290px;
	border-radius: 290px;
}
.about_box3 .style_a2 .pic {
	width: 240px;
	height: 240px;
	border-radius: 240px;
}
}
 @media (max-width:1500px) {
.about_box2 .style_a1 .pic {
	width: 260px;
	height: 260px;
	border-radius: 260px;
}
.about_box2 .style_a1 .pic h3 {
	padding-top: 80px;
	font-size: 30px;
}
.nows_box ul li .pic {
	width: 330px;
}
.nows_box ul li .text {
	margin-left: 410px;
	width: 52%;
	margin-left: 360px;
}
.news_item h4 a {
	font-size: 16px;
}
}
@media (max-width:1320px) {
.news_item h4 a {
	font-size: 16px;
}
}
@media (max-width:1200px) {
.pic_main {
	height: 400px
}
.page2 {
	height: 800px;
}
.nav_in .par {
	margin: 0 10px
}
.page2 .txt {
	font-size: 16px;
	line-height: 30px
}
.clnav, .lx .col-sm-4 div strong, .lx .col-sm-4 div h2 {
	font-size: 16px
}
.news_item h4 a {
	font-size: 14px;
	height: 30px;
	display: inline-block;
}
.title_bet h2 {
	font-size: 36px;
}
.about2_box .text h2 {
	font-size: 36px;
}
}
@media (max-width:1000px) {
.header.hover .logo img {
	width: 120px
}
.header.hover {
	height: 70px
}
.all2 dd {
	font-size: 14px
}
.all2 dt {
	font-size: 18px
}
#bar {
	color: #fff;
	font-size: 24px;
	margin: 20px 10px
}
.header>div {
	padding: 0
}
.header {
	height: 70px;
	padding: 0
}
.headlogo img {
	height: 40px
}
.header.hover .logo {
	margin-top: 15px
}
.title_ba {
	line-height: 80px;
}
.title_ba h2 {
	float: left;
	line-height: 80px;
	font-size: 28px;
}
.title_ba .more_lt {
	font-size: 16px;
}
.title_bax {
	font-size: 38px;
}
.current_1 .the {
	line-height: 90px;
}
.nows_box ul li {
	height: auto;
}
.nows_box ul li .pic {
	position: static;
	display: block;
	margin: 0 auto;
	width: 380px;
	padding-top: 20px;
	text-align: center;
}
.nows_box ul li .text {
	margin: 0 auto;
	width: 90%;
}
}
 @media (max-width:768px) {
.navwap ul {
	position: absolute;
	width: 100%;
	height: calc(100% - 140px);
	top: 0;
	overflow-y: auto
}
.rxian b {
	font-size: 24px
}
.rxian {
	background: none;
	position: static;
	display: flex;
	justify-content: center;
}
.ssaa {
	bottom: 0;
	left: 0;
	width: 100%;
	top: auto;
}
.header {
	background-size: cover
}
body {
	padding-top: 70px
}
.header.hover {
	height: 70px
}
.header.hover .logo {
	margin-top: 15px
}
.headlogo img {
	height: 40px
}
.header {
	height: 70px;
	padding: 0
}
.inpro {
	margin-top: 0
}
.footer_bottom {
	line-height: 24px
}
.footer_eow {
	padding: 30px 0
}
.ft_nav li {
	line-height: 35px;
}
.ft_nav {
	min-height: 200px;
	padding-bottom: 20px
}
.cases {
	position: relative;
	padding-left: 40px;
	padding-right: 40px
}
.swiper-next {
	margin-right: 0
}
.swiper-prev {
	margin-left: 0
}
.news {
	padding-left: 40px;
	padding-right: 40px
}
.more {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
}
.hei50 {
	height: 20px
}
.wel {
	height: 160px
}
.news_item img {
	height: 110px;
}
.swiper-container .imgover img{ height: auto;}
.lx .col-sm-4 div {
	padding-left: 80px;
}
.clname, .page2 .txt {
	padding: 20px 0
}
.clname {
	padding-top: 40px
}
.page2 .clname {
	margin: 20px 0
}
.clname h2 strong {
	font-size: 28px
}
.clname h2 span {
	font-size: 24px
}
.page2 {
	height: auto
}
.news_item .txt {
	padding: 5px
}
.news_item h4 {
	font-size: 14px;
	font-weight: normal
}
.news_item h4 a {
	font-weight: normal;
}
.page2 .txt, .news_item .des {
	font-size: 14px;
	line-height: 24px;
}
.current_1 {
	height: auto;
}
.current_1 .the {
	line-height: 60px;
}
.current_1 .return {
	float: right;
	width: 90px;
	height: 30px;
	line-height: 30px;
	border-radius: 30px;
	border: 1px solid #bd1d28;
	text-align: center;
	margin-top: 0;
}
.title_bax {
	font-size: 28px;
	padding-bottom: 30px;
}
.text_p p {
	margin-top: 10px;
}
.about_box2 ul {
	margin-top: 0;
}
.about_box2 {
	padding: 50px 0 30px 0;
}
.about_box3 {
	padding: 40px 0;
}
.about_box3 ul li {
	margin-top: 20px;
}
.nows_box ul li .pic {
	width: 100%;
}
.title_ba {
	padding: 10px 0;
	line-height: none;
}
.title_ba h2 {
	float: none;
	line-height: 30px;
	font-size: 18px;
	margin:0 5px;
}
.nows_box {
	height: auto;
}
.back {
	height: auto;
}
.nows_box ul li .text {
	margin: 0 auto 0;
	width: 94%;
	padding-bottom: 20px;
}
.nows_box ul li .time {
	position: static;
	width: 100%;
	height: auto;
	text-align: left;
	padding: 40px 20px 20px;
}
.nows_box ul li .time p {
	font-size: 24px;
	display: inline-block;
}
.nows_box ul li .pic {
	padding-top: 0;
}
.nows_box ul li .time span {
	display: inline-block;
	margin-left: 10px;
}
.title_ba {
	line-height: 60px;
}
.title_ba .more_lt {
	font-size: 14px;
	float: none;
	line-height: 30px;
}
.current_1 .the {
	background: url(../images/fan.png) no-repeat left;
	background-size: auto 15px;
	padding-left: 20px;
	float: left;
	font-size: 12px;
}
.un_page {
	padding: 0 0 20px;
}
.un_page a {
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 18px;
}
.un_page span {
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 18px;
}
.about_box {
	padding-bottom: 50px;
}
.page_box {
	font-size: 14px;
	margin: 20px 0;
}
.page_box h3 {
	font-size: 14px;
}
.text_p img {
	padding: 10px 0;
}
.wall_box {
	margin-bottom: 50px;
}
.us_box {
	padding-bottom: 20px;
}
.rt {
	float: none;
}
.form_in .in .text {
	font-size: 18px;
	height: 45px;
}
.banner2 {
	width: 100%;
	position: relative;
	height: 260px;
}
.form_in .in .but {
	font-size: 18px;
	width: 160px;
	height: 45px;
	line-height: 45px;
	display: block;
	float: none;
}
.form_in .in .vali {
	width: 120px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.form_in .in .pic {
	width: 120px;
	height: 45px;
}
.the_map {
	margin-bottom: 30px;
}
.address_us {
	margin-top: 30px;
}
.title_us h2 {
	font-size: 20px;
	margin: 0;
}
.address_us li {
	margin: 20px 0;
	font-size: 14px;
}
.form_in {
	margin-top: 20px;
}
.ser_text {
	margin-left: 0;
	margin-top: 30px;
}
.ser_text .cooperation {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	width: 100px;
}
.ser_con {
	margin-top: 20px;
	padding-bottom: 30px;
}
.title_bet {
	height: 60px;
}
.title_bet h2 {
	font-size: 28px;
}
.ser_now .pic {
	width: 100%;
	margin: 20px 0;
}
.ser_now {
	margin-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.nows_box ul li .text h2 {
	padding-top: 10px;
}
.matop_60 {
	margin-top: 20px;
}
.title_bax {
	padding-bottom: 10px;
	font-size: 22px;
}
.return {
	display: none;
}
.about2_box {
	margin-top: 20px;
	padding-bottom: 50px;
}
.title_us {
	margin-bottom: 10px;
}
.about2_box {
	padding-bottom: 10px;
}
.about2_box .pic {
	height: auto;
	margin-top: 20px;
}
.about2_box .text {
	margin-top: 20px;
}
.about2_box .text h2 {
	margin: 0;
	font-size: 24px;
	margin-bottom: 20px;
}
.hor160 {
	height: 60px;
}
.the_map {
	width: 100%;
	height: 260px;
}
.the_map img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_der {
	width: 100%;
}
.ser_text {
	font-size: 16px;
}
.ser_text h4 {
	font-size: 16px;
}
.news_item .time {
	font-size: 14px;
}
#dituContent {
	height: 100%;
}
.about_swiper2 .swiper-button-next {
	right: 0%;
}
.about_swiper2 .swiper-button-prev {
	left: 0%;
}
.about_swiper3 .swiper-button-next {
	right: 0%;
	top: 35%;
}
.about_swiper3 .swiper-button-prev {
	left: 0%;
	top: 35%;
}
.about_box2 .style_a1 .pic h3 {
	font-size: 24px;
}
.about_box3 .style_a2 h3 {
	font-size: 24px;
}
.footer_eow {
	display: none;
}
.fot_Friendship {
	display: none;
	text-align:center;
}
.footer_bottom .pull-right {
	float: left !important;
}
.ser_swiper{ height:auto;}
.aaa{ overflow:hidden; height:260px !important}
}
.showcon {line-height: 32px;font-size: 16px;}
.showcon img { max-width:100% !important; height:auto !important;}