* {
	padding: 0;
	margin: 0;
	font-family: MicrosoftYaHei;
}

body {
	overflow-x: hidden;
}

/* 机构 */
.index_1top {
	width: 100%;
	height: 553px;
	background-image: linear-gradient(90deg,
			#07389b 1%,
			#08369b 85%,
			#08359b 100%);
}

.mainbox {
	/* min-width: 1200px; */
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.mainbox1300 {
	/* min-width: 1400px; */
	width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.pt150 {
	padding-top: 150px;
}

.mh553 {
	min-height: 553px;
}

.txt1 {

	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	font-size: 67px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
}

.txt_ {

	width: 666px;
	min-height: 78px;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
	margin-top: 50px;
	margin-bottom: 40px;
}

.mainbox_right {
	position: absolute;
	top: 159px;
	right: -100px;
}

.imgblock {
	display: block;
}

.titmid {
	font-weight: bold;
	font-size: 36px;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #000000;
	text-align: center;

	height: 96px;
	line-height: 3.5;
}

.txtmid {
	margin-top: 8px;

	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 1px;
	color: #999999;
	text-align: center;
	margin-bottom: 29px;
}

.flexbox {
	display: flex;
	flex-wrap: wrap;
}

.hoverimg {
	width: 238px;
	height: 155px;
	margin: 1px;
	box-sizing: border-box;
}

.hoverimg_ {
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bgf3f3f3 {
	background: #f3f3f3;
}

.pb29 {
	padding-bottom: 29px;
}

.pb50 {
	padding-bottom: 50px;
}

.h383 {
	height: 383px;
}

.h353 {
	height: 429px;
	padding-top: 19px;
	padding-bottom: 59px;
}

.mt50 {
	margin-top: 50px;
}

.mbt50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.fonwenormal {
	font-weight: normal;
}

.positionrelative {
	position: relative;
}

.bannerbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
}

.swiper-slide {
	overflow: hidden;
}

.btnsty::after {

	color: #333333;
	font-size: 159px !important;
	opacity: 0.12;
}

.banner_box {
	display: flex;
	height: 100%;
	align-items: center;
	background: #fff;
}

.banner_box_img {
	/* flex: 1; */
	width: 530px;
	height: 100%;
	display: flex;
    align-items: center;
}

.banner_box_img>img {
	max-width: 100%;
	max-height: 100%;
	/* height: 100%; */
	/* max-height: 385px;
	object-fit:cover; */
}

.banner_box_txt {
	flex: 1;
	/* width: 546px; */
	/* padding: 30px 18px 18px 28px; */
	padding: 0px 18px;
	box-sizing: border-box;
	overflow-y: auto;
}

.newPrductHeight{
	height: 311px;
}

.tapbtns {
	height: 88px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tapbtns_ {
	width: 100%;
	height: 39px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: url('../image/tapbg.png');
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: bottom center;

}

.tapbtn_ {
	color: #000000;
	letter-spacing: 0px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	text-align: center;
	transition: all .1s ease-in-out;


	cursor: pointer;
}

.tapbtn_add {
	font-family: MicrosoftYaHei;
	font-weight: bold;
	font-size: 16px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #07379b;
}

.tapbtn_add::after {
	content: " ";
	position: absolute;
	left: 50%;
	bottom: -9px;
	width: 50%;
	height: 4px;
	z-index: 99;
	transform: translateX(-50%);
	background-color: #07379b;
}

.disflexjucon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.disflexjucon>img {
	width: 300px;
}

.productimg_ {
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 45% !important;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.h353>.mySwiper {
	height: 100%;
}

.mySwiper {
	width: 1200px;
	margin: 0 auto;
}

.btnleft {

	width: 77px;
	height: 152px;
	position: absolute;
	left: -49px;

	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../image/btnleft.png');
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.btnright {

	width: 77px;
	height: 152px;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url('../image/btnright.png');
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

.productimg_>img {
	display: block;
	width: 231px;
	height: 120px;
	object-fit: contain;
	margin: 0 auto;
}
.productimg_ .mask{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	background: rgba(0,0,0,0.5);
}
.productimg_ .mask span{
	font-size: 16px;
	color: #fff;
	letter-spacing: 2px;
	display:block;
}
.productimg_:hover .mask{
	top: 0;
}
.h340 {
	height: 340px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.h340>img {
	cursor: pointer;
}

.juconcenter {
	justify-content: space-between;
}

.bannertxttit {
	font-family: MicrosoftYaHei-Bold;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	/* line-height: 58px; */
	margin-bottom: 5px;
	letter-spacing: 0px;
	color: #000000;
}

.bannertxt_ {
	text-indent: 9px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #3e3e3e;
}

.submitbox{
	margin:0 auto;
	width: 1200px;
	height: 790px;
	margin-top:30px;
	margin-bottom:30px;
	background-color: #ffffff;
	box-shadow: 0px 0px 27px 0px 
		rgba(18, 19, 21, 0.15);

		
	background-image: url('../image/submitbg.png');
    background-size: 104% 107%;
    background-position: -19px -22px;
	background-repeat: no-repeat;
}

.submitbox_{
	width: 571px;
	margin-left: 629px;
	padding-top: 100px;
	box-sizing: border-box;
	overflow: hidden;
}
.submitbox_>div{
	margin-left: 53px;
}

.submitbox_tit{
	font-family: MicrosoftYaHei;
	font-size: 33px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #000000;
}

.submitbox_txt{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #5c5c5c;
	margin-top: 13px;
	margin-bottom: 22px;
}

.inputsty{

	width: 384px;
	height: 42px;
	line-height: 1.8;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #cacaca;
	padding-left: 18px;

	font-family: MicrosoftYaHei;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 58px;
	letter-spacing: 0px;
	color: #9e9e9e;
	
	box-sizing: border-box;
	margin-bottom: 19px;
	display: block;
	outline: none;
}

.inputsty_{
	position: relative;
	width: 384px;
	height: 128px;
	line-height: 1.8;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #cacaca;

	box-sizing: border-box;


	margin-bottom: 17px;
	
}

.inputsty__{
	width: 384px;
	height: 41px;
	background-color: #07389b;
	border-radius: 5px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 2.7;
	text-align: center;
	user-select: none;
	cursor: pointer;
}

.inputsty_>textarea{
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	resize: none;
	color: #9e9e9e;
	line-height: 1.9;
	text-indent: 7px;
}
::-webkit-scrollbar{
	opacity: 0;
	width: 0;
}
.inputsty_div{
	position: absolute;
	right: 10px;
	bottom: 0px;
	z-index: 1;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #9e9e9e;
}

.pullBoxSha{box-shadow: 0px 0px 14px #d9d9d9;}

.newInfoPurpose{}
.newInfoPurpose ul{}
.newInfoPurpose ul li{
	color: #000;
	/* flex: 1; */
	margin: 0 15px;
	padding: 60px 20px 20px 20px;
	text-align: center;
	position: relative;
	background: #fff;
	box-sizing: border-box;
	border-radius: 2px;
	font-family: MicrosoftYaHei-Bold;
}
.newInfoPurpose ul li .imgTop{
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	width: 95px;
	height: 95px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 50%;
	background: #fff;
}
.newInfoPurpose ul li h1{
	margin-bottom: 8px;
	font-size: 22px;
}
.newInfoPurpose ul li .txt{
	text-indent: 2rem;
	text-align: left;
	font-size: 18px;
	/* font-weight: bold; */
	color: #414141;
	letter-spacing: 1px;
}