/*
*********外层框架start*********
*/
.seachBox{
	position: absolute;
	width: 100%;
	left:0rem;
	bottom: 0rem;
	padding: 1rem 0rem;
}
.pdw10a{
	margin: 0 .5rem;
}
.searchTable{
	position: relative;
	overflow:hidden; 
	display: flex;
}
.searchTable:after{
	display: block;
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	border: 1px solid #c8c8c8;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	transform-origin: 0 0;
	border-radius: 2.25rem;
	box-sizing: border-box;
}
.searchTable a{
	position: relative;
	z-index:5;
	width: 2rem;
	height: 2rem;
	background: url(/subsiteSrc/ljyygfMB/images/sesrch.png) center center no-repeat;
	background-size: auto 0.8rem;
}
.searchIpt{
	flex: 1;
	padding: 0 .5rem;
	position: relative;
	z-index: 5;
}
.searchIpt input{
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	font-size: .65rem;
	color: #666;
	border: none;
	background: none;
	outline: none;
}
/*顶部start*/

.head1 {
	height: 2.25rem;
	line-height: 2.25rem;
	position: relative;
	z-index: 5;
	background: #fff;
	overflow: hidden;
	display: flex;
}

.logo {
	flex: 1;
	height: 2.25rem;
	overflow: hidden;
	padding-left: 0.5rem;
}

.logo img {
	height: 1.75rem;
}

.menuBtn {
	overflow: hidden;
	display: block;
	width: 2.25rem;
	height: 1.95rem;
	text-align: center;
	z-index: 6;
	padding-top: .3rem;
	background: #00528d;
}
.zz{
	width: 2.5rem;
	height: 2.25rem;
	right: 2.25rem;
	top: 0;
	position: absolute;
	z-index: 10;
	background: url(/subsiteSrc/ljyygfMB/images/bt.png) 1.6rem center no-repeat;
}
.selctSpan{
	padding: 0 .25rem;
	height: 2.25rem;
	line-height: 2.25rem;
}
.zz .check{
	position: absolute;
	width: 100%;
	height: 4.5rem;
	top: 2.25rem;
	left: 0;
	z-index: 2;
	font-size: .7rem;
	background-size: auto .3rem;
	display: none;
	background: #fff;
}
.zz.hover .check{
	display: block;
} 
.zz .check div{
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 0.6rem;
	color: #666;
}
/*.zz select{
	position: relative;
	z-index: 5;
	width: 100%;
	height: 2.25rem;
	outline: none;
	-webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color:#666;
	opacity: 0;
	text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    -webkit-appearance: none;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    background-color: white;
    cursor: default;
    margin: 0em;
    font-size: 0.7rem;
    border-radius: 0px;
    border-width: 0px;
    border-style: none;
    border-color: rgb(169, 169, 169);
    border-image: initial;
}
.zz select option{
	text-align: center !important;
}*/
.menuBtn .line {
	width: 1.3rem;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: .4rem auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.menuBtn.active .line {
	background: #fff;
}

.menuBtn.active {
	background: #00528d;
}

.menuBtn.active .line:nth-child(2) {
	opacity: 0;
}

.menuBg1 {
	height: 2.25rem;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1;
	background: #000;
	width: 100%;
	transition: all 0s;
	-webkit-transition: all 0s;
	visibility: hidden;
	opacity: 0;
}

.menuBg1.active {
	opacity: 0;
	visibility: visible;
}

.menuBtn.active .line:nth-child(1) {
	margin: 0.3rem auto;
	-webkit-transform: translateY(.4rem) rotate(45deg);
	-ms-transform: translateY(.4rem) rotate(45deg);
	-o-transform: translateY(.4rem) rotate(45deg);
	transform: translateY(.4rem) rotate(45deg);
}

.menuBtn.active .line:nth-child(3) {
	margin: -0.2rem auto;
	-webkit-transform: translateY(-.4rem) rotate(-45deg);
	-ms-transform: translateY(-.4rem) rotate(-45deg);
	-o-transform: translateY(-.4rem) rotate(-45deg);
	transform: translateY(-.4rem) rotate(-45deg);
}

.menuPhone {
	float: right;
	color: #666666;
	font-size: .7rem;
	width: 2.25rem;
	height: 100%;
	background: url(/subsiteSrc/ljyygfMB/images/icon1.png) no-repeat center center;
	background-size: auto 1rem;
	margin-right: 0rem;
}

#mobileMenu ul {
	width: 100vw;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100% - 2.25rem);
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}

