@charset "utf-8";

@font-face {
	font-family: "cu";
	src: url("../fonts/8E4C4A88EBD1687CB8AC0C8E7D8958F9.OTF");
	font-weight: 400;
}

@font-face {
	font-family: "xi";
	/*src: url("../fonts/11C302DD8C50619E4131DA5D645FB422.OTF");*/
	font-weight: 400;
}

@font-face {
	font-family: 'siyuan';
	src: url('../fonts/bb4171.ttf');
	font-weight: normal;
	font-style: normal;
}

body,
html,
a {
	font-family: "xi" !important;
	font-weight: inherit;
}

/* a {
	font-family: "思源黑体";
} */
/* header */
.header .centerBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 110px;
}
.centerBox{
	z-index: 10;
	background-color: white;
}
.fadeInRight{
	position: relative;
	left: 10% !important;
}
.header .logo {
	width: 380px;
}

.header .logo img {
	width: 100%;
}

.header .menu {
	display: flex;
	align-items: center;
}

.header .menu .nav li {
	position: relative;
	display: inline-block;
	margin-right: 70px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.header .menu .nav li:last-child {
	margin-right: 0;
}

.header .menu .nav li:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -42px;
	left: 50%;
	width: 100%;
	height: 3px;
	background: #13227A;
	border-radius: 5px;
	transform: translate(-50%);
	display: none;
}

.header .nav .on {
	font-size: 18px !important;
	color: #13227A !important;
}

.header .menu .nav li.on:after {
	display: block;
}

/* banner */
.banner .mySwiper .swiper-slide {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	background: #FFFFFF;
}

.banner .swiper-pagination {
	left: 75% !important;
	bottom: 60px !important;
	text-align: center;
	width: 200px !important;
}

.banner .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 15px !important;
	border-radius: 10px !important;
}

.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.banner .mySwiper .swiper-slide img {
	width: 100%;
}


/* 首页index */

.index1 {
	width: 80%;
	height: 650px;
	background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, white 50%, white 100%);
	position: relative;
	left: 20%;
	top: 100px;
	z-index: 10;
	display: flex;

}
.index1-1 {
	width: 80%;
	height: 650px;
	background: linear-gradient(to right, #f6f6f6 0%, #f6f6f6 50%, white 50%, white 100%);
	position: relative;
	left: 15%;
	top: 0px;
	z-index: 10;
	display: flex;

}
#part3 {
	/* background:url(/images/juxing.png) no-repeat !important; */
	background: url("../images/juxing.png") no-repeat;
	width: 100%;
	height: 1200px;
	position: relative;
	top: -200px;
}

#part3text {
	text-align: center;
	position: relative;
	top: 35%;
	left: 0;
}

.part3text {
	color: white;
	font-size: 40px;
	font-weight: bolder;
	padding: 10px;
}

.part3text2 {
	font-size: 30px;
	padding: 10px;
	color: white;

}

#part3img1 {
	background-color: white;
	width: 20%;
	height: 250px;
	position: relative;
	top: -500px;
	left: 50px;
}
.leftparttoppic1 {
	width: 228px;
	height: 386px;
	position: relative;
	top: 90px;
	left: 20px;
}
.leftparttoppic2{
	width: 228px;
	height: 386px;
	position: relative;
	top: 90px;
	left: 0px;
	margin-left: 50px;
}
.leftparttoppic3{
	width: 472px;
	height: 265px;
	position: relative;
	top: 500px;
	left: -85px;
	display: none;
}
.leftparttoppic4{
	width: 228px;
	height: 386px;
	position: relative;
	top: 130px;
	left: -10px;
}
#part3text h4{
    font-size: 42px;
}
#part3text h5{
    font-size: 36px;
}
#part3text h4 span{
    font-size: 40px;
}
#product {
	width: 81%;
	height: 300px;
	position: relative;
	top: 40%;
	left: 12%;
}

#product div#content {
	position: relative;
	width: 95%;
	height: 380px;
	display: inline-block;
	overflow: hidden;
}

#product div#content_list {
	position: absolute;
	width: 40000px;
	overflow: hidden;
}

#product dl {
	width: 320px;
	height: 400px;
	float: left;
	margin-right: 50px;
	background: white;
}

