@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style: none;
    font-family: "微软雅黑"
}

em {
    font-style: normal;
}

dt {
    font-weight: normal;
}

body {
    overflow-x: hidden;
	margin: 0 auto;
	/* max-width: 32rem; */
	max-width: 24rem;
}

/* HTML5 重置为较旧版本的浏览器 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	margin: auto;
}

/* 按钮样式 */
input, button, textarea, select {
    outline: none;
    resize: none
}

input[type="button"] {
    cursor: pointer;
    border: 0
}

input[type="submit"] {
    cursor: pointer;
    border: 0
}

input[type="reset"] {
    cursor: pointer;
    border: 0
}

/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}
/* 修改type=number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none; 
    margin: 0; 
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}
/*浮动*/
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

html {
    overflow-y: scroll;
}

/*a 链接*/
a {
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1f7b8a;
    text-decoration: none;
}

/*图片居中*/
.middle {
    display: table-cell;
    *display: block;
    overflow: hidden;
    font: 0px/0px 'Arial';
    text-align: center;
    vertical-align: middle;
}

fieldset, img {
    border: 0;
    vertical-align: middle
}

/*常量*/
.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.noBg {
    background: none !important;
}

.noBorder {
    border: none !important;
}

.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.wrap {
    margin: 0 auto;
    width: 1200px;
}
@media screen and (max-width: 319px) {     
    html {font-size: 10px;}
}
@media screen and (min-width: 320px) {     
    html {font-size: 14px;}
}
 
@media screen and (min-width: 360px) {     
    html {font-size: 16px;}
}
 
@media screen and (min-width: 400px) {    
    html {font-size: 18px;}
}
 