#mobileMenu ul li {
	display: block;
	overflow: hidden;
	position: relative;
}

#mobileMenu ul li:after {
	content: "";
	position: absolute;
	left: .5rem;
	right: .5rem;
	bottom: 0px;
	height: 1px;
	background: #dadada;
	-webkit-transform-origin: scaleY(0.5);
	transform-origin: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
#mobileMenu ul li:last-child:after{
	display: none;
}
.menuTop {
	overflow: hidden;
	height: 2.25rem;
	line-height: 2.25rem;
	display: flex;
	padding: 0px 0.5rem;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.menu_a {
	font-size: 0.7rem;
	display: block;
	flex: 1;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;

}

.menu_a span {
	color: #666;
	font-size: 0.75rem;
	display: block;
	flex: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-align: left;
	padding: 0;
	padding-left: .25rem;
}

.slideDownBt {
	display: block;
	width: 5rem;
	height: 2.25rem;
	position: relative;
}

.slideDownBt:after {
	display: none;
	content: "";
	overflow: hidden;
	width: 2px;
	height: 0.85rem;
	position: absolute;
	right: 9%;
	top: 0.8rem;
	background: #999;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	transform: scaleX(0.5);
	-ms-transform: scaleX(0.5);
	-o-transform: scaleX(0.5);
	transform: scaleX(0.5);
}

.slideDownBt:before {
	display: none;
	content: "";
	overflow: hidden;
	width: 0.85rem;
	height: 2px;
	position: absolute;
	left: 90%;
	margin-left: -0.45rem;
	top: 50%;
	background: #999;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	-o-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.slideDownBt.show:after,
.slideDownBt.show:before {
	display: block;
}

#mobileMenu ul li.hover .slideDownBt:after {
	transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	-webkit-transform: scaleY(0);
}

#mobileMenu ul li.active .slideDownBt:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.menu_a i {
	display: none;
	font-size: 0.9rem;
	color: #666;
	line-height: 2rem;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#mobileMenu ul li.hover .menu_a span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after {
	color: #fff;
}

#mobileMenu ul li.hover .menuTop {
	background: #00528d;
	text-align: center;
}

#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before {
	background: #FFF;
}

#mobileMenu ul li.hover .menu_a i {
	transform: rotate(90deg);
}

#mobileMenu ul li.hover.active .menu_a i {
	transform: rotate(0deg);
}

#mobileMenu {
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 99;
	background: #F5F5F5;
	overflow: hidden;
	overflow-y: auto;
}

#mobileBg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;
	left: 0;
	top: 0px;
	z-index: 6;
	display: none;
}


.menu_dl dd.hover .subMenu_a {
	color: #d6000f;
}

.menuDiv {
	display: none;
	overflow: hidden;
	background: #fff;
}

.menu_dl {
	overflow: hidden;
	padding: 0.25rem 0px;
}

.menu_dl dd {
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	background: #FFF;
	text-align: center;
}

.menu_dl dd a {
	color: #808080;

}

.menu_dl dd a.hover {
	color: #00528d;
}

/*顶部end*/

/*导航start*/

.menuPage {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(245, 245, 245, 1);
	left: 0px;
	top: 0px;
	z-index: 2;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 2.25rem 0 0;
}

.menuPage.active {
	opacity: 1;
	visibility: visible;
}

.menuPageC1 {
	clear: both;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.menuPage.active .menuPageC1 {
	display: block;
	background: #fff;
}

.menuPageC1Pd {
	padding-top: 4.25rem;
}

.menuPageList {
	overflow: hidden;
	background: #fff;
}

.menuPageList dd {
	overflow: hidden;
	padding: 0 .5rem;
}

.menuPageList dd span {
	display: block;
	overflow: hidden;
	position: relative;
}

.menuPageList dd span:before {
	display: block;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbdbdb;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5)
}

