body {

	margin: 0;

	padding: 0;

	font-family: "微软雅黑";

}



ul,

li {

	margin: 0;

	padding: 0;

	list-style-type: none;

}



img {

	max-width: 100%;

	border: 0;

}



a {

	text-decoration: none;

}



.header {

	width: 100%;

	min-width: 1200px;

	height: 150px;

}



.w_1200 {

	width: 1200px;

	height: 100px;

	margin: 0 auto;

}



.topBar {

	width: 100%;

	height: 100px;

	display: flex;

	justify-content: space-between;

	align-items: center;

}



.logoCall {

	height: 100px;

	display: flex;

	align-items: center;

}



.logo {

	display: block;

	width: 259px;

	height: 54px;

	margin-right: 14px;

}



.call {

	height: 66px;

	padding-left: 16px;

	border-left: 2px solid #eee;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

}



.call span {

	height: 19px;

	line-height: 19px;

	font-size: 14px;

	color: #003580;

	text-align: left;

	font-weight: bold;

}



.topRight {

	display: flex;

	align-items: center;

}



.advText {

	display: block !important;

	height: 26px;

	font-size: 16px;

	color: rgb(230, 74, 25);

	margin-right: 26px;

	font-weight: bold;

}



.topTel {

	height: 100%;

	padding-right: 60px;

	display: flex;

	align-items: center;

}



.topTel img {

	width: 42px;

	height: 42px;

	margin-right: 26px;

}



.tel {

	height: 100%;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: flex-start;

}



.tel span {

	display: block;

}



.tel span:first-child {

	font-size: 14px;

	color: #e64a19;

}



.tel span:last-child {

	font-size: 22px;

	color: #003580;

}



.navBar {

	width: 100%;

	height: 50px;

	background-color: #003580;

}



.nav {

	position: relative;

	width: 1200px;

	height: 50px;

	margin: 0 auto;

}



.nav a {

	color: #fff;

}



.nav .m {

	float: left;

	position: relative;

	z-index: 1;

	width: 120px;

	height: 50px;

}



.nav>li.on a {

	color: #fff;

	background-color: #0d2f5e;

}



.nav>li a {

	display: block;

	width: 120px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	font-weight: bold;

	font-size: 15px;

}



.nav .sub {

	display: none;

	position: absolute;

	left: 0;

	top: 50px;

	z-index: 1;

	width: 120px;

	border-top: 0;

	background: #003580;

}



.nav .sub li {

	text-align: center;

}



.nav .sub li a {

	display: block;

	border-bottom: 1px solid #fff;

	height: 36px;

	line-height: 36px;

	color: #fff;

	font-size: 12px;

	text-transform: capitalize;

}



.nav .sub li a:hover {

	background: #003580;

	color: #fff;

}



.nav>li:nth-child(3) .sub {

	width: 180px;

	left: -30px;

}



.nav>li:nth-child(3) .sub li a {

	width: 180px;

}





.nav .block {

	height: 2px;

	width: 120px;

	background: #fff;

	/*background: #e64a19;*/

	position: absolute;

	left: 0;

	top: 48px;

	z-index: 999;

	overflow: hidden;

}



/**banner start**/

.banner {

	width: 100%;

	height: 600px;

	overflow: hidden;

	position: relative;

	font-size: 0;

}



.b-img {

	height: 600px;

	position: absolute;

	left: 0;

	top: 0;

}



.b-img a {

	display: block;

	height: 600px;

	float: left;

}



.b-list {

	width: 108px;

	height: 30px;

	padding-top: 570px;

	position: relative;

	margin: 0 auto;

	z-index: 1;

}



.b-list span {

	display: block;

	cursor: pointer;

	width: 15px;

	height: 15px;

	border-radius: 50%;

	background-color: #fff;

	float: left;

	margin: 0 5px;

	_margin: 0 3px;

}



.b-list .spcss {

	background-color: #003580;

}



.bar-left {

	position: absolute;

	z-index: 1;

	display: block;

	width: 100px;

	height: 100%;

	left: 0px;

	background: none;

	top: 0px;

}



.bar-right {

	position: absolute;

	z-index: 1;

	display: block;

	width: 100px;

	height: 100%;

	right: 0px;

	background: none;

	top: 0px;

}