#product dl dt img {
	width: 320px;
	height: 300px;
	border: none;
}

#product dl dd {
	text-align: center;
	position: relative;
	top: -300px;
	line-height: 82px;
}

#product span.prev {
	color: white;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: gray no-repeat left center;
	border-radius: 120px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	position: relative;
	left: 85%;
	top: 25%;
}

#product span.next {
	color: white;
	cursor: pointer;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: gray no-repeat left center;
	/* float: right; */
	line-height: 50px;
	border-radius: 120px;
	text-align: center;
	font-size: 25px;
	position: relative;
	top: 25%;
	left: 88%;
}

#long {
	width: 900px;
	position: relative;
	top: 35%;
	left: 15%;
}

.changeprc1:hover+a .serchimg1 {
	visibility: visible;
}

.question1:hover .serchimg1 {
	visibility: visible;
}



.serchimg1 {
	width: 320px !important;
	height: 300px !important;
	position: relative;
	top: -304px;
	visibility: hidden;
}



#part4text {
	text-align: center;
	line-height: 100px;
}

.part4text1 {
	font-size: 40px;
	font-weight: bolder;
	padding: 10px;
}

#part4text2 {
	color: goldenrod;
}

.part4text3 {
	font-size: 30px;
	padding: 10px;
	position: relative;
	top: -30px;
}

#part4img {
	width: 100%;
	height: 565px;
   display:flex;
   justify-content: space-around;
   align-items:center;
}

#part4imgall1 {
	width: 20%;
	/* height: 500px; */
	background-color: white;
	float: left;
	border: 1px solid #E6E6E6;
}

#part4imgall1:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.part4imgpicture {
	width: 100%;
	background-color: blanchedalmond;
}


/* .part4imgpicture:hover {
            position: relative;
            left: -35px;
            width: 120%;
            height: 400px;
        } */

.part4imgtext1 {
	font-size: 16px;
	color: #d7a449;
	margin-left: 25px;
	margin-top: 20px;
}

.part4imgtext2 {
	font-size: 14px;
	display: flow-root;
   width:80%;
   margin:0 auto 0 auto;
}

.part4imgtext3 {
	font-size: 15px;
	color: goldenrod;
	position: relative;
	left: 70%;
	top: -14px;
}

#part4imgall2 {
	width: 20%;
	/* height: 500px; */
	background-color: white;
	margin-left: 50px;
	float: left;
	border: 1px solid #E6E6E6;
}

#part4imgall2:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

#part4imgall3 {
	width: 20%;
	/* height: 500px; */
	background-color: white;
	margin-left: 50px;
	float: left;
	border: 1px solid #E6E6E6;
}

#part4imgall3:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

#part4imgall4 {
	width: 20%;
	/* height: 500px; */
	background-color: white;
	margin-left: 50px;
	float: left;
	border: 1px solid #E6E6E6;
}

#part4imgall4:hover {
	transform: translateY(-20px);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}

.part4text4 {
	font-size: 26px;
	height: 100px;
	position: relative;
	border: 10px solid;
	width: 15%;
	top: 100px;
	text-align: center;
	left: 42%;
	line-height: 80px;
}

#part5{
	width: 100%;
	height: 400px;
	background: url(../images/footerbgc.png) no-repeat;
	background-size:1920px 400px ;
	display: flex;
}
#part5left{
	position: relative;
	left: 20%;
    top: 50px;
	height: 300px;
    
}
.part5text{
	font-size: 26px;
	color: white;
}
.part5text2{
    font-size: 20px;
	color: gray;
}
.row01{
	display: flex;
	margin-bottom: 20px;
}
.row01 img{
    width: 20px;
	height: 20px;
	margin-right: 30px;
}
.erweima{
	 width: 300px;
	 height: 250px;
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 position: relative;
	 left: 20%;
	 top: 48px;
	 border-right: 1px  solid  white;
}
.ma2{
	width: 116px;
	height: 116px;
	background-color: white;
	margin-right: 10px;
}
.erweimapic{
	width: 116px !important;
	height: 116px !important;
}
#part5right{
	position: relative;
	left: 25%;
	width: 40%;
}
#part5ul{
	display: flex;
	position: relative;
	top: 160px;
}
#part5ul li{
	color: white;
    font-size: 24px;
	margin-right: 30px;
}
.fengexian{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 400px;
	color: gray;
	height: 60px;
	border-top: 1px solid gray;
}
#lianxiwomen {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid grey;
	line-height: 20px;
	display: flex;
	align-items: center;
}
#lianxiwomen img{
     position: relative;
	 left: 19%;
}
#lianxiwomentext {
	font-size: 15px;
	color: gray;
	position: relative;
	left: 20%;
}
#lianxiwomentext2 {
	font-size: 15px;
	color: #13227A;
	position: relative;
	left: 20%;
}
#lianxiwomenleft{
	display: flex;
}
#leftintroduce {
    height: 600px;
	position: relative;
	left: 25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
