* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
}
a {
	color: #333;
	text-decoration: none;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}
a:active, a:hover {
	outline: 0
}
a:hover {
	color: #42ac49;
	cursor: pointer;
	text-decoration: none
}
img {
	vertical-align: middle;
}
.m {
	display: none;
}
.pc {
	display: block;
}
.pcnone {
	display: none !important;
}
.top {
}
input {
	outline: none;
}
.topcon {
	width: 100%;
	margin: 0 auto;
	/* overflow: hidden; */
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 80px;
}
.t1 {
	overflow: hidden;
	float: left;
	width: 20%;
	text-align: left;
	padding-left: 10px;
}
.t1 img {
	float: left;
	margin-right: 10px;
}
.t1R {
	float: left;
	font-size: 16px;
	text-align: left;
}
.t2 {
	float: left;
	/* margin-left: 18%; */

	/* position: absolute; */

	left: 40%;
	width: 45%;
	/* text-align: center; */

	margin: 0 30px;
}
.t2 img {
	float: left;
}
.t2R {
	float: left;
	margin-left: 11px;
}
.t2R h3 {
	font-size: 32px;
	color: #1a2a57;
}
.t2R p span {
	color: #999;
}
.t2R p span:first-child {
	font-size: 12px;
}
.t2R p span:last-child {
	float: right;
	font-size: 12px;
}
.t3 {
	/* display: flex; */
	float: right;
}
.t3 img {
	float: left;
	margin-right: 11px;
}
.t3R {
	float: left;
	font-size: 14px;
}
.nav {
	background: #0a2a57;
	height: 80px;
}
.nav.fixed {
	position: fixed;
	top: 0;
	z-index: 0;
	width: 100%;
	z-index: 10;
}
.navcon {
	width: 80%;
	margin: 0 auto;/* display: flex; */
}
.banner img {
	width: 100%;
	vertical-align: middle;
}
.logo {
	float: left;
}
.logo img {
	margin-top: 18px;
}
.navM {
	float: left;
	width: 56%;
	display: flex;
	margin-left: 3%;
}
.navM li {
	float: left;
	position: relative;
	width: 15%;
	text-align: center;
	list-style: none;
	line-height: 80px;
	height: 80px;
	font-size: 18px;/* flex: 1; *//* padding: 0 2.6%; */
	margin: 0 1px;
}
.navM li:hover .erji {
	display: block;
}
.navM li:hover, .navM li.on {
	background: #259f46;
}
.navM li a {
	color: #fff;
	position: relative;
	display: block;/* position: relative; */
}
.navM li a img {
	display: none;
}
.navM li >a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: 5px;
	opacity: .8;
	top: 50%;
	position: absolute;
	transition: 500ms;/* right: 0; */
}
.navM li:hover a:after {
	transform: rotate(178deg);
}
.navM li.none >a:after {
	border: none;
}
.navM li:first-child >a:after {
	display: none;
}
.erji {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	top: 80px;
	display: none;
	z-index: 10;
	padding: 10px 0;
	text-align: center;
}
.erji a {
	color: #000 !important;
	display: block;
	/* height: 36px; */

	line-height: 36px;
	font-size: 14px;
	text-align: center;
	padding-left: 0;
}
.erji a:hover {
	background: #eee;
}
.serch {
}
.serch {
	float: left;
	display: flex;
	width: 215px;
	background: url(../img/serch.png) no-repeat;
	background-size: 100% 100%;
	height: 44px;
	margin-top: 19px;
	overflow: hidden;
	position: relative;
}
.serch1 {
	width: 137px;
	height: 36px;
	border: none;
	margin-top: 4px;
	margin-left: 10px;
	padding-left: 10px;
}
.serch2 {
	width: 50px;
	float: right;
	height: 51px;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.language {
	color: #fff;
	float: right;
	margin-top: 18px;
	margin-left: 0;/* display: flex; */
}
.language a {
	color: #fff;
	font-size: 15px;
	margin: 10px;
	display: inline-block;
}
.language a img {
	vertical-align: middle;
}
.indexpro {
	overflow: hidden;
	width: 90%;
	min-width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-around;
}
.indexpro a {
	float: left;
	float: left;
	background: #fff;
	border: 1px solid #c4c4c3;
	text-decoration: none;
	width: 19%;/* display: flex; *//* height: 254px; */
}
.indexproimg {
	position: relative;
	overflow: hidden;
	transition: 300ms;
	border-bottom: 7px solid #42ac49;
}
.indexproimg > img {
	width: 100%;
	vertical-align: middle;
}
.indexproimgdes {
	/* top: 0; */
	position: absolute;
	height: 100%;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
	text-align: center;
	display: flex;
	align-items: center;
	transition: 500ms;
	align-self: center;
	justify-content: center;
	bottom: -137%;
	flex-wrap: wrap;
}
.indexproname .indexproimgdes {
	flex: 1;
	color: #fff !important;
	width: 100%;
	margin-top: 0;
	background: #0a2a57;
	height: 80px;/* display: block; */
}
.indexproimgdes p {
	padding-top: 10px;
	color: #fff;
}
.indexpro a:hover .indexproimgdes {
	bottom: 0;
}
.indexproimg:hover .indexproimgdes {
	bottom: 0;
}
.indexproname {
	font-size: 20px;
	text-align: center;
	color: #606060;
	text-decoration: none;
	height: 80px;
	line-height: 80px;
	position: relative;
}
.shipin {
	background: #1a2a57;
	padding: 50px 0;
}
.shipicon {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 1200px;
}
.shipinL {
	width: 59%;
	float: left;
	/* height: 528px; */
	margin-top: 39px;
}
.shipinR {
	width: 37%;
	float: right;
	color: #fff;
	margin: 30px 0;
	margin-top: 0;
}
.shipinR h2 {
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-top: 43px;
	font-size: 45px;
}
.shipinR p {
	line-height: 29px;
	margin: 20px 0;
	font-size: 21px;
	line-height: 44px;
}
.shipinR a {
	border: 1px solid #35834d;
	color: #fff;
	font-size: 22px;
	padding: 29px 60px;
	display: inline-block;
	margin: 20px 0;
}
.shipinR a:hover {
	color: #fff;
	background: #35834d;
}
.tuliao {
	position: relative;
	background-image: url("../img/tuliao.png");
	background-size: 100% 100%;
	background-attachment: fixed;
	height: 600px;
}
.tuliao >img {
	width: 100%;
	height: 600px;
}
.tuliaocon {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 125px;
	color: #eaeaeb;
	text-align: center;
}
.tuliaotit {
	font-size: 45px;
	width: 500px;
	margin: 20px auto;
	border-bottom: 1px solid #eaeaeb;
	padding-bottom: 20px;
}
.tuliaocon p {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 36px;
}
.company {
	position: relative;
}
.company >img {
	width: 100%;
}
.companyintro {
	position: absolute;
	right: 7%;
	top: 10%;
	width: 260px;
}
.companyintro h2 {
	color: #606060;
	text-align: right;
	float: right;
}
.companyintro h2 p:first-child {
	font-size: 35px;
}
.companyintro h2 p:last-child {
	font-size: 45px;
}
.companyline {
	width: 100px;
	background: #42ac49;
	height: 5px;
	margin: 20px 0;
	float: right;
}
.companydes {
	width: 100%;
	overflow: hidden;
	float: right;
	text-align: right;
	color: #606060;
	font-size: 20px;
}
.contact {
}
.contactL {
	float: left;
	width: 50%;
	background: #1a2a57;
	height: 630px;
	color: #fff;
	padding-top: 70px;
}
.contactcon {
	width: 90%;
	margin: 10px auto;
}
.contacttit {
}
.contacttit h4 {
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 30px;
}
.entit {
	font-size: 28px;
}
.titleline {
	width: 120px;
	height: 5px;
	background: #42ac49;
	margin: 25px 0;
}
.contdes {
	color: #fff;
	margin: 25px 0;
	line-height: 38px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	font-size: 18px;
	padding-right: 20px;
}
.contactmsg {
	font-size: 20px;
}
.contaclist {
	overflow: hidden;
	margin-bottom: 12px;
}
.contaclistL {
	float: left;
	margin-right: 10px;
}
.contaclistL img {
	margin-top: 17px;
}
.contaclistR {
	width: 90%;
	color: #fff;
	font-size: 28px;
	display: flex;
	padding: 10px 0;
}
.contaclistR ul {
	width: 50%;
	padding-right: 10px;
	padding-top: 6px;
}
.contaclistR li {
	list-style: none;
	color: #fff;
	margin-bottom: 25px;
}
.contaclistR h3 {
	font-size: 20px;
	margin-bottom: 8px;
	font-weight: normal;
}
.contaclistR p {
	font-size: 17px;
}
.contactR {
	float: left;
	width: 50%;
	background: #eeeeef;
	color: #606060;
	height: 630px;
	padding-top: 70px;
}
.person {
}
.one {
	margin: 30px 0;
	overflow: hidden;
}
.one input {
	width: 100%;
	height: 51px;
	border: 0;
	padding-left: 20px;
	font-size: 18px;
}
.two {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0;
}
.two input {
	height: 51px;
	width: 46%;
	border: none;
	padding-left: 20px;
	font-size: 18px;
}
.fasong {
}
.fasong input {
	width: 160px;
	height: 50px;
	background: #42ac49;
	color: #fff;
	border: 0;
	font-size: 20px;
	cursor: pointer;
}
.fasong input:hover {
	background: #1a2a57;
}
.one textarea {
	width: 100%;
	height: 104px;
	border: none;
	outline: none;
	font-size: 18px;
	padding: 15px;
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
.t4 {
	float: right;
	width: 426px;
}
.ewm {
	float: left;
	text-align: center;
	margin: 0 7px;
}
.ewm img {
	margin-bottom: 15px;
}
.ewm p {
}
.tulai {
	width: 100%;
}
.tulai img {
	width: 100%;
}
.indexprocon {
	background: #f5f5f5;
	overflow: hidden;
}
.wrap {
	margin: 10px auto;
	width: 80%;
	background: #ffff;
	position: relative;
}
.tabs {
	/* min-height: 80px; */
	background: #1a2a57;
	width: 100%;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	height: 80px;
}
.tabs .part {
	display: block;
	float: left;/* width:33%; */
	color: #fff;
	text-align: center;
	height: 20px;
	border-right: 1px solid #ddd;
	margin-top: 26px;
	line-height: 20px;
	font-size: 20px;
	padding: 0 18px;
}
.tabs .part:first-child {/* border-right: 1px solid #ADDAFD; */
}
.tabs .part:last-child {
	border-right: none !important;
	color: red;
}
.tabs p:nth-child(2) {
	width: 68%;
}
.tabs a {/* width:70px; */
	display: block;
	color: #fff;
	text-align: center;/* margin: 0 10px; */
	font-size: 20px;
	text-decoration: none;
	padding-bottom: 2px;
	padding: 0 8px;
}
.tabs span.active a, .tabs span:hover a {
	color: #fff;
	border-bottom: 4px solid #42ac49;
	height: 37px;
}
.swiper-container {
	width: 100%;
	border-top: 0;/* margin-top:10px!important */
}
.swiper-slide {
	width: 100%;
	background: none;
	color: #373737;
}
p {/* text-align: center; */
}
.slde1 {
	overflow: hidden;
	padding: 50px 0;
}
.slde1L {
	width: 43%;
	float: left;
	text-align: left;
	margin: 0 5%;
}
.slde1LTit {
	font-size: 30px;
	color: #393939;
	font-weight: 700;
	font-weight: normal;
	height: 45px;
	overflow: hidden;
	display: block;
}
.sddes {
	text-align: left;
	border-bottom: 1px solid #ddd;
	/* line-height: 69px; */
	color: #101010;
	font-size: 14px;
	padding: 20px 0 40px;
	text-transform: uppercase;
}
.sddes2 {
	text-align: left;
	color: #9e9e9f;
	color: #686868;
	line-height: 33px;
	margin: 20px 0;
	font-size: 16px;
	overflow: hidden;
	padding-bottom: 20px;
}
.stdtoem {
	overflow: hidden;
}
.stdtoem span {
	float: left;
	color: #393939;
	font-size: 20px;
}
.stdtoem a {
	float: right;
	color: #686868;
	font-size: 18px;
}
.slde1R {
	float: right;
	width: 47%;
}
.slde1R img {
	width: 650px;
	height: 450px;
}
.indexnewlun {
	background: #f5f5f5;
	padding: 30px 0;
}
.foot {
	margin-top: 30px;
	/* overflow: hidden; */
	width: 100%;
	padding-top: 31px;
}
.sbox6 .xun>ul:first-child {
	display: block
}
.sbox6 .sbox6_news li {
	overflow: hidden;
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.sbox6 .sbox6_news li a {
	display: block;
	overflow: hidden;
	padding: 19px 10px;
	color: #888888;
}
.sbox6 .sbox6_news li .time {
	display: block;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 0;
	text-align: center;
	float: left;
	border-right: 1px solid #8f8f8f;
	font-size: 20px;
	margin-right: 20px
}
.sbox6 .sbox6_news li .time em {
	font-size: 21px;
	font-style: normal;
}
.sbox6 .sbox6_news li .time i {
	font-family: Arial
}
.sbox6 .sbox6_news li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
}
.sbox6 .sbox6_news li p {
	display: block;
	font-size: 14px;
	color: #b4b4b5;
	overflow: hidden;
	line-height: 21px;
	height: 40px;
}
.sbox6 .sbox6_news li:hover a {
	background: #f7f7f7
}
.sbox6 .sbox6_help {
	overflow: hidden;
	/* border-top: 1px solid #adadad; */
	margin-top: -10px;
	padding: 6px 0 0 0;
}
.sbox6 .sbox6_help li {
	width: 33%;
	float: left;
	list-style: none;
}
.sbox6 .sbox6_help li.wid100 {
	width: 100%;
	float: none
}
.sbox6 .sbox6_help li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 10px;
	font-size: 16px;
	line-height: 50px;
	color: #666;/* border-bottom: 1px dotted #ddd */
}
.sbox6 .sbox6_help li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%
}
.sbox6 .sbox6_help li a:hover {
	color: #42ac49
}
.sbox6 .sbox6_help li a:hover:before {
	background: #42ac49
}
.sbox6 {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}
.arrow-left {
	margin-left: 0;
	margin-top: 14%;
	position: absolute;
	left: -102px;
	cursor: pointer;
}
.arrow-right {
	margin-top: 15%;
	position: absolute;
	right: -113px;
	cursor: pointer;
}
.pagelabel {
	float: left;
	color: #fff;
	font-size: 20px;
	margin: -3px 0 -3px 14px;
	margin-left: 27px;
}
.pagelabel img {
	margin-left: 27px;
}
.pagecon {
	/* background: #fff; */
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
	max-width: 1440px;
}
.link {
	background: #fff;
	overflow: hidden;
	padding: 30px 0;
	max-width: 1438px;
}
.link h2 {
	font-size: 35px;
	color: #606060;
	font-weight: normal;
	width: 86%;
	margin: 10px auto;
}
.link p {
	font-size: 20px;
	color: #606060;
	width: 86%;
	margin: 10px auto;
	/* border-bottom: 1px solid #ddd; */

	padding-bottom: 28px;
}
.linkitem {
	background: #1a2a57;
	color: #fff;
	float: left;
	height: 100px;
	width: 29%;
	margin: 2%;
	display: flex;
	line-height: 83px;
	text-align: center;
}
.links {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.linkitem h2 {
	color: #fff;
	border-right: 1px solid #a9afc0;
	font-size: 20px;
	width: 57%;
}
.linkitem p {
	color: #fff;
}
.linkitem p a {
	color: #fff;
}
.addresscon {
	overflow: hidden;
	/* background: #fff; */
	width: 100%;
	margin: 0 auto;
	/* max-width: 1472px; */
	display: flex;
	justify-content: space-between;
}
.address {
	width: 31%;
	float: left;
	background: #fff;
	margin: 1%;
}
.address h3 {
	width: 90%;
	margin: 10px auto;
	margin-top: 22px;
}
.address p {
	width: 90%;
	margin: 8px auto;
}
.map {
	width: 100%;
	height: 200px;
	text-align: center;
	margin-top: 0;
}
.pagemore {
	display: block;
	height: 80px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 50px;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	cursor: pointer;
}
.pagemore:hover {
	background: #259F46;
	color: #fff;
}
.bghui {
	background: #f5f5f5;
	overflow: hidden;
	padding-bottom: 30px;
}
.bghui2 {
	padding: 240px 0;
}
.pagenews {
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
	transition: 500ms;
}
.pagenews:hover {
	transform: scale(1.025);/*box-shadow: 0 3px 1px rgba(0,0,0,0.1)*/
}
.pagki {
	float: right;
	margin-right: 32px;
}
.pagki .serch {
	display: flex;
	height: 39px;
	position: relative;
}
.pagki .serch1 {
	width: 121px;
	height: 30px;
	float: left;
	line-height: 34px;
}
.videocon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video {
	background: #fff;
	display: block;
	width: 32%;
	margin-bottom: 30px;
}
.videotop {
	height: 300px;
}
.videotop img {
	width: 100%;
}
.videoname {
	height: 80px;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
}
.rongyucon {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.rongyucon a {
	display: block;
	float: left;
	width: 23.5%;
	position: relative;
	margin-bottom: 2%;
	overflow: hidden;
	margin-right: 2%;
}
.rongyucon a:nth-of-type(4n) {
	margin-right: 0;
}
.rongyutop {
	/*height: 340px;*/
	background: #fff;
	overflow: hidden;
	text-align: center;
	display: flex;
	justify-content: center;
}
.rongyutop img {
	width: 100%;
	vertical-align: middle;
	align-self: center;
	transition: all .5s;
}
.rongyuname {
	height: 40px;
	background: #ebebeb;
	text-align: center;
	font-size: 18px;
	padding: 20px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.dessn {
	background: #fff;
	bottom: -100%;
	position: absolute;
	width: 100%;
	transition: 380ms;
	min-height: 150px;
}
.small {
	width: 100px;
	height: 100px;
	background: no-repeat;
	position: absolute;
	right: 10px;
	top: -63px;
}
.small img {
	max-width: 100%;
}
.dessn h2 {
	height: 60px;
	width: 90%;
	line-height: 60px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.dessn p {
	font-size: 14px;
	color: #333;
	width: 90%;
	margin: 0 auto 20px;
}
.text-left {
	text-align: left;
	padding-left: 20px;
}
.rongyucon a:hover .dessn {
	bottom: 0;
}
.bgdw {
	background: #efefef;
}
.bgwhite {
	background: #fff;
	/* overflow: hidden; */
	position: relative;
}
.gc {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}
.gcitem {
	float: left;
	width: 50%;
}
.gclist {
	line-height: 38px;
	overflow: hidden;
	margin: 10px 0;
}
.gclabel {
	float: left;
	font-size: 18px;
	width: 100px;
}
.gcaname {
	font-size: 18px;
	width: 76%;
	float: left;
	border-bottom: 2px solid #ddd;
	min-height: 35px;
	padding: 0 8px;
	font-weight: normal;
}
.gcbanner {
	width: 86%;
	margin: 50px auto;
}
.gcbanner img {
	width: 100%;
}
.gcintro {
	width: 93%;
	margin: 0 auto;
	text-align: center;
}
.gcintroL {
	float: left;
	width: 40%;
	margin: 0 0 50px 0;
	padding-right:20px;
}
.gcintroL img {
	max-width:100%; 
}
.gcintroR {
	float: left;
	width: 50%;
	text-align: left;
}
.gc1 {
	color: #888888;
	font-size: 10px;
}
.gc2 {
	font-size: 25px;
	margin: 20px 0;
}
.gcline {
	height: 2px;
	width: 40px;
	background: #ddd;
	margin-bottom: 15px;
}
.gc3 {
	font-size: 14px;
	color: #606060;
	line-height: 28px;
	padding-bottom: 50px;
}
.gc4 {
	font-size: 18px;
	color: #606060;
	line-height: 28px;
	margin: 15px 0;
}
/*gzn*/
.gzn {
	background: #1a2a57;
	color: #fff;
	overflow: hidden;
	padding: 40px 0;
}
.gznL {
	width: 45%;
	float: left;
	font-size: 16px;
	margin-left: 77px;
	line-height: 34px;
	margin-top: 23px;
}
.gznL h2 {
	display: block;
	padding-bottom: 30px;
}
.gznL h2 span {
	font-size: 30px;
	font-weight: normal;
	border-bottom: 3px solid #42aa49;
	padding-bottom: 10px;
}
.gznL h2 i {
	background: #42aa49;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 4px 10px;
	border-radius: 10px 0;
	margin-left: 10px;
}
.gzndes a {
	color: #fff;
}
.gznR {
	float: right;
}
.gznR img {
	width: 600px;
	height: 350px;
}
/*xueyuan*/
.xueyuanbaner {
	position: relative;
}
.xueyuanbaner >img {
	width: 100%;
}
.xueyuanbanercon {
	position: absolute;
	left: 14%;
	top: 20%;
}
.z1 {
	font-size: 60px;
	color: #606060;
}
.xueyuanbanercon h2 {
	color: #606060;
	font-size: 80px;
	font-weight: normal;
}
.z2 {
	margin: 20px 0;
	font-size: 20px;
	color: #606060;
}
.xueyuanbanercon a {
	color: #606060;
	width: 200px;
	height: 50px;
	display: block;
	border: 1px solid #606060;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	margin: 20px 0;
}
.zige {
	margin: 50px 0;
	overflow: hidden;
	align-items: center;
}
.zige img {
	padding-left: 15px;
}
.zgdes {
	font-size: 18px;
	color: #606060;
	margin: 20px 0;
}
.zigeL {
	float: left;
	width: 39%;
	padding-left:30px;
	 margin-left:0;
}
.zigename {
	color: #1a2a57;
	font-size: 35px;
	margin-top: 30px;
}
.zigename span {
	background: #1a2a57;
	color: #fff;
	border-radius: 10px 0;
	padding: 4px 13px;
	font-size: 18px;
	vertical-align: middle;
	margin-left: 16px;
}
.ziline {
	width: 200px;
	height: 1px;
	background: #666;
	margin: 30px 0;
}
.chuzhong {
	font-size: 18px;
	color: #606060;
	line-height: 33px;
}
.chuzhong h2 {
	font-size: 25px;
	color: #1a2a57;
	margin-bottom: 37px;
	margin-top: 49px;
}
.zigeR {
	width: 640px;
	float: right;
	height: 450px;
	overflow: hidden;
}
.bgshen {
	margin: 0 auto;
	margin-top: -18px;/* padding: 30px 0; */
}
.tiaojian {
	background: #e5e5e5;
	overflow: hidden;
	padding: 30px;
	margin-bottom: 30px;
	line-height: 38px;
	font-size: 16px;
}
.tiaojian ul, .tiaojian ol {
	float: left;
	width: 48%;
	font-size: 18px;
	color: #606060;
	margin-bottom: 23px;
	border-bottom: 1px solid #666;
	margin: 1%;
	padding-bottom: 26px;
	min-height: 130px;
}
.tiaojian ul:nth-child(5), .tiaojian ol:nth-child(5), .tiaojian ul:nth-child(6), .tiaojian ol:nth-child(6) {
	border-bottom: none;
}
.tiaojian li {
	list-style: none;
}
.tiaojianitem h4 {
	font-weight: normal;
	margin-bottom: 12px;
}
.rongyuname .small {
	display: block;
}
.tjdes {
	line-height: 39px;
}
.seka img {
	width: 100%;
}
.huigu {
	background: #1a2a57;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	margin: 50px auto;
}
/* view_pro */
.view_pro {
	overflow: hidden;
}
.view_pro .main_tit {
	text-align: center;
}
.view_pro .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.view_pro .ppic {
	width: 460px;
	overflow: hidden;
}
.view_pro .ppic .probanbig {
	overflow: hidden;
	position: relative;
	min-height: 435px;
	background: #fff;
	display: flex;
	align-items: center;
}
.view_pro .ppic .probanbig .iconfont {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	z-index: 1;
	color: #ddd;
}
.view_pro .ppic .probanbig img {
	width: 100%;
	height: 430px;
	cursor: pointer;
	align-items: center
}
.view_pro .ppic .probansmall {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	background: #fff;
}
.view_pro .ppic .probansmall .swiper-slide {
	/*width: 29.333333%;*/
	cursor: pointer;
	/*padding: 0 0.5px;*/
	height: 101px;
	align-items: center;
	display: flex;
}
.view_pro .ppic .probansmall .swiper-slide img {
	width: 97.5%;
	height: auto;
	border: 1px solid #d4d4d4;
	padding: 1px;
	opacity: 0.8;
}
.view_pro .ppic .probansmall .swiper-slide-thumb-active img {
	border: 1px solid #3b4b56;
	opacity: 1;
}
.view_pro .ppic .probansmall .arrow-left, .view_pro .ppic .probansmall .arrow-right {
	position: absolute;
	top: 70%;
	z-index: 10;
	width: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.view_pro .ppic .probansmall .arrow-left:hover, .view_pro .ppic .probansmall .arrow-right:hover {
	color: #3b4b56;
}
.view_pro .ppic .probansmall .arrow-left {
	left: -6px;
}
.view_pro .ppic .probansmall .arrow-right {
	right: -8px;
}
.view_pro .info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 0 0 50px;
}
.view_pro .info .tit {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: left !important;
	height: 80px;
	color: #fff;
	background: #1a2a57;
	line-height: 80px;
	padding-left: 30px;
}
.view_pro .info .text {
	font-size: 16px;
	line-height: 1.8;
	color: #777;
}
.view_pro .bor {
	margin: 0px 0;
	overflow: hidden;
	/* border: 1px solid #ccc; */
	padding: 30px;
	background: #fff;
	min-height: 411px;
}
.view_pro .bor .main_tit {
	padding: 0 0 20px 0;
}
.view_pro .bor .vwcs .tit {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.view_pro .bor .vwcs .xun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 0 0;
}
.view_pro .bor .vwcs .xun ul {
	width: 49%;
	margin: -5px 0;
	overflow: hidden;
}
.view_pro .bor .vwcs .xun ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1.8;
	padding: 5px 0;
	font-size: 15px;
}
.view_pro .bor .vwcs .xun ul li .bt {
	font-weight: bold;
	color: #606060;
}
.view_pro .bor .vwcs .xun ul li .text {
	color: #606060;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.view_pro .bor .video {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .bor .video .kj {
	background: #000;
	overflow: hidden;
	position: relative;
}
.view_pro .bor .video img {
	max-width: 100%;
	height: auto;
}
.view_pro .bor .video .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.view_pro .bor .video .iconfont:hover {
	transform: scale(1.1);
}
.view_pro .bor .video video {
	float: left;
}
.view_pro .bor .video iframe {
	float: left;
}
.view_pro .body {
	text-align: center;
	overflow: hidden;
	margin: -10px 0;
}
.view_pro .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
.view_pro .secai {
	position: relative;
	overflow: hidden;
	padding: 0 70px;
	margin-bottom: 30px;
}
.view_pro .secai .swiper-slide img {
	width: 100%;
	height: auto;
}
.view_pro .secai .secai-next, .view_pro .secai .secai-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 100px;
	font-size: 60px;
	cursor: pointer;
	color: #666;
	transition: all 0.3s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .secai .secai-next:hover, .view_pro .secai .secai-prev:hover {
	background: #3b4b56;
	color: #fff;
}
.view_pro .secai .secai-next {
	right: 0px;
}
.view_pro .secai .secai-prev {
	left: 0px;
}
/*lun*/
.view-pro .flexmain {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0px 0 30px 0;
}
.view-pro .flexmain .left {
	width: 100%
}
.view-pro .flexmain .left img {
	width: 100%;
	height: auto
}
.view-pro .flexmain .right {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
	margin-left: 30px
}
.view-pro .flexmain .right .tit {
	padding-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 1.4
}
.view-pro .flexmain .right .text {
	line-height: 1.8;
	color: #666
}
.view-pro .probanbig {
	border: 1px solid #cccccc;
	cursor: pointer;
	position: relative
}
.view-pro .probansmall {
	padding: 0 35px;
	position: relative;
	margin-top: 15px
}
.view-pro .probansmall .swiper-slide {
	cursor: pointer
}
.view-pro .probansmall .swiper-slide img {
	border: 1px solid #fff
}
.view-pro .probansmall .swiper-slide-thumb-active img {
	border-color: #0053a9
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #999;
	cursor: pointer;
	outline: 0
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
	color: #0053a9
}
.view-pro .probansmall .arrow-left {
	left: 0px
}
.view-pro .probansmall .arrow-right {
	right: 0px
}
.view-pro .probansmall .swiper-button-disabled {
	cursor: not-allowed;
	opacity: .3
}
.iconfont img {
	width: 20px;
}
.zoujin {
	width: 90%;
	margin: 40px auto;
}
.zoujincon {
}
.zjdes {
	width: 90%;
	font-size: 18px;
	color: #606060;
	line-height: 34px;
	margin-top: 30px;/* height: 123px; */
}
.zjbiao {
}
.zjbiao img {
}
.zjR {
	font-size: 18px;
	width: 50%;
	float: right;
}
.zjR img {
	width: 100%;
}
.stal {
	float: left;
	width: 50%;
	position: relative;
	height: 620px;
}
.stalimg img {
	width: 100%;
}
.dizhiqsitem {
	float: left;
	width: 48%;
	margin: 1%;
	font-size: 18px;
	color: #606060;
	line-height: 43px;/* height: 222px; */
}
.yanfa {
}
.yanfalist {
	overflow: hidden;
	margin: 30px 0;
}
.yanfalist img {
	float: left;
}
.yanfalistR {
	float: left;
	font-size: 16px;
	color: #606060;
	margin-left: 16px;
	width: 84%;
	line-height: 25px;
}
.zjbanner {
	background: url("../img/zjbanner.png") no-repeat center;
	background-size: 100%;
	overflow: hidden;
	height: 655px;
	color: #fff;
}
.zjbanner .zjitem {
	width: 50%;
	float: left;
	font-weight: 700;
	margin-top: 85px;
}
.zjL {
	font-size: 60px;
	text-align: center;
	padding-top: 95px;
	line-height: 87px;
}
.zjR {
	font-size: 18px;
	text-align: left;
	line-height: 36px;
}
.zjR h2 {
	font-size: 35px;
	margin-bottom: 24px;
}
.vr_line {
	text-align: right;
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 22px;
	margin-top: 20px;
}
.vr_line a {
	background: #42ab49;
	color: #fff;
	padding: 14px;
	margin: 10px;
	display: inline-block;
}
.vr_line a:hover {
	background: #1a2a57;
}
.vr_line a i {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
	margin-right: 10px;
}
.view_hb {
	border-bottom: 1px solid #ddd;
	padding: 40px 0;
	border-top: 1px solid #ddd;
	margin-top: 40px;
}
.view_hb img {
	max-width: 100%;
}
.wdown {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	display: block;
	background: #1a2a57;
	border-radius: 60px;
	margin: 50px 0;
	font-size: 20px;
}
.wdown:hover {
	background: #259f46;
}
.wdown img {
	vertical-align: middle;
	margin: 0 10px;
}
.wdown {
	color: #fff !important;
}
.m {
	display: none;
}
.protop img {
	width: 100%;
	height: 100%;
}
.zhanhuiimg a {
	display: block;
	margin-bottom: 30px;
}
.stalimg {
	position: absolute;
	bottom: 0;
}
.yanzhengserch {
	height: 80px;
	border: 1px solid #C3C3C3;
	width: 80%;
	display: flex;
	border-radius: 100px;
	overflow: hidden;
	background: #fff;
	margin: 69px auto 0;
}
.yz1 {
	width: 85%;
	height: 80px;
	border: 0;
	padding-left: 50px;
	font-size: 20px;
}
.yz2 {
	width: 15%;
	font-size: 25px;
	text-align: center;
	background: no-repeat;
	border: 0;
}
.serchtip {
	font-size: 18px;
	color: #686868;
	text-align: center;
	margin: 50px 0;
}
.box_contact {
	background: #f5f5f5;
	padding: 0;
	margin-bottom: 0;
	color: #666;
	overflow: hidden;
	width: 100%;
}
.box_contact .top {
	background: #fff;
	box-shadow: 0 0 15px #eee;
	text-align: center;
	overflow: hidden;
	padding: 30px 20px
}
.box_contact .top .tit {
	overflow: hidden
}
.box_contact .top .tit span {
	display: block;
	overflow: hidden;
	font-size: 30px;
	color: #3b4b56;
	padding: 0 0 5px 0
}
.box_contact .top .tit em {
	color: #888
}
.box_contact .top .text {
	line-height: 1.8;
	overflow: hidden;
	padding: 10px 0 0 0;
	font-size: 18px
}
.box_contact .erxun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0
}
.box_contact .erxun li {
	width: 49.3%;
	box-shadow: 0 0 15px #eee;
	background: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 40px 20px;
	font-size: 18px;
	line-height: 1.8
}
.box_contact .erxun li .big {
	font-size: 22px
}
.box_contact .sanxun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between
}
.box_contact .sanxun li {
	background: #fff;
	width: 27%;
	box-shadow: 0 0 15px #eee;
	padding: 30px;
	list-style: none;
}
.box_contact .sanxun li .tit {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	line-height: 1.8;
}
.box_contact .sanxun li .text {
	padding: 5px 0 15px 0;
	line-height: 1.8;
}
.box_contact .sanxun li .map {
	width: 100%;
	height: 200px;
	font-size: 14px;
	line-height: 24px
}
.box_contact .sanxun li .map h4 {
	color: #3b4b56;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	font-size: 16px
}

.downicon {
	width: 60px !important;
}
.logoicon {
	width: 150px !important;
}
.shipin_xun {
	overflow: hidden;
	margin: -15px;
	position: relative;
	display: table-cell;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shipin_xun li {
	overflow: hidden;
	float: left;
	width: 32%;
	text-align: center;
	padding: 0;
	margin-right: 2%;
	margin-bottom: 30px;
}
.shipin_xun li:nth-of-type(3n) {
	margin-right: 0;
}
.shipin_xun li a {
	display: block;
	font-size: 14px;
	overflow: hidden
}
.shipin_xun li .p {
	overflow: hidden;
	position: relative;
	height: 260px;
	display: flex;
	align-items: center;
}
.shipin_xun li .p .fd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(87,87,87,0.5) url(../img/icon_videobf.png) center center no-repeat;
	cursor: pointer
}
.shipin_xun li .p img {
	width: 100%;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	object-fit: cover;
}
.shipin_xun li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	background: #fff;
	height: 80px;
	line-height: 80px;
	color: #333;
	font-size: 20px;
}
.shipin_xun li:hover .p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}
.tuce_xun {
	overflow: hidden;
	margin: 50px -5px 20px -5px;
	position: relative
}
.tuce_xun li {
	overflow: hidden;
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px
}
.tuce_xun li a {
	display: block;
	font-size: 14px;
	overflow: hidden
}
#idDiv {
	text-align: center;
	margin-top: 20px;
}
/*Ã¥Ë†â€ Ã©Â¡Âµ*/
.pagination {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0;
}
.pagination li {
	padding: 0 5px;
	list-style: none;
}
.pagination li a, .pagination li span {
	display: block;
	overflow: hidden;
	padding: 0 15px;
	line-height: 38px;
	background: #ececec;
	color: #666
}
.pagination li a:hover {
	background: #666;
	color: #fff;
	border-color: #666
}
.pagination li.active span {
	cursor: default;
	background: #1a2a57;
	color: #fff
}
.pagination li.disabled span {
	background: #ddd;
	color: #888;
	cursor: not-allowed
}
.copyright {
	padding: 15px 0;
	color: #666;
	font-size: 12px;
}
.view_news {
	overflow: hidden;
	padding: 15px
}
.view_news .bt {
	overflow: hidden;
	line-height: 1.2;
	padding: 40px 0 10px 0;
	font-size: 32px;
	text-align: center
}
.view_news .cs {
	overflow: hidden;
	color: #a3afb7;
	text-align: center
}
.view_news .cs span {
	margin: 0 10px
}
.view_news .body {
	border-bottom: 1px solid #f0f2f5;
	border-top: 1px solid #f0f2f5;
	overflow: hidden;
	padding: 15px 0;
	margin: 12px 0 20px 0;
	line-height: 32px
}
.view_news .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0
}
.view_news .sx {
	overflow: hidden
}
.view_news .sx li {
	overflow: hidden;
	max-width: 50%;
	border: 1px solid #e4eaec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 5px
}
.view_news .sx li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #76838f;
	padding: 10px 20px;
	line-height: 20px
}
.view_news .sx li a:hover {
	color: #259f46
}
.view_news .sx li:hover {
	border-color: #259f46;
	color: #259f46;
}
.view_news .sx li:hover a {
	color: #259f46
}
.view_news .body .view_news_video {
	overflow: hidden;
	text-align: center
}
.view_news .body .view_news_video .video {
	display: inline-block
}
.view_news .body .view_news_video .videojs {
	display: inline-block;
	position: relative;
	overflow: hidden
}
.view_news .body .view_news_video .videojs img {
	padding: 0;
	max-width: 100%;
	height: auto;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s
}
.view_news .body .view_news_video .videojs .fd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5) url(../images/icon_videobf.png) center center no-repeat;
	cursor: pointer
}
.view_news .body .view_news_video .videojs:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1)
}
.pright {
	float: right;
	padding: 10px 0;
	color: #666
}
.pright span {
	color: #42ac49;
	font-weight: bold
}
.fl {
	float: left
}
.fr {
	float: right
}
.zxtel {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	padding: 10px 0 0 0;
	line-height: 1;
	text-indent: 2em;
	clear:both;
}
.zxtel span {
	color: #259f46;
	font-size: 20px
}
.position {
	text-align: right;
	padding: 10px 10px 10px 0;
	color: #666
}
.position2 {
	text-align: right;
	padding: 10px 10px 0 0;
	color: #666
}
.xgnew {
	overflow: hidden;
	padding: 20px 0;
}
.xgnew .tit2 {
	border-bottom: 2px solid #dddddd;
	height: 32px;
	font-size: 18px
}
.xgnew .tit2 span {
	float: left;
	height: 32px;
	border-bottom: 2px solid #42ac49;
	padding: 0 10px
}
.xgnew ul {
	margin: 5px -10px 0 -10px;
	position: relative;
	overflow: hidden
}
.xgnew ul li {
	width: 48%;
	float: left;
	padding: 10px 10px 0 10px;
	font-size: 14px;
	list-style: none;
}
.xgnew ul li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 0 0 10px
}
.xgnew ul li a:before {
	width: 4px;
	height: 4px;
	background: #42ac49;
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px
}
.web_body_html {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.8;
	clear: both
}
.web_body_html a {
	color: #0e9ce4
}
.web_body_html ul, .web_body_html ol {
	list-style-type: disc;
	margin-left: 20px
}
.web_body_html ul li, .web_body_html ol li {
	list-style: inherit;
	list-style-type: inherit;
	padding: 1px 0
}
.web_body_html em {
	background: #42ac49;
	color: #fff;
	border-radius: 100px;
	display: inline-block;
	padding: 0 9px;
	margin: 2px 5px 2px 0;
	font-style: normal
}
.web_body_html h2 {
	border-left: 5px solid #42ac49;
	font-size: 22px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 0 !important;
	padding: 0 0 0 15px !important;
	color: #000 !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.web_body_html h2:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #eee
}
.web_body_html h3 {
	border-left: 5px solid #0e9ce4;
	font-size: 18px !important;
	line-height: 1.2 !important;
	margin: 15px 0 10px 8px !important;
	padding: 0 0 0 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center
}
.web_body_html h3:after {
	content: "";
	width: 0;
	margin-left: 10px;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 1px;
	background: #efefef
}
.web_body_html img {
	max-width: 100% !important;
	height: auto !important;
}
.web_body_html table {
	border: 1px solid #ddd;
	width: 100%;
	margin: 10px 0
}
.web_body_html table th, .web_body_html table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left
}
.web_body_html table th {
	background: #6aa84f;
	color: #fff
}
.web_body_html>*:first-child {
	margin-top: 0 !important
}
.proview .proview_san .pad0 {
	padding: 0
}
.bom30 {
	margin-bottom: 30px
}
.pad20 {
	padding-top: 20px
}
.bom0 {
	padding-bottom: 0
}
.view_news .cs span a {
	color: #42ac49;
	font-weight: bold
}
.desc {
	margin: 20px auto;
	overflow: hidden;
	color: #666;
	padding: 20px;
	text-indent: 62px;
	line-height: 26px;
	position: relative;
	min-height: 50px;
	clear: both;
	background: #fafafa
}
.font14 {
	font-size: 14px
}
.desc .tit {
	position: absolute;
	left: 20px;
	top: 20px;
	background: #42ac49;
	text-indent: 0;
	width: 50px;
	text-align: center;
	color: #fff
}
.desc .tit:before {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #42ac49;
	border-bottom: 4px solid transparent;
	transform: translateY(-50%)
}
.shengming {
	margin: 20px auto;
	overflow: hidden;
	color: #666;
	padding: 20px;
	line-height: 26px;
	position: relative;
	min-height: 50px;
	clear: both;
	background: #fafafa
}
.downpic {
	text-align: center;
}
.fdpic img:hover {
	transform: scale(1.02);
}
.none {
	border: none !important;
}
.padnone {
	padding: 0 !important;
	margin: 0 !important;
}
#ReturnResult {
	font-size: 16px;
}
.bdvideo {
	max-width: 800px;
	margin: 8px auto;
}
@media screen and (min-width: 1200px) and (max-width: 1460px) {
.t2 {
	float: left;
	/* margin-left: 18%; */

		/* position: absolute; */

	left: 36%;
	width: 46%;
	/* text-align: center; */

	margin: 0 30px;
}
.t2 img {
	float: left;
}
.t2R {
	float: left;
	margin-left: 11px;
}
.t2R h3 {
	font-size: 24px;
	color: #1a2a57;
}
.navcon {
	width: 92%;
}
.navM {
	float: left;
	width: 56%;
	display: flex;
	margin-left: 0%;
	margin-right: 25px;
}
.navM li {
	float: left;
	position: relative;
	/* width: 17%; */
		/*background: #f5f5f5;*/
	text-align: center;
	list-style: none;
	line-height: 80px;
	height: 80px;
	font-size: 14px;
	/* flex: 1; */
	padding: 0 2%;
}
.navM li:first-child {
	width: 10%;
}
.serch {
	float: left;
	display: flex;
	width: 189px;
	background: url(../img/serch.png) no-repeat;
	background-size: 100% 100%;
	height: 44px;
	margin-top: 19px;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}
.logo img {
	width: 114px;
	margin-top: 28px;
}
.zigename {
	font-size: 20px;
}
.zjdes {
	margin-top: 15px;
	font-size: 15px;
	line-height: 30px;
}
.ziline {
	margin: 10px 0;
}
.dizhiqsitem {
	font-size: 16px;
	line-height: 35px;
}
.stal {
	float: left;
	width: 50%;
	position: relative;
	height: 425px;
}
.shipinR h2 {
	font-size: 24px;
}
.shipinR p {
	font-size: 16px;
	line-height: 30px;
}
.shipinR a {
	padding: 10px 20px;
}
}
@media (max-width:999px) {
.view-pro .flexmain {
	display: block;
	overflow: hidden;
	padding: 0 0 20px 0
}
.view-pro .flexmain .left {
	width: 100%
}
.view-pro .flexmain .right {
	width: 100%;
	margin-left: 0;
	padding: 15px 0 0 0
}
.view-pro .flexmain .right .tit {
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 20px
}
.view-pro .flexmain .right .text {
	line-height: 20px
}
.view-pro .probansmall {
	padding: 0 25px;
	margin-top: 10px
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
	font-size: 20px
}
}
.more-over {
	text-align: center;
	paddding: 10px;
	color: #ccc;
}
.loadding {
	width: 150px;
	height: 15px;
	margin: 10px auto;
	position: relative;
	display: none;
}
.loadding span {
	position: absolute;
	width: 15px;
	height: 100%;
	border-radius: 50%;
	background: lightgreen;
	-webkit-animation: load 1.04s ease-in infinite alternate;
}
@-webkit-keyframes load {
 0% {
 opacity: 1;
 -webkit-transform: translate(0px);
}
 100% {
 opacity: 0.2;
 -webkit-transform: translate(150px);
}
}
.loadding span:nth-child(1) {
	-webkit-animation-delay: 0.13s;
}
.loadding span:nth-child(2) {
	-webkit-animation-delay: 0.26s;
}
.loadding span:nth-child(3) {
	-webkit-animation-delay: 0.39s;
}
.loadding span:nth-child(4) {
	-webkit-animation-delay: 0.52s;
}
.loadding span:nth-child(5) {
	-webkit-animation-delay: 0.65s;
}
/* banner */
.banner {
	width: 100%; background:#fff;
} 
.banner .swiper-slide a {
	display: block;
	overflow: hidden;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	
}
.banner .swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
	z-index: 5;
}
.banner .swiper-slide .box {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px 20px;
	text-align: center;
	color: #333;
}
.banner .swiper-slide .box .bt {
	font-size: 46px;
	padding: 0 0 10px 0;
	overflow: hidden;
}
.banner .swiper-slide .box .text {
	font-size: 20px;
	line-height: 1.8;
	opacity: 0.8;
}
.banner .swiper-slide .box.hei {
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.banner .ban_video a {
	background-color: #333333;
	background-image: url(../img/banner.gif);
	background-size: auto 300px;
}
.banner .banner-next, .banner .banner-prev {
	top: 50%;
	width: 40px;
	line-height: 70px;
	margin-top: -35px;
	position: absolute;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 30px;
	text-align: center;
	z-index: 10;
	transition: all 0.6s;
	cursor: pointer;
	outline: 0;
	opacity: 0;
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}
.banner .banner-next {
	right: 100px;
}
.banner .banner-prev {
	left: 100px;
}
.banner .swiper-pagination-bullets {
	bottom: 15px;
	position: absolute;
	z-index: 5;
	text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 44px;
	height: 5px;
	border-radius: 0;
	cursor: pointer;
	margin: 0 3px;
	background: none;
	opacity: 1;
	background: #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #0a2a57;
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1;
}
.wid90 {
	width: 1694px;
	margin: 50px auto 0;
}
.hzcon {
	height: auto;
	background: #F5F5F5;
	overflow: hidden;
}
.hzbody {
	width: 90%;
	margin: 0 auto;
	display: flex;
	font-size: 16px;
	line-height: 50px;
}
.hzleft {
	width: 40%;
	text-align: center;
	height: 300px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.hzrig {
	width: 55%;
	text-align: center;
	height: 300px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzrig a {
	display: block;
	margin: 0 25px;
}
.gaiewm {
	overflow: revert;
	margin-top: 10px;
}
.gaiewm a {
	position: relative;
	float: left;
	margin: 0 2px;
	width: 101px;
	margin-bottom: 10px;
	line-height: 36px;
	padding: 5px;
}
.gaiewm a>img {
	width: 39px;
	float: left;
	margin-right: 5px;
}
.piaoewm {
	position: absolute;
	bottom: 58px;
	width: 150px;
	height: 150px;
	text-align: center;
	background: #192A56;
	line-height: 150px;
	left: 0%;
	margin-left: -51px;
	margin-bottom: 0;
	border-radius: 5px;
	padding: 10px;
	display: none;/* position: relative; */
}
.piaoewm:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #192A56;
	position: absolute;
	content: '';
	top: 100%;
	left: 42%;
}
.piaoewm img {
	max-width: 100%;
}
.gaiewm a:hover .piaoewm {
	display: block;
}
.banner {
	width: 100%;
}

.banner800 {
	height: 800px !important;
}

.banner .swiper-slide a {
	display: block;
	overflow: hidden;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative
}
.banner .swiper-slide video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	object-fit: cover;
	z-index: 5
}
.banner .swiper-slide .box {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(255,255,255,0.5);
	padding: 30px 20px;
	text-align: center;
	color: #333
}
.banner .swiper-slide .box .bt {
	font-size: 46px;
	padding: 0 0 10px 0;
	overflow: hidden
}
.banner .swiper-slide .box .text {
	font-size: 20px;
	line-height: 1.8;
	opacity: .8
}
.banner .swiper-slide .box.hei {
	background-color: rgba(0,0,0,0.3);
	color: #fff
}
.banner .ban_video a {
	background-color: #333333;
	background-image: url(../img/banner.gif);
	background-size: auto 300px
}
.banner .banner-next, .banner .banner-prev {
	top: 50%;
	width: 40px;
	line-height: 70px;
	margin-top: -35px;
	position: absolute;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	font-size: 30px;
	text-align: center;
	z-index: 10;
	transition: all .6s;
	cursor: pointer;
	outline: 0;
	opacity: 0
}
.banner .banner-next:hover, .banner .banner-prev:hover {
	color: #fff;
	background-color: rgba(0,0,0,0.7)
}
.banner .banner-next {
	right: 100px
}
.banner .banner-prev {
	left: 100px
}
.banner .swiper-pagination-bullets {
	bottom: 15px;
	position: absolute;
	z-index: 5;
	text-align: center
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 44px;
	height: 3px;
	border-radius: 0;
	cursor: pointer;
	margin: 0 3px;
	background: none;
	opacity: 1;
	background: #fff
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #42ac49
}
.banner:hover .banner-next, .banner:hover .banner-prev {
	opacity: 1
}
.nbanner {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 800px;
	display: block;
}
.nbanner img {
	width: 100%;
	height: auto;
	display: none
}
.content-slide {
	display: none;
}
.indganl {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
	line-height: 26px;
	margin-top: 18px;
	color: #666;
	font-size: 16px;
}
.indganl a {
	width: 46%;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 20px;
	line-height: 35px;
}
.footer_copy {
	text-align: center;
	padding: 20px 0;
	color: #666;
	background: #f2f2f2;
	line-height: 28px;
}
.footer_copy a {
	color: #666;
}
.hzlink {
	color: #666;
	padding: 10px 0;
	font-size: 12px;
	line-height: 22px;
}
.hzlink a {
	padding-right: 10px;
	color: #888;
	font-size: 12px;
}
.width90 {
	width: 90%;
	margin: 0 auto;
}
.mar20 {
	margin-top: 20px;
	margin-bottom: 0;
}
.bomcon {
	min-height: 180px;
}
.xueyuanbaner img, .zigeR img, .pagebanner img,.zhanhuiimg img {
	max-width: 100%;
}
.pagebanner img {
	width: 100%;
}
.box_video_play{max-width:800px; margin:0 auto;}
.box_video_play iframe{width:100%; height:480px;}