.menuPageList dd span a {
	display: block;
	overflow: hidden;
	height: 2.25rem;
	line-height: 2.25rem;
	text-align: left;
	font-size: .75rem;
	color: #1f1f1f;
	padding: 0 .75rem;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menuPageList dd span em {
	display: block;
	width: 2.25rem;
	height: 2.25rem;
	text-align: center;
	line-height: 2.25rem;
	font-size: 1.5rem;
	color: #c7c7c7;
	position: absolute;
	right: 0px;
	top: 0px;
	font-style: normal;
	display: none;
	background-image: url(/subsiteSrc/ljyygfMB/images/crosss.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.5rem;
	z-index: 1
}

.menuPageList dd span em.icn2 {
	background-image: url(/subsiteSrc/ljyygfMB/images/crosss1.png);
}

.menuPageList dd span em.active {
	display: block;
}

.menuPageList dd .ejBox {
	padding: .4rem .75rem;
	display: none;
	background: #FFF;
}

.menuPageList dd .ejBox .ejdd {
	overflow: hidden;
	margin-bottom: .5rem;
}

.menuPageList dd .ejBox .ejdd .ej {
	position: relative;
}

.menuPageList dd .ejBox .ejdd .ej em {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(/subsiteSrc/ljyygfMB/images/jia.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 0.7rem;
	display: none;
	z-index: 20
}

.menuPageList dd .ejBox .ejdd .ej em.active {
	display: block;
}

.menuPageList dd .ejBox .ejdd .ej em.icn3 {
	background-image: url(/subsiteSrc/ljyygfMB/images/jian2.png);
}

.menuPageList dd .ejBox .ejdd .ej a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .7rem;
	padding-left: .5rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .ej a:before {
	display: block;
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -.1rem;
	width: .15rem;
	height: .15rem;
	background: #666666;
}

.menuPageList dd .ejBox .ejdd .sj {
	overflow: hidden;
	padding: .25rem .75rem;
	display: none;
}

.menuPageList dd .ejBox .ejdd .sj a {
	display: block;
	height: 1.25rem;
	line-height: 1.25rem;
	overflow: hidden;
	color: #666666;
	font-size: .6rem;
	padding-left: 1rem;
	position: relative
}

.menuPageList dd .ejBox .ejdd .sj a:before {
	display: block;
	content: '';
	position: absolute;
	left: .5rem;
	top: 50%;
	margin-top: 0;
	width: .25rem;
	height: 1px;
	background: #666666;
}

.menuPageList dd.hover span a {
	color: #fbb714;
}

.menuPageList dd.hover span em {
	color: #FFF;
}

/*导航end*/

/*subBanner start*/

.subBanner .con {
	position: relative;
}

.subBanner .con .pic:before {
	padding-top:31.25%;
}

.subBanner .con .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
}

.subBanner .con .text .title {
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: .6rem;
	color: #fff;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.subBanner .con .text .eng {
	height: 1.5rem;
	line-height: 1.5rem;
	font-size: .75rem;
	color: #fff;
	text-align: center;
	padding-top: .75rem;
}

/*subBanner end*/

/*底部start*/

.footerList {
	height: 2.25rem;
	overflow: hidden;
	display: flex;
	background: #FFF;
}

.footerList .item {
	flex: 1;
}

.footerList .item a {
	display: block;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: .1rem;
}

.footerList .item .icn {
	height: 1rem;
	padding: 0.1rem 0;
}

.footerList .item .icn img {
	height: 1rem;
	display: block;
	margin: 0 auto;
}

.footerList .item .text {
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	font-size: .6rem;
}

.footerList .item.hover .text {
	color: #ff9000;
}

/*底部end*/

/* 返回顶部 start*/

#scrollTop {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	right: 10px;
	bottom: 60px;
	z-index: 5;
	display: none;
	-webkit-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
	-moz-box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
	box-shadow: 0px 0px 5px rgba(153, 153, 153, 0.5);
}

#scrollTop em {
	font-size: 26px;
	color: #666;
	padding: 3px 0 0 0;
}

/* 返回顶部 end*/

/*
*********外层框架end*********
*/

/*
*********首页内容start*********
*/

.indexBanner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.indexBanner img {
	width: 100%;
}