.bar-left em {

	display: block;

	width: 50px;

	height: 100px;

	background: url(/images/arrow.png) 0px 0px no-repeat;

	margin: 0 auto;

	margin-top: 250px;

}



.bar-right em {

	display: block;

	width: 50px;

	height: 100px;

	background: url(/images/arrow.png) -50px 0px no-repeat;

	margin: 0 auto;

	margin-top: 250px;

}



.bar-left .emcss {

	background-position: 0px -100px;

}



.bar-right .emcss {

	background-position: -50px -100px;

}



/**banner end**/



/*index product start*/

.indexProduct {

	width: 1100px;

	margin: 0 auto;

	padding-top: 36px;

}



.ipTitle,

.frTitle,

.afTitle,

.iaTitle,

.klTitle {

	width: 1100px;

	height: 60px;

	text-align: center;

	line-height: 60px;

	font-size: 28px;

	font-weight: bold;

	color: #003580;

}



.ipList {

	width: 1100px;

	display: flex;

	flex-wrap: wrap;

	margin-top: 48px;

}



.ipItem {

	width: 340px;

	height: 340px;

	box-sizing: border-box;

	border-bottom: 1px solid #ddd;

	margin-right: 40px;

	margin-bottom: 30px;

	position: relative;

}



.ipItem:nth-child(3n) {

	margin-right: 0;

}



.ipItem img {

	width: 340px;

	height: 280px;

	/*border: 1px solid #003580;*/

}



