@media screen and (min-width: 1400px) {
	.layui-container {
		width: 1400px;
	}
}
.pc{
	display: block;
}
.mbi{
	display: none;
}
.mbiimg{
	display: none;
}
* {
	box-sizing: border-box;
}

body {
	overflow-x: hidden;
}

section {
	padding: 0;
	margin: 0;
	border: 0;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}
canvas{
	position: absolute;
	top:0;
	z-index: 3;
}


#header .hInner {
	margin: 0 50px;
	position: relative;
}

#header .hInner h1 {
	float: left;
}

#header .hInner h1 img {
	margin-top: 20px;
}

#header .hInner .rBox {
	float: right;
	width: auto;
	margin-right: 290px;
}

#header .searchBox {
	position: absolute;
	right: 0;
	top: 35px;
}

#header .searchBox .wenzi {
	width: 160px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	background: #17b5f0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	float: left;
}

#header .searchBox .tel {
	float: left;
	color: #0b84ff;
	font-size: 18px;
	text-align: right;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	font-weight: bold;
	position: relative;
}

#header .searchBox .tel:after {
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
	background: #c9c9c9;
	content: "";
}

#header .searchBox .tel span {
	display: block;
	font-size: 24px;
	font-weight: bold;
}

#header .searchBox.active .tel {
	visibility: hidden;
	opacity: 0;
}

#header .searchBox .search {
	width: 32px;
	background: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	cursor: pointer;
	float: left;
	margin-left: 20px;
}

#header .searchBox.active .search {
	color: #333;
	width: 32px;
	height: 32px;
	position: relative;
}

#header .searchBox .search input {
	width: 100%;
	height: 40px;
	color: #333;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
}

#header .searchBox .search a {
	display: block;

}

#header .searchBox.active .search a {
	color: #fff;
}

#header .searchBox .user {
	float: left;
	margin-left: 20px;
}

#header .searchBox .user .weixin {
	position: relative;
	display: block
}

#header .searchBox .user .weixin .tquickmark {
	width: 120px;
	height: 0;
	position: absolute;
	background: #fff;
	left: -51px;
	z-index: 2;
	overflow: hidden;
	top: 68px;
}

#header .searchBox .user .weixin:hover .tquickmark {
	height: 120px;
}

.menu {
	display: none;
}

#gNavi {
	float: left;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	margin-right: 0px;
}

#gNavi.active {
	visibility: hidden;
	opacity: 0;
}

#gNavi>li {
	padding: 0 20px;
	float: left;
	background: url(../images/3.png) no-repeat left;
	position: relative;
}

#gNavi>li:last-child {
	padding-right: 0;
}

#gNavi>li>a {
	height: 100px;
	display: block;
	position: relative;
	color: #323232;
	font-size: 16px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	line-height: 100px;
	background: url(../images/1.png) no-repeat right;
	float: left;
	padding: 0 21px 0 0;
}

#gNavi>li>a:before {
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: -2px;
	z-index: 10;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	background: #0b84ff;
	content: "";
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

#gNavi>li>a:hover {
	color: #0b84ff;
	background: url(../images/2.png) no-repeat right;
}

#gNavi>li:hover>a:before {
	width: 100%;
}

#gNavi li div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 100px;
	display: none;
	overflow: hidden;
	zoom: 1;
	box-shadow: 0 4px 2px rgba(197, 197, 195, 0.1);
	border-top: 1px solid #E3E3E3;
	background-color: #fff;
}

#gNavi li ul {
	float: right;
}

#gNavi li li {
	margin-right: 45px;
	float: left;
}

#gNavi li li a {
	display: block;
	color: #999;
	font-size: 13px;
	line-height: 58px;
}

#gNavi li li a:hover {
	color: #000;
}

#gNavi ul li .subnav {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 99;
	display: none;
	line-height: 60px;
}

#gNavi li:hover div {
	display: block
}

.subnav_erji {
	margin: auto;
	overflow: hidden;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5px;
}

#gNavi .subnav_erji li {
	line-height: 35px;
	padding: 0;
	background: none;
	float: none;
	text-align: center;
	display: inline-block;
	background: none;
	width: 100%;
	border-bottom: 1px dashed #999;
}

#gNavi ul li .subnav li {
	color: #fff;
	position: relative;
	-webkit-transition: all .300s;
	-moz-transition: all .300s;
	-o-transition: all .300s;
	transition: all .300s;
	line-height: 60px;
	background: none;
}

#gNavi ul li .subnav li:hover {
	background: rgba(0, 0, 0, 0.4);
}

#gNavi ul li .subnav li a {
	color: #fff;
	background: none;
}

#gNavi ul li .subnav li:hover {
	border-bottom: 0;
}

#gNavi ul li .subnav li::before {
	/* content: "";
    width: 1px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 19px;
    right: -25px; */
}

#gNavi ul li .subnav li:last-child::before {
	display: none;
}

/* .naver ul li:hover{border-bottom: 2px solid #0062b3;color: #0062b3;} */
#gNavi ul li:hover .subnav {
	display: block;
	animation: 1s cubeGridScaleDelay ease forwards;
}

@keyframes cubeGridScaleDelay {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateZ(0px);
	}
}