.indexBanner .indexBannerDot {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.indexBanner .indexBannerDot span {
	width: .25rem;
	height: .25rem;
	text-align: center;
	line-height: 0.15rem;
	font-size: .6rem;
	border-radius: 0;
	color: #FFF;
	opacity: 1;
	border: 1px solid #fff;
	border-radius: 100%;
	background: transparent;
}

.indexBanner .indexBannerDot span.swiper-pagination-bullet-active {
	background: #fff;
}

.indexBannerBox {
	position: relative;
	padding-bottom: 5rem;
}

.bannerInputBox {
	position: absolute;
	bottom: -4.5rem;
	left: .5rem;
	right: .5rem;
	padding: 1.2rem 0 1.85rem;
	background: #fff;
	z-index: 99;
}

/*banner end*/

/*banner end*/

/*首页title start*/

.maxBox {
	height: 2rem;
	line-height: 2rem;
	font-size: .85rem;
	color: #000;
	text-align: center;
	text-transform: uppercase;
}

.maxBox .maxtitle {
	position: relative;
	height: 1rem;
	line-height: 1rem;
	font-size: .8rem;
	color: #333;
}

.maxBox .englishTitle {
	position: relative;
	height: 0.9rem;
	line-height: 0.9rem;
	font-size: .7rem;
	color: #666;
	text-transform: capitalize;
}

/*首页title end*/

/*column1 start*/

.column1 {
	padding: .75rem .5rem;
}

.commonItro {
	line-height: 1rem;
	color: #757575;
	text-align: center;
	font-size: .65rem;
	padding: .25rem 0;
}

.colDl1 dd {
	padding: .25rem 0;
}

.colDl1 dd .con {
	position: relative;
}

.colDl1 dd .con .pic:before {
	padding-top: 55.8333%;
}

.colDl1 dd .con .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4);
	font-size: .7rem;
	color: #fff;
}
.colDl1 dd .con .text .textB{
	padding: .5rem;
}
.colDl1 dd .con .text .textTitle{
	height: 1rem;
	line-height: 1rem;
	font-size: .7rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.colDl1 dd .con .text .textEngLish{
	height: 1rem;
	line-height: 1rem;
	font-size: .65rem;
	color: #fff;
	text-transform: uppercase;
}
.colDl1 dd .con .text .textC{
	line-height: 1rem;
	font-size: .65rem;
	color: #fff;
}
/*column1 end*/

/*column2 start*/

.column2 {
	background: #f5f5f5;
	padding: .75rem .5rem;
}
.ixBox7Slide{
	padding:0 17%;
	position: relative;
}
.ixBox7Slide a {
	display: block
}

.ixBox7Slide .con {
	position: relative;
}

.ixBox7Slide .pic:before {
	padding-top: 56.5789%
}
.ixBox7Slide .pic span{
	position: absolute;
	left: .5rem;
	right: .5rem;
	height: 1.8rem;
	line-height: 1.8rem;
	font-size: .6rem;
	color: #fff;
	left: 0;
	bottom: 0;
	text-align: left;
}
.ixBox7Slide .text{
	padding: .5rem 0;
}
.ixBox7Slide .text .title{
	height: 1rem;
	line-height: 1rem;
	font-size: .75rem;
	color: #333;
	text-align: center;
}
.ixBox7Slide .text .textC{
	height: 1rem;
	line-height: 1rem;
	font-size: .6rem;
	color: #858585;
}
.ixBox7Slide .swiper-slide {
	transition-duration: 0.3s;
}

.ixBox7Slide .swiper-slide.swiper-slide-active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)
}
.ixBox7Slide .swiper-slide.swiper-slide-active .con{
	padding: .25rem;
	background: #fff;
	box-shadow: 4px 0px 20px rgba(64,71,108,0.2);
}
.ixBox7Slide .swiper-slide.swiper-slide-active .title{
	color: #2593ce;
}
.ixBox7Slide .swiper-slide.typ1 {
	transform-origin: right center
}
.ixBox7Slide .swiper-slide.typ1 .text{
	text-align: right;
}
.ixBox7Slide .swiper-slide.typ2 {
	transform-origin: left center
}

.ixBox7Slide .swiper-slide.sc {
	transform: scale(0.8)
}

.overflowH {
	overflow: hidden;
	padding-bottom: 1.25rem;
}
.ixBox7Slide .indexBannerDot1 {
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0px;
	position: absolute;
	left: 0px;
	bottom: -1.2rem !important;
	z-index: 1;
}

.ixBox7Slide .indexBannerDot1 span {
	width: .25rem;
	height: .25rem;
	text-align: center;
	line-height: 0.15rem;
	font-size: .6rem;
	border-radius: 0;
	color: #FFF;
	opacity: 1;
	border: 1px solid #c7c7c7;
	border-radius: 100%;
	background: transparent;
	outline: none;
}