.ipItem span {

	display: block;

	width: 340px;

	height: 36px;

	margin-top: 12px;

	text-align: center;

	line-height: 36px;

	font-size: 16px;

	color: #333;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}



.ipItem .l1 {

	position: absolute;

	top: 0;

	left: 0;

	width: 0;

	height: 1px;

	background: #003580;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

}

.ipItem .l2 {

	position: absolute;

	top: 0;

	right: 0;

	width: 1px;

	height: 0;

	background: #003580;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

}

.ipItem .l3 {

	position: absolute;

	bottom: 0;

	right: 0;

	width: 0;

	height: 1px;

	background: #003580;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

}

.ipItem .l4 {

	position: absolute;

	bottom: 0;

	left: 0;

	width: 1px;

	height: 0;

	background: #003580;

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s;

}

.ipItem:hover>div.l1 {

	width: 100%;

}

.ipItem:hover>div.l2 {

	height: 100%;

}

.ipItem:hover>div.l3 {

	width: 100%;

}

.ipItem:hover>div.l4 {

	height: 100%;

}



/*index product end*/



/*Reason start*/

.fourReason {

	width: 1160px;

	margin: 0 auto;

	padding-top: 36px;

}



.frList {

	width: 100%;

}



.frItem {

	width: 100%;

	height: 326px;

	display: flex;

	justify-content: space-between;

	align-items: flex-end;

}



.frItem:nth-child(2n) {

	flex-direction: row-reverse;

}



.frImg {

	width: 560px;

	height: 326px;

	position: relative;

}



.frImg img {

	position: absolute;

	width: 560px;

	height: 295px;

	left: 0;

	bottom: 0
}



.frSort {

	position: absolute;

	left: 20px;

	top: 0;

	width: 88px;

	height: 111px;

	background-color: #003580;

	display: flex;

	justify-content: center;

	align-items: center;

}



.frSort span {

	font-size: 40px;

	color: #fff;

	font-weight: bold;

	border-bottom: 2px solid #fff;

}



.frItemNr {

	width: 550px;

	height: 326px;

	display: flex;

	flex-direction: column;

	justify-content: center;

}



.frItemNrTitle {

	width: 100%;

	height: 40px;

	line-height: 40px;

	font-size: 30px;

	font-weight: bold;

	color: #003580;

	margin-bottom: 40px;

}



.frItemNrDesc {

	width: 100%;

	font-size: 14px;

	color: rgb(89, 89, 89);

	line-height: 24px;

}



/*Reason end*/



/*APP Field start*/

.appField {

	width: 1160px;

	margin: 0 auto;

	padding-top: 36px;

	overflow: auto;

}



.container {

	margin: 20px auto 0;

	max-width: 1160px;

}

.container ul {
	display: flex;
	flex-wrap: wrap;
}


.container img {

	max-width: 100%;

	vertical-align: middle;

}



.container li {

	/* float: left; */

	width: 25%;

	padding: 10px;

	box-sizing: border-box;

}



.afLiTitle {

	width: 100%;

	height: 36px;

	text-align: center;

	line-height: 36px;

	font-size: 14px;

	color: #333;

}



.container h3 {

	font-size: 20px;

	margin: 5px 0 10px;

}



.container p {

	font-weight: 300;

	line-height: 20px;

	font-size: 14px;

	margin-bottom: 15px;

}



.btn {

	display: inline-block;

	padding: 5px 10px;

	font-size: 14px;

	color: #fff;

	border: 2px solid #fff;

	text-decoration: none;

	transition: 0.4s;

}



.btn:hover {

	background-color: transparent;

	color: #fff;

	transition: 0.4s;

}



.text-desc {

	position: absolute;

	left: 0;

	top: 0;

	background-color: rgba(0, 0, 0, 0.45);

	height: 100%;

	opacity: 0;

	width: 100%;

	display: flex;

	justify-content: center;

	align-items: center;

}



/*= Reset CSS End

================= *



/* effect-1 css */

.port-1 {

	/*float: left;*/

	width: 100%;

	position: relative;

	overflow: hidden;

	text-align: center;

}



.port-1 .text-desc {

	opacity: 0.9;

	top: -100%;

	color: #000;

	transition: 0.5s;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

}



.port-1 img {

	transition: 0.5s;

	-webkit-transition: 0.5s;

	-moz-transition: 0.5s;

}



.port-1:hover img {

	transform: scale(1.2);

	-webkit-transform: scale(1.2);

	-moz-transform: scale(1.2);

}



.port-1.effect-1:hover .text-desc {

	top: 0;

}



/*APP Field end*/



/*index about start*/



.indexAbout {

	width: 1160px;

	margin: 30px auto;

}



.iaContent {

	width: 1160px;

	margin-top: 30px;

	display: flex;

	justify-content: space-between;

}



.iaLeft {

	width: 48%;

}



.iaNr {

	width: 100%;

	font-size: 14px;

	color: #333;

	line-height: 30px;

}



.btnMoreDiv {

	width: 100%;

	display: flex;

	justify-content: center;

}



.btnMoreDiv .btnMore {

	margin-top: 0;

}



.btnMore {

	width: 180px;

	height: 44px;

	border: 1px solid #003580;

	border-radius: 2px;

	line-height: 44px;

	text-align: center;

	margin: 30px 0;

	cursor: pointer;

	display: block;

	color: #fff;

	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;

	z-index: 1;

	position: relative;

	background-color: #003580;

}



.btnMore:hover {

	color: #003580 !important;

	background-color: transparent;

}



.btnMore:hover:before {

	left: 0;

	right: auto;

	width: 100%;

}



.btnMore:before {

	display: block;

	position: absolute;

	top: 0;

	right: 0;

	height: 100%;

	width: 0;

	z-index: -1;

	content: '';

	color: #003580 !important;

	background: #fff;

	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;

}



.iaImg {

	width: 48%;

}



.iaImg img {

	width: 100%;

}



/*index about end*/



/* knowledge start */

.konwledge {

	width: 1160px;

	margin: 0 auto 30px;

}



.klContent {

	width: 1160px;

	margin-top: 24px;

	display: flex;

	justify-content: space-between;

}



.klRecommended,

.klList {

	width: 48%;

}



.klRecommendedItem {

	width: 100%;

}



.klRecommendedItem img {

	width: 100%;

	max-height: 350px;

}



.klItem {

	width: 100%;

	overflow: hidden;

	display: block;

	padding: 30px 20px 29px;

	border-bottom: 1px solid #f2f2f2;

	box-sizing: border-box;

}



.klItem .date {

	float: left;

	width: 79px;

	padding-right: 10px;

	border-right: 1px solid #f2f2f2;

}



.klItem span:first-child {

	display: block;

	line-height: 40px;

	font-size: 28px;

	color: #ababab;

}



.klItem .date>span.year {

	display: block;

	color: #d4d4d4;

	font-size: 14px;

	text-align: right;

	height: 20px;

}



.klItem .newsRight {

	padding-left: 15px;

	float: left;

	width: 515px;

}



.klItem .newsRight {

	width: 395px;

}



.klItem .newsRight .newsTitle {

	color: #363636;

	font-size: 16px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

}



.klItem .newsContent {

	color: #7e7e7e;

	font-size: 14px;

	line-height: 1.2;

	margin-top: 7px;

	text-overflow: -o-ellipsis-lastline;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

}



.klItem:hover * {

	color: #ffffff !important;

	border-color: #fff;

}



.klItem {

	z-index: 1;

	position: relative;

}

.klItem:hover {

	color: #fff !important;

	background-color: transparent;

}

.klItem:hover:after {

	height: 700%;

	opacity: 1;

}

.klItem:after {

	display: block;

	position: absolute;

	top: 50%;

	left: 50%;

	height: 0;

	width: 150%;

	z-index: -1;

	content: '';

	opacity: 0.5;

	color: #fff !important;

	background: #003580;

	transform: translateX(-50%) translateY(-50%) rotate(90deg);

	transition: all 0.75s ease 0s;

}



/* knowledge end */



/* footer start */



.footer {

	width: 100%;

	height: 270px;

	background: url(/images/footer.jpg) center center;

	background-size: cover;

}



/* footer end */



/* innerBanner start */



.innerBanner {

	width: 100%;

	height: 360px;

}



/* innerBanner end */



/* position start */



.positionOut {

	width: 100%;

	height: 50px;

	background: #003580;

}



.position {

	width: 1200px;

	height: 50px;

	line-height: 50px;

	padding-left: 280px;

	box-sizing: border-box;

	color: #fff;

	margin: 0 auto;

}



.position a {

	color: #fff;

	font-size: 14px;

}



.position a:first-child {

	padding-left: 30px;

	background: url("/images/path.png") left center no-repeat;

	height: 50px;

}



/* position end */



.main {

	width: 1200px;

	margin: 0 auto;

	display: flex;

	justify-content: space-between;

}



/* left start */



.left {

	width: 250px;

	margin-top: -110px;

	padding-bottom: 60px;

}



.leftTop {

	width: 100%;

	height: 150px;

	line-height: 150px;

	padding-left: 20px;

	box-sizing: border-box;

	font-size: 30px;

	color: #fff;

	background-color: #003580;

}



.leftTop a {

	display: block;

	color: #fff;

}



.leftList {

	width: 100%;

	border: 1px solid #e1e1e1;

	box-sizing: border-box;

	border-top: none;

}



.leftItem {

	display: flex;

	align-items: center;

	width: 100%;

	height: 49px;

	padding: 0 20px;

	border-bottom: 1px solid #e1e1e1;

	color: #343434;

	background: #fff;

	transition: 1s;

	box-sizing: border-box;

}



.leftItem span {

	display: block;

}



.leftItem span.icon {

	width: 20px;

	height: 20px;

	background: url(/images/jt_gray.png) no-repeat;

}



.leftItemTitle {

	height: 32px;

	line-height: 32px;

	font-weight: bold;

	font-size: 14px;

	color: #343434;

	transition: 1s;

}



.leftItem:hover {

	background-color: #f3f3f3;

}



.leftItem:hover span.icon {

	width: 20px;

	height: 20px;

	background: url(/images/jt_blue.png) no-repeat;

}



.leftItem:hover .leftItemTitle {

	color: #003580;

}



.leftItem.current span.leftItemTitle {

	color: #003580;

}



.leftItem.current span.icon {

	background: url(/images/jt_blue.png) no-repeat;

}



/* left end */



/* right start */



.right {

	width: 930px;

}



.mainList {

	width: 100%;

	padding-top: 30px;

	display: flex;

	flex-wrap: wrap;

}



.mlItem {

	display: block;

	width: 294px;

	margin-right: 24px;

	margin-bottom: 24px;

	border: 1px solid #ededed;

	border-bottom: none;

	box-sizing: border-box;

}



.mlItem:nth-child(3n) {

	margin-right: 0;

}



.mlImg {

	width: 100%;

	height: 240px;

	overflow: hidden;

}



.mlImg img {

	width: 100%;

	height: 240px;

	transition: 1s;

}



.mlImg img:hover {

	transform: scale(1.5, 1.5);

}



.mlItem span {

	display: block;

	width: 100%;

	height: 32px;

	line-height: 32px;

	font-size: 14px;

	color: #fff;

	background: #003580;

	text-align: center;

}



.mlItem:hover span {

	background: #00255a;

}



.mainNewsList {

	width: 100%;

	padding-top: 30px;

}



.mainNewsItem {

	width: 100%;

	padding: 34px 15px;

	display: block;

	border-bottom: 1px dashed #888888;

	overflow: hidden;

	display: flex;

	/*justify-content: space-between;*/

	align-items: center;

	background-color: #fff;

	transition: 0.5s;

}



.mainNewsItem div.date {

	min-width: 78px;

	height: 48px;

	text-align: center;

	border: 1px solid #e6e6e6;

	padding: 15px 10px;

}



.mainNewsItem div.date div.day {

	font-size: 24px;

	color: #003580;

	transition: 0.5s;

}



.mainNewsItem div.date div.yearMonth {

	font-size: 14px;

	color: #777;

	transition: 0.5s;

}



.newsItemContent {

	margin-left: 20px;

}



.newsItemTitle {

	font-size: 16px;

	color: #363636;

	transition: 0.5s;

}



.newsItemDesc {

	color: #7e7e7e;

	font-size: 14px;

	line-height: 24px;

	margin-top: 11px;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	transition: 0.5s;

}



.mainNewsItem:hover {

	background-color: #003580;

}



.mainNewsItem:hover div.date div.day {

	font-size: 24px;

	color: #fff;

}



.mainNewsItem:hover div.date div.yearMonth {

	font-size: 14px;

	color: #fff;

}



.mainNewsItem:hover .newsItemTitle {

	color: #fff;

}



.mainNewsItem:hover .newsItemDesc {

	color: #fff;

}



/* right end */



/* singlepage start */



.singleItem {

	font-size: 15px;

	color: #333;

	line-height: 32px;

	padding-bottom: 30px;

}



.singleItem>div,

.singleItem>p {

	text-indent: 2em;

}



.singleItem img {

	position: relative;

	left: -2em;

}



/* singlepage end */



/* pages start */



.pages {

	width: 100%;

	height: 36px;

	margin-top: 10px;

	margin-bottom: 30px;

	overflow: hidden;

}



.pages ul {

	width: 100%;

	height: 32px;

	display: flex;

	justify-content: center;

	align-content: center;

}



.pages ul li {

	height: 32px;

	margin-left: 5px;

	margin-right: 5px;

	border: 1px solid #89bfee;

}



.pages ul li a {

	display: block;

	height: 30px;

	padding-left: 12px;

	padding-right: 12px;

	line-height: 30px;

	font-size: 15px;

	color: #5593e3;

}



/* .pages ul li:first-child a,

.pages ul li:last-child a {

	display: flex;

	align-items: center;

	justify-content: center;

	padding-left: 6px;

	padding-right: 6px;

}
 */


.pages ul li a img {

	width: 20px;

	height: 20px;

}



.pages ul li.thisclass a {

	color: #0f519b;

	font-weight: bold;

}



.pages ul li span.pageinfo {

	line-height: 30px;

	font-size: 14px;

	color: #0f519b;

	padding-left: 12px;

	padding-right: 12px;

}



/* pages end */



/* footer start */



.footerIn {

	width: 1200px;

	margin: 0 auto;

}



.footerTop {

	height: 172px;

	padding-top: 30px;

	overflow: hidden;

	display: flex;

	justify-content: space-between;

}



.footerMenu {

	display: flex;

}



.footerMenuItem {

	padding: 0 30px;

}



.footerMenuTitle {

	font-size: 14px;

	color: #fff;

	margin-bottom: 15px;

}



.footerMenuItem a {

	display: block;

	font-size: 12px;

	color: #fff;

	opacity: 0.68;

	height: 20px;

	line-height: 20px;

}



.footerEwm {

	margin-right: 80px;

	width: 100px;

}



.footerEwm img {

	width: 100px;

	height: 100px;

}



.footerEwm span {

	display: block;

	width: 100%;

	height: 30px;

	text-align: center;

	line-height: 30px;

	font-size: 14px;

	color: #fff;

}



.footerBootom {

	height: 67px;

	line-height: 67px;

	border-top: 1px solid #646d7a;

	font-size: 14px;

	text-align: center;

	color: #fff;

}



.footerBootom a {

	color: #fff;

}



/* footer end */



/* gbook start */



.diyForm {

	width: 90%;

	margin-left: 5%;

	padding-top: 30px;

	margin-bottom: 30px;

}



.diyForm input.intxt {

	height: 30px;

	padding-left: 15px;

	font-size: 14px;

	color: #666;

}



#nr,

#nr_en {

	padding: 12px;

	line-height: 30px;

	font-size: 14px;

	color: #666;

}