#leftintroduce p{
     margin-top: 30px;
}
.baidumap {
	position: relative;
	left: 35%;
	top: 140px;
}





#part2 {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid grey;
	line-height: 50px;
}

#part2text {
	font-size: 15px;
	color: gray;
	position: relative;
	left: 400px;
}

#part2text2 {
	font-size: 16px;
	color: blue;
	position: relative;
	left: 400px;
	font-weight: bold;
}

.treebox {
	width: 200px;
	height:1300px;
	text-align: center;
	position: relative;
	left: 15%;
	top: 100px;
}
.treebox2 {
	width: 200px;
	height:1300px;
	text-align: center;
	position: relative;
	left: 15%;
	top: 100px;
}

.containerBox {
	margin: 32px auto 0;
  	display: flex;
  	width: 80%;
  	max-width: 1000px;
}
.messagelist {
	text-align: center;
}

.messageContainer {
	flex: 1;
  margin-left: 16px;
}
.tree_two {
	width: 950px;
	position: absolute;
	top: 0px;
	left: 300px;
	display: none;
}

#test1 {
	display: block;
}

.tree_box2 {
	display: flex;
}
.tree_box3{
	display: flex;
}

.treetop1 {
	font-size: 48px;
	font-weight: bolder;
}

.treetop2 {
	font-size: 48px;
	font-weight: bolder;
	color: #55A12E;
}

.treetop3 {
	font-size: 16px;
	color: goldenrod;
}

.list1text {
	font-size: 16px;
	color: grey;
	letter-spacing: 4px;
	font-weight: bold;
}

.tree_list1 {
	width: 250px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e5e5e5;

}

.tree_one {
	text-align: center;
	margin: 0;
	padding: 0;
}

.engineering {
	margin-top: 60px;
}


/*分页样式*/

.pageLeft {
	text-align: right;
}

.pageRight {
	text-align: left;
}

.pageNum {
	text-align: center;
}

.table {
	float: right;
	position: relative;
	right: 30px;
}

#prev,
#next,
#prev2,
#next2,
#prev3,
#next3,
#prev4,
#next4 {
	width: 32px;
	height: 32px;
	border-radius: 2px;
	background-color: white;
	text-align: center;
	vertical-align: middle;
}

#pageNav,
#pageNav2,
#pageNav3,
#pageNav4 {
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
	color: gray;
	font-size: 16px;
	font-family: MicrosoftYaHeiLight;
	display: inline-block;
}

ul {
	list-style: none;
}

#pageMain li,
#pageMain2 li,
#pageMain3 li#pageMain4 li {
	list-style: none;
}

#pageBox span,
#pageBox2 span,
#pageBox3 span,
#pageBox4 span {
	display: inline-block;
}

#pageNav a,
#pageNav2 a,
#pageNav3 a,
#pageNav4 a {
	width: 32px;
	height: 32px;
	border-radius: 2px;
	display: inline-block;
	color: #1b1b1b;
	margin: 0 4px 0 4px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#pageNav a.active,
#pageNav a:hover {
	background: #13227a;
	color: #FFFFFF;
}

#pageNav2 a.active,
#pageNav2 a:hover {
	background: #13227a;
	color: #FFFFFF;
}

#pageNav3 a.active,
#pageNav3 a:hover {
	background: #13227a;
	color: #FFFFFF;
}