.menuBox,
.muser {
	display: none;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-container .positionadvfix {
	width: 1540px;
	position: absolute;
	left: 50%;
	margin-left: -770px;
}

.banner .swiper-slide {
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.banner .swiper-container {
	--swiper-theme-color: #38a15e;
	--swiper-pagination-color: #38a15e;
	/* 两种都可以 */
}

.banner .swiper-container img,
.banner .swiper-container video {
	width: 100%;
	height: auto;
}

.banner .swiper-slide .weizhi1 {
	margin-top: 85px;
	text-align: center;
	width: 100%;
}

.banner .swiper-slide .weizhi1 h2 {
	display: block;
	width: 100%;
	font-size: 60px;
	color: #fff;
	font-weight: bolder;
	text-shadow: #0092d4 2px 0 0, #0092d4 0 2px 0, #0092d4 -2px 0 0, #0092d4 0 -2px 0;
}

.banner .swiper-slide .weizhi1 h3 {
	font-size: 20px;
	color: #fff;
	text-shadow: #0092d4 2px 0 0, #0092d4 0 2px 0, #0092d4 -2px 0 0, #0092d4 0 -2px 0;
	font-weight: 100;

}

.banner .swiper-pagination-bullet {
	width: 15px !important;
	height: 22px !important;
	background: url(../images/6.png) !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	opacity: 1 !important;
}

.banner .swiper-pagination-bullet:hover,
.banner .swiper-pagination-bullet-active {
	-webkit-transition: all .200s;
	-moz-transition: all .200s;
	-o-transition: all .200s;
	transition: all .200s;
	background: url(../images/7.png) !important;
}

.content1 {
	width: 100%;
	height: 265px;
	float: left;
}

.content1 .position {
	width: 1400px;
	height: 235px;
	margin: 0 auto;
	position: relative;
}

.content1 .position .box {
	width: 450px;
	height: 150px;
	float: left;
	background: #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 60px;
	margin-left: 25px;
	transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}
.content1 .position .box:hover{
	margin-top: 40px;
}
.content1 .position .box img {
	width: 450px;
	height: 150px;
}

.content1 .position .box1 {
	margin-left: 0;
}

.content2 {
	width: 100%;
	height: 900px;
	background: url(../images/8.jpg) no-repeat center;
	float: left;
	background-size: cover;
}

.content2 .position {
	width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.maintitle {
	width: 100%;
	height: 130px;
	background: url(../images/9.png) no-repeat center;
	float: none;
	margin-top: 70px;
	text-align: center;
}

.maintitle h2 {
	margin-top: 20px;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
}

.maintitle h2 a {
	color: #17b5f0;
}

.maintitle p {
	color: #17b5f0;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}

.content2 .position .main {
	margin-top: 80px;
	
}

.content2 .position .main .topic {
	color: #24409c;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	margin-top: 65px;
	display: block;
}

.content2 .position .main .en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
	color: #24409c;
}

.content2 .position .main .des {
	display: block;
	line-height: 28px;
	color: #24409c;
	margin-top: 40px;
	height: 180px;
	font-size: 14px;
}

.content2 .position .main .more {
	width: 110px;
	height: 30px;
	border-radius: 5px;
	background: #fe8fb0;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 30px;
}

.content3 {
	width: 100%;
	height: 740px;
	background: url(../images/10.jpg) no-repeat center;
	float: left;
	background-size: cover;
}

.content3 .position {
	width: 1400px;
	height: 1100px;
	margin: 0 auto;
	position: relative;
}

.content3 .position .video {
	width: 1400px;
	height: 450px;
	float: left;
	margin-top: 30px;
}

.content3 .position .video video {
	width: 1400px;
	height: 450px;
	background: #000;
}

.content4 {
	width: 100%;
	height: 690px;
	float: left;
	background: url(../images/11.jpg) no-repeat center;
}

.content4 .position {
	width: 1400px;
	height: 690px;
	margin: 0 auto;
	position: relative;
}

.content4 .position h2 {
	display: block;
	width: 100%;
	font-size: 36px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 165px;
}

.content4 .position h2 a {
	color: #fff;
}

.content4 .position h3 {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
}

.content4 .position .box {
	position: absolute;
	width: 120px;
	height: 120px;
	background: url(../images/12.png) no-repeat left;
	text-align: center;
	line-height: 120px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
}
.content4 .position .box:hover{
	margin-top: -20px;
}
.content4 .position .box a {
	color: #fff;
}

.content4 .position .box1 {
	left: 455px;
	top: 420px;
}

.content4 .position .box2 {
	left: 635px;
	top: 320px;
}

.content4 .position .box3 {
	left: 830px;
	top: 380px;
}

.content4 .position .box4 {
	left: 1040px;
	top: 335px;
}

.content5 {
	width: 100%;
	height: 800px;
	float: left;
	background: url(../images/13.jpg) no-repeat center;
}

.content5 .position {
	width: 1400px;
	height: 800px;
	margin: 0 auto;
	position: relative;
}

.swiper-container1 {
	width: 100%;
	overflow: hidden;
	margin-top: 60px;
	float: left;
}

.swiper-container1 .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* 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;
	background: none;

}

.swiper-container1 .swiper-slide .picbox {
	width: 440px;
	height: 460px;
	position: relative;
	overflow: hidden;
	border-radius: 40px;
	box-sizing: border-box;
	padding:  0;
	box-shadow: 0 0 10px #ededed;
	background: #fff;

}

.swiper-container1 .swiper-slide .picbox .img {
	width: 100%;
	height: 250px;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
}

.swiper-container1 .swiper-slide .picbox:hover .img {
	margin-top: -10px;
}

.swiper-container1 .swiper-slide .picbox .img img {
	width: 100%;
	height: 250px;
}

.swiper-container1 .swiper-slide .picbox .text {
	text-align: left;
	width: 100%;
	height: 210px;
	background: #ffffff;
	transition: All 0.3s ease-in-out;

	-webkit-transition: All 0.3s ease-in-out;

	-moz-transition: All 0.3s ease-in-out;

	-o-transition: All 0.3s ease-in-out;
	padding-top: 40px;
}

/* .swiper-container1 .swiper-slide .picbox:hover .text {
	top: 0;
	background: rgba(11, 132, 255, 0.5);
} */

.swiper-container1 .swiper-slide .picbox .text .topic {
	color: #323232;
	display: block;
	height: 30px;
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	transition: All 0.3s ease-in-out;
	-webkit-transition: All 0.3s ease-in-out;
	-moz-transition: All 0.3s ease-in-out;
	-o-transition: All 0.3s ease-in-out;
	padding: 0 20px;
	overflow: hidden;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;


}

/* .swiper-container1 .swiper-slide .picbox:hover .text a {
	margin-top: 25px;
} */

.swiper-container1 .swiper-slide .picbox .text .des {
	color: #acacac;
	display: block;
	height: 80px;
	line-height: 40px;
	width: 100%;
	float: left;
	line-height: 28px;
	font-size: 14px;
	margin-top: 0px;
	padding: 0 20px;
	box-sizing: border-box;

}

.swiper-container1 .swiper-slide .picbox .text .md {
	width: 100%;
	height: 20px;
	line-height: 20px;
	float: left;
	padding: 0 20px;
}

.swiper-container1 .swiper-slide .picbox .text .md .m {
	float: left;
	color: #17b5f0;
	padding-left: 30px;
	background: url(../images/14.png) no-repeat left;
	font-size: 14px;
}

.swiper-container1 .swiper-slide .picbox .text .md .d {
	float: right;
	color: #17b5f0;
	font-size: 14px;
}

.foot {
	width: 100%;
	height: 270px;
	float: left;
	border-top: 10px solid #e3cc7b;
	background: url(../images/16.jpg) no-repeat top;
}

.foot .position {
	width: 1400px;
	height: 260px;
	position: relative;
	margin: 0 auto;
}

.foot .position .b_guide {
	float: left;
	margin-top: 60px;
}

.foot .position .b_guide .b_li {
	float: left;
	margin-right: 65px;
}

.foot .position .b_guide .b_li .b_a {
	color: #323232;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.foot .position .b_guide .b_li ul {
	display: block;
	margin-top: 11px;
}

.foot .position .b_guide .b_li ul li {
	color: #838383;
	line-height: 27px;
}

.foot .position .b_guide .b_li ul li a {
	color: #838383;
	padding-left: 7px;
	background: url(../images/15.png) no-repeat left;
}

.foot .position .quickmark {
	float: right;
	margin-top: 65px;
}

.foot .position .quickmark .box {
	width: 120px;
	float: left;
	text-align: center;
	margin-left: 30px;
}

.foot .position .quickmark .box img {
	width: 120px;
	width: 120px;
}

.foot .position .quickmark .box p {
	display: block;
	color: #838383;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}

.foot1 {
	width: 100%;
	height: 60px;
	float: left;
	border-top: 1px solid #e6edf0;
	background: url(../images/16.jpg) no-repeat bottom;
}

.foot1 .position {
	width: 1400px;
	height: 59px;
	position: relative;
	margin: 0 auto;
	line-height: 59px;
}

.foot1 .position .left {
	float: left;
	color: #acacac;
}

.foot1 .position .left a {
	color: #acacac;
}

.foot1 .position .right {
	float: right;
	color: #acacac;
}

.foot1 .position .right a {
	color: #acacac;
}

.n_adv {
	width: 100%;
	height: 450px;
}

.n_adv .position {
	width: 100%;
	height: 450px;
}

.n_adv .position img {
	width: 100%;
	height: 450px;
}

.column {
	width: 1400px;
	margin: auto;
	overflow: hidden;
}

.column_left {
	float: left;
}

.column_left .clname {
	font-size: 36px;
	font-weight: bold;
	margin-top: 60px;
}

.column_left .addrs {
	margin-top: 20px;
}

.clumn_erji {
	float: right;
	margin-top: 85px;
}

.clumn_erji ul {
	overflow: hidden;
}

.clumn_erji ul li {
	float: left;
	padding: 0px 20px;
	position: relative;
	font-size: 16px;
	color: #303030;
}

.clumn_erji ul li a {
	color: #303030;
}

.clumn_erji ul li:hover a {
	color: #0092d4;
}

.clumn_erji ul li.layui-this {
	color: #0092d4;
}

.clumn_erji ul li.layui-this a {
	color: #0092d4;
}

.clumn_erji ul li::before {
	content: "/";
	/* width: 1px;
	height: 13px;
	background: #303030; */
	position: absolute;
	left: 0;
	top: 5px;
}

.clumn_erji ul li:first-child::before {
	display: none;
}

.clumn_erji ul li:last-child {
	padding-right: 0;
}

/**列表页**/
.Infolist {
	width: 1400px;
	margin: 40px auto;
}

.Infolist ul {
	overflow: hidden;
	margin-left: -20px;
}

.Infolist ul li {
	border: 1px solid #e9e9e9;
	overflow: hidden;
	width: 690px;
	float: left;
	margin-left: 20px;
	padding: 20px 0;
	color: #303030;
	margin-bottom: 20px;
}
.Infolist ul li a{
	color: #303030;
}
.Infolist ul li:hover a{
	color: #17b5f0;
}
.Infolist ul li .Data {
	float: left;
	width: 110px;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	padding: 10px 0;
}

.Infolist ul li .Data .day {
	font-size: 30px;
	font-weight: bold;
}

.Infolist ul li .Texts {
	float: right;
	width: 555px;
	padding-right: 30px;
}

.Infolist ul li .Texts .tils {
	font-size: 18px;
	font-weight: bold;
}

.Infolist ul li .Texts .desc {
	opacity: 0.5;
	margin-top: 15px;
	line-height: 24px;
}

/**图文**/
.twlist {
	width: 1400px;
	margin: 40px auto;
}

.twlist ul {
	overflow: hidden;
	margin-left: -25px;
}

.twlist ul li {
	width: 450px;
	height: auto;
	color: #303030;
	margin-bottom: 20px;
	float: left;
	margin-left: 25px;
}

.twlist ul li .imgs {
	width: 450px;
	height: 255px;
	background: #18b5f0;
}

.twlist ul li .imgs img {
	width: 100%;
	height: 100%;
}

.twlist ul li .twText {
	width: 100%;
	margin-top: 20px;
}

.twlist ul li .twText .bt {
	font-size: 18px;
	font-weight: bold;
	color: #323232;
}

.twlist ul li .twText .tims {
	margin-top: 15px;
	color: #606060;
}

/**详细页**/
.detail {
	width: 1400px;
	margin: 40px auto;
	font-size: 16px;
	line-height: 2.75em;
}

.detail h2 {
	font-size: 24px;
	color: #303030;
}
.dtl_detail{
	font-size: 16px;
	line-height: 2.75em;
}
.dl_info {
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background: #f9f9f9;
	padding: 0 10px;
	margin-top: 25px;
}

.dl_info .dlLeft {
	float: left;
	opacity: .5;
}

.dl_info .dlRight {
	float: right;
}

.containers {
	margin-top: 30px;
	line-height: 40px;
	color: #303030;
}

.fanye {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity: .5;
	margin-top: 40px;
	margin-bottom: 40px;
}

/**图片列表**/
.imglist {
	width: 1400px;
	margin: 40px auto;
}

.imglist ul {
	overflow: hidden;
	margin-left: -40px;
}

.imglist ul li {
	width: 320px;
	height: auto;
	float: left;
	margin-left: 40px;
}

.imglist ul li .Image {
	width: 100%;
	height: auto;
	background: #18b5f0;
}

.imglist ul li .Image img {
	width: 100%;
	height: 100%;
}

.imglist ul li .Texts {
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #303030;
}

.sections {
	width: 1400px;
	margin: 70px auto;
}

.sections ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sections ul li {
	width: 700px;
	height: 280px;
	overflow: hidden;
	padding: 40px 50px;
}

.sections ul li:nth-child(1) {
	background: #c4eeed;
	color: #269aab;
}

.sections ul li:nth-child(2) {
	background: #ebf6e6;
	color: #b8bf40;
}

.sections ul li:nth-child(3) {
	background: #f6e0dc;
	color: #cf9c93;
}

.sections ul li:nth-child(4) {
	background: #c4dcee;
	color: #5d94bd;
}

.sections ul li .pro {
	float: left;
}

.sections ul li .name {
	float: right;
	text-align: right;
}

.sections ul li .name .zw {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sections ul li .name .more {
	margin-top: 30px;
	padding-right: 5px;
}

/**品牌与产品**/
.SecBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.SecBox .box {
	width: 679px;
	height: 453px;
	position: relative;
	
}

.SecBox .box:after {
	content: "";
	width: 679px;
	height: 453px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}

.SecBox .box:hover::after {
	opacity: 0;
}

.SecBox .box .pinpai {
	/* position: absolute;
	z-index: 1;
	overflow: hidden; */
	overflow: hidden;
}

.SecBox .box .pinpai img {
	width: 100%;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
}
.SecBox .box:hover .pinpai img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-o-transform:scale(1.2);
	-ms-transform:scale(1.2);

}

.SecBox .box .Titles1 {
	color: #fff;
	text-align: center;
	z-index: 99;
}

.SecBox .box .Titles1 .Center {
	width: 149px;
	height: 242px;
	background: url(../images/shuidi.png) no-repeat center;
	margin: auto;
	margin-top: 88px;
	font-size: 36px;
	font-weight: bold;
	padding-top: 145px;
	background-size: 100%;
	 transition:All 0.4s ease-in-out;
	 -webkit-transition:All 0.4s ease-in-out;
	 -moz-transition:All 0.4s ease-in-out;
	 -o-transition:All 0.4s ease-in-out;

}
.SecBox .box:hover .Titles1 .Center{
	margin-top: 60px;
}

.SecBox .box .Titles1 .wenzi {
	font-size: 18px;
	margin-top: 15px;
}

/**新闻**/
.news {
	width: 1400px;
	margin: 50px auto;
}

.sec1 {
	overflow: hidden;
}

.new_cnr {
	text-align: center;
	margin-bottom: 50px;
}

.new_cnr .hotnews {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #303030;
}

.new_cnr .hot_en {
	font-size: 18px;
	opacity: .5;
	line-height: 18px;
	margin-top: 20px;
}

.sec1 .left {
	width: 670px;
	height: 377px;
	float: left;
}

.milk {
	width: 1400px;
	margin: 55px auto;
	color: #303030;
}

.milk .name {
	font-size: 36px;
	font-weight: bold;
}

.main1 {
	width: 100%;
	height: auto;
	background: url(../images/milkbg1.png) no-repeat top center;
	padding: 125px 0;
	background-size: 100% 100%;
}

.centers {
	width: 1400px;
	margin: auto;
	text-align: center;
}

.trmc_intro {
	text-align: center;
	margin-top: 60px;
}

.trmc_intro .intro_tils {
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}

.trmc_intro .intro_desc {
	font-size: 14px;
	line-height: 28px;
}

.trmc_intro p {
	width: 100%;
	color: #303030;
}

.main2 {
	width: 100%;
	height: auto;
	background: url(../images/milkbg2.png) no-repeat top center;
	padding: 125px 0;
	margin-top: 40px;
	background-size: 100% 100%;
}

.trmc_intro .intro_desc1 {
	margin-top: 40px;
}

.main3 {
	width: 100%;
	height: auto;
	background: url(../images/milkbg3.png) no-repeat top center;
	padding: 125px 0;
	margin-top: 40px;
	background-size: 100% 100%;
}

.trmc_intro .intro_tils2 {
	margin-top: -30px;
}

.main4 {
	width: 100%;
	height: auto;
	background: url(../images/milkbg4.png) no-repeat top center;
	padding: 145px 0 85px 0;
	position: relative;
	top: -60px;
	background-size: 100% 100%;
}

.news {
	width: 1400px;
	margin: 50px auto;
}

.sec1 {
	overflow: hidden;
}

.new_cnr {
	text-align: center;
	margin-bottom: 50px;
}

.new_cnr .hotnews {
	font-size: 36px;
	font-weight: bold;
	color: #303030;
}

.new_cnr .hot_en {
	font-size: 18px;
	opacity: .5;
}

.sec1 .left {
	width: 670px;
	height: 377px;
	float: left;
}

/* 本例子css */
.sec1 .slideBox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.sec1 .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.sec1 .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
}

.sec1 .slideBox .bd img {
	width: 100%;
	display: block;
}

.sec1 .slideBox .bd li .tils {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background: url(../images/jianbianbeijin.png) no-repeat top center;
	color: #fff;
	text-align: center;
	line-height: 165px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.sec1 .slideBox .prev,
.sec1 .slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.sec1 .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.sec1 .slideBox .prev:hover,
.sec1 .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.sec1 .slideBox .prevStop {
	display: none;
}

.sec1 .slideBox .nextStop {
	display: none;
}

.sec1 .right {
	float: right;
	width: 690px;
}

.sec1 .right .newsfir .fir_tils {
	font-size: 18px;
	font-weight: bold;
	color: #2c2c2c;
}

.sec1 .right .newsfir .fir_txt {
	color: #9d9d9d;
	line-height: 28px;
	text-indent: 32px;
	margin-top: 20px;
}

.sec1 .right .newsfir .fir_txt a {
	color: #18b5f0;
}

.sec1 .right ul {
	margin-top: 15px;
}

.sec1 .right ul li {
	color: #484848;
	line-height: 42px;
	border-bottom: 1px dashed #e2e2e2;
	position: relative;
	padding-left: 15px;
}

.sec1 .right ul li .times {
	float: right;
}

.sec1 .right ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background: #18b5f0;
	position: absolute;
	left: 0;
	top: 20px;
}

.sec2 {
	width: 100%;
	height: auto;
	padding-top: 10px;
	padding-bottom: 50px;
}
.sec1dc {
	width: 100%;
	height: 750px;
	background: url(../images/actbg.png) no-repeat 0 68px;
	padding-top: 150px;
}

.sec2 .new_cnr {
	padding-top: 50px;
}

.sec2 .new_cnr .hotnews {
	
}

.sec2 .new_cnr .hot_en {
	opacity: .5;
	
}

.actives {
	width: 1400px;
	margin: auto;
	overflow: hidden;
}

.sec2 .swiper-container {
	width: 100%;
	height: 100%;
	padding:0 0 50px 0;
}

.sec2 .swiper-slide {
	width: 330px;
	height: 335px;
	background: #fff;
	align-items: center;
	padding: 20px;
}
.sec2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .sec2 .swiper-pagination-fraction{
	bottom:0;
}
.sec2 .swiper-pagination-bullet{
	width: 9px !important;
	height: 9px !important;
	border-radius: 9px !important;
}

.sec2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 5px !important;
}
.sec2 .swiper-pagination-bullet-active{
	background: #17b5f0 !important;
}
.sec2 .swiper-slide .slideimg {
	width: 290px;
	height: 163px;
}
.sec2 .swiper-slide .slideimg img{
	width: 290px;
	height: 163px;
}
.sec2 .swiper-slide .silde_txt {
	width: 100%;
	margin-top: 30px;
}

.sec2 .swiper-slide .silde_txt .bt {
	font-size: 16px;
	color: #383838;
}

.sec2 .swiper-slide .silde_txt .shijian {
	opacity:1;
	margin-top: 10px;
	color: #969696;
	font-size: 14px;
}

.sec2 .swiper-slide .silde_txt a {
	display: inline-block;
	color: #18b5f0;
	margin-top: 10px;
	font-size: 14px;
	/* border-bottom: 1px solid #18b5f0; */
}
.sec2 .swiper-pagination{
	display: block;
}
.sec3 {
	width: 1400px;
	margin: 40px auto;
	height: 150px;
}

.sec3 ul {
}

.sec3 ul li {
	width: 680px;
	height: 150px;
	float: left;
	position: relative;
	transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sec3 ul li:nth-child(2) {
	margin-left: 40px;
}

.sec3 ul li .sec3_wenzi {
	width: 665px;
	height: 135px;
	border: 1px dashed #e3e0de;
	border-radius: 25px;
	text-align: center;
	position: absolute;
	top: 7px;
	left: 7px;
	color: #fff;
	padding-top: 35px;
	
}
.sec3 ul li:hover{
	margin-top: -20px;
}
.sec3 ul li .sec3_wenzi .qj1 {
	font-size: 24px;
	font-weight: bold;
}

.sec3 ul li .sec3_wenzi .qjen {
	font-weight: bold;
}

.P_main{
    width: 100%;
    margin-top: 60px;
}
/* 本例子css */
.P_main .slideTxtBox {
    width: 100%;
    text-align: left;
}
.P_main .slideTxtBox .hd {
    position: relative;
    width: 930px;
    margin: auto;
}
.P_main .slideTxtBox .hd ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}
.P_main .slideTxtBox .hd ul li {
    width: 282px;
    height: 122px;
    float: left;
    cursor: pointer;
    margin-left: 20px;
    border: 1px solid #e3e3e3;
}
.P_main .slideTxtBox .bd{
    padding-top: 160px;
}
.P_main .slideTxtBox .bd ul {
    zoom: 1;
}
.P_main .slideTxtBox .bd li {
    width: 100%;
    padding: 145px 0;
    overflow: hidden;
}
.P_main .slideTxtBox .bd li:nth-child(odd){
    background: url(../images/actbg1.png) no-repeat top center;
    background-size: 100% 100%;
}
.P_main .slideTxtBox .bd li:nth-child(even) {
    background: url(../images/milkbg2.png) no-repeat top center;
    background-size: 100% 100%;
}
.P_main .slideTxtBox .bd li .Cnrs{
    width: 1400px;
    margin: auto;
}
.P_main .slideTxtBox .bd li:nth-child(odd) .Cnrs .left_img{
    float: left;
}
.P_main .slideTxtBox .bd li:nth-child(even) .Cnrs .left_img{
    float: right;
}
.P_main .slideTxtBox .bd li:nth-child(odd) .Cnrs .right_txt {
    float: right;
    width:847px;
}
.P_main .slideTxtBox .bd li:nth-child(even) .Cnrs .right_txt {
    float: left;
    width:847px;
}
.P_main .slideTxtBox .bd li .Cnrs .right_txt .txt_bt{
    font-size: 24px;
    font-weight: bold;
    color: #2a2a2a;
}
.P_main .slideTxtBox .bd li .Cnrs .right_txt .txt_descript{
    line-height: 28px;
    color: #2a2a2a;
    margin: 45px 0;
}
.P_main .slideTxtBox .bd li .Cnrs .right_txt .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fe8fb0;
    color: #fff;
    border-radius: 5px;
	display: inline-block;
}
.P_main .slideTxtBox .bd li .Cnrs .right_txt .more a{
	color: #fff;
}
.P_main .slideTxtBox .bd li .Cnrs .right_img {
    float: left;
     margin-left: 155px;
}
.P_main .slideTxtBox .bd li .Cnrs .left_txt {
    float: left;
    width: 847px;
}
.P_main .slideTxtBox .bd li .Cnrs .left_txt .txt_bt {
    font-size: 24px;
    font-weight: bold;
    color: #2a2a2a;
}
.P_main .slideTxtBox .bd li .Cnrs .left_txt .txt_descript {
    line-height: 28px;
    color: #2a2a2a;
    margin: 45px 0;
}
.P_main .slideTxtBox .bd li .Cnrs .left_txt .more {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fe8fb0;
    color: #fff;
    border-radius: 5px;
}