table {

	border-collapse: separate;

	border-spacing: 20px;

}



.coolbg {

	width: 78px;

	height: 36px;

	border: none;

	background: #003580;

	text-align: center;

	line-height: 36px;

	color: #fff;

	font-size: 14px;

}



.coolbg.reset {

	background-color: rgb(230, 74, 25);

}



/* gbook end */



/* honor start */



.honor {

	padding-top: 30px;

	padding-bottom: 30px;

	column-count: 3;

}



.honor a {

	display: inline-block;

}



.honor a img {

	width: 100%;

}



.honor a span {

	display: block;

	width: 100%;

	line-height: 24px;

	font-size: 14px;

	color: #333;

	margin-top: 10px;

	text-align: center;

}



.honor_cn {

	padding-top: 30px;

	padding-bottom: 30px;

	display: flex;

	flex-wrap: wrap;

}



.honor_cn a {

	display: block;

	width: 295px;

	margin-right: 22.5px;

	margin-bottom: 22.5px;

}



.honor_cn a:nth-child(3n) {

	margin-right: 0;

}



.honor_cn a img {

	width: 295px;

	height: 417px;

}



.honor_cn a span {

	display: block;

	width: 295px;

	height: 24px;

	line-height: 24px;

	font-size: 14px;

	color: #333;

	margin-top: 10px;

	text-align: center;

	overflow: hidden;

}