#pageNav4 a.active,
#pageNav4 a:hover {
	background: #13227a;
	color: #FFFFFF;
}

#prev,
#prev2,
#prev3,
#prev4:hover {
	cursor: pointer;
}

#next,
#next2,
#next3,
#next4:hover {
	cursor: pointer;
}

.companynew {
	height: 290px;
	width: 290px;
	margin-right: 20px;
	margin-bottom: 20px;
	display: flex;
}

.companytitle {
	width: 290px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	background-color: white;
	z-index: 100;
	opacity: 0.8;
	position: relative;
	top: -68px;
	left: 10px;
}

.list2pic {
	width: 290px;
	height: 290px;
	margin: 0px 10px -40px 10px;
}

.list2text {
	width: 500px;
	text-align: right;
}

.titleText {
	text-align: left;
	color: #13227a;
	font-size: 24px;
	letter-spacing: 2px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	width: 910px;
	position: relative;
	left: 10px;
}

.message{
	width: 90%;
}
.messagetoptitle {
	text-align: left;
	color: #13227a;
	font-size: 20px;
	letter-spacing: 2px;
	border-bottom: 1px solid gray;
	margin-bottom: 20px;
	width: 100%;
	padding-bottom: 20px;
}
.messagetoptext {
	width: 500px;
	text-align: right;
}
.messagepart1 {
	display: flex;
	width: 100%;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.messagepartmian {
    display: flex;
	justify-content: center;
	align-items: center;
}
.messagepart1pic {
	width: 240px;
	height: 240px;

}
.messageintroduce{
	width: 100%;
	display: flex;
	flex-direction: column;
    text-align: left;
	justify-content: center;
}
.introducetitle{
	font-size: 24px;
	width: 90%;
	margin-left: 5%;
}
.introducearticle{
    font-size: 16px;
	width: 90%;
	margin-left: 5%;
	line-height: 30px;
}

.controllerclick{
	display: flex;
	width: 90%;
	justify-content: center;
}
.controllerpic{
	width: 250px;
	height: 180px;
	margin-left: 2%;

}
.controllermain{
	text-align: left; 

	margin-left: 2%;
}
.controllertoptitle{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 10px;
}
.controllermiddle{
	margin-bottom: 10px;
}
.controllerarctilepic1{
	width: 16px;
	height: 16px;
}
.controllerarctilepic2{
	width: 18px;
	height: 14px;
	margin-left: 30px;
}
.controllertime{
	margin-left: 20px;
}
.controllerarctileall{
	line-height: 30px;
}
.newscontrols{
	margin-bottom: 50px;
}









.sy_jian {
	width: 600px;
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 30px;
}

.sy_jian h4 {
	font-size: 40px;
	color: #000000;
	margin-top: 55px;
	z-index: 999;
	position: absolute;
}

.sy_jian h4 span {
	color: #aa320e;
}

.sy_jian h5 {
	font-size: 60px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 60px;
	z-index: 1;
}

.sy_jian h6 {
	width: 140px;
	padding: 10px 0;
	border: 1px solid #aa320e;
	background: #aa320e;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	border-radius: 10px;
	margin-top: 60px;
}

.sy_jie {
	width: 570px;
	float: left;
}

.sy_jie h4 {
	font-size: 42px;
	font-weight: bold;
	color: #000000;
	margin-top: 60px;
	margin-bottom: 30px;
}

.sy_jie h5 {
	font-size: 36px;
	color: #666666;
	letter-spacing: 2px;
	line-height: 28px;
	margin-bottom: 30px;
}
.sy_jie h2 {
	font-size: 16px;
	margin-bottom: 15px;
}
.sy_jie h6 {
	font-size: 26px;
	margin-bottom: 30px;
}
.sy_jie h3{
	width: 44%;
	font-size: 18px;
	border: 10px solid;
	padding: 25px;
	text-align: center;
}


.jian_tu {
	position: absolute;
	bottom: 0;
}

.jian_tu img {
	width: 100%;
}

/* 我们的优势 */
.sy_tong {
	position: relative;
	margin-top: 80px;
	padding: 50px 0 50px 0;
}

.sy_tong h4 {
	font-size: 40px;
	text-align: center;
	position: relative;
}

.sy_tong h4 span {
	color: #aa320e;
}

.sy_tong h5 {
	font-size: 90px;
	text-transform: uppercase;
	color: #fcf8f6;
	text-align: center;
	margin-top: -85px;
}

.sy_tong::before {
	content: '';
	position: absolute;
	left: 20%;
	top: 0;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/2_03.png) no-repeat;
}

