.aboutin-div {
	padding: 65px 0 110px 0;
	box-sizing: border-box;
}

.aboutin-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.aboutin-box-left {
	width: 46%;
}

.aboutin-box-left-first {
	margin-top: 50px;
	margin-bottom: 30px;
	color: #555555;
	font-size: 14px;
}

.aboutin-box-right {
	width: 46%;
}

.aboutin-box-right>img {
	width: 100%;
}


.phonein-div {
	position: relative;
}

.phonein-box {
	/* background: url("../img/phonebanner.jpg")no-repeat; */
	position: relative;
    overflow:hidden;
}

.phonein-box-neirong {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 220px;
	max-width: 1200px;
	width: 100%;
	/* position: relative; */
	background-position-x: 50%;
	padding: 0px 100px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.phonein-box>img {
	width: 100%; 
	/*position: relative;
	top: 0;
	left: 50%;
	margin-left: -600px;*/
}

.phonein-box-first {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.phonein-box-first>div {
	color: #fff;
	font-weight: bolder;
	font-size: 30px;
}

.phonein-box-first>span {
	width: 28px;
	height: 5px;
	background-color: #fff;
	display: inline-block;
}

.phonein-box-second {
	font-size: 20px;
	margin-top: 12px;
	color: #fff;
}

.phonein-box-third {
	display: flex;
	align-items: center;
	margin-top: 40px;
}

.phonein-box-third>img {
	width: 24px;
	margin-right: 16px;
}

.phonein-box-third>i {
	font-size: 30px;
	color: #fff;
	font-family: "MyFount";
}

.product-div {
	margin-top: 90px;
}

.product-box {}

.product-box-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-content {
	margin-top: 40px;
}

.product-content>ul {
	display: flex;
	/*align-items: center;*/
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 90px;
	border-bottom: 2px solid #333333;
}

.product-content>ul>li {
	width: 30%;
	margin-top: 30px;
    box-sizing:border-box;
}

    .product-content > ul > li:hover {
        box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
        /*box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);*/
        transition: all .3s ease;
    }
.product2-list-item:hover {
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    /*box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);*/
    transition: all .3s ease;
}

.product-content > ul > li > a {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.product-img {
	width: 100%;
	overflow: hidden;
    height:200px;
}

.product-img>img {
	width: 100%;
	height: 100%;
}

.product-title {
	font-size: 16px;
	color: #333333;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
    min-height:20px;
    font-weight:bolder;
}

.product-text {
	margin-top: 12px;
	color: #333333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.product-last {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.product-last-left {
	font-size: 14px;
	color: #555555;
}
.product-last-right{
    display:flex;
    align-items:center;
}

.product-last-right > img {
    width: 14px;
}

.news-div {
	margin-top: 90px;
}

.news-box {}

.news-box-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-box-content {
	margin-top: 10px;
}

.news-box-content>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-item {
	width: 48.7%;
	margin-top: 30px;
}

.news-item>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}

.news-item-left {
	display: flex;
	flex-direction: column;
	margin-right: 30px;
	width: 60px;
}

.news-item-left>div {
	font-size: 40px;
	color: #333333;
	font-weight: bolder;
	font-family: "MyFount";
}

.news-item-left>span {
	color: #333333;
	font-size: 14px;
	white-space: nowrap;
}

.news-item-right {
	display: flex;
	flex-direction: column;
}

.news-item-right-first {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.news-item-right-second {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #555555;
	margin-top: 18px;
}

.contact-div {
	margin-top: 90px;
}

.contact-box-content {
	margin-top: 70px;
	width: 100%;
	height: 400px;
	position: relative;
}

#allmap {
	width: 100%;
	height: 100%;
}

.map-box {
	position: absolute;
	right: 50px;
	top: 0;
	width: 35%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.map-box-item {
	background-color: #366fff;
	display: flex;
	align-items: center;
	height: 30%;
	width: 100%;
	padding: 36px 40px;
	box-sizing: border-box;
}

.map-box-item-left {
	width: 36px;
	height: 36px;
	margin-right: 25px;
	flex-shrink: 0;
}

.map-box-item-left>img {
	width: 100%;
	height: 100%;
}

.map-box-item-right {
	display: flex;
	flex-direction: column;
}

.map-box-item-right>span {
	color: #fff;
	font-size: 16px;
}

.map-box-item-right>p {
	margin-top: 16px;
	color: #fff;
	font-size: 30px;
	font-family: "MyFount";
}

.map-box-item2 {
	margin-top: 20px;
}


.banner-first-pro1 {
	margin-top: 222px;
	text-align: left;
	color: #fff;
}

.banner-second-pro1 {
	font-size: 26px;
	color: #fff;
	text-align: left;
	margin-top: 26px;
}

.banner-procontent span {
	width: 40px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin-top: 33px;
}

.banner-third-pro1 {
	margin-top: 35px;
	text-align: left;
	color: #fff;
	font-size: 16px;
}

.pro-snav-div {}

.pro-snav-box {
	display: flex;
	align-items: center;
	overflow-x: scroll;
	overflow-y: hidden;
}

.pro-snav-box::-webkit-scrollbar {
	display: none;
}

.pro-snav-box>li {
	margin-right: 80px;
}

.pro-snav-box>li:hover i {
	background-color: #303030;
}

.pro-snav-box>li>a {
	padding: 30px 10px;
	box-sizing: border-box;
	display: flex;
	position: relative;
}

.pro-snav-box>li>a>span {
	color: #555555;
	font-size: 16px;
	white-space: nowrap;
}

.pro-snav-box>li>a>i {
	position: absolute;
	left: 0;
	bottom: 0;

	width: 100%;
	height: 4px;
	background-color: #fff;
	transition: 500ms;
}

.hengxian-pro {
	height: 1px;
	background-color: #cccccc;
}

.pro-snav-box .active-pro-snavitem>a>i {
	background-color: #303030;
}

.product2-div {
	margin-top: 65px;
}

.product2-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product2-list-item {
	width: 30%;
	margin-bottom: 60px;
}

.product2-list-item>a {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.product2-list-item-first {
	width: 100%;
	/*max-height: 200px;*/
    height:200px;
}

.product2-list-item-first>img {
	width: 100%;
	height: 100%;
}

.product2-list-item-second {
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
    font-weight:bolder;
}

.product2-list-item-third {
    font-size: 14px;
    color: #333333;
    margin-top: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: 20px;
}

.product2-list-item-fourth {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.product2-list-item-fourth-left {
	font-size: 14px;
	color: #555555;
}

.product2-list-item-fourth-right {
	display: flex;
	align-items: center;
}

.product2-list-item-fourth-right>img {
	width: 14px;
}

.about-jieshao-div {
	margin-top: 130px;
	min-height: 500px;
}

.about-jieshao-box {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.about-jieshao-box-first {
	font-size: 16px;
	color: #366fff;
	font-family: "MyFount", sans-serif;
}

.about-jieshao-box-second {
	margin-top: 17px;
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.about-jieshao-box-third {
	font-size: 14px;
	color: #555555;
	margin-top: 30px;
}

.about-jieshao-box-fourth {
	margin-top: 80px;
	position: relative;
}

.about-jieshao-box-fourth>img {
	width: 100%;
}

.wenzi-about {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.wenzi-about>span {
	font-size: 52px;
	color: #fff;
	margin: 0 20px;
}

.wenzi-about>p {
	font-size: 20px;
	color: #fefefe;
}

.about-jieshao-box-fifth {
	width: 100%;
	margin-top: 80px;
	height: 1px;
	background-color: #333333;
}

.about-culture-div {
	margin-top: 85px;
}

.about-culture-box {}

.about-culture-box-first {}

.about-culture-box-first-one {
	display: flex;
	align-items: center;
}

.about-culture-box-first-one>span {
	width: 20px;
	height: 4px;
	background-color: #366fff;
	margin-right: 20px;
}

.about-culture-box-first-one>p {
	color: #366fff;
	font-size: 20px;
	font-family: "MyFount", sans-serif;
}

.about-culture-box-first-two {
	margin-top: 20px;
	color: #333333;
	font-size: 28px;
}

.about-culture-box-second {
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about-culture-box-second-item{
    width:20%;
}

.about-culture-box-second-item-title {
    font-size: 20px;
    color: #333333;
    font-weight: bolder;
}

.about-culture-box-second-item>p {
	font-size: 14px;
	color: #555555;
	margin-top: 20px;
}

.contact-lianxi-div {
	margin-top: 150px;
}

.contact-lianxi-box {
	display: flex;
}

.contact-lianxi-box-left {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.contact-lianxi-box-right {
	width: 50%;
}

.contact-lianxi-box-left-item {
	margin-bottom: 100px;
	display: flex;
}

.contact-lianxi-box-left-item-left {
	width: 36px;
	height: 36px;
	margin-right: 35px;
	flex-shrink: 0;
}

.contact-lianxi-box-left-item-left>img {
	width: 100%;
	height: 100%;
}

.contact-lianxi-box-left-item-right {
	display: flex;
	flex-direction: column;
}

.contact-lianxi-box-left-item-right>span {
	font-size: 16px;
	color: #333333;
}

.contact-lianxi-box-left-item-right>p {
	font-family: "MyFount", sans-serif;
	font-size: 30px;
	color: #333;
	margin-top: 16px;
}

.contact-lianxi-box-right-item {
	display: flex;
}

.contact-lianxi-box-right-item-left {
	width: 36px;
	height: 36px;
	margin-right: 35px;
	flex-shrink: 0;
}

.contact-lianxi-box-right-item-left>img {
	width: 100%;
	height: 100%;
}

.contact-lianxi-box-right-item {
	display: flex;
}

.contact-lianxi-box-right-item-left {
	width: 38px;
	height: 32px;
	margin-right: 35px;
	flex-shrink: 0;
}

.contact-lianxi-box-right-item-left>img {
	width: 100%;
	height: 100%;
}

.contact-lianxi-box-right-item-right {
	display: flex;
	flex-direction: column;
}

.contact-lianxi-box-right-item-right>span {
	font-size: 16px;
	color: #333333;
}

.contact-lianxi-box-right-item-right>p {
	font-size: 18px;
	color: #333333;
	margin-top: 16px;
}

.weixin-erweima {
	width: 130px;
	height: 130px;
	border: 1px solid #cccccc;
	padding: 5px;
	box-sizing: border-box;
	margin-top: 16px;
}

.weixin-erweima>img {
	width: 100%;
	height: 100%;
}

.contact-map-div {
	/* margin-top: 110px; */

}

.contact-map-box {
	width: 100%;
	height: 400px;
}

.contact-map-box #allmap {
	width: 100%;
	height: 100%;
}

.liuyan-div {
	margin-top: 90px;
}

.liuyan-box {
	display: flex;
	justify-content: space-between;
}

.liuyan-box-left {
	width: 30%;
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.liuyan-box-right {
	width: 65%;
	display: flex;
	flex-direction: column;
}

.liuyan-item1-div {
	width: 100%;
	margin-bottom: 10px;
}

.liuyan-item1-div>span {
	line-height: 16px;
	display: block;
	padding: 10px 0px;
	box-sizing: border-box;
	color: #DC2C2C;
}

.liuyan-item1-box {
	padding: 26px 36px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 100%;
}

.liuyan-item1-box-error {
	border: 1px solid #DC2C2C;
}

.liuyan-item1-box>input {
	width: 100%;
	border: 0;
	outline: none;
}

.liuyan-item2-div {
	width: 100%;

}

.liuyan-item2-div>span {
	line-height: 16px;
	display: block;
	padding: 10px 0px;
	box-sizing: border-box;
	color: #DC2C2C;
}

.liuyan-item2-box {
	padding: 26px 36px;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	width: 100%;
}

.liuyan-item2-box>textarea {
	border: 0;
	outline: none;
}

.submitBtn {
	margin-top: 40px;
	width: 270px;
	height: 70px;
	background-color: #366fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #fff;
	border: 0;
	outline: none;
	cursor: pointer;
}

.newsSub-div {
	margin-top: 80px;
	min-height: 50vh;
}

.newsSub-list {
	padding-bottom: 30px;
	border-bottom: 1px solid #cccccc;

}
.newsSub-item{
    margin-bottom:30px;
}

.newsSub-item > a {
}

.newsSub-item-first {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.newsSub-item-second {
	font-size: 14px;
	color: #555555;
	margin-top: 15px;
}

.newsSub-item-third {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.newsSub-item-third-left {
	color: #333333;
	font-size: 14px;
}

.newsSub-item-third-right {
	width: 14px;
	display: flex;
	align-items: center;
}

.newsSub-item-third-right>img {
	width: 100%;
}


.product-det-div {
	margin-top: 90px;
}


.product-det-box-first {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.product-det-box-first-left {
	width: 40%;
}

.product-det-box-first-left>img {
	width: 100%;
}

.product-det-box-first-right {
	width: 54%;
}

.product-det-box-first-right-one {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.product-det-box-first-right-two {
	color: #555555;
	font-size: 14px;
	margin-top: 16px;
}

.product-det-box-first-right-three {
	height: 1px;
	background-color: #333333;
	margin-top: 43px;
}

.product-det-box-first-right-four {
	margin-top: 35px;
	display: flex;
}

    .product-det-box-first-right-four > div:first-child {
        font-size: 14px;
        color: #333333;
        margin-right: 20px;
        white-space: nowrap;
        flex-shrink: 0;
        line-height: 28px;
    }

.product-det-box-first-right-four>div:last-child {
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.product-det-box-first-right-five {
	margin-top: 65px;
	width: 240px;
	height: 60px;
}

.product-det-box-first-right-five>a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #333333;
}

.product-det-box-first-right-five>a>img {
	width: 18px;
	height: 18px;
	margin-right: 12px;
}

.product-det-box-first-right-five>a>span {
	font-size: 22px;
	color: #333333;
	font-family: "MyFount", sans-serif;
}

.product-det-box-second {
	margin-top: 55px;
}

.product-det-box-second-one {
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

.product-det-box-second-two {
	margin-top: 50px;
	color: #333333;
	font-size: 14px;
	line-height: 28px;
}














.product-det-shangyixiayi {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
}

.product-det-shangyixiayi-shangyi {
	width: 45%;
}

.product-det-shangyixiayi-shangyi>a {
	width: 100%;
	display: flex;
	padding-top: 40px;
	border-top: 1px solid #333;
}

.product-det-shangyixiayi-shangyi-left {
	width: 15px;
	margin-right: 35px;
	flex-shrink: 0;
}

.product-det-shangyixiayi-shangyi-left>img {
	width: 100%;
}

.product-det-shangyixiayi-shangyi-right {
	display: flex;
	flex-direction: column;
}

.product-det-shangyixiayi-shangyi-right>span {
	font-size: 16px;
	color: #333333;
}

    .product-det-shangyixiayi-shangyi-right > p {
        font-size: 16px;
        color: #333333;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.product-det-shangyixiayi-xiayi {
	width: 45%;

}

.product-det-shangyixiayi-xiayi>a {
	width: 100%;
	display: flex;
	padding-top: 40px;
	border-top: 1px solid #333;
	justify-content: flex-end;
}

.product-det-shangyixiayi-xiayi-left {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.product-det-shangyixiayi-xiayi-left>span {
	color: #333333;
	font-size: 16px;
}

    .product-det-shangyixiayi-xiayi-left > p {
        color: #333333;
        font-size: 16px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

.product-det-shangyixiayi-xiayi-right {
	width: 15px;
	margin-left: 35px;
	flex-shrink: 0;
}

.product-det-shangyixiayi-xiayi-right>img {
	width: 100%;
}

.news-detail-div {
	margin-top: 120px;

}

.news-detail-box {
	display: flex;
	justify-content: space-between;
}

.news-detail-box-left {
	display: flex;
	width: 25%;
	flex-direction: column;
}

.news-detail-box-left-one {
	font-size: 28px;
	color: #333333;
	font-weight: bolder;
}

.news-detail-box-left-two {
	font-size: 14px;
	color: #555555;
	margin-top: 30px;
}

.news-detail-box-left-three {
	width: 100%;
	height: 1px;
	background-color: #333333;
	margin-top: 50px;
}

.news-detail-box-right {
	width: 70%;
	font-size: 14px;
	color: #333333;
	line-height: 28px;
}

.xiangguanyuedu-box {
	margin-top: 80px;
}

.xiangguanyuedu-box-title {
	color: #333333;
	font-size: 28px;
}

.xiangguanyuedu-box-list {
	margin-top: 35px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.xiangguanyuedu-box-list-item {
	width: 23%;
    margin-bottom:20px;
}

.xiangguanyuedu-box-list-item>a {
	display: flex;
	flex-direction: column;
	padding: 30px 20px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #cccccc;
}

.xiangguanyuedu-box-list-item-first {
	font-size: 40px;
	color: #333333;
	font-weight: bolder;
	font-family: "MyFount", sans-serif;
}

.xiangguanyuedu-box-list-item-second {
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
}

.xiangguanyuedu-box-list-item-fourth {
	margin-top: 35px;
	color: #333;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	min-height: 50px;
	font-weight: bolder;
}

.xiangguanyuedu-box-list-item-fifth {
	font-size: 14px;
	margin-top: 15px;
	color: #555555;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	/*min-height: 63px;*/
}

.news-detail-hengxian {
	width: 100%;
	height: 1px;
	background-color: #333333;
	margin-top: 40px;
}
.news-detail-box-right > p > img {
    width: 50% !important;
    /*position: relative;
    left: 50%;
    transform: translate(-50%);*/
    margin:40px 0;
}
.product-det-box-second-two>p>img{
    width:100% !important;
}

@media screen and (max-width:960px) {
    .map-box-item-right>p {
		font-size: 22px;
	}

	.news-detail-box-left-one {
		font-size: 22px;
	}
    .about-culture-box-second-item {
        width: 30%;
    }
}

@media screen and (max-width:600px) {
	.phonein-box {
		padding: 0 10px;
        display:none;
	}
    .about-culture-box-second-item > p{
        margin-top:26px;
    }

    .product-content > ul > li {
        width: 49%;
    }

	.phonein-box-first {
		flex-direction: column;
	}

	.aboutin-div {
		padding: 30px 0;
	}

	.aboutin-box-left-first {
		margin-top: 30px;
	}

	.look-more-btn {
		width: 50%;
		height: 35px;
	}

	.aboutin-box-left {
		width: 100%;
	}

	.aboutin-box-right {
		width: 100%;
		margin-top: 30px;
	}

	.map-box {
		width: 75%;
		right: 12.5%;
	}

	.news-item {
		width: 100%;
	}

	.aside-title-first>i {
		font-size: 16px;
	}

	.aside-title-second {
		font-size: 24px;
	}

	.phonein-box-first>span {
		display: none;
	}

	.phonein-box-first>div {
		width: 100%;
		text-align: left;
		font-size: 24px;
	}

	.phonein-box-second {
		font-size: 18px;
	}

	.phonein-box-third>i {
		font-size: 26px;
	}

	.news-item>a {
		padding: 16px;
	}

	.banner-first-pro1 {
		margin-top: 150px;
	}

	.banner-procontent span {
		margin-top: 10px;
	}

	.banner-third-pro1 {
		margin-top: 15px;
	}

	.about-jieshao-div {
		margin-top: 40px;
	}

	.wenzi-about>span {
		font-size: 32px;
	}

	.wenzi-about>p {
		font-size: 18px;
	}

	.about-culture-box-first-one>p {
		font-size: 18px;
	}

	.about-culture-box-first-two {
		font-size: 24px;
	}

	.about-culture-box-second {
		margin-top: 30px;
		flex-direction: column;
	}

	.about-culture-box-second-item {
		width: 100%;
		margin-bottom: 28px;
	}

	.contact-lianxi-box-left-item-left {
		margin-right: 10px;
	}

	.contact-lianxi-box-left-item-right>p {
		font-size: 22px;
	}

	.contact-lianxi-box-right-item-right>p {
		font-size: 16px;
	}

	.contact-lianxi-box-right-item-left {
		margin-right: 10px;
	}

	.contact-lianxi-div {
		margin-top: 60px;
	}

	.liuyan-box {
		flex-direction: column;
	}

	.liuyan-box-left {
		width: 100%;
		font-size: 22px;
	}

	.liuyan-box-right {
		width: 100%;
	}

	.liuyan-div {
		margin-top: 30px;
	}

	.contact-map-box {
		height: 300px;
	}

	.liuyan-item1-box {
		padding: 16px 22px;
	}

	.liuyan-item2-box {
		padding: 16px 22px;
	}

	.submitBtn {
		height: 50px;
	}

	.pro-snav-box>li {
		margin-right: 40px;
	}

	.news-detail-box {
		flex-direction: column;
	}

	.news-detail-box-left {
		width: 100%;
	}

	.news-detail-box-right {
		width: 100%;
	}

	.news-detail-div {
		margin-top: 40px;
	}

	.news-detail-box-left-three {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.product-det-shangyixiayi-shangyi-left {
		margin-right: 15px;
	}

	.product-det-shangyixiayi-xiayi-right {
		margin-left: 15px;
	}

	.product-det-shangyixiayi-shangyi>a {
		padding-top: 20px;
	}

	.product-det-shangyixiayi-xiayi>a {
		padding-top: 20px;
	}

	.news-detail-hengxian {
		margin-top: 20px;
	}

	.xiangguanyuedu-box-list-item {
		width: 48%;
		margin-bottom: 30px;
	}

	.product2-list-item {
		width: 100%;
	}

	.product-det-box-first {
		flex-direction: column-reverse;
	}

	.product-det-box-first-right {
		width: 100%;
	}

	.product-det-box-first-left {
		width: 100%;
		margin-top: 30px;
	}
    .about-jieshao-box-second{
        font-size:24px;
    }
    .news-item-left > div{
        font-size:25px;
    }
    .product2-div{
        margin-top:40px;
    }
    .product-det-div{
        margin-top:30px;
    }
    .product-det-box-first-right-five > a > span{
        font-size:16px;
    }
    .product-det-box-first-right-five > a > img{
        width:15px;
        height:15px;
    }
    .product-det-box-first-right-five {
        margin-top: 32px;
        width: 166px;
        height: 47px;
    }
    .product-det-box-second{
        margin-top:30px;
    }
    .product-det-box-first-right-one{
        font-size:24px;
    }
    .product-det-box-second-two{
        margin-top:30px;
    }
    .xiangguanyuedu-box-list-item-fourth{
        margin-top:15px;
    }
    .xiangguanyuedu-box-list-item > a{
        padding:15px;
    }
    .about-jieshao-box-fourth{
        margin-top:30px;
    }
    .about-jieshao-box-fifth{
        margin-top:30px;
    }
    .product2-list-item-third {
        min-height: auto;
    }
    .news-detail-box-right > p > img {
        width: 100% !important;
    }
}