.sections{
    width: 1400px;
    margin: 70px auto;
}
.sections ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sections ul li{
    width: 700px;
    height: 280px;
    overflow: hidden;
    padding: 0px;
	position: relative;
}
.sections ul li:nth-child(1) {
    background: #c4eeed;
    color: #269aab;
}
.sections ul li:nth-child(2) {
    background: #f6e0dc;
    color: #d37665;
}
.sections ul li:nth-child(3) {
    background: #c4dcee;
    color: #5d94bd;
}
.sections ul li:nth-child(4) {
    background: #ebf6e6;
    color: #b8bf40;
}
.sections ul li:nth-child(5) {
	background: #c8c4ee;
	color: #a35dbd;
}
.sections ul li:nth-child(6) {
	background: #ead7f1;
	color: #b77755;
}
.sections ul li:nth-child(7) {
	background: #eeccc4;
	color: #da5638;
}
.sections ul li:nth-child(8) {
	background: #eec4d8;
	color: #e861a1;
}
.sections ul li .pro{
    float: left;
}
.sections ul li .name {
    position: absolute;
	right: 105px;
	top: 130px;
	display: none;
}
.sections ul li .name .zw{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
	display: none;
}
.sections ul li .name .ew{
	display: none;
}
.sections ul li .name .more{
    margin-top: 30px;
	display: inline-block;
	border: 2px solid #269aab;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	display: flex;
	justify-content:center;
	align-items: center;
	padding: 0;

}
.sections ul li .name .more .layui-icon{
	font-size: 20px;
}