.sy_tong:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 20%;
	display: block;
	width: 20px;
	height: 20px;
	background: url(../images/3_03.png) no-repeat;
}

/* index3 */
.index3 {
	display: flex;
	margin-top: 70px;
}

.index3 .mySwiper2 {
	width: 64.59%;
	height: 700px;
}

.index3 .mySwiper {
	width: 39.32%;
	height: 700px;
}

.index3 .mySwiper2 .swiper-slide img {
	width: 100%;
}

.index3 .mySwiper .swiper-slide {
	background: #404c5a;
	padding: 140px 80px 140px 80px;
	box-sizing: border-box;
}

.index3 .mySwiper .swiper-slide h4 {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}

.index3 .mySwiper .swiper-slide h5 {
	font-size: 18px;
	line-height: 36px;
	color: #FFFFFF;
	margin-top: 70px;
}

.index3 .mySwiper .swiper-slide h6 {
	width: 140px;
	background: #aa320e;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding: 5px 0;
	display: block;
	margin: 0 auto;
	margin-top: 90px;
}

.index3 .swiper-button-next {
	background: url(../images/16.png) no-repeat;
	width: 60px;
	height: 60px;
}

.index3 .swiper-button-prev {
	background: url(../images/15_03.png) no-repeat;
	width: 60px;
	height: 60px;
	left: 86%;
}

.index3 .swiper-button-next:after {
	display: none;
}

.index3 .swiper-button-prev:after {
	display: none;
}

.index3 .swiper-pagination-bullet {
	background: #FFFFFF;
}

.index3 .swiper-pagination {
	left: 85% !important;
	bottom: 30px !important;
	text-align: center;
	width: 175px !important;
}

.index3 .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 15px !important;
	border-radius: 10px !important;
}

.index3 .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}


/* 产品展示 */
.index4 {
	clear: both;
	position: relative;
	top: -200px;
}

.index4 .sy_cp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
}

.sy_ch h4 {
	font-size: 40px;
	position: relative;
}

.sy_ch h4 span {
	color: #aa320e;
}

.sy_ch h5 {
	font-size: 70px;
	color: #fdf9f8;
	text-transform: uppercase;
	margin-top: -50px;
}

.sy_pin h4 {
	width: 140px;
	background: #aa320e;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	padding: 10px 0;
}

.sy_chan {
	margin-top: 60px;
	position: relative;
	padding-bottom: 110px;
}

.sy_chan .mySwiper .swiper-slide img {
	width: 100%;
}

.sy_chan .swiper {
	position: unset;
}

.sy_chan .mySwiper .swiper-slide h4 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 30px 0 0 20px;
	box-sizing: border-box;
}

.sy_chan .swiper-pagination {
	position: absolute;
	bottom: 0px !important;
	z-index: 99999;
}

.sy_chan .swiper-pagination-bullet {
	background: #aa320e;
}

.sy_chan .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 15px !important;
	border-radius: 10px !important;
}

.sy_chan .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

/* 关于我们 */
.index5 {
	background: #fafafa;
	overflow: hidden;
	clear: both;
	background: url(../images/11_02.jpg) #fafafa no-repeat;
	background-clip: cover;
}

.sy_guan h5 {
	font-size: 90px;
	text-transform: uppercase;
	color: #f6f2f1;
	text-align: center;
	margin-top: -85px;
}

.about {
	margin-top: 90px;
	overflow: hidden;
	margin-bottom: 10px;
}

.about .mySwiper {
	width: 40%;
}

.about .mySwiper .swiper-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.about .mySwiper .swiper-slide {
	width: 100px !important;
	text-align: center;
	margin: 0 auto;
}

.about .mySwiper .swiper-slide h4 {
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
}

.about .mySwiper .swiper-slide:last-child {
	margin-right: 0 !important;
}