/* honor end */



/* detail start */



.nrTitle {

	width: 90%;

	margin: 0 auto;

	text-align: center;

	font-size: 32px;

	color: #333;

	font-weight: bold;

	padding-top: 45px;

	padding-bottom: 18px;

}



.info {

	width: 90%;

	margin: 0 auto;

	text-align: center;

	line-height: 32px;

	font-size: 14px;

	color: #999;

}



.line1px {

	width: 90%;

	height: 1px;

	margin: 0 auto;

	background-color: #ddd;

	margin-top: 18px;

	margin-bottom: 30px;

}



.nrContent {

	width: 90%;

	margin: 0 auto;

}



.nrContent h2 {

	font-size: 16px;

	line-height: 35px;

	/*float: left;*/

	padding: 5px 20px;

	clear: both;

	background: #000268;

	color: #FFFFFF;

	margin: 10px 0px;

	font-weight: 300;

	display: inline-block;

	text-indent: 0;

}



/* detail end */



.indexAdv {

	width: 100%;

	height: 180px;

	background: url(/images/indexAdv.jpg) center center no-repeat;

}



.indexAdvEn {

	background: url(/images/indexAdvEn.jpg) center center no-repeat;

}



.indexAdv2 {

	width: 100%;

	height: 180px;

	margin-top: 45px;

	background: url(/images/indexAdvBg.jpg) center center no-repeat;

	text-align: center;

	line-height: 180px;

	font-size: 36px;

	font-weight: bold;

	color: rgb(37, 107, 237);

}



/* English start */



.indexAdv2En {

	display: flex;

	flex-direction: column;

	align-items: center;

	justify-content: center;

	line-height: 48px;

}



.indexAdv2En span {

	display: block;

}



/* English end */



.goEn {

	display: block;

	width: 88px;

	height: 36px;

	background: #fff;

	font-size: 16px;

	color: #003580 !important;

	border-radius: 6px;

	text-align: center;

	line-height: 36px;

	position: absolute;

	right: 0;

	top: 7px;

}