.contact{
    width: 1400px;
    margin: 50px auto;
}
.top_cont{
    overflow: hidden;
}
.top_cont .map{
    width: 990px;
    height: 490px;
    float: left;
    border: 1px solid #f0f0f0;
}
.top_cont .right_infos{
    float: left;
	margin-left: 40px;
	margin-top: 30px;
}
.top_cont .right_infos .btm{
    font-size: 18px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 10px;
}
.top_cont .right_infos p{
    color: #303030;
    line-height: 24px;
}
.top_cont .right_infos .yxzx1{
    margin-top: 25px;
}
.top_cont .right_infos .con_erweima{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 65px;
}
.enters{
    height:140px;
    margin-top: 0px;
    margin-bottom: 60px;
}
.enters li{
    width: 695px;
    height: 140px;
    float: left;
	margin-right: 10px;
	transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}
.enters li:hover{
	margin-top: -5px;
}
.enters li:last-child{
	margin-right: 0;
}
.form_info {
    width: 1400px;
    margin: 40px auto;
}
.form_info input {
    width: 680px;
    height: 50px;
    padding-left: 12px;
    margin-bottom: 10px;
    border: 1px solid #f0f0f0;
}
.form_info .form input:first-child {
    margin-right: 35px;
}
.form_info .form_txt {
    padding-left: 12px;
    width: 100%;
    height: 150px;
    border: 1px solid #f0f0f0;
}
.form_yzm {
    position: relative;
}
.form_yzm .yzm {
    width: 200px;
    height: 50px;
}
.form_yzm .yzm_xx {
    display: inline-block;
    width: 200px;
    height: 50px;
    border: 1px solid #f0f0f0;
    position: absolute;
    top: 0;
}
.sbt {
    width: 100% !important;
    background: #18b5f0;
	color: #fff;
	height: 50px;
}
/**关于我们**/
.about_us{
    width: 100%;
    padding: 100px 0 60px 0;
    height: auto;
    background: url(../images/jtjjbg.png) no-repeat
     top center;
     background-size: 100% 100%;
}
.about_us .jtjj{
    width: 1400px;
    margin: 45px auto;
    overflow: hidden;
}
.about_us .jtjj .left_intros{
    width: 605px;
    float: left;
	line-height: 40px;
	color: #303030;
	font-size: 16px;
}
.jtjj .left_intros p{
    line-height: 40px;
    color: #303030;
    font-size: 16px;
    text-indent: 32px;
}
.jtjj .right_twintro{
    float: right;
    width: 730px;
}
.jtjj .right_twintro .tupian{
    width: 100%;
    height: auto;
}
.jtjj .right_twintro .tupian img{
    width: 100%;
    height: auto;
}
.jtjj .right_twintro .since{
    font-size: 55px;
    font-weight: bold;
    color: #18b5f0;
    text-align: right;
    margin:40px 0 ;
}
.jtjj .right_twintro .jianjie{
    line-height: 40px;
    color: #303030;
    text-align: right;
}
.fzln_list{
    width: 100%;
}
.fzln_list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    overflow: hidden;
}
.fzln_list ul li{
    width: 17%;
    height: auto;
    position: relative;
	z-index: 1;
	
}
.fzln_list ul li img:hover{
	margin-top: -20px;
}
.fzln_list ul li img{
    width: 100%;
	height: 100%;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
	
}
.fzln_list ul li .centerTxt{
    
    position: absolute;
    top: 30px;
    left: auto;
    right: auto;
    padding: 35px 80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
   
}
.fzln_list ul li .centerTxt div{
        width: 110px;
        border: 1px solid #fff;
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        word-wrap:break-word;
        writing-mode:lr-tb;
        padding: 30px 45px;
}
.abtIntro{
    width: 1400px;
    margin: auto;
}
.abtIntro .abt_tils {
   font-size: 24px;
   font-weight: bold;
   color: #18b5f0;
   text-align: center;
   margin-top: 60px;
}
.abtIntro .abt_desc {
   text-align: center;
   line-height: 28px;
   color: #303030;
   margin-top: 20px;
}
.abt_sec .swiper-slide{
	padding: 0;
	transition: All 0.3s ease-in-out;

    -webkit-transition: All 0.3s ease-in-out;

    -moz-transition: All 0.3s ease-in-out;

    -o-transition: All 0.3s ease-in-out;
	
}
.abt_sec .swiper-slide:hover{
	margin-top: -10px;
	
}