.about .mySwiper .ww {
	display: none;
}

.about .mySwiper .swiper-slide-thumb-active .ww {
	display: block;
}

.about .mySwiper .swiper-slide-thumb-active .qq {
	display: none;
}

/* mySwiper2 */
.about .mySwiper2 {
	margin-top: 60px;
	margin-bottom: 53px;
	overflow: visible !important;
}

.about .mySwiper2 .swiper-wrapper .swiper-slide {
	width: 1000px;
	position: relative;
}

.about .mySwiper2 .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.about .mySwiper2 .swiper-wrapper .swiper-slide-active {
	width: 1000px;
}

.about .mySwiper2 .swiper-slide .bai {
	position: absolute;
	bottom: -40px;
	left: 30px;
	background: #FFFFFF;
	width: 300px;
	height: 290px;
	padding: 55px 65px 0 40px;
	box-sizing: border-box;
}

.about .mySwiper2 .swiper-slide .bai h4 {
	font-size: 24px;
	color: #333333;
}

.about .mySwiper2 .swiper-slide .bai h5 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	margin-top: 40px;
}

.about .mySwiper2 .swiper-slide .bai img {
	width: 20px;
	margin-top: 60px;
}

.about .mySwiper2 .hong {
	position: absolute;
	width: 50px;
	height: 4px;
	right: -25px;
	bottom: 30px;
	display: block;
	background: #9d5a4f;
}

/* 新闻中心 */
.sy_xin::before {
	left: 5%;
}

.sy_xin::after {
	right: 5%;
}

.wen_one {
	font-size: 0;
	margin-top: 60px;
}

.wen_one li {
	width: 600px;
	display: inline-block;
}

.wen_one .wen_all {
	display: flex;
	padding: 30px;
	box-sizing: border-box;
}

.wen_one li:hover .wen_all {
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
}

.wen_one .wen_all .wen_z h4 {
	font-size: 48px;
	color: #aa320e;
	text-align: center;
}

.wen_one .wen_all .wen_z h5 {
	font-size: 18px;
	color: #aa320e;
}

.wen_one .wen_all .wen_z {
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
	margin-right: 30px;
}

.wen_one .wen_all .wen_y h4 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}