@media screen and (min-width: 440px) {    
    html {font-size: 20px;}
}
/*溢出影藏 */
.t-h1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* 适用移动端 */
.t-h,.t-h2,.t-h3,.t-h4,.t-h8{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.t-h2{
	-webkit-line-clamp: 2; 
}
.t-h3{
	-webkit-line-clamp: 3; 
}
.t-h4{
	-webkit-line-clamp: 4; 
}
.t-h8{
	-webkit-line-clamp: 8;
}
.f-allc{
	display: flex;
	justify-content: center;
	align-items: center;
}
.f-ac{
	display: flex;
	align-items: center;
}
/* topM */
.topM{
	position: fixed;
	top: 3.2rem;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
}
.topM-box{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topM-box-ul{
	width: 100%;
	list-style: none;
}
.topM-box-ulZ li{
	padding-left: 0 !important;
	padding-right: 0 !important;
	background: #262626ff;
}
.topM-box-ulZ li a{
  width: 23rem !important;
}
.topM-box-ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-flow: wrap;
	text-align: left;
	padding: .8rem;
	padding-left: 0;
	text-indent: 1rem;
	background-image: linear-gradient(#ffffff12,#ffffff12);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% .1rem;
}
.topM-box-ul li a{
	color: #FFFFFF;
	font-size: 1rem;
	width: 20rem;
	height: 2rem;
	line-height: 2rem;
}
.topM-box-ul li a img{
	width: 1rem;
}
.topM-on>a{
	color: #da251d !important;
	transition: color .5s;
	-moz-transition: color .5s;	/* Firefox 4 */
	-webkit-transition: color .5s;	/* Safari 和 Chrome */
	-o-transition: color .5s;
}
.topM-on img{
	transition: transform .6s;
	-moz-transition: transform .6s;	/* Firefox 4 */
	-webkit-transition: transform .6s;	/* Safari 和 Chrome */
	-o-transition: transform .6s;
	transform:rotate(-180deg);
	-ms-transform:rotate(-180deg); 	/* IE 9 */
	-moz-transform:rotate(-180deg); 	/* Firefox */
	-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
	-o-transform:rotate(-180deg); 
}


/* top */
.top{
	width: 100%;
}
.top-box{
	justify-content: space-between;
}
.top-box-left,.top-box-right{
	margin: .8rem;
}
.top-box-left{
	width: 200px;
	height:auto;
}
.top-box-left img{
	width: 260px;
}
.top-box-right{
	width: 5rem;
	justify-content: space-between;
}
.top-box-right-x{
	width: 1rem;
	margin-right: 1rem;
}
.top-box-right-x img{
	width: 100%;
}
.top-box-right span{
	font-size: 1rem;
	line-height: 1rem;
	color: #010101;
}
.top-box-right div{
	width: 2rem;
}
.top-box-right div img{
	width: 100%;
}

/* banner */
.banner{
}
.banner .swiper-slide img{
	width: 100%;
}
/* index-pr */
.index-pr{
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: #f8f8f8;
}
.index-pr-title,.index-pr-title1{
	text-align: center;
	padding-top: .2rem;
}
.index-pr-title{
	font-size: 1rem;
	letter-spacing: .3rem;
	color: #333333;
	font-weight: 700;
}
.index-pr-title1{
	font-size: .8rem;
	color: #ff0000;
}
.index-pr-tab{
	padding-top: 1rem;
}
.index-pr-tab-ul{
	width: 100%;
	justify-content: space-around;
	margin-right: auto;
	margin-left: auto;
	list-style: none;
	overflow: hidden;
	border-bottom:solid .1rem #e7e7e7;
}
.index-pr-tab-ul li{
	overflow: hidden;
}
.index-pr-tab-ul li>a{
	display: block;
	font-size: 1rem;
	line-height: 2rem;
	letter-spacing: .1rem;
	padding-bottom: 1rem;
	text-decoration: none;
}
.active-index-pr a,.index-pr-titles a{
	background-image: linear-gradient(#1e5eb4 , #1e5eb4);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.index-pr-titles a{
	color: #333333;
	background-size: 0 2px;
	-moz-transition-property: background-size,color; /* Firefox 4 */
	-moz-transition-duration: 1s; /* Firefox 4 */
	-webkit-transition-property: background-size,color; /* Safari and Chrome */
	-webkit-transition-duration: 1s; /* Safari and Chrome */
	-o-transition-property: background-size,color; /* Opera */
	-o-transition-duration: 1s; /* Opera */
}
.index-pr-titles a:hover,.active-index-pr a{
	background-size: 100% 2px;
	text-decoration: none;
	color:#1e5eb4 !important;
}
.index-pr-tasTop,.index-pr-tabs{
	padding-left: 1rem;
	padding-top: 1rem;
}
.index-pr-listBox{
	float: left;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.index-pr-tabs-show{
	max-width: 10rem;
}
.index-pr-tabs-show-img{
	width: 10rem;
	height: 8rem;
}
.index-pr-tabs-show-img img{
	width: 100%;
	height: 100%;
}
.index-pr-tabs-show-text{
	padding-bottom: .8rem;
	padding-top: .8rem;
	font-size: 1rem;
	letter-spacing: .1rem;
	color: #666666;
	background-color: #f6f6f6;
	text-align: center;
}
.index-pr-listBox:hover .index-pr-tabs-show-text{
	animation: indexShow .5s;
	-moz-animation: indexShow .5s;	/* Firefox */
	-webkit-animation: indexShow .5s;	/* Safari 和 Chrome */
	-o-animation: indexShow .5s;	/* Opera */
	animation-fill-mode:forwards;
}
@keyframes indexShow{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		background-color: #1e5eb4;
		color:#FFFFFF;
	}
}
.index-pr-tabs-show-text span:first-of-type{
	font-size: 1em;
	letter-spacing: 2px;
}
.index-pr-tabs-show-text span:last-of-type{
	color:#666666;
}
/*  */
.index-banner{
	width: 100%;
	margin-top: 1rem;
	display: flex;
	justify-content: center;
	background: url(../img/bg@2x.png) no-repeat;
	background-position: right bottom;
	background-size: cover;
	overflow: hidden;
}
.index-banner-box{
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.index-banner-left{
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
	color: #ffffff;
}
.index-banner-left>p:nth-of-type(1){
	font-size: 1rem;
	line-height: 2;
	letter-spacing: .2rem;
	font-weight: 700;
}
.index-banner-left>p:nth-of-type(2){
	font-size: .5rem;
}
.index-banner-left>p:nth-of-type(3){
	font-size: .8rem;
	line-height: 2;
	-webkit-line-clamp: 4;
	margin-top: 1rem;
}
.index-banner-left>p:nth-of-type(4){
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.index-banner-left>p:nth-of-type(4) span{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	font-size: .8rem;
}
.index-banner-left>p:nth-of-type(4) span>img{
	width: 3rem;
	height: 3rem;
}
.index-banner-left>p:nth-of-type(5){
	display: block;
	margin-top: 1rem;
	position: relative;
}

.index-banner-left>p:nth-of-type(5) a{
	font-size: .8rem;
	line-height: 1.5;
	letter-spacing: .1rem;
	padding: .4rem 1rem;
	color: #1e5eb4;
	font-weight: 700;
	background-color: #FFFFFF;
}
.index-banner-left>p:nth-of-type(5) a:hover{
	text-decoration: none;
}
.index-banner-left>p:nth-of-type(5) span{
	width: 2rem;
	display: block;
	position: absolute;
	top: .1rem;
	right: 6.68rem;
}
.index-banner-left>p:nth-of-type(5) span img{
	width: 100%;
}
.index-banner-right{
	width:21rem;
}
.index-banner-right img{
	width: 100%;
	height: 100%;
}
/* index-succase */
.index-succase{
	background-color: #FFFFFF;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.index-succase-title,.index-succase-title1{
	text-align: center;
	padding-top: .2rem;
}
.index-succase-title{
	font-size: 1rem;
	letter-spacing: .3rem;
	color: #333333;
	font-weight: 700;
}
.index-succase-title1{
	font-size: .8rem;
	color: #ff0000;
}
.index-succase .index-pr-tabs-show-text{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.succ-more{
	display: flex;
	justify-content: center;
	position: relative;
}
.succ-more a{
	font-size: .8rem;
	line-height: 1.5;
	letter-spacing: .1rem;
	padding: .4rem 1rem;
	color: #FFFFFF;
	font-weight: 700;
	background-color: #1e5eb4;
}
.succ-more a:hover{
	text-decoration: none;
}
.succ-more span{
	width: 2rem;
	display: block;
	position: absolute;
	top: .3rem;
	right: 7.68rem;
}
.succ-more span img{
	width: 100%;
}
/* news */
.news{
	padding-top:1rem;
	padding-bottom: 1rem;
	background-color: #F8F8F8;
}
.news-t{
	
}
.news-title,.news-title1{
	text-align: center;
	padding-top: .2rem;
}
.news-title{
	font-size: 1rem;
	letter-spacing: .3rem;
	color: #333333;
	font-weight: 700;
}
.news-title1{
	font-size: .8rem;
	color: #ff0000;
}
.index-news-list{
	width: 100%;
	display: flex;
}
.index-news-list-right{
	width: 21rem;
	padding-top: 1rem;
}
.index-news-list-right-tab{
	display: flex;
	position: relative;
}
.index-news-list-right-tab div{
	margin-right: .5rem;
	padding: .1rem .8rem;
}
.index-news-list-right-tab div>a{
	color: #888888;
	font-size: 1rem;
	line-height:1.2;
	letter-spacing: .1rem;
	color: #888888;
	text-decoration: none;
}
.index-news-list-right-tab>.active-news{
	background-image: linear-gradient(#1e5eb4 , #1e5eb4);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 50% 2px;
	font-weight: 700;
	padding-bottom: 1rem;
}
.index-news-list-right-tab>.active-news a{
	color: #1e5eb4;
}
.index-news-list-right-tab div:last-of-type{
	border: solid 1px #999999;
	border-radius: .5rem;
	position:absolute;
	right: 0;
	bottom: .8rem;
	margin-right: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-news-list-right-tab div:last-of-type a{
	padding: .1rem .2rem;
	font-size: .8rem;
}
.index-news-list-right{
	width: 22rem;
	
}
.index-news-list-right-ul{
	list-style: none;
}
.index-news-list-right-ul li{
	margin-top: .5rem;
	padding-left: 1rem;
	padding-bottom: .5rem;
	border-bottom: solid .1rem #eae6e6;
}
.index-news-list-right-ul .active-news{
	background-color: #1e5eb4 ;
}
.index-news-list-right-ul .active-news{
	border: none !important;
}
.index-news-list-right-ul li a{
	display: inline-flex;
	color: #666666;
}
.index-news-list-right-ul li a:hover{
	text-decoration: none;
}
.index-news-list-right-ul li a >div:nth-of-type(1){
	width: 21rem;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-flow: column;
}
.index-news-list-right-ul li a >div:nth-of-type(1) p:first-of-type{
	width: 21rem;
	font-size: .8rem;
	color: #666666;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
.index-news-list-right-ul li a >div:nth-of-type(1) p:first-of-type span{
	font-size: .6rem;
	color: #999999;
	font-weight: normal;
}
.index-news-list-right-ul li a >div:nth-of-type(1) p:nth-of-type(2){
	font-size: .6rem;
	color: #999999;
	overflow: hidden;
	padding-top: .5rem;
	display: -webkit-box;
	-webkit-box-orient: block-axis;
	-webkit-line-clamp: 2;
}
/* footer */
.footer{
	padding: 1rem 0;
	flex-flow: column;
	background-color: #1e5eb4;
	margin-bottom:4.3rem;
}
.foot-title{
	color: #FFFFFF;
	font-size: .8rem;
	padding-bottom: .5rem;
	display: flex;
	align-items: center;
}
.foot-title img{
	width: 1rem;
}
.foot-ph{
	font-size: 1rem;
	letter-spacing: .1rem;
	color: #FFFFFF;
	font-weight: 700;
	padding-bottom: .5rem;
}
.footer-end{
	font-size: .8rem;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	align-items: center;
}
.footer-end a{
	font-size:.8rem;
}
.footer-end p{
	font-size:.8rem;
}
.footer-end span{
	font-size:.8rem;
}


.banner>img{
	width: 100%;
}
/* anli_xq */
.alxq{
	width: 100%;
	padding:1rem 0;
}
/* call */
.call{
	width: 100%;
	padding-top: 1rem;
}
.call-text{
	width: 21rem;
	padding-left: 1rem;
	padding-right: 1rem;
}
.call-text p{
	color: #666666;
	font-size: .8rem;
	line-height: 2;
}
.call-text-title{
	color: #000000 !important;
	font-weight: 700;
}
.call-er{
	width: 13rem;
	margin-left: 4.5rem;
	margin-top: 1rem;
}
.call-er-img{
	width: 100%;
}
.call-er-img img{
	width: 100%;
}
.call-ers{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	margin-top: -8rem;
	margin-bottom: .5rem;
}
.call-ers-img{
	width: 6rem;
}
.call-ers-img img{
	width: 100%;
}
.call-ers p{
	font-size: .8rem;
	color: #666666;
	line-height: 2;
}
/* tab comm */
.comm-tab{
	background-color: #EEEEEE;
	display: flex;
	overflow-x:scroll;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none; 
	
}
.comm-tab::-webkit-scrollbar {
    display: none;
}
.comm-tabs{
	font-size: 1rem;
	color: #333333 !important;
	padding: 1rem 1rem;
	white-space: nowrap;
}
.comm-tabs-on{
	background-color: #1e5eb4;
	color: #FFFFFF !important;
}

/*box comm */
.box{
	padding: 1rem 0;
}
.box-title{
	width: 100%;
	font-size: 1rem;
	color: #000000;
	font-weight: 700;
	text-align: center;
}
.box-data{
	width: 100%;
	font-size: .4rem;
	color: #999999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-time{
	margin-right: .5rem;
}
.box-time ,.box-admin {
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-time img,.box-admin img{
	width: .6rem;
	margin-right: .1rem;
}
.box-lunbo{
	position: relative;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	width: 21rem;
	margin-left: 1rem;
	overflow: hidden;
}
.box-lunbo .swiper-slide{
	margin-bottom: 1rem;
}
.box-lunbo .swiper-slide img{
	width: 100%;
}
.box-lunbo .swiper-pagination-comm {
	bottom: 0;
}
.box-text{
	padding: 1rem;
	font-size: .8rem;
	color: #666666;
}
.box-text p{
	font-size: .8rem;
	color: #666666;
	line-height: 1.8;
	letter-spacing: .01rem;
}
.box-text img{
	max-width: 100%;
	height: auto;
}
.box-imgTw{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: wrap;
	margin: 1rem;
}
.box-imgTw-as{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 10rem;
	margin-bottom: 1rem;
	position: relative;
}
.box-imgTw-as-img{
	width: 100%;
}
.box-imgTw-as-img img{
	width: 100%;
}
.box-imgTw-cs-img{
	width: 10rem;
	height: 12rem;
	line-height: 12rem;
	border: solid .1rem #dcdcdc;
	text-align: center;
}
.box-imgTw-cs-img img{
	width: 80%;
}
.box-imgTw-as-title{
	position: absolute;
	bottom: 0;
	width: 10rem;
	height: 2rem;
	background-color:rgba(0,0,0,.5);
	font-size: .8rem;
	line-height: 2rem;
	color: #ffffff;
	text-align: center;
}
.box-imgTw-bs-title{
	width: 10rem;
	height: 2rem;
	font-size: .8rem;
	line-height: 2rem;
	color: #000000;
	text-align: center;
}
.box-imgTw-ds{
	width: 22rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	margin-bottom: 1rem;
}
.box-imgTw-ds-img{
	width: 90%;
	border: solid .1rem #dcdcdc;
	text-align: center;
}
.box-imgTw-ds-img img{
	width: 90%;
	margin: 1rem 0;
}
.box-imgTw-ds-title{
	height: 2rem;
	font-size: 1rem;
	line-height: 2rem;
	color: #000000;
	text-align: center;
	margin-top: 1rem;
}
.box-but{
	width: 21rem;
	padding:1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.box-buts{
	font-size: 1rem;
	padding: .5rem 3.4rem;
	color: #000000;
	border: solid .1rem #F7F7F7;
}
.box-buts-no,.box-buts-on{
	color: #FFFFFF !important;
	background-color: #999999;
	border: none;
}
.box-buts-on{
	background-color: #1e5eb4 !important;
}

.foot-nav { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 99;}
.foot-nav ul li { float: left; width: 33%; margin-right: 0.5%; background: #4c98dd;  text-align: center; padding: 15px 0; border-radius: 16px; }
.foot-nav ul li a { font-size: 1.0rem; color: #fff; }
.foot-nav ul li a img { height: 33px; }
.foot-nav ul li:last-child { margin-right: 0; }