.abt_sec .swiper-slide .slideimg{
    width: 100%;
    height: 185px;
}
.abt_sec .swiper-slide .slideimg img{
	width: 100%;
	height: 185px;
}
.abt_sec .swiper-slide .silde_txt{
    padding: 30px 20px;
    margin-top: 0;
}
.abt_sec .swiper-container{
	padding:0 0 50px 0
}
.abt_sec .swiper-container-horizontal>.swiper-pagination-bullets,.abt_sec .swiper-pagination-custom,.abt_sec .swiper-pagination-fraction{
	bottom:0px;
}
.abt_sec .swiper-pagination-bullet{
	width: 9px !important;
	height: 9px !important;
	border-radius: 9px !important;
	background: #ccc !important;
}

.abt_sec .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 5px !important;
	
}
.abt_sec .swiper-pagination-bullet-active{
	background: #17b5f0 !important;
}
.abt_sec3{
	width: 1400px;
	height: 535px;
    margin:0 auto;
}
/* æœ¬ä¾‹å­css */
.abt_sec3 .slideTxtBox {
	width: 100%;
	padding-top: 60px;
	background: url(../images/17.png) no-repeat 11px 410px;
}
.abt_sec3 .slideTxtBox .hd {
	position: relative;
	width: 100%;
	
}
.abt_sec3 .slideTxtBox .hd ul {
	width: 100%;
	text-align: center;
}
.abt_sec3 .slideTxtBox .hd ul li {
    padding: 0 40px;
    text-align: center;
    cursor: pointer;
    border: 0;
	color: #303030;
	display: inline-block;
}
.abt_sec3 .slideTxtBox .hd ul li .cn_txt{
    font-size: 36px;
    font-weight: bold;
    opacity: .2;
}
.abt_sec3 .slideTxtBox .hd ul li .en_txt {
    font-size: 18px;
     opacity: .2;
}
.abt_sec3 .slideTxtBox .hd ul li.on .cn_txt {
    opacity: 1;
}
.abt_sec3 .slideTxtBox .hd ul li.on .en_txt {
    opacity: .5;
}
.abt_sec3 .slideTxtBox .bd{
	margin: 0;
	padding:0;
	margin-top: 30px;
	
}
.abt_sec3 .slideTxtBox .bd li {
    background: none;
	padding: 0;
}
/* æœ¬ä¾‹å­css */
.picScroll-left {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.picScroll-left .hd {
    overflow: hidden;
	padding: 0 10px;
	margin-top: 40px;
}
.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    zoom: 1;
}
.abt_sec3 .slideTxtBox .picScroll-left .hd ul li {
    width: 9px;
    height: 9px;
    overflow: hidden;
    text-indent: -999px;
	cursor: pointer;
	background:#e1e1e1;
	display: inline-block;
	padding:0;
	margin:0 5px;
	border-radius: 10px;
}