.wen_one .wen_all .wen_y h5 {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.sy_cha {
	width: 140px;
	font-size: 18px;
	color: #FFFFFF;
	background: #aa320e;
	text-align: center;
	padding: 10px 0;
	margin: 0 auto;
	border-radius: 5px;
	margin-top: 50px;
	margin-bottom: 140px;
}

/* 底部 */
.index7 {
	background: #404c5a;
	overflow: hidden;
	clear: both;
	padding-top: 50px;
}

.index7 .centerBox {
	overflow: hidden;
}

.foot_yi h4 {
	color: #FFFFFF;
	font-size: 18px;
}

.foot_yi h5 {
	font-size: 12px;
	line-height: 36px;
	color: #ffffff;
}

.foot_yi h6 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

.foot_yi {
	width: 260px;
	float: left;
	margin-right: 150px;
	margin-left: 30px;
}

.foot_er ul li {
	display: inline-block;
	margin-right: 60px;
	text-align: center;
	color: #FFFFFF;
	line-height: 36px;
}

.foot_er ul li img {
	width: 100px;
}

.foot_er ul li:last-child {
	margin-right: 0;
}

.foot_er {
	width: 265px;
	float: left;
	margin-top: 35px;
}

.foot_xian {
	width: 1px;
	height: 200px;
	background: rgba(255, 255, 255, 0.1);
	float: left;
	margin-left: 85px;
}

.foot_san {
	width: 75px;
	float: left;
	margin-left: 150px;
}

.foot_san h4 {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}

.foot_san ul li {
	font-size: 14px;
	color: #e5e5e5;
	line-height: 36px;
}

.foot_y {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 15px;
}

.foot_y h4 {
	font-size: 12px;
	color: #7c8590;
	line-height: 24px;
}

.foot_y ul li {
	display: inline-block;
	font-size: 12px;
	color: #7c8590;
	line-height: 24px;
}

.foot_y ul li::after {
	content: '';
	display: inline-block;
	background: #7c8590;
	width: 1px;
	height: 14px;
	vertical-align: middle;
	margin: 0 0 0 5px;
}

.foot_y ul li:last-child::after {
	display: none;
}

.index8 {
	background: #08121e;
}

.index8 h4 {
	text-align: center;
	font-size: 12px;
	color: #7c8590;
	line-height: 36px;
}

/* 关于我们 */
.gu_img img {
	width: 100%;
}

.gu_all {
	margin-top: 60px;
}

.gu_all h4 {
	font-size: 40px;
	color: #000000;
	text-align: center;
	letter-spacing: 2px;
}

.gu_all h4 span {
	color: #aa320e;
}

.gu_all h5 {
	font-size: 24px;
	color: #999999;
	text-align: center;
}

/* .gu_all h5::after {
	content: '';
	width: 15%;
	height: 2px;
	background: #b0472f;
	display: block;
	margin: 15px auto 0;
} */

.gu_all h6 {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	letter-spacing: 1px;
	margin-top: 60px;
}

.gu_all img {
	width: 100%;
}

.gu_zi {
	font-size: 0;
	margin-top: 60px;
	margin-bottom: 120px;
}

.gu_zi li {
	width: 48.75%;
	display: inline-block;
	margin-right: 30px;
}

.gu_zi li:nth-child(2n) {
	margin-right: 0;
}

.gu_zi li img {
	width: 100%;
}

/* 新闻中心 */
.new_all {
	margin-top: 20px;
}

.new_all .new_one {
	display: flex;
	padding: 30px 0;
	box-sizing: border-box;
}

.new_all li {
	border-bottom: 1px solid #e6e6e6;
}

.new_all .new_one .new_zi h4 {
	font-size: 48px;
	color: #aa320e;
	text-align: center;
}

.new_all .new_one .new_zi h5 {
	font-size: 18px;
	color: #aa320e;
}

.new_all .new_one .new_zi {
	border-right: 1px solid #e5e5e5;
	padding-right: 30px;
	margin-right: 30px;
}

.new_all .new_one .new_er h4 {
	font-size: 18px;
	color: #333333;
	line-height: 38px;
}

.new_all .new_one .new_er h5 {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

/* 分页 */
#pages {
	font-family: 宋体;
	text-align: right;
	font-size: 14px;
	margin-bottom: 100px;
	margin-top: 50px;
}

#pages .pagination li {
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333;
	padding: 0 10px
}

#pages .pagination .active {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #b0472f;
	border: 1px solid #b0472f;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	margin-right: 15px;
}

/* 新闻详情 */
.dao h4 {
	font-size: 16px;
	color: #999999;
	line-height: 36px;
}

/* .dao h4::before {
	content: '';
	width: 7px;
	height: 20px;
	background: #b0472f;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
} */

.dao h4 span {
	color: #000000;
}

.xq_all {
	margin-top: 60px;
	margin-bottom: 180px;
}

.xq_all h4 {
	font-size: 36px;
}

.xq_all h5 {
	font-size: 18px;
}

.xq_all h6 {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-top: 50px;
}

.xq_all img {
	width: 53%;
	margin: 0 auto;
}

/* 产品中心 */
.cp_all {
	margin-top: 60px;
	font-size: 0;
	text-align: center;
}

.cp_one li {
	width: 150px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #999999;
	background: #ffffff;
	padding: 10px 0;
	margin-right: 20px;
	border: 1px solid #999999;
}

.cp_one .zz {
	background: #b0472f;
	color: #FFFFFF;
	border: 1px solid #b0472f;
}

.cp_one li:last-child {
	margin-right: 0;
}

.cp_yi {
	font-size: 0;
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.cp_yi li {
	width: 30.83%;
	display: inline-block;
	margin-right: 45px;
	margin-bottom: 60px;
}

.cp_yi li img {
	width: 100%;
}

.cp_yi li:nth-child(3n) {
	margin-right: 0;
}

.cp_yi li h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 2px;
	margin-top: 20px;
	word-break: break-all;
}

/* 联系我们 */
.lian_all {
	margin-top: 80px;
	margin-bottom: 100px;
	overflow: hidden;
}