.ixBox7Slide .indexBannerDot1 span.swiper-pagination-bullet-active {
	background: #00528d;
	border-color: #00528d;
}

/*column2 end*/

/*column3 start*/
.column3{
	padding:1.5rem .5rem .75rem;
}
.col3Dl{
	padding:.5rem 0;
}
.col3Dl dd .con{
	position: relative;
}
.col3Dl dd .con .pic:before{
	padding-top: 41.6667%;
}
.col3Dl dd .con .text{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.2);
}
.col3Dl dd .con .text .textC{
	position: absolute;
	left: 2rem;
	top: 2.5rem;
	right: 1rem;
	bottom: 1rem;
}
.col3Dl dd .con .text .textC .english{
	line-height: .8rem;
	font-size: .65rem;
	color:#fff;
	opacity: .6;
	margin-bottom: .25rem;
	text-transform: uppercase;
}
.col3Dl dd .con .text .textC .title{
	height: 1rem;
	line-height: 1rem;
	font-size: .8rem;
	color: #fff;
}
/*column3 end*/

/*footer1 start*/
.footer1 {
	padding: .5rem;
	line-height: 1rem;
	color: #6a6a6a;
	font-size: .7rem;
}

.footerLogo {
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
}

.footerLogo img {
	height: 1.5rem;
}

.footer1 .ad span {
	display: block;
	height: 1rem;
	line-height: 1rem;
	font-size: .7rem;
	color: #666;
}

.footer1 .ad .con {
	line-height: 1.2rem;
	font-size: 0.6rem;
	color: #666;
}

.footer1 a {
	color: #6a6a6a;
}
.footerBox {
	padding: .5rem;
	background: #e8eaf1;
}

.footer2 {
	line-height: 1rem;
	color: #999;
	font-size: .6rem;
	text-align: center;
	padding:.25rem 0;
}

.footer2 a {
	color: #999;
}
.footerNavDl{
	display: flex;
}
.footerNavDl dd{
	flex: 1;
	text-align: center; 
	height:1rem;
	line-height: 1rem;
}
/*footer1 end*/

.replayTc {
	background: #f5f5f5;
	padding: .25rem;
}

.replayTc textarea {
	width: 100%;
	height: 7.5rem;
	background: none;
	border: none;
	line-height: 1rem;
	font-size: .7rem;
}

/*
*********首页内容end*********
*/

/* 二级框架 */

.subNavBox {
	background: #fafafa;
	padding: 0 .5rem;
}

.subNav {
	position: relative;
	width: 100vw;
}

.subNav .swiper-slide {
	height: 2rem;
	font-size: .65rem;
	overflow: hidden;
	width: auto;
}

.subNav .con {
	text-align: center;
	height: 100%;
}

.subNav .con .text {
	display: inline;
	float: left;
	line-height: 2rem;
	margin: 0 .5rem;
}

.subNav .con .text {
	color: #333;
	position: relative;
}

.subNav .con .iconBox {
	overflow: hidden;
	height: 1.8rem;
}

.subNav .con .iconBox div {
	display: inline;
	float: left;
	height: 1rem;
	width: 1rem;
	margin-top: 0.45rem;

}

.subNav .swiper-slide.hover .con .text {
	color: #0d5689;
}

/*
.subNav .swiper-slide.hover .con .text:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 0;
	background: #e60014;
}
*/

.three{
	padding:.5rem;
	background: #fff;
}
.threeDl{
	text-align: center;
	overflow:hidden;
	overflow-x: auto;
}
.threeDl dd{
	position: relative;
	display: inline-block;
	height: 1.5rem;
	line-height: 1.5rem;
	padding: 0 1rem;
	margin: 0 .25rem;
	overflow: hidden;
	border-radius: 3rem;
}
.threeDl dd:after{
	display: block;
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	left:0;
	top:0;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 3rem;
	transform: scale(.5);
	-webkit-transform: scale(.5);
	transform-origin: 0 0;
}
.threeDl dd a{
	display: block;
	font-size: .7rem;
	color: #666;
	border-radius: 3rem;
}
.threeDl dd.hover{
	background: #4973da;
}
.threeDl dd.hover:after{
	border-color: #4973da;
}
.threeDl dd.hover a{
	color: #fff;
}