.abt_sec3 .slideTxtBox .picScroll-left .hd ul li.on {
    background:#17b5f0;
}
.picScroll-left .bd {
    padding: 10px;
}
.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}
.picScroll-left .bd ul li {
    margin: 0 30px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 296px;
    height: 296px;
    position: relative;
}
.picScroll-left .bd ul li .pic {
    text-align: center;
    width: 296px;
    height: auto;
}
.picScroll-left .bd ul li .pic img {
    width: 100%;
    height: auto;
    display: block;
}
.picScroll-left .bd ul li .title {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 40px;
   text-align: center;
   line-height: 40px;
   color: #fff;
   background: rgba(0,0,0,0.6);
}
.picScroll-left .bd ul li .title a{
	color: #fff;
}
.sch-form{
	width: 500px;
	height: 45px;
	margin: 50px auto;
}
.sch-form .sch-input{
	width: 415px;
	height: 45px;
	float: left;
}
.sch-form .sch-btn{
	width: 45px;
	height: 45px;
	float: right;
	background: #17b5f0;
	color: #fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom:80px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 12px;
}

.dropdown, .dropup{
	display: none;
}

.cpby{
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
.cp_hd{
	text-align: center;
	clear: both;
	width: 745px;
	margin: 0 auto;
}
.cp_hd a{
	display: inline-block;
	border: 1px solid #18b5f0;
	border-radius: 17px;
	width: auto;
	height: 35px;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	color: #233d9c;
	margin: 0 5px 10px;
	padding: 0 15px;
}
.cp_hd a:hover,
.cp_hd a.on{
	background: #18b5f0;
	color: #fff;
}
.swiper-container2{
	position: relative;
	margin-top: 30px;
	display: none;
}
.swiper-container2 .swiper-slide{
	background: none;
	opacity: 0!important;
}
.swiper-container2 .swiper-slide.swiper-slide-active{
	opacity: 1 !important;
}
.swiper-container2 .swiper-slide .main{
	width: 1170px;
	height: 485px;
	margin: 0 auto;
	background: url(../images/bg.png) no-repeat center bottom;
}
.swiper-container2 .swiper-slide .pic{
	float: left;
	margin-left: 70px;
}
.swiper-container2 .swiper-slide .pic img{
	width: 385px;
	height: 485px;
}
.swiper-container2 .swiper-slide .text{
	width: 700px;
	float: right;
	margin-right: 10px;
}
.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev{
	background: none;
}
.swiper-container2 .swiper-button-next:after,
.swiper-container2 .swiper-button-prev:after {
	font-size: 40px;
	color: #26baf1;
}
.swiper-container2 .swiper-button-next:hover:after,
.swiper-container2 .swiper-button-prev:hover:after {
	color: #233d9c;
}
.rightpiaofu{
	width: 72px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99;
	padding-top: 30px;
}
.rightpiaofu img{
	width: 100%!important;
	height: auto!important;
	margin-bottom: 3px;
	display: block;
	box-shadow: 4px 4px 31px 2px rgba(0, 0, 0, .15);
}
.rightpiaofu #close{
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 100%;
	position: absolute;
	right: 5px;
	top: 5px;
	box-shadow: 4px 4px 31px 2px rgba(0, 0, 0, .15);
	padding: 3px;
}
.rightpiaofu #close img{
	box-shadow: none;
}
.lianxilist{
	overflow: hidden;
}
.lianxilist li{
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.lianxilist li.li1 .pic{
	float: left;
	margin-right: 40px;
}
.lianxilist li.li1 img{
	width: 700px;
	height: 300px;
}
.lianxilist li .text{
	border: 1px solid #e6e6e6;
	padding: 40px;
	height: 300px;
}
.lianxilist li.li1 .text{
	padding-top: 60px;
}
.lianxilist li .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.lianxilist li .desc{
	line-height: 2em;
	font-size: 16px;
}
.lianxilist li .title a{
	float: right;
	font-size: 16px;
	font-weight: normal;
	color: #18b5f0;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	background: url(../images/wz.png) no-repeat left;
	padding-left: 25px;
}
.lianxilist li.li2 {
	width: 695px;
	margin-right: 10px;
}
.lianxilist li.li3 {
	width: 695px;
}
.lianxilist li.li2 img,
.lianxilist li.li3 img{
	width: 695px;
	height: 300px;
}
.lianxilist li.li2 .text,
.lianxilist li.li3 .text {
	height: 200px;
	padding-top: 30px;
}
.piclistdc{
	margin-top: 30px;
}
.piclistdc li{
	text-align: center;
}
.piclistdc li .Texts{
	margin-top: 10px;
}


.formbox {
	overflow: hidden;
	padding-bottom: 0px;
	padding-top: 20px;
	padding-left: 0px;
}

.formbox .formitem {
}

.formbox .formitem p {
	font-size: 20px;
	color: #999;
	line-height: 36px;
	margin-top: 30px;
}

.formbox .formitem p span {
	font-weight: bold;
	color: #24409c;
}

.formbox .formitem .forminput {
	width: 100%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 45px;
	font-size: 24px;
	color: #999;
	border: none;
	box-shadow: 0 0 10px #ddd;
}

.formbox .formitem .formbtn {
	width: 100%;
	height: 90px;
	text-align: center;
	line-height: 90px;
	border-radius: 45px;
	font-size: 24px;
	color: #fff;
	border: none;
	box-shadow: 0 0 10px #ddd;
	background: #18b5f0;
	cursor: pointer;
}

.formtitle {
	text-align: center;
	margin: 50px 0;
}

.formtitle a {
	color: #24409c;
	font-size: 34px
}

.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.top_xg{
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	z-index: 2;
}
.top_xg .bg_bai{
	height: 50px;
	background: #fff;
}

.marquee {
	width: 8000%;
	height: 60px
}

.wave-list-box {
	float: left
}

.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}

.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}

.wave-box {
	position: relative;
	height: 60px;
}

.myclass video {
	width: 100%;
	display: block;
}

.myclass .layui-layer-content {
	height: auto !important;
}

.myclass.layui-layer-page .layui-layer-content {
	overflow: hidden;
}

.layui-carousel{
	height: 500px!important;
	text-align: center;
}
.layui-carousel img{
	height: 100%!important;
	width: auto!important;
}

#close{
	display: block;
	font-size: 24px;
	text-align: right;
	color: red;
}
.swiper-container2 .swiper-pagination{
	display: none;
}