.lian_zuo {
	width: 440px;
	height: 550px;
	float: left;
	background: #f5f5f5;
	padding: 130px 90px 0 65px;
	box-sizing: border-box;
	border-radius: 10px;
}

.lian_zuo ul li {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
	margin-bottom: 80px;
}

.lian_zuo ul li img {
	width: 34px;
	margin-right: 20px;
}

.lian_you {
	width: 740px;
	float: right;
	border-radius: 10px;
}

.lian_you .map #allmap {
	border-radius: 10px;
}

.BMap_cpyCtrl {
	display: none;
}

.anchorBL {
	display: none !important;
}

/* 产品中心详情 */
.chan_all {
	font-size: 0;
	border: 1px solid #e6e6e6;
	overflow: hidden;
	padding: 20px 20px 20px 15px;
	box-sizing: border-box;
	margin-top: 60px;
}

.chan_zuo {
	width: 340px;
	float: left;
}

.chan_you {
	width: 780px;
	float: right;
	position: relative;
}

.chan_you h4 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 40px;
}

.chan_you h5 {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.chan_you h5 i {
	display: inline-block;
	font-style: unset;
	width: 10%;
	overflow: hidden;
	text-align: justify;
	text-align-last: justify;
	vertical-align: bottom;
}

.chan_you h6 {
	width: 100%;
	background: #e5e5e5;
	font-size: 18px;
	color: #aa320e;
	text-align: center;
	padding: 25px 0 25px 0;
	box-sizing: border-box;
	position: absolute;
	bottom: -100%;
	left: 50%;
	transform: translate(-50%, -10%);
}

.chan_yi h4 {
	font-size: 16PX;
	background: #e6e6e6;
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
	margin-top: 60px;
}

.chan_yi h5 {
	font-size: 16px;
	line-height: 36px;
	color: #333333;
	margin-top: 40px;
	margin-bottom: 140px;
}

.chan_two .mySwiper {
	width: 74%;
}

.chan_two .mySwiper .swiper-slide img {
	width: 100%;
}

.chan_two {
	position: relative;
	margin-top: 10px;
}

.chan_two .swiper-button-prev {
	left: 0;
	background: #e5e5e5;
	color: #aa320e;
	height: 74px;
	top: 30%;
}

.chan_two .swiper-button-next {
	right: 0;
	background: #e5e5e5;
	color: #aa320e;
	height: 74px;
	top: 30%;
}

.chan_two .mySwiper .swiper-slide-active {
	border: 1px solid #aa320e;
}

.chan_all .swiper-button-next:after,
.chan_all .swiper-button-prev:after {
	font-size: 20px;
}

.chan_one {
	height: 340px;
}

.chan_one img {
	width: 100%;
}
#positionvideo{
	position: relative !important;
    top: 130px !important;
    left: -20px !important;
}
.video4{
	display: none;
}
.partnews {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.messagetitle {
	font-size: 24px;
	margin-bottom: 20px;
}

.messagetime {
	font-size: 16px;
	margin-bottom: 20px;
	color: #999999;
}

.messagetext {
	margin-bottom: 30px;
	line-height: 40px;
	width: 60%;
}

.messagetext span {
	color: #666666;
}

.successpart1{
	width: 100%;
	display: flex;
	justify-content: center;
}
.successtitle{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	width: 60%;
	border-bottom: 1px solid #e5e5e5;
}
.successtext{
	font-size: 26px;
	color: #13227a;
	font-weight: bold;
}


.successall{
	width: 100%;
	display: flex;
    align-items: center;
	justify-content: center;
}
#containet {
	width: 60%;	
}
.pageMain{
	display: flex;
    justify-content: space-between;
}
.pageMain li {
	list-style: none;
	height: 400px;
}

#pageBox {
   float: right;
   margin-bottom: 30px;
}

#pageBox span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	color: black;
	border: 2px solid black;
}

#pageNav {
	display: inline-block;
}

#pageNav a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #13227a;
	text-decoration: none;
}

#pageNav a.active, #pageNav a:hover {
	background: #13227a;
	color: #EFEFEF;
}

#prev:hover {
	cursor: pointer;
}

#next:hover {
	cursor: pointer;
}
